From 4826982ef3ed4b3ddf66ac2561771eebfac27561 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Wed, 11 Dec 2013 18:23:46 -0800 Subject: Merging mwest's improvements to B2xx utility. --- host/lib/usrp/b200/b200_iface.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/b200/b200_iface.hpp') 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); }; -- cgit v1.2.3