
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 1.30
6-197
Example
The example uses the routine
CSV_GetElapseSysTime
to get
a time difference.
DIM iElapse
AS Integer
DIM iRefTime AS Integer
CSV_GetSysTime(iRefTime)'returns reference time
' do something. . .
CSV_GetElapseSysTime( iRefTime, iElapse )
MMI_PrintInt ( 0, 0, 20, iElapse, TRUE )
6.5.11 CSV_GetSysTime
Description
Returns the system time.
Declaration
CSV_GetSysTime( iTime AS Integer )
Remarks
The routine returns the systems time. Whenever the system starts
up, the system time is reset.
TPS_Sim
Delivers the system up time of the PC.
Parameters
iTime
out
The system time in ms.
See Also
CSV_GetElapseSysTime,
CSV_GetDateTime
Example
See
CSV_GetElapsedTime
.
6.5.12 CSV_GetLRStatus
Description
Returns the status of the system.
Declaration
CSV_GetLRStatus( iLRStatus AS Integer )
Remarks
The
routine
CSV_GetLRStatus
returns the mode of the system.
The system can either be in local or in Remote mode. For Release
1.0 this function always delivers local mode as an answer.
Содержание 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 ...