3 #define MAVLINK_MSG_ID_LOG_ERASE 121 11 #define MAVLINK_MSG_ID_LOG_ERASE_LEN 2 12 #define MAVLINK_MSG_ID_121_LEN 2 14 #define MAVLINK_MSG_ID_LOG_ERASE_CRC 237 15 #define MAVLINK_MSG_ID_121_CRC 237 19 #define MAVLINK_MESSAGE_INFO_LOG_ERASE { \ 22 { { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_log_erase_t, target_system) }, \ 23 { "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_log_erase_t, target_component) }, \ 41 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 74 mavlink_message_t* msg,
77 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 133 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS 137 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 142 #if MAVLINK_CRC_EXTRA 152 #if MAVLINK_CRC_EXTRA 160 #if MAVLINK_MSG_ID_LOG_ERASE_LEN <= MAVLINK_MAX_PAYLOAD_LEN 170 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 171 char *buf = (
char *)msgbuf;
175 #if MAVLINK_CRC_EXTRA 185 #if MAVLINK_CRC_EXTRA 227 #if MAVLINK_NEED_BYTE_SWAP static uint16_t mavlink_msg_log_erase_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint8_t target_system, uint8_t target_component)
Pack a log_erase message on a channel.
static uint16_t mavlink_msg_log_erase_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_log_erase_t *log_erase)
Encode a log_erase struct.
static uint16_t mavlink_msg_log_erase_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint8_t target_system, uint8_t target_component)
Pack a log_erase message.
#define _MAV_RETURN_uint8_t(msg, wire_offset)
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)
#define _MAV_PAYLOAD(msg)
static uint8_t mavlink_msg_log_erase_get_target_system(const mavlink_message_t *msg)
Send a log_erase message.
struct __mavlink_log_erase_t mavlink_log_erase_t
static void mavlink_msg_log_erase_decode(const mavlink_message_t *msg, mavlink_log_erase_t *log_erase)
Decode a log_erase message into a struct.
static uint16_t mavlink_msg_log_erase_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_log_erase_t *log_erase)
Encode a log_erase struct on a channel.
static uint8_t mavlink_msg_log_erase_get_target_component(const mavlink_message_t *msg)
Get field target_component from log_erase message.
#define MAVLINK_MSG_ID_LOG_ERASE_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.
#define MAVLINK_MSG_ID_LOG_ERASE
#define MAVLINK_MSG_ID_LOG_ERASE_CRC