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

Macros

#define MAVLINK_MSG_ID_STATUSTEXT   253
 
#define MAVLINK_MSG_ID_STATUSTEXT_LEN   51
 
#define MAVLINK_MSG_ID_253_LEN   51
 
#define MAVLINK_MSG_ID_STATUSTEXT_CRC   83
 
#define MAVLINK_MSG_ID_253_CRC   83
 
#define MAVLINK_MSG_STATUSTEXT_FIELD_TEXT_LEN   50
 
#define MAVLINK_MESSAGE_INFO_STATUSTEXT
 

Typedefs

typedef struct
__mavlink_statustext_t 
mavlink_statustext_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_STATUSTEXT
Value:
{ \
"STATUSTEXT", \
2, \
{ { "severity", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_statustext_t, severity) }, \
{ "text", NULL, MAVLINK_TYPE_CHAR, 50, 1, offsetof(mavlink_statustext_t, text) }, \
} \
}
#define MAVLINK_MSG_ID_253_CRC   83
#define MAVLINK_MSG_ID_253_LEN   51
#define MAVLINK_MSG_ID_STATUSTEXT   253
#define MAVLINK_MSG_ID_STATUSTEXT_CRC   83
#define MAVLINK_MSG_ID_STATUSTEXT_LEN   51
#define MAVLINK_MSG_STATUSTEXT_FIELD_TEXT_LEN   50

Typedef Documentation