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

Macros

#define MAVLINK_MSG_ID_POWER_STATUS   125
 
#define MAVLINK_MSG_ID_POWER_STATUS_LEN   6
 
#define MAVLINK_MSG_ID_125_LEN   6
 
#define MAVLINK_MSG_ID_POWER_STATUS_CRC   203
 
#define MAVLINK_MSG_ID_125_CRC   203
 
#define MAVLINK_MESSAGE_INFO_POWER_STATUS
 

Typedefs

typedef struct
__mavlink_power_status_t 
mavlink_power_status_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_POWER_STATUS
Value:
{ \
"POWER_STATUS", \
3, \
{ { "Vcc", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_power_status_t, Vcc) }, \
{ "Vservo", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_power_status_t, Vservo) }, \
{ "flags", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_power_status_t, flags) }, \
} \
}
uint16_t flags
Definition: ledstrip.h:11
#define MAVLINK_MSG_ID_125_CRC   203
#define MAVLINK_MSG_ID_125_LEN   6
#define MAVLINK_MSG_ID_POWER_STATUS   125
#define MAVLINK_MSG_ID_POWER_STATUS_CRC   203
#define MAVLINK_MSG_ID_POWER_STATUS_LEN   6

Typedef Documentation