BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches
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.
 
BString station
 The Channels station.
 
BString channel
 The Channels name.
 
BString source
 The Channels source.
 

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

◆ network

BString Bds::ChannelName::network

The Channels network.

◆ station

BString Bds::ChannelName::station

The Channels station.

◆ channel

BString Bds::ChannelName::channel

The Channels name.

◆ source

BString Bds::ChannelName::source

The Channels source.


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