|
OpenRTM-aist-Python 2.0.2
|
RT component base class. More...
Namespaces | |
| namespace | SDOPackage |
Functions | |
| OpenRTM_aist.SdoConfiguration.toProperties (prop, conf) | |
| 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.
| 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 |
| 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 |