Firmware
Public Member Functions | Public Attributes | List of all members
mavlink_px4.MAVLink_param_set_message Class Reference
Inheritance diagram for mavlink_px4.MAVLink_param_set_message:
mavlink_px4.MAVLink_message

Public Member Functions

def __init__ (self, target_system, target_component, param_id, param_value, param_type)
 
def pack (self, mav)
 

Public Attributes

 target_system
 
 target_component
 
 param_id
 
 param_value
 
 param_type
 

Detailed Description

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.

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