diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-25 19:43:20 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-25 19:43:20 +0000 |
commit | 778a41b393b7d517463950c4ac014d3a2eb8eceb (patch) | |
tree | e1742313b230a39a7b494dac298f5fae5e0f0cbb /host/include | |
parent | a9f8ba6e37e1349ce61b5022ddaff1c64dd52bd3 (diff) | |
download | uhd-778a41b393b7d517463950c4ac014d3a2eb8eceb.tar.gz uhd-778a41b393b7d517463950c4ac014d3a2eb8eceb.tar.bz2 uhd-778a41b393b7d517463950c4ac014d3a2eb8eceb.zip |
added usrp1e fpga loader
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/usrp1e.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/usrp1e.hpp b/host/include/uhd/usrp/usrp1e.hpp index 00748e55f..60a6a191a 100644 --- a/host/include/uhd/usrp/usrp1e.hpp +++ b/host/include/uhd/usrp/usrp1e.hpp @@ -41,6 +41,12 @@ public: * \return a device sptr to a new usrp1e */ static device::sptr make(const device_addr_t &addr); + + /*! + * Load the FPGA with an image file. + * \param bin_file the name of the fpga image file + */ + static void load_fpga(const std::string &bin_file); }; }} //namespace |