#include "f_evt.h"
Go to the source code of this file.
Functions | |
int | f_evcli_con (s_evt_channel *ps_chan, char *pc_node, int l_aport, int l_aevents, int l_asample) |
int | f_evcli_buf (s_evt_channel *ps_chan) |
int | f_evcli_evt (s_evt_channel *ps_chan) |
int | f_evcli_close (s_evt_channel *ps_chan) |
int f_evcli_buf | ( | s_evt_channel * | ps_chan | ) |
Definition at line 382 of file f_evcli.c.
References s_clntbuf::c_buffer, s_clntbuf::c_message, c_modnam, CLNT__BUFH_LW, CLNT__REST_LW, F__SWAP, f_clnup(), f_clnup_save(), f_read_server(), f_send_ackn(), f_stc_close(), s_clntbuf::l_buffertype, s_evt_channel::l_channel_no, l_clnt_sts, s_clntbuf::l_dlen, s_clntbuf::l_events, s_evt_channel::l_evt_buf_posi, s_clntbuf::l_inbuf_read_cnt, s_evt_channel::l_io_buf_size, l_len_lw2, s_clntbuf::l_msgtyp, l_retval, l_status, l_sts, s_clntbuf::l_testbit, l_timeout, lf_swap, s_evt_channel::pc_evt_buf, s_evt_channel::pc_io_buf, pl_inbuf, TRUE, and v_mem_clnup.
Referenced by f_evt_get_event().
int f_evcli_close | ( | s_evt_channel * | ps_chan | ) |
Definition at line 492 of file f_evcli.c.
References c_modnam, f_clnup(), f_send_ackn(), f_stc_close(), f_stc_discclient(), s_evt_channel::l_channel_no, l_status, STC__SUCCESS, TRUE, and v_mem_clnup.
Referenced by f_evt_get_close().
int f_evcli_con | ( | s_evt_channel * | ps_chan, | |
char * | pc_node, | |||
int | l_aport, | |||
int | l_aevents, | |||
int | l_asample | |||
) |
Definition at line 198 of file f_evcli.c.
References s_opc1::b1_evtsev, s_opc1::b1_lnkf1, s_opc1::b1_lnkf2, s_opc1::b1_selflt, s_opc1::b1_selwrt, s_opc1::b3_opc, c_modnam, CLNT__BUFH_LW, CLNT__REST_LW, F__SWAP, f_clnup(), f_clnup_save(), f_fltdscr(), f_read_server(), f_stc_close(), f_stc_connectserver(), f_stc_disperror(), f_stc_write(), GPS__ENV_TESTBIT, GPS__OUTBUFSIZ, s_opc1::h_flt_len, s_opc1::h_fltspec, s_opc1::h_next_fltblk, i_channel, s_evt_channel::l_channel_no, l_endian_serv, s_evt_channel::l_io_buf_size, l_len_lw2, l_retval, l_status, l_sts, l_timeout, lf_swap, s_evt_channel::pc_evt_buf, s_evt_channel::pc_io_buf, STC__SUCCESS, TRUE, and v_mem_clnup.
Referenced by f_evt_get_open().
int f_evcli_evt | ( | s_evt_channel * | ps_chan | ) |
Definition at line 473 of file f_evcli.c.
References s_ve10_1::l_dlen, s_clntbuf::l_events, s_evt_channel::l_evt_buf_posi, s_evt_channel::pc_evt_buf, s_evt_channel::pc_io_buf, and STC__SUCCESS.
Referenced by f_evt_get_event().