| RiverRat - An MIT iCampus project | http://web.mit.edu/riverrat/ |
Static Public Member Functions | |
| void | printUsage () |
| Prints help information and exits. | |
| void | main (String args[]) |
| Main method. | |
Static Protected Attributes | |
| String | file = "out.xml" |
| Default file to write data to. | |
| String | host = "localhost" |
| Default host to connect to. | |
| int | port = 8080 |
| Default port to connect to. | |
Definition at line 9 of file StreamLogger.java.
|
|
Main method. Starts a new NMEAFakeServer, spawns a Thread with it, then just loops. Argument specifies (optional) filename.
Definition at line 43 of file StreamLogger.java. References riverrat.testing.StreamLogger.printUsage(). |
|
|
Prints help information and exits.
Definition at line 22 of file StreamLogger.java. Referenced by riverrat.testing.StreamLogger.main(). |