|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#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 "f_stccomm.h"#include "f_ut_status.h"#include "f_mbs_status.h"Go to the source code of this file.
Macros | |
| #define | VERSION__DAQST 2 |
| #define | VERSION__SET_ML 1 |
| #define | VERSION__SET_MO 1 |
| #define | VERSION__SETUP 1 |
Functions | |
| 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) |
| INTS4 | f_mbs_setup (CHARS *c_node, s_setup *ps_setup) |
| INTS4 | f_mbs_status (CHARS *c_node, s_daqst *ps_daqst) |
Variables | |
| int | l |
| INTS4 | l_gl_tcp_chan |
| int | l_status |
| #define VERSION__DAQST 2 |
Definition at line 33 of file f_mbs_status.c.
Referenced by f_ut_status_ini().
| #define VERSION__SET_ML 1 |
Definition at line 35 of file f_mbs_status.c.
Referenced by f_ut_set_ml_ini(), and f_ut_set_ml_r().
| #define VERSION__SET_MO 1 |
Definition at line 36 of file f_mbs_status.c.
Referenced by f_ut_set_mo_ini().
| #define VERSION__SETUP 1 |
Definition at line 34 of file f_mbs_status.c.
Referenced by f_ut_setup_ini(), and f_ut_setup_r().
Definition at line 129 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::PrintState().
Definition at line 172 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::PrintState().
Definition at line 84 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::PrintState().
Definition at line 52 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 31 of file f_mbs_status.c.
Referenced by QRootWindow::AddSubFrame(), f_evt_type(), f_strtoupper(), f_ut_set_ml(), f_ut_setup(), f_ut_status(), TGo4MbsSubEvent::PrintMbsSubevent(), TGo4FitParsList::PrintPars(), and TGo4ViewPanel::SetPadDefaults().
| INTS4 l_gl_tcp_chan |
Definition at line 29 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 31 of file f_mbs_status.c.