Uses of Class
RTC.TimedLong

Packages that use TimedLong
RTC   
 

Uses of TimedLong in RTC
 

Fields in RTC declared as TimedLong
 TimedLong TimedLongHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedLong
TimedLongHolder(TimedLong initialValue)