Uses of Class
RTC.TimedBoolean

Packages that use TimedBoolean
RTC   
 

Uses of TimedBoolean in RTC
 

Fields in RTC declared as TimedBoolean
 TimedBoolean TimedBooleanHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedBoolean
TimedBooleanHolder(TimedBoolean initialValue)