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

Macros

#define MAVLINK_MSG_ID_RADIO   166
 
#define MAVLINK_MSG_ID_RADIO_LEN   9
 
#define MAVLINK_MSG_ID_166_LEN   9
 
#define MAVLINK_MSG_ID_RADIO_CRC   21
 
#define MAVLINK_MSG_ID_166_CRC   21
 
#define MAVLINK_MESSAGE_INFO_RADIO
 

Typedefs

typedef struct __mavlink_radio_t mavlink_radio_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_RADIO
Value:
{ \
"RADIO", \
7, \
{ { "rxerrors", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_radio_t, rxerrors) }, \
{ "fixed", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_radio_t, fixed) }, \
{ "rssi", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_radio_t, rssi) }, \
{ "remrssi", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_radio_t, remrssi) }, \
{ "txbuf", NULL, MAVLINK_TYPE_UINT8_T, 0, 6, offsetof(mavlink_radio_t, txbuf) }, \
{ "noise", NULL, MAVLINK_TYPE_UINT8_T, 0, 7, offsetof(mavlink_radio_t, noise) }, \
{ "remnoise", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_radio_t, remnoise) }, \
} \
}
#define MAVLINK_MSG_ID_166_CRC   21
#define MAVLINK_MSG_ID_166_LEN   9
#define MAVLINK_MSG_ID_RADIO   166
#define MAVLINK_MSG_ID_RADIO_CRC   21
#define MAVLINK_MSG_ID_RADIO_LEN   9

Typedef Documentation