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

Macros

#define MAVLINK_MSG_ID_ISR_LOCATION   189
 
#define MAVLINK_MSG_ID_ISR_LOCATION_LEN   16
 
#define MAVLINK_MSG_ID_189_LEN   16
 
#define MAVLINK_MSG_ID_ISR_LOCATION_CRC   246
 
#define MAVLINK_MSG_ID_189_CRC   246
 
#define MAVLINK_MESSAGE_INFO_ISR_LOCATION
 

Typedefs

typedef struct
__mavlink_isr_location_t 
mavlink_isr_location_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_ISR_LOCATION
Value:
{ \
"ISR_LOCATION", \
7, \
{ { "latitude", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_isr_location_t, latitude) }, \
{ "longitude", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_isr_location_t, longitude) }, \
{ "height", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_isr_location_t, height) }, \
{ "target", NULL, MAVLINK_TYPE_UINT8_T, 0, 12, offsetof(mavlink_isr_location_t, target) }, \
{ "option1", NULL, MAVLINK_TYPE_UINT8_T, 0, 13, offsetof(mavlink_isr_location_t, option1) }, \
{ "option2", NULL, MAVLINK_TYPE_UINT8_T, 0, 14, offsetof(mavlink_isr_location_t, option2) }, \
{ "option3", NULL, MAVLINK_TYPE_UINT8_T, 0, 15, offsetof(mavlink_isr_location_t, option3) }, \
} \
}
#define MAVLINK_MSG_ID_189_CRC   246
#define MAVLINK_MSG_ID_189_LEN   16
#define MAVLINK_MSG_ID_ISR_LOCATION   189
#define MAVLINK_MSG_ID_ISR_LOCATION_CRC   246
#define MAVLINK_MSG_ID_ISR_LOCATION_LEN   16

Typedef Documentation