With this PR, the default trigger rate at start is 0, which I was told would make the application use the default trigger rate from the configuration.
This PR also introduces a TriggerRateSpecifier action, that allows the user to change the trigger rate when issuing the change-rate command. This last feature must be used in conjunction with the FSM defined in daqsystemtest: https://github.com/DUNE-DAQ/daqsystemtest/pull/127.
With this PR, the default trigger rate at
start
is 0, which I was told would make the application use the default trigger rate from the configuration.This PR also introduces a
TriggerRateSpecifier
action, that allows the user to change the trigger rate when issuing thechange-rate
command. This last feature must be used in conjunction with the FSM defined indaqsystemtest
: https://github.com/DUNE-DAQ/daqsystemtest/pull/127.