BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches

This class defines a seismic station. More...

#include <BdsD.h>

Public Member Functions

 Station (BUInt32 id=0, BString network=BString(), 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.
 
BString network
 The Network this station belongs to if for a partricular network.
 
BString name
 The name.
 
BString alias
 Alias name to be returned to the user.
 
BString type
 The Station type. Set to "array" or "station".
 
BString description
 Description.
 
BList< ArrayChannelchannels
 List of channels if an Array.
 

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 (type is set to "array") them the Station object contains the list of chaannels that make up the array. The list of channels contain Location offsets to to the individual channels relative to the arry's centre. This class defines a Station

Constructor & Destructor Documentation

◆ Station()

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

Member Data Documentation

◆ id

BUInt32 Bds::Station::id

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

◆ network

BString Bds::Station::network

The Network this station belongs to if for a partricular network.

◆ name

BString Bds::Station::name

The name.

◆ alias

BString Bds::Station::alias

Alias name to be returned to the user.

◆ type

BString Bds::Station::type

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

◆ description

BString Bds::Station::description

Description.

◆ channels

BList<ArrayChannel > Bds::Station::channels

List of channels if an Array.


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