NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_data_log.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __mavlink_data_log_t
 

Macros

#define MAVLINK_MSG_ID_DATA_LOG   177
 
#define MAVLINK_MSG_ID_DATA_LOG_LEN   24
 
#define MAVLINK_MSG_ID_177_LEN   24
 
#define MAVLINK_MSG_ID_DATA_LOG_CRC   167
 
#define MAVLINK_MSG_ID_177_CRC   167
 
#define MAVLINK_MESSAGE_INFO_DATA_LOG
 

Typedefs

typedef struct __mavlink_data_log_t mavlink_data_log_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_DATA_LOG
Value:
{ \
"DATA_LOG", \
6, \
{ { "fl_1", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_data_log_t, fl_1) }, \
{ "fl_2", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_data_log_t, fl_2) }, \
{ "fl_3", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_data_log_t, fl_3) }, \
{ "fl_4", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_data_log_t, fl_4) }, \
{ "fl_5", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_data_log_t, fl_5) }, \
{ "fl_6", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_data_log_t, fl_6) }, \
} \
}
#define MAVLINK_MSG_ID_177_CRC   167
#define MAVLINK_MSG_ID_177_LEN   24
#define MAVLINK_MSG_ID_DATA_LOG   177
#define MAVLINK_MSG_ID_DATA_LOG_CRC   167
#define MAVLINK_MSG_ID_DATA_LOG_LEN   24

Typedef Documentation