aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/setup.py.in
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-04-29 11:27:21 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-05-04 14:34:44 -0500
commit87de94748ad5324024adb7d149878d7b6c92e71a (patch)
tree300eabe79c8dadd7025ec1e8854236206fe5ab48 /host/utils/setup.py.in
parent1a213267a080ea7f1c364ff3afefdf6e9e4cb509 (diff)
downloaduhd-87de94748ad5324024adb7d149878d7b6c92e71a.tar.gz
uhd-87de94748ad5324024adb7d149878d7b6c92e71a.tar.bz2
uhd-87de94748ad5324024adb7d149878d7b6c92e71a.zip
experts: Change coercion policy for regular prop nodes
The experts framework has two ways of integrating expert nodes into the property tree: add_prop_node() and add_dual_prop_node(). In the latter case, the experts should take care of coercion, and thus, we subscribe to the desired value. In the former case, this is not necessary, and precludes us from using set_coercer() with prop nodes on the prop tree. This change lets us use regular nodes in the expert framework that also use property tree coercers. As of now, there is not a single property node in UHD that uses add_prop_node() and also does any kind of coercion, so this change has no effect on current code (this is only used in TwinRX as of now).
Diffstat (limited to 'host/utils/setup.py.in')
0 files changed, 0 insertions, 0 deletions