|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
ERS Issue input stream interface. More...
#include <InputStream.hpp>
Public Member Functions | |
| virtual | ~InputStream () |
Protected Member Functions | |
| InputStream () | |
| Will be called when a new issue is received. | |
| void | receive (const Issue &issue) |
Private Member Functions | |
| InputStream (const InputStream &other)=delete | |
| InputStream & | operator= (const InputStream &)=delete |
| void | set_receiver (IssueReceiver *receiver) |
Private Attributes | |
| IssueReceiver * | m_receiver |
Friends | |
| class | StreamManager |
ERS Issue input stream interface.
ERS Issue input stream interface.
Definition at line 40 of file InputStream.hpp.
|
inlinevirtual |
Definition at line 44 of file InputStream.hpp.
|
protected |
Will be called when a new issue is received.
Definition at line 33 of file InputStream.cpp.
|
privatedelete |
|
privatedelete |
|
protected |
Definition at line 37 of file InputStream.cpp.
|
inlineprivate |
Definition at line 58 of file InputStream.hpp.
|
friend |
Definition at line 41 of file InputStream.hpp.
|
private |
Definition at line 62 of file InputStream.hpp.