GPSFix objects
Indicates the time at which the current position fix was read using Coordinated Universal Time (UTC). UTC is approximately the same as Greenwich Mean Time (GMT).
The FixTime property takes a value of the Time datatype. The following lines create a SerialGPS object, retrieve information about the current fix, and write the fix time to a single line edit box:
SerialGps myGPS GPSFix myFix
Integer rc MyGPS = CREATE SerialGPS rc = myGPS.Open() ... rc = MyGPS.GetFix(myFix) sle_time.txt = "Recorded at: " + String(myFix.FixTime)
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |