12#include <daq/dataflow/EvtSocket.h>
13#include <daq/dataflow/EvtSocketManager.h>
15#include <daq/dqm/HistoManager2.h>
27 enum {c_maxBufSize = 160000000 };
29 enum { c_mergeIntervall = 5000 };
48 std::string m_filename;
53 std::map <std::string, time_t> m_unit_last_conn_time;
54 std::map <std::string, time_t> m_unit_last_packet_time;
55 std::map <std::string, time_t> m_unit_last_content_time;
56 time_t m_last_merge_time{};
std::map< std::string, std::pair< int, bool > > m_units_connected
connection IP, state and last update time
void write_state(void)
Write connection state to a file.
Abstract base class for different kinds of events.