LibTmsApi
2.0.0
|
This class stores the raw data. More...
#include <TmsD.h>
Public Member Functions | |
Data (BUInt32 pnumValues=BUInt32(), BUInt32 pdataType=BUInt32(), BUInt32 pnumBunches=BUInt32(), BUInt32 pnumChannels=BUInt32(), BArray< DataValue > pdataValues=BArray< DataValue >(), BArray< BError > perrors=BArray< BError >()) | |
Public Attributes | |
BUInt32 | numValues |
The total number of data samples. More... | |
BUInt32 | dataType |
The type of data in the data block. More... | |
BUInt32 | numBunches |
The number of bunches. More... | |
BUInt32 | numChannels |
The number of channels. More... | |
BArray< DataValue > | dataValues |
The data. More... | |
BArray< BError > | errors |
Individual errors for each channel within dataValues. More... | |
This class stores the raw data.
Tms::Data::Data | ( | BUInt32 | pnumValues = BUInt32() , |
BUInt32 | pdataType = BUInt32() , |
||
BUInt32 | pnumBunches = BUInt32() , |
||
BUInt32 | pnumChannels = BUInt32() , |
||
BArray< DataValue > | pdataValues = BArray<DataValue >() , |
||
BArray< BError > | perrors = BArray<BError >() |
||
) |
BUInt32 Tms::Data::dataType |
The type of data in the data block.
BUInt32 Tms::Data::numBunches |
The number of bunches.
BUInt32 Tms::Data::numChannels |
The number of channels.
BUInt32 Tms::Data::numValues |
The total number of data samples.