BdsApi  2.2.5
This is the Blacknest BDS API.
Public Member Functions | Public Attributes | List of all members
Bds::DataAvailChan Class Reference

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

#include <BdsD.h>

Public Member Functions

 DataAvailChan (BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString(), BArray< DataAvail > segments=BArray< DataAvail >())
 

Public Attributes

BTimeStamp startTime
 The Start Time. More...
 
BTimeStamp endTime
 The End Time. More...
 
BString network
 The Network Name. More...
 
BString station
 The Station name. More...
 
BString channel
 The Channels name. More...
 
BString source
 The Data Source. More...
 
BArray< DataAvailsegments
 Segment info. More...
 

Detailed Description

This class defines avaiilablity information on a set of data.

Availability information is provided for a particular channel network:station:channel:source. For a particular time period this will be broken down into time period segments. The time granularity of the segments is dependent of the type of data availability search. Normally the granularity is that defined by the DataChannel information in the database. The actual seismic data files may not contains some data over the given periods due to missing blocks etc. An in-depth adta availability search could provide more fuller data availability information but with much more data processing. This has yet to be implemented.

Constructor & Destructor Documentation

◆ DataAvailChan()

Bds::DataAvailChan::DataAvailChan ( BTimeStamp  startTime = BTimeStamp(),
BTimeStamp  endTime = BTimeStamp(),
BString  network = BString(),
BString  station = BString(),
BString  channel = BString(),
BString  source = BString(),
BArray< DataAvail segments = BArray<DataAvail >() 
)

Member Data Documentation

◆ channel

BString Bds::DataAvailChan::channel

The Channels name.

◆ endTime

BTimeStamp Bds::DataAvailChan::endTime

The End Time.

◆ network

BString Bds::DataAvailChan::network

The Network Name.

◆ segments

BArray<DataAvail > Bds::DataAvailChan::segments

Segment info.

◆ source

BString Bds::DataAvailChan::source

The Data Source.

◆ startTime

BTimeStamp Bds::DataAvailChan::startTime

The Start Time.

◆ station

BString Bds::DataAvailChan::station

The Station name.


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