wifi: Rescan bindings
This commit is contained in:
27
src/wifi/bindings/modulegen__gcc_ILP32.py
generated
27
src/wifi/bindings/modulegen__gcc_ILP32.py
generated
@@ -9513,8 +9513,8 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'uint8_t',
|
||||
[param('uint8_t', 'selector')],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetCcaMode1Threshold() const [member function]
|
||||
cls.add_method('GetCcaMode1Threshold',
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetCcaEdThreshold() const [member function]
|
||||
cls.add_method('GetCcaEdThreshold',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
@@ -9567,11 +9567,6 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'ns3::WifiMode',
|
||||
[],
|
||||
is_static=True)
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetEdThreshold() const [member function]
|
||||
cls.add_method('GetEdThreshold',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate12Mbps() [member function]
|
||||
cls.add_method('GetErpOfdmRate12Mbps',
|
||||
'ns3::WifiMode',
|
||||
@@ -10090,6 +10085,11 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetRxSensitivity() const [member function]
|
||||
cls.add_method('GetRxSensitivity',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::GetShortGuardInterval() const [member function]
|
||||
cls.add_method('GetShortGuardInterval',
|
||||
'bool',
|
||||
@@ -10105,6 +10105,11 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'ns3::WifiPhyStandard',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): ns3::Ptr<ns3::WifiPhyStateHelper> ns3::WifiPhy::GetState() const [member function]
|
||||
cls.add_method('GetState',
|
||||
'ns3::Ptr< ns3::WifiPhyStateHelper >',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): std::vector<unsigned short, std::allocator<unsigned short> > ns3::WifiPhy::GetSupportedChannelWidthSet() const [member function]
|
||||
cls.add_method('GetSupportedChannelWidthSet',
|
||||
'std::vector< unsigned short >',
|
||||
@@ -10282,8 +10287,8 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
cls.add_method('SetCapabilitiesChangedCallback',
|
||||
'void',
|
||||
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetCcaMode1Threshold(double threshold) [member function]
|
||||
cls.add_method('SetCcaMode1Threshold',
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetCcaEdThreshold(double threshold) [member function]
|
||||
cls.add_method('SetCcaEdThreshold',
|
||||
'void',
|
||||
[param('double', 'threshold')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetChannelNumber(uint8_t id) [member function]
|
||||
@@ -10369,6 +10374,10 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
cls.add_method('SetRxNoiseFigure',
|
||||
'void',
|
||||
[param('double', 'noiseFigureDb')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetRxSensitivity(double threshold) [member function]
|
||||
cls.add_method('SetRxSensitivity',
|
||||
'void',
|
||||
[param('double', 'threshold')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetShortGuardInterval(bool shortGuardInterval) [member function]
|
||||
cls.add_method('SetShortGuardInterval',
|
||||
'void',
|
||||
|
||||
27
src/wifi/bindings/modulegen__gcc_LP64.py
generated
27
src/wifi/bindings/modulegen__gcc_LP64.py
generated
@@ -9513,8 +9513,8 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'uint8_t',
|
||||
[param('uint8_t', 'selector')],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetCcaMode1Threshold() const [member function]
|
||||
cls.add_method('GetCcaMode1Threshold',
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetCcaEdThreshold() const [member function]
|
||||
cls.add_method('GetCcaEdThreshold',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
@@ -9567,11 +9567,6 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'ns3::WifiMode',
|
||||
[],
|
||||
is_static=True)
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetEdThreshold() const [member function]
|
||||
cls.add_method('GetEdThreshold',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate12Mbps() [member function]
|
||||
cls.add_method('GetErpOfdmRate12Mbps',
|
||||
'ns3::WifiMode',
|
||||
@@ -10090,6 +10085,11 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetRxSensitivity() const [member function]
|
||||
cls.add_method('GetRxSensitivity',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::GetShortGuardInterval() const [member function]
|
||||
cls.add_method('GetShortGuardInterval',
|
||||
'bool',
|
||||
@@ -10105,6 +10105,11 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'ns3::WifiPhyStandard',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): ns3::Ptr<ns3::WifiPhyStateHelper> ns3::WifiPhy::GetState() const [member function]
|
||||
cls.add_method('GetState',
|
||||
'ns3::Ptr< ns3::WifiPhyStateHelper >',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-phy.h (module 'wifi'): std::vector<unsigned short, std::allocator<unsigned short> > ns3::WifiPhy::GetSupportedChannelWidthSet() const [member function]
|
||||
cls.add_method('GetSupportedChannelWidthSet',
|
||||
'std::vector< unsigned short >',
|
||||
@@ -10282,8 +10287,8 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
cls.add_method('SetCapabilitiesChangedCallback',
|
||||
'void',
|
||||
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetCcaMode1Threshold(double threshold) [member function]
|
||||
cls.add_method('SetCcaMode1Threshold',
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetCcaEdThreshold(double threshold) [member function]
|
||||
cls.add_method('SetCcaEdThreshold',
|
||||
'void',
|
||||
[param('double', 'threshold')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetChannelNumber(uint8_t id) [member function]
|
||||
@@ -10369,6 +10374,10 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
cls.add_method('SetRxNoiseFigure',
|
||||
'void',
|
||||
[param('double', 'noiseFigureDb')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetRxSensitivity(double threshold) [member function]
|
||||
cls.add_method('SetRxSensitivity',
|
||||
'void',
|
||||
[param('double', 'threshold')])
|
||||
## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetShortGuardInterval(bool shortGuardInterval) [member function]
|
||||
cls.add_method('SetShortGuardInterval',
|
||||
'void',
|
||||
|
||||
Reference in New Issue
Block a user