Commit c91fa226 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/00dd5f12dbc97c6c8dd0ff8b9bfd6888b0ec205a
parent 175ab672
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -5,7 +5,7 @@
MAVPACKED(
typedef struct __mavlink_mission_request_partial_list_t {
int16_t start_index; /*< Start index, 0 by default*/
int16_t start_index; /*< Start index*/
int16_t end_index; /*< End index, -1 by default (-1: send list to end). Else a valid index of the list*/
uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/
......@@ -55,7 +55,7 @@ typedef struct __mavlink_mission_request_partial_list_t {
*
* @param target_system System ID
* @param target_component Component ID
* @param start_index Start index, 0 by default
* @param start_index Start index
* @param end_index End index, -1 by default (-1: send list to end). Else a valid index of the list
* @param mission_type Mission type.
* @return length of the message in bytes (excluding serial stream start sign)
......@@ -95,7 +95,7 @@ static inline uint16_t mavlink_msg_mission_request_partial_list_pack(uint8_t sys
* @param msg The MAVLink message to compress the data into
* @param target_system System ID
* @param target_component Component ID
* @param start_index Start index, 0 by default
* @param start_index Start index
* @param end_index End index, -1 by default (-1: send list to end). Else a valid index of the list
* @param mission_type Mission type.
* @return length of the message in bytes (excluding serial stream start sign)
......@@ -161,7 +161,7 @@ static inline uint16_t mavlink_msg_mission_request_partial_list_encode_chan(uint
*
* @param target_system System ID
* @param target_component Component ID
* @param start_index Start index, 0 by default
* @param start_index Start index
* @param end_index End index, -1 by default (-1: send list to end). Else a valid index of the list
* @param mission_type Mission type.
*/
......@@ -264,7 +264,7 @@ static inline uint8_t mavlink_msg_mission_request_partial_list_get_target_compon
/**
* @brief Get field start_index from mission_request_partial_list message
*
* @return Start index, 0 by default
* @return Start index
*/
static inline int16_t mavlink_msg_mission_request_partial_list_get_start_index(const mavlink_message_t* msg)
{
......
......@@ -5,7 +5,7 @@
MAVPACKED(
typedef struct __mavlink_mission_write_partial_list_t {
int16_t start_index; /*< Start index, 0 by default and smaller / equal to the largest index of the current onboard list.*/
int16_t start_index; /*< Start index. Must be smaller / equal to the largest index of the current onboard list.*/
int16_t end_index; /*< End index, equal or greater than start index.*/
uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/
......@@ -55,7 +55,7 @@ typedef struct __mavlink_mission_write_partial_list_t {
*
* @param target_system System ID
* @param target_component Component ID
* @param start_index Start index, 0 by default and smaller / equal to the largest index of the current onboard list.
* @param start_index Start index. Must be smaller / equal to the largest index of the current onboard list.
* @param end_index End index, equal or greater than start index.
* @param mission_type Mission type.
* @return length of the message in bytes (excluding serial stream start sign)
......@@ -95,7 +95,7 @@ static inline uint16_t mavlink_msg_mission_write_partial_list_pack(uint8_t syste
* @param msg The MAVLink message to compress the data into
* @param target_system System ID
* @param target_component Component ID
* @param start_index Start index, 0 by default and smaller / equal to the largest index of the current onboard list.
* @param start_index Start index. Must be smaller / equal to the largest index of the current onboard list.
* @param end_index End index, equal or greater than start index.
* @param mission_type Mission type.
* @return length of the message in bytes (excluding serial stream start sign)
......@@ -161,7 +161,7 @@ static inline uint16_t mavlink_msg_mission_write_partial_list_encode_chan(uint8_
*
* @param target_system System ID
* @param target_component Component ID
* @param start_index Start index, 0 by default and smaller / equal to the largest index of the current onboard list.
* @param start_index Start index. Must be smaller / equal to the largest index of the current onboard list.
* @param end_index End index, equal or greater than start index.
* @param mission_type Mission type.
*/
......@@ -264,7 +264,7 @@ static inline uint8_t mavlink_msg_mission_write_partial_list_get_target_componen
/**
* @brief Get field start_index from mission_write_partial_list message
*
* @return Start index, 0 by default and smaller / equal to the largest index of the current onboard list.
* @return Start index. Must be smaller / equal to the largest index of the current onboard list.
*/
static inline int16_t mavlink_msg_mission_write_partial_list_get_start_index(const mavlink_message_t* msg)
{
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -3368,7 +3368,7 @@
<description>Request a partial list of mission items from the system/component. https://mavlink.io/en/services/mission.html. If start and end index are the same, just send one waypoint.</description>
<field type="uint8_t" name="target_system">System ID</field>
<field type="uint8_t" name="target_component">Component ID</field>
<field type="int16_t" name="start_index">Start index, 0 by default</field>
<field type="int16_t" name="start_index">Start index</field>
<field type="int16_t" name="end_index">End index, -1 by default (-1: send list to end). Else a valid index of the list</field>
<extensions/>
<field type="uint8_t" name="mission_type" enum="MAV_MISSION_TYPE">Mission type.</field>
......@@ -3377,7 +3377,7 @@
<description>This message is sent to the MAV to write a partial list. If start index == end index, only one item will be transmitted / updated. If the start index is NOT 0 and above the current list size, this request should be REJECTED!</description>
<field type="uint8_t" name="target_system">System ID</field>
<field type="uint8_t" name="target_component">Component ID</field>
<field type="int16_t" name="start_index">Start index, 0 by default and smaller / equal to the largest index of the current onboard list.</field>
<field type="int16_t" name="start_index">Start index. Must be smaller / equal to the largest index of the current onboard list.</field>
<field type="int16_t" name="end_index">End index, equal or greater than start index.</field>
<extensions/>
<field type="uint8_t" name="mission_type" enum="MAV_MISSION_TYPE">Mission type.</field>
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Dec 17 2018"
#define MAVLINK_BUILD_DATE "Thu Dec 27 2018"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#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