OpenRTM-aist 2.1.0
読み取り中…
検索中…
一致する文字列を見つけられません
DataFlowComponentBase.h
[詳解]
1// -*- C++ -*-
19
20#ifndef RTC_DATAFLOWCOMPONENTBASE_H
21#define RTC_DATAFLOWCOMPONENTBASE_H
22
23#include <rtm/idl/RTCSkel.h>
24#include <rtm/RTObject.h>
26
41
42namespace RTC
43{
44
45 class Manager;
68
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() override
デストラクタ
DataFlowComponentBase(Manager *manager)
コンストラクタ
Manager クラス
Definition Manager.h:91
RTObject_impl(Manager *manager)
コンストラクタ
RTコンポーネント