Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Inventive hack to get flex raising exceptions on parse error
[simgrid.git] / src / surf / xml / simgrid_dtd.h
1 /* XML processor/application API for src/surf/xml/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-2013 Martin Quinson.  All rights reserved.
6  * (1.9.6).
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-2013 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_AS(void);
52 XBT_PUBLIC void ETag_surfxml_AS(void);
53 XBT_PUBLIC void STag_surfxml_ASroute(void);
54 XBT_PUBLIC void ETag_surfxml_ASroute(void);
55 XBT_PUBLIC void STag_surfxml_actor(void);
56 XBT_PUBLIC void ETag_surfxml_actor(void);
57 XBT_PUBLIC void STag_surfxml_argument(void);
58 XBT_PUBLIC void ETag_surfxml_argument(void);
59 XBT_PUBLIC void STag_surfxml_backbone(void);
60 XBT_PUBLIC void ETag_surfxml_backbone(void);
61 XBT_PUBLIC void STag_surfxml_bypassASroute(void);
62 XBT_PUBLIC void ETag_surfxml_bypassASroute(void);
63 XBT_PUBLIC void STag_surfxml_bypassRoute(void);
64 XBT_PUBLIC void ETag_surfxml_bypassRoute(void);
65 XBT_PUBLIC void STag_surfxml_bypassZoneRoute(void);
66 XBT_PUBLIC void ETag_surfxml_bypassZoneRoute(void);
67 XBT_PUBLIC void STag_surfxml_cabinet(void);
68 XBT_PUBLIC void ETag_surfxml_cabinet(void);
69 XBT_PUBLIC void STag_surfxml_cluster(void);
70 XBT_PUBLIC void ETag_surfxml_cluster(void);
71 XBT_PUBLIC void STag_surfxml_config(void);
72 XBT_PUBLIC void ETag_surfxml_config(void);
73 XBT_PUBLIC void STag_surfxml_disk(void);
74 XBT_PUBLIC void ETag_surfxml_disk(void);
75 XBT_PUBLIC void STag_surfxml_host(void);
76 XBT_PUBLIC void ETag_surfxml_host(void);
77 XBT_PUBLIC void STag_surfxml_host___link(void);
78 XBT_PUBLIC void ETag_surfxml_host___link(void);
79 XBT_ATTRIB_NORETURN XBT_PUBLIC void STag_surfxml_include(void);
80 XBT_PUBLIC void ETag_surfxml_include(void);
81 XBT_PUBLIC void STag_surfxml_link(void);
82 XBT_PUBLIC void ETag_surfxml_link(void);
83 XBT_PUBLIC void STag_surfxml_link___ctn(void);
84 XBT_PUBLIC void ETag_surfxml_link___ctn(void);
85 XBT_PUBLIC void STag_surfxml_model___prop(void);
86 XBT_PUBLIC void ETag_surfxml_model___prop(void);
87 XBT_PUBLIC void STag_surfxml_mount(void);
88 XBT_PUBLIC void ETag_surfxml_mount(void);
89 XBT_PUBLIC void STag_surfxml_peer(void);
90 XBT_PUBLIC void ETag_surfxml_peer(void);
91 XBT_PUBLIC void STag_surfxml_platform(void);
92 XBT_PUBLIC void ETag_surfxml_platform(void);
93 XBT_PUBLIC void STag_surfxml_process(void);
94 XBT_PUBLIC void ETag_surfxml_process(void);
95 XBT_PUBLIC void STag_surfxml_prop(void);
96 XBT_PUBLIC void ETag_surfxml_prop(void);
97 XBT_PUBLIC void STag_surfxml_random(void);
98 XBT_PUBLIC void ETag_surfxml_random(void);
99 XBT_PUBLIC void STag_surfxml_route(void);
100 XBT_PUBLIC void ETag_surfxml_route(void);
101 XBT_PUBLIC void STag_surfxml_router(void);
102 XBT_PUBLIC void ETag_surfxml_router(void);
103 XBT_PUBLIC void STag_surfxml_storage(void);
104 XBT_PUBLIC void ETag_surfxml_storage(void);
105 XBT_PUBLIC void STag_surfxml_storage___type(void);
106 XBT_PUBLIC void ETag_surfxml_storage___type(void);
107 XBT_PUBLIC void STag_surfxml_trace(void);
108 XBT_PUBLIC void ETag_surfxml_trace(void);
109 XBT_PUBLIC void STag_surfxml_trace___connect(void);
110 XBT_PUBLIC void ETag_surfxml_trace___connect(void);
111 XBT_PUBLIC void STag_surfxml_zone(void);
112 XBT_PUBLIC void ETag_surfxml_zone(void);
113 XBT_PUBLIC void STag_surfxml_zoneRoute(void);
114 XBT_PUBLIC void ETag_surfxml_zoneRoute(void);
115
116 /* XML application data. */
117 typedef int AT_surfxml_AS_id;
118 #define AU_surfxml_AS_id NULL
119 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_Vivaldi,A_surfxml_AS_routing_Cluster,A_surfxml_AS_routing_ClusterTorus,A_surfxml_AS_routing_ClusterFatTree,A_surfxml_AS_routing_ClusterDragonfly } AT_surfxml_AS_routing;
120 typedef int AT_surfxml_ASroute_dst;
121 #define AU_surfxml_ASroute_dst NULL
122 typedef int AT_surfxml_ASroute_gw___dst;
123 #define AU_surfxml_ASroute_gw___dst NULL
124 typedef int AT_surfxml_ASroute_gw___src;
125 #define AU_surfxml_ASroute_gw___src NULL
126 typedef int AT_surfxml_ASroute_src;
127 #define AU_surfxml_ASroute_src NULL
128 typedef enum { AU_surfxml_ASroute_symmetrical, A_surfxml_ASroute_symmetrical_YES,A_surfxml_ASroute_symmetrical_NO,A_surfxml_ASroute_symmetrical_yes,A_surfxml_ASroute_symmetrical_no } AT_surfxml_ASroute_symmetrical;
129 typedef int AT_surfxml_actor_function;
130 #define AU_surfxml_actor_function NULL
131 typedef int AT_surfxml_actor_host;
132 #define AU_surfxml_actor_host NULL
133 typedef int AT_surfxml_actor_kill___time;
134 #define AU_surfxml_actor_kill___time NULL
135 typedef enum { AU_surfxml_actor_on___failure, A_surfxml_actor_on___failure_DIE,A_surfxml_actor_on___failure_RESTART } AT_surfxml_actor_on___failure;
136 typedef int AT_surfxml_actor_start___time;
137 #define AU_surfxml_actor_start___time NULL
138 typedef int AT_surfxml_argument_value;
139 #define AU_surfxml_argument_value NULL
140 typedef int AT_surfxml_backbone_bandwidth;
141 #define AU_surfxml_backbone_bandwidth NULL
142 typedef int AT_surfxml_backbone_id;
143 #define AU_surfxml_backbone_id NULL
144 typedef int AT_surfxml_backbone_latency;
145 #define AU_surfxml_backbone_latency NULL
146 typedef int AT_surfxml_bypassASroute_dst;
147 #define AU_surfxml_bypassASroute_dst NULL
148 typedef int AT_surfxml_bypassASroute_gw___dst;
149 #define AU_surfxml_bypassASroute_gw___dst NULL
150 typedef int AT_surfxml_bypassASroute_gw___src;
151 #define AU_surfxml_bypassASroute_gw___src NULL
152 typedef int AT_surfxml_bypassASroute_src;
153 #define AU_surfxml_bypassASroute_src NULL
154 typedef int AT_surfxml_bypassRoute_dst;
155 #define AU_surfxml_bypassRoute_dst NULL
156 typedef int AT_surfxml_bypassRoute_src;
157 #define AU_surfxml_bypassRoute_src NULL
158 typedef int AT_surfxml_bypassZoneRoute_dst;
159 #define AU_surfxml_bypassZoneRoute_dst NULL
160 typedef int AT_surfxml_bypassZoneRoute_gw___dst;
161 #define AU_surfxml_bypassZoneRoute_gw___dst NULL
162 typedef int AT_surfxml_bypassZoneRoute_gw___src;
163 #define AU_surfxml_bypassZoneRoute_gw___src NULL
164 typedef int AT_surfxml_bypassZoneRoute_src;
165 #define AU_surfxml_bypassZoneRoute_src NULL
166 typedef int AT_surfxml_cabinet_bw;
167 #define AU_surfxml_cabinet_bw NULL
168 typedef int AT_surfxml_cabinet_id;
169 #define AU_surfxml_cabinet_id NULL
170 typedef int AT_surfxml_cabinet_lat;
171 #define AU_surfxml_cabinet_lat NULL
172 typedef int AT_surfxml_cabinet_prefix;
173 #define AU_surfxml_cabinet_prefix NULL
174 typedef int AT_surfxml_cabinet_radical;
175 #define AU_surfxml_cabinet_radical NULL
176 typedef int AT_surfxml_cabinet_speed;
177 #define AU_surfxml_cabinet_speed NULL
178 typedef int AT_surfxml_cabinet_suffix;
179 #define AU_surfxml_cabinet_suffix NULL
180 typedef int AT_surfxml_cluster_bb___bw;
181 #define AU_surfxml_cluster_bb___bw NULL
182 typedef int AT_surfxml_cluster_bb___lat;
183 #define AU_surfxml_cluster_bb___lat NULL
184 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;
185 typedef int AT_surfxml_cluster_bw;
186 #define AU_surfxml_cluster_bw NULL
187 typedef int AT_surfxml_cluster_core;
188 #define AU_surfxml_cluster_core NULL
189 typedef int AT_surfxml_cluster_id;
190 #define AU_surfxml_cluster_id NULL
191 typedef int AT_surfxml_cluster_lat;
192 #define AU_surfxml_cluster_lat NULL
193 typedef int AT_surfxml_cluster_limiter___link;
194 #define AU_surfxml_cluster_limiter___link NULL
195 typedef int AT_surfxml_cluster_loopback___bw;
196 #define AU_surfxml_cluster_loopback___bw NULL
197 typedef int AT_surfxml_cluster_loopback___lat;
198 #define AU_surfxml_cluster_loopback___lat NULL
199 typedef int AT_surfxml_cluster_prefix;
200 #define AU_surfxml_cluster_prefix NULL
201 typedef int AT_surfxml_cluster_radical;
202 #define AU_surfxml_cluster_radical NULL
203 typedef int AT_surfxml_cluster_router___id;
204 #define AU_surfxml_cluster_router___id NULL
205 typedef enum { AU_surfxml_cluster_sharing___policy, A_surfxml_cluster_sharing___policy_SHARED,A_surfxml_cluster_sharing___policy_SPLITDUPLEX,A_surfxml_cluster_sharing___policy_FULLDUPLEX,A_surfxml_cluster_sharing___policy_FATPIPE } AT_surfxml_cluster_sharing___policy;
206 typedef int AT_surfxml_cluster_speed;
207 #define AU_surfxml_cluster_speed NULL
208 typedef int AT_surfxml_cluster_suffix;
209 #define AU_surfxml_cluster_suffix NULL
210 typedef int AT_surfxml_cluster_topo___parameters;
211 #define AU_surfxml_cluster_topo___parameters NULL
212 typedef enum { AU_surfxml_cluster_topology, A_surfxml_cluster_topology_FLAT,A_surfxml_cluster_topology_TORUS,A_surfxml_cluster_topology_FAT___TREE,A_surfxml_cluster_topology_DRAGONFLY } AT_surfxml_cluster_topology;
213 typedef int AT_surfxml_config_id;
214 #define AU_surfxml_config_id NULL
215 typedef int AT_surfxml_disk_id;
216 #define AU_surfxml_disk_id NULL
217 typedef int AT_surfxml_disk_read___bw;
218 #define AU_surfxml_disk_read___bw NULL
219 typedef int AT_surfxml_disk_write___bw;
220 #define AU_surfxml_disk_write___bw NULL
221 typedef int AT_surfxml_host_availability___file;
222 #define AU_surfxml_host_availability___file NULL
223 typedef int AT_surfxml_host_coordinates;
224 #define AU_surfxml_host_coordinates NULL
225 typedef int AT_surfxml_host_core;
226 #define AU_surfxml_host_core NULL
227 typedef int AT_surfxml_host_id;
228 #define AU_surfxml_host_id NULL
229 typedef int AT_surfxml_host_pstate;
230 #define AU_surfxml_host_pstate NULL
231 typedef int AT_surfxml_host_speed;
232 #define AU_surfxml_host_speed NULL
233 typedef int AT_surfxml_host_speed___file;
234 #define AU_surfxml_host_speed___file NULL
235 typedef int AT_surfxml_host_state___file;
236 #define AU_surfxml_host_state___file NULL
237 typedef int AT_surfxml_host___link_down;
238 #define AU_surfxml_host___link_down NULL
239 typedef int AT_surfxml_host___link_id;
240 #define AU_surfxml_host___link_id NULL
241 typedef int AT_surfxml_host___link_up;
242 #define AU_surfxml_host___link_up NULL
243 typedef int AT_surfxml_include_file;
244 #define AU_surfxml_include_file NULL
245 typedef int AT_surfxml_link_bandwidth;
246 #define AU_surfxml_link_bandwidth NULL
247 typedef int AT_surfxml_link_bandwidth___file;
248 #define AU_surfxml_link_bandwidth___file NULL
249 typedef int AT_surfxml_link_id;
250 #define AU_surfxml_link_id NULL
251 typedef int AT_surfxml_link_latency;
252 #define AU_surfxml_link_latency NULL
253 typedef int AT_surfxml_link_latency___file;
254 #define AU_surfxml_link_latency___file NULL
255 typedef enum { AU_surfxml_link_sharing___policy, A_surfxml_link_sharing___policy_SHARED,A_surfxml_link_sharing___policy_SPLITDUPLEX,A_surfxml_link_sharing___policy_FULLDUPLEX,A_surfxml_link_sharing___policy_FATPIPE,A_surfxml_link_sharing___policy_WIFI } AT_surfxml_link_sharing___policy;
256 typedef int AT_surfxml_link_state___file;
257 #define AU_surfxml_link_state___file NULL
258 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;
259 typedef int AT_surfxml_link___ctn_id;
260 #define AU_surfxml_link___ctn_id NULL
261 typedef int AT_surfxml_model___prop_id;
262 #define AU_surfxml_model___prop_id NULL
263 typedef int AT_surfxml_model___prop_value;
264 #define AU_surfxml_model___prop_value NULL
265 typedef int AT_surfxml_mount_name;
266 #define AU_surfxml_mount_name NULL
267 typedef int AT_surfxml_mount_storageId;
268 #define AU_surfxml_mount_storageId NULL
269 typedef int AT_surfxml_peer_availability___file;
270 #define AU_surfxml_peer_availability___file NULL
271 typedef int AT_surfxml_peer_bw___in;
272 #define AU_surfxml_peer_bw___in NULL
273 typedef int AT_surfxml_peer_bw___out;
274 #define AU_surfxml_peer_bw___out NULL
275 typedef int AT_surfxml_peer_coordinates;
276 #define AU_surfxml_peer_coordinates NULL
277 typedef int AT_surfxml_peer_id;
278 #define AU_surfxml_peer_id NULL
279 typedef int AT_surfxml_peer_lat;
280 #define AU_surfxml_peer_lat NULL
281 typedef int AT_surfxml_peer_speed;
282 #define AU_surfxml_peer_speed NULL
283 typedef int AT_surfxml_peer_speed___file;
284 #define AU_surfxml_peer_speed___file NULL
285 typedef int AT_surfxml_peer_state___file;
286 #define AU_surfxml_peer_state___file NULL
287 typedef int AT_surfxml_platform_version;
288 #define AU_surfxml_platform_version NULL
289 typedef int AT_surfxml_process_function;
290 #define AU_surfxml_process_function NULL
291 typedef int AT_surfxml_process_host;
292 #define AU_surfxml_process_host NULL
293 typedef int AT_surfxml_process_kill___time;
294 #define AU_surfxml_process_kill___time NULL
295 typedef enum { AU_surfxml_process_on___failure, A_surfxml_process_on___failure_DIE,A_surfxml_process_on___failure_RESTART } AT_surfxml_process_on___failure;
296 typedef int AT_surfxml_process_start___time;
297 #define AU_surfxml_process_start___time NULL
298 typedef int AT_surfxml_prop_id;
299 #define AU_surfxml_prop_id NULL
300 typedef int AT_surfxml_prop_value;
301 #define AU_surfxml_prop_value NULL
302 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;
303 typedef int AT_surfxml_random_id;
304 #define AU_surfxml_random_id NULL
305 typedef int AT_surfxml_random_max;
306 #define AU_surfxml_random_max NULL
307 typedef int AT_surfxml_random_mean;
308 #define AU_surfxml_random_mean NULL
309 typedef int AT_surfxml_random_min;
310 #define AU_surfxml_random_min NULL
311 typedef int AT_surfxml_random_radical;
312 #define AU_surfxml_random_radical NULL
313 typedef int AT_surfxml_random_seed;
314 #define AU_surfxml_random_seed NULL
315 typedef int AT_surfxml_random_std___deviation;
316 #define AU_surfxml_random_std___deviation NULL
317 typedef int AT_surfxml_route_dst;
318 #define AU_surfxml_route_dst NULL
319 typedef int AT_surfxml_route_src;
320 #define AU_surfxml_route_src NULL
321 typedef enum { AU_surfxml_route_symmetrical, A_surfxml_route_symmetrical_YES,A_surfxml_route_symmetrical_NO,A_surfxml_route_symmetrical_yes,A_surfxml_route_symmetrical_no } AT_surfxml_route_symmetrical;
322 typedef int AT_surfxml_router_coordinates;
323 #define AU_surfxml_router_coordinates NULL
324 typedef int AT_surfxml_router_id;
325 #define AU_surfxml_router_id NULL
326 typedef int AT_surfxml_storage_attach;
327 #define AU_surfxml_storage_attach NULL
328 typedef int AT_surfxml_storage_content;
329 #define AU_surfxml_storage_content NULL
330 typedef int AT_surfxml_storage_id;
331 #define AU_surfxml_storage_id NULL
332 typedef int AT_surfxml_storage_typeId;
333 #define AU_surfxml_storage_typeId NULL
334 typedef int AT_surfxml_storage___type_content;
335 #define AU_surfxml_storage___type_content NULL
336 typedef int AT_surfxml_storage___type_id;
337 #define AU_surfxml_storage___type_id NULL
338 typedef int AT_surfxml_storage___type_model;
339 #define AU_surfxml_storage___type_model NULL
340 typedef int AT_surfxml_storage___type_size;
341 #define AU_surfxml_storage___type_size NULL
342 typedef int AT_surfxml_trace_file;
343 #define AU_surfxml_trace_file NULL
344 typedef int AT_surfxml_trace_id;
345 #define AU_surfxml_trace_id NULL
346 typedef int AT_surfxml_trace_periodicity;
347 #define AU_surfxml_trace_periodicity NULL
348 typedef int AT_surfxml_trace___connect_element;
349 #define AU_surfxml_trace___connect_element NULL
350 typedef enum { AU_surfxml_trace___connect_kind, A_surfxml_trace___connect_kind_HOST___AVAIL,A_surfxml_trace___connect_kind_SPEED,A_surfxml_trace___connect_kind_LINK___AVAIL,A_surfxml_trace___connect_kind_BANDWIDTH,A_surfxml_trace___connect_kind_LATENCY } AT_surfxml_trace___connect_kind;
351 typedef int AT_surfxml_trace___connect_trace;
352 #define AU_surfxml_trace___connect_trace NULL
353 typedef int AT_surfxml_zone_id;
354 #define AU_surfxml_zone_id NULL
355 typedef enum { AU_surfxml_zone_routing, A_surfxml_zone_routing_Full,A_surfxml_zone_routing_Floyd,A_surfxml_zone_routing_Dijkstra,A_surfxml_zone_routing_DijkstraCache,A_surfxml_zone_routing_None,A_surfxml_zone_routing_Vivaldi,A_surfxml_zone_routing_Cluster,A_surfxml_zone_routing_ClusterTorus,A_surfxml_zone_routing_ClusterFatTree,A_surfxml_zone_routing_ClusterDragonfly } AT_surfxml_zone_routing;
356 typedef int AT_surfxml_zoneRoute_dst;
357 #define AU_surfxml_zoneRoute_dst NULL
358 typedef int AT_surfxml_zoneRoute_gw___dst;
359 #define AU_surfxml_zoneRoute_gw___dst NULL
360 typedef int AT_surfxml_zoneRoute_gw___src;
361 #define AU_surfxml_zoneRoute_gw___src NULL
362 typedef int AT_surfxml_zoneRoute_src;
363 #define AU_surfxml_zoneRoute_src NULL
364 typedef enum { AU_surfxml_zoneRoute_symmetrical, A_surfxml_zoneRoute_symmetrical_YES,A_surfxml_zoneRoute_symmetrical_NO,A_surfxml_zoneRoute_symmetrical_yes,A_surfxml_zoneRoute_symmetrical_no } AT_surfxml_zoneRoute_symmetrical;
365
366 /* FleXML-provided data. */
367 XBT_PUBLIC_DATA int surfxml_pcdata_ix;
368 XBT_PUBLIC_DATA char *surfxml_bufferstack;
369 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
370 XBT_PUBLIC_DATA AT_surfxml_AS_id AX_surfxml_AS_id;
371 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
372 XBT_PUBLIC_DATA short int surfxml_AS_id_isset;
373 XBT_PUBLIC_DATA AT_surfxml_AS_routing AX_surfxml_AS_routing;
374 #define A_surfxml_AS_routing AX_surfxml_AS_routing
375 XBT_PUBLIC_DATA short int surfxml_AS_routing_isset;
376 XBT_PUBLIC_DATA AT_surfxml_ASroute_dst AX_surfxml_ASroute_dst;
377 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
378 XBT_PUBLIC_DATA short int surfxml_ASroute_dst_isset;
379 XBT_PUBLIC_DATA AT_surfxml_ASroute_gw___dst AX_surfxml_ASroute_gw___dst;
380 #define A_surfxml_ASroute_gw___dst (surfxml_bufferstack + AX_surfxml_ASroute_gw___dst)
381 XBT_PUBLIC_DATA short int surfxml_ASroute_gw___dst_isset;
382 XBT_PUBLIC_DATA AT_surfxml_ASroute_gw___src AX_surfxml_ASroute_gw___src;
383 #define A_surfxml_ASroute_gw___src (surfxml_bufferstack + AX_surfxml_ASroute_gw___src)
384 XBT_PUBLIC_DATA short int surfxml_ASroute_gw___src_isset;
385 XBT_PUBLIC_DATA AT_surfxml_ASroute_src AX_surfxml_ASroute_src;
386 #define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src)
387 XBT_PUBLIC_DATA short int surfxml_ASroute_src_isset;
388 XBT_PUBLIC_DATA AT_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical;
389 #define A_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical
390 XBT_PUBLIC_DATA short int surfxml_ASroute_symmetrical_isset;
391 XBT_PUBLIC_DATA AT_surfxml_actor_function AX_surfxml_actor_function;
392 #define A_surfxml_actor_function (surfxml_bufferstack + AX_surfxml_actor_function)
393 XBT_PUBLIC_DATA short int surfxml_actor_function_isset;
394 XBT_PUBLIC_DATA AT_surfxml_actor_host AX_surfxml_actor_host;
395 #define A_surfxml_actor_host (surfxml_bufferstack + AX_surfxml_actor_host)
396 XBT_PUBLIC_DATA short int surfxml_actor_host_isset;
397 XBT_PUBLIC_DATA AT_surfxml_actor_kill___time AX_surfxml_actor_kill___time;
398 #define A_surfxml_actor_kill___time (surfxml_bufferstack + AX_surfxml_actor_kill___time)
399 XBT_PUBLIC_DATA short int surfxml_actor_kill___time_isset;
400 XBT_PUBLIC_DATA AT_surfxml_actor_on___failure AX_surfxml_actor_on___failure;
401 #define A_surfxml_actor_on___failure AX_surfxml_actor_on___failure
402 XBT_PUBLIC_DATA short int surfxml_actor_on___failure_isset;
403 XBT_PUBLIC_DATA AT_surfxml_actor_start___time AX_surfxml_actor_start___time;
404 #define A_surfxml_actor_start___time (surfxml_bufferstack + AX_surfxml_actor_start___time)
405 XBT_PUBLIC_DATA short int surfxml_actor_start___time_isset;
406 XBT_PUBLIC_DATA AT_surfxml_argument_value AX_surfxml_argument_value;
407 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
408 XBT_PUBLIC_DATA short int surfxml_argument_value_isset;
409 XBT_PUBLIC_DATA AT_surfxml_backbone_bandwidth AX_surfxml_backbone_bandwidth;
410 #define A_surfxml_backbone_bandwidth (surfxml_bufferstack + AX_surfxml_backbone_bandwidth)
411 XBT_PUBLIC_DATA short int surfxml_backbone_bandwidth_isset;
412 XBT_PUBLIC_DATA AT_surfxml_backbone_id AX_surfxml_backbone_id;
413 #define A_surfxml_backbone_id (surfxml_bufferstack + AX_surfxml_backbone_id)
414 XBT_PUBLIC_DATA short int surfxml_backbone_id_isset;
415 XBT_PUBLIC_DATA AT_surfxml_backbone_latency AX_surfxml_backbone_latency;
416 #define A_surfxml_backbone_latency (surfxml_bufferstack + AX_surfxml_backbone_latency)
417 XBT_PUBLIC_DATA short int surfxml_backbone_latency_isset;
418 XBT_PUBLIC_DATA AT_surfxml_bypassASroute_dst AX_surfxml_bypassASroute_dst;
419 #define A_surfxml_bypassASroute_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_dst)
420 XBT_PUBLIC_DATA short int surfxml_bypassASroute_dst_isset;
421 XBT_PUBLIC_DATA AT_surfxml_bypassASroute_gw___dst AX_surfxml_bypassASroute_gw___dst;
422 #define A_surfxml_bypassASroute_gw___dst (surfxml_bufferstack + AX_surfxml_bypassASroute_gw___dst)
423 XBT_PUBLIC_DATA short int surfxml_bypassASroute_gw___dst_isset;
424 XBT_PUBLIC_DATA AT_surfxml_bypassASroute_gw___src AX_surfxml_bypassASroute_gw___src;
425 #define A_surfxml_bypassASroute_gw___src (surfxml_bufferstack + AX_surfxml_bypassASroute_gw___src)
426 XBT_PUBLIC_DATA short int surfxml_bypassASroute_gw___src_isset;
427 XBT_PUBLIC_DATA AT_surfxml_bypassASroute_src AX_surfxml_bypassASroute_src;
428 #define A_surfxml_bypassASroute_src (surfxml_bufferstack + AX_surfxml_bypassASroute_src)
429 XBT_PUBLIC_DATA short int surfxml_bypassASroute_src_isset;
430 XBT_PUBLIC_DATA AT_surfxml_bypassRoute_dst AX_surfxml_bypassRoute_dst;
431 #define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst)
432 XBT_PUBLIC_DATA short int surfxml_bypassRoute_dst_isset;
433 XBT_PUBLIC_DATA AT_surfxml_bypassRoute_src AX_surfxml_bypassRoute_src;
434 #define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src)
435 XBT_PUBLIC_DATA short int surfxml_bypassRoute_src_isset;
436 XBT_PUBLIC_DATA AT_surfxml_bypassZoneRoute_dst AX_surfxml_bypassZoneRoute_dst;
437 #define A_surfxml_bypassZoneRoute_dst (surfxml_bufferstack + AX_surfxml_bypassZoneRoute_dst)
438 XBT_PUBLIC_DATA short int surfxml_bypassZoneRoute_dst_isset;
439 XBT_PUBLIC_DATA AT_surfxml_bypassZoneRoute_gw___dst AX_surfxml_bypassZoneRoute_gw___dst;
440 #define A_surfxml_bypassZoneRoute_gw___dst (surfxml_bufferstack + AX_surfxml_bypassZoneRoute_gw___dst)
441 XBT_PUBLIC_DATA short int surfxml_bypassZoneRoute_gw___dst_isset;
442 XBT_PUBLIC_DATA AT_surfxml_bypassZoneRoute_gw___src AX_surfxml_bypassZoneRoute_gw___src;
443 #define A_surfxml_bypassZoneRoute_gw___src (surfxml_bufferstack + AX_surfxml_bypassZoneRoute_gw___src)
444 XBT_PUBLIC_DATA short int surfxml_bypassZoneRoute_gw___src_isset;
445 XBT_PUBLIC_DATA AT_surfxml_bypassZoneRoute_src AX_surfxml_bypassZoneRoute_src;
446 #define A_surfxml_bypassZoneRoute_src (surfxml_bufferstack + AX_surfxml_bypassZoneRoute_src)
447 XBT_PUBLIC_DATA short int surfxml_bypassZoneRoute_src_isset;
448 XBT_PUBLIC_DATA AT_surfxml_cabinet_bw AX_surfxml_cabinet_bw;
449 #define A_surfxml_cabinet_bw (surfxml_bufferstack + AX_surfxml_cabinet_bw)
450 XBT_PUBLIC_DATA short int surfxml_cabinet_bw_isset;
451 XBT_PUBLIC_DATA AT_surfxml_cabinet_id AX_surfxml_cabinet_id;
452 #define A_surfxml_cabinet_id (surfxml_bufferstack + AX_surfxml_cabinet_id)
453 XBT_PUBLIC_DATA short int surfxml_cabinet_id_isset;
454 XBT_PUBLIC_DATA AT_surfxml_cabinet_lat AX_surfxml_cabinet_lat;
455 #define A_surfxml_cabinet_lat (surfxml_bufferstack + AX_surfxml_cabinet_lat)
456 XBT_PUBLIC_DATA short int surfxml_cabinet_lat_isset;
457 XBT_PUBLIC_DATA AT_surfxml_cabinet_prefix AX_surfxml_cabinet_prefix;
458 #define A_surfxml_cabinet_prefix (surfxml_bufferstack + AX_surfxml_cabinet_prefix)
459 XBT_PUBLIC_DATA short int surfxml_cabinet_prefix_isset;
460 XBT_PUBLIC_DATA AT_surfxml_cabinet_radical AX_surfxml_cabinet_radical;
461 #define A_surfxml_cabinet_radical (surfxml_bufferstack + AX_surfxml_cabinet_radical)
462 XBT_PUBLIC_DATA short int surfxml_cabinet_radical_isset;
463 XBT_PUBLIC_DATA AT_surfxml_cabinet_speed AX_surfxml_cabinet_speed;
464 #define A_surfxml_cabinet_speed (surfxml_bufferstack + AX_surfxml_cabinet_speed)
465 XBT_PUBLIC_DATA short int surfxml_cabinet_speed_isset;
466 XBT_PUBLIC_DATA AT_surfxml_cabinet_suffix AX_surfxml_cabinet_suffix;
467 #define A_surfxml_cabinet_suffix (surfxml_bufferstack + AX_surfxml_cabinet_suffix)
468 XBT_PUBLIC_DATA short int surfxml_cabinet_suffix_isset;
469 XBT_PUBLIC_DATA AT_surfxml_cluster_bb___bw AX_surfxml_cluster_bb___bw;
470 #define A_surfxml_cluster_bb___bw (surfxml_bufferstack + AX_surfxml_cluster_bb___bw)
471 XBT_PUBLIC_DATA short int surfxml_cluster_bb___bw_isset;
472 XBT_PUBLIC_DATA AT_surfxml_cluster_bb___lat AX_surfxml_cluster_bb___lat;
473 #define A_surfxml_cluster_bb___lat (surfxml_bufferstack + AX_surfxml_cluster_bb___lat)
474 XBT_PUBLIC_DATA short int surfxml_cluster_bb___lat_isset;
475 XBT_PUBLIC_DATA AT_surfxml_cluster_bb___sharing___policy AX_surfxml_cluster_bb___sharing___policy;
476 #define A_surfxml_cluster_bb___sharing___policy AX_surfxml_cluster_bb___sharing___policy
477 XBT_PUBLIC_DATA short int surfxml_cluster_bb___sharing___policy_isset;
478 XBT_PUBLIC_DATA AT_surfxml_cluster_bw AX_surfxml_cluster_bw;
479 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
480 XBT_PUBLIC_DATA short int surfxml_cluster_bw_isset;
481 XBT_PUBLIC_DATA AT_surfxml_cluster_core AX_surfxml_cluster_core;
482 #define A_surfxml_cluster_core (surfxml_bufferstack + AX_surfxml_cluster_core)
483 XBT_PUBLIC_DATA short int surfxml_cluster_core_isset;
484 XBT_PUBLIC_DATA AT_surfxml_cluster_id AX_surfxml_cluster_id;
485 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
486 XBT_PUBLIC_DATA short int surfxml_cluster_id_isset;
487 XBT_PUBLIC_DATA AT_surfxml_cluster_lat AX_surfxml_cluster_lat;
488 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
489 XBT_PUBLIC_DATA short int surfxml_cluster_lat_isset;
490 XBT_PUBLIC_DATA AT_surfxml_cluster_limiter___link AX_surfxml_cluster_limiter___link;
491 #define A_surfxml_cluster_limiter___link (surfxml_bufferstack + AX_surfxml_cluster_limiter___link)
492 XBT_PUBLIC_DATA short int surfxml_cluster_limiter___link_isset;
493 XBT_PUBLIC_DATA AT_surfxml_cluster_loopback___bw AX_surfxml_cluster_loopback___bw;
494 #define A_surfxml_cluster_loopback___bw (surfxml_bufferstack + AX_surfxml_cluster_loopback___bw)
495 XBT_PUBLIC_DATA short int surfxml_cluster_loopback___bw_isset;
496 XBT_PUBLIC_DATA AT_surfxml_cluster_loopback___lat AX_surfxml_cluster_loopback___lat;
497 #define A_surfxml_cluster_loopback___lat (surfxml_bufferstack + AX_surfxml_cluster_loopback___lat)
498 XBT_PUBLIC_DATA short int surfxml_cluster_loopback___lat_isset;
499 XBT_PUBLIC_DATA AT_surfxml_cluster_prefix AX_surfxml_cluster_prefix;
500 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
501 XBT_PUBLIC_DATA short int surfxml_cluster_prefix_isset;
502 XBT_PUBLIC_DATA AT_surfxml_cluster_radical AX_surfxml_cluster_radical;
503 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
504 XBT_PUBLIC_DATA short int surfxml_cluster_radical_isset;
505 XBT_PUBLIC_DATA AT_surfxml_cluster_router___id AX_surfxml_cluster_router___id;
506 #define A_surfxml_cluster_router___id (surfxml_bufferstack + AX_surfxml_cluster_router___id)
507 XBT_PUBLIC_DATA short int surfxml_cluster_router___id_isset;
508 XBT_PUBLIC_DATA AT_surfxml_cluster_sharing___policy AX_surfxml_cluster_sharing___policy;
509 #define A_surfxml_cluster_sharing___policy AX_surfxml_cluster_sharing___policy
510 XBT_PUBLIC_DATA short int surfxml_cluster_sharing___policy_isset;
511 XBT_PUBLIC_DATA AT_surfxml_cluster_speed AX_surfxml_cluster_speed;
512 #define A_surfxml_cluster_speed (surfxml_bufferstack + AX_surfxml_cluster_speed)
513 XBT_PUBLIC_DATA short int surfxml_cluster_speed_isset;
514 XBT_PUBLIC_DATA AT_surfxml_cluster_suffix AX_surfxml_cluster_suffix;
515 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
516 XBT_PUBLIC_DATA short int surfxml_cluster_suffix_isset;
517 XBT_PUBLIC_DATA AT_surfxml_cluster_topo___parameters AX_surfxml_cluster_topo___parameters;
518 #define A_surfxml_cluster_topo___parameters (surfxml_bufferstack + AX_surfxml_cluster_topo___parameters)
519 XBT_PUBLIC_DATA short int surfxml_cluster_topo___parameters_isset;
520 XBT_PUBLIC_DATA AT_surfxml_cluster_topology AX_surfxml_cluster_topology;
521 #define A_surfxml_cluster_topology AX_surfxml_cluster_topology
522 XBT_PUBLIC_DATA short int surfxml_cluster_topology_isset;
523 XBT_PUBLIC_DATA AT_surfxml_config_id AX_surfxml_config_id;
524 #define A_surfxml_config_id (surfxml_bufferstack + AX_surfxml_config_id)
525 XBT_PUBLIC_DATA short int surfxml_config_id_isset;
526 XBT_PUBLIC_DATA AT_surfxml_disk_id AX_surfxml_disk_id;
527 #define A_surfxml_disk_id (surfxml_bufferstack + AX_surfxml_disk_id)
528 XBT_PUBLIC_DATA short int surfxml_disk_id_isset;
529 XBT_PUBLIC_DATA AT_surfxml_disk_read___bw AX_surfxml_disk_read___bw;
530 #define A_surfxml_disk_read___bw (surfxml_bufferstack + AX_surfxml_disk_read___bw)
531 XBT_PUBLIC_DATA short int surfxml_disk_read___bw_isset;
532 XBT_PUBLIC_DATA AT_surfxml_disk_write___bw AX_surfxml_disk_write___bw;
533 #define A_surfxml_disk_write___bw (surfxml_bufferstack + AX_surfxml_disk_write___bw)
534 XBT_PUBLIC_DATA short int surfxml_disk_write___bw_isset;
535 XBT_PUBLIC_DATA AT_surfxml_host_availability___file AX_surfxml_host_availability___file;
536 #define A_surfxml_host_availability___file (surfxml_bufferstack + AX_surfxml_host_availability___file)
537 XBT_PUBLIC_DATA short int surfxml_host_availability___file_isset;
538 XBT_PUBLIC_DATA AT_surfxml_host_coordinates AX_surfxml_host_coordinates;
539 #define A_surfxml_host_coordinates (surfxml_bufferstack + AX_surfxml_host_coordinates)
540 XBT_PUBLIC_DATA short int surfxml_host_coordinates_isset;
541 XBT_PUBLIC_DATA AT_surfxml_host_core AX_surfxml_host_core;
542 #define A_surfxml_host_core (surfxml_bufferstack + AX_surfxml_host_core)
543 XBT_PUBLIC_DATA short int surfxml_host_core_isset;
544 XBT_PUBLIC_DATA AT_surfxml_host_id AX_surfxml_host_id;
545 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
546 XBT_PUBLIC_DATA short int surfxml_host_id_isset;
547 XBT_PUBLIC_DATA AT_surfxml_host_pstate AX_surfxml_host_pstate;
548 #define A_surfxml_host_pstate (surfxml_bufferstack + AX_surfxml_host_pstate)
549 XBT_PUBLIC_DATA short int surfxml_host_pstate_isset;
550 XBT_PUBLIC_DATA AT_surfxml_host_speed AX_surfxml_host_speed;
551 #define A_surfxml_host_speed (surfxml_bufferstack + AX_surfxml_host_speed)
552 XBT_PUBLIC_DATA short int surfxml_host_speed_isset;
553 XBT_PUBLIC_DATA AT_surfxml_host_speed___file AX_surfxml_host_speed___file;
554 #define A_surfxml_host_speed___file (surfxml_bufferstack + AX_surfxml_host_speed___file)
555 XBT_PUBLIC_DATA short int surfxml_host_speed___file_isset;
556 XBT_PUBLIC_DATA AT_surfxml_host_state___file AX_surfxml_host_state___file;
557 #define A_surfxml_host_state___file (surfxml_bufferstack + AX_surfxml_host_state___file)
558 XBT_PUBLIC_DATA short int surfxml_host_state___file_isset;
559 XBT_PUBLIC_DATA AT_surfxml_host___link_down AX_surfxml_host___link_down;
560 #define A_surfxml_host___link_down (surfxml_bufferstack + AX_surfxml_host___link_down)
561 XBT_PUBLIC_DATA short int surfxml_host___link_down_isset;
562 XBT_PUBLIC_DATA AT_surfxml_host___link_id AX_surfxml_host___link_id;
563 #define A_surfxml_host___link_id (surfxml_bufferstack + AX_surfxml_host___link_id)
564 XBT_PUBLIC_DATA short int surfxml_host___link_id_isset;
565 XBT_PUBLIC_DATA AT_surfxml_host___link_up AX_surfxml_host___link_up;
566 #define A_surfxml_host___link_up (surfxml_bufferstack + AX_surfxml_host___link_up)
567 XBT_PUBLIC_DATA short int surfxml_host___link_up_isset;
568 XBT_PUBLIC_DATA AT_surfxml_include_file AX_surfxml_include_file;
569 #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file)
570 XBT_PUBLIC_DATA short int surfxml_include_file_isset;
571 XBT_PUBLIC_DATA AT_surfxml_link_bandwidth AX_surfxml_link_bandwidth;
572 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
573 XBT_PUBLIC_DATA short int surfxml_link_bandwidth_isset;
574 XBT_PUBLIC_DATA AT_surfxml_link_bandwidth___file AX_surfxml_link_bandwidth___file;
575 #define A_surfxml_link_bandwidth___file (surfxml_bufferstack + AX_surfxml_link_bandwidth___file)
576 XBT_PUBLIC_DATA short int surfxml_link_bandwidth___file_isset;
577 XBT_PUBLIC_DATA AT_surfxml_link_id AX_surfxml_link_id;
578 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
579 XBT_PUBLIC_DATA short int surfxml_link_id_isset;
580 XBT_PUBLIC_DATA AT_surfxml_link_latency AX_surfxml_link_latency;
581 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
582 XBT_PUBLIC_DATA short int surfxml_link_latency_isset;
583 XBT_PUBLIC_DATA AT_surfxml_link_latency___file AX_surfxml_link_latency___file;
584 #define A_surfxml_link_latency___file (surfxml_bufferstack + AX_surfxml_link_latency___file)
585 XBT_PUBLIC_DATA short int surfxml_link_latency___file_isset;
586 XBT_PUBLIC_DATA AT_surfxml_link_sharing___policy AX_surfxml_link_sharing___policy;
587 #define A_surfxml_link_sharing___policy AX_surfxml_link_sharing___policy
588 XBT_PUBLIC_DATA short int surfxml_link_sharing___policy_isset;
589 XBT_PUBLIC_DATA AT_surfxml_link_state___file AX_surfxml_link_state___file;
590 #define A_surfxml_link_state___file (surfxml_bufferstack + AX_surfxml_link_state___file)
591 XBT_PUBLIC_DATA short int surfxml_link_state___file_isset;
592 XBT_PUBLIC_DATA AT_surfxml_link___ctn_direction AX_surfxml_link___ctn_direction;
593 #define A_surfxml_link___ctn_direction AX_surfxml_link___ctn_direction
594 XBT_PUBLIC_DATA short int surfxml_link___ctn_direction_isset;
595 XBT_PUBLIC_DATA AT_surfxml_link___ctn_id AX_surfxml_link___ctn_id;
596 #define A_surfxml_link___ctn_id (surfxml_bufferstack + AX_surfxml_link___ctn_id)
597 XBT_PUBLIC_DATA short int surfxml_link___ctn_id_isset;
598 XBT_PUBLIC_DATA AT_surfxml_model___prop_id AX_surfxml_model___prop_id;
599 #define A_surfxml_model___prop_id (surfxml_bufferstack + AX_surfxml_model___prop_id)
600 XBT_PUBLIC_DATA short int surfxml_model___prop_id_isset;
601 XBT_PUBLIC_DATA AT_surfxml_model___prop_value AX_surfxml_model___prop_value;
602 #define A_surfxml_model___prop_value (surfxml_bufferstack + AX_surfxml_model___prop_value)
603 XBT_PUBLIC_DATA short int surfxml_model___prop_value_isset;
604 XBT_PUBLIC_DATA AT_surfxml_mount_name AX_surfxml_mount_name;
605 #define A_surfxml_mount_name (surfxml_bufferstack + AX_surfxml_mount_name)
606 XBT_PUBLIC_DATA short int surfxml_mount_name_isset;
607 XBT_PUBLIC_DATA AT_surfxml_mount_storageId AX_surfxml_mount_storageId;
608 #define A_surfxml_mount_storageId (surfxml_bufferstack + AX_surfxml_mount_storageId)
609 XBT_PUBLIC_DATA short int surfxml_mount_storageId_isset;
610 XBT_PUBLIC_DATA AT_surfxml_peer_availability___file AX_surfxml_peer_availability___file;
611 #define A_surfxml_peer_availability___file (surfxml_bufferstack + AX_surfxml_peer_availability___file)
612 XBT_PUBLIC_DATA short int surfxml_peer_availability___file_isset;
613 XBT_PUBLIC_DATA AT_surfxml_peer_bw___in AX_surfxml_peer_bw___in;
614 #define A_surfxml_peer_bw___in (surfxml_bufferstack + AX_surfxml_peer_bw___in)
615 XBT_PUBLIC_DATA short int surfxml_peer_bw___in_isset;
616 XBT_PUBLIC_DATA AT_surfxml_peer_bw___out AX_surfxml_peer_bw___out;
617 #define A_surfxml_peer_bw___out (surfxml_bufferstack + AX_surfxml_peer_bw___out)
618 XBT_PUBLIC_DATA short int surfxml_peer_bw___out_isset;
619 XBT_PUBLIC_DATA AT_surfxml_peer_coordinates AX_surfxml_peer_coordinates;
620 #define A_surfxml_peer_coordinates (surfxml_bufferstack + AX_surfxml_peer_coordinates)
621 XBT_PUBLIC_DATA short int surfxml_peer_coordinates_isset;
622 XBT_PUBLIC_DATA AT_surfxml_peer_id AX_surfxml_peer_id;
623 #define A_surfxml_peer_id (surfxml_bufferstack + AX_surfxml_peer_id)
624 XBT_PUBLIC_DATA short int surfxml_peer_id_isset;
625 XBT_PUBLIC_DATA AT_surfxml_peer_lat AX_surfxml_peer_lat;
626 #define A_surfxml_peer_lat (surfxml_bufferstack + AX_surfxml_peer_lat)
627 XBT_PUBLIC_DATA short int surfxml_peer_lat_isset;
628 XBT_PUBLIC_DATA AT_surfxml_peer_speed AX_surfxml_peer_speed;
629 #define A_surfxml_peer_speed (surfxml_bufferstack + AX_surfxml_peer_speed)
630 XBT_PUBLIC_DATA short int surfxml_peer_speed_isset;
631 XBT_PUBLIC_DATA AT_surfxml_peer_speed___file AX_surfxml_peer_speed___file;
632 #define A_surfxml_peer_speed___file (surfxml_bufferstack + AX_surfxml_peer_speed___file)
633 XBT_PUBLIC_DATA short int surfxml_peer_speed___file_isset;
634 XBT_PUBLIC_DATA AT_surfxml_peer_state___file AX_surfxml_peer_state___file;
635 #define A_surfxml_peer_state___file (surfxml_bufferstack + AX_surfxml_peer_state___file)
636 XBT_PUBLIC_DATA short int surfxml_peer_state___file_isset;
637 XBT_PUBLIC_DATA AT_surfxml_platform_version AX_surfxml_platform_version;
638 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
639 XBT_PUBLIC_DATA short int surfxml_platform_version_isset;
640 XBT_PUBLIC_DATA AT_surfxml_process_function AX_surfxml_process_function;
641 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
642 XBT_PUBLIC_DATA short int surfxml_process_function_isset;
643 XBT_PUBLIC_DATA AT_surfxml_process_host AX_surfxml_process_host;
644 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
645 XBT_PUBLIC_DATA short int surfxml_process_host_isset;
646 XBT_PUBLIC_DATA AT_surfxml_process_kill___time AX_surfxml_process_kill___time;
647 #define A_surfxml_process_kill___time (surfxml_bufferstack + AX_surfxml_process_kill___time)
648 XBT_PUBLIC_DATA short int surfxml_process_kill___time_isset;
649 XBT_PUBLIC_DATA AT_surfxml_process_on___failure AX_surfxml_process_on___failure;
650 #define A_surfxml_process_on___failure AX_surfxml_process_on___failure
651 XBT_PUBLIC_DATA short int surfxml_process_on___failure_isset;
652 XBT_PUBLIC_DATA AT_surfxml_process_start___time AX_surfxml_process_start___time;
653 #define A_surfxml_process_start___time (surfxml_bufferstack + AX_surfxml_process_start___time)
654 XBT_PUBLIC_DATA short int surfxml_process_start___time_isset;
655 XBT_PUBLIC_DATA AT_surfxml_prop_id AX_surfxml_prop_id;
656 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
657 XBT_PUBLIC_DATA short int surfxml_prop_id_isset;
658 XBT_PUBLIC_DATA AT_surfxml_prop_value AX_surfxml_prop_value;
659 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
660 XBT_PUBLIC_DATA short int surfxml_prop_value_isset;
661 XBT_PUBLIC_DATA AT_surfxml_random_generator AX_surfxml_random_generator;
662 #define A_surfxml_random_generator AX_surfxml_random_generator
663 XBT_PUBLIC_DATA short int surfxml_random_generator_isset;
664 XBT_PUBLIC_DATA AT_surfxml_random_id AX_surfxml_random_id;
665 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
666 XBT_PUBLIC_DATA short int surfxml_random_id_isset;
667 XBT_PUBLIC_DATA AT_surfxml_random_max AX_surfxml_random_max;
668 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
669 XBT_PUBLIC_DATA short int surfxml_random_max_isset;
670 XBT_PUBLIC_DATA AT_surfxml_random_mean AX_surfxml_random_mean;
671 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
672 XBT_PUBLIC_DATA short int surfxml_random_mean_isset;
673 XBT_PUBLIC_DATA AT_surfxml_random_min AX_surfxml_random_min;
674 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
675 XBT_PUBLIC_DATA short int surfxml_random_min_isset;
676 XBT_PUBLIC_DATA AT_surfxml_random_radical AX_surfxml_random_radical;
677 #define A_surfxml_random_radical (surfxml_bufferstack + AX_surfxml_random_radical)
678 XBT_PUBLIC_DATA short int surfxml_random_radical_isset;
679 XBT_PUBLIC_DATA AT_surfxml_random_seed AX_surfxml_random_seed;
680 #define A_surfxml_random_seed (surfxml_bufferstack + AX_surfxml_random_seed)
681 XBT_PUBLIC_DATA short int surfxml_random_seed_isset;
682 XBT_PUBLIC_DATA AT_surfxml_random_std___deviation AX_surfxml_random_std___deviation;
683 #define A_surfxml_random_std___deviation (surfxml_bufferstack + AX_surfxml_random_std___deviation)
684 XBT_PUBLIC_DATA short int surfxml_random_std___deviation_isset;
685 XBT_PUBLIC_DATA AT_surfxml_route_dst AX_surfxml_route_dst;
686 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
687 XBT_PUBLIC_DATA short int surfxml_route_dst_isset;
688 XBT_PUBLIC_DATA AT_surfxml_route_src AX_surfxml_route_src;
689 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
690 XBT_PUBLIC_DATA short int surfxml_route_src_isset;
691 XBT_PUBLIC_DATA AT_surfxml_route_symmetrical AX_surfxml_route_symmetrical;
692 #define A_surfxml_route_symmetrical AX_surfxml_route_symmetrical
693 XBT_PUBLIC_DATA short int surfxml_route_symmetrical_isset;
694 XBT_PUBLIC_DATA AT_surfxml_router_coordinates AX_surfxml_router_coordinates;
695 #define A_surfxml_router_coordinates (surfxml_bufferstack + AX_surfxml_router_coordinates)
696 XBT_PUBLIC_DATA short int surfxml_router_coordinates_isset;
697 XBT_PUBLIC_DATA AT_surfxml_router_id AX_surfxml_router_id;
698 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
699 XBT_PUBLIC_DATA short int surfxml_router_id_isset;
700 XBT_PUBLIC_DATA AT_surfxml_storage_attach AX_surfxml_storage_attach;
701 #define A_surfxml_storage_attach (surfxml_bufferstack + AX_surfxml_storage_attach)
702 XBT_PUBLIC_DATA short int surfxml_storage_attach_isset;
703 XBT_PUBLIC_DATA AT_surfxml_storage_content AX_surfxml_storage_content;
704 #define A_surfxml_storage_content (surfxml_bufferstack + AX_surfxml_storage_content)
705 XBT_PUBLIC_DATA short int surfxml_storage_content_isset;
706 XBT_PUBLIC_DATA AT_surfxml_storage_id AX_surfxml_storage_id;
707 #define A_surfxml_storage_id (surfxml_bufferstack + AX_surfxml_storage_id)
708 XBT_PUBLIC_DATA short int surfxml_storage_id_isset;
709 XBT_PUBLIC_DATA AT_surfxml_storage_typeId AX_surfxml_storage_typeId;
710 #define A_surfxml_storage_typeId (surfxml_bufferstack + AX_surfxml_storage_typeId)
711 XBT_PUBLIC_DATA short int surfxml_storage_typeId_isset;
712 XBT_PUBLIC_DATA AT_surfxml_storage___type_content AX_surfxml_storage___type_content;
713 #define A_surfxml_storage___type_content (surfxml_bufferstack + AX_surfxml_storage___type_content)
714 XBT_PUBLIC_DATA short int surfxml_storage___type_content_isset;
715 XBT_PUBLIC_DATA AT_surfxml_storage___type_id AX_surfxml_storage___type_id;
716 #define A_surfxml_storage___type_id (surfxml_bufferstack + AX_surfxml_storage___type_id)
717 XBT_PUBLIC_DATA short int surfxml_storage___type_id_isset;
718 XBT_PUBLIC_DATA AT_surfxml_storage___type_model AX_surfxml_storage___type_model;
719 #define A_surfxml_storage___type_model (surfxml_bufferstack + AX_surfxml_storage___type_model)
720 XBT_PUBLIC_DATA short int surfxml_storage___type_model_isset;
721 XBT_PUBLIC_DATA AT_surfxml_storage___type_size AX_surfxml_storage___type_size;
722 #define A_surfxml_storage___type_size (surfxml_bufferstack + AX_surfxml_storage___type_size)
723 XBT_PUBLIC_DATA short int surfxml_storage___type_size_isset;
724 XBT_PUBLIC_DATA AT_surfxml_trace_file AX_surfxml_trace_file;
725 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
726 XBT_PUBLIC_DATA short int surfxml_trace_file_isset;
727 XBT_PUBLIC_DATA AT_surfxml_trace_id AX_surfxml_trace_id;
728 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
729 XBT_PUBLIC_DATA short int surfxml_trace_id_isset;
730 XBT_PUBLIC_DATA AT_surfxml_trace_periodicity AX_surfxml_trace_periodicity;
731 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
732 XBT_PUBLIC_DATA short int surfxml_trace_periodicity_isset;
733 XBT_PUBLIC_DATA AT_surfxml_trace___connect_element AX_surfxml_trace___connect_element;
734 #define A_surfxml_trace___connect_element (surfxml_bufferstack + AX_surfxml_trace___connect_element)
735 XBT_PUBLIC_DATA short int surfxml_trace___connect_element_isset;
736 XBT_PUBLIC_DATA AT_surfxml_trace___connect_kind AX_surfxml_trace___connect_kind;
737 #define A_surfxml_trace___connect_kind AX_surfxml_trace___connect_kind
738 XBT_PUBLIC_DATA short int surfxml_trace___connect_kind_isset;
739 XBT_PUBLIC_DATA AT_surfxml_trace___connect_trace AX_surfxml_trace___connect_trace;
740 #define A_surfxml_trace___connect_trace (surfxml_bufferstack + AX_surfxml_trace___connect_trace)
741 XBT_PUBLIC_DATA short int surfxml_trace___connect_trace_isset;
742 XBT_PUBLIC_DATA AT_surfxml_zone_id AX_surfxml_zone_id;
743 #define A_surfxml_zone_id (surfxml_bufferstack + AX_surfxml_zone_id)
744 XBT_PUBLIC_DATA short int surfxml_zone_id_isset;
745 XBT_PUBLIC_DATA AT_surfxml_zone_routing AX_surfxml_zone_routing;
746 #define A_surfxml_zone_routing AX_surfxml_zone_routing
747 XBT_PUBLIC_DATA short int surfxml_zone_routing_isset;
748 XBT_PUBLIC_DATA AT_surfxml_zoneRoute_dst AX_surfxml_zoneRoute_dst;
749 #define A_surfxml_zoneRoute_dst (surfxml_bufferstack + AX_surfxml_zoneRoute_dst)
750 XBT_PUBLIC_DATA short int surfxml_zoneRoute_dst_isset;
751 XBT_PUBLIC_DATA AT_surfxml_zoneRoute_gw___dst AX_surfxml_zoneRoute_gw___dst;
752 #define A_surfxml_zoneRoute_gw___dst (surfxml_bufferstack + AX_surfxml_zoneRoute_gw___dst)
753 XBT_PUBLIC_DATA short int surfxml_zoneRoute_gw___dst_isset;
754 XBT_PUBLIC_DATA AT_surfxml_zoneRoute_gw___src AX_surfxml_zoneRoute_gw___src;
755 #define A_surfxml_zoneRoute_gw___src (surfxml_bufferstack + AX_surfxml_zoneRoute_gw___src)
756 XBT_PUBLIC_DATA short int surfxml_zoneRoute_gw___src_isset;
757 XBT_PUBLIC_DATA AT_surfxml_zoneRoute_src AX_surfxml_zoneRoute_src;
758 #define A_surfxml_zoneRoute_src (surfxml_bufferstack + AX_surfxml_zoneRoute_src)
759 XBT_PUBLIC_DATA short int surfxml_zoneRoute_src_isset;
760 XBT_PUBLIC_DATA AT_surfxml_zoneRoute_symmetrical AX_surfxml_zoneRoute_symmetrical;
761 #define A_surfxml_zoneRoute_symmetrical AX_surfxml_zoneRoute_symmetrical
762 XBT_PUBLIC_DATA short int surfxml_zoneRoute_symmetrical_isset;
763
764 /* XML application utilities. */
765 XBT_PUBLIC int surfxml_element_context(int);
766
767 /* XML processor entry point. */
768 XBT_PUBLIC int yylex(void);
769
770 /* Flexml error handling function (useful only when -q flag passed to flexml) */
771 const char * surfxml_parse_err_msg(void);
772 #endif