public static interface AntPlusFitnessEquipmentPcc.IGeneralMetabolicDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewGeneralMetabolicData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal instantaneousMetabolicEquivalents,
java.math.BigDecimal instantaneousCaloricBurn,
long cumulativeCalories)
Receives the data from a GeneralMetabolicData event.
|
void onNewGeneralMetabolicData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal instantaneousMetabolicEquivalents, java.math.BigDecimal instantaneousCaloricBurn, long cumulativeCalories)
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.instantaneousMetabolicEquivalents
- Instantaneous measure of the rate of energy expenditure (up to 0.01 MET resolution). Units: METs.instantaneousCaloricBurn
- Instantaneous value of the caloric burn rate with 0.1 Cal/hr resolution. Units: kcal/hr.cumulativeCalories
- Total number of calories consumed from the time the plugin connected to the fitness equipment. Units: kcal. Rollover: Every ~9 quintillion kcal.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.