APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
float | gyro_x |
float | gyro_y |
float | gyro_z |
float | accel_x |
float | accel_y |
float | accel_z |
uint32_t | gyro_error |
uint32_t | accel_error |
float | temperature |
uint8_t | gyro_health |
uint8_t | accel_health |
uint16_t | gyro_rate |
uint16_t | accel_rate |
Definition at line 196 of file LogStructure.h.
uint32_t log_IMU::accel_error |
Definition at line 201 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
uint8_t log_IMU::accel_health |
Definition at line 203 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
uint16_t log_IMU::accel_rate |
Definition at line 204 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
float log_IMU::accel_x |
Definition at line 200 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
float log_IMU::accel_y |
Definition at line 200 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
float log_IMU::accel_z |
Definition at line 200 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
uint32_t log_IMU::gyro_error |
Definition at line 201 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
uint8_t log_IMU::gyro_health |
Definition at line 203 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
uint16_t log_IMU::gyro_rate |
Definition at line 204 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
float log_IMU::gyro_x |
Definition at line 199 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
float log_IMU::gyro_y |
Definition at line 199 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
float log_IMU::gyro_z |
Definition at line 199 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU_instance().
log_IMU::LOG_PACKET_HEADER |
Definition at line 197 of file LogStructure.h.
float log_IMU::temperature |
Definition at line 202 of file LogStructure.h.
uint64_t log_IMU::time_us |
Definition at line 198 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMU(), and DataFlash_Class::Log_Write_IMU_instance().