class channel_info

this class holds information about a particular channel

Public Methods

channel_info( int _port, bool _active, const string _description )
static void reset_before_adding( channel_infos_mapT &ch_map )
static void add_new_channel_info( channel_infos_mapT &ch_map, int Id, int _port, bool _active, const string &_description )
const string& get_description() const
const bool is_active() const
string get_url() const

Private Fields

int portnum
bool active
string description
bool changed

Documentation

this class holds information about a particular channel
int portnum

bool active

string description

bool changed

channel_info( int _port, bool _active, const string _description )

static void reset_before_adding( channel_infos_mapT &ch_map )

static void add_new_channel_info( channel_infos_mapT &ch_map, int Id, int _port, bool _active, const string &_description )

const string& get_description() const

const bool is_active() const

string get_url() const


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.