public static interface AntPlusBikePowerPcc.IPedalSmoothnessReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewPedalSmoothness(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
long powerOnlyUpdateEventCount,
boolean separatePedalSmoothnessSupport,
java.math.BigDecimal leftOrCombinedPedalSmoothness,
java.math.BigDecimal rightPedalSmoothness)
Receives the data from a PedalSmoothness event.
|
void onNewPedalSmoothness(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, long powerOnlyUpdateEventCount, boolean separatePedalSmoothnessSupport, java.math.BigDecimal leftOrCombinedPedalSmoothness, java.math.BigDecimal rightPedalSmoothness)
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.powerOnlyUpdateEventCount
- This field is incremented each time the sensor updates power-only data and is linked to the same field in the Power-Only Data Event. It can be used to help graph and associate data received in this event. Note: If the subscriber is not the first PCC connected to the device the accumulation will probably already be at a value greater than 0 and the subscriber should save the first received value as a relative zero for itself. Rollover: Every ~9 quintillion N/A.separatePedalSmoothnessSupport
- Indicates if the power meter supports separate pedal smoothness or combined pedal smoothness reporting.leftOrCombinedPedalSmoothness
- The left (or combined) pedal smoothness as determined by the sensor (up to 1/2% resolution. '-1' = Invalid or negative data. Units: %.rightPedalSmoothness
- The right pedal smoothness as determined by the sensor (up to 1/2% resolution. '-1' = Invalid or negative data. Units: %.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.