Account
LibTmsApi 2.3.0 |
Tms::Data Class Reference
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. | |
BUInt32 | dataType |
The type of data in the data block. | |
BUInt32 | numBunches |
The number of bunches. | |
BUInt32 | numChannels |
The number of channels. | |
BArray< DataValue > | dataValues |
The data. | |
BArray< BError > | errors |
Individual errors for each channel within dataValues. | |
Detailed Description
This class stores the raw data.
Constructor & Destructor Documentation
◆ 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 >() | ||
) |
Member Data Documentation
◆ dataType
BUInt32 Tms::Data::dataType |
The type of data in the data block.
◆ dataValues
◆ errors
◆ numBunches
BUInt32 Tms::Data::numBunches |
The number of bunches.
◆ numChannels
BUInt32 Tms::Data::numChannels |
The number of channels.
◆ numValues
BUInt32 Tms::Data::numValues |
The total number of data samples.
The documentation for this class was generated from the following files:
Generated by 1.9.7