S2253p_readsatellites, S2253p_readlock, S2253p_readgps_gga – Sensoray 2253 Windows User Manual
Page 48

int
size);
This function reads the GPS UTC date into a character buffer. The returned
buffer will be in the format of “ddmmyy”.
devid
device id in the system (use 0 with a single board installed).
value
pointer to character buffer to receive UTC date.
size
size of the buffer.
S2253P_ReadSatellites
MID2253_API int __stdcall S2253P_ReadSatellites (
int
devid,
int
*value);
This function reads the number of GPS satellites in view.
devid
device id in the system (use 0 with a single board installed).
value
pointer to variable to receive satellite count.
S2253P_ReadLock
MID2253_API int __stdcall S2253P_ReadLock (
int
devid,
int
*lock);
This function reads the GPS lock status.
devid
device id in the system (use 0 with a single board installed).
value
pointer to varaible to receive GPS lock. 0=no lock, 1=locked
S2253P_ReadGPS_GGA
MID2253_API int __stdcall S2253P_ReadGPS_GGA (
int
devid,
char
*value,
int
size);
48