LinksPoint GPS Toolkit Reference
GpsLoggerGetRecords
GPS Logger Functions | See Also
Causes a GPS logger to respond with one or all of its data records
Parameters
Parameters Description
unsigned long ulRecordNumber Unsigned long value representing the record number to retrieve, or GPSLOGGER_ALL_RECORDS specifying all records
GPSLOGGERFORMAT glfFormat GPSLOGGERFORMAT value specifying either ASCII or binary data
Return Value
  • GPSERROR_NONE if the command executes successfully

  • GPSERROR_INVALID_PARAMETER if a either of the input parameters are incorrect

  • GPSERROR_MEMORY if there is not enough memory available to execute the command

  • GPSERROR_INVALID_RECEIVER if the receiver type is not supported
Remarks
  • This function is suppported only on GPS logger receivers

  • The logger will respond with one or more GPSNOTIFY_LOGGER_DATA notifications
See Also
Group
Declaration
GPSERROR GPSAPI GpsLoggerGetRecords(unsigned long ulRecordNumber, GPSLOGGERFORMAT glfFormat);
File
sirfapi.h
Links
Copyright ©1998-2005 Links Point Inc.