Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : use rename() instead of system(mv ..)
[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_type(void);
64 XBT_PUBLIC(void ) ETag_surfxml_storage_type(void);
65 XBT_PUBLIC(void ) STag_surfxml_storage(void);
66 XBT_PUBLIC(void ) ETag_surfxml_storage(void);
67 XBT_PUBLIC(void ) STag_surfxml_mount(void);
68 XBT_PUBLIC(void ) ETag_surfxml_mount(void);
69 XBT_PUBLIC(void ) STag_surfxml_mstorage(void);
70 XBT_PUBLIC(void ) ETag_surfxml_mstorage(void);
71 XBT_PUBLIC(void ) STag_surfxml_host(void);
72 XBT_PUBLIC(void ) ETag_surfxml_host(void);
73 XBT_PUBLIC(void ) STag_surfxml_cluster(void);
74 XBT_PUBLIC(void ) ETag_surfxml_cluster(void);
75 XBT_PUBLIC(void ) STag_surfxml_peer(void);
76 XBT_PUBLIC(void ) ETag_surfxml_peer(void);
77 XBT_PUBLIC(void ) STag_surfxml_router(void);
78 XBT_PUBLIC(void ) ETag_surfxml_router(void);
79 XBT_PUBLIC(void ) STag_surfxml_link(void);
80 XBT_PUBLIC(void ) ETag_surfxml_link(void);
81 XBT_PUBLIC(void ) STag_surfxml_route(void);
82 XBT_PUBLIC(void ) ETag_surfxml_route(void);
83 XBT_PUBLIC(void ) STag_surfxml_ASroute(void);
84 XBT_PUBLIC(void ) ETag_surfxml_ASroute(void);
85 XBT_PUBLIC(void ) STag_surfxml_link_ctn(void);
86 XBT_PUBLIC(void ) ETag_surfxml_link_ctn(void);
87 XBT_PUBLIC(void ) STag_surfxml_bypassRoute(void);
88 XBT_PUBLIC(void ) ETag_surfxml_bypassRoute(void);
89 XBT_PUBLIC(void ) STag_surfxml_bypassASroute(void);
90 XBT_PUBLIC(void ) ETag_surfxml_bypassASroute(void);
91 XBT_PUBLIC(void ) STag_surfxml_process(void);
92 XBT_PUBLIC(void ) ETag_surfxml_process(void);
93 XBT_PUBLIC(void ) STag_surfxml_argument(void);
94 XBT_PUBLIC(void ) ETag_surfxml_argument(void);
95 XBT_PUBLIC(void ) STag_surfxml_config(void);
96 XBT_PUBLIC(void ) ETag_surfxml_config(void);
97 XBT_PUBLIC(void ) STag_surfxml_prop(void);
98 XBT_PUBLIC(void ) ETag_surfxml_prop(void);
99
100 /* XML application data. */
101 typedef int AT_surfxml_mount_name;
102 #define AU_surfxml_mount_name NULL
103 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;
104 typedef int AT_surfxml_ASroute_gw_dst;
105 #define AU_surfxml_ASroute_gw_dst NULL
106 typedef int AT_surfxml_trace_connect_element;
107 #define AU_surfxml_trace_connect_element NULL
108 typedef int AT_surfxml_prop_id;
109 #define AU_surfxml_prop_id NULL
110 typedef int AT_surfxml_host_id;
111 #define AU_surfxml_host_id NULL
112 typedef enum { AU_surfxml_ASroute_symmetrical, A_surfxml_ASroute_symmetrical_YES,A_surfxml_ASroute_symmetrical_NO } AT_surfxml_ASroute_symmetrical;
113 typedef int AT_surfxml_peer_lat;
114 #define AU_surfxml_peer_lat NULL
115 typedef enum { AU_surfxml_process_on_failure, A_surfxml_process_on_failure_DIE,A_surfxml_process_on_failure_RESTART } AT_surfxml_process_on_failure;
116 typedef int AT_surfxml_link_latency_file;
117 #define AU_surfxml_link_latency_file NULL
118 typedef int AT_surfxml_peer_availability_file;
119 #define AU_surfxml_peer_availability_file NULL
120 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;
121 typedef enum { AU_surfxml_host_state, A_surfxml_host_state_ON,A_surfxml_host_state_OFF } AT_surfxml_host_state;
122 typedef int AT_surfxml_AS_id;
123 #define AU_surfxml_AS_id NULL
124 typedef int AT_surfxml_host_power;
125 #define AU_surfxml_host_power NULL
126 typedef int AT_surfxml_router_id;
127 #define AU_surfxml_router_id NULL
128 typedef int AT_surfxml_storage_type_id;
129 #define AU_surfxml_storage_type_id NULL
130 typedef int AT_surfxml_process_start_time;
131 #define AU_surfxml_process_start_time NULL
132 typedef int AT_surfxml_cluster_suffix;
133 #define AU_surfxml_cluster_suffix NULL
134 typedef int AT_surfxml_bypassASroute_dst;
135 #define AU_surfxml_bypassASroute_dst NULL
136 typedef int AT_surfxml_ASroute_src;
137 #define AU_surfxml_ASroute_src NULL
138 typedef int AT_surfxml_cluster_prefix;
139 #define AU_surfxml_cluster_prefix NULL
140 typedef int AT_surfxml_trace_file;
141 #define AU_surfxml_trace_file NULL
142 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;
143 typedef int AT_surfxml_storage_typeId;
144 #define AU_surfxml_storage_typeId NULL
145 typedef int AT_surfxml_random_min;
146 #define AU_surfxml_random_min NULL
147 typedef int AT_surfxml_link_ctn_id;
148 #define AU_surfxml_link_ctn_id NULL
149 typedef int AT_surfxml_peer_bw_out;
150 #define AU_surfxml_peer_bw_out NULL
151 typedef int AT_surfxml_cluster_availability_file;
152 #define AU_surfxml_cluster_availability_file NULL
153 typedef int AT_surfxml_storage_content;
154 #define AU_surfxml_storage_content NULL
155 typedef int AT_surfxml_process_kill_time;
156 #define AU_surfxml_process_kill_time NULL
157 typedef int AT_surfxml_cluster_bb_bw;
158 #define AU_surfxml_cluster_bb_bw NULL
159 typedef int AT_surfxml_argument_value;
160 #define AU_surfxml_argument_value NULL
161 typedef enum { AU_surfxml_link_state, A_surfxml_link_state_ON,A_surfxml_link_state_OFF } AT_surfxml_link_state;
162 typedef int AT_surfxml_ASroute_gw_src;
163 #define AU_surfxml_ASroute_gw_src NULL
164 typedef enum { AU_surfxml_AS_routing, A_surfxml_AS_routing_Full,A_surfxml_AS_routing_Floyd,A_surfxml_AS_routing_Dijkstra,A_surfxml_AS_routing_DijkstraCache,A_surfxml_AS_routing_None,A_surfxml_AS_routing_RuleBased,A_surfxml_AS_routing_Vivaldi,A_surfxml_AS_routing_Cluster } AT_surfxml_AS_routing;
165 typedef int AT_surfxml_link_bandwidth;
166 #define AU_surfxml_link_bandwidth NULL
167 typedef int AT_surfxml_cluster_id;
168 #define AU_surfxml_cluster_id NULL
169 typedef int AT_surfxml_peer_bw_in;
170 #define AU_surfxml_peer_bw_in NULL
171 typedef int AT_surfxml_random_mean;
172 #define AU_surfxml_random_mean NULL
173 typedef int AT_surfxml_storage_type_size;
174 #define AU_surfxml_storage_type_size NULL
175 typedef int AT_surfxml_cluster_bb_lat;
176 #define AU_surfxml_cluster_bb_lat NULL
177 typedef int AT_surfxml_link_latency;
178 #define AU_surfxml_link_latency NULL
179 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;
180 typedef int AT_surfxml_random_seed;
181 #define AU_surfxml_random_seed NULL
182 typedef int AT_surfxml_cluster_state_file;
183 #define AU_surfxml_cluster_state_file NULL
184 typedef int AT_surfxml_link_bandwidth_file;
185 #define AU_surfxml_link_bandwidth_file NULL
186 typedef int AT_surfxml_storage_type_content;
187 #define AU_surfxml_storage_type_content NULL
188 typedef enum { AU_surfxml_route_symmetrical, A_surfxml_route_symmetrical_YES,A_surfxml_route_symmetrical_NO } AT_surfxml_route_symmetrical;
189 typedef int AT_surfxml_random_id;
190 #define AU_surfxml_random_id NULL
191 typedef int AT_surfxml_mstorage_name;
192 #define AU_surfxml_mstorage_name NULL
193 typedef int AT_surfxml_random_max;
194 #define AU_surfxml_random_max NULL
195 typedef int AT_surfxml_link_id;
196 #define AU_surfxml_link_id NULL
197 typedef int AT_surfxml_process_host;
198 #define AU_surfxml_process_host NULL
199 typedef int AT_surfxml_host_availability_file;
200 #define AU_surfxml_host_availability_file NULL
201 typedef int AT_surfxml_cluster_lat;
202 #define AU_surfxml_cluster_lat NULL
203 typedef int AT_surfxml_trace_periodicity;
204 #define AU_surfxml_trace_periodicity NULL
205 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;
206 typedef int AT_surfxml_router_coordinates;
207 #define AU_surfxml_router_coordinates NULL
208 typedef int AT_surfxml_peer_coordinates;
209 #define AU_surfxml_peer_coordinates NULL
210 typedef int AT_surfxml_peer_state_file;
211 #define AU_surfxml_peer_state_file NULL
212 typedef int AT_surfxml_bypassASroute_src;
213 #define AU_surfxml_bypassASroute_src NULL
214 typedef int AT_surfxml_prop_value;
215 #define AU_surfxml_prop_value NULL
216 typedef int AT_surfxml_mstorage_typeId;
217 #define AU_surfxml_mstorage_typeId NULL
218 typedef int AT_surfxml_ASroute_dst;
219 #define AU_surfxml_ASroute_dst NULL
220 typedef int AT_surfxml_link_state_file;
221 #define AU_surfxml_link_state_file NULL
222 typedef int AT_surfxml_random_radical;
223 #define AU_surfxml_random_radical NULL
224 typedef int AT_surfxml_bypassASroute_gw_src;
225 #define AU_surfxml_bypassASroute_gw_src NULL
226 typedef int AT_surfxml_trace_connect_trace;
227 #define AU_surfxml_trace_connect_trace NULL
228 typedef int AT_surfxml_mount_id;
229 #define AU_surfxml_mount_id NULL
230 typedef int AT_surfxml_cluster_power;
231 #define AU_surfxml_cluster_power NULL
232 typedef int AT_surfxml_process_function;
233 #define AU_surfxml_process_function NULL
234 typedef int AT_surfxml_peer_id;
235 #define AU_surfxml_peer_id NULL
236 typedef int AT_surfxml_cluster_router_id;
237 #define AU_surfxml_cluster_router_id NULL
238 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;
239 typedef int AT_surfxml_bypassRoute_dst;
240 #define AU_surfxml_bypassRoute_dst NULL
241 typedef int AT_surfxml_host_core;
242 #define AU_surfxml_host_core NULL
243 typedef int AT_surfxml_storage_type_model;
244 #define AU_surfxml_storage_type_model NULL
245 typedef int AT_surfxml_host_availability;
246 #define AU_surfxml_host_availability NULL
247 typedef int AT_surfxml_bypassRoute_src;
248 #define AU_surfxml_bypassRoute_src NULL
249 typedef int AT_surfxml_route_src;
250 #define AU_surfxml_route_src NULL
251 typedef int AT_surfxml_storage_id;
252 #define AU_surfxml_storage_id NULL
253 typedef int AT_surfxml_host_coordinates;
254 #define AU_surfxml_host_coordinates NULL
255 typedef int AT_surfxml_trace_id;
256 #define AU_surfxml_trace_id NULL
257 typedef int AT_surfxml_peer_power;
258 #define AU_surfxml_peer_power NULL
259 typedef int AT_surfxml_cluster_radical;
260 #define AU_surfxml_cluster_radical NULL
261 typedef int AT_surfxml_config_id;
262 #define AU_surfxml_config_id NULL
263 typedef int AT_surfxml_bypassASroute_gw_dst;
264 #define AU_surfxml_bypassASroute_gw_dst NULL
265 typedef int AT_surfxml_include_file;
266 #define AU_surfxml_include_file NULL
267 typedef int AT_surfxml_random_std_deviation;
268 #define AU_surfxml_random_std_deviation NULL
269 typedef int AT_surfxml_cluster_core;
270 #define AU_surfxml_cluster_core NULL
271 typedef int AT_surfxml_host_state_file;
272 #define AU_surfxml_host_state_file NULL
273 typedef int AT_surfxml_route_dst;
274 #define AU_surfxml_route_dst NULL
275 typedef int AT_surfxml_cluster_bw;
276 #define AU_surfxml_cluster_bw NULL
277 typedef int AT_surfxml_platform_version;
278 #define AU_surfxml_platform_version NULL
279
280 /* FleXML-provided data. */
281 XBT_PUBLIC_DATA(int ) surfxml_pcdata_ix;
282 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
283 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
284 XBT_PUBLIC_DATA(AT_surfxml_mount_name ) AX_surfxml_mount_name;
285 #define A_surfxml_mount_name (surfxml_bufferstack + AX_surfxml_mount_name)
286 XBT_PUBLIC_DATA(short ) int surfxml_mount_name_isset;
287 XBT_PUBLIC_DATA(AT_surfxml_random_generator ) AX_surfxml_random_generator;
288 #define A_surfxml_random_generator AX_surfxml_random_generator
289 XBT_PUBLIC_DATA(short ) int surfxml_random_generator_isset;
290 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_dst ) AX_surfxml_ASroute_gw_dst;
291 #define A_surfxml_ASroute_gw_dst (surfxml_bufferstack + AX_surfxml_ASroute_gw_dst)
292 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_gw_dst_isset;
293 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_element ) AX_surfxml_trace_connect_element;
294 #define A_surfxml_trace_connect_element (surfxml_bufferstack + AX_surfxml_trace_connect_element)
295 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_element_isset;
296 XBT_PUBLIC_DATA(AT_surfxml_prop_id ) AX_surfxml_prop_id;
297 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
298 XBT_PUBLIC_DATA(short ) int surfxml_prop_id_isset;
299 XBT_PUBLIC_DATA(AT_surfxml_host_id ) AX_surfxml_host_id;
300 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
301 XBT_PUBLIC_DATA(short ) int surfxml_host_id_isset;
302 XBT_PUBLIC_DATA(AT_surfxml_ASroute_symmetrical ) AX_surfxml_ASroute_symmetrical;
303 #define A_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical
304 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_symmetrical_isset;
305 XBT_PUBLIC_DATA(AT_surfxml_peer_lat ) AX_surfxml_peer_lat;
306 #define A_surfxml_peer_lat (surfxml_bufferstack + AX_surfxml_peer_lat)
307 XBT_PUBLIC_DATA(short ) int surfxml_peer_lat_isset;
308 XBT_PUBLIC_DATA(AT_surfxml_process_on_failure ) AX_surfxml_process_on_failure;
309 #define A_surfxml_process_on_failure AX_surfxml_process_on_failure
310 XBT_PUBLIC_DATA(short ) int surfxml_process_on_failure_isset;
311 XBT_PUBLIC_DATA(AT_surfxml_link_latency_file ) AX_surfxml_link_latency_file;
312 #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file)
313 XBT_PUBLIC_DATA(short ) int surfxml_link_latency_file_isset;
314 XBT_PUBLIC_DATA(AT_surfxml_peer_availability_file ) AX_surfxml_peer_availability_file;
315 #define A_surfxml_peer_availability_file (surfxml_bufferstack + AX_surfxml_peer_availability_file)
316 XBT_PUBLIC_DATA(short ) int surfxml_peer_availability_file_isset;
317 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_direction ) AX_surfxml_link_ctn_direction;
318 #define A_surfxml_link_ctn_direction AX_surfxml_link_ctn_direction
319 XBT_PUBLIC_DATA(short ) int surfxml_link_ctn_direction_isset;
320 XBT_PUBLIC_DATA(AT_surfxml_host_state ) AX_surfxml_host_state;
321 #define A_surfxml_host_state AX_surfxml_host_state
322 XBT_PUBLIC_DATA(short ) int surfxml_host_state_isset;
323 XBT_PUBLIC_DATA(AT_surfxml_AS_id ) AX_surfxml_AS_id;
324 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
325 XBT_PUBLIC_DATA(short ) int surfxml_AS_id_isset;
326 XBT_PUBLIC_DATA(AT_surfxml_host_power ) AX_surfxml_host_power;
327 #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power)
328 XBT_PUBLIC_DATA(short ) int surfxml_host_power_isset;
329 XBT_PUBLIC_DATA(AT_surfxml_router_id ) AX_surfxml_router_id;
330 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
331 XBT_PUBLIC_DATA(short ) int surfxml_router_id_isset;
332 XBT_PUBLIC_DATA(AT_surfxml_storage_type_id ) AX_surfxml_storage_type_id;
333 #define A_surfxml_storage_type_id (surfxml_bufferstack + AX_surfxml_storage_type_id)
334 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_id_isset;
335 XBT_PUBLIC_DATA(AT_surfxml_process_start_time ) AX_surfxml_process_start_time;
336 #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time)
337 XBT_PUBLIC_DATA(short ) int surfxml_process_start_time_isset;
338 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix ) AX_surfxml_cluster_suffix;
339 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
340 XBT_PUBLIC_DATA(short ) int surfxml_cluster_suffix_isset;
341 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_dst ) AX_surfxml_bypassASroute_dst;
342 #define A_surfxml_bypassASroute_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_dst)
343 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_dst_isset;
344 XBT_PUBLIC_DATA(AT_surfxml_ASroute_src ) AX_surfxml_ASroute_src;
345 #define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src)
346 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_src_isset;
347 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix ) AX_surfxml_cluster_prefix;
348 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
349 XBT_PUBLIC_DATA(short ) int surfxml_cluster_prefix_isset;
350 XBT_PUBLIC_DATA(AT_surfxml_trace_file ) AX_surfxml_trace_file;
351 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
352 XBT_PUBLIC_DATA(short ) int surfxml_trace_file_isset;
353 XBT_PUBLIC_DATA(AT_surfxml_link_sharing_policy ) AX_surfxml_link_sharing_policy;
354 #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy
355 XBT_PUBLIC_DATA(short ) int surfxml_link_sharing_policy_isset;
356 XBT_PUBLIC_DATA(AT_surfxml_storage_typeId ) AX_surfxml_storage_typeId;
357 #define A_surfxml_storage_typeId (surfxml_bufferstack + AX_surfxml_storage_typeId)
358 XBT_PUBLIC_DATA(short ) int surfxml_storage_typeId_isset;
359 XBT_PUBLIC_DATA(AT_surfxml_random_min ) AX_surfxml_random_min;
360 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
361 XBT_PUBLIC_DATA(short ) int surfxml_random_min_isset;
362 XBT_PUBLIC_DATA(AT_surfxml_link_ctn_id ) AX_surfxml_link_ctn_id;
363 #define A_surfxml_link_ctn_id (surfxml_bufferstack + AX_surfxml_link_ctn_id)
364 XBT_PUBLIC_DATA(short ) int surfxml_link_ctn_id_isset;
365 XBT_PUBLIC_DATA(AT_surfxml_peer_bw_out ) AX_surfxml_peer_bw_out;
366 #define A_surfxml_peer_bw_out (surfxml_bufferstack + AX_surfxml_peer_bw_out)
367 XBT_PUBLIC_DATA(short ) int surfxml_peer_bw_out_isset;
368 XBT_PUBLIC_DATA(AT_surfxml_cluster_availability_file ) AX_surfxml_cluster_availability_file;
369 #define A_surfxml_cluster_availability_file (surfxml_bufferstack + AX_surfxml_cluster_availability_file)
370 XBT_PUBLIC_DATA(short ) int surfxml_cluster_availability_file_isset;
371 XBT_PUBLIC_DATA(AT_surfxml_storage_content ) AX_surfxml_storage_content;
372 #define A_surfxml_storage_content (surfxml_bufferstack + AX_surfxml_storage_content)
373 XBT_PUBLIC_DATA(short ) int surfxml_storage_content_isset;
374 XBT_PUBLIC_DATA(AT_surfxml_process_kill_time ) AX_surfxml_process_kill_time;
375 #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time)
376 XBT_PUBLIC_DATA(short ) int surfxml_process_kill_time_isset;
377 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_bw ) AX_surfxml_cluster_bb_bw;
378 #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw)
379 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_bw_isset;
380 XBT_PUBLIC_DATA(AT_surfxml_argument_value ) AX_surfxml_argument_value;
381 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
382 XBT_PUBLIC_DATA(short ) int surfxml_argument_value_isset;
383 XBT_PUBLIC_DATA(AT_surfxml_link_state ) AX_surfxml_link_state;
384 #define A_surfxml_link_state AX_surfxml_link_state
385 XBT_PUBLIC_DATA(short ) int surfxml_link_state_isset;
386 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_src ) AX_surfxml_ASroute_gw_src;
387 #define A_surfxml_ASroute_gw_src (surfxml_bufferstack + AX_surfxml_ASroute_gw_src)
388 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_gw_src_isset;
389 XBT_PUBLIC_DATA(AT_surfxml_AS_routing ) AX_surfxml_AS_routing;
390 #define A_surfxml_AS_routing AX_surfxml_AS_routing
391 XBT_PUBLIC_DATA(short ) int surfxml_AS_routing_isset;
392 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth ) AX_surfxml_link_bandwidth;
393 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
394 XBT_PUBLIC_DATA(short ) int surfxml_link_bandwidth_isset;
395 XBT_PUBLIC_DATA(AT_surfxml_cluster_id ) AX_surfxml_cluster_id;
396 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
397 XBT_PUBLIC_DATA(short ) int surfxml_cluster_id_isset;
398 XBT_PUBLIC_DATA(AT_surfxml_peer_bw_in ) AX_surfxml_peer_bw_in;
399 #define A_surfxml_peer_bw_in (surfxml_bufferstack + AX_surfxml_peer_bw_in)
400 XBT_PUBLIC_DATA(short ) int surfxml_peer_bw_in_isset;
401 XBT_PUBLIC_DATA(AT_surfxml_random_mean ) AX_surfxml_random_mean;
402 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
403 XBT_PUBLIC_DATA(short ) int surfxml_random_mean_isset;
404 XBT_PUBLIC_DATA(AT_surfxml_storage_type_size ) AX_surfxml_storage_type_size;
405 #define A_surfxml_storage_type_size (surfxml_bufferstack + AX_surfxml_storage_type_size)
406 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_size_isset;
407 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_lat ) AX_surfxml_cluster_bb_lat;
408 #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat)
409 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_lat_isset;
410 XBT_PUBLIC_DATA(AT_surfxml_link_latency ) AX_surfxml_link_latency;
411 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
412 XBT_PUBLIC_DATA(short ) int surfxml_link_latency_isset;
413 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_kind ) AX_surfxml_trace_connect_kind;
414 #define A_surfxml_trace_connect_kind AX_surfxml_trace_connect_kind
415 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_kind_isset;
416 XBT_PUBLIC_DATA(AT_surfxml_random_seed ) AX_surfxml_random_seed;
417 #define A_surfxml_random_seed (surfxml_bufferstack + AX_surfxml_random_seed)
418 XBT_PUBLIC_DATA(short ) int surfxml_random_seed_isset;
419 XBT_PUBLIC_DATA(AT_surfxml_cluster_state_file ) AX_surfxml_cluster_state_file;
420 #define A_surfxml_cluster_state_file (surfxml_bufferstack + AX_surfxml_cluster_state_file)
421 XBT_PUBLIC_DATA(short ) int surfxml_cluster_state_file_isset;
422 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
423 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
424 XBT_PUBLIC_DATA(short ) int surfxml_link_bandwidth_file_isset;
425 XBT_PUBLIC_DATA(AT_surfxml_storage_type_content ) AX_surfxml_storage_type_content;
426 #define A_surfxml_storage_type_content (surfxml_bufferstack + AX_surfxml_storage_type_content)
427 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_content_isset;
428 XBT_PUBLIC_DATA(AT_surfxml_route_symmetrical ) AX_surfxml_route_symmetrical;
429 #define A_surfxml_route_symmetrical AX_surfxml_route_symmetrical
430 XBT_PUBLIC_DATA(short ) int surfxml_route_symmetrical_isset;
431 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
432 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
433 XBT_PUBLIC_DATA(short ) int surfxml_random_id_isset;
434 XBT_PUBLIC_DATA(AT_surfxml_mstorage_name ) AX_surfxml_mstorage_name;
435 #define A_surfxml_mstorage_name (surfxml_bufferstack + AX_surfxml_mstorage_name)
436 XBT_PUBLIC_DATA(short ) int surfxml_mstorage_name_isset;
437 XBT_PUBLIC_DATA(AT_surfxml_random_max ) AX_surfxml_random_max;
438 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
439 XBT_PUBLIC_DATA(short ) int surfxml_random_max_isset;
440 XBT_PUBLIC_DATA(AT_surfxml_link_id ) AX_surfxml_link_id;
441 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
442 XBT_PUBLIC_DATA(short ) int surfxml_link_id_isset;
443 XBT_PUBLIC_DATA(AT_surfxml_process_host ) AX_surfxml_process_host;
444 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
445 XBT_PUBLIC_DATA(short ) int surfxml_process_host_isset;
446 XBT_PUBLIC_DATA(AT_surfxml_host_availability_file ) AX_surfxml_host_availability_file;
447 #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file)
448 XBT_PUBLIC_DATA(short ) int surfxml_host_availability_file_isset;
449 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat ) AX_surfxml_cluster_lat;
450 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
451 XBT_PUBLIC_DATA(short ) int surfxml_cluster_lat_isset;
452 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity ) AX_surfxml_trace_periodicity;
453 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
454 XBT_PUBLIC_DATA(short ) int surfxml_trace_periodicity_isset;
455 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_sharing_policy ) AX_surfxml_cluster_bb_sharing_policy;
456 #define A_surfxml_cluster_bb_sharing_policy AX_surfxml_cluster_bb_sharing_policy
457 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bb_sharing_policy_isset;
458 XBT_PUBLIC_DATA(AT_surfxml_router_coordinates ) AX_surfxml_router_coordinates;
459 #define A_surfxml_router_coordinates (surfxml_bufferstack + AX_surfxml_router_coordinates)
460 XBT_PUBLIC_DATA(short ) int surfxml_router_coordinates_isset;
461 XBT_PUBLIC_DATA(AT_surfxml_peer_coordinates ) AX_surfxml_peer_coordinates;
462 #define A_surfxml_peer_coordinates (surfxml_bufferstack + AX_surfxml_peer_coordinates)
463 XBT_PUBLIC_DATA(short ) int surfxml_peer_coordinates_isset;
464 XBT_PUBLIC_DATA(AT_surfxml_peer_state_file ) AX_surfxml_peer_state_file;
465 #define A_surfxml_peer_state_file (surfxml_bufferstack + AX_surfxml_peer_state_file)
466 XBT_PUBLIC_DATA(short ) int surfxml_peer_state_file_isset;
467 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_src ) AX_surfxml_bypassASroute_src;
468 #define A_surfxml_bypassASroute_src (surfxml_bufferstack + AX_surfxml_bypassASroute_src)
469 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_src_isset;
470 XBT_PUBLIC_DATA(AT_surfxml_prop_value ) AX_surfxml_prop_value;
471 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
472 XBT_PUBLIC_DATA(short ) int surfxml_prop_value_isset;
473 XBT_PUBLIC_DATA(AT_surfxml_mstorage_typeId ) AX_surfxml_mstorage_typeId;
474 #define A_surfxml_mstorage_typeId (surfxml_bufferstack + AX_surfxml_mstorage_typeId)
475 XBT_PUBLIC_DATA(short ) int surfxml_mstorage_typeId_isset;
476 XBT_PUBLIC_DATA(AT_surfxml_ASroute_dst ) AX_surfxml_ASroute_dst;
477 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
478 XBT_PUBLIC_DATA(short ) int surfxml_ASroute_dst_isset;
479 XBT_PUBLIC_DATA(AT_surfxml_link_state_file ) AX_surfxml_link_state_file;
480 #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file)
481 XBT_PUBLIC_DATA(short ) int surfxml_link_state_file_isset;
482 XBT_PUBLIC_DATA(AT_surfxml_random_radical ) AX_surfxml_random_radical;
483 #define A_surfxml_random_radical (surfxml_bufferstack + AX_surfxml_random_radical)
484 XBT_PUBLIC_DATA(short ) int surfxml_random_radical_isset;
485 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_gw_src ) AX_surfxml_bypassASroute_gw_src;
486 #define A_surfxml_bypassASroute_gw_src (surfxml_bufferstack + AX_surfxml_bypassASroute_gw_src)
487 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_gw_src_isset;
488 XBT_PUBLIC_DATA(AT_surfxml_trace_connect_trace ) AX_surfxml_trace_connect_trace;
489 #define A_surfxml_trace_connect_trace (surfxml_bufferstack + AX_surfxml_trace_connect_trace)
490 XBT_PUBLIC_DATA(short ) int surfxml_trace_connect_trace_isset;
491 XBT_PUBLIC_DATA(AT_surfxml_mount_id ) AX_surfxml_mount_id;
492 #define A_surfxml_mount_id (surfxml_bufferstack + AX_surfxml_mount_id)
493 XBT_PUBLIC_DATA(short ) int surfxml_mount_id_isset;
494 XBT_PUBLIC_DATA(AT_surfxml_cluster_power ) AX_surfxml_cluster_power;
495 #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power)
496 XBT_PUBLIC_DATA(short ) int surfxml_cluster_power_isset;
497 XBT_PUBLIC_DATA(AT_surfxml_process_function ) AX_surfxml_process_function;
498 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
499 XBT_PUBLIC_DATA(short ) int surfxml_process_function_isset;
500 XBT_PUBLIC_DATA(AT_surfxml_peer_id ) AX_surfxml_peer_id;
501 #define A_surfxml_peer_id (surfxml_bufferstack + AX_surfxml_peer_id)
502 XBT_PUBLIC_DATA(short ) int surfxml_peer_id_isset;
503 XBT_PUBLIC_DATA(AT_surfxml_cluster_router_id ) AX_surfxml_cluster_router_id;
504 #define A_surfxml_cluster_router_id (surfxml_bufferstack + AX_surfxml_cluster_router_id)
505 XBT_PUBLIC_DATA(short ) int surfxml_cluster_router_id_isset;
506 XBT_PUBLIC_DATA(AT_surfxml_cluster_sharing_policy ) AX_surfxml_cluster_sharing_policy;
507 #define A_surfxml_cluster_sharing_policy AX_surfxml_cluster_sharing_policy
508 XBT_PUBLIC_DATA(short ) int surfxml_cluster_sharing_policy_isset;
509 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_dst ) AX_surfxml_bypassRoute_dst;
510 #define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst)
511 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_dst_isset;
512 XBT_PUBLIC_DATA(AT_surfxml_host_core ) AX_surfxml_host_core;
513 #define A_surfxml_host_core (surfxml_bufferstack + AX_surfxml_host_core)
514 XBT_PUBLIC_DATA(short ) int surfxml_host_core_isset;
515 XBT_PUBLIC_DATA(AT_surfxml_storage_type_model ) AX_surfxml_storage_type_model;
516 #define A_surfxml_storage_type_model (surfxml_bufferstack + AX_surfxml_storage_type_model)
517 XBT_PUBLIC_DATA(short ) int surfxml_storage_type_model_isset;
518 XBT_PUBLIC_DATA(AT_surfxml_host_availability ) AX_surfxml_host_availability;
519 #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability)
520 XBT_PUBLIC_DATA(short ) int surfxml_host_availability_isset;
521 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_src ) AX_surfxml_bypassRoute_src;
522 #define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src)
523 XBT_PUBLIC_DATA(short ) int surfxml_bypassRoute_src_isset;
524 XBT_PUBLIC_DATA(AT_surfxml_route_src ) AX_surfxml_route_src;
525 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
526 XBT_PUBLIC_DATA(short ) int surfxml_route_src_isset;
527 XBT_PUBLIC_DATA(AT_surfxml_storage_id ) AX_surfxml_storage_id;
528 #define A_surfxml_storage_id (surfxml_bufferstack + AX_surfxml_storage_id)
529 XBT_PUBLIC_DATA(short ) int surfxml_storage_id_isset;
530 XBT_PUBLIC_DATA(AT_surfxml_host_coordinates ) AX_surfxml_host_coordinates;
531 #define A_surfxml_host_coordinates (surfxml_bufferstack + AX_surfxml_host_coordinates)
532 XBT_PUBLIC_DATA(short ) int surfxml_host_coordinates_isset;
533 XBT_PUBLIC_DATA(AT_surfxml_trace_id ) AX_surfxml_trace_id;
534 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
535 XBT_PUBLIC_DATA(short ) int surfxml_trace_id_isset;
536 XBT_PUBLIC_DATA(AT_surfxml_peer_power ) AX_surfxml_peer_power;
537 #define A_surfxml_peer_power (surfxml_bufferstack + AX_surfxml_peer_power)
538 XBT_PUBLIC_DATA(short ) int surfxml_peer_power_isset;
539 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical ) AX_surfxml_cluster_radical;
540 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
541 XBT_PUBLIC_DATA(short ) int surfxml_cluster_radical_isset;
542 XBT_PUBLIC_DATA(AT_surfxml_config_id ) AX_surfxml_config_id;
543 #define A_surfxml_config_id (surfxml_bufferstack + AX_surfxml_config_id)
544 XBT_PUBLIC_DATA(short ) int surfxml_config_id_isset;
545 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_gw_dst ) AX_surfxml_bypassASroute_gw_dst;
546 #define A_surfxml_bypassASroute_gw_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_gw_dst)
547 XBT_PUBLIC_DATA(short ) int surfxml_bypassASroute_gw_dst_isset;
548 XBT_PUBLIC_DATA(AT_surfxml_include_file ) AX_surfxml_include_file;
549 #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file)
550 XBT_PUBLIC_DATA(short ) int surfxml_include_file_isset;
551 XBT_PUBLIC_DATA(AT_surfxml_random_std_deviation ) AX_surfxml_random_std_deviation;
552 #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation)
553 XBT_PUBLIC_DATA(short ) int surfxml_random_std_deviation_isset;
554 XBT_PUBLIC_DATA(AT_surfxml_cluster_core ) AX_surfxml_cluster_core;
555 #define A_surfxml_cluster_core (surfxml_bufferstack + AX_surfxml_cluster_core)
556 XBT_PUBLIC_DATA(short ) int surfxml_cluster_core_isset;
557 XBT_PUBLIC_DATA(AT_surfxml_host_state_file ) AX_surfxml_host_state_file;
558 #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file)
559 XBT_PUBLIC_DATA(short ) int surfxml_host_state_file_isset;
560 XBT_PUBLIC_DATA(AT_surfxml_route_dst ) AX_surfxml_route_dst;
561 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
562 XBT_PUBLIC_DATA(short ) int surfxml_route_dst_isset;
563 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw ) AX_surfxml_cluster_bw;
564 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
565 XBT_PUBLIC_DATA(short ) int surfxml_cluster_bw_isset;
566 XBT_PUBLIC_DATA(AT_surfxml_platform_version ) AX_surfxml_platform_version;
567 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
568 XBT_PUBLIC_DATA(short ) int surfxml_platform_version_isset;
569
570 /* XML application utilities. */
571 XBT_PUBLIC(int ) surfxml_element_context(int);
572
573 /* XML processor entry point. */
574 XBT_PUBLIC(int ) yylex(void);
575
576 /* Flexml error handling function (useful only when -q flag passed to flexml) */
577 const char * surfxml_parse_err_msg(void);
578 #endif