The Acqd Startup Struct – Telemetered. More...
#include <simpleStructs.h>
Public Attributes | |
GenericHeader_t | gHdr |
unsigned int | unixTime |
unsigned char | turfIdBytes [4] |
unsigned int | turfIdVersion |
unsigned char | turfioIdBytes [4] |
unsigned int | turfioIdVersion |
unsigned char | surfIdBytes [12][4] |
unsigned int | surfIdVersion [12] |
unsigned char | testBytes [8] |
unsigned int | numEvents |
float | chanMean [12][9] |
Ped subtracted. | |
float | chanRMS [12][9] |
Ped subtracted. | |
unsigned short | threshVals [10] |
unsigned short | scalerVals [8][12][10] |
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.