ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_7 Namespace Reference

Implementation of the version 7 specification. More...

Typedefs

typedef Previous::FrameHNPS FrameHNPS
 Non-PTR_STRUCT elements of the FrameH structure.
typedef Previous::FrameHPST< FrDetector, FrEvent, FrHistory, FrProcData, FrRawData, FrSimData, FrSimEvent, FrSummary, FrTable, FrVect > FrameHPS
 PTR_STRUCT elements of the FrmaeH structure.

Detailed Description

Implementation of the version 7 specification.

This namespace includes classes and functions needed to implement the version 4 frame specification as described by LIGO-T970130-G-E dated September 7, 2006.

Typedef Documentation

◆ FrameHNPS

typedef Previous::FrameHNPS FrameCPP::Version_7::FrameHNPS

Non-PTR_STRUCT elements of the FrameH structure.

This class contains the data members of the FrameH structure that are not refernced by a pointer. This allows for easier migration into future frame specifications.

◆ FrameHPS

typedef Previous::FrameHPST< FrDetector, FrEvent, FrHistory, FrProcData, FrRawData, FrSimData, FrSimEvent, FrSummary, FrTable, FrVect > FrameCPP::Version_7::FrameHPS

PTR_STRUCT elements of the FrmaeH structure.

This class contains the PTR_STRUCT references of the FrameH structure. This allows for easier migration into future frame specifications.