diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-27 10:09:04 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-27 16:17:01 -0700 |
commit | 0e1bba1ae05aa3edff65eddfc174d98d64fa1f42 (patch) | |
tree | 02672d537fcd036aa1308240fc578bae67fe6937 /host/lib/usrp/b200/b200_impl.hpp | |
parent | 925bd26d3a66de434f32ac69599564dc2f5bc69d (diff) | |
download | uhd-0e1bba1ae05aa3edff65eddfc174d98d64fa1f42.tar.gz uhd-0e1bba1ae05aa3edff65eddfc174d98d64fa1f42.tar.bz2 uhd-0e1bba1ae05aa3edff65eddfc174d98d64fa1f42.zip |
b200: Added convenience subdev override for consistent subdev experience
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index f3d3d0e98..bc49595b9 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -102,6 +102,7 @@ public: private: b200_type_t _b200_type; + size_t _revision; //controllers b200_iface::sptr _iface; @@ -139,6 +140,7 @@ private: void set_mb_eeprom(const uhd::usrp::mboard_eeprom_t &); void check_fw_compat(void); void check_fpga_compat(void); + uhd::usrp::subdev_spec_t coerce_subdev_spec(const uhd::usrp::subdev_spec_t &); void update_subdev_spec(const std::string &tx_rx, const uhd::usrp::subdev_spec_t &); void update_time_source(const std::string &); void update_clock_source(const std::string &); |