Uses of Class
RTC.TimedUShortSeq

Packages that use TimedUShortSeq
RTC   
 

Uses of TimedUShortSeq in RTC
 

Fields in RTC declared as TimedUShortSeq
 TimedUShortSeq TimedUShortSeqHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedUShortSeq
TimedUShortSeqHolder(TimedUShortSeq initialValue)