public static class AntPlusFitnessEquipmentPcc.CalibrationInProgress
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AntPlusFitnessEquipmentPcc.CalibrationInProgress.SpeedCondition
Indicates whether the speed conditions for successful calibration are currently met by the fitness equipment.
|
static class |
AntPlusFitnessEquipmentPcc.CalibrationInProgress.TemperatureCondition
Indicates whether the temperature conditions for successful calibration are currently met by the fitness equipment.
|
Modifier and Type | Field and Description |
---|---|
static |
CREATOR
CREATOR is used by Android parceling system.
|
java.math.BigDecimal |
currentTemperature
The fitness equipment may set this field to indicate its temperature or null.
|
static java.lang.String |
KEY_DEFAULT_CALIBRATIONINPROGRESSKEY
Default IPC key
|
AntPlusFitnessEquipmentPcc.CalibrationInProgress.SpeedCondition |
speedCondition
Indicates whether the speed conditions for successful calibration are currently met by the fitness equipment.
|
boolean |
spinDownCalibrationPending
Spin down calibration is pending.
|
java.math.BigDecimal |
targetSpeed
The fitness equipment should set this field to indicate the speed that should be reached in order to perform a spin-down calibration.
|
java.lang.Integer |
targetSpinDownTime
The fitness equipment should set this field to indicate the ideal spin-down time.
|
AntPlusFitnessEquipmentPcc.CalibrationInProgress.TemperatureCondition |
temperatureCondition
Indicates whether the temperature conditions for successful calibration are currently met by the fitness equipment.
|
boolean |
zeroOffsetCalibrationPending
Zero offset calibration is pending.
|
Constructor and Description |
---|
AntPlusFitnessEquipmentPcc.CalibrationInProgress()
Creates a calibration in progress object.
|
AntPlusFitnessEquipmentPcc.CalibrationInProgress(Parcel in)
Parcel constructor
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final java.lang.String KEY_DEFAULT_CALIBRATIONINPROGRESSKEY
public java.math.BigDecimal currentTemperature
Units: C
Valid range: -25C - +100C
Resolution: 0.5C
public java.math.BigDecimal targetSpeed
Units: m/s
Valid range: 0m/s - 65.534m/s
Resolution: 0.001m/s
public java.lang.Integer targetSpinDownTime
Units: ms
Valid range: 0ms - 65534ms
Resolution: 1ms
public boolean zeroOffsetCalibrationPending
public boolean spinDownCalibrationPending
public AntPlusFitnessEquipmentPcc.CalibrationInProgress.TemperatureCondition temperatureCondition
public AntPlusFitnessEquipmentPcc.CalibrationInProgress.SpeedCondition speedCondition
public static finalCREATOR
public AntPlusFitnessEquipmentPcc.CalibrationInProgress()
public AntPlusFitnessEquipmentPcc.CalibrationInProgress(Parcel in)
in
- Parcel with object dataCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.