An example port for an interface for providing a time service.
More...
#include <TimeProducerPort.h>
|
| virtual | ~TimeProducerPort () |
| | obligatory vdtor
|
| |
| virtual CFREE char * | getTime ()=0 |
| | Produce the time as a string.
|
| |
| virtual | ~TimeProducerPort () |
| | obligatory vdtor
|
| |
| virtual CFREE char * | getTime () CLASSIC_CCA_PURE |
| | Produce the time as a string.
|
| |
| virtual | ~Port () |
| | obligatory virtual destructor
|
| |
An example port for an interface for providing a time service.
◆ ~TimeProducerPort() [1/2]
| virtual classic::gov::cca::TimeProducerPort::~TimeProducerPort |
( |
| ) |
|
|
inlinevirtual |
◆ ~TimeProducerPort() [2/2]
| virtual classic::gov::cca::TimeProducerPort::~TimeProducerPort |
( |
| ) |
|
|
inlinevirtual |
◆ getTime() [1/2]
| virtual CFREE char * classic::gov::cca::TimeProducerPort::getTime |
( |
| ) |
|
|
pure virtual |
Produce the time as a string.
◆ getTime() [2/2]
| virtual CFREE char * classic::gov::cca::TimeProducerPort::getTime |
( |
| ) |
|
|
virtual |
Produce the time as a string.
The documentation for this class was generated from the following files: