Statistics
| Branch: | Tag: | Revision:

root / usrp / host / lib / db_flexrf_mimo.cc @ d894a95e

History | View | Annotate | Download (5.4 kB)

# Date Author Comment
f4a86cca 10/01/2009 08:51 pm Johnathan Corgan

Cleanup in preparation for merge

Fix trailing whitespace
Use standard include guards
Add more missing config.h includes
Fixup emacs mode strings
Update copyright notices

c276a4ff 07/09/2009 02:55 am Johnathan Corgan

Merged r11377:11390 from jcorgan/usrp-headers in to trunk.

  • Public USRP header files are now in their own source directory
    and install into $(includedir)/usrp. This was done to avoid name
    clashes in the top-level include directory.

    Only users who are developing directly to libusrp in C++ are...