diff options
author | Paul David <paul.david@ettus.com> | 2017-03-14 19:38:41 -0400 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-06-30 10:50:37 -0700 |
commit | 55ce8d93dbe5cd77d64ec8274f6b6d05027cc76f (patch) | |
tree | bfc02813c4e9e5f562e1f8288cbb3b77dccd1cfe /host/include | |
parent | c857a9e2e1b8b959827b6a35863430d988100368 (diff) | |
download | uhd-55ce8d93dbe5cd77d64ec8274f6b6d05027cc76f.tar.gz uhd-55ce8d93dbe5cd77d64ec8274f6b6d05027cc76f.tar.bz2 uhd-55ce8d93dbe5cd77d64ec8274f6b6d05027cc76f.zip |
X3xx: Added image loader support for reading FPGA images
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/image_loader.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/include/uhd/image_loader.hpp b/host/include/uhd/image_loader.hpp index 4ebac288e..6ecb1b794 100644 --- a/host/include/uhd/image_loader.hpp +++ b/host/include/uhd/image_loader.hpp @@ -1,5 +1,5 @@ // -// Copyright 2014-2015 Ettus Research LLC +// Copyright 2014-2017 Ettus Research // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -36,8 +36,10 @@ public: uhd::device_addr_t args; bool load_firmware; bool load_fpga; + bool download; std::string firmware_path; std::string fpga_path; + std::string out_path; } image_loader_args_t; //! Signature of an image loading function |