クラス
RTC.GPSFixType の使用

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

RTC での GPSFixType の使用
 

GPSFixType として宣言されている RTC のフィールド
 GPSFixType GPSData.fixType
           
static GPSFixType GPSFixType.GPS_FIX_DGPS
           
static GPSFixType GPSFixType.GPS_FIX_NONE
           
static GPSFixType GPSFixType.GPS_FIX_NORMAL
           
 GPSFixType GPSFixTypeHolder.value
           
 

GPSFixType を返す RTC のメソッド
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)
           
 

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

GPSFixType 型のパラメータを持つ 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)
           
GPSFixTypeHolder(GPSFixType initialValue)