BdsApi
2.2.6
This is the Blacknest BDS API.
|
This class defines a Channel's instrument. More...
#include <BdsD.h>
Public Member Functions | |
ChannelInstrument (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BUInt32 channelId=0, BString source=BString(), BUInt32 digitiserId=0, BUInt32 sensorId=0) | |
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... | |
BTimeStamp | startTime |
The Start Time. More... | |
BTimeStamp | endTime |
The End Time the channel was available. More... | |
BUInt32 | channelId |
The channels Id. More... | |
BString | source |
The source. More... | |
BUInt32 | digitiserId |
The Digitiser in use. More... | |
BUInt32 | sensorId |
The sensor in use. More... | |
This class defines a Channel's instrument.
It links a seismic data channel with a paricular sensor and digitiser. Note that it is possible to share sensor's and digitisers between channels if wanted for generic sensor/digitiser definitions. However if particular serial numbers are needed the sensor/digitiser needs to be unique.
Bds::ChannelInstrument::ChannelInstrument | ( | BUInt32 | id = 0 , |
BTimeStamp | startTime = BTimeStamp() , |
||
BTimeStamp | endTime = BTimeStamp() , |
||
BUInt32 | channelId = 0 , |
||
BString | source = BString() , |
||
BUInt32 | digitiserId = 0 , |
||
BUInt32 | sensorId = 0 |
||
) |
Reimplemented from BObj.
|
virtual |
Reimplemented from BObj.
BString Bds::ChannelInstrument::getType | ( | ) |
Reimplemented from BObj.
|
virtual |
Reimplemented from BObj.
BUInt32 Bds::ChannelInstrument::channelId |
The channels Id.
BTimeStamp Bds::ChannelInstrument::endTime |
The End Time the channel was available.
BUInt32 Bds::ChannelInstrument::id |
Unique ID when stored in a database or for other uses.
BUInt32 Bds::ChannelInstrument::sensorId |
The sensor in use.
BString Bds::ChannelInstrument::source |
The source.
BTimeStamp Bds::ChannelInstrument::startTime |
The Start Time.