diff options
author | Josh Blum <josh@joshknows.com> | 2012-05-11 17:28:10 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-05-11 17:28:10 -0700 |
commit | 4f19f3f4ece412cb3e3162ef5ebced4f99da0dd7 (patch) | |
tree | 90d0ed7dd1c261ac90530286697371aea3eb7dcf /host/lib/usrp/usrp2/usrp2_iface.hpp | |
parent | 233442688ee0c507ddca9fe12959fe6027c9e258 (diff) | |
download | uhd-4f19f3f4ece412cb3e3162ef5ebced4f99da0dd7.tar.gz uhd-4f19f3f4ece412cb3e3162ef5ebced4f99da0dd7.tar.bz2 uhd-4f19f3f4ece412cb3e3162ef5ebced4f99da0dd7.zip |
usrp2: print helpful message with burner command
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp index 9aa1a16aa..95d899b7f 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.hpp +++ b/host/lib/usrp/usrp2/usrp2_iface.hpp @@ -69,6 +69,9 @@ public: //! A version string for firmware virtual const std::string get_fw_version_string(void) = 0; + //! Construct a helpful warning message for images + virtual std::string images_warn_help_message(void) = 0; + //motherboard eeprom map structure uhd::usrp::mboard_eeprom_t mb_eeprom; }; |