
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 1.30
6-193
6.5.6 CSV_GetInstrumentNo
Description
Get the instrument number.
Declaration
CSV_GetInstrumentNo( iSerialNo AS Integer )
Remarks
The
CSV_GetInstrumentNo
routine returns the serial number
of the system.
TPS_Sim
Always delivers 0.
Parameters
iSerialNo
out
The serial number of the system.
Return Codes
none
See Also
CSV_GetInstrumentName,
CSV_GetInstrumentFamily
Example
The example uses the
CSV_GetInstrumentNo
routine to get
the instrument number and displays it.
DIM iSerialNo AS Integer
CSV_GetInstrumentNo( iSerialNo )
MMI_PrintInt( 0, 1, 20, iSerialNo, TRUE )
6.5.7 CSV_GetInstrumentFamily
Description
Get information about the system.
Declaration
CSV_GetInstrumentFamily(
Family AS TPS_Fam_Type )
Remarks
The
CSV_GetInstrumentFamily
routine returns the class
and the instrument type of the system (see description of the data
structure
TPS_Fam
for return values).
TPS_Sim
Always sets
Familiy.lSimulator
to
TRUE
.
Содержание 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 ...