"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>
|
| virtual | ~JPrintfPort () |
| | obligatory vdtor More...
|
| |
| virtual void | p (char *msg)=0 |
| | Output a string on out device. More...
|
| |
| virtual void | p (const char *msg)=0 |
| | Output a string on out device. More...
|
| |
| virtual void | pn (char *msg)=0 |
| | Output a string on out device with added
. More...
|
| |
| virtual void | pn (const char *msg)=0 |
| | Output a string on out device with added
. More...
|
| |
| virtual void | e (char *msg)=0 |
| | Output a string on err device. More...
|
| |
| virtual void | e (const char *msg)=0 |
| | Output a string on err device. More...
|
| |
| virtual void | en (char *msg)=0 |
| | Output a string on err device with added
. More...
|
| |
| virtual void | en (const char *msg)=0 |
| | Output a string on err device with added
. More...
|
| |
| virtual void | l (char *msg)=0 |
| | Output a string on log device. More...
|
| |
| virtual void | l (const char *msg)=0 |
| | Output a string on log device. More...
|
| |
| virtual void | ln (char *msg)=0 |
| | Output a string on log device with added
. More...
|
| |
| virtual void | ln (const char *msg)=0 |
| | Output a string on log device with added
. More...
|
| |
| virtual void | p (const std::string &msg)=0 |
| | Output a string on out device. More...
|
| |
| virtual void | pn (const std::string &msg)=0 |
| | Output a string on out device with added
. More...
|
| |
| virtual void | e (const std::string &msg)=0 |
| | Output a string on err device. More...
|
| |
| virtual void | en (const std::string &msg)=0 |
| | Output a string on err device with added
. More...
|
| |
| virtual void | l (const std::string &msg)=0 |
| | Output a string on log device. More...
|
| |
| virtual void | ln (const std::string &msg)=0 |
| | Output a string on log device with added
. More...
|
| |
| virtual | ~Port () |
| | obligatory virtual destructor More...
|
| |
"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).
◆ ~JPrintfPort()
| virtual neo::cca::ports::JPrintfPort::~JPrintfPort |
( |
| ) |
|
|
inlinevirtual |
◆ p() [1/3]
| virtual void neo::cca::ports::JPrintfPort::p |
( |
char * |
msg | ) |
|
|
pure virtual |
Output a string on out device.
◆ p() [2/3]
| virtual void neo::cca::ports::JPrintfPort::p |
( |
const char * |
msg | ) |
|
|
pure virtual |
Output a string on out device.
◆ pn() [1/3]
| virtual void neo::cca::ports::JPrintfPort::pn |
( |
char * |
msg | ) |
|
|
pure virtual |
Output a string on out device with added
.
◆ pn() [2/3]
| virtual void neo::cca::ports::JPrintfPort::pn |
( |
const char * |
msg | ) |
|
|
pure virtual |
Output a string on out device with added
.
◆ e() [1/3]
| virtual void neo::cca::ports::JPrintfPort::e |
( |
char * |
msg | ) |
|
|
pure virtual |
Output a string on err device.
◆ e() [2/3]
| virtual void neo::cca::ports::JPrintfPort::e |
( |
const char * |
msg | ) |
|
|
pure virtual |
Output a string on err device.
◆ en() [1/3]
| virtual void neo::cca::ports::JPrintfPort::en |
( |
char * |
msg | ) |
|
|
pure virtual |
Output a string on err device with added
.
◆ en() [2/3]
| virtual void neo::cca::ports::JPrintfPort::en |
( |
const char * |
msg | ) |
|
|
pure virtual |
Output a string on err device with added
.
◆ l() [1/3]
| virtual void neo::cca::ports::JPrintfPort::l |
( |
char * |
msg | ) |
|
|
pure virtual |
Output a string on log device.
◆ l() [2/3]
| virtual void neo::cca::ports::JPrintfPort::l |
( |
const char * |
msg | ) |
|
|
pure virtual |
Output a string on log device.
◆ ln() [1/3]
| virtual void neo::cca::ports::JPrintfPort::ln |
( |
char * |
msg | ) |
|
|
pure virtual |
Output a string on log device with added
.
◆ ln() [2/3]
| virtual void neo::cca::ports::JPrintfPort::ln |
( |
const char * |
msg | ) |
|
|
pure virtual |
Output a string on log device with added
.
◆ p() [3/3]
| virtual void neo::cca::ports::JPrintfPort::p |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Output a string on out device.
◆ pn() [3/3]
| virtual void neo::cca::ports::JPrintfPort::pn |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Output a string on out device with added
.
◆ e() [3/3]
| virtual void neo::cca::ports::JPrintfPort::e |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Output a string on err device.
◆ en() [3/3]
| virtual void neo::cca::ports::JPrintfPort::en |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Output a string on err device with added
.
◆ l() [3/3]
| virtual void neo::cca::ports::JPrintfPort::l |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Output a string on log device.
◆ ln() [3/3]
| 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: