public static interface AntPlusBikeCadencePcc.ICalculatedCadenceReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewCalculatedCadence(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal calculatedCadence)
Receives the data from a CalculatedCadence event.
|
void onNewCalculatedCadence(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal calculatedCadence)
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.calculatedCadence
- The cadence calculated from the raw values in the sensor broadcast. Units: rpm.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.