DataFlowComponentBase class. More...
#include <DataFlowComponentBase.h>
Public Member Functions | |
DataFlowComponentBase (Manager *manager) | |
Constructor. | |
void | init () |
Initialization. | |
virtual | ~DataFlowComponentBase (void) |
Destructor. |
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.
Definition at line 69 of file rtm/DataFlowComponentBase.h.
RTC::DataFlowComponentBase::DataFlowComponentBase | ( | Manager * | manager | ) |
Constructor.
Constructor
manager | Manager object |
Definition at line 33 of file DataFlowComponentBase.cpp.
RTC::DataFlowComponentBase::~DataFlowComponentBase | ( | void | ) | [virtual] |
void RTC::DataFlowComponentBase::init | ( | ) |
Initialization.
Initialization the data flow type RT-Component. Write the actual initialization code in each concrete class.
Definition at line 60 of file DataFlowComponentBase.cpp.