OpenRTM-aist  1.2.1
DirectPortBase.h
Go to the documentation of this file.
1 // -*- C++ -*-
17 #ifndef RTC_DIRECTPORTBASE_H
18 #define RTC_DIRECTPORTBASE_H
19 
20 
21 
22 
23 
24 
25 
26 namespace RTC
27 {
47  {
48  public:
61 
73  virtual ~DirectPortBase(void){};
74 
75 
76 
77  };
78 }; // End of namesepace RTM
79 
80 #endif // RTC_DIRECTINPORTBASE_H
RT-Component.
Definition: DirectPortBase.h:46
DirectPortBase()
Constructor.
Definition: DirectPortBase.h:60
virtual ~DirectPortBase(void)
Destructor.
Definition: DirectPortBase.h:73