DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TriggerDecisionToken.hpp
Go to the documentation of this file.
1
9#ifndef DFMESSAGES_INCLUDE_DFMESSAGES_TRIGGERDECISIONTOKEN_HPP_
10#define DFMESSAGES_INCLUDE_DFMESSAGES_TRIGGERDECISIONTOKEN_HPP_
11
12#include "dfmessages/Types.hpp"
13
15
16#include <string>
17
18namespace dunedaq {
19namespace dfmessages {
35} // namespace dfmessages
37} // namespace dunedaq
38
39#endif // DFMESSAGES_INCLUDE_DFMESSAGES_TRIGGERDECISIONTOKEN_HPP_
#define DUNE_DAQ_SERIALIZABLE(Type, typestring)
static constexpr trigger_number_t s_invalid_trigger_number
An invalid trigger number.
Definition Types.hpp:59
static constexpr run_number_t s_invalid_run_number
An invalid run number.
Definition Types.hpp:57
daqdataformats::run_number_t run_number_t
Copy daqdataformats::run_number_t.
Definition Types.hpp:34
daqdataformats::trigger_number_t trigger_number_t
Copy daqdataformats::trigger_number_t.
Definition Types.hpp:35
Including Qt Headers.
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)