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 Fri Oct 28 18:31:18 2016 for OpenRTM-aist by  doxygen 1.6.3