OpenRTM-aist  2.1.0
Namespaces | Classes | Typedefs | Functions
RTM Namespace Reference

RT-Middleware. More...

Namespaces

 util
 

Classes

class  LocalServiceAdmin
 
class  LocalServiceProfile
 Profile data structure of LocalService. More...
 
class  LocalServiceBase
 
class  ManagerActionListener
 
class  ManagerActionListenerHolder
 
class  ModuleActionListener
 ModuleActionListener class. More...
 
class  ModuleActionListenerHolder
 ModuleActionListenerHolder class. More...
 
class  RtcLifecycleActionListener
 RtcLifecycleActionListener class. More...
 
class  RtcLifecycleActionListenerHolder
 RtcLifecycleActionListenerHolder class. More...
 
class  NamingActionListener
 NamingActionListener class. More...
 
class  NamingActionListenerHolder
 NamingActionListenerHolder class. More...
 
class  LocalServiceActionListener
 LocalServiceActionListener class. More...
 
class  LocalServiceActionListenerHolder
 LocalServiceActionListenerHolder class. More...
 
class  ManagerActionListeners
 ManagerActionListeners class. More...
 
class  ManagerServant
 Manager CORBA class. More...
 
class  CompParam
 
class  NamingServiceNumberingPolicy
 
class  NodeNumberingPolicy
 Class for naming policy management when creating objects. More...
 
class  ProcessUniquePolicy
 Class for naming policy management when creating objects. More...
 
class  NumberingPolicyBase
 

Typedefs

using ECNewFunc = LocalServiceBase *(*)()
 
using ECDeleteFunc = void(*)(LocalServiceBase *)
 
using LocalServiceProfileList = std::vector< LocalServiceProfile >
 List of LocalServiceProfile. More...
 
using LocalServiceFactory = ::coil::GlobalFactory< ::RTM::LocalServiceBase >
 typedef of sdoServiceProviderFactory More...
 
using NumberingPolicyFactory = coil::GlobalFactory< NumberingPolicyBase >
 

Functions

void FactoryInit ()
 

Detailed Description

RT-Middleware.

Typedef Documentation

◆ ECDeleteFunc

using RTM::ECDeleteFunc = typedef void (*)(LocalServiceBase*)

◆ ECNewFunc

using RTM::ECNewFunc = typedef LocalServiceBase* (*)()

◆ LocalServiceFactory

using RTM::LocalServiceFactory = typedef ::coil::GlobalFactory< ::RTM::LocalServiceBase>

typedef of sdoServiceProviderFactory

◆ LocalServiceProfileList

using RTM::LocalServiceProfileList = typedef std::vector<LocalServiceProfile>

◆ NumberingPolicyFactory

using RTM::NumberingPolicyFactory = typedef coil::GlobalFactory<NumberingPolicyBase>

Function Documentation

◆ FactoryInit()

void RTM::FactoryInit ( )