BdsApi 3.1.4
This is the Blacknest BDS API.
|
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. More... | |
BString | network |
The Network this station belongs to if for a partricular network. 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< ArrayChannel > | channels |
List of channels if an Array. More... | |
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
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 >() |
||
) |
BUInt32 Bds::Station::id |
Unique ID when stored in a database or for other uses.
BString Bds::Station::name |
The name.
BString Bds::Station::alias |
Alias name to be returned to the user.
BString Bds::Station::description |
Description.
BList<ArrayChannel > Bds::Station::channels |
List of channels if an Array.