Commit graph

12 commits

Author SHA1 Message Date
Martin Braun
4f948e2c8b Move all license headers to SPDX format. 2017-12-22 10:45:51 -08:00
Ashish Chaudhari
834acb8b6c prop_tree: Added advanced coercion capability to property
- Added auto and manual coerce modes
- Added set_coerced API for manual coercion
- Added detailed doxy comments describing behavior of property class
2016-02-11 14:36:20 -08:00
Ashish Chaudhari
27a08ccddc prop_tree: Multiple API enhancements to uhd::property
- Added desired and coerced values and accessors to property
- Added support to register desired subscribers
- set APIs don't reallocate storage for a property value
- Renamed callback method registration APIs
- Registering 2 coercers or publishers for a property will throw
- Registering a coercer and a publisher for the same property will throw
2016-02-11 14:36:20 -08:00
Martin Braun
c431a66df3 uhd: Added an operator/ for (fs_path, size_t)
This is useful when constructing property tree paths.
With this path, the following code would be valid:

size_t mb_index = 0;
fs_path mb_root = "/mboards";
mb_root = mb_root / mb_index;

This is a shortcut for the (in UHD very common)

mb_root = mb_root / boost::lexical_cast<std::string(mb_index);
2014-09-23 16:02:14 -07:00
Josh Blum
60933a242c uhd: added unit test for properties subtree 2011-07-08 12:11:27 -07:00
Josh Blum
bc8aaf3952 uhd: misc tweaks and also msvc compile 2011-06-29 13:57:06 -07:00
Josh Blum
54b8be72fd uhd: properties tweaks and docs 2011-06-29 11:26:33 -07:00
Josh Blum
d2f79c0728 uhd: added properties unit tests, use shared ptr<void> in tree 2011-06-28 21:26:28 -07:00
Josh Blum
4888233252 uhd: re-work to make the properties easier to use 2011-06-28 11:11:04 -07:00
Josh Blum
bff29cbbde uhd: change for default prop create() 2011-06-25 20:22:23 -07:00
Josh Blum
81c15feaaf uhd: created a property tree to store properties 2011-06-25 20:22:23 -07:00
Josh Blum
a951db18fd uhd: work on templated property class 2011-06-25 20:22:23 -07:00