diff --git a/src/wifi/bindings/modulegen__gcc_ILP32.py b/src/wifi/bindings/modulegen__gcc_ILP32.py index 0dccf4684..4f0fe1f56 100644 --- a/src/wifi/bindings/modulegen__gcc_ILP32.py +++ b/src/wifi/bindings/modulegen__gcc_ILP32.py @@ -12683,11 +12683,6 @@ def register_Ns3DcaTxop_methods(root_module, cls): 'uint32_t', [], is_const=True) - ## dca-txop.h (module 'wifi'): ns3::Ptr ns3::DcaTxop::GetQueue() const [member function] - cls.add_method('GetQueue', - 'ns3::Ptr< ns3::WifiMacQueue >', - [], - is_const=True) ## dca-txop.h (module 'wifi'): ns3::Time ns3::DcaTxop::GetTxopLimit() const [member function] cls.add_method('GetTxopLimit', 'ns3::Time', @@ -12698,6 +12693,11 @@ def register_Ns3DcaTxop_methods(root_module, cls): 'ns3::TypeId', [], is_static=True) + ## dca-txop.h (module 'wifi'): ns3::Ptr ns3::DcaTxop::GetWifiMacQueue() const [member function] + cls.add_method('GetWifiMacQueue', + 'ns3::Ptr< ns3::WifiMacQueue >', + [], + is_const=True) ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::GotAck() [member function] cls.add_method('GotAck', 'void', @@ -12767,14 +12767,14 @@ def register_Ns3DcaTxop_methods(root_module, cls): cls.add_method('SetAifsn', 'void', [param('uint32_t', 'aifsn')]) - ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetLow(ns3::Ptr const low) [member function] - cls.add_method('SetLow', - 'void', - [param('ns3::Ptr< ns3::MacLow > const', 'low')]) - ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetManager(ns3::Ptr const manager) [member function] - cls.add_method('SetManager', + ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetDcfManager(ns3::Ptr const manager) [member function] + cls.add_method('SetDcfManager', 'void', [param('ns3::Ptr< ns3::DcfManager > const', 'manager')]) + ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetMacLow(ns3::Ptr const low) [member function] + cls.add_method('SetMacLow', + 'void', + [param('ns3::Ptr< ns3::MacLow > const', 'low')]) ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetMaxCw(uint32_t maxCw) [member function] cls.add_method('SetMaxCw', 'void', diff --git a/src/wifi/bindings/modulegen__gcc_LP64.py b/src/wifi/bindings/modulegen__gcc_LP64.py index 1c9b6140c..517e24c91 100644 --- a/src/wifi/bindings/modulegen__gcc_LP64.py +++ b/src/wifi/bindings/modulegen__gcc_LP64.py @@ -12683,11 +12683,6 @@ def register_Ns3DcaTxop_methods(root_module, cls): 'uint32_t', [], is_const=True) - ## dca-txop.h (module 'wifi'): ns3::Ptr ns3::DcaTxop::GetQueue() const [member function] - cls.add_method('GetQueue', - 'ns3::Ptr< ns3::WifiMacQueue >', - [], - is_const=True) ## dca-txop.h (module 'wifi'): ns3::Time ns3::DcaTxop::GetTxopLimit() const [member function] cls.add_method('GetTxopLimit', 'ns3::Time', @@ -12698,6 +12693,11 @@ def register_Ns3DcaTxop_methods(root_module, cls): 'ns3::TypeId', [], is_static=True) + ## dca-txop.h (module 'wifi'): ns3::Ptr ns3::DcaTxop::GetWifiMacQueue() const [member function] + cls.add_method('GetWifiMacQueue', + 'ns3::Ptr< ns3::WifiMacQueue >', + [], + is_const=True) ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::GotAck() [member function] cls.add_method('GotAck', 'void', @@ -12767,14 +12767,14 @@ def register_Ns3DcaTxop_methods(root_module, cls): cls.add_method('SetAifsn', 'void', [param('uint32_t', 'aifsn')]) - ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetLow(ns3::Ptr const low) [member function] - cls.add_method('SetLow', - 'void', - [param('ns3::Ptr< ns3::MacLow > const', 'low')]) - ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetManager(ns3::Ptr const manager) [member function] - cls.add_method('SetManager', + ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetDcfManager(ns3::Ptr const manager) [member function] + cls.add_method('SetDcfManager', 'void', [param('ns3::Ptr< ns3::DcfManager > const', 'manager')]) + ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetMacLow(ns3::Ptr const low) [member function] + cls.add_method('SetMacLow', + 'void', + [param('ns3::Ptr< ns3::MacLow > const', 'low')]) ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetMaxCw(uint32_t maxCw) [member function] cls.add_method('SetMaxCw', 'void',