Uses of Class
RTC.TimedULong

Packages that use TimedULong
RTC   
 

Uses of TimedULong in RTC
 

Fields in RTC declared as TimedULong
 TimedULong TimedULongHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedULong
TimedULongHolder(TimedULong initialValue)