Class NMEAMessage
java.lang.Object
org.episteme.natural.device.loaders.nmea.NMEAMessage
Represents a parsed NMEA 0183 message (sentence).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField(int index) getRaw()toString()static booleanvalidateChecksum(String sentence) Validates checksum of a raw sentence.
-
Constructor Details
-
NMEAMessage
-
-
Method Details
-
getRaw
-
getTalkerId
-
getSentenceId
-
getFields
-
getField
-
toString
-
validateChecksum
Validates checksum of a raw sentence.- Parameters:
sentence- NMEA sentence (starting with $, ending with *CC)- Returns:
- true if valid
-