-
@Serializable() public final class GnssNavigationMessageRaw navigation message data.
-
-
Method Summary
Modifier and Type Method Description final LonggetTimestamp()final DoublegetWallClockTimestamp()Host wall-clock time at callback delivery, in epoch seconds ( System.currentTimeMillis() / 1000.0).final IntegergetType()final IntegergetSvid()final IntegergetStatus()final IntegergetMessageId()final IntegergetSubmessageId()final ByteArraygetData()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
-
getWallClockTimestamp
final Double getWallClockTimestamp()
Host wall-clock time at callback delivery, in epoch seconds (
System.currentTimeMillis() / 1000.0). timestamp isSystemClock.elapsedRealtime()(boot-relative ms).
-
getMessageId
final Integer getMessageId()
-
getSubmessageId
final Integer getSubmessageId()
-
-
-
-