Bds::DataBlock Class Reference

#include <BdsD.h>

List of all members.

Public Member Functions

 DataBlock (BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BUInt32 pchannelNumber=BUInt32(), BUInt32 psegmentNumber=BUInt32(), BArray< BArray< BFloat64 > > pchannelData=BArray< BArray< BFloat64 > >(), BDict< BString > pinfo=BDict< BString >())

Public Attributes

BTimeStamp startTime
 The Start Time.
BTimeStamp endTime
 The End Time the channel was available.
BUInt32 channelNumber
 The first channel number.
BUInt32 segmentNumber
 The segment number.
BArray< BArray< BFloat64 > > channelData
 The raw channel data in a 2 dimensional array, orders as per channel information in dataInfo.
BDict< BString > info
 Extra information on data.

Constructor & Destructor Documentation

Bds::DataBlock::DataBlock ( BTimeStamp  pstartTime = BTimeStamp(),
BTimeStamp  pendTime = BTimeStamp(),
BUInt32  pchannelNumber = BUInt32(),
BUInt32  psegmentNumber = BUInt32(),
BArray< BArray< BFloat64 > >  pchannelData = BArray<BArray<BFloat64 > >(),
BDict< BString >  pinfo = BDict<BString >() 
)

Member Data Documentation

BArray<BArray<BFloat64 > > Bds::DataBlock::channelData

The raw channel data in a 2 dimensional array, orders as per channel information in dataInfo.

The first channel number.

The End Time the channel was available.

BDict<BString > Bds::DataBlock::info

Extra information on data.

The segment number.

The Start Time.


The documentation for this class was generated from the following files:

Generated on 8 May 2012 for BdsApi by  doxygen 1.6.1