Commit graph

6 commits

Author SHA1 Message Date
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
Martin Braun
2262316abd types: Cleaned up sid.hpp
- Made reversed() const
- Removed boost::uint* types
- Removed superfluous includes
2016-09-02 11:33:04 -07:00
Michael Dickens
1942e608d8 tests: fix use of 'uint32_t' to be in the correct namespace 'boost::'. 2015-04-08 13:11:23 -04:00
Michael Dickens
a7049e4ff7 uhd: Fixed multiple compiler warnings
- Use ULL and LL etc. so compiler doesn't need to decide constant's types
- define the empty 'while' loop to include {} to make older compilers happy
- Use explicit type names for BOOST_CHECK_EQUAL
2015-03-11 15:33:17 -07:00
Martin Braun
91347ea2cb uhd: Added sid_t
This is a data type to represent SIDs (stream IDs).
It includes setters and getters for all components of the
SID, converters to and from string and uint32 as well
as C++ streams.
2014-10-28 19:42:22 +01:00