TP_SetCalibrateParam

C Specification

#include <nitro/spi.h>
void TP_SetCalibrateParam( const TPCalibrateParam * param );

Arguments

param Pointer to the calibration parameter to be set

Return Values

None.

Description

This function sets the parameter that is used for calibration. After you set the parameter with this function, the value will be used by TP_WaitCalibratedResult, TP_GetLatestCalibratedPointInAuto, TP_GetCalibratedPoint, and TP_GetUnCalibratedPoint.
If you set NULL, subsequently coordinates will not be converted using calibration. (The default value is NULL.)

See Also

TP_WaitCalibratedResult, TP_GetLatestCalibratedPointInAuto, TP_GetCalibratedPoint, TP_GetUnCalibratedPoint

Revision History

04/16/2004 Initial version