AraRawIcrrRFChannelHeader_t Struct Reference
Part of AraEvent library. The ICRR RF channel header structure. More...
#include <araIcrrStructures.h>
Public Attributes | |
unsigned char | chanId |
Channel Id. | |
unsigned char | chipIdFlag |
chip id bitmask | |
unsigned char | firstHitbus |
First sample of the hitbus. | |
unsigned char | lastHitbus |
Last sample of the hitbus. |
Detailed Description
Part of AraEvent library. The ICRR RF channel header structure.Contains useful info like which channel it is, which LABRADOR chip and when the HITBUS (the write pointer wraparound) is.
Definition at line 66 of file araIcrrStructures.h.
Member Data Documentation
unsigned char AraRawIcrrRFChannelHeader_t::chanId |
Channel Id.
chan + 9*LAB3 (0-8 is LAB3_A, ... 18-26 are LAB3_C)
Definition at line 71 of file araIcrrStructures.h.
unsigned char AraRawIcrrRFChannelHeader_t::chipIdFlag |
chip id bitmask
0:1 LABRADOR chip 2 RCO 3 HITBUS wrap 4-7 HITBUS offset
Definition at line 79 of file araIcrrStructures.h.
unsigned char AraRawIcrrRFChannelHeader_t::firstHitbus |
First sample of the hitbus.
The last sample in the waveform is [firstHitbus-1] --unless wrapped. Otherwise it runs from firstHitbus+1 to lastHitbus-1 inclusive
Definition at line 85 of file araIcrrStructures.h.
unsigned char AraRawIcrrRFChannelHeader_t::lastHitbus |
Last sample of the hitbus.
The first sample in the waveform is [lastHitbus+1] -- unless wrapped. Otherwise it runs from firstHitbus+1 to lastHitbus-1 inclusive
Definition at line 91 of file araIcrrStructures.h.
The documentation for this struct was generated from the following file:
- AraEvent/araIcrrStructures.h
Generated on Mon Mar 18 16:00:46 2013 for ARA ROOT v3.4 Software by
