PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <sensor_gyro_control.h>
Public Attributes | |
uint64_t | timestamp |
uint64_t | timestamp_sample |
uint32_t | device_id |
float | xyz [3] |
Definition at line 51 of file sensor_gyro_control.h.
uint32_t sensor_gyro_control_s::device_id |
Definition at line 55 of file sensor_gyro_control.h.
Referenced by PX4Gyroscope::PX4Gyroscope(), and PX4Gyroscope::set_device_type().
uint64_t sensor_gyro_control_s::timestamp |
Definition at line 53 of file sensor_gyro_control.h.
Referenced by PX4Gyroscope::update().
uint64_t sensor_gyro_control_s::timestamp_sample |
Definition at line 54 of file sensor_gyro_control.h.
Referenced by VehicleAngularVelocity::Run(), and PX4Gyroscope::update().
float sensor_gyro_control_s::xyz[3] |
Definition at line 56 of file sensor_gyro_control.h.
Referenced by VehicleAngularVelocity::Run(), and PX4Gyroscope::update().