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

Macros

#define MAVLINK_MSG_ID_NAMED_VALUE_INT   252
 
#define MAVLINK_MSG_ID_NAMED_VALUE_INT_LEN   18
 
#define MAVLINK_MSG_ID_252_LEN   18
 
#define MAVLINK_MSG_ID_NAMED_VALUE_INT_CRC   44
 
#define MAVLINK_MSG_ID_252_CRC   44
 
#define MAVLINK_MSG_NAMED_VALUE_INT_FIELD_NAME_LEN   10
 
#define MAVLINK_MESSAGE_INFO_NAMED_VALUE_INT
 

Typedefs

typedef struct
__mavlink_named_value_int_t 
mavlink_named_value_int_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_NAMED_VALUE_INT
Value:
{ \
"NAMED_VALUE_INT", \
3, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_named_value_int_t, time_boot_ms) }, \
{ "value", NULL, MAVLINK_TYPE_INT32_T, 0, 4, offsetof(mavlink_named_value_int_t, value) }, \
{ "name", NULL, MAVLINK_TYPE_CHAR, 10, 8, offsetof(mavlink_named_value_int_t, name) }, \
} \
}
#define MAVLINK_MSG_ID_252_CRC   44
#define MAVLINK_MSG_ID_252_LEN   18
#define MAVLINK_MSG_ID_NAMED_VALUE_INT   252
#define MAVLINK_MSG_ID_NAMED_VALUE_INT_CRC   44
#define MAVLINK_MSG_ID_NAMED_VALUE_INT_LEN   18
#define MAVLINK_MSG_NAMED_VALUE_INT_FIELD_NAME_LEN   10

Typedef Documentation