
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-201
6.5.22 CSV_GetATRStatus
Description
Gets the current ATR state.
Declaration
CSV_GetATRStatus
(lOnl AS Logical )
Remarks
It queries the TPS system if the ATR facility is on or off.
Parameters
lOn
out
meaning
FALSE
ATR is switched off.
TRUE
ATR is switched on.
Return Codes
RC_FATAL
fatal error
RC_ABORT
system abort
RC_NOT_IMPL
if ATR hardware is not available
Example
Get current ATR status.
DIM l AS Logical
CSV_SetATRStatus( l )
6.5.23 CSV_Delay
Description
This routine delays the execution of a program.
Declaration
CSV_Delay
( BYVAL iDelay AS Integer )
Remarks
This routine delay using the operating system, that means that
other Theodolite tasks can run during the delay (It is not a busy
waiting).
Note
Avoid
busy
waiting
using
FOR
- or
WHILE
loops.
TPS_Sim
Delay resolution is one second.
iDelay
< 500
means no delay
Содержание 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 ...