Uses of Class
RTC.PortInterfaceProfile

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

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

Methods in jp.go.aist.rtm.RTC.port with parameters of type PortInterfaceProfile
 boolean PortBase.find_interface.equalof(PortInterfaceProfile prof)
          検索対象となるインタフェースか否かを判定します。
 

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

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

Methods in jp.go.aist.rtm.RTC.util with parameters of type PortInterfaceProfile
static PortInterfaceProfile PortInterfaceProfileFactory.clone(PortInterfaceProfile rhs)
           Creates the clone of PortInterfaceProfile
static void CORBA_SeqUtil.push_back(PortInterfaceProfileListHolder seq, PortInterfaceProfile elem)
           Adds PortInterfaceProfile at the end of CORBA sequence.
 

Uses of PortInterfaceProfile in RTC
 

Fields in RTC declared as PortInterfaceProfile
 PortInterfaceProfile[] PortProfile.interfaces
           
 PortInterfaceProfile[] PortInterfaceProfileListHolder.value
           
 PortInterfaceProfile PortInterfaceProfileHolder.value
           
 

Methods in RTC that return PortInterfaceProfile
static PortInterfaceProfile[] PortInterfaceProfileListHelper.extract(org.omg.CORBA.Any a)
           
static PortInterfaceProfile PortInterfaceProfileHelper.extract(org.omg.CORBA.Any a)
           
static PortInterfaceProfile[] PortInterfaceProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PortInterfaceProfile PortInterfaceProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Constructors in RTC with parameters of type PortInterfaceProfile
PortInterfaceProfileHolder(PortInterfaceProfile initialValue)
           
PortInterfaceProfileListHolder(PortInterfaceProfile[] initialValue)
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, PortService _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)