OpenRTM-aist
2.1.0
Toggle main menu visibility
読み取り中…
検索中…
一致する文字列を見つけられません
SdoServiceProviderBase.h
[詳解]
1
// -*- C++ -*-
18
19
20
#ifndef RTC_SDOSERVICEPROVIDERBASE_H
21
#define RTC_SDOSERVICEPROVIDERBASE_H
22
23
#include <coil/Factory.h>
24
#include <coil/Timer.h>
25
#include <
rtm/RTC.h
>
26
#include <
rtm/RTObject.h
>
27
#include <rtm/idl/SDOPackageStub.h>
28
29
namespace
RTC
30
{
133
class
SdoServiceProviderBase
134
:
public
virtual
POA_SDOPackage::SDOService,
135
public
virtual
PortableServer::RefCountServantBase
136
{
137
public
:
145
~SdoServiceProviderBase
()
override
;
146
186
virtual
bool
init
(
RTObject_impl
& rtobj,
187
const
SDOPackage::ServiceProfile& profile) = 0;
209
virtual
bool
reinit
(
const
SDOPackage::ServiceProfile& profile) = 0;
210
226
virtual
const
SDOPackage::ServiceProfile&
getProfile
()
const
= 0;
227
241
virtual
void
finalize
() = 0;
242
};
243
244
// No inline for gcc warning, too big
245
SdoServiceProviderBase::~SdoServiceProviderBase
() =
default
;
246
254
using
SdoServiceProviderFactory
= ::coil::GlobalFactory< ::RTC::SdoServiceProviderBase>;
255
}
// namespace RTC
256
257
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
265
EXTERN
template
class
DLL_PLUGIN coil::GlobalFactory<RTC::SdoServiceProviderBase >;
266
#elif defined(__GNUC__)
267
EXTERN
template
class
coil::GlobalFactory<RTC::SdoServiceProviderBase>;
268
#endif
269
270
#endif
// RTC_SDOSERVICEPROVIDERBASE_H
RTC.h
RTComponent header
RTObject.h
RT component base class
RTC::RTObject_impl
RTコンポーネントクラス
Definition
RTObject.h:93
RTC::SdoServiceProviderBase
SdoServiceProvider 基底クラス
Definition
SdoServiceProviderBase.h:136
RTC::SdoServiceProviderBase::reinit
virtual bool reinit(const SDOPackage::ServiceProfile &profile)=0
コンシューマクラスの再初期化関数
RTC::SdoServiceProviderBase::getProfile
virtual const SDOPackage::ServiceProfile & getProfile() const =0
ServiceProfile を返す
RTC::SdoServiceProviderBase::init
virtual bool init(RTObject_impl &rtobj, const SDOPackage::ServiceProfile &profile)=0
コンシューマクラスの初期化関数
RTC::SdoServiceProviderBase::~SdoServiceProviderBase
~SdoServiceProviderBase() override
仮想デストラクタ
RTC::SdoServiceProviderBase::finalize
virtual void finalize()=0
終了処理
RTC
RTコンポーネント
RTC::SdoServiceProviderFactory
::coil::GlobalFactory< ::RTC::SdoServiceProviderBase > SdoServiceProviderFactory
SdoServiceProviderFactory の typedef
Definition
SdoServiceProviderBase.h:254
構築:
1.17.0