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

Macros

#define MAVLINK_MSG_ID_SAFETY_SET_ALLOWED_AREA   54
 
#define MAVLINK_MSG_ID_SAFETY_SET_ALLOWED_AREA_LEN   27
 
#define MAVLINK_MSG_ID_54_LEN   27
 
#define MAVLINK_MSG_ID_SAFETY_SET_ALLOWED_AREA_CRC   15
 
#define MAVLINK_MSG_ID_54_CRC   15
 
#define MAVLINK_MESSAGE_INFO_SAFETY_SET_ALLOWED_AREA
 

Typedefs

typedef struct
__mavlink_safety_set_allowed_area_t 
mavlink_safety_set_allowed_area_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SAFETY_SET_ALLOWED_AREA
Value:
{ \
"SAFETY_SET_ALLOWED_AREA", \
9, \
{ { "p1x", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_safety_set_allowed_area_t, p1x) }, \
{ "p1y", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_safety_set_allowed_area_t, p1y) }, \
{ "p1z", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_safety_set_allowed_area_t, p1z) }, \
{ "p2x", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_safety_set_allowed_area_t, p2x) }, \
{ "p2y", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_safety_set_allowed_area_t, p2y) }, \
{ "p2z", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_safety_set_allowed_area_t, p2z) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 24, offsetof(mavlink_safety_set_allowed_area_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 25, offsetof(mavlink_safety_set_allowed_area_t, target_component) }, \
{ "frame", NULL, MAVLINK_TYPE_UINT8_T, 0, 26, offsetof(mavlink_safety_set_allowed_area_t, frame) }, \
} \
}
#define MAVLINK_MSG_ID_54_CRC   15
#define MAVLINK_MSG_ID_54_LEN   27
#define MAVLINK_MSG_ID_SAFETY_SET_ALLOWED_AREA   54
#define MAVLINK_MSG_ID_SAFETY_SET_ALLOWED_AREA_CRC   15
#define MAVLINK_MSG_ID_SAFETY_SET_ALLOWED_AREA_LEN   27

Typedef Documentation