Leica tps1100 Reference Manual page 180

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
See Also
TMC_SetPrismCorr
Example
const double Corr = 0.1;
RC_TYPE
double
// set the prism constant to
// 0.1 if not already set
rc = TMC_GetPrismCorr(PrismCorr);
if (PrismCorr != Corr)
{
rc = TMC_SetPrismCorr(Corr);
if (rc == RC_OK)
{
// set of prisma corr successful
}
else
{
// Invalid parameter
}
}
16.5.7 TMC_SetPrismCorr - Set the prism constant
TMC_ SetPrismCorr ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2024
2024 ................................................................................................................................................................................................................................................................TMC_ SetPrismCorr
C-Declaration
TMC_SetPrismCorr(double PrismCorr)
VB-Declaration
VB_TMC_SetPrismCorr(ByVal PrismCorr As Double)
ASCII-Request
%R1Q,2024:PrismCorr[double]
ASCII-Response
%R1P,0,0:RC
Remarks
This function is used to set the prism constant.
The high-level function
TPS1100 - Version 1.05
Theodolite Measurement and Calculation - TMC
rc;
PrismCorr;
BAP_SetPrismType
overwrites this setting.
16-32

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents