diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-27 16:17:30 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-27 16:17:30 -0700 |
commit | c3b384feb166013bfd31a6f42d5fc4a06341b67e (patch) | |
tree | da0543dfc978a9dd6aa8106cb2d1a579b5d46368 /host/lib/usrp/b200/b200_impl.hpp | |
parent | 1cf3ac765cdfb80cebd375d527eae0a00fce83c6 (diff) | |
parent | 0e1bba1ae05aa3edff65eddfc174d98d64fa1f42 (diff) | |
download | uhd-c3b384feb166013bfd31a6f42d5fc4a06341b67e.tar.gz uhd-c3b384feb166013bfd31a6f42d5fc4a06341b67e.tar.bz2 uhd-c3b384feb166013bfd31a6f42d5fc4a06341b67e.zip |
Merge branch 'maint'
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 4dd45baee..f5a7b62e9 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -108,6 +108,7 @@ public: private: b200_type_t _b200_type; + size_t _revision; //controllers b200_iface::sptr _iface; @@ -145,6 +146,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 &); |