クラス
_SDOPackage.NameValue の使用

NameValue を使用しているパッケージ
_SDOPackage   
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
RTC   
 

_SDOPackage での NameValue の使用
 

NameValue として宣言されている _SDOPackage のフィールド
 NameValue[] ConfigurationSet.configuration_data
           
 NameValue[] ServiceProfile.properties
           
 NameValue[] OrganizationProperty.properties
           
 NameValue[] DeviceProfile.properties
           
 NameValue[] NVListHolder.value
           
 NameValue NameValueHolder.value
           
 

NameValue を返す _SDOPackage のメソッド
static NameValue[] NVListHelper.extract(org.omg.CORBA.Any a)
           
static NameValue NameValueHelper.extract(org.omg.CORBA.Any a)
           
 NameValue[] _ConfigurationStub.get_configuration_parameter_values()
           
 NameValue[] ConfigurationOperations.get_configuration_parameter_values()
           
 NameValue[] _SDOStub.get_status_list()
           
 NameValue[] SDOOperations.get_status_list()
           
static NameValue[] NVListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static NameValue NameValueHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

NameValue 型のパラメータを持つ _SDOPackage のメソッド
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)
           
 

NameValue 型のパラメータを持つ _SDOPackage のコンストラクタ
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)
           
 

jp.go.aist.rtm.RTC での NameValue の使用
 

NameValue を返す jp.go.aist.rtm.RTC のメソッド
 NameValue[] RTObject_impl.get_status_list()
          [CORBA interface] SDO Status リスト を取得します。
 

jp.go.aist.rtm.RTC.SDOPackage での NameValue の使用
 

NameValue を返す jp.go.aist.rtm.RTC.SDOPackage のメソッド
 NameValue[] Configuration_impl.get_configuration_parameter_values()
          [CORBA interface] Configuration parameter の値のリストを取得します。
 

jp.go.aist.rtm.RTC.util での NameValue の使用
 

NameValue を返す jp.go.aist.rtm.RTC.util のメソッド
static NameValue CORBA_SeqUtil.back(NVListHolder seq)
          シーケンス内の末尾NameValueオブジェクトを取得します。
static NameValue NameValueFactory.clone(NameValue rhs)
          指定されたNameValueオブジェクトの複製を生成します。
static NameValue NameValueFactory.create()
          デフォルト内容でNameValueオブジェクトを生成します。
static NameValue CORBA_SeqUtil.front(NVListHolder seq)
          シーケンス内の先頭NameValueオブジェクトを取得します。
static NameValue NVUtil.newNV(java.lang.String name, double value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNV(java.lang.String name, float value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNV(java.lang.String name, InPortAny value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNV(java.lang.String name, long value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNV(java.lang.String name, org.omg.CORBA.Object value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNV(java.lang.String name, OutPortAny value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNV(java.lang.String name, short value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNV(java.lang.String name, java.lang.String value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNVAny(java.lang.String name, org.omg.CORBA.Any value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNVBool(java.lang.String name, boolean value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNVChar(java.lang.String name, char value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
static NameValue NVUtil.newNVOctet(java.lang.String name, byte value)
          指定されたデータを用いてNameValueオブジェクトを作成します。
 

NameValue 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static NameValue NameValueFactory.clone(NameValue rhs)
          指定されたNameValueオブジェクトの複製を生成します。
static void CORBA_SeqUtil.insert(NVListHolder seq, NameValue elem, int index)
          シーケンス内の指定された位置にNameValueオブジェクトを挿入します。
static void CORBA_SeqUtil.push_back(NVListHolder seq, NameValue elem)
          シーケンスの末尾にNameValueオブジェクトを追加します。
 

RTC での NameValue の使用
 

NameValue として宣言されている RTC のフィールド
 NameValue[] PortProfile.properties
           
 NameValue[] ExecutionContextProfile.properties
           
 NameValue[] ConnectorProfile.properties
           
 NameValue[] ComponentProfile.properties
           
 

NameValue を返す RTC のメソッド
static NameValue[] NVListHelper.extract(org.omg.CORBA.Any a)
           
 NameValue[] _RTObjectStub.get_status_list()
           
 NameValue[] _FsmServiceStub.get_status_list()
           
 NameValue[] _FiniteStateMachineMultiModeComponentStub.get_status_list()
           
 NameValue[] _FiniteStateMachineComponentStub.get_status_list()
           
 NameValue[] _DataFlowMultiModeComponentStub.get_status_list()
           
 NameValue[] _DataFlowFiniteStateMachineMultiModeComponentStub.get_status_list()
           
 NameValue[] _DataFlowFiniteStateMachineComponentStub.get_status_list()
           
 NameValue[] _DataFlowComponentStub.get_status_list()
           
static NameValue[] NVListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

NameValue 型のパラメータを持つ RTC のメソッド
static void NVListHelper.insert(org.omg.CORBA.Any a, NameValue[] that)
           
static void NVListHelper.write(org.omg.CORBA.portable.OutputStream ostream, NameValue[] value)
           
 

NameValue 型のパラメータを持つ RTC のコンストラクタ
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, Port[] _ports, NameValue[] _properties)
           
ExecutionContextProfile(ExecutionKind _kind, double _rate, RTObject _owner, RTObject[] _participants, NameValue[] _properties)
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, Port _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)