|
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 More... | |
| virtual void | setString (const std::string &s)=0 |
| Pass a string to the component. More... | |
Public Member Functions inherited from neo::cca::Port | |
| virtual | ~Port () |
| obligatory virtual destructor More... | |
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".
|
inlinevirtual |
|
pure virtual |
Pass a string to the component.
1.8.13