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

Macros

#define MAVLINK_MSG_ID_RADIO_STATUS   109
 
#define MAVLINK_MSG_ID_RADIO_STATUS_LEN   9
 
#define MAVLINK_MSG_ID_109_LEN   9
 
#define MAVLINK_MSG_ID_RADIO_STATUS_CRC   185
 
#define MAVLINK_MSG_ID_109_CRC   185
 
#define MAVLINK_MESSAGE_INFO_RADIO_STATUS
 

Typedefs

typedef struct
__mavlink_radio_status_t 
mavlink_radio_status_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_RADIO_STATUS
Value:
{ \
"RADIO_STATUS", \
7, \
{ { "rxerrors", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_radio_status_t, rxerrors) }, \
{ "fixed", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_radio_status_t, fixed) }, \
{ "rssi", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_radio_status_t, rssi) }, \
{ "remrssi", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_radio_status_t, remrssi) }, \
{ "txbuf", NULL, MAVLINK_TYPE_UINT8_T, 0, 6, offsetof(mavlink_radio_status_t, txbuf) }, \
{ "noise", NULL, MAVLINK_TYPE_UINT8_T, 0, 7, offsetof(mavlink_radio_status_t, noise) }, \
{ "remnoise", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_radio_status_t, remnoise) }, \
} \
}
#define MAVLINK_MSG_ID_109_CRC   185
#define MAVLINK_MSG_ID_109_LEN   9
#define MAVLINK_MSG_ID_RADIO_STATUS   109
#define MAVLINK_MSG_ID_RADIO_STATUS_CRC   185
#define MAVLINK_MSG_ID_RADIO_STATUS_LEN   9

Typedef Documentation