|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esf.util.gps.NmeaCksum
Utility class used to validate the checksum of GPS NMEA messages.
Constructor Summary | |
NmeaCksum(byte[] nmeaMessageIn)
Prepares to validate the checksum of an NMEA message. |
Method Summary | |
boolean |
verify()
verifies the NMEA cksum for a given message |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NmeaCksum(byte[] nmeaMessageIn)
nmeaMessageIn
- the raw charaacter bytes of the NMEA message.Method Detail |
public boolean verify()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |