Uses of Class
RTC.TimedChar

Packages that use TimedChar
RTC   
 

Uses of TimedChar in RTC
 

Fields in RTC declared as TimedChar
 TimedChar TimedCharHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedChar
TimedCharHolder(TimedChar initialValue)