From cae618a8df892aeb4cb9b8ee89fb49a0412fe4a6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 15 May 2017 13:53:29 -0700 Subject: eiscat: Added more properties, other minor fixes --- host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp') diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp index f90e15c8b..5bfbbc035 100644 --- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp @@ -25,6 +25,8 @@ namespace uhd { namespace rfnoc { /*! \brief Provide access to an eiscat radio. + * + * Note: This will control both daughterboards. */ class eiscat_radio_ctrl_impl : public radio_ctrl_impl { @@ -59,6 +61,9 @@ public: double get_output_samp_rate(size_t port); +protected: + virtual bool check_radio_config(); + private: }; /* class radio_ctrl_impl */ -- cgit v1.2.3