Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: property: Add option to set properties from strings | Martin Braun | 2019-11-26 | 1 | -0/+27 |
| | |||||
* | rfnoc: Add properties, nodes, and accessors | Martin Braun | 2019-11-26 | 1 | -0/+152 |
Adds the following classes: - uhd::rfnoc::node_t, the base class for RFNoC nodes - uhd::rfnoc::node_accessor_t, a class to access private properties - uhd::rfnoc::res_source_info, a struct that identifies where properties come from - uhd::rfnoc::property_t, and property_base_t (its parent) - uhd::rfnoc::prop_accessor_t, a class to access properties Add always dirty property (dirtifier). Also adds unit tests for properties. |