m.MAVLink_param_set_message(MAVLink_message) : class documentation

Part of mavlink View In Hierarchy

Set a parameter value TEMPORARILY to RAM. It will be reset to default
on system reboot. Send the ACTION MAV_ACTION_STORAGE_WRITE to
PERMANENTLY write the RAM contents to EEPROM. IMPORTANT: The
receiving component should acknowledge the new parameter value by
sending a param_value message to all communication partners. This
will also ensure that multiple GCS all have an up-to-date list of all
parameters. If the sending GCS did not receive a PARAM_VALUE message
within its timeout time, it should re-send the PARAM_SET message.
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_value):
Undocumented
def pack(self, mav):
Undocumented
API Documentation for PyMAVLink, generated by pydoctor at 2011-08-20 08:50:37.