public static interface AntPlusHeartRatePcc.ICalculatedRrIntervalReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onNewCalculatedRrInterval(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal calculatedRrInterval,
AntPlusHeartRatePcc.RrFlag rrFlag)
Receives the data from a RrInterval event.
|
void onNewCalculatedRrInterval(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal calculatedRrInterval,
AntPlusHeartRatePcc.RrFlag rrFlag)
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.calculatedRrInterval - Current R-R interval, calculated by the plugin. Units: ms.
Invalid if value is negative.rrFlag - Indicates how the RR interval was calculated.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.