BDS Public
BdsApi  2.0.11
Bds::SourcePriority Class Reference

This class defines a Source Order entry. More...

#include <BdsD.h>

Inheritance diagram for Bds::SourcePriority:
BObj

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 BObjMembergetMembers () 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()

BError Bds::SourcePriority::getMember ( BString  name,
BString value 
)
virtual

Reimplemented from BObj.

◆ getMembers()

BError Bds::SourcePriority::getMembers ( BDictString members)
virtual

Reimplemented from BObj.

◆ getType()

BString Bds::SourcePriority::getType ( )

◆ setMember()

BError Bds::SourcePriority::setMember ( BString  name,
BString  value 
)
virtual

Reimplemented from BObj.

◆ setMembers()

BError Bds::SourcePriority::setMembers ( BDictString members)
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: