RTC::DataFlowComponentBase Class Reference

DataFlowComponentBase class. More...

#include <DataFlowComponentBase.h>

Inheritance diagram for RTC::DataFlowComponentBase:

RTC::RTObject_impl

List of all members.

Public Member Functions

 DataFlowComponentBase (Manager *manager)
 Constructor.
virtual ~DataFlowComponentBase (void)
 Destructor.
void init ()
 Initialization.


Detailed Description

DataFlowComponentBase class.

This is a base class of the data flow type RT-Component. Inherit this class when implementing various data flow type RT-Components.

Since:
0.4.0

Constructor & Destructor Documentation

RTC::DataFlowComponentBase::DataFlowComponentBase ( Manager manager  ) 

Constructor.

Constructor

Parameters:
manager Manager object

virtual RTC::DataFlowComponentBase::~DataFlowComponentBase ( void   )  [virtual]

Destructor.

Destructor


Member Function Documentation

void RTC::DataFlowComponentBase::init (  ) 

Initialization.

Initialization the data flow type RT-Component. Write the actual initialization code in each concrete class.


Generated on Thu Jan 28 13:25:35 2010 for OpenRTM by  doxygen 1.5.5