
Public Member Functions | |
| def | __init__ |
| Constructor. | |
| def | onAborting |
| def | onActivated |
| def | onDeactivated |
| def | onExecute |
| def | onFinalize |
| def | onInitialize |
| def | onRateChanged |
| def | onReset |
| def | onShutdown |
| def | onStartup |
| def | onStateUpdate |
Definition at line 33 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.__init__ | ( | self, | |
| manager | |||
| ) |
Constructor.
Reimplemented from OpenRTM_aist.DataFlowComponentBase.DataFlowComponentBase.
Definition at line 34 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onAborting | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 65 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onActivated | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 53 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onDeactivated | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 57 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onExecute | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 61 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onFinalize | ( | self | ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 41 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onInitialize | ( | self | ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 37 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onRateChanged | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 77 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onReset | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 69 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onShutdown | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 49 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onStartup | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 45 of file test_SdoOrganization.py.
| def test_SdoOrganization.TestComp.onStateUpdate | ( | self, | |
| ec_id | |||
| ) |
Reimplemented from OpenRTM_aist.RTObject.RTObject_impl.
Definition at line 73 of file test_SdoOrganization.py.