pflib v3.0.0-rc1-25-gb91774e
Pretty Fine HGCROC Interaction Library
|
A single DAQ 32-bit sample. More...
#include <Sample.h>
Public Member Functions | |
bool | Tc () const |
bool | Tp () const |
int | toa () const |
int | adc_tm1 () const |
int | adc () const |
int | tot () const |
Public Attributes | |
uint32_t | word |
A single DAQ 32-bit sample.
The 32-bit word is stored in memory and then decoded upon request in order to save memory space. Only some of the values are present within the word depending on the flags Tp and Tc at the beginning of the word, so if a value returns -1, that value is not present in the word.