BDS Public
BdsApi  2.0.11

This class defines information on a set of data. More...

#include <BdsD.h>

Public Member Functions

 DataInfo (BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString array=BString(), BString description=BString(), BUInt32 synchronous=0, BArray< BArray< DataChannel > > channels=BArray< BArray< DataChannel > >(), BDict< BString > info=BDict< BString >(), BDict< BString > infoExtra=BDict< BString >(), BList< BString > warnings=BList< BString >())
 

Public Attributes

BTimeStamp startTime
 The Start Time. More...
 
BTimeStamp endTime
 The End Time. More...
 
BString array
 The Seismic Array that all of the channels are from, if just one. More...
 
BString description
 The Comment. More...
 
BUInt32 synchronous
 The channels are synchronously sampled. More...
 
BArray< BArray< DataChannel > > channels
 The Data channels. Each channel can have multiple segments of data. More...
 
BDict< BStringinfo
 Info on the set of channels. More...
 
BDict< BStringinfoExtra
 Extra Info on the set of channels. Used for extended error/logging information. More...
 
BList< BStringwarnings
 Warnings on the data set. More...
 

Detailed Description

This class defines information on a set of data.

Constructor & Destructor Documentation

◆ DataInfo()

Bds::DataInfo::DataInfo ( BTimeStamp  startTime = BTimeStamp(),
BTimeStamp  endTime = BTimeStamp(),
BString  array = BString(),
BString  description = BString(),
BUInt32  synchronous = 0,
BArray< BArray< DataChannel > >  channels = BArray<BArray<DataChannel > >(),
BDict< BString info = BDict<BString >(),
BDict< BString infoExtra = BDict<BString >(),
BList< BString warnings = BList<BString >() 
)

Member Data Documentation

◆ array

BString Bds::DataInfo::array

The Seismic Array that all of the channels are from, if just one.

◆ channels

BArray<BArray<DataChannel > > Bds::DataInfo::channels

The Data channels. Each channel can have multiple segments of data.

◆ description

BString Bds::DataInfo::description

The Comment.

◆ endTime

BTimeStamp Bds::DataInfo::endTime

The End Time.

◆ info

BDict<BString > Bds::DataInfo::info

Info on the set of channels.

◆ infoExtra

BDict<BString > Bds::DataInfo::infoExtra

Extra Info on the set of channels. Used for extended error/logging information.

◆ startTime

BTimeStamp Bds::DataInfo::startTime

The Start Time.

◆ synchronous

BUInt32 Bds::DataInfo::synchronous

The channels are synchronously sampled.

◆ warnings

BList<BString > Bds::DataInfo::warnings

Warnings on the data set.


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