public static interface AntPlusStrideSdmPcc.IComputationTimestampReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewComputationTimestamp(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal timestampOfLastComputation)
Receives the data from a ComputationTimestamp event.
|
void onNewComputationTimestamp(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal timestampOfLastComputation)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate data records.eventFlags
- Informational flags about the event.timestampOfLastComputation
- Sensor reported time counter value of last distance or speed computation (up to 1/200s accuracy). Units: s. Rollover: Every ~46 quadrillion s (~1.5 billion years).Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.