Skip to content

Refactoring of the daqd/comm.y code to move the start (net/file/...) writer...

Refactoring of the daqd/comm.y code to move the start (net/file/...) writer code out of the bison/yacc file.

Move the code out and replace the positional arguments with named variables with known types to simplify code introspection/debugging/...

This is only refactoring, no behavior change.

Merge request reports