クラス
RTC.GPSTime の使用

GPSTime を使用しているパッケージ
RTC   
 

RTC での GPSTime の使用
 

GPSTime として宣言されている RTC のフィールド
 GPSTime GPSData.timeFromGPS
           
 GPSTime GPSTimeHolder.value
           
 

GPSTime を返す RTC のメソッド
static GPSTime GPSTimeHelper.extract(org.omg.CORBA.Any a)
           
static GPSTime GPSTimeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

GPSTime 型のパラメータを持つ RTC のメソッド
static void GPSTimeHelper.insert(org.omg.CORBA.Any a, GPSTime that)
           
static void GPSTimeHelper.write(org.omg.CORBA.portable.OutputStream ostream, GPSTime value)
           
 

GPSTime 型のパラメータを持つ RTC のコンストラクタ
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)