- Squelch: added init value

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@511 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-29 16:42:57 +00:00
parent f740061460
commit 42faa57465
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace gr {
float m_gain;
public:
squelch_impl();
squelch_impl(float initValue);
~squelch_impl();
void print_pair(pmt::pmt_t pair);
void on_message(pmt::pmt_t msg);