Classes | |
class | Configuration_impl |
Configuration implementation class. More... | |
Functions | |
def | toConfigurationSet |
Copy to NVList from Proeprties. | |
def | toProperties |
Copy to Proeprties from NVList. |
def OpenRTM_aist.SdoConfiguration.toConfigurationSet | ( | conf, | |
prop | |||
) |
Copy to NVList from Proeprties.
This operation copies Properties to NVList. Created NVList's values are CORBA::string.
nv | NVList to store Properties values |
prop | Properties that is copies from |
Definition at line 87 of file SdoConfiguration.py.
def OpenRTM_aist.SdoConfiguration.toProperties | ( | prop, | |
conf | |||
) |
Copy to Proeprties from NVList.
This operation copies NVList to Properties.
prop | Properties to store NVList values |
nv | NVList that is copies from |
Definition at line 61 of file SdoConfiguration.py.