Account
| BdsApi 2.0.11 |
Bds::ChannelInstrument Class Reference
This class defines a Channel to Digitiser/Sensor linkage. More...
#include <BdsD.h>
Inheritance diagram for Bds::ChannelInstrument:
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) |
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... | |
| 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... | |
Detailed Description
This class defines a Channel to Digitiser/Sensor linkage.
Constructor & Destructor Documentation
◆ ChannelInstrument()
| Bds::ChannelInstrument::ChannelInstrument | ( | BUInt32 | id = 0, |
| BTimeStamp | startTime = BTimeStamp(), | ||
| BTimeStamp | endTime = BTimeStamp(), | ||
| BUInt32 | channelId = 0, | ||
| BString | source = BString(), | ||
| BUInt32 | digitiserId = 0, | ||
| BUInt32 | sensorId = 0 | ||
| ) |
Member Function Documentation
◆ getMember()
Reimplemented from BObj.
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::ChannelInstrument::getType | ( | ) |
◆ setMember()
Reimplemented from BObj.
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ channelId
| BUInt32 Bds::ChannelInstrument::channelId |
The channels Id.
◆ digitiserId
◆ endTime
| BTimeStamp Bds::ChannelInstrument::endTime |
The End Time the channel was available.
◆ id
| BUInt32 Bds::ChannelInstrument::id |
Unique ID when stored in a database or for other uses.
◆ sensorId
| BUInt32 Bds::ChannelInstrument::sensorId |
The sensor in use.
◆ source
| BString Bds::ChannelInstrument::source |
The source.
◆ startTime
| BTimeStamp Bds::ChannelInstrument::startTime |
The Start Time.
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from