-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed additional refill_thread plus misc. - Simplified getting Stream* using the same tricks as SoapySDRPlay, - Revised some scoped locks BEWARE: TX has not been modified accordingly yet. * Replaced rx/tx_sreamer shared_ptr by unique_ptr, restore rx/tx independent closeStream * Return two SoapySDR::Stream for either RX or TX streams, and add guard code to use them properly * Removed unused function * Replaced device_mutex by a custom spin-lock pluto_splin_mutex, and protect everything including streaming with this spn-lock * Use independent RX and TX locks, plus misc cleanups * std::make_unique is only C++14+, let's stick ti c++11 for now
- Loading branch information
Showing
3 changed files
with
231 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.