Commit 60fa1212 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/18c7c67905d3e5715edb5eec1b428e30ee570c38
parent 9f4ca1e3
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:53 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:22:04 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:10:47 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:13 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:10:56 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:20 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -4,13 +4,13 @@
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; ///< how full the tx buffer is as a percentage
uint8_t noise; ///< background noise level
uint8_t remnoise; ///< remote background noise level
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 in percent.
uint8_t noise; ///< Background noise level
uint8_t remnoise; ///< Remote background noise level
} mavlink_radio_status_t;
#define MAVLINK_MSG_ID_RADIO_STATUS_LEN 9
......@@ -41,13 +41,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 how full the tx buffer is as a percentage
* @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 signal strength
* @param remrssi Remote signal strength
* @param txbuf Remaining free buffer space in percent.
* @param noise Background noise level
* @param remnoise Remote background noise level
* @param rxerrors Receive errors
* @param fixed Count of error corrected packets
* @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,
......@@ -91,13 +91,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 how full the tx buffer is as a percentage
* @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 signal strength
* @param remrssi Remote signal strength
* @param txbuf Remaining free buffer space in percent.
* @param noise Background noise level
* @param remnoise Remote background noise level
* @param rxerrors Receive errors
* @param fixed Count of error corrected packets
* @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,
......@@ -167,13 +167,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 how full the tx buffer is as a percentage
* @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 signal strength
* @param remrssi Remote signal strength
* @param txbuf Remaining free buffer space in percent.
* @param noise Background noise level
* @param remnoise Remote background noise level
* @param rxerrors Receive errors
* @param fixed Count of error corrected packets
*/
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
......@@ -264,7 +264,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 signal strength
*/
static inline uint8_t mavlink_msg_radio_status_get_rssi(const mavlink_message_t* msg)
{
......@@ -274,7 +274,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 signal strength
*/
static inline uint8_t mavlink_msg_radio_status_get_remrssi(const mavlink_message_t* msg)
{
......@@ -284,7 +284,7 @@ static inline uint8_t mavlink_msg_radio_status_get_remrssi(const mavlink_message
/**
* @brief Get field txbuf from radio_status message
*
* @return how full the tx buffer is as a percentage
* @return Remaining free buffer space in percent.
*/
static inline uint8_t mavlink_msg_radio_status_get_txbuf(const mavlink_message_t* msg)
{
......@@ -294,7 +294,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 Background noise level
*/
static inline uint8_t mavlink_msg_radio_status_get_noise(const mavlink_message_t* msg)
{
......@@ -304,7 +304,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
*/
static inline uint8_t mavlink_msg_radio_status_get_remnoise(const mavlink_message_t* msg)
{
......@@ -314,7 +314,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 Receive errors
*/
static inline uint16_t mavlink_msg_radio_status_get_rxerrors(const mavlink_message_t* msg)
{
......@@ -324,7 +324,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
*/
static inline uint16_t mavlink_msg_radio_status_get_fixed(const mavlink_message_t* msg)
{
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:59 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:22:10 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:07 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:27 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:17 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:34 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:18 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:36 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:27 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:43 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:35 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:51 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
......
......@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Feb 11 06:11:36 2015"
#define MAVLINK_BUILD_DATE "Wed Feb 11 08:21:51 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.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