9 #include "daq/rfarm/event/Sock2Rb.h"
16 Sock2Rb::Sock2Rb(
string rbuf,
int port)
21 m_evtbuf =
new char[MAXEVTSIZE];
25 Sock2Rb::~Sock2Rb(
void)
31 int Sock2Rb::ReceiveEvent(
void)
39 if (msg->
type() == MSG_TERMINATE) {
Class to manage streamed object.
int paddedSize() const
Same as size(), but as size of an integer array.
ERecordType type() const
Get record type.
char * buffer()
Get buffer address.
Class to manage a Ring Buffer placed in an IPC shared memory.
Abstract base class for different kinds of events.