aboutsummaryrefslogtreecommitdiffstats
path: root/op25/gr-op25_repeater/lib/p25p1_fdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'op25/gr-op25_repeater/lib/p25p1_fdma.h')
-rw-r--r--op25/gr-op25_repeater/lib/p25p1_fdma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op25/gr-op25_repeater/lib/p25p1_fdma.h b/op25/gr-op25_repeater/lib/p25p1_fdma.h
index 671e781..3595699 100644
--- a/op25/gr-op25_repeater/lib/p25p1_fdma.h
+++ b/op25/gr-op25_repeater/lib/p25p1_fdma.h
@@ -64,6 +64,7 @@ namespace gr {
p25p1_voice_decode p1voice_decode;
public:
+ void reset_timer();
void rx_sym (const uint8_t *syms, int nsyms);
p25p1_fdma(const char* udp_host, int port, int debug, bool do_imbe, bool do_output, bool do_msgq, gr::msg_queue::sptr queue, std::deque<int16_t> &output_queue, bool do_audio_output);
~p25p1_fdma();