AlcapDAQ  1
Data Fields
comp_word Union Reference

#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
 

Detailed Description

Definition at line 26 of file mucap_structures.h.

Field Documentation

unsigned int comp_word::a
unsigned int comp_word::b
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
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().


The documentation for this union was generated from the following files: