26 import ns3_module_topology_read |
26 import ns3_module_topology_read |
27 import ns3_module_virtual_net_device |
27 import ns3_module_virtual_net_device |
28 import ns3_module_propagation |
28 import ns3_module_propagation |
29 import ns3_module_internet |
29 import ns3_module_internet |
30 import ns3_module_point_to_point |
30 import ns3_module_point_to_point |
31 import ns3_module_spectrum |
|
32 import ns3_module_wifi |
31 import ns3_module_wifi |
33 import ns3_module_aodv |
32 import ns3_module_aodv |
34 import ns3_module_applications |
33 import ns3_module_applications |
35 import ns3_module_click |
34 import ns3_module_click |
36 import ns3_module_dsdv |
35 import ns3_module_dsdv |
37 import ns3_module_flow_monitor |
36 import ns3_module_flow_monitor |
38 import ns3_module_nix_vector_routing |
37 import ns3_module_nix_vector_routing |
39 import ns3_module_olsr |
38 import ns3_module_olsr |
40 import ns3_module_tap_bridge |
39 import ns3_module_tap_bridge |
41 import ns3_module_lte |
40 import ns3_module_netanim |
42 import ns3_module_wimax |
|
43 import ns3_module_energy |
41 import ns3_module_energy |
44 import ns3_module_helper |
|
45 import ns3_module_mesh |
42 import ns3_module_mesh |
|
43 import ns3_module_spectrum |
46 import ns3_module_uan |
44 import ns3_module_uan |
47 import ns3_module_dot11s |
45 import ns3_module_dot11s |
48 import ns3_module_flame |
46 import ns3_module_flame |
|
47 import ns3_module_lte |
|
48 import ns3_module_wimax |
49 |
49 |
50 def module_init(): |
50 def module_init(): |
51 root_module = Module('ns3', cpp_namespace='::ns3') |
51 root_module = Module('ns3', cpp_namespace='::ns3') |
52 return root_module |
52 return root_module |
53 |
53 |
228 pass |
228 pass |
229 else: |
229 else: |
230 ns3_module_point_to_point__local.register_types(module) |
230 ns3_module_point_to_point__local.register_types(module) |
231 |
231 |
232 root_module.end_section('ns3_module_point_to_point') |
232 root_module.end_section('ns3_module_point_to_point') |
233 root_module.begin_section('ns3_module_spectrum') |
|
234 ns3_module_spectrum.register_types(module) |
|
235 |
|
236 try: |
|
237 import ns3_module_spectrum__local |
|
238 except ImportError: |
|
239 pass |
|
240 else: |
|
241 ns3_module_spectrum__local.register_types(module) |
|
242 |
|
243 root_module.end_section('ns3_module_spectrum') |
|
244 root_module.begin_section('ns3_module_wifi') |
233 root_module.begin_section('ns3_module_wifi') |
245 ns3_module_wifi.register_types(module) |
234 ns3_module_wifi.register_types(module) |
246 |
235 |
247 try: |
236 try: |
248 import ns3_module_wifi__local |
237 import ns3_module_wifi__local |
338 pass |
327 pass |
339 else: |
328 else: |
340 ns3_module_tap_bridge__local.register_types(module) |
329 ns3_module_tap_bridge__local.register_types(module) |
341 |
330 |
342 root_module.end_section('ns3_module_tap_bridge') |
331 root_module.end_section('ns3_module_tap_bridge') |
|
332 root_module.begin_section('ns3_module_netanim') |
|
333 ns3_module_netanim.register_types(module) |
|
334 |
|
335 try: |
|
336 import ns3_module_netanim__local |
|
337 except ImportError: |
|
338 pass |
|
339 else: |
|
340 ns3_module_netanim__local.register_types(module) |
|
341 |
|
342 root_module.end_section('ns3_module_netanim') |
|
343 root_module.begin_section('ns3_module_energy') |
|
344 ns3_module_energy.register_types(module) |
|
345 |
|
346 try: |
|
347 import ns3_module_energy__local |
|
348 except ImportError: |
|
349 pass |
|
350 else: |
|
351 ns3_module_energy__local.register_types(module) |
|
352 |
|
353 root_module.end_section('ns3_module_energy') |
|
354 root_module.begin_section('ns3_module_mesh') |
|
355 ns3_module_mesh.register_types(module) |
|
356 |
|
357 try: |
|
358 import ns3_module_mesh__local |
|
359 except ImportError: |
|
360 pass |
|
361 else: |
|
362 ns3_module_mesh__local.register_types(module) |
|
363 |
|
364 root_module.end_section('ns3_module_mesh') |
|
365 root_module.begin_section('ns3_module_spectrum') |
|
366 ns3_module_spectrum.register_types(module) |
|
367 |
|
368 try: |
|
369 import ns3_module_spectrum__local |
|
370 except ImportError: |
|
371 pass |
|
372 else: |
|
373 ns3_module_spectrum__local.register_types(module) |
|
374 |
|
375 root_module.end_section('ns3_module_spectrum') |
|
376 root_module.begin_section('ns3_module_uan') |
|
377 ns3_module_uan.register_types(module) |
|
378 |
|
379 try: |
|
380 import ns3_module_uan__local |
|
381 except ImportError: |
|
382 pass |
|
383 else: |
|
384 ns3_module_uan__local.register_types(module) |
|
385 |
|
386 root_module.end_section('ns3_module_uan') |
|
387 root_module.begin_section('ns3_module_dot11s') |
|
388 ns3_module_dot11s.register_types(module) |
|
389 |
|
390 try: |
|
391 import ns3_module_dot11s__local |
|
392 except ImportError: |
|
393 pass |
|
394 else: |
|
395 ns3_module_dot11s__local.register_types(module) |
|
396 |
|
397 root_module.end_section('ns3_module_dot11s') |
|
398 root_module.begin_section('ns3_module_flame') |
|
399 ns3_module_flame.register_types(module) |
|
400 |
|
401 try: |
|
402 import ns3_module_flame__local |
|
403 except ImportError: |
|
404 pass |
|
405 else: |
|
406 ns3_module_flame__local.register_types(module) |
|
407 |
|
408 root_module.end_section('ns3_module_flame') |
343 root_module.begin_section('ns3_module_lte') |
409 root_module.begin_section('ns3_module_lte') |
344 ns3_module_lte.register_types(module) |
410 ns3_module_lte.register_types(module) |
345 |
411 |
346 try: |
412 try: |
347 import ns3_module_lte__local |
413 import ns3_module_lte__local |
360 pass |
426 pass |
361 else: |
427 else: |
362 ns3_module_wimax__local.register_types(module) |
428 ns3_module_wimax__local.register_types(module) |
363 |
429 |
364 root_module.end_section('ns3_module_wimax') |
430 root_module.end_section('ns3_module_wimax') |
365 root_module.begin_section('ns3_module_energy') |
|
366 ns3_module_energy.register_types(module) |
|
367 |
|
368 try: |
|
369 import ns3_module_energy__local |
|
370 except ImportError: |
|
371 pass |
|
372 else: |
|
373 ns3_module_energy__local.register_types(module) |
|
374 |
|
375 root_module.end_section('ns3_module_energy') |
|
376 root_module.begin_section('ns3_module_helper') |
|
377 ns3_module_helper.register_types(module) |
|
378 |
|
379 try: |
|
380 import ns3_module_helper__local |
|
381 except ImportError: |
|
382 pass |
|
383 else: |
|
384 ns3_module_helper__local.register_types(module) |
|
385 |
|
386 root_module.end_section('ns3_module_helper') |
|
387 root_module.begin_section('ns3_module_mesh') |
|
388 ns3_module_mesh.register_types(module) |
|
389 |
|
390 try: |
|
391 import ns3_module_mesh__local |
|
392 except ImportError: |
|
393 pass |
|
394 else: |
|
395 ns3_module_mesh__local.register_types(module) |
|
396 |
|
397 root_module.end_section('ns3_module_mesh') |
|
398 root_module.begin_section('ns3_module_uan') |
|
399 ns3_module_uan.register_types(module) |
|
400 |
|
401 try: |
|
402 import ns3_module_uan__local |
|
403 except ImportError: |
|
404 pass |
|
405 else: |
|
406 ns3_module_uan__local.register_types(module) |
|
407 |
|
408 root_module.end_section('ns3_module_uan') |
|
409 root_module.begin_section('ns3_module_dot11s') |
|
410 ns3_module_dot11s.register_types(module) |
|
411 |
|
412 try: |
|
413 import ns3_module_dot11s__local |
|
414 except ImportError: |
|
415 pass |
|
416 else: |
|
417 ns3_module_dot11s__local.register_types(module) |
|
418 |
|
419 root_module.end_section('ns3_module_dot11s') |
|
420 root_module.begin_section('ns3_module_flame') |
|
421 ns3_module_flame.register_types(module) |
|
422 |
|
423 try: |
|
424 import ns3_module_flame__local |
|
425 except ImportError: |
|
426 pass |
|
427 else: |
|
428 ns3_module_flame__local.register_types(module) |
|
429 |
|
430 root_module.end_section('ns3_module_flame') |
|
431 module.add_container('std::vector< unsigned int >', 'unsigned int', container_type='vector') |
431 module.add_container('std::vector< unsigned int >', 'unsigned int', container_type='vector') |
432 module.add_container('std::vector< bool >', 'bool', container_type='vector') |
432 module.add_container('std::vector< bool >', 'bool', container_type='vector') |
433 module.add_container('std::vector< int >', 'int', container_type='vector') |
433 module.add_container('std::vector< int >', 'int', container_type='vector') |
434 module.add_container('std::vector< std::string >', 'std::string', container_type='vector') |
434 module.add_container('std::vector< std::string >', 'std::string', container_type='vector') |
435 module.add_container('std::set< unsigned int >', 'unsigned int', container_type='set') |
435 module.add_container('std::set< unsigned int >', 'unsigned int', container_type='set') |
520 module.add_container('std::map< ns3::Ipv4Address, unsigned int >', ('ns3::Ipv4Address', 'unsigned int'), container_type='map') |
520 module.add_container('std::map< ns3::Ipv4Address, unsigned int >', ('ns3::Ipv4Address', 'unsigned int'), container_type='map') |
521 |
521 |
522 def register_types_ns3_dot11s(module): |
522 def register_types_ns3_dot11s(module): |
523 root_module = module.get_root() |
523 root_module = module.get_root() |
524 |
524 |
|
525 module.add_container('std::vector< std::pair< unsigned int, ns3::Mac48Address > >', 'std::pair< unsigned int, ns3::Mac48Address >', container_type='vector') |
525 |
526 |
526 def register_types_ns3_dsdv(module): |
527 def register_types_ns3_dsdv(module): |
527 root_module = module.get_root() |
528 root_module = module.get_root() |
528 |
529 |
529 |
530 |
714 pass |
715 pass |
715 else: |
716 else: |
716 ns3_module_point_to_point__local.register_methods(root_module) |
717 ns3_module_point_to_point__local.register_methods(root_module) |
717 |
718 |
718 root_module.end_section('ns3_module_point_to_point') |
719 root_module.end_section('ns3_module_point_to_point') |
719 root_module.begin_section('ns3_module_spectrum') |
|
720 ns3_module_spectrum.register_methods(root_module) |
|
721 |
|
722 try: |
|
723 import ns3_module_spectrum__local |
|
724 except ImportError: |
|
725 pass |
|
726 else: |
|
727 ns3_module_spectrum__local.register_methods(root_module) |
|
728 |
|
729 root_module.end_section('ns3_module_spectrum') |
|
730 root_module.begin_section('ns3_module_wifi') |
720 root_module.begin_section('ns3_module_wifi') |
731 ns3_module_wifi.register_methods(root_module) |
721 ns3_module_wifi.register_methods(root_module) |
732 |
722 |
733 try: |
723 try: |
734 import ns3_module_wifi__local |
724 import ns3_module_wifi__local |
824 pass |
814 pass |
825 else: |
815 else: |
826 ns3_module_tap_bridge__local.register_methods(root_module) |
816 ns3_module_tap_bridge__local.register_methods(root_module) |
827 |
817 |
828 root_module.end_section('ns3_module_tap_bridge') |
818 root_module.end_section('ns3_module_tap_bridge') |
|
819 root_module.begin_section('ns3_module_netanim') |
|
820 ns3_module_netanim.register_methods(root_module) |
|
821 |
|
822 try: |
|
823 import ns3_module_netanim__local |
|
824 except ImportError: |
|
825 pass |
|
826 else: |
|
827 ns3_module_netanim__local.register_methods(root_module) |
|
828 |
|
829 root_module.end_section('ns3_module_netanim') |
|
830 root_module.begin_section('ns3_module_energy') |
|
831 ns3_module_energy.register_methods(root_module) |
|
832 |
|
833 try: |
|
834 import ns3_module_energy__local |
|
835 except ImportError: |
|
836 pass |
|
837 else: |
|
838 ns3_module_energy__local.register_methods(root_module) |
|
839 |
|
840 root_module.end_section('ns3_module_energy') |
|
841 root_module.begin_section('ns3_module_mesh') |
|
842 ns3_module_mesh.register_methods(root_module) |
|
843 |
|
844 try: |
|
845 import ns3_module_mesh__local |
|
846 except ImportError: |
|
847 pass |
|
848 else: |
|
849 ns3_module_mesh__local.register_methods(root_module) |
|
850 |
|
851 root_module.end_section('ns3_module_mesh') |
|
852 root_module.begin_section('ns3_module_spectrum') |
|
853 ns3_module_spectrum.register_methods(root_module) |
|
854 |
|
855 try: |
|
856 import ns3_module_spectrum__local |
|
857 except ImportError: |
|
858 pass |
|
859 else: |
|
860 ns3_module_spectrum__local.register_methods(root_module) |
|
861 |
|
862 root_module.end_section('ns3_module_spectrum') |
|
863 root_module.begin_section('ns3_module_uan') |
|
864 ns3_module_uan.register_methods(root_module) |
|
865 |
|
866 try: |
|
867 import ns3_module_uan__local |
|
868 except ImportError: |
|
869 pass |
|
870 else: |
|
871 ns3_module_uan__local.register_methods(root_module) |
|
872 |
|
873 root_module.end_section('ns3_module_uan') |
|
874 root_module.begin_section('ns3_module_dot11s') |
|
875 ns3_module_dot11s.register_methods(root_module) |
|
876 |
|
877 try: |
|
878 import ns3_module_dot11s__local |
|
879 except ImportError: |
|
880 pass |
|
881 else: |
|
882 ns3_module_dot11s__local.register_methods(root_module) |
|
883 |
|
884 root_module.end_section('ns3_module_dot11s') |
|
885 root_module.begin_section('ns3_module_flame') |
|
886 ns3_module_flame.register_methods(root_module) |
|
887 |
|
888 try: |
|
889 import ns3_module_flame__local |
|
890 except ImportError: |
|
891 pass |
|
892 else: |
|
893 ns3_module_flame__local.register_methods(root_module) |
|
894 |
|
895 root_module.end_section('ns3_module_flame') |
829 root_module.begin_section('ns3_module_lte') |
896 root_module.begin_section('ns3_module_lte') |
830 ns3_module_lte.register_methods(root_module) |
897 ns3_module_lte.register_methods(root_module) |
831 |
898 |
832 try: |
899 try: |
833 import ns3_module_lte__local |
900 import ns3_module_lte__local |
846 pass |
913 pass |
847 else: |
914 else: |
848 ns3_module_wimax__local.register_methods(root_module) |
915 ns3_module_wimax__local.register_methods(root_module) |
849 |
916 |
850 root_module.end_section('ns3_module_wimax') |
917 root_module.end_section('ns3_module_wimax') |
851 root_module.begin_section('ns3_module_energy') |
|
852 ns3_module_energy.register_methods(root_module) |
|
853 |
|
854 try: |
|
855 import ns3_module_energy__local |
|
856 except ImportError: |
|
857 pass |
|
858 else: |
|
859 ns3_module_energy__local.register_methods(root_module) |
|
860 |
|
861 root_module.end_section('ns3_module_energy') |
|
862 root_module.begin_section('ns3_module_helper') |
|
863 ns3_module_helper.register_methods(root_module) |
|
864 |
|
865 try: |
|
866 import ns3_module_helper__local |
|
867 except ImportError: |
|
868 pass |
|
869 else: |
|
870 ns3_module_helper__local.register_methods(root_module) |
|
871 |
|
872 root_module.end_section('ns3_module_helper') |
|
873 root_module.begin_section('ns3_module_mesh') |
|
874 ns3_module_mesh.register_methods(root_module) |
|
875 |
|
876 try: |
|
877 import ns3_module_mesh__local |
|
878 except ImportError: |
|
879 pass |
|
880 else: |
|
881 ns3_module_mesh__local.register_methods(root_module) |
|
882 |
|
883 root_module.end_section('ns3_module_mesh') |
|
884 root_module.begin_section('ns3_module_uan') |
|
885 ns3_module_uan.register_methods(root_module) |
|
886 |
|
887 try: |
|
888 import ns3_module_uan__local |
|
889 except ImportError: |
|
890 pass |
|
891 else: |
|
892 ns3_module_uan__local.register_methods(root_module) |
|
893 |
|
894 root_module.end_section('ns3_module_uan') |
|
895 root_module.begin_section('ns3_module_dot11s') |
|
896 ns3_module_dot11s.register_methods(root_module) |
|
897 |
|
898 try: |
|
899 import ns3_module_dot11s__local |
|
900 except ImportError: |
|
901 pass |
|
902 else: |
|
903 ns3_module_dot11s__local.register_methods(root_module) |
|
904 |
|
905 root_module.end_section('ns3_module_dot11s') |
|
906 root_module.begin_section('ns3_module_flame') |
|
907 ns3_module_flame.register_methods(root_module) |
|
908 |
|
909 try: |
|
910 import ns3_module_flame__local |
|
911 except ImportError: |
|
912 pass |
|
913 else: |
|
914 ns3_module_flame__local.register_methods(root_module) |
|
915 |
|
916 root_module.end_section('ns3_module_flame') |
|
917 return |
918 return |
918 |
919 |
919 def register_functions(root_module): |
920 def register_functions(root_module): |
920 module = root_module |
921 module = root_module |
921 root_module.begin_section('ns3_module_core') |
922 root_module.begin_section('ns3_module_core') |
1092 pass |
1093 pass |
1093 else: |
1094 else: |
1094 ns3_module_point_to_point__local.register_functions(root_module) |
1095 ns3_module_point_to_point__local.register_functions(root_module) |
1095 |
1096 |
1096 root_module.end_section('ns3_module_point_to_point') |
1097 root_module.end_section('ns3_module_point_to_point') |
1097 root_module.begin_section('ns3_module_spectrum') |
|
1098 ns3_module_spectrum.register_functions(root_module) |
|
1099 |
|
1100 try: |
|
1101 import ns3_module_spectrum__local |
|
1102 except ImportError: |
|
1103 pass |
|
1104 else: |
|
1105 ns3_module_spectrum__local.register_functions(root_module) |
|
1106 |
|
1107 root_module.end_section('ns3_module_spectrum') |
|
1108 root_module.begin_section('ns3_module_wifi') |
1098 root_module.begin_section('ns3_module_wifi') |
1109 ns3_module_wifi.register_functions(root_module) |
1099 ns3_module_wifi.register_functions(root_module) |
1110 |
1100 |
1111 try: |
1101 try: |
1112 import ns3_module_wifi__local |
1102 import ns3_module_wifi__local |
1202 pass |
1192 pass |
1203 else: |
1193 else: |
1204 ns3_module_tap_bridge__local.register_functions(root_module) |
1194 ns3_module_tap_bridge__local.register_functions(root_module) |
1205 |
1195 |
1206 root_module.end_section('ns3_module_tap_bridge') |
1196 root_module.end_section('ns3_module_tap_bridge') |
|
1197 root_module.begin_section('ns3_module_netanim') |
|
1198 ns3_module_netanim.register_functions(root_module) |
|
1199 |
|
1200 try: |
|
1201 import ns3_module_netanim__local |
|
1202 except ImportError: |
|
1203 pass |
|
1204 else: |
|
1205 ns3_module_netanim__local.register_functions(root_module) |
|
1206 |
|
1207 root_module.end_section('ns3_module_netanim') |
|
1208 root_module.begin_section('ns3_module_energy') |
|
1209 ns3_module_energy.register_functions(root_module) |
|
1210 |
|
1211 try: |
|
1212 import ns3_module_energy__local |
|
1213 except ImportError: |
|
1214 pass |
|
1215 else: |
|
1216 ns3_module_energy__local.register_functions(root_module) |
|
1217 |
|
1218 root_module.end_section('ns3_module_energy') |
|
1219 root_module.begin_section('ns3_module_mesh') |
|
1220 ns3_module_mesh.register_functions(root_module) |
|
1221 |
|
1222 try: |
|
1223 import ns3_module_mesh__local |
|
1224 except ImportError: |
|
1225 pass |
|
1226 else: |
|
1227 ns3_module_mesh__local.register_functions(root_module) |
|
1228 |
|
1229 root_module.end_section('ns3_module_mesh') |
|
1230 root_module.begin_section('ns3_module_spectrum') |
|
1231 ns3_module_spectrum.register_functions(root_module) |
|
1232 |
|
1233 try: |
|
1234 import ns3_module_spectrum__local |
|
1235 except ImportError: |
|
1236 pass |
|
1237 else: |
|
1238 ns3_module_spectrum__local.register_functions(root_module) |
|
1239 |
|
1240 root_module.end_section('ns3_module_spectrum') |
|
1241 root_module.begin_section('ns3_module_uan') |
|
1242 ns3_module_uan.register_functions(root_module) |
|
1243 |
|
1244 try: |
|
1245 import ns3_module_uan__local |
|
1246 except ImportError: |
|
1247 pass |
|
1248 else: |
|
1249 ns3_module_uan__local.register_functions(root_module) |
|
1250 |
|
1251 root_module.end_section('ns3_module_uan') |
|
1252 root_module.begin_section('ns3_module_dot11s') |
|
1253 ns3_module_dot11s.register_functions(root_module) |
|
1254 |
|
1255 try: |
|
1256 import ns3_module_dot11s__local |
|
1257 except ImportError: |
|
1258 pass |
|
1259 else: |
|
1260 ns3_module_dot11s__local.register_functions(root_module) |
|
1261 |
|
1262 root_module.end_section('ns3_module_dot11s') |
|
1263 root_module.begin_section('ns3_module_flame') |
|
1264 ns3_module_flame.register_functions(root_module) |
|
1265 |
|
1266 try: |
|
1267 import ns3_module_flame__local |
|
1268 except ImportError: |
|
1269 pass |
|
1270 else: |
|
1271 ns3_module_flame__local.register_functions(root_module) |
|
1272 |
|
1273 root_module.end_section('ns3_module_flame') |
1207 root_module.begin_section('ns3_module_lte') |
1274 root_module.begin_section('ns3_module_lte') |
1208 ns3_module_lte.register_functions(root_module) |
1275 ns3_module_lte.register_functions(root_module) |
1209 |
1276 |
1210 try: |
1277 try: |
1211 import ns3_module_lte__local |
1278 import ns3_module_lte__local |
1224 pass |
1291 pass |
1225 else: |
1292 else: |
1226 ns3_module_wimax__local.register_functions(root_module) |
1293 ns3_module_wimax__local.register_functions(root_module) |
1227 |
1294 |
1228 root_module.end_section('ns3_module_wimax') |
1295 root_module.end_section('ns3_module_wimax') |
1229 root_module.begin_section('ns3_module_energy') |
|
1230 ns3_module_energy.register_functions(root_module) |
|
1231 |
|
1232 try: |
|
1233 import ns3_module_energy__local |
|
1234 except ImportError: |
|
1235 pass |
|
1236 else: |
|
1237 ns3_module_energy__local.register_functions(root_module) |
|
1238 |
|
1239 root_module.end_section('ns3_module_energy') |
|
1240 root_module.begin_section('ns3_module_helper') |
|
1241 ns3_module_helper.register_functions(root_module) |
|
1242 |
|
1243 try: |
|
1244 import ns3_module_helper__local |
|
1245 except ImportError: |
|
1246 pass |
|
1247 else: |
|
1248 ns3_module_helper__local.register_functions(root_module) |
|
1249 |
|
1250 root_module.end_section('ns3_module_helper') |
|
1251 root_module.begin_section('ns3_module_mesh') |
|
1252 ns3_module_mesh.register_functions(root_module) |
|
1253 |
|
1254 try: |
|
1255 import ns3_module_mesh__local |
|
1256 except ImportError: |
|
1257 pass |
|
1258 else: |
|
1259 ns3_module_mesh__local.register_functions(root_module) |
|
1260 |
|
1261 root_module.end_section('ns3_module_mesh') |
|
1262 root_module.begin_section('ns3_module_uan') |
|
1263 ns3_module_uan.register_functions(root_module) |
|
1264 |
|
1265 try: |
|
1266 import ns3_module_uan__local |
|
1267 except ImportError: |
|
1268 pass |
|
1269 else: |
|
1270 ns3_module_uan__local.register_functions(root_module) |
|
1271 |
|
1272 root_module.end_section('ns3_module_uan') |
|
1273 root_module.begin_section('ns3_module_dot11s') |
|
1274 ns3_module_dot11s.register_functions(root_module) |
|
1275 |
|
1276 try: |
|
1277 import ns3_module_dot11s__local |
|
1278 except ImportError: |
|
1279 pass |
|
1280 else: |
|
1281 ns3_module_dot11s__local.register_functions(root_module) |
|
1282 |
|
1283 root_module.end_section('ns3_module_dot11s') |
|
1284 root_module.begin_section('ns3_module_flame') |
|
1285 ns3_module_flame.register_functions(root_module) |
|
1286 |
|
1287 try: |
|
1288 import ns3_module_flame__local |
|
1289 except ImportError: |
|
1290 pass |
|
1291 else: |
|
1292 ns3_module_flame__local.register_functions(root_module) |
|
1293 |
|
1294 root_module.end_section('ns3_module_flame') |
|
1295 register_functions_ns3_Config(module.get_submodule('Config'), root_module) |
1296 register_functions_ns3_Config(module.get_submodule('Config'), root_module) |
1296 register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module) |
1297 register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module) |
1297 register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module) |
1298 register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module) |
1298 register_functions_ns3_aodv(module.get_submodule('aodv'), root_module) |
1299 register_functions_ns3_aodv(module.get_submodule('aodv'), root_module) |
1299 register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module) |
1300 register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module) |