diff options
Diffstat (limited to 'gr-fft/lib/ctrlport_probe_psd_impl.h')
-rw-r--r-- | gr-fft/lib/ctrlport_probe_psd_impl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-fft/lib/ctrlport_probe_psd_impl.h b/gr-fft/lib/ctrlport_probe_psd_impl.h index 2f2d2c3455..722280e1e8 100644 --- a/gr-fft/lib/ctrlport_probe_psd_impl.h +++ b/gr-fft/lib/ctrlport_probe_psd_impl.h @@ -36,14 +36,14 @@ public: ctrlport_probe_psd_impl(const std::string& id, const std::string& desc, int len); ~ctrlport_probe_psd_impl(); - void setup_rpc(); + void setup_rpc() override; void forecast(int noutput_items, gr_vector_int& ninput_items_required) override; - std::vector<gr_complex> get(); + std::vector<gr_complex> get() override; - void set_length(int len); - int length() const; + void set_length(int len) override; + int length() const override; int work(int noutput_items, gr_vector_const_void_star& input_items, |