mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
To avoid the proliferation of additional include directories and
multiple ways of including project-local headers, we now default to
moving all headers that are used across UHD into the uhdlib/
subdirectory.
Some #include statements were also reordered as they were modified for
closer compliance with the coding guidelines.
Internal cpp source files should now include files like this:
#include <uhdlib/rfnoc/ctrl_iface.hpp>
Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>
|
||
|---|---|---|
| .. | ||
| ad9361_driver | ||
| ad936x_manager.cpp | ||
| ad9361_ctrl.cpp | ||
| adf435x.cpp | ||
| adf535x.cpp | ||
| adf4001_ctrl.cpp | ||
| apply_corrections.cpp | ||
| CMakeLists.txt | ||
| fifo_ctrl_excelsior.cpp | ||
| fx2_ctrl.cpp | ||
| recv_packet_demuxer.cpp | ||
| validate_subdev_spec.cpp | ||