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

Macros

#define MAVLINK_MSG_ID_COMPASSMOT_STATUS   177
 
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS_LEN   20
 
#define MAVLINK_MSG_ID_177_LEN   20
 
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS_CRC   240
 
#define MAVLINK_MSG_ID_177_CRC   240
 
#define MAVLINK_MESSAGE_INFO_COMPASSMOT_STATUS
 

Typedefs

typedef struct
__mavlink_compassmot_status_t 
mavlink_compassmot_status_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_COMPASSMOT_STATUS
Value:
{ \
"COMPASSMOT_STATUS", \
6, \
{ { "current", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_compassmot_status_t, current) }, \
{ "CompensationX", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_compassmot_status_t, CompensationX) }, \
{ "CompensationY", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_compassmot_status_t, CompensationY) }, \
{ "CompensationZ", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_compassmot_status_t, CompensationZ) }, \
{ "throttle", NULL, MAVLINK_TYPE_UINT16_T, 0, 16, offsetof(mavlink_compassmot_status_t, throttle) }, \
{ "interference", NULL, MAVLINK_TYPE_UINT16_T, 0, 18, offsetof(mavlink_compassmot_status_t, interference) }, \
} \
}
struct throttle_correction_config throttle
Definition: config.h:98
#define MAVLINK_MSG_ID_177_CRC   240
#define MAVLINK_MSG_ID_177_LEN   20
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS   177
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS_CRC   240
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS_LEN   20

Typedef Documentation