Uses of Class
_SDOPackage.NVListHolder

Packages that use NVListHolder
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.util   
 

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

Fields in jp.go.aist.rtm.RTC declared as NVListHolder
protected  NVListHolder RTObject_impl.m_sdoStatus
           SDO Status
 

Uses of NVListHolder in jp.go.aist.rtm.RTC.port
 

Fields in jp.go.aist.rtm.RTC.port declared as NVListHolder
protected  NVListHolder InPortCorbaCdrProvider.m_properties
          インタフェース情報を保持するオブジェクトです。
protected  NVListHolder OutPortCorbaCdrProvider.m_properties
          接続プロフィールを保持するメンバ変数です。
 

Methods in jp.go.aist.rtm.RTC.port with parameters of type NVListHolder
 boolean InPortCorbaCdrProvider.publishInterface(NVListHolder properties)
           Publish interface information
 boolean OutPortProvider.publishInterface(NVListHolder properties)
          Interface情報を公開します。
 boolean InPortProvider.publishInterface(NVListHolder properties)
          Interface情報を公開します。
 boolean OutPortCorbaCdrProvider.publishInterface(NVListHolder properties)
           Publish interface information
 void InPortConsumer.publishInterfaceProfile(NVListHolder properties)
           publishInterfaceProfile
 void InPortCorbaCdrProvider.publishInterfaceProfile(NVListHolder properties)
           Publish InterfaceProfile information
 void OutPortProvider.publishInterfaceProfile(NVListHolder properties)
          InterfaceProfile情報を公開します。 引数で指定するホルダ内のNameValueオブジェクトのdataport.interface_type値を調べ、 当該ポートのインタフェースタイプと一致する場合のみ情報が取得されます。
 void InPortProvider.publishInterfaceProfile(NVListHolder properties)
          InterfaceProfile情報を公開します。
 void InPortCorbaCdrConsumer.publishInterfaceProfile(NVListHolder properties)
           Publish InterfaceProfile information
 void OutPortCorbaCdrProvider.publishInterfaceProfile(NVListHolder properties)
           Publish InterfaceProfile information
 boolean InPortConsumer.subscribeInterface(NVListHolder properties)
          指定されたプロパティセットの内容に基づいて、データ送出通知の受け取りに登録します。
 boolean InPortTcpSockConsumer.subscribeInterface(NVListHolder properties)
           
 boolean OutPortConsumer.subscribeInterface(NVListHolder properties)
          指定されたプロパティセットの内容に基づいて、データ受信通知の受け取りに登録します。
 boolean OutPortCorbaCdrConsumer.subscribeInterface(NVListHolder properties)
           Subscribe the data receive notification
 boolean InPortCorbaCdrConsumer.subscribeInterface(NVListHolder properties)
           Subscribe to the data sending notification
 void InPortConsumer.unsubscribeInterface(NVListHolder properties)
          データ送出通知の受け取り登録を解除します。
 void InPortTcpSockConsumer.unsubscribeInterface(NVListHolder properties)
           
 void OutPortConsumer.unsubscribeInterface(NVListHolder properties)
          データ受信通知の受け取り登録を解除します。
 void OutPortCorbaCdrConsumer.unsubscribeInterface(NVListHolder properties)
           Unsubscribe the data receive notification
 void InPortCorbaCdrConsumer.unsubscribeInterface(NVListHolder properties)
           Unsubscribe the data send notification
 

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

Methods in jp.go.aist.rtm.RTC.util that return NVListHolder
static NVListHolder NVListHolderFactory.clone(NVListHolder rhs)
           Creates the clone of NVListHolder
static NVListHolder NVListHolderFactory.create()
           Creates NVListHolder
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type NVListHolder
static void NVUtil.append(NVListHolder destNvList, NVListHolder srcNvList)
           Append an element to NVList
static boolean NVUtil.appendStringValue(NVListHolder nvlist, java.lang.String name, java.lang.String value)
           Append the specified string to element of NVList
static NameValue CORBA_SeqUtil.back(NVListHolder seq)
           Get the last element of the CORBA sequence
static void CORBA_SeqUtil.clear(NVListHolder seq)
           Erase all the elements of the CORBA sequence
static NVListHolder NVListHolderFactory.clone(NVListHolder rhs)
           Creates the clone of NVListHolder
static void NVUtil.copyFromProperties(NVListHolder nvlist, Properties prop)
           Copy the properties to NVList
static void NVUtil.copyToProperties(Properties prop, NVListHolder nvlist)
           Copy NVList to the Proeprties
static void NVUtil.dump(NVListHolder nvlist)
           Print information configured in NVList as string type
static void CORBA_SeqUtil.erase_if(NVListHolder seq, equalFunctor func)
           Remove an element of a sequence according to a predicate
static void CORBA_SeqUtil.erase(NVListHolder seq, int index)
           Erase the element of the specified index
static int NVUtil.find_index(NVListHolder nvlist, java.lang.String name)
           Return the index of element specified by name from NVList
static int CORBA_SeqUtil.find(NVListHolder seq, equalFunctor func)
           Return the index of CORBA sequence element that functor matches
static org.omg.CORBA.Any NVUtil.find(NVListHolder nvlist, java.lang.String name)
           Return the value specified by name from NVList
static operatorFunc CORBA_SeqUtil.for_each(NVListHolder seq, operatorFunc func)
           Apply the functor to all CORBA sequence elements
static NameValue CORBA_SeqUtil.front(NVListHolder seq)
           Get the front element of the CORBA sequence
static void CORBA_SeqUtil.insert(NVListHolder seq, NameValue elem, int index)
           Inserts the NameValue object in the specified position in the sequence.
static boolean NVUtil.isString(NVListHolder nvlist, java.lang.String name)
           Validate whether value type specified by name is string type
static boolean NVUtil.isStringValue(NVListHolder nvlist, java.lang.String name, java.lang.String value)
           Check whether the value of specified name matches the specified string
static void CORBA_SeqUtil.push_back_list(NVListHolder seq1, NVListHolder seq2)
           Adds another NameValue object sequence to the end of the sequence.
static void CORBA_SeqUtil.push_back(NVListHolder seq, NameValue elem)
           Adds NameValue at the end of CORBA sequence.
static Properties NVUtil.toProperties(NVListHolder nvlist)
           Transform NVList to the properties
static java.lang.String NVUtil.toString(NVListHolder nvlist)
           {@.en Acquires the value of the character string of the NameValue object from NVListHolder.
static java.lang.String NVUtil.toString(NVListHolder nvlist, java.lang.String name)
           Get NVList of specifid name as string