Commit fa5c7b62 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/06030fb4fd8e5e304e3fdd152957d0673842dbb5
parent 70c1b4ef
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -12,8 +12,8 @@ typedef struct __mavlink_link_node_status_t {
uint32_t messages_received; /*< Messages received (estimated from counting seq)*/
uint32_t messages_lost; /*< Messages lost (estimated from counting seq)*/
uint16_t rx_parse_err; /*< [bytes] Number of bytes that could not be parsed correctly.*/
uint16_t tx_overflows; /*< Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX*/
uint16_t rx_overflows; /*< Receive buffer overflows. This number wraps around as it reaches UINT16_MAX*/
uint16_t tx_overflows; /*< [bytes] Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX*/
uint16_t rx_overflows; /*< [bytes] Receive buffer overflows. This number wraps around as it reaches UINT16_MAX*/
uint8_t tx_buf; /*< [%] Remaining free transmit buffer space*/
uint8_t rx_buf; /*< [%] Remaining free receive buffer space*/
}) mavlink_link_node_status_t;
......@@ -77,8 +77,8 @@ typedef struct __mavlink_link_node_status_t {
* @param tx_rate [bytes/s] Transmit rate
* @param rx_rate [bytes/s] Receive rate
* @param rx_parse_err [bytes] Number of bytes that could not be parsed correctly.
* @param tx_overflows Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param rx_overflows Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param tx_overflows [bytes] Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param rx_overflows [bytes] Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param messages_sent Messages sent
* @param messages_received Messages received (estimated from counting seq)
* @param messages_lost Messages lost (estimated from counting seq)
......@@ -135,8 +135,8 @@ static inline uint16_t mavlink_msg_link_node_status_pack(uint8_t system_id, uint
* @param tx_rate [bytes/s] Transmit rate
* @param rx_rate [bytes/s] Receive rate
* @param rx_parse_err [bytes] Number of bytes that could not be parsed correctly.
* @param tx_overflows Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param rx_overflows Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param tx_overflows [bytes] Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param rx_overflows [bytes] Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param messages_sent Messages sent
* @param messages_received Messages received (estimated from counting seq)
* @param messages_lost Messages lost (estimated from counting seq)
......@@ -219,8 +219,8 @@ static inline uint16_t mavlink_msg_link_node_status_encode_chan(uint8_t system_i
* @param tx_rate [bytes/s] Transmit rate
* @param rx_rate [bytes/s] Receive rate
* @param rx_parse_err [bytes] Number of bytes that could not be parsed correctly.
* @param tx_overflows Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param rx_overflows Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param tx_overflows [bytes] Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param rx_overflows [bytes] Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
* @param messages_sent Messages sent
* @param messages_received Messages received (estimated from counting seq)
* @param messages_lost Messages lost (estimated from counting seq)
......@@ -388,7 +388,7 @@ static inline uint16_t mavlink_msg_link_node_status_get_rx_parse_err(const mavli
/**
* @brief Get field tx_overflows from link_node_status message
*
* @return Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
* @return [bytes] Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX
*/
static inline uint16_t mavlink_msg_link_node_status_get_tx_overflows(const mavlink_message_t* msg)
{
......@@ -398,7 +398,7 @@ static inline uint16_t mavlink_msg_link_node_status_get_tx_overflows(const mavli
/**
* @brief Get field rx_overflows from link_node_status message
*
* @return Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
* @return [bytes] Receive buffer overflows. This number wraps around as it reaches UINT16_MAX
*/
static inline uint16_t mavlink_msg_link_node_status_get_rx_overflows(const mavlink_message_t* msg)
{
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -3292,8 +3292,8 @@
<field type="uint32_t" name="tx_rate" units="bytes/s">Transmit rate</field>
<field type="uint32_t" name="rx_rate" units="bytes/s">Receive rate</field>
<field type="uint16_t" name="rx_parse_err" units="bytes">Number of bytes that could not be parsed correctly.</field>
<field type="uint16_t" name="tx_overflows">Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX</field>
<field type="uint16_t" name="rx_overflows">Receive buffer overflows. This number wraps around as it reaches UINT16_MAX</field>
<field type="uint16_t" name="tx_overflows" units="bytes">Transmit buffer overflows. This number wraps around as it reaches UINT16_MAX</field>
<field type="uint16_t" name="rx_overflows" units="bytes">Receive buffer overflows. This number wraps around as it reaches UINT16_MAX</field>
<field type="uint32_t" name="messages_sent">Messages sent</field>
<field type="uint32_t" name="messages_received">Messages received (estimated from counting seq)</field>
<field type="uint32_t" name="messages_lost">Messages lost (estimated from counting seq)</field>
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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 "Wed Jun 05 2019"
#define MAVLINK_BUILD_DATE "Tue Jun 11 2019"
#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