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

Macros

#define MAVLINK_MSG_ID_PATTERN_DETECTED   190
 
#define MAVLINK_MSG_ID_PATTERN_DETECTED_LEN   106
 
#define MAVLINK_MSG_ID_190_LEN   106
 
#define MAVLINK_MSG_ID_PATTERN_DETECTED_CRC   90
 
#define MAVLINK_MSG_ID_190_CRC   90
 
#define MAVLINK_MSG_PATTERN_DETECTED_FIELD_FILE_LEN   100
 
#define MAVLINK_MESSAGE_INFO_PATTERN_DETECTED
 

Typedefs

typedef struct
__mavlink_pattern_detected_t 
mavlink_pattern_detected_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_PATTERN_DETECTED
Value:
{ \
"PATTERN_DETECTED", \
4, \
{ { "confidence", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_pattern_detected_t, confidence) }, \
{ "type", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_pattern_detected_t, type) }, \
{ "file", NULL, MAVLINK_TYPE_CHAR, 100, 5, offsetof(mavlink_pattern_detected_t, file) }, \
{ "detected", NULL, MAVLINK_TYPE_UINT8_T, 0, 105, offsetof(mavlink_pattern_detected_t, detected) }, \
} \
}
uint8_t type
Definition: fat_standard.h:67
#define MAVLINK_MSG_ID_190_CRC   90
#define MAVLINK_MSG_ID_190_LEN   106
#define MAVLINK_MSG_ID_PATTERN_DETECTED   190
#define MAVLINK_MSG_ID_PATTERN_DETECTED_CRC   90
#define MAVLINK_MSG_ID_PATTERN_DETECTED_LEN   106
#define MAVLINK_MSG_PATTERN_DETECTED_FIELD_FILE_LEN   100

Typedef Documentation