类 UbloxSatelliteInfo
java.lang.Object
net.sf.marineapi.nmea.util.SatelliteInfo
net.sf.marineapi.ublox.util.UbloxSatelliteInfo
Extends
SatelliteInfo to provide additional properties supported by
the proprietary u-blox NMEA extension UBXMessage03.- 作者:
- Gunnar Hillert
-
构造器概要
构造器构造器说明UbloxSatelliteInfo(String id, int elevation, int azimuth, int noise, UbloxSatelliteStatus satelliteStatus, int satelliteCarrierLockTime) -
方法概要
修饰符和类型方法说明intSatellite carrier lock time (range: 0-64) 0 = code lock only 64 = lock for 64 seconds or moretoString()从类继承的方法 net.sf.marineapi.nmea.util.SatelliteInfo
getAzimuth, getElevation, getId, getNoise, setAzimuth, setElevation, setId, setNoise
-
构造器详细资料
-
UbloxSatelliteInfo
public UbloxSatelliteInfo(String id, int elevation, int azimuth, int noise, UbloxSatelliteStatus satelliteStatus, int satelliteCarrierLockTime)
-
-
方法详细资料
-
getSatelliteCarrierLockTime
public int getSatelliteCarrierLockTime()Satellite carrier lock time (range: 0-64)- 0 = code lock only
- 64 = lock for 64 seconds or more
- 返回:
- Numeric value 0-64
-
getSatelliteStatus
- 返回:
- The
UbloxSatelliteStatus.
-
toString
- 覆盖:
toString在类中SatelliteInfo
-