m.MAVLink_param_request_read_message(MAVLink_message) : class documentation

Part of mavlink View In Hierarchy

Request to read the onboard parameter with the param_id string id.
Onboard parameters are stored as key[const char*] -> value[float].
This allows to send a parameter to any other component (such as the
GCS) without the need of previous knowledge of possible parameter
names. Thus the same GCS can store different parameters for different
autopilots. See also http://qgroundcontrol.org/parameter_interface
for a full documentation of QGroundControl and IMU code.
Method __init__ Undocumented
Method pack Undocumented

Inherited from MAVLink_message:

Method get_msgbuf Undocumented
Method get_header Undocumented
Method get_payload Undocumented
Method get_crc Undocumented
Method get_fieldnames Undocumented
Method get_type Undocumented
Method get_msgId Undocumented
Method get_srcSystem Undocumented
Method get_srcComponent Undocumented
Method get_seq Undocumented
Method __str__ Undocumented
def __init__(self, target_system, target_component, param_id, param_index):
Undocumented
def pack(self, mav):
Undocumented
API Documentation for PyMAVLink, generated by pydoctor at 2011-08-20 08:50:37.