TP_SetCalibrateParam

Syntax

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

Arguments

param Pointer to the calibration parameter to be set

Return Values

None.

Description

Sets the parameter that is used for calibration. After you set the parameter with this function, its value is used by the TP_WaitCalibratedResult, TP_GetLatestCalibratedPointInAuto, TP_GetCalibratedPoint, and TP_GetUnCalibratedPoint functions. If you specify 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

2004/04/16 Initial version.


CONFIDENTIAL