1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=utf-8">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>KPADWorkMplsCalibration</title>
9</head>
10
11<body>
12
13<h1>KPADWorkMplsCalibration</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/kpad.h&gt;
18
19f32 KPADWorkMplsCalibration( s32 chan );
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<TABLE class="arguments" border="1" >
24  <TBODY>
25    <TR>
26      <TH>chan</TH>
27      <TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</td>
28    </TR>
29  </TBODY>
30</TABLE>
31
32<h2>Return Values</h2>
33<p>Returns a value between 0 and 1 when calibration is being performed, and a negative value when calibration is not being performed. Represents the progress status of the current calibration process.</p>
34
35<H2>Description</H2>
36<p>
37Gets the progress status of the at-rest (zero-point) calibration process for the specified channel's Wii MotionPlus. A return value of 0.0f indicates that calibration has finished.
38</p>
39
40<h2>See Also</h2>
41<p class="reference">
42<a href="./KPADStartMplsCalibration.html"><CODE>KPADStartMplsCalibration</CODE></a><BR> <a href="./KPADStopMplsCalibration.html"><CODE>KPADStopMplsCalibration</CODE></a><BR> <a href="./KPADRead.html"><CODE>KPADRead</CODE></a>
43</p>
44
45<H2>Revision History</H2>
46<P>
472008/12/04 Initial version.
48</P>
49
50<hr><p>CONFIDENTIAL</p></body>
51</html>