14 #ifndef CHANNELFILTER_H 15 #define CHANNELFILTER_H 18 namespace lariov {
class ChannelStatusProvider; }
38 bool BadChannel(uint32_t
channel)
const;
39 bool NoisyChannel(uint32_t
channel)
const;
40 std::set<uint32_t> SetOfBadChannels()
const;
41 std::set<uint32_t> SetOfNoisyChannels()
const;
49 #endif // CHANNELFILTER_H
Class providing information about the quality of channels.
Filters for channels, events, etc.
lariov::ChannelStatusProvider const & provider
object doing the job