Trimble Outdoors 44326-00-ENG GPS Receiver User Manual


 
A
Using the FirstGPS API
72
FirstGPS Starter Kit User Guide
1.7.12
navPutDgpsCorrParams
Put differential correction information.
Description
This function puts a copy of all the current differential correction
parameters into the navigation platforms database.
Included Header File
#include npStdIface.h
Format
npRetCode navPutDgpsCorrParams (npDgpsCorrType
ptDgpsCorr[], U8 ucCount, U8 ucClearFlag);
Input Parameters
Return Values
Data Type Parameter Description
npDgpsCorrType* ptDgpsCorr A pointer to an array which contains
the values to the navigation platform.
For complete details, refer to
npDgpsCorrType, page 40.
U8 ucCount Indicates number of valid entries.
U8 ucClearFlag Boolean:
TRUE: clears all previous entries.
FALSE: does not clear previous
entries.
Value Description
NAV_OK The differential correction parameters
are imported successfully.
NAV_ERROR The differential correction parameters
are not imported successfully.