diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-05-04 16:35:20 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-05-08 10:43:25 -0700 |
commit | 3e10b9ed77fdeee88b8f72442058169afa13d439 (patch) | |
tree | 923516ab48966eecb34d9f595b7cb11044bc83b2 /host/include | |
parent | 9a14a07a97e7f0b1eed02ea25d070b42217b8b63 (diff) | |
download | uhd-3e10b9ed77fdeee88b8f72442058169afa13d439.tar.gz uhd-3e10b9ed77fdeee88b8f72442058169afa13d439.tar.bz2 uhd-3e10b9ed77fdeee88b8f72442058169afa13d439.zip |
dboard_iface: Add has_set_fe_connection() method
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/dboard_iface.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/dboard_iface.hpp b/host/include/uhd/usrp/dboard_iface.hpp index a6a8966b3..60b1954fc 100644 --- a/host/include/uhd/usrp/dboard_iface.hpp +++ b/host/include/uhd/usrp/dboard_iface.hpp @@ -276,6 +276,10 @@ public: const uhd::usrp::fe_connection_t& fe_conn ) = 0; + /*! Returns the true if set_fe_connection() is implemented on this dboard_iface + */ + virtual bool has_set_fe_connection(const unit_t) { return false; } + /*! * Get the command time. * \return the command time |