Account
BdsApi 2.0.11 |
Bds::DataBlock Class Reference
This class defines information on a set of data. More...
#include <BdsD.h>
Public Member Functions | |
DataBlock (BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BUInt32 channelNumber=0, BUInt32 segmentNumber=0, BArray< BArray< BFloat64 > > channelData=BArray< BArray< BFloat64 > >(), BDict< BString > info=BDict< BString >()) | |
Public Attributes | |
BTimeStamp | startTime |
The Start Time. More... | |
BTimeStamp | endTime |
The End Time the channel was available. More... | |
BUInt32 | channelNumber |
The first channel number. More... | |
BUInt32 | segmentNumber |
The segment number. More... | |
BArray< BArray< BFloat64 > > | channelData |
The raw channel data in a 2 dimensional array, ordered as per channel information in dataInfo. More... | |
BDict< BString > | info |
Extra information on data or ASCII data. More... | |
Detailed Description
This class defines information on a set of data.
Constructor & Destructor Documentation
◆ DataBlock()
Bds::DataBlock::DataBlock | ( | BTimeStamp | startTime = BTimeStamp() , |
BTimeStamp | endTime = BTimeStamp() , | ||
BUInt32 | channelNumber = 0 , | ||
BUInt32 | segmentNumber = 0 , | ||
BArray< BArray< BFloat64 > > | channelData = BArray<BArray<BFloat64 > >() , | ||
BDict< BString > | info = BDict<BString >() | ||
) |
Member Data Documentation
◆ channelData
The raw channel data in a 2 dimensional array, ordered as per channel information in dataInfo.
◆ channelNumber
BUInt32 Bds::DataBlock::channelNumber |
The first channel number.
◆ endTime
BTimeStamp Bds::DataBlock::endTime |
The End Time the channel was available.
◆ info
◆ segmentNumber
BUInt32 Bds::DataBlock::segmentNumber |
The segment number.
◆ startTime
BTimeStamp Bds::DataBlock::startTime |
The Start Time.
The documentation for this class was generated from the following files:
Generated by
