DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <condition_variable>
#include <functional>
#include <iostream>
#include <queue>
#include <mutex>
#include <thread>
#include <ers/Issue.hpp>
#include <ers/IssueCatcherHandler.hpp>
Go to the source code of this file.
Functions | |
ERS_DECLARE_ISSUE (ers, IssueCatcherAlreadySet, "Local error catcher has been already set", ERS_EMPTY) namespace ers | |
ERS_DECLARE_ISSUE | ( | ers | , |
IssueCatcherAlreadySet | , | ||
"Local error catcher has been already set" | , | ||
ERS_EMPTY | ) |
The LocalStream
class can be used for passing issues between threads of the same process.
returns the singleton
sets local issue catcher
Definition at line 28 of file LocalStream.hpp.