summaryrefslogtreecommitdiff
path: root/gr-digital/lib/corr_est_cc_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/corr_est_cc_impl.h')
-rw-r--r--gr-digital/lib/corr_est_cc_impl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gr-digital/lib/corr_est_cc_impl.h b/gr-digital/lib/corr_est_cc_impl.h
index f72c2a20ad..0303d22369 100644
--- a/gr-digital/lib/corr_est_cc_impl.h
+++ b/gr-digital/lib/corr_est_cc_impl.h
@@ -48,16 +48,16 @@ public:
unsigned int mark_delay,
float threshold = 0.9,
tm_type threshold_method = THRESHOLD_ABSOLUTE);
- ~corr_est_cc_impl();
+ ~corr_est_cc_impl() override;
- std::vector<gr_complex> symbols() const;
- void set_symbols(const std::vector<gr_complex>& symbols);
+ std::vector<gr_complex> symbols() const override;
+ void set_symbols(const std::vector<gr_complex>& symbols) override;
- unsigned int mark_delay() const;
- void set_mark_delay(unsigned int mark_delay);
+ unsigned int mark_delay() const override;
+ void set_mark_delay(unsigned int mark_delay) override;
- float threshold() const;
- void set_threshold(float threshold);
+ float threshold() const override;
+ void set_threshold(float threshold) override;
int work(int noutput_items,
gr_vector_const_void_star& input_items,