Uses of Class
RTC.INSData

Packages that use INSData
RTC   
 

Uses of INSData in RTC
 

Fields in RTC declared as INSData
 INSData INSDataHolder.value
           
 

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

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

Constructors in RTC with parameters of type INSData
INSDataHolder(INSData initialValue)