LinksPoint GPS Toolkit Reference
GPSWAYPOINTS
gpsapi.h | Types | See Also
Structure representing named waypoints
Remarks
Certain GPS receivers can store waypoints. These have an id string, a from string, and a to string, all NULL terminated.
See Also
GpsGetWaypoints
Group
Declaration
typedef struct {
  char szWaypointID[GPS_MAX_WAYPOINT_LEN];
  char szToWaypoint[GPS_MAX_WAYPOINT_LEN];
  char szFromWaypoint[GPS_MAX_WAYPOINT_LEN];
} GPSWAYPOINTS, * PGPSWAYPOINTS;
File
Links
Copyright ©1998-2005 Links Point Inc.