Martin Braun
876d4150aa
uhd: Apply clang-format against all .cpp and .hpp files in host/
...
Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of
files that clang-format gets applied against.
2020-03-03 08:51:32 -06:00
Martin Braun
ae5211d71d
uhd: Update license headers
...
All copyright is now attributed to "Ettus Research, a National
Instruments company".
SPDX headers were also updated to latest version 3.0.
2018-02-19 16:54:52 -08:00
Martin Braun
4f948e2c8b
Move all license headers to SPDX format.
2017-12-22 10:45:51 -08:00
michael-west
c0057e35b8
UHD: Add eeprom info to dboard_base
2017-12-07 13:32:26 -08:00
Ashish Chaudhari
6db9ac785c
dboards: Added ability to register a per-dboard container class
...
- The typical dboard classes are actually "subdev" classes i.e.
there is one instance per dboard subdev (front-end). This makes
it hard to implement shared functionality between multiple
front-ends.
- This changes adds the ability to create a container class which
is created per group of subdevs and each subdev gets a pointer
to the container class for cross linkage.
2016-02-26 14:23:40 -08:00
Josh Blum
d9035414a2
usrp: work on dboard code to use subtrees to populate frontend props
2011-11-07 11:20:04 -08:00
Josh Blum
95b966a599
uhd: update copyright headers with automated script
2011-03-23 18:48:30 -07:00
Josh Blum
4357f5d3c0
uhd: replaced instanced of std::exception with the uhd exceptions
2011-02-24 16:35:29 -08:00
Josh Blum
f1fe66acd4
usrp: changed opaque pointer implementation for dboard contructor args
2010-07-22 10:26:48 -07:00
Josh Blum
b2054a45d4
Created macros for dealing with pimpls and implemented in code.
2010-06-02 17:44:20 -07:00
Josh Blum
4d5df2376b
Expanded the dboard id API to create dboard id types from strings and ints.
...
And created utility functions to go between representations.
Created to_pp_string for pretty print strings for dboard ids and device addrs.
Minor changes to the various classes that call these utilities.
2010-05-03 01:20:11 -07:00
Josh Blum
fd0d9b7dcc
Replaced the dboard base constructor args with an opaque type.
2010-05-02 16:03:46 -07:00
Josh Blum
4a19b43176
Cleaned up some dboard manager construction logic.
...
Moved the dboard base private stuff into a forward declaration.
2010-05-02 12:16:41 -07:00
Josh Blum
e2a9419385
renamed dboard interface to dboard iface, the lengthy name was getting to be a burden
2010-04-14 08:41:13 -07:00
Josh Blum
767bb41920
massaged some of the dboard calls
2010-03-22 17:41:49 -07:00
Josh Blum
add5d32f9b
Moved lib and include contents of dboard and mboard one directory up and prefixed them with dboard_ and mboard_.
...
And yes, the code is compiling.
2010-02-21 12:59:41 -08:00