Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_CTCSS_SQUELCH_FF_IMPL_H
24 #define INCLUDED_ANALOG_CTCSS_SQUELCH_FF_IMPL_H
45 int find_tone(
float freq);
49 virtual bool mute()
const {
return d_mute; }
57 float level()
const {
return d_level; }
59 int len()
const {
return d_len; }