|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Represents a message indicating whether TriggerDecisions should be inhibited. More...
#include <TriggerInhibit.hpp>
Public Member Functions | |
| DUNE_DAQ_SERIALIZE (TriggerInhibit, busy, run_number) | |
Public Attributes | |
| bool | busy = false |
| Whether the system is busy. | |
| run_number_t | run_number = 0 |
| Current run number. | |
Represents a message indicating whether TriggerDecisions should be inhibited.
Definition at line 22 of file TriggerInhibit.hpp.
| dunedaq::dfmessages::TriggerInhibit::DUNE_DAQ_SERIALIZE | ( | TriggerInhibit | , |
| busy | , | ||
| run_number | ) |
| bool dunedaq::dfmessages::TriggerInhibit::busy = false |
Whether the system is busy.
Definition at line 24 of file TriggerInhibit.hpp.
| run_number_t dunedaq::dfmessages::TriggerInhibit::run_number = 0 |
Current run number.
Definition at line 25 of file TriggerInhibit.hpp.