APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
float | delta_time |
float | delta_vel_dt |
float | delta_ang_dt |
float | delta_ang_x |
float | delta_ang_y |
float | delta_ang_z |
float | delta_vel_x |
float | delta_vel_y |
float | delta_vel_z |
Definition at line 207 of file LogStructure.h.
float log_IMUDT::delta_ang_dt |
Definition at line 210 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_ang_x |
Definition at line 211 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_ang_y |
Definition at line 211 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_ang_z |
Definition at line 211 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_time |
Definition at line 210 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_vel_dt |
Definition at line 210 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_vel_x |
Definition at line 212 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_vel_y |
Definition at line 212 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
float log_IMUDT::delta_vel_z |
Definition at line 212 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance().
log_IMUDT::LOG_PACKET_HEADER |
Definition at line 208 of file LogStructure.h.
uint64_t log_IMUDT::time_us |
Definition at line 209 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_IMUDT_instance(), and DataFlash_Class::Log_Write_Vibration().