LinksPoint GPS Toolkit Reference
GPSPROTOCOL
gpsapi.h | Types | See Also
Protocol types
Remarks
  • The GPS toolkit supports many different GPS receivers from various manufacturers. Some of the features specific to the receiver type have special methods to control them. These are noted in the documentation.

  • The receiver type is different than the protocol. Several receivers may share the same protocol
See Also
Group
Declaration
typedef enum {
  GPSPROTOCOL_NMEA = 0,
  GPSPROTOCOL_ROCKWELL,
  GPSPROTOCOL_SIRF,
  GPSPROTOCOL_JRC,
  GPSPROTOCOL_NAVICOM,
  GPSPROTOCOL_SONY,
  GPSPROTOCOL_GARMIN,
  GPSPROTOCOL_UNKNOWN
} GPSPROTOCOL;
File
Links
Copyright ©1998-2005 Links Point Inc.