|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
de.k621.avr.gps.converter.KConverter
public class KConverter
Die Allgemeine Konvertierer-Klasse. Erwartet einige allg. benötigte Objekte. Außerdem besitzt die Klasse eine Methode zur Verifizierung von NMEA Kommandos.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
protected java.io.BufferedReader |
fInput
Die Eingabedatei |
protected KProgressViewer |
fInterface
Das Statusinterface |
protected java.io.BufferedWriter |
fOutput
Die Ausgabedatei |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
KConverter(java.io.BufferedReader pInput,
java.io.BufferedWriter pOutput,
KProgressViewer pInterface)
Konstruktor der Klasse |
Method Summary | |
---|---|
protected static boolean |
isValidMsg(java.lang.String line)
Rechnet die Prüfsumme der gegebenen NMEA Zeile aus und vergleicht sie mit der gesendeten |
void |
run()
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, 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, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.io.BufferedReader fInput
protected java.io.BufferedWriter fOutput
protected KProgressViewer fInterface
Constructor Detail |
---|
public KConverter(java.io.BufferedReader pInput, java.io.BufferedWriter pOutput, KProgressViewer pInterface)
pInput
- Die EingabedateipOutput
- Die AusgabedateipInterface
- Das StatusinterfaceMethod Detail |
---|
protected static boolean isValidMsg(java.lang.String line)
line
- Das NMEA-Kommando
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |