Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
private static long |
CORRECTION_PERIOD |
static int |
count |
private float |
lastIntensity |
private double[] |
lastPosition |
private Odometer |
odometer |
private boolean |
useCorrection |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
OdometryCorrection(Odometer odometer)
OdometryCorrection constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
run method (required for Thread)
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprivate static final long CORRECTION_PERIOD
private Odometer odometer
public static int count
private double[] lastPosition
private float lastIntensity
private final boolean useCorrection
public OdometryCorrection(Odometer odometer)
odometer - Odometer to correct