Tms::Data Class Reference

This class stores the raw data. More...

#include <TmsD.h>

List of all members.

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< DataValuedataValues
 The data.
BArray< BErrorerrors
 Individual errors for each channel within dataValues.


Detailed Description

This class stores the raw data.

Constructor & Destructor Documentation

Tms::Data::Data (  ) 

Tms::Data::Data ( UInt32  pnumValues,
UInt32  pdataType,
UInt32  pnumBunches,
UInt32  pnumChannels,
BArray< DataValue pdataValues,
BArray< BError perrors 
)


Member Data Documentation

UInt32 Tms::Data::numValues

The total number of data samples.

UInt32 Tms::Data::dataType

The type of data in the data block.

UInt32 Tms::Data::numBunches

The number of bunches.

UInt32 Tms::Data::numChannels

The number of channels.

BArray<DataValue> Tms::Data::dataValues

The data.

BArray<BError> Tms::Data::errors

Individual errors for each channel within dataValues.


The documentation for this class was generated from the following files:
Generated on Tue Jan 22 09:32:42 2008 for LibTmsApi by  doxygen 1.5.4