
GeoBASIC Reference Manual
4. Remarks on the Description
4-8 TPS1100-Version
1.30
description
The following picture in Section 4.2 shows an annotated example of a procedure
description.
4.2 EXAMPLE OF A DESCRIPTION
4.2.1 TMC_GetAngle
Description
Measure angles.
Declaration
TMC_GetAngle( Angle
AS TMC_ANGLE,
iReturnCode AS Integer )
Remarks
The function measures the horizontal and vertical angle….
Note
The measure program must have been started
Parameters
Angle
out
result of measuring the angle
iReturnCode
out
return code, see Error Codes
See Also
TMC_DoMeasure
Return Codes
RC_OK
angle OK
TMC_ANGLE_ERROR
no inclination measuring
possible (no results)
. . .
Example
Read the currently valid angle.
DIM Angle AS Double
DIM RetCode AS Integer
TMC_GetAngle( Angle, RetCode )
name of function
function
declaration
parameter list
remarks
example
note
parameter
name
pass
direction
parameter
explanation
constants for
error codes
explanation of
error codes
cross
reference
example
program
Содержание 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 ...