APM:Libraries
Public Attributes | List of all members
GCS_MAVLINK::pending_param_request Struct Reference

Public Attributes

mavlink_channel_t chan
 
int16_t param_index
 
char param_name [AP_MAX_NAME_SIZE+1]
 

Detailed Description

Definition at line 463 of file GCS.h.

Member Data Documentation

◆ chan

mavlink_channel_t GCS_MAVLINK::pending_param_request::chan

Definition at line 464 of file GCS.h.

Referenced by GCS_MAVLINK::handle_param_request_read(), and GCS_MAVLINK::param_io_timer().

◆ param_index

int16_t GCS_MAVLINK::pending_param_request::param_index

Definition at line 465 of file GCS.h.

Referenced by GCS_MAVLINK::handle_param_request_read(), and GCS_MAVLINK::param_io_timer().

◆ param_name

char GCS_MAVLINK::pending_param_request::param_name[AP_MAX_NAME_SIZE+1]

Definition at line 466 of file GCS.h.

Referenced by GCS_MAVLINK::handle_param_request_read(), and GCS_MAVLINK::param_io_timer().


The documentation for this struct was generated from the following file: