Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor node::work function #117

Closed
Tracked by #114
ivan-cukic opened this issue Jul 14, 2023 · 1 comment
Closed
Tracked by #114

Refactor node::work function #117

ivan-cukic opened this issue Jul 14, 2023 · 1 comment

Comments

@ivan-cukic
Copy link
Contributor

No description provided.

@RalphSteinhagen
Copy link
Member

close this in favour of existing #81

ablepharus pushed a commit to ablepharus/gnuradio4 that referenced this issue May 13, 2024
* Add Timing Receiver (Simulation)

Implements fair-acc/opendigitizer#31

* Implement UDP Timing Receiver using ZeroMQ RADIO/DISH

* digitizers: Implement new timing trigger logic

Add message input port to digitizers, which is used to connect WR
digitizers (or simulators) and add timing trigger tags to the data
stream.

If the digitizer has a trigger input port (digital or analog)
configured, the detected edges are used together with the timing
messages to generate the tags. If no such port is configured,
the latest timing message is used.

Also removed the time_realignment block, under the assumption that
it is not used anymore in the new architecture, and replaced the old
trigger tag usage in other blocks with the new format.

* CI: Enable GCC 12

See if this helps with some fmt error failing to format std::chrono::duration.

* Remove offset/timestamp adjustment for rapid mode

* Test for trigger tags in rapid block mode

* Fix trigger offset in rapid block mode

The offset must be adjusted for the presamples

* meson: add libpico dependencies

libpicoscope depends on libusb and libz, this explicitly resolves these
dependencies in the buildsystem.

* CI: Add libusb-1.0-dev as picoscope dependency

Co-authored-by: Alexander Krimm <A.Krimm@gsi.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants