Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2494e0d9fa7a56389b456393d90d5a7c179f6740
[simgrid.git] / include / surf / simgrid_dtd.h
1 /* XML processor/application API for src/surf/simgrid.dtd.
2  *
3  * This program was generated with the FleXML XML processor generator.
4  * FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
5  * FleXML is Copyright (C) 2003-2011 Martin Quinson.  All rights reserved.
6  * (Id: flexml.pl,v 1.67 2011/11/01 20:49:21 mquinson Exp).
7  * 
8  * There are two, intertwined parts to this program, part A and part B.
9  *
10  * Part A
11  * ------
12  * 
13  * Some parts, here collectively called "Part A", are found in the 
14  * FleXML package.  They are Copyright (C) 1999-2005 Kristoffer Rose
15  * and Copyright (C) 2003-2011 Martin Quinson. All rights reserved.
16  *
17  * You can redistribute, use, perform, display and/or modify "Part A"
18  * provided the following two conditions hold:
19  *
20  * 1. The program is distributed WITHOUT ANY WARRANTY from the author of
21  *    FleXML; without even the implied warranty of MERCHANTABILITY or
22  *    FITNESS FOR A PARTICULAR PURPOSE.
23  *
24  * 2. The program distribution conditions do not in any way affect the
25  *    distribution conditions of the FleXML system used to generate this
26  *    file or any version of FleXML derived from that system.
27  *
28  * Notice that these are explicit rights granted to you for files
29  * generated by the FleXML system.  For your rights in connection with
30  * the FleXML system itself please consult the GNU General Public License.
31  * 
32  * Part B
33  * ------
34  * 
35  * The other parts, here collectively called "Part B", and which came 
36  * from the DTD used by FleXML to generate this program, can be 
37  * distributed (or not, as the case may be) under the terms of whoever
38  * wrote them, provided these terms respect and obey the two conditions 
39  * above under the heading "Part A".
40  *
41  * The author of and contributors to FleXML specifically disclaim
42  * any copyright interest in "Part B", unless "Part B" was written 
43  * by the author of or contributors to FleXML.
44  * 
45  */
46
47 #ifndef _FLEXML_simgrid_H
48 #define _FLEXML_simgrid_H
49
50 /* XML application entry points. */
51 XBT_PUBLIC(void ) STag_surfxml_platform(void);
52 XBT_PUBLIC(void ) ETag_surfxml_platform(void);
53 XBT_PUBLIC(void ) STag_surfxml_include(void);
54 XBT_PUBLIC(void ) ETag_surfxml_include(void);
55 XBT_PUBLIC(void ) STag_surfxml_trace(void);
56 XBT_PUBLIC(void ) ETag_surfxml_trace(void);
57 XBT_PUBLIC(void ) STag_surfxml_random(void);
58 XBT_PUBLIC(void ) ETag_surfxml_random(void);
59 XBT_PUBLIC(void ) STag_surfxml_trace_connect(void);
60 XBT_PUBLIC(void ) ETag_surfxml_trace_connect(void);
61 XBT_PUBLIC(void ) STag_surfxml_AS(void);
62 XBT_PUBLIC(void ) ETag_surfxml_AS(void);
63 XBT_PUBLIC(void ) STag_surfxml_storage(void);
64 XBT_PUBLIC(void ) ETag_surfxml_storage(void);
65 XBT_PUBLIC(void ) STag_surfxml_host(void);
66 XBT_PUBLIC(void ) ETag_surfxml_host(void);
67 XBT_PUBLIC(void ) STag_surfxml_cluster(void);
68 XBT_PUBLIC(void ) ETag_surfxml_cluster(void);
69 XBT_PUBLIC(void ) STag_surfxml_peer(void);
70 XBT_PUBLIC(void ) ETag_surfxml_peer(void);
71 XBT_PUBLIC(void ) STag_surfxml_router(void);
72 XBT_PUBLIC(void ) ETag_surfxml_router(void);
73 XBT_PUBLIC(void ) STag_surfxml_link(void);
74 XBT_PUBLIC(void ) ETag_surfxml_link(void);
75 XBT_PUBLIC(void ) STag_surfxml_route(void);
76 XBT_PUBLIC(void ) ETag_surfxml_route(void);
77 XBT_PUBLIC(void ) STag_surfxml_ASroute(void);
78 XBT_PUBLIC(void ) ETag_surfxml_ASroute(void);
79 XBT_PUBLIC(void ) STag_surfxml_link_ctn(void);
80 XBT_PUBLIC(void ) ETag_surfxml_link_ctn(void);
81 XBT_PUBLIC(void ) STag_surfxml_bypassRoute(void);
82 XBT_PUBLIC(void ) ETag_surfxml_bypassRoute(void);
83 XBT_PUBLIC(void ) STag_surfxml_process(void);
84 XBT_PUBLIC(void ) ETag_surfxml_process(void);
85 XBT_PUBLIC(void ) STag_surfxml_argument(void);
86 XBT_PUBLIC(void ) ETag_surfxml_argument(void);
87 XBT_PUBLIC(void ) STag_surfxml_config(void);
88 XBT_PUBLIC(void ) ETag_surfxml_config(void);
89 XBT_PUBLIC(void ) STag_surfxml_prop(void);
90 XBT_PUBLIC(void ) ETag_surfxml_prop(void);
91
92 /* XML application data. */
93 typedef enum { AU_surfxml_random_generator, A_surfxml_random_generator_DRAND48,A_surfxml_random_generator_RAND,A_surfxml_random_generator_RNGSTREAM,A_surfxml_random_generator_NONE } AT_surfxml_random_generator;
94 typedef int AT_surfxml_ASroute_gw_dst;
95 #define AU_surfxml_ASroute_gw_dst NULL
96 typedef int AT_surfxml_trace_connect_element;
97 #define AU_surfxml_trace_connect_element NULL
98 typedef int AT_surfxml_prop_id;
99 #define AU_surfxml_prop_id NULL
100 typedef int AT_surfxml_host_id;
101 #define AU_surfxml_host_id NULL
102 typedef enum { AU_surfxml_ASroute_symmetrical, A_surfxml_ASroute_symmetrical_YES,A_surfxml_ASroute_symmetrical_NO } AT_surfxml_ASroute_symmetrical;
103 typedef int AT_surfxml_peer_lat;
104 #define AU_surfxml_peer_lat NULL
105 typedef int AT_surfxml_link_latency_file;
106 #define AU_surfxml_link_latency_file NULL
107 typedef int AT_surfxml_peer_availability_file;
108 #define AU_surfxml_peer_availability_file NULL
109 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;
110 typedef enum { AU_surfxml_host_state, A_surfxml_host_state_ON,A_surfxml_host_state_OFF } AT_surfxml_host_state;
111 typedef int AT_surfxml_AS_id;
112 #define AU_surfxml_AS_id NULL
113 typedef int AT_surfxml_host_power;
114 #define AU_surfxml_host_power NULL
115 typedef int AT_surfxml_router_id;
116 #define AU_surfxml_router_id NULL
117 typedef int AT_surfxml_process_start_time;
118 #define AU_surfxml_process_start_time NULL
119 typedef int AT_surfxml_cluster_suffix;
120 #define AU_surfxml_cluster_suffix NULL
121 typedef int AT_surfxml_ASroute_src;
122 #define AU_surfxml_ASroute_src NULL
123 typedef int AT_surfxml_cluster_prefix;
124 #define AU_surfxml_cluster_prefix NULL
125 typedef int AT_surfxml_trace_file;
126 #define AU_surfxml_trace_file NULL
127 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;
128 typedef int AT_surfxml_random_min;
129 #define AU_surfxml_random_min NULL
130 typedef int AT_surfxml_link_ctn_id;
131 #define AU_surfxml_link_ctn_id NULL
132 typedef int AT_surfxml_peer_bw_out;
133 #define AU_surfxml_peer_bw_out NULL
134 typedef int AT_surfxml_cluster_availability_file;
135 #define AU_surfxml_cluster_availability_file NULL
136 typedef int AT_surfxml_storage_content;
137 #define AU_surfxml_storage_content NULL
138 typedef int AT_surfxml_process_kill_time;
139 #define AU_surfxml_process_kill_time NULL
140 typedef int AT_surfxml_cluster_bb_bw;
141 #define AU_surfxml_cluster_bb_bw NULL
142 typedef int AT_surfxml_argument_value;
143 #define AU_surfxml_argument_value NULL
144 typedef enum { AU_surfxml_link_state, A_surfxml_link_state_ON,A_surfxml_link_state_OFF } AT_surfxml_link_state;
145 typedef int AT_surfxml_ASroute_gw_src;
146 #define AU_surfxml_ASroute_gw_src NULL
147 typedef int AT_surfxml_AS_routing;
148 #define AU_surfxml_AS_routing NULL
149 typedef int AT_surfxml_link_bandwidth;
150 #define AU_surfxml_link_bandwidth NULL
151 typedef int AT_surfxml_cluster_id;
152 #define AU_surfxml_cluster_id NULL
153 typedef int AT_surfxml_peer_bw_in;
154 #define AU_surfxml_peer_bw_in NULL
155 typedef int AT_surfxml_random_mean;
156 #define AU_surfxml_random_mean NULL
157 typedef int AT_surfxml_cluster_bb_lat;
158 #define AU_surfxml_cluster_bb_lat NULL
159 typedef int AT_surfxml_link_latency;
160 #define AU_surfxml_link_latency NULL
161 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;
162 typedef int AT_surfxml_random_seed;
163 #define AU_surfxml_random_seed NULL
164 typedef int AT_surfxml_cluster_state_file;
165 #define AU_surfxml_cluster_state_file NULL
166 typedef int AT_surfxml_link_bandwidth_file;
167 #define AU_surfxml_link_bandwidth_file NULL
168 typedef enum { AU_surfxml_route_symmetrical, A_surfxml_route_symmetrical_YES,A_surfxml_route_symmetrical_NO } AT_surfxml_route_symmetrical;
169 typedef int AT_surfxml_storage_type;
170 #define AU_surfxml_storage_type NULL
171 typedef int AT_surfxml_random_id;
172 #define AU_surfxml_random_id NULL
173 typedef int AT_surfxml_random_max;
174 #define AU_surfxml_random_max NULL
175 typedef int AT_surfxml_link_id;
176 #define AU_surfxml_link_id NULL
177 typedef int AT_surfxml_process_host;
178 #define AU_surfxml_process_host NULL
179 typedef int AT_surfxml_host_availability_file;
180 #define AU_surfxml_host_availability_file NULL
181 typedef int AT_surfxml_cluster_lat;
182 #define AU_surfxml_cluster_lat NULL
183 typedef int AT_surfxml_trace_periodicity;
184 #define AU_surfxml_trace_periodicity NULL
185 typedef enum { AU_surfxml_cluster_bb_sharing_policy, A_surfxml_cluster_bb_sharing_policy_SHARED,A_surfxml_cluster_bb_sharing_policy_FATPIPE } AT_surfxml_cluster_bb_sharing_policy;
186 typedef int AT_surfxml_router_coordinates;
187 #define AU_surfxml_router_coordinates NULL
188 typedef int AT_surfxml_peer_coordinates;
189 #define AU_surfxml_peer_coordinates NULL
190 typedef int AT_surfxml_peer_state_file;
191 #define AU_surfxml_peer_state_file NULL
192 typedef int AT_surfxml_prop_value;
193 #define AU_surfxml_prop_value NULL
194 typedef int AT_surfxml_ASroute_dst;
195 #define AU_surfxml_ASroute_dst NULL
196 typedef int AT_surfxml_random_radical;
197 #define AU_surfxml_random_radical NULL
198 typedef int AT_surfxml_link_state_file;
199 #define AU_surfxml_link_state_file NULL
200 typedef int AT_surfxml_trace_connect_trace;
201 #define AU_surfxml_trace_connect_trace NULL
202 typedef int AT_surfxml_cluster_power;
203 #define AU_surfxml_cluster_power NULL
204 typedef int AT_surfxml_process_function;
205 #define AU_surfxml_process_function NULL
206 typedef int AT_surfxml_peer_id;
207 #define AU_surfxml_peer_id NULL
208 typedef int AT_surfxml_cluster_router_id;
209 #define AU_surfxml_cluster_router_id NULL
210 typedef enum { AU_surfxml_cluster_sharing_policy, A_surfxml_cluster_sharing_policy_SHARED,A_surfxml_cluster_sharing_policy_FULLDUPLEX,A_surfxml_cluster_sharing_policy_FATPIPE } AT_surfxml_cluster_sharing_policy;
211 typedef int AT_surfxml_bypassRoute_dst;
212 #define AU_surfxml_bypassRoute_dst NULL
213 typedef int AT_surfxml_host_core;
214 #define AU_surfxml_host_core NULL
215 typedef int AT_surfxml_host_availability;
216 #define AU_surfxml_host_availability NULL
217 typedef int AT_surfxml_bypassRoute_src;
218 #define AU_surfxml_bypassRoute_src NULL
219 typedef int AT_surfxml_route_src;
220 #define AU_surfxml_route_src NULL
221 typedef int AT_surfxml_bypassRoute_gw_dst;
222 #define AU_surfxml_bypassRoute_gw_dst NULL
223 typedef int AT_surfxml_storage_id;
224 #define AU_surfxml_storage_id NULL
225 typedef int AT_surfxml_host_coordinates;
226 #define AU_surfxml_host_coordinates NULL
227 typedef int AT_surfxml_trace_id;
228 #define AU_surfxml_trace_id NULL
229 typedef int AT_surfxml_peer_power;
230 #define AU_surfxml_peer_power NULL
231 typedef int AT_surfxml_cluster_radical;
232 #define AU_surfxml_cluster_radical NULL
233 typedef int AT_surfxml_config_id;
234 #define AU_surfxml_config_id NULL
235 typedef int AT_surfxml_bypassRoute_gw_src;
236 #define AU_surfxml_bypassRoute_gw_src NULL
237 typedef int AT_surfxml_include_file;
238 #define AU_surfxml_include_file NULL
239 typedef int AT_surfxml_random_std_deviation;
240 #define AU_surfxml_random_std_deviation NULL
241 typedef int AT_surfxml_cluster_core;
242 #define AU_surfxml_cluster_core NULL
243 typedef int AT_surfxml_host_state_file;
244 #define AU_surfxml_host_state_file NULL
245 typedef int AT_surfxml_route_dst;
246 #define AU_surfxml_route_dst NULL
247 typedef int AT_surfxml_cluster_bw;
248 #define AU_surfxml_cluster_bw NULL
249 typedef int AT_surfxml_platform_version;
250 #define AU_surfxml_platform_version NULL
251
252 /* FleXML-provided data. */
253 XBT_PUBLIC_DATA(int ) surfxml_pcdata_ix;
254 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
255 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
256 XBT_PUBLIC_DATA(AT_surfxml_random_generator ) AX_surfxml_random_generator;
257 #define A_surfxml_random_generator AX_surfxml_random_generator
258 XBT_PUBLIC_DATA(short ) int surfxml_random_generator_isset;
259 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_dst ) AX_surfxml_ASroute_gw_dst;
260 #define A_surfxml_ASroute_gw_dst (surfxml_bufferstack + AX_surfxml_ASroute_gw_dst)
261 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_gw_dst_isset;
262 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_element ) AX_surfxml_trace_connect_element;
263 #define A_surfxml_trace_connect_element (surfxml_bufferstack + AX_surfxml_trace_connect_element)
264 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_element_isset;
265 XBT_PUBLIC_DATA(AT_surfxml_prop_id ) AX_surfxml_prop_id;
266 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
267 XBT_PUBLIC_DATA(short ) int surfxml_prop_id_isset;
268 XBT_PUBLIC_DATA(AT_surfxml_host_id ) AX_surfxml_host_id;
269 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
270 XBT_PUBLIC_DATA(short ) int surfxml_host_id_isset;
271 XBT_PUBLIC_DATA(AT_surfxml_ASroute_symmetrical ) AX_surfxml_ASroute_symmetrical;
272 #define A_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical
273 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_symmetrical_isset;
274 XBT_PUBLIC_DATA(AT_surfxml_peer_lat ) AX_surfxml_peer_lat;
275 #define A_surfxml_peer_lat (surfxml_bufferstack + AX_surfxml_peer_lat)
276 XBT_PUBLIC_DATA(short ) int surfxml_peer_lat_isset;
277 XBT_PUBLIC_DATA(AT_surfxml_link_latency_file ) AX_surfxml_link_latency_file;
278 #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file)
279 XBT_PUBLIC_DATA(short ) int surfxml_link_latency_file_isset;
280 XBT_PUBLIC_DATA(AT_surfxml_peer_availability_file ) AX_surfxml_peer_availability_file;
281 #define A_surfxml_peer_availability_file (surfxml_bufferstack + AX_surfxml_peer_availability_file)
282 XBT_PUBLIC_DATA(short ) int surfxml_peer_availability_file_isset;
283 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_direction ) AX_surfxml_link_ctn_direction;
284 #define A_surfxml_link_ctn_direction AX_surfxml_link_ctn_direction
285 XBT_PUBLIC_DATA(short ) int surfxml_link_ctn_direction_isset;
286 XBT_PUBLIC_DATA(AT_surfxml_host_state ) AX_surfxml_host_state;
287 #define A_surfxml_host_state AX_surfxml_host_state
288 XBT_PUBLIC_DATA(short ) int surfxml_host_state_isset;
289 XBT_PUBLIC_DATA(AT_surfxml_AS_id ) AX_surfxml_AS_id;
290 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
291 XBT_PUBLIC_DATA(short ) int surfxml_AS_id_isset;
292 XBT_PUBLIC_DATA(AT_surfxml_host_power ) AX_surfxml_host_power;
293 #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power)
294 XBT_PUBLIC_DATA(short ) int surfxml_host_power_isset;
295 XBT_PUBLIC_DATA(AT_surfxml_router_id ) AX_surfxml_router_id;
296 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
297 XBT_PUBLIC_DATA(short ) int surfxml_router_id_isset;
298 XBT_PUBLIC_DATA(AT_surfxml_process_start_time ) AX_surfxml_process_start_time;
299 #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time)
300 XBT_PUBLIC_DATA(short ) int surfxml_process_start_time_isset;
301 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix ) AX_surfxml_cluster_suffix;
302 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
303 XBT_PUBLIC_DATA(short ) int surfxml_cluster_suffix_isset;
304 XBT_PUBLIC_DATA(AT_surfxml_ASroute_src ) AX_surfxml_ASroute_src;
305 #define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src)
306 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_src_isset;
307 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix ) AX_surfxml_cluster_prefix;
308 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
309 XBT_PUBLIC_DATA(short ) int surfxml_cluster_prefix_isset;
310 XBT_PUBLIC_DATA(AT_surfxml_trace_file ) AX_surfxml_trace_file;
311 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
312 XBT_PUBLIC_DATA(short ) int surfxml_trace_file_isset;
313 XBT_PUBLIC_DATA(AT_surfxml_link_sharing_policy ) AX_surfxml_link_sharing_policy;
314 #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy
315 XBT_PUBLIC_DATA(short ) int surfxml_link_sharing_policy_isset;
316 XBT_PUBLIC_DATA(AT_surfxml_random_min ) AX_surfxml_random_min;
317 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
318 XBT_PUBLIC_DATA(short ) int surfxml_random_min_isset;
319 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_id ) AX_surfxml_link_ctn_id;
320 #define A_surfxml_link_ctn_id (surfxml_bufferstack + AX_surfxml_link_ctn_id)
321 XBT_PUBLIC_DATA(short ) int surfxml_link_ctn_id_isset;
322 XBT_PUBLIC_DATA(AT_surfxml_peer_bw_out ) AX_surfxml_peer_bw_out;
323 #define A_surfxml_peer_bw_out (surfxml_bufferstack + AX_surfxml_peer_bw_out)
324 XBT_PUBLIC_DATA(short ) int surfxml_peer_bw_out_isset;
325 XBT_PUBLIC_DATA(AT_surfxml_cluster_availability_file ) AX_surfxml_cluster_availability_file;
326 #define A_surfxml_cluster_availability_file (surfxml_bufferstack + AX_surfxml_cluster_availability_file)
327 XBT_PUBLIC_DATA(short ) int surfxml_cluster_availability_file_isset;
328 XBT_PUBLIC_DATA(AT_surfxml_storage_content ) AX_surfxml_storage_content;
329 #define A_surfxml_storage_content (surfxml_bufferstack + AX_surfxml_storage_content)
330 XBT_PUBLIC_DATA(short ) int surfxml_storage_content_isset;
331 XBT_PUBLIC_DATA(AT_surfxml_process_kill_time ) AX_surfxml_process_kill_time;
332 #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time)
333 XBT_PUBLIC_DATA(short ) int surfxml_process_kill_time_isset;
334 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_bw ) AX_surfxml_cluster_bb_bw;
335 #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw)
336 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_bw_isset;
337 XBT_PUBLIC_DATA(AT_surfxml_argument_value ) AX_surfxml_argument_value;
338 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
339 XBT_PUBLIC_DATA(short ) int surfxml_argument_value_isset;
340 XBT_PUBLIC_DATA(AT_surfxml_link_state ) AX_surfxml_link_state;
341 #define A_surfxml_link_state AX_surfxml_link_state
342 XBT_PUBLIC_DATA(short ) int surfxml_link_state_isset;
343 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_src ) AX_surfxml_ASroute_gw_src;
344 #define A_surfxml_ASroute_gw_src (surfxml_bufferstack + AX_surfxml_ASroute_gw_src)
345 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_gw_src_isset;
346 XBT_PUBLIC_DATA(AT_surfxml_AS_routing ) AX_surfxml_AS_routing;
347 #define A_surfxml_AS_routing (surfxml_bufferstack + AX_surfxml_AS_routing)
348 XBT_PUBLIC_DATA(short ) int surfxml_AS_routing_isset;
349 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth ) AX_surfxml_link_bandwidth;
350 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
351 XBT_PUBLIC_DATA(short ) int surfxml_link_bandwidth_isset;
352 XBT_PUBLIC_DATA(AT_surfxml_cluster_id ) AX_surfxml_cluster_id;
353 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
354 XBT_PUBLIC_DATA(short ) int surfxml_cluster_id_isset;
355 XBT_PUBLIC_DATA(AT_surfxml_peer_bw_in ) AX_surfxml_peer_bw_in;
356 #define A_surfxml_peer_bw_in (surfxml_bufferstack + AX_surfxml_peer_bw_in)
357 XBT_PUBLIC_DATA(short ) int surfxml_peer_bw_in_isset;
358 XBT_PUBLIC_DATA(AT_surfxml_random_mean ) AX_surfxml_random_mean;
359 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
360 XBT_PUBLIC_DATA(short ) int surfxml_random_mean_isset;
361 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_lat ) AX_surfxml_cluster_bb_lat;
362 #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat)
363 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_lat_isset;
364 XBT_PUBLIC_DATA(AT_surfxml_link_latency ) AX_surfxml_link_latency;
365 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
366 XBT_PUBLIC_DATA(short ) int surfxml_link_latency_isset;
367 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_kind ) AX_surfxml_trace_connect_kind;
368 #define A_surfxml_trace_connect_kind AX_surfxml_trace_connect_kind
369 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_kind_isset;
370 XBT_PUBLIC_DATA(AT_surfxml_random_seed ) AX_surfxml_random_seed;
371 #define A_surfxml_random_seed (surfxml_bufferstack + AX_surfxml_random_seed)
372 XBT_PUBLIC_DATA(short ) int surfxml_random_seed_isset;
373 XBT_PUBLIC_DATA(AT_surfxml_cluster_state_file ) AX_surfxml_cluster_state_file;
374 #define A_surfxml_cluster_state_file (surfxml_bufferstack + AX_surfxml_cluster_state_file)
375 XBT_PUBLIC_DATA(short ) int surfxml_cluster_state_file_isset;
376 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
377 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
378 XBT_PUBLIC_DATA(short ) int surfxml_link_bandwidth_file_isset;
379 XBT_PUBLIC_DATA(AT_surfxml_route_symmetrical ) AX_surfxml_route_symmetrical;
380 #define A_surfxml_route_symmetrical AX_surfxml_route_symmetrical
381 XBT_PUBLIC_DATA(short ) int surfxml_route_symmetrical_isset;
382 XBT_PUBLIC_DATA(AT_surfxml_storage_type ) AX_surfxml_storage_type;
383 #define A_surfxml_storage_type (surfxml_bufferstack + AX_surfxml_storage_type)
384 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_isset;
385 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
386 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
387 XBT_PUBLIC_DATA(short ) int surfxml_random_id_isset;
388 XBT_PUBLIC_DATA(AT_surfxml_random_max ) AX_surfxml_random_max;
389 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
390 XBT_PUBLIC_DATA(short ) int surfxml_random_max_isset;
391 XBT_PUBLIC_DATA(AT_surfxml_link_id ) AX_surfxml_link_id;
392 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
393 XBT_PUBLIC_DATA(short ) int surfxml_link_id_isset;
394 XBT_PUBLIC_DATA(AT_surfxml_process_host ) AX_surfxml_process_host;
395 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
396 XBT_PUBLIC_DATA(short ) int surfxml_process_host_isset;
397 XBT_PUBLIC_DATA(AT_surfxml_host_availability_file ) AX_surfxml_host_availability_file;
398 #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file)
399 XBT_PUBLIC_DATA(short ) int surfxml_host_availability_file_isset;
400 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat ) AX_surfxml_cluster_lat;
401 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
402 XBT_PUBLIC_DATA(short ) int surfxml_cluster_lat_isset;
403 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity ) AX_surfxml_trace_periodicity;
404 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
405 XBT_PUBLIC_DATA(short ) int surfxml_trace_periodicity_isset;
406 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_sharing_policy ) AX_surfxml_cluster_bb_sharing_policy;
407 #define A_surfxml_cluster_bb_sharing_policy AX_surfxml_cluster_bb_sharing_policy
408 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_sharing_policy_isset;
409 XBT_PUBLIC_DATA(AT_surfxml_router_coordinates ) AX_surfxml_router_coordinates;
410 #define A_surfxml_router_coordinates (surfxml_bufferstack + AX_surfxml_router_coordinates)
411 XBT_PUBLIC_DATA(short ) int surfxml_router_coordinates_isset;
412 XBT_PUBLIC_DATA(AT_surfxml_peer_coordinates ) AX_surfxml_peer_coordinates;
413 #define A_surfxml_peer_coordinates (surfxml_bufferstack + AX_surfxml_peer_coordinates)
414 XBT_PUBLIC_DATA(short ) int surfxml_peer_coordinates_isset;
415 XBT_PUBLIC_DATA(AT_surfxml_peer_state_file ) AX_surfxml_peer_state_file;
416 #define A_surfxml_peer_state_file (surfxml_bufferstack + AX_surfxml_peer_state_file)
417 XBT_PUBLIC_DATA(short ) int surfxml_peer_state_file_isset;
418 XBT_PUBLIC_DATA(AT_surfxml_prop_value ) AX_surfxml_prop_value;
419 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
420 XBT_PUBLIC_DATA(short ) int surfxml_prop_value_isset;
421 XBT_PUBLIC_DATA(AT_surfxml_ASroute_dst ) AX_surfxml_ASroute_dst;
422 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
423 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_dst_isset;
424 XBT_PUBLIC_DATA(AT_surfxml_random_radical ) AX_surfxml_random_radical;
425 #define A_surfxml_random_radical (surfxml_bufferstack + AX_surfxml_random_radical)
426 XBT_PUBLIC_DATA(short ) int surfxml_random_radical_isset;
427 XBT_PUBLIC_DATA(AT_surfxml_link_state_file ) AX_surfxml_link_state_file;
428 #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file)
429 XBT_PUBLIC_DATA(short ) int surfxml_link_state_file_isset;
430 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_trace ) AX_surfxml_trace_connect_trace;
431 #define A_surfxml_trace_connect_trace (surfxml_bufferstack + AX_surfxml_trace_connect_trace)
432 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_trace_isset;
433 XBT_PUBLIC_DATA(AT_surfxml_cluster_power ) AX_surfxml_cluster_power;
434 #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power)
435 XBT_PUBLIC_DATA(short ) int surfxml_cluster_power_isset;
436 XBT_PUBLIC_DATA(AT_surfxml_process_function ) AX_surfxml_process_function;
437 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
438 XBT_PUBLIC_DATA(short ) int surfxml_process_function_isset;
439 XBT_PUBLIC_DATA(AT_surfxml_peer_id ) AX_surfxml_peer_id;
440 #define A_surfxml_peer_id (surfxml_bufferstack + AX_surfxml_peer_id)
441 XBT_PUBLIC_DATA(short ) int surfxml_peer_id_isset;
442 XBT_PUBLIC_DATA(AT_surfxml_cluster_router_id ) AX_surfxml_cluster_router_id;
443 #define A_surfxml_cluster_router_id (surfxml_bufferstack + AX_surfxml_cluster_router_id)
444 XBT_PUBLIC_DATA(short ) int surfxml_cluster_router_id_isset;
445 XBT_PUBLIC_DATA(AT_surfxml_cluster_sharing_policy ) AX_surfxml_cluster_sharing_policy;
446 #define A_surfxml_cluster_sharing_policy AX_surfxml_cluster_sharing_policy
447 XBT_PUBLIC_DATA(short ) int surfxml_cluster_sharing_policy_isset;
448 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_dst ) AX_surfxml_bypassRoute_dst;
449 #define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst)
450 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_dst_isset;
451 XBT_PUBLIC_DATA(AT_surfxml_host_core ) AX_surfxml_host_core;
452 #define A_surfxml_host_core (surfxml_bufferstack + AX_surfxml_host_core)
453 XBT_PUBLIC_DATA(short ) int surfxml_host_core_isset;
454 XBT_PUBLIC_DATA(AT_surfxml_host_availability ) AX_surfxml_host_availability;
455 #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability)
456 XBT_PUBLIC_DATA(short ) int surfxml_host_availability_isset;
457 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_src ) AX_surfxml_bypassRoute_src;
458 #define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src)
459 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_src_isset;
460 XBT_PUBLIC_DATA(AT_surfxml_route_src ) AX_surfxml_route_src;
461 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
462 XBT_PUBLIC_DATA(short ) int surfxml_route_src_isset;
463 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_gw_dst ) AX_surfxml_bypassRoute_gw_dst;
464 #define A_surfxml_bypassRoute_gw_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_gw_dst)
465 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_gw_dst_isset;
466 XBT_PUBLIC_DATA(AT_surfxml_storage_id ) AX_surfxml_storage_id;
467 #define A_surfxml_storage_id (surfxml_bufferstack + AX_surfxml_storage_id)
468 XBT_PUBLIC_DATA(short ) int surfxml_storage_id_isset;
469 XBT_PUBLIC_DATA(AT_surfxml_host_coordinates ) AX_surfxml_host_coordinates;
470 #define A_surfxml_host_coordinates (surfxml_bufferstack + AX_surfxml_host_coordinates)
471 XBT_PUBLIC_DATA(short ) int surfxml_host_coordinates_isset;
472 XBT_PUBLIC_DATA(AT_surfxml_trace_id ) AX_surfxml_trace_id;
473 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
474 XBT_PUBLIC_DATA(short ) int surfxml_trace_id_isset;
475 XBT_PUBLIC_DATA(AT_surfxml_peer_power ) AX_surfxml_peer_power;
476 #define A_surfxml_peer_power (surfxml_bufferstack + AX_surfxml_peer_power)
477 XBT_PUBLIC_DATA(short ) int surfxml_peer_power_isset;
478 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical ) AX_surfxml_cluster_radical;
479 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
480 XBT_PUBLIC_DATA(short ) int surfxml_cluster_radical_isset;
481 XBT_PUBLIC_DATA(AT_surfxml_config_id ) AX_surfxml_config_id;
482 #define A_surfxml_config_id (surfxml_bufferstack + AX_surfxml_config_id)
483 XBT_PUBLIC_DATA(short ) int surfxml_config_id_isset;
484 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_gw_src ) AX_surfxml_bypassRoute_gw_src;
485 #define A_surfxml_bypassRoute_gw_src (surfxml_bufferstack + AX_surfxml_bypassRoute_gw_src)
486 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_gw_src_isset;
487 XBT_PUBLIC_DATA(AT_surfxml_include_file ) AX_surfxml_include_file;
488 #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file)
489 XBT_PUBLIC_DATA(short ) int surfxml_include_file_isset;
490 XBT_PUBLIC_DATA(AT_surfxml_random_std_deviation ) AX_surfxml_random_std_deviation;
491 #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation)
492 XBT_PUBLIC_DATA(short ) int surfxml_random_std_deviation_isset;
493 XBT_PUBLIC_DATA(AT_surfxml_cluster_core ) AX_surfxml_cluster_core;
494 #define A_surfxml_cluster_core (surfxml_bufferstack + AX_surfxml_cluster_core)
495 XBT_PUBLIC_DATA(short ) int surfxml_cluster_core_isset;
496 XBT_PUBLIC_DATA(AT_surfxml_host_state_file ) AX_surfxml_host_state_file;
497 #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file)
498 XBT_PUBLIC_DATA(short ) int surfxml_host_state_file_isset;
499 XBT_PUBLIC_DATA(AT_surfxml_route_dst ) AX_surfxml_route_dst;
500 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
501 XBT_PUBLIC_DATA(short ) int surfxml_route_dst_isset;
502 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw ) AX_surfxml_cluster_bw;
503 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
504 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bw_isset;
505 XBT_PUBLIC_DATA(AT_surfxml_platform_version ) AX_surfxml_platform_version;
506 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
507 XBT_PUBLIC_DATA(short ) int surfxml_platform_version_isset;
508
509 /* XML application utilities. */
510 XBT_PUBLIC(int ) surfxml_element_context(int);
511
512 /* XML processor entry point. */
513 XBT_PUBLIC(int ) yylex(void);
514
515 /* Flexml error handling function (useful only when -q flag passed to flexml) */
516 const char * surfxml_parse_err_msg(void);
517 #endif