summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-10-24 09:22:36 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-10-24 09:22:36 +0200
commit29b0567b035ec45c1d78423a8d96821cdaf85787 (patch)
tree71c7fc9d2219655b60855eeeed7d28b723e77ec4 /src/uca.h
parentccaf5dfc7727ea32920527a7622509b9724ae42f (diff)
downloaduca-29b0567b035ec45c1d78423a8d96821cdaf85787.tar.gz
uca-29b0567b035ec45c1d78423a8d96821cdaf85787.tar.bz2
uca-29b0567b035ec45c1d78423a8d96821cdaf85787.tar.xz
uca-29b0567b035ec45c1d78423a8d96821cdaf85787.zip
Fix: pco.dimax record & readout mode
I won't go into detail how retarded a decision from pco is and how much time it cost...
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca.h b/src/uca.h
index c4a9128..f194392 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -298,6 +298,7 @@ extern const char *uca_unit_map[]; /**< maps unit numbers to corresponding
#define UCA_ERR_FRAME_TRANSFER 0x10000009
#define UCA_ERR_ALREADY_REGISTERED 0x1000000A
#define UCA_ERR_NOT_IMPLEMENTED 0x1000000B
+#define UCA_ERR_NO_MORE_IMAGES 0x1000000C
struct uca_camera_priv;
/**