GeoCOM Reference Manual
Communication Settings
Leica TPS1200 / TS30 / TM30 – Version 1.50
24
5.4
CLIENT SPECIFIC GEOCOM FUNCTIONS
The following functions are not applicable to the ASCII protocol, because these functions influence the behaviour of the
client application only.
5.4.1
COM_Init - initialising GeoCOM
COM_Init....................................................................................................................................................................................................................................................................................
C-Declaration
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ -
COM_Init ( void )
VB-Declaration
VB_COM_Init ()
ASCII-Request
-
ASCII-Response
-
Remarks
COM_Init
has to be called to initialise internal buffers and variables. It does not change the TPS’ state.
Note:
No other GeoCOM function can be called successfully without having initialised GeoCOM before.
Parameters
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
See Also
COM_End
Example
See appendix C-2 for an example program frame.