#include <cvt_V1190.h>
Data Fields | |
vme_board_data | m_common_data |
Common data : always let at offset 0. | |
UINT32 | m_queue [V1190_QUEUE_SIZE_DWORD] |
Buitin data queue: only if V1190_USE_DATA_QUEUE is defined. | |
long | m_queue_ini |
Buitin data queue ini offset: only if V1190_USE_DATA_QUEUE is defined. | |
long | m_queue_end |
Buitin data queue end offset: only if V1190_USE_DATA_QUEUE is defined. |
This structure stores any board data, common and specific ones. It must be passed to each V1190's API
Definition at line 59 of file cvt_V1190.h.
|
Common data : always let at offset 0.
Definition at line 61 of file cvt_V1190.h. Referenced by vme_board_V1190_close(), vme_board_V1190_exec_command(), vme_board_V1190_init_from_token(), vme_board_V1190_open(), and vme_board_V1190_read_buffer(). |
|
Buitin data queue: only if V1190_USE_DATA_QUEUE is defined.
Definition at line 65 of file cvt_V1190.h. |
|
Buitin data queue end offset: only if V1190_USE_DATA_QUEUE is defined.
Definition at line 67 of file cvt_V1190.h. |
|
Buitin data queue ini offset: only if V1190_USE_DATA_QUEUE is defined.
Definition at line 66 of file cvt_V1190.h. |