Package com.inertia.promove
Class Config.AccelHighGSpecificSettings
java.lang.Object
com.inertia.promove.Config.AccelHighGSpecificSettings
- Enclosing class:
- Config
public static class Config.AccelHighGSpecificSettings
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
channelADuration
boolean
channelAEnable
int
channelAMode
int
channelAThreshold
int
channelBDuration
boolean
channelBEnable
int
channelBMode
int
channelBThreshold
int
compareX
int
compareY
int
compareZ
boolean
enableHPF
int
highPassFilter
boolean
restoreCalibration
int
sensorMode
int
womMode
-
Constructor Summary
Constructors Constructor Description AccelHighGSpecificSettings()
-
Method Summary
-
Field Details
-
sensorMode
public int sensorMode -
highPassFilter
public int highPassFilter -
enableHPF
public boolean enableHPF -
restoreCalibration
public boolean restoreCalibration -
womMode
public int womMode -
compareX
public int compareX -
compareY
public int compareY -
compareZ
public int compareZ -
channelAEnable
public boolean channelAEnable -
channelBEnable
public boolean channelBEnable -
channelAMode
public int channelAMode -
channelBMode
public int channelBMode -
channelAThreshold
public int channelAThreshold -
channelBThreshold
public int channelBThreshold -
channelADuration
public int channelADuration -
channelBDuration
public int channelBDuration
-
-
Constructor Details
-
AccelHighGSpecificSettings
public AccelHighGSpecificSettings()
-
-
Method Details