FairRoot
|
#include "f_stccomm.h"
Go to the source code of this file.
Functions | |
INTS4 | f_stc_read (INTS1 *p_buffer, INTS4 i_buflen, INTS4 i_channel, INTS4 i_timeout) |
INTS4 | f_stc_write (INTS1 *p_buffer, INTS4 i_buflen, INTS4 i_channel) |
INTS4 | f_stc_connectserver (CHARS *c_node, INTS4 l_port, INTS4 *pi_channel, struct s_tcpcomm *ps_client) |
INTS4 | f_stc_acceptclient (struct s_tcpcomm *ps_server, INTS4 *pi_channel) |
INTS4 | f_stc_createserver (INTS4 *pl_port, struct s_tcpcomm *ps_server) |
INTS4 | f_stc_close (struct s_tcpcomm *ps_tcp) |
INTS4 | f_stc_discclient (INTS4 i_channel) |
INTS4 | f_stc_listenserver (struct s_tcpcomm *ps_server) |
INTS4 | f_stc_disperror (INTS4 i_error, CHARS *c_dest, INTS4 i_out) |
Variables | |
CHARS | c_msg [80] |
Definition at line 685 of file f_stccomm.c.
Definition at line 1095 of file f_stccomm.c.
INTS4 f_stc_connectserver | ( | CHARS* | c_node, |
INTS4 | l_port, | ||
INTS4* | pi_channel, | ||
struct s_tcpcomm* | ps_client | ||
) |
Definition at line 486 of file f_stccomm.c.
Definition at line 846 of file f_stccomm.c.
Definition at line 1175 of file f_stccomm.c.
Definition at line 1402 of file f_stccomm.c.
Definition at line 1257 of file f_stccomm.c.
Definition at line 123 of file f_stccomm.c.
Definition at line 324 of file f_stccomm.c.
CHARS c_msg[80] |
Definition at line 10 of file f_stccomm.c.