Interface AntPlusFitnessEquipmentPcc.INordicSkierDataReceiver

Enclosing class:
AntPlusFitnessEquipmentPcc

public static interface AntPlusFitnessEquipmentPcc.INordicSkierDataReceiver
Receiver for the NordicSkierData event, which is: The data specific to nordic skiers. This data is optional and may not be sent by all fitness equipment.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNewNordicSkierData(long estTimestamp, EnumSet<EventFlag> eventFlags, long cumulativeStrides, int instantaneousCadence, int instantaneousPower)
    Receives the data from a NordicSkierData event.
  • Method Details

    • onNewNordicSkierData

      void onNewNordicSkierData(long estTimestamp, EnumSet<EventFlag> eventFlags, long cumulativeStrides, int instantaneousCadence, int instantaneousPower)
      Receives the data from a NordicSkierData 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.
      cumulativeStrides - Total number of strides taken from the time the plugin connected to the fitness equipment. Units: strides. Rollover: Every ~9 quintillion strides.
      instantaneousCadence - Instantaneous cadence valid for display. Units: strides/min.
      instantaneousPower - Instantaneous power valid for display. Units: Watts.