Commit 70c1b4ef authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/cea8a1cae0aae27e129882945521ce374db1100c
parent a66f06dd
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -11,7 +11,7 @@ typedef struct __mavlink_link_node_status_t {
uint32_t messages_sent; /*< Messages sent*/
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; /*< Number of bytes that could not be parsed correctly*/
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*/
uint8_t tx_buf; /*< [%] Remaining free transmit buffer space*/
......@@ -76,7 +76,7 @@ typedef struct __mavlink_link_node_status_t {
* @param rx_buf [%] Remaining free receive buffer space
* @param tx_rate [bytes/s] Transmit rate
* @param rx_rate [bytes/s] Receive rate
* @param rx_parse_err Number of bytes that could not be parsed correctly
* @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 messages_sent Messages sent
......@@ -134,7 +134,7 @@ static inline uint16_t mavlink_msg_link_node_status_pack(uint8_t system_id, uint
* @param rx_buf [%] Remaining free receive buffer space
* @param tx_rate [bytes/s] Transmit rate
* @param rx_rate [bytes/s] Receive rate
* @param rx_parse_err Number of bytes that could not be parsed correctly
* @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 messages_sent Messages sent
......@@ -218,7 +218,7 @@ static inline uint16_t mavlink_msg_link_node_status_encode_chan(uint8_t system_i
* @param rx_buf [%] Remaining free receive buffer space
* @param tx_rate [bytes/s] Transmit rate
* @param rx_rate [bytes/s] Receive rate
* @param rx_parse_err Number of bytes that could not be parsed correctly
* @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 messages_sent Messages sent
......@@ -378,7 +378,7 @@ static inline uint32_t mavlink_msg_link_node_status_get_rx_rate(const mavlink_me
/**
* @brief Get field rx_parse_err from link_node_status message
*
* @return Number of bytes that could not be parsed correctly
* @return [bytes] Number of bytes that could not be parsed correctly.
*/
static inline uint16_t mavlink_msg_link_node_status_get_rx_parse_err(const mavlink_message_t* msg)
{
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -3291,7 +3291,7 @@
<field type="uint8_t" name="rx_buf" units="%">Remaining free receive buffer space</field>
<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">Number of bytes that could not be parsed correctly</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="uint32_t" name="messages_sent">Messages sent</field>
......
......@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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 "Mon Jun 03 2019"
#define MAVLINK_BUILD_DATE "Wed Jun 05 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