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

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