clear_calib_data
— Free the memory of a calibration data model.
clear_calib_data( : : CalibDataID : )
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.
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.
CalibDataID
(input_control, state is modified) calib_data →
(handle)
Handle of a calibration data model.
Calibration