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="Microsoft FrontPage 3.0"> 7<meta http-equiv="Content-Style-Type" content="text/css"> 8<link rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>WBCGetCalibrationStatus</title> 10</head> 11 12<body> 13 14<h1 align="left">WBCGetCalibrationStatus</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19 <dd><pre><code>#include <revolution/wbc.h></code></pre> 20 </dd> 21 <dd><pre>BOOL WBCGetCalibrationStatus ( void );</pre> 22 </dd> 23</dl> 24 25<h2>Arguments</h2> 26None. 27 28 29 30 31 32 33<h2>Return Values</h2> 34 35<p> 36Returns <CODE>TRUE</CODE> if loading of the calibration data succeeded. Returns <CODE>FALSE</CODE> if loading is still in progress or if loading failed. 37</p> 38 39<h2>Description</h2> 40 41Loading of the calibration data completes approximately 650ms after <code><a href="WBCSetupCalibration.html">WBCSetupCalibration</a></code> is executed. Therefore, immediately after <code><a href="WBCSetupCalibration.html">WBCSetupCalibration</a></code> is executed, this function will always return <CODE>FALSE</CODE>. If it does not return <CODE>TRUE</CODE> after a short time, execute <code><a href="WBCSetupCalibration.html">WBCSetupCalibration</a></code> again. 42<p></p> 43 44 45 46 47<h2>See Also</h2> 48<code><a href="WBCSetupCalibration.html">WBCSetupCalibration</a></code> 49 50<h2>Revision History</h2> 51 52<p>2007/10/03 Initial version.</p> 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55