Operator Reference
clear_calib_data (Operator)
clear_calib_data
— Free the memory of a calibration data model.
Signature
clear_calib_data( : : CalibDataID : )
Description
The operator clear_calib_data
frees the memory of the
calibration data model CalibDataID
. After calling
clear_calib_data
, the model can no longer be used. The
handle CalibDataID
becomes invalid.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters
CalibDataID
(input_control, state is modified) calib_data →
(handle)
Handle of a calibration data model.
Module
Calibration