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

Macros

#define MAVLINK_MSG_ID_LED_CONTROL   186
 
#define MAVLINK_MSG_ID_LED_CONTROL_LEN   29
 
#define MAVLINK_MSG_ID_186_LEN   29
 
#define MAVLINK_MSG_ID_LED_CONTROL_CRC   72
 
#define MAVLINK_MSG_ID_186_CRC   72
 
#define MAVLINK_MSG_LED_CONTROL_FIELD_CUSTOM_BYTES_LEN   24
 
#define MAVLINK_MESSAGE_INFO_LED_CONTROL
 

Typedefs

typedef struct
__mavlink_led_control_t 
mavlink_led_control_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_LED_CONTROL
Value:
{ \
"LED_CONTROL", \
6, \
{ { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_led_control_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_led_control_t, target_component) }, \
{ "instance", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_led_control_t, instance) }, \
{ "pattern", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_led_control_t, pattern) }, \
{ "custom_len", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_led_control_t, custom_len) }, \
{ "custom_bytes", NULL, MAVLINK_TYPE_UINT8_T, 24, 5, offsetof(mavlink_led_control_t, custom_bytes) }, \
} \
}
#define MAVLINK_MSG_ID_186_CRC   72
#define MAVLINK_MSG_ID_186_LEN   29
#define MAVLINK_MSG_ID_LED_CONTROL   186
#define MAVLINK_MSG_ID_LED_CONTROL_CRC   72
#define MAVLINK_MSG_ID_LED_CONTROL_LEN   29
#define MAVLINK_MSG_LED_CONTROL_FIELD_CUSTOM_BYTES_LEN   24

Typedef Documentation