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

This class defines a seismic station. More...

#include <BdsD.h>

Public Member Functions

 Station (BUInt32 id=0, BString name=BString(), BString alias=BString(), BString type=BString(), BString description=BString(), BList< ArrayChannel > channels=BList< ArrayChannel >())
 

Public Attributes

BUInt32 id
 Unique ID when stored in a database or for other uses. More...
 
BString name
 The name. More...
 
BString alias
 Alias name to be returned to the user. More...
 
BString type
 The Station type. Set to "array" or "station". More...
 
BString description
 Description. More...
 
BList< ArrayChannelchannels
 List of channels if an Array. More...
 

Detailed Description

This class defines a seismic station.

A Station could be an individual station or an array of stations. If it is an array of stations the Station object contains the list of chaannels that make up the array. This class defines a Station

Constructor & Destructor Documentation

◆ Station()

Bds::Station::Station ( BUInt32  id = 0,
BString  name = BString(),
BString  alias = BString(),
BString  type = BString(),
BString  description = BString(),
BList< ArrayChannel channels = BList<ArrayChannel >() 
)

Member Data Documentation

◆ alias

BString Bds::Station::alias

Alias name to be returned to the user.

◆ channels

BList<ArrayChannel > Bds::Station::channels

List of channels if an Array.

◆ description

BString Bds::Station::description

Description.

◆ id

BUInt32 Bds::Station::id

Unique ID when stored in a database or for other uses.

◆ name

BString Bds::Station::name

The name.

◆ type

BString Bds::Station::type

The Station type. Set to "array" or "station".


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