From d8e9705bc6c34b8d015b56a76955ee2f15426bd8 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Mon, 8 Jul 2019 16:44:15 -0700 Subject: rfnoc: Add tracking of 'valid' bit to properties The valid bit helps prevent placeholder defaults from being propagated through the graph. Values that are not valid will not be forwarded. --- host/lib/include/uhdlib/rfnoc/prop_accessor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/include/uhdlib') diff --git a/host/lib/include/uhdlib/rfnoc/prop_accessor.hpp b/host/lib/include/uhdlib/rfnoc/prop_accessor.hpp index a62f54620..2f39cbbec 100644 --- a/host/lib/include/uhdlib/rfnoc/prop_accessor.hpp +++ b/host/lib/include/uhdlib/rfnoc/prop_accessor.hpp @@ -65,7 +65,7 @@ public: * * Note: This method will grant temporary write access to the destination * property! - * If \p safe is set to true, it'll only allow RWLOCKED forwarding, i.e., + * If \p safe is set to true, it'll only allow RWLOCKED forwarding, i.e., * the new value cannot be different. * * \throws uhd::type_error if types mismatch -- cgit v1.2.3