Tweak VPDAQ
- avoid copying sensors in loops
- remove redundant destructor, initialize
- do not explicitly cache the already implicitly cached output level
- prefer std::array and fill over raw array and memset (note: this does not change the generated assembly)
- prefer std::byte for 'raw' data
- replace the magic literal 208 with VP::NSensors
Edited by Marco Cattaneo