Commit 4d5fa0da authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/48df7ea08abb5d87df6ccb1f9a69b91ff3b89c7a
parent b65cfcdc
......@@ -4224,7 +4224,7 @@
</message>
<message id="130" name="DATA_TRANSMISSION_HANDSHAKE">
<description>Handshake message to initiate, control and stop image streaming when using the Image Transmission Protocol: https://mavlink.io/en/services/image_transmission.html.</description>
<field type="uint8_t" name="type" enum="DATA_TYPES">Type of requested/acknowledged data.</field>
<field type="uint8_t" name="type" enum="MAVLINK_DATA_STREAM_TYPE">Type of requested/acknowledged data.</field>
<field type="uint32_t" name="size" units="bytes">total data size (set on ACK only).</field>
<field type="uint16_t" name="width">Width of a matrix or image.</field>
<field type="uint16_t" name="height">Height of a matrix or image.</field>
......
......@@ -4,6 +4,7 @@
<!-- company URL: http://www.uAvionix.com -->
<!-- email contact: matt@uAvionix.com or jeff@uAvionix.com -->
<!-- mavlink ID range: 10000 - 10099 -->
<include>common.xml</include>
<enums>
<enum name="UAVIONIX_ADSB_OUT_DYNAMIC_STATE">
<description>State flags for ADS-B transponder dynamic report</description>
......
......@@ -12,17 +12,17 @@ extern "C" {
#ifndef MAVLINK_TEST_ALL
#define MAVLINK_TEST_ALL
static void mavlink_test_common(uint8_t, uint8_t, mavlink_message_t *last_msg);
static void mavlink_test_uAvionix(uint8_t, uint8_t, mavlink_message_t *last_msg);
static void mavlink_test_all(uint8_t system_id, uint8_t component_id, mavlink_message_t *last_msg)
{
mavlink_test_common(system_id, component_id, last_msg);
mavlink_test_uAvionix(system_id, component_id, last_msg);
}
#endif
#include "../common/testsuite.h"
static void mavlink_test_uavionix_adsb_out_cfg(uint8_t system_id, uint8_t component_id, mavlink_message_t *last_msg)
......
......@@ -175,7 +175,7 @@ typedef enum UAVIONIX_ADSB_EMERGENCY_STATUS
#include "./mavlink_msg_uavionix_adsb_transceiver_health_report.h"
// base include
#include "../common/common.h"
#undef MAVLINK_THIS_XML_IDX
#define MAVLINK_THIS_XML_IDX 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment