3 #define MAVLINK_MSG_ID_MANUAL_CONTROL 69 15 #define MAVLINK_MSG_ID_MANUAL_CONTROL_LEN 11 16 #define MAVLINK_MSG_ID_69_LEN 11 18 #define MAVLINK_MSG_ID_MANUAL_CONTROL_CRC 243 19 #define MAVLINK_MSG_ID_69_CRC 243 23 #define MAVLINK_MESSAGE_INFO_MANUAL_CONTROL { \ 26 { { "x", NULL, MAVLINK_TYPE_INT16_T, 0, 0, offsetof(mavlink_manual_control_t, x) }, \ 27 { "y", NULL, MAVLINK_TYPE_INT16_T, 0, 2, offsetof(mavlink_manual_control_t, y) }, \ 28 { "z", NULL, MAVLINK_TYPE_INT16_T, 0, 4, offsetof(mavlink_manual_control_t, z) }, \ 29 { "r", NULL, MAVLINK_TYPE_INT16_T, 0, 6, offsetof(mavlink_manual_control_t, r) }, \ 30 { "buttons", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_manual_control_t, buttons) }, \ 31 { "target", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_manual_control_t, target) }, \ 53 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 98 mavlink_message_t* msg,
101 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 124 #if MAVLINK_CRC_EXTRA 169 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS 173 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 182 #if MAVLINK_CRC_EXTRA 196 #if MAVLINK_CRC_EXTRA 204 #if MAVLINK_MSG_ID_MANUAL_CONTROL_LEN <= MAVLINK_MAX_PAYLOAD_LEN 212 static inline void mavlink_msg_manual_control_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan, uint8_t
target, int16_t
x, int16_t
y, int16_t
z, int16_t
r, uint16_t
buttons)
214 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 215 char *buf = (
char *)msgbuf;
223 #if MAVLINK_CRC_EXTRA 237 #if MAVLINK_CRC_EXTRA 268 return _MAV_RETURN_int16_t(msg, 0);
278 return _MAV_RETURN_int16_t(msg, 2);
288 return _MAV_RETURN_int16_t(msg, 4);
298 return _MAV_RETURN_int16_t(msg, 6);
308 return _MAV_RETURN_uint16_t(msg, 8);
319 #if MAVLINK_NEED_BYTE_SWAP #define MAVLINK_MSG_ID_MANUAL_CONTROL_LEN
static uint16_t mavlink_msg_manual_control_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint8_t target, int16_t x, int16_t y, int16_t z, int16_t r, uint16_t buttons)
Pack a manual_control message on a channel.
static uint16_t mavlink_msg_manual_control_get_buttons(const mavlink_message_t *msg)
Get field buttons from manual_control message.
#define MAVLINK_MSG_ID_MANUAL_CONTROL
#define MAVLINK_MSG_ID_MANUAL_CONTROL_CRC
#define _MAV_RETURN_uint8_t(msg, wire_offset)
struct __mavlink_manual_control_t mavlink_manual_control_t
MAVLINK_HELPER uint16_t mavlink_finalize_message(mavlink_message_t *msg, uint8_t system_id, uint8_t component_id, uint8_t length)
Finalize a MAVLink message with MAVLINK_COMM_0 as default channel.
#define _mav_put_uint8_t(buf, wire_offset, b)
#define _MAV_PAYLOAD_NON_CONST(msg)
static void mavlink_msg_manual_control_decode(const mavlink_message_t *msg, mavlink_manual_control_t *manual_control)
Decode a manual_control message into a struct.
static int16_t mavlink_msg_manual_control_get_x(const mavlink_message_t *msg)
Get field x from manual_control message.
#define _MAV_PAYLOAD(msg)
static int16_t mavlink_msg_manual_control_get_z(const mavlink_message_t *msg)
Get field z from manual_control message.
static uint16_t mavlink_msg_manual_control_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint8_t target, int16_t x, int16_t y, int16_t z, int16_t r, uint16_t buttons)
Pack a manual_control message.
static int16_t mavlink_msg_manual_control_get_r(const mavlink_message_t *msg)
Get field r from manual_control message.
static uint8_t mavlink_msg_manual_control_get_target(const mavlink_message_t *msg)
Send a manual_control message.
static int16_t mavlink_msg_manual_control_get_y(const mavlink_message_t *msg)
Get field y from manual_control message.
#define _mav_put_uint16_t(buf, wire_offset, b)
static uint16_t mavlink_msg_manual_control_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_manual_control_t *manual_control)
Encode a manual_control struct on a channel.
MAVLINK_HELPER uint16_t mavlink_finalize_message_chan(mavlink_message_t *msg, uint8_t system_id, uint8_t component_id, uint8_t chan, uint8_t length)
Finalize a MAVLink message with channel assignment.
#define _mav_put_int16_t(buf, wire_offset, b)
static uint16_t mavlink_msg_manual_control_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_manual_control_t *manual_control)
Encode a manual_control struct.