BdsApi
2.2.6
This is the Blacknest BDS API.
|
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< DataAvail > | segments |
Segment info. More... | |
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.
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 >() |
||
) |
BString Bds::DataAvailChan::channel |
The Channels name.
BTimeStamp Bds::DataAvailChan::endTime |
The End Time.
BTimeStamp Bds::DataAvailChan::startTime |
The Start Time.