Go to the source code of this file.
Data Structures | |
| struct | DigitizerType |
| full description of the digitizer, including A/D converter More... | |
| struct | PositionType |
| geographical location information More... | |
| struct | Titan2TimeType |
| time description down to the microsecond (1^-32 second) More... | |
| struct | Titan2SRType |
| sampling rate description More... | |
| struct | TimeTuningType |
| time tuning event More... | |
| struct | info18_t |
| information frame 18 More... | |
| struct | info19_t |
| information frame 19 More... | |
| struct | info20_t |
| information frame 20 More... | |
| struct | info0_3_t |
| information frame 0-3 More... | |
| struct | info4_t |
| information frame 4 More... | |
| struct | info5_t |
| information frame 5 More... | |
| struct | info15_t |
| information frame 15 More... | |
| struct | HWConfigType |
| current station configuration (including digitizer, datalogger, storage etc.) More... | |
Defines | |
| #define | VERSION 2 |
| #define | MAJOR 2 |
| #define | MINOR 33 |
| #define | CS5323 0 |
| digitizer description | |
| #define | AD7710 1 |
| #define | HI7190 2 |
| #define | CS5321 3 |
| #define | ADS1251 10 |
| #define | UNCORRECTED 0 |
| #define | UNCORRECTABLE 1 |
| #define | CORRECTED 2 |
| #define | MAX_OSIRIS_CHANNEL 24 |
| #define | POWERSUPPLY_CHANNEL (MAX_OSIRIS_CHANNEL+0) |
| #define | TEMPERATURE_CHANNEL (MAX_OSIRIS_CHANNEL+1) |
| #define | MAX_CHANNEL (MAX_OSIRIS_CHANNEL+16) |
| #define | MAX_SAMPLE 2000 |
| #define | PROGRAMNAME "rtitan2" |
| #define AD7710 1 |
| #define CS5321 3 |
| #define CS5323 0 |
digitizer description
Definition at line 34 of file titan2.h.
Referenced by ADCName(), and UpdateTitan1ADCInfo().
| #define HI7190 2 |
| #define MAJOR 2 |
Definition at line 26 of file titan2.h.
Referenced by CheckDiffConfig(), CheckVersion(), CloseAscFile(), UpdateInfoHeader(), and version().
| #define MAX_CHANNEL (MAX_OSIRIS_CHANNEL+16) |
Definition at line 47 of file titan2.h.
Referenced by AddSisData(), CheckContinuity(), CheckStaLtaBounds(), CloseSisFile(), CloseTitFile(), EndSuperFrame(), FileName(), FlushDataFiles(), InitReader(), OpenSisBinFile(), OpenTitBinFile(), ParseTriggerOptions(), ProcessDataFrame(), and ProcessTimeFrame().
| #define MAX_OSIRIS_CHANNEL 24 |
Definition at line 44 of file titan2.h.
Referenced by ADCDelay(), CheckContinuity(), CheckDiffConfig(), CloseAscFile(), CorrectChannelStartTime(), FileName(), FilterDelayTime(), ListToMask(), PrintStation(), ProcessAux1Frame(), ProcessMiscFrame(), Stream2Channel(), TDBInit(), Titan1FilterDelayTime(), UpdateInfoHeader(), and UpdateTitan1ADCInfo().
| #define MAX_SAMPLE 2000 |
| #define MINOR 33 |
Definition at line 27 of file titan2.h.
Referenced by CheckDiffConfig(), CheckVersion(), CloseAscFile(), UpdateInfoHeader(), and version().
| #define POWERSUPPLY_CHANNEL (MAX_OSIRIS_CHANNEL+0) |
| #define PROGRAMNAME "rtitan2" |
Definition at line 52 of file titan2.h.
Referenced by CloseAscFile(), copyright(), ParseOptions(), UpdateInfoHeader(), and version().
| #define TEMPERATURE_CHANNEL (MAX_OSIRIS_CHANNEL+1) |
| #define VERSION 2 |
Definition at line 25 of file titan2.h.
Referenced by CheckDiffConfig(), CheckVersion(), CloseAscFile(), UpdateInfoHeader(), and version().
1.5.6