Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Add new exceptions for RFNoC-specific errors | Martin Braun | 2019-11-26 | 1 | -7/+33 |
| | | | | | | | | | | | | | | | | | | | Add the following exception types: - rfnoc_error - op_failed - op_seqerr - op_timeout - op_timeerr - access_error - It is meant to be used when access violations have taken place, i.e., when a resource is being accessed without appropriate permissions. - resolve_error - This is a derivative of rfnoc_error, and will be used when a property resolution fails unexpectedly. - routing_error - For use when the framework has path setup issues or general routing-related errors | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | uhd: Add narrow_cast and narrow | Martin Braun | 2018-01-12 | 1 | -0/+1 |
| | | | | Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | uhd: Added syntax error exception type | Martin Braun | 2016-08-09 | 1 | -0/+1 |
| | |||||
* | uhd: Added usb_error exception type | Balint Seeber | 2015-08-03 | 1 | -0/+5 |
| | |||||
* | uhd: added dynamic throw and clone to exceptions | Josh Blum | 2011-06-24 | 1 | -1/+3 |
| | |||||
* | uhd: exception code gen simplification | Josh Blum | 2011-02-24 | 1 | -6/+1 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -0/+1 |
| | |||||
* | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -0/+47 |