Commit deb744e4 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/4bcf601fc5a6de5d07a533be463e50525638ab48
parent 10d730a4
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version='1.0'?> <?xml version="1.0"?>
<mavlink> <mavlink>
<include>common.xml</include> <include>common.xml</include>
<version>3</version> <version>3</version>
<enums> <enums>
</enums> </enums>
<messages> <messages>
<!-- Messages specifically designated for the Paparazzi autopilot --> <!-- Messages specifically designated for the Paparazzi autopilot -->
<message id="180" name="SCRIPT_ITEM"> <message id="180" name="SCRIPT_ITEM">
<description>Message encoding a mission script item. This message is emitted upon a request for the next script item.</description> <description>Message encoding a mission script item. This message is emitted upon a request for the next script item.</description>
<field type="uint8_t" name="target_system">System ID</field> <field type="uint8_t" name="target_system">System ID</field>
<field type="uint8_t" name="target_component">Component ID</field> <field type="uint8_t" name="target_component">Component ID</field>
<field type="uint16_t" name="seq">Sequence</field> <field type="uint16_t" name="seq">Sequence</field>
<field type="char[50]" name="name">The name of the mission script, NULL terminated.</field> <field type="char[50]" name="name">The name of the mission script, NULL terminated.</field>
</message> </message>
<message id="181" name="SCRIPT_REQUEST"> <message id="181" name="SCRIPT_REQUEST">
<description>Request script item with the sequence number seq. The response of the system to this message should be a SCRIPT_ITEM message.</description> <description>Request script item with the sequence number seq. The response of the system to this message should be a SCRIPT_ITEM message.</description>
<field type="uint8_t" name="target_system">System ID</field> <field type="uint8_t" name="target_system">System ID</field>
<field type="uint8_t" name="target_component">Component ID</field> <field type="uint8_t" name="target_component">Component ID</field>
<field type="uint16_t" name="seq">Sequence</field> <field type="uint16_t" name="seq">Sequence</field>
</message> </message>
<message id="182" name="SCRIPT_REQUEST_LIST"> <message id="182" name="SCRIPT_REQUEST_LIST">
<description>Request the overall list of mission items from the system/component.</description> <description>Request the overall list of mission items from the system/component.</description>
<field type="uint8_t" name="target_system">System ID</field> <field type="uint8_t" name="target_system">System ID</field>
<field type="uint8_t" name="target_component">Component ID</field> <field type="uint8_t" name="target_component">Component ID</field>
</message> </message>
<message id="183" name="SCRIPT_COUNT"> <message id="183" name="SCRIPT_COUNT">
<description>This message is emitted as response to SCRIPT_REQUEST_LIST by the MAV to get the number of mission scripts.</description> <description>This message is emitted as response to SCRIPT_REQUEST_LIST by the MAV to get the number of mission scripts.</description>
<field type="uint8_t" name="target_system">System ID</field> <field type="uint8_t" name="target_system">System ID</field>
<field type="uint8_t" name="target_component">Component ID</field> <field type="uint8_t" name="target_component">Component ID</field>
<field type="uint16_t" name="count">Number of script items in the sequence</field> <field type="uint16_t" name="count">Number of script items in the sequence</field>
</message> </message>
<message id="184" name="SCRIPT_CURRENT"> <message id="184" name="SCRIPT_CURRENT">
<description>This message informs about the currently active SCRIPT.</description> <description>This message informs about the currently active SCRIPT.</description>
<field type="uint16_t" name="seq">Active Sequence</field> <field type="uint16_t" name="seq">Active Sequence</field>
</message> </message>
</messages> </messages>
</mavlink> </mavlink>
<?xml version='1.0'?> <?xml version="1.0"?>
<!-- MESSAGE IDs 150 - 240: Space for custom messages in individual projectname_messages.xml files --> <!-- MESSAGE IDs 150 - 240: Space for custom messages in individual projectname_messages.xml files -->
<mavlink> <mavlink>
<include>common.xml</include> <include>common.xml</include>
<messages> <messages>
<message id="150" name="ARRAY_TEST_0"> <message id="150" name="ARRAY_TEST_0">
<description>Array test #0.</description> <description>Array test #0.</description>
<field type="uint8_t" name="v1">Stub field</field> <field type="uint8_t" name="v1">Stub field</field>
<field type="int8_t[4]" name="ar_i8">Value array</field> <field type="int8_t[4]" name="ar_i8">Value array</field>
<field type="uint8_t[4]" name="ar_u8">Value array</field> <field type="uint8_t[4]" name="ar_u8">Value array</field>
<field type="uint16_t[4]" name="ar_u16">Value array</field> <field type="uint16_t[4]" name="ar_u16">Value array</field>
<field type="uint32_t[4]" name="ar_u32">Value array</field> <field type="uint32_t[4]" name="ar_u32">Value array</field>
</message> </message>
<message id="151" name="ARRAY_TEST_1"> <message id="151" name="ARRAY_TEST_1">
<description>Array test #1.</description> <description>Array test #1.</description>
<field type="uint32_t[4]" name="ar_u32">Value array</field> <field type="uint32_t[4]" name="ar_u32">Value array</field>
</message> </message>
<message id="153" name="ARRAY_TEST_3"> <message id="153" name="ARRAY_TEST_3">
<description>Array test #3.</description> <description>Array test #3.</description>
<field type="uint8_t" name="v">Stub field</field> <field type="uint8_t" name="v">Stub field</field>
<field type="uint32_t[4]" name="ar_u32">Value array</field> <field type="uint32_t[4]" name="ar_u32">Value array</field>
</message> </message>
<message id="154" name="ARRAY_TEST_4"> <message id="154" name="ARRAY_TEST_4">
<description>Array test #4.</description> <description>Array test #4.</description>
<field type="uint32_t[4]" name="ar_u32">Value array</field> <field type="uint32_t[4]" name="ar_u32">Value array</field>
<field type="uint8_t" name="v">Stub field</field> <field type="uint8_t" name="v">Stub field</field>
</message> </message>
<message id="155" name="ARRAY_TEST_5"> <message id="155" name="ARRAY_TEST_5">
<description>Array test #5.</description> <description>Array test #5.</description>
<field type="char[5]" name="c1">Value array</field> <field type="char[5]" name="c1">Value array</field>
<field type="char[5]" name="c2">Value array</field> <field type="char[5]" name="c2">Value array</field>
</message> </message>
<message id="156" name="ARRAY_TEST_6"> <message id="156" name="ARRAY_TEST_6">
<description>Array test #6.</description> <description>Array test #6.</description>
<field type="uint8_t" name="v1">Stub field</field> <field type="uint8_t" name="v1">Stub field</field>
<field type="uint16_t" name="v2">Stub field</field> <field type="uint16_t" name="v2">Stub field</field>
<field type="uint32_t" name="v3">Stub field</field> <field type="uint32_t" name="v3">Stub field</field>
<field type="uint32_t[2]" name="ar_u32">Value array</field> <field type="uint32_t[2]" name="ar_u32">Value array</field>
<field type="int32_t[2]" name="ar_i32">Value array</field> <field type="int32_t[2]" name="ar_i32">Value array</field>
<field type="uint16_t[2]" name="ar_u16">Value array</field> <field type="uint16_t[2]" name="ar_u16">Value array</field>
<field type="int16_t[2]" name="ar_i16">Value array</field> <field type="int16_t[2]" name="ar_i16">Value array</field>
<field type="uint8_t[2]" name="ar_u8">Value array</field> <field type="uint8_t[2]" name="ar_u8">Value array</field>
<field type="int8_t[2]" name="ar_i8">Value array</field> <field type="int8_t[2]" name="ar_i8">Value array</field>
<field type="char[32]" name="ar_c">Value array</field> <field type="char[32]" name="ar_c">Value array</field>
<field type="double[2]" name="ar_d">Value array</field> <field type="double[2]" name="ar_d">Value array</field>
<field type="float[2]" name="ar_f">Value array</field> <field type="float[2]" name="ar_f">Value array</field>
</message> </message>
<message id="157" name="ARRAY_TEST_7"> <message id="157" name="ARRAY_TEST_7">
<description>Array test #7.</description> <description>Array test #7.</description>
<field type="double[2]" name="ar_d">Value array</field> <field type="double[2]" name="ar_d">Value array</field>
<field type="float[2]" name="ar_f">Value array</field> <field type="float[2]" name="ar_f">Value array</field>
<field type="uint32_t[2]" name="ar_u32">Value array</field> <field type="uint32_t[2]" name="ar_u32">Value array</field>
<field type="int32_t[2]" name="ar_i32">Value array</field> <field type="int32_t[2]" name="ar_i32">Value array</field>
<field type="uint16_t[2]" name="ar_u16">Value array</field> <field type="uint16_t[2]" name="ar_u16">Value array</field>
<field type="int16_t[2]" name="ar_i16">Value array</field> <field type="int16_t[2]" name="ar_i16">Value array</field>
<field type="uint8_t[2]" name="ar_u8">Value array</field> <field type="uint8_t[2]" name="ar_u8">Value array</field>
<field type="int8_t[2]" name="ar_i8">Value array</field> <field type="int8_t[2]" name="ar_i8">Value array</field>
<field type="char[32]" name="ar_c">Value array</field> <field type="char[32]" name="ar_c">Value array</field>
</message> </message>
<message id="158" name="ARRAY_TEST_8"> <message id="158" name="ARRAY_TEST_8">
<description>Array test #8.</description> <description>Array test #8.</description>
<field type="uint32_t" name="v3">Stub field</field> <field type="uint32_t" name="v3">Stub field</field>
<field type="double[2]" name="ar_d">Value array</field> <field type="double[2]" name="ar_d">Value array</field>
<field type="uint16_t[2]" name="ar_u16">Value array</field> <field type="uint16_t[2]" name="ar_u16">Value array</field>
</message> </message>
</messages> </messages>
</mavlink> </mavlink>
This diff is collapsed.
<?xml version='1.0'?> <?xml version="1.0"?>
<mavlink> <mavlink>
<!-- MAVLink standard messages --> <!-- MAVLink standard messages -->
<include>common.xml</include>
<include>common.xml</include> <dialect>0</dialect>
<dialect>0</dialect> <!-- use common.xml enums -->
<enums/>
<!-- use common.xml enums --> <!-- use common.xml messages -->
<enums></enums> <messages/>
<!-- use common.xml messages --> </mavlink>
<messages></messages>
</mavlink>
\ No newline at end of file
<?xml version='1.0'?> <?xml version="1.0"?>
<mavlink> <mavlink>
<version>3</version> <version>3</version>
<messages> <messages>
<message id="0" name="TEST_TYPES"> <message id="0" name="TEST_TYPES">
<description>Test all field types</description> <description>Test all field types</description>
<field type="char" name="c">char</field> <field type="char" name="c">char</field>
<field type="char[10]" name="s">string</field> <field type="char[10]" name="s">string</field>
<field type="uint8_t" name="u8">uint8_t</field> <field type="uint8_t" name="u8">uint8_t</field>
<field type="uint16_t" name="u16">uint16_t</field> <field type="uint16_t" name="u16">uint16_t</field>
<field print_format="0x%08x" type="uint32_t" name="u32">uint32_t</field> <field print_format="0x%08x" type="uint32_t" name="u32">uint32_t</field>
<field type="uint64_t" name="u64">uint64_t</field> <field type="uint64_t" name="u64">uint64_t</field>
<field type="int8_t" name="s8">int8_t</field> <field type="int8_t" name="s8">int8_t</field>
<field type="int16_t" name="s16">int16_t</field> <field type="int16_t" name="s16">int16_t</field>
<field type="int32_t" name="s32">int32_t</field> <field type="int32_t" name="s32">int32_t</field>
<field type="int64_t" name="s64">int64_t</field> <field type="int64_t" name="s64">int64_t</field>
<field type="float" name="f">float</field> <field type="float" name="f">float</field>
<field type="double" name="d">double</field> <field type="double" name="d">double</field>
<field type="uint8_t[3]" name="u8_array">uint8_t_array</field> <field type="uint8_t[3]" name="u8_array">uint8_t_array</field>
<field type="uint16_t[3]" name="u16_array">uint16_t_array</field> <field type="uint16_t[3]" name="u16_array">uint16_t_array</field>
<field type="uint32_t[3]" name="u32_array">uint32_t_array</field> <field type="uint32_t[3]" name="u32_array">uint32_t_array</field>
<field type="uint64_t[3]" name="u64_array">uint64_t_array</field> <field type="uint64_t[3]" name="u64_array">uint64_t_array</field>
<field type="int8_t[3]" name="s8_array">int8_t_array</field> <field type="int8_t[3]" name="s8_array">int8_t_array</field>
<field type="int16_t[3]" name="s16_array">int16_t_array</field> <field type="int16_t[3]" name="s16_array">int16_t_array</field>
<field type="int32_t[3]" name="s32_array">int32_t_array</field> <field type="int32_t[3]" name="s32_array">int32_t_array</field>
<field type="int64_t[3]" name="s64_array">int64_t_array</field> <field type="int64_t[3]" name="s64_array">int64_t_array</field>
<field type="float[3]" name="f_array">float_array</field> <field type="float[3]" name="f_array">float_array</field>
<field type="double[3]" name="d_array">double_array</field> <field type="double[3]" name="d_array">double_array</field>
</message> </message>
</messages> </messages>
</mavlink> </mavlink>
This diff is collapsed.
<?xml version='1.0'?> <?xml version="1.0"?>
<mavlink> <mavlink>
<include>common.xml</include> <include>common.xml</include>
<enums> <enums>
<enum name="UALBERTA_AUTOPILOT_MODE"> <enum name="UALBERTA_AUTOPILOT_MODE">
<description>Available autopilot modes for ualberta uav</description> <description>Available autopilot modes for ualberta uav</description>
<entry name="MODE_MANUAL_DIRECT"> <entry name="MODE_MANUAL_DIRECT">
<description>Raw input pulse widts sent to output</description> <description>Raw input pulse widts sent to output</description>
</entry> </entry>
<entry name="MODE_MANUAL_SCALED"> <entry name="MODE_MANUAL_SCALED">
<description>Inputs are normalized using calibration, the converted back to raw pulse widths for output</description> <description>Inputs are normalized using calibration, the converted back to raw pulse widths for output</description>
</entry> </entry>
<entry name="MODE_AUTO_PID_ATT"> <entry name="MODE_AUTO_PID_ATT">
<description> dfsdfs</description> <description> dfsdfs</description>
</entry> </entry>
<entry name="MODE_AUTO_PID_VEL"> <entry name="MODE_AUTO_PID_VEL">
<description> dfsfds</description> <description> dfsfds</description>
</entry> </entry>
<entry name="MODE_AUTO_PID_POS"> <entry name="MODE_AUTO_PID_POS">
<description> dfsdfsdfs</description> <description> dfsdfsdfs</description>
</entry> </entry>
</enum> </enum>
<enum name="UALBERTA_NAV_MODE"> <enum name="UALBERTA_NAV_MODE">
<description>Navigation filter mode</description> <description>Navigation filter mode</description>
<entry name="NAV_AHRS_INIT" /> <entry name="NAV_AHRS_INIT"/>
<entry name="NAV_AHRS"> <entry name="NAV_AHRS">
<description>AHRS mode</description> <description>AHRS mode</description>
</entry> </entry>
<entry name="NAV_INS_GPS_INIT"> <entry name="NAV_INS_GPS_INIT">
<description>INS/GPS initialization mode</description> <description>INS/GPS initialization mode</description>
</entry> </entry>
<entry name="NAV_INS_GPS"> <entry name="NAV_INS_GPS">
<description>INS/GPS mode</description> <description>INS/GPS mode</description>
</entry> </entry>
</enum> </enum>
<enum name="UALBERTA_PILOT_MODE"> <enum name="UALBERTA_PILOT_MODE">
<description>Mode currently commanded by pilot</description> <description>Mode currently commanded by pilot</description>
<entry name="PILOT_MANUAL"> <entry name="PILOT_MANUAL">
<description> sdf</description> <description> sdf</description>
</entry> </entry>
<entry name="PILOT_AUTO"> <entry name="PILOT_AUTO">
<description> dfs</description> <description> dfs</description>
</entry> </entry>
<entry name="PILOT_ROTO"> <entry name="PILOT_ROTO">
<description> Rotomotion mode </description> <description> Rotomotion mode </description>
</entry> </entry>
</enum> </enum>
</enums> </enums>
<messages> <messages>
<message id="220" name="NAV_FILTER_BIAS"> <message id="220" name="NAV_FILTER_BIAS">
<description>Accelerometer and Gyro biases from the navigation filter</description> <description>Accelerometer and Gyro biases from the navigation filter</description>
<field type="uint64_t" name="usec">Timestamp (microseconds)</field> <field type="uint64_t" name="usec">Timestamp (microseconds)</field>
<field type="float" name="accel_0">b_f[0]</field> <field type="float" name="accel_0">b_f[0]</field>
<field type="float" name="accel_1">b_f[1]</field> <field type="float" name="accel_1">b_f[1]</field>
<field type="float" name="accel_2">b_f[2]</field> <field type="float" name="accel_2">b_f[2]</field>
<field type="float" name="gyro_0">b_f[0]</field> <field type="float" name="gyro_0">b_f[0]</field>
<field type="float" name="gyro_1">b_f[1]</field> <field type="float" name="gyro_1">b_f[1]</field>
<field type="float" name="gyro_2">b_f[2]</field> <field type="float" name="gyro_2">b_f[2]</field>
</message> </message>
<message id="221" name="RADIO_CALIBRATION"> <message id="221" name="RADIO_CALIBRATION">
<description>Complete set of calibration parameters for the radio</description> <description>Complete set of calibration parameters for the radio</description>
<field type="uint16_t[3]" name="aileron">Aileron setpoints: left, center, right</field> <field type="uint16_t[3]" name="aileron">Aileron setpoints: left, center, right</field>
<field type="uint16_t[3]" name="elevator">Elevator setpoints: nose down, center, nose up</field> <field type="uint16_t[3]" name="elevator">Elevator setpoints: nose down, center, nose up</field>
<field type="uint16_t[3]" name="rudder">Rudder setpoints: nose left, center, nose right</field> <field type="uint16_t[3]" name="rudder">Rudder setpoints: nose left, center, nose right</field>
<field type="uint16_t[2]" name="gyro">Tail gyro mode/gain setpoints: heading hold, rate mode</field> <field type="uint16_t[2]" name="gyro">Tail gyro mode/gain setpoints: heading hold, rate mode</field>
<field type="uint16_t[5]" name="pitch">Pitch curve setpoints (every 25%)</field> <field type="uint16_t[5]" name="pitch">Pitch curve setpoints (every 25%)</field>
<field type="uint16_t[5]" name="throttle">Throttle curve setpoints (every 25%)</field> <field type="uint16_t[5]" name="throttle">Throttle curve setpoints (every 25%)</field>
</message> </message>
<message id="222" name="UALBERTA_SYS_STATUS"> <message id="222" name="UALBERTA_SYS_STATUS">
<description>System status specific to ualberta uav</description> <description>System status specific to ualberta uav</description>
<field type="uint8_t" name="mode">System mode, see UALBERTA_AUTOPILOT_MODE ENUM</field> <field type="uint8_t" name="mode">System mode, see UALBERTA_AUTOPILOT_MODE ENUM</field>
<field type="uint8_t" name="nav_mode">Navigation mode, see UALBERTA_NAV_MODE ENUM</field> <field type="uint8_t" name="nav_mode">Navigation mode, see UALBERTA_NAV_MODE ENUM</field>
<field type="uint8_t" name="pilot">Pilot mode, see UALBERTA_PILOT_MODE</field> <field type="uint8_t" name="pilot">Pilot mode, see UALBERTA_PILOT_MODE</field>
</message> </message>
</messages> </messages>
</mavlink> </mavlink>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Nov 28 2016" #define MAVLINK_BUILD_DATE "Fri Jan 27 2017"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
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