Package | Description |
---|---|
com.dsi.ant.plugins.antplus.pcc | |
com.dsi.ant.plugins.internal.compatibility |
Modifier and Type | Method and Description |
---|---|
static AntPlusHeartRatePcc.DataState |
AntPlusHeartRatePcc.DataState.getValueFromInt(int intValue)
Convert int to equivalent enum value
|
static AntPlusHeartRatePcc.DataState |
AntPlusHeartRatePcc.DataState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntPlusHeartRatePcc.DataState[] |
AntPlusHeartRatePcc.DataState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AntPlusHeartRatePcc.IHeartRateDataReceiver.onNewHeartRateData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int computedHeartRate,
long heartBeatCount,
java.math.BigDecimal heartBeatEventTime,
AntPlusHeartRatePcc.DataState dataState)
Receives the data from a HeartRateData event.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyHeartRateCompat.onNewHeartRateData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int computedHeartRate,
long heartBeatCount,
java.math.BigDecimal heartBeatEventTime,
AntPlusHeartRatePcc.DataState dataState)
When heart rate data is received with a null value for heartBeatEventTimestamp, this method
should be called with the received data.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.