Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Remove superfluous boost/bind.hpp includes | Martin Braun | 2021-12-03 | 1 | -2/+0 |
| | | | | | On newer versions of Boost, they show deprecation notes. However, they're not actually used any more so they can go. | ||||
* | utils: Expose CHDR Parsing API | Samuel O'Brien | 2020-07-13 | 1 | -0/+164 |
This commit introduces a new public api in uhd::utils which allows serializing and deserializing chdr packets. As far as testing, this commit adds the chdr_parse_test test. It uses a wireshark trace located in rfnoc_packets_*.cpp as well as hand coded packets from hardcoded_packets.cpp to test the serialization and deserialization process Signed-off-by: Samuel O'Brien <sam.obrien@ni.com> |