network: Rescan bindings
This commit is contained in:
@@ -136,8 +136,6 @@ def register_types(module):
|
||||
module.add_class('PacketTagList')
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData [struct]
|
||||
module.add_class('TagData', outer_class=root_module['ns3::PacketTagList'])
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData_e [enumeration]
|
||||
module.add_enum('TagData_e', ['MAX_SIZE'], outer_class=root_module['ns3::PacketTagList::TagData'])
|
||||
## packetbb.h (module 'network'): ns3::PbbAddressTlvBlock [class]
|
||||
module.add_class('PbbAddressTlvBlock')
|
||||
## packetbb.h (module 'network'): ns3::PbbTlvBlock [class]
|
||||
@@ -2936,9 +2934,11 @@ def register_Ns3PacketTagListTagData_methods(root_module, cls):
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::count [variable]
|
||||
cls.add_instance_attribute('count', 'uint32_t', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::data [variable]
|
||||
cls.add_instance_attribute('data', 'uint8_t [ 21 ]', is_const=False)
|
||||
cls.add_instance_attribute('data', 'uint8_t [ 1 ]', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::next [variable]
|
||||
cls.add_instance_attribute('next', 'ns3::PacketTagList::TagData *', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::size [variable]
|
||||
cls.add_instance_attribute('size', 'uint32_t', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::tid [variable]
|
||||
cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
|
||||
return
|
||||
@@ -8690,6 +8690,11 @@ def register_Ns3ParetoRandomVariable_methods(root_module, cls):
|
||||
cls.add_constructor([])
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetMean() const [member function]
|
||||
cls.add_method('GetMean',
|
||||
'double',
|
||||
[],
|
||||
deprecated=True, is_const=True)
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetScale() const [member function]
|
||||
cls.add_method('GetScale',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
@@ -8703,14 +8708,14 @@ def register_Ns3ParetoRandomVariable_methods(root_module, cls):
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue(double mean, double shape, double bound) [member function]
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue(double scale, double shape, double bound) [member function]
|
||||
cls.add_method('GetValue',
|
||||
'double',
|
||||
[param('double', 'mean'), param('double', 'shape'), param('double', 'bound')])
|
||||
## random-variable-stream.h (module 'core'): uint32_t ns3::ParetoRandomVariable::GetInteger(uint32_t mean, uint32_t shape, uint32_t bound) [member function]
|
||||
[param('double', 'scale'), param('double', 'shape'), param('double', 'bound')])
|
||||
## random-variable-stream.h (module 'core'): uint32_t ns3::ParetoRandomVariable::GetInteger(uint32_t scale, uint32_t shape, uint32_t bound) [member function]
|
||||
cls.add_method('GetInteger',
|
||||
'uint32_t',
|
||||
[param('uint32_t', 'mean'), param('uint32_t', 'shape'), param('uint32_t', 'bound')])
|
||||
[param('uint32_t', 'scale'), param('uint32_t', 'shape'), param('uint32_t', 'bound')])
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue() [member function]
|
||||
cls.add_method('GetValue',
|
||||
'double',
|
||||
|
||||
@@ -136,8 +136,6 @@ def register_types(module):
|
||||
module.add_class('PacketTagList')
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData [struct]
|
||||
module.add_class('TagData', outer_class=root_module['ns3::PacketTagList'])
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData_e [enumeration]
|
||||
module.add_enum('TagData_e', ['MAX_SIZE'], outer_class=root_module['ns3::PacketTagList::TagData'])
|
||||
## packetbb.h (module 'network'): ns3::PbbAddressTlvBlock [class]
|
||||
module.add_class('PbbAddressTlvBlock')
|
||||
## packetbb.h (module 'network'): ns3::PbbTlvBlock [class]
|
||||
@@ -2936,9 +2934,11 @@ def register_Ns3PacketTagListTagData_methods(root_module, cls):
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::count [variable]
|
||||
cls.add_instance_attribute('count', 'uint32_t', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::data [variable]
|
||||
cls.add_instance_attribute('data', 'uint8_t [ 21 ]', is_const=False)
|
||||
cls.add_instance_attribute('data', 'uint8_t [ 1 ]', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::next [variable]
|
||||
cls.add_instance_attribute('next', 'ns3::PacketTagList::TagData *', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::size [variable]
|
||||
cls.add_instance_attribute('size', 'uint32_t', is_const=False)
|
||||
## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::tid [variable]
|
||||
cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
|
||||
return
|
||||
@@ -8690,6 +8690,11 @@ def register_Ns3ParetoRandomVariable_methods(root_module, cls):
|
||||
cls.add_constructor([])
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetMean() const [member function]
|
||||
cls.add_method('GetMean',
|
||||
'double',
|
||||
[],
|
||||
deprecated=True, is_const=True)
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetScale() const [member function]
|
||||
cls.add_method('GetScale',
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
@@ -8703,14 +8708,14 @@ def register_Ns3ParetoRandomVariable_methods(root_module, cls):
|
||||
'double',
|
||||
[],
|
||||
is_const=True)
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue(double mean, double shape, double bound) [member function]
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue(double scale, double shape, double bound) [member function]
|
||||
cls.add_method('GetValue',
|
||||
'double',
|
||||
[param('double', 'mean'), param('double', 'shape'), param('double', 'bound')])
|
||||
## random-variable-stream.h (module 'core'): uint32_t ns3::ParetoRandomVariable::GetInteger(uint32_t mean, uint32_t shape, uint32_t bound) [member function]
|
||||
[param('double', 'scale'), param('double', 'shape'), param('double', 'bound')])
|
||||
## random-variable-stream.h (module 'core'): uint32_t ns3::ParetoRandomVariable::GetInteger(uint32_t scale, uint32_t shape, uint32_t bound) [member function]
|
||||
cls.add_method('GetInteger',
|
||||
'uint32_t',
|
||||
[param('uint32_t', 'mean'), param('uint32_t', 'shape'), param('uint32_t', 'bound')])
|
||||
[param('uint32_t', 'scale'), param('uint32_t', 'shape'), param('uint32_t', 'bound')])
|
||||
## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue() [member function]
|
||||
cls.add_method('GetValue',
|
||||
'double',
|
||||
|
||||
Reference in New Issue
Block a user