#include "omniORB.py"
#include "OpenRTM.py"
#include "SDOPackage.py"
#include "SDOPackage__POA.py"
Classes | |
class | to_prop |
class | nv_find |
Get value in NVList specified by name. More... | |
Functions | |
newNV (name, value) | |
Create NameVale. | |
newNVBool (name, value) | |
Create CORBA::Boolean value type NameVale. | |
newNVOctet (name, value) | |
Create CORBA::Octet value type NameVale. | |
newNVAny (name, value) | |
copyFromProperties (nv, prop) | |
Copy to NVList from Proeprties. | |
copyToProperties (prop, nvlist) | |
toProperties (nv) | |
find (nv, name) | |
find_index (nv, name) | |
isString (nv, name) | |
Whether the name of NVList's value is CORBA::string. | |
isStringValue (nv, name, value) | |
toString (nv, name) | |
Get string value in NVList specified by name. | |
appendStringValue (nv, name, value) | |
append (dest, src) | |
dump (nv) |
|
|
|
|
|
Copy to NVList from Proeprties. This operation copies Properties to NVList. Created NVList's values are CORBA::string.
|
|
|
|
|
|
|
|
|
|
Whether the name of NVList's value is CORBA::string. This operation returns boolean value whether the name of NVList's value is CORBA::string.
|
|
|
|
Create NameVale. This operation creates NameVale. CORBA::Char, CORBA::Boolean, CORBA::Octet creation is not supported. These type of NameValue should be created by using newNVChar(), newNVBool(), newNVOctet() functions.
|
|
|
|
Create CORBA::Boolean value type NameVale. This operation creates CORBA::Boolean value type NameVale.
|
|
Create CORBA::Octet value type NameVale. This operation creates CORBA::Octet value type NameVale.
|
|
|
|
Get string value in NVList specified by name. This operation returns string value in NVList specified by name. If the value in NVList specified by name is not CORBA::string type this operation returns empty string value.
|