12#include <framework/core/Module.h>
13#include <daq/dataflow/EvtSocket.h>
17#include <framework/pcore/DataStoreStreamer.h>
41 void event()
override;
Stream/restore DataStore objects to/from EvtMessage.
A class definition of an input module for Sequential ROOT I/O.
DataStoreStreamer * m_streamer
DataStoreStreamer.
void initialize() override
Module functions to be called from main process.
void event() override
This method is the core of the module.
void endRun() override
This method is called if the current run ends.
EvtSocketSend * m_sock
EvtSocket.
void terminate() override
This method is called at the end of the event processing.
int m_port
Destination port.
void beginRun() override
Module functions to be called from event process.
int m_nsent
No. of sent events.
int m_compressionLevel
Compression parameter.
std::string m_dest
Destination Host.
TxSocketModule()
Constructor / Destructor.
Abstract base class for different kinds of events.