OpenRTM  1.0.0
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 
42 namespace RTC
43 {
44 
45  class Manager;
70  : public RTObject_impl
71  {
72  public:
91 
105  virtual ~DataFlowComponentBase(void);
106 
122  void init();
123 
124  private:
125  // OpenRTM::DataFlowComponent_var m_ref;
126  // PeriodicExecutionContext* m_pec;
127  // ExecutionContextService_var m_ecref;
128  };
129 }; // namespace RTC
130 #endif // RTC_DATAFLOWCOMPONENTBASE_H