Class PhoenixOdometryThread
java.lang.Object
java.lang.Thread
frc.alotobots.library.subsystems.swervedrive.PhoenixOdometryThread
- All Implemented Interfaces:
Runnable
Provides an interface for asynchronously reading high-frequency measurements to a set of queues.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionstatic PhoenixOdometryThread
registerSignal
(com.ctre.phoenix6.StatusSignal<edu.wpi.first.units.measure.Angle> signal) registerSignal
(DoubleSupplier signal) void
run()
void
start()
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, suspend, toString, yield