-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Picoscope implementation (#147)
Refactor Picoscope implementation * Restrict Picoscope types to a few selected types. This restricts the possible output types to: - std::int16_t - float - gr::UncertainValue<float> * Generalize Picoscope interface. This allows the Block to be extended with support for various Picoscope models. Furthermore, this ports the custom work implementation to processBulk() and implements the inclusion of timing messages received over the message port. * Update to latest graph-prototype * Picoscope: Redefine property_map constructor This is needed as a workaround for very fishy behaviour, where GNURadio tries to use an ill-formed copy-constructor. Alternatively the BlockWrapper constructor could be patched to use _block{{std::move(initParameter)}}, which forces direct list-initialization. --------- Signed-off-by: Magnus Groß <magnus.gross@kdab.com> Co-authored-by: drslebedev <dr.s.lebedev@gmail.com>
- Loading branch information
1 parent
0ad25d0
commit ba28ef2
Showing
8 changed files
with
1,006 additions
and
597 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
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
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.