From a0645d148085269eed23e40500d7b72179c1fe1b Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 18 Apr 2012 13:50:50 +0200 Subject: Add not-implemented error for ufo readout --- src/uca-camera.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/uca-camera.h') diff --git a/src/uca-camera.h b/src/uca-camera.h index fb703cd..c755fe6 100644 --- a/src/uca-camera.h +++ b/src/uca-camera.h @@ -36,7 +36,8 @@ typedef enum { UCA_CAMERA_ERROR_NOT_FOUND, UCA_CAMERA_ERROR_RECORDING, UCA_CAMERA_ERROR_NOT_RECORDING, - UCA_CAMERA_ERROR_NO_GRAB_FUNC + UCA_CAMERA_ERROR_NO_GRAB_FUNC, + UCA_CAMERA_ERROR_NOT_IMPLEMENTED } UcaCameraError; typedef struct _UcaCamera UcaCamera; -- cgit v1.2.3