A subclass of binaryPart to describe the zeroLags. More...
#include <SDMDataObject.h>
Public Member Functions | |
ZeroLagsBinaryPart () | |
An empty constructor. | |
~ZeroLagsBinaryPart () | |
The destructor. | |
ZeroLagsBinaryPart (unsigned int size, const vector< AxisName > &axes, CorrelatorType correlatorType) | |
The full constructor. | |
virtual CorrelatorType | correlatorType () const |
Returns the correlator type. | |
Protected Attributes | |
CorrelatorType | correlatorType_ |
Friends | |
class | DataStruct |
class | SDMDataObject |
class | HeaderParser |
class | SDMDataObjectWriter |
A subclass of binaryPart to describe the zeroLags.
The description of zeroLags contains one extra information stored in a CorrelatorType field which indicates the type of correlator which has produced them.
Definition at line 664 of file SDMDataObject.h.
asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::ZeroLagsBinaryPart | ( | ) |
An empty constructor.
asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::~ZeroLagsBinaryPart | ( | ) |
The destructor.
asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::ZeroLagsBinaryPart | ( | unsigned int | size, | |
const vector< AxisName > & | axes, | |||
CorrelatorType | correlatorType | |||
) |
The full constructor.
virtual CorrelatorType asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::correlatorType | ( | ) | const [virtual] |
Returns the correlator type.
friend class DataStruct [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 665 of file SDMDataObject.h.
friend class HeaderParser [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 667 of file SDMDataObject.h.
friend class SDMDataObject [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 666 of file SDMDataObject.h.
friend class SDMDataObjectWriter [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 668 of file SDMDataObject.h.
CorrelatorType asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::correlatorType_ [protected] |
Definition at line 671 of file SDMDataObject.h.