NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_log_request_data.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_log_request_data_t
 

Macros

#define MAVLINK_MSG_ID_LOG_REQUEST_DATA   119
 
#define MAVLINK_MSG_ID_LOG_REQUEST_DATA_LEN   12
 
#define MAVLINK_MSG_ID_119_LEN   12
 
#define MAVLINK_MSG_ID_LOG_REQUEST_DATA_CRC   116
 
#define MAVLINK_MSG_ID_119_CRC   116
 
#define MAVLINK_MESSAGE_INFO_LOG_REQUEST_DATA
 

Typedefs

typedef struct
__mavlink_log_request_data_t 
mavlink_log_request_data_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_LOG_REQUEST_DATA
Value:
{ \
"LOG_REQUEST_DATA", \
5, \
{ { "ofs", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_log_request_data_t, ofs) }, \
{ "count", NULL, MAVLINK_TYPE_UINT32_T, 0, 4, offsetof(mavlink_log_request_data_t, count) }, \
{ "id", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_log_request_data_t, id) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_log_request_data_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 11, offsetof(mavlink_log_request_data_t, target_component) }, \
} \
}
#define MAVLINK_MSG_ID_119_CRC   116
#define MAVLINK_MSG_ID_119_LEN   12
#define MAVLINK_MSG_ID_LOG_REQUEST_DATA   119
#define MAVLINK_MSG_ID_LOG_REQUEST_DATA_CRC   116
#define MAVLINK_MSG_ID_LOG_REQUEST_DATA_LEN   12

Typedef Documentation