NEOCCA bindings Specification  0.2.8
Public Member Functions
neo::cca::ports::StringConsumerPort Class Reference

An example port for a standard interface for passing a string to a component. More...

#include <StringConsumerPort.hh>

Inheritance diagram for neo::cca::ports::StringConsumerPort:
Inheritance graph
[legend]
Collaboration diagram for neo::cca::ports::StringConsumerPort:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~StringConsumerPort ()
 obligatory vdtor
virtual void setString (const std::string &s)=0
 Pass a string to the component.

Detailed Description

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


Constructor & Destructor Documentation

obligatory vdtor

{}

Member Function Documentation

virtual void neo::cca::ports::StringConsumerPort::setString ( const std::string &  s) [pure virtual]

Pass a string to the component.


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