From 9b65b8182769c7cf993e256444d331ffec9f2d02 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 1 Mar 2011 09:47:10 +0100 Subject: Documentation added --- src/uca.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/uca.h') 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 { -- cgit v1.2.3