Trimble Outdoors 44326-00-ENG GPS Receiver User Manual


 
A
Using the FirstGPS API
76
FirstGPS Starter Kit User Guide
1.7.16
navGetTempParams
Get temperature data.
Description
The function navGetTempParams gets the temperature data from the
navigation platform. The data contain the following information:
The number of milliseconds over which the temperature
was made
The time in ulMeasMsec when the navigation platform received
the temperature measurement
The temperature measurement
The temperature measurement is really the number of counts of an
edge counter circuit on the measurement platform. The frequency of
the counter will vary as a function of temperature.
The NAV_TEMP_MEAS event will be generated when the
temperature measurement has been completed.
Included Header File
#include npStdIface.h
Format
npRetCode navGetTempParam (npTempMeasType*
ptTempMeas);