USRP Radios suport
This nice plugin contribution brings support for USRP radios. This was tested with a B210 type but may work with other radios as well. Details of the GUI interface can be found here:
The Wiki will be updated with compilation instructions for UHD library. For now you can rely on instructions found here #617
Other changes and fixes
This version also brings major changes to internals regarding plugins further separating GUI and core functions and structures. This is a first step to be able to access the core structure from anywhere in the code with a singleton class. Ultimately this makes possible to facilitate the dialog between feature, channel and devices plugins to implement more elaborate feature plugins.