f_evt_put_open
- f_evt_put_open
- CALLING
- f_evt_put_open(char *c_file[], long l_size, long l_stream, long l_type,
long l_subtype, s_evt_channel *ps_chan, char *ps_filhe)
- PURPOSE
- f_evt_put_open opens an event output stream.
- ARGUMENTS
-
- c_file
- Name of file.
- l_size
- Size of output buffers in bytes.
- l_stream
- Number of buffers with spanning events.
- l_type
- Buffer type number
- l_subtype
- Buffer subtype number
- ps_chan
- Address of channel structure which will be returned.
- ps_filhe
- Address of user specified file header
- Return type
- int.
- Status codes
-
- PUTEVT__SUCCESS
- success.
- PUTEVT__FILE_EXIST
- file already exists.
- PUTEVT__FAILURE
- failure.
- Declaration
-
INTS4 f_evt_put_open(
CHARS *,INTS4,INTS4,INTS4,INTS4,s_evt_channel *,CHARS *);
- FUNCTION
- Opens the output channel and save context in
s_evt_channel structure.
- NOTE
- Up to four output channels can be opened.
User Example : In m_lea_user.c