BdsApi  2.2.5
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::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

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

Member Data Documentation

BString Bds::ChannelName::channel

The Channels name.

BString Bds::ChannelName::network

The Channels network.

BString Bds::ChannelName::source

The Channels source.

BString Bds::ChannelName::station

The Channels station.


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