|
APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
| LOG_PACKET_HEADER | |
| uint64_t | time_us |
| uint64_t | sample_us |
| float | AccX |
| float | AccY |
| float | AccZ |
Definition at line 852 of file LogStructure.h.
| float log_ACCEL::AccX |
Definition at line 856 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().
| float log_ACCEL::AccY |
Definition at line 856 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().
| float log_ACCEL::AccZ |
Definition at line 856 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().
| log_ACCEL::LOG_PACKET_HEADER |
Definition at line 853 of file LogStructure.h.
| uint64_t log_ACCEL::sample_us |
Definition at line 855 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().
| uint64_t log_ACCEL::time_us |
Definition at line 854 of file LogStructure.h.
Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().
1.8.13