|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ers/ers.hpp>#include <ers/StreamFactory.hpp>#include <ers/StandardStreamOutput.hpp>#include <boost/preprocessor/cat.hpp>Go to the source code of this file.
Macros | |
| #define | ERS_REGISTER_OUTPUT_STREAM(class, name, param) |
| #define | ERS_INTERNAL_DEBUG(level, message) |
| #define | ERS_INTERNAL_INFO(message) |
| #define | ERS_INTERNAL_WARNING(message) |
| #define | ERS_INTERNAL_ERROR(message) |
| #define | ERS_INTERNAL_FATAL(message) |
| #define ERS_INTERNAL_DEBUG | ( | level, | |
| message ) |
Definition at line 26 of file macro.hpp.
| #define ERS_INTERNAL_ERROR | ( | message | ) |
Definition at line 52 of file macro.hpp.
| #define ERS_INTERNAL_FATAL | ( | message | ) |
Definition at line 60 of file macro.hpp.
| #define ERS_INTERNAL_INFO | ( | message | ) |
Definition at line 36 of file macro.hpp.
| #define ERS_INTERNAL_WARNING | ( | message | ) |
Definition at line 44 of file macro.hpp.
| #define ERS_REGISTER_OUTPUT_STREAM | ( | class, | |
| name, | |||
| param ) |
Definition at line 16 of file macro.hpp.