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
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.
Extra information on data.
The documentation for this class was generated from the following files: