Package com.polar.sdk.api.model
Class PolarPpiData.PolarPpiSample
-
- All Implemented Interfaces:
public final class PolarPpiData.PolarPpiSample
Polar PPI data sample
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
ppi
private final Integer
errorEstimate
private final Integer
hr
private final Boolean
blockerBit
private final Boolean
skinContactStatus
private final Boolean
skinContactSupported
private final ULong
timeStamp
-
Method Summary
Modifier and Type Method Description final Integer
getPpi()
Pulse to Pulse interval in milliseconds. final Integer
getErrorEstimate()
Error estimate of the expected absolute error in PP-interval in milliseconds. final Integer
getHr()
heart rate in beats per minute. final Boolean
getBlockerBit()
true if PPI measurement is invalid due to acceleration (or other reason). final Boolean
getSkinContactStatus()
false if the device detects poor or no contact with the skin. final Boolean
getSkinContactSupported()
true if the Sensor Contact feature is supported. final ULong
getTimeStamp()
-
-
Method Detail
-
getErrorEstimate
final Integer getErrorEstimate()
Error estimate of the expected absolute error in PP-interval in milliseconds. The value indicates the quality of PP-intervals. When error estimate is below 10ms the PP-intervals. When error estimate is below 10ms the PP-intervals are probably very accurate. Error estimate values over 30ms may be caused by movement artefact or too loose sensor-skin contact.
-
getBlockerBit
final Boolean getBlockerBit()
true if PPI measurement is invalid due to acceleration (or other reason).
-
getSkinContactStatus
final Boolean getSkinContactStatus()
false if the device detects poor or no contact with the skin.
-
getSkinContactSupported
final Boolean getSkinContactSupported()
true if the Sensor Contact feature is supported.
-
getTimeStamp
final ULong getTimeStamp()
-
-
-
-