public pure subroutine dm_geocom_api_request_set_user_lock_mode(request, enabled)
Request of AUS_SetUserLockState procedure. Creates request for
setting the status of the Lock state.
The function activates or deactivates the Lock mode (GeoCOM robotic
licence required). If enabled is .true., Lock mode is activated.
In order to lock and follow a moving target, call API function
AUT_LockIn. If enabled is .false., Lock mode is deactivated.
Tracking of a moving target will be aborted, and the manual drive
wheel is activated.
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.