mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
This fixes a subtle bug, where a variable to cache the timestamp of an error gets bound to the metadata instead of creating a copy thereof. Without this fix, the calculation of dropped samples would always be 0, because the difference in timestamps would incorrectly be always zero. This fix will now make a copy of the timestamp. Shoutout to GitHub user bhorsfield for finding this issue. |
||
|---|---|---|
| .. | ||
| benchmark_rate.py | ||
| CMakeLists.txt | ||
| curses_fft.py | ||
| rx_to_file.py | ||
| tx_waveforms.py | ||
| usrp_power_meter.py | ||