Request events from online shared memory data buffer. More...
#include <TMidasOnline.h>

Public Attributes | |
| EventRequest * | fNext |
| (internal use) list of all requests | |
| std::string | fBufferName |
| name of the midas data buffer, e.g. "SYSTEM" | |
| int | fBufferHandle |
| buffer handle from bm_open_buffer() | |
| int | fEventId |
| request event ID | |
| int | fTriggerMask |
| request trigger mask | |
| int | fSamplingType |
| sampling type | |
| int | fRequestId |
| request ID assigned by midas | |
Request events from online shared memory data buffer.
Definition at line 22 of file TMidasOnline.h.
buffer handle from bm_open_buffer()
Definition at line 27 of file TMidasOnline.h.
Referenced by TMidasOnline::eventRequest(), TMidasOnline::getBufferLevel(), TMidasOnline::getBufferSize(), and TMidasOnline::receiveEvent().
| std::string EventRequest::fBufferName |
name of the midas data buffer, e.g. "SYSTEM"
Definition at line 26 of file TMidasOnline.h.
Referenced by TMidasOnline::eventRequest().
request event ID
Definition at line 28 of file TMidasOnline.h.
Referenced by TMidasOnline::eventRequest().
(internal use) list of all requests
Definition at line 25 of file TMidasOnline.h.
Referenced by TMidasOnline::deleteEventRequest(), TMidasOnline::eventRequest(), and TMidasOnline::receiveEvent().
request ID assigned by midas
Definition at line 31 of file TMidasOnline.h.
Referenced by TMidasOnline::eventRequest(), and TMidasOnline::receiveEvent().
sampling type
Definition at line 30 of file TMidasOnline.h.
Referenced by TMidasOnline::eventRequest().
request trigger mask
Definition at line 29 of file TMidasOnline.h.
Referenced by TMidasOnline::eventRequest().
1.6.1