autogenerated headers for rev https://github.com/mavlink/mavlink/tree/93f3e15fa619e580aa4c2cd7e668c03a6353ccf0
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
@@ -2573,7 +2573,7 @@
|
|||||||
<field type="uint8_t_mavlink_version" name="mavlink_version">MAVLink version, not writable by user, gets added by protocol because of magic data type: uint8_t_mavlink_version</field>
|
<field type="uint8_t_mavlink_version" name="mavlink_version">MAVLink version, not writable by user, gets added by protocol because of magic data type: uint8_t_mavlink_version</field>
|
||||||
</message>
|
</message>
|
||||||
<message id="1" name="SYS_STATUS">
|
<message id="1" name="SYS_STATUS">
|
||||||
<description>The general system state. If the system is following the MAVLink standard, the system state is mainly defined by three orthogonal states/modes: The system mode, which is either LOCKED (motors shut down and locked), MANUAL (system under RC control), GUIDED (system with autonomous position control, position setpoint controlled manually) or AUTO (system guided by path/waypoint planner). The NAV_MODE defined the current flight state: LIFTOFF (often an open-loop maneuver), LANDING, WAYPOINTS or VECTOR. This represents the internal navigation state machine. The system status shows wether the system is currently active or not and if an emergency occured. During the CRITICAL and EMERGENCY states the MAV is still considered to be active, but should start emergency procedures autonomously. After a failure occured it should first move from active to critical to allow manual intervention and then move to emergency after a certain timeout.</description>
|
<description>The general system state. If the system is following the MAVLink standard, the system state is mainly defined by three orthogonal states/modes: The system mode, which is either LOCKED (motors shut down and locked), MANUAL (system under RC control), GUIDED (system with autonomous position control, position setpoint controlled manually) or AUTO (system guided by path/waypoint planner). The NAV_MODE defined the current flight state: LIFTOFF (often an open-loop maneuver), LANDING, WAYPOINTS or VECTOR. This represents the internal navigation state machine. The system status shows whether the system is currently active or not and if an emergency occured. During the CRITICAL and EMERGENCY states the MAV is still considered to be active, but should start emergency procedures autonomously. After a failure occured it should first move from active to critical to allow manual intervention and then move to emergency after a certain timeout.</description>
|
||||||
<field type="uint32_t" name="onboard_control_sensors_present" enum="MAV_SYS_STATUS_SENSOR" display="bitmask" print_format="0x%04x">Bitmask showing which onboard controllers and sensors are present. Value of 0: not present. Value of 1: present. Indices defined by ENUM MAV_SYS_STATUS_SENSOR</field>
|
<field type="uint32_t" name="onboard_control_sensors_present" enum="MAV_SYS_STATUS_SENSOR" display="bitmask" print_format="0x%04x">Bitmask showing which onboard controllers and sensors are present. Value of 0: not present. Value of 1: present. Indices defined by ENUM MAV_SYS_STATUS_SENSOR</field>
|
||||||
<field type="uint32_t" name="onboard_control_sensors_enabled" enum="MAV_SYS_STATUS_SENSOR" display="bitmask" print_format="0x%04x">Bitmask showing which onboard controllers and sensors are enabled: Value of 0: not enabled. Value of 1: enabled. Indices defined by ENUM MAV_SYS_STATUS_SENSOR</field>
|
<field type="uint32_t" name="onboard_control_sensors_enabled" enum="MAV_SYS_STATUS_SENSOR" display="bitmask" print_format="0x%04x">Bitmask showing which onboard controllers and sensors are enabled: Value of 0: not enabled. Value of 1: enabled. Indices defined by ENUM MAV_SYS_STATUS_SENSOR</field>
|
||||||
<field type="uint32_t" name="onboard_control_sensors_health" enum="MAV_SYS_STATUS_SENSOR" display="bitmask" print_format="0x%04x">Bitmask showing which onboard controllers and sensors are operational or have an error: Value of 0: not enabled. Value of 1: enabled. Indices defined by ENUM MAV_SYS_STATUS_SENSOR</field>
|
<field type="uint32_t" name="onboard_control_sensors_health" enum="MAV_SYS_STATUS_SENSOR" display="bitmask" print_format="0x%04x">Bitmask showing which onboard controllers and sensors are operational or have an error: Value of 0: not enabled. Value of 1: enabled. Indices defined by ENUM MAV_SYS_STATUS_SENSOR</field>
|
||||||
@@ -3128,7 +3128,7 @@
|
|||||||
<field type="float" name="param7">Parameter 7, as defined by MAV_CMD enum.</field>
|
<field type="float" name="param7">Parameter 7, as defined by MAV_CMD enum.</field>
|
||||||
</message>
|
</message>
|
||||||
<message id="77" name="COMMAND_ACK">
|
<message id="77" name="COMMAND_ACK">
|
||||||
<description>Report status of a command. Includes feedback wether the command was executed.</description>
|
<description>Report status of a command. Includes feedback whether the command was executed.</description>
|
||||||
<field type="uint16_t" name="command" enum="MAV_CMD">Command ID, as defined by MAV_CMD enum.</field>
|
<field type="uint16_t" name="command" enum="MAV_CMD">Command ID, as defined by MAV_CMD enum.</field>
|
||||||
<field type="uint8_t" name="result" enum="MAV_RESULT">See MAV_RESULT enum</field>
|
<field type="uint8_t" name="result" enum="MAV_RESULT">See MAV_RESULT enum</field>
|
||||||
<extensions/>
|
<extensions/>
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Tue Jun 20 2017"
|
#define MAVLINK_BUILD_DATE "Thu Jun 22 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user