Functions - Leica tps1100 Reference Manual

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
8.2

FUNCTIONS

8.2.1
BAP_GetLastDisplayedError - Get last TPS system error number
C-Declaration
BAP_GetLastDisplayedError(short &nError,
VB-Declaration
VB_BAP_GetLastDisplayedError(nError As Integer,
ASCII-Request
%R1Q,17003:
ASCII-Response
%R1P,0,0:RC, nError[short], nGSIError[short]
Remarks
This function returns the last displayed error and clears it in the TPS
system. So a second
RC_IVRESULT
Parameters
nError
nGSIError
Return Codes
RC_OK
RC_IVRESULT
See Also
-
Example
RC_TYPE
short
rc = BAP_GetLastDisplayedError(nError, nGSIError);
if (rc == RC_OK)
{
printf("Error number: %d\n", nError);
printf("GSI error number: %d\n", nGSIError);
TPS1100 - Version 1.05
GetLastDisplayedError
.
out
out
An error has been displayed before last call
No error has been displayed before last call
rc;
nError, nGSIError;
short &nGSIError)
nGSIError As Integer)
Last displayed error-, info- or warning-
number
Corresponding GSI error number
Basic Applications - BAP
call will result in
8-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents