public static interface AntPlusBikePowerPcc.IPedalPowerBalanceReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onNewPedalPowerBalance(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
boolean rightPedalIndicator,
int pedalPowerPercentage)
Receives the data from a PedalPowerBalance event.
|
void onNewPedalPowerBalance(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
boolean rightPedalIndicator,
int pedalPowerPercentage)
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.rightPedalIndicator - Indicates if the power meter is reporting the right pedal power (true), or if it does not know which pedal it is reporting (false).pedalPowerPercentage - The percentage of the user's total power contribution to a single pedal (up to 1% resolution). Units: %.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.