com.partnersoft.io.gps
Interface GPSConstants

All Known Subinterfaces:
GPSListener
All Known Implementing Classes:
GPSDaemon, GPSEvent

public interface GPSConstants

Container interface for various constants related to GPSdom.

Author:
Paul Reavis Copyright 2003-2005 Partner Software, Inc.

Field Summary
static int BAD_DATA
           
static int EVENT_READING
           
static int EVENT_STATUS
           
static int GPS_ON
           
static int NO_FIX
           
static int NO_GPS
           
static java.lang.String[] STATUS_NAMES
           
 

Field Detail

NO_GPS

static final int NO_GPS
See Also:
Constant Field Values

NO_FIX

static final int NO_FIX
See Also:
Constant Field Values

GPS_ON

static final int GPS_ON
See Also:
Constant Field Values

BAD_DATA

static final int BAD_DATA
See Also:
Constant Field Values

STATUS_NAMES

static final java.lang.String[] STATUS_NAMES

EVENT_STATUS

static final int EVENT_STATUS
See Also:
Constant Field Values

EVENT_READING

static final int EVENT_READING
See Also:
Constant Field Values