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

Macros

#define MAVLINK_MSG_ID_PARAM_VALUE   22
 
#define MAVLINK_MSG_ID_PARAM_VALUE_LEN   25
 
#define MAVLINK_MSG_ID_22_LEN   25
 
#define MAVLINK_MSG_ID_PARAM_VALUE_CRC   220
 
#define MAVLINK_MSG_ID_22_CRC   220
 
#define MAVLINK_MSG_PARAM_VALUE_FIELD_PARAM_ID_LEN   16
 
#define MAVLINK_MESSAGE_INFO_PARAM_VALUE
 

Typedefs

typedef struct
__mavlink_param_value_t 
mavlink_param_value_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_PARAM_VALUE
Value:
{ \
"PARAM_VALUE", \
5, \
{ { "param_value", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_param_value_t, param_value) }, \
{ "param_count", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_param_value_t, param_count) }, \
{ "param_index", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_param_value_t, param_index) }, \
{ "param_id", NULL, MAVLINK_TYPE_CHAR, 16, 8, offsetof(mavlink_param_value_t, param_id) }, \
{ "param_type", NULL, MAVLINK_TYPE_UINT8_T, 0, 24, offsetof(mavlink_param_value_t, param_type) }, \
} \
}
#define MAVLINK_MSG_ID_22_CRC   220
#define MAVLINK_MSG_ID_22_LEN   25
#define MAVLINK_MSG_ID_PARAM_VALUE   22
#define MAVLINK_MSG_ID_PARAM_VALUE_CRC   220
#define MAVLINK_MSG_ID_PARAM_VALUE_LEN   25
#define MAVLINK_MSG_PARAM_VALUE_FIELD_PARAM_ID_LEN   16

Typedef Documentation