|
OpenRTM-aist-Python 2.0.0
|
RT component base class. More...
Namespaces | |
| namespace | SDOPackage |
Functions | |
| def | OpenRTM_aist.SdoConfiguration.toProperties (prop, conf) |
| def | OpenRTM_aist.SdoConfiguration.toConfigurationSet (conf, prop) |
RT component base class.
Copyright (C) 2006-2008 Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
| 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 |
| 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 |