BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
Bds::DataInfo Class Reference

#include <BdsD.h>

Public Member Functions

 DataInfo (BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString parray=BString(), BString pdescription=BString(), BUInt32 psynchronous=BUInt32(), BArray< BArray< DataChannel > > pchannels=BArray< BArray< DataChannel > >(), BDict< BString > pinfo=BDict< BString >(), BDict< BString > pinfoExtra=BDict< BString >(), BList< BString > pwarnings=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< BString > info
 Info on the set of channels. More...
 
BDict< BString > infoExtra
 Extra Info on the set of channels. Used for extended error/logging information. More...
 
BList< BString > warnings
 Warnings on the data set. More...
 

Constructor & Destructor Documentation

§ DataInfo()

Bds::DataInfo::DataInfo ( BTimeStamp  pstartTime = BTimeStamp(),
BTimeStamp  pendTime = BTimeStamp(),
BString  parray = BString(),
BString  pdescription = BString(),
BUInt32  psynchronous = BUInt32(),
BArray< BArray< DataChannel > >  pchannels = BArray<BArray<DataChannel > >(),
BDict< BString >  pinfo = BDict<BString >(),
BDict< BString >  pinfoExtra = BDict<BString >(),
BList< BString >  pwarnings = 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: