From a2029b0439e6474b25c189c3f1741caac8006c11 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Fri, 10 Nov 2017 17:34:24 -0800 Subject: fpga load: Atomic updating of multiple components - The MPM function update_component now accepts multiple components to be updated in one RPC call. - Updated the property tree and image loader to match this change. - Also added DTS loading to the image loader. --- host/include/uhd/types/component_file.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/types/component_file.hpp b/host/include/uhd/types/component_file.hpp index e0761fecb..703c87039 100644 --- a/host/include/uhd/types/component_file.hpp +++ b/host/include/uhd/types/component_file.hpp @@ -30,6 +30,8 @@ namespace uhd{ namespace usrp{ std::vector data; }; + typedef std::vector component_files_t; + }} // namespace uhd::usrp #endif /* INCLUDED_UHD_USRP_COMPONENT_FILE_HPP */ -- cgit v1.2.3