IDataFlowComponent.h
Go to the documentation of this file.
1 // -*- C++ -*-
20 #ifndef RTC_LOCAL_IDATAFLOWCOMPONENT_H
21 #define RTC_LOCAL_IDATAFLOWCOMPONENT_H
22 
23 #include <rtc/IRTC.h>
24 #include <rtc/IRTObject.h>
26 
27 namespace RTC
28 {
29 namespace Local
30 {
41  : public virtual IRTObject,
42  public virtual IDataFlowComponentAction
43  {
44  public:
45  virtual ~IDataFlowComponent() {};
46  };
47 }; // namespace Local
48 }; // namespace RTC
49 #endif // RTC_LOCAL_IDATAFLOWCOMPONENT_H
50 
RT-Component.
IDataFlowComponentAction class.
IDataFlowComponent class.
RTC interfaces.
IRTObject interface class.
IDataFlowComponentAction interface class.
IRTObject interface class.
Definition: IRTObject.h:61


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:07:52