BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
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 pid=0, BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString psource=BString(), BUInt32 ppriority=0)
 
BString getType ()
 
BError setMembers (BDictString &members)
 
BError setMember (BString name, BString value)
 
BError getMembers (BDictString &members)
 
BError getMember (BString name, BString &value)
 

Public Attributes

BUInt32 id
 ID. 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

Bds::SourcePriority::SourcePriority ( BUInt32  pid = 0,
BTimeStamp  pstartTime = BTimeStamp(),
BTimeStamp  pendTime = BTimeStamp(),
BString  psource = BString(),
BUInt32  ppriority = 0 
)

Member Function Documentation

BError Bds::SourcePriority::getMember ( BString  name,
BString &  value 
)
BError Bds::SourcePriority::getMembers ( BDictString &  members)
BString Bds::SourcePriority::getType ( )
BError Bds::SourcePriority::setMember ( BString  name,
BString  value 
)
BError Bds::SourcePriority::setMembers ( BDictString &  members)

Member Data Documentation

BTimeStamp Bds::SourcePriority::endTime

The End Time the channel was available.

BUInt32 Bds::SourcePriority::id

ID.

BUInt32 Bds::SourcePriority::priority

The priority order, highest first.

BString Bds::SourcePriority::source

The source name.

BTimeStamp Bds::SourcePriority::startTime

The Start Time.


The documentation for this class was generated from the following files: