public static interface AntPlusStrideSdmPcc.IInstantaneousSpeedReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewInstantaneousSpeed(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal instantaneousSpeed)
Receives the data from a InstantaneousSpeed event.
|
void onNewInstantaneousSpeed(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal instantaneousSpeed)
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.instantaneousSpeed
- Instantaneous speed computed by sensor valid for display (up to 1/256 m/s accuracy). Units: m/s.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.