3 #define MAVLINK_MSG_ID_SMALL_MAG 182 12 #define MAVLINK_MSG_ID_SMALL_MAG_LEN 12 13 #define MAVLINK_MSG_ID_182_LEN 12 15 #define MAVLINK_MSG_ID_SMALL_MAG_CRC 218 16 #define MAVLINK_MSG_ID_182_CRC 218 20 #define MAVLINK_MESSAGE_INFO_SMALL_MAG { \ 23 { { "xmag", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_small_mag_t, xmag) }, \ 24 { "ymag", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_small_mag_t, ymag) }, \ 25 { "zmag", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_small_mag_t, zmag) }, \ 44 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 80 mavlink_message_t* msg,
83 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 100 #if MAVLINK_CRC_EXTRA 142 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS 146 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 152 #if MAVLINK_CRC_EXTRA 163 #if MAVLINK_CRC_EXTRA 171 #if MAVLINK_MSG_ID_SMALL_MAG_LEN <= MAVLINK_MAX_PAYLOAD_LEN 181 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 182 char *buf = (
char *)msgbuf;
187 #if MAVLINK_CRC_EXTRA 198 #if MAVLINK_CRC_EXTRA 219 return _MAV_RETURN_float(msg, 0);
229 return _MAV_RETURN_float(msg, 4);
239 return _MAV_RETURN_float(msg, 8);
250 #if MAVLINK_NEED_BYTE_SWAP
#define _mav_put_float(buf, wire_offset, b)
static uint16_t mavlink_msg_small_mag_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, float xmag, float ymag, float zmag)
Pack a small_mag message on a channel.
static void mavlink_msg_small_mag_decode(const mavlink_message_t *msg, mavlink_small_mag_t *small_mag)
Decode a small_mag message into a struct.
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_PAYLOAD_NON_CONST(msg)
static uint16_t mavlink_msg_small_mag_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_small_mag_t *small_mag)
Encode a small_mag struct.
static uint16_t mavlink_msg_small_mag_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_small_mag_t *small_mag)
Encode a small_mag struct on a channel.
static float mavlink_msg_small_mag_get_zmag(const mavlink_message_t *msg)
Get field zmag from small_mag message.
static uint16_t mavlink_msg_small_mag_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, float xmag, float ymag, float zmag)
Pack a small_mag message.
#define _MAV_PAYLOAD(msg)
struct __mavlink_small_mag_t mavlink_small_mag_t
#define MAVLINK_MSG_ID_SMALL_MAG_CRC
#define MAVLINK_MSG_ID_SMALL_MAG
#define MAVLINK_MSG_ID_SMALL_MAG_LEN
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.
static float mavlink_msg_small_mag_get_ymag(const mavlink_message_t *msg)
Get field ymag from small_mag message.
static float mavlink_msg_small_mag_get_xmag(const mavlink_message_t *msg)
Send a small_mag message.