You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
243 B
8 lines
243 B
# ParameterResetRequest : Used by the primary to reset one or all parameter value(s) on the remote
|
|
|
|
uint64 timestamp
|
|
uint16 parameter_index
|
|
|
|
bool reset_all # If this is true then ignore parameter_index
|
|
|
|
uint8 ORB_QUEUE_LENGTH = 4
|
|
|