10 #include <framework/core/Module.h> 
   11 #include <framework/datastore/StoreObjPtr.h> 
   12 #include <framework/dataobjects/EventMetaData.h> 
   13 #include <framework/core/RandomGenerator.h> 
   14 #include <framework/pcore/zmq/sockets/ZMQClient.h> 
   15 #include <framework/pcore/zmq/utils/StreamHelper.h> 
   17 #include <framework/pcore/zmq/processModules/ProcessedEventsBackupList.h> 
   34     void event() 
override;
 
List-like structure for storing and retaining event backups.
Type-safe access to single objects in the data store.
Helper class for data store serialization.
A helper class for communicating over ZMQ. Includes a multicast and (if needed) also a data socket.
Abstract base class for different kinds of events.