OpenRTM-aist
2.1.0
読み取り中…
検索中…
一致する文字列を見つけられません
DirectPortBase.h
[詳解]
1
// -*- C++ -*-
17
#ifndef RTC_DIRECTPORTBASE_H
18
#define RTC_DIRECTPORTBASE_H
19
20
21
22
23
24
25
26
namespace
RTC
27
{
46
class
DirectPortBase
47
{
48
public
:
60
virtual
~DirectPortBase
() =
default
;
61
62
63
64
};
65
}
// namespace RTC
66
67
#endif
// RTC_DIRECTINPORTBASE_H
RTC::DirectPortBase
direct接続用Port基底クラス
Definition
DirectPortBase.h:47
RTC::DirectPortBase::~DirectPortBase
virtual ~DirectPortBase()=default
デストラクタ
RTC
RTコンポーネント
構築:
1.9.8