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

Macros

#define MAVLINK_MSG_ID_SERIAL_CONTROL   126
 
#define MAVLINK_MSG_ID_SERIAL_CONTROL_LEN   79
 
#define MAVLINK_MSG_ID_126_LEN   79
 
#define MAVLINK_MSG_ID_SERIAL_CONTROL_CRC   220
 
#define MAVLINK_MSG_ID_126_CRC   220
 
#define MAVLINK_MSG_SERIAL_CONTROL_FIELD_DATA_LEN   70
 
#define MAVLINK_MESSAGE_INFO_SERIAL_CONTROL
 

Typedefs

typedef struct
__mavlink_serial_control_t 
mavlink_serial_control_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SERIAL_CONTROL
Value:
{ \
"SERIAL_CONTROL", \
6, \
{ { "baudrate", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_serial_control_t, baudrate) }, \
{ "timeout", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_serial_control_t, timeout) }, \
{ "device", NULL, MAVLINK_TYPE_UINT8_T, 0, 6, offsetof(mavlink_serial_control_t, device) }, \
{ "flags", NULL, MAVLINK_TYPE_UINT8_T, 0, 7, offsetof(mavlink_serial_control_t, flags) }, \
{ "count", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_serial_control_t, count) }, \
{ "data", NULL, MAVLINK_TYPE_UINT8_T, 70, 9, offsetof(mavlink_serial_control_t, data) }, \
} \
}
uint8_t device
Definition: blackbox.h:85
uint16_t flags
Definition: ledstrip.h:11
uint16_t data
Definition: config.c:91
#define MAVLINK_MSG_ID_126_CRC   220
#define MAVLINK_MSG_ID_126_LEN   79
#define MAVLINK_MSG_ID_SERIAL_CONTROL   126
#define MAVLINK_MSG_ID_SERIAL_CONTROL_CRC   220
#define MAVLINK_MSG_ID_SERIAL_CONTROL_LEN   79
#define MAVLINK_MSG_SERIAL_CONTROL_FIELD_DATA_LEN   70

Typedef Documentation