From 9a750001db879ea4f4f0b5f2d81437b07cf219da Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Mon, 17 Nov 2008 20:14:53 -0800 Subject: [PATCH] rescan for new method in InternetStackHelper --- bindings/python/ns3_module_helper.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bindings/python/ns3_module_helper.py b/bindings/python/ns3_module_helper.py index 16d317f70..03b3e9bea 100644 --- a/bindings/python/ns3_module_helper.py +++ b/bindings/python/ns3_module_helper.py @@ -347,6 +347,16 @@ def register_Ns3InternetStackHelper_methods(root_module, cls): cls.add_method('SetNscStack', 'void', [param('std::string', 'soname')]) + ## internet-stack-helper.h: static void ns3::InternetStackHelper::EnableAscii(std::ostream & os, ns3::NodeContainer n) [member function] + cls.add_method('EnableAscii', + 'void', + [param('std::ostream &', 'os'), param('ns3::NodeContainer', 'n')], + is_static=True) + ## internet-stack-helper.h: static void ns3::InternetStackHelper::EnableAsciiAll(std::ostream & os) [member function] + cls.add_method('EnableAsciiAll', + 'void', + [param('std::ostream &', 'os')], + is_static=True) ## internet-stack-helper.h: static void ns3::InternetStackHelper::EnablePcapAll(std::string filename) [member function] cls.add_method('EnablePcapAll', 'void',