25 #ifndef CHANNELSCONFIG_H
26 #define CHANNELSCONFIG_H
37 string config_filename;
40 vector<string> channels_names;
41 vector<bool> channels_enabled;
42 vector<bool> channels_reference;
50 bool parseConfigFromStream(std::istream &ifs);
57 bool saveConfigToStream(std::ostream &ofs);