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

Macros

#define MAVLINK_MSG_ID_SET_ATTITUDE_TARGET   82
 
#define MAVLINK_MSG_ID_SET_ATTITUDE_TARGET_LEN   39
 
#define MAVLINK_MSG_ID_82_LEN   39
 
#define MAVLINK_MSG_ID_SET_ATTITUDE_TARGET_CRC   49
 
#define MAVLINK_MSG_ID_82_CRC   49
 
#define MAVLINK_MSG_SET_ATTITUDE_TARGET_FIELD_Q_LEN   4
 
#define MAVLINK_MESSAGE_INFO_SET_ATTITUDE_TARGET
 

Typedefs

typedef struct
__mavlink_set_attitude_target_t 
mavlink_set_attitude_target_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SET_ATTITUDE_TARGET
Value:
{ \
"SET_ATTITUDE_TARGET", \
9, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_set_attitude_target_t, time_boot_ms) }, \
{ "q", NULL, MAVLINK_TYPE_FLOAT, 4, 4, offsetof(mavlink_set_attitude_target_t, q) }, \
{ "body_roll_rate", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_set_attitude_target_t, body_roll_rate) }, \
{ "body_pitch_rate", NULL, MAVLINK_TYPE_FLOAT, 0, 24, offsetof(mavlink_set_attitude_target_t, body_pitch_rate) }, \
{ "body_yaw_rate", NULL, MAVLINK_TYPE_FLOAT, 0, 28, offsetof(mavlink_set_attitude_target_t, body_yaw_rate) }, \
{ "thrust", NULL, MAVLINK_TYPE_FLOAT, 0, 32, offsetof(mavlink_set_attitude_target_t, thrust) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 36, offsetof(mavlink_set_attitude_target_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 37, offsetof(mavlink_set_attitude_target_t, target_component) }, \
{ "type_mask", NULL, MAVLINK_TYPE_UINT8_T, 0, 38, offsetof(mavlink_set_attitude_target_t, type_mask) }, \
} \
}
#define MAVLINK_MSG_ID_82_CRC   49
#define MAVLINK_MSG_ID_82_LEN   39
#define MAVLINK_MSG_ID_SET_ATTITUDE_TARGET   82
#define MAVLINK_MSG_ID_SET_ATTITUDE_TARGET_CRC   49
#define MAVLINK_MSG_ID_SET_ATTITUDE_TARGET_LEN   39
#define MAVLINK_MSG_SET_ATTITUDE_TARGET_FIELD_Q_LEN   4

Typedef Documentation