aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/sid_t_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* types: Cleaned up sid.hppMartin Braun2016-09-021-65/+66
| | | | | | - Made reversed() const - Removed boost::uint* types - Removed superfluous includes
* tests: fix use of 'uint32_t' to be in the correct namespace 'boost::'.Michael Dickens2015-04-081-61/+61
|
* uhd: Fixed multiple compiler warningsMichael Dickens2015-03-111-61/+61
| | | | | | - 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
* uhd: Added sid_tMartin Braun2014-10-281-0/+158
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.