Logo AND Algorithmique Numérique Distribuée

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