3 #define MAVLINK_MSG_ID_MID_LVL_CMDS 180
13 #define MAVLINK_MSG_ID_MID_LVL_CMDS_LEN 13
14 #define MAVLINK_MSG_ID_180_LEN 13
16 #define MAVLINK_MSG_ID_MID_LVL_CMDS_CRC 146
17 #define MAVLINK_MSG_ID_180_CRC 146
21 #define MAVLINK_MESSAGE_INFO_MID_LVL_CMDS { \
24 { { "hCommand", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_mid_lvl_cmds_t, hCommand) }, \
25 { "uCommand", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_mid_lvl_cmds_t, uCommand) }, \
26 { "rCommand", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_mid_lvl_cmds_t, rCommand) }, \
27 { "target", NULL, MAVLINK_TYPE_UINT8_T, 0, 12, offsetof(mavlink_mid_lvl_cmds_t, target) }, \
44 static inline uint16_t mavlink_msg_mid_lvl_cmds_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
45 uint8_t target,
float hCommand,
float uCommand,
float rCommand)
47 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
85 static inline uint16_t mavlink_msg_mid_lvl_cmds_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
86 mavlink_message_t* msg,
87 uint8_t target,
float hCommand,
float uCommand,
float rCommand)
89 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
108 #if MAVLINK_CRC_EXTRA
123 static inline uint16_t mavlink_msg_mid_lvl_cmds_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_mid_lvl_cmds_t* mid_lvl_cmds)
125 return mavlink_msg_mid_lvl_cmds_pack(system_id, component_id, msg, mid_lvl_cmds->
target, mid_lvl_cmds->
hCommand, mid_lvl_cmds->
uCommand, mid_lvl_cmds->
rCommand);
137 static inline uint16_t mavlink_msg_mid_lvl_cmds_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_mid_lvl_cmds_t* mid_lvl_cmds)
139 return mavlink_msg_mid_lvl_cmds_pack_chan(system_id, component_id, chan, msg, mid_lvl_cmds->
target, mid_lvl_cmds->
hCommand, mid_lvl_cmds->
uCommand, mid_lvl_cmds->
rCommand);
151 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
153 static inline void mavlink_msg_mid_lvl_cmds_send(
mavlink_channel_t chan, uint8_t target,
float hCommand,
float uCommand,
float rCommand)
155 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
162 #if MAVLINK_CRC_EXTRA
174 #if MAVLINK_CRC_EXTRA
182 #if MAVLINK_MSG_ID_MID_LVL_CMDS_LEN <= MAVLINK_MAX_PAYLOAD_LEN
190 static inline void mavlink_msg_mid_lvl_cmds_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan, uint8_t target,
float hCommand,
float uCommand,
float rCommand)
192 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
193 char *buf = (
char *)msgbuf;
199 #if MAVLINK_CRC_EXTRA
211 #if MAVLINK_CRC_EXTRA
230 static inline uint8_t mavlink_msg_mid_lvl_cmds_get_target(
const mavlink_message_t* msg)
240 static inline float mavlink_msg_mid_lvl_cmds_get_hCommand(
const mavlink_message_t* msg)
242 return _MAV_RETURN_float(msg, 0);
250 static inline float mavlink_msg_mid_lvl_cmds_get_uCommand(
const mavlink_message_t* msg)
252 return _MAV_RETURN_float(msg, 4);
260 static inline float mavlink_msg_mid_lvl_cmds_get_rCommand(
const mavlink_message_t* msg)
262 return _MAV_RETURN_float(msg, 8);
271 static inline void mavlink_msg_mid_lvl_cmds_decode(
const mavlink_message_t* msg,
mavlink_mid_lvl_cmds_t* mid_lvl_cmds)
273 #if MAVLINK_NEED_BYTE_SWAP
274 mid_lvl_cmds->
hCommand = mavlink_msg_mid_lvl_cmds_get_hCommand(msg);
275 mid_lvl_cmds->
uCommand = mavlink_msg_mid_lvl_cmds_get_uCommand(msg);
276 mid_lvl_cmds->
rCommand = mavlink_msg_mid_lvl_cmds_get_rCommand(msg);
277 mid_lvl_cmds->
target = mavlink_msg_mid_lvl_cmds_get_target(msg);
#define MAVLINK_MSG_ID_MID_LVL_CMDS_LEN
Definition: mavlink_msg_mid_lvl_cmds.h:13
#define _mav_put_float(buf, wire_offset, b)
Definition: protocol.h:145
#define MAVLINK_MSG_ID_MID_LVL_CMDS
Definition: mavlink_msg_mid_lvl_cmds.h:3
#define _MAV_RETURN_uint8_t(msg, wire_offset)
Definition: protocol.h:238
Definition: mavlink_msg_mid_lvl_cmds.h:5
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.
Definition: mavlink_helpers.h:105
#define _mav_put_uint8_t(buf, wire_offset, b)
Definition: protocol.h:134
#define _MAV_PAYLOAD_NON_CONST(msg)
Definition: mavlink_types.h:172
mavlink_channel_t
Definition: mavlink_types.h:178
uint8_t target
The system setting the commands.
Definition: mavlink_msg_mid_lvl_cmds.h:10
#define _MAV_PAYLOAD(msg)
Definition: mavlink_types.h:171
float hCommand
Commanded Altitude in meters.
Definition: mavlink_msg_mid_lvl_cmds.h:7
float rCommand
Commanded Turnrate in rad/s.
Definition: mavlink_msg_mid_lvl_cmds.h:9
struct __mavlink_mid_lvl_cmds_t mavlink_mid_lvl_cmds_t
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.
Definition: mavlink_helpers.h:71
float uCommand
Commanded Airspeed in m/s.
Definition: mavlink_msg_mid_lvl_cmds.h:8
#define MAVLINK_MSG_ID_MID_LVL_CMDS_CRC
Definition: mavlink_msg_mid_lvl_cmds.h:16