In streaming-data-types:
- Modify
vc00 to include veto names for each of the 32 vetoes, where veto N is the bitmask (1 << N).
In kafka_dae_control:
- Pass veto names into
vc00
In kafka_dae_diagnostics:
- Get veto names from
vc00 instead of config file
This also means other consumers e.g. potential future mantid consumers, filewriter etc, can display something sensible as the description for each veto.
In
streaming-data-types:vc00to include veto names for each of the 32 vetoes, where veto N is the bitmask(1 << N).In
kafka_dae_control:vc00In
kafka_dae_diagnostics:vc00instead of config fileThis also means other consumers e.g. potential future mantid consumers, filewriter etc, can display something sensible as the description for each veto.