1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<title>TP_SetCalibrateParam</title>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</head>
10<body>
11<h1 align="left">TP_SetCalibrateParam <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1>
12<h2>Syntax</h2>
13<dl>
14  <dd>
15<CODE>#include &lt;nitro/spi.h&gt;</CODE><BR>
16  <PRE><CODE>void TP_SetCalibrateParam( const TPCalibrateParam * param );</CODE></PRE>
17  </dd>
18</dl><h2>Arguments</h2>
19<TABLE border="1" width="100%">
20  <TBODY>
21    <TR>
22      <TD width="300"><CODE>param</CODE></TD>
23      <TD width="700">Pointer to the calibration parameter to be set</TD>
24    </TR>
25  </TBODY>
26</TABLE>
27<h2>Return Values</h2>
28<p>None.</p>
29<H2>Description</H2>
30<P>Sets the parameter that is used for calibration. After you set the parameter with this function, its value is used by the <A href="TP_WaitCalibratedResult.html"><CODE>TP_WaitCalibratedResult</CODE></A>, <CODE><A href="TP_GetLatestCalibratedPointInAuto.html"><CODE>TP_GetLatestCalibratedPointInAuto</CODE></A>, <CODE><A href="TP_GetCalibratedPoint.html">TP_GetCalibratedPoint</CODE></A>, and <CODE><A href="TP_GetUnCalibratedPoint.html"><CODE>TP_GetUnCalibratedPoint</CODE></A> functions. If you specify <CODE>NULL</CODE>, subsequently coordinates will not be converted using calibration. (The default value is NULL.)</P>
31<h2>See Also</h2>
32<P><A href="TP_WaitCalibratedResult.html"><CODE>TP_WaitCalibratedResult</CODE></A><BR> <A href="TP_GetLatestCalibratedPointInAuto.html"><CODE>TP_GetLatestCalibratedPointInAuto</CODE></A><BR> <A href="TP_GetCalibratedPoint.html"><CODE>TP_GetCalibratedPoint</CODE></A><BR> <A href="TP_GetUnCalibratedPoint.html"><CODE>TP_GetUnCalibratedPoint</CODE></A></P>
33<H2>Revision History</H2>
34<P>2004/04/16 Initial version.</P>
35<hr><p>CONFIDENTIAL</p></body>
36</html>