Uses of Class
RTC.OAP

Packages that use OAP
RTC   
 

Uses of OAP in RTC
 

Fields in RTC declared as OAP
 OAP TimedOAP.data
           
 OAP LimbState.oapMatrix
           
 OAP OAPHolder.value
           
 

Methods in RTC that return OAP
static OAP OAPHelper.extract(org.omg.CORBA.Any a)
           
static OAP OAPHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Constructors in RTC with parameters of type OAP
LimbState(Time _tm, OAP _oapMatrix, LimbStatus _status)
           
OAPHolder(OAP initialValue)
           
TimedOAP(Time _tm, OAP _data)