NEOCCA bindings Specification  0.2.8
Public Member Functions | List of all members
neo::cca::ports::StringConsumerPort Class Referenceabstract

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]

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

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

◆ ~StringConsumerPort()

virtual neo::cca::ports::StringConsumerPort::~StringConsumerPort ( )
inlinevirtual

obligatory vdtor

19 {}

Member Function Documentation

◆ setString()

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: