WBCGetCalibrationStatus

C Specification

#include <revolution/wbc.h>
BOOL  WBCGetCalibrationStatus ( void );

Arguments

None.

Return Values

Returns TRUE if loading of the calibration data succeeded. Returns FALSE if loading is still in progress or if loading failed.

Description

Loading of the calibration data completes approximately 650ms after WBCSetupCalibration is executed. Therefore, immediately after WBCSetupCalibration is executed, this function will always return FALSE. If it does not return TRUE after a short time, execute WBCSetupCalibration again.

See Also

WBCSetupCalibration

Revision History

2007/10/03 Initial version.


CONFIDENTIAL