OpenRTM-aist-Python 1.1.2
|
NameValue and NVList utility functions. [詳解]
クラス | |
class | OpenRTM_aist.NVUtil.to_prop |
NVList → Properties 変換用ファンクタ [詳解] | |
class | OpenRTM_aist.NVUtil.nv_find |
NVList 検索用ファンクタ [詳解] | |
関数 | |
def | OpenRTM_aist.NVUtil.newNV |
NameValue を生成する [詳解] | |
def | OpenRTM_aist.NVUtil.copyFromProperties |
Properties を NVList へコピーする [詳解] | |
def | OpenRTM_aist.NVUtil.copyToProperties |
NVList を Properties へコピーする [詳解] | |
def | OpenRTM_aist.NVUtil.toProperties |
NVList を Properties へ変換する [詳解] | |
def | OpenRTM_aist.NVUtil.find |
NVList から name で指定された value を返す [詳解] | |
def | OpenRTM_aist.NVUtil.find_index |
name で指定された要素のインデックスを返す [詳解] | |
def | OpenRTM_aist.NVUtil.isString |
指定された name の value の型が string であるか検証する [詳解] | |
def | OpenRTM_aist.NVUtil.isStringValue |
指定された name の value の型が指定した文字列と一致するか検証する [詳解] | |
def | OpenRTM_aist.NVUtil.toString |
指定された name の NVList を string として返す。 [詳解] | |
def | OpenRTM_aist.NVUtil.appendStringValue |
指定された文字列を NVList の要素に追加する。 [詳解] | |
def | OpenRTM_aist.NVUtil.append |
NVList に要素を追加する。 [詳解] | |
def | OpenRTM_aist.NVUtil.dump_to_stream |
NVList に設定されている内容を文字列として出力する。 std::ostream& dump_to_stream(std::ostream& out, const SDOPackage::NVList& nv) | |
def | OpenRTM_aist.NVUtil.dump |
NVList に設定されている内容を文字列として出力する。 [詳解] | |
NameValue and NVList utility functions.
Copyright (C) 2006-2008 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.