NameValue and NVList utility functions. More...
Go to the source code of this file.
Classes | |
class | OpenRTM_aist.NVUtil.nv_find |
class | OpenRTM_aist.NVUtil.to_prop |
Namespaces | |
OpenRTM_aist.NVUtil | |
Functions | |
def | OpenRTM_aist.NVUtil.append (dest, src) |
def | OpenRTM_aist.NVUtil.appendStringValue (nv, name, value) |
def | OpenRTM_aist.NVUtil.copyFromProperties (nv, prop) |
Copy to NVList from Proeprties. More... | |
def | OpenRTM_aist.NVUtil.copyToProperties (prop, nvlist) |
Copy to Proeprties from NVList. More... | |
def | OpenRTM_aist.NVUtil.dump (nv) |
def | OpenRTM_aist.NVUtil.dump_to_stream (out, nv) |
Print information configured in NVList as a string type std::ostream& dump_to_stream(std::ostream& out, const SDOPackage::NVList& nv) More... | |
def | OpenRTM_aist.NVUtil.find (nv, name) |
Get value in NVList specified by name. More... | |
def | OpenRTM_aist.NVUtil.find_index (nv, name) |
def | OpenRTM_aist.NVUtil.isString (nv, name) |
def | OpenRTM_aist.NVUtil.isStringValue (nv, name, value) |
def | OpenRTM_aist.NVUtil.newNV (name, value) |
Create NameVale. More... | |
def | OpenRTM_aist.NVUtil.toProperties (nv) |
coil::Properties toProperties(const SDOPackage::NVList& nv); More... | |
def | OpenRTM_aist.NVUtil.toString (nv, name=None) |
Get string value in NVList specified by name. More... | |
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.
Definition in file NVUtil.py.