3 #define MAVLINK_MSG_ID_DATA_LOG 177
15 #define MAVLINK_MSG_ID_DATA_LOG_LEN 24
16 #define MAVLINK_MSG_ID_177_LEN 24
18 #define MAVLINK_MSG_ID_DATA_LOG_CRC 167
19 #define MAVLINK_MSG_ID_177_CRC 167
23 #define MAVLINK_MESSAGE_INFO_DATA_LOG { \
26 { { "fl_1", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_data_log_t, fl_1) }, \
27 { "fl_2", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_data_log_t, fl_2) }, \
28 { "fl_3", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_data_log_t, fl_3) }, \
29 { "fl_4", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_data_log_t, fl_4) }, \
30 { "fl_5", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_data_log_t, fl_5) }, \
31 { "fl_6", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_data_log_t, fl_6) }, \
50 static inline uint16_t mavlink_msg_data_log_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
51 float fl_1,
float fl_2,
float fl_3,
float fl_4,
float fl_5,
float fl_6)
53 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
97 static inline uint16_t mavlink_msg_data_log_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
98 mavlink_message_t* msg,
99 float fl_1,
float fl_2,
float fl_3,
float fl_4,
float fl_5,
float fl_6)
101 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
124 #if MAVLINK_CRC_EXTRA
139 static inline uint16_t mavlink_msg_data_log_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_data_log_t* data_log)
141 return mavlink_msg_data_log_pack(system_id, component_id, msg, data_log->
fl_1, data_log->
fl_2, data_log->
fl_3, data_log->
fl_4, data_log->
fl_5, data_log->
fl_6);
153 static inline uint16_t mavlink_msg_data_log_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_data_log_t* data_log)
155 return mavlink_msg_data_log_pack_chan(system_id, component_id, chan, msg, data_log->
fl_1, data_log->
fl_2, data_log->
fl_3, data_log->
fl_4, data_log->
fl_5, data_log->
fl_6);
169 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
171 static inline void mavlink_msg_data_log_send(
mavlink_channel_t chan,
float fl_1,
float fl_2,
float fl_3,
float fl_4,
float fl_5,
float fl_6)
173 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
182 #if MAVLINK_CRC_EXTRA
196 #if MAVLINK_CRC_EXTRA
204 #if MAVLINK_MSG_ID_DATA_LOG_LEN <= MAVLINK_MAX_PAYLOAD_LEN
212 static inline void mavlink_msg_data_log_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan,
float fl_1,
float fl_2,
float fl_3,
float fl_4,
float fl_5,
float fl_6)
214 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
215 char *buf = (
char *)msgbuf;
223 #if MAVLINK_CRC_EXTRA
237 #if MAVLINK_CRC_EXTRA
256 static inline float mavlink_msg_data_log_get_fl_1(
const mavlink_message_t* msg)
258 return _MAV_RETURN_float(msg, 0);
266 static inline float mavlink_msg_data_log_get_fl_2(
const mavlink_message_t* msg)
268 return _MAV_RETURN_float(msg, 4);
276 static inline float mavlink_msg_data_log_get_fl_3(
const mavlink_message_t* msg)
278 return _MAV_RETURN_float(msg, 8);
286 static inline float mavlink_msg_data_log_get_fl_4(
const mavlink_message_t* msg)
288 return _MAV_RETURN_float(msg, 12);
296 static inline float mavlink_msg_data_log_get_fl_5(
const mavlink_message_t* msg)
298 return _MAV_RETURN_float(msg, 16);
306 static inline float mavlink_msg_data_log_get_fl_6(
const mavlink_message_t* msg)
308 return _MAV_RETURN_float(msg, 20);
317 static inline void mavlink_msg_data_log_decode(
const mavlink_message_t* msg,
mavlink_data_log_t* data_log)
319 #if MAVLINK_NEED_BYTE_SWAP
320 data_log->
fl_1 = mavlink_msg_data_log_get_fl_1(msg);
321 data_log->
fl_2 = mavlink_msg_data_log_get_fl_2(msg);
322 data_log->
fl_3 = mavlink_msg_data_log_get_fl_3(msg);
323 data_log->
fl_4 = mavlink_msg_data_log_get_fl_4(msg);
324 data_log->
fl_5 = mavlink_msg_data_log_get_fl_5(msg);
325 data_log->
fl_6 = mavlink_msg_data_log_get_fl_6(msg);
#define MAVLINK_MSG_ID_DATA_LOG_CRC
Definition: mavlink_msg_data_log.h:18
#define _mav_put_float(buf, wire_offset, b)
Definition: protocol.h:145
float fl_5
Log value 5.
Definition: mavlink_msg_data_log.h:11
#define MAVLINK_MSG_ID_DATA_LOG_LEN
Definition: mavlink_msg_data_log.h:15
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_PAYLOAD_NON_CONST(msg)
Definition: mavlink_types.h:172
mavlink_channel_t
Definition: mavlink_types.h:178
float fl_3
Log value 3.
Definition: mavlink_msg_data_log.h:9
#define _MAV_PAYLOAD(msg)
Definition: mavlink_types.h:171
float fl_6
Log value 6.
Definition: mavlink_msg_data_log.h:12
float fl_1
Log value 1.
Definition: mavlink_msg_data_log.h:7
float fl_4
Log value 4.
Definition: mavlink_msg_data_log.h:10
float fl_2
Log value 2.
Definition: mavlink_msg_data_log.h:8
struct __mavlink_data_log_t mavlink_data_log_t
Definition: mavlink_msg_data_log.h:5
#define MAVLINK_MSG_ID_DATA_LOG
Definition: mavlink_msg_data_log.h:3
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