#include <titan2.h>
Data Fields | |
| int32_t | adcFrequency |
| ADC frequency. | |
| int32_t | adcDecimation |
| filter decimation of the ADC raw data | |
| int32_t | adcDecimationLength |
| length of the first decimation filter | |
| int32_t | secondDecimationLength |
| length of the second decimation filter | |
| int32_t | adcId |
| ADC id. | |
| double | adcDelay |
| ADC static delay (in samples). | |
| int | ok |
| if 1, then misc3 and friends have been seen | |
Definition at line 63 of file titan2.h.
| int32_t DigitizerType::adcFrequency |
ADC frequency.
Definition at line 64 of file titan2.h.
Referenced by ADCDelay(), CheckDiffConfig(), CheckSoftwareRelease(), CheckVersion(), FilterChain(), FilterDelayTime(), and ProcessMiscFrame().
| int32_t DigitizerType::adcDecimation |
filter decimation of the ADC raw data
Definition at line 65 of file titan2.h.
Referenced by CheckDiffConfig(), CheckSoftwareRelease(), FilterChain(), FilterDelayTime(), and ProcessMiscFrame().
length of the first decimation filter
Definition at line 66 of file titan2.h.
Referenced by CheckDiffConfig(), CheckSoftwareRelease(), FilterChain(), FilterDelayTime(), FixBuggyMykerinos(), ProcessInfoFrame(), and ProcessMiscFrame().
length of the second decimation filter
Definition at line 67 of file titan2.h.
Referenced by CheckDiffConfig(), CheckSoftwareRelease(), FilterDelayTime(), and ProcessMiscFrame().
| int32_t DigitizerType::adcId |
ADC id.
Definition at line 68 of file titan2.h.
Referenced by CheckDiffConfig(), CheckSoftwareRelease(), ProcessInfoFrame(), ProcessMiscFrame(), and UpdateTitan1ADCInfo().
| double DigitizerType::adcDelay |
ADC static delay (in samples).
Definition at line 69 of file titan2.h.
Referenced by ADCDelay(), CheckDiffConfig(), CheckSoftwareRelease(), ProcessInfoFrame(), and ProcessMiscFrame().
if 1, then misc3 and friends have been seen
Definition at line 70 of file titan2.h.
Referenced by ADCDelay(), AddMSeedData(), CheckSoftwareRelease(), ProcessInfoFrame(), and ProcessMiscFrame().
1.5.6