#include <BdsD.h>
Public Member Functions | |
Channel (BUInt32 pid=BUInt32(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString pnetwork=BString(), BString pstation=BString(), BString pchannel=BString(), BString pchannelType=BString(), BString pchannelAux=BString(), BString pdescription=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
ID. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time the channel was available. | |
BString | network |
The Network Name. | |
BString | station |
The Stations name. (Do we want this in here and if so do we want, network, source etc). | |
BString | channel |
The channels name. | |
BString | channelType |
The channels type. | |
BString | channelAux |
The channels auxilary identifier. | |
BString | description |
The channels description. |
Bds::Channel::Channel | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | pstartTime = BTimeStamp() , |
|||
BTimeStamp | pendTime = BTimeStamp() , |
|||
BString | pnetwork = BString() , |
|||
BString | pstation = BString() , |
|||
BString | pchannel = BString() , |
|||
BString | pchannelType = BString() , |
|||
BString | pchannelAux = BString() , |
|||
BString | pdescription = BString() | |||
) |
BError Bds::Channel::getMembers | ( | BDictString & | members | ) |
BString Bds::Channel::getType | ( | ) |
BError Bds::Channel::setMembers | ( | BDictString & | members | ) |
BString Bds::Channel::channel |
The channels name.
BString Bds::Channel::channelAux |
The channels auxilary identifier.
BString Bds::Channel::channelType |
The channels type.
BString Bds::Channel::description |
The channels description.
BTimeStamp Bds::Channel::endTime |
The End Time the channel was available.
BUInt32 Bds::Channel::id |
ID.
BString Bds::Channel::network |
The Network Name.
BTimeStamp Bds::Channel::startTime |
The Start Time.
BString Bds::Channel::station |
The Stations name. (Do we want this in here and if so do we want, network, source etc).