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

Macros

#define MAVLINK_MSG_ID_POSITION_TARGET_LOCAL_NED   85
 
#define MAVLINK_MSG_ID_POSITION_TARGET_LOCAL_NED_LEN   51
 
#define MAVLINK_MSG_ID_85_LEN   51
 
#define MAVLINK_MSG_ID_POSITION_TARGET_LOCAL_NED_CRC   140
 
#define MAVLINK_MSG_ID_85_CRC   140
 
#define MAVLINK_MESSAGE_INFO_POSITION_TARGET_LOCAL_NED
 

Typedefs

typedef struct
__mavlink_position_target_local_ned_t 
mavlink_position_target_local_ned_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_POSITION_TARGET_LOCAL_NED
Value:
{ \
"POSITION_TARGET_LOCAL_NED", \
14, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_position_target_local_ned_t, time_boot_ms) }, \
{ "x", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_position_target_local_ned_t, x) }, \
{ "y", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_position_target_local_ned_t, y) }, \
{ "z", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_position_target_local_ned_t, z) }, \
{ "vx", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_position_target_local_ned_t, vx) }, \
{ "vy", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_position_target_local_ned_t, vy) }, \
{ "vz", NULL, MAVLINK_TYPE_FLOAT, 0, 24, offsetof(mavlink_position_target_local_ned_t, vz) }, \
{ "afx", NULL, MAVLINK_TYPE_FLOAT, 0, 28, offsetof(mavlink_position_target_local_ned_t, afx) }, \
{ "afy", NULL, MAVLINK_TYPE_FLOAT, 0, 32, offsetof(mavlink_position_target_local_ned_t, afy) }, \
{ "afz", NULL, MAVLINK_TYPE_FLOAT, 0, 36, offsetof(mavlink_position_target_local_ned_t, afz) }, \
{ "yaw", NULL, MAVLINK_TYPE_FLOAT, 0, 40, offsetof(mavlink_position_target_local_ned_t, yaw) }, \
{ "yaw_rate", NULL, MAVLINK_TYPE_FLOAT, 0, 44, offsetof(mavlink_position_target_local_ned_t, yaw_rate) }, \
{ "type_mask", NULL, MAVLINK_TYPE_UINT16_T, 0, 48, offsetof(mavlink_position_target_local_ned_t, type_mask) }, \
{ "coordinate_frame", NULL, MAVLINK_TYPE_UINT8_T, 0, 50, offsetof(mavlink_position_target_local_ned_t, coordinate_frame) }, \
} \
}
uint8_t z
set the acc deadband for z-Axis, this ignores small accelerations
Definition: accelerometer.h:52
int16_t yaw
Definition: sensors.h:31
#define MAVLINK_MSG_ID_85_CRC   140
#define MAVLINK_MSG_ID_85_LEN   51
#define MAVLINK_MSG_ID_POSITION_TARGET_LOCAL_NED   85
#define MAVLINK_MSG_ID_POSITION_TARGET_LOCAL_NED_CRC   140
#define MAVLINK_MSG_ID_POSITION_TARGET_LOCAL_NED_LEN   51

Typedef Documentation