Interface AntPlusBikeCadencePcc.ICalculatedCadenceReceiver

Enclosing class:
AntPlusBikeCadencePcc

public static interface AntPlusBikeCadencePcc.ICalculatedCadenceReceiver
Receiver for the CalculatedCadence event, which is: The cadence calculated from the raw values in the sensor broadcast.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNewCalculatedCadence(long estTimestamp, EnumSet<EventFlag> eventFlags, BigDecimal calculatedCadence)
    Receives the data from a CalculatedCadence event.
  • Method Details

    • onNewCalculatedCadence

      void onNewCalculatedCadence(long estTimestamp, EnumSet<EventFlag> eventFlags, BigDecimal calculatedCadence)
      Receives the data from a CalculatedCadence event.
      Parameters:
      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.