Data Setup Functions - Leica tps1100 Reference Manual

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
rc=TMC_GetCoordinate(1000,Coordinate,TMC_AUTO_INC)
if (rc == RC_OK)
{
// use coordinates
else
{
// something went wrong
}
}
16.5

DATA SETUP FUNCTIONS

16.5.1 TMC_GetHeight - Returns the current reflector height
TMC_GetHeig ht ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 2011
2011 ................................................................................................................................................................................................................................................................TMC_GetHeig ht
C-Declaration
TMC_GetHeight(TMC_HEIGHT &Height)
VB-Declaration
VB_TMC_GetHeight(Height As TMC_HEIGHT)
ASCII-Request
%R1Q,2011:
ASCII-Response
%R1P,0,0:RC,Height[double]
Remarks
This function returns the current reflector height.
Parameters
Height
Return Codes
RC_OK
See Also
TMC_SetHeight
Example
RC_TYPE
TMC_HEIGHT
// reset reflector height to 0
// if it is not already
TPS1100 - Version 1.05
Theodolite Measurement and Calculation - TMC
out
current reflector height
Execution always successful.
rc;
Height, NewHeight;
16-26

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents