|
ldas-tools-framecpp 3.0.4
|
Implementation of the version 9 specification. More...
Namespaces | |
| namespace | FrAdcDataImpl |
| namespace | FrameHImpl |
| namespace | FrDetectorImpl |
| namespace | FrEndOfFileImpl |
| namespace | FrEndOfFrameImpl |
| namespace | FrEventImpl |
| namespace | FrHistoryImpl |
| namespace | FrMsgImpl |
| namespace | Impl |
| namespace | FrProcDataImpl |
| namespace | FrRawDataImpl |
| namespace | FrSEImpl |
| namespace | FrSerDataImpl |
| namespace | FrSHImpl |
| namespace | FrSimDataImpl |
| namespace | FrSimEventImpl |
| namespace | FrSummaryImpl |
| namespace | FrTableImpl |
| namespace | FrTOCImpl |
| namespace | FrVectImpl |
Classes | |
| class | Dimension |
| Dimension information for a Vect. More... | |
| class | FrAdcData |
| Event data. More... | |
| class | FrameH |
| Event data. More... | |
| class | ObjectWithChecksum |
| class | FrDetector |
| Detector data. More... | |
| class | FrEndOfFile |
| End of File data structure. More... | |
| class | FrEndOfFrame |
| End of Frame data structure. More... | |
| class | FrEvent |
| Event data. More... | |
| class | FrHeader |
| Implementation of the frame header structure. More... | |
| class | FrHistory |
| History Structure Definition. More... | |
| class | FrMsg |
| Message Log Data Structure Definition. More... | |
| class | FrProcData |
| Post-Processed Data Structure Definition. More... | |
| class | FrRawData |
| Simulated Data Structure Definition. More... | |
| class | FrSE |
| Contains field information of a dictionary structure. More... | |
| class | FrSerData |
| Raw Data Structure Definition. More... | |
| class | FrSH |
| Contains class information of a dictionary structure. More... | |
| class | FrSimData |
| Simulated Data Structure Definition. More... | |
| class | FrSimEvent |
| Event data. More... | |
| class | FrSummary |
| Summary Data Structure Definition. More... | |
| class | FrTable |
| Table Data Structure Definition. More... | |
| class | FrTOC |
| Table of Contents Data Structure Definition. More... | |
| struct | FrTOCTypes |
| class | FrVect |
| Vector Data Structure Definition. More... | |
| class | FrTOCSimData |
| Indexed elements of the FrSimData structure. More... | |
Typedefs | |
| typedef REAL_4 | dt_type |
| typedef INT_8U | position_type |
| typedef INT_4U | checksum_type |
| typedef Common::FrameSpec::class_type | class_type |
| typedef Common::IFrameStreamWrapper< 9, FrAdcData, FrameH, FrProcData, FrSerData, FrSimData, FrRawData, FrEvent, FrSimEvent > | IFrameStream |
| typedef Common::IFrameStreamPlanWrapper< 9, FrAdcData, FrameH, FrProcData, FrSerData, FrSimData, FrRawData, FrEvent, FrSimEvent > | IFrameStreamPlan |
| typedef FR_CE_LENGTH_TYPE | fr_ce_length_type |
| typedef FR_CE_CHKTYPE_TYPE | fr_ce_chkType_type |
| typedef FR_CE_CLASS_TYPE | fr_ce_class_type |
| typedef FR_CE_INSTANCE_TYPE | fr_ce_instance_type |
| typedef Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION > | StreamRef |
| Common Elements of all frame structures. | |
Functions | |
| bool | init_frame_spec () |
Variables | |
| const Common::DetectorNames & | DetectorNameTable = dnt_init( ) |
| constexpr CHAR_U | DATA_FORMAT_VERSION = 9 |
| constexpr CHAR_U | LIBRARY_MINOR_VERSION = 2 |
| static const bool | Initialized = init_frame_spec( ) |
Implementation of the version 9 specification.
This namespace implements the Version 9 of the frame specification as described in the docuemnt LIGO-T970130-v1 dated March 4, 2009.
| typedef INT_4U FrameCPP::Version_9::checksum_type |
| typedef REAL_4 FrameCPP::Version_9::dt_type |
| typedef Common::IFrameStreamWrapper< 9, FrAdcData, FrameH, FrProcData, FrSerData, FrSimData, FrRawData, FrEvent, FrSimEvent > FrameCPP::Version_9::IFrameStream |
| typedef Common::IFrameStreamPlanWrapper< 9, FrAdcData, FrameH, FrProcData, FrSerData, FrSimData, FrRawData, FrEvent, FrSimEvent > FrameCPP::Version_9::IFrameStreamPlan |
| typedef INT_8U FrameCPP::Version_9::position_type |
| typedef Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION > FrameCPP::Version_9::StreamRef |
Common Elements of all frame structures.
This type is to provide the common components of all frame structures written to a stream. This implements table 6 in section 4.3.2 of the frame specification document.
| bool FrameCPP::Version_9::init_frame_spec | ( | ) |
|
constexpr |
| const Common::DetectorNames & FrameCPP::Version_9::DetectorNameTable = dnt_init( ) |
|
static |
|
constexpr |