AlcapDAQ
1
|
Data Fields | |
bool | enabled |
bool | do_active_readout |
bool | record_trailing_edges |
struct vme_handle * | vme_handle |
unsigned long | vme_base |
char | odb_name [20] |
char | bank_name [20] |
int | active_readout_size |
unsigned char * | active_readout_buffer |
int | active_readout_buffer_size |
int | half_full_level |
double | bytes_per_second |
Definition at line 38 of file caenV767.cpp.
unsigned char * caenV767::active_readout_buffer |
Definition at line 47 of file caenV767.cpp.
Referenced by caenV767_bor1(), caenV767_eor1(), caenV767_poll1(), and caenV767_read1().
int caenV767::active_readout_buffer_size |
Definition at line 48 of file caenV767.cpp.
Referenced by caenV767_bor1(), and caenV767_poll1().
int caenV767::active_readout_size |
Definition at line 46 of file caenV767.cpp.
Referenced by caenV767_bor1(), caenV767_poll1(), and caenV767_read1().
char caenV767::bank_name |
Definition at line 45 of file caenV767.cpp.
Referenced by caenV767_read1().
double caenV767::bytes_per_second |
Definition at line 50 of file caenV767.cpp.
Referenced by caenV767_poll1(), and caenV767_read1().
bool caenV767::do_active_readout |
Definition at line 40 of file caenV767.cpp.
Referenced by caenV767_bor1(), and caenV767_poll1().
bool caenV767::enabled |
Definition at line 39 of file caenV767.cpp.
Referenced by caenV767_bor(), and caenV767_pre_bor().
int caenV767::half_full_level |
Definition at line 49 of file caenV767.cpp.
Referenced by caenV767_bor1().
char caenV767::odb_name |
Definition at line 44 of file caenV767.cpp.
Referenced by caenV767_bor1(), caenV767_poll1(), and caenV767_read1().
bool caenV767::record_trailing_edges |
Definition at line 41 of file caenV767.cpp.
Referenced by caenV767_bor1().
unsigned long caenV767::vme_base |
Definition at line 43 of file caenV767.cpp.
Referenced by caenV767_bor1(), caenV767_fifo_read(), caenV767_opcode_read(), caenV767_opcode_write(), and caenV767_read1().
struct vme_handle * caenV767::vme_handle |
Definition at line 42 of file caenV767.cpp.
Referenced by caenV767_bor1(), caenV767_eor1(), caenV767_fifo_read(), caenV767_opcode_read(), caenV767_opcode_write(), and caenV767_read1().