
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
2.10
6-190
See Also
CSV_GetInstrumentName,
CSV_GetInstrumentNo
Example
The example uses the
CSV_GetInstrumentFamily
routine
to get information about the instrument and displays it.
DIM Family AS TPS_Fam_Type
CSV_GetInstrumentFamily( Family )
MMI_PrintInt( 0, 1, 10, Family.iClass, TRUE )
IF (Family.lSimulator) THEN
MMI_PrintString( 0, 2, 10, "ON TPS_SIM", TRUE)
END IF
6.5.8 CSV_GetSWVersion
Description
Get the version of the system software.
Declaration
CSV_GetSWVersion( iRelease AS Integer,
iVersion AS Integer )
Remarks
The
CSV_GetSWVersion
routine returns the Release number
and the number of the system software version. These numbers
can be interpreted together as software identification
(
Release.Version
, e.g. 1.05).
TPS_Sim
Delivers the version of the simulator.
Parameters
iRelease
out
value of the Release number can be in
the range from 0 to 99
iVersion
out
value of the version number can be in
the range from 0 to 99
See Also
Содержание 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 ...