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

Macros

#define MAVLINK_MSG_ID_SCALED_IMU   26
 
#define MAVLINK_MSG_ID_SCALED_IMU_LEN   22
 
#define MAVLINK_MSG_ID_26_LEN   22
 
#define MAVLINK_MSG_ID_SCALED_IMU_CRC   170
 
#define MAVLINK_MSG_ID_26_CRC   170
 
#define MAVLINK_MESSAGE_INFO_SCALED_IMU
 

Typedefs

typedef struct
__mavlink_scaled_imu_t 
mavlink_scaled_imu_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SCALED_IMU
Value:
{ \
"SCALED_IMU", \
10, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_scaled_imu_t, time_boot_ms) }, \
{ "xacc", NULL, MAVLINK_TYPE_INT16_T, 0, 4, offsetof(mavlink_scaled_imu_t, xacc) }, \
{ "yacc", NULL, MAVLINK_TYPE_INT16_T, 0, 6, offsetof(mavlink_scaled_imu_t, yacc) }, \
{ "zacc", NULL, MAVLINK_TYPE_INT16_T, 0, 8, offsetof(mavlink_scaled_imu_t, zacc) }, \
{ "xgyro", NULL, MAVLINK_TYPE_INT16_T, 0, 10, offsetof(mavlink_scaled_imu_t, xgyro) }, \
{ "ygyro", NULL, MAVLINK_TYPE_INT16_T, 0, 12, offsetof(mavlink_scaled_imu_t, ygyro) }, \
{ "zgyro", NULL, MAVLINK_TYPE_INT16_T, 0, 14, offsetof(mavlink_scaled_imu_t, zgyro) }, \
{ "xmag", NULL, MAVLINK_TYPE_INT16_T, 0, 16, offsetof(mavlink_scaled_imu_t, xmag) }, \
{ "ymag", NULL, MAVLINK_TYPE_INT16_T, 0, 18, offsetof(mavlink_scaled_imu_t, ymag) }, \
{ "zmag", NULL, MAVLINK_TYPE_INT16_T, 0, 20, offsetof(mavlink_scaled_imu_t, zmag) }, \
} \
}
#define MAVLINK_MSG_ID_26_CRC   170
#define MAVLINK_MSG_ID_26_LEN   22
#define MAVLINK_MSG_ID_SCALED_IMU   26
#define MAVLINK_MSG_ID_SCALED_IMU_CRC   170
#define MAVLINK_MSG_ID_SCALED_IMU_LEN   22

Typedef Documentation