|
ldas-tools-framecpp 3.0.4
|
Implementation of the version 4 specification. More...
Classes | |
| class | Dimension |
| Dimension information for a Vect. More... | |
| class | FrAdcData |
| ADC Data Structure Definition. More... | |
| class | FrAdcDataNPS |
| class | FrameHNPS |
| Non-PTR_STRUCT elements of the FrameH structure. More... | |
| class | FrameHPST |
| class | FrameH |
| class | FrDetector |
| class | FrEndOfFile |
| class | FrEndOfFrame |
| class | FrProcData |
| class | FrRawData |
| class | FrSerData |
| class | FrSimDataRefsT |
| class | FrSimData |
| class | FrSimEventNPS |
| class | FrSimEventPST |
| class | FrSimEvent |
| class | FrStatDataNPS |
| Storage of data members for the FrStatData structure. More... | |
| class | FrStatDataPST |
| class | FrStatData |
| class | FrSummary |
| class | FrTableNPS |
| Storage of data members for the FrTable structure. More... | |
| class | FrTablePST |
| Pointer structure members of the FrTable structure. More... | |
| class | FrTable |
| Implementation of FrTable according to the frame specification. More... | |
| class | FrTOC |
| class | FrTOCAdcData |
| class | FrTOCData |
| class | FrTOCPosition |
| class | FrTOCProcData |
| class | FrTOCSerData |
| class | FrTOCSimData |
| class | FrTOCSimEvent |
| class | FrTOCStatData |
| class | FrTOCSummary |
| class | FrTOCTable |
| class | FrTOCTrigData |
| class | FrTOCTypes |
| class | FrTrigDataStorage |
| class | FrTrigDataRefsT |
| class | FrTrigData |
| class | FrVectCompressionScheme |
| class | FrVect |
| class | FrameSpec |
| Description of frame specification information. The information contained here allows for information needed to describe a specific frame specification implementation. More... | |
Functions | |
| const char * | FR_ADC_DATA_DEFAULT_UNITS () |
| constexpr CHAR_U | DATA_FORMAT_VERSION (4) |
| constexpr CHAR_U | LIBRARY_MINOR_VERSION (10) |
| bool | init_frame_spec () |
| void FrAdcData:: | vTOCQuery (int InfoClass, va_list vl) const |
| template<> | |
| INT_2U | FrVect::GetDataType< std::string > () |
Variables | |
| const FR_ADC_DATA_BIAS_TYPE | FR_ADC_DATA_DEFAULT_BIAS = 0.0 |
| const FR_ADC_DATA_SLOPE_TYPE | FR_ADC_DATA_DEFAULT_SLOPE = 1.0 |
| const FR_ADC_DATA_FSHIFT_TYPE | FR_ADC_DATA_DEFAULT_FSHIFT = 0.0 |
| const FR_ADC_DATA_TIMEOFFSETS_TYPE | FR_ADC_DATA_DEFAULT_TIME_OFFSET_S |
| const FR_ADC_DATA_TIMEOFFSETN_TYPE | FR_ADC_DATA_DEFAULT_TIME_OFFSET_N |
| const FR_ADC_DATA_DATAVALID_TYPE | FR_ADC_DATA_DEFAULT_DATA_VALID = 0 |
| const Common::DetectorNames & | DetectorNameTable = dnt_init( ) |
| const REAL_8 | FR_PROC_DATA_DEFAULT_FSHIFT = 0.0 |
| static const bool | Initialized = init_frame_spec( ) |
| static const INT_2U | MAX_REF = 2 |
Implementation of the version 4 specification.
This namespace includes classes and functions needed to implement the version 4 frame specification as described by LIGO-T970130-D-E dated December 8, 2000.
| typedef REAL_4 FrameCPP::Version_4::dt_type |
| typedef FR_ADC_DATA_PS_NAMESPACE ::FrAdcDataPST< FrVect, FrVect > FrameCPP::Version_4::FrAdcDataPS |
| typedef FrameHPST< FrDetector, FrTrigData, FrHistory, FrProcData, FrRawData, FrSimData, FrSimEvent, FrSummary, FrTable, FrVect > FrameCPP::Version_4::FrameHPS |
| typedef Previous::FrProcDataData FrameCPP::Version_4::FrProcDataData |
| typedef Previous::FrSimDataStorage FrameCPP::Version_4::FrSimDataStorage |
| typedef FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > > FrameCPP::Version_4::FrTablePS |
| typedef LDASTools::AL::GPSTime FrameCPP::Version_4::GPSTime |
| typedef STRING FrameCPP::Version_4::name_type |
| typedef INT_8U FrameCPP::Version_4::position_type |
|
constexpr |
|
inline |
| INT_2U FrameCPP::Version_4::FrVect::GetDataType< std::string > | ( | ) |
|
extern |
|
constexpr |
| void FrAdcData:: FrameCPP::Version_4::vTOCQuery | ( | int | InfoClass, |
| va_list | vl ) const |
| const Common::DetectorNames & FrameCPP::Version_4::DetectorNameTable = dnt_init( ) |
| const FR_ADC_DATA_BIAS_TYPE FrameCPP::Version_4::FR_ADC_DATA_DEFAULT_BIAS = 0.0 |
| const FR_ADC_DATA_DATAVALID_TYPE FrameCPP::Version_4::FR_ADC_DATA_DEFAULT_DATA_VALID = 0 |
| const FR_ADC_DATA_FSHIFT_TYPE FrameCPP::Version_4::FR_ADC_DATA_DEFAULT_FSHIFT = 0.0 |
| const FR_ADC_DATA_SLOPE_TYPE FrameCPP::Version_4::FR_ADC_DATA_DEFAULT_SLOPE = 1.0 |
| const FR_ADC_DATA_TIMEOFFSETN_TYPE FrameCPP::Version_4::FR_ADC_DATA_DEFAULT_TIME_OFFSET_N |
| const FR_ADC_DATA_TIMEOFFSETS_TYPE FrameCPP::Version_4::FR_ADC_DATA_DEFAULT_TIME_OFFSET_S |
| const REAL_8 FrameCPP::Version_4::FR_PROC_DATA_DEFAULT_FSHIFT = 0.0 |
|
static |
|
static |