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>KPADResetMpls</title>
9</head>
10
11<body>
12
13<h1>KPADResetMpls</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/kpad.h&gt;
18
19void KPADResetMpls( 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>None.</p>
34
35<H2>Description</H2>
36<p>
37Initializes the internal state related to processing data for the specified channel's Wii MotionPlus. Settings for various correction processes at this time are as follows.
38</p>
39<table border="1" class="arguments">
40<tr><th>Zero-Point Play Tolerance</th><td>Disabled. In addition, <code>radius</code> is set to 0.005f.</td></tr>
41<tr><th>Zero-Point Drift Correction</th><td>Set to <code>KPAD_MPLS_ZERODRIFT_STANDARD</code>.</td></tr>
42<tr><th>Attitude Correction</th><td>Disabled. <code>revise_pw</code> is set to 0.500f, and the base attitude is pointing at the TV straight on.</td></tr>
43<tr><th>Acceleration Correction</th><td>Enabled. <code>revise_pw</code> is set to 0.030f, and <code>revise_range</code> is set to 0.400f.</td></tr>
44<tr><th>DPD Correction</th><td>Enabled. <code>radius</code> is set to 0.050f.</td></tr>
45<tr><th>Angular Velocity Scaling</th><td>Set to 1.0.</td></tr>
46</table>
47
48<p>
49If a work area is being passed by the <a href="./KPADSetMplsWorkarea.html"><code>KPADSetMplsWorkarea</code></a> function , this function is called internally by the <a href="./KPADReset.html"><code>KPADReset</code></a> function.
50</p>
51
52<h2>See Also</h2>
53<P>None.</P>
54
55<H2>Revision History</H2>
56<P>
572008/12/04 Initial version.
58</P>
59
60<hr><p>CONFIDENTIAL</p></body>
61</html>