
GeoBASIC User Manual
9 — Refined GeoBASIC Concepts
TPS1100-Version 2.10
9-7
PROGRAM AppInfoExample
'-------------------------------------------------------
GLOBAL SUB GlobalSub1
Dim dummy As Integer
MMI_WriteMsgStr("AppInfoExample.", "GlobalSub1 in
AppInfoExample called", MMI_MB_OK,
dummy)
END GlobalSub1
'-------------------------------------------------------
GLOBAL SUB GlobalSub2
Dim dummy As Integer
MMI_WriteMsgStr("AppInfoExample.", "GlobalSub2 in
AppInfoExample called", MMI_MB_OK,
dummy)
END GlobalSub2
END AppInfoExample
'Application Information for Config Tool
'---------------------------------------
APPINFO
GENERAL
SET Author
"Leica AG, CH - Heerbrugg"
SET Desc
"AppInfo Example Application"
SET TheoModel "TCA1100"
END GENERAL
ENTRYPOINT GlobalSub1
SET CapLg "Global Sub 1"
SET CapSh "GSUB1"
SET Desc
"test of appinfo subroutine 1"
END GlobalSub1
ENTRYPOINT GlobalSub2
SET CapLg "Global Sub 2"
SET CapSh "GSUB2"
SET Help
"displays a message and exits"
END GlobalSub2
END APPINFO
The global subroutines
GlobalSub1
and
GlobalSub2
are indicated as entry
points for the import in a user configuration. Refer to Chapter 2.11 in the
Reference Manual for a description of the syntax in BNF-form.
Содержание 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 ...