ldas-tools-framecpp 2.7.0
|
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 | FrameH |
class | FrameHNPS |
Non-PTR_STRUCT elements of the FrameH structure. More... | |
class | FrameHPST |
class | FrDetector |
class | FrEndOfFile |
class | FrEndOfFrame |
class | FrProcData |
class | FrRawData |
class | FrSerData |
class | FrSimData |
class | FrSimDataRefsT |
class | FrSimEvent |
class | FrSimEventNPS |
class | FrSimEventPST |
class | FrStatData |
class | FrStatDataNPS |
Storage of data members for the FrStatData structure. More... | |
class | FrStatDataPST |
class | FrSummary |
class | FrTable |
Implementation of FrTable according to the frame specification. More... | |
class | FrTableNPS |
Storage of data members for the FrTable structure. More... | |
class | FrTablePST |
Pointer structure members of the FrTable structure. 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 | FrTrigData |
class | FrTrigDataRefsT |
class | FrTrigDataStorage |
class | FrVect |
class | FrVectCompressionScheme |
Functions | |
const char * | FR_ADC_DATA_DEFAULT_UNITS () |
const CHAR_U | DATA_FORMAT_VERSION (4) |
const 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 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 |
const CHAR_U FrameCPP::Version_4::DATA_FORMAT_VERSION | ( | 4 | ) |
|
inline |
INT_2U FrameCPP::Version_4::FrVect::GetDataType< std::string > | ( | ) |
bool FrameCPP::Version_4::init_frame_spec | ( | ) |
const CHAR_U FrameCPP::Version_4::LIBRARY_MINOR_VERSION | ( | 10 | ) |
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 |