BdsApi  1.2.10
Public Member Functions | Public Attributes
Bds::DataInfo Class Reference

#include <BdsD.h>

List of all members.

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.
BTimeStamp endTime
 The End Time.
BString array
 The Seismic Array that all of the channels are from, if just one.
BString description
 The Comment.
BUInt32 synchronous
 The channels are synchronously sampled.
BArray< BArray< DataChannel > > channels
 The Data channels. Each channel can have multiple segments of data.
BDict< BString > info
 Info on the set of channels.
BDict< BString > infoExtra
 Extra Info on the set of channels. Used for extended error/logging information.
BList< BString > warnings
 Warnings on the data set.

Constructor & Destructor Documentation

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

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

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

The Comment.

The End Time.

BDict<BString > Bds::DataInfo::info

Info on the set of channels.

BDict<BString > Bds::DataInfo::infoExtra

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

The Start Time.

The channels are synchronously sampled.

BList<BString > Bds::DataInfo::warnings

Warnings on the data set.


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