f_evt_put_event
- f_evt_put_event
- CALLING
- f_evt_put_event(s_evt_channel *ps_chan, long &la_evt_buf[])
- PURPOSE
- f_evt_put_event outputs event
- ARGUMENTS
-
- ps_chan
- Address of channel structure as returned from
f_evt_put_open.
- la_evt_buf
- event data array. Standard GSI event structure.
- Return type
- int.
- Status codes
-
- PUTEVT__SUCCESS
- success.
- PUTEVT__WRERR
- read server or file error
- Declaration
-
INTS4 f_evt_put_event(s_evt_channel *, INTS4 *);
- FUNCTION
- Copies current event into output buffer. Writes
buffer to file, when full.