9#ifndef DFMESSAGES_INCLUDE_DFMESSAGES_TRIGGERDECISIONTOKEN_HPP_
10#define DFMESSAGES_INCLUDE_DFMESSAGES_TRIGGERDECISIONTOKEN_HPP_
#define DUNE_DAQ_SERIALIZABLE(Type, typestring)
daqdataformats::run_number_t run_number_t
Copy daqdataformats::run_number_t.
daqdataformats::trigger_number_t trigger_number_t
Copy daqdataformats::trigger_number_t.
Represents a message indicating that the DataFlow has one additional buffer available.
run_number_t run_number
The run number that this token corresponds to.
std::string decision_destination
Connection name for TriggerDecisions sent to the Dataflow process originating this token.
trigger_number_t trigger_number
An optional trigger number that this token represents completion of.
DUNE_DAQ_SERIALIZE(TriggerDecisionToken, run_number, trigger_number, decision_destination)