neo::cca::ports::ParameterGetListener Class Reference
This interface is typically implemented by a component using the neo::ports::ParameterPortFactory dynamically.
More...
#include <ParameterGetListener.hh>
List of all members.
|
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).
|
Detailed Description
This interface is typically implemented by a component using the neo::ports::ParameterPortFactory dynamically.
Constructor & Destructor Documentation
virtual neo::cca::ports::ParameterGetListener::~ParameterGetListener |
( |
|
) |
[inline, virtual] |
Member Function Documentation
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).
The documentation for this class was generated from the following file: