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

"neo.cca.ports.JPrintfPort: a port for making a string go to one of three channel, which may be routed anywhere by the framework or providing component (UNADOPTED in the standard). More...

#include <JPrintfPort.hh>

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

List of all members.

Public Member Functions

virtual ~JPrintfPort ()
 obligatory vdtor
virtual void p (char *msg)=0
 Output a string on out device.
virtual void p (const char *msg)=0
 Output a string on out device.
virtual void pn (char *msg)=0
 Output a string on out device with added
.
virtual void pn (const char *msg)=0
 Output a string on out device with added
.
virtual void e (char *msg)=0
 Output a string on err device.
virtual void e (const char *msg)=0
 Output a string on err device.
virtual void en (char *msg)=0
 Output a string on err device with added
.
virtual void en (const char *msg)=0
 Output a string on err device with added
.
virtual void l (char *msg)=0
 Output a string on log device.
virtual void l (const char *msg)=0
 Output a string on log device.
virtual void ln (char *msg)=0
 Output a string on log device with added
.
virtual void ln (const char *msg)=0
 Output a string on log device with added
.
virtual void p (const std::string &msg)=0
 Output a string on out device.
virtual void pn (const std::string &msg)=0
 Output a string on out device with added
.
virtual void e (const std::string &msg)=0
 Output a string on err device.
virtual void en (const std::string &msg)=0
 Output a string on err device with added
.
virtual void l (const std::string &msg)=0
 Output a string on log device.
virtual void ln (const std::string &msg)=0
 Output a string on log device with added
.

Detailed Description

"neo.cca.ports.JPrintfPort: a port for making a string go to one of three channel, which may be routed anywhere by the framework or providing component (UNADOPTED in the standard).


Constructor & Destructor Documentation

virtual neo::cca::ports::JPrintfPort::~JPrintfPort ( ) [inline, virtual]

obligatory vdtor

{}

Member Function Documentation

virtual void neo::cca::ports::JPrintfPort::p ( char *  msg) [pure virtual]

Output a string on out device.

virtual void neo::cca::ports::JPrintfPort::p ( const char *  msg) [pure virtual]

Output a string on out device.

virtual void neo::cca::ports::JPrintfPort::pn ( char *  msg) [pure virtual]

Output a string on out device with added
.

virtual void neo::cca::ports::JPrintfPort::pn ( const char *  msg) [pure virtual]

Output a string on out device with added
.

virtual void neo::cca::ports::JPrintfPort::e ( char *  msg) [pure virtual]

Output a string on err device.

virtual void neo::cca::ports::JPrintfPort::e ( const char *  msg) [pure virtual]

Output a string on err device.

virtual void neo::cca::ports::JPrintfPort::en ( char *  msg) [pure virtual]

Output a string on err device with added
.

virtual void neo::cca::ports::JPrintfPort::en ( const char *  msg) [pure virtual]

Output a string on err device with added
.

virtual void neo::cca::ports::JPrintfPort::l ( char *  msg) [pure virtual]

Output a string on log device.

virtual void neo::cca::ports::JPrintfPort::l ( const char *  msg) [pure virtual]

Output a string on log device.

virtual void neo::cca::ports::JPrintfPort::ln ( char *  msg) [pure virtual]

Output a string on log device with added
.

virtual void neo::cca::ports::JPrintfPort::ln ( const char *  msg) [pure virtual]

Output a string on log device with added
.

virtual void neo::cca::ports::JPrintfPort::p ( const std::string &  msg) [pure virtual]

Output a string on out device.

virtual void neo::cca::ports::JPrintfPort::pn ( const std::string &  msg) [pure virtual]

Output a string on out device with added
.

virtual void neo::cca::ports::JPrintfPort::e ( const std::string &  msg) [pure virtual]

Output a string on err device.

virtual void neo::cca::ports::JPrintfPort::en ( const std::string &  msg) [pure virtual]

Output a string on err device with added
.

virtual void neo::cca::ports::JPrintfPort::l ( const std::string &  msg) [pure virtual]

Output a string on log device.

virtual void neo::cca::ports::JPrintfPort::ln ( const std::string &  msg) [pure virtual]

Output a string on log device with added
.


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