|
OpenRTM-aist 2.1.0
|
#include <LogstreamBase.h>

Public Member Functions | |
| virtual | ~LogstreamBase ()=default |
| Destructor. | |
| virtual bool | init (const coil::Properties &prop)=0 |
| Initializing configuration. | |
| virtual StreambufType * | getStreamBuffer ()=0 |
|
virtualdefault |
Destructor.
|
pure virtual |
Implemented in RTC::LogstreamFile.
|
pure virtual |
Initializing configuration.
This operation would be called to configure in initialization. In the concrete class, configuration should be performed getting appropriate information from the given Properties data.
| prop | Configuration information |
Implemented in RTC::LogstreamFile.