#include <TmsD.h>
Public Member Functions | |
Data () | |
Data (UInt32 pnumValues, UInt32 pdataType, BArray< DataValue > pdataValues) | |
Public Attributes | |
UInt32 | numValues |
The total number of data samples. | |
UInt32 | dataType |
The type of data in the data block. | |
BArray< DataValue > | dataValues |
The data. |
Tms::Data::Data | ( | ) |
The total number of data samples.
The type of data in the data block.
The data.