gps
Interface ProtocolConstants

All Known Implementing Classes:
DeviceDirector, GpsController, GpsModel

public interface ProtocolConstants

Constants for GPS Protocols.

Author:
Robert Tomanek , Mario De Weerd

Field Summary
static int PROTOCOL_HOLUX_PHLX
          The Holux specific protocol that uses $PHLX...
static int PROTOCOL_INVALID
          Indicates invalid protocol - should not be used of course, can be used in error handling.
static int PROTOCOL_MTK
          The MTK protocol for most MTK based devices.
static int PROTOCOL_SIRFIII
          The SIRFIII protocol.
static int PROTOCOL_SKYTRAQ
          The Skytraq protocol.
static int PROTOCOL_WONDEPROUD
          Protocol (DPL700/BT-CD110m).
 

Field Detail

PROTOCOL_INVALID

static final int PROTOCOL_INVALID
Indicates invalid protocol - should not be used of course, can be used in error handling.

See Also:
Constant Field Values

PROTOCOL_MTK

static final int PROTOCOL_MTK
The MTK protocol for most MTK based devices. Some flavours of this protocol are represented in other protocols. For example PROTOCOL_HOLUX_PHLX.

See Also:
Constant Field Values

PROTOCOL_WONDEPROUD

static final int PROTOCOL_WONDEPROUD
Protocol (DPL700/BT-CD110m).

See Also:
Constant Field Values

PROTOCOL_HOLUX_PHLX

static final int PROTOCOL_HOLUX_PHLX
The Holux specific protocol that uses $PHLX... NMEA strings. Could be further derived in other protocols according to what the Holux devices provide. Holux has the bad habit of radically changing their vendor specific protocol and even changing the meaning of some stuff that is done in the Mtk protocol that is still available.

See Also:
Constant Field Values

PROTOCOL_SIRFIII

static final int PROTOCOL_SIRFIII
The SIRFIII protocol. This one can also have flavors.

See Also:
Constant Field Values

PROTOCOL_SKYTRAQ

static final int PROTOCOL_SKYTRAQ
The Skytraq protocol. This one can also have flavors.

See Also:
Constant Field Values