diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-07-13 12:27:00 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-07-13 12:27:20 +0200 |
commit | 070a3488a5dc242dc3312f957ef21588c02b03e2 (patch) | |
tree | 9d4385636b45ed66cbb746b792b2f8ea86b6204f /src/uca-camera.h | |
parent | 10fe7154f5e09cd42f718c327814921f0539d8a0 (diff) | |
download | uca-070a3488a5dc242dc3312f957ef21588c02b03e2.tar.gz uca-070a3488a5dc242dc3312f957ef21588c02b03e2.tar.bz2 uca-070a3488a5dc242dc3312f957ef21588c02b03e2.tar.xz uca-070a3488a5dc242dc3312f957ef21588c02b03e2.zip |
Add TIMEOUT error code
Diffstat (limited to 'src/uca-camera.h')
-rw-r--r-- | src/uca-camera.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uca-camera.h b/src/uca-camera.h index 4a8db48..23d1915 100644 --- a/src/uca-camera.h +++ b/src/uca-camera.h @@ -44,7 +44,8 @@ typedef enum { UCA_CAMERA_ERROR_NO_GRAB_FUNC, UCA_CAMERA_ERROR_NOT_IMPLEMENTED, UCA_CAMERA_ERROR_WRONG_WRITE_METADATA, - UCA_CAMERA_ERROR_END_OF_STREAM + UCA_CAMERA_ERROR_END_OF_STREAM, + UCA_CAMERA_ERROR_TIMEOUT } UcaCameraError; typedef enum { |