OpenRTM  1.0.0
Public Member Functions
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

Constructor.

Constructor

Parameters:
managerManager object

Destructor.

Destructor


Member Function Documentation

Initialization.

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