public class GPSReader extends uk.theretiredprogrammer.rpiembeddedlibrary.thread.MDThread<GPSSportsInformationRecorder.Command>
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static void |
createAndStart(InputStream gpsIn)
Create the GPS reader thread and start it.
|
protected void |
processMessage(GPSSportsInformationRecorder.Command command,
Object commandParameters) |
run, sendCloseMessage, sendMessage, sendMessageactiveCount, 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, yieldpublic static void createAndStart(InputStream gpsIn)
gpsIn - the input stream for reading GPS sentencesprotected void processMessage(GPSSportsInformationRecorder.Command command, Object commandParameters)
processMessage in class uk.theretiredprogrammer.rpiembeddedlibrary.thread.MDThread<GPSSportsInformationRecorder.Command>Copyright © 2017. All rights reserved.