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

Macros

#define MAVLINK_MSG_ID_ATT_POS_MOCAP   138
 
#define MAVLINK_MSG_ID_ATT_POS_MOCAP_LEN   36
 
#define MAVLINK_MSG_ID_138_LEN   36
 
#define MAVLINK_MSG_ID_ATT_POS_MOCAP_CRC   109
 
#define MAVLINK_MSG_ID_138_CRC   109
 
#define MAVLINK_MSG_ATT_POS_MOCAP_FIELD_Q_LEN   4
 
#define MAVLINK_MESSAGE_INFO_ATT_POS_MOCAP
 

Typedefs

typedef struct
__mavlink_att_pos_mocap_t 
mavlink_att_pos_mocap_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_ATT_POS_MOCAP
Value:
{ \
"ATT_POS_MOCAP", \
5, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_att_pos_mocap_t, time_usec) }, \
{ "q", NULL, MAVLINK_TYPE_FLOAT, 4, 8, offsetof(mavlink_att_pos_mocap_t, q) }, \
{ "x", NULL, MAVLINK_TYPE_FLOAT, 0, 24, offsetof(mavlink_att_pos_mocap_t, x) }, \
{ "y", NULL, MAVLINK_TYPE_FLOAT, 0, 28, offsetof(mavlink_att_pos_mocap_t, y) }, \
{ "z", NULL, MAVLINK_TYPE_FLOAT, 0, 32, offsetof(mavlink_att_pos_mocap_t, z) }, \
} \
}
uint8_t z
set the acc deadband for z-Axis, this ignores small accelerations
Definition: accelerometer.h:52
#define MAVLINK_MSG_ATT_POS_MOCAP_FIELD_Q_LEN   4
#define MAVLINK_MSG_ID_138_CRC   109
#define MAVLINK_MSG_ID_138_LEN   36
#define MAVLINK_MSG_ID_ATT_POS_MOCAP   138
#define MAVLINK_MSG_ID_ATT_POS_MOCAP_CRC   109
#define MAVLINK_MSG_ID_ATT_POS_MOCAP_LEN   36

Typedef Documentation