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

Macros

#define MAVLINK_MSG_ID_FENCE_POINT   160
 
#define MAVLINK_MSG_ID_FENCE_POINT_LEN   12
 
#define MAVLINK_MSG_ID_160_LEN   12
 
#define MAVLINK_MSG_ID_FENCE_POINT_CRC   78
 
#define MAVLINK_MSG_ID_160_CRC   78
 
#define MAVLINK_MESSAGE_INFO_FENCE_POINT
 

Typedefs

typedef struct
__mavlink_fence_point_t 
mavlink_fence_point_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_FENCE_POINT
Value:
{ \
"FENCE_POINT", \
6, \
{ { "lat", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_fence_point_t, lat) }, \
{ "lng", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_fence_point_t, lng) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_fence_point_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 9, offsetof(mavlink_fence_point_t, target_component) }, \
{ "idx", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_fence_point_t, idx) }, \
{ "count", NULL, MAVLINK_TYPE_UINT8_T, 0, 11, offsetof(mavlink_fence_point_t, count) }, \
} \
}
#define MAVLINK_MSG_ID_160_CRC   78
#define MAVLINK_MSG_ID_160_LEN   12
#define MAVLINK_MSG_ID_FENCE_POINT   160
#define MAVLINK_MSG_ID_FENCE_POINT_CRC   78
#define MAVLINK_MSG_ID_FENCE_POINT_LEN   12

Typedef Documentation