3 #define MAVLINK_MSG_ID_SET_MAG_OFFSETS 151
14 #define MAVLINK_MSG_ID_SET_MAG_OFFSETS_LEN 8
15 #define MAVLINK_MSG_ID_151_LEN 8
17 #define MAVLINK_MSG_ID_SET_MAG_OFFSETS_CRC 219
18 #define MAVLINK_MSG_ID_151_CRC 219
22 #define MAVLINK_MESSAGE_INFO_SET_MAG_OFFSETS { \
25 { { "mag_ofs_x", NULL, MAVLINK_TYPE_INT16_T, 0, 0, offsetof(mavlink_set_mag_offsets_t, mag_ofs_x) }, \
26 { "mag_ofs_y", NULL, MAVLINK_TYPE_INT16_T, 0, 2, offsetof(mavlink_set_mag_offsets_t, mag_ofs_y) }, \
27 { "mag_ofs_z", NULL, MAVLINK_TYPE_INT16_T, 0, 4, offsetof(mavlink_set_mag_offsets_t, mag_ofs_z) }, \
28 { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 6, offsetof(mavlink_set_mag_offsets_t, target_system) }, \
29 { "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 7, offsetof(mavlink_set_mag_offsets_t, target_component) }, \
47 static inline uint16_t mavlink_msg_set_mag_offsets_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
48 uint8_t target_system, uint8_t target_component, int16_t mag_ofs_x, int16_t mag_ofs_y, int16_t mag_ofs_z)
50 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
91 static inline uint16_t mavlink_msg_set_mag_offsets_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
92 mavlink_message_t* msg,
93 uint8_t target_system,uint8_t target_component,int16_t mag_ofs_x,int16_t mag_ofs_y,int16_t mag_ofs_z)
95 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
116 #if MAVLINK_CRC_EXTRA
131 static inline uint16_t mavlink_msg_set_mag_offsets_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_set_mag_offsets_t* set_mag_offsets)
145 static inline uint16_t mavlink_msg_set_mag_offsets_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_set_mag_offsets_t* set_mag_offsets)
160 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
162 static inline void mavlink_msg_set_mag_offsets_send(
mavlink_channel_t chan, uint8_t target_system, uint8_t target_component, int16_t mag_ofs_x, int16_t mag_ofs_y, int16_t mag_ofs_z)
164 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
172 #if MAVLINK_CRC_EXTRA
185 #if MAVLINK_CRC_EXTRA
193 #if MAVLINK_MSG_ID_SET_MAG_OFFSETS_LEN <= MAVLINK_MAX_PAYLOAD_LEN
201 static inline void mavlink_msg_set_mag_offsets_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan, uint8_t target_system, uint8_t target_component, int16_t mag_ofs_x, int16_t mag_ofs_y, int16_t mag_ofs_z)
203 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
204 char *buf = (
char *)msgbuf;
211 #if MAVLINK_CRC_EXTRA
224 #if MAVLINK_CRC_EXTRA
243 static inline uint8_t mavlink_msg_set_mag_offsets_get_target_system(
const mavlink_message_t* msg)
253 static inline uint8_t mavlink_msg_set_mag_offsets_get_target_component(
const mavlink_message_t* msg)
263 static inline int16_t mavlink_msg_set_mag_offsets_get_mag_ofs_x(
const mavlink_message_t* msg)
265 return _MAV_RETURN_int16_t(msg, 0);
273 static inline int16_t mavlink_msg_set_mag_offsets_get_mag_ofs_y(
const mavlink_message_t* msg)
275 return _MAV_RETURN_int16_t(msg, 2);
283 static inline int16_t mavlink_msg_set_mag_offsets_get_mag_ofs_z(
const mavlink_message_t* msg)
285 return _MAV_RETURN_int16_t(msg, 4);
294 static inline void mavlink_msg_set_mag_offsets_decode(
const mavlink_message_t* msg,
mavlink_set_mag_offsets_t* set_mag_offsets)
296 #if MAVLINK_NEED_BYTE_SWAP
297 set_mag_offsets->
mag_ofs_x = mavlink_msg_set_mag_offsets_get_mag_ofs_x(msg);
298 set_mag_offsets->
mag_ofs_y = mavlink_msg_set_mag_offsets_get_mag_ofs_y(msg);
299 set_mag_offsets->
mag_ofs_z = mavlink_msg_set_mag_offsets_get_mag_ofs_z(msg);
300 set_mag_offsets->
target_system = mavlink_msg_set_mag_offsets_get_target_system(msg);
301 set_mag_offsets->
target_component = mavlink_msg_set_mag_offsets_get_target_component(msg);
uint8_t target_system
System ID.
Definition: mavlink_msg_set_mag_offsets.h:10
Definition: mavlink_msg_set_mag_offsets.h:5
#define MAVLINK_MSG_ID_SET_MAG_OFFSETS_LEN
Definition: mavlink_msg_set_mag_offsets.h:14
#define _MAV_RETURN_uint8_t(msg, wire_offset)
Definition: protocol.h:238
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
#define _MAV_PAYLOAD(msg)
Definition: mavlink_types.h:171
int16_t mag_ofs_z
magnetometer Z offset
Definition: mavlink_msg_set_mag_offsets.h:9
int16_t mag_ofs_y
magnetometer Y offset
Definition: mavlink_msg_set_mag_offsets.h:8
uint8_t target_component
Component ID.
Definition: mavlink_msg_set_mag_offsets.h:11
#define MAVLINK_MSG_ID_SET_MAG_OFFSETS
Definition: mavlink_msg_set_mag_offsets.h:3
#define MAVLINK_MSG_ID_SET_MAG_OFFSETS_CRC
Definition: mavlink_msg_set_mag_offsets.h:17
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
#define _mav_put_int16_t(buf, wire_offset, b)
Definition: protocol.h:140
int16_t mag_ofs_x
magnetometer X offset
Definition: mavlink_msg_set_mag_offsets.h:7
struct __mavlink_set_mag_offsets_t mavlink_set_mag_offsets_t