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