|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.OneDSensorCalibrationMesg
public class OneDSensorCalibrationMesg
Field Summary | |
---|---|
static int |
CalibrationDivisorFieldNum
|
static int |
CalibrationFactorFieldNum
|
static int |
LevelShiftFieldNum
|
static int |
OffsetCalFieldNum
|
protected static Mesg |
oneDSensorCalibrationMesg
|
static int |
SensorTypeFieldNum
|
static int |
TimestampFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
OneDSensorCalibrationMesg()
|
|
OneDSensorCalibrationMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Long |
getBaroCalFactor()
Get baro_cal_factor field Units: Pa Comment: Barometer calibration factor |
java.lang.Long |
getCalibrationDivisor()
Get calibration_divisor field Units: counts Comment: Calibration factor divisor |
java.lang.Long |
getCalibrationFactor()
Get calibration_factor field Comment: Calibration factor used to convert from raw ADC value to degrees, g, etc. |
java.lang.Long |
getLevelShift()
Get level_shift field Comment: Level shift value used to shift the ADC value back into range |
java.lang.Integer |
getOffsetCal()
Get offset_cal field Comment: Internal Calibration factor |
SensorType |
getSensorType()
Get sensor_type field Comment: Indicates which sensor the calibration is for |
DateTime |
getTimestamp()
Get timestamp field Units: s Comment: Whole second part of the timestamp |
void |
setBaroCalFactor(java.lang.Long baroCalFactor)
Set baro_cal_factor field Units: Pa Comment: Barometer calibration factor |
void |
setCalibrationDivisor(java.lang.Long calibrationDivisor)
Set calibration_divisor field Units: counts Comment: Calibration factor divisor |
void |
setCalibrationFactor(java.lang.Long calibrationFactor)
Set calibration_factor field Comment: Calibration factor used to convert from raw ADC value to degrees, g, etc. |
void |
setLevelShift(java.lang.Long levelShift)
Set level_shift field Comment: Level shift value used to shift the ADC value back into range |
void |
setOffsetCal(java.lang.Integer offsetCal)
Set offset_cal field Comment: Internal Calibration factor |
void |
setSensorType(SensorType sensorType)
Set sensor_type field Comment: Indicates which sensor the calibration is for |
void |
setTimestamp(DateTime timestamp)
Set timestamp field Units: s Comment: Whole second part of the timestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TimestampFieldNum
public static final int SensorTypeFieldNum
public static final int CalibrationFactorFieldNum
public static final int CalibrationDivisorFieldNum
public static final int LevelShiftFieldNum
public static final int OffsetCalFieldNum
protected static final Mesg oneDSensorCalibrationMesg
Constructor Detail |
---|
public OneDSensorCalibrationMesg()
public OneDSensorCalibrationMesg(Mesg mesg)
Method Detail |
---|
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
timestamp
- public SensorType getSensorType()
public void setSensorType(SensorType sensorType)
sensorType
- public java.lang.Long getCalibrationFactor()
public void setCalibrationFactor(java.lang.Long calibrationFactor)
calibrationFactor
- public java.lang.Long getBaroCalFactor()
public void setBaroCalFactor(java.lang.Long baroCalFactor)
baroCalFactor
- public java.lang.Long getCalibrationDivisor()
public void setCalibrationDivisor(java.lang.Long calibrationDivisor)
calibrationDivisor
- public java.lang.Long getLevelShift()
public void setLevelShift(java.lang.Long levelShift)
levelShift
- public java.lang.Integer getOffsetCal()
public void setOffsetCal(java.lang.Integer offsetCal)
offsetCal
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |