ARICH Channel Mask.
More...
#include <ARICHAsicChannelMask.h>
ARICH Channel Mask.
Definition at line 21 of file ARICHAsicChannelMask.h.
◆ anonymous enum
Various constants.
Enumerator |
---|
c_Size | storage size in bytes 4*36 channels / 8 bits
|
Definition at line 27 of file ARICHAsicChannelMask.h.
◆ ARICHAsicChannelMask() [1/2]
Default constructor.
Definition at line 33 of file ARICHAsicChannelMask.h.
34 {
35 for (unsigned i = 0; i < c_Size; i++)
36 m_mask[i] = 0;
37 };
◆ ARICHAsicChannelMask() [2/2]
Constructor.
Definition at line 42 of file ARICHAsicChannelMask.h.
43 {
44 for (unsigned i = 0; i < c_Size; i++)
45 m_mask[i] = mask[i];
46 };
◆ ~ARICHAsicChannelMask()
◆ m_mask
The documentation for this class was generated from the following file: