|
AceSmartSoft API Documentation
|
Slave part of Parameter pattern. More...
#include <smartParameter.hh>
Public Member Functions | |
| ParameterSlave (SmartComponent *comp, ParameterUpdateHandler *hnd, std::string slave_address="param") | |
| constructor. More... | |
| virtual | ~ParameterSlave () |
| destructor. More... | |
Slave part of Parameter pattern.
The slave part of the Parameter pattern is responsible for changing the port connections within the slave components. It manages the port list of a component.
The user simply needs exactly one instance of the Parameter slave per component. The ParameterSlave provides no user accessible member functions.
Demonstrated in ninth example
| SmartACE::ParameterSlave::ParameterSlave | ( | SmartComponent * | comp, |
| ParameterUpdateHandler * | hnd, | ||
| std::string | slave_address = "param" |
||
| ) |
constructor.
(Currently exception not thrown)
|
virtual |
destructor.
1.8.13