
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
1.30
6-196
Example
This example shows the currently used GeoB
ASIC
interpreter
release number.
DIM iRel
As Integer
DIM iVer
As Integer
DIM iSubVer
As Integer
MMI_CreateTextDialog(
6, "-CSV-", "Test CSV", "no help available")
CSV_GetGBIVersion (iRel, iVer, iSubVer)
MMI_PrintStr(0, 0,
"GBI: "+Str$(iRel) + "." +
Str$(iVer) +" ."+Str$(iSubVer), TRUE)
MMI_DeleteDialog()
6.5.10 CSV_GetElapseSysTime
Description
Returns the difference between a reference time and the system
time.
Declaration
CSV_GetElapseSysTime( iRefTime AS Integer,
iElapse
AS Integer )
TPS_Sim
Use PC time base. Time resolution is one second.
Remarks
The
routine
CSV_GetElapseSysTime
returns the difference of
between a given reference time
iRefTime
and the systems time.
Whenever the system starts up, the system time is reset.
Parameters
iRefTime
in
The reference time.
iElapse
out
The difference between
iRefTime
and
the system time. The difference is
returned in [ms].
See Also
CSV_GetSysTime,
CSV_GetDateTime
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...