DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Null stream. More...
#include <NullStream.hpp>
Public Member Functions | |
void | write (const Issue &) override |
bool | isNull () const override |
![]() | |
virtual | ~OutputStream () |
Sends the issue into this stream. | |
Additional Inherited Members | |
![]() | |
OutputStream () | |
OutputStream & | chained () |
Null stream.
This stream implementation silently discards any issue that is sent to it. In order to employ this implementation in a stream configuration the name to be used is "null". E.g. the following configuration will result in no output been produced for the ERROR stream:
export DUNEDAQ_ERS_ERROR="null"
Definition at line 35 of file NullStream.hpp.
|
inlineoverridevirtual |
Reimplemented from ers::OutputStream.
Definition at line 40 of file NullStream.hpp.
|
inlineoverridevirtual |