Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/MbsAPI/f_his_hist.c File Reference

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

CHARS c_gl_serv_access [64]
CHARS c_gl_serv_base [32]
INTS4 l_gl_serv_port
INTS4 l_gl_serv_chan
INTS4 l_gl_serv_verb
s_tcpcommps_tcpserv
s_his_comm s_his_comm_serv


Function Documentation

INTS4 f_his_getbas CHARS   pc_server,
INTS4    l_port,
CHARS   pc_base,
CHARS   pc_access,
INTS4 **    p_buffer
 

Definition at line 81 of file f_his_hist.c.

References CHARS, COMM__ERROR, COMM__GETBASE, COMM__NOSERVER, COMM__SUCCESS, f_his_swpbas(), f_stc_close(), f_stc_connectserver(), f_stc_discclient(), f_stc_read(), f_stc_write(), f_swaplw(), f_ut_compr_unpack(), INTS4, INTU1, s_compress::l_full_bytes, s_compress::l_masks, l_port, s_his_comm, and STC__SUCCESS.

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
 

Definition at line 188 of file f_his_hist.c.

References CHARS, 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(), INTS4, l_port, s_his_comm, and STC__SUCCESS.

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
 

Definition at line 310 of file f_his_hist.c.

References CHARS, 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(), INTS4, l_port, s_his_comm, and STC__SUCCESS.

Referenced by TGo4HistogramServer::~TGo4HistogramServer().

INTS4 f_his_server CHARS   pc_base,
CHARS   pc_access,
INTS4   pl_port
 

Definition at line 417 of file f_his_hist.c.

References c_gl_serv_access, c_gl_serv_base, CHARS, f_his_toupper(), f_stc_createserver(), INTS4, l_gl_serv_port, PORT__HIST_SERV, and STC__SUCCESS.

Referenced by TGo4HistogramServer::TGo4HistogramServer().

INTS4 f_his_wait INTS4   pl_action,
CHARS   pc_histo
 

Definition at line 477 of file f_his_hist.c.

References c_gl_serv_access, c_gl_serv_base, CHARS, COMM__NOACCESS, COMM__NOBASE, f_his_toupper(), f_stc_acceptclient(), f_stc_discclient(), f_stc_read(), f_stc_write(), f_swaplw(), INTS4, l_gl_serv_chan, l_gl_serv_port, l_gl_serv_verb, s_his_comm, s_his_comm_serv, and STC__SUCCESS.

Referenced by TGo4HisConnectorRunnable::Run().

INTS4 f_his_senddir s_his_head   ps_head,
INTS4    l_histos
 

Definition at line 562 of file f_his_hist.c.

References COMM__PUTDIR, COMM__SUCCESS, f_stc_discclient(), f_stc_write(), INTS4, l_gl_serv_chan, l_gl_serv_verb, s_his_comm, s_his_comm_serv, and STC__SUCCESS.

Referenced by TGo4HisConnectorRunnable::Run().

INTS4 f_his_sendhis s_his_head   ps_head,
INTS4    l_histos,
CHARS   pc_histo,
INTS4   pl_data
 

Definition at line 625 of file f_his_hist.c.

References s_his_head::c_name, CHARS, COMM__NOHIST, COMM__PUTHIST, COMM__SUCCESS, f_stc_discclient(), f_stc_write(), INTS4, s_his_head::l_bins_1, s_his_head::l_bins_2, l_gl_serv_chan, l_gl_serv_verb, s_his_comm, s_his_comm_serv, and STC__SUCCESS.

Referenced by TGo4HisConnectorRunnable::Run().

INTS4 f_his_close  
 

Definition at line 705 of file f_his_hist.c.

References f_stc_close(), and INTS4.

Referenced by TGo4HistogramServer::~TGo4HistogramServer().


Variable Documentation

CHARS c_gl_serv_access[64] [static]
 

Definition at line 26 of file f_his_hist.c.

Referenced by f_his_server(), and f_his_wait().

CHARS c_gl_serv_base[32] [static]
 

Definition at line 27 of file f_his_hist.c.

Referenced by f_his_server(), and f_his_wait().

INTS4 l_gl_serv_port [static]
 

Definition at line 28 of file f_his_hist.c.

Referenced by f_his_server(), and f_his_wait().

INTS4 l_gl_serv_chan [static]
 

Definition at line 29 of file f_his_hist.c.

Referenced by f_his_senddir(), f_his_sendhis(), and f_his_wait().

INTS4 l_gl_serv_verb [static]
 

Definition at line 30 of file f_his_hist.c.

Referenced by f_his_senddir(), f_his_sendhis(), and f_his_wait().

struct s_tcpcomm* ps_tcpserv
 

Definition at line 31 of file f_his_hist.c.

s_his_comm s_his_comm_serv
 

Definition at line 32 of file f_his_hist.c.

Referenced by f_his_senddir(), f_his_sendhis(), and f_his_wait().


Generated on Tue Nov 8 10:56:22 2005 for Go4-v2.10-5 by doxygen1.2.15