[][src]Function libeyelink_sys::eyelink_cal_result

pub unsafe extern "C" fn eyelink_cal_result() -> INT16

@ingroup setup_eyelink Checks for a numeric result code returned by calibration, validation, or drift correction.

@return \c NO_REPLY if drift correction not completed yet.\n OK_RESULT (0) if success.\n ABORT_REPLY (27) if 'ESC' key aborted operation.\n \c -1 if operation failed.\n \c 1 if poor calibration or excessive validation error.\n

\b Example: See \c eyelink_driftcorr_start()

\sa \c eyelink_accept_trigger(), \c eyelink_apply_driftcorr(), \c eyelink_cal_message() and \c eyelink_driftcorr_start()