ANITA Event Header – Telemetered. More...
#include <oldStructs.h>
Public Attributes | |
GenericHeader_t | gHdr |
unsigned int | unixTime |
unix UTC sec | |
unsigned int | unixTimeUs |
unix UTC microsec | |
int | gpsSubTime |
GPS timestamp. More... | |
unsigned int | turfEventId |
Turf event id that doesn't roll. | |
unsigned int | eventNumber |
Global event number. | |
unsigned short | calibStatus |
Were we flashing the pulser? | |
unsigned char | priority |
priority and other | |
unsigned char | turfUpperWord |
The upper 8 bits from the TURF. | |
unsigned char | otherFlag |
unsigned char | errorFlag |
Error Flag. More... | |
unsigned char | surfSlipFlag |
Sync Slip between SURF 2-9 and SURF 1. | |
unsigned char | peakThetaBin |
8-bit peak theta bin from Prioritizer | |
unsigned short | l1TrigMask |
16-bit phi ant mask (from TURF) | |
unsigned short | l1TrigMaskH |
16-bit phi ant mask (from TURF) | |
unsigned short | phiTrigMask |
16-bit phi mask (from TURF) | |
unsigned short | phiTrigMaskH |
16-bit phi mask (from TURF) | |
unsigned short | imagePeak |
16-bit image peak from Prioritizer | |
unsigned short | coherentSumPeak |
16-bit coherent sum peak from Prioritizer | |
unsigned short | prioritizerStuff |
TBD. | |
TurfioStructVer40_t | turfio |
The X byte TURFIO data. | |
ANITA Event Header – Telemetered.
ANITA Event Header, contains all kinds of fun information about the event including times, trigger patterns, event numbers and error words
Definition at line 140 of file oldStructs.h.
unsigned char AnitaEventHeaderVer40_t::errorFlag |
Error Flag.
Bit 1 means sync slip between TURF and software Bit 2 is sync slip between SURF 1 and software Bit 3 is sync slip between SURF 10 and SURF 1 Bit 4 is non matching TURF test pattern Bit 5 is startBitGood (1 is good, 0 is bad); Bit 6 is stopBitGood (1 is good, 0 is bad); Bit 7-8 TURFIO photo shutter output
Definition at line 169 of file oldStructs.h.
int AnitaEventHeaderVer40_t::gpsSubTime |
GPS timestamp.
the GPS fraction of second (in ns) (for the X events per second that get tagged with it, note it now includes second offset from unixTime)
Definition at line 152 of file oldStructs.h.
unsigned char AnitaEventHeaderVer40_t::otherFlag |
Currently the first two surf evNums
Definition at line 158 of file oldStructs.h.