Leica tps1100 Reference Manual page 134

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Example
RC_TYPE
// switch on laserpointer
rc = EDM_Laserpointer(ON);
if (rc != RC_OK)
{ // error-handling
switch (rc)
{
case EDM_DEV_NOT_INSTALLED:
printf("Laserpointer is not implemented.
break;
case EDM_RC_HWFAILURE:
printf("Hardware error occured in EDM!");
break;
case EDM_COMERR:
printf("Error on communication with EDM!");
break;
case RC_TIME_OUT:
printf("Process time out");
break;
case RC_ABORT:
printf("Function aborted!");
break;
case RC_UNDEFINED:
printf("Instrument name is not set!");
printf("Fatal error: call service!");
break;
case RC_SYSBUSY:
printf("EDM is already busy!");
break;
case RC_IVPARAM:
printf("Parameter of EDM_Laserpointer
break;
TPS1100 - Version 1.05
rc;
Laserpointer is only available in
theodolites which supports distance
measurement without reflector.");
must be of ON_OFF_TYPE!");
Electronic Distance Measurement - EDM
13-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents