#include <revolution/wbc.h>
BOOL WBCGetCalibrationStatus ( void );
None.
Returns TRUE if loading of the calibration data succeeded. Returns FALSE if loading is still in progress or if loading failed.
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.
2007/10/03 Initial version.
CONFIDENTIAL