Commit ece64b70 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/dc85cdb2a73511983036b7d91da006ed7979ce59
parent 2ac294ac
...@@ -934,7 +934,7 @@ typedef enum MAV_MISSION_RESULT ...@@ -934,7 +934,7 @@ typedef enum MAV_MISSION_RESULT
MAV_MISSION_ERROR=1, /* Generic error / not accepting mission commands at all right now. | */ MAV_MISSION_ERROR=1, /* Generic error / not accepting mission commands at all right now. | */
MAV_MISSION_UNSUPPORTED_FRAME=2, /* Coordinate frame is not supported. | */ MAV_MISSION_UNSUPPORTED_FRAME=2, /* Coordinate frame is not supported. | */
MAV_MISSION_UNSUPPORTED=3, /* Command is not supported. | */ MAV_MISSION_UNSUPPORTED=3, /* Command is not supported. | */
MAV_MISSION_NO_SPACE=4, /* Mission item exceeds storage space. | */ MAV_MISSION_NO_SPACE=4, /* Mission items exceed storage space. | */
MAV_MISSION_INVALID=5, /* One of the parameters has an invalid value. | */ MAV_MISSION_INVALID=5, /* One of the parameters has an invalid value. | */
MAV_MISSION_INVALID_PARAM1=6, /* param1 has an invalid value. | */ MAV_MISSION_INVALID_PARAM1=6, /* param1 has an invalid value. | */
MAV_MISSION_INVALID_PARAM2=7, /* param2 has an invalid value. | */ MAV_MISSION_INVALID_PARAM2=7, /* param2 has an invalid value. | */
...@@ -946,8 +946,7 @@ typedef enum MAV_MISSION_RESULT ...@@ -946,8 +946,7 @@ typedef enum MAV_MISSION_RESULT
MAV_MISSION_INVALID_SEQUENCE=13, /* Mission item received out of sequence | */ MAV_MISSION_INVALID_SEQUENCE=13, /* Mission item received out of sequence | */
MAV_MISSION_DENIED=14, /* Not accepting any mission commands from this communication partner. | */ MAV_MISSION_DENIED=14, /* Not accepting any mission commands from this communication partner. | */
MAV_MISSION_OPERATION_CANCELLED=15, /* Current mission operation cancelled (e.g. mission upload, mission download). | */ MAV_MISSION_OPERATION_CANCELLED=15, /* Current mission operation cancelled (e.g. mission upload, mission download). | */
MAV_MISSION_TOO_MANY_ITEMS=16, /* Mission has too many items for recipient. Upload cancelled. | */ MAV_MISSION_RESULT_ENUM_END=16, /* | */
MAV_MISSION_RESULT_ENUM_END=17, /* | */
} MAV_MISSION_RESULT; } MAV_MISSION_RESULT;
#endif #endif
......
...@@ -2801,7 +2801,7 @@ ...@@ -2801,7 +2801,7 @@
<description>Command is not supported.</description> <description>Command is not supported.</description>
</entry> </entry>
<entry value="4" name="MAV_MISSION_NO_SPACE"> <entry value="4" name="MAV_MISSION_NO_SPACE">
<description>Mission item exceeds storage space.</description> <description>Mission items exceed storage space.</description>
</entry> </entry>
<entry value="5" name="MAV_MISSION_INVALID"> <entry value="5" name="MAV_MISSION_INVALID">
<description>One of the parameters has an invalid value.</description> <description>One of the parameters has an invalid value.</description>
...@@ -2836,9 +2836,6 @@ ...@@ -2836,9 +2836,6 @@
<entry value="15" name="MAV_MISSION_OPERATION_CANCELLED"> <entry value="15" name="MAV_MISSION_OPERATION_CANCELLED">
<description>Current mission operation cancelled (e.g. mission upload, mission download).</description> <description>Current mission operation cancelled (e.g. mission upload, mission download).</description>
</entry> </entry>
<entry value="16" name="MAV_MISSION_TOO_MANY_ITEMS">
<description>Mission has too many items for recipient. Upload cancelled.</description>
</entry>
</enum> </enum>
<enum name="MAV_SEVERITY"> <enum name="MAV_SEVERITY">
<description>Indicates the severity level, generally used for status messages to indicate their relative urgency. Based on RFC-5424 using expanded definitions at: http://www.kiwisyslog.com/kb/info:-syslog-message-levels/.</description> <description>Indicates the severity level, generally used for status messages to indicate their relative urgency. Based on RFC-5424 using expanded definitions at: http://www.kiwisyslog.com/kb/info:-syslog-message-levels/.</description>
......
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