IFsm.h
Go to the documentation of this file.
1 // -*- C++ -*-
20 #ifndef RTC_LOCAL_IFSM_H
21 #define RTC_LOCAL_IFSM_H
22 
23 namespace RTC
24 {
25 namespace Local
26 {
36  class IFsm
37  {
38  public:
39  virtual ~IFsm() {};
40  };
41 }; // namespace Local
42 }; // namespace RTC
43 #endif // RTC_LOCAL_IFSM_H
44 
45 
RT-Component.
virtual ~IFsm()
Definition: IFsm.h:39
IFsm interface class.
Definition: IFsm.h:36


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