Click or drag to resize

GM_GPSGetFixInfo

Retrieves the current GPS fix accuracy statistics.

Syntax
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_GPSGetFixInfo

(

float*                  aHorzPosError,  // out: current horizontal position error in meters (0.0 if unknown)

float*                  aVertPosError,  // out: current vertical position error in meters (0.0 if unknown)

float*                  aPDOP,          // out: current position DOP in meters (0.0 if unknown)

uint32*                 aNumSats        // out: number of satellites used in fix (0 if unknown)

);