ANITA Event Reader
|
The Acqd Startup Struct – Telemetered. More...
#include <simpleStructs.h>
Public Attributes | |
float | chanMean [ACTIVE_SURFS][CHANNELS_PER_SURF] |
Ped subtracted. | |
float | chanRMS [ACTIVE_SURFS][CHANNELS_PER_SURF] |
Ped subtracted. | |
GenericHeader_t | gHdr |
unsigned int | numEvents |
unsigned short | scalerVals [TRIGGER_SURFS][SCALERS_PER_SURF][10] |
unsigned char | surfIdBytes [ACTIVE_SURFS][4] |
unsigned int | surfIdVersion [ACTIVE_SURFS] |
unsigned char | testBytes [8] |
unsigned short | threshVals [10] |
unsigned char | turfIdBytes [4] |
unsigned int | turfIdVersion |
unsigned char | turfioIdBytes [4] |
unsigned int | turfioIdVersion |
unsigned int | unixTime |
The Acqd Startup Struct – Telemetered.
This structure is created whenever Acqd starts, it serves as a simple unit test to make sure everything is on and working. You can tell which RF channels are on by looking at the chanRMS and on the trigger side of things you can see the live channels by looking at the scalerValues.
This will be telemetered
Definition at line 1139 of file simpleStructs.h.