From ed1bf7577ed6e39c7d6d7de71011e2d8d093f505 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 5 Dec 2013 07:49:33 -0800 Subject: [PATCH] rescan uan bindings --- src/uan/bindings/modulegen__gcc_ILP32.py | 28 ++++++++++++------------ src/uan/bindings/modulegen__gcc_LP64.py | 28 ++++++++++++------------ 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/uan/bindings/modulegen__gcc_ILP32.py b/src/uan/bindings/modulegen__gcc_ILP32.py index e0755d63d..f32112e31 100644 --- a/src/uan/bindings/modulegen__gcc_ILP32.py +++ b/src/uan/bindings/modulegen__gcc_ILP32.py @@ -4748,11 +4748,6 @@ def register_Ns3UanPhyCalcSinr_methods(root_module, cls): 'double', [param('double', 'db')], is_const=True) - ## uan-phy.h (module 'uan'): void ns3::UanPhyCalcSinr::DoDispose() [member function] - cls.add_method('DoDispose', - 'void', - [], - is_virtual=True) ## uan-phy.h (module 'uan'): static ns3::TypeId ns3::UanPhyCalcSinr::GetTypeId() [member function] cls.add_method('GetTypeId', 'ns3::TypeId', @@ -4763,6 +4758,11 @@ def register_Ns3UanPhyCalcSinr_methods(root_module, cls): 'double', [param('double', 'kp')], is_const=True) + ## uan-phy.h (module 'uan'): void ns3::UanPhyCalcSinr::DoDispose() [member function] + cls.add_method('DoDispose', + 'void', + [], + visibility='protected', is_virtual=True) return def register_Ns3UanPhyCalcSinrDefault_methods(root_module, cls): @@ -5135,14 +5135,14 @@ def register_Ns3UanPhyDual_methods(root_module, cls): 'void', [param('double', 'txpwr')], is_virtual=True) - ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy1(double arg0) [member function] + ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy1(double txpwr) [member function] cls.add_method('SetTxPowerDbPhy1', 'void', - [param('double', 'arg0')]) - ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy2(double arg0) [member function] + [param('double', 'txpwr')]) + ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy2(double txpwr) [member function] cls.add_method('SetTxPowerDbPhy2', 'void', - [param('double', 'arg0')]) + [param('double', 'txpwr')]) ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::StartRxPacket(ns3::Ptr pkt, double rxPowerDb, ns3::UanTxMode txMode, ns3::UanPdp pdp) [member function] cls.add_method('StartRxPacket', 'void', @@ -5372,16 +5372,16 @@ def register_Ns3UanPhyPer_methods(root_module, cls): 'void', [], is_virtual=True) - ## uan-phy.h (module 'uan'): void ns3::UanPhyPer::DoDispose() [member function] - cls.add_method('DoDispose', - 'void', - [], - is_virtual=True) ## uan-phy.h (module 'uan'): static ns3::TypeId ns3::UanPhyPer::GetTypeId() [member function] cls.add_method('GetTypeId', 'ns3::TypeId', [], is_static=True) + ## uan-phy.h (module 'uan'): void ns3::UanPhyPer::DoDispose() [member function] + cls.add_method('DoDispose', + 'void', + [], + visibility='protected', is_virtual=True) return def register_Ns3UanPhyPerGenDefault_methods(root_module, cls): diff --git a/src/uan/bindings/modulegen__gcc_LP64.py b/src/uan/bindings/modulegen__gcc_LP64.py index e0755d63d..f32112e31 100644 --- a/src/uan/bindings/modulegen__gcc_LP64.py +++ b/src/uan/bindings/modulegen__gcc_LP64.py @@ -4748,11 +4748,6 @@ def register_Ns3UanPhyCalcSinr_methods(root_module, cls): 'double', [param('double', 'db')], is_const=True) - ## uan-phy.h (module 'uan'): void ns3::UanPhyCalcSinr::DoDispose() [member function] - cls.add_method('DoDispose', - 'void', - [], - is_virtual=True) ## uan-phy.h (module 'uan'): static ns3::TypeId ns3::UanPhyCalcSinr::GetTypeId() [member function] cls.add_method('GetTypeId', 'ns3::TypeId', @@ -4763,6 +4758,11 @@ def register_Ns3UanPhyCalcSinr_methods(root_module, cls): 'double', [param('double', 'kp')], is_const=True) + ## uan-phy.h (module 'uan'): void ns3::UanPhyCalcSinr::DoDispose() [member function] + cls.add_method('DoDispose', + 'void', + [], + visibility='protected', is_virtual=True) return def register_Ns3UanPhyCalcSinrDefault_methods(root_module, cls): @@ -5135,14 +5135,14 @@ def register_Ns3UanPhyDual_methods(root_module, cls): 'void', [param('double', 'txpwr')], is_virtual=True) - ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy1(double arg0) [member function] + ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy1(double txpwr) [member function] cls.add_method('SetTxPowerDbPhy1', 'void', - [param('double', 'arg0')]) - ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy2(double arg0) [member function] + [param('double', 'txpwr')]) + ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::SetTxPowerDbPhy2(double txpwr) [member function] cls.add_method('SetTxPowerDbPhy2', 'void', - [param('double', 'arg0')]) + [param('double', 'txpwr')]) ## uan-phy-dual.h (module 'uan'): void ns3::UanPhyDual::StartRxPacket(ns3::Ptr pkt, double rxPowerDb, ns3::UanTxMode txMode, ns3::UanPdp pdp) [member function] cls.add_method('StartRxPacket', 'void', @@ -5372,16 +5372,16 @@ def register_Ns3UanPhyPer_methods(root_module, cls): 'void', [], is_virtual=True) - ## uan-phy.h (module 'uan'): void ns3::UanPhyPer::DoDispose() [member function] - cls.add_method('DoDispose', - 'void', - [], - is_virtual=True) ## uan-phy.h (module 'uan'): static ns3::TypeId ns3::UanPhyPer::GetTypeId() [member function] cls.add_method('GetTypeId', 'ns3::TypeId', [], is_static=True) + ## uan-phy.h (module 'uan'): void ns3::UanPhyPer::DoDispose() [member function] + cls.add_method('DoDispose', + 'void', + [], + visibility='protected', is_virtual=True) return def register_Ns3UanPhyPerGenDefault_methods(root_module, cls):