#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. | |
| 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.5.9