summaryrefslogtreecommitdiffstats
path: root/pcilib.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 21:49:27 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 21:49:27 +0100
commit8ce8c60d7b335d4c1b64a9c726665759a6dd17ba (patch)
treec2252760833b47fb5860ab3edbe4bc84ebc48364 /pcilib.h
parent44866dd2d2204128bf37be82a709de92018113a3 (diff)
downloadpcitool-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.tar.gz
pcitool-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.tar.bz2
pcitool-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.tar.xz
pcitool-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.zip
Print more statistics
Diffstat (limited to 'pcilib.h')
-rw-r--r--pcilib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib.h b/pcilib.h
index fed600c..adec4da 100644
--- a/pcilib.h
+++ b/pcilib.h
@@ -87,7 +87,7 @@ typedef enum {
typedef enum {
PCILIB_EVENT_FLAGS_DEFAULT = 0,
- PCILIB_EVENT_FLAG_RAW_DATA_ONLY = 1, /**< Do not parse data, just read raw and pass it to rawdata callback */
+ PCILIB_EVENT_FLAG_RAW_DATA_ONLY = 1, /**< Do not parse data, just read raw and pass it to rawdata callback. If passed to rawdata callback, idicates the data is not identified as event (most probably just padding) */
PCILIB_EVENT_FLAG_STOP_ONLY = 1, /**< Do not cleanup, just stop acquiring new frames, the cleanup should be requested afterwards */
PCILIB_EVENT_FLAG_EOF = 2, /**< Indicates that it is the last part of the frame (not required) */
PCILIB_EVENT_FLAG_PREPROCESS = 4 /**< Enables preprocessing of the raw data (decoding frames, etc.) */