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

Macros

#define MAVLINK_MSG_ID_AUTH_KEY   7
 
#define MAVLINK_MSG_ID_AUTH_KEY_LEN   32
 
#define MAVLINK_MSG_ID_7_LEN   32
 
#define MAVLINK_MSG_ID_AUTH_KEY_CRC   119
 
#define MAVLINK_MSG_ID_7_CRC   119
 
#define MAVLINK_MSG_AUTH_KEY_FIELD_KEY_LEN   32
 
#define MAVLINK_MESSAGE_INFO_AUTH_KEY
 

Typedefs

typedef struct __mavlink_auth_key_t mavlink_auth_key_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_AUTH_KEY
Value:
{ \
"AUTH_KEY", \
1, \
{ { "key", NULL, MAVLINK_TYPE_CHAR, 32, 0, offsetof(mavlink_auth_key_t, key) }, \
} \
}
#define MAVLINK_MSG_AUTH_KEY_FIELD_KEY_LEN   32
#define MAVLINK_MSG_ID_7_CRC   119
#define MAVLINK_MSG_ID_7_LEN   32
#define MAVLINK_MSG_ID_AUTH_KEY   7
#define MAVLINK_MSG_ID_AUTH_KEY_CRC   119
#define MAVLINK_MSG_ID_AUTH_KEY_LEN   32

Typedef Documentation