Uses of Class
RTC.TimedWChar

Packages that use TimedWChar
RTC   
 

Uses of TimedWChar in RTC
 

Fields in RTC declared as TimedWChar
 TimedWChar TimedWCharHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedWChar
TimedWCharHolder(TimedWChar initialValue)