PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <sensor_selection.h>
Public Attributes | |
uint64_t | timestamp |
uint32_t | accel_device_id |
uint32_t | baro_device_id |
uint32_t | gyro_device_id |
uint32_t | mag_device_id |
Definition at line 51 of file sensor_selection.h.
uint32_t sensor_selection_s::accel_device_id |
Definition at line 54 of file sensor_selection.h.
Referenced by sensors::VotedSensorsUpdate::accelPoll(), and Ekf2::Run().
uint32_t sensor_selection_s::baro_device_id |
Definition at line 55 of file sensor_selection.h.
Referenced by sensors::VotedSensorsUpdate::baroPoll().
uint32_t sensor_selection_s::gyro_device_id |
Definition at line 56 of file sensor_selection.h.
Referenced by sensors::VotedSensorsUpdate::gyroPoll(), Ekf2::Run(), and VehicleAngularVelocity::SensorCorrectionsUpdate().
uint32_t sensor_selection_s::mag_device_id |
Definition at line 57 of file sensor_selection.h.
Referenced by sensors::VotedSensorsUpdate::magPoll(), and Ekf2::Run().
uint64_t sensor_selection_s::timestamp |
Definition at line 53 of file sensor_selection.h.
Referenced by Ekf2::Run(), and sensors::VotedSensorsUpdate::sensorsPoll().