Details
eyevec_error_message()
Returns error message character string for specified result code.
const char* eyevec_error_message(EyeVecResult err);
eyevec_result_string()
Returns character string for specified result code. This is a convenience function that can be used during testing or debugging.
const char* eyevec_result_string(EyeVecResult err);
eyevec_event_id_string()
Returns character string for specified event id. This is a convenience function that can be used during testing or debugging.
const char* eyevec_event_id_string(EyeVecEventId id);
eyevec_tracker_mode_string()
Returns character string for specified tracker mode. This is a convenience function that can be used during testing or debugging.
const char* eyevec_tracker_mode_string(EyeVecTrackerMode mode);
eyevec_exit_status_string()
Returns character string for specified exit status. This is a convenience function that can be used during testing or debugging.
const char* eyevec_exit_status_string(EyeVecExitStatus status);
eyevec_target_status_string()
Returns character string for specified target status. This is a convenience function that can be used during testing or debugging.
const char* eyevec_target_status_string(EyeVecTargetStatus status);