S2253p_readcourse, S2253p_readutctime, S2253p_readutcdate – Sensoray 2253 Windows User Manual
Page 47

pointer to character buffer to receive speed.
size
size of the buffer.
S2253P_ReadCourse
MID2253_API int __stdcall S2253P_ReadCourse (
int
devid,
char
*value,
int
size);
This function reads the GPS course heading into a character buffer. The
returned buffer will be in the format of “ddddd.dd” in degrees.
devid
device id in the system (use 0 with a single board installed).
value
pointer to character buffer to receive course heading.
size
size of the buffer.
S2253P_ReadUTCTime
MID2253_API int __stdcall S2253P_ReadUTCTime (
int
devid,
char
*value,
int
size);
This function reads the GPS UTC time into a character buffer. The returned
buffer will be in the format of “hhmmss.sss”.
devid
device id in the system (use 0 with a single board installed).
value
pointer to character buffer to receive UTC time.
size
size of the buffer.
S2253P_ReadUTCDate
MID2253_API int __stdcall S2253P_ReadUTCDate (
int
devid,
char
*value,
47