Commit da412c54 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/52e3f7842e35c42ee4586fdbd1f1117714d3373c
parent 894599e6
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
This diff is collapsed.
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
typedef struct __mavlink_gimbal_device_set_attitude_t { typedef struct __mavlink_gimbal_device_set_attitude_t {
float q[4]; /*< Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used)*/ float q[4]; /*< Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used)*/
float angular_velocity_x; /*< [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored.*/ float angular_velocity_x; /*< [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.*/
float angular_velocity_y; /*< [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored.*/ float angular_velocity_y; /*< [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.*/
float angular_velocity_z; /*< [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored.*/ float angular_velocity_z; /*< [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.*/
uint16_t flags; /*< Low level gimbal flags.*/ uint16_t flags; /*< Low level gimbal flags.*/
uint8_t target_system; /*< System ID*/ uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/ uint8_t target_component; /*< Component ID*/
...@@ -63,9 +63,9 @@ typedef struct __mavlink_gimbal_device_set_attitude_t { ...@@ -63,9 +63,9 @@ typedef struct __mavlink_gimbal_device_set_attitude_t {
* @param target_component Component ID * @param target_component Component ID
* @param flags Low level gimbal flags. * @param flags Low level gimbal flags.
* @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used) * @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used)
* @param angular_velocity_x [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @param angular_velocity_x [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
* @param angular_velocity_y [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @param angular_velocity_y [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
* @param angular_velocity_z [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @param angular_velocity_z [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
* @return length of the message in bytes (excluding serial stream start sign) * @return length of the message in bytes (excluding serial stream start sign)
*/ */
static inline uint16_t mavlink_msg_gimbal_device_set_attitude_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg, static inline uint16_t mavlink_msg_gimbal_device_set_attitude_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
...@@ -107,9 +107,9 @@ static inline uint16_t mavlink_msg_gimbal_device_set_attitude_pack(uint8_t syste ...@@ -107,9 +107,9 @@ static inline uint16_t mavlink_msg_gimbal_device_set_attitude_pack(uint8_t syste
* @param target_component Component ID * @param target_component Component ID
* @param flags Low level gimbal flags. * @param flags Low level gimbal flags.
* @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used) * @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used)
* @param angular_velocity_x [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @param angular_velocity_x [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
* @param angular_velocity_y [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @param angular_velocity_y [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
* @param angular_velocity_z [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @param angular_velocity_z [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
* @return length of the message in bytes (excluding serial stream start sign) * @return length of the message in bytes (excluding serial stream start sign)
*/ */
static inline uint16_t mavlink_msg_gimbal_device_set_attitude_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, static inline uint16_t mavlink_msg_gimbal_device_set_attitude_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
...@@ -177,9 +177,9 @@ static inline uint16_t mavlink_msg_gimbal_device_set_attitude_encode_chan(uint8_ ...@@ -177,9 +177,9 @@ static inline uint16_t mavlink_msg_gimbal_device_set_attitude_encode_chan(uint8_
* @param target_component Component ID * @param target_component Component ID
* @param flags Low level gimbal flags. * @param flags Low level gimbal flags.
* @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used) * @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_DEVICE_FLAGS_YAW_LOCK is set, set all fields to NaN if only angular velocity should be used)
* @param angular_velocity_x [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @param angular_velocity_x [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
* @param angular_velocity_y [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @param angular_velocity_y [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
* @param angular_velocity_z [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @param angular_velocity_z [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
*/ */
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
...@@ -304,7 +304,7 @@ static inline uint16_t mavlink_msg_gimbal_device_set_attitude_get_q(const mavlin ...@@ -304,7 +304,7 @@ static inline uint16_t mavlink_msg_gimbal_device_set_attitude_get_q(const mavlin
/** /**
* @brief Get field angular_velocity_x from gimbal_device_set_attitude message * @brief Get field angular_velocity_x from gimbal_device_set_attitude message
* *
* @return [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @return [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
*/ */
static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_x(const mavlink_message_t* msg) static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_x(const mavlink_message_t* msg)
{ {
...@@ -314,7 +314,7 @@ static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_ ...@@ -314,7 +314,7 @@ static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_
/** /**
* @brief Get field angular_velocity_y from gimbal_device_set_attitude message * @brief Get field angular_velocity_y from gimbal_device_set_attitude message
* *
* @return [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @return [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
*/ */
static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_y(const mavlink_message_t* msg) static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_y(const mavlink_message_t* msg)
{ {
...@@ -324,7 +324,7 @@ static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_ ...@@ -324,7 +324,7 @@ static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_
/** /**
* @brief Get field angular_velocity_z from gimbal_device_set_attitude message * @brief Get field angular_velocity_z from gimbal_device_set_attitude message
* *
* @return [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @return [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
*/ */
static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_z(const mavlink_message_t* msg) static inline float mavlink_msg_gimbal_device_set_attitude_get_angular_velocity_z(const mavlink_message_t* msg)
{ {
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
typedef struct __mavlink_gimbal_manager_set_attitude_t { typedef struct __mavlink_gimbal_manager_set_attitude_t {
uint32_t flags; /*< High level gimbal manager flags to use.*/ uint32_t flags; /*< High level gimbal manager flags to use.*/
float q[4]; /*< Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set)*/ float q[4]; /*< Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set)*/
float angular_velocity_x; /*< [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored.*/ float angular_velocity_x; /*< [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.*/
float angular_velocity_y; /*< [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored.*/ float angular_velocity_y; /*< [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.*/
float angular_velocity_z; /*< [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored.*/ float angular_velocity_z; /*< [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.*/
uint8_t target_system; /*< System ID*/ uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/ uint8_t target_component; /*< Component ID*/
uint8_t gimbal_device_id; /*< Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).*/ uint8_t gimbal_device_id; /*< Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).*/
...@@ -67,9 +67,9 @@ typedef struct __mavlink_gimbal_manager_set_attitude_t { ...@@ -67,9 +67,9 @@ typedef struct __mavlink_gimbal_manager_set_attitude_t {
* @param flags High level gimbal manager flags to use. * @param flags High level gimbal manager flags to use.
* @param gimbal_device_id Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals). * @param gimbal_device_id Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).
* @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set) * @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set)
* @param angular_velocity_x [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @param angular_velocity_x [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
* @param angular_velocity_y [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @param angular_velocity_y [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
* @param angular_velocity_z [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @param angular_velocity_z [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
* @return length of the message in bytes (excluding serial stream start sign) * @return length of the message in bytes (excluding serial stream start sign)
*/ */
static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg, static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
...@@ -114,9 +114,9 @@ static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_pack(uint8_t syst ...@@ -114,9 +114,9 @@ static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_pack(uint8_t syst
* @param flags High level gimbal manager flags to use. * @param flags High level gimbal manager flags to use.
* @param gimbal_device_id Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals). * @param gimbal_device_id Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).
* @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set) * @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set)
* @param angular_velocity_x [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @param angular_velocity_x [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
* @param angular_velocity_y [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @param angular_velocity_y [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
* @param angular_velocity_z [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @param angular_velocity_z [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
* @return length of the message in bytes (excluding serial stream start sign) * @return length of the message in bytes (excluding serial stream start sign)
*/ */
static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
...@@ -187,9 +187,9 @@ static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_encode_chan(uint8 ...@@ -187,9 +187,9 @@ static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_encode_chan(uint8
* @param flags High level gimbal manager flags to use. * @param flags High level gimbal manager flags to use.
* @param gimbal_device_id Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals). * @param gimbal_device_id Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).
* @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set) * @param q Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag GIMBAL_MANAGER_FLAGS_YAW_LOCK is set)
* @param angular_velocity_x [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @param angular_velocity_x [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
* @param angular_velocity_y [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @param angular_velocity_y [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
* @param angular_velocity_z [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @param angular_velocity_z [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
*/ */
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
...@@ -328,7 +328,7 @@ static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_get_q(const mavli ...@@ -328,7 +328,7 @@ static inline uint16_t mavlink_msg_gimbal_manager_set_attitude_get_q(const mavli
/** /**
* @brief Get field angular_velocity_x from gimbal_manager_set_attitude message * @brief Get field angular_velocity_x from gimbal_manager_set_attitude message
* *
* @return [rad/s] X component of angular velocity, positive is banking to the right, NaN to be ignored. * @return [rad/s] X component of angular velocity, positive is rolling to the right, NaN to be ignored.
*/ */
static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity_x(const mavlink_message_t* msg) static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity_x(const mavlink_message_t* msg)
{ {
...@@ -338,7 +338,7 @@ static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity ...@@ -338,7 +338,7 @@ static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity
/** /**
* @brief Get field angular_velocity_y from gimbal_manager_set_attitude message * @brief Get field angular_velocity_y from gimbal_manager_set_attitude message
* *
* @return [rad/s] Y component of angular velocity, positive is tilting up, NaN to be ignored. * @return [rad/s] Y component of angular velocity, positive is pitching up, NaN to be ignored.
*/ */
static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity_y(const mavlink_message_t* msg) static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity_y(const mavlink_message_t* msg)
{ {
...@@ -348,7 +348,7 @@ static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity ...@@ -348,7 +348,7 @@ static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity
/** /**
* @brief Get field angular_velocity_z from gimbal_manager_set_attitude message * @brief Get field angular_velocity_z from gimbal_manager_set_attitude message
* *
* @return [rad/s] Z component of angular velocity, positive is panning to the right, NaN to be ignored. * @return [rad/s] Z component of angular velocity, positive is yawing to the right, NaN to be ignored.
*/ */
static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity_z(const mavlink_message_t* msg) static inline float mavlink_msg_gimbal_manager_set_attitude_get_angular_velocity_z(const mavlink_message_t* msg)
{ {
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 46 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 46
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 22 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 22
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 08 2020" #define MAVLINK_BUILD_DATE "Sun Oct 11 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #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