Account
| BdsApi 2.0.11 |
Bds::Network Class Reference
This class defines a Seismic Network organisation. More...
#include <BdsD.h>
Inheritance diagram for Bds::Network:
Public Member Functions | |
| Network (BUInt32 id=0, BString network=BString(), BString description=BString(), BList< BString > stations=BList< BString >()) | |
| BString | getType () |
| BError | setMembers (BDictString &members) |
| BError | setMember (BString name, BString value) |
| BError | getMembers (BDictString &members) |
| BError | getMember (BString name, BString &value) |
Public Member Functions inherited from BObj | |
| BObj () | |
| virtual | ~BObj () |
| virtual const char * | getType () const |
| virtual const BObjMember * | getMembers () const |
| virtual void | membersPrint () const |
| virtual BString | getDebugString () |
Public Attributes | |
| BUInt32 | id |
| Unique ID when stored in a database or for other uses. More... | |
| BString | network |
| The name. More... | |
| BString | description |
| The organisations description. More... | |
| BList< BString > | stations |
| The list of arrays/stations the Network uses. More... | |
Detailed Description
This class defines a Seismic Network organisation.
Typical Seisomic Networks are "BN", IDC" etc.
Constructor & Destructor Documentation
◆ Network()
| Bds::Network::Network | ( | BUInt32 | id = 0, |
| BString | network = BString(), | ||
| BString | description = BString(), | ||
| BList< BString > | stations = BList<BString >() | ||
| ) |
Member Function Documentation
◆ getMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::Network::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ description
| BString Bds::Network::description |
The organisations description.
◆ id
| BUInt32 Bds::Network::id |
Unique ID when stored in a database or for other uses.
◆ network
| BString Bds::Network::network |
The name.
◆ stations
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from