Configuration Functions - Leica tps1100 Reference Manual

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
16.7

CONFIGURATION FUNCTIONS

16.7.1 TMC_GetAngSwitch - Get angular correction's states
TMC_GetAn gSw itch .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 2014
2014 ................................................................................................................................................................................................................................................................TMC_GetAn gSw itch
C-Declaration
TMC_GetAngSwitch(TMC_ANG_SWITCH &SwCorr)
VB-Declaration
VB_TMC_GetAngSwitch(SwCorr As TMC_ANG_SWITCH)
ASCII-Request
%R1Q,2014:
ASCII-Response
%R1P,0,0:RC,InclineCorr[long],StandAxisCorr[long],
CollimationCorr[long],TiltAxisCorr[long]
Remarks
This function returns the angular correction's state.
Parameters
SwCorr
Return Codes
RC_OK
See Also
TMC_SetAngSwitch
Example
RC_TYPE
TMC_ANG_SWITCH
// get the switch state for the angular
// correction
rc = TMC_GetAngSwitch(SwCorr);
if (SwCorr.eTiltAxisCorr == ON)
{
// Tilting axis correction turned On
}
else
{
// Tilting axis correction turned Off
}
TPS1100 - Version 1.05
Theodolite Measurement and Calculation - TMC
out
Angular correction's state.
Execution always successful.
rc;
SwCorr;
16-42

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents