|
APM:Copter
|
Public Attributes | |
| LOG_PACKET_HEADER | |
| uint64_t | time_us |
| uint8_t | surface_quality |
| float | flow_x |
| float | flow_y |
| float | body_x |
| float | body_y |
| float log_Optflow::body_x |
Definition at line 68 of file Log.cpp.
Referenced by Copter::Log_Write_Optflow().
| float log_Optflow::body_y |
Definition at line 69 of file Log.cpp.
Referenced by Copter::Log_Write_Optflow().
| float log_Optflow::flow_x |
Definition at line 66 of file Log.cpp.
Referenced by Copter::Log_Write_Optflow().
| float log_Optflow::flow_y |
Definition at line 67 of file Log.cpp.
Referenced by Copter::Log_Write_Optflow().
| uint8_t log_Optflow::surface_quality |
Definition at line 65 of file Log.cpp.
Referenced by Copter::Log_Write_Optflow().
| uint64_t log_Optflow::time_us |
Definition at line 64 of file Log.cpp.
Referenced by Copter::Log_Write_Optflow().
1.8.13