From 27f027c54f10defa1eda9e69e5ba6c1597d7b9e2 Mon Sep 17 00:00:00 2001 From: Andrew Lynch Date: Mon, 22 Apr 2019 11:07:42 -0500 Subject: utils: add support for directly updating components from image_loader --- host/include/uhd/image_loader.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/image_loader.hpp b/host/include/uhd/image_loader.hpp index b52bb9b1f..ba1ab7454 100644 --- a/host/include/uhd/image_loader.hpp +++ b/host/include/uhd/image_loader.hpp @@ -1,6 +1,7 @@ // // Copyright 2014-2017 Ettus Research // Copyright 2018 Ettus Research, a National Instruments Company +// Copyright 2019 Ettus Research, a National Instruments Brand // // SPDX-License-Identifier: GPL-3.0-or-later // @@ -10,8 +11,8 @@ #include #include -#include #include +#include #include namespace uhd { @@ -28,6 +29,9 @@ public: std::string firmware_path; std::string fpga_path; std::string out_path; + std::string id; + std::vector component; + uhd::dict metadata; } image_loader_args_t; //! Signature of an image loading function -- cgit v1.2.3