#include <cvt_V1724.h>
Data Fields | |
cvt_board_data | m_common_data |
UINT32 * | m_tmp_sample_buffer |
UINT32 | m_tmp_sample_buffer_size |
This structure stores any board data, common and specific ones. It must be passed to each V1724's API
Definition at line 42 of file cvt_V1724.h.
|
Boards common data structure: always let at offset 0 Definition at line 44 of file cvt_V1724.h. Referenced by cvt_V1724_close(), cvt_V1724_data_clear(), cvt_V1724_get_channel_status(), cvt_V1724_get_system_info(), cvt_V1724_open(), cvt_V1724_read_buffer(), cvt_V1724_set_acquisition_mode(), cvt_V1724_set_channel_trigger(), cvt_V1724_set_dither_enable(), cvt_V1724_set_interrupt(), cvt_V1724_set_MCST_CBLT(), cvt_V1724_set_readout_mode(), cvt_V1724_set_trigger_mode(), cvt_V1724_software_reset(), and cvt_V1724_software_trigger(). |
|
Buitin temporary samples' buffer Definition at line 48 of file cvt_V1724.h. Referenced by cvt_V1724_close(), cvt_V1724_open(), and cvt_V1724_read_buffer(). |
|
Buitin temporary samples' buffer size (UINT32 words) Definition at line 49 of file cvt_V1724.h. Referenced by cvt_V1724_close(), cvt_V1724_open(), and cvt_V1724_read_buffer(). |