Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new configuration option tracing/smpi/group
[simgrid.git] / include / surf / simgrid_dtd.h
1 /* XML processor/application API for src/surf/simgrid.dtd.
2  * Generated 2010/10/21 16:55:48.
3  *
4  * This program was generated with the FleXML XML processor generator.
5  * FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
6  * FleXML is Copyright (C) 2003-2006 Martin Quinson.  All rights reserved.
7  * (Id: flexml.pl,v 1.62 2007/10/11 10:00:14 mquinson Exp).
8  * 
9  * There are two, intertwined parts to this program, part A and part B.
10  *
11  * Part A
12  * ------
13  * 
14  * Some parts, here collectively called "Part A", are found in the 
15  * FleXML package.  They are Copyright (C) 1999-2005 Kristoffer Rose
16  * and Copyright (C) 2003-2006 Martin Quinson. All rights reserved.
17  *
18  * You can redistribute, use, perform, display and/or modify "Part A"
19  * provided the following two conditions hold:
20  *
21  * 1. The program is distributed WITHOUT ANY WARRANTY from the author of
22  *    FleXML; without even the implied warranty of MERCHANTABILITY or
23  *    FITNESS FOR A PARTICULAR PURPOSE.
24  *
25  * 2. The program distribution conditions do not in any way affect the
26  *    distribution conditions of the FleXML system used to generate this
27  *    file or any version of FleXML derived from that system.
28  *
29  * Notice that these are explicit rights granted to you for files
30  * generated by the FleXML system.  For your rights in connection with
31  * the FleXML system itself please consult the GNU General Public License.
32  * 
33  * Part B
34  * ------
35  * 
36  * The other parts, here collectively called "Part B", and which came 
37  * from the DTD used by FleXML to generate this program, can be 
38  * distributed (or not, as the case may be) under the terms of whoever
39  * wrote them, provided these terms respect and obey the two conditions 
40  * above under the heading "Part A".
41  *
42  * The author of and contributors to FleXML specifically disclaim
43  * any copyright interest in "Part B", unless "Part B" was written 
44  * by the author of or contributors to FleXML.
45  * 
46  */
47
48 #ifndef _FLEXML_simgrid_H
49 #define _FLEXML_simgrid_H
50
51 /* XML application entry points. */
52 XBT_PUBLIC(void ) STag_surfxml_platform(void);
53 XBT_PUBLIC(void ) ETag_surfxml_platform(void);
54 XBT_PUBLIC(void ) STag_surfxml_trace(void);
55 XBT_PUBLIC(void ) ETag_surfxml_trace(void);
56 XBT_PUBLIC(void ) STag_surfxml_random(void);
57 XBT_PUBLIC(void ) ETag_surfxml_random(void);
58 XBT_PUBLIC(void ) STag_surfxml_trace_connect(void);
59 XBT_PUBLIC(void ) ETag_surfxml_trace_connect(void);
60 XBT_PUBLIC(void ) STag_surfxml_AS(void);
61 XBT_PUBLIC(void ) ETag_surfxml_AS(void);
62 XBT_PUBLIC(void ) STag_surfxml_host(void);
63 XBT_PUBLIC(void ) ETag_surfxml_host(void);
64 XBT_PUBLIC(void ) STag_surfxml_cluster(void);
65 XBT_PUBLIC(void ) ETag_surfxml_cluster(void);
66 XBT_PUBLIC(void ) STag_surfxml_router(void);
67 XBT_PUBLIC(void ) ETag_surfxml_router(void);
68 XBT_PUBLIC(void ) STag_surfxml_link(void);
69 XBT_PUBLIC(void ) ETag_surfxml_link(void);
70 XBT_PUBLIC(void ) STag_surfxml_route(void);
71 XBT_PUBLIC(void ) ETag_surfxml_route(void);
72 XBT_PUBLIC(void ) STag_surfxml_ASroute(void);
73 XBT_PUBLIC(void ) ETag_surfxml_ASroute(void);
74 XBT_PUBLIC(void ) STag_surfxml_link_ctn(void);
75 XBT_PUBLIC(void ) ETag_surfxml_link_ctn(void);
76 XBT_PUBLIC(void ) STag_surfxml_bypassRoute(void);
77 XBT_PUBLIC(void ) ETag_surfxml_bypassRoute(void);
78 XBT_PUBLIC(void ) STag_surfxml_process(void);
79 XBT_PUBLIC(void ) ETag_surfxml_process(void);
80 XBT_PUBLIC(void ) STag_surfxml_argument(void);
81 XBT_PUBLIC(void ) ETag_surfxml_argument(void);
82 XBT_PUBLIC(void ) STag_surfxml_config(void);
83 XBT_PUBLIC(void ) ETag_surfxml_config(void);
84 XBT_PUBLIC(void ) STag_surfxml_prop(void);
85 XBT_PUBLIC(void ) ETag_surfxml_prop(void);
86
87 /* XML application data. */
88 typedef enum { AU_surfxml_random_generator, A_surfxml_random_generator_DRAND48,A_surfxml_random_generator_RAND } AT_surfxml_random_generator;
89 typedef int AT_surfxml_ASroute_gw_dst;
90 #define AU_surfxml_ASroute_gw_dst NULL
91 typedef int AT_surfxml_link_id;
92 #define AU_surfxml_link_id NULL
93 typedef int AT_surfxml_trace_connect_element;
94 #define AU_surfxml_trace_connect_element NULL
95 typedef int AT_surfxml_prop_id;
96 #define AU_surfxml_prop_id NULL
97 typedef int AT_surfxml_host_id;
98 #define AU_surfxml_host_id NULL
99 typedef int AT_surfxml_link_latency_file;
100 #define AU_surfxml_link_latency_file NULL
101 typedef int AT_surfxml_process_host;
102 #define AU_surfxml_process_host NULL
103 typedef enum { AU_surfxml_ASroute_symetrical, A_surfxml_ASroute_symetrical_YES,A_surfxml_ASroute_symetrical_NO } AT_surfxml_ASroute_symetrical;
104 typedef enum { AU_surfxml_link_ctn_direction, A_surfxml_link_ctn_direction_UP,A_surfxml_link_ctn_direction_DOWN,A_surfxml_link_ctn_direction_NONE } AT_surfxml_link_ctn_direction;
105 typedef int AT_surfxml_cluster_lat;
106 #define AU_surfxml_cluster_lat NULL
107 typedef enum { AU_surfxml_host_state, A_surfxml_host_state_ON,A_surfxml_host_state_OFF } AT_surfxml_host_state;
108 typedef int AT_surfxml_host_availability_file;
109 #define AU_surfxml_host_availability_file NULL
110 typedef int AT_surfxml_trace_periodicity;
111 #define AU_surfxml_trace_periodicity NULL
112 typedef int AT_surfxml_prop_value;
113 #define AU_surfxml_prop_value NULL
114 typedef int AT_surfxml_AS_id;
115 #define AU_surfxml_AS_id NULL
116 typedef int AT_surfxml_ASroute_dst;
117 #define AU_surfxml_ASroute_dst NULL
118 typedef int AT_surfxml_host_power;
119 #define AU_surfxml_host_power NULL
120 typedef int AT_surfxml_link_state_file;
121 #define AU_surfxml_link_state_file NULL
122 typedef int AT_surfxml_router_id;
123 #define AU_surfxml_router_id NULL
124 typedef int AT_surfxml_trace_connect_trace;
125 #define AU_surfxml_trace_connect_trace NULL
126 typedef int AT_surfxml_process_start_time;
127 #define AU_surfxml_process_start_time NULL
128 typedef int AT_surfxml_cluster_suffix;
129 #define AU_surfxml_cluster_suffix NULL
130 typedef int AT_surfxml_cluster_power;
131 #define AU_surfxml_cluster_power NULL
132 typedef int AT_surfxml_process_function;
133 #define AU_surfxml_process_function NULL
134 typedef int AT_surfxml_ASroute_src;
135 #define AU_surfxml_ASroute_src NULL
136 typedef enum { AU_surfxml_route_symetrical, A_surfxml_route_symetrical_YES,A_surfxml_route_symetrical_NO } AT_surfxml_route_symetrical;
137 typedef int AT_surfxml_cluster_prefix;
138 #define AU_surfxml_cluster_prefix NULL
139 typedef int AT_surfxml_trace_file;
140 #define AU_surfxml_trace_file NULL
141 typedef enum { AU_surfxml_link_sharing_policy, A_surfxml_link_sharing_policy_SHARED,A_surfxml_link_sharing_policy_FATPIPE,A_surfxml_link_sharing_policy_FULLDUPLEX } AT_surfxml_link_sharing_policy;
142 typedef enum { AU_surfxml_cluster_sharing_policy, A_surfxml_cluster_sharing_policy_SHARED,A_surfxml_cluster_sharing_policy_FULLDUPLEX } AT_surfxml_cluster_sharing_policy;
143 typedef int AT_surfxml_random_min;
144 #define AU_surfxml_random_min NULL
145 typedef int AT_surfxml_bypassRoute_dst;
146 #define AU_surfxml_bypassRoute_dst NULL
147 typedef int AT_surfxml_link_ctn_id;
148 #define AU_surfxml_link_ctn_id NULL
149 typedef int AT_surfxml_process_kill_time;
150 #define AU_surfxml_process_kill_time NULL
151 typedef int AT_surfxml_host_availability;
152 #define AU_surfxml_host_availability NULL
153 typedef int AT_surfxml_cluster_bb_bw;
154 #define AU_surfxml_cluster_bb_bw NULL
155 typedef int AT_surfxml_argument_value;
156 #define AU_surfxml_argument_value NULL
157 typedef int AT_surfxml_bypassRoute_src;
158 #define AU_surfxml_bypassRoute_src NULL
159 typedef enum { AU_surfxml_link_state, A_surfxml_link_state_ON,A_surfxml_link_state_OFF } AT_surfxml_link_state;
160 typedef int AT_surfxml_ASroute_gw_src;
161 #define AU_surfxml_ASroute_gw_src NULL
162 typedef int AT_surfxml_route_src;
163 #define AU_surfxml_route_src NULL
164 typedef int AT_surfxml_AS_routing;
165 #define AU_surfxml_AS_routing NULL
166 typedef int AT_surfxml_link_bandwidth;
167 #define AU_surfxml_link_bandwidth NULL
168 typedef int AT_surfxml_bypassRoute_gw_dst;
169 #define AU_surfxml_bypassRoute_gw_dst NULL
170 typedef int AT_surfxml_cluster_id;
171 #define AU_surfxml_cluster_id NULL
172 typedef int AT_surfxml_random_mean;
173 #define AU_surfxml_random_mean NULL
174 typedef int AT_surfxml_trace_id;
175 #define AU_surfxml_trace_id NULL
176 typedef int AT_surfxml_cluster_bb_lat;
177 #define AU_surfxml_cluster_bb_lat NULL
178 typedef int AT_surfxml_link_latency;
179 #define AU_surfxml_link_latency NULL
180 typedef int AT_surfxml_cluster_radical;
181 #define AU_surfxml_cluster_radical NULL
182 typedef int AT_surfxml_config_id;
183 #define AU_surfxml_config_id NULL
184 typedef enum { AU_surfxml_trace_connect_kind, A_surfxml_trace_connect_kind_HOST_AVAIL,A_surfxml_trace_connect_kind_POWER,A_surfxml_trace_connect_kind_LINK_AVAIL,A_surfxml_trace_connect_kind_BANDWIDTH,A_surfxml_trace_connect_kind_LATENCY } AT_surfxml_trace_connect_kind;
185 typedef int AT_surfxml_bypassRoute_gw_src;
186 #define AU_surfxml_bypassRoute_gw_src NULL
187 typedef int AT_surfxml_random_std_deviation;
188 #define AU_surfxml_random_std_deviation NULL
189 typedef int AT_surfxml_link_bandwidth_file;
190 #define AU_surfxml_link_bandwidth_file NULL
191 typedef int AT_surfxml_host_vivaldi;
192 #define AU_surfxml_host_vivaldi NULL
193 typedef int AT_surfxml_host_state_file;
194 #define AU_surfxml_host_state_file NULL
195 typedef int AT_surfxml_random_id;
196 #define AU_surfxml_random_id NULL
197 typedef int AT_surfxml_route_dst;
198 #define AU_surfxml_route_dst NULL
199 typedef int AT_surfxml_cluster_bw;
200 #define AU_surfxml_cluster_bw NULL
201 typedef int AT_surfxml_random_max;
202 #define AU_surfxml_random_max NULL
203 typedef int AT_surfxml_platform_version;
204 #define AU_surfxml_platform_version NULL
205
206 /* FleXML-provided data. */
207 XBT_PUBLIC_DATA(int ) surfxml_pcdata_ix;
208 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
209 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
210 XBT_PUBLIC_DATA(AT_surfxml_random_generator ) AX_surfxml_random_generator;
211 #define A_surfxml_random_generator AX_surfxml_random_generator
212 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_dst ) AX_surfxml_ASroute_gw_dst;
213 #define A_surfxml_ASroute_gw_dst (surfxml_bufferstack + AX_surfxml_ASroute_gw_dst)
214 XBT_PUBLIC_DATA(AT_surfxml_link_id ) AX_surfxml_link_id;
215 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
216 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_element ) AX_surfxml_trace_connect_element;
217 #define A_surfxml_trace_connect_element (surfxml_bufferstack + AX_surfxml_trace_connect_element)
218 XBT_PUBLIC_DATA(AT_surfxml_prop_id ) AX_surfxml_prop_id;
219 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
220 XBT_PUBLIC_DATA(AT_surfxml_host_id ) AX_surfxml_host_id;
221 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
222 XBT_PUBLIC_DATA(AT_surfxml_link_latency_file ) AX_surfxml_link_latency_file;
223 #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file)
224 XBT_PUBLIC_DATA(AT_surfxml_process_host ) AX_surfxml_process_host;
225 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
226 XBT_PUBLIC_DATA(AT_surfxml_ASroute_symetrical ) AX_surfxml_ASroute_symetrical;
227 #define A_surfxml_ASroute_symetrical AX_surfxml_ASroute_symetrical
228 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_direction ) AX_surfxml_link_ctn_direction;
229 #define A_surfxml_link_ctn_direction AX_surfxml_link_ctn_direction
230 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat ) AX_surfxml_cluster_lat;
231 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
232 XBT_PUBLIC_DATA(AT_surfxml_host_state ) AX_surfxml_host_state;
233 #define A_surfxml_host_state AX_surfxml_host_state
234 XBT_PUBLIC_DATA(AT_surfxml_host_availability_file ) AX_surfxml_host_availability_file;
235 #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file)
236 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity ) AX_surfxml_trace_periodicity;
237 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
238 XBT_PUBLIC_DATA(AT_surfxml_prop_value ) AX_surfxml_prop_value;
239 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
240 XBT_PUBLIC_DATA(AT_surfxml_AS_id ) AX_surfxml_AS_id;
241 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
242 XBT_PUBLIC_DATA(AT_surfxml_ASroute_dst ) AX_surfxml_ASroute_dst;
243 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
244 XBT_PUBLIC_DATA(AT_surfxml_host_power ) AX_surfxml_host_power;
245 #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power)
246 XBT_PUBLIC_DATA(AT_surfxml_link_state_file ) AX_surfxml_link_state_file;
247 #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file)
248 XBT_PUBLIC_DATA(AT_surfxml_router_id ) AX_surfxml_router_id;
249 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
250 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_trace ) AX_surfxml_trace_connect_trace;
251 #define A_surfxml_trace_connect_trace (surfxml_bufferstack + AX_surfxml_trace_connect_trace)
252 XBT_PUBLIC_DATA(AT_surfxml_process_start_time ) AX_surfxml_process_start_time;
253 #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time)
254 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix ) AX_surfxml_cluster_suffix;
255 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
256 XBT_PUBLIC_DATA(AT_surfxml_cluster_power ) AX_surfxml_cluster_power;
257 #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power)
258 XBT_PUBLIC_DATA(AT_surfxml_process_function ) AX_surfxml_process_function;
259 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
260 XBT_PUBLIC_DATA(AT_surfxml_ASroute_src ) AX_surfxml_ASroute_src;
261 #define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src)
262 XBT_PUBLIC_DATA(AT_surfxml_route_symetrical ) AX_surfxml_route_symetrical;
263 #define A_surfxml_route_symetrical AX_surfxml_route_symetrical
264 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix ) AX_surfxml_cluster_prefix;
265 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
266 XBT_PUBLIC_DATA(AT_surfxml_trace_file ) AX_surfxml_trace_file;
267 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
268 XBT_PUBLIC_DATA(AT_surfxml_link_sharing_policy ) AX_surfxml_link_sharing_policy;
269 #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy
270 XBT_PUBLIC_DATA(AT_surfxml_cluster_sharing_policy ) AX_surfxml_cluster_sharing_policy;
271 #define A_surfxml_cluster_sharing_policy AX_surfxml_cluster_sharing_policy
272 XBT_PUBLIC_DATA(AT_surfxml_random_min ) AX_surfxml_random_min;
273 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
274 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_dst ) AX_surfxml_bypassRoute_dst;
275 #define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst)
276 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_id ) AX_surfxml_link_ctn_id;
277 #define A_surfxml_link_ctn_id (surfxml_bufferstack + AX_surfxml_link_ctn_id)
278 XBT_PUBLIC_DATA(AT_surfxml_process_kill_time ) AX_surfxml_process_kill_time;
279 #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time)
280 XBT_PUBLIC_DATA(AT_surfxml_host_availability ) AX_surfxml_host_availability;
281 #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability)
282 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_bw ) AX_surfxml_cluster_bb_bw;
283 #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw)
284 XBT_PUBLIC_DATA(AT_surfxml_argument_value ) AX_surfxml_argument_value;
285 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
286 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_src ) AX_surfxml_bypassRoute_src;
287 #define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src)
288 XBT_PUBLIC_DATA(AT_surfxml_link_state ) AX_surfxml_link_state;
289 #define A_surfxml_link_state AX_surfxml_link_state
290 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_src ) AX_surfxml_ASroute_gw_src;
291 #define A_surfxml_ASroute_gw_src (surfxml_bufferstack + AX_surfxml_ASroute_gw_src)
292 XBT_PUBLIC_DATA(AT_surfxml_route_src ) AX_surfxml_route_src;
293 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
294 XBT_PUBLIC_DATA(AT_surfxml_AS_routing ) AX_surfxml_AS_routing;
295 #define A_surfxml_AS_routing (surfxml_bufferstack + AX_surfxml_AS_routing)
296 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth ) AX_surfxml_link_bandwidth;
297 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
298 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_gw_dst ) AX_surfxml_bypassRoute_gw_dst;
299 #define A_surfxml_bypassRoute_gw_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_gw_dst)
300 XBT_PUBLIC_DATA(AT_surfxml_cluster_id ) AX_surfxml_cluster_id;
301 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
302 XBT_PUBLIC_DATA(AT_surfxml_random_mean ) AX_surfxml_random_mean;
303 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
304 XBT_PUBLIC_DATA(AT_surfxml_trace_id ) AX_surfxml_trace_id;
305 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
306 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_lat ) AX_surfxml_cluster_bb_lat;
307 #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat)
308 XBT_PUBLIC_DATA(AT_surfxml_link_latency ) AX_surfxml_link_latency;
309 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
310 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical ) AX_surfxml_cluster_radical;
311 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
312 XBT_PUBLIC_DATA(AT_surfxml_config_id ) AX_surfxml_config_id;
313 #define A_surfxml_config_id (surfxml_bufferstack + AX_surfxml_config_id)
314 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_kind ) AX_surfxml_trace_connect_kind;
315 #define A_surfxml_trace_connect_kind AX_surfxml_trace_connect_kind
316 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_gw_src ) AX_surfxml_bypassRoute_gw_src;
317 #define A_surfxml_bypassRoute_gw_src (surfxml_bufferstack + AX_surfxml_bypassRoute_gw_src)
318 XBT_PUBLIC_DATA(AT_surfxml_random_std_deviation ) AX_surfxml_random_std_deviation;
319 #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation)
320 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
321 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
322 XBT_PUBLIC_DATA(AT_surfxml_host_vivaldi ) AX_surfxml_host_vivaldi;
323 #define A_surfxml_host_vivaldi (surfxml_bufferstack + AX_surfxml_host_vivaldi)
324 XBT_PUBLIC_DATA(AT_surfxml_host_state_file ) AX_surfxml_host_state_file;
325 #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file)
326 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
327 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
328 XBT_PUBLIC_DATA(AT_surfxml_route_dst ) AX_surfxml_route_dst;
329 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
330 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw ) AX_surfxml_cluster_bw;
331 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
332 XBT_PUBLIC_DATA(AT_surfxml_random_max ) AX_surfxml_random_max;
333 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
334 XBT_PUBLIC_DATA(AT_surfxml_platform_version ) AX_surfxml_platform_version;
335 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
336
337 /* XML application utilities. */
338 XBT_PUBLIC(int ) surfxml_element_context(int);
339
340 /* XML processor entry point. */
341 XBT_PUBLIC(int ) yylex(void);
342
343 /* Flexml error handling function (useful only when -q flag passed to flexml) */
344 const char * surfxml_parse_err_msg(void);
345 #endif