IMode.h
Go to the documentation of this file.
1 // -*- C++ -*-
20 #ifndef RTC_LOCAL_IMODE_H
21 #define RTC_LOCAL_IMODE_H
22 
23 #include <rtc/IRTC.h>
24 
25 namespace RTC
26 {
27 namespace Local
28 {
38  class IMode
39  {
40  public:
41  virtual ~IMode() {};
42  };
43 }; // namespace Local
44 }; // namespace RTC
45 #endif // RTC_LOCAL_IMODE_H
46 
RT-Component.
virtual ~IMode()
Definition: IMode.h:41
IMode class.
Definition: IMode.h:38
RTC interfaces.


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