BdsApi
2.2.5
This is the Blacknest BDS API.
|
This class defines a seismic Network organisation. More...
#include <BdsD.h>
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) |
![]() | |
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... | |
This class defines a seismic Network organisation.
Typical Seisomic Networks are "BN", IDC" etc.
Bds::Network::Network | ( | BUInt32 | id = 0 , |
BString | network = BString() , |
||
BString | description = BString() , |
||
BList< BString > | stations = BList<BString >() |
||
) |
|
virtual |
Reimplemented from BObj.
BString Bds::Network::getType | ( | ) |
|
virtual |
Reimplemented from BObj.
BString Bds::Network::description |
The organisations description.
BUInt32 Bds::Network::id |
Unique ID when stored in a database or for other uses.
BString Bds::Network::network |
The name.