Logo AND Algorithmique Numérique Distribuée

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