BDS Public
BdsApi  2.0.11

This class defines a Station. More...

#include <BdsD.h>

Public Member Functions

 Station (BUInt32 id=0, BString name=BString(), BString alias=BString(), BString type=BString(), BString description=BString(), BList< ArrayChannel > channels=BList< ArrayChannel >())
 

Public Attributes

BUInt32 id
 Unique ID when stored in a database or for other uses. More...
 
BString name
 The name. More...
 
BString alias
 Alias name to be returned to the user. More...
 
BString type
 Array or Station. More...
 
BString description
 Description. More...
 
BList< ArrayChannelchannels
 List of channels if an Array. More...
 

Detailed Description

This class defines a Station.

Constructor & Destructor Documentation

◆ Station()

Bds::Station::Station ( BUInt32  id = 0,
BString  name = BString(),
BString  alias = BString(),
BString  type = BString(),
BString  description = BString(),
BList< ArrayChannel channels = BList<ArrayChannel >() 
)

Member Data Documentation

◆ alias

BString Bds::Station::alias

Alias name to be returned to the user.

◆ channels

BList<ArrayChannel > Bds::Station::channels

List of channels if an Array.

◆ description

BString Bds::Station::description

Description.

◆ id

BUInt32 Bds::Station::id

Unique ID when stored in a database or for other uses.

◆ name

BString Bds::Station::name

The name.

◆ type

BString Bds::Station::type

Array or Station.


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