Uses of Class
RTC.GPSTime

Packages that use GPSTime
RTC   
 

Uses of GPSTime in RTC
 

Fields in RTC declared as GPSTime
 GPSTime GPSData.timeFromGPS
           
 GPSTime GPSTimeHolder.value
           
 

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

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

Constructors in RTC with parameters of type GPSTime
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)
           
GPSTimeHolder(GPSTime initialValue)