|
NEOCCA bindings Specification
0.2.8
|
This interface is typically implemented by a component using the ParameterPortFactory in a very dynamic fashion. More...
#include <ParameterSetListener.hh>
Public Member Functions | |
| virtual | ~ParameterSetListener () |
| virtual void | updatedParameterValue (std::string portName, std::string fieldName)=0 |
| The component wishing to be told after a parameter is changed implements this function. | |
This interface is typically implemented by a component using the ParameterPortFactory in a very dynamic fashion.
| virtual neo::cca::ports::ParameterSetListener::~ParameterSetListener | ( | ) | [inline, virtual] |
{}
| virtual void neo::cca::ports::ParameterSetListener::updatedParameterValue | ( | std::string | portName, |
| std::string | fieldName | ||
| ) | [pure virtual] |
The component wishing to be told after a parameter is changed implements this function.
| portName | the name of the port (typemap) on which the value was set. |
| fieldName | the name of the value in the typemap. |
1.7.6.1