BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
Bds::Channel Class Reference

This class defines a Channel. More...

#include <BdsD.h>

Inheritance diagram for Bds::Channel:

Public Member Functions

 Channel (BUInt32 pid=0, BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString pnetwork=BString(), BString pstation=BString(), BString pchannel=BString(), BString pchannelType=BString(), BString pchannelAux=BString(), BString pdataType=BString(), BString pdescription=BString())
 
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 network
 The Network Name. More...
 
BString station
 The Stations name. (Do we want this in here and if so do we want, network, source etc) More...
 
BString channel
 The channels name. More...
 
BString channelType
 The channels type. More...
 
BString channelAux
 The channels auxilary identifier. More...
 
BString dataType
 The Type of data. More...
 
BString description
 The channels description. More...
 

Detailed Description

This class defines a Channel.

Constructor & Destructor Documentation

◆ Channel()

Bds::Channel::Channel ( BUInt32  pid = 0,
BTimeStamp  pstartTime = BTimeStamp(),
BTimeStamp  pendTime = BTimeStamp(),
BString  pnetwork = BString(),
BString  pstation = BString(),
BString  pchannel = BString(),
BString  pchannelType = BString(),
BString  pchannelAux = BString(),
BString  pdataType = BString(),
BString  pdescription = BString() 
)

Member Function Documentation

◆ getMember()

BError Bds::Channel::getMember ( BString  name,
BString &  value 
)

◆ getMembers()

BError Bds::Channel::getMembers ( BDictString &  members)

◆ getType()

BString Bds::Channel::getType ( )

◆ setMember()

BError Bds::Channel::setMember ( BString  name,
BString  value 
)

◆ setMembers()

BError Bds::Channel::setMembers ( BDictString &  members)

Member Data Documentation

◆ channel

BString Bds::Channel::channel

The channels name.

◆ channelAux

BString Bds::Channel::channelAux

The channels auxilary identifier.

◆ channelType

BString Bds::Channel::channelType

The channels type.

◆ dataType

BString Bds::Channel::dataType

The Type of data.

◆ description

BString Bds::Channel::description

The channels description.

◆ endTime

BTimeStamp Bds::Channel::endTime

The End Time the channel was available.

◆ id

BUInt32 Bds::Channel::id

ID.

◆ network

BString Bds::Channel::network

The Network Name.

◆ startTime

BTimeStamp Bds::Channel::startTime

The Start Time.

◆ station

BString Bds::Channel::station

The Stations name. (Do we want this in here and if so do we want, network, source etc)


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