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

Macros

#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT   251
 
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT_LEN   18
 
#define MAVLINK_MSG_ID_251_LEN   18
 
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT_CRC   170
 
#define MAVLINK_MSG_ID_251_CRC   170
 
#define MAVLINK_MSG_NAMED_VALUE_FLOAT_FIELD_NAME_LEN   10
 
#define MAVLINK_MESSAGE_INFO_NAMED_VALUE_FLOAT
 

Typedefs

typedef struct
__mavlink_named_value_float_t 
mavlink_named_value_float_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_NAMED_VALUE_FLOAT
Value:
{ \
"NAMED_VALUE_FLOAT", \
3, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_named_value_float_t, time_boot_ms) }, \
{ "value", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_named_value_float_t, value) }, \
{ "name", NULL, MAVLINK_TYPE_CHAR, 10, 8, offsetof(mavlink_named_value_float_t, name) }, \
} \
}
#define MAVLINK_MSG_ID_251_CRC   170
#define MAVLINK_MSG_ID_251_LEN   18
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT   251
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT_CRC   170
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT_LEN   18
#define MAVLINK_MSG_NAMED_VALUE_FLOAT_FIELD_NAME_LEN   10

Typedef Documentation