diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-13 15:06:46 -0800 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-13 15:06:46 -0800 |
commit | d80a5b6bea659607b16cd3ece8d248dd8cd788ee (patch) | |
tree | d3f5a27108fd987e60e7bd83098cd2eb8b0c7ec4 /host/lib/usrp/b200/b200_iface.hpp | |
parent | 03a1828944aebea34114634f885fdd46471cd211 (diff) | |
parent | 92b0b7ab6b8fcc795612054a07064351aa969e3a (diff) | |
download | uhd-003_006_002_rc2.tar.gz uhd-003_006_002_rc2.tar.bz2 uhd-003_006_002_rc2.zip |
Merge branch 'master' into next003_006_002_rc2
Diffstat (limited to 'host/lib/usrp/b200/b200_iface.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_iface.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_iface.hpp b/host/lib/usrp/b200/b200_iface.hpp index 5b6eeede4..20b4a7a89 100644 --- a/host/lib/usrp/b200/b200_iface.hpp +++ b/host/lib/usrp/b200/b200_iface.hpp @@ -78,6 +78,8 @@ public: virtual void write_eeprom(boost::uint16_t addr, boost::uint16_t offset, const uhd::byte_vector_t &bytes) = 0; virtual uhd::byte_vector_t read_eeprom(boost::uint16_t addr, boost::uint16_t offset, size_t num_bytes) = 0; + + static std::string fx3_state_string(boost::uint8_t state); }; |