public pure subroutine dm_geocom_api_request_get_quick_distance(request)
Request of TMC_QuickDist procedure. Creates request for returning
the slope distance and both angles.
The function starts an EDM tracking measurement, and waits until a
distance has been measured. Then, it returns the angles and the
slope distance, but no coordinates. If no distance could be
measured, only angles and an error code are returned. A measurement
may be aborted by calling TMC_DoMeasure.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.