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

Macros

#define MAVLINK_MSG_ID_MAG_CAL_PROGRESS   191
 
#define MAVLINK_MSG_ID_MAG_CAL_PROGRESS_LEN   27
 
#define MAVLINK_MSG_ID_191_LEN   27
 
#define MAVLINK_MSG_ID_MAG_CAL_PROGRESS_CRC   92
 
#define MAVLINK_MSG_ID_191_CRC   92
 
#define MAVLINK_MSG_MAG_CAL_PROGRESS_FIELD_COMPLETION_MASK_LEN   10
 
#define MAVLINK_MESSAGE_INFO_MAG_CAL_PROGRESS
 

Typedefs

typedef struct
__mavlink_mag_cal_progress_t 
mavlink_mag_cal_progress_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MAG_CAL_PROGRESS
Value:
{ \
"MAG_CAL_PROGRESS", \
9, \
{ { "direction_x", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_mag_cal_progress_t, direction_x) }, \
{ "direction_y", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_mag_cal_progress_t, direction_y) }, \
{ "direction_z", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_mag_cal_progress_t, direction_z) }, \
{ "compass_id", NULL, MAVLINK_TYPE_UINT8_T, 0, 12, offsetof(mavlink_mag_cal_progress_t, compass_id) }, \
{ "cal_mask", NULL, MAVLINK_TYPE_UINT8_T, 0, 13, offsetof(mavlink_mag_cal_progress_t, cal_mask) }, \
{ "cal_status", NULL, MAVLINK_TYPE_UINT8_T, 0, 14, offsetof(mavlink_mag_cal_progress_t, cal_status) }, \
{ "attempt", NULL, MAVLINK_TYPE_UINT8_T, 0, 15, offsetof(mavlink_mag_cal_progress_t, attempt) }, \
{ "completion_pct", NULL, MAVLINK_TYPE_UINT8_T, 0, 16, offsetof(mavlink_mag_cal_progress_t, completion_pct) }, \
{ "completion_mask", NULL, MAVLINK_TYPE_UINT8_T, 10, 17, offsetof(mavlink_mag_cal_progress_t, completion_mask) }, \
} \
}
#define MAVLINK_MSG_ID_191_CRC   92
#define MAVLINK_MSG_ID_191_LEN   27
#define MAVLINK_MSG_ID_MAG_CAL_PROGRESS   191
#define MAVLINK_MSG_ID_MAG_CAL_PROGRESS_CRC   92
#define MAVLINK_MSG_ID_MAG_CAL_PROGRESS_LEN   27
#define MAVLINK_MSG_MAG_CAL_PROGRESS_FIELD_COMPLETION_MASK_LEN   10

Typedef Documentation