Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pre version of hierarchical routing, make in a recursive way
[simgrid.git] / include / surf / simgrid_dtd.h
1 /* XML processor/application API for src/surf/simgrid.dtd.
2  * Generated 2010/08/12 13:12:19.
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_c_connect(void);
61 XBT_PUBLIC(void ) ETag_surfxml_trace_c_connect(void);
62 XBT_PUBLIC(void ) STag_surfxml_set(void);
63 XBT_PUBLIC(void ) ETag_surfxml_set(void);
64 XBT_PUBLIC(void ) STag_surfxml_foreach(void);
65 XBT_PUBLIC(void ) ETag_surfxml_foreach(void);
66 XBT_PUBLIC(void ) STag_surfxml_host(void);
67 XBT_PUBLIC(void ) ETag_surfxml_host(void);
68 XBT_PUBLIC(void ) STag_surfxml_prop(void);
69 XBT_PUBLIC(void ) ETag_surfxml_prop(void);
70 XBT_PUBLIC(void ) STag_surfxml_cluster(void);
71 XBT_PUBLIC(void ) ETag_surfxml_cluster(void);
72 XBT_PUBLIC(void ) STag_surfxml_router(void);
73 XBT_PUBLIC(void ) ETag_surfxml_router(void);
74 XBT_PUBLIC(void ) STag_surfxml_link(void);
75 XBT_PUBLIC(void ) ETag_surfxml_link(void);
76 XBT_PUBLIC(void ) STag_surfxml_route_c_multi(void);
77 XBT_PUBLIC(void ) ETag_surfxml_route_c_multi(void);
78 XBT_PUBLIC(void ) STag_surfxml_route(void);
79 XBT_PUBLIC(void ) ETag_surfxml_route(void);
80 XBT_PUBLIC(void ) STag_surfxml_link_c_ctn(void);
81 XBT_PUBLIC(void ) ETag_surfxml_link_c_ctn(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_AS(void);
87 XBT_PUBLIC(void ) ETag_surfxml_AS(void);
88 XBT_PUBLIC(void ) STag_surfxml_ASroute(void);
89 XBT_PUBLIC(void ) ETag_surfxml_ASroute(void);
90
91 /* XML application data. */
92 typedef enum { AU_surfxml_random_generator, A_surfxml_random_generator_DRAND48,A_surfxml_random_generator_RAND } 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_prop_id;
96 #define AU_surfxml_prop_id NULL
97 typedef int AT_surfxml_host_interference_recv;
98 #define AU_surfxml_host_interference_recv NULL
99 typedef int AT_surfxml_host_id;
100 #define AU_surfxml_host_id NULL
101 typedef int AT_surfxml_set_id;
102 #define AU_surfxml_set_id NULL
103 typedef int AT_surfxml_link_latency_file;
104 #define AU_surfxml_link_latency_file NULL
105 typedef enum { AU_surfxml_host_state, A_surfxml_host_state_ON,A_surfxml_host_state_OFF } AT_surfxml_host_state;
106 typedef int AT_surfxml_host_interference_send_recv;
107 #define AU_surfxml_host_interference_send_recv NULL
108 typedef int AT_surfxml_host_interference_send;
109 #define AU_surfxml_host_interference_send NULL
110 typedef int AT_surfxml_set_suffix;
111 #define AU_surfxml_set_suffix NULL
112 typedef int AT_surfxml_AS_id;
113 #define AU_surfxml_AS_id NULL
114 typedef int AT_surfxml_route_impact_on_dst;
115 #define AU_surfxml_route_impact_on_dst NULL
116 typedef int AT_surfxml_host_power;
117 #define AU_surfxml_host_power NULL
118 typedef int AT_surfxml_router_id;
119 #define AU_surfxml_router_id NULL
120 typedef int AT_surfxml_process_start_time;
121 #define AU_surfxml_process_start_time NULL
122 typedef int AT_surfxml_cluster_suffix;
123 #define AU_surfxml_cluster_suffix NULL
124 typedef int AT_surfxml_platform_xmlns_c_route;
125 #define AU_surfxml_platform_xmlns_c_route NULL
126 typedef int AT_surfxml_route_gw_dst;
127 #define AU_surfxml_route_gw_dst NULL
128 typedef int AT_surfxml_ASroute_src;
129 #define AU_surfxml_ASroute_src NULL
130 typedef int AT_surfxml_cluster_prefix;
131 #define AU_surfxml_cluster_prefix NULL
132 typedef int AT_surfxml_trace_file;
133 #define AU_surfxml_trace_file NULL
134 typedef enum { AU_surfxml_route_action, A_surfxml_route_action_POSTPEND,A_surfxml_route_action_PREPEND,A_surfxml_route_action_OVERRIDE } AT_surfxml_route_action;
135 typedef enum { AU_surfxml_link_sharing_policy, A_surfxml_link_sharing_policy_SHARED,A_surfxml_link_sharing_policy_FATPIPE } AT_surfxml_link_sharing_policy;
136 typedef int AT_surfxml_random_min;
137 #define AU_surfxml_random_min NULL
138 typedef int AT_surfxml_process_kill_time;
139 #define AU_surfxml_process_kill_time NULL
140 typedef int AT_surfxml_cluster_bb_bw;
141 #define AU_surfxml_cluster_bb_bw NULL
142 typedef int AT_surfxml_trace_c_connect_element;
143 #define AU_surfxml_trace_c_connect_element NULL
144 typedef int AT_surfxml_argument_value;
145 #define AU_surfxml_argument_value NULL
146 typedef enum { AU_surfxml_link_state, A_surfxml_link_state_ON,A_surfxml_link_state_OFF } AT_surfxml_link_state;
147 typedef int AT_surfxml_ASroute_gw_src;
148 #define AU_surfxml_ASroute_gw_src NULL
149 typedef int AT_surfxml_route_impact_on_src;
150 #define AU_surfxml_route_impact_on_src NULL
151 typedef int AT_surfxml_AS_routing;
152 #define AU_surfxml_AS_routing NULL
153 typedef int AT_surfxml_link_bandwidth;
154 #define AU_surfxml_link_bandwidth NULL
155 typedef int AT_surfxml_cluster_id;
156 #define AU_surfxml_cluster_id NULL
157 typedef int AT_surfxml_random_mean;
158 #define AU_surfxml_random_mean NULL
159 typedef int AT_surfxml_cluster_bb_lat;
160 #define AU_surfxml_cluster_bb_lat NULL
161 typedef int AT_surfxml_link_latency;
162 #define AU_surfxml_link_latency NULL
163 typedef int AT_surfxml_platform_xmlns_c_link;
164 #define AU_surfxml_platform_xmlns_c_link NULL
165 typedef int AT_surfxml_link_bandwidth_file;
166 #define AU_surfxml_link_bandwidth_file NULL
167 typedef int AT_surfxml_host_vivaldi;
168 #define AU_surfxml_host_vivaldi NULL
169 typedef int AT_surfxml_random_id;
170 #define AU_surfxml_random_id NULL
171 typedef int AT_surfxml_set_radical;
172 #define AU_surfxml_set_radical NULL
173 typedef int AT_surfxml_random_max;
174 #define AU_surfxml_random_max NULL
175 typedef int AT_surfxml_link_id;
176 #define AU_surfxml_link_id NULL
177 typedef int AT_surfxml_process_host;
178 #define AU_surfxml_process_host NULL
179 typedef int AT_surfxml_host_availability_file;
180 #define AU_surfxml_host_availability_file NULL
181 typedef int AT_surfxml_cluster_lat;
182 #define AU_surfxml_cluster_lat NULL
183 typedef int AT_surfxml_trace_periodicity;
184 #define AU_surfxml_trace_periodicity NULL
185 typedef int AT_surfxml_foreach_set_id;
186 #define AU_surfxml_foreach_set_id NULL
187 typedef int AT_surfxml_route_impact_on_dst_with_other_send;
188 #define AU_surfxml_route_impact_on_dst_with_other_send NULL
189 typedef int AT_surfxml_prop_value;
190 #define AU_surfxml_prop_value NULL
191 typedef int AT_surfxml_ASroute_dst;
192 #define AU_surfxml_ASroute_dst NULL
193 typedef int AT_surfxml_route_impact_on_src_with_other_recv;
194 #define AU_surfxml_route_impact_on_src_with_other_recv NULL
195 typedef int AT_surfxml_link_state_file;
196 #define AU_surfxml_link_state_file NULL
197 typedef int AT_surfxml_route_gw_src;
198 #define AU_surfxml_route_gw_src NULL
199 typedef int AT_surfxml_set_prefix;
200 #define AU_surfxml_set_prefix NULL
201 typedef int AT_surfxml_cluster_power;
202 #define AU_surfxml_cluster_power NULL
203 typedef int AT_surfxml_process_function;
204 #define AU_surfxml_process_function NULL
205 typedef int AT_surfxml_host_max_outgoing_rate;
206 #define AU_surfxml_host_max_outgoing_rate NULL
207 typedef int AT_surfxml_link_c_ctn_id;
208 #define AU_surfxml_link_c_ctn_id NULL
209 typedef int AT_surfxml_host_availability;
210 #define AU_surfxml_host_availability NULL
211 typedef int AT_surfxml_route_src;
212 #define AU_surfxml_route_src NULL
213 typedef int AT_surfxml_route_c_multi_src;
214 #define AU_surfxml_route_c_multi_src NULL
215 typedef enum { AU_surfxml_route_c_multi_action, A_surfxml_route_c_multi_action_POSTPEND,A_surfxml_route_c_multi_action_PREPEND,A_surfxml_route_c_multi_action_OVERRIDE } AT_surfxml_route_c_multi_action;
216 typedef int AT_surfxml_trace_c_connect_trace;
217 #define AU_surfxml_trace_c_connect_trace NULL
218 typedef int AT_surfxml_trace_id;
219 #define AU_surfxml_trace_id NULL
220 typedef int AT_surfxml_cluster_radical;
221 #define AU_surfxml_cluster_radical NULL
222 typedef int AT_surfxml_include_file;
223 #define AU_surfxml_include_file NULL
224 typedef int AT_surfxml_random_std_deviation;
225 #define AU_surfxml_random_std_deviation NULL
226 typedef enum { AU_surfxml_trace_c_connect_kind, A_surfxml_trace_c_connect_kind_HOST_AVAIL,A_surfxml_trace_c_connect_kind_POWER,A_surfxml_trace_c_connect_kind_LINK_AVAIL,A_surfxml_trace_c_connect_kind_BANDWIDTH,A_surfxml_trace_c_connect_kind_LATENCY } AT_surfxml_trace_c_connect_kind;
227 typedef int AT_surfxml_route_c_multi_dst;
228 #define AU_surfxml_route_c_multi_dst NULL
229 typedef int AT_surfxml_host_state_file;
230 #define AU_surfxml_host_state_file NULL
231 typedef enum { AU_surfxml_route_c_multi_symmetric, A_surfxml_route_c_multi_symmetric_YES,A_surfxml_route_c_multi_symmetric_NO } AT_surfxml_route_c_multi_symmetric;
232 typedef int AT_surfxml_route_dst;
233 #define AU_surfxml_route_dst NULL
234 typedef int AT_surfxml_cluster_bw;
235 #define AU_surfxml_cluster_bw NULL
236 typedef int AT_surfxml_platform_version;
237 #define AU_surfxml_platform_version NULL
238
239 /* FleXML-provided data. */
240 XBT_PUBLIC_DATA(int ) surfxml_pcdata_ix;
241 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
242 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
243 XBT_PUBLIC_DATA(AT_surfxml_random_generator ) AX_surfxml_random_generator;
244 #define A_surfxml_random_generator AX_surfxml_random_generator
245 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_dst ) AX_surfxml_ASroute_gw_dst;
246 #define A_surfxml_ASroute_gw_dst (surfxml_bufferstack + AX_surfxml_ASroute_gw_dst)
247 XBT_PUBLIC_DATA(AT_surfxml_prop_id ) AX_surfxml_prop_id;
248 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
249 XBT_PUBLIC_DATA(AT_surfxml_host_interference_recv ) AX_surfxml_host_interference_recv;
250 #define A_surfxml_host_interference_recv (surfxml_bufferstack + AX_surfxml_host_interference_recv)
251 XBT_PUBLIC_DATA(AT_surfxml_host_id ) AX_surfxml_host_id;
252 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
253 XBT_PUBLIC_DATA(AT_surfxml_set_id ) AX_surfxml_set_id;
254 #define A_surfxml_set_id (surfxml_bufferstack + AX_surfxml_set_id)
255 XBT_PUBLIC_DATA(AT_surfxml_link_latency_file ) AX_surfxml_link_latency_file;
256 #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file)
257 XBT_PUBLIC_DATA(AT_surfxml_host_state ) AX_surfxml_host_state;
258 #define A_surfxml_host_state AX_surfxml_host_state
259 XBT_PUBLIC_DATA(AT_surfxml_host_interference_send_recv ) AX_surfxml_host_interference_send_recv;
260 #define A_surfxml_host_interference_send_recv (surfxml_bufferstack + AX_surfxml_host_interference_send_recv)
261 XBT_PUBLIC_DATA(AT_surfxml_host_interference_send ) AX_surfxml_host_interference_send;
262 #define A_surfxml_host_interference_send (surfxml_bufferstack + AX_surfxml_host_interference_send)
263 XBT_PUBLIC_DATA(AT_surfxml_set_suffix ) AX_surfxml_set_suffix;
264 #define A_surfxml_set_suffix (surfxml_bufferstack + AX_surfxml_set_suffix)
265 XBT_PUBLIC_DATA(AT_surfxml_AS_id ) AX_surfxml_AS_id;
266 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
267 XBT_PUBLIC_DATA(AT_surfxml_route_impact_on_dst ) AX_surfxml_route_impact_on_dst;
268 #define A_surfxml_route_impact_on_dst (surfxml_bufferstack + AX_surfxml_route_impact_on_dst)
269 XBT_PUBLIC_DATA(AT_surfxml_host_power ) AX_surfxml_host_power;
270 #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power)
271 XBT_PUBLIC_DATA(AT_surfxml_router_id ) AX_surfxml_router_id;
272 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
273 XBT_PUBLIC_DATA(AT_surfxml_process_start_time ) AX_surfxml_process_start_time;
274 #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time)
275 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix ) AX_surfxml_cluster_suffix;
276 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
277 XBT_PUBLIC_DATA(AT_surfxml_platform_xmlns_c_route ) AX_surfxml_platform_xmlns_c_route;
278 #define A_surfxml_platform_xmlns_c_route (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_route)
279 XBT_PUBLIC_DATA(AT_surfxml_route_gw_dst ) AX_surfxml_route_gw_dst;
280 #define A_surfxml_route_gw_dst (surfxml_bufferstack + AX_surfxml_route_gw_dst)
281 XBT_PUBLIC_DATA(AT_surfxml_ASroute_src ) AX_surfxml_ASroute_src;
282 #define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src)
283 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix ) AX_surfxml_cluster_prefix;
284 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
285 XBT_PUBLIC_DATA(AT_surfxml_trace_file ) AX_surfxml_trace_file;
286 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
287 XBT_PUBLIC_DATA(AT_surfxml_route_action ) AX_surfxml_route_action;
288 #define A_surfxml_route_action AX_surfxml_route_action
289 XBT_PUBLIC_DATA(AT_surfxml_link_sharing_policy ) AX_surfxml_link_sharing_policy;
290 #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy
291 XBT_PUBLIC_DATA(AT_surfxml_random_min ) AX_surfxml_random_min;
292 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
293 XBT_PUBLIC_DATA(AT_surfxml_process_kill_time ) AX_surfxml_process_kill_time;
294 #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time)
295 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_bw ) AX_surfxml_cluster_bb_bw;
296 #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw)
297 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_element ) AX_surfxml_trace_c_connect_element;
298 #define A_surfxml_trace_c_connect_element (surfxml_bufferstack + AX_surfxml_trace_c_connect_element)
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_route_impact_on_src ) AX_surfxml_route_impact_on_src;
306 #define A_surfxml_route_impact_on_src (surfxml_bufferstack + AX_surfxml_route_impact_on_src)
307 XBT_PUBLIC_DATA(AT_surfxml_AS_routing ) AX_surfxml_AS_routing;
308 #define A_surfxml_AS_routing (surfxml_bufferstack + AX_surfxml_AS_routing)
309 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth ) AX_surfxml_link_bandwidth;
310 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
311 XBT_PUBLIC_DATA(AT_surfxml_cluster_id ) AX_surfxml_cluster_id;
312 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
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_platform_xmlns_c_link ) AX_surfxml_platform_xmlns_c_link;
320 #define A_surfxml_platform_xmlns_c_link (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_link)
321 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
322 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
323 XBT_PUBLIC_DATA(AT_surfxml_host_vivaldi ) AX_surfxml_host_vivaldi;
324 #define A_surfxml_host_vivaldi (surfxml_bufferstack + AX_surfxml_host_vivaldi)
325 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
326 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
327 XBT_PUBLIC_DATA(AT_surfxml_set_radical ) AX_surfxml_set_radical;
328 #define A_surfxml_set_radical (surfxml_bufferstack + AX_surfxml_set_radical)
329 XBT_PUBLIC_DATA(AT_surfxml_random_max ) AX_surfxml_random_max;
330 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
331 XBT_PUBLIC_DATA(AT_surfxml_link_id ) AX_surfxml_link_id;
332 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
333 XBT_PUBLIC_DATA(AT_surfxml_process_host ) AX_surfxml_process_host;
334 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
335 XBT_PUBLIC_DATA(AT_surfxml_host_availability_file ) AX_surfxml_host_availability_file;
336 #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file)
337 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat ) AX_surfxml_cluster_lat;
338 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
339 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity ) AX_surfxml_trace_periodicity;
340 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
341 XBT_PUBLIC_DATA(AT_surfxml_foreach_set_id ) AX_surfxml_foreach_set_id;
342 #define A_surfxml_foreach_set_id (surfxml_bufferstack + AX_surfxml_foreach_set_id)
343 XBT_PUBLIC_DATA(AT_surfxml_route_impact_on_dst_with_other_send ) AX_surfxml_route_impact_on_dst_with_other_send;
344 #define A_surfxml_route_impact_on_dst_with_other_send (surfxml_bufferstack + AX_surfxml_route_impact_on_dst_with_other_send)
345 XBT_PUBLIC_DATA(AT_surfxml_prop_value ) AX_surfxml_prop_value;
346 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
347 XBT_PUBLIC_DATA(AT_surfxml_ASroute_dst ) AX_surfxml_ASroute_dst;
348 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
349 XBT_PUBLIC_DATA(AT_surfxml_route_impact_on_src_with_other_recv ) AX_surfxml_route_impact_on_src_with_other_recv;
350 #define A_surfxml_route_impact_on_src_with_other_recv (surfxml_bufferstack + AX_surfxml_route_impact_on_src_with_other_recv)
351 XBT_PUBLIC_DATA(AT_surfxml_link_state_file ) AX_surfxml_link_state_file;
352 #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file)
353 XBT_PUBLIC_DATA(AT_surfxml_route_gw_src ) AX_surfxml_route_gw_src;
354 #define A_surfxml_route_gw_src (surfxml_bufferstack + AX_surfxml_route_gw_src)
355 XBT_PUBLIC_DATA(AT_surfxml_set_prefix ) AX_surfxml_set_prefix;
356 #define A_surfxml_set_prefix (surfxml_bufferstack + AX_surfxml_set_prefix)
357 XBT_PUBLIC_DATA(AT_surfxml_cluster_power ) AX_surfxml_cluster_power;
358 #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power)
359 XBT_PUBLIC_DATA(AT_surfxml_process_function ) AX_surfxml_process_function;
360 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
361 XBT_PUBLIC_DATA(AT_surfxml_host_max_outgoing_rate ) AX_surfxml_host_max_outgoing_rate;
362 #define A_surfxml_host_max_outgoing_rate (surfxml_bufferstack + AX_surfxml_host_max_outgoing_rate)
363 XBT_PUBLIC_DATA(AT_surfxml_link_c_ctn_id ) AX_surfxml_link_c_ctn_id;
364 #define A_surfxml_link_c_ctn_id (surfxml_bufferstack + AX_surfxml_link_c_ctn_id)
365 XBT_PUBLIC_DATA(AT_surfxml_host_availability ) AX_surfxml_host_availability;
366 #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability)
367 XBT_PUBLIC_DATA(AT_surfxml_route_src ) AX_surfxml_route_src;
368 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
369 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_src ) AX_surfxml_route_c_multi_src;
370 #define A_surfxml_route_c_multi_src (surfxml_bufferstack + AX_surfxml_route_c_multi_src)
371 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_action ) AX_surfxml_route_c_multi_action;
372 #define A_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action
373 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_trace ) AX_surfxml_trace_c_connect_trace;
374 #define A_surfxml_trace_c_connect_trace (surfxml_bufferstack + AX_surfxml_trace_c_connect_trace)
375 XBT_PUBLIC_DATA(AT_surfxml_trace_id ) AX_surfxml_trace_id;
376 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
377 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical ) AX_surfxml_cluster_radical;
378 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
379 XBT_PUBLIC_DATA(AT_surfxml_include_file ) AX_surfxml_include_file;
380 #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file)
381 XBT_PUBLIC_DATA(AT_surfxml_random_std_deviation ) AX_surfxml_random_std_deviation;
382 #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation)
383 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_kind ) AX_surfxml_trace_c_connect_kind;
384 #define A_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind
385 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_dst ) AX_surfxml_route_c_multi_dst;
386 #define A_surfxml_route_c_multi_dst (surfxml_bufferstack + AX_surfxml_route_c_multi_dst)
387 XBT_PUBLIC_DATA(AT_surfxml_host_state_file ) AX_surfxml_host_state_file;
388 #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file)
389 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_symmetric ) AX_surfxml_route_c_multi_symmetric;
390 #define A_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric
391 XBT_PUBLIC_DATA(AT_surfxml_route_dst ) AX_surfxml_route_dst;
392 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
393 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw ) AX_surfxml_cluster_bw;
394 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
395 XBT_PUBLIC_DATA(AT_surfxml_platform_version ) AX_surfxml_platform_version;
396 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
397
398 /* XML application utilities. */
399 XBT_PUBLIC(int ) surfxml_element_context(int);
400
401 /* XML processor entry point. */
402 XBT_PUBLIC(int ) yylex(void);
403
404 /* Flexml error handling function (useful only when -q flag passed to flexml) */
405 const char * surfxml_parse_err_msg(void);
406 #endif