autogenerated headers for rev https://github.com/mavlink/mavlink/tree/1b11c3557cdce8daa6ad05ec0c0efdce3bdb2497
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:12 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:09 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:19 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:16 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ typedef struct __mavlink_global_position_int_t
|
|||||||
uint32_t time_boot_ms; ///< Timestamp (milliseconds since system boot)
|
uint32_t time_boot_ms; ///< Timestamp (milliseconds since system boot)
|
||||||
int32_t lat; ///< Latitude, expressed as * 1E7
|
int32_t lat; ///< Latitude, expressed as * 1E7
|
||||||
int32_t lon; ///< Longitude, expressed as * 1E7
|
int32_t lon; ///< Longitude, expressed as * 1E7
|
||||||
int32_t alt; ///< Altitude in meters, expressed as * 1000 (millimeters), above MSL
|
int32_t alt; ///< Altitude in meters, expressed as * 1000 (millimeters), WGS84 (not AMSL)
|
||||||
int32_t relative_alt; ///< Altitude above ground in meters, expressed as * 1000 (millimeters)
|
int32_t relative_alt; ///< Altitude above ground in meters, expressed as * 1000 (millimeters)
|
||||||
int16_t vx; ///< Ground X Speed (Latitude), expressed as m/s * 100
|
int16_t vx; ///< Ground X Speed (Latitude), expressed as m/s * 100
|
||||||
int16_t vy; ///< Ground Y Speed (Longitude), expressed as m/s * 100
|
int16_t vy; ///< Ground Y Speed (Longitude), expressed as m/s * 100
|
||||||
@@ -48,7 +48,7 @@ typedef struct __mavlink_global_position_int_t
|
|||||||
* @param time_boot_ms Timestamp (milliseconds since system boot)
|
* @param time_boot_ms Timestamp (milliseconds since system boot)
|
||||||
* @param lat Latitude, expressed as * 1E7
|
* @param lat Latitude, expressed as * 1E7
|
||||||
* @param lon Longitude, expressed as * 1E7
|
* @param lon Longitude, expressed as * 1E7
|
||||||
* @param alt Altitude in meters, expressed as * 1000 (millimeters), above MSL
|
* @param alt Altitude in meters, expressed as * 1000 (millimeters), WGS84 (not AMSL)
|
||||||
* @param relative_alt Altitude above ground in meters, expressed as * 1000 (millimeters)
|
* @param relative_alt Altitude above ground in meters, expressed as * 1000 (millimeters)
|
||||||
* @param vx Ground X Speed (Latitude), expressed as m/s * 100
|
* @param vx Ground X Speed (Latitude), expressed as m/s * 100
|
||||||
* @param vy Ground Y Speed (Longitude), expressed as m/s * 100
|
* @param vy Ground Y Speed (Longitude), expressed as m/s * 100
|
||||||
@@ -104,7 +104,7 @@ static inline uint16_t mavlink_msg_global_position_int_pack(uint8_t system_id, u
|
|||||||
* @param time_boot_ms Timestamp (milliseconds since system boot)
|
* @param time_boot_ms Timestamp (milliseconds since system boot)
|
||||||
* @param lat Latitude, expressed as * 1E7
|
* @param lat Latitude, expressed as * 1E7
|
||||||
* @param lon Longitude, expressed as * 1E7
|
* @param lon Longitude, expressed as * 1E7
|
||||||
* @param alt Altitude in meters, expressed as * 1000 (millimeters), above MSL
|
* @param alt Altitude in meters, expressed as * 1000 (millimeters), WGS84 (not AMSL)
|
||||||
* @param relative_alt Altitude above ground in meters, expressed as * 1000 (millimeters)
|
* @param relative_alt Altitude above ground in meters, expressed as * 1000 (millimeters)
|
||||||
* @param vx Ground X Speed (Latitude), expressed as m/s * 100
|
* @param vx Ground X Speed (Latitude), expressed as m/s * 100
|
||||||
* @param vy Ground Y Speed (Longitude), expressed as m/s * 100
|
* @param vy Ground Y Speed (Longitude), expressed as m/s * 100
|
||||||
@@ -186,7 +186,7 @@ static inline uint16_t mavlink_msg_global_position_int_encode_chan(uint8_t syste
|
|||||||
* @param time_boot_ms Timestamp (milliseconds since system boot)
|
* @param time_boot_ms Timestamp (milliseconds since system boot)
|
||||||
* @param lat Latitude, expressed as * 1E7
|
* @param lat Latitude, expressed as * 1E7
|
||||||
* @param lon Longitude, expressed as * 1E7
|
* @param lon Longitude, expressed as * 1E7
|
||||||
* @param alt Altitude in meters, expressed as * 1000 (millimeters), above MSL
|
* @param alt Altitude in meters, expressed as * 1000 (millimeters), WGS84 (not AMSL)
|
||||||
* @param relative_alt Altitude above ground in meters, expressed as * 1000 (millimeters)
|
* @param relative_alt Altitude above ground in meters, expressed as * 1000 (millimeters)
|
||||||
* @param vx Ground X Speed (Latitude), expressed as m/s * 100
|
* @param vx Ground X Speed (Latitude), expressed as m/s * 100
|
||||||
* @param vy Ground Y Speed (Longitude), expressed as m/s * 100
|
* @param vy Ground Y Speed (Longitude), expressed as m/s * 100
|
||||||
@@ -320,7 +320,7 @@ static inline int32_t mavlink_msg_global_position_int_get_lon(const mavlink_mess
|
|||||||
/**
|
/**
|
||||||
* @brief Get field alt from global_position_int message
|
* @brief Get field alt from global_position_int message
|
||||||
*
|
*
|
||||||
* @return Altitude in meters, expressed as * 1000 (millimeters), above MSL
|
* @return Altitude in meters, expressed as * 1000 (millimeters), WGS84 (not AMSL)
|
||||||
*/
|
*/
|
||||||
static inline int32_t mavlink_msg_global_position_int_get_alt(const mavlink_message_t* msg)
|
static inline int32_t mavlink_msg_global_position_int_get_alt(const mavlink_message_t* msg)
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:51:06 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:41:04 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:26 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:23 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:33 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:30 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:34 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:31 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:41 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:38 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:47 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:44 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:54 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:51 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#ifndef MAVLINK_VERSION_H
|
#ifndef MAVLINK_VERSION_H
|
||||||
#define MAVLINK_VERSION_H
|
#define MAVLINK_VERSION_H
|
||||||
|
|
||||||
#define MAVLINK_BUILD_DATE "Fri Aug 22 15:50:55 2014"
|
#define MAVLINK_BUILD_DATE "Sat Aug 23 16:40:52 2014"
|
||||||
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
||||||
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user