python scan
This commit is contained in:
@@ -101,6 +101,8 @@ def register_types(module):
|
||||
module.add_class('Packet', parent=root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >'])
|
||||
## error-model.h: ns3::RateErrorModel [class]
|
||||
module.add_class('RateErrorModel', parent=root_module['ns3::ErrorModel'])
|
||||
## error-model.h: ns3::ReceiveListErrorModel [class]
|
||||
module.add_class('ReceiveListErrorModel', parent=root_module['ns3::ErrorModel'])
|
||||
|
||||
## Register a nested module for the namespace Config
|
||||
|
||||
@@ -227,6 +229,7 @@ def register_methods(root_module):
|
||||
register_Ns3OutputStreamWrapper_methods(root_module, root_module['ns3::OutputStreamWrapper'])
|
||||
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
|
||||
register_Ns3RateErrorModel_methods(root_module, root_module['ns3::RateErrorModel'])
|
||||
register_Ns3ReceiveListErrorModel_methods(root_module, root_module['ns3::ReceiveListErrorModel'])
|
||||
return
|
||||
|
||||
def register_Ns3Buffer_methods(root_module, cls):
|
||||
@@ -1968,6 +1971,37 @@ def register_Ns3RateErrorModel_methods(root_module, cls):
|
||||
visibility='private', is_virtual=True)
|
||||
return
|
||||
|
||||
def register_Ns3ReceiveListErrorModel_methods(root_module, cls):
|
||||
## error-model.h: ns3::ReceiveListErrorModel::ReceiveListErrorModel(ns3::ReceiveListErrorModel const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::ReceiveListErrorModel const &', 'arg0')])
|
||||
## error-model.h: ns3::ReceiveListErrorModel::ReceiveListErrorModel() [constructor]
|
||||
cls.add_constructor([])
|
||||
## error-model.h: std::list<unsigned int, std::allocator<unsigned int> > ns3::ReceiveListErrorModel::GetList() const [member function]
|
||||
cls.add_method('GetList',
|
||||
'std::list< unsigned int >',
|
||||
[],
|
||||
is_const=True)
|
||||
## error-model.h: static ns3::TypeId ns3::ReceiveListErrorModel::GetTypeId() [member function]
|
||||
cls.add_method('GetTypeId',
|
||||
'ns3::TypeId',
|
||||
[],
|
||||
is_static=True)
|
||||
## error-model.h: void ns3::ReceiveListErrorModel::SetList(std::list<unsigned int, std::allocator<unsigned int> > const & packetlist) [member function]
|
||||
cls.add_method('SetList',
|
||||
'void',
|
||||
[param('std::list< unsigned int > const &', 'packetlist')])
|
||||
## error-model.h: bool ns3::ReceiveListErrorModel::DoCorrupt(ns3::Ptr<ns3::Packet> p) [member function]
|
||||
cls.add_method('DoCorrupt',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
||||
visibility='private', is_virtual=True)
|
||||
## error-model.h: void ns3::ReceiveListErrorModel::DoReset() [member function]
|
||||
cls.add_method('DoReset',
|
||||
'void',
|
||||
[],
|
||||
visibility='private', is_virtual=True)
|
||||
return
|
||||
|
||||
def register_functions(root_module):
|
||||
module = root_module
|
||||
## data-rate.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeDataRateChecker() [free function]
|
||||
|
||||
@@ -101,6 +101,8 @@ def register_types(module):
|
||||
module.add_class('Packet', parent=root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >'])
|
||||
## error-model.h: ns3::RateErrorModel [class]
|
||||
module.add_class('RateErrorModel', parent=root_module['ns3::ErrorModel'])
|
||||
## error-model.h: ns3::ReceiveListErrorModel [class]
|
||||
module.add_class('ReceiveListErrorModel', parent=root_module['ns3::ErrorModel'])
|
||||
|
||||
## Register a nested module for the namespace Config
|
||||
|
||||
@@ -227,6 +229,7 @@ def register_methods(root_module):
|
||||
register_Ns3OutputStreamWrapper_methods(root_module, root_module['ns3::OutputStreamWrapper'])
|
||||
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
|
||||
register_Ns3RateErrorModel_methods(root_module, root_module['ns3::RateErrorModel'])
|
||||
register_Ns3ReceiveListErrorModel_methods(root_module, root_module['ns3::ReceiveListErrorModel'])
|
||||
return
|
||||
|
||||
def register_Ns3Buffer_methods(root_module, cls):
|
||||
@@ -1968,6 +1971,37 @@ def register_Ns3RateErrorModel_methods(root_module, cls):
|
||||
visibility='private', is_virtual=True)
|
||||
return
|
||||
|
||||
def register_Ns3ReceiveListErrorModel_methods(root_module, cls):
|
||||
## error-model.h: ns3::ReceiveListErrorModel::ReceiveListErrorModel(ns3::ReceiveListErrorModel const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::ReceiveListErrorModel const &', 'arg0')])
|
||||
## error-model.h: ns3::ReceiveListErrorModel::ReceiveListErrorModel() [constructor]
|
||||
cls.add_constructor([])
|
||||
## error-model.h: std::list<unsigned int, std::allocator<unsigned int> > ns3::ReceiveListErrorModel::GetList() const [member function]
|
||||
cls.add_method('GetList',
|
||||
'std::list< unsigned int >',
|
||||
[],
|
||||
is_const=True)
|
||||
## error-model.h: static ns3::TypeId ns3::ReceiveListErrorModel::GetTypeId() [member function]
|
||||
cls.add_method('GetTypeId',
|
||||
'ns3::TypeId',
|
||||
[],
|
||||
is_static=True)
|
||||
## error-model.h: void ns3::ReceiveListErrorModel::SetList(std::list<unsigned int, std::allocator<unsigned int> > const & packetlist) [member function]
|
||||
cls.add_method('SetList',
|
||||
'void',
|
||||
[param('std::list< unsigned int > const &', 'packetlist')])
|
||||
## error-model.h: bool ns3::ReceiveListErrorModel::DoCorrupt(ns3::Ptr<ns3::Packet> p) [member function]
|
||||
cls.add_method('DoCorrupt',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
||||
visibility='private', is_virtual=True)
|
||||
## error-model.h: void ns3::ReceiveListErrorModel::DoReset() [member function]
|
||||
cls.add_method('DoReset',
|
||||
'void',
|
||||
[],
|
||||
visibility='private', is_virtual=True)
|
||||
return
|
||||
|
||||
def register_functions(root_module):
|
||||
module = root_module
|
||||
## data-rate.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeDataRateChecker() [free function]
|
||||
|
||||
Reference in New Issue
Block a user