Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a indent rule to format the code in an uniform way, avoiding breaking the branche...
[simgrid.git] / include / surf / simgrid_dtd.h
1 /* XML processor/application API for surf/simgrid.dtd.
2  * Generated 2008/03/06 08:58:39.
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.63 2007/10/11 14:46:08 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 \r
52 SG_BEGIN_DECL()
53
54 /* XML application entry points. */
55 XBT_PUBLIC(void ) STag_surfxml_platform(void);
56 XBT_PUBLIC(void ) ETag_surfxml_platform(void);
57 XBT_PUBLIC(void ) STag_surfxml_include(void);
58 XBT_PUBLIC(void ) ETag_surfxml_include(void);
59 XBT_PUBLIC(void ) STag_surfxml_trace(void);
60 XBT_PUBLIC(void ) ETag_surfxml_trace(void);
61 XBT_PUBLIC(void ) STag_surfxml_random(void);
62 XBT_PUBLIC(void ) ETag_surfxml_random(void);
63 XBT_PUBLIC(void ) STag_surfxml_trace_c_connect(void);
64 XBT_PUBLIC(void ) ETag_surfxml_trace_c_connect(void);
65 XBT_PUBLIC(void ) STag_surfxml_set(void);
66 XBT_PUBLIC(void ) ETag_surfxml_set(void);
67 XBT_PUBLIC(void ) STag_surfxml_foreach(void);
68 XBT_PUBLIC(void ) ETag_surfxml_foreach(void);
69 XBT_PUBLIC(void ) STag_surfxml_host(void);
70 XBT_PUBLIC(void ) ETag_surfxml_host(void);
71 XBT_PUBLIC(void ) STag_surfxml_prop(void);
72 XBT_PUBLIC(void ) ETag_surfxml_prop(void);
73 XBT_PUBLIC(void ) STag_surfxml_cluster(void);
74 XBT_PUBLIC(void ) ETag_surfxml_cluster(void);
75 XBT_PUBLIC(void ) STag_surfxml_router(void);
76 XBT_PUBLIC(void ) ETag_surfxml_router(void);
77 XBT_PUBLIC(void ) STag_surfxml_link(void);
78 XBT_PUBLIC(void ) ETag_surfxml_link(void);
79 XBT_PUBLIC(void ) STag_surfxml_route_c_multi(void);
80 XBT_PUBLIC(void ) ETag_surfxml_route_c_multi(void);
81 XBT_PUBLIC(void ) STag_surfxml_route(void);
82 XBT_PUBLIC(void ) ETag_surfxml_route(void);
83 XBT_PUBLIC(void ) STag_surfxml_link_c_ctn(void);
84 XBT_PUBLIC(void ) ETag_surfxml_link_c_ctn(void);
85 XBT_PUBLIC(void ) STag_surfxml_process(void);
86 XBT_PUBLIC(void ) ETag_surfxml_process(void);
87 XBT_PUBLIC(void ) STag_surfxml_argument(void);
88 XBT_PUBLIC(void ) ETag_surfxml_argument(void);
89
90 /* XML application data. */
91 typedef enum { AU_surfxml_random_generator, A_surfxml_random_generator_DRAND48,A_surfxml_random_generator_RAND } AT_surfxml_random_generator;
92 typedef int AT_surfxml_prop_id;
93 #define AU_surfxml_prop_id NULL
94 typedef int AT_surfxml_host_interference_recv;
95 #define AU_surfxml_host_interference_recv NULL
96 typedef int AT_surfxml_host_id;
97 #define AU_surfxml_host_id NULL
98 typedef int AT_surfxml_set_id;
99 #define AU_surfxml_set_id NULL
100 typedef int AT_surfxml_link_latency_file;
101 #define AU_surfxml_link_latency_file NULL
102 typedef enum { AU_surfxml_host_state, A_surfxml_host_state_ON,A_surfxml_host_state_OFF } AT_surfxml_host_state;
103 typedef int AT_surfxml_host_interference_send_recv;
104 #define AU_surfxml_host_interference_send_recv NULL
105 typedef int AT_surfxml_host_interference_send;
106 #define AU_surfxml_host_interference_send NULL
107 typedef int AT_surfxml_set_suffix;
108 #define AU_surfxml_set_suffix NULL
109 typedef int AT_surfxml_route_impact_on_dst;
110 #define AU_surfxml_route_impact_on_dst 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_platform_xmlns_c_route;
120 #define AU_surfxml_platform_xmlns_c_route 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_route_action, A_surfxml_route_action_POSTPEND,A_surfxml_route_action_PREPEND,A_surfxml_route_action_OVERRIDE } AT_surfxml_route_action;
126 typedef enum { AU_surfxml_link_sharing_policy, A_surfxml_link_sharing_policy_SHARED,A_surfxml_link_sharing_policy_FATPIPE } AT_surfxml_link_sharing_policy;
127 typedef int AT_surfxml_random_min;
128 #define AU_surfxml_random_min NULL
129 typedef int AT_surfxml_process_kill_time;
130 #define AU_surfxml_process_kill_time NULL
131 typedef int AT_surfxml_cluster_bb_bw;
132 #define AU_surfxml_cluster_bb_bw NULL
133 typedef int AT_surfxml_trace_c_connect_element;
134 #define AU_surfxml_trace_c_connect_element NULL
135 typedef int AT_surfxml_argument_value;
136 #define AU_surfxml_argument_value NULL
137 typedef enum { AU_surfxml_link_state, A_surfxml_link_state_ON,A_surfxml_link_state_OFF } AT_surfxml_link_state;
138 typedef int AT_surfxml_route_impact_on_src;
139 #define AU_surfxml_route_impact_on_src NULL
140 typedef int AT_surfxml_link_bandwidth;
141 #define AU_surfxml_link_bandwidth NULL
142 typedef int AT_surfxml_cluster_id;
143 #define AU_surfxml_cluster_id NULL
144 typedef int AT_surfxml_random_mean;
145 #define AU_surfxml_random_mean NULL
146 typedef int AT_surfxml_cluster_bb_lat;
147 #define AU_surfxml_cluster_bb_lat NULL
148 typedef int AT_surfxml_link_latency;
149 #define AU_surfxml_link_latency NULL
150 typedef int AT_surfxml_platform_xmlns_c_link;
151 #define AU_surfxml_platform_xmlns_c_link NULL
152 typedef int AT_surfxml_link_bandwidth_file;
153 #define AU_surfxml_link_bandwidth_file NULL
154 typedef int AT_surfxml_random_id;
155 #define AU_surfxml_random_id NULL
156 typedef int AT_surfxml_set_radical;
157 #define AU_surfxml_set_radical NULL
158 typedef int AT_surfxml_random_max;
159 #define AU_surfxml_random_max NULL
160 typedef int AT_surfxml_link_id;
161 #define AU_surfxml_link_id NULL
162 typedef int AT_surfxml_process_host;
163 #define AU_surfxml_process_host NULL
164 typedef int AT_surfxml_host_availability_file;
165 #define AU_surfxml_host_availability_file NULL
166 typedef int AT_surfxml_cluster_lat;
167 #define AU_surfxml_cluster_lat NULL
168 typedef int AT_surfxml_trace_periodicity;
169 #define AU_surfxml_trace_periodicity NULL
170 typedef int AT_surfxml_foreach_set_id;
171 #define AU_surfxml_foreach_set_id NULL
172 typedef int AT_surfxml_route_impact_on_dst_with_other_send;
173 #define AU_surfxml_route_impact_on_dst_with_other_send NULL
174 typedef int AT_surfxml_prop_value;
175 #define AU_surfxml_prop_value NULL
176 typedef int AT_surfxml_route_impact_on_src_with_other_recv;
177 #define AU_surfxml_route_impact_on_src_with_other_recv NULL
178 typedef int AT_surfxml_link_state_file;
179 #define AU_surfxml_link_state_file NULL
180 typedef int AT_surfxml_set_prefix;
181 #define AU_surfxml_set_prefix NULL
182 typedef int AT_surfxml_cluster_power;
183 #define AU_surfxml_cluster_power NULL
184 typedef int AT_surfxml_process_function;
185 #define AU_surfxml_process_function NULL
186 typedef int AT_surfxml_host_max_outgoing_rate;
187 #define AU_surfxml_host_max_outgoing_rate NULL
188 typedef int AT_surfxml_link_c_ctn_id;
189 #define AU_surfxml_link_c_ctn_id NULL
190 typedef int AT_surfxml_host_availability;
191 #define AU_surfxml_host_availability NULL
192 typedef int AT_surfxml_route_src;
193 #define AU_surfxml_route_src NULL
194 typedef int AT_surfxml_route_c_multi_src;
195 #define AU_surfxml_route_c_multi_src NULL
196 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;
197 typedef int AT_surfxml_trace_c_connect_trace;
198 #define AU_surfxml_trace_c_connect_trace NULL
199 typedef int AT_surfxml_trace_id;
200 #define AU_surfxml_trace_id NULL
201 typedef int AT_surfxml_cluster_radical;
202 #define AU_surfxml_cluster_radical NULL
203 typedef int AT_surfxml_include_file;
204 #define AU_surfxml_include_file NULL
205 typedef int AT_surfxml_random_std_deviation;
206 #define AU_surfxml_random_std_deviation NULL
207 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;
208 typedef int AT_surfxml_route_c_multi_dst;
209 #define AU_surfxml_route_c_multi_dst NULL
210 typedef int AT_surfxml_host_state_file;
211 #define AU_surfxml_host_state_file NULL
212 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;
213 typedef int AT_surfxml_route_dst;
214 #define AU_surfxml_route_dst NULL
215 typedef int AT_surfxml_cluster_bw;
216 #define AU_surfxml_cluster_bw NULL
217 typedef int AT_surfxml_platform_version;
218 #define AU_surfxml_platform_version NULL
219
220 /* FleXML-provided data. */
221 XBT_PUBLIC_DATA(int ) surfxml_pcdata_ix;
222 XBT_PUBLIC_DATA(char *) surfxml_bufferstack;
223 #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix)
224 XBT_PUBLIC_DATA(AT_surfxml_random_generator ) AX_surfxml_random_generator;
225 #define A_surfxml_random_generator AX_surfxml_random_generator
226 XBT_PUBLIC_DATA(AT_surfxml_prop_id ) AX_surfxml_prop_id;
227 #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id)
228 XBT_PUBLIC_DATA(AT_surfxml_host_interference_recv ) AX_surfxml_host_interference_recv;
229 #define A_surfxml_host_interference_recv (surfxml_bufferstack + AX_surfxml_host_interference_recv)
230 XBT_PUBLIC_DATA(AT_surfxml_host_id ) AX_surfxml_host_id;
231 #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id)
232 XBT_PUBLIC_DATA(AT_surfxml_set_id ) AX_surfxml_set_id;
233 #define A_surfxml_set_id (surfxml_bufferstack + AX_surfxml_set_id)
234 XBT_PUBLIC_DATA(AT_surfxml_link_latency_file ) AX_surfxml_link_latency_file;
235 #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file)
236 XBT_PUBLIC_DATA(AT_surfxml_host_state ) AX_surfxml_host_state;
237 #define A_surfxml_host_state AX_surfxml_host_state
238 XBT_PUBLIC_DATA(AT_surfxml_host_interference_send_recv ) AX_surfxml_host_interference_send_recv;
239 #define A_surfxml_host_interference_send_recv (surfxml_bufferstack + AX_surfxml_host_interference_send_recv)
240 XBT_PUBLIC_DATA(AT_surfxml_host_interference_send ) AX_surfxml_host_interference_send;
241 #define A_surfxml_host_interference_send (surfxml_bufferstack + AX_surfxml_host_interference_send)
242 XBT_PUBLIC_DATA(AT_surfxml_set_suffix ) AX_surfxml_set_suffix;
243 #define A_surfxml_set_suffix (surfxml_bufferstack + AX_surfxml_set_suffix)
244 XBT_PUBLIC_DATA(AT_surfxml_route_impact_on_dst ) AX_surfxml_route_impact_on_dst;
245 #define A_surfxml_route_impact_on_dst (surfxml_bufferstack + AX_surfxml_route_impact_on_dst)
246 XBT_PUBLIC_DATA(AT_surfxml_host_power ) AX_surfxml_host_power;
247 #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power)
248 XBT_PUBLIC_DATA(AT_surfxml_router_id ) AX_surfxml_router_id;
249 #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id)
250 XBT_PUBLIC_DATA(AT_surfxml_process_start_time ) AX_surfxml_process_start_time;
251 #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time)
252 XBT_PUBLIC_DATA(AT_surfxml_cluster_suffix ) AX_surfxml_cluster_suffix;
253 #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix)
254 XBT_PUBLIC_DATA(AT_surfxml_platform_xmlns_c_route ) AX_surfxml_platform_xmlns_c_route;
255 #define A_surfxml_platform_xmlns_c_route (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_route)
256 XBT_PUBLIC_DATA(AT_surfxml_cluster_prefix ) AX_surfxml_cluster_prefix;
257 #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix)
258 XBT_PUBLIC_DATA(AT_surfxml_trace_file ) AX_surfxml_trace_file;
259 #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file)
260 XBT_PUBLIC_DATA(AT_surfxml_route_action ) AX_surfxml_route_action;
261 #define A_surfxml_route_action AX_surfxml_route_action
262 XBT_PUBLIC_DATA(AT_surfxml_link_sharing_policy ) AX_surfxml_link_sharing_policy;
263 #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy
264 XBT_PUBLIC_DATA(AT_surfxml_random_min ) AX_surfxml_random_min;
265 #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min)
266 XBT_PUBLIC_DATA(AT_surfxml_process_kill_time ) AX_surfxml_process_kill_time;
267 #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time)
268 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_bw ) AX_surfxml_cluster_bb_bw;
269 #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw)
270 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_element ) AX_surfxml_trace_c_connect_element;
271 #define A_surfxml_trace_c_connect_element (surfxml_bufferstack + AX_surfxml_trace_c_connect_element)
272 XBT_PUBLIC_DATA(AT_surfxml_argument_value ) AX_surfxml_argument_value;
273 #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value)
274 XBT_PUBLIC_DATA(AT_surfxml_link_state ) AX_surfxml_link_state;
275 #define A_surfxml_link_state AX_surfxml_link_state
276 XBT_PUBLIC_DATA(AT_surfxml_route_impact_on_src ) AX_surfxml_route_impact_on_src;
277 #define A_surfxml_route_impact_on_src (surfxml_bufferstack + AX_surfxml_route_impact_on_src)
278 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth ) AX_surfxml_link_bandwidth;
279 #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth)
280 XBT_PUBLIC_DATA(AT_surfxml_cluster_id ) AX_surfxml_cluster_id;
281 #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id)
282 XBT_PUBLIC_DATA(AT_surfxml_random_mean ) AX_surfxml_random_mean;
283 #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean)
284 XBT_PUBLIC_DATA(AT_surfxml_cluster_bb_lat ) AX_surfxml_cluster_bb_lat;
285 #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat)
286 XBT_PUBLIC_DATA(AT_surfxml_link_latency ) AX_surfxml_link_latency;
287 #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency)
288 XBT_PUBLIC_DATA(AT_surfxml_platform_xmlns_c_link ) AX_surfxml_platform_xmlns_c_link;
289 #define A_surfxml_platform_xmlns_c_link (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_link)
290 XBT_PUBLIC_DATA(AT_surfxml_link_bandwidth_file ) AX_surfxml_link_bandwidth_file;
291 #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file)
292 XBT_PUBLIC_DATA(AT_surfxml_random_id ) AX_surfxml_random_id;
293 #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id)
294 XBT_PUBLIC_DATA(AT_surfxml_set_radical ) AX_surfxml_set_radical;
295 #define A_surfxml_set_radical (surfxml_bufferstack + AX_surfxml_set_radical)
296 XBT_PUBLIC_DATA(AT_surfxml_random_max ) AX_surfxml_random_max;
297 #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max)
298 XBT_PUBLIC_DATA(AT_surfxml_link_id ) AX_surfxml_link_id;
299 #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id)
300 XBT_PUBLIC_DATA(AT_surfxml_process_host ) AX_surfxml_process_host;
301 #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host)
302 XBT_PUBLIC_DATA(AT_surfxml_host_availability_file ) AX_surfxml_host_availability_file;
303 #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file)
304 XBT_PUBLIC_DATA(AT_surfxml_cluster_lat ) AX_surfxml_cluster_lat;
305 #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat)
306 XBT_PUBLIC_DATA(AT_surfxml_trace_periodicity ) AX_surfxml_trace_periodicity;
307 #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity)
308 XBT_PUBLIC_DATA(AT_surfxml_foreach_set_id ) AX_surfxml_foreach_set_id;
309 #define A_surfxml_foreach_set_id (surfxml_bufferstack + AX_surfxml_foreach_set_id)
310 XBT_PUBLIC_DATA(AT_surfxml_route_impact_on_dst_with_other_send ) AX_surfxml_route_impact_on_dst_with_other_send;
311 #define A_surfxml_route_impact_on_dst_with_other_send (surfxml_bufferstack + AX_surfxml_route_impact_on_dst_with_other_send)
312 XBT_PUBLIC_DATA(AT_surfxml_prop_value ) AX_surfxml_prop_value;
313 #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value)
314 XBT_PUBLIC_DATA(AT_surfxml_route_impact_on_src_with_other_recv ) AX_surfxml_route_impact_on_src_with_other_recv;
315 #define A_surfxml_route_impact_on_src_with_other_recv (surfxml_bufferstack + AX_surfxml_route_impact_on_src_with_other_recv)
316 XBT_PUBLIC_DATA(AT_surfxml_link_state_file ) AX_surfxml_link_state_file;
317 #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file)
318 XBT_PUBLIC_DATA(AT_surfxml_set_prefix ) AX_surfxml_set_prefix;
319 #define A_surfxml_set_prefix (surfxml_bufferstack + AX_surfxml_set_prefix)
320 XBT_PUBLIC_DATA(AT_surfxml_cluster_power ) AX_surfxml_cluster_power;
321 #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power)
322 XBT_PUBLIC_DATA(AT_surfxml_process_function ) AX_surfxml_process_function;
323 #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function)
324 XBT_PUBLIC_DATA(AT_surfxml_host_max_outgoing_rate ) AX_surfxml_host_max_outgoing_rate;
325 #define A_surfxml_host_max_outgoing_rate (surfxml_bufferstack + AX_surfxml_host_max_outgoing_rate)
326 XBT_PUBLIC_DATA(AT_surfxml_link_c_ctn_id ) AX_surfxml_link_c_ctn_id;
327 #define A_surfxml_link_c_ctn_id (surfxml_bufferstack + AX_surfxml_link_c_ctn_id)
328 XBT_PUBLIC_DATA(AT_surfxml_host_availability ) AX_surfxml_host_availability;
329 #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability)
330 XBT_PUBLIC_DATA(AT_surfxml_route_src ) AX_surfxml_route_src;
331 #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src)
332 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_src ) AX_surfxml_route_c_multi_src;
333 #define A_surfxml_route_c_multi_src (surfxml_bufferstack + AX_surfxml_route_c_multi_src)
334 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_action ) AX_surfxml_route_c_multi_action;
335 #define A_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action
336 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_trace ) AX_surfxml_trace_c_connect_trace;
337 #define A_surfxml_trace_c_connect_trace (surfxml_bufferstack + AX_surfxml_trace_c_connect_trace)
338 XBT_PUBLIC_DATA(AT_surfxml_trace_id ) AX_surfxml_trace_id;
339 #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id)
340 XBT_PUBLIC_DATA(AT_surfxml_cluster_radical ) AX_surfxml_cluster_radical;
341 #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical)
342 XBT_PUBLIC_DATA(AT_surfxml_include_file ) AX_surfxml_include_file;
343 #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file)
344 XBT_PUBLIC_DATA(AT_surfxml_random_std_deviation ) AX_surfxml_random_std_deviation;
345 #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation)
346 XBT_PUBLIC_DATA(AT_surfxml_trace_c_connect_kind ) AX_surfxml_trace_c_connect_kind;
347 #define A_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind
348 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_dst ) AX_surfxml_route_c_multi_dst;
349 #define A_surfxml_route_c_multi_dst (surfxml_bufferstack + AX_surfxml_route_c_multi_dst)
350 XBT_PUBLIC_DATA(AT_surfxml_host_state_file ) AX_surfxml_host_state_file;
351 #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file)
352 XBT_PUBLIC_DATA(AT_surfxml_route_c_multi_symmetric ) AX_surfxml_route_c_multi_symmetric;
353 #define A_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric
354 XBT_PUBLIC_DATA(AT_surfxml_route_dst ) AX_surfxml_route_dst;
355 #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst)
356 XBT_PUBLIC_DATA(AT_surfxml_cluster_bw ) AX_surfxml_cluster_bw;
357 #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw)
358 XBT_PUBLIC_DATA(AT_surfxml_platform_version ) AX_surfxml_platform_version;
359 #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version)
360
361 /* XML application utilities. */
362 XBT_PUBLIC(int ) surfxml_element_context(int);
363
364 /* XML processor entry point. */
365 XBT_PUBLIC(int ) yylex(void);
366
367 /* Flexml error handling function (useful only when -q flag passed to flexml) */
368 const char * surfxml_parse_err_msg(void);
369
370 \r
371 SG_END_DECL()
372
373 #endif