FairRoot
|
#include <MRevBuffer.h>
Public Member Functions | |
MRevBuffer (Int_t iMode) | |
~MRevBuffer () | |
TSocket * | RevOpen (char *pNode, Int_t iPort, Int_t iEvent) |
Int_t * | RevGetI (TSocket *pSocket, Int_t iFlush) |
REvent * | RevGet (TSocket *pSocket, Int_t iFlush, Int_t iSkip) |
Int_t | RevStatus (Int_t iOut) |
void | RevBufWait (Int_t iWait) |
Int_t | RevBufsize () |
void | RevClose (TSocket *pSocket) |
ClassDef (MRevBuffer, 0) | |
Definition at line 66 of file MRevBuffer.h.
MRevBuffer::MRevBuffer | ( | Int_t | iMode | ) |
Definition at line 75 of file MRevBuffer.cxx.
MRevBuffer::~MRevBuffer | ( | ) |
Definition at line 152 of file MRevBuffer.cxx.
MRevBuffer::ClassDef | ( | MRevBuffer | , |
0 | |||
) |
Int_t MRevBuffer::RevBufsize | ( | ) |
Definition at line 808 of file MRevBuffer.cxx.
void MRevBuffer::RevBufWait | ( | Int_t | iWait | ) |
Definition at line 810 of file MRevBuffer.cxx.
void MRevBuffer::RevClose | ( | TSocket * | pSocket | ) |
Definition at line 849 of file MRevBuffer.cxx.
REvent * MRevBuffer::RevGet | ( | TSocket * | pSocket, |
Int_t | iFlush, | ||
Int_t | iSkip | ||
) |
To support C++98 we have to put the initializers in the right order without the names
Definition at line 233 of file MRevBuffer.cxx.
Int_t * MRevBuffer::RevGetI | ( | TSocket * | pSocket, |
Int_t | iFlush | ||
) |
Definition at line 218 of file MRevBuffer.cxx.
TSocket * MRevBuffer::RevOpen | ( | char * | pNode, |
Int_t | iPort, | ||
Int_t | iEvent | ||
) |
Definition at line 162 of file MRevBuffer.cxx.
Int_t MRevBuffer::RevStatus | ( | Int_t | iOut | ) |
Definition at line 817 of file MRevBuffer.cxx.