#include <cvt_V792.h>
Data Fields | |
cvt_board_data | m_common_data |
CVT_V792_TYPES | m_type |
UINT32 * | m_queue |
long | m_queue_ini |
long | m_queue_end |
This structure stores any board data, common and specific ones. It must be passed to each V792's API
Definition at line 67 of file cvt_V792.h.
|
|
Buitin read data queue: only if CVT_V792_USE_DATA_QUEUE is defined Definition at line 75 of file cvt_V792.h. Referenced by cvt_V792_close(), cvt_V792_dequeue(), cvt_V792_inqueue(), cvt_V792_open(), and cvt_V792_peek_event(). |
|
Buitin read data queue top offset: new data can be stored from queue_end to queue_ini (only if CVT_V792_USE_DATA_QUEUE is defined) Definition at line 77 of file cvt_V792.h. Referenced by cvt_V792_get_queue_free(), cvt_V792_get_queue_length(), cvt_V792_inqueue(), and cvt_V792_peek_event(). |
|
Buitin read data queue bottom offset: valid data can be peeked from queue_ini to queue_end. (only if CVT_V792_USE_DATA_QUEUE is defined) Definition at line 76 of file cvt_V792.h. Referenced by cvt_V792_dequeue(), cvt_V792_get_queue_free(), cvt_V792_get_queue_length(), and cvt_V792_peek_event(). |
|
The V792 board type (either A or B) Definition at line 73 of file cvt_V792.h. Referenced by cvt_V792_open(), cvt_V792_set_channel_enable(), cvt_V792_set_threshold(), cvt_V792_set_thresholds(), and cvt_V792_set_zero_suppression(). |