| 构造器和说明 |
|---|
Gps2Raw() |
Gps2Raw(BigInteger timeUsec,
short fixType,
int lat,
int lon,
int alt,
int eph,
int epv,
int vel,
int cog,
short satellitesVisible,
short dgpsNumch,
long dgpsAge) |
Gps2Raw(byte[] messagePayload) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
getAlt() |
int |
getCog() |
long |
getDgpsAge() |
short |
getDgpsNumch() |
int |
getEph() |
int |
getEpv() |
short |
getFixType() |
int |
getLat() |
int |
getLon() |
short |
getSatellitesVisible() |
BigInteger |
getTimeUsec() |
int |
getVel() |
int |
hashCode() |
String |
hexStringPayload() |
byte[] |
messagePayload() |
void |
messagePayload(byte[] messagePayload) |
Gps2Raw |
setAlt(int alt) |
Gps2Raw |
setCog(int cog) |
Gps2Raw |
setDgpsAge(long dgpsAge) |
Gps2Raw |
setDgpsNumch(short dgpsNumch) |
Gps2Raw |
setEph(int eph) |
Gps2Raw |
setEpv(int epv) |
Gps2Raw |
setFixType(short fixType) |
Gps2Raw |
setLat(int lat) |
Gps2Raw |
setLon(int lon) |
Gps2Raw |
setSatellitesVisible(short satellitesVisible) |
Gps2Raw |
setTimeUsec(BigInteger timeUsec) |
Gps2Raw |
setVel(int vel) |
String |
toString() |
public Gps2Raw(BigInteger timeUsec, short fixType, int lat, int lon, int alt, int eph, int epv, int vel, int cog, short satellitesVisible, short dgpsNumch, long dgpsAge)
public Gps2Raw(byte[] messagePayload)
public Gps2Raw()
public void messagePayload(byte[] messagePayload)
messagePayload 在接口中 Messagepublic byte[] messagePayload()
messagePayload 在接口中 Messagepublic String hexStringPayload()
hexStringPayload 在接口中 Messagepublic final Gps2Raw setTimeUsec(BigInteger timeUsec)
public final BigInteger getTimeUsec()
public final Gps2Raw setFixType(short fixType)
public final short getFixType()
public final Gps2Raw setLat(int lat)
public final int getLat()
public final Gps2Raw setLon(int lon)
public final int getLon()
public final Gps2Raw setAlt(int alt)
public final int getAlt()
public final Gps2Raw setEph(int eph)
public final int getEph()
public final Gps2Raw setEpv(int epv)
public final int getEpv()
public final Gps2Raw setVel(int vel)
public final int getVel()
public final Gps2Raw setCog(int cog)
public final int getCog()
public final Gps2Raw setSatellitesVisible(short satellitesVisible)
public final short getSatellitesVisible()
public final Gps2Raw setDgpsNumch(short dgpsNumch)
public final short getDgpsNumch()
public final Gps2Raw setDgpsAge(long dgpsAge)
public final long getDgpsAge()
Copyright © 2020. All rights reserved.