Leica tps1100 Reference Manual page 20

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
bOpenAndRunning = TRUE;
}
}
// optionally set up other comm. parameters here
if (RetCode == RC_OK)
{
// -- functionality of the application --
// here we just test if communication is up
RetCode = COM_NullProc();
if (RetCode != RC_OK)
{
// handle error
}
}
// close channel
if (bOpenAndRunning)
{
RetCode = COM_CloseConnection ();
if (RetCode != RC_OK)
{
// handle error
}
}
// anytime finalize and reset GeoCOM
RetCode = COM_End();
if (RetCode != RC_OK)
{
// handle error
}
3.2.3
C/C++ Development System Support
GeoCOM system files have been developed using Microsoft Visual C/C++ 5.0.
Although this development environment were the basis for the current GeoCOM
implementation, it has been emphasised that it is independent of it, hence other
development environments can be used too. But please notice that it has not been
tested thoroughly so far.
TPS1100 - Version 1.05
Fundamentals of Programming GeoCOM
3-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents