|
OpenRTM-aist-Python 1.1.2
|
RT component base class. More...
Classes | |
| class | OpenRTM_aist.SdoConfiguration.Configuration_impl |
| Configuration implementation class. More... | |
| class | OpenRTM_aist.SdoConfiguration.Configuration_impl.nv_name |
| functor for NVList More... | |
| class | OpenRTM_aist.SdoConfiguration.Configuration_impl.service_id |
| functor for ServiceProfile More... | |
| class | OpenRTM_aist.SdoConfiguration.Configuration_impl.org_id |
| functor for Organization More... | |
| class | OpenRTM_aist.SdoConfiguration.Configuration_impl.config_id |
| functor for ConfigurationSet More... | |
Namespaces | |
| SDOPackage | |
| SDO. | |
Functions | |
| def | OpenRTM_aist.SdoConfiguration.toProperties (prop, conf) |
| Copy to Proeprties from NVList. More... | |
| def | OpenRTM_aist.SdoConfiguration.toConfigurationSet (conf, prop) |
| Copy to NVList from Proeprties. More... | |
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 |
1.8.11