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.