OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
DataFlowComponentBase.h
[詳解]
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 クラス
Definition DataFlowComponentBase.h:71
~DataFlowComponentBase() override
デストラクタ
DataFlowComponentBase(Manager *manager)
コンストラクタ
Manager クラス
Definition Manager.h:91
RTコンポーネントクラス
Definition RTObject.h:93
RTコンポーネント