diff options
author | Alex Williams <alex.williams@ni.com> | 2019-07-08 16:44:15 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:29 -0800 |
commit | d8e9705bc6c34b8d015b56a76955ee2f15426bd8 (patch) | |
tree | 939b9dd2e3eee34dd545befc2a910235f80bf5b1 /host/lib/include/uhdlib | |
parent | 52c38e3c22d7c83943c0e1fc0bc69a967d6fe25c (diff) | |
download | uhd-d8e9705bc6c34b8d015b56a76955ee2f15426bd8.tar.gz uhd-d8e9705bc6c34b8d015b56a76955ee2f15426bd8.tar.bz2 uhd-d8e9705bc6c34b8d015b56a76955ee2f15426bd8.zip |
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.
Diffstat (limited to 'host/lib/include/uhdlib')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/prop_accessor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |