#include "typedefs.h"
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <ctype.h>
#include <stdlib.h>
#include "sbs_def.h"
#include "sys_def.h"
#include "ml_def.h"
#include "portnum_def.h"
#include "s_daqst.h"
#include "s_setup.h"
#include "s_set_ml.h"
#include "s_set_mo.h"
#include "f_stccomm.h"
#include "f_ut_status.h"
Go to the source code of this file.
Defines | |
#define | VERSION__DAQST 2 |
#define | VERSION__SETUP 1 |
#define | VERSION__SET_ML 1 |
#define | VERSION__SET_MO 1 |
Functions | |
INTS4 | f_mbs_status (CHARS *c_node, s_daqst *ps_daqst) |
INTS4 | f_mbs_setup (CHARS *c_node, s_setup *ps_setup) |
INTS4 | f_mbs_ml_setup (CHARS *c_node, s_set_ml *ps_set_ml) |
INTS4 | f_mbs_mo_setup (CHARS *c_node, s_set_mo *ps_set_mo) |
Variables | |
INTS4 | l_gl_tcp_chan |
int | l_status |
int | l |
#define VERSION__DAQST 2 |
Definition at line 36 of file f_mbs_status.c.
#define VERSION__SET_ML 1 |
Definition at line 38 of file f_mbs_status.c.
#define VERSION__SET_MO 1 |
Definition at line 39 of file f_mbs_status.c.
#define VERSION__SETUP 1 |
Definition at line 37 of file f_mbs_status.c.
Definition at line 132 of file f_mbs_status.c.
References s_daqst::bh_set_ml_loaded, f_stc_connectserver(), f_stc_discclient(), f_ut_set_ml_r(), f_ut_status_r(), l_gl_tcp_chan, l_status, PORT__STAT_SERV, and STC__SUCCESS.
Referenced by TGo4MBSViewer::PrintStatus().
Definition at line 175 of file f_mbs_status.c.
References s_daqst::bh_set_mo_loaded, f_stc_connectserver(), f_stc_discclient(), f_ut_set_mo_r(), f_ut_status_r(), l_gl_tcp_chan, l_status, PORT__STAT_SERV, and STC__SUCCESS.
Referenced by TGo4MBSViewer::PrintStatus().
Definition at line 87 of file f_mbs_status.c.
References s_daqst::bh_setup_loaded, f_stc_connectserver(), f_stc_discclient(), f_ut_setup_r(), f_ut_status_r(), l_gl_tcp_chan, l_status, PORT__STAT_SERV, and STC__SUCCESS.
Referenced by TGo4MBSViewer::PrintStatus().
Definition at line 55 of file f_mbs_status.c.
References f_stc_connectserver(), f_stc_discclient(), f_ut_status_r(), l_gl_tcp_chan, l_status, PORT__STAT_SERV, and STC__SUCCESS.
Referenced by TGo4MBSViewer::Refresh().
int l |
Definition at line 34 of file f_mbs_status.c.
Referenced by f_evt_get_subevent(), f_evt_type(), f_fltrd(), f_ut_set_ml(), f_ut_set_mo(), f_ut_setup(), f_ut_status(), fLmdGetOpen(), TGo4MbsSubEvent::PrintMbsSubevent(), TGo4FitParsList::PrintPars(), and TGo4ViewPanel::SetPadDefaults().
Definition at line 32 of file f_mbs_status.c.
Referenced by f_mbs_ml_setup(), f_mbs_mo_setup(), f_mbs_setup(), and f_mbs_status().
int l_status |
Definition at line 34 of file f_mbs_status.c.