RiverRat  - An MIT iCampus project http://web.mit.edu/riverrat/

Main Page | Software Documentation | Hardware Documentation | People | Contact | Wiki

Main Page | Class Hierarchy | Class List | File List | Class Members

riverrat.testing.StreamLogger Class Reference

Finished prototype - Logs the XML stream to a file. More...

List of all members.

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.


Detailed Description

Finished prototype - Logs the XML stream to a file.

Definition at line 9 of file StreamLogger.java.


Member Function Documentation

void riverrat.testing.StreamLogger.main String  args[]  )  [static]
 

Main method.

Starts a new NMEAFakeServer, spawns a Thread with it, then just loops. Argument specifies (optional) filename.

Parameters:
args array of Strings with command-line arguments

Definition at line 43 of file StreamLogger.java.

References riverrat.testing.StreamLogger.printUsage().

void riverrat.testing.StreamLogger.printUsage  )  [static]
 

Prints help information and exits.

Definition at line 22 of file StreamLogger.java.

Referenced by riverrat.testing.StreamLogger.main().


The documentation for this class was generated from the following file:  

Brought to you by the RiverRat team.