APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
uint64_t | sample_us |
float | GyrX |
float | GyrY |
float | GyrZ |
Definition at line 859 of file LogStructure.h.
float log_GYRO::GyrX |
Definition at line 863 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_gyro_raw(), and loop().
float log_GYRO::GyrY |
Definition at line 863 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_gyro_raw(), and loop().
float log_GYRO::GyrZ |
Definition at line 863 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_gyro_raw(), and loop().
log_GYRO::LOG_PACKET_HEADER |
Definition at line 860 of file LogStructure.h.
uint64_t log_GYRO::sample_us |
Definition at line 862 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::_notify_new_accel_raw_sample(), AP_InertialSensor_Backend::log_gyro_raw(), and loop().
uint64_t log_GYRO::time_us |
Definition at line 861 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_gyro_raw(), and loop().