OpenRTM-aist-Python 1.2.1
クラス | 名前空間 | 関数
/home/openrtm/git-src/OpenRTM-aist-Python/OpenRTM_aist/SdoConfiguration.py ファイル

RT component base class. [詳解]

クラス

class  OpenRTM_aist.SdoConfiguration.Configuration_impl
 SDO Configuration 実装クラス [詳解]
 
class  OpenRTM_aist.SdoConfiguration.Configuration_impl.nv_name
 NVList用functor. [詳解]
 
class  OpenRTM_aist.SdoConfiguration.Configuration_impl.service_id
 ServiceProfile用functor. [詳解]
 
class  OpenRTM_aist.SdoConfiguration.Configuration_impl.org_id
 Organization用functor. [詳解]
 
class  OpenRTM_aist.SdoConfiguration.Configuration_impl.config_id
 ConfigurationSet用functor. [詳解]
 

名前空間

 SDOPackage
 SDO パッケージ
 

関数

def OpenRTM_aist.SdoConfiguration.toProperties (prop, conf)
 NVList を Properties へコピーする [詳解]
 
def OpenRTM_aist.SdoConfiguration.toConfigurationSet (conf, prop)
 Properties を NVList へコピーする [詳解]
 

詳解

RT component base class.

日付
Date
2007/09/06
著者
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp and Shinji Kurihara

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 
)

Properties を NVList へコピーする

このオペレーションは Properties を NVList へコピーする。 NVList の value は全て CORBA::string 型としてコピーする。

引数
nvProperties の値を格納する NVList
propコピー元の Properties
def OpenRTM_aist.SdoConfiguration.toProperties (   prop,
  conf 
)

NVList を Properties へコピーする

このオペレーションは NVList を Properties へコピーする。

引数
propNVList の値を格納する Properties
nvコピー元の NVList