|
NEOCCA bindings Specification
0.2.8
|
An example port for a standard interface for passing a string to a component. More...
#include <StringConsumerPort.hh>


Public Member Functions | |
| virtual | ~StringConsumerPort () |
| obligatory vdtor | |
| virtual void | setString (const std::string &s)=0 |
| Pass a string to the component. | |
An example port for a standard interface for passing a string to a component.
The canonical string name of this port is "neo.cca.ports.StringConsumerPort".
| virtual neo::cca::ports::StringConsumerPort::~StringConsumerPort | ( | ) | [inline, virtual] |
obligatory vdtor
{}
| virtual void neo::cca::ports::StringConsumerPort::setString | ( | const std::string & | s | ) | [pure virtual] |
Pass a string to the component.
1.7.6.1