OpenRTM-aist 2.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RTC::LogstreamBase Class Referenceabstract

#include <LogstreamBase.h>

Inheritance diagram for RTC::LogstreamBase:
Inheritance graph
[legend]

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: