wifi: rescan bindings

This commit is contained in:
Sébastien Deronne
2018-04-01 20:44:20 +02:00
parent 8290a681c5
commit 01d2f04c03
2 changed files with 22 additions and 22 deletions

View File

@@ -12683,11 +12683,6 @@ def register_Ns3DcaTxop_methods(root_module, cls):
'uint32_t',
[],
is_const=True)
## dca-txop.h (module 'wifi'): ns3::Ptr<ns3::WifiMacQueue> 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::WifiMacQueue> 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<ns3::MacLow> 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<ns3::DcfManager> const manager) [member function]
cls.add_method('SetManager',
## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetDcfManager(ns3::Ptr<ns3::DcfManager> 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<ns3::MacLow> 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',

View File

@@ -12683,11 +12683,6 @@ def register_Ns3DcaTxop_methods(root_module, cls):
'uint32_t',
[],
is_const=True)
## dca-txop.h (module 'wifi'): ns3::Ptr<ns3::WifiMacQueue> 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::WifiMacQueue> 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<ns3::MacLow> 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<ns3::DcfManager> const manager) [member function]
cls.add_method('SetManager',
## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetDcfManager(ns3::Ptr<ns3::DcfManager> 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<ns3::MacLow> 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',