Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
92def21912ed0894e8091809e5818e3502558fff
[simgrid.git] / include / surf / simgrid_dtd.h
1 /* XML processor/application API for src/surf/simgrid.dtd.
2  * Generated 2010/09/21 16:29:31.
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_trace(void);
55 XBT_PUBLIC(void ) ETag_surfxml_trace(void);
56 XBT_PUBLIC(void ) STag_surfxml_random(void);
57 XBT_PUBLIC(void ) ETag_surfxml_random(void);
58 XBT_PUBLIC(void ) STag_surfxml_trace_c_connect(void);
59 XBT_PUBLIC(void ) ETag_surfxml_trace_c_connect(void);
60 XBT_PUBLIC(void ) STag_surfxml_AS(void);
61 XBT_PUBLIC(void ) ETag_surfxml_AS(void);
62 XBT_PUBLIC(void ) STag_surfxml_host(void);
63 XBT_PUBLIC(void ) ETag_surfxml_host(void);
64 XBT_PUBLIC(void ) STag_surfxml_cluster(void);
65 XBT_PUBLIC(void ) ETag_surfxml_cluster(void);
66 XBT_PUBLIC(void ) STag_surfxml_router(void);
67 XBT_PUBLIC(void ) ETag_surfxml_router(void);
68 XBT_PUBLIC(void ) STag_surfxml_link(void);
69 XBT_PUBLIC(void ) ETag_surfxml_link(void);
70 XBT_PUBLIC(void ) STag_surfxml_route(void);
71 XBT_PUBLIC(void ) ETag_surfxml_route(void);
72 XBT_PUBLIC(void ) STag_surfxml_ASroute(void);
73 XBT_PUBLIC(void ) ETag_surfxml_ASroute(void);
74 XBT_PUBLIC(void ) STag_surfxml_link_c_ctn(void);
75 XBT_PUBLIC(void ) ETag_surfxml_link_c_ctn(void);
76 XBT_PUBLIC(void ) STag_surfxml_bypassRoute(void);
77 XBT_PUBLIC(void ) ETag_surfxml_bypassRoute(void);
78 XBT_PUBLIC(void ) STag_surfxml_process(void);
79 XBT_PUBLIC(void ) ETag_surfxml_process(void);
80 XBT_PUBLIC(void ) STag_surfxml_argument(void);
81 XBT_PUBLIC(void ) ETag_surfxml_argument(void);
82 XBT_PUBLIC(void ) STag_surfxml_prop(void);
83 XBT_PUBLIC(void ) ETag_surfxml_prop(void);
84
85 /* XML application data. */
86 typedef enum { AU_surfxml_random_generator, A_surfxml_random_generator_DRAND48,A_surfxml_random_generator_RAND } AT_surfxml_random_generator;
87 typedef int AT_surfxml_ASroute_gw_dst;
88 #define AU_surfxml_ASroute_gw_dst NULL
89 typedef int AT_surfxml_prop_id;
90 #define AU_surfxml_prop_id NULL
91 typedef int AT_surfxml_host_interference_recv;
92 #define AU_surfxml_host_interference_recv NULL
93 typedef int AT_surfxml_host_id;
94 #define AU_surfxml_host_id NULL
95 typedef int AT_surfxml_link_latency_file;
96 #define AU_surfxml_link_latency_file NULL
97 typedef enum { AU_surfxml_host_state, A_surfxml_host_state_ON,A_surfxml_host_state_OFF } AT_surfxml_host_state;
98 typedef int AT_surfxml_host_interference_send_recv;
99 #define AU_surfxml_host_interference_send_recv NULL
100 typedef int AT_surfxml_host_interference_send;
101 #define AU_surfxml_host_interference_send NULL
102 typedef int AT_surfxml_AS_id;
103 #define AU_surfxml_AS_id NULL
104 typedef int AT_surfxml_host_power;
105 #define AU_surfxml_host_power NULL
106 typedef int AT_surfxml_router_id;
107 #define AU_surfxml_router_id NULL
108 typedef int AT_surfxml_process_start_time;
109 #define AU_surfxml_process_start_time NULL
110 typedef int AT_surfxml_cluster_suffix;
111 #define AU_surfxml_cluster_suffix NULL
112 typedef int AT_surfxml_platform_xmlns_c_route;
113 #define AU_surfxml_platform_xmlns_c_route NULL
114 typedef int AT_surfxml_ASroute_src;
115 #define AU_surfxml_ASroute_src NULL
116 typedef int AT_surfxml_cluster_prefix;
117 #define AU_surfxml_cluster_prefix NULL
118 typedef int AT_surfxml_trace_file;
119 #define AU_surfxml_trace_file NULL
120 typedef enum { AU_surfxml_link_sharing_policy, A_surfxml_link_sharing_policy_SHARED,A_surfxml_link_sharing_policy_FATPIPE } AT_surfxml_link_sharing_policy;
121 typedef int AT_surfxml_random_min;
122 #define AU_surfxml_random_min NULL
123 typedef int AT_surfxml_process_kill_time;
124 #define AU_surfxml_process_kill_time NULL
125 typedef int AT_surfxml_cluster_bb_bw;
126 #define AU_surfxml_cluster_bb_bw NULL
127 typedef int AT_surfxml_trace_c_connect_element;
128 #define AU_surfxml_trace_c_connect_element NULL
129 typedef int AT_surfxml_argument_value;
130 #define AU_surfxml_argument_value NULL
131 typedef enum { AU_surfxml_link_state, A_surfxml_link_state_ON,A_surfxml_link_state_OFF } AT_surfxml_link_state;
132 typedef int AT_surfxml_ASroute_gw_src;
133 #define AU_surfxml_ASroute_gw_src NULL
134 typedef int AT_surfxml_AS_routing;
135 #define AU_surfxml_AS_routing NULL
136 typedef int AT_surfxml_link_bandwidth;
137 #define AU_surfxml_link_bandwidth NULL
138 typedef int AT_surfxml_cluster_id;
139 #define AU_surfxml_cluster_id NULL
140 typedef int AT_surfxml_random_mean;
141 #define AU_surfxml_random_mean NULL
142 typedef int AT_surfxml_cluster_bb_lat;
143 #define AU_surfxml_cluster_bb_lat NULL
144 typedef int AT_surfxml_link_latency;
145 #define AU_surfxml_link_latency NULL
146 typedef int AT_surfxml_platform_xmlns_c_link;
147 #define AU_surfxml_platform_xmlns_c_link NULL
148 typedef int AT_surfxml_link_bandwidth_file;
149 #define AU_surfxml_link_bandwidth_file NULL
150 typedef int AT_surfxml_host_vivaldi;
151 #define AU_surfxml_host_vivaldi NULL
152 typedef int AT_surfxml_random_id;
153 #define AU_surfxml_random_id NULL
154 typedef int AT_surfxml_random_max;
155 #define AU_surfxml_random_max NULL
156 typedef int AT_surfxml_link_id;
157 #define AU_surfxml_link_id NULL
158 typedef int AT_surfxml_process_host;
159 #define AU_surfxml_process_host NULL
160 typedef int AT_surfxml_host_availability_file;
161 #define AU_surfxml_host_availability_file NULL
162 typedef int AT_surfxml_cluster_lat;
163 #define AU_surfxml_cluster_lat NULL
164 typedef int AT_surfxml_trace_periodicity;
165 #define AU_surfxml_trace_periodicity NULL
166 typedef int AT_surfxml_prop_value;
167 #define AU_surfxml_prop_value NULL
168 typedef int AT_surfxml_ASroute_dst;
169 #define AU_surfxml_ASroute_dst NULL
170 typedef int AT_surfxml_link_state_file;
171 #define AU_surfxml_link_state_file NULL
172 typedef int AT_surfxml_cluster_power;
173 #define AU_surfxml_cluster_power NULL
174 typedef int AT_surfxml_process_function;
175 #define AU_surfxml_process_function NULL
176 typedef int AT_surfxml_host_max_outgoing_rate;
177 #define AU_surfxml_host_max_outgoing_rate NULL
178 typedef int AT_surfxml_link_c_ctn_id;
179 #define AU_surfxml_link_c_ctn_id NULL
180 typedef int AT_surfxml_bypassRoute_dst;
181 #define AU_surfxml_bypassRoute_dst NULL
182 typedef int AT_surfxml_host_availability;
183 #define AU_surfxml_host_availability NULL
184 typedef int AT_surfxml_bypassRoute_src;
185 #define AU_surfxml_bypassRoute_src NULL
186 typedef int AT_surfxml_route_src;
187 #define AU_surfxml_route_src NULL
188 typedef int AT_surfxml_bypassRoute_gw_dst;
189 #define AU_surfxml_bypassRoute_gw_dst NULL
190 typedef int AT_surfxml_trace_c_connect_trace;
191 #define AU_surfxml_trace_c_connect_trace NULL
192 typedef int AT_surfxml_trace_id;
193 #define AU_surfxml_trace_id NULL
194 typedef int AT_surfxml_cluster_radical;
195 #define AU_surfxml_cluster_radical NULL
196 typedef int AT_surfxml_random_std_deviation;
197 #define AU_surfxml_random_std_deviation NULL
198 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;
199 typedef int AT_surfxml_bypassRoute_gw_src;
200 #define AU_surfxml_bypassRoute_gw_src NULL
201 typedef int AT_surfxml_host_state_file;
202 #define AU_surfxml_host_state_file NULL
203 typedef int AT_surfxml_route_dst;
204 #define AU_surfxml_route_dst NULL
205 typedef int AT_surfxml_cluster_bw;
206 #define AU_surfxml_cluster_bw NULL
207 typedef int AT_surfxml_platform_version;
208 #define AU_surfxml_platform_version NULL
209
210 /* FleXML-provided data. */
211 XBT_PUBLIC_DATA(int ) surfxml_pcdata_ix;
212 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
213 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
214 XBT_PUBLIC_DATA(AT_surfxml_random_generator ) AX_surfxml_random_generator;
215 #define A_surfxml_random_generator AX_surfxml_random_generator
216 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_dst ) AX_surfxml_ASroute_gw_dst;
217 #define A_surfxml_ASroute_gw_dst (surfxml_bufferstack + AX_surfxml_ASroute_gw_dst)
218 XBT_PUBLIC_DATA(AT_surfxml_prop_id ) AX_surfxml_prop_id;
219 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
220 XBT_PUBLIC_DATA(AT_surfxml_host_interference_recv ) AX_surfxml_host_interference_recv;
221 #define A_surfxml_host_interference_recv (surfxml_bufferstack + AX_surfxml_host_interference_recv)
222 XBT_PUBLIC_DATA(AT_surfxml_host_id ) AX_surfxml_host_id;
223 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
224 XBT_PUBLIC_DATA(AT_surfxml_link_latency_file ) AX_surfxml_link_latency_file;
225 #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file)
226 XBT_PUBLIC_DATA(AT_surfxml_host_state ) AX_surfxml_host_state;
227 #define A_surfxml_host_state AX_surfxml_host_state
228 XBT_PUBLIC_DATA(AT_surfxml_host_interference_send_recv ) AX_surfxml_host_interference_send_recv;
229 #define A_surfxml_host_interference_send_recv (surfxml_bufferstack + AX_surfxml_host_interference_send_recv)
230 XBT_PUBLIC_DATA(AT_surfxml_host_interference_send ) AX_surfxml_host_interference_send;
231 #define A_surfxml_host_interference_send (surfxml_bufferstack + AX_surfxml_host_interference_send)
232 XBT_PUBLIC_DATA(AT_surfxml_AS_id ) AX_surfxml_AS_id;
233 #define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id)
234 XBT_PUBLIC_DATA(AT_surfxml_host_power ) AX_surfxml_host_power;
235 #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power)
236 XBT_PUBLIC_DATA(AT_surfxml_router_id ) AX_surfxml_router_id;
237 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
238 XBT_PUBLIC_DATA(AT_surfxml_process_start_time ) AX_surfxml_process_start_time;
239 #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time)
240 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix ) AX_surfxml_cluster_suffix;
241 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
242 XBT_PUBLIC_DATA(AT_surfxml_platform_xmlns_c_route ) AX_surfxml_platform_xmlns_c_route;
243 #define A_surfxml_platform_xmlns_c_route (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_route)
244 XBT_PUBLIC_DATA(AT_surfxml_ASroute_src ) AX_surfxml_ASroute_src;
245 #define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src)
246 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix ) AX_surfxml_cluster_prefix;
247 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
248 XBT_PUBLIC_DATA(AT_surfxml_trace_file ) AX_surfxml_trace_file;
249 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
250 XBT_PUBLIC_DATA(AT_surfxml_link_sharing_policy ) AX_surfxml_link_sharing_policy;
251 #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy
252 XBT_PUBLIC_DATA(AT_surfxml_random_min ) AX_surfxml_random_min;
253 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
254 XBT_PUBLIC_DATA(AT_surfxml_process_kill_time ) AX_surfxml_process_kill_time;
255 #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time)
256 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_bw ) AX_surfxml_cluster_bb_bw;
257 #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw)
258 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_element ) AX_surfxml_trace_c_connect_element;
259 #define A_surfxml_trace_c_connect_element (surfxml_bufferstack + AX_surfxml_trace_c_connect_element)
260 XBT_PUBLIC_DATA(AT_surfxml_argument_value ) AX_surfxml_argument_value;
261 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
262 XBT_PUBLIC_DATA(AT_surfxml_link_state ) AX_surfxml_link_state;
263 #define A_surfxml_link_state AX_surfxml_link_state
264 XBT_PUBLIC_DATA(AT_surfxml_ASroute_gw_src ) AX_surfxml_ASroute_gw_src;
265 #define A_surfxml_ASroute_gw_src (surfxml_bufferstack + AX_surfxml_ASroute_gw_src)
266 XBT_PUBLIC_DATA(AT_surfxml_AS_routing ) AX_surfxml_AS_routing;
267 #define A_surfxml_AS_routing (surfxml_bufferstack + AX_surfxml_AS_routing)
268 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth ) AX_surfxml_link_bandwidth;
269 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
270 XBT_PUBLIC_DATA(AT_surfxml_cluster_id ) AX_surfxml_cluster_id;
271 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
272 XBT_PUBLIC_DATA(AT_surfxml_random_mean ) AX_surfxml_random_mean;
273 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
274 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_lat ) AX_surfxml_cluster_bb_lat;
275 #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat)
276 XBT_PUBLIC_DATA(AT_surfxml_link_latency ) AX_surfxml_link_latency;
277 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
278 XBT_PUBLIC_DATA(AT_surfxml_platform_xmlns_c_link ) AX_surfxml_platform_xmlns_c_link;
279 #define A_surfxml_platform_xmlns_c_link (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_link)
280 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
281 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
282 XBT_PUBLIC_DATA(AT_surfxml_host_vivaldi ) AX_surfxml_host_vivaldi;
283 #define A_surfxml_host_vivaldi (surfxml_bufferstack + AX_surfxml_host_vivaldi)
284 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
285 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
286 XBT_PUBLIC_DATA(AT_surfxml_random_max ) AX_surfxml_random_max;
287 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
288 XBT_PUBLIC_DATA(AT_surfxml_link_id ) AX_surfxml_link_id;
289 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
290 XBT_PUBLIC_DATA(AT_surfxml_process_host ) AX_surfxml_process_host;
291 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
292 XBT_PUBLIC_DATA(AT_surfxml_host_availability_file ) AX_surfxml_host_availability_file;
293 #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file)
294 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat ) AX_surfxml_cluster_lat;
295 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
296 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity ) AX_surfxml_trace_periodicity;
297 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
298 XBT_PUBLIC_DATA(AT_surfxml_prop_value ) AX_surfxml_prop_value;
299 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
300 XBT_PUBLIC_DATA(AT_surfxml_ASroute_dst ) AX_surfxml_ASroute_dst;
301 #define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst)
302 XBT_PUBLIC_DATA(AT_surfxml_link_state_file ) AX_surfxml_link_state_file;
303 #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file)
304 XBT_PUBLIC_DATA(AT_surfxml_cluster_power ) AX_surfxml_cluster_power;
305 #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power)
306 XBT_PUBLIC_DATA(AT_surfxml_process_function ) AX_surfxml_process_function;
307 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
308 XBT_PUBLIC_DATA(AT_surfxml_host_max_outgoing_rate ) AX_surfxml_host_max_outgoing_rate;
309 #define A_surfxml_host_max_outgoing_rate (surfxml_bufferstack + AX_surfxml_host_max_outgoing_rate)
310 XBT_PUBLIC_DATA(AT_surfxml_link_c_ctn_id ) AX_surfxml_link_c_ctn_id;
311 #define A_surfxml_link_c_ctn_id (surfxml_bufferstack + AX_surfxml_link_c_ctn_id)
312 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_dst ) AX_surfxml_bypassRoute_dst;
313 #define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst)
314 XBT_PUBLIC_DATA(AT_surfxml_host_availability ) AX_surfxml_host_availability;
315 #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability)
316 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_src ) AX_surfxml_bypassRoute_src;
317 #define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src)
318 XBT_PUBLIC_DATA(AT_surfxml_route_src ) AX_surfxml_route_src;
319 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
320 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_gw_dst ) AX_surfxml_bypassRoute_gw_dst;
321 #define A_surfxml_bypassRoute_gw_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_gw_dst)
322 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_trace ) AX_surfxml_trace_c_connect_trace;
323 #define A_surfxml_trace_c_connect_trace (surfxml_bufferstack + AX_surfxml_trace_c_connect_trace)
324 XBT_PUBLIC_DATA(AT_surfxml_trace_id ) AX_surfxml_trace_id;
325 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
326 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical ) AX_surfxml_cluster_radical;
327 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
328 XBT_PUBLIC_DATA(AT_surfxml_random_std_deviation ) AX_surfxml_random_std_deviation;
329 #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation)
330 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_kind ) AX_surfxml_trace_c_connect_kind;
331 #define A_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind
332 XBT_PUBLIC_DATA(AT_surfxml_bypassRoute_gw_src ) AX_surfxml_bypassRoute_gw_src;
333 #define A_surfxml_bypassRoute_gw_src (surfxml_bufferstack + AX_surfxml_bypassRoute_gw_src)
334 XBT_PUBLIC_DATA(AT_surfxml_host_state_file ) AX_surfxml_host_state_file;
335 #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file)
336 XBT_PUBLIC_DATA(AT_surfxml_route_dst ) AX_surfxml_route_dst;
337 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
338 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw ) AX_surfxml_cluster_bw;
339 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
340 XBT_PUBLIC_DATA(AT_surfxml_platform_version ) AX_surfxml_platform_version;
341 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
342
343 /* XML application utilities. */
344 XBT_PUBLIC(int ) surfxml_element_context(int);
345
346 /* XML processor entry point. */
347 XBT_PUBLIC(int ) yylex(void);
348
349 /* Flexml error handling function (useful only when -q flag passed to flexml) */
350 const char * surfxml_parse_err_msg(void);
351 #endif