LinksPoint GPS Toolkit Reference
GpsLoggerSetSettings
GPS Logger Functions | See Also
Configures a Logger type GPS receiver
Parameters
Parameters Description
GPSLOGGER_PARAMETERS glpLogParams Pointer to a GPSLOGGER_PARAMETER structure contatining the logger configuration to set
Return Value
  • GPSERROR_NONE if the command executes successfully

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

  • GPSERROR_INVALID_RECEIVER if the receiver type is not supported

  • GPSERROR_INVALID_PARAMETER if the input parameter is incorrect
Remarks
  • Only the ulLoggerID, ulRecordInterval, ulSBASena and ulSBASprn members of glpLogParams are set using this function. Use GpsLoggerSetSettingsEx to configure receivers that support extended configurations.

  • This function will clear the logger's internal buffer for receivers of type GPSRECEIVER_EMTAC.
See Also
GpsLoggerSetSettingsEx, GPSLOGGER_PARAMETER
Group
Declaration
GPSERROR GPSAPI GpsLoggerSetSettings(GPSLOGGER_PARAMETERS glpLogParams);
File
sirfapi.h
Links
Copyright ©1998-2005 Links Point Inc.