NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_wind.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_wind_t
 

Macros

#define MAVLINK_MSG_ID_WIND   168
 
#define MAVLINK_MSG_ID_WIND_LEN   12
 
#define MAVLINK_MSG_ID_168_LEN   12
 
#define MAVLINK_MSG_ID_WIND_CRC   1
 
#define MAVLINK_MSG_ID_168_CRC   1
 
#define MAVLINK_MESSAGE_INFO_WIND
 

Typedefs

typedef struct __mavlink_wind_t mavlink_wind_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_WIND
Value:
{ \
"WIND", \
3, \
{ { "direction", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_wind_t, direction) }, \
{ "speed", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_wind_t, speed) }, \
{ "speed_z", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_wind_t, speed_z) }, \
} \
}
#define MAVLINK_MSG_ID_168_CRC   1
#define MAVLINK_MSG_ID_168_LEN   12
#define MAVLINK_MSG_ID_WIND   168
#define MAVLINK_MSG_ID_WIND_CRC   1
#define MAVLINK_MSG_ID_WIND_LEN   12

Typedef Documentation