public static interface AntPlusStrideSdmPcc.IInstantaneousCadenceReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewInstantaneousCadence(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal instantaneousCadence)
Receives the data from a InstantaneousCadence event.
|
void onNewInstantaneousCadence(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal instantaneousCadence)
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.instantaneousCadence
- Instantaneous cadence valid for display, computed by sensor (up to 1/16 strides/min accuracy). Units: strides/min.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.