public static interface AntPlusStrideSdmPcc.IDataLatencyReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewDataLatency(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal updateLatency)
Receives the data from a DataLatency event.
|
void onNewDataLatency(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal updateLatency)
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.updateLatency
- Sensor reported time elapsed between the last speed or distance computation and the message transmission (up to 1/32s accuracy). Note: This latency time is a sensor reported value and does not include the time between the message being transmitted by the sensor to the plugin receiver and then to the plugin triggering this event. Units: s.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.