f_evt_get_event
- f_evt_get_event
- CALLING
- f_evt_get_event(s_evt_channel &s_chan, long **ppl_buffer, long **ppl_goobuf)
- PURPOSE
- f_evt_get_event returnes address of event
- ARGUMENTS
-
- s_chan
- Input channel from open.
- ppl_buffer
- Address of pointer. Returns address of event.
- ppl_goobuf
- Address of pointer. Returns address of buffer.
- Return type
- int.
- Status codes
-
- GETEVT__SUCCESS
- success.
- GETEVT__FRAGMENT
- Event fragment found.
- GETEVT__NOMORE
- No more events.
- GETEVT__RDERR
- read server or file error
- GETEVT__TIMEOUT
- when enabled by f_evt_timeout
- Declaration
-
INTS4 f_evt_get_event(
s_evt_channel *, INTS4 **, INTS4 **);
- FUNCTION
- Get next event and returnes pointer. The pointer
may point to the event in the buffer or internal
event buffer (spanned events). The content of the
pointer may be destroyed by next call.