|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalServiceBase
extern "C" { void MyLocalServiceInit() { RTC::LocalServiceFactory& factory = RTC::LocalServiceFactory::instance(); factory.addFactory(::RTC::MyLocalSerivce::name, ::coil::Creator< ::RTC::LocalServiceBase, ::RTC::MyLocalService>, ::coil::Destructor< ::RTC::LocalServiceBase, ::RTC::MyLocalService>); } };
Method Summary | |
---|---|
void |
_finalize()
Finalization |
LocalServiceProfile |
getProfile()
Getting LocalServiceProfile |
boolean |
init(Properties props)
Initialization function of the LocalService class |
boolean |
reinit(Properties props)
Reinitialization function of the LocalService class |
Method Detail |
---|
boolean init(Properties props)
props
-
boolean reinit(Properties props)
props
-
LocalServiceProfile getProfile()
void _finalize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |