OpenRTM-aist-Python 1.1.2
List of all members
OpenRTM_aist.LocalServiceBase.LocalServiceFactory Class Reference
Inheritance diagram for OpenRTM_aist.LocalServiceBase.LocalServiceFactory:
OpenRTM_aist.GlobalFactory.Factory OpenRTM_aist.LocalServiceBase.LocalServiceBase

Additional Inherited Members

- Public Member Functions inherited from OpenRTM_aist.GlobalFactory.Factory
def hasFactory
 bool hasFactory(const Identifier& id)
 
def getIdentifiers
 std::vector<Identifier> getIdentifiers()
 
def addFactory
 ReturnCode addFactory(const Identifier& id, Creator creator, Destructor destructor)
 
def removeFactory
 ReturnCode removeFactory(const Identifier& id)
 
def createObject
 AbstractClass* createObject(const Identifier& id)
 
def deleteObject
 ReturnCode deleteObject(const Identifier& id, AbstractClass*& obj)
 
def createdObjects
 Getting created objects. More...
 
def isProducerOf
 Whether a object is a product of this factory. More...
 
def objectToIdentifier
 Getting class identifier (ID) from a object. More...
 
def objectToCreator
 Getting destructor of the object. More...
 
def objectToDestructor
 Getting destructor of the object. More...
 
- Public Member Functions inherited from OpenRTM_aist.LocalServiceBase.LocalServiceBase
def init
 Initialization function of the LocalService class. More...
 
def reinit
 Reinitialization function of the LocalService class. More...
 
def getProfile
 Getting LocalServiceProfile. More...
 
def finalize
 Finalization. More...
 

The documentation for this class was generated from the following file: