PX4-Autopilot/msg/ParameterUpdate.msg
Daniel Agar 5247db7647
parameters: new parameter server backend
- parameter backend is now running in a wq and accessible over pub/sub
 - parameters library can call into backend directly (with locking), but operations will gradually start moving to pub/sub
 - majority of parameters migrated as is, only small changes to parameter autosave and parameter notification that are now performed from the WQ thread
2022-12-20 09:51:48 -05:00

10 lines
240 B
Plaintext

# This message is used to notify the system about one or more parameter changes
uint64 timestamp # time since system start (microseconds)
uint32 instance # Instance count - constantly incrementing
uint16 count
Parameter changed_param