NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_uav_status.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __mavlink_uav_status_t
 

Macros

#define MAVLINK_MSG_ID_UAV_STATUS   193
 
#define MAVLINK_MSG_ID_UAV_STATUS_LEN   21
 
#define MAVLINK_MSG_ID_193_LEN   21
 
#define MAVLINK_MSG_ID_UAV_STATUS_CRC   160
 
#define MAVLINK_MSG_ID_193_CRC   160
 
#define MAVLINK_MESSAGE_INFO_UAV_STATUS
 

Typedefs

typedef struct
__mavlink_uav_status_t 
mavlink_uav_status_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_UAV_STATUS
Value:
{ \
"UAV_STATUS", \
6, \
{ { "latitude", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_uav_status_t, latitude) }, \
{ "longitude", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_uav_status_t, longitude) }, \
{ "altitude", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_uav_status_t, altitude) }, \
{ "speed", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_uav_status_t, speed) }, \
{ "course", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_uav_status_t, course) }, \
{ "target", NULL, MAVLINK_TYPE_UINT8_T, 0, 20, offsetof(mavlink_uav_status_t, target) }, \
} \
}
#define MAVLINK_MSG_ID_193_CRC   160
#define MAVLINK_MSG_ID_193_LEN   21
#define MAVLINK_MSG_ID_UAV_STATUS   193
#define MAVLINK_MSG_ID_UAV_STATUS_CRC   160
#define MAVLINK_MSG_ID_UAV_STATUS_LEN   21

Typedef Documentation