AraRawRFChannelHeader_t Struct Reference
The channel header. More...
#include <araStructures.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
The channel header.Contains useful info like which channel it is, which LABRADOR chip and when the HITBUS (the write pointer wraparound) is.
Definition at line 83 of file araStructures.h.
Member Data Documentation
unsigned char AraRawRFChannelHeader_t::chanId |
Channel Id.
chan + 9*LAB3 (0-8 is LAB3_A, ... 18-26 are LAB3_C)
Definition at line 88 of file araStructures.h.
unsigned char AraRawRFChannelHeader_t::chipIdFlag |
chip id bitmask
0:1 LABRADOR chip 2 RCO 3 HITBUS wrap 4-7 HITBUS offset
Definition at line 96 of file araStructures.h.
unsigned char AraRawRFChannelHeader_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 102 of file araStructures.h.
unsigned char AraRawRFChannelHeader_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 108 of file araStructures.h.
The documentation for this struct was generated from the following file:
- AraEvent/araStructures.h
Generated on Wed Aug 8 16:18:56 2012 for ARA ROOT Test Bed Software by
