wrapper class of RT component More...
Public Member Functions | |
| def | __init__ |
| constructor | |
| def | getLifeCycleState |
| get life cycle state of the main execution context | |
| def | getProperty |
| get value of the property in the default configuration set | |
| def | isActive |
| check the main execution context is active or not | |
| def | isInactive |
| check the main execution context is inactive or not | |
| def | name |
| get instance name | |
| def | port |
| get IOR of port | |
| def | properties |
| show list of property names and values | |
| def | service |
| get IOR of the service | |
| def | setConfiguration |
| update default configuration set | |
| def | setProperty |
| update value of the default configuration set | |
| def | start |
| activate this component | |
| def | stop |
| deactivate this component | |
Public Attributes | |
| ec | |
| owned_ecs | |
| ports | |
| ref | |
wrapper class of RT component
Definition at line 32 of file jython/rtm.py.
| def rtm.RTcomponent.__init__ | ( | self, | |
| ref | |||
| ) |
constructor
| self | this object |
| ref | IOR of RT component |
Definition at line 38 of file jython/rtm.py.
| def rtm.RTcomponent.getLifeCycleState | ( | self, | |
ec = None |
|||
| ) |
get life cycle state of the main execution context
| self | this object |
| ec | execution context from which life cycle state is obtained |
Definition at line 147 of file jython/rtm.py.
| def rtm.RTcomponent.getProperty | ( | self, | |
| name | |||
| ) |
get value of the property in the default configuration set
| self | this object |
| name | name of the property |
Definition at line 92 of file jython/rtm.py.
| def rtm.RTcomponent.isActive | ( | self, | |
ec = None |
|||
| ) |
check the main execution context is active or not
| ec | execution context |
| 1 | this component is active |
| 0 | this component is not active |
Definition at line 160 of file jython/rtm.py.
| def rtm.RTcomponent.isInactive | ( | self, | |
ec = None |
|||
| ) |
check the main execution context is inactive or not
| ec | execution context |
| 1 | this component is inactive |
| 0 | this component is not inactive |
Definition at line 168 of file jython/rtm.py.
| def rtm.RTcomponent.name | ( | self | ) |
| def rtm.RTcomponent.port | ( | self, | |
| name | |||
| ) |
get IOR of port
| self | this object |
| name | name of the port |
Definition at line 54 of file jython/rtm.py.
| def rtm.RTcomponent.properties | ( | self | ) |
show list of property names and values
| self | this object |
Definition at line 107 of file jython/rtm.py.
| def rtm.RTcomponent.service | ( | self, | |
| instance_name, | |||
type_name = "", |
|||
port_name = "" |
|||
| ) |
get IOR of the service
| self | this object |
| instance_name | instance name of the service |
| type_name | type name of hte service |
| port_name | port name which provides the service |
Definition at line 69 of file jython/rtm.py.
| def rtm.RTcomponent.setConfiguration | ( | self, | |
| nvlist | |||
| ) |
update default configuration set
| self | this object |
| nvlist | list of pairs of name and value |
Definition at line 76 of file jython/rtm.py.
| def rtm.RTcomponent.setProperty | ( | self, | |
| name, | |||
| value | |||
| ) |
update value of the default configuration set
| self | this object |
| name | name of the property |
| value | new value of the property |
Definition at line 84 of file jython/rtm.py.
| def rtm.RTcomponent.start | ( | self, | |
ec = None |
|||
| ) |
activate this component
| self | this object |
| ec | execution context used to activate this component |
Definition at line 122 of file jython/rtm.py.
| def rtm.RTcomponent.stop | ( | self, | |
ec = None |
|||
| ) |
deactivate this component
| self | this object |
| ec | execution context used to deactivate this component |
Definition at line 134 of file jython/rtm.py.
Definition at line 38 of file jython/rtm.py.
Definition at line 38 of file jython/rtm.py.
Definition at line 38 of file jython/rtm.py.
Definition at line 38 of file jython/rtm.py.