Uses of Class
RTC.TimedRGBColour

Packages that use TimedRGBColour
RTC   
 

Uses of TimedRGBColour in RTC
 

Fields in RTC declared as TimedRGBColour
 TimedRGBColour TimedRGBColourHolder.value
           
 

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

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

Constructors in RTC with parameters of type TimedRGBColour
TimedRGBColourHolder(TimedRGBColour initialValue)