From 8eb6b7cdc74f5b837dbb5cbaa94e4aced90b6c5f Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 2 Feb 2021 08:00:45 -0800 Subject: [PATCH] uan: Rescan bindings --- src/uan/bindings/modulegen__gcc_ILP32.py | 15 +++++++++++++++ src/uan/bindings/modulegen__gcc_LP64.py | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/uan/bindings/modulegen__gcc_ILP32.py b/src/uan/bindings/modulegen__gcc_ILP32.py index f5d4bdbad..0994e8616 100644 --- a/src/uan/bindings/modulegen__gcc_ILP32.py +++ b/src/uan/bindings/modulegen__gcc_ILP32.py @@ -2044,6 +2044,11 @@ def register_Ns3Ipv6Address_methods(root_module, cls): 'ns3::Ipv6Address', [param('ns3::Address', 'addr'), param('ns3::Ipv6Address', 'prefix')], is_static=True) + ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Address addr, ns3::Ipv6Prefix prefix) [member function] + cls.add_method('MakeAutoconfiguredAddress', + 'ns3::Ipv6Address', + [param('ns3::Address', 'addr'), param('ns3::Ipv6Prefix', 'prefix')], + is_static=True) ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac16Address addr, ns3::Ipv6Address prefix) [member function] cls.add_method('MakeAutoconfiguredAddress', 'ns3::Ipv6Address', @@ -3751,6 +3756,11 @@ def register_Ns3UanPhyListener_methods(root_module, cls): 'void', [], is_pure_virtual=True, is_virtual=True) + ## uan-phy.h (module 'uan'): void ns3::UanPhyListener::NotifyTxEnd() [member function] + cls.add_method('NotifyTxEnd', + 'void', + [], + is_pure_virtual=True, is_virtual=True) ## uan-phy.h (module 'uan'): void ns3::UanPhyListener::NotifyTxStart(ns3::Time duration) [member function] cls.add_method('NotifyTxStart', 'void', @@ -5018,6 +5028,11 @@ def register_Ns3UanMacCw_methods(root_module, cls): 'void', [], is_virtual=True) + ## uan-mac-cw.h (module 'uan'): void ns3::UanMacCw::NotifyTxEnd() [member function] + cls.add_method('NotifyTxEnd', + 'void', + [], + is_virtual=True) ## uan-mac-cw.h (module 'uan'): void ns3::UanMacCw::NotifyTxStart(ns3::Time duration) [member function] cls.add_method('NotifyTxStart', 'void', diff --git a/src/uan/bindings/modulegen__gcc_LP64.py b/src/uan/bindings/modulegen__gcc_LP64.py index f5d4bdbad..0994e8616 100644 --- a/src/uan/bindings/modulegen__gcc_LP64.py +++ b/src/uan/bindings/modulegen__gcc_LP64.py @@ -2044,6 +2044,11 @@ def register_Ns3Ipv6Address_methods(root_module, cls): 'ns3::Ipv6Address', [param('ns3::Address', 'addr'), param('ns3::Ipv6Address', 'prefix')], is_static=True) + ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Address addr, ns3::Ipv6Prefix prefix) [member function] + cls.add_method('MakeAutoconfiguredAddress', + 'ns3::Ipv6Address', + [param('ns3::Address', 'addr'), param('ns3::Ipv6Prefix', 'prefix')], + is_static=True) ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac16Address addr, ns3::Ipv6Address prefix) [member function] cls.add_method('MakeAutoconfiguredAddress', 'ns3::Ipv6Address', @@ -3751,6 +3756,11 @@ def register_Ns3UanPhyListener_methods(root_module, cls): 'void', [], is_pure_virtual=True, is_virtual=True) + ## uan-phy.h (module 'uan'): void ns3::UanPhyListener::NotifyTxEnd() [member function] + cls.add_method('NotifyTxEnd', + 'void', + [], + is_pure_virtual=True, is_virtual=True) ## uan-phy.h (module 'uan'): void ns3::UanPhyListener::NotifyTxStart(ns3::Time duration) [member function] cls.add_method('NotifyTxStart', 'void', @@ -5018,6 +5028,11 @@ def register_Ns3UanMacCw_methods(root_module, cls): 'void', [], is_virtual=True) + ## uan-mac-cw.h (module 'uan'): void ns3::UanMacCw::NotifyTxEnd() [member function] + cls.add_method('NotifyTxEnd', + 'void', + [], + is_virtual=True) ## uan-mac-cw.h (module 'uan'): void ns3::UanMacCw::NotifyTxStart(ns3::Time duration) [member function] cls.add_method('NotifyTxStart', 'void',