Skip to content

Commit

Permalink
autogenerated headers for rev https://github.com/mavlink/mavlink/tree…
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Feb 11, 2019
1 parent bf68eed commit 96924c9
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion ASLUAV/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion ardupilotmega/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion autoquad/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
70 changes: 35 additions & 35 deletions common/mavlink_msg_radio_status.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

MAVPACKED(
typedef struct __mavlink_radio_status_t {
uint16_t rxerrors; /*< Receive errors*/
uint16_t fixed; /*< Count of error corrected packets*/
uint8_t rssi; /*< Local signal strength*/
uint8_t remrssi; /*< Remote signal strength*/
uint8_t txbuf; /*< [%] Remaining free buffer space.*/
uint8_t noise; /*< Background noise level*/
uint8_t remnoise; /*< Remote background noise level*/
uint16_t rxerrors; /*< Count of receive errors (since boot).*/
uint16_t fixed; /*< Count of error corrected packets (since boot).*/
uint8_t rssi; /*< Local (message sender) recieved signal strength indication. Values: [0-254], 255: invalid/unknown.*/
uint8_t remrssi; /*< Remote (message receiver) signal strength indication. Values: [0-254], 255: invalid/unknown.*/
uint8_t txbuf; /*< [%] Remaining free transmitter buffer space.*/
uint8_t noise; /*< Local background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).*/
uint8_t remnoise; /*< Remote background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).*/
}) mavlink_radio_status_t;

#define MAVLINK_MSG_ID_RADIO_STATUS_LEN 9
Expand Down Expand Up @@ -59,13 +59,13 @@ typedef struct __mavlink_radio_status_t {
* @param component_id ID of this component (e.g. 200 for IMU)
* @param msg The MAVLink message to compress the data into
*
* @param rssi Local signal strength
* @param remrssi Remote signal strength
* @param txbuf [%] Remaining free buffer space.
* @param noise Background noise level
* @param remnoise Remote background noise level
* @param rxerrors Receive errors
* @param fixed Count of error corrected packets
* @param rssi Local (message sender) recieved signal strength indication. Values: [0-254], 255: invalid/unknown.
* @param remrssi Remote (message receiver) signal strength indication. Values: [0-254], 255: invalid/unknown.
* @param txbuf [%] Remaining free transmitter buffer space.
* @param noise Local background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
* @param remnoise Remote background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
* @param rxerrors Count of receive errors (since boot).
* @param fixed Count of error corrected packets (since boot).
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_radio_status_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
Expand Down Expand Up @@ -105,13 +105,13 @@ static inline uint16_t mavlink_msg_radio_status_pack(uint8_t system_id, uint8_t
* @param component_id ID of this component (e.g. 200 for IMU)
* @param chan The MAVLink channel this message will be sent over
* @param msg The MAVLink message to compress the data into
* @param rssi Local signal strength
* @param remrssi Remote signal strength
* @param txbuf [%] Remaining free buffer space.
* @param noise Background noise level
* @param remnoise Remote background noise level
* @param rxerrors Receive errors
* @param fixed Count of error corrected packets
* @param rssi Local (message sender) recieved signal strength indication. Values: [0-254], 255: invalid/unknown.
* @param remrssi Remote (message receiver) signal strength indication. Values: [0-254], 255: invalid/unknown.
* @param txbuf [%] Remaining free transmitter buffer space.
* @param noise Local background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
* @param remnoise Remote background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
* @param rxerrors Count of receive errors (since boot).
* @param fixed Count of error corrected packets (since boot).
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_radio_status_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
Expand Down Expand Up @@ -177,13 +177,13 @@ static inline uint16_t mavlink_msg_radio_status_encode_chan(uint8_t system_id, u
* @brief Send a radio_status message
* @param chan MAVLink channel to send the message
*
* @param rssi Local signal strength
* @param remrssi Remote signal strength
* @param txbuf [%] Remaining free buffer space.
* @param noise Background noise level
* @param remnoise Remote background noise level
* @param rxerrors Receive errors
* @param fixed Count of error corrected packets
* @param rssi Local (message sender) recieved signal strength indication. Values: [0-254], 255: invalid/unknown.
* @param remrssi Remote (message receiver) signal strength indication. Values: [0-254], 255: invalid/unknown.
* @param txbuf [%] Remaining free transmitter buffer space.
* @param noise Local background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
* @param remnoise Remote background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
* @param rxerrors Count of receive errors (since boot).
* @param fixed Count of error corrected packets (since boot).
*/
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS

Expand Down Expand Up @@ -272,7 +272,7 @@ static inline void mavlink_msg_radio_status_send_buf(mavlink_message_t *msgbuf,
/**
* @brief Get field rssi from radio_status message
*
* @return Local signal strength
* @return Local (message sender) recieved signal strength indication. Values: [0-254], 255: invalid/unknown.
*/
static inline uint8_t mavlink_msg_radio_status_get_rssi(const mavlink_message_t* msg)
{
Expand All @@ -282,7 +282,7 @@ static inline uint8_t mavlink_msg_radio_status_get_rssi(const mavlink_message_t*
/**
* @brief Get field remrssi from radio_status message
*
* @return Remote signal strength
* @return Remote (message receiver) signal strength indication. Values: [0-254], 255: invalid/unknown.
*/
static inline uint8_t mavlink_msg_radio_status_get_remrssi(const mavlink_message_t* msg)
{
Expand All @@ -292,7 +292,7 @@ static inline uint8_t mavlink_msg_radio_status_get_remrssi(const mavlink_message
/**
* @brief Get field txbuf from radio_status message
*
* @return [%] Remaining free buffer space.
* @return [%] Remaining free transmitter buffer space.
*/
static inline uint8_t mavlink_msg_radio_status_get_txbuf(const mavlink_message_t* msg)
{
Expand All @@ -302,7 +302,7 @@ static inline uint8_t mavlink_msg_radio_status_get_txbuf(const mavlink_message_t
/**
* @brief Get field noise from radio_status message
*
* @return Background noise level
* @return Local background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
*/
static inline uint8_t mavlink_msg_radio_status_get_noise(const mavlink_message_t* msg)
{
Expand All @@ -312,7 +312,7 @@ static inline uint8_t mavlink_msg_radio_status_get_noise(const mavlink_message_t
/**
* @brief Get field remnoise from radio_status message
*
* @return Remote background noise level
* @return Remote background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).
*/
static inline uint8_t mavlink_msg_radio_status_get_remnoise(const mavlink_message_t* msg)
{
Expand All @@ -322,7 +322,7 @@ static inline uint8_t mavlink_msg_radio_status_get_remnoise(const mavlink_messag
/**
* @brief Get field rxerrors from radio_status message
*
* @return Receive errors
* @return Count of receive errors (since boot).
*/
static inline uint16_t mavlink_msg_radio_status_get_rxerrors(const mavlink_message_t* msg)
{
Expand All @@ -332,7 +332,7 @@ static inline uint16_t mavlink_msg_radio_status_get_rxerrors(const mavlink_messa
/**
* @brief Get field fixed from radio_status message
*
* @return Count of error corrected packets
* @return Count of error corrected packets (since boot).
*/
static inline uint16_t mavlink_msg_radio_status_get_fixed(const mavlink_message_t* msg)
{
Expand Down
2 changes: 1 addition & 1 deletion common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion icarous/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion matrixpilot/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
14 changes: 7 additions & 7 deletions message_definitions/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4093,13 +4093,13 @@
</message>
<message id="109" name="RADIO_STATUS">
<description>Status generated by radio and injected into MAVLink stream.</description>
<field type="uint8_t" name="rssi">Local signal strength</field>
<field type="uint8_t" name="remrssi">Remote signal strength</field>
<field type="uint8_t" name="txbuf" units="%">Remaining free buffer space.</field>
<field type="uint8_t" name="noise">Background noise level</field>
<field type="uint8_t" name="remnoise">Remote background noise level</field>
<field type="uint16_t" name="rxerrors">Receive errors</field>
<field type="uint16_t" name="fixed">Count of error corrected packets</field>
<field type="uint8_t" name="rssi">Local (message sender) recieved signal strength indication. Values: [0-254], 255: invalid/unknown.</field>
<field type="uint8_t" name="remrssi">Remote (message receiver) signal strength indication. Values: [0-254], 255: invalid/unknown.</field>
<field type="uint8_t" name="txbuf" units="%">Remaining free transmitter buffer space.</field>
<field type="uint8_t" name="noise">Local background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).</field>
<field type="uint8_t" name="remnoise">Remote background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios).</field>
<field type="uint16_t" name="rxerrors">Count of receive errors (since boot).</field>
<field type="uint16_t" name="fixed">Count of error corrected packets (since boot).</field>
</message>
<message id="110" name="FILE_TRANSFER_PROTOCOL">
<description>File transfer message</description>
Expand Down
2 changes: 1 addition & 1 deletion minimal/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9

Expand Down
2 changes: 1 addition & 1 deletion slugs/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion standard/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion test/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179

Expand Down
2 changes: 1 addition & 1 deletion uAvionix/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Sat Feb 09 2019"
#define MAVLINK_BUILD_DATE "Mon Feb 11 2019"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down

0 comments on commit 96924c9

Please sign in to comment.