BdsApi  2.2.6
This is the Blacknest BDS API.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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

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

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

Reimplemented from BObj.

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

Reimplemented from BObj.

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

Reimplemented from BObj.

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

Reimplemented from BObj.

Member Data Documentation

BString Bds::SpecialChannel::channel

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

BString Bds::SpecialChannel::description

The channels description.

BTimeStamp Bds::SpecialChannel::endTime

The End Time the channel was available.

BUInt32 Bds::SpecialChannel::id

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

BString Bds::SpecialChannel::network

The Network Name, wildcards allowed.

BTimeStamp Bds::SpecialChannel::startTime

The Start Time.

BString Bds::SpecialChannel::station

The Stations name, wildcards allowed.

BString Bds::SpecialChannel::type

The Type of channel (ignore)


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