From 1bdf2efdfba86dc28dd29b91ac0d48be35f1efe7 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sat, 12 Nov 2016 01:42:32 +0100 Subject: [PATCH] bindings: Rescan flow-monitor bindings --- src/flow-monitor/bindings/modulegen__gcc_ILP32.py | 8 ++++---- src/flow-monitor/bindings/modulegen__gcc_LP64.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/flow-monitor/bindings/modulegen__gcc_ILP32.py b/src/flow-monitor/bindings/modulegen__gcc_ILP32.py index 92142f2fe..46045f912 100644 --- a/src/flow-monitor/bindings/modulegen__gcc_ILP32.py +++ b/src/flow-monitor/bindings/modulegen__gcc_ILP32.py @@ -1180,10 +1180,10 @@ def register_Ns3Histogram_methods(root_module, cls): 'uint32_t', [], is_const=True) - ## histogram.h (module 'flow-monitor'): void ns3::Histogram::SerializeToXmlStream(std::ostream & os, int indent, std::string elementName) const [member function] + ## histogram.h (module 'flow-monitor'): void ns3::Histogram::SerializeToXmlStream(std::ostream & os, uint16_t indent, std::string elementName) const [member function] cls.add_method('SerializeToXmlStream', 'void', - [param('std::ostream &', 'os'), param('int', 'indent'), param('std::string', 'elementName')], + [param('std::ostream &', 'os'), param('uint16_t', 'indent'), param('std::string', 'elementName')], is_const=True) ## histogram.h (module 'flow-monitor'): void ns3::Histogram::SetDefaultBinWidth(double binWidth) [member function] cls.add_method('SetDefaultBinWidth', @@ -4697,10 +4697,10 @@ def register_Ns3FlowProbe_methods(root_module, cls): 'ns3::TypeId', [], is_static=True) - ## flow-probe.h (module 'flow-monitor'): void ns3::FlowProbe::SerializeToXmlStream(std::ostream & os, int indent, uint32_t index) const [member function] + ## flow-probe.h (module 'flow-monitor'): void ns3::FlowProbe::SerializeToXmlStream(std::ostream & os, uint16_t indent, uint32_t index) const [member function] cls.add_method('SerializeToXmlStream', 'void', - [param('std::ostream &', 'os'), param('int', 'indent'), param('uint32_t', 'index')], + [param('std::ostream &', 'os'), param('uint16_t', 'indent'), param('uint32_t', 'index')], is_const=True) ## flow-probe.h (module 'flow-monitor'): ns3::FlowProbe::FlowProbe(ns3::Ptr flowMonitor) [constructor] cls.add_constructor([param('ns3::Ptr< ns3::FlowMonitor >', 'flowMonitor')], diff --git a/src/flow-monitor/bindings/modulegen__gcc_LP64.py b/src/flow-monitor/bindings/modulegen__gcc_LP64.py index 140d21f79..7c54795bc 100644 --- a/src/flow-monitor/bindings/modulegen__gcc_LP64.py +++ b/src/flow-monitor/bindings/modulegen__gcc_LP64.py @@ -1180,10 +1180,10 @@ def register_Ns3Histogram_methods(root_module, cls): 'uint32_t', [], is_const=True) - ## histogram.h (module 'flow-monitor'): void ns3::Histogram::SerializeToXmlStream(std::ostream & os, int indent, std::string elementName) const [member function] + ## histogram.h (module 'flow-monitor'): void ns3::Histogram::SerializeToXmlStream(std::ostream & os, uint16_t indent, std::string elementName) const [member function] cls.add_method('SerializeToXmlStream', 'void', - [param('std::ostream &', 'os'), param('int', 'indent'), param('std::string', 'elementName')], + [param('std::ostream &', 'os'), param('uint16_t', 'indent'), param('std::string', 'elementName')], is_const=True) ## histogram.h (module 'flow-monitor'): void ns3::Histogram::SetDefaultBinWidth(double binWidth) [member function] cls.add_method('SetDefaultBinWidth', @@ -4697,10 +4697,10 @@ def register_Ns3FlowProbe_methods(root_module, cls): 'ns3::TypeId', [], is_static=True) - ## flow-probe.h (module 'flow-monitor'): void ns3::FlowProbe::SerializeToXmlStream(std::ostream & os, int indent, uint32_t index) const [member function] + ## flow-probe.h (module 'flow-monitor'): void ns3::FlowProbe::SerializeToXmlStream(std::ostream & os, uint16_t indent, uint32_t index) const [member function] cls.add_method('SerializeToXmlStream', 'void', - [param('std::ostream &', 'os'), param('int', 'indent'), param('uint32_t', 'index')], + [param('std::ostream &', 'os'), param('uint16_t', 'indent'), param('uint32_t', 'index')], is_const=True) ## flow-probe.h (module 'flow-monitor'): ns3::FlowProbe::FlowProbe(ns3::Ptr flowMonitor) [constructor] cls.add_constructor([param('ns3::Ptr< ns3::FlowMonitor >', 'flowMonitor')],