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. | |
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 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.
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.