Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Keep extending the DTD to handle an computation/communication interference model
[simgrid.git] / src / include / surf / surfxml.h
index 426743e..35fbc21 100644 (file)
@@ -1,8 +1,8 @@
 /* XML processor/application API for ../../src/surf/surfxml.dtd.
- * Generated 2005/01/04 14:37:22.
+ * Generated 2005/01/07 10:51:22.
  *
  * This program was generated with the FleXML XML processor generator,
- * (Id: flexml.pl,v 1.29 2005/01/04 09:30:15 alegrand Exp).
+ * (Id: flexml.pl,v 1.35 2005/01/05 06:29:58 legranda Exp).
  * Copyright © 1999 Kristoffer Rose.  All rights reserved.
  *
  * You can redistribute and/or modify this program provided the following
@@ -27,6 +27,8 @@
 /* XML application entry points. */
 extern void STag_platform_description(void);
 extern void ETag_platform_description(void);
+extern void STag_include(void);
+extern void ETag_include(void);
 extern void STag_cpu(void);
 extern void ETag_cpu(void);
 extern void STag_network_link(void);
@@ -52,29 +54,45 @@ typedef const char* AT_cpu_availability_file;
 #define AU_cpu_availability_file NULL
 typedef const char* AT_process_host;
 #define AU_process_host NULL
+typedef const char* AT_route_impact_on_src;
+#define AU_route_impact_on_src NULL
 typedef const char* AT_route_src;
 #define AU_route_src NULL
 typedef const char* AT_network_link_latency_file;
 #define AU_network_link_latency_file NULL
+typedef const char* AT_route_impact_on_dst_with_other_send;
+#define AU_route_impact_on_dst_with_other_send NULL
+typedef const char* AT_cpu_interference_send_recv;
+#define AU_cpu_interference_send_recv NULL
 typedef const char* AT_cpu_availability;
 #define AU_cpu_availability NULL
+typedef const char* AT_route_impact_on_dst;
+#define AU_route_impact_on_dst NULL
+typedef const char* AT_cpu_interference_recv;
+#define AU_cpu_interference_recv NULL
+typedef const char* AT_route_impact_on_src_with_other_recv;
+#define AU_route_impact_on_src_with_other_recv NULL
 typedef const char* AT_network_link_name;
 #define AU_network_link_name NULL
 typedef const char* AT_route_element_name;
 #define AU_route_element_name NULL
 typedef const char* AT_cpu_power;
 #define AU_cpu_power NULL
+typedef const char* AT_include_file;
+#define AU_include_file NULL
 typedef const char* AT_process_function;
 #define AU_process_function NULL
-typedef enum { AU_cpu_state, A_cpu_state_ON,A_cpu_state_OFF } AT_cpu_state;
 typedef const char* AT_route_dst;
 #define AU_route_dst NULL
+typedef enum { AU_cpu_state, A_cpu_state_ON,A_cpu_state_OFF } AT_cpu_state;
 typedef const char* AT_network_link_latency;
 #define AU_network_link_latency NULL
-typedef const char* AT_cpu_state_file;
-#define AU_cpu_state_file NULL
 typedef const char* AT_network_link_state_file;
 #define AU_network_link_state_file NULL
+typedef const char* AT_cpu_interference_send;
+#define AU_cpu_interference_send NULL
+typedef const char* AT_cpu_state_file;
+#define AU_cpu_state_file NULL
 typedef const char* AT_network_link_bandwidth_file;
 #define AU_network_link_bandwidth_file NULL
 
@@ -86,18 +104,26 @@ extern AT_network_link_state A_network_link_state;
 extern AT_argument_value A_argument_value;
 extern AT_cpu_availability_file A_cpu_availability_file;
 extern AT_process_host A_process_host;
+extern AT_route_impact_on_src A_route_impact_on_src;
 extern AT_route_src A_route_src;
 extern AT_network_link_latency_file A_network_link_latency_file;
+extern AT_route_impact_on_dst_with_other_send A_route_impact_on_dst_with_other_send;
+extern AT_cpu_interference_send_recv A_cpu_interference_send_recv;
 extern AT_cpu_availability A_cpu_availability;
+extern AT_route_impact_on_dst A_route_impact_on_dst;
+extern AT_cpu_interference_recv A_cpu_interference_recv;
+extern AT_route_impact_on_src_with_other_recv A_route_impact_on_src_with_other_recv;
 extern AT_network_link_name A_network_link_name;
 extern AT_route_element_name A_route_element_name;
 extern AT_cpu_power A_cpu_power;
+extern AT_include_file A_include_file;
 extern AT_process_function A_process_function;
-extern AT_cpu_state A_cpu_state;
 extern AT_route_dst A_route_dst;
+extern AT_cpu_state A_cpu_state;
 extern AT_network_link_latency A_network_link_latency;
-extern AT_cpu_state_file A_cpu_state_file;
 extern AT_network_link_state_file A_network_link_state_file;
+extern AT_cpu_interference_send A_cpu_interference_send;
+extern AT_cpu_state_file A_cpu_state_file;
 extern AT_network_link_bandwidth_file A_network_link_bandwidth_file;
 
 /* XML application utilities. */