Basic RT components and utilities
315.12.1
|
wrapper class of RTCmanager More...
Public Member Functions | |
def | __init__ |
constructor | |
def | load |
load RT component factory | |
def | create |
create an instance of RT component | |
def | delete |
create an instance of RT component | |
def | get_factory_names |
get list of factory names | |
def | get_components |
get list of components | |
def | restart |
restart Manager | |
Public Attributes | |
ref | |
soext |
wrapper class of RTCmanager
def python.rtm.RTCmanager.__init__ | ( | self, | |
ref | |||
) |
constructor
self | this object |
ref | IOR of RTCmanager |
def python.rtm.RTCmanager.create | ( | self, | |
module, | |||
name = None |
|||
) |
create an instance of RT component
self | this object |
module | name of RT component factory |
name | name of RT component instance |
References python::rtm.findRTC().
def python.rtm.RTCmanager.delete | ( | self, | |
name | |||
) |
create an instance of RT component
self | this object |
name | name of RT component instance |
References python::rtm.findRTC().
def python.rtm.RTCmanager.get_components | ( | self | ) |
get list of components
def python.rtm.RTCmanager.get_factory_names | ( | self | ) |
get list of factory names
def python.rtm.RTCmanager.load | ( | self, | |
basename, | |||
initfunc = "" |
|||
) |
load RT component factory
self | this object |
basename | basename of the shared library |
initfunc | a function called when the shared library is loaded. If not specified, basename+"Init" is called. |
References python.rtm.RTCmanager.soext.
def python.rtm.RTCmanager.restart | ( | self | ) |
restart Manager
Referenced by python.rtm.RTCmanager.load().