aboutsummaryrefslogtreecommitdiffstats
path: root/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-10-17 16:58:56 -0400
committerMax <ikj1234i@yahoo.com>2017-10-17 16:58:56 -0400
commita9522ee636638cbb4b460e8d2e2323cdbdf447f4 (patch)
treee3c55ceb6c6f119d99f5cc2beddcfbee3cfe5ef0 /op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
parent15f0acfa1794533230f42ee2ec315ce8a610a6fa (diff)
set_gain_adjust patch
Diffstat (limited to 'op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc')
-rw-r--r--op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc b/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
index 024daef..c89ce12 100644
--- a/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
+++ b/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
@@ -169,5 +169,9 @@ dstar_tx_sb_impl::general_work (int noutput_items,
return (nframes * 96);
}
+void
+dstar_tx_sb_impl::set_gain_adjust(float gain_adjust) {
+ d_encoder.set_gain_adjust(gain_adjust);
+}
} /* namespace op25_repeater */
} /* namespace gr */