Go to the source code of this file.
Functions | |
INTS4 | f_his_getbas (CHARS *pc_server, INTS4 l_port, CHARS *pc_base, CHARS *pc_access, INTS4 **p_buffer) |
INTS4 | f_his_getdir (CHARS *pc_server, INTS4 l_port, CHARS *pc_base, CHARS *pc_access, CHARS *pc_histo, INTS4 **p_buffer, INTS4 *pl_histos) |
INTS4 | f_his_gethis (CHARS *pc_server, INTS4 l_port, CHARS *pc_base, CHARS *pc_access, CHARS *pc_histo, s_his_head **p_head, INTS4 **p_buffer, INTS4 *pl_size) |
INTS4 | f_his_server (CHARS *pc_base, CHARS *pc_access, INTS4 *pl_port) |
INTS4 | f_his_wait (INTS4 *pl_action, CHARS *pc_histo) |
INTS4 | f_his_senddir (s_his_head *ps_head, INTS4 l_histos) |
INTS4 | f_his_sendhis (s_his_head *ps_head, INTS4 l_histos, CHARS *pc_histo, INTS4 *pl_data) |
INTS4 | f_his_close () |
Variables | |
static CHARS | c_gl_serv_access [64] |
static CHARS | c_gl_serv_base [32] |
static INTS4 | l_gl_serv_port |
static INTS4 | l_gl_serv_chan |
static INTS4 | l_gl_serv_verb |
s_tcpcomm * | ps_tcpserv |
s_his_comm | s_his_comm_serv |
|
|
Definition at line 191 of file f_his_hist.c. References s_his_comm::c_access, s_his_comm::c_base, s_his_comm::c_histo, COMM__ERROR, COMM__GETDIR, COMM__NOSERVER, COMM__SUCCESS, f_stc_close(), f_stc_connectserver(), f_stc_discclient(), f_stc_read(), f_stc_write(), f_swaplw(), l_status, s_his_comm::l_status, s_his_comm::lu_action, s_his_comm::lu_endian, s_his_comm::lu_histos, s_his_comm::lu_size, and STC__SUCCESS. |
|
Definition at line 313 of file f_his_hist.c. References s_his_comm::c_access, s_his_comm::c_base, s_his_comm::c_histo, COMM__ERROR, COMM__GETHIST, COMM__NOSERVER, COMM__SUCCESS, f_stc_close(), f_stc_connectserver(), f_stc_discclient(), f_stc_read(), f_stc_write(), f_swaplw(), l_status, s_his_comm::l_status, s_his_comm::lu_action, s_his_comm::lu_endian, s_his_comm::lu_histos, s_his_comm::lu_size, and STC__SUCCESS. |
|
Definition at line 420 of file f_his_hist.c. References c_gl_serv_access, c_gl_serv_base, COMM__ERROR, f_his_toupper(), f_stc_createserver(), l_gl_serv_port, l_status, PORT__HIST_SERV, and STC__SUCCESS. Referenced by TGo4HistogramServer::TGo4HistogramServer(). |
|
Definition at line 480 of file f_his_hist.c. References s_his_comm::c_access, s_his_comm::c_base, c_gl_serv_access, c_gl_serv_base, COMM__ERROR, COMM__NOACCESS, COMM__NOBASE, COMM__SUCCESS, f_his_toupper(), f_stc_acceptclient(), f_stc_discclient(), f_stc_read(), f_stc_write(), f_swaplw(), l_gl_serv_chan, l_gl_serv_port, l_gl_serv_verb, l_status, s_his_comm::l_status, s_his_comm::lu_endian, s_his_comm::lu_histos, s_his_comm::lu_size, and STC__SUCCESS. Referenced by TGo4HisConnectorRunnable::Run(). |
|
Definition at line 565 of file f_his_hist.c. References s_his_comm::c_histo, COMM__ERROR, COMM__PUTDIR, COMM__SUCCESS, f_stc_discclient(), f_stc_write(), l_gl_serv_chan, l_gl_serv_verb, l_status, s_his_comm::l_status, s_his_comm::lu_action, s_his_comm::lu_endian, s_his_comm::lu_histos, s_his_comm::lu_size, and STC__SUCCESS. Referenced by TGo4HisConnectorRunnable::Run(). |
|
Definition at line 628 of file f_his_hist.c. References s_his_head::c_name, COMM__ERROR, COMM__NOHIST, COMM__PUTHIST, COMM__SUCCESS, f_stc_discclient(), f_stc_write(), s_his_head::l_bins_1, s_his_head::l_bins_2, l_gl_serv_chan, l_gl_serv_verb, l_status, s_his_comm::l_status, s_his_comm::lu_action, s_his_comm::lu_endian, s_his_comm::lu_histos, s_his_comm::lu_size, and STC__SUCCESS. Referenced by TGo4HisConnectorRunnable::Run(). |
|
Definition at line 708 of file f_his_hist.c. References COMM__SUCCESS, and f_stc_close(). Referenced by TGo4HistogramServer::~TGo4HistogramServer(). |
|
Definition at line 29 of file f_his_hist.c. Referenced by f_his_server(), and f_his_wait(). |
|
Definition at line 30 of file f_his_hist.c. Referenced by f_his_server(), and f_his_wait(). |
|
Definition at line 31 of file f_his_hist.c. Referenced by f_his_server(), and f_his_wait(). |
|
Definition at line 32 of file f_his_hist.c. Referenced by f_his_senddir(), f_his_sendhis(), and f_his_wait(). |
|
Definition at line 33 of file f_his_hist.c. Referenced by f_his_senddir(), f_his_sendhis(), and f_his_wait(). |
|
Definition at line 34 of file f_his_hist.c. |
|
Definition at line 35 of file f_his_hist.c. |