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

Macros

#define MAVLINK_MSG_ID_MANUAL_CONTROL   69
 
#define MAVLINK_MSG_ID_MANUAL_CONTROL_LEN   11
 
#define MAVLINK_MSG_ID_69_LEN   11
 
#define MAVLINK_MSG_ID_MANUAL_CONTROL_CRC   243
 
#define MAVLINK_MSG_ID_69_CRC   243
 
#define MAVLINK_MESSAGE_INFO_MANUAL_CONTROL
 

Typedefs

typedef struct
__mavlink_manual_control_t 
mavlink_manual_control_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MANUAL_CONTROL
Value:
{ \
"MANUAL_CONTROL", \
6, \
{ { "x", NULL, MAVLINK_TYPE_INT16_T, 0, 0, offsetof(mavlink_manual_control_t, x) }, \
{ "y", NULL, MAVLINK_TYPE_INT16_T, 0, 2, offsetof(mavlink_manual_control_t, y) }, \
{ "z", NULL, MAVLINK_TYPE_INT16_T, 0, 4, offsetof(mavlink_manual_control_t, z) }, \
{ "r", NULL, MAVLINK_TYPE_INT16_T, 0, 6, offsetof(mavlink_manual_control_t, r) }, \
{ "buttons", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_manual_control_t, buttons) }, \
{ "target", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_manual_control_t, target) }, \
} \
}
uint8_t z
set the acc deadband for z-Axis, this ignores small accelerations
Definition: accelerometer.h:52
#define MAVLINK_MSG_ID_69_CRC   243
#define MAVLINK_MSG_ID_69_LEN   11
#define MAVLINK_MSG_ID_MANUAL_CONTROL   69
#define MAVLINK_MSG_ID_MANUAL_CONTROL_CRC   243
#define MAVLINK_MSG_ID_MANUAL_CONTROL_LEN   11

Typedef Documentation