3 #define MAVLINK_MSG_ID_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS 210
13 #define MAVLINK_MSG_ID_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS_LEN 4
14 #define MAVLINK_MSG_ID_210_LEN 4
16 #define MAVLINK_MSG_ID_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS_CRC 238
17 #define MAVLINK_MSG_ID_210_CRC 238
21 #define MAVLINK_MESSAGE_INFO_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS { \
22 "GIMBAL_REPORT_FACTORY_TESTS_PROGRESS", \
24 { { "test", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_gimbal_report_factory_tests_progress_t, test) }, \
25 { "test_section", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_gimbal_report_factory_tests_progress_t, test_section) }, \
26 { "test_section_progress", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_gimbal_report_factory_tests_progress_t, test_section_progress) }, \
27 { "test_status", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_gimbal_report_factory_tests_progress_t, test_status) }, \
44 static inline uint16_t mavlink_msg_gimbal_report_factory_tests_progress_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
45 uint8_t test, uint8_t test_section, uint8_t test_section_progress, uint8_t test_status)
47 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
85 static inline uint16_t mavlink_msg_gimbal_report_factory_tests_progress_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
86 mavlink_message_t* msg,
87 uint8_t test,uint8_t test_section,uint8_t test_section_progress,uint8_t test_status)
89 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
108 #if MAVLINK_CRC_EXTRA
123 static inline uint16_t mavlink_msg_gimbal_report_factory_tests_progress_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_gimbal_report_factory_tests_progress_t* gimbal_report_factory_tests_progress)
125 return mavlink_msg_gimbal_report_factory_tests_progress_pack(system_id, component_id, msg, gimbal_report_factory_tests_progress->
test, gimbal_report_factory_tests_progress->
test_section, gimbal_report_factory_tests_progress->
test_section_progress, gimbal_report_factory_tests_progress->
test_status);
137 static inline uint16_t mavlink_msg_gimbal_report_factory_tests_progress_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_gimbal_report_factory_tests_progress_t* gimbal_report_factory_tests_progress)
139 return mavlink_msg_gimbal_report_factory_tests_progress_pack_chan(system_id, component_id, chan, msg, gimbal_report_factory_tests_progress->
test, gimbal_report_factory_tests_progress->
test_section, gimbal_report_factory_tests_progress->
test_section_progress, gimbal_report_factory_tests_progress->
test_status);
151 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
153 static inline void mavlink_msg_gimbal_report_factory_tests_progress_send(
mavlink_channel_t chan, uint8_t test, uint8_t test_section, uint8_t test_section_progress, uint8_t test_status)
155 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
162 #if MAVLINK_CRC_EXTRA
174 #if MAVLINK_CRC_EXTRA
182 #if MAVLINK_MSG_ID_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS_LEN <= MAVLINK_MAX_PAYLOAD_LEN
190 static inline void mavlink_msg_gimbal_report_factory_tests_progress_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan, uint8_t test, uint8_t test_section, uint8_t test_section_progress, uint8_t test_status)
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_gimbal_report_factory_tests_progress_get_test(
const mavlink_message_t* msg)
240 static inline uint8_t mavlink_msg_gimbal_report_factory_tests_progress_get_test_section(
const mavlink_message_t* msg)
250 static inline uint8_t mavlink_msg_gimbal_report_factory_tests_progress_get_test_section_progress(
const mavlink_message_t* msg)
260 static inline uint8_t mavlink_msg_gimbal_report_factory_tests_progress_get_test_status(
const mavlink_message_t* msg)
273 #if MAVLINK_NEED_BYTE_SWAP
274 gimbal_report_factory_tests_progress->
test = mavlink_msg_gimbal_report_factory_tests_progress_get_test(msg);
275 gimbal_report_factory_tests_progress->
test_section = mavlink_msg_gimbal_report_factory_tests_progress_get_test_section(msg);
276 gimbal_report_factory_tests_progress->
test_section_progress = mavlink_msg_gimbal_report_factory_tests_progress_get_test_section_progress(msg);
277 gimbal_report_factory_tests_progress->
test_status = mavlink_msg_gimbal_report_factory_tests_progress_get_test_status(msg);
uint8_t test_section
Which section of the test is currently running. The meaning of this is test-dependent.
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:8
struct __mavlink_gimbal_report_factory_tests_progress_t mavlink_gimbal_report_factory_tests_progress_t
#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 MAVLINK_MSG_ID_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:3
#define _mav_put_uint8_t(buf, wire_offset, b)
Definition: protocol.h:134
uint8_t test_status
The status of the currently executing test section. The meaning of this is test and section-dependent...
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:10
#define _MAV_PAYLOAD_NON_CONST(msg)
Definition: mavlink_types.h:172
uint8_t test_section_progress
The progress of the current test section, 0x64=100%.
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:9
mavlink_channel_t
Definition: mavlink_types.h:178
#define _MAV_PAYLOAD(msg)
Definition: mavlink_types.h:171
uint8_t test
Which factory test is currently running.
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:7
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:5
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 MAVLINK_MSG_ID_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS_CRC
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:16
#define MAVLINK_MSG_ID_GIMBAL_REPORT_FACTORY_TESTS_PROGRESS_LEN
Definition: mavlink_msg_gimbal_report_factory_tests_progress.h:13