Account
| BdsApi 2.0.11 |
Bds::SourcePriority Class Reference
This class defines a Source Order entry. More...
#include <BdsD.h>
Inheritance diagram for Bds::SourcePriority:
Public Member Functions | |
| SourcePriority (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString source=BString(), BUInt32 priority=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... | |
| BString | source |
| The source name. More... | |
| BUInt32 | priority |
| The priority order, highest first. More... | |
Detailed Description
This class defines a Source Order entry.
Constructor & Destructor Documentation
◆ SourcePriority()
| Bds::SourcePriority::SourcePriority | ( | BUInt32 | id = 0, |
| BTimeStamp | startTime = BTimeStamp(), | ||
| BTimeStamp | endTime = BTimeStamp(), | ||
| BString | source = BString(), | ||
| BUInt32 | priority = 0 | ||
| ) |
Member Function Documentation
◆ getMember()
Reimplemented from BObj.
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::SourcePriority::getType | ( | ) |
◆ setMember()
Reimplemented from BObj.
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ endTime
| BTimeStamp Bds::SourcePriority::endTime |
The End Time the channel was available.
◆ id
| BUInt32 Bds::SourcePriority::id |
Unique ID when stored in a database or for other uses.
◆ priority
| BUInt32 Bds::SourcePriority::priority |
The priority order, highest first.
◆ source
| BString Bds::SourcePriority::source |
The source name.
◆ startTime
| BTimeStamp Bds::SourcePriority::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