wrapper class of RTCmanager More...
Public Member Functions | |
| def | __init__ |
| constructor | |
| def | create |
| create an instance of RT component | |
| def | delete |
| create an instance of RT component | |
| def | get_components |
| get list of components | |
| def | get_factory_names |
| get list of factory names | |
| def | load |
| load RT component factory | |
| def | restart |
| restart Manager | |
Public Attributes | |
| ref | |
| soext | |
wrapper class of RTCmanager
Definition at line 211 of file python/rtm.py.
| def python.rtm.RTCmanager.__init__ | ( | self, | |
| ref | |||
| ) |
constructor
| self | this object |
| ref | IOR of RTCmanager |
Definition at line 216 of file python/rtm.py.
| 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 |
Definition at line 245 of file python/rtm.py.
| def python.rtm.RTCmanager.delete | ( | self, | |
| name | |||
| ) |
create an instance of RT component
| self | this object |
| name | name of RT component instance |
Definition at line 264 of file python/rtm.py.
| def python.rtm.RTCmanager.get_components | ( | self | ) |
| def python.rtm.RTCmanager.get_factory_names | ( | self | ) |
get list of factory names
Definition at line 275 of file python/rtm.py.
| 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. |
Definition at line 230 of file python/rtm.py.
| def python.rtm.RTCmanager.restart | ( | self | ) |
restart Manager
Definition at line 297 of file python/rtm.py.
Definition at line 216 of file python/rtm.py.
Definition at line 216 of file python/rtm.py.