From 0e788f77514cf33b0ff178bc7e72287d9e086ba2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 18 Jul 2011 11:09:10 -0700 Subject: usrp2: added fw minor and moved ICMP dest error handling to txrx app --- host/lib/usrp/usrp2/usrp2_iface.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp') diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp index f36febce4..b3c3ef4a2 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.hpp +++ b/host/lib/usrp/usrp2/usrp2_iface.hpp @@ -73,6 +73,9 @@ public: //! Is this device locked? virtual bool is_device_locked(void) = 0; + //! A version string for firmware + virtual const std::string get_fw_version_string(void) = 0; + //motherboard eeprom map structure uhd::usrp::mboard_eeprom_t mb_eeprom; }; -- cgit v1.2.3