OpenRTM-aist  1.2.1
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 (void)
 Destructor. More...
 
virtual bool init (const coil::Properties &prop)=0
 Initializing configuration. More...
 
virtual StreambufTypegetStreamBuffer ()=0
 

Constructor & Destructor Documentation

virtual RTC::LogstreamBase::~LogstreamBase ( void  )
inlinevirtual

Destructor.

References getStreamBuffer(), and init().

Member Function Documentation

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

Implemented in RTC::LogstreamFile.

Referenced by ~LogstreamBase().

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.

Referenced by ~LogstreamBase().


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