Uses of Class
RTC.TimedState

Packages that use TimedState
RTC   
 

Uses of TimedState in RTC
 

Fields in RTC declared as TimedState
 TimedState TimedStateHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedState
TimedStateHolder(TimedState initialValue)