Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: fix use of 'uint32_t' to be in the correct namespace 'boost::'. | Michael Dickens | 2015-04-08 | 1 | -61/+61 |
| | |||||
* | uhd: Fixed multiple compiler warnings | Michael Dickens | 2015-03-11 | 1 | -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_t | Martin Braun | 2014-10-28 | 1 | -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. |