パッケージ | 説明 |
---|---|
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
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) |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
GPSFixTypeHelper.insert(org.omg.CORBA.Any a,
GPSFixType that) |
static void |
GPSFixTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream,
GPSFixType value) |
コンストラクタと説明 |
---|
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) |