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

This class defines a full channel name. More...

#include <BdsD.h>

Public Member Functions

 ChannelName (BString network=BString(), BString station=BString(), BString channel=BString(), BString source=BString())
 

Public Attributes

BString network
 The Channels network. More...
 
BString station
 The Channels station. More...
 
BString channel
 The Channels name. More...
 
BString source
 The Channels source. More...
 

Detailed Description

This class defines a full channel name.

A channel's data is fully defined by the Network:Station:Channel:Source. This class stores all of these component names.

Constructor & Destructor Documentation

◆ ChannelName()

Bds::ChannelName::ChannelName ( BString  network = BString(),
BString  station = BString(),
BString  channel = BString(),
BString  source = BString() 
)

Member Data Documentation

◆ channel

BString Bds::ChannelName::channel

The Channels name.

◆ network

BString Bds::ChannelName::network

The Channels network.

◆ source

BString Bds::ChannelName::source

The Channels source.

◆ station

BString Bds::ChannelName::station

The Channels station.


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