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

This class defines the set of data selection critera. More...

#include <BdsD.h>

Public Member Functions

 SelectionInfo (BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BList< BString > pnetworks=BList< BString >(), BList< BString > parrays=BList< BString >(), BList< BString > pstations=BList< BString >(), BList< BString > parraysAndStations=BList< BString >(), BList< BString > pchannels=BList< BString >(), BList< BString > psources=BList< BString >(), BUInt32 pnumDataChannels=BUInt32())
 

Public Attributes

BTimeStamp startTime
 The Start Time. More...
 
BTimeStamp endTime
 The End Time. More...
 
BList< BString > networks
 The list of Network Names. More...
 
BList< BString > arrays
 The list of Array names. More...
 
BList< BString > stations
 The list of Station names. More...
 
BList< BString > arraysAndStations
 The list of Array and Station names. More...
 
BList< BString > channels
 The list of Channels. More...
 
BList< BString > sources
 The list of Data Sources. More...
 
BUInt32 numDataChannels
 The number of sets of data in the system. More...
 

Detailed Description

This class defines the set of data selection critera.

Constructor & Destructor Documentation

§ SelectionInfo()

Bds::SelectionInfo::SelectionInfo ( BTimeStamp  pstartTime = BTimeStamp(),
BTimeStamp  pendTime = BTimeStamp(),
BList< BString >  pnetworks = BList<BString >(),
BList< BString >  parrays = BList<BString >(),
BList< BString >  pstations = BList<BString >(),
BList< BString >  parraysAndStations = BList<BString >(),
BList< BString >  pchannels = BList<BString >(),
BList< BString >  psources = BList<BString >(),
BUInt32  pnumDataChannels = BUInt32() 
)

Member Data Documentation

§ arrays

BList<BString > Bds::SelectionInfo::arrays

The list of Array names.

§ arraysAndStations

BList<BString > Bds::SelectionInfo::arraysAndStations

The list of Array and Station names.

§ channels

BList<BString > Bds::SelectionInfo::channels

The list of Channels.

§ endTime

BTimeStamp Bds::SelectionInfo::endTime

The End Time.

§ networks

BList<BString > Bds::SelectionInfo::networks

The list of Network Names.

§ numDataChannels

BUInt32 Bds::SelectionInfo::numDataChannels

The number of sets of data in the system.

§ sources

BList<BString > Bds::SelectionInfo::sources

The list of Data Sources.

§ startTime

BTimeStamp Bds::SelectionInfo::startTime

The Start Time.

§ stations

BList<BString > Bds::SelectionInfo::stations

The list of Station names.


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