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

Macros

#define MAVLINK_MSG_ID_PARAM_SET   23
 
#define MAVLINK_MSG_ID_PARAM_SET_LEN   23
 
#define MAVLINK_MSG_ID_23_LEN   23
 
#define MAVLINK_MSG_ID_PARAM_SET_CRC   168
 
#define MAVLINK_MSG_ID_23_CRC   168
 
#define MAVLINK_MSG_PARAM_SET_FIELD_PARAM_ID_LEN   16
 
#define MAVLINK_MESSAGE_INFO_PARAM_SET
 

Typedefs

typedef struct
__mavlink_param_set_t 
mavlink_param_set_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_PARAM_SET
Value:
{ \
"PARAM_SET", \
5, \
{ { "param_value", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_param_set_t, param_value) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_param_set_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_param_set_t, target_component) }, \
{ "param_id", NULL, MAVLINK_TYPE_CHAR, 16, 6, offsetof(mavlink_param_set_t, param_id) }, \
{ "param_type", NULL, MAVLINK_TYPE_UINT8_T, 0, 22, offsetof(mavlink_param_set_t, param_type) }, \
} \
}
#define MAVLINK_MSG_ID_23_CRC   168
#define MAVLINK_MSG_ID_23_LEN   23
#define MAVLINK_MSG_ID_PARAM_SET   23
#define MAVLINK_MSG_ID_PARAM_SET_CRC   168
#define MAVLINK_MSG_ID_PARAM_SET_LEN   23
#define MAVLINK_MSG_PARAM_SET_FIELD_PARAM_ID_LEN   16

Typedef Documentation