BdsApi
3.0.12
This is the Blacknest BDS API.
|
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... | |
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.
Bds::ChannelName::ChannelName | ( | BString | network = BString() , |
BString | station = BString() , |
||
BString | channel = BString() , |
||
BString | source = BString() |
||
) |
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.