Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Create discoverable feature registry implementation | Lane Kolbly | 2020-06-25 | 1 | -34/+17 |
| | | | | | | Classes which want to implement discoverable_feature can simply inherit from this registry and get access to an ergonomic map-backed registry of features. | ||||
* | uhd: Add discoverable_features API | Lane Kolbly | 2020-06-25 | 1 | -0/+111 |
The "discoverable features" API handles how clients access the myriad features we offer, without simply adding a million has_FOO and do_FOO methods to radio_control and multi_usrp. discoverable_features allows clients to query the existance of, enumerate, and ultimately they get (by enum or by type) an object which implements their wanted feature. |