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.LiveRace Class Reference

Finished prototype - A Race which has only live (realtime) data. More...

Inheritance diagram for riverrat.LiveRace:

riverrat.Race List of all members.

Public Member Functions

long getElapsedTime ()
 Returns the elapsed time in the Race, in System.time format.


Package Functions

 LiveRace ()
 Default constructor, calls super().

 LiveRace (String host, int port)
 Constructor, calls super(host, port).


Detailed Description

Finished prototype - A Race which has only live (realtime) data.

Definition at line 6 of file LiveRace.java.


Member Function Documentation

long riverrat.LiveRace.getElapsedTime  ) 
 

Returns the elapsed time in the Race, in System.time format.

Returns:
long with the elapsed time of the Race

Definition at line 22 of file LiveRace.java.


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

Brought to you by the RiverRat team.