58 | DCalibratorInit
Example This example initializes the DOME Calibration TQA system
and prepares it to take measurements on screen one (1).
#include <mdpcint.h> /* includes
INIT_ CALIBRATOR_STRUCT
definition */
{
HDC
hdc;
INIT_CALIBRATOR_STRUCTInitStruct;
DWORD
dwRetCode;
InitStruct.Version = 2;
InitStruct.ReadTimeout = 2000;
/* Set InitStruct.MeasurementTime using the
calculation on page 57 */
.
.
.
dwRetCode = DCalibratorInit (hdc, 1,
&InitStruct);
return dwRetCode;
}
See also
DCalibratorMeasure, DGetFtLamScale
Summary of Contents for Dome DX/PCI
Page 6: ......