From 016136f548220ad7bd5c34b8e25fc740a68aeb08 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 24 Jul 2018 09:33:30 -0700 Subject: x300: Use constrained_args x300_impl will now use a constrained_device_args_t-derived object to parse device args. No API or functional changes. --- host/lib/usrp/x300/x300_impl.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/x300/x300_impl.hpp') diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index d339c7bd0..2e0bebded 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -13,6 +13,7 @@ #include "x300_fw_common.h" #include "x300_regs.hpp" #include "x300_defaults.hpp" +#include "x300_device_args.hpp" #include "../device3/device3_impl.hpp" #include @@ -95,6 +96,8 @@ private: //vector of member objects per motherboard struct mboard_members_t { + uhd::usrp::x300::x300_device_args_t args; + bool initialization_done; uhd::task::sptr claimer_task; std::string xport_path; -- cgit v1.2.3