rescan python
This commit is contained in:
@@ -5,6 +5,7 @@ callback_classes = [
|
||||
['void', 'ns3::Ptr<ns3::Socket>', 'ns3::Address const&', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['bool', 'ns3::Ptr<ns3::Socket>', 'ns3::Address const&', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['void', 'ns3::Ptr<ns3::Packet>', 'ns3::Mac48Address', 'ns3::Mac48Address', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['void', 'ns3::WifiMacHeader const&', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['bool', 'std::string', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['bool', 'ns3::Ptr<ns3::NetDevice>', 'ns3::Ptr<ns3::Packet const>', 'unsigned short', 'ns3::Address const&', 'ns3::Address const&', 'ns3::NetDevice::PacketType', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['bool', 'ns3::Ptr<ns3::NetDevice>', 'ns3::Ptr<ns3::Packet const>', 'unsigned short', 'ns3::Address const&', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
|
||||
@@ -223,17 +223,17 @@ def register_Ns3BridgeNetDevice_methods(root_module, cls):
|
||||
'void',
|
||||
[],
|
||||
visibility='protected', is_virtual=True)
|
||||
## bridge-net-device.h: void ns3::BridgeNetDevice::ReceiveFromDevice(ns3::Ptr<ns3::NetDevice> device, ns3::Ptr<const ns3::Packet> packet, uint16_t protocol, ns3::Address const & source, ns3::Address const & destination, ns3::NetDevice::PacketType packetType) [member function]
|
||||
## bridge-net-device.h: void ns3::BridgeNetDevice::ReceiveFromDevice(ns3::Ptr<ns3::NetDevice> device, ns3::Ptr<ns3::Packet const> packet, uint16_t protocol, ns3::Address const & source, ns3::Address const & destination, ns3::NetDevice::PacketType packetType) [member function]
|
||||
cls.add_method('ReceiveFromDevice',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::NetDevice >', 'device'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'protocol'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'destination'), param('ns3::NetDevice::PacketType', 'packetType')],
|
||||
visibility='protected')
|
||||
## bridge-net-device.h: void ns3::BridgeNetDevice::ForwardUnicast(ns3::Ptr<ns3::NetDevice> incomingPort, ns3::Ptr<const ns3::Packet> packet, uint16_t protocol, ns3::Mac48Address src, ns3::Mac48Address dst) [member function]
|
||||
## bridge-net-device.h: void ns3::BridgeNetDevice::ForwardUnicast(ns3::Ptr<ns3::NetDevice> incomingPort, ns3::Ptr<ns3::Packet const> packet, uint16_t protocol, ns3::Mac48Address src, ns3::Mac48Address dst) [member function]
|
||||
cls.add_method('ForwardUnicast',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::NetDevice >', 'incomingPort'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'protocol'), param('ns3::Mac48Address', 'src'), param('ns3::Mac48Address', 'dst')],
|
||||
visibility='protected')
|
||||
## bridge-net-device.h: void ns3::BridgeNetDevice::ForwardBroadcast(ns3::Ptr<ns3::NetDevice> incomingPort, ns3::Ptr<const ns3::Packet> packet, uint16_t protocol, ns3::Mac48Address src, ns3::Mac48Address dst) [member function]
|
||||
## bridge-net-device.h: void ns3::BridgeNetDevice::ForwardBroadcast(ns3::Ptr<ns3::NetDevice> incomingPort, ns3::Ptr<ns3::Packet const> packet, uint16_t protocol, ns3::Mac48Address src, ns3::Mac48Address dst) [member function]
|
||||
cls.add_method('ForwardBroadcast',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::NetDevice >', 'incomingPort'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'protocol'), param('ns3::Mac48Address', 'src'), param('ns3::Mac48Address', 'dst')],
|
||||
|
||||
@@ -374,7 +374,7 @@ def register_Ns3Packet_methods(root_module, cls):
|
||||
cls.add_constructor([param('uint32_t', 'size')])
|
||||
## packet.h: ns3::Packet::Packet(uint8_t const * buffer, uint32_t size) [constructor]
|
||||
cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
|
||||
## packet.h: void ns3::Packet::AddAtEnd(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## packet.h: void ns3::Packet::AddAtEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('AddAtEnd',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
@@ -940,7 +940,7 @@ def register_Ns3PcapWriter_methods(root_module, cls):
|
||||
cls.add_method('WritePppHeader',
|
||||
'void',
|
||||
[])
|
||||
## pcap-writer.h: void ns3::PcapWriter::WritePacket(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## pcap-writer.h: void ns3::PcapWriter::WritePacket(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('WritePacket',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
|
||||
@@ -102,12 +102,12 @@ def register_Ns3DelayJitterEstimation_methods(root_module, cls):
|
||||
cls.add_constructor([param('ns3::DelayJitterEstimation const &', 'arg0')])
|
||||
## delay-jitter-estimation.h: ns3::DelayJitterEstimation::DelayJitterEstimation() [constructor]
|
||||
cls.add_constructor([])
|
||||
## delay-jitter-estimation.h: static void ns3::DelayJitterEstimation::PrepareTx(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## delay-jitter-estimation.h: static void ns3::DelayJitterEstimation::PrepareTx(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('PrepareTx',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')],
|
||||
is_static=True)
|
||||
## delay-jitter-estimation.h: void ns3::DelayJitterEstimation::RecordRx(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## delay-jitter-estimation.h: void ns3::DelayJitterEstimation::RecordRx(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('RecordRx',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
|
||||
@@ -2028,7 +2028,7 @@ def register_Ns3TracedValue__Unsigned_int_methods(root_module, cls):
|
||||
cls.add_method('ConnectWithoutContext',
|
||||
'void',
|
||||
[param('ns3::CallbackBase const &', 'cb')])
|
||||
## traced-value.h: void ns3::TracedValue<unsigned int>::Connect(ns3::CallbackBase const & cb, std::basic_string<char,std::char_traits<char>,std::allocator<char> > path) [member function]
|
||||
## traced-value.h: void ns3::TracedValue<unsigned int>::Connect(ns3::CallbackBase const & cb, std::string path) [member function]
|
||||
cls.add_method('Connect',
|
||||
'void',
|
||||
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')])
|
||||
@@ -2036,7 +2036,7 @@ def register_Ns3TracedValue__Unsigned_int_methods(root_module, cls):
|
||||
cls.add_method('DisconnectWithoutContext',
|
||||
'void',
|
||||
[param('ns3::CallbackBase const &', 'cb')])
|
||||
## traced-value.h: void ns3::TracedValue<unsigned int>::Disconnect(ns3::CallbackBase const & cb, std::basic_string<char,std::char_traits<char>,std::allocator<char> > path) [member function]
|
||||
## traced-value.h: void ns3::TracedValue<unsigned int>::Disconnect(ns3::CallbackBase const & cb, std::string path) [member function]
|
||||
cls.add_method('Disconnect',
|
||||
'void',
|
||||
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')])
|
||||
@@ -2184,7 +2184,7 @@ def register_functions(root_module):
|
||||
module.add_function('TypeNameGet',
|
||||
'std::string',
|
||||
[],
|
||||
template_parameters=['long'])
|
||||
template_parameters=['long long'])
|
||||
## type-name.h: extern std::string ns3::TypeNameGet() [free function]
|
||||
module.add_function('TypeNameGet',
|
||||
'std::string',
|
||||
@@ -2204,7 +2204,7 @@ def register_functions(root_module):
|
||||
module.add_function('TypeNameGet',
|
||||
'std::string',
|
||||
[],
|
||||
template_parameters=['unsigned long'])
|
||||
template_parameters=['unsigned long long'])
|
||||
## type-name.h: extern std::string ns3::TypeNameGet() [free function]
|
||||
module.add_function('TypeNameGet',
|
||||
'std::string',
|
||||
|
||||
@@ -47,12 +47,16 @@ def register_types(module):
|
||||
module.add_class('V4PingHelper', allow_subclassing=False)
|
||||
## wifi-helper.h: ns3::WifiHelper [class]
|
||||
module.add_class('WifiHelper', allow_subclassing=False)
|
||||
## wifi-helper.h: ns3::WifiMacHelper [class]
|
||||
module.add_class('WifiMacHelper', allow_subclassing=False)
|
||||
## wifi-helper.h: ns3::WifiPhyHelper [class]
|
||||
module.add_class('WifiPhyHelper', allow_subclassing=False)
|
||||
## yans-wifi-helper.h: ns3::YansWifiChannelHelper [class]
|
||||
module.add_class('YansWifiChannelHelper', allow_subclassing=False)
|
||||
## yans-wifi-helper.h: ns3::YansWifiPhyHelper [class]
|
||||
module.add_class('YansWifiPhyHelper', allow_subclassing=False, parent=root_module['ns3::WifiPhyHelper'])
|
||||
## nqos-wifi-mac-helper.h: ns3::NqosWifiMacHelper [class]
|
||||
module.add_class('NqosWifiMacHelper', allow_subclassing=False, parent=root_module['ns3::WifiMacHelper'])
|
||||
|
||||
## Register a nested module for the namespace Config
|
||||
|
||||
@@ -117,9 +121,11 @@ def register_methods(root_module):
|
||||
register_Ns3UdpEchoServerHelper_methods(root_module, root_module['ns3::UdpEchoServerHelper'])
|
||||
register_Ns3V4PingHelper_methods(root_module, root_module['ns3::V4PingHelper'])
|
||||
register_Ns3WifiHelper_methods(root_module, root_module['ns3::WifiHelper'])
|
||||
register_Ns3WifiMacHelper_methods(root_module, root_module['ns3::WifiMacHelper'])
|
||||
register_Ns3WifiPhyHelper_methods(root_module, root_module['ns3::WifiPhyHelper'])
|
||||
register_Ns3YansWifiChannelHelper_methods(root_module, root_module['ns3::YansWifiChannelHelper'])
|
||||
register_Ns3YansWifiPhyHelper_methods(root_module, root_module['ns3::YansWifiPhyHelper'])
|
||||
register_Ns3NqosWifiMacHelper_methods(root_module, root_module['ns3::NqosWifiMacHelper'])
|
||||
return
|
||||
|
||||
def register_Ns3ApplicationContainer_methods(root_module, cls):
|
||||
@@ -1068,27 +1074,35 @@ def register_Ns3WifiHelper_methods(root_module, cls):
|
||||
cls.add_method('SetRemoteStationManager',
|
||||
'void',
|
||||
[param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
||||
## wifi-helper.h: void ns3::WifiHelper::SetMac(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
||||
cls.add_method('SetMac',
|
||||
'void',
|
||||
[param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
||||
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::NodeContainer c) const [member function]
|
||||
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, ns3::NodeContainer c) const [member function]
|
||||
cls.add_method('Install',
|
||||
'ns3::NetDeviceContainer',
|
||||
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::NodeContainer', 'c')],
|
||||
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('ns3::NodeContainer', 'c')],
|
||||
is_const=True)
|
||||
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::Ptr<ns3::Node> node) const [member function]
|
||||
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, ns3::Ptr<ns3::Node> node) const [member function]
|
||||
cls.add_method('Install',
|
||||
'ns3::NetDeviceContainer',
|
||||
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::Ptr< ns3::Node >', 'node')],
|
||||
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('ns3::Ptr< ns3::Node >', 'node')],
|
||||
is_const=True)
|
||||
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, std::string nodeName) const [member function]
|
||||
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, std::string nodeName) const [member function]
|
||||
cls.add_method('Install',
|
||||
'ns3::NetDeviceContainer',
|
||||
[param('ns3::WifiPhyHelper const &', 'phy'), param('std::string', 'nodeName')],
|
||||
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('std::string', 'nodeName')],
|
||||
is_const=True)
|
||||
return
|
||||
|
||||
def register_Ns3WifiMacHelper_methods(root_module, cls):
|
||||
## wifi-helper.h: ns3::WifiMacHelper::WifiMacHelper(ns3::WifiMacHelper const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::WifiMacHelper const &', 'arg0')])
|
||||
## wifi-helper.h: ns3::WifiMacHelper::WifiMacHelper() [constructor]
|
||||
cls.add_constructor([])
|
||||
## wifi-helper.h: ns3::Ptr<ns3::WifiMac> ns3::WifiMacHelper::Create() const [member function]
|
||||
cls.add_method('Create',
|
||||
'ns3::Ptr< ns3::WifiMac >',
|
||||
[],
|
||||
is_pure_virtual=True, is_const=True, is_virtual=True)
|
||||
return
|
||||
|
||||
def register_Ns3WifiPhyHelper_methods(root_module, cls):
|
||||
## wifi-helper.h: ns3::WifiPhyHelper::WifiPhyHelper(ns3::WifiPhyHelper const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::WifiPhyHelper const &', 'arg0')])
|
||||
@@ -1209,6 +1223,31 @@ def register_Ns3YansWifiPhyHelper_methods(root_module, cls):
|
||||
is_const=True, visibility='private', is_virtual=True)
|
||||
return
|
||||
|
||||
def register_Ns3NqosWifiMacHelper_methods(root_module, cls):
|
||||
## nqos-wifi-mac-helper.h: ns3::NqosWifiMacHelper::NqosWifiMacHelper(ns3::NqosWifiMacHelper const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::NqosWifiMacHelper const &', 'arg0')])
|
||||
## nqos-wifi-mac-helper.h: ns3::NqosWifiMacHelper::NqosWifiMacHelper() [constructor]
|
||||
cls.add_constructor([])
|
||||
## nqos-wifi-mac-helper.h: static ns3::NqosWifiMacHelper ns3::NqosWifiMacHelper::Default() [member function]
|
||||
cls.add_method('Default',
|
||||
'ns3::NqosWifiMacHelper',
|
||||
[],
|
||||
is_static=True)
|
||||
## nqos-wifi-mac-helper.h: void ns3::NqosWifiMacHelper::SetType(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
||||
cls.add_method('SetType',
|
||||
'void',
|
||||
[param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
||||
## nqos-wifi-mac-helper.h: void ns3::NqosWifiMacHelper::SetDcaParameters(std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue()) [member function]
|
||||
cls.add_method('SetDcaParameters',
|
||||
'void',
|
||||
[param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()')])
|
||||
## nqos-wifi-mac-helper.h: ns3::Ptr<ns3::WifiMac> ns3::NqosWifiMacHelper::Create() const [member function]
|
||||
cls.add_method('Create',
|
||||
'ns3::Ptr< ns3::WifiMac >',
|
||||
[],
|
||||
is_const=True, visibility='private', is_virtual=True)
|
||||
return
|
||||
|
||||
def register_functions(root_module):
|
||||
module = root_module
|
||||
register_functions_ns3_Config(module.get_submodule('Config'), root_module)
|
||||
|
||||
@@ -95,7 +95,7 @@ def register_Ns3Icmpv4DestinationUnreachable_methods(root_module, cls):
|
||||
'uint16_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## icmpv4.h: void ns3::Icmpv4DestinationUnreachable::SetData(ns3::Ptr<const ns3::Packet> data) [member function]
|
||||
## icmpv4.h: void ns3::Icmpv4DestinationUnreachable::SetData(ns3::Ptr<ns3::Packet const> data) [member function]
|
||||
cls.add_method('SetData',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'data')])
|
||||
@@ -151,7 +151,7 @@ def register_Ns3Icmpv4Echo_methods(root_module, cls):
|
||||
cls.add_method('SetSequenceNumber',
|
||||
'void',
|
||||
[param('uint16_t', 'seq')])
|
||||
## icmpv4.h: void ns3::Icmpv4Echo::SetData(ns3::Ptr<const ns3::Packet> data) [member function]
|
||||
## icmpv4.h: void ns3::Icmpv4Echo::SetData(ns3::Ptr<ns3::Packet const> data) [member function]
|
||||
cls.add_method('SetData',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'data')])
|
||||
@@ -165,7 +165,7 @@ def register_Ns3Icmpv4Echo_methods(root_module, cls):
|
||||
'uint16_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## icmpv4.h: ns3::Ptr<const ns3::Packet> ns3::Icmpv4Echo::GetData() const [member function]
|
||||
## icmpv4.h: ns3::Ptr<ns3::Packet const> ns3::Icmpv4Echo::GetData() const [member function]
|
||||
cls.add_method('GetData',
|
||||
'ns3::Ptr< ns3::Packet const >',
|
||||
[],
|
||||
@@ -266,7 +266,7 @@ def register_Ns3Icmpv4Header_methods(root_module, cls):
|
||||
def register_Ns3Icmpv4TimeExceeded_methods(root_module, cls):
|
||||
## icmpv4.h: ns3::Icmpv4TimeExceeded::Icmpv4TimeExceeded(ns3::Icmpv4TimeExceeded const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::Icmpv4TimeExceeded const &', 'arg0')])
|
||||
## icmpv4.h: void ns3::Icmpv4TimeExceeded::SetData(ns3::Ptr<const ns3::Packet> data) [member function]
|
||||
## icmpv4.h: void ns3::Icmpv4TimeExceeded::SetData(ns3::Ptr<ns3::Packet const> data) [member function]
|
||||
cls.add_method('SetData',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'data')])
|
||||
|
||||
@@ -1696,7 +1696,7 @@ def register_Ns3Queue_methods(root_module, cls):
|
||||
cls.add_method('Dequeue',
|
||||
'ns3::Ptr< ns3::Packet >',
|
||||
[])
|
||||
## queue.h: ns3::Ptr<const ns3::Packet> ns3::Queue::Peek() const [member function]
|
||||
## queue.h: ns3::Ptr<ns3::Packet const> ns3::Queue::Peek() const [member function]
|
||||
cls.add_method('Peek',
|
||||
'ns3::Ptr< ns3::Packet const >',
|
||||
[],
|
||||
@@ -1754,7 +1754,7 @@ def register_Ns3Queue_methods(root_module, cls):
|
||||
'ns3::Ptr< ns3::Packet >',
|
||||
[],
|
||||
is_pure_virtual=True, visibility='private', is_virtual=True)
|
||||
## queue.h: ns3::Ptr<const ns3::Packet> ns3::Queue::DoPeek() const [member function]
|
||||
## queue.h: ns3::Ptr<ns3::Packet const> ns3::Queue::DoPeek() const [member function]
|
||||
cls.add_method('DoPeek',
|
||||
'ns3::Ptr< ns3::Packet const >',
|
||||
[],
|
||||
@@ -2420,7 +2420,7 @@ def register_Ns3DropTailQueue_methods(root_module, cls):
|
||||
'ns3::Ptr< ns3::Packet >',
|
||||
[],
|
||||
visibility='private', is_virtual=True)
|
||||
## drop-tail-queue.h: ns3::Ptr<const ns3::Packet> ns3::DropTailQueue::DoPeek() const [member function]
|
||||
## drop-tail-queue.h: ns3::Ptr<ns3::Packet const> ns3::DropTailQueue::DoPeek() const [member function]
|
||||
cls.add_method('DoPeek',
|
||||
'ns3::Ptr< ns3::Packet const >',
|
||||
[],
|
||||
|
||||
@@ -303,11 +303,11 @@ def register_Ns3PacketSizeMinMaxAvgTotalCalculator_methods(root_module, cls):
|
||||
cls.add_constructor([param('ns3::PacketSizeMinMaxAvgTotalCalculator const &', 'arg0')])
|
||||
## packet-data-calculators.h: ns3::PacketSizeMinMaxAvgTotalCalculator::PacketSizeMinMaxAvgTotalCalculator() [constructor]
|
||||
cls.add_constructor([])
|
||||
## packet-data-calculators.h: void ns3::PacketSizeMinMaxAvgTotalCalculator::PacketUpdate(std::string path, ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## packet-data-calculators.h: void ns3::PacketSizeMinMaxAvgTotalCalculator::PacketUpdate(std::string path, ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('PacketUpdate',
|
||||
'void',
|
||||
[param('std::string', 'path'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## packet-data-calculators.h: void ns3::PacketSizeMinMaxAvgTotalCalculator::FrameUpdate(std::string path, ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address realto) [member function]
|
||||
## packet-data-calculators.h: void ns3::PacketSizeMinMaxAvgTotalCalculator::FrameUpdate(std::string path, ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address realto) [member function]
|
||||
cls.add_method('FrameUpdate',
|
||||
'void',
|
||||
[param('std::string', 'path'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'realto')])
|
||||
@@ -400,11 +400,11 @@ def register_Ns3PacketCounterCalculator_methods(root_module, cls):
|
||||
cls.add_constructor([param('ns3::PacketCounterCalculator const &', 'arg0')])
|
||||
## packet-data-calculators.h: ns3::PacketCounterCalculator::PacketCounterCalculator() [constructor]
|
||||
cls.add_constructor([])
|
||||
## packet-data-calculators.h: void ns3::PacketCounterCalculator::PacketUpdate(std::string path, ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## packet-data-calculators.h: void ns3::PacketCounterCalculator::PacketUpdate(std::string path, ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('PacketUpdate',
|
||||
'void',
|
||||
[param('std::string', 'path'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## packet-data-calculators.h: void ns3::PacketCounterCalculator::FrameUpdate(std::string path, ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address realto) [member function]
|
||||
## packet-data-calculators.h: void ns3::PacketCounterCalculator::FrameUpdate(std::string path, ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address realto) [member function]
|
||||
cls.add_method('FrameUpdate',
|
||||
'void',
|
||||
[param('std::string', 'path'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'realto')])
|
||||
|
||||
@@ -206,7 +206,7 @@ def register_Ns3TapBridge_methods(root_module, cls):
|
||||
'void',
|
||||
[],
|
||||
visibility='protected', is_virtual=True)
|
||||
## tap-bridge.h: void ns3::TapBridge::ReceiveFromBridgedDevice(ns3::Ptr<ns3::NetDevice> device, ns3::Ptr<const ns3::Packet> packet, uint16_t protocol, ns3::Address const & src, ns3::Address const & dst, ns3::NetDevice::PacketType packetType) [member function]
|
||||
## tap-bridge.h: void ns3::TapBridge::ReceiveFromBridgedDevice(ns3::Ptr<ns3::NetDevice> device, ns3::Ptr<ns3::Packet const> packet, uint16_t protocol, ns3::Address const & src, ns3::Address const & dst, ns3::NetDevice::PacketType packetType) [member function]
|
||||
cls.add_method('ReceiveFromBridgedDevice',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::NetDevice >', 'device'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'protocol'), param('ns3::Address const &', 'src'), param('ns3::Address const &', 'dst'), param('ns3::NetDevice::PacketType', 'packetType')],
|
||||
|
||||
@@ -3,6 +3,8 @@ from pybindgen import Module, FileCodeSink, param, retval, cppclass
|
||||
def register_types(module):
|
||||
root_module = module.get_root()
|
||||
|
||||
## wifi-mac-header.h: ns3::WifiMacType [enumeration]
|
||||
module.add_enum('WifiMacType', ['WIFI_MAC_CTL_RTS', 'WIFI_MAC_CTL_CTS', 'WIFI_MAC_CTL_ACK', 'WIFI_MAC_CTL_BACKREQ', 'WIFI_MAC_CTL_BACKRESP', 'WIFI_MAC_MGT_BEACON', 'WIFI_MAC_MGT_ASSOCIATION_REQUEST', 'WIFI_MAC_MGT_ASSOCIATION_RESPONSE', 'WIFI_MAC_MGT_DISASSOCIATION', 'WIFI_MAC_MGT_REASSOCIATION_REQUEST', 'WIFI_MAC_MGT_REASSOCIATION_RESPONSE', 'WIFI_MAC_MGT_PROBE_REQUEST', 'WIFI_MAC_MGT_PROBE_RESPONSE', 'WIFI_MAC_MGT_AUTHENTICATION', 'WIFI_MAC_MGT_DEAUTHENTICATION', 'WIFI_MAC_DATA', 'WIFI_MAC_DATA_CFACK', 'WIFI_MAC_DATA_CFPOLL', 'WIFI_MAC_DATA_CFACK_CFPOLL', 'WIFI_MAC_DATA_NULL', 'WIFI_MAC_DATA_NULL_CFACK', 'WIFI_MAC_DATA_NULL_CFPOLL', 'WIFI_MAC_DATA_NULL_CFACK_CFPOLL', 'WIFI_MAC_QOSDATA', 'WIFI_MAC_QOSDATA_CFACK', 'WIFI_MAC_QOSDATA_CFPOLL', 'WIFI_MAC_QOSDATA_CFACK_CFPOLL', 'WIFI_MAC_QOSDATA_NULL', 'WIFI_MAC_QOSDATA_NULL_CFPOLL', 'WIFI_MAC_QOSDATA_NULL_CFACK_CFPOLL'])
|
||||
## wifi-preamble.h: ns3::WifiPreamble [enumeration]
|
||||
module.add_enum('WifiPreamble', ['WIFI_PREAMBLE_LONG', 'WIFI_PREAMBLE_SHORT'])
|
||||
## wifi-phy-standard.h: ns3::WifiPhyStandard [enumeration]
|
||||
@@ -55,6 +57,12 @@ def register_types(module):
|
||||
module.add_class('ThreeLogDistancePropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
||||
## wifi-mac.h: ns3::WifiMac [class]
|
||||
module.add_class('WifiMac', parent=root_module['ns3::Object'])
|
||||
## wifi-mac-header.h: ns3::WifiMacHeader [class]
|
||||
module.add_class('WifiMacHeader', parent=root_module['ns3::Header'])
|
||||
## wifi-mac-header.h: ns3::WifiMacHeader::QosAckPolicy [enumeration]
|
||||
module.add_enum('QosAckPolicy', ['NORMAL_ACK', 'NO_ACK', 'NO_EXPLICIT_ACK', 'BLOCK_ACK'], outer_class=root_module['ns3::WifiMacHeader'])
|
||||
## wifi-mac-header.h: ns3::WifiMacHeader::AddressType [enumeration]
|
||||
module.add_enum('AddressType', ['ADDR1', 'ADDR2', 'ADDR3', 'ADDR4'], outer_class=root_module['ns3::WifiMacHeader'])
|
||||
## wifi-mode.h: ns3::WifiModeChecker [class]
|
||||
module.add_class('WifiModeChecker', parent=root_module['ns3::AttributeChecker'])
|
||||
## wifi-mode.h: ns3::WifiModeValue [class]
|
||||
@@ -79,6 +87,8 @@ def register_types(module):
|
||||
module.add_class('ConstantRateWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
|
||||
## propagation-delay-model.h: ns3::ConstantSpeedPropagationDelayModel [class]
|
||||
module.add_class('ConstantSpeedPropagationDelayModel', parent=root_module['ns3::PropagationDelayModel'])
|
||||
## dca-txop.h: ns3::DcaTxop [class]
|
||||
module.add_class('DcaTxop', parent=root_module['ns3::Object'])
|
||||
## error-rate-model.h: ns3::ErrorRateModel [class]
|
||||
module.add_class('ErrorRateModel', parent=root_module['ns3::Object'])
|
||||
## propagation-loss-model.h: ns3::FriisPropagationLossModel [class]
|
||||
@@ -172,6 +182,7 @@ def register_methods(root_module):
|
||||
register_Ns3SsidValue_methods(root_module, root_module['ns3::SsidValue'])
|
||||
register_Ns3ThreeLogDistancePropagationLossModel_methods(root_module, root_module['ns3::ThreeLogDistancePropagationLossModel'])
|
||||
register_Ns3WifiMac_methods(root_module, root_module['ns3::WifiMac'])
|
||||
register_Ns3WifiMacHeader_methods(root_module, root_module['ns3::WifiMacHeader'])
|
||||
register_Ns3WifiModeChecker_methods(root_module, root_module['ns3::WifiModeChecker'])
|
||||
register_Ns3WifiModeValue_methods(root_module, root_module['ns3::WifiModeValue'])
|
||||
register_Ns3WifiPhy_methods(root_module, root_module['ns3::WifiPhy'])
|
||||
@@ -183,6 +194,7 @@ def register_methods(root_module):
|
||||
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
|
||||
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
|
||||
register_Ns3ConstantSpeedPropagationDelayModel_methods(root_module, root_module['ns3::ConstantSpeedPropagationDelayModel'])
|
||||
register_Ns3DcaTxop_methods(root_module, root_module['ns3::DcaTxop'])
|
||||
register_Ns3ErrorRateModel_methods(root_module, root_module['ns3::ErrorRateModel'])
|
||||
register_Ns3FriisPropagationLossModel_methods(root_module, root_module['ns3::FriisPropagationLossModel'])
|
||||
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
|
||||
@@ -522,15 +534,15 @@ def register_Ns3WifiRemoteStation_methods(root_module, cls):
|
||||
cls.add_method('RecordDisassociated',
|
||||
'void',
|
||||
[])
|
||||
## wifi-remote-station-manager.h: void ns3::WifiRemoteStation::PrepareForQueue(ns3::Ptr<const ns3::Packet> packet, uint32_t fullPacketSize) [member function]
|
||||
## wifi-remote-station-manager.h: void ns3::WifiRemoteStation::PrepareForQueue(ns3::Ptr<ns3::Packet const> packet, uint32_t fullPacketSize) [member function]
|
||||
cls.add_method('PrepareForQueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fullPacketSize')])
|
||||
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStation::GetDataMode(ns3::Ptr<const ns3::Packet> packet, uint32_t fullPacketSize) [member function]
|
||||
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStation::GetDataMode(ns3::Ptr<ns3::Packet const> packet, uint32_t fullPacketSize) [member function]
|
||||
cls.add_method('GetDataMode',
|
||||
'ns3::WifiMode',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fullPacketSize')])
|
||||
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStation::GetRtsMode(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStation::GetRtsMode(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('GetRtsMode',
|
||||
'ns3::WifiMode',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
@@ -562,37 +574,37 @@ def register_Ns3WifiRemoteStation_methods(root_module, cls):
|
||||
cls.add_method('ReportRxOk',
|
||||
'void',
|
||||
[param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')])
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedRts(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedRts(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NeedRts',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')],
|
||||
is_virtual=True)
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedRtsRetransmission(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedRtsRetransmission(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NeedRtsRetransmission',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')],
|
||||
is_virtual=True)
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedDataRetransmission(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedDataRetransmission(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NeedDataRetransmission',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')],
|
||||
is_virtual=True)
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedFragmentation(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::NeedFragmentation(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NeedFragmentation',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')],
|
||||
is_virtual=True)
|
||||
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStation::GetFragmentSize(ns3::Ptr<const ns3::Packet> packet, uint32_t fragmentNumber) [member function]
|
||||
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStation::GetFragmentSize(ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function]
|
||||
cls.add_method('GetFragmentSize',
|
||||
'uint32_t',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')],
|
||||
is_virtual=True)
|
||||
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStation::GetFragmentOffset(ns3::Ptr<const ns3::Packet> packet, uint32_t fragmentNumber) [member function]
|
||||
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStation::GetFragmentOffset(ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function]
|
||||
cls.add_method('GetFragmentOffset',
|
||||
'uint32_t',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')],
|
||||
is_virtual=True)
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::IsLastFragment(ns3::Ptr<const ns3::Packet> packet, uint32_t fragmentNumber) [member function]
|
||||
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStation::IsLastFragment(ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function]
|
||||
cls.add_method('IsLastFragment',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')],
|
||||
@@ -1070,7 +1082,7 @@ def register_Ns3RraaWifiRemoteStation_methods(root_module, cls):
|
||||
cls.add_constructor([param('ns3::RraaWifiRemoteStation const &', 'arg0')])
|
||||
## rraa-wifi-manager.h: ns3::RraaWifiRemoteStation::RraaWifiRemoteStation(ns3::Ptr<ns3::RraaWifiManager> stations) [constructor]
|
||||
cls.add_constructor([param('ns3::Ptr< ns3::RraaWifiManager >', 'stations')])
|
||||
## rraa-wifi-manager.h: bool ns3::RraaWifiRemoteStation::NeedRts(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## rraa-wifi-manager.h: bool ns3::RraaWifiRemoteStation::NeedRts(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NeedRts',
|
||||
'bool',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')],
|
||||
@@ -1296,12 +1308,12 @@ def register_Ns3WifiMac_methods(root_module, cls):
|
||||
'ns3::Mac48Address',
|
||||
[],
|
||||
is_pure_virtual=True, is_const=True, is_virtual=True)
|
||||
## wifi-mac.h: void ns3::WifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
## wifi-mac.h: void ns3::WifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')],
|
||||
is_pure_virtual=True, is_virtual=True)
|
||||
## wifi-mac.h: void ns3::WifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to) [member function]
|
||||
## wifi-mac.h: void ns3::WifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')],
|
||||
@@ -1336,28 +1348,399 @@ def register_Ns3WifiMac_methods(root_module, cls):
|
||||
'void',
|
||||
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')],
|
||||
is_pure_virtual=True, is_virtual=True)
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyTx(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyTx(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyTx',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyTxDrop(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyTxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyTxDrop',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyRx(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyRx(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyRx',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyPromiscRx(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyPromiscRx(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyPromiscRx',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyRxDrop(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-mac.h: void ns3::WifiMac::NotifyRxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyRxDrop',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
return
|
||||
|
||||
def register_Ns3WifiMacHeader_methods(root_module, cls):
|
||||
## wifi-mac-header.h: ns3::WifiMacHeader::WifiMacHeader(ns3::WifiMacHeader const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::WifiMacHeader const &', 'arg0')])
|
||||
## wifi-mac-header.h: ns3::WifiMacHeader::WifiMacHeader() [constructor]
|
||||
cls.add_constructor([])
|
||||
## wifi-mac-header.h: static ns3::TypeId ns3::WifiMacHeader::GetTypeId() [member function]
|
||||
cls.add_method('GetTypeId',
|
||||
'ns3::TypeId',
|
||||
[],
|
||||
is_static=True)
|
||||
## wifi-mac-header.h: ns3::TypeId ns3::WifiMacHeader::GetInstanceTypeId() const [member function]
|
||||
cls.add_method('GetInstanceTypeId',
|
||||
'ns3::TypeId',
|
||||
[],
|
||||
is_const=True, is_virtual=True)
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::Print(std::ostream & os) const [member function]
|
||||
cls.add_method('Print',
|
||||
'void',
|
||||
[param('std::ostream &', 'os')],
|
||||
is_const=True, is_virtual=True)
|
||||
## wifi-mac-header.h: uint32_t ns3::WifiMacHeader::GetSerializedSize() const [member function]
|
||||
cls.add_method('GetSerializedSize',
|
||||
'uint32_t',
|
||||
[],
|
||||
is_const=True, is_virtual=True)
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
|
||||
cls.add_method('Serialize',
|
||||
'void',
|
||||
[param('ns3::Buffer::Iterator', 'start')],
|
||||
is_const=True, is_virtual=True)
|
||||
## wifi-mac-header.h: uint32_t ns3::WifiMacHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
|
||||
cls.add_method('Deserialize',
|
||||
'uint32_t',
|
||||
[param('ns3::Buffer::Iterator', 'start')],
|
||||
is_virtual=True)
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAssocReq() [member function]
|
||||
cls.add_method('SetAssocReq',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAssocResp() [member function]
|
||||
cls.add_method('SetAssocResp',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetProbeReq() [member function]
|
||||
cls.add_method('SetProbeReq',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetProbeResp() [member function]
|
||||
cls.add_method('SetProbeResp',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetBeacon() [member function]
|
||||
cls.add_method('SetBeacon',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetTypeData() [member function]
|
||||
cls.add_method('SetTypeData',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsFrom() [member function]
|
||||
cls.add_method('SetDsFrom',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsNotFrom() [member function]
|
||||
cls.add_method('SetDsNotFrom',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsTo() [member function]
|
||||
cls.add_method('SetDsTo',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsNotTo() [member function]
|
||||
cls.add_method('SetDsNotTo',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr1(ns3::Mac48Address address) [member function]
|
||||
cls.add_method('SetAddr1',
|
||||
'void',
|
||||
[param('ns3::Mac48Address', 'address')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr2(ns3::Mac48Address address) [member function]
|
||||
cls.add_method('SetAddr2',
|
||||
'void',
|
||||
[param('ns3::Mac48Address', 'address')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr3(ns3::Mac48Address address) [member function]
|
||||
cls.add_method('SetAddr3',
|
||||
'void',
|
||||
[param('ns3::Mac48Address', 'address')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr4(ns3::Mac48Address address) [member function]
|
||||
cls.add_method('SetAddr4',
|
||||
'void',
|
||||
[param('ns3::Mac48Address', 'address')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetType(ns3::WifiMacType type) [member function]
|
||||
cls.add_method('SetType',
|
||||
'void',
|
||||
[param('ns3::WifiMacType', 'type')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetRawDuration(uint16_t duration) [member function]
|
||||
cls.add_method('SetRawDuration',
|
||||
'void',
|
||||
[param('uint16_t', 'duration')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDuration(ns3::Time duration) [member function]
|
||||
cls.add_method('SetDuration',
|
||||
'void',
|
||||
[param('ns3::Time', 'duration')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetId(uint16_t id) [member function]
|
||||
cls.add_method('SetId',
|
||||
'void',
|
||||
[param('uint16_t', 'id')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetSequenceNumber(uint16_t seq) [member function]
|
||||
cls.add_method('SetSequenceNumber',
|
||||
'void',
|
||||
[param('uint16_t', 'seq')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetFragmentNumber(uint8_t frag) [member function]
|
||||
cls.add_method('SetFragmentNumber',
|
||||
'void',
|
||||
[param('uint8_t', 'frag')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetNoMoreFragments() [member function]
|
||||
cls.add_method('SetNoMoreFragments',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetMoreFragments() [member function]
|
||||
cls.add_method('SetMoreFragments',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetRetry() [member function]
|
||||
cls.add_method('SetRetry',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetNoRetry() [member function]
|
||||
cls.add_method('SetNoRetry',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosTid(uint8_t tid) [member function]
|
||||
cls.add_method('SetQosTid',
|
||||
'void',
|
||||
[param('uint8_t', 'tid')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosEosp() [member function]
|
||||
cls.add_method('SetQosEosp',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosNoEosp() [member function]
|
||||
cls.add_method('SetQosNoEosp',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosAckPolicy(ns3::WifiMacHeader::QosAckPolicy arg0) [member function]
|
||||
cls.add_method('SetQosAckPolicy',
|
||||
'void',
|
||||
[param('ns3::WifiMacHeader::QosAckPolicy', 'arg0')])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosAmsdu() [member function]
|
||||
cls.add_method('SetQosAmsdu',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosNoAmsdu() [member function]
|
||||
cls.add_method('SetQosNoAmsdu',
|
||||
'void',
|
||||
[])
|
||||
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosTxopLimit(uint8_t txop) [member function]
|
||||
cls.add_method('SetQosTxopLimit',
|
||||
'void',
|
||||
[param('uint8_t', 'txop')])
|
||||
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr1() const [member function]
|
||||
cls.add_method('GetAddr1',
|
||||
'ns3::Mac48Address',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr2() const [member function]
|
||||
cls.add_method('GetAddr2',
|
||||
'ns3::Mac48Address',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr3() const [member function]
|
||||
cls.add_method('GetAddr3',
|
||||
'ns3::Mac48Address',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr4() const [member function]
|
||||
cls.add_method('GetAddr4',
|
||||
'ns3::Mac48Address',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: ns3::WifiMacType ns3::WifiMacHeader::GetType() const [member function]
|
||||
cls.add_method('GetType',
|
||||
'ns3::WifiMacType',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsFromDs() const [member function]
|
||||
cls.add_method('IsFromDs',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsToDs() const [member function]
|
||||
cls.add_method('IsToDs',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsData() const [member function]
|
||||
cls.add_method('IsData',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosData() const [member function]
|
||||
cls.add_method('IsQosData',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsCtl() const [member function]
|
||||
cls.add_method('IsCtl',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsMgt() const [member function]
|
||||
cls.add_method('IsMgt',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsCfpoll() const [member function]
|
||||
cls.add_method('IsCfpoll',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsRts() const [member function]
|
||||
cls.add_method('IsRts',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsCts() const [member function]
|
||||
cls.add_method('IsCts',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAck() const [member function]
|
||||
cls.add_method('IsAck',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAssocReq() const [member function]
|
||||
cls.add_method('IsAssocReq',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAssocResp() const [member function]
|
||||
cls.add_method('IsAssocResp',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsReassocReq() const [member function]
|
||||
cls.add_method('IsReassocReq',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsReassocResp() const [member function]
|
||||
cls.add_method('IsReassocResp',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsProbeReq() const [member function]
|
||||
cls.add_method('IsProbeReq',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsProbeResp() const [member function]
|
||||
cls.add_method('IsProbeResp',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsBeacon() const [member function]
|
||||
cls.add_method('IsBeacon',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsDisassociation() const [member function]
|
||||
cls.add_method('IsDisassociation',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAuthentication() const [member function]
|
||||
cls.add_method('IsAuthentication',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsDeauthentication() const [member function]
|
||||
cls.add_method('IsDeauthentication',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetRawDuration() const [member function]
|
||||
cls.add_method('GetRawDuration',
|
||||
'uint16_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: ns3::Time ns3::WifiMacHeader::GetDuration() const [member function]
|
||||
cls.add_method('GetDuration',
|
||||
'ns3::Time',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetSequenceControl() const [member function]
|
||||
cls.add_method('GetSequenceControl',
|
||||
'uint16_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetSequenceNumber() const [member function]
|
||||
cls.add_method('GetSequenceNumber',
|
||||
'uint16_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetFragmentNumber() const [member function]
|
||||
cls.add_method('GetFragmentNumber',
|
||||
'uint16_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsRetry() const [member function]
|
||||
cls.add_method('IsRetry',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsMoreFragments() const [member function]
|
||||
cls.add_method('IsMoreFragments',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosBlockAck() const [member function]
|
||||
cls.add_method('IsQosBlockAck',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosNoAck() const [member function]
|
||||
cls.add_method('IsQosNoAck',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosAck() const [member function]
|
||||
cls.add_method('IsQosAck',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosEosp() const [member function]
|
||||
cls.add_method('IsQosEosp',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosAmsdu() const [member function]
|
||||
cls.add_method('IsQosAmsdu',
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: uint8_t ns3::WifiMacHeader::GetQosTid() const [member function]
|
||||
cls.add_method('GetQosTid',
|
||||
'uint8_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: ns3::WifiMacHeader::QosAckPolicy ns3::WifiMacHeader::GetQosAckPolicy() const [member function]
|
||||
cls.add_method('GetQosAckPolicy',
|
||||
'ns3::WifiMacHeader::QosAckPolicy',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: uint8_t ns3::WifiMacHeader::GetQosTxopLimit() const [member function]
|
||||
cls.add_method('GetQosTxopLimit',
|
||||
'uint8_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: uint32_t ns3::WifiMacHeader::GetSize() const [member function]
|
||||
cls.add_method('GetSize',
|
||||
'uint32_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## wifi-mac-header.h: char const * ns3::WifiMacHeader::GetTypeString() const [member function]
|
||||
cls.add_method('GetTypeString',
|
||||
'char const *',
|
||||
[],
|
||||
is_const=True)
|
||||
return
|
||||
|
||||
def register_Ns3WifiModeChecker_methods(root_module, cls):
|
||||
## wifi-mode.h: ns3::WifiModeChecker::WifiModeChecker(ns3::WifiModeChecker const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::WifiModeChecker const &', 'arg0')])
|
||||
@@ -1433,7 +1816,7 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'void',
|
||||
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')],
|
||||
is_pure_virtual=True, is_virtual=True)
|
||||
## wifi-phy.h: void ns3::WifiPhy::SendPacket(ns3::Ptr<const ns3::Packet> packet, ns3::WifiMode mode, ns3::WifiPreamble preamble, uint8_t txPowerLevel) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::SendPacket(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMode mode, ns3::WifiPreamble preamble, uint8_t txPowerLevel) [member function]
|
||||
cls.add_method('SendPacket',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble'), param('uint8_t', 'txPowerLevel')],
|
||||
@@ -1548,31 +1931,31 @@ def register_Ns3WifiPhy_methods(root_module, cls):
|
||||
'ns3::WifiMode',
|
||||
[],
|
||||
is_static=True)
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyTxBegin(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyTxBegin(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyTxBegin',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyTxEnd(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyTxEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyTxEnd',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyTxDrop(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyTxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyTxDrop',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyRxBegin(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyRxBegin(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyRxBegin',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyRxEnd(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyRxEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyRxEnd',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyRxDrop(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyRxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyRxDrop',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyPromiscSniff(ns3::Ptr<const ns3::Packet> packet) [member function]
|
||||
## wifi-phy.h: void ns3::WifiPhy::NotifyPromiscSniff(ns3::Ptr<ns3::Packet const> packet) [member function]
|
||||
cls.add_method('NotifyPromiscSniff',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
||||
@@ -1820,7 +2203,7 @@ def register_Ns3YansWifiPhy_methods(root_module, cls):
|
||||
'void',
|
||||
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')],
|
||||
is_virtual=True)
|
||||
## yans-wifi-phy.h: void ns3::YansWifiPhy::SendPacket(ns3::Ptr<const ns3::Packet> packet, ns3::WifiMode mode, ns3::WifiPreamble preamble, uint8_t txPowerLevel) [member function]
|
||||
## yans-wifi-phy.h: void ns3::YansWifiPhy::SendPacket(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMode mode, ns3::WifiPreamble preamble, uint8_t txPowerLevel) [member function]
|
||||
cls.add_method('SendPacket',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble'), param('uint8_t', 'txPowerLevel')],
|
||||
@@ -2002,12 +2385,12 @@ def register_Ns3AdhocWifiMac_methods(root_module, cls):
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')],
|
||||
is_virtual=True)
|
||||
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')],
|
||||
is_virtual=True)
|
||||
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to) [member function]
|
||||
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')],
|
||||
@@ -2151,6 +2534,80 @@ def register_Ns3ConstantSpeedPropagationDelayModel_methods(root_module, cls):
|
||||
is_const=True)
|
||||
return
|
||||
|
||||
def register_Ns3DcaTxop_methods(root_module, cls):
|
||||
## dca-txop.h: static ns3::TypeId ns3::DcaTxop::GetTypeId() [member function]
|
||||
cls.add_method('GetTypeId',
|
||||
'ns3::TypeId',
|
||||
[],
|
||||
is_static=True)
|
||||
## dca-txop.h: ns3::DcaTxop::DcaTxop() [constructor]
|
||||
cls.add_constructor([])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetLow(ns3::Ptr<ns3::MacLow> low) [member function]
|
||||
cls.add_method('SetLow',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::MacLow >', 'low')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetManager(ns3::DcfManager * manager) [member function]
|
||||
cls.add_method('SetManager',
|
||||
'void',
|
||||
[param('ns3::DcfManager *', 'manager')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> remoteManager) [member function]
|
||||
cls.add_method('SetWifiRemoteStationManager',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'remoteManager')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetTxOkCallback(ns3::Callback<void, ns3::WifiMacHeader const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
|
||||
cls.add_method('SetTxOkCallback',
|
||||
'void',
|
||||
[param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetTxFailedCallback(ns3::Callback<void, ns3::WifiMacHeader const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
|
||||
cls.add_method('SetTxFailedCallback',
|
||||
'void',
|
||||
[param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetMaxQueueSize(uint32_t size) [member function]
|
||||
cls.add_method('SetMaxQueueSize',
|
||||
'void',
|
||||
[param('uint32_t', 'size')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetMaxQueueDelay(ns3::Time delay) [member function]
|
||||
cls.add_method('SetMaxQueueDelay',
|
||||
'void',
|
||||
[param('ns3::Time', 'delay')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetMinCw(uint32_t minCw) [member function]
|
||||
cls.add_method('SetMinCw',
|
||||
'void',
|
||||
[param('uint32_t', 'minCw')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetMaxCw(uint32_t maxCw) [member function]
|
||||
cls.add_method('SetMaxCw',
|
||||
'void',
|
||||
[param('uint32_t', 'maxCw')])
|
||||
## dca-txop.h: void ns3::DcaTxop::SetAifsn(uint32_t aifsn) [member function]
|
||||
cls.add_method('SetAifsn',
|
||||
'void',
|
||||
[param('uint32_t', 'aifsn')])
|
||||
## dca-txop.h: uint32_t ns3::DcaTxop::GetMinCw() const [member function]
|
||||
cls.add_method('GetMinCw',
|
||||
'uint32_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## dca-txop.h: uint32_t ns3::DcaTxop::GetMaxCw() const [member function]
|
||||
cls.add_method('GetMaxCw',
|
||||
'uint32_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## dca-txop.h: uint32_t ns3::DcaTxop::GetAifsn() const [member function]
|
||||
cls.add_method('GetAifsn',
|
||||
'uint32_t',
|
||||
[],
|
||||
is_const=True)
|
||||
## dca-txop.h: void ns3::DcaTxop::Queue(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function]
|
||||
cls.add_method('Queue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')])
|
||||
## dca-txop.h: void ns3::DcaTxop::DoDispose() [member function]
|
||||
cls.add_method('DoDispose',
|
||||
'void',
|
||||
[],
|
||||
visibility='private', is_virtual=True)
|
||||
return
|
||||
|
||||
def register_Ns3ErrorRateModel_methods(root_module, cls):
|
||||
## error-rate-model.h: ns3::ErrorRateModel::ErrorRateModel(ns3::ErrorRateModel const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::ErrorRateModel const &', 'arg0')])
|
||||
@@ -2379,12 +2836,12 @@ def register_Ns3NqapWifiMac_methods(root_module, cls):
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')],
|
||||
is_virtual=True)
|
||||
## nqap-wifi-mac.h: void ns3::NqapWifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
## nqap-wifi-mac.h: void ns3::NqapWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')],
|
||||
is_virtual=True)
|
||||
## nqap-wifi-mac.h: void ns3::NqapWifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to) [member function]
|
||||
## nqap-wifi-mac.h: void ns3::NqapWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')],
|
||||
@@ -2532,12 +2989,12 @@ def register_Ns3NqstaWifiMac_methods(root_module, cls):
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')],
|
||||
is_virtual=True)
|
||||
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')],
|
||||
is_virtual=True)
|
||||
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::Enqueue(ns3::Ptr<const ns3::Packet> packet, ns3::Mac48Address to) [member function]
|
||||
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
|
||||
cls.add_method('Enqueue',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')],
|
||||
@@ -2878,7 +3335,7 @@ def register_Ns3YansWifiChannel_methods(root_module, cls):
|
||||
cls.add_method('SetPropagationDelayModel',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::PropagationDelayModel >', 'delay')])
|
||||
## yans-wifi-channel.h: void ns3::YansWifiChannel::Send(ns3::Ptr<ns3::YansWifiPhy> sender, ns3::Ptr<const ns3::Packet> packet, double txPowerDbm, ns3::WifiMode wifiMode, ns3::WifiPreamble preamble) const [member function]
|
||||
## yans-wifi-channel.h: void ns3::YansWifiChannel::Send(ns3::Ptr<ns3::YansWifiPhy> sender, ns3::Ptr<ns3::Packet const> packet, double txPowerDbm, ns3::WifiMode wifiMode, ns3::WifiPreamble preamble) const [member function]
|
||||
cls.add_method('Send',
|
||||
'void',
|
||||
[param('ns3::Ptr< ns3::YansWifiPhy >', 'sender'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'txPowerDbm'), param('ns3::WifiMode', 'wifiMode'), param('ns3::WifiPreamble', 'preamble')],
|
||||
|
||||
Reference in New Issue
Block a user