Account
BdsApi 4.0.1 This is the Blacknest BDS API. |
This class defines a seismic Sensor. More...
#include <BdsD.h>

Public Member Functions | |
Sensor (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString name=BString(), BString type=BString(), BString serialNumber=BString(), BUInt32 numberChannels=0, BString gainUnits=BString(), BFloat64 gain=0, BUInt32 oldId=0, BInt32 shared=0) | |
const char * | getType () const |
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 BError | getMembers (BDictString &members) |
virtual BError | getMember (BString name, BString &value) |
virtual BError | setMembers (BDictString &members) |
virtual BError | setMember (BString name, BString value) |
virtual void | membersPrint () const |
virtual BString | getDebugString () |
Public Attributes | |
BUInt32 | id |
The ID. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time. | |
BString | name |
The Sensors name. | |
BString | type |
The type of sensor. (Seismometer, Hydrophone etc) | |
BString | serialNumber |
The sensor's serial number. Only used when there is a unique physical sensor. | |
BUInt32 | numberChannels |
The number of supported channels. | |
BString | gainUnits |
The gain units. | |
BFloat64 | gain |
The overall gain of the sensor at the manufacturers calibration frequency. (For information only) | |
BUInt32 | oldId |
The Id from the old Autodrm database. | |
BInt32 | shared |
This sensor is shared. | |
Detailed Description
This class defines a seismic Sensor.
This just stores information on the seismic instrument's senosr. Its contents is generally for information only.
Constructor & Destructor Documentation
◆ Sensor()
Bds::Sensor::Sensor | ( | BUInt32 | id = 0 , |
BTimeStamp | startTime = BTimeStamp() , | ||
BTimeStamp | endTime = BTimeStamp() , | ||
BString | name = BString() , | ||
BString | type = BString() , | ||
BString | serialNumber = BString() , | ||
BUInt32 | numberChannels = 0 , | ||
BString | gainUnits = BString() , | ||
BFloat64 | gain = 0 , | ||
BUInt32 | oldId = 0 , | ||
BInt32 | shared = 0 | ||
) |
Member Function Documentation
◆ getType()
| virtual |
Reimplemented from BObj.
◆ setMembers()
| virtual |
Reimplemented from BObj.
◆ setMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getMember()
Member Data Documentation
◆ id
BUInt32 Bds::Sensor::id |
The ID.
◆ startTime
BTimeStamp Bds::Sensor::startTime |
The Start Time.
◆ endTime
BTimeStamp Bds::Sensor::endTime |
The End Time.
◆ name
BString Bds::Sensor::name |
The Sensors name.
◆ type
BString Bds::Sensor::type |
The type of sensor. (Seismometer, Hydrophone etc)
◆ serialNumber
BString Bds::Sensor::serialNumber |
The sensor's serial number. Only used when there is a unique physical sensor.
◆ numberChannels
BUInt32 Bds::Sensor::numberChannels |
The number of supported channels.
◆ gainUnits
BString Bds::Sensor::gainUnits |
The gain units.
◆ gain
BFloat64 Bds::Sensor::gain |
The overall gain of the sensor at the manufacturers calibration frequency. (For information only)
◆ oldId
BUInt32 Bds::Sensor::oldId |
The Id from the old Autodrm database.
◆ shared
BInt32 Bds::Sensor::shared |
This sensor is shared.
The documentation for this class was generated from the following files:
Generated by