summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-03-01 09:47:10 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-03-01 09:47:10 +0100
commit9b65b8182769c7cf993e256444d331ffec9f2d02 (patch)
treec17c373c939c9bca852f72ca958c2c511eea7bb6 /src/uca.h
parenta92101a277aed63224e1bd2077c99826e9e35f1d (diff)
downloaduca-9b65b8182769c7cf993e256444d331ffec9f2d02.tar.gz
uca-9b65b8182769c7cf993e256444d331ffec9f2d02.tar.bz2
uca-9b65b8182769c7cf993e256444d331ffec9f2d02.tar.xz
uca-9b65b8182769c7cf993e256444d331ffec9f2d02.zip
Documentation added
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/uca.h b/src/uca.h
index 893d51c..c65d509 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -124,11 +124,11 @@ enum uca_errors {
UCA_ERR_PROP_GENERAL, /**< error occured reading/writing the property */
UCA_ERR_PROP_VALUE_OUT_OF_RANGE, /**< error occured writing the property */
- UCA_ERR_CAM_ARM,
- UCA_ERR_CAM_RECORD,
+ UCA_ERR_CAM_ARM, /**< camera is not armed */
+ UCA_ERR_CAM_RECORD, /**< could not record */
- UCA_ERR_GRABBER_ACQUIRE,
- UCA_ERR_GRABBER_NOMEM
+ UCA_ERR_GRABBER_ACQUIRE, /**< grabber couldn't acquire a frame */
+ UCA_ERR_GRABBER_NOMEM /**< no memory was allocated using uca_grabber->alloc() */
};
struct uca_t {