Uses of Class
RTC.GPSFixType

Packages that use GPSFixType
RTC   
 

Uses of GPSFixType in RTC
 

Fields in RTC declared as GPSFixType
 GPSFixType GPSData.fixType
           
static GPSFixType GPSFixType.GPS_FIX_DGPS
           
static GPSFixType GPSFixType.GPS_FIX_NONE
           
static GPSFixType GPSFixType.GPS_FIX_NORMAL
           
 GPSFixType GPSFixTypeHolder.value
           
 

Methods in RTC that return GPSFixType
static GPSFixType GPSFixTypeHelper.extract(org.omg.CORBA.Any a)
           
static GPSFixType GPSFixType.from_int(int value)
           
static GPSFixType GPSFixTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Constructors in RTC with parameters of type GPSFixType
GPSData(Time _tm, GPSTime _timeFromGPS, double _latitude, double _longitude, double _altitude, double _horizontalError, double _verticalError, double _heading, double _horizontalSpeed, double _verticalSpeed, short _numSatellites, GPSFixType _fixType)
           
GPSFixTypeHolder(GPSFixType initialValue)