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

Empty - A Race which has only played back (non-realtime) data. More...

Inheritance diagram for riverrat.PlaybackRace:

riverrat.Race List of all members.

Public Member Functions

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


Package Functions

 PlaybackRace ()
 Default constructor, calls super().

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


Detailed Description

Empty - A Race which has only played back (non-realtime) data.

Definition at line 6 of file PlaybackRace.java.


Member Function Documentation

long riverrat.PlaybackRace.getElapsetTime  ) 
 

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 PlaybackRace.java.


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

Brought to you by the RiverRat team.