BdsApi  2.2.7
This is the Blacknest BDS API.
Public Member Functions | Public Attributes | List of all members
Bds::SpecialChannel Class Reference

#include <BdsD.h>

Inheritance diagram for Bds::SpecialChannel:
BObj

Public Member Functions

 SpecialChannel (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString channel=BString(), BString type=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 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 network
 The Network Name, wildcards allowed. More...
 
BString station
 The Stations name, wildcards allowed. More...
 
BString channel
 The channels name, wildcards allowed (often as <channelType>_<channelAux>) More...
 
BString type
 The Type of channel (ignore) More...
 
BString description
 The channels description. More...
 

Constructor & Destructor Documentation

◆ SpecialChannel()

Bds::SpecialChannel::SpecialChannel ( BUInt32  id = 0,
BTimeStamp  startTime = BTimeStamp(),
BTimeStamp  endTime = BTimeStamp(),
BString  network = BString(),
BString  station = BString(),
BString  channel = BString(),
BString  type = BString(),
BString  description = BString() 
)

Member Function Documentation

◆ getMember()

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

Reimplemented from BObj.

◆ getMembers()

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

Reimplemented from BObj.

◆ getType()

BString Bds::SpecialChannel::getType ( )

◆ setMember()

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

Reimplemented from BObj.

◆ setMembers()

BError Bds::SpecialChannel::setMembers ( BDictString members)
virtual

Reimplemented from BObj.

Member Data Documentation

◆ channel

BString Bds::SpecialChannel::channel

The channels name, wildcards allowed (often as <channelType>_<channelAux>)

◆ description

BString Bds::SpecialChannel::description

The channels description.

◆ endTime

BTimeStamp Bds::SpecialChannel::endTime

The End Time the channel was available.

◆ id

BUInt32 Bds::SpecialChannel::id

Unique ID when stored in a database or for other uses.

◆ network

BString Bds::SpecialChannel::network

The Network Name, wildcards allowed.

◆ startTime

BTimeStamp Bds::SpecialChannel::startTime

The Start Time.

◆ station

BString Bds::SpecialChannel::station

The Stations name, wildcards allowed.

◆ type

BString Bds::SpecialChannel::type

The Type of channel (ignore)


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