Account
| BdsApi 2.0.11 |
Bds::Channel Class Reference
This class defines a Channel. More...
#include <BdsD.h>
Inheritance diagram for Bds::Channel:
Public Member Functions | |
| Channel (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString channelType=BString(), BString channelAux=BString(), BString dataType=BString(), BString description=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... | |
| BTimeStamp | startTime |
| The Start Time. More... | |
| BTimeStamp | endTime |
| The End Time the channel was available. More... | |
| BString | network |
| The Network Name. More... | |
| BString | station |
| The Stations name. (Do we want this in here and if so do we want, network, source etc) More... | |
| BString | channel |
| The channels name. More... | |
| BString | channelType |
| The channels type. More... | |
| BString | channelAux |
| The channels auxilary identifier. More... | |
| BString | dataType |
| The Type of data. More... | |
| BString | description |
| The channels description. More... | |
Detailed Description
This class defines a Channel.
Constructor & Destructor Documentation
◆ Channel()
| Bds::Channel::Channel | ( | BUInt32 | id = 0, |
| BTimeStamp | startTime = BTimeStamp(), | ||
| BTimeStamp | endTime = BTimeStamp(), | ||
| BString | network = BString(), | ||
| BString | station = BString(), | ||
| BString | channel = BString(), | ||
| BString | channelType = BString(), | ||
| BString | channelAux = BString(), | ||
| BString | dataType = BString(), | ||
| BString | description = BString() | ||
| ) |
Member Function Documentation
◆ getMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::Channel::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ channel
| BString Bds::Channel::channel |
The channels name.
◆ channelAux
| BString Bds::Channel::channelAux |
The channels auxilary identifier.
◆ channelType
| BString Bds::Channel::channelType |
The channels type.
◆ dataType
| BString Bds::Channel::dataType |
The Type of data.
◆ description
| BString Bds::Channel::description |
The channels description.
◆ endTime
| BTimeStamp Bds::Channel::endTime |
The End Time the channel was available.
◆ id
| BUInt32 Bds::Channel::id |
Unique ID when stored in a database or for other uses.
◆ network
◆ startTime
| BTimeStamp Bds::Channel::startTime |
The Start Time.
◆ station
| BString Bds::Channel::station |
The Stations name. (Do we want this in here and if so do we want, network, source etc)
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from