ISystemConfigureParameters Class Referenceabstract
Interface for a system that declares parameters. More...
#include <System.hh>
Public Member Functions | |
virtual | ~ISystemConfigureParameters ()=default |
virtual void | ConfigureParameters (gz::transport::parameters::ParametersRegistry &_registry, EntityComponentManager &_ecm)=0 |
Configure the parameters of the system. | |
Detailed Description
Interface for a system that declares parameters.
ISystemConfigureParameters::ConfigureParameters is called after ISystemConfigure::Configure.
Constructor & Destructor Documentation
◆ ~ISystemConfigureParameters()
|
virtualdefault |
Member Function Documentation
◆ ConfigureParameters()
|
pure virtual |
Configure the parameters of the system.
- Parameters
-
[in] _registry The parameter registry.
Implemented in JointPositionController, and WheelSlip.
The documentation for this class was generated from the following file: