NEOCCA bindings Specification  0.2.8
Public Member Functions | List of all members
neo::cca::ports::ParameterSetListener Class Referenceabstract

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. More...
 

Detailed Description

This interface is typically implemented by a component using the ParameterPortFactory in a very dynamic fashion.

Constructor & Destructor Documentation

◆ ~ParameterSetListener()

virtual neo::cca::ports::ParameterSetListener::~ParameterSetListener ( )
inlinevirtual
15 {}

Member Function Documentation

◆ updatedParameterValue()

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.

Parameters
portNamethe name of the port (typemap) on which the value was set.
fieldNamethe name of the value in the typemap.

The documentation for this class was generated from the following file: