62 parent->_children.add(
this);
81 for (
const auto &child : _children) {
82 child->updateParams();
An intrusive linked list.
C++ base class for modules/classes using configuration parameters.
Definition: px4_module_params.h:46
void setParent(ModuleParams *parent)
Sets the parent module.
Definition: px4_module_params.h:59
virtual void updateParamsImpl()
The implementation for this is generated with the macro DEFINE_PARAMETERS()
Definition: px4_module_params.h:91
virtual void updateParams()
Call this method whenever the module gets a parameter change notification.
Definition: px4_module_params.h:79