DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <assert.h>
#include <iostream>
#include <ers/Issue.hpp>
#include <ers/InputStream.hpp>
#include <ers/OutputStream.hpp>
#include <ers/StreamManager.hpp>
#include <ers/StreamFactory.hpp>
#include <ers/Severity.hpp>
#include <ers/Configuration.hpp>
#include <ers/ers.hpp>
#include <ers/internal/macro.hpp>
#include <ers/internal/Util.hpp>
#include <ers/internal/PluginManager.hpp>
#include <ers/internal/NullStream.hpp>
#include <ers/internal/SingletonCreator.hpp>
Go to the source code of this file.
Classes | |
class | ers::StreamInitializer |
Namespaces | |
namespace | ers |
Functions | |
ERS_DECLARE_ISSUE (ers, BadConfiguration, "The stream configuration string \""<< config<< "\" has syntax errors.",((std::string) config)) namespace | |
ERS_DECLARE_ISSUE | ( | ers | , |
BadConfiguration | , | ||
"The stream configuration string \""<< config<< "\" has syntax errors." | , | ||
((std::string) config) | ) |
This variable contains the default keys for building the default streams. The default is to use the default stream, in verbose mode for errors and fatals.
Definition at line 28 of file StreamManager.cpp.