GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
f_his_hist.c File Reference
#include "typedefs.h"
#include "f_his_hist.h"
#include "f_his_toupper.h"
#include "f_his_swpbas.h"
#include "f_stccomm.h"
#include "f_swaplw.h"
#include "f_ut_compress.h"
#include "portnum_def.h"
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>

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
 
struct s_tcpcommps_tcpserv
 
s_his_comm s_his_comm_serv
 

Function Documentation

INTS4 f_his_close ( )

Definition at line 706 of file f_his_hist.c.

References COMM__SUCCESS, and f_stc_close().

Referenced by TGo4HistogramServer::~TGo4HistogramServer().

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_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_server ( CHARS pc_base,
CHARS pc_access,
INTS4 pl_port 
)
INTS4 f_his_wait ( INTS4 pl_action,
CHARS pc_histo 
)

Variable Documentation

CHARS c_gl_serv_access[64]
static

Definition at line 27 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 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 30 of file f_his_hist.c.

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

INTS4 l_gl_serv_port
static

Definition at line 29 of file f_his_hist.c.

Referenced by f_his_server(), and f_his_wait().

INTS4 l_gl_serv_verb
static

Definition at line 31 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 32 of file f_his_hist.c.

s_his_comm s_his_comm_serv

Definition at line 33 of file f_his_hist.c.