diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 21:49:27 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 21:49:27 +0100 |
commit | 8ce8c60d7b335d4c1b64a9c726665759a6dd17ba (patch) | |
tree | c2252760833b47fb5860ab3edbe4bc84ebc48364 /pcilib.h | |
parent | 44866dd2d2204128bf37be82a709de92018113a3 (diff) | |
download | ipecamera-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.tar.gz ipecamera-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.tar.bz2 ipecamera-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.tar.xz ipecamera-8ce8c60d7b335d4c1b64a9c726665759a6dd17ba.zip |
Print more statistics
Diffstat (limited to 'pcilib.h')
-rw-r--r-- | pcilib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) */ |