Leica tps1100 Reference Manual page 57

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Example
RC_TYPE
COM_TPS_STATUS
rc = COM_EnableSignOff(TRUE);
if (rc == RC_OK)
{
rc = COM_GetTPSSTate(eMode);
if (rc == RC_OK)
{
switch (eMode)
{
case COM_TPS_OFF:
...
case COM_TPS_UNKNOWN:
default:
}
}
}
TPS1100 - Version 1.05
rc;
eMode;
printf("TPS is switched off\n");
break;
printf("TPS state unknown\n");
Communication Settings
5-24

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents