AlcapDAQ
1
|
#include <mucap_structures.h>
Data Fields | |
unsigned char | bytes1 [4] |
unsigned short | time |
unsigned char | bytes2 [2] |
union { | |
unsigned short words [3] | |
unsigned char bytes [6] | |
} | bits |
Definition at line 1 of file mucap_structures.h.
union { ... } tdc400_word::bits |
unsigned char tdc400_word::bytes1[4] |
Definition at line 3 of file mucap_structures.h.
Referenced by tdc400_byte().
unsigned char tdc400_word::bytes2[2] |
Definition at line 5 of file mucap_structures.h.
Referenced by tdc400_byte().
unsigned short tdc400_word::time |
Definition at line 4 of file mucap_structures.h.
Referenced by decode_times(), and encode_times().