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

Macros

#define MAVLINK_MSG_ID_PARAM_REQUEST_READ   20
 
#define MAVLINK_MSG_ID_PARAM_REQUEST_READ_LEN   20
 
#define MAVLINK_MSG_ID_20_LEN   20
 
#define MAVLINK_MSG_ID_PARAM_REQUEST_READ_CRC   214
 
#define MAVLINK_MSG_ID_20_CRC   214
 
#define MAVLINK_MSG_PARAM_REQUEST_READ_FIELD_PARAM_ID_LEN   16
 
#define MAVLINK_MESSAGE_INFO_PARAM_REQUEST_READ
 

Typedefs

typedef struct
__mavlink_param_request_read_t 
mavlink_param_request_read_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_PARAM_REQUEST_READ
Value:
{ \
"PARAM_REQUEST_READ", \
4, \
{ { "param_index", NULL, MAVLINK_TYPE_INT16_T, 0, 0, offsetof(mavlink_param_request_read_t, param_index) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_param_request_read_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_param_request_read_t, target_component) }, \
{ "param_id", NULL, MAVLINK_TYPE_CHAR, 16, 4, offsetof(mavlink_param_request_read_t, param_id) }, \
} \
}
#define MAVLINK_MSG_ID_20_CRC   214
#define MAVLINK_MSG_ID_20_LEN   20
#define MAVLINK_MSG_ID_PARAM_REQUEST_READ   20
#define MAVLINK_MSG_ID_PARAM_REQUEST_READ_CRC   214
#define MAVLINK_MSG_ID_PARAM_REQUEST_READ_LEN   20
#define MAVLINK_MSG_PARAM_REQUEST_READ_FIELD_PARAM_ID_LEN   16

Typedef Documentation