fair-acc / gr-digitizers

GNU General Public License v3.0
3 stars 3 forks source link

Bump gnuradio4 and adopt API #148

Closed wirew0rm closed 1 month ago

wirew0rm commented 1 month ago

GNURadio 4.0 has seen some breaking API changes, most notably the new reflection API, changes to the Buffer/Reader/Span API and some minor renamings. This commit bumps GR4 to the latest commit and follows up all breaking changes.

There is one issue remaining which has to be resolved before merging, probably related to https://github.com/fair-acc/gnuradio4/pull/441 Basically the processBulk signature for array of port changed (while vector of port stayed the same) and now the process work of picoscope would be expected to have a separate parameter for each port.

Also adds restyled automatic formatting.

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud