aboutsummaryrefslogtreecommitdiffstats
path: root/op25/gr-op25_repeater/lib/p25p1_fdma.h
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-09-05 16:42:55 -0400
committerMax <ikj1234i@yahoo.com>2017-09-05 16:42:55 -0400
commit93b19531ee0942d4a589bb3e7345e28f1f578759 (patch)
treee2936e369fc8701e2735ed59f340cb5f1dd0dfcb /op25/gr-op25_repeater/lib/p25p1_fdma.h
parent187f5d180cfd89edc38fa0e7df484e811dbd96c3 (diff)
big patch from Graham - many thx
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();