Uses of Class
RTC.PortProfile

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

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

Methods in jp.go.aist.rtm.RTC with parameters of type PortProfile
 void PortActionListenerHolder.notify(PortProfile prof)
           
protected  void RTObject_impl.onAddPort(PortProfile pprof)
           
protected  void RTObject_impl.onRemovePort(PortProfile pprof)
           
abstract  void PortActionListener.operator(PortProfile prof)
           Virtual Callback function
 

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

Fields in jp.go.aist.rtm.RTC.port declared as PortProfile
protected  PortProfile PortBase.m_profile
          当該ポートに関連付けられているPortProfileオブジェクトです。
 

Methods in jp.go.aist.rtm.RTC.port that return PortProfile
 PortProfile PortBase.get_port_profile()
           [CORBA interface] Get the PortProfile of the Port
 PortProfile PortBase.getPortProfile()
           Get the PortProfile of the Port
 PortProfile PortBase.getProfile()
           Get the PortProfile of the Port
 

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

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

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

Uses of PortProfile in RTC
 

Fields in RTC declared as PortProfile
 PortProfile[] ComponentProfile.port_profiles
           
 PortProfile PortProfileHolder.value
           
 PortProfile[] PortProfileListHolder.value
           
 

Methods in RTC that return PortProfile
static PortProfile PortProfileHelper.extract(org.omg.CORBA.Any a)
           
static PortProfile[] PortProfileListHelper.extract(org.omg.CORBA.Any a)
           
 PortProfile PortServiceOperations.get_port_profile()
           
 PortProfile _PortServiceStub.get_port_profile()
           
static PortProfile PortProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PortProfile[] PortProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Constructors in RTC with parameters of type PortProfile
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)
           
PortProfileHolder(PortProfile initialValue)
           
PortProfileListHolder(PortProfile[] initialValue)