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

Macros

#define MAVLINK_MSG_ID_FENCE_STATUS   162
 
#define MAVLINK_MSG_ID_FENCE_STATUS_LEN   8
 
#define MAVLINK_MSG_ID_162_LEN   8
 
#define MAVLINK_MSG_ID_FENCE_STATUS_CRC   189
 
#define MAVLINK_MSG_ID_162_CRC   189
 
#define MAVLINK_MESSAGE_INFO_FENCE_STATUS
 

Typedefs

typedef struct
__mavlink_fence_status_t 
mavlink_fence_status_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_FENCE_STATUS
Value:
{ \
"FENCE_STATUS", \
4, \
{ { "breach_time", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_fence_status_t, breach_time) }, \
{ "breach_count", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_fence_status_t, breach_count) }, \
{ "breach_status", NULL, MAVLINK_TYPE_UINT8_T, 0, 6, offsetof(mavlink_fence_status_t, breach_status) }, \
{ "breach_type", NULL, MAVLINK_TYPE_UINT8_T, 0, 7, offsetof(mavlink_fence_status_t, breach_type) }, \
} \
}
#define MAVLINK_MSG_ID_162_CRC   189
#define MAVLINK_MSG_ID_162_LEN   8
#define MAVLINK_MSG_ID_FENCE_STATUS   162
#define MAVLINK_MSG_ID_FENCE_STATUS_CRC   189
#define MAVLINK_MSG_ID_FENCE_STATUS_LEN   8

Typedef Documentation