Leica tps1100 Reference Manual page 199

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Return-Codes
RC_OK
See Also
TMC_IfDataIncCorrError
Example
RC_TYPE
SYSTIME
TMC_INCLINE_PRG ePrgm;
double
TMC_DoMeasure(TMC_DEF_DIST);// execute single
WaitTime=500;// set max. wait time 500 [ms]
eProg=TMC_AUTO_INC;// set automatically incline prgm
Result=TMC_GetSimpleCoord(WaitTime, dCoordE,
switch(Result)
{
case TMC_NO_FULL_CORRECTION:
TMC_IfDataAzeCorrError(bAzeCorrError);
TMC_IfDataIncCorrError(bIncCorrError);
if(bAzeCorrError)
{
// coordinates are not corrected with the Aze-
// deviation correction
}
if(bIncCorrError)
{
// coordinates are not corrected with the
// incline correction
}
case RC_OK:
case TMC_ACCURACY_GUARANTEE:
// in this cases are the coordinates
// available
break;
default:
// in all other cases are the coordinates not
// valid and set to 0
// further errorhandling
TPS1100 - Version 1.05
Theodolite Measurement and Calculation - TMC
Always
Result;
WaitTime;
dCoordE,dCoordN,dCoordH;
// dist measurement
dCoordN, dCoordH,eProg);
corrected with the ATR-
deviation
16-51

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents