fair-acc / gnuradio4

Prototype implementations for a more compile-time efficient flowgraph API
GNU Lesser General Public License v3.0
22 stars 8 forks source link

Add nSamplesConsumed() and nSamplesPublished() to BufferReader/Writer #327

Closed drslebedev closed 2 months ago

drslebedev commented 2 months ago

This PR adds the nSamplesConsumed() and nSamplesPublished() methods to the BufferReader/Writer.

These methods will help Block class to check if tags should be forwarded when asynchronous ports are present.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
85.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud