Uses of Interface
OpenRTM.InPortCdr

Packages that use InPortCdr
jp.go.aist.rtm.RTC.port   
OpenRTM   
 

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

Methods in jp.go.aist.rtm.RTC.port that return InPortCdr
 InPortCdr InPortCorbaCdrProvider._this()
           Gets CORBA object referense of this OpenRTM.InPortCdr
 

Uses of InPortCdr in OpenRTM
 

Classes in OpenRTM that implement InPortCdr
 class _InPortCdrStub
          OpenRTM/_InPortCdrStub.java .
 

Fields in OpenRTM declared as InPortCdr
 InPortCdr InPortCdrHolder.value
           
 

Methods in OpenRTM that return InPortCdr
 InPortCdr InPortCdrPOA._this()
           
 InPortCdr InPortCdrPOA._this(org.omg.CORBA.ORB orb)
           
static InPortCdr InPortCdrHelper.extract(org.omg.CORBA.Any a)
           
static InPortCdr InPortCdrHelper.narrow(org.omg.CORBA.Object obj)
           
static InPortCdr InPortCdrHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static InPortCdr InPortCdrHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in OpenRTM with parameters of type InPortCdr
static void InPortCdrHelper.insert(org.omg.CORBA.Any a, InPortCdr that)
           
static void InPortCdrHelper.write(org.omg.CORBA.portable.OutputStream ostream, InPortCdr value)
           
 

Constructors in OpenRTM with parameters of type InPortCdr
InPortCdrHolder(InPortCdr initialValue)