OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
DataFlowComponentBase.h
Go to the documentation of this file.
1// -*- C++ -*-
20#ifndef RTC_DATAFLOWCOMPONENTBASE_H
21#define RTC_DATAFLOWCOMPONENTBASE_H
22
23#include <rtm/idl/RTCSkel.h>
24#include <rtm/RTObject.h>
26
42namespace RTC
43{
44
45 class Manager;
70 : public RTObject_impl
71 {
72 public:
90 explicit DataFlowComponentBase(Manager* manager);
91
106
122 void init();
123
124 private:
125 };
126} // namespace RTC
127#endif // RTC_DATAFLOWCOMPONENTBASE_H
PeriodicExecutionContext class.
RT component base class.
DataFlowComponentBase class.
Definition DataFlowComponentBase.h:71
~DataFlowComponentBase() override
Destructor.
void init()
Initialization.
DataFlowComponentBase(Manager *manager)
Constructor.
Manager class.
Definition Manager.h:91
RT-Component class.
Definition RTObject.h:93
RT-Component.