9#ifndef DFMESSAGES_INCLUDE_DFMESSAGES_TRIGGERINHIBIT_HPP_
10#define DFMESSAGES_INCLUDE_DFMESSAGES_TRIGGERINHIBIT_HPP_
29static_assert(
sizeof(
TriggerInhibit) == 8,
"TriggerInhibit size unexpected!");
30static_assert(offsetof(
TriggerInhibit, busy) == 0,
"TriggerInhibit busy field not at expected offset!");
31static_assert(offsetof(
TriggerInhibit, run_number) == 4,
"TriggerInhibit run_number field not at expected offset!");
#define DUNE_DAQ_SERIALIZABLE(Type, typestring)
daqdataformats::run_number_t run_number_t
Copy daqdataformats::run_number_t.
Represents a message indicating whether TriggerDecisions should be inhibited.
run_number_t run_number
Current run number.
bool busy
Whether the system is busy.
DUNE_DAQ_SERIALIZE(TriggerInhibit, busy, run_number)