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

Macros

#define MAVLINK_MSG_ID_CONTROL_SURFACE   185
 
#define MAVLINK_MSG_ID_CONTROL_SURFACE_LEN   10
 
#define MAVLINK_MSG_ID_185_LEN   10
 
#define MAVLINK_MSG_ID_CONTROL_SURFACE_CRC   113
 
#define MAVLINK_MSG_ID_185_CRC   113
 
#define MAVLINK_MESSAGE_INFO_CONTROL_SURFACE
 

Typedefs

typedef struct
__mavlink_control_surface_t 
mavlink_control_surface_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_CONTROL_SURFACE
Value:
{ \
"CONTROL_SURFACE", \
4, \
{ { "mControl", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_control_surface_t, mControl) }, \
{ "bControl", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_control_surface_t, bControl) }, \
{ "target", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_control_surface_t, target) }, \
{ "idSurface", NULL, MAVLINK_TYPE_UINT8_T, 0, 9, offsetof(mavlink_control_surface_t, idSurface) }, \
} \
}
#define MAVLINK_MSG_ID_185_CRC   113
#define MAVLINK_MSG_ID_185_LEN   10
#define MAVLINK_MSG_ID_CONTROL_SURFACE   185
#define MAVLINK_MSG_ID_CONTROL_SURFACE_CRC   113
#define MAVLINK_MSG_ID_CONTROL_SURFACE_LEN   10

Typedef Documentation