DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
AbortStream.hpp
Go to the documentation of this file.
1/*
2 * AbortStream.h
3 * ers
4 *
5 * Created by Serguei Kolos on 02.08.05.
6 * Copyright 2004 CERN. All rights reserved.
7 *
8 */
9
15#ifndef ERS_ABORT_STREAM_H
16#define ERS_ABORT_STREAM_H
17
18#include <ers/OutputStream.hpp>
19
20namespace ers
21{
22 class Issue;
23
35 struct AbortStream : public OutputStream
36 {
37 void write( const Issue & issue ) override;
38 };
39}
40
41#endif
42
Base class for any user define issue.
Definition Issue.hpp:69
ERS abstract output stream interface.
CTB Buffer Issue
Aborts the current application.
void write(const Issue &issue) override