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>VIB_StartPulse</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">VIB_StartPulse&nbsp;<IMG src="../image/NTR.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;nitro/vib.h&gt;</CODE></PRE>
16  <PRE><CODE>void VIB_StartPulse(const <a href="VIBPulseState.html">VIBPulseState</a>* state);
17 </CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<TABLE border="1" width="100%">
21  <TBODY>
22    <TR>
23      <TD width="13%"><EM><STRONG>state</STRONG></EM></TD>
24      <TD width="87%">Pulse vibration status</TD>
25    </TR>
26  </TBODY>
27</TABLE>
28<H2>Return Values</H2>
29<P>None.</P>
30<H2>Description</H2>
31<p>Start pulse vibration using the given status.<br>If the previous pulse vibration has not ended, terminate it first and then start.<br>Since status is copied by the library, memory does not need to be allocated ahead of time.
32</p>
33<p>Before vibration starts, a check is made whether or not status is observing hardware restrictions. For details on the restrictions, see <a href="VIBPulseState.html">VIBPulseState</a>.<br>If the restrictions are not observed under a DEBUG or a RELEASE build, the <CODE><a href="../os/debug/OS_Panic.html">OS_Panic</a></CODE> function displays a message and stops the program. Pulse vibration does not start in the case of a FINALROM built.
34</p>
35</p>
36<H2>See Also</H2>
37<P><CODE><a href="VIBPulseState.html">VIBPulseState</a>, <a href="VIB_StopPulse.html">VIB_StopPulse</a></CODE></P>
38<H2>Revision History</H2>
39<P>2005/08/16 Initial version.</P>
40<hr><p>CONFIDENTIAL</p></body>
41</HTML>
42