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=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>Constants</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">Constants <IMG src="../image/NTR.gif" align="middle"></h1> 15<H2>Description</H2> 16<TABLE border="1" width="100%"> 17 <TBODY> 18 <TR> 19 <TD width="20%"><EM><STRONG><CODE>VIB_PULSE_NUM_MAX</CODE></STRONG></EM></TD> 20 <TD width="80%">Gets the maximum number of pulses in a pulse set.</TD> 21 </TR> 22 <TR> 23 <TD><EM><STRONG><CODE>VIB_ON_TIME_MAX</CODE></STRONG></EM></TD> 24 <TD>Gets the maximum value of vibration ON time per instance.</TD> 25 </TR> 26 <TR> 27 <TD><EM><STRONG><CODE>VIB_REST_TIME_MIN</CODE></STRONG></EM></TD> 28 <TD>Gets the minimum vibration rest time.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32<h2>Constant Definitions</h2> 33<dl> 34 <dd> 35<PRE><CODE>#define VIB_PULSE_NUM_MAX 6 36 37#define VIB_ON_TIME_MAX 15 38 39#define VIB_REST_TIME_MIN 15</CODE></PRE> 40 </dd> 41</dl> 42<h2>See Also</h2> 43<P><CODE><A href="VIB_StartPulse.html">VIB_StartPulse</A>, <a href="VIBPulseState.html">VIBPulseState</a></CODE> 44</P> 45<H2>Revision History</H2> 46<P> 472006/01/30 Initial version.</P> 48<hr><p>CONFIDENTIAL</p></body> 49</html> 50