14 #include <sys/socket.h>
15 #include <netinet/in.h>
16 #include <arpa/inet.h>
23 #include "framework/pcore/RingBuffer.h"
24 #include "daq/dataflow/REvtSocket.h"
25 #include "daq/rfarm/manager/RFFlowStat.h"
27 #define RBUFSIZE 100000000
38 RawRevRb2Sock(std::string rbuf,
int port, std::string shmname,
int id);
int SendEvent(void)
Event function.
int Reconnect(void)
Reconnect.
RawRevRb2Sock(std::string rbuf, int port, std::string shmname, int id)
Constuctor and Destructor.
Class to manage a Ring Buffer placed in an IPC shared memory.
Abstract base class for different kinds of events.