X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/87c39468f57b12651ab8700eba05a2a11cfeaddb..cf56a22da60094d8e7f14b1457526dc194d40226:/src/surf/surfxml.l diff --git a/src/surf/surfxml.l b/src/surf/surfxml.l index fd6d4248f1..10676a77ab 100644 --- a/src/surf/surfxml.l +++ b/src/surf/surfxml.l @@ -1,12 +1,22 @@ -/* Validating XML processor for surfxml.dtd. - * Generated 2005/01/24 16:35:24. +/* Validating XML processor for surf/surfxml.dtd. + * Generated 2007/11/29 14:32:38. * - * This program was generated with the FleXML XML processor generator, - * (Id: flexml.pl,v 1.35 2005/01/05 06:29:58 legranda Exp). - * Copyright © 1999 Kristoffer Rose. All rights reserved. + * This program was generated with the FleXML XML processor generator. + * FleXML is Copyright (C) 1999-2005 Kristoffer Rose. All rights reserved. + * FleXML is Copyright (C) 2003-2006 Martin Quinson. All rights reserved. + * (Id: flexml.pl,v 1.61 2006/09/13 16:34:33 wdowling Exp). + * + * There are two, intertwined parts to this program, part A and part B. * - * You can redistribute and/or modify this program provided the following - * two conditions hold: + * Part A + * ------ + * + * Some parts, here collectively called "Part A", are found in the + * FleXML package. They are Copyright (C) 1999-2005 Kristoffer Rose + * and Copyright (C) 2003-2006 Martin Quinson. All rights reserved. + * + * You can redistribute, use, perform, display and/or modify "Part A" + * provided the following two conditions hold: * * 1. The program is distributed WITHOUT ANY WARRANTY from the author of * FleXML; without even the implied warranty of MERCHANTABILITY or @@ -19,15 +29,29 @@ * Notice that these are explicit rights granted to you for files * generated by the FleXML system. For your rights in connection with * the FleXML system itself please consult the GNU General Public License. + * + * Part B + * ------ + * + * The other parts, here collectively called "Part B", and which came + * from the DTD used by FleXML to generate this program, can be + * distributed (or not, as the case may be) under the terms of whoever + * wrote them, provided these terms respect and obey the two conditions + * above under the heading "Part A". + * + * The author of and contributors to FleXML specifically disclaim + * any copyright interest in "Part B", unless "Part B" was written + * by the author of or contributors to FleXML. + * */ %{ /* Version strings. */ -const char rcs_flexml_skeleton[] = - "$" "Id: skel,v 1.19 2005/01/05 18:49:27 legranda Exp $"; -const char rcs_flexml[] = - "$" "Id: flexml.pl,v 1.35 2005/01/05 06:29:58 legranda Exp $"; +const char rcs_surfxml_flexml_skeleton[] = + "$" "Id: skel,v 1.38 2006/09/12 18:05:45 wdowling Exp $"; +const char rcs_surfxml_flexml[] = + "$" "Id: flexml.pl,v 1.61 2006/09/13 16:34:33 wdowling Exp $"; /* ANSI headers. */ #include @@ -37,43 +61,160 @@ const char rcs_flexml[] = #include #include +#ifndef FLEXML_INDEXSTACKSIZE +#define FLEXML_INDEXSTACKSIZE 1000 +#endif + /* Generated definitions. */ #define FLEXML_yylineno -#define FLEXML_BUFFERSTACKSIZE 10000000 +#ifndef FLEXML_BUFFERSTACKSIZE +#define FLEXML_BUFFERSTACKSIZE 1000000 +#endif +#define FLEXML_NEED_BUFFERLIT /* XML processor api. */ -#include "surfxml.h" - /* FleXML-provided data. */ -const char* pcdata; -AT_network_link_bandwidth A_network_link_bandwidth; -AT_cpu_name A_cpu_name; -AT_network_link_state A_network_link_state; -AT_argument_value A_argument_value; -AT_cpu_availability_file A_cpu_availability_file; -AT_process_host A_process_host; -AT_route_impact_on_src A_route_impact_on_src; -AT_route_src A_route_src; -AT_network_link_latency_file A_network_link_latency_file; -AT_cpu_max_outgoing_rate A_cpu_max_outgoing_rate; -AT_route_impact_on_dst_with_other_send A_route_impact_on_dst_with_other_send; -AT_cpu_interference_send_recv A_cpu_interference_send_recv; -AT_cpu_availability A_cpu_availability; -AT_route_impact_on_dst A_route_impact_on_dst; -AT_cpu_interference_recv A_cpu_interference_recv; -AT_route_impact_on_src_with_other_recv A_route_impact_on_src_with_other_recv; -AT_network_link_name A_network_link_name; -AT_route_element_name A_route_element_name; -AT_cpu_power A_cpu_power; -AT_include_file A_include_file; -AT_process_function A_process_function; -AT_route_dst A_route_dst; -AT_cpu_state A_cpu_state; -AT_network_link_latency A_network_link_latency; -AT_network_link_state_file A_network_link_state_file; -AT_cpu_interference_send A_cpu_interference_send; -AT_cpu_state_file A_cpu_state_file; -AT_network_link_bandwidth_file A_network_link_bandwidth_file; +int surfxml_pcdata_ix; +extern char *surfxml_bufferstack; +#define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix) +AT_surfxml_random_generator AX_surfxml_random_generator; +#define A_surfxml_random_generator AX_surfxml_random_generator +AT_surfxml_prop_id AX_surfxml_prop_id; +#define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id) +AT_surfxml_host_interference_recv AX_surfxml_host_interference_recv; +#define A_surfxml_host_interference_recv (surfxml_bufferstack + AX_surfxml_host_interference_recv) +AT_surfxml_host_id AX_surfxml_host_id; +#define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id) +AT_surfxml_set_id AX_surfxml_set_id; +#define A_surfxml_set_id (surfxml_bufferstack + AX_surfxml_set_id) +AT_surfxml_link_latency_file AX_surfxml_link_latency_file; +#define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file) +AT_surfxml_host_state AX_surfxml_host_state; +#define A_surfxml_host_state AX_surfxml_host_state +AT_surfxml_host_interference_send_recv AX_surfxml_host_interference_send_recv; +#define A_surfxml_host_interference_send_recv (surfxml_bufferstack + AX_surfxml_host_interference_send_recv) +AT_surfxml_host_interference_send AX_surfxml_host_interference_send; +#define A_surfxml_host_interference_send (surfxml_bufferstack + AX_surfxml_host_interference_send) +AT_surfxml_set_suffix AX_surfxml_set_suffix; +#define A_surfxml_set_suffix (surfxml_bufferstack + AX_surfxml_set_suffix) +AT_surfxml_route_impact_on_dst AX_surfxml_route_impact_on_dst; +#define A_surfxml_route_impact_on_dst (surfxml_bufferstack + AX_surfxml_route_impact_on_dst) +AT_surfxml_host_power AX_surfxml_host_power; +#define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power) +AT_surfxml_router_id AX_surfxml_router_id; +#define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id) +AT_surfxml_process_start_time AX_surfxml_process_start_time; +#define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time) +AT_surfxml_cluster_suffix AX_surfxml_cluster_suffix; +#define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix) +AT_surfxml_platform_xmlns_c_route AX_surfxml_platform_xmlns_c_route; +#define A_surfxml_platform_xmlns_c_route (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_route) +AT_surfxml_cluster_prefix AX_surfxml_cluster_prefix; +#define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix) +AT_surfxml_trace_file AX_surfxml_trace_file; +#define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file) +AT_surfxml_route_action AX_surfxml_route_action; +#define A_surfxml_route_action AX_surfxml_route_action +AT_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy; +#define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy +AT_surfxml_random_min AX_surfxml_random_min; +#define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min) +AT_surfxml_process_kill_time AX_surfxml_process_kill_time; +#define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time) +AT_surfxml_cluster_bb_bw AX_surfxml_cluster_bb_bw; +#define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw) +AT_surfxml_trace_c_connect_element AX_surfxml_trace_c_connect_element; +#define A_surfxml_trace_c_connect_element AX_surfxml_trace_c_connect_element +AT_surfxml_argument_value AX_surfxml_argument_value; +#define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value) +AT_surfxml_link_state AX_surfxml_link_state; +#define A_surfxml_link_state AX_surfxml_link_state +AT_surfxml_route_impact_on_src AX_surfxml_route_impact_on_src; +#define A_surfxml_route_impact_on_src (surfxml_bufferstack + AX_surfxml_route_impact_on_src) +AT_surfxml_link_bandwidth AX_surfxml_link_bandwidth; +#define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth) +AT_surfxml_cluster_id AX_surfxml_cluster_id; +#define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id) +AT_surfxml_random_mean AX_surfxml_random_mean; +#define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean) +AT_surfxml_cluster_bb_lat AX_surfxml_cluster_bb_lat; +#define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat) +AT_surfxml_link_latency AX_surfxml_link_latency; +#define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency) +AT_surfxml_trace_c_connect_trace_id AX_surfxml_trace_c_connect_trace_id; +#define A_surfxml_trace_c_connect_trace_id (surfxml_bufferstack + AX_surfxml_trace_c_connect_trace_id) +AT_surfxml_platform_xmlns_c_link AX_surfxml_platform_xmlns_c_link; +#define A_surfxml_platform_xmlns_c_link (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_link) +AT_surfxml_link_bandwidth_file AX_surfxml_link_bandwidth_file; +#define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file) +AT_surfxml_random_id AX_surfxml_random_id; +#define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id) +AT_surfxml_set_radical AX_surfxml_set_radical; +#define A_surfxml_set_radical (surfxml_bufferstack + AX_surfxml_set_radical) +AT_surfxml_random_max AX_surfxml_random_max; +#define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max) +AT_surfxml_link_id AX_surfxml_link_id; +#define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id) +AT_surfxml_process_host AX_surfxml_process_host; +#define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host) +AT_surfxml_host_availability_file AX_surfxml_host_availability_file; +#define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file) +AT_surfxml_cluster_lat AX_surfxml_cluster_lat; +#define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat) +AT_surfxml_trace_periodicity AX_surfxml_trace_periodicity; +#define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity) +AT_surfxml_foreach_set_id AX_surfxml_foreach_set_id; +#define A_surfxml_foreach_set_id (surfxml_bufferstack + AX_surfxml_foreach_set_id) +AT_surfxml_route_impact_on_dst_with_other_send AX_surfxml_route_impact_on_dst_with_other_send; +#define A_surfxml_route_impact_on_dst_with_other_send (surfxml_bufferstack + AX_surfxml_route_impact_on_dst_with_other_send) +AT_surfxml_prop_value AX_surfxml_prop_value; +#define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value) +AT_surfxml_route_impact_on_src_with_other_recv AX_surfxml_route_impact_on_src_with_other_recv; +#define A_surfxml_route_impact_on_src_with_other_recv (surfxml_bufferstack + AX_surfxml_route_impact_on_src_with_other_recv) +AT_surfxml_link_state_file AX_surfxml_link_state_file; +#define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file) +AT_surfxml_set_prefix AX_surfxml_set_prefix; +#define A_surfxml_set_prefix (surfxml_bufferstack + AX_surfxml_set_prefix) +AT_surfxml_cluster_power AX_surfxml_cluster_power; +#define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power) +AT_surfxml_process_function AX_surfxml_process_function; +#define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function) +AT_surfxml_host_max_outgoing_rate AX_surfxml_host_max_outgoing_rate; +#define A_surfxml_host_max_outgoing_rate (surfxml_bufferstack + AX_surfxml_host_max_outgoing_rate) +AT_surfxml_link_c_ctn_id AX_surfxml_link_c_ctn_id; +#define A_surfxml_link_c_ctn_id (surfxml_bufferstack + AX_surfxml_link_c_ctn_id) +AT_surfxml_host_availability AX_surfxml_host_availability; +#define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability) +AT_surfxml_route_src AX_surfxml_route_src; +#define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src) +AT_surfxml_route_c_multi_src AX_surfxml_route_c_multi_src; +#define A_surfxml_route_c_multi_src (surfxml_bufferstack + AX_surfxml_route_c_multi_src) +AT_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action; +#define A_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action +AT_surfxml_trace_id AX_surfxml_trace_id; +#define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id) +AT_surfxml_cluster_radical AX_surfxml_cluster_radical; +#define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical) +AT_surfxml_include_file AX_surfxml_include_file; +#define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file) +AT_surfxml_random_std_deviation AX_surfxml_random_std_deviation; +#define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation) +AT_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind; +#define A_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind +AT_surfxml_trace_c_connect_connector_id AX_surfxml_trace_c_connect_connector_id; +#define A_surfxml_trace_c_connect_connector_id (surfxml_bufferstack + AX_surfxml_trace_c_connect_connector_id) +AT_surfxml_route_c_multi_dst AX_surfxml_route_c_multi_dst; +#define A_surfxml_route_c_multi_dst (surfxml_bufferstack + AX_surfxml_route_c_multi_dst) +AT_surfxml_host_state_file AX_surfxml_host_state_file; +#define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file) +AT_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric; +#define A_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric +AT_surfxml_route_dst AX_surfxml_route_dst; +#define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst) +AT_surfxml_cluster_bw AX_surfxml_cluster_bw; +#define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw) +AT_surfxml_platform_version AX_surfxml_platform_version; +#define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version) /* XML state. */ #ifdef FLEX_DEBUG @@ -91,61 +232,102 @@ AT_network_link_bandwidth_file A_network_link_bandwidth_file; /* Generic actions. */ #define SKIP /*skip*/ -#define SUCCEED return 0 +#define SUCCEED CLEANUP; return 0 #define FAIL return fail static int fail(const char*, ...); +enum {flexml_max_err_msg_size = 512}; +static char flexml_err_msg[flexml_max_err_msg_size]; +const char * surfxml_parse_err_msg() +{ + return flexml_err_msg; +} +static void reset_surfxml_parse_err_msg() +{ + flexml_err_msg[0] = '\0'; +} + +/* Cleanup */ +static void cleanup(void); +#define CLEANUP cleanup() + /* Text buffer stack handling. */ -char bufferstack[FLEXML_BUFFERSTACKSIZE]; -char* limit = bufferstack + FLEXML_BUFFERSTACKSIZE; -typedef struct BufferLast_s { - struct BufferLast_s *old; char* saved; char new[1]; -} BufferLast; -BufferLast* last = (BufferLast*)0; -char* next = bufferstack; - -#define BUFFERSET(P) (P = next) -#define BUFFERPUTC(C) (assert(next= blimit) { + blimit += FLEXML_BUFFERSTACKSIZE + 2; + { + char *temp = (char *) realloc(surfxml_bufferstack, blimit); + assert(temp); + surfxml_bufferstack = temp; + } + } + return 0; +} + +/* after this is called, there are at least 2 slots left in the stack */ +static int ck_ilimit() +{ + if (inext >= ilimit) { + ilimit += FLEXML_INDEXSTACKSIZE + 2; + { + int *temp = (int *) realloc(indexstack, ilimit); + assert(temp); + indexstack = temp; + } + } + return 0; +} + +#ifdef FLEXML_NEED_BUFFERLIT +static void surfxml_bufferliteral(char c, int* pp, const char* text) { - char *s = strchr(text,c), *e = strrchr(text,c); + const char *s = (c ? strchr(text,c) : text-1), *e = strrchr(text,c); assert(s <= e); BUFFERSET(*pp); while (++sold = last; - l->saved = p; - next = l->new; - last = l; + ck_ilimit(); + indexstack[inext++] = p; + indexstack[inext++] = bnext; } -static char* popbuffer(void) +static int popbuffer(void) { - BufferLast* l = last; - assert(last != (BufferLast*)0); - last = l->old; - next = (char*)l; - return l->saved; + assert(inext >= 2); + bnext = indexstack[--inext]; + return indexstack[--inext]; } -#endif /* General internal entities are `unput' back onto the input stream... */ #define ENTITYTEXT(T) \ { char *s = (T), *e = s+strlen(s);\ while (--e >= s) { unput(*e); }} + + %} /* Flex standard options. */ @@ -187,82 +369,149 @@ Literal \'[^'']*\'|\"[^""]*\" * INPI inside an XML PI * VALUE1 inside a '...'-delimited literal * VALUE2 inside a "..."-delimited literal - * CDATA inside a section. + * CDATA inside a section. * ROOT_ expect root element * AL_ inside the attribute list for * IN_ inside a with element contents (ready for end tag) * IMPOSSIBLE dummy to permit disabling rules; must be last */ %x PROLOG DOCTYPE EPILOG INCOMMENT INPI VALUE1 VALUE2 CDATA -%x ROOT_platform_description AL_platform_description S_platform_description S_platform_description_1 S_platform_description_2 E_platform_description -%x ROOT_include AL_include S_include S_include_1 S_include_2 E_include -%x ROOT_cpu AL_cpu E_cpu -%x ROOT_network_link AL_network_link E_network_link -%x ROOT_route AL_route S_route S_route_1 S_route_2 E_route -%x ROOT_route_element AL_route_element E_route_element -%x ROOT_process AL_process S_process S_process_1 S_process_2 E_process -%x ROOT_argument AL_argument E_argument +%x ROOT_surfxml_platform AL_surfxml_platform S_surfxml_platform S_surfxml_platform_1 S_surfxml_platform_2 S_surfxml_platform_3 S_surfxml_platform_4 S_surfxml_platform_5 E_surfxml_platform +%x AL_surfxml_include E_surfxml_include +%x AL_surfxml_trace IN_trace +%x AL_surfxml_random S_surfxml_random S_surfxml_random_1 S_surfxml_random_2 E_surfxml_random +%x AL_surfxml_trace_c_connect E_surfxml_trace_c_connect +%x AL_surfxml_set E_surfxml_set +%x AL_surfxml_foreach S_surfxml_foreach S_surfxml_foreach_1 E_surfxml_foreach +%x AL_surfxml_host S_surfxml_host S_surfxml_host_1 S_surfxml_host_2 E_surfxml_host +%x AL_surfxml_prop E_surfxml_prop +%x AL_surfxml_cluster E_surfxml_cluster +%x AL_surfxml_router E_surfxml_router +%x AL_surfxml_link S_surfxml_link S_surfxml_link_1 S_surfxml_link_2 E_surfxml_link +%x AL_surfxml_route_c_multi S_surfxml_route_c_multi S_surfxml_route_c_multi_1 S_surfxml_route_c_multi_2 E_surfxml_route_c_multi +%x AL_surfxml_route S_surfxml_route S_surfxml_route_1 S_surfxml_route_2 E_surfxml_route +%x AL_surfxml_link_c_ctn E_surfxml_link_c_ctn +%x AL_surfxml_process S_surfxml_process S_surfxml_process_1 S_surfxml_process_2 E_surfxml_process +%x AL_surfxml_argument E_surfxml_argument %x IMPOSSIBLE %{ /* State names. */ -const char* *statenames=NULL; +const char* *surfxml_statenames=NULL; %} %% /* Bypass Flex's default INITIAL state and begin by parsing the XML prolog. */ - SET(PROLOG); + SET(PROLOG); + reset_surfxml_parse_err_msg(); + surfxml_bufferstack = (char *) malloc(FLEXML_BUFFERSTACKSIZE); + assert(surfxml_bufferstack); + #ifdef FLEX_DEBUG + { + int i; + for (i = 0; i < blimit; i++) { + surfxml_bufferstack[i] = '\377'; + } + } + #endif + surfxml_bufferstack[0] = '\0'; + indexstack = (int *) malloc(FLEXML_INDEXSTACKSIZE * sizeof(int)); + assert(indexstack); + indexstack[0] = 0; + /* FleXML_init */ - if(!statenames) statenames=calloc(IMPOSSIBLE,sizeof(char*)); - statenames[PROLOG] = NULL; - statenames[DOCTYPE] = NULL; - statenames[EPILOG] = NULL; - statenames[INCOMMENT] = NULL; - statenames[INPI] = NULL; - statenames[VALUE1] = NULL; - statenames[VALUE2] = NULL; - statenames[CDATA] = NULL; - statenames[ROOT_platform_description] = NULL; - statenames[AL_platform_description] = NULL; - statenames[S_platform_description] = "platform_description"; - statenames[S_platform_description_1] = "platform_description"; - statenames[S_platform_description_2] = "platform_description"; - statenames[E_platform_description] = "platform_description"; - statenames[ROOT_include] = NULL; - statenames[AL_include] = NULL; - statenames[S_include] = "include"; - statenames[S_include_1] = "include"; - statenames[S_include_2] = "include"; - statenames[E_include] = "include"; - statenames[ROOT_cpu] = NULL; - statenames[AL_cpu] = NULL; - statenames[E_cpu] = "cpu"; - statenames[ROOT_network_link] = NULL; - statenames[AL_network_link] = NULL; - statenames[E_network_link] = "network_link"; - statenames[ROOT_route] = NULL; - statenames[AL_route] = NULL; - statenames[S_route] = "route"; - statenames[S_route_1] = "route"; - statenames[S_route_2] = "route"; - statenames[E_route] = "route"; - statenames[ROOT_route_element] = NULL; - statenames[AL_route_element] = NULL; - statenames[E_route_element] = "route_element"; - statenames[ROOT_process] = NULL; - statenames[AL_process] = NULL; - statenames[S_process] = "process"; - statenames[S_process_1] = "process"; - statenames[S_process_2] = "process"; - statenames[E_process] = "process"; - statenames[ROOT_argument] = NULL; - statenames[AL_argument] = NULL; - statenames[E_argument] = "argument"; + bnext = inext = 1; + surfxml_bufferliteral('\0', &bnext, "0.0"); + surfxml_bufferliteral('\0', &bnext, "http://simgrid.gforge.inria.fr/"); + surfxml_bufferliteral('\0', &bnext, "http://simgrid.gforge.inria.fr/"); + surfxml_bufferliteral('\0', &bnext, "1.0"); + surfxml_bufferliteral('\0', &bnext, "1.0"); + surfxml_bufferliteral('\0', &bnext, "1.0"); + surfxml_bufferliteral('\0', &bnext, "1.0"); + surfxml_bufferliteral('\0', &bnext, "-1.0"); + surfxml_bufferliteral('\0', &bnext, "0.0"); + surfxml_bufferliteral('\0', &bnext, "0.0"); + surfxml_bufferliteral('\0', &bnext, "0.0"); + surfxml_bufferliteral('\0', &bnext, "0.0"); + surfxml_bufferliteral('\0', &bnext, "0.0"); + surfxml_bufferliteral('\0', &bnext, "-1.0"); + surfxml_bufferliteral('\0', &bnext, "-1.0"); + if(!surfxml_statenames) {surfxml_statenames= (const char **)calloc(IMPOSSIBLE,sizeof(char*)); + surfxml_statenames[PROLOG] = NULL; + surfxml_statenames[DOCTYPE] = NULL; + surfxml_statenames[EPILOG] = NULL; + surfxml_statenames[INCOMMENT] = NULL; + surfxml_statenames[INPI] = NULL; + surfxml_statenames[VALUE1] = NULL; + surfxml_statenames[VALUE2] = NULL; + surfxml_statenames[CDATA] = NULL; + surfxml_statenames[ROOT_surfxml_platform] = NULL; + surfxml_statenames[AL_surfxml_platform] = NULL; + surfxml_statenames[S_surfxml_platform] = "platform"; + surfxml_statenames[S_surfxml_platform_1] = "platform"; + surfxml_statenames[S_surfxml_platform_2] = "platform"; + surfxml_statenames[S_surfxml_platform_3] = "platform"; + surfxml_statenames[S_surfxml_platform_4] = "platform"; + surfxml_statenames[S_surfxml_platform_5] = "platform"; + surfxml_statenames[E_surfxml_platform] = "platform"; + surfxml_statenames[AL_surfxml_include] = NULL; + surfxml_statenames[E_surfxml_include] = "include"; + surfxml_statenames[AL_surfxml_trace] = NULL; + surfxml_statenames[IN_trace] = "trace"; + surfxml_statenames[AL_surfxml_random] = NULL; + surfxml_statenames[S_surfxml_random] = "random"; + surfxml_statenames[S_surfxml_random_1] = "random"; + surfxml_statenames[S_surfxml_random_2] = "random"; + surfxml_statenames[E_surfxml_random] = "random"; + surfxml_statenames[AL_surfxml_trace_c_connect] = NULL; + surfxml_statenames[E_surfxml_trace_c_connect] = "trace:connect"; + surfxml_statenames[AL_surfxml_set] = NULL; + surfxml_statenames[E_surfxml_set] = "set"; + surfxml_statenames[AL_surfxml_foreach] = NULL; + surfxml_statenames[S_surfxml_foreach] = "foreach"; + surfxml_statenames[S_surfxml_foreach_1] = "foreach"; + surfxml_statenames[E_surfxml_foreach] = "foreach"; + surfxml_statenames[AL_surfxml_host] = NULL; + surfxml_statenames[S_surfxml_host] = "host"; + surfxml_statenames[S_surfxml_host_1] = "host"; + surfxml_statenames[S_surfxml_host_2] = "host"; + surfxml_statenames[E_surfxml_host] = "host"; + surfxml_statenames[AL_surfxml_prop] = NULL; + surfxml_statenames[E_surfxml_prop] = "prop"; + surfxml_statenames[AL_surfxml_cluster] = NULL; + surfxml_statenames[E_surfxml_cluster] = "cluster"; + surfxml_statenames[AL_surfxml_router] = NULL; + surfxml_statenames[E_surfxml_router] = "router"; + surfxml_statenames[AL_surfxml_link] = NULL; + surfxml_statenames[S_surfxml_link] = "link"; + surfxml_statenames[S_surfxml_link_1] = "link"; + surfxml_statenames[S_surfxml_link_2] = "link"; + surfxml_statenames[E_surfxml_link] = "link"; + surfxml_statenames[AL_surfxml_route_c_multi] = NULL; + surfxml_statenames[S_surfxml_route_c_multi] = "route:multi"; + surfxml_statenames[S_surfxml_route_c_multi_1] = "route:multi"; + surfxml_statenames[S_surfxml_route_c_multi_2] = "route:multi"; + surfxml_statenames[E_surfxml_route_c_multi] = "route:multi"; + surfxml_statenames[AL_surfxml_route] = NULL; + surfxml_statenames[S_surfxml_route] = "route"; + surfxml_statenames[S_surfxml_route_1] = "route"; + surfxml_statenames[S_surfxml_route_2] = "route"; + surfxml_statenames[E_surfxml_route] = "route"; + surfxml_statenames[AL_surfxml_link_c_ctn] = NULL; + surfxml_statenames[E_surfxml_link_c_ctn] = "link:ctn"; + surfxml_statenames[AL_surfxml_process] = NULL; + surfxml_statenames[S_surfxml_process] = "process"; + surfxml_statenames[S_surfxml_process_1] = "process"; + surfxml_statenames[S_surfxml_process_2] = "process"; + surfxml_statenames[E_surfxml_process] = "process"; + surfxml_statenames[AL_surfxml_argument] = NULL; + surfxml_statenames[E_surfxml_argument] = "argument"; + } /* COMMENTS and PIs: handled uniformly for efficiency. */ -{ +{ " */ -""{ +{ + "version"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_platform_version); + "version"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_platform_version); + + "xmlns:link"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_platform_xmlns_c_link); + "xmlns:link"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_platform_xmlns_c_link); + + "xmlns:route"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_platform_xmlns_c_route); + "xmlns:route"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_platform_xmlns_c_route); + ">" { - LEAVE; STag_platform_description();pcdata = NULL; ENTER(S_platform_description); + LEAVE; STag_surfxml_platform();surfxml_pcdata_ix = 0; ENTER(S_surfxml_platform); } "/>" { - LEAVE; STag_platform_description(); pcdata = NULL; ETag_platform_description(); + LEAVE; STag_surfxml_platform(); surfxml_pcdata_ix = 0; ETag_surfxml_platform(); popbuffer(); /* attribute */ switch (YY_START) { - case ROOT_platform_description: SET(EPILOG); break; + case ROOT_surfxml_platform: SET(EPILOG); break; } } - . FAIL("Unexpected character `%c' in attribute list of platform_description element.", yytext[0]); - {Name} FAIL("Bad attribute `%s' in `platform_description' element start tag.",yytext); - <> FAIL("EOF in attribute list of `platform_description' element."); + . FAIL("Unexpected character `%c' in attribute list of platform element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `platform' element start tag.",yytext); + <> FAIL("EOF in attribute list of `platform' element."); } -{ - "" { +{ + "" { LEAVE; - ETag_platform_description(); + ETag_surfxml_platform(); + popbuffer(); /* attribute */ switch (YY_START) { - case ROOT_platform_description: SET(EPILOG); break; + case ROOT_surfxml_platform: SET(EPILOG); break; } } - "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); - . FAIL("Unexpected character `%c': `' expected.",yytext[0]); - <> FAIL("Premature EOF: `' expected."); + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); } -""{ - "file"{Eq}\' ENTER(VALUE1); BUFFERSET(A_include_file); - "file"{Eq}\" ENTER(VALUE2); BUFFERSET(A_include_file); +{ + "file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_include_file); + "file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_include_file); ">" { - if (!A_include_file) FAIL("Required attribute `file' not set for `include' element."); - LEAVE; STag_include();pcdata = NULL; ENTER(S_include); + if (!AX_surfxml_include_file) FAIL("Required attribute `file' not set for `include' element."); + LEAVE; STag_surfxml_include();surfxml_pcdata_ix = 0; ENTER(E_surfxml_include); } "/>" { - if (!A_include_file) FAIL("Required attribute `file' not set for `include' element."); - LEAVE; STag_include(); pcdata = NULL; ETag_include(); + if (!AX_surfxml_include_file) FAIL("Required attribute `file' not set for `include' element."); + LEAVE; STag_surfxml_include(); surfxml_pcdata_ix = 0; ETag_surfxml_include(); popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_include: SET(EPILOG); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; + case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; } } . FAIL("Unexpected character `%c' in attribute list of include element.", yytext[0]); @@ -368,14 +622,14 @@ const char* *statenames=NULL; <> FAIL("EOF in attribute list of `include' element."); } -{ +{ "" { LEAVE; - ETag_include(); + ETag_surfxml_include(); + popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_include: SET(EPILOG); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; + case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); @@ -383,200 +637,711 @@ const char* *statenames=NULL; <> FAIL("Premature EOF: `' expected."); } -""{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_id); + + "file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_file); + "file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_file); + + "periodicity"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_periodicity); + "periodicity"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_periodicity); + + ">" { + if (!AX_surfxml_trace_id) FAIL("Required attribute `id' not set for `trace' element."); + if (!AX_surfxml_trace_periodicity) FAIL("Required attribute `periodicity' not set for `trace' element."); + LEAVE; STag_surfxml_trace();pushbuffer(surfxml_pcdata_ix); BUFFERSET(surfxml_pcdata_ix);; ENTER(IN_trace); + } + "/>" { + if (!AX_surfxml_trace_id) FAIL("Required attribute `id' not set for `trace' element."); + if (!AX_surfxml_trace_periodicity) FAIL("Required attribute `periodicity' not set for `trace' element."); + LEAVE; STag_surfxml_trace(); surfxml_pcdata_ix = 0; ETag_surfxml_trace(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + } + } + . FAIL("Unexpected character `%c' in attribute list of trace element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `trace' element start tag.",yytext); + <> FAIL("EOF in attribute list of `trace' element."); +} + +{ + "" { + LEAVE; + BUFFERDONE; + ETag_surfxml_trace(); + surfxml_pcdata_ix = popbuffer(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + <> FAIL("Premature EOF: `' expected."); +} + +"{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_id); + + "min"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_min); + "min"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_min); + + "max"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_max); + "max"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_max); + + "mean"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_mean); + "mean"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_mean); + + "std_deviation"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_random_std_deviation); + "std_deviation"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_random_std_deviation); + + "generator"{Eq}"'DRAND48'" | + "generator"{Eq}"\"DRAND48\"" A_surfxml_random_generator = A_surfxml_random_generator_DRAND48; + "generator"{Eq}"'RAND'" | + "generator"{Eq}"\"RAND\"" A_surfxml_random_generator = A_surfxml_random_generator_RAND; + + ">" { + if (!AX_surfxml_random_id) FAIL("Required attribute `id' not set for `random' element."); + if (!AX_surfxml_random_min) FAIL("Required attribute `min' not set for `random' element."); + if (!AX_surfxml_random_max) FAIL("Required attribute `max' not set for `random' element."); + if (!AX_surfxml_random_mean) FAIL("Required attribute `mean' not set for `random' element."); + if (!AX_surfxml_random_std_deviation) FAIL("Required attribute `std_deviation' not set for `random' element."); + LEAVE; STag_surfxml_random();surfxml_pcdata_ix = 0; ENTER(S_surfxml_random); + } + "/>" { + if (!AX_surfxml_random_id) FAIL("Required attribute `id' not set for `random' element."); + if (!AX_surfxml_random_min) FAIL("Required attribute `min' not set for `random' element."); + if (!AX_surfxml_random_max) FAIL("Required attribute `max' not set for `random' element."); + if (!AX_surfxml_random_mean) FAIL("Required attribute `mean' not set for `random' element."); + if (!AX_surfxml_random_std_deviation) FAIL("Required attribute `std_deviation' not set for `random' element."); + LEAVE; STag_surfxml_random(); surfxml_pcdata_ix = 0; ETag_surfxml_random(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + } + } + . FAIL("Unexpected character `%c' in attribute list of random element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `random' element start tag.",yytext); + <> FAIL("EOF in attribute list of `random' element."); +} + +{ + "" { + LEAVE; + ETag_surfxml_random(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} + +"{ + "kind"{Eq}"'AVAILABILITY'" | + "kind"{Eq}"\"AVAILABILITY\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_AVAILABILITY; + "kind"{Eq}"'BANDWIDTH'" | + "kind"{Eq}"\"BANDWIDTH\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_BANDWIDTH; + "kind"{Eq}"'LATENCY'" | + "kind"{Eq}"\"LATENCY\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_LATENCY; + "kind"{Eq}"'POWER'" | + "kind"{Eq}"\"POWER\"" A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_POWER; + + "trace_id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_c_connect_trace_id); + "trace_id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_c_connect_trace_id); + + "element"{Eq}"'HOST'" | + "element"{Eq}"\"HOST\"" A_surfxml_trace_c_connect_element = A_surfxml_trace_c_connect_element_HOST; + "element"{Eq}"'LINK'" | + "element"{Eq}"\"LINK\"" A_surfxml_trace_c_connect_element = A_surfxml_trace_c_connect_element_LINK; + + "connector_id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_c_connect_connector_id); + "connector_id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_c_connect_connector_id); + + ">" { + if (!AX_surfxml_trace_c_connect_trace_id) FAIL("Required attribute `trace_id' not set for `trace:connect' element."); + if (!AX_surfxml_trace_c_connect_connector_id) FAIL("Required attribute `connector_id' not set for `trace:connect' element."); + LEAVE; STag_surfxml_trace_c_connect();surfxml_pcdata_ix = 0; ENTER(E_surfxml_trace_c_connect); + } + "/>" { + if (!AX_surfxml_trace_c_connect_trace_id) FAIL("Required attribute `trace_id' not set for `trace:connect' element."); + if (!AX_surfxml_trace_c_connect_connector_id) FAIL("Required attribute `connector_id' not set for `trace:connect' element."); + LEAVE; STag_surfxml_trace_c_connect(); surfxml_pcdata_ix = 0; ETag_surfxml_trace_c_connect(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; + case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; + } + } + . FAIL("Unexpected character `%c' in attribute list of trace:connect element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `trace:connect' element start tag.",yytext); + <> FAIL("EOF in attribute list of `trace:connect' element."); +} + +{ + "" { + LEAVE; + ETag_surfxml_trace_c_connect(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform_3: case S_surfxml_platform: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; + case S_surfxml_platform_2: SET(S_surfxml_platform_3); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} + +"{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_id); + + "prefix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_prefix); + "prefix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_prefix); + + "suffix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_suffix); + "suffix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_suffix); + + "radical"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_set_radical); + "radical"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_set_radical); + + ">" { + if (!AX_surfxml_set_id) FAIL("Required attribute `id' not set for `set' element."); + if (!AX_surfxml_set_prefix) FAIL("Required attribute `prefix' not set for `set' element."); + if (!AX_surfxml_set_suffix) FAIL("Required attribute `suffix' not set for `set' element."); + if (!AX_surfxml_set_radical) FAIL("Required attribute `radical' not set for `set' element."); + LEAVE; STag_surfxml_set();surfxml_pcdata_ix = 0; ENTER(E_surfxml_set); + } + "/>" { + if (!AX_surfxml_set_id) FAIL("Required attribute `id' not set for `set' element."); + if (!AX_surfxml_set_prefix) FAIL("Required attribute `prefix' not set for `set' element."); + if (!AX_surfxml_set_suffix) FAIL("Required attribute `suffix' not set for `set' element."); + if (!AX_surfxml_set_radical) FAIL("Required attribute `radical' not set for `set' element."); + LEAVE; STag_surfxml_set(); surfxml_pcdata_ix = 0; ETag_surfxml_set(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + } + } + . FAIL("Unexpected character `%c' in attribute list of set element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `set' element start tag.",yytext); + <> FAIL("EOF in attribute list of `set' element."); +} + +{ + "" { + LEAVE; + ETag_surfxml_set(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} + +"{ + "set_id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_foreach_set_id); + "set_id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_foreach_set_id); + + ">" { + if (!AX_surfxml_foreach_set_id) FAIL("Required attribute `set_id' not set for `foreach' element."); + LEAVE; STag_surfxml_foreach();surfxml_pcdata_ix = 0; ENTER(S_surfxml_foreach); + } + "/>" FAIL("`foreach' element cannot be empty."); + . FAIL("Unexpected character `%c' in attribute list of foreach element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `foreach' element start tag.",yytext); + <> FAIL("EOF in attribute list of `foreach' element."); +} + +{ + "" { + LEAVE; + ETag_surfxml_foreach(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} + +"{ - "name"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_name); - "name"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_name); +{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_id); - "power"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_power); - "power"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_power); + "power"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_power); + "power"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_power); - "availability"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_availability); - "availability"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_availability); + "availability"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_availability); + "availability"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_availability); - "availability_file"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_availability_file); - "availability_file"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_availability_file); + "availability_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_availability_file); + "availability_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_availability_file); "state"{Eq}"'ON'" | - "state"{Eq}"\"ON\"" A_cpu_state = A_cpu_state_ON; + "state"{Eq}"\"ON\"" A_surfxml_host_state = A_surfxml_host_state_ON; "state"{Eq}"'OFF'" | - "state"{Eq}"\"OFF\"" A_cpu_state = A_cpu_state_OFF; + "state"{Eq}"\"OFF\"" A_surfxml_host_state = A_surfxml_host_state_OFF; + + "state_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_state_file); + "state_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_state_file); + + "interference_send"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_interference_send); + "interference_send"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_interference_send); + + "interference_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_interference_recv); + "interference_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_interference_recv); + + "interference_send_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_interference_send_recv); + "interference_send_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_interference_send_recv); + + "max_outgoing_rate"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_host_max_outgoing_rate); + "max_outgoing_rate"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_host_max_outgoing_rate); - "state_file"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_state_file); - "state_file"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_state_file); + ">" { + if (!AX_surfxml_host_id) FAIL("Required attribute `id' not set for `host' element."); + if (!AX_surfxml_host_power) FAIL("Required attribute `power' not set for `host' element."); + LEAVE; STag_surfxml_host();surfxml_pcdata_ix = 0; ENTER(S_surfxml_host); + } + "/>" { + if (!AX_surfxml_host_id) FAIL("Required attribute `id' not set for `host' element."); + if (!AX_surfxml_host_power) FAIL("Required attribute `power' not set for `host' element."); + LEAVE; STag_surfxml_host(); surfxml_pcdata_ix = 0; ETag_surfxml_host(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + case S_surfxml_foreach: SET(S_surfxml_foreach_1); break; + } + } + . FAIL("Unexpected character `%c' in attribute list of host element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `host' element start tag.",yytext); + <> FAIL("EOF in attribute list of `host' element."); +} - "interference_send"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_interference_send); - "interference_send"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_interference_send); +{ + "" { + LEAVE; + ETag_surfxml_host(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform_3: case S_surfxml_platform: SET(S_surfxml_platform_3); break; + case S_surfxml_foreach: SET(S_surfxml_foreach_1); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} - "interference_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_interference_recv); - "interference_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_interference_recv); +"{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_prop_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_prop_id); - "max_outgoing_rate"{Eq}\' ENTER(VALUE1); BUFFERSET(A_cpu_max_outgoing_rate); - "max_outgoing_rate"{Eq}\" ENTER(VALUE2); BUFFERSET(A_cpu_max_outgoing_rate); + "value"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_prop_value); + "value"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_prop_value); ">" { - if (!A_cpu_name) FAIL("Required attribute `name' not set for `cpu' element."); - if (!A_cpu_power) FAIL("Required attribute `power' not set for `cpu' element."); - LEAVE; STag_cpu();pcdata = NULL; ENTER(E_cpu); + if (!AX_surfxml_prop_id) FAIL("Required attribute `id' not set for `prop' element."); + if (!AX_surfxml_prop_value) FAIL("Required attribute `value' not set for `prop' element."); + LEAVE; STag_surfxml_prop();surfxml_pcdata_ix = 0; ENTER(E_surfxml_prop); } "/>" { - if (!A_cpu_name) FAIL("Required attribute `name' not set for `cpu' element."); - if (!A_cpu_power) FAIL("Required attribute `power' not set for `cpu' element."); - LEAVE; STag_cpu(); pcdata = NULL; ETag_cpu(); + if (!AX_surfxml_prop_id) FAIL("Required attribute `id' not set for `prop' element."); + if (!AX_surfxml_prop_value) FAIL("Required attribute `value' not set for `prop' element."); + LEAVE; STag_surfxml_prop(); surfxml_pcdata_ix = 0; ETag_surfxml_prop(); popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_cpu: SET(EPILOG); break; + case S_surfxml_random: case S_surfxml_random_2: case S_surfxml_random_1: SET(S_surfxml_random_2); break; + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; + case S_surfxml_host: case S_surfxml_host_1: case S_surfxml_host_2: SET(S_surfxml_host_2); break; + case S_surfxml_link_1: case S_surfxml_link_2: case S_surfxml_link: SET(S_surfxml_link_2); break; } } - . FAIL("Unexpected character `%c' in attribute list of cpu element.", yytext[0]); - {Name} FAIL("Bad attribute `%s' in `cpu' element start tag.",yytext); - <> FAIL("EOF in attribute list of `cpu' element."); + . FAIL("Unexpected character `%c' in attribute list of prop element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `prop' element start tag.",yytext); + <> FAIL("EOF in attribute list of `prop' element."); } -{ - "" { +{ + "" { LEAVE; - ETag_cpu(); + ETag_surfxml_prop(); + popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_cpu: SET(EPILOG); break; + case S_surfxml_random: case S_surfxml_random_2: case S_surfxml_random_1: SET(S_surfxml_random_2); break; + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; + case S_surfxml_host: case S_surfxml_host_1: case S_surfxml_host_2: SET(S_surfxml_host_2); break; + case S_surfxml_link_1: case S_surfxml_link_2: case S_surfxml_link: SET(S_surfxml_link_2); break; } } - "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); - . FAIL("Unexpected character `%c': `' expected.",yytext[0]); - <> FAIL("Premature EOF: `' expected."); + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); } -""{ - "name"{Eq}\' ENTER(VALUE1); BUFFERSET(A_network_link_name); - "name"{Eq}\" ENTER(VALUE2); BUFFERSET(A_network_link_name); +{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_id); + + "prefix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_prefix); + "prefix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_prefix); + + "suffix"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_suffix); + "suffix"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_suffix); + + "radical"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_radical); + "radical"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_radical); + + "power"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_power); + "power"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_power); + + "bw"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bw); + "bw"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bw); + + "lat"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_lat); + "lat"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_lat); + + "bb_bw"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bb_bw); + "bb_bw"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bb_bw); + + "bb_lat"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bb_lat); + "bb_lat"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bb_lat); - "bandwidth"{Eq}\' ENTER(VALUE1); BUFFERSET(A_network_link_bandwidth); - "bandwidth"{Eq}\" ENTER(VALUE2); BUFFERSET(A_network_link_bandwidth); + ">" { + if (!AX_surfxml_cluster_id) FAIL("Required attribute `id' not set for `cluster' element."); + if (!AX_surfxml_cluster_prefix) FAIL("Required attribute `prefix' not set for `cluster' element."); + if (!AX_surfxml_cluster_suffix) FAIL("Required attribute `suffix' not set for `cluster' element."); + if (!AX_surfxml_cluster_radical) FAIL("Required attribute `radical' not set for `cluster' element."); + if (!AX_surfxml_cluster_power) FAIL("Required attribute `power' not set for `cluster' element."); + if (!AX_surfxml_cluster_bw) FAIL("Required attribute `bw' not set for `cluster' element."); + if (!AX_surfxml_cluster_lat) FAIL("Required attribute `lat' not set for `cluster' element."); + if (!AX_surfxml_cluster_bb_bw) FAIL("Required attribute `bb_bw' not set for `cluster' element."); + if (!AX_surfxml_cluster_bb_lat) FAIL("Required attribute `bb_lat' not set for `cluster' element."); + LEAVE; STag_surfxml_cluster();surfxml_pcdata_ix = 0; ENTER(E_surfxml_cluster); + } + "/>" { + if (!AX_surfxml_cluster_id) FAIL("Required attribute `id' not set for `cluster' element."); + if (!AX_surfxml_cluster_prefix) FAIL("Required attribute `prefix' not set for `cluster' element."); + if (!AX_surfxml_cluster_suffix) FAIL("Required attribute `suffix' not set for `cluster' element."); + if (!AX_surfxml_cluster_radical) FAIL("Required attribute `radical' not set for `cluster' element."); + if (!AX_surfxml_cluster_power) FAIL("Required attribute `power' not set for `cluster' element."); + if (!AX_surfxml_cluster_bw) FAIL("Required attribute `bw' not set for `cluster' element."); + if (!AX_surfxml_cluster_lat) FAIL("Required attribute `lat' not set for `cluster' element."); + if (!AX_surfxml_cluster_bb_bw) FAIL("Required attribute `bb_bw' not set for `cluster' element."); + if (!AX_surfxml_cluster_bb_lat) FAIL("Required attribute `bb_lat' not set for `cluster' element."); + LEAVE; STag_surfxml_cluster(); surfxml_pcdata_ix = 0; ETag_surfxml_cluster(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + . FAIL("Unexpected character `%c' in attribute list of cluster element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `cluster' element start tag.",yytext); + <> FAIL("EOF in attribute list of `cluster' element."); +} - "bandwidth_file"{Eq}\' ENTER(VALUE1); BUFFERSET(A_network_link_bandwidth_file); - "bandwidth_file"{Eq}\" ENTER(VALUE2); BUFFERSET(A_network_link_bandwidth_file); +{ + "" { + LEAVE; + ETag_surfxml_cluster(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} - "latency"{Eq}\' ENTER(VALUE1); BUFFERSET(A_network_link_latency); - "latency"{Eq}\" ENTER(VALUE2); BUFFERSET(A_network_link_latency); +"{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_router_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_router_id); + + ">" { + if (!AX_surfxml_router_id) FAIL("Required attribute `id' not set for `router' element."); + LEAVE; STag_surfxml_router();surfxml_pcdata_ix = 0; ENTER(E_surfxml_router); + } + "/>" { + if (!AX_surfxml_router_id) FAIL("Required attribute `id' not set for `router' element."); + LEAVE; STag_surfxml_router(); surfxml_pcdata_ix = 0; ETag_surfxml_router(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + . FAIL("Unexpected character `%c' in attribute list of router element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `router' element start tag.",yytext); + <> FAIL("EOF in attribute list of `router' element."); +} + +{ + "" { + LEAVE; + ETag_surfxml_router(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} + +"{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_id); + + "bandwidth"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_bandwidth); + "bandwidth"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_bandwidth); + + "bandwidth_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_bandwidth_file); + "bandwidth_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_bandwidth_file); + + "latency"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_latency); + "latency"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_latency); + + "latency_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_latency_file); + "latency_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_latency_file); "state"{Eq}"'ON'" | - "state"{Eq}"\"ON\"" A_network_link_state = A_network_link_state_ON; + "state"{Eq}"\"ON\"" A_surfxml_link_state = A_surfxml_link_state_ON; "state"{Eq}"'OFF'" | - "state"{Eq}"\"OFF\"" A_network_link_state = A_network_link_state_OFF; + "state"{Eq}"\"OFF\"" A_surfxml_link_state = A_surfxml_link_state_OFF; + + "state_file"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_state_file); + "state_file"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_state_file); - "state_file"{Eq}\' ENTER(VALUE1); BUFFERSET(A_network_link_state_file); - "state_file"{Eq}\" ENTER(VALUE2); BUFFERSET(A_network_link_state_file); + "sharing_policy"{Eq}"'SHARED'" | + "sharing_policy"{Eq}"\"SHARED\"" A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_SHARED; + "sharing_policy"{Eq}"'FATPIPE'" | + "sharing_policy"{Eq}"\"FATPIPE\"" A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_FATPIPE; ">" { - if (!A_network_link_name) FAIL("Required attribute `name' not set for `network_link' element."); - if (!A_network_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `network_link' element."); - LEAVE; STag_network_link();pcdata = NULL; ENTER(E_network_link); + if (!AX_surfxml_link_id) FAIL("Required attribute `id' not set for `link' element."); + if (!AX_surfxml_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `link' element."); + LEAVE; STag_surfxml_link();surfxml_pcdata_ix = 0; ENTER(S_surfxml_link); } "/>" { - if (!A_network_link_name) FAIL("Required attribute `name' not set for `network_link' element."); - if (!A_network_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `network_link' element."); - LEAVE; STag_network_link(); pcdata = NULL; ETag_network_link(); + if (!AX_surfxml_link_id) FAIL("Required attribute `id' not set for `link' element."); + if (!AX_surfxml_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `link' element."); + LEAVE; STag_surfxml_link(); surfxml_pcdata_ix = 0; ETag_surfxml_link(); popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_network_link: SET(EPILOG); break; + case S_surfxml_foreach: case S_surfxml_foreach_1: SET(E_surfxml_foreach); break; + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } - . FAIL("Unexpected character `%c' in attribute list of network_link element.", yytext[0]); - {Name} FAIL("Bad attribute `%s' in `network_link' element start tag.",yytext); - <> FAIL("EOF in attribute list of `network_link' element."); + . FAIL("Unexpected character `%c' in attribute list of link element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `link' element start tag.",yytext); + <> FAIL("EOF in attribute list of `link' element."); } -{ - "" { +{ + "" { LEAVE; - ETag_network_link(); + ETag_surfxml_link(); + popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_network_link: SET(EPILOG); break; + case S_surfxml_foreach: case S_surfxml_foreach_1: SET(E_surfxml_foreach); break; + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; } } - "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); - . FAIL("Unexpected character `%c': `' expected.",yytext[0]); - <> FAIL("Premature EOF: `' expected."); + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); } -""{ - "src"{Eq}\' ENTER(VALUE1); BUFFERSET(A_route_src); - "src"{Eq}\" ENTER(VALUE2); BUFFERSET(A_route_src); +{ + "src"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_c_multi_src); + "src"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_c_multi_src); - "dst"{Eq}\' ENTER(VALUE1); BUFFERSET(A_route_dst); - "dst"{Eq}\" ENTER(VALUE2); BUFFERSET(A_route_dst); + "dst"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_c_multi_dst); + "dst"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_c_multi_dst); - "impact_on_src"{Eq}\' ENTER(VALUE1); BUFFERSET(A_route_impact_on_src); - "impact_on_src"{Eq}\" ENTER(VALUE2); BUFFERSET(A_route_impact_on_src); + "action"{Eq}"'POSTPEND'" | + "action"{Eq}"\"POSTPEND\"" A_surfxml_route_c_multi_action = A_surfxml_route_c_multi_action_POSTPEND; + "action"{Eq}"'PREPEND'" | + "action"{Eq}"\"PREPEND\"" A_surfxml_route_c_multi_action = A_surfxml_route_c_multi_action_PREPEND; + "action"{Eq}"'OVERRIDE'" | + "action"{Eq}"\"OVERRIDE\"" A_surfxml_route_c_multi_action = A_surfxml_route_c_multi_action_OVERRIDE; - "impact_on_dst"{Eq}\' ENTER(VALUE1); BUFFERSET(A_route_impact_on_dst); - "impact_on_dst"{Eq}\" ENTER(VALUE2); BUFFERSET(A_route_impact_on_dst); + "symmetric"{Eq}"'YES'" | + "symmetric"{Eq}"\"YES\"" A_surfxml_route_c_multi_symmetric = A_surfxml_route_c_multi_symmetric_YES; + "symmetric"{Eq}"'NO'" | + "symmetric"{Eq}"\"NO\"" A_surfxml_route_c_multi_symmetric = A_surfxml_route_c_multi_symmetric_NO; - "impact_on_src_with_other_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(A_route_impact_on_src_with_other_recv); - "impact_on_src_with_other_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(A_route_impact_on_src_with_other_recv); + ">" { + if (!AX_surfxml_route_c_multi_src) FAIL("Required attribute `src' not set for `route:multi' element."); + if (!AX_surfxml_route_c_multi_dst) FAIL("Required attribute `dst' not set for `route:multi' element."); + LEAVE; STag_surfxml_route_c_multi();surfxml_pcdata_ix = 0; ENTER(S_surfxml_route_c_multi); + } + "/>" FAIL("`route:multi' element cannot be empty."); + . FAIL("Unexpected character `%c' in attribute list of route:multi element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `route:multi' element start tag.",yytext); + <> FAIL("EOF in attribute list of `route:multi' element."); +} - "impact_on_dst_with_other_send"{Eq}\' ENTER(VALUE1); BUFFERSET(A_route_impact_on_dst_with_other_send); - "impact_on_dst_with_other_send"{Eq}\" ENTER(VALUE2); BUFFERSET(A_route_impact_on_dst_with_other_send); +{ + "" { + LEAVE; + ETag_surfxml_route_c_multi(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; + } + } + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); +} + +"{ + "src"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_src); + "src"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_src); + + "dst"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_dst); + "dst"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_dst); + + "impact_on_src"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_src); + "impact_on_src"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_src); + + "impact_on_dst"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_dst); + "impact_on_dst"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_dst); + + "impact_on_src_with_other_recv"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_src_with_other_recv); + "impact_on_src_with_other_recv"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_src_with_other_recv); + + "impact_on_dst_with_other_send"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_route_impact_on_dst_with_other_send); + "impact_on_dst_with_other_send"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_route_impact_on_dst_with_other_send); + + "action"{Eq}"'POSTPEND'" | + "action"{Eq}"\"POSTPEND\"" A_surfxml_route_action = A_surfxml_route_action_POSTPEND; + "action"{Eq}"'PREPEND'" | + "action"{Eq}"\"PREPEND\"" A_surfxml_route_action = A_surfxml_route_action_PREPEND; + "action"{Eq}"'OVERRIDE'" | + "action"{Eq}"\"OVERRIDE\"" A_surfxml_route_action = A_surfxml_route_action_OVERRIDE; ">" { - if (!A_route_src) FAIL("Required attribute `src' not set for `route' element."); - if (!A_route_dst) FAIL("Required attribute `dst' not set for `route' element."); - LEAVE; STag_route();pcdata = NULL; ENTER(S_route); + if (!AX_surfxml_route_src) FAIL("Required attribute `src' not set for `route' element."); + if (!AX_surfxml_route_dst) FAIL("Required attribute `dst' not set for `route' element."); + LEAVE; STag_surfxml_route();surfxml_pcdata_ix = 0; ENTER(S_surfxml_route); } "/>" { - if (!A_route_src) FAIL("Required attribute `src' not set for `route' element."); - if (!A_route_dst) FAIL("Required attribute `dst' not set for `route' element."); - LEAVE; STag_route(); pcdata = NULL; ETag_route(); + if (!AX_surfxml_route_src) FAIL("Required attribute `src' not set for `route' element."); + if (!AX_surfxml_route_dst) FAIL("Required attribute `dst' not set for `route' element."); + LEAVE; STag_surfxml_route(); surfxml_pcdata_ix = 0; ETag_surfxml_route(); popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_route: SET(EPILOG); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } . FAIL("Unexpected character `%c' in attribute list of route element.", yytext[0]); @@ -584,14 +1349,13 @@ const char* *statenames=NULL; <> FAIL("EOF in attribute list of `route' element."); } -{ +{ "" { LEAVE; - ETag_route(); + ETag_surfxml_route(); + popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_route: SET(EPILOG); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); @@ -599,72 +1363,79 @@ const char* *statenames=NULL; <> FAIL("Premature EOF: `' expected."); } -""{ - "name"{Eq}\' ENTER(VALUE1); BUFFERSET(A_route_element_name); - "name"{Eq}\" ENTER(VALUE2); BUFFERSET(A_route_element_name); +{ + "id"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_link_c_ctn_id); + "id"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_link_c_ctn_id); ">" { - if (!A_route_element_name) FAIL("Required attribute `name' not set for `route_element' element."); - LEAVE; STag_route_element();pcdata = NULL; ENTER(E_route_element); + if (!AX_surfxml_link_c_ctn_id) FAIL("Required attribute `id' not set for `link:ctn' element."); + LEAVE; STag_surfxml_link_c_ctn();surfxml_pcdata_ix = 0; ENTER(E_surfxml_link_c_ctn); } "/>" { - if (!A_route_element_name) FAIL("Required attribute `name' not set for `route_element' element."); - LEAVE; STag_route_element(); pcdata = NULL; ETag_route_element(); + if (!AX_surfxml_link_c_ctn_id) FAIL("Required attribute `id' not set for `link:ctn' element."); + LEAVE; STag_surfxml_link_c_ctn(); surfxml_pcdata_ix = 0; ETag_surfxml_link_c_ctn(); popbuffer(); /* attribute */ switch (YY_START) { - case S_route_1: case S_route: case S_route_2: SET(S_route_2); break; - case ROOT_route_element: SET(EPILOG); break; + case S_surfxml_route_1: case S_surfxml_route: case S_surfxml_route_2: SET(S_surfxml_route_2); break; + case S_surfxml_route_c_multi_2: case S_surfxml_route_c_multi_1: case S_surfxml_route_c_multi: SET(S_surfxml_route_c_multi_2); break; } } - . FAIL("Unexpected character `%c' in attribute list of route_element element.", yytext[0]); - {Name} FAIL("Bad attribute `%s' in `route_element' element start tag.",yytext); - <> FAIL("EOF in attribute list of `route_element' element."); + . FAIL("Unexpected character `%c' in attribute list of link:ctn element.", yytext[0]); + {Name} FAIL("Bad attribute `%s' in `link:ctn' element start tag.",yytext); + <> FAIL("EOF in attribute list of `link:ctn' element."); } -{ - "" { +{ + "" { LEAVE; - ETag_route_element(); + ETag_surfxml_link_c_ctn(); + popbuffer(); /* attribute */ switch (YY_START) { - case S_route_1: case S_route: case S_route_2: SET(S_route_2); break; - case ROOT_route_element: SET(EPILOG); break; + case S_surfxml_route_1: case S_surfxml_route: case S_surfxml_route_2: SET(S_surfxml_route_2); break; + case S_surfxml_route_c_multi_2: case S_surfxml_route_c_multi_1: case S_surfxml_route_c_multi: SET(S_surfxml_route_c_multi_2); break; } } - "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); - . FAIL("Unexpected character `%c': `' expected.",yytext[0]); - <> FAIL("Premature EOF: `' expected."); + "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); + . FAIL("Unexpected character `%c': `' expected.",yytext[0]); + <> FAIL("Premature EOF: `' expected."); } -""{ - "host"{Eq}\' ENTER(VALUE1); BUFFERSET(A_process_host); - "host"{Eq}\" ENTER(VALUE2); BUFFERSET(A_process_host); +{ + "host"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_host); + "host"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_host); + + "function"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_function); + "function"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_function); - "function"{Eq}\' ENTER(VALUE1); BUFFERSET(A_process_function); - "function"{Eq}\" ENTER(VALUE2); BUFFERSET(A_process_function); + "start_time"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_start_time); + "start_time"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_start_time); + + "kill_time"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_process_kill_time); + "kill_time"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_process_kill_time); ">" { - if (!A_process_host) FAIL("Required attribute `host' not set for `process' element."); - if (!A_process_function) FAIL("Required attribute `function' not set for `process' element."); - LEAVE; STag_process();pcdata = NULL; ENTER(S_process); + if (!AX_surfxml_process_host) FAIL("Required attribute `host' not set for `process' element."); + if (!AX_surfxml_process_function) FAIL("Required attribute `function' not set for `process' element."); + LEAVE; STag_surfxml_process();surfxml_pcdata_ix = 0; ENTER(S_surfxml_process); } "/>" { - if (!A_process_host) FAIL("Required attribute `host' not set for `process' element."); - if (!A_process_function) FAIL("Required attribute `function' not set for `process' element."); - LEAVE; STag_process(); pcdata = NULL; ETag_process(); + if (!AX_surfxml_process_host) FAIL("Required attribute `host' not set for `process' element."); + if (!AX_surfxml_process_function) FAIL("Required attribute `function' not set for `process' element."); + LEAVE; STag_surfxml_process(); surfxml_pcdata_ix = 0; ETag_surfxml_process(); popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_process: SET(EPILOG); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } . FAIL("Unexpected character `%c' in attribute list of process element.", yytext[0]); @@ -672,14 +1443,13 @@ const char* *statenames=NULL; <> FAIL("EOF in attribute list of `process' element."); } -{ +{ "" { LEAVE; - ETag_process(); + ETag_surfxml_process(); + popbuffer(); /* attribute */ switch (YY_START) { - case S_platform_description_2: case S_platform_description_1: case S_platform_description: SET(S_platform_description_2); break; - case S_include: case S_include_2: case S_include_1: SET(S_include_2); break; - case ROOT_process: SET(EPILOG); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: case S_surfxml_platform_4: SET(S_surfxml_platform_5); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); @@ -687,25 +1457,24 @@ const char* *statenames=NULL; <> FAIL("Premature EOF: `' expected."); } -""{ - "value"{Eq}\' ENTER(VALUE1); BUFFERSET(A_argument_value); - "value"{Eq}\" ENTER(VALUE2); BUFFERSET(A_argument_value); +{ + "value"{Eq}\' ENTER(VALUE1); BUFFERSET(AX_surfxml_argument_value); + "value"{Eq}\" ENTER(VALUE2); BUFFERSET(AX_surfxml_argument_value); ">" { - if (!A_argument_value) FAIL("Required attribute `value' not set for `argument' element."); - LEAVE; STag_argument();pcdata = NULL; ENTER(E_argument); + if (!AX_surfxml_argument_value) FAIL("Required attribute `value' not set for `argument' element."); + LEAVE; STag_surfxml_argument();surfxml_pcdata_ix = 0; ENTER(E_surfxml_argument); } "/>" { - if (!A_argument_value) FAIL("Required attribute `value' not set for `argument' element."); - LEAVE; STag_argument(); pcdata = NULL; ETag_argument(); + if (!AX_surfxml_argument_value) FAIL("Required attribute `value' not set for `argument' element."); + LEAVE; STag_surfxml_argument(); surfxml_pcdata_ix = 0; ETag_surfxml_argument(); popbuffer(); /* attribute */ switch (YY_START) { - case ROOT_argument: SET(EPILOG); break; - case S_process_1: case S_process: case S_process_2: SET(S_process_2); break; + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; } } . FAIL("Unexpected character `%c' in attribute list of argument element.", yytext[0]); @@ -713,13 +1482,13 @@ const char* *statenames=NULL; <> FAIL("EOF in attribute list of `argument' element."); } -{ +{ "" { LEAVE; - ETag_argument(); + ETag_surfxml_argument(); + popbuffer(); /* attribute */ switch (YY_START) { - case ROOT_argument: SET(EPILOG); break; - case S_process_1: case S_process: case S_process_2: SET(S_process_2); break; + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; } } "" FAIL("Unexpected end-tag `%s': `' expected.",yytext); @@ -730,13 +1499,13 @@ const char* *statenames=NULL; /* EPILOG: after the root element. */ { - . FAIL("Unexpected character `%c' after document.", yytext[0]); + . {SET(PROLOG); yyless(0); CLEANUP; return -1;} <> SUCCEED; } /* CHARACTER DATA. */ -{ +{ /* Non-defined standard entities... */ "&" BUFFERPUTC('&'); "<" BUFFERPUTC('<'); @@ -749,14 +1518,14 @@ const char* *statenames=NULL; "&#x"[[:xdigit:]]+";" BUFFERPUTC((unsigned char)strtol(yytext+3,NULL,16)); } -{ +{ "\n" | "\r" | "\r\n" | "\n\r" BUFFERPUTC('\n'); } -{ +{ "" FAIL("Unexpected `]""]>' in character data."); } @@ -771,28 +1540,29 @@ const char* *statenames=NULL; <> FAIL("EOF in literal (`\"' expected)."); } -{ +{ [^<&] BUFFERPUTC(yytext[0]); [<&] FAIL("Spurious `%c' in character data.",yytext[0]); } { "]""]>" LEAVE; - "]""]" BUFFERPUTC(yytext[0]); BUFFERPUTC(yytext[1]); + /* "]""]" BUFFERPUTC(yytext[0]); BUFFERPUTC(yytext[1]); */ . BUFFERPUTC(yytext[0]); <> FAIL("EOF in CDATA section."); } /* Impossible rules to avoid warnings from flex(1). */ - -{ - .|[\n] FAIL("The Impossible Happened: INITIAL or IMPOSSIBLE state entered?"); + /* Ideally, this should be replaced by code in flexml.pl that + generates just the states not covered by other rules. */ +<*>{ + .|[\n] FAIL("Syntax error on character `%c'.", yytext[0]); } %% /* Element context stack lookup. */ -int element_context(int i) +int surfxml_element_context(int i) { return (0