|
NEOCCA bindings Specification
0.2.8
|
This interface is typically implemented by a component using the neo::ports::ParameterPortFactory dynamically. More...
#include <ParameterGetListener.hh>
Public Member Functions | |
| virtual | ~ParameterGetListener () |
| virtual void | updateParameterPort (const std::string &portName)=0 |
| Inform the listener that someone is about to fetch their typemap (well, a copy thereof). | |
This interface is typically implemented by a component using the neo::ports::ParameterPortFactory dynamically.
| virtual neo::cca::ports::ParameterGetListener::~ParameterGetListener | ( | ) | [inline, virtual] |
{}
| virtual void neo::cca::ports::ParameterGetListener::updateParameterPort | ( | const std::string & | portName | ) | [pure virtual] |
Inform the listener that someone is about to fetch their typemap (well, a copy thereof).
1.7.6.1