Uses of Class
_SDOPackage.NameValue

Packages that use NameValue
_SDOPackage   
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
OpenRTM   
RTC   
RTM   
 

Uses of NameValue in _SDOPackage
 

Fields in _SDOPackage declared as NameValue
 NameValue[] ConfigurationSet.configuration_data
           
 NameValue[] OrganizationProperty.properties
           
 NameValue[] DeviceProfile.properties
           
 NameValue[] ServiceProfile.properties
           
 NameValue[] NVListHolder.value
           
 NameValue NameValueHolder.value
           
 

Methods in _SDOPackage that return NameValue
static NameValue NameValueHelper.extract(org.omg.CORBA.Any a)
           
static NameValue[] NVListHelper.extract(org.omg.CORBA.Any a)
           
 NameValue[] _ConfigurationStub.get_configuration_parameter_values()
           
 NameValue[] ConfigurationOperations.get_configuration_parameter_values()
           
 NameValue[] SDOOperations.get_status_list()
           
 NameValue[] _SDOStub.get_status_list()
           
static NameValue NameValueHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static NameValue[] NVListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in _SDOPackage with parameters of type NameValue
static void NameValueHelper.insert(org.omg.CORBA.Any a, NameValue that)
           
static void NVListHelper.insert(org.omg.CORBA.Any a, NameValue[] that)
           
static void NameValueHelper.write(org.omg.CORBA.portable.OutputStream ostream, NameValue value)
           
static void NVListHelper.write(org.omg.CORBA.portable.OutputStream ostream, NameValue[] value)
           
 

Constructors in _SDOPackage with parameters of type NameValue
ConfigurationSet(java.lang.String _id, java.lang.String _description, NameValue[] _configuration_data)
           
DeviceProfile(java.lang.String _device_type, java.lang.String _manufacturer, java.lang.String _model, java.lang.String _version, NameValue[] _properties)
           
NameValueHolder(NameValue initialValue)
           
NVListHolder(NameValue[] initialValue)
           
OrganizationProperty(NameValue[] _properties)
           
ServiceProfile(java.lang.String _id, java.lang.String _interface_type, NameValue[] _properties, SDOService _service)
           
 

Uses of NameValue in jp.go.aist.rtm.RTC
 

Methods in jp.go.aist.rtm.RTC that return NameValue
 NameValue[] ManagerServant.get_configuration()
           Getting this manager's configuration.
 NameValue[] RTObject_impl.get_status_list()
           [SDO interface] Get SDO Status list
 

Uses of NameValue in jp.go.aist.rtm.RTC.SDOPackage
 

Methods in jp.go.aist.rtm.RTC.SDOPackage that return NameValue
 NameValue[] Configuration_impl.get_configuration_parameter_values()
           [CORBA itnerface] Gets the list of Configuration paramter value
 

Uses of NameValue in jp.go.aist.rtm.RTC.util
 

Methods in jp.go.aist.rtm.RTC.util that return NameValue
static NameValue CORBA_SeqUtil.back(NVListHolder seq)
           Get the last element of the CORBA sequence
static NameValue NameValueFactory.clone(NameValue rhs)
           Creates the clone of NameValue
static NameValue NameValueFactory.create()
           Creates NameValue object
static NameValue CORBA_SeqUtil.front(NVListHolder seq)
           Get the front element of the CORBA sequence
static NameValue NVUtil.newNV(java.lang.String name, java.lang.String value)
           Create NameValue
static
<T> NameValue
NVUtil.newNV(java.lang.String name, T value, java.lang.Class<T> klass)
           Create NameValue
static NameValue NVUtil.newNVAny(java.lang.String name, org.omg.CORBA.Any value)
           Create NameValue typed CORBA::Any
static NameValue NVUtil.newNVString(java.lang.String name, java.lang.String value)
           Create NameValue typed String
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type NameValue
static NameValue NameValueFactory.clone(NameValue rhs)
           Creates the clone of NameValue
static void CORBA_SeqUtil.insert(NVListHolder seq, NameValue elem, int index)
           Inserts the NameValue object in the specified position in the sequence.
 void NVUtil.to_prop.operator(NameValue nv)
           {@.en Makes Properties object based on the content of the specified NameValue object.
static void CORBA_SeqUtil.push_back(NVListHolder seq, NameValue elem)
           Adds NameValue at the end of CORBA sequence.
 

Uses of NameValue in OpenRTM
 

Methods in OpenRTM that return NameValue
 NameValue[] _DataFlowComponentStub.get_status_list()
           
 

Uses of NameValue in RTC
 

Fields in RTC declared as NameValue
 NameValue[] ConnectorProfile.properties
           
 NameValue[] PortProfile.properties
           
 NameValue[] ExecutionContextProfile.properties
           
 NameValue[] ComponentProfile.properties
           
 

Methods in RTC that return NameValue
static NameValue[] NVListHelper.extract(org.omg.CORBA.Any a)
           
 NameValue[] _RTObjectStub.get_status_list()
           
static NameValue[] NVListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type NameValue
static void NVListHelper.insert(org.omg.CORBA.Any a, NameValue[] that)
           
static void NVListHelper.write(org.omg.CORBA.portable.OutputStream ostream, NameValue[] value)
           
 

Constructors in RTC with parameters of type NameValue
ComponentProfile(java.lang.String _instance_name, java.lang.String _type_name, java.lang.String _description, java.lang.String _version, java.lang.String _vendor, java.lang.String _category, PortProfile[] _port_profiles, RTObject _parent, NameValue[] _properties)
           
ConnectorProfile(java.lang.String _name, java.lang.String _connector_id, PortService[] _ports, NameValue[] _properties)
           
ExecutionContextProfile(ExecutionKind _kind, double _rate, RTObject _owner, RTObject[] _participants, NameValue[] _properties)
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, PortService _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)
           
 

Uses of NameValue in RTM
 

Fields in RTM declared as NameValue
 NameValue[] ModuleProfile.properties
           
 NameValue[] ManagerProfile.properties
           
 

Methods in RTM that return NameValue
static NameValue[] NVListHelper.extract(org.omg.CORBA.Any a)
           
 NameValue[] _ManagerStub.get_configuration()
           
 NameValue[] ManagerOperations.get_configuration()
           
static NameValue[] NVListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTM with parameters of type NameValue
static void NVListHelper.insert(org.omg.CORBA.Any a, NameValue[] that)
           
static void NVListHelper.write(org.omg.CORBA.portable.OutputStream ostream, NameValue[] value)
           
 

Constructors in RTM with parameters of type NameValue
ManagerProfile(NameValue[] _properties)
           
ModuleProfile(NameValue[] _properties)