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

Macros

#define MAVLINK_MSG_ID_SAFETY_ALLOWED_AREA   55
 
#define MAVLINK_MSG_ID_SAFETY_ALLOWED_AREA_LEN   25
 
#define MAVLINK_MSG_ID_55_LEN   25
 
#define MAVLINK_MSG_ID_SAFETY_ALLOWED_AREA_CRC   3
 
#define MAVLINK_MSG_ID_55_CRC   3
 
#define MAVLINK_MESSAGE_INFO_SAFETY_ALLOWED_AREA
 

Typedefs

typedef struct
__mavlink_safety_allowed_area_t 
mavlink_safety_allowed_area_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SAFETY_ALLOWED_AREA
Value:
{ \
"SAFETY_ALLOWED_AREA", \
7, \
{ { "p1x", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_safety_allowed_area_t, p1x) }, \
{ "p1y", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_safety_allowed_area_t, p1y) }, \
{ "p1z", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_safety_allowed_area_t, p1z) }, \
{ "p2x", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_safety_allowed_area_t, p2x) }, \
{ "p2y", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_safety_allowed_area_t, p2y) }, \
{ "p2z", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_safety_allowed_area_t, p2z) }, \
{ "frame", NULL, MAVLINK_TYPE_UINT8_T, 0, 24, offsetof(mavlink_safety_allowed_area_t, frame) }, \
} \
}
#define MAVLINK_MSG_ID_55_CRC   3
#define MAVLINK_MSG_ID_55_LEN   25
#define MAVLINK_MSG_ID_SAFETY_ALLOWED_AREA   55
#define MAVLINK_MSG_ID_SAFETY_ALLOWED_AREA_CRC   3
#define MAVLINK_MSG_ID_SAFETY_ALLOWED_AREA_LEN   25

Typedef Documentation