BdsApi
3.0.12
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 the Station object contains the list of chaannels that make up the array. 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 >() |
||
) |
BString Bds::Station::alias |
Alias name to be returned to the user.
BList<ArrayChannel > Bds::Station::channels |
List of channels if an Array.
BString Bds::Station::description |
Description.
BUInt32 Bds::Station::id |
Unique ID when stored in a database or for other uses.
BString Bds::Station::name |
The name.