AlcapDAQ
1
|
#include <mucap_structures.h>
Data Fields | |
struct { | |
unsigned int time:24 | |
unsigned int fpga:6 | |
unsigned int a:1 | |
unsigned int b:1 | |
} | r1 |
unsigned char | bytes [4] |
unsigned int | word |
struct { | |
unsigned int time:24 | |
unsigned int fpga:6 | |
unsigned int a:1 | |
unsigned int b:1 | |
} | r1 |
Definition at line 26 of file mucap_structures.h.
unsigned int comp_word::a |
Definition at line 28 of file mucap_structures.h.
Referenced by decode_cmp_bits(), decode_cmp_times(), encode_cmp_bits(), encode_cmp_times(), and make_comp().
unsigned int comp_word::b |
Definition at line 28 of file mucap_structures.h.
Referenced by decode_cmp_bits(), decode_cmp_times(), encode_cmp_bits(), encode_cmp_times(), and make_comp().
unsigned char comp_word::bytes |
Definition at line 31 of file mucap_structures.h.
Referenced by decode_cmp_bits(), and encode_cmp_bits().
unsigned int comp_word::fpga |
Definition at line 28 of file mucap_structures.h.
Referenced by decode_cmp_times(), encode_cmp_times(), and make_comp().
struct { ... } comp_word::r1 |
Referenced by decode_cmp_bits(), decode_cmp_times(), encode_cmp_bits(), encode_cmp_times(), and make_comp().
struct { ... } comp_word::r1 |
unsigned int comp_word::time |
Definition at line 28 of file mucap_structures.h.
Referenced by decode_cmp_times(), encode_cmp_times(), and make_comp().
unsigned int comp_word::word |
Definition at line 33 of file mucap_structures.h.
Referenced by make_comp().