#include <EvFOutputModule.h>
Public Member Functions | |
void | close () |
void | doOutputEvent (EventMsgBuilder const &msg) |
EvFOutputEventWriter (std::string const &filePath) | |
uint32 | get_adler32 () const |
unsigned long | getAccepted () const |
std::string const & | getFilePath () const |
void | incAccepted () |
~EvFOutputEventWriter () | |
Private Attributes | |
unsigned long | accepted_ |
std::string | filePath_ |
edm::propagate_const < std::unique_ptr < StreamerOutputFile > > | stream_writer_events_ |
Definition at line 20 of file EvFOutputModule.h.
|
inlineexplicit |
Definition at line 22 of file EvFOutputModule.h.
|
inline |
Definition at line 25 of file EvFOutputModule.h.
|
inline |
Definition at line 27 of file EvFOutputModule.h.
References stream_writer_events_.
Referenced by esMonitoring.AsyncLineReaderMixin::handle_close(), and esMonitoring.FDJsonServer::handle_close().
|
inline |
Definition at line 29 of file EvFOutputModule.h.
References EventMsgBuilder::startAddress(), and stream_writer_events_.
|
inline |
Definition at line 34 of file EvFOutputModule.h.
References stream_writer_events_.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 43 of file EvFOutputModule.h.
Referenced by getAccepted(), and incAccepted().
|
private |
Definition at line 42 of file EvFOutputModule.h.
Referenced by getFilePath().
|
private |
Definition at line 44 of file EvFOutputModule.h.
Referenced by close(), doOutputEvent(), and get_adler32().