OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
RTC::LogstreamBase Class Referenceabstract

#include <LogstreamBase.h>

Inheritance diagram for RTC::LogstreamBase:

Public Member Functions

virtual ~LogstreamBase ()=default
 Destructor.
 
virtual bool init (const coil::Properties &prop)=0
 Initializing configuration.
 
virtual StreambufTypegetStreamBuffer ()=0
 

Constructor & Destructor Documentation

◆ ~LogstreamBase()

virtual RTC::LogstreamBase::~LogstreamBase ( )
virtualdefault

Destructor.

Member Function Documentation

◆ getStreamBuffer()

virtual StreambufType * RTC::LogstreamBase::getStreamBuffer ( )
pure virtual

Implemented in RTC::LogstreamFile.

◆ init()

virtual bool RTC::LogstreamBase::init ( const coil::Properties & prop)
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.

Parameters
propConfiguration information

Implemented in RTC::LogstreamFile.


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