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.
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.