public class NmeaMessageExactEarthTimestamp extends Object
| Constructor and Description | 
|---|
NmeaMessageExactEarthTimestamp(String line)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFollowingSequenceChecksum()
Returns the checksum of the message that this timestamp line refers to. 
 | 
long | 
getTime()
Returns the time in epoch ms. 
 | 
static boolean | 
isExactEarthTimestamp(String line)
Returns true if the given line is a custom ExactEarth timestamp. 
 | 
public NmeaMessageExactEarthTimestamp(String line)
line - public static boolean isExactEarthTimestamp(String line)
line - public long getTime()
public String getFollowingSequenceChecksum()
Copyright © 2020. All rights reserved.