
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 1.30
6-161
Declaration
GSI_GetWiEntryText(
WiIdentification
AS Integer,
WiEntryText AS String30 )
Remarks
This routine is used to fetch coding descriptions from the
Theodolite data pool, i.e. the code-description itself or the description text of the
attributes. If no codelist is selected, then the standard prompts will be returned.
Texts for the following wi’s can be fetched:
GSI_ID_PTCD_DSC,
GSI_ID_REM_1, GSI_ID_REM_2, GSI_ID_REM_3, GSI_ID_REM_4,
GSI_ID_REM_5, GSI_ID_REM_6, GSI_ID_REM_7, GSI_ID_REM_8,
GSI_ID_REM_9, GSI_ID_CD_DSC, GSI_ID_CODE,
GSI_ID_CODE_1, GSI_ID_CODE_2, GSI_ID_CODE_3,
GSI_ID_CODE_4, GSI_ID_CODE_5, GSI_ID_CODE_6,
GSI_ID_CODE_7, GSI_ID_CODE_8.
Parameters
WiIdentification
in
The identification of the WI.
WiEntryText
out
Entry-Text.
See Also
-
Example
This example gets the description-text and the value of the first
coding attribute and send it out over the serial line.
GSI_GetWiEntryText( GSI_ID_CODE_1, sWiEntryText )
GSI_GetWiEntry( GSI_ID_CODE_1, WiEntry
)
send("Info1: " + sWiEntryText
+":"+WiEntry.sValue)
6.4.26 GSI_GetWiEntry
Description
Get data from the Theodolite data pool.
Declaration
GSI_GetWiEntry(
WiIdentification
AS Integer,
WiEntry AS GSI_WiDlg_Entry_Type )
Remarks
This routine is used to fetch data from the Theodolite data pool.
All existing wi’s can be fetched
(
see the description of the WI
constants for possible values).
Содержание 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 ...