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

Macros

#define MAVLINK_MSG_ID_POINT_OF_INTEREST_CONNECTION   192
 
#define MAVLINK_MSG_ID_POINT_OF_INTEREST_CONNECTION_LEN   55
 
#define MAVLINK_MSG_ID_192_LEN   55
 
#define MAVLINK_MSG_ID_POINT_OF_INTEREST_CONNECTION_CRC   36
 
#define MAVLINK_MSG_ID_192_CRC   36
 
#define MAVLINK_MSG_POINT_OF_INTEREST_CONNECTION_FIELD_NAME_LEN   26
 
#define MAVLINK_MESSAGE_INFO_POINT_OF_INTEREST_CONNECTION
 

Typedefs

typedef struct
__mavlink_point_of_interest_connection_t 
mavlink_point_of_interest_connection_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_POINT_OF_INTEREST_CONNECTION
Value:
{ \
"POINT_OF_INTEREST_CONNECTION", \
11, \
{ { "xp1", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_point_of_interest_connection_t, xp1) }, \
{ "yp1", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_point_of_interest_connection_t, yp1) }, \
{ "zp1", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_point_of_interest_connection_t, zp1) }, \
{ "xp2", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_point_of_interest_connection_t, xp2) }, \
{ "yp2", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_point_of_interest_connection_t, yp2) }, \
{ "zp2", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_point_of_interest_connection_t, zp2) }, \
{ "timeout", NULL, MAVLINK_TYPE_UINT16_T, 0, 24, offsetof(mavlink_point_of_interest_connection_t, timeout) }, \
{ "type", NULL, MAVLINK_TYPE_UINT8_T, 0, 26, offsetof(mavlink_point_of_interest_connection_t, type) }, \
{ "color", NULL, MAVLINK_TYPE_UINT8_T, 0, 27, offsetof(mavlink_point_of_interest_connection_t, color) }, \
{ "coordinate_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 28, offsetof(mavlink_point_of_interest_connection_t, coordinate_system) }, \
{ "name", NULL, MAVLINK_TYPE_CHAR, 26, 29, offsetof(mavlink_point_of_interest_connection_t, name) }, \
} \
}
uint8_t type
Definition: fat_standard.h:67
uint8_t color[LED_SPECIAL_COLOR_COUNT]
Definition: ledstrip.h:9
#define MAVLINK_MSG_ID_192_CRC   36
#define MAVLINK_MSG_ID_192_LEN   55
#define MAVLINK_MSG_ID_POINT_OF_INTEREST_CONNECTION   192
#define MAVLINK_MSG_ID_POINT_OF_INTEREST_CONNECTION_CRC   36
#define MAVLINK_MSG_ID_POINT_OF_INTEREST_CONNECTION_LEN   55
#define MAVLINK_MSG_POINT_OF_INTEREST_CONNECTION_FIELD_NAME_LEN   26

Typedef Documentation