Uses of Class
RTC.TimedString

Packages that use TimedString
RTC   
 

Uses of TimedString in RTC
 

Fields in RTC declared as TimedString
 TimedString TimedStringHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedString
TimedStringHolder(TimedString initialValue)