RTC
Class GPSData
java.lang.Object
RTC.GPSData
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class GPSData
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
RTC/GPSData.java .
IDL-to-Java コンパイラ (ポータブル), バージョン "3.1" で生成
生成元: idl/InterfaceDataTypes.idl
2015年3月20日 14時35分48秒 JST
- See Also:
- Serialized Form
Constructor Summary |
GPSData()
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tm
public Time tm
timeFromGPS
public GPSTime timeFromGPS
latitude
public double latitude
longitude
public double longitude
altitude
public double altitude
horizontalError
public double horizontalError
verticalError
public double verticalError
heading
public double heading
horizontalSpeed
public double horizontalSpeed
verticalSpeed
public double verticalSpeed
numSatellites
public short numSatellites
fixType
public GPSFixType fixType
GPSData
public GPSData()
GPSData
public 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)