BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches
Bds::SelectionInfo Class Reference

This class defines the set of Metadata or Siesmic sensor data to be selected when getSelectionInfo() is use. More...

#include <BdsD.h>

Public Member Functions

 SelectionInfo (BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BList< BString > networks=BList< BString >(), BList< BString > arrays=BList< BString >(), BList< BString > stations=BList< BString >(), BList< BString > arraysAndStations=BList< BString >(), BList< BString > channels=BList< BString >(), BList< BString > sources=BList< BString >(), BUInt32 numDataChannels=0)
 

Public Attributes

BTimeStamp startTime
 The Start Time.
 
BTimeStamp endTime
 The End Time.
 
BList< BStringnetworks
 The list of Network Names.
 
BList< BStringarrays
 The list of Array names.
 
BList< BStringstations
 The list of Station names.
 
BList< BStringarraysAndStations
 The list of Array and Station names.
 
BList< BStringchannels
 The list of Channels.
 
BList< BStringsources
 The list of Data Sources.
 
BUInt32 numDataChannels
 The number of sets of data in the system matching the criteria.
 

Detailed Description

This class defines the set of Metadata or Siesmic sensor data to be selected when getSelectionInfo() is use.

This provides information on everything selected by a Selection object from the BDS Metadata or Sensor data sets.

Constructor & Destructor Documentation

◆ SelectionInfo()

Bds::SelectionInfo::SelectionInfo ( BTimeStamp  startTime = BTimeStamp(),
BTimeStamp  endTime = BTimeStamp(),
BList< BString networks = BList<BString >(),
BList< BString arrays = BList<BString >(),
BList< BString stations = BList<BString >(),
BList< BString arraysAndStations = BList<BString >(),
BList< BString channels = BList<BString >(),
BList< BString sources = BList<BString >(),
BUInt32  numDataChannels = 0 
)

Member Data Documentation

◆ startTime

BTimeStamp Bds::SelectionInfo::startTime

The Start Time.

◆ endTime

BTimeStamp Bds::SelectionInfo::endTime

The End Time.

◆ networks

BList<BString > Bds::SelectionInfo::networks

The list of Network Names.

◆ arrays

BList<BString > Bds::SelectionInfo::arrays

The list of Array names.

◆ stations

BList<BString > Bds::SelectionInfo::stations

The list of Station names.

◆ arraysAndStations

BList<BString > Bds::SelectionInfo::arraysAndStations

The list of Array and Station names.

◆ channels

BList<BString > Bds::SelectionInfo::channels

The list of Channels.

◆ sources

BList<BString > Bds::SelectionInfo::sources

The list of Data Sources.

◆ numDataChannels

BUInt32 Bds::SelectionInfo::numDataChannels

The number of sets of data in the system matching the criteria.


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