jwo.landserf.process.gps
Interface GPSTime

All Known Implementing Classes:
PVTDataPacket, TimeDataPacket

public interface GPSTime

Used for representing time information in GPS data transfer.

Version:
2.1, 14th June, 2004
Author:
Jo Wood, based on the design by Henrik Sorensen (haas@itu.dk).

Method Summary
 short getHours()
          Returns the hour offset from the beginning of a day.
 short getMinutes()
          Returns the minute offset from the beginning of an hour.
 short getSeconds()
          Returns the number of seconds from the beginning of a minute.
 

Method Detail

getHours

public short getHours()
Returns the hour offset from the beginning of a day.

Returns:
Hour of the day (0-23).

getMinutes

public short getMinutes()
Returns the minute offset from the beginning of an hour.

Returns:
Minute offset (0-59).

getSeconds

public short getSeconds()
Returns the number of seconds from the beginning of a minute.

Returns:
Seconds offset (0-59).


Copyright Jo Wood, 1996-2004, last modified, 3rd September, 2004