#include <PXXIHitDataRecord.h>
Inheritance diagram for PXXIHitDataRecord:
Public Member Functions | |
virtual | ~PXXIHitDataRecord () |
virtual Int32b_t | GetVersion () const =0 |
virtual const PXXVRecordPtr | GetRecordPtr ()=0 |
Protected Member Functions | |
PXXIHitDataRecord () |
This object is meant to a thin wrapper around the actual // record data associated with a HIT. It identifies the record // type, and from that the object itself can be interpretted. //
Strictly speaking, objects which implement this interface are self // identifying containers for variable format data records. //
|
Destructor |
|
Constructor. Must be instanciated as an attribute class object so that it should be protected. |
|
Returns the record itself, generically as an VRecord.
Implemented in PXXDomHitEngineeringFormatRecord. |
|
Returns the particular version of this record type.
Implemented in PXXDomHitEngineeringFormatRecord. |