|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
kaos.robots.util.gps.GPSReader
public class GPSReader
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
Coordinate |
_currentCoordinate
|
protected Logger |
_logger
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
GPSReader(int commPort,
int interval)
|
|
| Method Summary | |
|---|---|
double |
getCourse()
|
GPSPosition |
getDatum()
|
GPSPose |
getGPSPose()
|
GPSPosition |
getGPSPosition()
|
int |
getReadInterval()
|
double |
getX()
|
Coordinate |
getXYPosition()
|
double |
getY()
|
static void |
main(java.lang.String[] args)
|
protected void |
printDebugString(java.lang.String msg,
int loggerDisplayLevel)
|
void |
run()
|
void |
stopRunning()
|
| 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 Logger _logger
public Coordinate _currentCoordinate
| Constructor Detail |
|---|
public GPSReader(int commPort,
int interval)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public GPSPosition getDatum()
public GPSPosition getGPSPosition()
public GPSPose getGPSPose()
public double getCourse()
public int getReadInterval()
public Coordinate getXYPosition()
public double getX()
public double getY()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void stopRunning()
protected void printDebugString(java.lang.String msg,
int loggerDisplayLevel)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||