Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[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_argument(void);
56 XBT_PUBLIC(void) ETag_surfxml_argument(void);
57 XBT_PUBLIC(void) STag_surfxml_backbone(void);
58 XBT_PUBLIC(void) ETag_surfxml_backbone(void);
59 XBT_PUBLIC(void) STag_surfxml_bypassASroute(void);
60 XBT_PUBLIC(void) ETag_surfxml_bypassASroute(void);
61 XBT_PUBLIC(void) STag_surfxml_bypassRoute(void);
62 XBT_PUBLIC(void) ETag_surfxml_bypassRoute(void);
63 XBT_PUBLIC(void) STag_surfxml_cabinet(void);
64 XBT_PUBLIC(void) ETag_surfxml_cabinet(void);
65 XBT_PUBLIC(void) STag_surfxml_cluster(void);
66 XBT_PUBLIC(void) ETag_surfxml_cluster(void);
67 XBT_PUBLIC(void) STag_surfxml_config(void);
68 XBT_PUBLIC(void) ETag_surfxml_config(void);
69 XBT_PUBLIC(void) STag_surfxml_host(void);
70 XBT_PUBLIC(void) ETag_surfxml_host(void);
71 XBT_PUBLIC(void) STag_surfxml_host___link(void);
72 XBT_PUBLIC(void) ETag_surfxml_host___link(void);
73 XBT_PUBLIC(void) STag_surfxml_include(void);
74 XBT_PUBLIC(void) ETag_surfxml_include(void);
75 XBT_PUBLIC(void) STag_surfxml_link(void);
76 XBT_PUBLIC(void) ETag_surfxml_link(void);
77 XBT_PUBLIC(void) STag_surfxml_link___ctn(void);
78 XBT_PUBLIC(void) ETag_surfxml_link___ctn(void);
79 XBT_PUBLIC(void) STag_surfxml_model___prop(void);
80 XBT_PUBLIC(void) ETag_surfxml_model___prop(void);
81 XBT_PUBLIC(void) STag_surfxml_mount(void);
82 XBT_PUBLIC(void) ETag_surfxml_mount(void);
83 XBT_PUBLIC(void) STag_surfxml_peer(void);
84 XBT_PUBLIC(void) ETag_surfxml_peer(void);
85 XBT_PUBLIC(void) STag_surfxml_platform(void);
86 XBT_PUBLIC(void) ETag_surfxml_platform(void);
87 XBT_PUBLIC(void) STag_surfxml_process(void);
88 XBT_PUBLIC(void) ETag_surfxml_process(void);
89 XBT_PUBLIC(void) STag_surfxml_prop(void);
90 XBT_PUBLIC(void) ETag_surfxml_prop(void);
91 XBT_PUBLIC(void) STag_surfxml_random(void);
92 XBT_PUBLIC(void) ETag_surfxml_random(void);
93 XBT_PUBLIC(void) STag_surfxml_route(void);
94 XBT_PUBLIC(void) ETag_surfxml_route(void);
95 XBT_PUBLIC(void) STag_surfxml_router(void);
96 XBT_PUBLIC(void) ETag_surfxml_router(void);
97 XBT_PUBLIC(void) STag_surfxml_storage(void);
98 XBT_PUBLIC(void) ETag_surfxml_storage(void);
99 XBT_PUBLIC(void) STag_surfxml_storage___type(void);
100 XBT_PUBLIC(void) ETag_surfxml_storage___type(void);
101 XBT_PUBLIC(void) STag_surfxml_trace(void);
102 XBT_PUBLIC(void) ETag_surfxml_trace(void);
103 XBT_PUBLIC(void) STag_surfxml_trace___connect(void);
104 XBT_PUBLIC(void) ETag_surfxml_trace___connect(void);
105
106 /* XML application data. */
107 typedef int AT_surfxml_AS_id;
108 #define AU_surfxml_AS_id NULL
109 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 } AT_surfxml_AS_routing;
110 typedef int AT_surfxml_ASroute_dst;
111 #define AU_surfxml_ASroute_dst NULL
112 typedef int AT_surfxml_ASroute_gw___dst;
113 #define AU_surfxml_ASroute_gw___dst NULL
114 typedef int AT_surfxml_ASroute_gw___src;
115 #define AU_surfxml_ASroute_gw___src NULL
116 typedef int AT_surfxml_ASroute_src;
117 #define AU_surfxml_ASroute_src NULL
118 typedef enum { AU_surfxml_ASroute_symmetrical, A_surfxml_ASroute_symmetrical_YES,A_surfxml_ASroute_symmetrical_NO } AT_surfxml_ASroute_symmetrical;
119 typedef int AT_surfxml_argument_value;
120 #define AU_surfxml_argument_value NULL
121 typedef int AT_surfxml_backbone_bandwidth;
122 #define AU_surfxml_backbone_bandwidth NULL
123 typedef int AT_surfxml_backbone_id;
124 #define AU_surfxml_backbone_id NULL
125 typedef int AT_surfxml_backbone_latency;
126 #define AU_surfxml_backbone_latency NULL
127 typedef int AT_surfxml_bypassASroute_dst;
128 #define AU_surfxml_bypassASroute_dst NULL
129 typedef int AT_surfxml_bypassASroute_gw___dst;
130 #define AU_surfxml_bypassASroute_gw___dst NULL
131 typedef int AT_surfxml_bypassASroute_gw___src;
132 #define AU_surfxml_bypassASroute_gw___src NULL
133 typedef int AT_surfxml_bypassASroute_src;
134 #define AU_surfxml_bypassASroute_src NULL
135 typedef int AT_surfxml_bypassRoute_dst;
136 #define AU_surfxml_bypassRoute_dst NULL
137 typedef int AT_surfxml_bypassRoute_src;
138 #define AU_surfxml_bypassRoute_src NULL
139 typedef int AT_surfxml_cabinet_bw;
140 #define AU_surfxml_cabinet_bw NULL
141 typedef int AT_surfxml_cabinet_id;
142 #define AU_surfxml_cabinet_id NULL
143 typedef int AT_surfxml_cabinet_lat;
144 #define AU_surfxml_cabinet_lat NULL
145 typedef int AT_surfxml_cabinet_prefix;
146 #define AU_surfxml_cabinet_prefix NULL
147 typedef int AT_surfxml_cabinet_radical;
148 #define AU_surfxml_cabinet_radical NULL
149 typedef int AT_surfxml_cabinet_speed;
150 #define AU_surfxml_cabinet_speed NULL
151 typedef int AT_surfxml_cabinet_suffix;
152 #define AU_surfxml_cabinet_suffix NULL
153 typedef int AT_surfxml_cluster_availability___file;
154 #define AU_surfxml_cluster_availability___file NULL
155 typedef int AT_surfxml_cluster_bb___bw;
156 #define AU_surfxml_cluster_bb___bw NULL
157 typedef int AT_surfxml_cluster_bb___lat;
158 #define AU_surfxml_cluster_bb___lat NULL
159 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;
160 typedef int AT_surfxml_cluster_bw;
161 #define AU_surfxml_cluster_bw NULL
162 typedef int AT_surfxml_cluster_core;
163 #define AU_surfxml_cluster_core NULL
164 typedef int AT_surfxml_cluster_id;
165 #define AU_surfxml_cluster_id NULL
166 typedef int AT_surfxml_cluster_lat;
167 #define AU_surfxml_cluster_lat NULL
168 typedef int AT_surfxml_cluster_limiter___link;
169 #define AU_surfxml_cluster_limiter___link NULL
170 typedef int AT_surfxml_cluster_loopback___bw;
171 #define AU_surfxml_cluster_loopback___bw NULL
172 typedef int AT_surfxml_cluster_loopback___lat;
173 #define AU_surfxml_cluster_loopback___lat NULL
174 typedef int AT_surfxml_cluster_prefix;
175 #define AU_surfxml_cluster_prefix NULL
176 typedef int AT_surfxml_cluster_radical;
177 #define AU_surfxml_cluster_radical NULL
178 typedef int AT_surfxml_cluster_router___id;
179 #define AU_surfxml_cluster_router___id NULL
180 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;
181 typedef int AT_surfxml_cluster_speed;
182 #define AU_surfxml_cluster_speed NULL
183 typedef int AT_surfxml_cluster_state___file;
184 #define AU_surfxml_cluster_state___file NULL
185 typedef int AT_surfxml_cluster_suffix;
186 #define AU_surfxml_cluster_suffix NULL
187 typedef int AT_surfxml_cluster_topo___parameters;
188 #define AU_surfxml_cluster_topo___parameters NULL
189 typedef enum { AU_surfxml_cluster_topology, A_surfxml_cluster_topology_FLAT,A_surfxml_cluster_topology_TORUS,A_surfxml_cluster_topology_FAT___TREE } AT_surfxml_cluster_topology;
190 typedef int AT_surfxml_config_id;
191 #define AU_surfxml_config_id NULL
192 typedef int AT_surfxml_host_availability___file;
193 #define AU_surfxml_host_availability___file NULL
194 typedef int AT_surfxml_host_coordinates;
195 #define AU_surfxml_host_coordinates NULL
196 typedef int AT_surfxml_host_core;
197 #define AU_surfxml_host_core NULL
198 typedef int AT_surfxml_host_id;
199 #define AU_surfxml_host_id NULL
200 typedef int AT_surfxml_host_pstate;
201 #define AU_surfxml_host_pstate NULL
202 typedef int AT_surfxml_host_speed;
203 #define AU_surfxml_host_speed NULL
204 typedef int AT_surfxml_host_state___file;
205 #define AU_surfxml_host_state___file NULL
206 typedef int AT_surfxml_host___link_down;
207 #define AU_surfxml_host___link_down NULL
208 typedef int AT_surfxml_host___link_id;
209 #define AU_surfxml_host___link_id NULL
210 typedef int AT_surfxml_host___link_up;
211 #define AU_surfxml_host___link_up NULL
212 typedef int AT_surfxml_include_file;
213 #define AU_surfxml_include_file NULL
214 typedef int AT_surfxml_link_bandwidth;
215 #define AU_surfxml_link_bandwidth NULL
216 typedef int AT_surfxml_link_bandwidth___file;
217 #define AU_surfxml_link_bandwidth___file NULL
218 typedef int AT_surfxml_link_id;
219 #define AU_surfxml_link_id NULL
220 typedef int AT_surfxml_link_latency;
221 #define AU_surfxml_link_latency NULL
222 typedef int AT_surfxml_link_latency___file;
223 #define AU_surfxml_link_latency___file NULL
224 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;
225 typedef int AT_surfxml_link_state___file;
226 #define AU_surfxml_link_state___file NULL
227 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;
228 typedef int AT_surfxml_link___ctn_id;
229 #define AU_surfxml_link___ctn_id NULL
230 typedef int AT_surfxml_model___prop_id;
231 #define AU_surfxml_model___prop_id NULL
232 typedef int AT_surfxml_model___prop_value;
233 #define AU_surfxml_model___prop_value NULL
234 typedef int AT_surfxml_mount_name;
235 #define AU_surfxml_mount_name NULL
236 typedef int AT_surfxml_mount_storageId;
237 #define AU_surfxml_mount_storageId NULL
238 typedef int AT_surfxml_peer_availability___file;
239 #define AU_surfxml_peer_availability___file NULL
240 typedef int AT_surfxml_peer_bw___in;
241 #define AU_surfxml_peer_bw___in NULL
242 typedef int AT_surfxml_peer_bw___out;
243 #define AU_surfxml_peer_bw___out NULL
244 typedef int AT_surfxml_peer_coordinates;
245 #define AU_surfxml_peer_coordinates NULL
246 typedef int AT_surfxml_peer_id;
247 #define AU_surfxml_peer_id NULL
248 typedef int AT_surfxml_peer_lat;
249 #define AU_surfxml_peer_lat NULL
250 typedef int AT_surfxml_peer_speed;
251 #define AU_surfxml_peer_speed NULL
252 typedef int AT_surfxml_peer_state___file;
253 #define AU_surfxml_peer_state___file NULL
254 typedef int AT_surfxml_platform_version;
255 #define AU_surfxml_platform_version NULL
256 typedef int AT_surfxml_process_function;
257 #define AU_surfxml_process_function NULL
258 typedef int AT_surfxml_process_host;
259 #define AU_surfxml_process_host NULL
260 typedef int AT_surfxml_process_kill___time;
261 #define AU_surfxml_process_kill___time NULL
262 typedef enum { AU_surfxml_process_on___failure, A_surfxml_process_on___failure_DIE,A_surfxml_process_on___failure_RESTART } AT_surfxml_process_on___failure;
263 typedef int AT_surfxml_process_start___time;
264 #define AU_surfxml_process_start___time NULL
265 typedef int AT_surfxml_prop_id;
266 #define AU_surfxml_prop_id NULL
267 typedef int AT_surfxml_prop_value;
268 #define AU_surfxml_prop_value NULL
269 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;
270 typedef int AT_surfxml_random_id;
271 #define AU_surfxml_random_id NULL
272 typedef int AT_surfxml_random_max;
273 #define AU_surfxml_random_max NULL
274 typedef int AT_surfxml_random_mean;
275 #define AU_surfxml_random_mean NULL
276 typedef int AT_surfxml_random_min;
277 #define AU_surfxml_random_min NULL
278 typedef int AT_surfxml_random_radical;
279 #define AU_surfxml_random_radical NULL
280 typedef int AT_surfxml_random_seed;
281 #define AU_surfxml_random_seed NULL
282 typedef int AT_surfxml_random_std___deviation;
283 #define AU_surfxml_random_std___deviation NULL
284 typedef int AT_surfxml_route_dst;
285 #define AU_surfxml_route_dst NULL
286 typedef int AT_surfxml_route_src;
287 #define AU_surfxml_route_src NULL
288 typedef enum { AU_surfxml_route_symmetrical, A_surfxml_route_symmetrical_YES,A_surfxml_route_symmetrical_NO } AT_surfxml_route_symmetrical;
289 typedef int AT_surfxml_router_coordinates;
290 #define AU_surfxml_router_coordinates NULL
291 typedef int AT_surfxml_router_id;
292 #define AU_surfxml_router_id NULL
293 typedef int AT_surfxml_storage_attach;
294 #define AU_surfxml_storage_attach NULL
295 typedef int AT_surfxml_storage_content;
296 #define AU_surfxml_storage_content NULL
297 typedef int AT_surfxml_storage_content___type;
298 #define AU_surfxml_storage_content___type NULL
299 typedef int AT_surfxml_storage_id;
300 #define AU_surfxml_storage_id NULL
301 typedef int AT_surfxml_storage_typeId;
302 #define AU_surfxml_storage_typeId NULL
303 typedef int AT_surfxml_storage___type_content;
304 #define AU_surfxml_storage___type_content NULL
305 typedef int AT_surfxml_storage___type_content___type;
306 #define AU_surfxml_storage___type_content___type NULL
307 typedef int AT_surfxml_storage___type_id;
308 #define AU_surfxml_storage___type_id NULL
309 typedef int AT_surfxml_storage___type_model;
310 #define AU_surfxml_storage___type_model NULL
311 typedef int AT_surfxml_storage___type_size;
312 #define AU_surfxml_storage___type_size NULL
313 typedef int AT_surfxml_trace_file;
314 #define AU_surfxml_trace_file NULL
315 typedef int AT_surfxml_trace_id;
316 #define AU_surfxml_trace_id NULL
317 typedef int AT_surfxml_trace_periodicity;
318 #define AU_surfxml_trace_periodicity NULL
319 typedef int AT_surfxml_trace___connect_element;
320 #define AU_surfxml_trace___connect_element NULL
321 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;
322 typedef int AT_surfxml_trace___connect_trace;
323 #define AU_surfxml_trace___connect_trace NULL
324
325 /* FleXML-provided data. */
326 XBT_PUBLIC_DATA(int) surfxml_pcdata_ix;
327 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
328 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
329 XBT_PUBLIC_DATA(AT_surfxml_AS_id) AX_surfxml_AS_id;
330 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
331 XBT_PUBLIC_DATA(short int) surfxml_AS_id_isset;
332 XBT_PUBLIC_DATA(AT_surfxml_AS_routing) AX_surfxml_AS_routing;
333 #define A_surfxml_AS_routing AX_surfxml_AS_routing
334 XBT_PUBLIC_DATA(short int) surfxml_AS_routing_isset;
335 XBT_PUBLIC_DATA(AT_surfxml_ASroute_dst) AX_surfxml_ASroute_dst;
336 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
337 XBT_PUBLIC_DATA(short int) surfxml_ASroute_dst_isset;
338 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw___dst) AX_surfxml_ASroute_gw___dst;
339 #define A_surfxml_ASroute_gw___dst (surfxml_bufferstack + AX_surfxml_ASroute_gw___dst)
340 XBT_PUBLIC_DATA(short int) surfxml_ASroute_gw___dst_isset;
341 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw___src) AX_surfxml_ASroute_gw___src;
342 #define A_surfxml_ASroute_gw___src (surfxml_bufferstack + AX_surfxml_ASroute_gw___src)
343 XBT_PUBLIC_DATA(short int) surfxml_ASroute_gw___src_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_ASroute_symmetrical) AX_surfxml_ASroute_symmetrical;
348 #define A_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical
349 XBT_PUBLIC_DATA(short int) surfxml_ASroute_symmetrical_isset;
350 XBT_PUBLIC_DATA(AT_surfxml_argument_value) AX_surfxml_argument_value;
351 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
352 XBT_PUBLIC_DATA(short int) surfxml_argument_value_isset;
353 XBT_PUBLIC_DATA(AT_surfxml_backbone_bandwidth) AX_surfxml_backbone_bandwidth;
354 #define A_surfxml_backbone_bandwidth (surfxml_bufferstack + AX_surfxml_backbone_bandwidth)
355 XBT_PUBLIC_DATA(short int) surfxml_backbone_bandwidth_isset;
356 XBT_PUBLIC_DATA(AT_surfxml_backbone_id) AX_surfxml_backbone_id;
357 #define A_surfxml_backbone_id (surfxml_bufferstack + AX_surfxml_backbone_id)
358 XBT_PUBLIC_DATA(short int) surfxml_backbone_id_isset;
359 XBT_PUBLIC_DATA(AT_surfxml_backbone_latency) AX_surfxml_backbone_latency;
360 #define A_surfxml_backbone_latency (surfxml_bufferstack + AX_surfxml_backbone_latency)
361 XBT_PUBLIC_DATA(short int) surfxml_backbone_latency_isset;
362 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_dst) AX_surfxml_bypassASroute_dst;
363 #define A_surfxml_bypassASroute_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_dst)
364 XBT_PUBLIC_DATA(short int) surfxml_bypassASroute_dst_isset;
365 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_gw___dst) AX_surfxml_bypassASroute_gw___dst;
366 #define A_surfxml_bypassASroute_gw___dst (surfxml_bufferstack + AX_surfxml_bypassASroute_gw___dst)
367 XBT_PUBLIC_DATA(short int) surfxml_bypassASroute_gw___dst_isset;
368 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_gw___src) AX_surfxml_bypassASroute_gw___src;
369 #define A_surfxml_bypassASroute_gw___src (surfxml_bufferstack + AX_surfxml_bypassASroute_gw___src)
370 XBT_PUBLIC_DATA(short int) surfxml_bypassASroute_gw___src_isset;
371 XBT_PUBLIC_DATA(AT_surfxml_bypassASroute_src) AX_surfxml_bypassASroute_src;
372 #define A_surfxml_bypassASroute_src (surfxml_bufferstack + AX_surfxml_bypassASroute_src)
373 XBT_PUBLIC_DATA(short int) surfxml_bypassASroute_src_isset;
374 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_dst) AX_surfxml_bypassRoute_dst;
375 #define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst)
376 XBT_PUBLIC_DATA(short int) surfxml_bypassRoute_dst_isset;
377 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_src) AX_surfxml_bypassRoute_src;
378 #define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src)
379 XBT_PUBLIC_DATA(short int) surfxml_bypassRoute_src_isset;
380 XBT_PUBLIC_DATA(AT_surfxml_cabinet_bw) AX_surfxml_cabinet_bw;
381 #define A_surfxml_cabinet_bw (surfxml_bufferstack + AX_surfxml_cabinet_bw)
382 XBT_PUBLIC_DATA(short int) surfxml_cabinet_bw_isset;
383 XBT_PUBLIC_DATA(AT_surfxml_cabinet_id) AX_surfxml_cabinet_id;
384 #define A_surfxml_cabinet_id (surfxml_bufferstack + AX_surfxml_cabinet_id)
385 XBT_PUBLIC_DATA(short int) surfxml_cabinet_id_isset;
386 XBT_PUBLIC_DATA(AT_surfxml_cabinet_lat) AX_surfxml_cabinet_lat;
387 #define A_surfxml_cabinet_lat (surfxml_bufferstack + AX_surfxml_cabinet_lat)
388 XBT_PUBLIC_DATA(short int) surfxml_cabinet_lat_isset;
389 XBT_PUBLIC_DATA(AT_surfxml_cabinet_prefix) AX_surfxml_cabinet_prefix;
390 #define A_surfxml_cabinet_prefix (surfxml_bufferstack + AX_surfxml_cabinet_prefix)
391 XBT_PUBLIC_DATA(short int) surfxml_cabinet_prefix_isset;
392 XBT_PUBLIC_DATA(AT_surfxml_cabinet_radical) AX_surfxml_cabinet_radical;
393 #define A_surfxml_cabinet_radical (surfxml_bufferstack + AX_surfxml_cabinet_radical)
394 XBT_PUBLIC_DATA(short int) surfxml_cabinet_radical_isset;
395 XBT_PUBLIC_DATA(AT_surfxml_cabinet_speed) AX_surfxml_cabinet_speed;
396 #define A_surfxml_cabinet_speed (surfxml_bufferstack + AX_surfxml_cabinet_speed)
397 XBT_PUBLIC_DATA(short int) surfxml_cabinet_speed_isset;
398 XBT_PUBLIC_DATA(AT_surfxml_cabinet_suffix) AX_surfxml_cabinet_suffix;
399 #define A_surfxml_cabinet_suffix (surfxml_bufferstack + AX_surfxml_cabinet_suffix)
400 XBT_PUBLIC_DATA(short int) surfxml_cabinet_suffix_isset;
401 XBT_PUBLIC_DATA(AT_surfxml_cluster_availability___file) AX_surfxml_cluster_availability___file;
402 #define A_surfxml_cluster_availability___file (surfxml_bufferstack + AX_surfxml_cluster_availability___file)
403 XBT_PUBLIC_DATA(short int) surfxml_cluster_availability___file_isset;
404 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb___bw) AX_surfxml_cluster_bb___bw;
405 #define A_surfxml_cluster_bb___bw (surfxml_bufferstack + AX_surfxml_cluster_bb___bw)
406 XBT_PUBLIC_DATA(short int) surfxml_cluster_bb___bw_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_cluster_bb___sharing___policy) AX_surfxml_cluster_bb___sharing___policy;
411 #define A_surfxml_cluster_bb___sharing___policy AX_surfxml_cluster_bb___sharing___policy
412 XBT_PUBLIC_DATA(short int) surfxml_cluster_bb___sharing___policy_isset;
413 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw) AX_surfxml_cluster_bw;
414 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
415 XBT_PUBLIC_DATA(short int) surfxml_cluster_bw_isset;
416 XBT_PUBLIC_DATA(AT_surfxml_cluster_core) AX_surfxml_cluster_core;
417 #define A_surfxml_cluster_core (surfxml_bufferstack + AX_surfxml_cluster_core)
418 XBT_PUBLIC_DATA(short int) surfxml_cluster_core_isset;
419 XBT_PUBLIC_DATA(AT_surfxml_cluster_id) AX_surfxml_cluster_id;
420 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
421 XBT_PUBLIC_DATA(short int) surfxml_cluster_id_isset;
422 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat) AX_surfxml_cluster_lat;
423 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
424 XBT_PUBLIC_DATA(short int) surfxml_cluster_lat_isset;
425 XBT_PUBLIC_DATA(AT_surfxml_cluster_limiter___link) AX_surfxml_cluster_limiter___link;
426 #define A_surfxml_cluster_limiter___link (surfxml_bufferstack + AX_surfxml_cluster_limiter___link)
427 XBT_PUBLIC_DATA(short int) surfxml_cluster_limiter___link_isset;
428 XBT_PUBLIC_DATA(AT_surfxml_cluster_loopback___bw) AX_surfxml_cluster_loopback___bw;
429 #define A_surfxml_cluster_loopback___bw (surfxml_bufferstack + AX_surfxml_cluster_loopback___bw)
430 XBT_PUBLIC_DATA(short int) surfxml_cluster_loopback___bw_isset;
431 XBT_PUBLIC_DATA(AT_surfxml_cluster_loopback___lat) AX_surfxml_cluster_loopback___lat;
432 #define A_surfxml_cluster_loopback___lat (surfxml_bufferstack + AX_surfxml_cluster_loopback___lat)
433 XBT_PUBLIC_DATA(short int) surfxml_cluster_loopback___lat_isset;
434 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix) AX_surfxml_cluster_prefix;
435 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
436 XBT_PUBLIC_DATA(short int) surfxml_cluster_prefix_isset;
437 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical) AX_surfxml_cluster_radical;
438 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
439 XBT_PUBLIC_DATA(short int) surfxml_cluster_radical_isset;
440 XBT_PUBLIC_DATA(AT_surfxml_cluster_router___id) AX_surfxml_cluster_router___id;
441 #define A_surfxml_cluster_router___id (surfxml_bufferstack + AX_surfxml_cluster_router___id)
442 XBT_PUBLIC_DATA(short int) surfxml_cluster_router___id_isset;
443 XBT_PUBLIC_DATA(AT_surfxml_cluster_sharing___policy) AX_surfxml_cluster_sharing___policy;
444 #define A_surfxml_cluster_sharing___policy AX_surfxml_cluster_sharing___policy
445 XBT_PUBLIC_DATA(short int) surfxml_cluster_sharing___policy_isset;
446 XBT_PUBLIC_DATA(AT_surfxml_cluster_speed) AX_surfxml_cluster_speed;
447 #define A_surfxml_cluster_speed (surfxml_bufferstack + AX_surfxml_cluster_speed)
448 XBT_PUBLIC_DATA(short int) surfxml_cluster_speed_isset;
449 XBT_PUBLIC_DATA(AT_surfxml_cluster_state___file) AX_surfxml_cluster_state___file;
450 #define A_surfxml_cluster_state___file (surfxml_bufferstack + AX_surfxml_cluster_state___file)
451 XBT_PUBLIC_DATA(short int) surfxml_cluster_state___file_isset;
452 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix) AX_surfxml_cluster_suffix;
453 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
454 XBT_PUBLIC_DATA(short int) surfxml_cluster_suffix_isset;
455 XBT_PUBLIC_DATA(AT_surfxml_cluster_topo___parameters) AX_surfxml_cluster_topo___parameters;
456 #define A_surfxml_cluster_topo___parameters (surfxml_bufferstack + AX_surfxml_cluster_topo___parameters)
457 XBT_PUBLIC_DATA(short int) surfxml_cluster_topo___parameters_isset;
458 XBT_PUBLIC_DATA(AT_surfxml_cluster_topology) AX_surfxml_cluster_topology;
459 #define A_surfxml_cluster_topology AX_surfxml_cluster_topology
460 XBT_PUBLIC_DATA(short int) surfxml_cluster_topology_isset;
461 XBT_PUBLIC_DATA(AT_surfxml_config_id) AX_surfxml_config_id;
462 #define A_surfxml_config_id (surfxml_bufferstack + AX_surfxml_config_id)
463 XBT_PUBLIC_DATA(short int) surfxml_config_id_isset;
464 XBT_PUBLIC_DATA(AT_surfxml_host_availability___file) AX_surfxml_host_availability___file;
465 #define A_surfxml_host_availability___file (surfxml_bufferstack + AX_surfxml_host_availability___file)
466 XBT_PUBLIC_DATA(short int) surfxml_host_availability___file_isset;
467 XBT_PUBLIC_DATA(AT_surfxml_host_coordinates) AX_surfxml_host_coordinates;
468 #define A_surfxml_host_coordinates (surfxml_bufferstack + AX_surfxml_host_coordinates)
469 XBT_PUBLIC_DATA(short int) surfxml_host_coordinates_isset;
470 XBT_PUBLIC_DATA(AT_surfxml_host_core) AX_surfxml_host_core;
471 #define A_surfxml_host_core (surfxml_bufferstack + AX_surfxml_host_core)
472 XBT_PUBLIC_DATA(short int) surfxml_host_core_isset;
473 XBT_PUBLIC_DATA(AT_surfxml_host_id) AX_surfxml_host_id;
474 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
475 XBT_PUBLIC_DATA(short int) surfxml_host_id_isset;
476 XBT_PUBLIC_DATA(AT_surfxml_host_pstate) AX_surfxml_host_pstate;
477 #define A_surfxml_host_pstate (surfxml_bufferstack + AX_surfxml_host_pstate)
478 XBT_PUBLIC_DATA(short int) surfxml_host_pstate_isset;
479 XBT_PUBLIC_DATA(AT_surfxml_host_speed) AX_surfxml_host_speed;
480 #define A_surfxml_host_speed (surfxml_bufferstack + AX_surfxml_host_speed)
481 XBT_PUBLIC_DATA(short int) surfxml_host_speed_isset;
482 XBT_PUBLIC_DATA(AT_surfxml_host_state___file) AX_surfxml_host_state___file;
483 #define A_surfxml_host_state___file (surfxml_bufferstack + AX_surfxml_host_state___file)
484 XBT_PUBLIC_DATA(short int) surfxml_host_state___file_isset;
485 XBT_PUBLIC_DATA(AT_surfxml_host___link_down) AX_surfxml_host___link_down;
486 #define A_surfxml_host___link_down (surfxml_bufferstack + AX_surfxml_host___link_down)
487 XBT_PUBLIC_DATA(short int) surfxml_host___link_down_isset;
488 XBT_PUBLIC_DATA(AT_surfxml_host___link_id) AX_surfxml_host___link_id;
489 #define A_surfxml_host___link_id (surfxml_bufferstack + AX_surfxml_host___link_id)
490 XBT_PUBLIC_DATA(short int) surfxml_host___link_id_isset;
491 XBT_PUBLIC_DATA(AT_surfxml_host___link_up) AX_surfxml_host___link_up;
492 #define A_surfxml_host___link_up (surfxml_bufferstack + AX_surfxml_host___link_up)
493 XBT_PUBLIC_DATA(short int) surfxml_host___link_up_isset;
494 XBT_PUBLIC_DATA(AT_surfxml_include_file) AX_surfxml_include_file;
495 #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file)
496 XBT_PUBLIC_DATA(short int) surfxml_include_file_isset;
497 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth) AX_surfxml_link_bandwidth;
498 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
499 XBT_PUBLIC_DATA(short int) surfxml_link_bandwidth_isset;
500 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth___file) AX_surfxml_link_bandwidth___file;
501 #define A_surfxml_link_bandwidth___file (surfxml_bufferstack + AX_surfxml_link_bandwidth___file)
502 XBT_PUBLIC_DATA(short int) surfxml_link_bandwidth___file_isset;
503 XBT_PUBLIC_DATA(AT_surfxml_link_id) AX_surfxml_link_id;
504 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
505 XBT_PUBLIC_DATA(short int) surfxml_link_id_isset;
506 XBT_PUBLIC_DATA(AT_surfxml_link_latency) AX_surfxml_link_latency;
507 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
508 XBT_PUBLIC_DATA(short int) surfxml_link_latency_isset;
509 XBT_PUBLIC_DATA(AT_surfxml_link_latency___file) AX_surfxml_link_latency___file;
510 #define A_surfxml_link_latency___file (surfxml_bufferstack + AX_surfxml_link_latency___file)
511 XBT_PUBLIC_DATA(short int) surfxml_link_latency___file_isset;
512 XBT_PUBLIC_DATA(AT_surfxml_link_sharing___policy) AX_surfxml_link_sharing___policy;
513 #define A_surfxml_link_sharing___policy AX_surfxml_link_sharing___policy
514 XBT_PUBLIC_DATA(short int) surfxml_link_sharing___policy_isset;
515 XBT_PUBLIC_DATA(AT_surfxml_link_state___file) AX_surfxml_link_state___file;
516 #define A_surfxml_link_state___file (surfxml_bufferstack + AX_surfxml_link_state___file)
517 XBT_PUBLIC_DATA(short int) surfxml_link_state___file_isset;
518 XBT_PUBLIC_DATA(AT_surfxml_link___ctn_direction) AX_surfxml_link___ctn_direction;
519 #define A_surfxml_link___ctn_direction AX_surfxml_link___ctn_direction
520 XBT_PUBLIC_DATA(short int) surfxml_link___ctn_direction_isset;
521 XBT_PUBLIC_DATA(AT_surfxml_link___ctn_id) AX_surfxml_link___ctn_id;
522 #define A_surfxml_link___ctn_id (surfxml_bufferstack + AX_surfxml_link___ctn_id)
523 XBT_PUBLIC_DATA(short int) surfxml_link___ctn_id_isset;
524 XBT_PUBLIC_DATA(AT_surfxml_model___prop_id) AX_surfxml_model___prop_id;
525 #define A_surfxml_model___prop_id (surfxml_bufferstack + AX_surfxml_model___prop_id)
526 XBT_PUBLIC_DATA(short int) surfxml_model___prop_id_isset;
527 XBT_PUBLIC_DATA(AT_surfxml_model___prop_value) AX_surfxml_model___prop_value;
528 #define A_surfxml_model___prop_value (surfxml_bufferstack + AX_surfxml_model___prop_value)
529 XBT_PUBLIC_DATA(short int) surfxml_model___prop_value_isset;
530 XBT_PUBLIC_DATA(AT_surfxml_mount_name) AX_surfxml_mount_name;
531 #define A_surfxml_mount_name (surfxml_bufferstack + AX_surfxml_mount_name)
532 XBT_PUBLIC_DATA(short int) surfxml_mount_name_isset;
533 XBT_PUBLIC_DATA(AT_surfxml_mount_storageId) AX_surfxml_mount_storageId;
534 #define A_surfxml_mount_storageId (surfxml_bufferstack + AX_surfxml_mount_storageId)
535 XBT_PUBLIC_DATA(short int) surfxml_mount_storageId_isset;
536 XBT_PUBLIC_DATA(AT_surfxml_peer_availability___file) AX_surfxml_peer_availability___file;
537 #define A_surfxml_peer_availability___file (surfxml_bufferstack + AX_surfxml_peer_availability___file)
538 XBT_PUBLIC_DATA(short int) surfxml_peer_availability___file_isset;
539 XBT_PUBLIC_DATA(AT_surfxml_peer_bw___in) AX_surfxml_peer_bw___in;
540 #define A_surfxml_peer_bw___in (surfxml_bufferstack + AX_surfxml_peer_bw___in)
541 XBT_PUBLIC_DATA(short int) surfxml_peer_bw___in_isset;
542 XBT_PUBLIC_DATA(AT_surfxml_peer_bw___out) AX_surfxml_peer_bw___out;
543 #define A_surfxml_peer_bw___out (surfxml_bufferstack + AX_surfxml_peer_bw___out)
544 XBT_PUBLIC_DATA(short int) surfxml_peer_bw___out_isset;
545 XBT_PUBLIC_DATA(AT_surfxml_peer_coordinates) AX_surfxml_peer_coordinates;
546 #define A_surfxml_peer_coordinates (surfxml_bufferstack + AX_surfxml_peer_coordinates)
547 XBT_PUBLIC_DATA(short int) surfxml_peer_coordinates_isset;
548 XBT_PUBLIC_DATA(AT_surfxml_peer_id) AX_surfxml_peer_id;
549 #define A_surfxml_peer_id (surfxml_bufferstack + AX_surfxml_peer_id)
550 XBT_PUBLIC_DATA(short int) surfxml_peer_id_isset;
551 XBT_PUBLIC_DATA(AT_surfxml_peer_lat) AX_surfxml_peer_lat;
552 #define A_surfxml_peer_lat (surfxml_bufferstack + AX_surfxml_peer_lat)
553 XBT_PUBLIC_DATA(short int) surfxml_peer_lat_isset;
554 XBT_PUBLIC_DATA(AT_surfxml_peer_speed) AX_surfxml_peer_speed;
555 #define A_surfxml_peer_speed (surfxml_bufferstack + AX_surfxml_peer_speed)
556 XBT_PUBLIC_DATA(short int) surfxml_peer_speed_isset;
557 XBT_PUBLIC_DATA(AT_surfxml_peer_state___file) AX_surfxml_peer_state___file;
558 #define A_surfxml_peer_state___file (surfxml_bufferstack + AX_surfxml_peer_state___file)
559 XBT_PUBLIC_DATA(short int) surfxml_peer_state___file_isset;
560 XBT_PUBLIC_DATA(AT_surfxml_platform_version) AX_surfxml_platform_version;
561 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
562 XBT_PUBLIC_DATA(short int) surfxml_platform_version_isset;
563 XBT_PUBLIC_DATA(AT_surfxml_process_function) AX_surfxml_process_function;
564 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
565 XBT_PUBLIC_DATA(short int) surfxml_process_function_isset;
566 XBT_PUBLIC_DATA(AT_surfxml_process_host) AX_surfxml_process_host;
567 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
568 XBT_PUBLIC_DATA(short int) surfxml_process_host_isset;
569 XBT_PUBLIC_DATA(AT_surfxml_process_kill___time) AX_surfxml_process_kill___time;
570 #define A_surfxml_process_kill___time (surfxml_bufferstack + AX_surfxml_process_kill___time)
571 XBT_PUBLIC_DATA(short int) surfxml_process_kill___time_isset;
572 XBT_PUBLIC_DATA(AT_surfxml_process_on___failure) AX_surfxml_process_on___failure;
573 #define A_surfxml_process_on___failure AX_surfxml_process_on___failure
574 XBT_PUBLIC_DATA(short int) surfxml_process_on___failure_isset;
575 XBT_PUBLIC_DATA(AT_surfxml_process_start___time) AX_surfxml_process_start___time;
576 #define A_surfxml_process_start___time (surfxml_bufferstack + AX_surfxml_process_start___time)
577 XBT_PUBLIC_DATA(short int) surfxml_process_start___time_isset;
578 XBT_PUBLIC_DATA(AT_surfxml_prop_id) AX_surfxml_prop_id;
579 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
580 XBT_PUBLIC_DATA(short int) surfxml_prop_id_isset;
581 XBT_PUBLIC_DATA(AT_surfxml_prop_value) AX_surfxml_prop_value;
582 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
583 XBT_PUBLIC_DATA(short int) surfxml_prop_value_isset;
584 XBT_PUBLIC_DATA(AT_surfxml_random_generator) AX_surfxml_random_generator;
585 #define A_surfxml_random_generator AX_surfxml_random_generator
586 XBT_PUBLIC_DATA(short int) surfxml_random_generator_isset;
587 XBT_PUBLIC_DATA(AT_surfxml_random_id) AX_surfxml_random_id;
588 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
589 XBT_PUBLIC_DATA(short int) surfxml_random_id_isset;
590 XBT_PUBLIC_DATA(AT_surfxml_random_max) AX_surfxml_random_max;
591 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
592 XBT_PUBLIC_DATA(short int) surfxml_random_max_isset;
593 XBT_PUBLIC_DATA(AT_surfxml_random_mean) AX_surfxml_random_mean;
594 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
595 XBT_PUBLIC_DATA(short int) surfxml_random_mean_isset;
596 XBT_PUBLIC_DATA(AT_surfxml_random_min) AX_surfxml_random_min;
597 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
598 XBT_PUBLIC_DATA(short int) surfxml_random_min_isset;
599 XBT_PUBLIC_DATA(AT_surfxml_random_radical) AX_surfxml_random_radical;
600 #define A_surfxml_random_radical (surfxml_bufferstack + AX_surfxml_random_radical)
601 XBT_PUBLIC_DATA(short int) surfxml_random_radical_isset;
602 XBT_PUBLIC_DATA(AT_surfxml_random_seed) AX_surfxml_random_seed;
603 #define A_surfxml_random_seed (surfxml_bufferstack + AX_surfxml_random_seed)
604 XBT_PUBLIC_DATA(short int) surfxml_random_seed_isset;
605 XBT_PUBLIC_DATA(AT_surfxml_random_std___deviation) AX_surfxml_random_std___deviation;
606 #define A_surfxml_random_std___deviation (surfxml_bufferstack + AX_surfxml_random_std___deviation)
607 XBT_PUBLIC_DATA(short int) surfxml_random_std___deviation_isset;
608 XBT_PUBLIC_DATA(AT_surfxml_route_dst) AX_surfxml_route_dst;
609 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
610 XBT_PUBLIC_DATA(short int) surfxml_route_dst_isset;
611 XBT_PUBLIC_DATA(AT_surfxml_route_src) AX_surfxml_route_src;
612 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
613 XBT_PUBLIC_DATA(short int) surfxml_route_src_isset;
614 XBT_PUBLIC_DATA(AT_surfxml_route_symmetrical) AX_surfxml_route_symmetrical;
615 #define A_surfxml_route_symmetrical AX_surfxml_route_symmetrical
616 XBT_PUBLIC_DATA(short int) surfxml_route_symmetrical_isset;
617 XBT_PUBLIC_DATA(AT_surfxml_router_coordinates) AX_surfxml_router_coordinates;
618 #define A_surfxml_router_coordinates (surfxml_bufferstack + AX_surfxml_router_coordinates)
619 XBT_PUBLIC_DATA(short int) surfxml_router_coordinates_isset;
620 XBT_PUBLIC_DATA(AT_surfxml_router_id) AX_surfxml_router_id;
621 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
622 XBT_PUBLIC_DATA(short int) surfxml_router_id_isset;
623 XBT_PUBLIC_DATA(AT_surfxml_storage_attach) AX_surfxml_storage_attach;
624 #define A_surfxml_storage_attach (surfxml_bufferstack + AX_surfxml_storage_attach)
625 XBT_PUBLIC_DATA(short int) surfxml_storage_attach_isset;
626 XBT_PUBLIC_DATA(AT_surfxml_storage_content) AX_surfxml_storage_content;
627 #define A_surfxml_storage_content (surfxml_bufferstack + AX_surfxml_storage_content)
628 XBT_PUBLIC_DATA(short int) surfxml_storage_content_isset;
629 XBT_PUBLIC_DATA(AT_surfxml_storage_content___type) AX_surfxml_storage_content___type;
630 #define A_surfxml_storage_content___type (surfxml_bufferstack + AX_surfxml_storage_content___type)
631 XBT_PUBLIC_DATA(short int) surfxml_storage_content___type_isset;
632 XBT_PUBLIC_DATA(AT_surfxml_storage_id) AX_surfxml_storage_id;
633 #define A_surfxml_storage_id (surfxml_bufferstack + AX_surfxml_storage_id)
634 XBT_PUBLIC_DATA(short int) surfxml_storage_id_isset;
635 XBT_PUBLIC_DATA(AT_surfxml_storage_typeId) AX_surfxml_storage_typeId;
636 #define A_surfxml_storage_typeId (surfxml_bufferstack + AX_surfxml_storage_typeId)
637 XBT_PUBLIC_DATA(short int) surfxml_storage_typeId_isset;
638 XBT_PUBLIC_DATA(AT_surfxml_storage___type_content) AX_surfxml_storage___type_content;
639 #define A_surfxml_storage___type_content (surfxml_bufferstack + AX_surfxml_storage___type_content)
640 XBT_PUBLIC_DATA(short int) surfxml_storage___type_content_isset;
641 XBT_PUBLIC_DATA(AT_surfxml_storage___type_content___type) AX_surfxml_storage___type_content___type;
642 #define A_surfxml_storage___type_content___type (surfxml_bufferstack + AX_surfxml_storage___type_content___type)
643 XBT_PUBLIC_DATA(short int) surfxml_storage___type_content___type_isset;
644 XBT_PUBLIC_DATA(AT_surfxml_storage___type_id) AX_surfxml_storage___type_id;
645 #define A_surfxml_storage___type_id (surfxml_bufferstack + AX_surfxml_storage___type_id)
646 XBT_PUBLIC_DATA(short int) surfxml_storage___type_id_isset;
647 XBT_PUBLIC_DATA(AT_surfxml_storage___type_model) AX_surfxml_storage___type_model;
648 #define A_surfxml_storage___type_model (surfxml_bufferstack + AX_surfxml_storage___type_model)
649 XBT_PUBLIC_DATA(short int) surfxml_storage___type_model_isset;
650 XBT_PUBLIC_DATA(AT_surfxml_storage___type_size) AX_surfxml_storage___type_size;
651 #define A_surfxml_storage___type_size (surfxml_bufferstack + AX_surfxml_storage___type_size)
652 XBT_PUBLIC_DATA(short int) surfxml_storage___type_size_isset;
653 XBT_PUBLIC_DATA(AT_surfxml_trace_file) AX_surfxml_trace_file;
654 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
655 XBT_PUBLIC_DATA(short int) surfxml_trace_file_isset;
656 XBT_PUBLIC_DATA(AT_surfxml_trace_id) AX_surfxml_trace_id;
657 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
658 XBT_PUBLIC_DATA(short int) surfxml_trace_id_isset;
659 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity) AX_surfxml_trace_periodicity;
660 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
661 XBT_PUBLIC_DATA(short int) surfxml_trace_periodicity_isset;
662 XBT_PUBLIC_DATA(AT_surfxml_trace___connect_element) AX_surfxml_trace___connect_element;
663 #define A_surfxml_trace___connect_element (surfxml_bufferstack + AX_surfxml_trace___connect_element)
664 XBT_PUBLIC_DATA(short int) surfxml_trace___connect_element_isset;
665 XBT_PUBLIC_DATA(AT_surfxml_trace___connect_kind) AX_surfxml_trace___connect_kind;
666 #define A_surfxml_trace___connect_kind AX_surfxml_trace___connect_kind
667 XBT_PUBLIC_DATA(short int) surfxml_trace___connect_kind_isset;
668 XBT_PUBLIC_DATA(AT_surfxml_trace___connect_trace) AX_surfxml_trace___connect_trace;
669 #define A_surfxml_trace___connect_trace (surfxml_bufferstack + AX_surfxml_trace___connect_trace)
670 XBT_PUBLIC_DATA(short int) surfxml_trace___connect_trace_isset;
671
672 /* XML application utilities. */
673 XBT_PUBLIC(int) surfxml_element_context(int);
674
675 /* XML processor entry point. */
676 XBT_PUBLIC(int) yylex(void);
677
678 /* Flexml error handling function (useful only when -q flag passed to flexml) */
679 const char * surfxml_parse_err_msg(void);
680 #endif