source: MML/trunk/machine/SOLEIL/StorageRing/diagnostics/menu_diag.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 5.8 KB
Line 
1function varargout = menu_diag(varargin)
2% MENU_DIAG M-file for menu_diag.fig
3%      MENU_DIAG, by itself, creates a new MENU_DIAG or raises the existing
4%      singleton*.
5%
6%      H = MENU_DIAG returns the handle to a new MENU_DIAG or the handle to
7%      the existing singleton*.
8%
9%      MENU_DIAG('CALLBACK',hObject,eventData,handles,...) calls the local
10%      function named CALLBACK in MENU_DIAG.M with the given input arguments.
11%
12%      MENU_DIAG('Property','Value',...) creates a new MENU_DIAG or raises the
13%      existing singleton*.  Starting from the left, property value pairs are
14%      applied to the GUI before menu_diag_OpeningFcn gets called.  An
15%      unrecognized property name or invalid value makes property application
16%      stop.  All inputs are passed to menu_diag_OpeningFcn via varargin.
17%
18%      *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one
19%      instance to run (singleton)".
20%
21% See also: GUIDE, GUIDATA, GUIHANDLES
22
23% Edit the above text to modify the response to help menu_diag
24
25% Last Modified by GUIDE v2.5 05-Jul-2012 14:44:09
26
27% Begin initialization code - DO NOT EDIT
28gui_Singleton = 1;
29gui_State = struct('gui_Name',       mfilename, ...
30                   'gui_Singleton',  gui_Singleton, ...
31                   'gui_OpeningFcn', @menu_diag_OpeningFcn, ...
32                   'gui_OutputFcn',  @menu_diag_OutputFcn, ...
33                   'gui_LayoutFcn',  [] , ...
34                   'gui_Callback',   []);
35if nargin && ischar(varargin{1})
36    gui_State.gui_Callback = str2func(varargin{1});
37end
38
39if nargout
40    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
41else
42        gui_mainfcn(gui_State, varargin{:});
43end
44% End initialization code - DO NOT EDIT
45
46
47% --- Executes just before menu_diag is made visible.
48function menu_diag_OpeningFcn(hObject, eventdata, handles, varargin)
49% This function has no output args, see OutputFcn.
50% hObject    handle to figure
51% eventdata  reserved - to be defined in a future version of MATLAB
52% handles    structure with handles and user data (see GUIDATA)
53% varargin   command line arguments to menu_diag (see VARARGIN)
54
55% Choose default command line output for menu_diag
56handles.output = hObject;
57
58% Update handles structure
59guidata(hObject, handles);
60
61% UIWAIT makes menu_diag wait for user response (see UIRESUME)
62% uiwait(handles.figure1);
63
64
65% --- Outputs from this function are returned to the command line.
66function varargout = menu_diag_OutputFcn(hObject, eventdata, handles)
67% varargout  cell array for returning output args (see VARARGOUT);
68% hObject    handle to figure
69% eventdata  reserved - to be defined in a future version of MATLAB
70% handles    structure with handles and user data (see GUIDATA)
71
72% Get default command line output from handles structure
73varargout{1} = handles.output;
74
75
76% --- Executes on button press in sniffer_classique.
77function sniffer_classique_Callback(hObject, eventdata, handles)
78% hObject    handle to sniffer_classique (see GCBO)
79% eventdata  reserved - to be defined in a future version of MATLAB
80% handles    structure with handles and user data (see GUIDATA)
81sniffer_interface
82
83% --- Executes on button press in Config_FOFB.
84function Config_FOFB_Callback(hObject, eventdata, handles)
85% hObject    handle to Config_FOFB (see GCBO)
86% eventdata  reserved - to be defined in a future version of MATLAB
87% handles    structure with handles and user data (see GUIDATA)
88Config_FOFB
89
90% --- Executes on button press in BPMs_GUI.
91function BPMs_GUI_Callback(hObject, eventdata, handles)
92% hObject    handle to BPMs_GUI (see GCBO)
93% eventdata  reserved - to be defined in a future version of MATLAB
94% handles    structure with handles and user data (see GUIDATA)
95Config_Dserver_BPM;
96
97% --- Executes on button press in Check_Libera_Config.
98function Check_Libera_Config_Callback(hObject, eventdata, handles)
99% hObject    handle to Check_Libera_Config (see GCBO)
100% eventdata  reserved - to be defined in a future version of MATLAB
101% handles    structure with handles and user data (see GUIDATA)
102Check_Libera_config;
103
104% --- Executes on button press in sniffer_archiver.
105function sniffer_archiver_Callback(hObject, eventdata, handles)
106% hObject    handle to sniffer_archiver (see GCBO)
107% eventdata  reserved - to be defined in a future version of MATLAB
108% handles    structure with handles and user data (see GUIDATA)
109fa_zoomer;
110
111% --- Executes on button press in spectres.
112function spectres_Callback(hObject, eventdata, handles)
113% hObject    handle to spectres (see GCBO)
114% eventdata  reserved - to be defined in a future version of MATLAB
115% handles    structure with handles and user data (see GUIDATA)
116Comparaison_enregistrements;
117
118% --- Executes on button press in update_IP_list.
119function update_IP_list_Callback(hObject, eventdata, handles)
120% hObject    handle to update_IP_list (see GCBO)
121% eventdata  reserved - to be defined in a future version of MATLAB
122% handles    structure with handles and user data (see GUIDATA)
123update_listes_IP_libera;
124
125
126% --- Executes on button press in lifetime.
127function lifetime_Callback(hObject, eventdata, handles)
128% hObject    handle to lifetime (see GCBO)
129% eventdata  reserved - to be defined in a future version of MATLAB
130% handles    structure with handles and user data (see GUIDATA)
131Lifetime_with_Liberas;
132
133
134% --- Executes on button press in localisation_bruit.
135function localisation_bruit_Callback(hObject, eventdata, handles)
136% hObject    handle to localisation_bruit (see GCBO)
137% eventdata  reserved - to be defined in a future version of MATLAB
138% handles    structure with handles and user data (see GUIDATA)
139Noise_source_GUI;
140
141
142% --- Executes on button press in sofb_xbpm.
143function sofb_xbpm_Callback(hObject, eventdata, handles)
144% hObject    handle to sofb_xbpm (see GCBO)
145% eventdata  reserved - to be defined in a future version of MATLAB
146% handles    structure with handles and user data (see GUIDATA)
147SOFB_XBPM_initalization_script;
Note: See TracBrowser for help on using the repository browser.