
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-209
See
CSV_SysCall
Example
The example checks if the red laser is available.
DIM lAvailable AS Logical
CSV_SysCallAvailable(CSV_SFNC_ToggleRedLaser,
lAvailable)
6.5.34 CSV_LibCall
Description
Call a GeoB
ASIC
or C application routine of another program.
Declaration
CSV_LibCall( BYVAL PrgName
AS String255,
BYVAL FuncName AS String255,
BYVAL CptShort AS _Token )
Remarks
This routine is used to call a GeoB
ASIC
routine which is defined in
another program. Please refer also to Appendix
Parameters
PrgName
in
Program name
FuncName
in
Function name
CptShort
In
Short caption for dialogs
Return-Codes
RC_OK
Successful termination.
See
CSV_LibCallAvailable
Example
See
IAC.GBS
and
IAC2.GBS
for an example.
6.5.35 CSV_LibCallAvailable
Description
Check if the GeoB
ASIC
routine from another program is available.
Declaration
CSV_LibCallAvailable(
BYVAL PrgName
AS String255,
BYVAL FuncName AS String255,
lAvailable
AS Logical )
Содержание 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 ...