diff options
Diffstat (limited to 'host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |