bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py
changeset 6893 5dccd86f90cf
parent 6882 20221fbd189e
child 6894 0c7a09810b07
--- a/bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py	Fri Mar 11 15:55:38 2011 +0000
+++ b/bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py	Sat Mar 12 18:34:30 2011 +0000
@@ -36,14 +36,16 @@
 import ns3_module_netanim
 import ns3_module_energy
 import ns3_module_mesh
+import ns3_module_ns3wifi
 import ns3_module_spectrum
 import ns3_module_csma
 import ns3_module_uan
 import ns3_module_aodv
 import ns3_module_dsdv
+import ns3_module_wimax
+import ns3_module_ns3tcp
+import ns3_module_olsr
 import ns3_module_lte
-import ns3_module_wimax
-import ns3_module_olsr
 
 def module_init():
     root_module = Module('ns3', cpp_namespace='::ns3')
@@ -316,6 +318,17 @@
         ns3_module_mesh__local.register_types(module)
     
     root_module.end_section('ns3_module_mesh')
+    root_module.begin_section('ns3_module_ns3wifi')
+    ns3_module_ns3wifi.register_types(module)
+    
+    try:
+        import ns3_module_ns3wifi__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_ns3wifi__local.register_types(module)
+    
+    root_module.end_section('ns3_module_ns3wifi')
     root_module.begin_section('ns3_module_spectrum')
     ns3_module_spectrum.register_types(module)
     
@@ -371,6 +384,39 @@
         ns3_module_dsdv__local.register_types(module)
     
     root_module.end_section('ns3_module_dsdv')
+    root_module.begin_section('ns3_module_wimax')
+    ns3_module_wimax.register_types(module)
+    
+    try:
+        import ns3_module_wimax__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_wimax__local.register_types(module)
+    
+    root_module.end_section('ns3_module_wimax')
+    root_module.begin_section('ns3_module_ns3tcp')
+    ns3_module_ns3tcp.register_types(module)
+    
+    try:
+        import ns3_module_ns3tcp__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_ns3tcp__local.register_types(module)
+    
+    root_module.end_section('ns3_module_ns3tcp')
+    root_module.begin_section('ns3_module_olsr')
+    ns3_module_olsr.register_types(module)
+    
+    try:
+        import ns3_module_olsr__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_olsr__local.register_types(module)
+    
+    root_module.end_section('ns3_module_olsr')
     root_module.begin_section('ns3_module_lte')
     ns3_module_lte.register_types(module)
     
@@ -382,28 +428,6 @@
         ns3_module_lte__local.register_types(module)
     
     root_module.end_section('ns3_module_lte')
-    root_module.begin_section('ns3_module_wimax')
-    ns3_module_wimax.register_types(module)
-    
-    try:
-        import ns3_module_wimax__local
-    except ImportError:
-        pass
-    else:
-        ns3_module_wimax__local.register_types(module)
-    
-    root_module.end_section('ns3_module_wimax')
-    root_module.begin_section('ns3_module_olsr')
-    ns3_module_olsr.register_types(module)
-    
-    try:
-        import ns3_module_olsr__local
-    except ImportError:
-        pass
-    else:
-        ns3_module_olsr__local.register_types(module)
-    
-    root_module.end_section('ns3_module_olsr')
     module.add_container('std::vector< unsigned int >', 'unsigned int', container_type='vector')
     module.add_container('std::vector< bool >', 'bool', container_type='vector')
     module.add_container('std::vector< int >', 'int', container_type='vector')
@@ -781,6 +805,17 @@
         ns3_module_mesh__local.register_methods(root_module)
     
     root_module.end_section('ns3_module_mesh')
+    root_module.begin_section('ns3_module_ns3wifi')
+    ns3_module_ns3wifi.register_methods(root_module)
+    
+    try:
+        import ns3_module_ns3wifi__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_ns3wifi__local.register_methods(root_module)
+    
+    root_module.end_section('ns3_module_ns3wifi')
     root_module.begin_section('ns3_module_spectrum')
     ns3_module_spectrum.register_methods(root_module)
     
@@ -836,6 +871,39 @@
         ns3_module_dsdv__local.register_methods(root_module)
     
     root_module.end_section('ns3_module_dsdv')
+    root_module.begin_section('ns3_module_wimax')
+    ns3_module_wimax.register_methods(root_module)
+    
+    try:
+        import ns3_module_wimax__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_wimax__local.register_methods(root_module)
+    
+    root_module.end_section('ns3_module_wimax')
+    root_module.begin_section('ns3_module_ns3tcp')
+    ns3_module_ns3tcp.register_methods(root_module)
+    
+    try:
+        import ns3_module_ns3tcp__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_ns3tcp__local.register_methods(root_module)
+    
+    root_module.end_section('ns3_module_ns3tcp')
+    root_module.begin_section('ns3_module_olsr')
+    ns3_module_olsr.register_methods(root_module)
+    
+    try:
+        import ns3_module_olsr__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_olsr__local.register_methods(root_module)
+    
+    root_module.end_section('ns3_module_olsr')
     root_module.begin_section('ns3_module_lte')
     ns3_module_lte.register_methods(root_module)
     
@@ -847,28 +915,6 @@
         ns3_module_lte__local.register_methods(root_module)
     
     root_module.end_section('ns3_module_lte')
-    root_module.begin_section('ns3_module_wimax')
-    ns3_module_wimax.register_methods(root_module)
-    
-    try:
-        import ns3_module_wimax__local
-    except ImportError:
-        pass
-    else:
-        ns3_module_wimax__local.register_methods(root_module)
-    
-    root_module.end_section('ns3_module_wimax')
-    root_module.begin_section('ns3_module_olsr')
-    ns3_module_olsr.register_methods(root_module)
-    
-    try:
-        import ns3_module_olsr__local
-    except ImportError:
-        pass
-    else:
-        ns3_module_olsr__local.register_methods(root_module)
-    
-    root_module.end_section('ns3_module_olsr')
     return
 
 def register_functions(root_module):
@@ -1137,6 +1183,17 @@
         ns3_module_mesh__local.register_functions(root_module)
     
     root_module.end_section('ns3_module_mesh')
+    root_module.begin_section('ns3_module_ns3wifi')
+    ns3_module_ns3wifi.register_functions(root_module)
+    
+    try:
+        import ns3_module_ns3wifi__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_ns3wifi__local.register_functions(root_module)
+    
+    root_module.end_section('ns3_module_ns3wifi')
     root_module.begin_section('ns3_module_spectrum')
     ns3_module_spectrum.register_functions(root_module)
     
@@ -1192,6 +1249,39 @@
         ns3_module_dsdv__local.register_functions(root_module)
     
     root_module.end_section('ns3_module_dsdv')
+    root_module.begin_section('ns3_module_wimax')
+    ns3_module_wimax.register_functions(root_module)
+    
+    try:
+        import ns3_module_wimax__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_wimax__local.register_functions(root_module)
+    
+    root_module.end_section('ns3_module_wimax')
+    root_module.begin_section('ns3_module_ns3tcp')
+    ns3_module_ns3tcp.register_functions(root_module)
+    
+    try:
+        import ns3_module_ns3tcp__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_ns3tcp__local.register_functions(root_module)
+    
+    root_module.end_section('ns3_module_ns3tcp')
+    root_module.begin_section('ns3_module_olsr')
+    ns3_module_olsr.register_functions(root_module)
+    
+    try:
+        import ns3_module_olsr__local
+    except ImportError:
+        pass
+    else:
+        ns3_module_olsr__local.register_functions(root_module)
+    
+    root_module.end_section('ns3_module_olsr')
     root_module.begin_section('ns3_module_lte')
     ns3_module_lte.register_functions(root_module)
     
@@ -1203,28 +1293,6 @@
         ns3_module_lte__local.register_functions(root_module)
     
     root_module.end_section('ns3_module_lte')
-    root_module.begin_section('ns3_module_wimax')
-    ns3_module_wimax.register_functions(root_module)
-    
-    try:
-        import ns3_module_wimax__local
-    except ImportError:
-        pass
-    else:
-        ns3_module_wimax__local.register_functions(root_module)
-    
-    root_module.end_section('ns3_module_wimax')
-    root_module.begin_section('ns3_module_olsr')
-    ns3_module_olsr.register_functions(root_module)
-    
-    try:
-        import ns3_module_olsr__local
-    except ImportError:
-        pass
-    else:
-        ns3_module_olsr__local.register_functions(root_module)
-    
-    root_module.end_section('ns3_module_olsr')
     register_functions_ns3_Config(module.get_submodule('Config'), root_module)
     register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module)
     register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module)