author | Craig Dowell <craigdo@ee.washington.edu> |
Fri, 26 Feb 2010 10:31:26 -0800 | |
changeset 6085 | 94b282f335d2 |
parent 6077 | 4329a1519b3e |
child 6187 | 8b61b7497642 |
permissions | -rw-r--r-- |
5348 | 1 |
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers |
2 |
||
3 |
def register_types(module): |
|
4 |
root_module = module.get_root() |
|
5 |
||
6 |
## wifi-mac-header.h: ns3::WifiMacType [enumeration] |
|
7 |
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_MGT_ACTION', 'WIFI_MAC_MGT_ACTION_NO_ACK', 'WIFI_MAC_MGT_MULTIHOP_ACTION', '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']) |
|
8 |
## wifi-preamble.h: ns3::WifiPreamble [enumeration] |
|
9 |
module.add_enum('WifiPreamble', ['WIFI_PREAMBLE_LONG', 'WIFI_PREAMBLE_SHORT']) |
|
10 |
## wifi-phy-standard.h: ns3::WifiPhyStandard [enumeration] |
|
5754
7f0de9a416ea
There was a race condition in last python apidefs rescan...
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5753
diff
changeset
|
11 |
module.add_enum('WifiPhyStandard', ['WIFI_PHY_STANDARD_80211a', 'WIFI_PHY_STANDARD_80211b', 'WIFI_PHY_STANDARD_80211_10Mhz', 'WIFI_PHY_STANDARD_80211_5Mhz', 'WIFI_PHY_STANDARD_holland', 'WIFI_PHY_STANDARD_80211p_CCH', 'WIFI_PHY_STANDARD_80211p_SCH', 'WIFI_PHY_UNKNOWN']) |
5779
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
12 |
## qos-tag.h: ns3::UserPriority [enumeration] |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
13 |
module.add_enum('UserPriority', ['UP_BK', 'UP_BE', 'UP_EE', 'UP_CL', 'UP_VI', 'UP_VO', 'UP_NC']) |
5348 | 14 |
## qos-utils.h: ns3::AccessClass [enumeration] |
15 |
module.add_enum('AccessClass', ['AC_VO', 'AC_VI', 'AC_BE', 'AC_BK', 'AC_BE_NQOS', 'AC_UNDEF']) |
|
16 |
## edca-txop-n.h: ns3::TypeOfStation [enumeration] |
|
17 |
module.add_enum('TypeOfStation', ['STA', 'AP', 'ADHOC_STA']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
18 |
## ctrl-headers.h: ns3::BlockAckType [enumeration] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
19 |
module.add_enum('BlockAckType', ['BASIC_BLOCK_ACK', 'COMPRESSED_BLOCK_ACK', 'MULTI_TID_BLOCK_ACK']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
20 |
## block-ack-manager.h: ns3::Bar [struct] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
21 |
module.add_class('Bar') |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
22 |
## block-ack-agreement.h: ns3::BlockAckAgreement [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
23 |
module.add_class('BlockAckAgreement') |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
24 |
## block-ack-manager.h: ns3::BlockAckManager [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
25 |
module.add_class('BlockAckManager') |
5348 | 26 |
## capability-information.h: ns3::CapabilityInformation [class] |
27 |
module.add_class('CapabilityInformation') |
|
28 |
## dcf-manager.h: ns3::DcfManager [class] |
|
29 |
module.add_class('DcfManager') |
|
30 |
## dcf-manager.h: ns3::DcfState [class] |
|
31 |
module.add_class('DcfState', allow_subclassing=True) |
|
32 |
## interference-helper.h: ns3::InterferenceHelper [class] |
|
6029
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
33 |
module.add_class('InterferenceHelper') |
5348 | 34 |
## interference-helper.h: ns3::InterferenceHelper::SnrPer [struct] |
35 |
module.add_class('SnrPer', outer_class=root_module['ns3::InterferenceHelper']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
36 |
## mac-low.h: ns3::MacLowBlockAckEventListener [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
37 |
module.add_class('MacLowBlockAckEventListener', allow_subclassing=True) |
5348 | 38 |
## mac-low.h: ns3::MacLowDcfListener [class] |
39 |
module.add_class('MacLowDcfListener', allow_subclassing=True) |
|
40 |
## mac-low.h: ns3::MacLowTransmissionListener [class] |
|
41 |
module.add_class('MacLowTransmissionListener', allow_subclassing=True) |
|
42 |
## mac-low.h: ns3::MacLowTransmissionParameters [class] |
|
43 |
module.add_class('MacLowTransmissionParameters') |
|
44 |
## mac-rx-middle.h: ns3::MacRxMiddle [class] |
|
45 |
module.add_class('MacRxMiddle') |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
46 |
## originator-block-ack-agreement.h: ns3::OriginatorBlockAckAgreement [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
47 |
module.add_class('OriginatorBlockAckAgreement', parent=root_module['ns3::BlockAckAgreement']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
48 |
## originator-block-ack-agreement.h: ns3::OriginatorBlockAckAgreement::State [enumeration] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
49 |
module.add_enum('State', ['PENDING', 'ESTABLISHED', 'INACTIVE', 'UNSUCCESSFUL'], outer_class=root_module['ns3::OriginatorBlockAckAgreement']) |
5348 | 50 |
## ssid.h: ns3::Ssid [class] |
51 |
module.add_class('Ssid') |
|
52 |
## status-code.h: ns3::StatusCode [class] |
|
53 |
module.add_class('StatusCode') |
|
54 |
## supported-rates.h: ns3::SupportedRates [class] |
|
55 |
module.add_class('SupportedRates') |
|
56 |
## wifi-mode.h: ns3::WifiMode [class] |
|
57 |
module.add_class('WifiMode') |
|
58 |
## wifi-mode.h: ns3::WifiMode::ModulationType [enumeration] |
|
5941
0731d1f144a1
Rescan python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
59 |
module.add_enum('ModulationType', ['BPSK', 'QPSK', 'DBPSK', 'DQPSK', 'QAM', 'UNKNOWN'], outer_class=root_module['ns3::WifiMode']) |
5348 | 60 |
## wifi-mode.h: ns3::WifiModeFactory [class] |
61 |
module.add_class('WifiModeFactory') |
|
62 |
## wifi-phy.h: ns3::WifiPhyListener [class] |
|
63 |
module.add_class('WifiPhyListener', allow_subclassing=True) |
|
6077 | 64 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation [struct] |
65 |
module.add_class('WifiRemoteStation') |
|
66 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationInfo [class] |
|
67 |
module.add_class('WifiRemoteStationInfo') |
|
68 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationState [struct] |
|
69 |
module.add_class('WifiRemoteStationState') |
|
70 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationState [enumeration] |
|
71 |
module.add_enum('', ['BRAND_NEW', 'DISASSOC', 'WAIT_ASSOC_TX_OK', 'GOT_ASSOC_TX_OK'], outer_class=root_module['ns3::WifiRemoteStationState']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
72 |
## mgt-headers.h: ns3::MgtAddBaRequestHeader [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
73 |
module.add_class('MgtAddBaRequestHeader', parent=root_module['ns3::Header']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
74 |
## mgt-headers.h: ns3::MgtAddBaResponseHeader [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
75 |
module.add_class('MgtAddBaResponseHeader', parent=root_module['ns3::Header']) |
5348 | 76 |
## mgt-headers.h: ns3::MgtAssocRequestHeader [class] |
77 |
module.add_class('MgtAssocRequestHeader', parent=root_module['ns3::Header']) |
|
78 |
## mgt-headers.h: ns3::MgtAssocResponseHeader [class] |
|
79 |
module.add_class('MgtAssocResponseHeader', parent=root_module['ns3::Header']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
80 |
## mgt-headers.h: ns3::MgtDelBaHeader [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
81 |
module.add_class('MgtDelBaHeader', parent=root_module['ns3::Header']) |
5348 | 82 |
## mgt-headers.h: ns3::MgtProbeRequestHeader [class] |
83 |
module.add_class('MgtProbeRequestHeader', parent=root_module['ns3::Header']) |
|
84 |
## mgt-headers.h: ns3::MgtProbeResponseHeader [class] |
|
85 |
module.add_class('MgtProbeResponseHeader', parent=root_module['ns3::Header']) |
|
86 |
## qos-tag.h: ns3::QosTag [class] |
|
87 |
module.add_class('QosTag', parent=root_module['ns3::Tag']) |
|
5841 | 88 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5841
diff
changeset
|
89 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::InterferenceHelper::Event', 'ns3::empty', 'ns3::DefaultDeleter<ns3::InterferenceHelper::Event>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
90 |
## mgt-headers.h: ns3::WifiActionHeader [class] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
91 |
module.add_class('WifiActionHeader', parent=root_module['ns3::Header']) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
92 |
## mgt-headers.h: ns3::WifiActionHeader::CategoryValue [enumeration] |
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
93 |
module.add_enum('CategoryValue', ['BLOCK_ACK', 'MESH_PEERING_MGT', 'MESH_LINK_METRIC', 'MESH_PATH_SELECTION', 'MESH_INTERWORKING', 'MESH_RESOURCE_COORDINATION', 'MESH_PROXY_FORWARDING'], outer_class=root_module['ns3::WifiActionHeader']) |
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
94 |
## mgt-headers.h: ns3::WifiActionHeader::PeerLinkMgtActionValue [enumeration] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
95 |
module.add_enum('PeerLinkMgtActionValue', ['PEER_LINK_OPEN', 'PEER_LINK_CONFIRM', 'PEER_LINK_CLOSE'], outer_class=root_module['ns3::WifiActionHeader']) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
96 |
## mgt-headers.h: ns3::WifiActionHeader::LinkMetricActionValue [enumeration] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
97 |
module.add_enum('LinkMetricActionValue', ['LINK_METRIC_REQUEST', 'LINK_METRIC_REPORT'], outer_class=root_module['ns3::WifiActionHeader']) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
98 |
## mgt-headers.h: ns3::WifiActionHeader::PathSelectionActionValue [enumeration] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
99 |
module.add_enum('PathSelectionActionValue', ['PATH_SELECTION'], outer_class=root_module['ns3::WifiActionHeader']) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
100 |
## mgt-headers.h: ns3::WifiActionHeader::InterworkActionValue [enumeration] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
101 |
module.add_enum('InterworkActionValue', ['PORTAL_ANNOUNCEMENT'], outer_class=root_module['ns3::WifiActionHeader']) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
102 |
## mgt-headers.h: ns3::WifiActionHeader::ResourceCoordinationActionValue [enumeration] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
103 |
module.add_enum('ResourceCoordinationActionValue', ['CONGESTION_CONTROL_NOTIFICATION', 'MDA_SETUP_REQUEST', 'MDA_SETUP_REPLY', 'MDAOP_ADVERTISMENT_REQUEST', 'MDAOP_ADVERTISMENTS', 'MDAOP_SET_TEARDOWN', 'BEACON_TIMING_REQUEST', 'BEACON_TIMING_RESPONSE', 'TBTT_ADJUSTMENT_REQUEST', 'MESH_CHANNEL_SWITCH_ANNOUNCEMENT'], outer_class=root_module['ns3::WifiActionHeader']) |
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
104 |
## mgt-headers.h: ns3::WifiActionHeader::BlockAckActionValue [enumeration] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
105 |
module.add_enum('BlockAckActionValue', ['BLOCK_ACK_ADDBA_REQUEST', 'BLOCK_ACK_ADDBA_RESPONSE', 'BLOCK_ACK_DELBA'], outer_class=root_module['ns3::WifiActionHeader']) |
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
106 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue [union] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
107 |
module.add_class('ActionValue', outer_class=root_module['ns3::WifiActionHeader']) |
5348 | 108 |
## wifi-mac.h: ns3::WifiMac [class] |
109 |
module.add_class('WifiMac', parent=root_module['ns3::Object']) |
|
110 |
## wifi-mac-header.h: ns3::WifiMacHeader [class] |
|
111 |
module.add_class('WifiMacHeader', parent=root_module['ns3::Header']) |
|
112 |
## wifi-mac-header.h: ns3::WifiMacHeader::QosAckPolicy [enumeration] |
|
113 |
module.add_enum('QosAckPolicy', ['NORMAL_ACK', 'NO_ACK', 'NO_EXPLICIT_ACK', 'BLOCK_ACK'], outer_class=root_module['ns3::WifiMacHeader']) |
|
114 |
## wifi-mac-header.h: ns3::WifiMacHeader::AddressType [enumeration] |
|
115 |
module.add_enum('AddressType', ['ADDR1', 'ADDR2', 'ADDR3', 'ADDR4'], outer_class=root_module['ns3::WifiMacHeader']) |
|
116 |
## wifi-phy.h: ns3::WifiPhy [class] |
|
117 |
module.add_class('WifiPhy', parent=root_module['ns3::Object']) |
|
118 |
## wifi-phy.h: ns3::WifiPhy::State [enumeration] |
|
5821 | 119 |
module.add_enum('State', ['IDLE', 'CCA_BUSY', 'TX', 'RX', 'SWITCHING'], outer_class=root_module['ns3::WifiPhy']) |
5348 | 120 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationManager [class] |
121 |
module.add_class('WifiRemoteStationManager', parent=root_module['ns3::Object']) |
|
122 |
## yans-wifi-phy.h: ns3::YansWifiPhy [class] |
|
123 |
module.add_class('YansWifiPhy', parent=root_module['ns3::WifiPhy']) |
|
6077 | 124 |
## aarf-wifi-manager.h: ns3::AarfWifiManager [class] |
125 |
module.add_class('AarfWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
126 |
## aarfcd-wifi-manager.h: ns3::AarfcdWifiManager [class] |
|
127 |
module.add_class('AarfcdWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
5348 | 128 |
## adhoc-wifi-mac.h: ns3::AdhocWifiMac [class] |
129 |
module.add_class('AdhocWifiMac', parent=root_module['ns3::WifiMac']) |
|
130 |
## amrr-wifi-manager.h: ns3::AmrrWifiManager [class] |
|
131 |
module.add_class('AmrrWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
132 |
## amsdu-subframe-header.h: ns3::AmsduSubframeHeader [class] |
|
133 |
module.add_class('AmsduSubframeHeader', parent=root_module['ns3::Header']) |
|
134 |
## arf-wifi-manager.h: ns3::ArfWifiManager [class] |
|
135 |
module.add_class('ArfWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
6077 | 136 |
## cara-wifi-manager.h: ns3::CaraWifiManager [class] |
137 |
module.add_class('CaraWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
5348 | 138 |
## constant-rate-wifi-manager.h: ns3::ConstantRateWifiManager [class] |
139 |
module.add_class('ConstantRateWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
140 |
## ctrl-headers.h: ns3::CtrlBAckRequestHeader [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
141 |
module.add_class('CtrlBAckRequestHeader', parent=root_module['ns3::Header']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
142 |
## ctrl-headers.h: ns3::CtrlBAckResponseHeader [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
143 |
module.add_class('CtrlBAckResponseHeader', parent=root_module['ns3::Header']) |
5348 | 144 |
## dcf.h: ns3::Dcf [class] |
145 |
module.add_class('Dcf', parent=root_module['ns3::Object']) |
|
146 |
## edca-txop-n.h: ns3::EdcaTxopN [class] |
|
147 |
module.add_class('EdcaTxopN', parent=root_module['ns3::Dcf']) |
|
148 |
## error-rate-model.h: ns3::ErrorRateModel [class] |
|
149 |
module.add_class('ErrorRateModel', parent=root_module['ns3::Object']) |
|
150 |
## ideal-wifi-manager.h: ns3::IdealWifiManager [class] |
|
151 |
module.add_class('IdealWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
152 |
## mac-low.h: ns3::MacLow [class] |
|
153 |
module.add_class('MacLow', parent=root_module['ns3::Object']) |
|
154 |
## mgt-headers.h: ns3::MgtBeaconHeader [class] |
|
155 |
module.add_class('MgtBeaconHeader', parent=root_module['ns3::MgtProbeResponseHeader']) |
|
156 |
## minstrel-wifi-manager.h: ns3::MinstrelWifiManager [class] |
|
157 |
module.add_class('MinstrelWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
158 |
## msdu-aggregator.h: ns3::MsduAggregator [class] |
|
159 |
module.add_class('MsduAggregator', parent=root_module['ns3::Object']) |
|
160 |
## nqap-wifi-mac.h: ns3::NqapWifiMac [class] |
|
161 |
module.add_class('NqapWifiMac', parent=root_module['ns3::WifiMac']) |
|
162 |
## nqsta-wifi-mac.h: ns3::NqstaWifiMac [class] |
|
163 |
module.add_class('NqstaWifiMac', parent=root_module['ns3::WifiMac']) |
|
164 |
## onoe-wifi-manager.h: ns3::OnoeWifiManager [class] |
|
165 |
module.add_class('OnoeWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
166 |
## qadhoc-wifi-mac.h: ns3::QadhocWifiMac [class] |
|
167 |
module.add_class('QadhocWifiMac', parent=root_module['ns3::WifiMac']) |
|
168 |
## qap-wifi-mac.h: ns3::QapWifiMac [class] |
|
169 |
module.add_class('QapWifiMac', parent=root_module['ns3::WifiMac']) |
|
170 |
## qsta-wifi-mac.h: ns3::QstaWifiMac [class] |
|
171 |
module.add_class('QstaWifiMac', parent=root_module['ns3::WifiMac']) |
|
172 |
## rraa-wifi-manager.h: ns3::RraaWifiManager [class] |
|
173 |
module.add_class('RraaWifiManager', parent=root_module['ns3::WifiRemoteStationManager']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
174 |
## ssid.h: ns3::SsidChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
175 |
module.add_class('SsidChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
176 |
## ssid.h: ns3::SsidValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
177 |
module.add_class('SsidValue', parent=root_module['ns3::AttributeValue']) |
5348 | 178 |
## wifi-channel.h: ns3::WifiChannel [class] |
179 |
module.add_class('WifiChannel', parent=root_module['ns3::Channel']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
180 |
## wifi-mode.h: ns3::WifiModeChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
181 |
module.add_class('WifiModeChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
182 |
## wifi-mode.h: ns3::WifiModeValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
183 |
module.add_class('WifiModeValue', parent=root_module['ns3::AttributeValue']) |
5348 | 184 |
## wifi-net-device.h: ns3::WifiNetDevice [class] |
185 |
module.add_class('WifiNetDevice', parent=root_module['ns3::NetDevice']) |
|
186 |
## yans-error-rate-model.h: ns3::YansErrorRateModel [class] |
|
187 |
module.add_class('YansErrorRateModel', parent=root_module['ns3::ErrorRateModel']) |
|
188 |
## yans-wifi-channel.h: ns3::YansWifiChannel [class] |
|
189 |
module.add_class('YansWifiChannel', parent=root_module['ns3::WifiChannel']) |
|
190 |
## dca-txop.h: ns3::DcaTxop [class] |
|
191 |
module.add_class('DcaTxop', parent=root_module['ns3::Dcf']) |
|
6077 | 192 |
module.add_container('std::vector< ns3::WifiMode >', 'ns3::WifiMode', container_type='vector') |
5348 | 193 |
|
194 |
## Register a nested module for the namespace Config |
|
195 |
||
196 |
nested_module = module.add_cpp_namespace('Config') |
|
197 |
register_types_ns3_Config(nested_module) |
|
198 |
||
199 |
||
200 |
## Register a nested module for the namespace TimeStepPrecision |
|
201 |
||
202 |
nested_module = module.add_cpp_namespace('TimeStepPrecision') |
|
203 |
register_types_ns3_TimeStepPrecision(nested_module) |
|
204 |
||
205 |
||
206 |
## Register a nested module for the namespace addressUtils |
|
207 |
||
208 |
nested_module = module.add_cpp_namespace('addressUtils') |
|
209 |
register_types_ns3_addressUtils(nested_module) |
|
210 |
||
211 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
212 |
## Register a nested module for the namespace aodv |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
213 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
214 |
nested_module = module.add_cpp_namespace('aodv') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
215 |
register_types_ns3_aodv(nested_module) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
216 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
217 |
|
5348 | 218 |
## Register a nested module for the namespace dot11s |
219 |
||
220 |
nested_module = module.add_cpp_namespace('dot11s') |
|
221 |
register_types_ns3_dot11s(nested_module) |
|
222 |
||
223 |
||
224 |
## Register a nested module for the namespace flame |
|
225 |
||
226 |
nested_module = module.add_cpp_namespace('flame') |
|
227 |
register_types_ns3_flame(nested_module) |
|
228 |
||
229 |
||
230 |
## Register a nested module for the namespace internal |
|
231 |
||
232 |
nested_module = module.add_cpp_namespace('internal') |
|
233 |
register_types_ns3_internal(nested_module) |
|
234 |
||
235 |
||
236 |
## Register a nested module for the namespace olsr |
|
237 |
||
238 |
nested_module = module.add_cpp_namespace('olsr') |
|
239 |
register_types_ns3_olsr(nested_module) |
|
240 |
||
241 |
||
242 |
def register_types_ns3_Config(module): |
|
243 |
root_module = module.get_root() |
|
244 |
||
245 |
||
246 |
def register_types_ns3_TimeStepPrecision(module): |
|
247 |
root_module = module.get_root() |
|
248 |
||
249 |
||
250 |
def register_types_ns3_addressUtils(module): |
|
251 |
root_module = module.get_root() |
|
252 |
||
253 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
254 |
def register_types_ns3_aodv(module): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
255 |
root_module = module.get_root() |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
256 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
257 |
|
5348 | 258 |
def register_types_ns3_dot11s(module): |
259 |
root_module = module.get_root() |
|
260 |
||
261 |
||
262 |
def register_types_ns3_flame(module): |
|
263 |
root_module = module.get_root() |
|
264 |
||
265 |
||
266 |
def register_types_ns3_internal(module): |
|
267 |
root_module = module.get_root() |
|
268 |
||
269 |
||
270 |
def register_types_ns3_olsr(module): |
|
271 |
root_module = module.get_root() |
|
272 |
||
273 |
||
274 |
def register_methods(root_module): |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
275 |
register_Ns3Bar_methods(root_module, root_module['ns3::Bar']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
276 |
register_Ns3BlockAckAgreement_methods(root_module, root_module['ns3::BlockAckAgreement']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
277 |
register_Ns3BlockAckManager_methods(root_module, root_module['ns3::BlockAckManager']) |
5348 | 278 |
register_Ns3CapabilityInformation_methods(root_module, root_module['ns3::CapabilityInformation']) |
279 |
register_Ns3DcfManager_methods(root_module, root_module['ns3::DcfManager']) |
|
280 |
register_Ns3DcfState_methods(root_module, root_module['ns3::DcfState']) |
|
281 |
register_Ns3InterferenceHelper_methods(root_module, root_module['ns3::InterferenceHelper']) |
|
282 |
register_Ns3InterferenceHelperSnrPer_methods(root_module, root_module['ns3::InterferenceHelper::SnrPer']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
283 |
register_Ns3MacLowBlockAckEventListener_methods(root_module, root_module['ns3::MacLowBlockAckEventListener']) |
5348 | 284 |
register_Ns3MacLowDcfListener_methods(root_module, root_module['ns3::MacLowDcfListener']) |
285 |
register_Ns3MacLowTransmissionListener_methods(root_module, root_module['ns3::MacLowTransmissionListener']) |
|
286 |
register_Ns3MacLowTransmissionParameters_methods(root_module, root_module['ns3::MacLowTransmissionParameters']) |
|
287 |
register_Ns3MacRxMiddle_methods(root_module, root_module['ns3::MacRxMiddle']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
288 |
register_Ns3OriginatorBlockAckAgreement_methods(root_module, root_module['ns3::OriginatorBlockAckAgreement']) |
5348 | 289 |
register_Ns3Ssid_methods(root_module, root_module['ns3::Ssid']) |
290 |
register_Ns3StatusCode_methods(root_module, root_module['ns3::StatusCode']) |
|
291 |
register_Ns3SupportedRates_methods(root_module, root_module['ns3::SupportedRates']) |
|
292 |
register_Ns3WifiMode_methods(root_module, root_module['ns3::WifiMode']) |
|
293 |
register_Ns3WifiModeFactory_methods(root_module, root_module['ns3::WifiModeFactory']) |
|
294 |
register_Ns3WifiPhyListener_methods(root_module, root_module['ns3::WifiPhyListener']) |
|
295 |
register_Ns3WifiRemoteStation_methods(root_module, root_module['ns3::WifiRemoteStation']) |
|
6077 | 296 |
register_Ns3WifiRemoteStationInfo_methods(root_module, root_module['ns3::WifiRemoteStationInfo']) |
297 |
register_Ns3WifiRemoteStationState_methods(root_module, root_module['ns3::WifiRemoteStationState']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
298 |
register_Ns3MgtAddBaRequestHeader_methods(root_module, root_module['ns3::MgtAddBaRequestHeader']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
299 |
register_Ns3MgtAddBaResponseHeader_methods(root_module, root_module['ns3::MgtAddBaResponseHeader']) |
5348 | 300 |
register_Ns3MgtAssocRequestHeader_methods(root_module, root_module['ns3::MgtAssocRequestHeader']) |
301 |
register_Ns3MgtAssocResponseHeader_methods(root_module, root_module['ns3::MgtAssocResponseHeader']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
302 |
register_Ns3MgtDelBaHeader_methods(root_module, root_module['ns3::MgtDelBaHeader']) |
5348 | 303 |
register_Ns3MgtProbeRequestHeader_methods(root_module, root_module['ns3::MgtProbeRequestHeader']) |
304 |
register_Ns3MgtProbeResponseHeader_methods(root_module, root_module['ns3::MgtProbeResponseHeader']) |
|
305 |
register_Ns3QosTag_methods(root_module, root_module['ns3::QosTag']) |
|
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
306 |
register_Ns3WifiActionHeader_methods(root_module, root_module['ns3::WifiActionHeader']) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
307 |
register_Ns3WifiActionHeaderActionValue_methods(root_module, root_module['ns3::WifiActionHeader::ActionValue']) |
5348 | 308 |
register_Ns3WifiMac_methods(root_module, root_module['ns3::WifiMac']) |
309 |
register_Ns3WifiMacHeader_methods(root_module, root_module['ns3::WifiMacHeader']) |
|
310 |
register_Ns3WifiPhy_methods(root_module, root_module['ns3::WifiPhy']) |
|
311 |
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager']) |
|
312 |
register_Ns3YansWifiPhy_methods(root_module, root_module['ns3::YansWifiPhy']) |
|
6077 | 313 |
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager']) |
314 |
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager']) |
|
5348 | 315 |
register_Ns3AdhocWifiMac_methods(root_module, root_module['ns3::AdhocWifiMac']) |
316 |
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager']) |
|
317 |
register_Ns3AmsduSubframeHeader_methods(root_module, root_module['ns3::AmsduSubframeHeader']) |
|
318 |
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager']) |
|
6077 | 319 |
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager']) |
5348 | 320 |
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager']) |
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
321 |
register_Ns3CtrlBAckRequestHeader_methods(root_module, root_module['ns3::CtrlBAckRequestHeader']) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
322 |
register_Ns3CtrlBAckResponseHeader_methods(root_module, root_module['ns3::CtrlBAckResponseHeader']) |
5348 | 323 |
register_Ns3Dcf_methods(root_module, root_module['ns3::Dcf']) |
324 |
register_Ns3EdcaTxopN_methods(root_module, root_module['ns3::EdcaTxopN']) |
|
325 |
register_Ns3ErrorRateModel_methods(root_module, root_module['ns3::ErrorRateModel']) |
|
326 |
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager']) |
|
327 |
register_Ns3MacLow_methods(root_module, root_module['ns3::MacLow']) |
|
328 |
register_Ns3MgtBeaconHeader_methods(root_module, root_module['ns3::MgtBeaconHeader']) |
|
329 |
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager']) |
|
330 |
register_Ns3MsduAggregator_methods(root_module, root_module['ns3::MsduAggregator']) |
|
331 |
register_Ns3NqapWifiMac_methods(root_module, root_module['ns3::NqapWifiMac']) |
|
332 |
register_Ns3NqstaWifiMac_methods(root_module, root_module['ns3::NqstaWifiMac']) |
|
333 |
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager']) |
|
334 |
register_Ns3QadhocWifiMac_methods(root_module, root_module['ns3::QadhocWifiMac']) |
|
335 |
register_Ns3QapWifiMac_methods(root_module, root_module['ns3::QapWifiMac']) |
|
336 |
register_Ns3QstaWifiMac_methods(root_module, root_module['ns3::QstaWifiMac']) |
|
337 |
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
338 |
register_Ns3SsidChecker_methods(root_module, root_module['ns3::SsidChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
339 |
register_Ns3SsidValue_methods(root_module, root_module['ns3::SsidValue']) |
5348 | 340 |
register_Ns3WifiChannel_methods(root_module, root_module['ns3::WifiChannel']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
341 |
register_Ns3WifiModeChecker_methods(root_module, root_module['ns3::WifiModeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
342 |
register_Ns3WifiModeValue_methods(root_module, root_module['ns3::WifiModeValue']) |
5348 | 343 |
register_Ns3WifiNetDevice_methods(root_module, root_module['ns3::WifiNetDevice']) |
344 |
register_Ns3YansErrorRateModel_methods(root_module, root_module['ns3::YansErrorRateModel']) |
|
345 |
register_Ns3YansWifiChannel_methods(root_module, root_module['ns3::YansWifiChannel']) |
|
346 |
register_Ns3DcaTxop_methods(root_module, root_module['ns3::DcaTxop']) |
|
347 |
return |
|
348 |
||
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
349 |
def register_Ns3Bar_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
350 |
## block-ack-manager.h: ns3::Bar::Bar(ns3::Bar const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
351 |
cls.add_constructor([param('ns3::Bar const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
352 |
## block-ack-manager.h: ns3::Bar::Bar() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
353 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
354 |
## block-ack-manager.h: ns3::Bar::Bar(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address recipient, uint8_t tid, bool immediate) [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
355 |
cls.add_constructor([param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('bool', 'immediate')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
356 |
## block-ack-manager.h: ns3::Bar::bar [variable] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
357 |
cls.add_instance_attribute('bar', 'ns3::Ptr< ns3::Packet const >', is_const=False) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
358 |
## block-ack-manager.h: ns3::Bar::immediate [variable] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
359 |
cls.add_instance_attribute('immediate', 'bool', is_const=False) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
360 |
## block-ack-manager.h: ns3::Bar::recipient [variable] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
361 |
cls.add_instance_attribute('recipient', 'ns3::Mac48Address', is_const=False) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
362 |
## block-ack-manager.h: ns3::Bar::tid [variable] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
363 |
cls.add_instance_attribute('tid', 'uint8_t', is_const=False) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
364 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
365 |
|
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
366 |
def register_Ns3BlockAckAgreement_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
367 |
## block-ack-agreement.h: ns3::BlockAckAgreement::BlockAckAgreement(ns3::BlockAckAgreement const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
368 |
cls.add_constructor([param('ns3::BlockAckAgreement const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
369 |
## block-ack-agreement.h: ns3::BlockAckAgreement::BlockAckAgreement() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
370 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
371 |
## block-ack-agreement.h: ns3::BlockAckAgreement::BlockAckAgreement(ns3::Mac48Address peer, uint8_t tid) [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
372 |
cls.add_constructor([param('ns3::Mac48Address', 'peer'), param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
373 |
## block-ack-agreement.h: uint16_t ns3::BlockAckAgreement::GetBufferSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
374 |
cls.add_method('GetBufferSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
375 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
376 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
377 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
378 |
## block-ack-agreement.h: ns3::Mac48Address ns3::BlockAckAgreement::GetPeer() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
379 |
cls.add_method('GetPeer', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
380 |
'ns3::Mac48Address', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
381 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
382 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
383 |
## block-ack-agreement.h: uint16_t ns3::BlockAckAgreement::GetStartingSequence() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
384 |
cls.add_method('GetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
385 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
386 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
387 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
388 |
## block-ack-agreement.h: uint16_t ns3::BlockAckAgreement::GetStartingSequenceControl() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
389 |
cls.add_method('GetStartingSequenceControl', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
390 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
391 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
392 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
393 |
## block-ack-agreement.h: uint8_t ns3::BlockAckAgreement::GetTid() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
394 |
cls.add_method('GetTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
395 |
'uint8_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
396 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
397 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
398 |
## block-ack-agreement.h: uint16_t ns3::BlockAckAgreement::GetTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
399 |
cls.add_method('GetTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
400 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
401 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
402 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
403 |
## block-ack-agreement.h: bool ns3::BlockAckAgreement::IsAmsduSupported() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
404 |
cls.add_method('IsAmsduSupported', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
405 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
406 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
407 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
408 |
## block-ack-agreement.h: bool ns3::BlockAckAgreement::IsImmediateBlockAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
409 |
cls.add_method('IsImmediateBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
410 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
411 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
412 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
413 |
## block-ack-agreement.h: void ns3::BlockAckAgreement::SetAmsduSupport(bool supported) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
414 |
cls.add_method('SetAmsduSupport', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
415 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
416 |
[param('bool', 'supported')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
417 |
## block-ack-agreement.h: void ns3::BlockAckAgreement::SetBufferSize(uint16_t bufferSize) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
418 |
cls.add_method('SetBufferSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
419 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
420 |
[param('uint16_t', 'bufferSize')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
421 |
## block-ack-agreement.h: void ns3::BlockAckAgreement::SetDelayedBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
422 |
cls.add_method('SetDelayedBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
423 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
424 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
425 |
## block-ack-agreement.h: void ns3::BlockAckAgreement::SetImmediateBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
426 |
cls.add_method('SetImmediateBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
427 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
428 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
429 |
## block-ack-agreement.h: void ns3::BlockAckAgreement::SetStartingSequence(uint16_t seq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
430 |
cls.add_method('SetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
431 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
432 |
[param('uint16_t', 'seq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
433 |
## block-ack-agreement.h: void ns3::BlockAckAgreement::SetTimeout(uint16_t timeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
434 |
cls.add_method('SetTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
435 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
436 |
[param('uint16_t', 'timeout')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
437 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
438 |
|
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
439 |
def register_Ns3BlockAckManager_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
440 |
## block-ack-manager.h: ns3::BlockAckManager::BlockAckManager() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
441 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
442 |
## block-ack-manager.h: void ns3::BlockAckManager::CreateAgreement(ns3::MgtAddBaRequestHeader const * reqHdr, ns3::Mac48Address recipient) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
443 |
cls.add_method('CreateAgreement', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
444 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
445 |
[param('ns3::MgtAddBaRequestHeader const *', 'reqHdr'), param('ns3::Mac48Address', 'recipient')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
446 |
## block-ack-manager.h: void ns3::BlockAckManager::DestroyAgreement(ns3::Mac48Address recipient, uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
447 |
cls.add_method('DestroyAgreement', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
448 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
449 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
450 |
## block-ack-manager.h: bool ns3::BlockAckManager::ExistsAgreement(ns3::Mac48Address recipient, uint8_t tid) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
451 |
cls.add_method('ExistsAgreement', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
452 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
453 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
454 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
455 |
## block-ack-manager.h: bool ns3::BlockAckManager::ExistsAgreementInState(ns3::Mac48Address recipient, uint8_t tid, ns3::OriginatorBlockAckAgreement::State state) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
456 |
cls.add_method('ExistsAgreementInState', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
457 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
458 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('ns3::OriginatorBlockAckAgreement::State', 'state')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
459 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
460 |
## block-ack-manager.h: uint32_t ns3::BlockAckManager::GetNBufferedPackets(ns3::Mac48Address recipient, uint8_t tid) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
461 |
cls.add_method('GetNBufferedPackets', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
462 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
463 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
464 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
465 |
## block-ack-manager.h: uint32_t ns3::BlockAckManager::GetNRetryNeededPackets(ns3::Mac48Address recipient, uint8_t tid) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
466 |
cls.add_method('GetNRetryNeededPackets', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
467 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
468 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
469 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
470 |
## block-ack-manager.h: ns3::Ptr<ns3::Packet const> ns3::BlockAckManager::GetNextPacket(ns3::WifiMacHeader & hdr) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
471 |
cls.add_method('GetNextPacket', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
472 |
'ns3::Ptr< ns3::Packet const >', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
473 |
[param('ns3::WifiMacHeader &', 'hdr')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
474 |
## block-ack-manager.h: uint32_t ns3::BlockAckManager::GetNextPacketSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
475 |
cls.add_method('GetNextPacketSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
476 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
477 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
478 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
479 |
## block-ack-manager.h: bool ns3::BlockAckManager::HasBar(ns3::Bar & bar) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
480 |
cls.add_method('HasBar', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
481 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
482 |
[param('ns3::Bar &', 'bar')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
483 |
## block-ack-manager.h: bool ns3::BlockAckManager::HasOtherFragments(uint16_t sequenceNumber) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
484 |
cls.add_method('HasOtherFragments', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
485 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
486 |
[param('uint16_t', 'sequenceNumber')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
487 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
488 |
## block-ack-manager.h: bool ns3::BlockAckManager::HasPackets() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
489 |
cls.add_method('HasPackets', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
490 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
491 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
492 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
493 |
## block-ack-manager.h: void ns3::BlockAckManager::NotifyAgreementEstablished(ns3::Mac48Address recipient, uint8_t tid, uint16_t startingSeq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
494 |
cls.add_method('NotifyAgreementEstablished', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
495 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
496 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('uint16_t', 'startingSeq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
497 |
## block-ack-manager.h: void ns3::BlockAckManager::NotifyAgreementUnsuccessful(ns3::Mac48Address recipient, uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
498 |
cls.add_method('NotifyAgreementUnsuccessful', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
499 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
500 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
501 |
## block-ack-manager.h: void ns3::BlockAckManager::NotifyGotBlockAck(ns3::CtrlBAckResponseHeader const * blockAck, ns3::Mac48Address recipient) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
502 |
cls.add_method('NotifyGotBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
503 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
504 |
[param('ns3::CtrlBAckResponseHeader const *', 'blockAck'), param('ns3::Mac48Address', 'recipient')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
505 |
## block-ack-manager.h: void ns3::BlockAckManager::NotifyMpduTransmission(ns3::Mac48Address recipient, uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
506 |
cls.add_method('NotifyMpduTransmission', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
507 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
508 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
509 |
## block-ack-manager.h: void ns3::BlockAckManager::SetBlockAckInactivityCallback(ns3::Callback<void, ns3::Mac48Address, unsigned char, bool, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
510 |
cls.add_method('SetBlockAckInactivityCallback', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
511 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
512 |
[param('ns3::Callback< void, ns3::Mac48Address, unsigned char, bool, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
513 |
## block-ack-manager.h: void ns3::BlockAckManager::SetBlockAckThreshold(uint8_t nPackets) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
514 |
cls.add_method('SetBlockAckThreshold', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
515 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
516 |
[param('uint8_t', 'nPackets')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
517 |
## block-ack-manager.h: void ns3::BlockAckManager::SetBlockAckType(ns3::BlockAckType bAckType) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
518 |
cls.add_method('SetBlockAckType', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
519 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
520 |
[param('ns3::BlockAckType', 'bAckType')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
521 |
## block-ack-manager.h: void ns3::BlockAckManager::SetBlockDestinationCallback(ns3::Callback<void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
522 |
cls.add_method('SetBlockDestinationCallback', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
523 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
524 |
[param('ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
525 |
## block-ack-manager.h: void ns3::BlockAckManager::SetMaxPacketDelay(ns3::Time maxDelay) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
526 |
cls.add_method('SetMaxPacketDelay', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
527 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
528 |
[param('ns3::Time', 'maxDelay')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
529 |
## block-ack-manager.h: void ns3::BlockAckManager::SetQueue(ns3::Ptr<ns3::WifiMacQueue> queue) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
530 |
cls.add_method('SetQueue', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
531 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
532 |
[param('ns3::Ptr< ns3::WifiMacQueue >', 'queue')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
533 |
## block-ack-manager.h: void ns3::BlockAckManager::SetTxMiddle(ns3::MacTxMiddle * txMiddle) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
534 |
cls.add_method('SetTxMiddle', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
535 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
536 |
[param('ns3::MacTxMiddle *', 'txMiddle')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
537 |
## block-ack-manager.h: void ns3::BlockAckManager::SetUnblockDestinationCallback(ns3::Callback<void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
538 |
cls.add_method('SetUnblockDestinationCallback', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
539 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
540 |
[param('ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
541 |
## block-ack-manager.h: void ns3::BlockAckManager::StorePacket(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr, ns3::Time tStamp) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
542 |
cls.add_method('StorePacket', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
543 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
544 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr'), param('ns3::Time', 'tStamp')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
545 |
## block-ack-manager.h: bool ns3::BlockAckManager::SwitchToBlockAckIfNeeded(ns3::Mac48Address recipient, uint8_t tid, uint16_t startingSeq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
546 |
cls.add_method('SwitchToBlockAckIfNeeded', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
547 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
548 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('uint16_t', 'startingSeq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
549 |
## block-ack-manager.h: void ns3::BlockAckManager::TearDownBlockAck(ns3::Mac48Address recipient, uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
550 |
cls.add_method('TearDownBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
551 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
552 |
[param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
553 |
## block-ack-manager.h: void ns3::BlockAckManager::UpdateAgreement(ns3::MgtAddBaResponseHeader const * respHdr, ns3::Mac48Address recipient) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
554 |
cls.add_method('UpdateAgreement', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
555 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
556 |
[param('ns3::MgtAddBaResponseHeader const *', 'respHdr'), param('ns3::Mac48Address', 'recipient')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
557 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
558 |
|
5348 | 559 |
def register_Ns3CapabilityInformation_methods(root_module, cls): |
560 |
## capability-information.h: ns3::CapabilityInformation::CapabilityInformation(ns3::CapabilityInformation const & arg0) [copy constructor] |
|
561 |
cls.add_constructor([param('ns3::CapabilityInformation const &', 'arg0')]) |
|
562 |
## capability-information.h: ns3::CapabilityInformation::CapabilityInformation() [constructor] |
|
563 |
cls.add_constructor([]) |
|
564 |
## capability-information.h: ns3::Buffer::Iterator ns3::CapabilityInformation::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
565 |
cls.add_method('Deserialize', |
|
566 |
'ns3::Buffer::Iterator', |
|
567 |
[param('ns3::Buffer::Iterator', 'start')]) |
|
568 |
## capability-information.h: uint32_t ns3::CapabilityInformation::GetSerializedSize() const [member function] |
|
569 |
cls.add_method('GetSerializedSize', |
|
570 |
'uint32_t', |
|
571 |
[], |
|
572 |
is_const=True) |
|
573 |
## capability-information.h: bool ns3::CapabilityInformation::IsEss() const [member function] |
|
574 |
cls.add_method('IsEss', |
|
575 |
'bool', |
|
576 |
[], |
|
577 |
is_const=True) |
|
578 |
## capability-information.h: bool ns3::CapabilityInformation::IsIbss() const [member function] |
|
579 |
cls.add_method('IsIbss', |
|
580 |
'bool', |
|
581 |
[], |
|
582 |
is_const=True) |
|
583 |
## capability-information.h: ns3::Buffer::Iterator ns3::CapabilityInformation::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
584 |
cls.add_method('Serialize', |
|
585 |
'ns3::Buffer::Iterator', |
|
586 |
[param('ns3::Buffer::Iterator', 'start')], |
|
587 |
is_const=True) |
|
588 |
## capability-information.h: void ns3::CapabilityInformation::SetEss() [member function] |
|
589 |
cls.add_method('SetEss', |
|
590 |
'void', |
|
591 |
[]) |
|
592 |
## capability-information.h: void ns3::CapabilityInformation::SetIbss() [member function] |
|
593 |
cls.add_method('SetIbss', |
|
594 |
'void', |
|
595 |
[]) |
|
596 |
return |
|
597 |
||
598 |
def register_Ns3DcfManager_methods(root_module, cls): |
|
599 |
## dcf-manager.h: ns3::DcfManager::DcfManager(ns3::DcfManager const & arg0) [copy constructor] |
|
600 |
cls.add_constructor([param('ns3::DcfManager const &', 'arg0')]) |
|
601 |
## dcf-manager.h: ns3::DcfManager::DcfManager() [constructor] |
|
602 |
cls.add_constructor([]) |
|
603 |
## dcf-manager.h: void ns3::DcfManager::Add(ns3::DcfState * dcf) [member function] |
|
604 |
cls.add_method('Add', |
|
605 |
'void', |
|
606 |
[param('ns3::DcfState *', 'dcf')]) |
|
607 |
## dcf-manager.h: ns3::Time ns3::DcfManager::GetEifsNoDifs() const [member function] |
|
608 |
cls.add_method('GetEifsNoDifs', |
|
609 |
'ns3::Time', |
|
610 |
[], |
|
611 |
is_const=True) |
|
612 |
## dcf-manager.h: void ns3::DcfManager::NotifyAckTimeoutResetNow() [member function] |
|
613 |
cls.add_method('NotifyAckTimeoutResetNow', |
|
614 |
'void', |
|
615 |
[]) |
|
616 |
## dcf-manager.h: void ns3::DcfManager::NotifyAckTimeoutStartNow(ns3::Time duration) [member function] |
|
617 |
cls.add_method('NotifyAckTimeoutStartNow', |
|
618 |
'void', |
|
619 |
[param('ns3::Time', 'duration')]) |
|
620 |
## dcf-manager.h: void ns3::DcfManager::NotifyCtsTimeoutResetNow() [member function] |
|
621 |
cls.add_method('NotifyCtsTimeoutResetNow', |
|
622 |
'void', |
|
623 |
[]) |
|
624 |
## dcf-manager.h: void ns3::DcfManager::NotifyCtsTimeoutStartNow(ns3::Time duration) [member function] |
|
625 |
cls.add_method('NotifyCtsTimeoutStartNow', |
|
626 |
'void', |
|
627 |
[param('ns3::Time', 'duration')]) |
|
628 |
## dcf-manager.h: void ns3::DcfManager::NotifyMaybeCcaBusyStartNow(ns3::Time duration) [member function] |
|
629 |
cls.add_method('NotifyMaybeCcaBusyStartNow', |
|
630 |
'void', |
|
631 |
[param('ns3::Time', 'duration')]) |
|
632 |
## dcf-manager.h: void ns3::DcfManager::NotifyNavResetNow(ns3::Time duration) [member function] |
|
633 |
cls.add_method('NotifyNavResetNow', |
|
634 |
'void', |
|
635 |
[param('ns3::Time', 'duration')]) |
|
636 |
## dcf-manager.h: void ns3::DcfManager::NotifyNavStartNow(ns3::Time duration) [member function] |
|
637 |
cls.add_method('NotifyNavStartNow', |
|
638 |
'void', |
|
639 |
[param('ns3::Time', 'duration')]) |
|
640 |
## dcf-manager.h: void ns3::DcfManager::NotifyRxEndErrorNow() [member function] |
|
641 |
cls.add_method('NotifyRxEndErrorNow', |
|
642 |
'void', |
|
643 |
[]) |
|
644 |
## dcf-manager.h: void ns3::DcfManager::NotifyRxEndOkNow() [member function] |
|
645 |
cls.add_method('NotifyRxEndOkNow', |
|
646 |
'void', |
|
647 |
[]) |
|
648 |
## dcf-manager.h: void ns3::DcfManager::NotifyRxStartNow(ns3::Time duration) [member function] |
|
649 |
cls.add_method('NotifyRxStartNow', |
|
650 |
'void', |
|
651 |
[param('ns3::Time', 'duration')]) |
|
652 |
## dcf-manager.h: void ns3::DcfManager::NotifySwitchingStartNow(ns3::Time duration) [member function] |
|
653 |
cls.add_method('NotifySwitchingStartNow', |
|
654 |
'void', |
|
655 |
[param('ns3::Time', 'duration')]) |
|
656 |
## dcf-manager.h: void ns3::DcfManager::NotifyTxStartNow(ns3::Time duration) [member function] |
|
657 |
cls.add_method('NotifyTxStartNow', |
|
658 |
'void', |
|
659 |
[param('ns3::Time', 'duration')]) |
|
660 |
## dcf-manager.h: void ns3::DcfManager::RequestAccess(ns3::DcfState * state) [member function] |
|
661 |
cls.add_method('RequestAccess', |
|
662 |
'void', |
|
663 |
[param('ns3::DcfState *', 'state')]) |
|
664 |
## dcf-manager.h: void ns3::DcfManager::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
665 |
cls.add_method('SetEifsNoDifs', |
|
666 |
'void', |
|
667 |
[param('ns3::Time', 'eifsNoDifs')]) |
|
668 |
## dcf-manager.h: void ns3::DcfManager::SetSifs(ns3::Time sifs) [member function] |
|
669 |
cls.add_method('SetSifs', |
|
670 |
'void', |
|
671 |
[param('ns3::Time', 'sifs')]) |
|
672 |
## dcf-manager.h: void ns3::DcfManager::SetSlot(ns3::Time slotTime) [member function] |
|
673 |
cls.add_method('SetSlot', |
|
674 |
'void', |
|
675 |
[param('ns3::Time', 'slotTime')]) |
|
676 |
## dcf-manager.h: void ns3::DcfManager::SetupLowListener(ns3::Ptr<ns3::MacLow> low) [member function] |
|
677 |
cls.add_method('SetupLowListener', |
|
678 |
'void', |
|
679 |
[param('ns3::Ptr< ns3::MacLow >', 'low')]) |
|
680 |
## dcf-manager.h: void ns3::DcfManager::SetupPhyListener(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
681 |
cls.add_method('SetupPhyListener', |
|
682 |
'void', |
|
683 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')]) |
|
684 |
return |
|
685 |
||
686 |
def register_Ns3DcfState_methods(root_module, cls): |
|
687 |
## dcf-manager.h: ns3::DcfState::DcfState(ns3::DcfState const & arg0) [copy constructor] |
|
688 |
cls.add_constructor([param('ns3::DcfState const &', 'arg0')]) |
|
689 |
## dcf-manager.h: ns3::DcfState::DcfState() [constructor] |
|
690 |
cls.add_constructor([]) |
|
691 |
## dcf-manager.h: uint32_t ns3::DcfState::GetAifsn() const [member function] |
|
692 |
cls.add_method('GetAifsn', |
|
693 |
'uint32_t', |
|
694 |
[], |
|
695 |
is_const=True) |
|
696 |
## dcf-manager.h: uint32_t ns3::DcfState::GetCw() const [member function] |
|
697 |
cls.add_method('GetCw', |
|
698 |
'uint32_t', |
|
699 |
[], |
|
700 |
is_const=True) |
|
701 |
## dcf-manager.h: uint32_t ns3::DcfState::GetCwMax() const [member function] |
|
702 |
cls.add_method('GetCwMax', |
|
703 |
'uint32_t', |
|
704 |
[], |
|
705 |
is_const=True) |
|
706 |
## dcf-manager.h: uint32_t ns3::DcfState::GetCwMin() const [member function] |
|
707 |
cls.add_method('GetCwMin', |
|
708 |
'uint32_t', |
|
709 |
[], |
|
710 |
is_const=True) |
|
711 |
## dcf-manager.h: bool ns3::DcfState::IsAccessRequested() const [member function] |
|
712 |
cls.add_method('IsAccessRequested', |
|
713 |
'bool', |
|
714 |
[], |
|
715 |
is_const=True) |
|
716 |
## dcf-manager.h: void ns3::DcfState::ResetCw() [member function] |
|
717 |
cls.add_method('ResetCw', |
|
718 |
'void', |
|
719 |
[]) |
|
720 |
## dcf-manager.h: void ns3::DcfState::SetAifsn(uint32_t aifsn) [member function] |
|
721 |
cls.add_method('SetAifsn', |
|
722 |
'void', |
|
723 |
[param('uint32_t', 'aifsn')]) |
|
724 |
## dcf-manager.h: void ns3::DcfState::SetCwMax(uint32_t maxCw) [member function] |
|
725 |
cls.add_method('SetCwMax', |
|
726 |
'void', |
|
727 |
[param('uint32_t', 'maxCw')]) |
|
728 |
## dcf-manager.h: void ns3::DcfState::SetCwMin(uint32_t minCw) [member function] |
|
729 |
cls.add_method('SetCwMin', |
|
730 |
'void', |
|
731 |
[param('uint32_t', 'minCw')]) |
|
732 |
## dcf-manager.h: void ns3::DcfState::StartBackoffNow(uint32_t nSlots) [member function] |
|
733 |
cls.add_method('StartBackoffNow', |
|
734 |
'void', |
|
735 |
[param('uint32_t', 'nSlots')]) |
|
736 |
## dcf-manager.h: void ns3::DcfState::UpdateFailedCw() [member function] |
|
737 |
cls.add_method('UpdateFailedCw', |
|
738 |
'void', |
|
739 |
[]) |
|
740 |
## dcf-manager.h: void ns3::DcfState::DoNotifyAccessGranted() [member function] |
|
741 |
cls.add_method('DoNotifyAccessGranted', |
|
742 |
'void', |
|
743 |
[], |
|
744 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
745 |
## dcf-manager.h: void ns3::DcfState::DoNotifyChannelSwitching() [member function] |
|
746 |
cls.add_method('DoNotifyChannelSwitching', |
|
747 |
'void', |
|
748 |
[], |
|
749 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
750 |
## dcf-manager.h: void ns3::DcfState::DoNotifyCollision() [member function] |
|
751 |
cls.add_method('DoNotifyCollision', |
|
752 |
'void', |
|
753 |
[], |
|
754 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
755 |
## dcf-manager.h: void ns3::DcfState::DoNotifyInternalCollision() [member function] |
|
756 |
cls.add_method('DoNotifyInternalCollision', |
|
757 |
'void', |
|
758 |
[], |
|
759 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
760 |
return |
|
761 |
||
762 |
def register_Ns3InterferenceHelper_methods(root_module, cls): |
|
763 |
## interference-helper.h: ns3::InterferenceHelper::InterferenceHelper() [constructor] |
|
764 |
cls.add_constructor([]) |
|
765 |
## interference-helper.h: ns3::Ptr<ns3::InterferenceHelper::Event> ns3::InterferenceHelper::Add(uint32_t size, ns3::WifiMode payloadMode, ns3::WifiPreamble preamble, ns3::Time duration, double rxPower) [member function] |
|
766 |
cls.add_method('Add', |
|
767 |
'ns3::Ptr< ns3::InterferenceHelper::Event >', |
|
768 |
[param('uint32_t', 'size'), param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble'), param('ns3::Time', 'duration'), param('double', 'rxPower')]) |
|
769 |
## interference-helper.h: ns3::InterferenceHelper::SnrPer ns3::InterferenceHelper::CalculateSnrPer(ns3::Ptr<ns3::InterferenceHelper::Event> event) [member function] |
|
770 |
cls.add_method('CalculateSnrPer', |
|
771 |
'ns3::InterferenceHelper::SnrPer', |
|
772 |
[param('ns3::Ptr< ns3::InterferenceHelper::Event >', 'event')]) |
|
773 |
## interference-helper.h: static ns3::Time ns3::InterferenceHelper::CalculateTxDuration(uint32_t size, ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function] |
|
774 |
cls.add_method('CalculateTxDuration', |
|
775 |
'ns3::Time', |
|
776 |
[param('uint32_t', 'size'), param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], |
|
777 |
is_static=True) |
|
778 |
## interference-helper.h: void ns3::InterferenceHelper::EraseEvents() [member function] |
|
779 |
cls.add_method('EraseEvents', |
|
780 |
'void', |
|
781 |
[]) |
|
782 |
## interference-helper.h: ns3::Time ns3::InterferenceHelper::GetEnergyDuration(double energyW) [member function] |
|
783 |
cls.add_method('GetEnergyDuration', |
|
784 |
'ns3::Time', |
|
785 |
[param('double', 'energyW')]) |
|
786 |
## interference-helper.h: ns3::Ptr<ns3::ErrorRateModel> ns3::InterferenceHelper::GetErrorRateModel() const [member function] |
|
787 |
cls.add_method('GetErrorRateModel', |
|
788 |
'ns3::Ptr< ns3::ErrorRateModel >', |
|
789 |
[], |
|
790 |
is_const=True) |
|
791 |
## interference-helper.h: double ns3::InterferenceHelper::GetNoiseFigure() const [member function] |
|
792 |
cls.add_method('GetNoiseFigure', |
|
793 |
'double', |
|
794 |
[], |
|
795 |
is_const=True) |
|
796 |
## interference-helper.h: static uint32_t ns3::InterferenceHelper::GetPayloadDurationMicroSeconds(uint32_t size, ns3::WifiMode payloadMode) [member function] |
|
797 |
cls.add_method('GetPayloadDurationMicroSeconds', |
|
798 |
'uint32_t', |
|
799 |
[param('uint32_t', 'size'), param('ns3::WifiMode', 'payloadMode')], |
|
800 |
is_static=True) |
|
801 |
## interference-helper.h: static uint32_t ns3::InterferenceHelper::GetPlcpHeaderDurationMicroSeconds(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function] |
|
802 |
cls.add_method('GetPlcpHeaderDurationMicroSeconds', |
|
803 |
'uint32_t', |
|
804 |
[param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], |
|
805 |
is_static=True) |
|
806 |
## interference-helper.h: static ns3::WifiMode ns3::InterferenceHelper::GetPlcpHeaderMode(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function] |
|
807 |
cls.add_method('GetPlcpHeaderMode', |
|
808 |
'ns3::WifiMode', |
|
809 |
[param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], |
|
810 |
is_static=True) |
|
811 |
## interference-helper.h: static uint32_t ns3::InterferenceHelper::GetPlcpPreambleDurationMicroSeconds(ns3::WifiMode mode, ns3::WifiPreamble preamble) [member function] |
|
812 |
cls.add_method('GetPlcpPreambleDurationMicroSeconds', |
|
813 |
'uint32_t', |
|
814 |
[param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble')], |
|
815 |
is_static=True) |
|
816 |
## interference-helper.h: void ns3::InterferenceHelper::SetErrorRateModel(ns3::Ptr<ns3::ErrorRateModel> rate) [member function] |
|
817 |
cls.add_method('SetErrorRateModel', |
|
818 |
'void', |
|
819 |
[param('ns3::Ptr< ns3::ErrorRateModel >', 'rate')]) |
|
820 |
## interference-helper.h: void ns3::InterferenceHelper::SetNoiseFigure(double value) [member function] |
|
821 |
cls.add_method('SetNoiseFigure', |
|
822 |
'void', |
|
823 |
[param('double', 'value')]) |
|
824 |
return |
|
825 |
||
826 |
def register_Ns3InterferenceHelperSnrPer_methods(root_module, cls): |
|
827 |
## interference-helper.h: ns3::InterferenceHelper::SnrPer::SnrPer() [constructor] |
|
828 |
cls.add_constructor([]) |
|
829 |
## interference-helper.h: ns3::InterferenceHelper::SnrPer::SnrPer(ns3::InterferenceHelper::SnrPer const & arg0) [copy constructor] |
|
830 |
cls.add_constructor([param('ns3::InterferenceHelper::SnrPer const &', 'arg0')]) |
|
831 |
## interference-helper.h: ns3::InterferenceHelper::SnrPer::per [variable] |
|
832 |
cls.add_instance_attribute('per', 'double', is_const=False) |
|
833 |
## interference-helper.h: ns3::InterferenceHelper::SnrPer::snr [variable] |
|
834 |
cls.add_instance_attribute('snr', 'double', is_const=False) |
|
835 |
return |
|
836 |
||
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
837 |
def register_Ns3MacLowBlockAckEventListener_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
838 |
## mac-low.h: ns3::MacLowBlockAckEventListener::MacLowBlockAckEventListener(ns3::MacLowBlockAckEventListener const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
839 |
cls.add_constructor([param('ns3::MacLowBlockAckEventListener const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
840 |
## mac-low.h: ns3::MacLowBlockAckEventListener::MacLowBlockAckEventListener() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
841 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
842 |
## mac-low.h: void ns3::MacLowBlockAckEventListener::BlockAckInactivityTimeout(ns3::Mac48Address originator, uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
843 |
cls.add_method('BlockAckInactivityTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
844 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
845 |
[param('ns3::Mac48Address', 'originator'), param('uint8_t', 'tid')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
846 |
is_pure_virtual=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
847 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
848 |
|
5348 | 849 |
def register_Ns3MacLowDcfListener_methods(root_module, cls): |
850 |
## mac-low.h: ns3::MacLowDcfListener::MacLowDcfListener(ns3::MacLowDcfListener const & arg0) [copy constructor] |
|
851 |
cls.add_constructor([param('ns3::MacLowDcfListener const &', 'arg0')]) |
|
852 |
## mac-low.h: ns3::MacLowDcfListener::MacLowDcfListener() [constructor] |
|
853 |
cls.add_constructor([]) |
|
854 |
## mac-low.h: void ns3::MacLowDcfListener::AckTimeoutReset() [member function] |
|
855 |
cls.add_method('AckTimeoutReset', |
|
856 |
'void', |
|
857 |
[], |
|
858 |
is_pure_virtual=True, is_virtual=True) |
|
859 |
## mac-low.h: void ns3::MacLowDcfListener::AckTimeoutStart(ns3::Time duration) [member function] |
|
860 |
cls.add_method('AckTimeoutStart', |
|
861 |
'void', |
|
862 |
[param('ns3::Time', 'duration')], |
|
863 |
is_pure_virtual=True, is_virtual=True) |
|
864 |
## mac-low.h: void ns3::MacLowDcfListener::CtsTimeoutReset() [member function] |
|
865 |
cls.add_method('CtsTimeoutReset', |
|
866 |
'void', |
|
867 |
[], |
|
868 |
is_pure_virtual=True, is_virtual=True) |
|
869 |
## mac-low.h: void ns3::MacLowDcfListener::CtsTimeoutStart(ns3::Time duration) [member function] |
|
870 |
cls.add_method('CtsTimeoutStart', |
|
871 |
'void', |
|
872 |
[param('ns3::Time', 'duration')], |
|
873 |
is_pure_virtual=True, is_virtual=True) |
|
874 |
## mac-low.h: void ns3::MacLowDcfListener::NavReset(ns3::Time duration) [member function] |
|
875 |
cls.add_method('NavReset', |
|
876 |
'void', |
|
877 |
[param('ns3::Time', 'duration')], |
|
878 |
is_pure_virtual=True, is_virtual=True) |
|
879 |
## mac-low.h: void ns3::MacLowDcfListener::NavStart(ns3::Time duration) [member function] |
|
880 |
cls.add_method('NavStart', |
|
881 |
'void', |
|
882 |
[param('ns3::Time', 'duration')], |
|
883 |
is_pure_virtual=True, is_virtual=True) |
|
884 |
return |
|
885 |
||
886 |
def register_Ns3MacLowTransmissionListener_methods(root_module, cls): |
|
887 |
## mac-low.h: ns3::MacLowTransmissionListener::MacLowTransmissionListener(ns3::MacLowTransmissionListener const & arg0) [copy constructor] |
|
888 |
cls.add_constructor([param('ns3::MacLowTransmissionListener const &', 'arg0')]) |
|
889 |
## mac-low.h: ns3::MacLowTransmissionListener::MacLowTransmissionListener() [constructor] |
|
890 |
cls.add_constructor([]) |
|
891 |
## mac-low.h: void ns3::MacLowTransmissionListener::Cancel() [member function] |
|
892 |
cls.add_method('Cancel', |
|
893 |
'void', |
|
894 |
[], |
|
895 |
is_pure_virtual=True, is_virtual=True) |
|
896 |
## mac-low.h: void ns3::MacLowTransmissionListener::GotAck(double snr, ns3::WifiMode txMode) [member function] |
|
897 |
cls.add_method('GotAck', |
|
898 |
'void', |
|
899 |
[param('double', 'snr'), param('ns3::WifiMode', 'txMode')], |
|
900 |
is_pure_virtual=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
901 |
## mac-low.h: void ns3::MacLowTransmissionListener::GotBlockAck(ns3::CtrlBAckResponseHeader const * blockAck, ns3::Mac48Address source) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
902 |
cls.add_method('GotBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
903 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
904 |
[param('ns3::CtrlBAckResponseHeader const *', 'blockAck'), param('ns3::Mac48Address', 'source')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
905 |
is_virtual=True) |
5348 | 906 |
## mac-low.h: void ns3::MacLowTransmissionListener::GotCts(double snr, ns3::WifiMode txMode) [member function] |
907 |
cls.add_method('GotCts', |
|
908 |
'void', |
|
909 |
[param('double', 'snr'), param('ns3::WifiMode', 'txMode')], |
|
910 |
is_pure_virtual=True, is_virtual=True) |
|
911 |
## mac-low.h: void ns3::MacLowTransmissionListener::MissedAck() [member function] |
|
912 |
cls.add_method('MissedAck', |
|
913 |
'void', |
|
914 |
[], |
|
915 |
is_pure_virtual=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
916 |
## mac-low.h: void ns3::MacLowTransmissionListener::MissedBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
917 |
cls.add_method('MissedBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
918 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
919 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
920 |
is_virtual=True) |
5348 | 921 |
## mac-low.h: void ns3::MacLowTransmissionListener::MissedCts() [member function] |
922 |
cls.add_method('MissedCts', |
|
923 |
'void', |
|
924 |
[], |
|
925 |
is_pure_virtual=True, is_virtual=True) |
|
926 |
## mac-low.h: void ns3::MacLowTransmissionListener::StartNext() [member function] |
|
927 |
cls.add_method('StartNext', |
|
928 |
'void', |
|
929 |
[], |
|
930 |
is_pure_virtual=True, is_virtual=True) |
|
931 |
return |
|
932 |
||
933 |
def register_Ns3MacLowTransmissionParameters_methods(root_module, cls): |
|
934 |
cls.add_output_stream_operator() |
|
935 |
## mac-low.h: ns3::MacLowTransmissionParameters::MacLowTransmissionParameters(ns3::MacLowTransmissionParameters const & arg0) [copy constructor] |
|
936 |
cls.add_constructor([param('ns3::MacLowTransmissionParameters const &', 'arg0')]) |
|
937 |
## mac-low.h: ns3::MacLowTransmissionParameters::MacLowTransmissionParameters() [constructor] |
|
938 |
cls.add_constructor([]) |
|
939 |
## mac-low.h: void ns3::MacLowTransmissionParameters::DisableAck() [member function] |
|
940 |
cls.add_method('DisableAck', |
|
941 |
'void', |
|
942 |
[]) |
|
943 |
## mac-low.h: void ns3::MacLowTransmissionParameters::DisableNextData() [member function] |
|
944 |
cls.add_method('DisableNextData', |
|
945 |
'void', |
|
946 |
[]) |
|
947 |
## mac-low.h: void ns3::MacLowTransmissionParameters::DisableOverrideDurationId() [member function] |
|
948 |
cls.add_method('DisableOverrideDurationId', |
|
949 |
'void', |
|
950 |
[]) |
|
951 |
## mac-low.h: void ns3::MacLowTransmissionParameters::DisableRts() [member function] |
|
952 |
cls.add_method('DisableRts', |
|
953 |
'void', |
|
954 |
[]) |
|
955 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableAck() [member function] |
|
956 |
cls.add_method('EnableAck', |
|
957 |
'void', |
|
958 |
[]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
959 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableBasicBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
960 |
cls.add_method('EnableBasicBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
961 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
962 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
963 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableCompressedBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
964 |
cls.add_method('EnableCompressedBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
965 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
966 |
[]) |
5348 | 967 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableFastAck() [member function] |
968 |
cls.add_method('EnableFastAck', |
|
969 |
'void', |
|
970 |
[]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
971 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableMultiTidBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
972 |
cls.add_method('EnableMultiTidBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
973 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
974 |
[]) |
5348 | 975 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableNextData(uint32_t size) [member function] |
976 |
cls.add_method('EnableNextData', |
|
977 |
'void', |
|
978 |
[param('uint32_t', 'size')]) |
|
979 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableOverrideDurationId(ns3::Time durationId) [member function] |
|
980 |
cls.add_method('EnableOverrideDurationId', |
|
981 |
'void', |
|
982 |
[param('ns3::Time', 'durationId')]) |
|
983 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableRts() [member function] |
|
984 |
cls.add_method('EnableRts', |
|
985 |
'void', |
|
986 |
[]) |
|
987 |
## mac-low.h: void ns3::MacLowTransmissionParameters::EnableSuperFastAck() [member function] |
|
988 |
cls.add_method('EnableSuperFastAck', |
|
989 |
'void', |
|
990 |
[]) |
|
991 |
## mac-low.h: ns3::Time ns3::MacLowTransmissionParameters::GetDurationId() const [member function] |
|
992 |
cls.add_method('GetDurationId', |
|
993 |
'ns3::Time', |
|
994 |
[], |
|
995 |
is_const=True) |
|
996 |
## mac-low.h: uint32_t ns3::MacLowTransmissionParameters::GetNextPacketSize() const [member function] |
|
997 |
cls.add_method('GetNextPacketSize', |
|
998 |
'uint32_t', |
|
999 |
[], |
|
1000 |
is_const=True) |
|
1001 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::HasDurationId() const [member function] |
|
1002 |
cls.add_method('HasDurationId', |
|
1003 |
'bool', |
|
1004 |
[], |
|
1005 |
is_const=True) |
|
1006 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::HasNextPacket() const [member function] |
|
1007 |
cls.add_method('HasNextPacket', |
|
1008 |
'bool', |
|
1009 |
[], |
|
1010 |
is_const=True) |
|
1011 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustSendRts() const [member function] |
|
1012 |
cls.add_method('MustSendRts', |
|
1013 |
'bool', |
|
1014 |
[], |
|
1015 |
is_const=True) |
|
1016 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustWaitAck() const [member function] |
|
1017 |
cls.add_method('MustWaitAck', |
|
1018 |
'bool', |
|
1019 |
[], |
|
1020 |
is_const=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1021 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustWaitBasicBlockAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1022 |
cls.add_method('MustWaitBasicBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1023 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1024 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1025 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1026 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustWaitCompressedBlockAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1027 |
cls.add_method('MustWaitCompressedBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1028 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1029 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1030 |
is_const=True) |
5348 | 1031 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustWaitFastAck() const [member function] |
1032 |
cls.add_method('MustWaitFastAck', |
|
1033 |
'bool', |
|
1034 |
[], |
|
1035 |
is_const=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1036 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustWaitMultiTidBlockAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1037 |
cls.add_method('MustWaitMultiTidBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1038 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1039 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1040 |
is_const=True) |
5348 | 1041 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustWaitNormalAck() const [member function] |
1042 |
cls.add_method('MustWaitNormalAck', |
|
1043 |
'bool', |
|
1044 |
[], |
|
1045 |
is_const=True) |
|
1046 |
## mac-low.h: bool ns3::MacLowTransmissionParameters::MustWaitSuperFastAck() const [member function] |
|
1047 |
cls.add_method('MustWaitSuperFastAck', |
|
1048 |
'bool', |
|
1049 |
[], |
|
1050 |
is_const=True) |
|
1051 |
return |
|
1052 |
||
1053 |
def register_Ns3MacRxMiddle_methods(root_module, cls): |
|
1054 |
## mac-rx-middle.h: ns3::MacRxMiddle::MacRxMiddle(ns3::MacRxMiddle const & arg0) [copy constructor] |
|
1055 |
cls.add_constructor([param('ns3::MacRxMiddle const &', 'arg0')]) |
|
1056 |
## mac-rx-middle.h: ns3::MacRxMiddle::MacRxMiddle() [constructor] |
|
1057 |
cls.add_constructor([]) |
|
1058 |
## mac-rx-middle.h: void ns3::MacRxMiddle::Receive(ns3::Ptr<ns3::Packet> packet, ns3::WifiMacHeader const * hdr) [member function] |
|
1059 |
cls.add_method('Receive', |
|
1060 |
'void', |
|
1061 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr')]) |
|
1062 |
## mac-rx-middle.h: void ns3::MacRxMiddle::SetForwardCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::WifiMacHeader const*, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
|
1063 |
cls.add_method('SetForwardCallback', |
|
1064 |
'void', |
|
1065 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::WifiMacHeader const *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
|
1066 |
return |
|
1067 |
||
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1068 |
def register_Ns3OriginatorBlockAckAgreement_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1069 |
## originator-block-ack-agreement.h: ns3::OriginatorBlockAckAgreement::OriginatorBlockAckAgreement(ns3::OriginatorBlockAckAgreement const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1070 |
cls.add_constructor([param('ns3::OriginatorBlockAckAgreement const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1071 |
## originator-block-ack-agreement.h: ns3::OriginatorBlockAckAgreement::OriginatorBlockAckAgreement() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1072 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1073 |
## originator-block-ack-agreement.h: ns3::OriginatorBlockAckAgreement::OriginatorBlockAckAgreement(ns3::Mac48Address recipient, uint8_t tid) [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1074 |
cls.add_constructor([param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1075 |
## originator-block-ack-agreement.h: void ns3::OriginatorBlockAckAgreement::CompleteExchange() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1076 |
cls.add_method('CompleteExchange', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1077 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1078 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1079 |
## originator-block-ack-agreement.h: bool ns3::OriginatorBlockAckAgreement::IsEstablished() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1080 |
cls.add_method('IsEstablished', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1081 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1082 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1083 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1084 |
## originator-block-ack-agreement.h: bool ns3::OriginatorBlockAckAgreement::IsInactive() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1085 |
cls.add_method('IsInactive', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1086 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1087 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1088 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1089 |
## originator-block-ack-agreement.h: bool ns3::OriginatorBlockAckAgreement::IsPending() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1090 |
cls.add_method('IsPending', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1091 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1092 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1093 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1094 |
## originator-block-ack-agreement.h: bool ns3::OriginatorBlockAckAgreement::IsUnsuccessful() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1095 |
cls.add_method('IsUnsuccessful', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1096 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1097 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1098 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1099 |
## originator-block-ack-agreement.h: bool ns3::OriginatorBlockAckAgreement::NeedBlockAckRequest() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1100 |
cls.add_method('NeedBlockAckRequest', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1101 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1102 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1103 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1104 |
## originator-block-ack-agreement.h: void ns3::OriginatorBlockAckAgreement::NotifyMpduTransmission() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1105 |
cls.add_method('NotifyMpduTransmission', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1106 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1107 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1108 |
## originator-block-ack-agreement.h: void ns3::OriginatorBlockAckAgreement::SetState(ns3::OriginatorBlockAckAgreement::State state) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1109 |
cls.add_method('SetState', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1110 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1111 |
[param('ns3::OriginatorBlockAckAgreement::State', 'state')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1112 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1113 |
|
5348 | 1114 |
def register_Ns3Ssid_methods(root_module, cls): |
1115 |
cls.add_output_stream_operator() |
|
1116 |
## ssid.h: ns3::Ssid::Ssid(ns3::Ssid const & arg0) [copy constructor] |
|
1117 |
cls.add_constructor([param('ns3::Ssid const &', 'arg0')]) |
|
1118 |
## ssid.h: ns3::Ssid::Ssid() [constructor] |
|
1119 |
cls.add_constructor([]) |
|
1120 |
## ssid.h: ns3::Ssid::Ssid(std::string s) [constructor] |
|
1121 |
cls.add_constructor([param('std::string', 's')]) |
|
1122 |
## ssid.h: ns3::Ssid::Ssid(char const * ssid, uint8_t length) [constructor] |
|
1123 |
cls.add_constructor([param('char const *', 'ssid'), param('uint8_t', 'length')]) |
|
1124 |
## ssid.h: ns3::Buffer::Iterator ns3::Ssid::Deserialize(ns3::Buffer::Iterator i) [member function] |
|
1125 |
cls.add_method('Deserialize', |
|
1126 |
'ns3::Buffer::Iterator', |
|
1127 |
[param('ns3::Buffer::Iterator', 'i')]) |
|
1128 |
## ssid.h: uint32_t ns3::Ssid::GetLength() const [member function] |
|
1129 |
cls.add_method('GetLength', |
|
1130 |
'uint32_t', |
|
1131 |
[], |
|
1132 |
is_const=True) |
|
1133 |
## ssid.h: uint32_t ns3::Ssid::GetSerializedSize() const [member function] |
|
1134 |
cls.add_method('GetSerializedSize', |
|
1135 |
'uint32_t', |
|
1136 |
[], |
|
1137 |
is_const=True) |
|
1138 |
## ssid.h: bool ns3::Ssid::IsBroadcast() const [member function] |
|
1139 |
cls.add_method('IsBroadcast', |
|
1140 |
'bool', |
|
1141 |
[], |
|
1142 |
is_const=True) |
|
1143 |
## ssid.h: bool ns3::Ssid::IsEqual(ns3::Ssid const & o) const [member function] |
|
1144 |
cls.add_method('IsEqual', |
|
1145 |
'bool', |
|
1146 |
[param('ns3::Ssid const &', 'o')], |
|
1147 |
is_const=True) |
|
1148 |
## ssid.h: char * ns3::Ssid::PeekString() const [member function] |
|
1149 |
cls.add_method('PeekString', |
|
1150 |
'char *', |
|
1151 |
[], |
|
1152 |
is_const=True) |
|
1153 |
## ssid.h: ns3::Buffer::Iterator ns3::Ssid::Serialize(ns3::Buffer::Iterator i) const [member function] |
|
1154 |
cls.add_method('Serialize', |
|
1155 |
'ns3::Buffer::Iterator', |
|
1156 |
[param('ns3::Buffer::Iterator', 'i')], |
|
1157 |
is_const=True) |
|
1158 |
return |
|
1159 |
||
1160 |
def register_Ns3StatusCode_methods(root_module, cls): |
|
1161 |
cls.add_output_stream_operator() |
|
1162 |
## status-code.h: ns3::StatusCode::StatusCode(ns3::StatusCode const & arg0) [copy constructor] |
|
1163 |
cls.add_constructor([param('ns3::StatusCode const &', 'arg0')]) |
|
1164 |
## status-code.h: ns3::StatusCode::StatusCode() [constructor] |
|
1165 |
cls.add_constructor([]) |
|
1166 |
## status-code.h: ns3::Buffer::Iterator ns3::StatusCode::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1167 |
cls.add_method('Deserialize', |
|
1168 |
'ns3::Buffer::Iterator', |
|
1169 |
[param('ns3::Buffer::Iterator', 'start')]) |
|
1170 |
## status-code.h: uint32_t ns3::StatusCode::GetSerializedSize() const [member function] |
|
1171 |
cls.add_method('GetSerializedSize', |
|
1172 |
'uint32_t', |
|
1173 |
[], |
|
1174 |
is_const=True) |
|
1175 |
## status-code.h: bool ns3::StatusCode::IsSuccess() const [member function] |
|
1176 |
cls.add_method('IsSuccess', |
|
1177 |
'bool', |
|
1178 |
[], |
|
1179 |
is_const=True) |
|
1180 |
## status-code.h: ns3::Buffer::Iterator ns3::StatusCode::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1181 |
cls.add_method('Serialize', |
|
1182 |
'ns3::Buffer::Iterator', |
|
1183 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1184 |
is_const=True) |
|
1185 |
## status-code.h: void ns3::StatusCode::SetFailure() [member function] |
|
1186 |
cls.add_method('SetFailure', |
|
1187 |
'void', |
|
1188 |
[]) |
|
1189 |
## status-code.h: void ns3::StatusCode::SetSuccess() [member function] |
|
1190 |
cls.add_method('SetSuccess', |
|
1191 |
'void', |
|
1192 |
[]) |
|
1193 |
return |
|
1194 |
||
1195 |
def register_Ns3SupportedRates_methods(root_module, cls): |
|
1196 |
cls.add_output_stream_operator() |
|
1197 |
## supported-rates.h: ns3::SupportedRates::SupportedRates(ns3::SupportedRates const & arg0) [copy constructor] |
|
1198 |
cls.add_constructor([param('ns3::SupportedRates const &', 'arg0')]) |
|
1199 |
## supported-rates.h: ns3::SupportedRates::SupportedRates() [constructor] |
|
1200 |
cls.add_constructor([]) |
|
1201 |
## supported-rates.h: void ns3::SupportedRates::AddSupportedRate(uint32_t bs) [member function] |
|
1202 |
cls.add_method('AddSupportedRate', |
|
1203 |
'void', |
|
1204 |
[param('uint32_t', 'bs')]) |
|
1205 |
## supported-rates.h: ns3::Buffer::Iterator ns3::SupportedRates::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1206 |
cls.add_method('Deserialize', |
|
1207 |
'ns3::Buffer::Iterator', |
|
1208 |
[param('ns3::Buffer::Iterator', 'start')]) |
|
1209 |
## supported-rates.h: uint8_t ns3::SupportedRates::GetNRates() const [member function] |
|
1210 |
cls.add_method('GetNRates', |
|
1211 |
'uint8_t', |
|
1212 |
[], |
|
1213 |
is_const=True) |
|
1214 |
## supported-rates.h: uint32_t ns3::SupportedRates::GetRate(uint8_t i) const [member function] |
|
1215 |
cls.add_method('GetRate', |
|
1216 |
'uint32_t', |
|
1217 |
[param('uint8_t', 'i')], |
|
1218 |
is_const=True) |
|
1219 |
## supported-rates.h: uint32_t ns3::SupportedRates::GetSerializedSize() const [member function] |
|
1220 |
cls.add_method('GetSerializedSize', |
|
1221 |
'uint32_t', |
|
1222 |
[], |
|
1223 |
is_const=True) |
|
1224 |
## supported-rates.h: bool ns3::SupportedRates::IsBasicRate(uint32_t bs) const [member function] |
|
1225 |
cls.add_method('IsBasicRate', |
|
1226 |
'bool', |
|
1227 |
[param('uint32_t', 'bs')], |
|
1228 |
is_const=True) |
|
1229 |
## supported-rates.h: bool ns3::SupportedRates::IsSupportedRate(uint32_t bs) const [member function] |
|
1230 |
cls.add_method('IsSupportedRate', |
|
1231 |
'bool', |
|
1232 |
[param('uint32_t', 'bs')], |
|
1233 |
is_const=True) |
|
1234 |
## supported-rates.h: ns3::Buffer::Iterator ns3::SupportedRates::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1235 |
cls.add_method('Serialize', |
|
1236 |
'ns3::Buffer::Iterator', |
|
1237 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1238 |
is_const=True) |
|
1239 |
## supported-rates.h: void ns3::SupportedRates::SetBasicRate(uint32_t bs) [member function] |
|
1240 |
cls.add_method('SetBasicRate', |
|
1241 |
'void', |
|
1242 |
[param('uint32_t', 'bs')]) |
|
1243 |
return |
|
1244 |
||
1245 |
def register_Ns3WifiMode_methods(root_module, cls): |
|
1246 |
cls.add_output_stream_operator() |
|
1247 |
cls.add_binary_comparison_operator('==') |
|
1248 |
## wifi-mode.h: ns3::WifiMode::WifiMode(ns3::WifiMode const & arg0) [copy constructor] |
|
1249 |
cls.add_constructor([param('ns3::WifiMode const &', 'arg0')]) |
|
1250 |
## wifi-mode.h: ns3::WifiMode::WifiMode() [constructor] |
|
1251 |
cls.add_constructor([]) |
|
1252 |
## wifi-mode.h: ns3::WifiMode::WifiMode(std::string name) [constructor] |
|
1253 |
cls.add_constructor([param('std::string', 'name')]) |
|
1254 |
## wifi-mode.h: uint32_t ns3::WifiMode::GetBandwidth() const [member function] |
|
1255 |
cls.add_method('GetBandwidth', |
|
1256 |
'uint32_t', |
|
1257 |
[], |
|
1258 |
is_const=True) |
|
1259 |
## wifi-mode.h: uint8_t ns3::WifiMode::GetConstellationSize() const [member function] |
|
1260 |
cls.add_method('GetConstellationSize', |
|
1261 |
'uint8_t', |
|
1262 |
[], |
|
1263 |
is_const=True) |
|
1264 |
## wifi-mode.h: uint32_t ns3::WifiMode::GetDataRate() const [member function] |
|
1265 |
cls.add_method('GetDataRate', |
|
1266 |
'uint32_t', |
|
1267 |
[], |
|
1268 |
is_const=True) |
|
1269 |
## wifi-mode.h: ns3::WifiMode::ModulationType ns3::WifiMode::GetModulationType() const [member function] |
|
1270 |
cls.add_method('GetModulationType', |
|
1271 |
'ns3::WifiMode::ModulationType', |
|
1272 |
[], |
|
1273 |
is_const=True) |
|
1274 |
## wifi-mode.h: uint32_t ns3::WifiMode::GetPhyRate() const [member function] |
|
1275 |
cls.add_method('GetPhyRate', |
|
1276 |
'uint32_t', |
|
1277 |
[], |
|
1278 |
is_const=True) |
|
1279 |
## wifi-mode.h: ns3::WifiPhyStandard ns3::WifiMode::GetStandard() const [member function] |
|
1280 |
cls.add_method('GetStandard', |
|
1281 |
'ns3::WifiPhyStandard', |
|
1282 |
[], |
|
1283 |
is_const=True) |
|
1284 |
## wifi-mode.h: uint32_t ns3::WifiMode::GetUid() const [member function] |
|
1285 |
cls.add_method('GetUid', |
|
1286 |
'uint32_t', |
|
1287 |
[], |
|
1288 |
is_const=True) |
|
1289 |
## wifi-mode.h: std::string ns3::WifiMode::GetUniqueName() const [member function] |
|
1290 |
cls.add_method('GetUniqueName', |
|
1291 |
'std::string', |
|
1292 |
[], |
|
1293 |
is_const=True) |
|
1294 |
## wifi-mode.h: bool ns3::WifiMode::IsMandatory() const [member function] |
|
1295 |
cls.add_method('IsMandatory', |
|
1296 |
'bool', |
|
1297 |
[], |
|
1298 |
is_const=True) |
|
1299 |
## wifi-mode.h: bool ns3::WifiMode::IsModulationBpsk() const [member function] |
|
1300 |
cls.add_method('IsModulationBpsk', |
|
1301 |
'bool', |
|
1302 |
[], |
|
1303 |
is_const=True) |
|
1304 |
## wifi-mode.h: bool ns3::WifiMode::IsModulationQam() const [member function] |
|
1305 |
cls.add_method('IsModulationQam', |
|
1306 |
'bool', |
|
1307 |
[], |
|
1308 |
is_const=True) |
|
1309 |
return |
|
1310 |
||
1311 |
def register_Ns3WifiModeFactory_methods(root_module, cls): |
|
1312 |
## wifi-mode.h: ns3::WifiModeFactory::WifiModeFactory(ns3::WifiModeFactory const & arg0) [copy constructor] |
|
1313 |
cls.add_constructor([param('ns3::WifiModeFactory const &', 'arg0')]) |
|
1314 |
## wifi-mode.h: static ns3::WifiMode ns3::WifiModeFactory::CreateBpsk(std::string uniqueName, bool isMandatory, uint32_t bandwidth, uint32_t dataRate, uint32_t phyRate, ns3::WifiPhyStandard standard) [member function] |
|
1315 |
cls.add_method('CreateBpsk', |
|
1316 |
'ns3::WifiMode', |
|
1317 |
[param('std::string', 'uniqueName'), param('bool', 'isMandatory'), param('uint32_t', 'bandwidth'), param('uint32_t', 'dataRate'), param('uint32_t', 'phyRate'), param('ns3::WifiPhyStandard', 'standard')], |
|
1318 |
is_static=True) |
|
1319 |
## wifi-mode.h: static ns3::WifiMode ns3::WifiModeFactory::CreateDbpsk(std::string uniqueName, bool isMandatory, uint32_t bandwidth, uint32_t dataRate, uint32_t phyRate, ns3::WifiPhyStandard standard) [member function] |
|
1320 |
cls.add_method('CreateDbpsk', |
|
1321 |
'ns3::WifiMode', |
|
1322 |
[param('std::string', 'uniqueName'), param('bool', 'isMandatory'), param('uint32_t', 'bandwidth'), param('uint32_t', 'dataRate'), param('uint32_t', 'phyRate'), param('ns3::WifiPhyStandard', 'standard')], |
|
1323 |
is_static=True) |
|
1324 |
## wifi-mode.h: static ns3::WifiMode ns3::WifiModeFactory::CreateDqpsk(std::string uniqueName, bool isMandatory, uint32_t bandwidth, uint32_t dataRate, uint32_t phyRate, ns3::WifiPhyStandard standard) [member function] |
|
1325 |
cls.add_method('CreateDqpsk', |
|
1326 |
'ns3::WifiMode', |
|
1327 |
[param('std::string', 'uniqueName'), param('bool', 'isMandatory'), param('uint32_t', 'bandwidth'), param('uint32_t', 'dataRate'), param('uint32_t', 'phyRate'), param('ns3::WifiPhyStandard', 'standard')], |
|
1328 |
is_static=True) |
|
1329 |
## wifi-mode.h: static ns3::WifiMode ns3::WifiModeFactory::CreateQam(std::string uniqueName, bool isMandatory, uint32_t bandwidth, uint32_t dataRate, uint32_t phyRate, uint8_t constellationSize, ns3::WifiPhyStandard standard) [member function] |
|
1330 |
cls.add_method('CreateQam', |
|
1331 |
'ns3::WifiMode', |
|
1332 |
[param('std::string', 'uniqueName'), param('bool', 'isMandatory'), param('uint32_t', 'bandwidth'), param('uint32_t', 'dataRate'), param('uint32_t', 'phyRate'), param('uint8_t', 'constellationSize'), param('ns3::WifiPhyStandard', 'standard')], |
|
1333 |
is_static=True) |
|
5941
0731d1f144a1
Rescan python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1334 |
## wifi-mode.h: static ns3::WifiMode ns3::WifiModeFactory::CreateQpsk(std::string uniqueName, bool isMandatory, uint32_t bandwidth, uint32_t dataRate, uint32_t phyRate, ns3::WifiPhyStandard standard) [member function] |
0731d1f144a1
Rescan python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1335 |
cls.add_method('CreateQpsk', |
0731d1f144a1
Rescan python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1336 |
'ns3::WifiMode', |
0731d1f144a1
Rescan python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1337 |
[param('std::string', 'uniqueName'), param('bool', 'isMandatory'), param('uint32_t', 'bandwidth'), param('uint32_t', 'dataRate'), param('uint32_t', 'phyRate'), param('ns3::WifiPhyStandard', 'standard')], |
0731d1f144a1
Rescan python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1338 |
is_static=True) |
5348 | 1339 |
return |
1340 |
||
1341 |
def register_Ns3WifiPhyListener_methods(root_module, cls): |
|
1342 |
## wifi-phy.h: ns3::WifiPhyListener::WifiPhyListener() [constructor] |
|
1343 |
cls.add_constructor([]) |
|
1344 |
## wifi-phy.h: ns3::WifiPhyListener::WifiPhyListener(ns3::WifiPhyListener const & arg0) [copy constructor] |
|
1345 |
cls.add_constructor([param('ns3::WifiPhyListener const &', 'arg0')]) |
|
1346 |
## wifi-phy.h: void ns3::WifiPhyListener::NotifyMaybeCcaBusyStart(ns3::Time duration) [member function] |
|
1347 |
cls.add_method('NotifyMaybeCcaBusyStart', |
|
1348 |
'void', |
|
1349 |
[param('ns3::Time', 'duration')], |
|
1350 |
is_pure_virtual=True, is_virtual=True) |
|
1351 |
## wifi-phy.h: void ns3::WifiPhyListener::NotifyRxEndError() [member function] |
|
1352 |
cls.add_method('NotifyRxEndError', |
|
1353 |
'void', |
|
1354 |
[], |
|
1355 |
is_pure_virtual=True, is_virtual=True) |
|
1356 |
## wifi-phy.h: void ns3::WifiPhyListener::NotifyRxEndOk() [member function] |
|
1357 |
cls.add_method('NotifyRxEndOk', |
|
1358 |
'void', |
|
1359 |
[], |
|
1360 |
is_pure_virtual=True, is_virtual=True) |
|
1361 |
## wifi-phy.h: void ns3::WifiPhyListener::NotifyRxStart(ns3::Time duration) [member function] |
|
1362 |
cls.add_method('NotifyRxStart', |
|
1363 |
'void', |
|
1364 |
[param('ns3::Time', 'duration')], |
|
1365 |
is_pure_virtual=True, is_virtual=True) |
|
1366 |
## wifi-phy.h: void ns3::WifiPhyListener::NotifySwitchingStart(ns3::Time duration) [member function] |
|
1367 |
cls.add_method('NotifySwitchingStart', |
|
1368 |
'void', |
|
1369 |
[param('ns3::Time', 'duration')], |
|
1370 |
is_pure_virtual=True, is_virtual=True) |
|
1371 |
## wifi-phy.h: void ns3::WifiPhyListener::NotifyTxStart(ns3::Time duration) [member function] |
|
1372 |
cls.add_method('NotifyTxStart', |
|
1373 |
'void', |
|
1374 |
[param('ns3::Time', 'duration')], |
|
1375 |
is_pure_virtual=True, is_virtual=True) |
|
1376 |
return |
|
1377 |
||
1378 |
def register_Ns3WifiRemoteStation_methods(root_module, cls): |
|
1379 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation::WifiRemoteStation() [constructor] |
|
1380 |
cls.add_constructor([]) |
|
6077 | 1381 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation::WifiRemoteStation(ns3::WifiRemoteStation const & arg0) [copy constructor] |
1382 |
cls.add_constructor([param('ns3::WifiRemoteStation const &', 'arg0')]) |
|
1383 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation::m_slrc [variable] |
|
1384 |
cls.add_instance_attribute('m_slrc', 'uint32_t', is_const=False) |
|
1385 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation::m_ssrc [variable] |
|
1386 |
cls.add_instance_attribute('m_ssrc', 'uint32_t', is_const=False) |
|
1387 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation::m_state [variable] |
|
1388 |
cls.add_instance_attribute('m_state', 'ns3::WifiRemoteStationState *', is_const=False) |
|
1389 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation::m_tid [variable] |
|
1390 |
cls.add_instance_attribute('m_tid', 'uint8_t', is_const=False) |
|
5348 | 1391 |
return |
1392 |
||
6077 | 1393 |
def register_Ns3WifiRemoteStationInfo_methods(root_module, cls): |
1394 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationInfo::WifiRemoteStationInfo(ns3::WifiRemoteStationInfo const & arg0) [copy constructor] |
|
1395 |
cls.add_constructor([param('ns3::WifiRemoteStationInfo const &', 'arg0')]) |
|
1396 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationInfo::WifiRemoteStationInfo() [constructor] |
|
1397 |
cls.add_constructor([]) |
|
1398 |
## wifi-remote-station-manager.h: double ns3::WifiRemoteStationInfo::GetFrameErrorRate() const [member function] |
|
1399 |
cls.add_method('GetFrameErrorRate', |
|
1400 |
'double', |
|
1401 |
[], |
|
1402 |
is_const=True) |
|
1403 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationInfo::NotifyTxFailed() [member function] |
|
1404 |
cls.add_method('NotifyTxFailed', |
|
1405 |
'void', |
|
1406 |
[]) |
|
1407 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationInfo::NotifyTxSuccess(uint32_t retryCounter) [member function] |
|
1408 |
cls.add_method('NotifyTxSuccess', |
|
1409 |
'void', |
|
1410 |
[param('uint32_t', 'retryCounter')]) |
|
5348 | 1411 |
return |
1412 |
||
6077 | 1413 |
def register_Ns3WifiRemoteStationState_methods(root_module, cls): |
1414 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationState::WifiRemoteStationState() [constructor] |
|
1415 |
cls.add_constructor([]) |
|
1416 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationState::WifiRemoteStationState(ns3::WifiRemoteStationState const & arg0) [copy constructor] |
|
1417 |
cls.add_constructor([param('ns3::WifiRemoteStationState const &', 'arg0')]) |
|
1418 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationState::m_address [variable] |
|
1419 |
cls.add_instance_attribute('m_address', 'ns3::Mac48Address', is_const=False) |
|
1420 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationState::m_info [variable] |
|
1421 |
cls.add_instance_attribute('m_info', 'ns3::WifiRemoteStationInfo', is_const=False) |
|
1422 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationState::m_modes [variable] |
|
1423 |
cls.add_instance_attribute('m_modes', 'std::vector< ns3::WifiMode >', is_const=False) |
|
5348 | 1424 |
return |
1425 |
||
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1426 |
def register_Ns3MgtAddBaRequestHeader_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1427 |
## mgt-headers.h: ns3::MgtAddBaRequestHeader::MgtAddBaRequestHeader(ns3::MgtAddBaRequestHeader const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1428 |
cls.add_constructor([param('ns3::MgtAddBaRequestHeader const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1429 |
## mgt-headers.h: ns3::MgtAddBaRequestHeader::MgtAddBaRequestHeader() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1430 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1431 |
## mgt-headers.h: uint32_t ns3::MgtAddBaRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1432 |
cls.add_method('Deserialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1433 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1434 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1435 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1436 |
## mgt-headers.h: uint16_t ns3::MgtAddBaRequestHeader::GetBufferSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1437 |
cls.add_method('GetBufferSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1438 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1439 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1440 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1441 |
## mgt-headers.h: ns3::TypeId ns3::MgtAddBaRequestHeader::GetInstanceTypeId() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1442 |
cls.add_method('GetInstanceTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1443 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1444 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1445 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1446 |
## mgt-headers.h: uint32_t ns3::MgtAddBaRequestHeader::GetSerializedSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1447 |
cls.add_method('GetSerializedSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1448 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1449 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1450 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1451 |
## mgt-headers.h: uint16_t ns3::MgtAddBaRequestHeader::GetStartingSequence() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1452 |
cls.add_method('GetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1453 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1454 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1455 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1456 |
## mgt-headers.h: uint8_t ns3::MgtAddBaRequestHeader::GetTid() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1457 |
cls.add_method('GetTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1458 |
'uint8_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1459 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1460 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1461 |
## mgt-headers.h: uint16_t ns3::MgtAddBaRequestHeader::GetTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1462 |
cls.add_method('GetTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1463 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1464 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1465 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1466 |
## mgt-headers.h: static ns3::TypeId ns3::MgtAddBaRequestHeader::GetTypeId() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1467 |
cls.add_method('GetTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1468 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1469 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1470 |
is_static=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1471 |
## mgt-headers.h: bool ns3::MgtAddBaRequestHeader::IsAmsduSupported() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1472 |
cls.add_method('IsAmsduSupported', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1473 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1474 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1475 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1476 |
## mgt-headers.h: bool ns3::MgtAddBaRequestHeader::IsImmediateBlockAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1477 |
cls.add_method('IsImmediateBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1478 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1479 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1480 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1481 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::Print(std::ostream & os) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1482 |
cls.add_method('Print', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1483 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1484 |
[param('std::ostream &', 'os')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1485 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1486 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1487 |
cls.add_method('Serialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1488 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1489 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1490 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1491 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::SetAmsduSupport(bool supported) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1492 |
cls.add_method('SetAmsduSupport', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1493 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1494 |
[param('bool', 'supported')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1495 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::SetBufferSize(uint16_t size) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1496 |
cls.add_method('SetBufferSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1497 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1498 |
[param('uint16_t', 'size')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1499 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::SetDelayedBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1500 |
cls.add_method('SetDelayedBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1501 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1502 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1503 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::SetImmediateBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1504 |
cls.add_method('SetImmediateBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1505 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1506 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1507 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::SetStartingSequence(uint16_t seq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1508 |
cls.add_method('SetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1509 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1510 |
[param('uint16_t', 'seq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1511 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::SetTid(uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1512 |
cls.add_method('SetTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1513 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1514 |
[param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1515 |
## mgt-headers.h: void ns3::MgtAddBaRequestHeader::SetTimeout(uint16_t timeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1516 |
cls.add_method('SetTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1517 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1518 |
[param('uint16_t', 'timeout')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1519 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1520 |
|
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1521 |
def register_Ns3MgtAddBaResponseHeader_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1522 |
## mgt-headers.h: ns3::MgtAddBaResponseHeader::MgtAddBaResponseHeader(ns3::MgtAddBaResponseHeader const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1523 |
cls.add_constructor([param('ns3::MgtAddBaResponseHeader const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1524 |
## mgt-headers.h: ns3::MgtAddBaResponseHeader::MgtAddBaResponseHeader() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1525 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1526 |
## mgt-headers.h: uint32_t ns3::MgtAddBaResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1527 |
cls.add_method('Deserialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1528 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1529 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1530 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1531 |
## mgt-headers.h: uint16_t ns3::MgtAddBaResponseHeader::GetBufferSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1532 |
cls.add_method('GetBufferSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1533 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1534 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1535 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1536 |
## mgt-headers.h: ns3::TypeId ns3::MgtAddBaResponseHeader::GetInstanceTypeId() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1537 |
cls.add_method('GetInstanceTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1538 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1539 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1540 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1541 |
## mgt-headers.h: uint32_t ns3::MgtAddBaResponseHeader::GetSerializedSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1542 |
cls.add_method('GetSerializedSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1543 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1544 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1545 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1546 |
## mgt-headers.h: ns3::StatusCode ns3::MgtAddBaResponseHeader::GetStatusCode() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1547 |
cls.add_method('GetStatusCode', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1548 |
'ns3::StatusCode', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1549 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1550 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1551 |
## mgt-headers.h: uint8_t ns3::MgtAddBaResponseHeader::GetTid() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1552 |
cls.add_method('GetTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1553 |
'uint8_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1554 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1555 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1556 |
## mgt-headers.h: uint16_t ns3::MgtAddBaResponseHeader::GetTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1557 |
cls.add_method('GetTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1558 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1559 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1560 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1561 |
## mgt-headers.h: static ns3::TypeId ns3::MgtAddBaResponseHeader::GetTypeId() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1562 |
cls.add_method('GetTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1563 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1564 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1565 |
is_static=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1566 |
## mgt-headers.h: bool ns3::MgtAddBaResponseHeader::IsAmsduSupported() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1567 |
cls.add_method('IsAmsduSupported', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1568 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1569 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1570 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1571 |
## mgt-headers.h: bool ns3::MgtAddBaResponseHeader::IsImmediateBlockAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1572 |
cls.add_method('IsImmediateBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1573 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1574 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1575 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1576 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::Print(std::ostream & os) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1577 |
cls.add_method('Print', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1578 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1579 |
[param('std::ostream &', 'os')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1580 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1581 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1582 |
cls.add_method('Serialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1583 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1584 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1585 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1586 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::SetAmsduSupport(bool supported) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1587 |
cls.add_method('SetAmsduSupport', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1588 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1589 |
[param('bool', 'supported')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1590 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::SetBufferSize(uint16_t size) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1591 |
cls.add_method('SetBufferSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1592 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1593 |
[param('uint16_t', 'size')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1594 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::SetDelayedBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1595 |
cls.add_method('SetDelayedBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1596 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1597 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1598 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::SetImmediateBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1599 |
cls.add_method('SetImmediateBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1600 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1601 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1602 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::SetStatusCode(ns3::StatusCode code) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1603 |
cls.add_method('SetStatusCode', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1604 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1605 |
[param('ns3::StatusCode', 'code')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1606 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::SetTid(uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1607 |
cls.add_method('SetTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1608 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1609 |
[param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1610 |
## mgt-headers.h: void ns3::MgtAddBaResponseHeader::SetTimeout(uint16_t timeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1611 |
cls.add_method('SetTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1612 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1613 |
[param('uint16_t', 'timeout')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1614 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1615 |
|
5348 | 1616 |
def register_Ns3MgtAssocRequestHeader_methods(root_module, cls): |
1617 |
## mgt-headers.h: ns3::MgtAssocRequestHeader::MgtAssocRequestHeader(ns3::MgtAssocRequestHeader const & arg0) [copy constructor] |
|
1618 |
cls.add_constructor([param('ns3::MgtAssocRequestHeader const &', 'arg0')]) |
|
1619 |
## mgt-headers.h: ns3::MgtAssocRequestHeader::MgtAssocRequestHeader() [constructor] |
|
1620 |
cls.add_constructor([]) |
|
1621 |
## mgt-headers.h: uint32_t ns3::MgtAssocRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1622 |
cls.add_method('Deserialize', |
|
1623 |
'uint32_t', |
|
1624 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1625 |
is_virtual=True) |
|
1626 |
## mgt-headers.h: ns3::TypeId ns3::MgtAssocRequestHeader::GetInstanceTypeId() const [member function] |
|
1627 |
cls.add_method('GetInstanceTypeId', |
|
1628 |
'ns3::TypeId', |
|
1629 |
[], |
|
1630 |
is_const=True, is_virtual=True) |
|
1631 |
## mgt-headers.h: uint16_t ns3::MgtAssocRequestHeader::GetListenInterval() const [member function] |
|
1632 |
cls.add_method('GetListenInterval', |
|
1633 |
'uint16_t', |
|
1634 |
[], |
|
1635 |
is_const=True) |
|
1636 |
## mgt-headers.h: uint32_t ns3::MgtAssocRequestHeader::GetSerializedSize() const [member function] |
|
1637 |
cls.add_method('GetSerializedSize', |
|
1638 |
'uint32_t', |
|
1639 |
[], |
|
1640 |
is_const=True, is_virtual=True) |
|
1641 |
## mgt-headers.h: ns3::Ssid ns3::MgtAssocRequestHeader::GetSsid() const [member function] |
|
1642 |
cls.add_method('GetSsid', |
|
1643 |
'ns3::Ssid', |
|
1644 |
[], |
|
1645 |
is_const=True) |
|
1646 |
## mgt-headers.h: ns3::SupportedRates ns3::MgtAssocRequestHeader::GetSupportedRates() const [member function] |
|
1647 |
cls.add_method('GetSupportedRates', |
|
1648 |
'ns3::SupportedRates', |
|
1649 |
[], |
|
1650 |
is_const=True) |
|
1651 |
## mgt-headers.h: static ns3::TypeId ns3::MgtAssocRequestHeader::GetTypeId() [member function] |
|
1652 |
cls.add_method('GetTypeId', |
|
1653 |
'ns3::TypeId', |
|
1654 |
[], |
|
1655 |
is_static=True) |
|
1656 |
## mgt-headers.h: void ns3::MgtAssocRequestHeader::Print(std::ostream & os) const [member function] |
|
1657 |
cls.add_method('Print', |
|
1658 |
'void', |
|
1659 |
[param('std::ostream &', 'os')], |
|
1660 |
is_const=True, is_virtual=True) |
|
1661 |
## mgt-headers.h: void ns3::MgtAssocRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1662 |
cls.add_method('Serialize', |
|
1663 |
'void', |
|
1664 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1665 |
is_const=True, is_virtual=True) |
|
1666 |
## mgt-headers.h: void ns3::MgtAssocRequestHeader::SetListenInterval(uint16_t interval) [member function] |
|
1667 |
cls.add_method('SetListenInterval', |
|
1668 |
'void', |
|
1669 |
[param('uint16_t', 'interval')]) |
|
1670 |
## mgt-headers.h: void ns3::MgtAssocRequestHeader::SetSsid(ns3::Ssid ssid) [member function] |
|
1671 |
cls.add_method('SetSsid', |
|
1672 |
'void', |
|
1673 |
[param('ns3::Ssid', 'ssid')]) |
|
1674 |
## mgt-headers.h: void ns3::MgtAssocRequestHeader::SetSupportedRates(ns3::SupportedRates rates) [member function] |
|
1675 |
cls.add_method('SetSupportedRates', |
|
1676 |
'void', |
|
1677 |
[param('ns3::SupportedRates', 'rates')]) |
|
1678 |
return |
|
1679 |
||
1680 |
def register_Ns3MgtAssocResponseHeader_methods(root_module, cls): |
|
1681 |
## mgt-headers.h: ns3::MgtAssocResponseHeader::MgtAssocResponseHeader(ns3::MgtAssocResponseHeader const & arg0) [copy constructor] |
|
1682 |
cls.add_constructor([param('ns3::MgtAssocResponseHeader const &', 'arg0')]) |
|
1683 |
## mgt-headers.h: ns3::MgtAssocResponseHeader::MgtAssocResponseHeader() [constructor] |
|
1684 |
cls.add_constructor([]) |
|
1685 |
## mgt-headers.h: uint32_t ns3::MgtAssocResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1686 |
cls.add_method('Deserialize', |
|
1687 |
'uint32_t', |
|
1688 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1689 |
is_virtual=True) |
|
1690 |
## mgt-headers.h: ns3::TypeId ns3::MgtAssocResponseHeader::GetInstanceTypeId() const [member function] |
|
1691 |
cls.add_method('GetInstanceTypeId', |
|
1692 |
'ns3::TypeId', |
|
1693 |
[], |
|
1694 |
is_const=True, is_virtual=True) |
|
1695 |
## mgt-headers.h: uint32_t ns3::MgtAssocResponseHeader::GetSerializedSize() const [member function] |
|
1696 |
cls.add_method('GetSerializedSize', |
|
1697 |
'uint32_t', |
|
1698 |
[], |
|
1699 |
is_const=True, is_virtual=True) |
|
1700 |
## mgt-headers.h: ns3::StatusCode ns3::MgtAssocResponseHeader::GetStatusCode() [member function] |
|
1701 |
cls.add_method('GetStatusCode', |
|
1702 |
'ns3::StatusCode', |
|
1703 |
[]) |
|
1704 |
## mgt-headers.h: ns3::SupportedRates ns3::MgtAssocResponseHeader::GetSupportedRates() [member function] |
|
1705 |
cls.add_method('GetSupportedRates', |
|
1706 |
'ns3::SupportedRates', |
|
1707 |
[]) |
|
1708 |
## mgt-headers.h: static ns3::TypeId ns3::MgtAssocResponseHeader::GetTypeId() [member function] |
|
1709 |
cls.add_method('GetTypeId', |
|
1710 |
'ns3::TypeId', |
|
1711 |
[], |
|
1712 |
is_static=True) |
|
1713 |
## mgt-headers.h: void ns3::MgtAssocResponseHeader::Print(std::ostream & os) const [member function] |
|
1714 |
cls.add_method('Print', |
|
1715 |
'void', |
|
1716 |
[param('std::ostream &', 'os')], |
|
1717 |
is_const=True, is_virtual=True) |
|
1718 |
## mgt-headers.h: void ns3::MgtAssocResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1719 |
cls.add_method('Serialize', |
|
1720 |
'void', |
|
1721 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1722 |
is_const=True, is_virtual=True) |
|
1723 |
## mgt-headers.h: void ns3::MgtAssocResponseHeader::SetStatusCode(ns3::StatusCode code) [member function] |
|
1724 |
cls.add_method('SetStatusCode', |
|
1725 |
'void', |
|
1726 |
[param('ns3::StatusCode', 'code')]) |
|
1727 |
## mgt-headers.h: void ns3::MgtAssocResponseHeader::SetSupportedRates(ns3::SupportedRates rates) [member function] |
|
1728 |
cls.add_method('SetSupportedRates', |
|
1729 |
'void', |
|
1730 |
[param('ns3::SupportedRates', 'rates')]) |
|
1731 |
return |
|
1732 |
||
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1733 |
def register_Ns3MgtDelBaHeader_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1734 |
## mgt-headers.h: ns3::MgtDelBaHeader::MgtDelBaHeader(ns3::MgtDelBaHeader const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1735 |
cls.add_constructor([param('ns3::MgtDelBaHeader const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1736 |
## mgt-headers.h: ns3::MgtDelBaHeader::MgtDelBaHeader() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1737 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1738 |
## mgt-headers.h: uint32_t ns3::MgtDelBaHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1739 |
cls.add_method('Deserialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1740 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1741 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1742 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1743 |
## mgt-headers.h: ns3::TypeId ns3::MgtDelBaHeader::GetInstanceTypeId() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1744 |
cls.add_method('GetInstanceTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1745 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1746 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1747 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1748 |
## mgt-headers.h: uint32_t ns3::MgtDelBaHeader::GetSerializedSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1749 |
cls.add_method('GetSerializedSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1750 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1751 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1752 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1753 |
## mgt-headers.h: uint8_t ns3::MgtDelBaHeader::GetTid() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1754 |
cls.add_method('GetTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1755 |
'uint8_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1756 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1757 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1758 |
## mgt-headers.h: static ns3::TypeId ns3::MgtDelBaHeader::GetTypeId() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1759 |
cls.add_method('GetTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1760 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1761 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1762 |
is_static=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1763 |
## mgt-headers.h: bool ns3::MgtDelBaHeader::IsByOriginator() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1764 |
cls.add_method('IsByOriginator', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1765 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1766 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1767 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1768 |
## mgt-headers.h: void ns3::MgtDelBaHeader::Print(std::ostream & os) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1769 |
cls.add_method('Print', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1770 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1771 |
[param('std::ostream &', 'os')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1772 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1773 |
## mgt-headers.h: void ns3::MgtDelBaHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1774 |
cls.add_method('Serialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1775 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1776 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1777 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1778 |
## mgt-headers.h: void ns3::MgtDelBaHeader::SetByOriginator() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1779 |
cls.add_method('SetByOriginator', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1780 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1781 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1782 |
## mgt-headers.h: void ns3::MgtDelBaHeader::SetByRecipient() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1783 |
cls.add_method('SetByRecipient', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1784 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1785 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1786 |
## mgt-headers.h: void ns3::MgtDelBaHeader::SetTid(uint8_t arg0) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1787 |
cls.add_method('SetTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1788 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1789 |
[param('uint8_t', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1790 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
1791 |
|
5348 | 1792 |
def register_Ns3MgtProbeRequestHeader_methods(root_module, cls): |
1793 |
## mgt-headers.h: ns3::MgtProbeRequestHeader::MgtProbeRequestHeader() [constructor] |
|
1794 |
cls.add_constructor([]) |
|
1795 |
## mgt-headers.h: ns3::MgtProbeRequestHeader::MgtProbeRequestHeader(ns3::MgtProbeRequestHeader const & arg0) [copy constructor] |
|
1796 |
cls.add_constructor([param('ns3::MgtProbeRequestHeader const &', 'arg0')]) |
|
1797 |
## mgt-headers.h: uint32_t ns3::MgtProbeRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1798 |
cls.add_method('Deserialize', |
|
1799 |
'uint32_t', |
|
1800 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1801 |
is_virtual=True) |
|
1802 |
## mgt-headers.h: ns3::TypeId ns3::MgtProbeRequestHeader::GetInstanceTypeId() const [member function] |
|
1803 |
cls.add_method('GetInstanceTypeId', |
|
1804 |
'ns3::TypeId', |
|
1805 |
[], |
|
1806 |
is_const=True, is_virtual=True) |
|
1807 |
## mgt-headers.h: uint32_t ns3::MgtProbeRequestHeader::GetSerializedSize() const [member function] |
|
1808 |
cls.add_method('GetSerializedSize', |
|
1809 |
'uint32_t', |
|
1810 |
[], |
|
1811 |
is_const=True, is_virtual=True) |
|
1812 |
## mgt-headers.h: ns3::Ssid ns3::MgtProbeRequestHeader::GetSsid() const [member function] |
|
1813 |
cls.add_method('GetSsid', |
|
1814 |
'ns3::Ssid', |
|
1815 |
[], |
|
1816 |
is_const=True) |
|
1817 |
## mgt-headers.h: ns3::SupportedRates ns3::MgtProbeRequestHeader::GetSupportedRates() const [member function] |
|
1818 |
cls.add_method('GetSupportedRates', |
|
1819 |
'ns3::SupportedRates', |
|
1820 |
[], |
|
1821 |
is_const=True) |
|
1822 |
## mgt-headers.h: static ns3::TypeId ns3::MgtProbeRequestHeader::GetTypeId() [member function] |
|
1823 |
cls.add_method('GetTypeId', |
|
1824 |
'ns3::TypeId', |
|
1825 |
[], |
|
1826 |
is_static=True) |
|
1827 |
## mgt-headers.h: void ns3::MgtProbeRequestHeader::Print(std::ostream & os) const [member function] |
|
1828 |
cls.add_method('Print', |
|
1829 |
'void', |
|
1830 |
[param('std::ostream &', 'os')], |
|
1831 |
is_const=True, is_virtual=True) |
|
1832 |
## mgt-headers.h: void ns3::MgtProbeRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1833 |
cls.add_method('Serialize', |
|
1834 |
'void', |
|
1835 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1836 |
is_const=True, is_virtual=True) |
|
1837 |
## mgt-headers.h: void ns3::MgtProbeRequestHeader::SetSsid(ns3::Ssid ssid) [member function] |
|
1838 |
cls.add_method('SetSsid', |
|
1839 |
'void', |
|
1840 |
[param('ns3::Ssid', 'ssid')]) |
|
1841 |
## mgt-headers.h: void ns3::MgtProbeRequestHeader::SetSupportedRates(ns3::SupportedRates rates) [member function] |
|
1842 |
cls.add_method('SetSupportedRates', |
|
1843 |
'void', |
|
1844 |
[param('ns3::SupportedRates', 'rates')]) |
|
1845 |
return |
|
1846 |
||
1847 |
def register_Ns3MgtProbeResponseHeader_methods(root_module, cls): |
|
1848 |
## mgt-headers.h: ns3::MgtProbeResponseHeader::MgtProbeResponseHeader(ns3::MgtProbeResponseHeader const & arg0) [copy constructor] |
|
1849 |
cls.add_constructor([param('ns3::MgtProbeResponseHeader const &', 'arg0')]) |
|
1850 |
## mgt-headers.h: ns3::MgtProbeResponseHeader::MgtProbeResponseHeader() [constructor] |
|
1851 |
cls.add_constructor([]) |
|
1852 |
## mgt-headers.h: uint32_t ns3::MgtProbeResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1853 |
cls.add_method('Deserialize', |
|
1854 |
'uint32_t', |
|
1855 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1856 |
is_virtual=True) |
|
1857 |
## mgt-headers.h: uint64_t ns3::MgtProbeResponseHeader::GetBeaconIntervalUs() const [member function] |
|
1858 |
cls.add_method('GetBeaconIntervalUs', |
|
1859 |
'uint64_t', |
|
1860 |
[], |
|
1861 |
is_const=True) |
|
1862 |
## mgt-headers.h: ns3::TypeId ns3::MgtProbeResponseHeader::GetInstanceTypeId() const [member function] |
|
1863 |
cls.add_method('GetInstanceTypeId', |
|
1864 |
'ns3::TypeId', |
|
1865 |
[], |
|
1866 |
is_const=True, is_virtual=True) |
|
1867 |
## mgt-headers.h: uint32_t ns3::MgtProbeResponseHeader::GetSerializedSize() const [member function] |
|
1868 |
cls.add_method('GetSerializedSize', |
|
1869 |
'uint32_t', |
|
1870 |
[], |
|
1871 |
is_const=True, is_virtual=True) |
|
1872 |
## mgt-headers.h: ns3::Ssid ns3::MgtProbeResponseHeader::GetSsid() const [member function] |
|
1873 |
cls.add_method('GetSsid', |
|
1874 |
'ns3::Ssid', |
|
1875 |
[], |
|
1876 |
is_const=True) |
|
1877 |
## mgt-headers.h: ns3::SupportedRates ns3::MgtProbeResponseHeader::GetSupportedRates() const [member function] |
|
1878 |
cls.add_method('GetSupportedRates', |
|
1879 |
'ns3::SupportedRates', |
|
1880 |
[], |
|
1881 |
is_const=True) |
|
1882 |
## mgt-headers.h: uint64_t ns3::MgtProbeResponseHeader::GetTimestamp() [member function] |
|
1883 |
cls.add_method('GetTimestamp', |
|
1884 |
'uint64_t', |
|
1885 |
[]) |
|
1886 |
## mgt-headers.h: static ns3::TypeId ns3::MgtProbeResponseHeader::GetTypeId() [member function] |
|
1887 |
cls.add_method('GetTypeId', |
|
1888 |
'ns3::TypeId', |
|
1889 |
[], |
|
1890 |
is_static=True) |
|
1891 |
## mgt-headers.h: void ns3::MgtProbeResponseHeader::Print(std::ostream & os) const [member function] |
|
1892 |
cls.add_method('Print', |
|
1893 |
'void', |
|
1894 |
[param('std::ostream &', 'os')], |
|
1895 |
is_const=True, is_virtual=True) |
|
1896 |
## mgt-headers.h: void ns3::MgtProbeResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1897 |
cls.add_method('Serialize', |
|
1898 |
'void', |
|
1899 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1900 |
is_const=True, is_virtual=True) |
|
1901 |
## mgt-headers.h: void ns3::MgtProbeResponseHeader::SetBeaconIntervalUs(uint64_t us) [member function] |
|
1902 |
cls.add_method('SetBeaconIntervalUs', |
|
1903 |
'void', |
|
1904 |
[param('uint64_t', 'us')]) |
|
1905 |
## mgt-headers.h: void ns3::MgtProbeResponseHeader::SetSsid(ns3::Ssid ssid) [member function] |
|
1906 |
cls.add_method('SetSsid', |
|
1907 |
'void', |
|
1908 |
[param('ns3::Ssid', 'ssid')]) |
|
1909 |
## mgt-headers.h: void ns3::MgtProbeResponseHeader::SetSupportedRates(ns3::SupportedRates rates) [member function] |
|
1910 |
cls.add_method('SetSupportedRates', |
|
1911 |
'void', |
|
1912 |
[param('ns3::SupportedRates', 'rates')]) |
|
1913 |
return |
|
1914 |
||
1915 |
def register_Ns3QosTag_methods(root_module, cls): |
|
1916 |
## qos-tag.h: ns3::QosTag::QosTag(ns3::QosTag const & arg0) [copy constructor] |
|
1917 |
cls.add_constructor([param('ns3::QosTag const &', 'arg0')]) |
|
1918 |
## qos-tag.h: ns3::QosTag::QosTag() [constructor] |
|
1919 |
cls.add_constructor([]) |
|
1920 |
## qos-tag.h: ns3::QosTag::QosTag(uint8_t tid) [constructor] |
|
1921 |
cls.add_constructor([param('uint8_t', 'tid')]) |
|
1922 |
## qos-tag.h: void ns3::QosTag::Deserialize(ns3::TagBuffer i) [member function] |
|
1923 |
cls.add_method('Deserialize', |
|
1924 |
'void', |
|
1925 |
[param('ns3::TagBuffer', 'i')], |
|
1926 |
is_virtual=True) |
|
1927 |
## qos-tag.h: ns3::TypeId ns3::QosTag::GetInstanceTypeId() const [member function] |
|
1928 |
cls.add_method('GetInstanceTypeId', |
|
1929 |
'ns3::TypeId', |
|
1930 |
[], |
|
1931 |
is_const=True, is_virtual=True) |
|
1932 |
## qos-tag.h: uint32_t ns3::QosTag::GetSerializedSize() const [member function] |
|
1933 |
cls.add_method('GetSerializedSize', |
|
1934 |
'uint32_t', |
|
1935 |
[], |
|
1936 |
is_const=True, is_virtual=True) |
|
5779
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1937 |
## qos-tag.h: uint8_t ns3::QosTag::GetTid() const [member function] |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1938 |
cls.add_method('GetTid', |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1939 |
'uint8_t', |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1940 |
[], |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1941 |
is_const=True) |
5348 | 1942 |
## qos-tag.h: static ns3::TypeId ns3::QosTag::GetTypeId() [member function] |
1943 |
cls.add_method('GetTypeId', |
|
1944 |
'ns3::TypeId', |
|
1945 |
[], |
|
1946 |
is_static=True) |
|
1947 |
## qos-tag.h: void ns3::QosTag::Print(std::ostream & os) const [member function] |
|
1948 |
cls.add_method('Print', |
|
1949 |
'void', |
|
1950 |
[param('std::ostream &', 'os')], |
|
1951 |
is_const=True, is_virtual=True) |
|
1952 |
## qos-tag.h: void ns3::QosTag::Serialize(ns3::TagBuffer i) const [member function] |
|
1953 |
cls.add_method('Serialize', |
|
1954 |
'void', |
|
1955 |
[param('ns3::TagBuffer', 'i')], |
|
1956 |
is_const=True, is_virtual=True) |
|
5779
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1957 |
## qos-tag.h: void ns3::QosTag::SetTid(uint8_t tid) [member function] |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1958 |
cls.add_method('SetTid', |
5348 | 1959 |
'void', |
1960 |
[param('uint8_t', 'tid')]) |
|
5779
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1961 |
## qos-tag.h: void ns3::QosTag::SetUserPriority(ns3::UserPriority up) [member function] |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1962 |
cls.add_method('SetUserPriority', |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1963 |
'void', |
6642920ad056
python apidefs rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5754
diff
changeset
|
1964 |
[param('ns3::UserPriority', 'up')]) |
5348 | 1965 |
return |
1966 |
||
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1967 |
def register_Ns3WifiActionHeader_methods(root_module, cls): |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1968 |
## mgt-headers.h: ns3::WifiActionHeader::WifiActionHeader(ns3::WifiActionHeader const & arg0) [copy constructor] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1969 |
cls.add_constructor([param('ns3::WifiActionHeader const &', 'arg0')]) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1970 |
## mgt-headers.h: ns3::WifiActionHeader::WifiActionHeader() [constructor] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1971 |
cls.add_constructor([]) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1972 |
## mgt-headers.h: uint32_t ns3::WifiActionHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1973 |
cls.add_method('Deserialize', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1974 |
'uint32_t', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1975 |
[param('ns3::Buffer::Iterator', 'start')], |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1976 |
is_virtual=True) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1977 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue ns3::WifiActionHeader::GetAction() [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1978 |
cls.add_method('GetAction', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1979 |
'ns3::WifiActionHeader::ActionValue', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1980 |
[]) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1981 |
## mgt-headers.h: ns3::WifiActionHeader::CategoryValue ns3::WifiActionHeader::GetCategory() [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1982 |
cls.add_method('GetCategory', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1983 |
'ns3::WifiActionHeader::CategoryValue', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1984 |
[]) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1985 |
## mgt-headers.h: ns3::TypeId ns3::WifiActionHeader::GetInstanceTypeId() const [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1986 |
cls.add_method('GetInstanceTypeId', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1987 |
'ns3::TypeId', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1988 |
[], |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1989 |
is_const=True, is_virtual=True) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1990 |
## mgt-headers.h: uint32_t ns3::WifiActionHeader::GetSerializedSize() const [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1991 |
cls.add_method('GetSerializedSize', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1992 |
'uint32_t', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1993 |
[], |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1994 |
is_const=True, is_virtual=True) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1995 |
## mgt-headers.h: static ns3::TypeId ns3::WifiActionHeader::GetTypeId() [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1996 |
cls.add_method('GetTypeId', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1997 |
'ns3::TypeId', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1998 |
[], |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
1999 |
is_static=True) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2000 |
## mgt-headers.h: void ns3::WifiActionHeader::Print(std::ostream & os) const [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2001 |
cls.add_method('Print', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2002 |
'void', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2003 |
[param('std::ostream &', 'os')], |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2004 |
is_const=True, is_virtual=True) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2005 |
## mgt-headers.h: void ns3::WifiActionHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2006 |
cls.add_method('Serialize', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2007 |
'void', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2008 |
[param('ns3::Buffer::Iterator', 'start')], |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2009 |
is_const=True, is_virtual=True) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2010 |
## mgt-headers.h: void ns3::WifiActionHeader::SetAction(ns3::WifiActionHeader::CategoryValue type, ns3::WifiActionHeader::ActionValue action) [member function] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2011 |
cls.add_method('SetAction', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2012 |
'void', |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2013 |
[param('ns3::WifiActionHeader::CategoryValue', 'type'), param('ns3::WifiActionHeader::ActionValue', 'action')]) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2014 |
return |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2015 |
|
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2016 |
def register_Ns3WifiActionHeaderActionValue_methods(root_module, cls): |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2017 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::ActionValue() [constructor] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2018 |
cls.add_constructor([]) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2019 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::ActionValue(ns3::WifiActionHeader::ActionValue const & arg0) [copy constructor] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2020 |
cls.add_constructor([param('ns3::WifiActionHeader::ActionValue const &', 'arg0')]) |
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2021 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::blockAck [variable] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2022 |
cls.add_instance_attribute('blockAck', 'ns3::WifiActionHeader::BlockAckActionValue', is_const=False) |
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2023 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::interwork [variable] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2024 |
cls.add_instance_attribute('interwork', 'ns3::WifiActionHeader::InterworkActionValue', is_const=False) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2025 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::linkMetrtic [variable] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2026 |
cls.add_instance_attribute('linkMetrtic', 'ns3::WifiActionHeader::LinkMetricActionValue', is_const=False) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2027 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::pathSelection [variable] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2028 |
cls.add_instance_attribute('pathSelection', 'ns3::WifiActionHeader::PathSelectionActionValue', is_const=False) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2029 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::peerLink [variable] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2030 |
cls.add_instance_attribute('peerLink', 'ns3::WifiActionHeader::PeerLinkMgtActionValue', is_const=False) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2031 |
## mgt-headers.h: ns3::WifiActionHeader::ActionValue::resourceCoordination [variable] |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2032 |
cls.add_instance_attribute('resourceCoordination', 'ns3::WifiActionHeader::ResourceCoordinationActionValue', is_const=False) |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2033 |
return |
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2034 |
|
5348 | 2035 |
def register_Ns3WifiMac_methods(root_module, cls): |
2036 |
## wifi-mac.h: ns3::WifiMac::WifiMac() [constructor] |
|
2037 |
cls.add_constructor([]) |
|
2038 |
## wifi-mac.h: ns3::WifiMac::WifiMac(ns3::WifiMac const & arg0) [copy constructor] |
|
2039 |
cls.add_constructor([param('ns3::WifiMac const &', 'arg0')]) |
|
2040 |
## wifi-mac.h: void ns3::WifiMac::ConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
|
2041 |
cls.add_method('ConfigureStandard', |
|
2042 |
'void', |
|
2043 |
[param('ns3::WifiPhyStandard', 'standard')]) |
|
2044 |
## wifi-mac.h: void ns3::WifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
2045 |
cls.add_method('Enqueue', |
|
2046 |
'void', |
|
2047 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], |
|
2048 |
is_pure_virtual=True, is_virtual=True) |
|
2049 |
## wifi-mac.h: void ns3::WifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function] |
|
2050 |
cls.add_method('Enqueue', |
|
2051 |
'void', |
|
2052 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], |
|
2053 |
is_pure_virtual=True, is_virtual=True) |
|
2054 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetAckTimeout() const [member function] |
|
2055 |
cls.add_method('GetAckTimeout', |
|
2056 |
'ns3::Time', |
|
2057 |
[], |
|
2058 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2059 |
## wifi-mac.h: ns3::Mac48Address ns3::WifiMac::GetAddress() const [member function] |
|
2060 |
cls.add_method('GetAddress', |
|
2061 |
'ns3::Mac48Address', |
|
2062 |
[], |
|
2063 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2064 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetBasicBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2065 |
cls.add_method('GetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2066 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2067 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2068 |
is_const=True, is_virtual=True) |
5348 | 2069 |
## wifi-mac.h: ns3::Mac48Address ns3::WifiMac::GetBssid() const [member function] |
2070 |
cls.add_method('GetBssid', |
|
2071 |
'ns3::Mac48Address', |
|
2072 |
[], |
|
2073 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2074 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetCompressedBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2075 |
cls.add_method('GetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2076 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2077 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2078 |
is_const=True, is_virtual=True) |
5348 | 2079 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetCtsTimeout() const [member function] |
2080 |
cls.add_method('GetCtsTimeout', |
|
2081 |
'ns3::Time', |
|
2082 |
[], |
|
2083 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2084 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetEifsNoDifs() const [member function] |
|
2085 |
cls.add_method('GetEifsNoDifs', |
|
2086 |
'ns3::Time', |
|
2087 |
[], |
|
2088 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2089 |
## wifi-mac.h: uint32_t ns3::WifiMac::GetMaxMsduSize() const [member function] |
|
2090 |
cls.add_method('GetMaxMsduSize', |
|
2091 |
'uint32_t', |
|
2092 |
[], |
|
2093 |
is_const=True) |
|
2094 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetMaxPropagationDelay() const [member function] |
|
2095 |
cls.add_method('GetMaxPropagationDelay', |
|
2096 |
'ns3::Time', |
|
2097 |
[], |
|
2098 |
is_const=True) |
|
2099 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetMsduLifetime() const [member function] |
|
2100 |
cls.add_method('GetMsduLifetime', |
|
2101 |
'ns3::Time', |
|
2102 |
[], |
|
2103 |
is_const=True) |
|
2104 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetPifs() const [member function] |
|
2105 |
cls.add_method('GetPifs', |
|
2106 |
'ns3::Time', |
|
2107 |
[], |
|
2108 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2109 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetSifs() const [member function] |
|
2110 |
cls.add_method('GetSifs', |
|
2111 |
'ns3::Time', |
|
2112 |
[], |
|
2113 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2114 |
## wifi-mac.h: ns3::Time ns3::WifiMac::GetSlot() const [member function] |
|
2115 |
cls.add_method('GetSlot', |
|
2116 |
'ns3::Time', |
|
2117 |
[], |
|
2118 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2119 |
## wifi-mac.h: ns3::Ssid ns3::WifiMac::GetSsid() const [member function] |
|
2120 |
cls.add_method('GetSsid', |
|
2121 |
'ns3::Ssid', |
|
2122 |
[], |
|
2123 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2124 |
## wifi-mac.h: static ns3::TypeId ns3::WifiMac::GetTypeId() [member function] |
|
2125 |
cls.add_method('GetTypeId', |
|
2126 |
'ns3::TypeId', |
|
2127 |
[], |
|
2128 |
is_static=True) |
|
2129 |
## wifi-mac.h: void ns3::WifiMac::NotifyPromiscRx(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2130 |
cls.add_method('NotifyPromiscRx', |
|
2131 |
'void', |
|
2132 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2133 |
## wifi-mac.h: void ns3::WifiMac::NotifyRx(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2134 |
cls.add_method('NotifyRx', |
|
2135 |
'void', |
|
2136 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2137 |
## wifi-mac.h: void ns3::WifiMac::NotifyRxDrop(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2138 |
cls.add_method('NotifyRxDrop', |
|
2139 |
'void', |
|
2140 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2141 |
## wifi-mac.h: void ns3::WifiMac::NotifyTx(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2142 |
cls.add_method('NotifyTx', |
|
2143 |
'void', |
|
2144 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2145 |
## wifi-mac.h: void ns3::WifiMac::NotifyTxDrop(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2146 |
cls.add_method('NotifyTxDrop', |
|
2147 |
'void', |
|
2148 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2149 |
## wifi-mac.h: void ns3::WifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
2150 |
cls.add_method('SetAckTimeout', |
|
2151 |
'void', |
|
2152 |
[param('ns3::Time', 'ackTimeout')], |
|
2153 |
is_pure_virtual=True, is_virtual=True) |
|
2154 |
## wifi-mac.h: void ns3::WifiMac::SetAddress(ns3::Mac48Address address) [member function] |
|
2155 |
cls.add_method('SetAddress', |
|
2156 |
'void', |
|
2157 |
[param('ns3::Mac48Address', 'address')], |
|
2158 |
is_pure_virtual=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2159 |
## wifi-mac.h: void ns3::WifiMac::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2160 |
cls.add_method('SetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2161 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2162 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2163 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2164 |
## wifi-mac.h: void ns3::WifiMac::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2165 |
cls.add_method('SetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2166 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2167 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2168 |
is_virtual=True) |
5348 | 2169 |
## wifi-mac.h: void ns3::WifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
2170 |
cls.add_method('SetCtsTimeout', |
|
2171 |
'void', |
|
2172 |
[param('ns3::Time', 'ctsTimeout')], |
|
2173 |
is_pure_virtual=True, is_virtual=True) |
|
2174 |
## wifi-mac.h: void ns3::WifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
2175 |
cls.add_method('SetEifsNoDifs', |
|
2176 |
'void', |
|
2177 |
[param('ns3::Time', 'eifsNoDifs')], |
|
2178 |
is_pure_virtual=True, is_virtual=True) |
|
2179 |
## wifi-mac.h: void ns3::WifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function] |
|
2180 |
cls.add_method('SetForwardUpCallback', |
|
2181 |
'void', |
|
2182 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], |
|
2183 |
is_pure_virtual=True, is_virtual=True) |
|
2184 |
## wifi-mac.h: void ns3::WifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function] |
|
2185 |
cls.add_method('SetLinkDownCallback', |
|
2186 |
'void', |
|
2187 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], |
|
2188 |
is_pure_virtual=True, is_virtual=True) |
|
2189 |
## wifi-mac.h: void ns3::WifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function] |
|
2190 |
cls.add_method('SetLinkUpCallback', |
|
2191 |
'void', |
|
2192 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], |
|
2193 |
is_pure_virtual=True, is_virtual=True) |
|
2194 |
## wifi-mac.h: void ns3::WifiMac::SetMaxPropagationDelay(ns3::Time delay) [member function] |
|
2195 |
cls.add_method('SetMaxPropagationDelay', |
|
2196 |
'void', |
|
2197 |
[param('ns3::Time', 'delay')]) |
|
2198 |
## wifi-mac.h: void ns3::WifiMac::SetPifs(ns3::Time pifs) [member function] |
|
2199 |
cls.add_method('SetPifs', |
|
2200 |
'void', |
|
2201 |
[param('ns3::Time', 'pifs')], |
|
2202 |
is_pure_virtual=True, is_virtual=True) |
|
2203 |
## wifi-mac.h: void ns3::WifiMac::SetSifs(ns3::Time sifs) [member function] |
|
2204 |
cls.add_method('SetSifs', |
|
2205 |
'void', |
|
2206 |
[param('ns3::Time', 'sifs')], |
|
2207 |
is_pure_virtual=True, is_virtual=True) |
|
2208 |
## wifi-mac.h: void ns3::WifiMac::SetSlot(ns3::Time slotTime) [member function] |
|
2209 |
cls.add_method('SetSlot', |
|
2210 |
'void', |
|
2211 |
[param('ns3::Time', 'slotTime')], |
|
2212 |
is_pure_virtual=True, is_virtual=True) |
|
2213 |
## wifi-mac.h: void ns3::WifiMac::SetSsid(ns3::Ssid ssid) [member function] |
|
2214 |
cls.add_method('SetSsid', |
|
2215 |
'void', |
|
2216 |
[param('ns3::Ssid', 'ssid')], |
|
2217 |
is_pure_virtual=True, is_virtual=True) |
|
2218 |
## wifi-mac.h: void ns3::WifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
2219 |
cls.add_method('SetWifiPhy', |
|
2220 |
'void', |
|
2221 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
2222 |
is_pure_virtual=True, is_virtual=True) |
|
2223 |
## wifi-mac.h: void ns3::WifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function] |
|
2224 |
cls.add_method('SetWifiRemoteStationManager', |
|
2225 |
'void', |
|
2226 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], |
|
2227 |
is_pure_virtual=True, is_virtual=True) |
|
2228 |
## wifi-mac.h: bool ns3::WifiMac::SupportsSendFrom() const [member function] |
|
2229 |
cls.add_method('SupportsSendFrom', |
|
2230 |
'bool', |
|
2231 |
[], |
|
2232 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
5754
7f0de9a416ea
There was a race condition in last python apidefs rescan...
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5753
diff
changeset
|
2233 |
## wifi-mac.h: void ns3::WifiMac::ConfigureCCHDcf(ns3::Ptr<ns3::Dcf> dcf, uint32_t cwmin, uint32_t cwmax, ns3::AccessClass ac) [member function] |
7f0de9a416ea
There was a race condition in last python apidefs rescan...
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5753
diff
changeset
|
2234 |
cls.add_method('ConfigureCCHDcf', |
7f0de9a416ea
There was a race condition in last python apidefs rescan...
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5753
diff
changeset
|
2235 |
'void', |
7f0de9a416ea
There was a race condition in last python apidefs rescan...
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5753
diff
changeset
|
2236 |
[param('ns3::Ptr< ns3::Dcf >', 'dcf'), param('uint32_t', 'cwmin'), param('uint32_t', 'cwmax'), param('ns3::AccessClass', 'ac')], |
7f0de9a416ea
There was a race condition in last python apidefs rescan...
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5753
diff
changeset
|
2237 |
visibility='protected') |
5348 | 2238 |
## wifi-mac.h: void ns3::WifiMac::ConfigureDcf(ns3::Ptr<ns3::Dcf> dcf, uint32_t cwmin, uint32_t cwmax, ns3::AccessClass ac) [member function] |
2239 |
cls.add_method('ConfigureDcf', |
|
2240 |
'void', |
|
2241 |
[param('ns3::Ptr< ns3::Dcf >', 'dcf'), param('uint32_t', 'cwmin'), param('uint32_t', 'cwmax'), param('ns3::AccessClass', 'ac')], |
|
2242 |
visibility='protected') |
|
2243 |
## wifi-mac.h: void ns3::WifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
|
2244 |
cls.add_method('FinishConfigureStandard', |
|
2245 |
'void', |
|
2246 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
2247 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2248 |
return |
|
2249 |
||
2250 |
def register_Ns3WifiMacHeader_methods(root_module, cls): |
|
2251 |
## wifi-mac-header.h: ns3::WifiMacHeader::WifiMacHeader(ns3::WifiMacHeader const & arg0) [copy constructor] |
|
2252 |
cls.add_constructor([param('ns3::WifiMacHeader const &', 'arg0')]) |
|
2253 |
## wifi-mac-header.h: ns3::WifiMacHeader::WifiMacHeader() [constructor] |
|
2254 |
cls.add_constructor([]) |
|
2255 |
## wifi-mac-header.h: uint32_t ns3::WifiMacHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
2256 |
cls.add_method('Deserialize', |
|
2257 |
'uint32_t', |
|
2258 |
[param('ns3::Buffer::Iterator', 'start')], |
|
2259 |
is_virtual=True) |
|
2260 |
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr1() const [member function] |
|
2261 |
cls.add_method('GetAddr1', |
|
2262 |
'ns3::Mac48Address', |
|
2263 |
[], |
|
2264 |
is_const=True) |
|
2265 |
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr2() const [member function] |
|
2266 |
cls.add_method('GetAddr2', |
|
2267 |
'ns3::Mac48Address', |
|
2268 |
[], |
|
2269 |
is_const=True) |
|
2270 |
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr3() const [member function] |
|
2271 |
cls.add_method('GetAddr3', |
|
2272 |
'ns3::Mac48Address', |
|
2273 |
[], |
|
2274 |
is_const=True) |
|
2275 |
## wifi-mac-header.h: ns3::Mac48Address ns3::WifiMacHeader::GetAddr4() const [member function] |
|
2276 |
cls.add_method('GetAddr4', |
|
2277 |
'ns3::Mac48Address', |
|
2278 |
[], |
|
2279 |
is_const=True) |
|
2280 |
## wifi-mac-header.h: ns3::Time ns3::WifiMacHeader::GetDuration() const [member function] |
|
2281 |
cls.add_method('GetDuration', |
|
2282 |
'ns3::Time', |
|
2283 |
[], |
|
2284 |
is_const=True) |
|
2285 |
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetFragmentNumber() const [member function] |
|
2286 |
cls.add_method('GetFragmentNumber', |
|
2287 |
'uint16_t', |
|
2288 |
[], |
|
2289 |
is_const=True) |
|
2290 |
## wifi-mac-header.h: ns3::TypeId ns3::WifiMacHeader::GetInstanceTypeId() const [member function] |
|
2291 |
cls.add_method('GetInstanceTypeId', |
|
2292 |
'ns3::TypeId', |
|
2293 |
[], |
|
2294 |
is_const=True, is_virtual=True) |
|
2295 |
## wifi-mac-header.h: ns3::WifiMacHeader::QosAckPolicy ns3::WifiMacHeader::GetQosAckPolicy() const [member function] |
|
2296 |
cls.add_method('GetQosAckPolicy', |
|
2297 |
'ns3::WifiMacHeader::QosAckPolicy', |
|
2298 |
[], |
|
2299 |
is_const=True) |
|
2300 |
## wifi-mac-header.h: uint8_t ns3::WifiMacHeader::GetQosTid() const [member function] |
|
2301 |
cls.add_method('GetQosTid', |
|
2302 |
'uint8_t', |
|
2303 |
[], |
|
2304 |
is_const=True) |
|
2305 |
## wifi-mac-header.h: uint8_t ns3::WifiMacHeader::GetQosTxopLimit() const [member function] |
|
2306 |
cls.add_method('GetQosTxopLimit', |
|
2307 |
'uint8_t', |
|
2308 |
[], |
|
2309 |
is_const=True) |
|
2310 |
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetRawDuration() const [member function] |
|
2311 |
cls.add_method('GetRawDuration', |
|
2312 |
'uint16_t', |
|
2313 |
[], |
|
2314 |
is_const=True) |
|
2315 |
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetSequenceControl() const [member function] |
|
2316 |
cls.add_method('GetSequenceControl', |
|
2317 |
'uint16_t', |
|
2318 |
[], |
|
2319 |
is_const=True) |
|
2320 |
## wifi-mac-header.h: uint16_t ns3::WifiMacHeader::GetSequenceNumber() const [member function] |
|
2321 |
cls.add_method('GetSequenceNumber', |
|
2322 |
'uint16_t', |
|
2323 |
[], |
|
2324 |
is_const=True) |
|
2325 |
## wifi-mac-header.h: uint32_t ns3::WifiMacHeader::GetSerializedSize() const [member function] |
|
2326 |
cls.add_method('GetSerializedSize', |
|
2327 |
'uint32_t', |
|
2328 |
[], |
|
2329 |
is_const=True, is_virtual=True) |
|
2330 |
## wifi-mac-header.h: uint32_t ns3::WifiMacHeader::GetSize() const [member function] |
|
2331 |
cls.add_method('GetSize', |
|
2332 |
'uint32_t', |
|
2333 |
[], |
|
2334 |
is_const=True) |
|
2335 |
## wifi-mac-header.h: ns3::WifiMacType ns3::WifiMacHeader::GetType() const [member function] |
|
2336 |
cls.add_method('GetType', |
|
2337 |
'ns3::WifiMacType', |
|
2338 |
[], |
|
2339 |
is_const=True) |
|
2340 |
## wifi-mac-header.h: static ns3::TypeId ns3::WifiMacHeader::GetTypeId() [member function] |
|
2341 |
cls.add_method('GetTypeId', |
|
2342 |
'ns3::TypeId', |
|
2343 |
[], |
|
2344 |
is_static=True) |
|
2345 |
## wifi-mac-header.h: char const * ns3::WifiMacHeader::GetTypeString() const [member function] |
|
2346 |
cls.add_method('GetTypeString', |
|
2347 |
'char const *', |
|
2348 |
[], |
|
2349 |
is_const=True) |
|
2350 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAck() const [member function] |
|
2351 |
cls.add_method('IsAck', |
|
2352 |
'bool', |
|
2353 |
[], |
|
2354 |
is_const=True) |
|
2355 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAction() const [member function] |
|
2356 |
cls.add_method('IsAction', |
|
2357 |
'bool', |
|
2358 |
[], |
|
2359 |
is_const=True) |
|
2360 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAssocReq() const [member function] |
|
2361 |
cls.add_method('IsAssocReq', |
|
2362 |
'bool', |
|
2363 |
[], |
|
2364 |
is_const=True) |
|
2365 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAssocResp() const [member function] |
|
2366 |
cls.add_method('IsAssocResp', |
|
2367 |
'bool', |
|
2368 |
[], |
|
2369 |
is_const=True) |
|
2370 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsAuthentication() const [member function] |
|
2371 |
cls.add_method('IsAuthentication', |
|
2372 |
'bool', |
|
2373 |
[], |
|
2374 |
is_const=True) |
|
2375 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsBeacon() const [member function] |
|
2376 |
cls.add_method('IsBeacon', |
|
2377 |
'bool', |
|
2378 |
[], |
|
2379 |
is_const=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2380 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsBlockAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2381 |
cls.add_method('IsBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2382 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2383 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2384 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2385 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsBlockAckReq() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2386 |
cls.add_method('IsBlockAckReq', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2387 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2388 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2389 |
is_const=True) |
5348 | 2390 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsCfpoll() const [member function] |
2391 |
cls.add_method('IsCfpoll', |
|
2392 |
'bool', |
|
2393 |
[], |
|
2394 |
is_const=True) |
|
2395 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsCtl() const [member function] |
|
2396 |
cls.add_method('IsCtl', |
|
2397 |
'bool', |
|
2398 |
[], |
|
2399 |
is_const=True) |
|
2400 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsCts() const [member function] |
|
2401 |
cls.add_method('IsCts', |
|
2402 |
'bool', |
|
2403 |
[], |
|
2404 |
is_const=True) |
|
2405 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsData() const [member function] |
|
2406 |
cls.add_method('IsData', |
|
2407 |
'bool', |
|
2408 |
[], |
|
2409 |
is_const=True) |
|
2410 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsDeauthentication() const [member function] |
|
2411 |
cls.add_method('IsDeauthentication', |
|
2412 |
'bool', |
|
2413 |
[], |
|
2414 |
is_const=True) |
|
2415 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsDisassociation() const [member function] |
|
2416 |
cls.add_method('IsDisassociation', |
|
2417 |
'bool', |
|
2418 |
[], |
|
2419 |
is_const=True) |
|
2420 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsFromDs() const [member function] |
|
2421 |
cls.add_method('IsFromDs', |
|
2422 |
'bool', |
|
2423 |
[], |
|
2424 |
is_const=True) |
|
2425 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsMgt() const [member function] |
|
2426 |
cls.add_method('IsMgt', |
|
2427 |
'bool', |
|
2428 |
[], |
|
2429 |
is_const=True) |
|
2430 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsMoreFragments() const [member function] |
|
2431 |
cls.add_method('IsMoreFragments', |
|
2432 |
'bool', |
|
2433 |
[], |
|
2434 |
is_const=True) |
|
2435 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsMultihopAction() const [member function] |
|
2436 |
cls.add_method('IsMultihopAction', |
|
2437 |
'bool', |
|
2438 |
[], |
|
2439 |
is_const=True) |
|
2440 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsProbeReq() const [member function] |
|
2441 |
cls.add_method('IsProbeReq', |
|
2442 |
'bool', |
|
2443 |
[], |
|
2444 |
is_const=True) |
|
2445 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsProbeResp() const [member function] |
|
2446 |
cls.add_method('IsProbeResp', |
|
2447 |
'bool', |
|
2448 |
[], |
|
2449 |
is_const=True) |
|
2450 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosAck() const [member function] |
|
2451 |
cls.add_method('IsQosAck', |
|
2452 |
'bool', |
|
2453 |
[], |
|
2454 |
is_const=True) |
|
2455 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosAmsdu() const [member function] |
|
2456 |
cls.add_method('IsQosAmsdu', |
|
2457 |
'bool', |
|
2458 |
[], |
|
2459 |
is_const=True) |
|
2460 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosBlockAck() const [member function] |
|
2461 |
cls.add_method('IsQosBlockAck', |
|
2462 |
'bool', |
|
2463 |
[], |
|
2464 |
is_const=True) |
|
2465 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosData() const [member function] |
|
2466 |
cls.add_method('IsQosData', |
|
2467 |
'bool', |
|
2468 |
[], |
|
2469 |
is_const=True) |
|
2470 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosEosp() const [member function] |
|
2471 |
cls.add_method('IsQosEosp', |
|
2472 |
'bool', |
|
2473 |
[], |
|
2474 |
is_const=True) |
|
2475 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsQosNoAck() const [member function] |
|
2476 |
cls.add_method('IsQosNoAck', |
|
2477 |
'bool', |
|
2478 |
[], |
|
2479 |
is_const=True) |
|
2480 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsReassocReq() const [member function] |
|
2481 |
cls.add_method('IsReassocReq', |
|
2482 |
'bool', |
|
2483 |
[], |
|
2484 |
is_const=True) |
|
2485 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsReassocResp() const [member function] |
|
2486 |
cls.add_method('IsReassocResp', |
|
2487 |
'bool', |
|
2488 |
[], |
|
2489 |
is_const=True) |
|
2490 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsRetry() const [member function] |
|
2491 |
cls.add_method('IsRetry', |
|
2492 |
'bool', |
|
2493 |
[], |
|
2494 |
is_const=True) |
|
2495 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsRts() const [member function] |
|
2496 |
cls.add_method('IsRts', |
|
2497 |
'bool', |
|
2498 |
[], |
|
2499 |
is_const=True) |
|
2500 |
## wifi-mac-header.h: bool ns3::WifiMacHeader::IsToDs() const [member function] |
|
2501 |
cls.add_method('IsToDs', |
|
2502 |
'bool', |
|
2503 |
[], |
|
2504 |
is_const=True) |
|
2505 |
## wifi-mac-header.h: void ns3::WifiMacHeader::Print(std::ostream & os) const [member function] |
|
2506 |
cls.add_method('Print', |
|
2507 |
'void', |
|
2508 |
[param('std::ostream &', 'os')], |
|
2509 |
is_const=True, is_virtual=True) |
|
2510 |
## wifi-mac-header.h: void ns3::WifiMacHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
2511 |
cls.add_method('Serialize', |
|
2512 |
'void', |
|
2513 |
[param('ns3::Buffer::Iterator', 'start')], |
|
2514 |
is_const=True, is_virtual=True) |
|
2515 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAction() [member function] |
|
2516 |
cls.add_method('SetAction', |
|
2517 |
'void', |
|
2518 |
[]) |
|
2519 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr1(ns3::Mac48Address address) [member function] |
|
2520 |
cls.add_method('SetAddr1', |
|
2521 |
'void', |
|
2522 |
[param('ns3::Mac48Address', 'address')]) |
|
2523 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr2(ns3::Mac48Address address) [member function] |
|
2524 |
cls.add_method('SetAddr2', |
|
2525 |
'void', |
|
2526 |
[param('ns3::Mac48Address', 'address')]) |
|
2527 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr3(ns3::Mac48Address address) [member function] |
|
2528 |
cls.add_method('SetAddr3', |
|
2529 |
'void', |
|
2530 |
[param('ns3::Mac48Address', 'address')]) |
|
2531 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAddr4(ns3::Mac48Address address) [member function] |
|
2532 |
cls.add_method('SetAddr4', |
|
2533 |
'void', |
|
2534 |
[param('ns3::Mac48Address', 'address')]) |
|
2535 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAssocReq() [member function] |
|
2536 |
cls.add_method('SetAssocReq', |
|
2537 |
'void', |
|
2538 |
[]) |
|
2539 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetAssocResp() [member function] |
|
2540 |
cls.add_method('SetAssocResp', |
|
2541 |
'void', |
|
2542 |
[]) |
|
2543 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetBeacon() [member function] |
|
2544 |
cls.add_method('SetBeacon', |
|
2545 |
'void', |
|
2546 |
[]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2547 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2548 |
cls.add_method('SetBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2549 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2550 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2551 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetBlockAckReq() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2552 |
cls.add_method('SetBlockAckReq', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2553 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2554 |
[]) |
5348 | 2555 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsFrom() [member function] |
2556 |
cls.add_method('SetDsFrom', |
|
2557 |
'void', |
|
2558 |
[]) |
|
2559 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsNotFrom() [member function] |
|
2560 |
cls.add_method('SetDsNotFrom', |
|
2561 |
'void', |
|
2562 |
[]) |
|
2563 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsNotTo() [member function] |
|
2564 |
cls.add_method('SetDsNotTo', |
|
2565 |
'void', |
|
2566 |
[]) |
|
2567 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDsTo() [member function] |
|
2568 |
cls.add_method('SetDsTo', |
|
2569 |
'void', |
|
2570 |
[]) |
|
2571 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetDuration(ns3::Time duration) [member function] |
|
2572 |
cls.add_method('SetDuration', |
|
2573 |
'void', |
|
2574 |
[param('ns3::Time', 'duration')]) |
|
2575 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetFragmentNumber(uint8_t frag) [member function] |
|
2576 |
cls.add_method('SetFragmentNumber', |
|
2577 |
'void', |
|
2578 |
[param('uint8_t', 'frag')]) |
|
2579 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetId(uint16_t id) [member function] |
|
2580 |
cls.add_method('SetId', |
|
2581 |
'void', |
|
2582 |
[param('uint16_t', 'id')]) |
|
2583 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetMoreFragments() [member function] |
|
2584 |
cls.add_method('SetMoreFragments', |
|
2585 |
'void', |
|
2586 |
[]) |
|
2587 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetMultihopAction() [member function] |
|
2588 |
cls.add_method('SetMultihopAction', |
|
2589 |
'void', |
|
2590 |
[]) |
|
2591 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetNoMoreFragments() [member function] |
|
2592 |
cls.add_method('SetNoMoreFragments', |
|
2593 |
'void', |
|
2594 |
[]) |
|
2595 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetNoRetry() [member function] |
|
2596 |
cls.add_method('SetNoRetry', |
|
2597 |
'void', |
|
2598 |
[]) |
|
2599 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetProbeReq() [member function] |
|
2600 |
cls.add_method('SetProbeReq', |
|
2601 |
'void', |
|
2602 |
[]) |
|
2603 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetProbeResp() [member function] |
|
2604 |
cls.add_method('SetProbeResp', |
|
2605 |
'void', |
|
2606 |
[]) |
|
2607 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosAckPolicy(ns3::WifiMacHeader::QosAckPolicy arg0) [member function] |
|
2608 |
cls.add_method('SetQosAckPolicy', |
|
2609 |
'void', |
|
2610 |
[param('ns3::WifiMacHeader::QosAckPolicy', 'arg0')]) |
|
2611 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosAmsdu() [member function] |
|
2612 |
cls.add_method('SetQosAmsdu', |
|
2613 |
'void', |
|
2614 |
[]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2615 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2616 |
cls.add_method('SetQosBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2617 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2618 |
[]) |
5348 | 2619 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosEosp() [member function] |
2620 |
cls.add_method('SetQosEosp', |
|
2621 |
'void', |
|
2622 |
[]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2623 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosNoAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2624 |
cls.add_method('SetQosNoAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2625 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2626 |
[]) |
5348 | 2627 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosNoAmsdu() [member function] |
2628 |
cls.add_method('SetQosNoAmsdu', |
|
2629 |
'void', |
|
2630 |
[]) |
|
2631 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosNoEosp() [member function] |
|
2632 |
cls.add_method('SetQosNoEosp', |
|
2633 |
'void', |
|
2634 |
[]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2635 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosNormalAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2636 |
cls.add_method('SetQosNormalAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2637 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
2638 |
[]) |
5348 | 2639 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosTid(uint8_t tid) [member function] |
2640 |
cls.add_method('SetQosTid', |
|
2641 |
'void', |
|
2642 |
[param('uint8_t', 'tid')]) |
|
2643 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetQosTxopLimit(uint8_t txop) [member function] |
|
2644 |
cls.add_method('SetQosTxopLimit', |
|
2645 |
'void', |
|
2646 |
[param('uint8_t', 'txop')]) |
|
2647 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetRawDuration(uint16_t duration) [member function] |
|
2648 |
cls.add_method('SetRawDuration', |
|
2649 |
'void', |
|
2650 |
[param('uint16_t', 'duration')]) |
|
2651 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetRetry() [member function] |
|
2652 |
cls.add_method('SetRetry', |
|
2653 |
'void', |
|
2654 |
[]) |
|
2655 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetSequenceNumber(uint16_t seq) [member function] |
|
2656 |
cls.add_method('SetSequenceNumber', |
|
2657 |
'void', |
|
2658 |
[param('uint16_t', 'seq')]) |
|
2659 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetType(ns3::WifiMacType type) [member function] |
|
2660 |
cls.add_method('SetType', |
|
2661 |
'void', |
|
2662 |
[param('ns3::WifiMacType', 'type')]) |
|
2663 |
## wifi-mac-header.h: void ns3::WifiMacHeader::SetTypeData() [member function] |
|
2664 |
cls.add_method('SetTypeData', |
|
2665 |
'void', |
|
2666 |
[]) |
|
2667 |
return |
|
2668 |
||
2669 |
def register_Ns3WifiPhy_methods(root_module, cls): |
|
2670 |
## wifi-phy.h: ns3::WifiPhy::WifiPhy(ns3::WifiPhy const & arg0) [copy constructor] |
|
2671 |
cls.add_constructor([param('ns3::WifiPhy const &', 'arg0')]) |
|
2672 |
## wifi-phy.h: ns3::WifiPhy::WifiPhy() [constructor] |
|
2673 |
cls.add_constructor([]) |
|
2674 |
## wifi-phy.h: double ns3::WifiPhy::CalculateSnr(ns3::WifiMode txMode, double ber) const [member function] |
|
2675 |
cls.add_method('CalculateSnr', |
|
2676 |
'double', |
|
2677 |
[param('ns3::WifiMode', 'txMode'), param('double', 'ber')], |
|
2678 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2679 |
## wifi-phy.h: ns3::Time ns3::WifiPhy::CalculateTxDuration(uint32_t size, ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) const [member function] |
|
2680 |
cls.add_method('CalculateTxDuration', |
|
2681 |
'ns3::Time', |
|
2682 |
[param('uint32_t', 'size'), param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], |
|
2683 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2684 |
## wifi-phy.h: void ns3::WifiPhy::ConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
|
2685 |
cls.add_method('ConfigureStandard', |
|
2686 |
'void', |
|
2687 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
2688 |
is_pure_virtual=True, is_virtual=True) |
|
2689 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get11mbb() [member function] |
|
2690 |
cls.add_method('Get11mbb', |
|
2691 |
'ns3::WifiMode', |
|
2692 |
[], |
|
2693 |
is_static=True) |
|
2694 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get12mb10Mhz() [member function] |
|
2695 |
cls.add_method('Get12mb10Mhz', |
|
2696 |
'ns3::WifiMode', |
|
2697 |
[], |
|
2698 |
is_static=True) |
|
2699 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get12mb5Mhz() [member function] |
|
2700 |
cls.add_method('Get12mb5Mhz', |
|
2701 |
'ns3::WifiMode', |
|
2702 |
[], |
|
2703 |
is_static=True) |
|
2704 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get12mba() [member function] |
|
2705 |
cls.add_method('Get12mba', |
|
2706 |
'ns3::WifiMode', |
|
2707 |
[], |
|
2708 |
is_static=True) |
|
2709 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get13_5mb5Mhz() [member function] |
|
2710 |
cls.add_method('Get13_5mb5Mhz', |
|
2711 |
'ns3::WifiMode', |
|
2712 |
[], |
|
2713 |
is_static=True) |
|
2714 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get18mb10Mhz() [member function] |
|
2715 |
cls.add_method('Get18mb10Mhz', |
|
2716 |
'ns3::WifiMode', |
|
2717 |
[], |
|
2718 |
is_static=True) |
|
2719 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get18mba() [member function] |
|
2720 |
cls.add_method('Get18mba', |
|
2721 |
'ns3::WifiMode', |
|
2722 |
[], |
|
2723 |
is_static=True) |
|
2724 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get1_5mb5Mhz() [member function] |
|
2725 |
cls.add_method('Get1_5mb5Mhz', |
|
2726 |
'ns3::WifiMode', |
|
2727 |
[], |
|
2728 |
is_static=True) |
|
2729 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get1mbb() [member function] |
|
2730 |
cls.add_method('Get1mbb', |
|
2731 |
'ns3::WifiMode', |
|
2732 |
[], |
|
2733 |
is_static=True) |
|
2734 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get24mb10Mhz() [member function] |
|
2735 |
cls.add_method('Get24mb10Mhz', |
|
2736 |
'ns3::WifiMode', |
|
2737 |
[], |
|
2738 |
is_static=True) |
|
2739 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get24mba() [member function] |
|
2740 |
cls.add_method('Get24mba', |
|
2741 |
'ns3::WifiMode', |
|
2742 |
[], |
|
2743 |
is_static=True) |
|
2744 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get27mb10Mhz() [member function] |
|
2745 |
cls.add_method('Get27mb10Mhz', |
|
2746 |
'ns3::WifiMode', |
|
2747 |
[], |
|
2748 |
is_static=True) |
|
2749 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get2_25mb5Mhz() [member function] |
|
2750 |
cls.add_method('Get2_25mb5Mhz', |
|
2751 |
'ns3::WifiMode', |
|
2752 |
[], |
|
2753 |
is_static=True) |
|
2754 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get2mbb() [member function] |
|
2755 |
cls.add_method('Get2mbb', |
|
2756 |
'ns3::WifiMode', |
|
2757 |
[], |
|
2758 |
is_static=True) |
|
2759 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get36mba() [member function] |
|
2760 |
cls.add_method('Get36mba', |
|
2761 |
'ns3::WifiMode', |
|
2762 |
[], |
|
2763 |
is_static=True) |
|
2764 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get3mb10Mhz() [member function] |
|
2765 |
cls.add_method('Get3mb10Mhz', |
|
2766 |
'ns3::WifiMode', |
|
2767 |
[], |
|
2768 |
is_static=True) |
|
2769 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get3mb5Mhz() [member function] |
|
2770 |
cls.add_method('Get3mb5Mhz', |
|
2771 |
'ns3::WifiMode', |
|
2772 |
[], |
|
2773 |
is_static=True) |
|
2774 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get48mba() [member function] |
|
2775 |
cls.add_method('Get48mba', |
|
2776 |
'ns3::WifiMode', |
|
2777 |
[], |
|
2778 |
is_static=True) |
|
2779 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get4_5mb10Mhz() [member function] |
|
2780 |
cls.add_method('Get4_5mb10Mhz', |
|
2781 |
'ns3::WifiMode', |
|
2782 |
[], |
|
2783 |
is_static=True) |
|
2784 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get4_5mb5Mhz() [member function] |
|
2785 |
cls.add_method('Get4_5mb5Mhz', |
|
2786 |
'ns3::WifiMode', |
|
2787 |
[], |
|
2788 |
is_static=True) |
|
2789 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get54mba() [member function] |
|
2790 |
cls.add_method('Get54mba', |
|
2791 |
'ns3::WifiMode', |
|
2792 |
[], |
|
2793 |
is_static=True) |
|
2794 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get5_5mbb() [member function] |
|
2795 |
cls.add_method('Get5_5mbb', |
|
2796 |
'ns3::WifiMode', |
|
2797 |
[], |
|
2798 |
is_static=True) |
|
2799 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get6mb10Mhz() [member function] |
|
2800 |
cls.add_method('Get6mb10Mhz', |
|
2801 |
'ns3::WifiMode', |
|
2802 |
[], |
|
2803 |
is_static=True) |
|
2804 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get6mb5Mhz() [member function] |
|
2805 |
cls.add_method('Get6mb5Mhz', |
|
2806 |
'ns3::WifiMode', |
|
2807 |
[], |
|
2808 |
is_static=True) |
|
2809 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get6mba() [member function] |
|
2810 |
cls.add_method('Get6mba', |
|
2811 |
'ns3::WifiMode', |
|
2812 |
[], |
|
2813 |
is_static=True) |
|
2814 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get9mb10Mhz() [member function] |
|
2815 |
cls.add_method('Get9mb10Mhz', |
|
2816 |
'ns3::WifiMode', |
|
2817 |
[], |
|
2818 |
is_static=True) |
|
2819 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get9mb5Mhz() [member function] |
|
2820 |
cls.add_method('Get9mb5Mhz', |
|
2821 |
'ns3::WifiMode', |
|
2822 |
[], |
|
2823 |
is_static=True) |
|
2824 |
## wifi-phy.h: static ns3::WifiMode ns3::WifiPhy::Get9mba() [member function] |
|
2825 |
cls.add_method('Get9mba', |
|
2826 |
'ns3::WifiMode', |
|
2827 |
[], |
|
2828 |
is_static=True) |
|
2829 |
## wifi-phy.h: ns3::Ptr<ns3::WifiChannel> ns3::WifiPhy::GetChannel() const [member function] |
|
2830 |
cls.add_method('GetChannel', |
|
2831 |
'ns3::Ptr< ns3::WifiChannel >', |
|
2832 |
[], |
|
2833 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2834 |
## wifi-phy.h: uint16_t ns3::WifiPhy::GetChannelNumber() const [member function] |
|
2835 |
cls.add_method('GetChannelNumber', |
|
2836 |
'uint16_t', |
|
2837 |
[], |
|
2838 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2839 |
## wifi-phy.h: ns3::Time ns3::WifiPhy::GetDelayUntilIdle() [member function] |
|
2840 |
cls.add_method('GetDelayUntilIdle', |
|
2841 |
'ns3::Time', |
|
2842 |
[], |
|
2843 |
is_pure_virtual=True, is_virtual=True) |
|
2844 |
## wifi-phy.h: ns3::Time ns3::WifiPhy::GetLastRxStartTime() const [member function] |
|
2845 |
cls.add_method('GetLastRxStartTime', |
|
2846 |
'ns3::Time', |
|
2847 |
[], |
|
2848 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2849 |
## wifi-phy.h: ns3::WifiMode ns3::WifiPhy::GetMode(uint32_t mode) const [member function] |
|
2850 |
cls.add_method('GetMode', |
|
2851 |
'ns3::WifiMode', |
|
2852 |
[param('uint32_t', 'mode')], |
|
2853 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2854 |
## wifi-phy.h: uint32_t ns3::WifiPhy::GetNModes() const [member function] |
|
2855 |
cls.add_method('GetNModes', |
|
2856 |
'uint32_t', |
|
2857 |
[], |
|
2858 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2859 |
## wifi-phy.h: uint32_t ns3::WifiPhy::GetNTxPower() const [member function] |
|
2860 |
cls.add_method('GetNTxPower', |
|
2861 |
'uint32_t', |
|
2862 |
[], |
|
2863 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2864 |
## wifi-phy.h: ns3::Time ns3::WifiPhy::GetStateDuration() [member function] |
|
2865 |
cls.add_method('GetStateDuration', |
|
2866 |
'ns3::Time', |
|
2867 |
[], |
|
2868 |
is_pure_virtual=True, is_virtual=True) |
|
2869 |
## wifi-phy.h: double ns3::WifiPhy::GetTxPowerEnd() const [member function] |
|
2870 |
cls.add_method('GetTxPowerEnd', |
|
2871 |
'double', |
|
2872 |
[], |
|
2873 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2874 |
## wifi-phy.h: double ns3::WifiPhy::GetTxPowerStart() const [member function] |
|
2875 |
cls.add_method('GetTxPowerStart', |
|
2876 |
'double', |
|
2877 |
[], |
|
2878 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2879 |
## wifi-phy.h: static ns3::TypeId ns3::WifiPhy::GetTypeId() [member function] |
|
2880 |
cls.add_method('GetTypeId', |
|
2881 |
'ns3::TypeId', |
|
2882 |
[], |
|
2883 |
is_static=True) |
|
2884 |
## wifi-phy.h: bool ns3::WifiPhy::IsStateBusy() [member function] |
|
2885 |
cls.add_method('IsStateBusy', |
|
2886 |
'bool', |
|
2887 |
[], |
|
2888 |
is_pure_virtual=True, is_virtual=True) |
|
2889 |
## wifi-phy.h: bool ns3::WifiPhy::IsStateCcaBusy() [member function] |
|
2890 |
cls.add_method('IsStateCcaBusy', |
|
2891 |
'bool', |
|
2892 |
[], |
|
2893 |
is_pure_virtual=True, is_virtual=True) |
|
2894 |
## wifi-phy.h: bool ns3::WifiPhy::IsStateIdle() [member function] |
|
2895 |
cls.add_method('IsStateIdle', |
|
2896 |
'bool', |
|
2897 |
[], |
|
2898 |
is_pure_virtual=True, is_virtual=True) |
|
5821 | 2899 |
## wifi-phy.h: bool ns3::WifiPhy::IsStateRx() [member function] |
2900 |
cls.add_method('IsStateRx', |
|
2901 |
'bool', |
|
2902 |
[], |
|
2903 |
is_pure_virtual=True, is_virtual=True) |
|
2904 |
## wifi-phy.h: bool ns3::WifiPhy::IsStateSwitching() [member function] |
|
2905 |
cls.add_method('IsStateSwitching', |
|
5348 | 2906 |
'bool', |
2907 |
[], |
|
2908 |
is_pure_virtual=True, is_virtual=True) |
|
2909 |
## wifi-phy.h: bool ns3::WifiPhy::IsStateTx() [member function] |
|
2910 |
cls.add_method('IsStateTx', |
|
2911 |
'bool', |
|
2912 |
[], |
|
2913 |
is_pure_virtual=True, is_virtual=True) |
|
2914 |
## wifi-phy.h: void ns3::WifiPhy::NotifyPromiscSniffRx(ns3::Ptr<ns3::Packet const> packet, uint16_t channelFreqMhz, uint16_t channelNumber, uint32_t rate, bool isShortPreamble, double signalDbm, double noiseDbm) [member function] |
|
2915 |
cls.add_method('NotifyPromiscSniffRx', |
|
2916 |
'void', |
|
2917 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'channelFreqMhz'), param('uint16_t', 'channelNumber'), param('uint32_t', 'rate'), param('bool', 'isShortPreamble'), param('double', 'signalDbm'), param('double', 'noiseDbm')]) |
|
2918 |
## wifi-phy.h: void ns3::WifiPhy::NotifyPromiscSniffTx(ns3::Ptr<ns3::Packet const> packet, uint16_t channelFreqMhz, uint16_t channelNumber, uint32_t rate, bool isShortPreamble) [member function] |
|
2919 |
cls.add_method('NotifyPromiscSniffTx', |
|
2920 |
'void', |
|
2921 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'channelFreqMhz'), param('uint16_t', 'channelNumber'), param('uint32_t', 'rate'), param('bool', 'isShortPreamble')]) |
|
2922 |
## wifi-phy.h: void ns3::WifiPhy::NotifyRxBegin(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2923 |
cls.add_method('NotifyRxBegin', |
|
2924 |
'void', |
|
2925 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2926 |
## wifi-phy.h: void ns3::WifiPhy::NotifyRxDrop(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2927 |
cls.add_method('NotifyRxDrop', |
|
2928 |
'void', |
|
2929 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2930 |
## wifi-phy.h: void ns3::WifiPhy::NotifyRxEnd(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2931 |
cls.add_method('NotifyRxEnd', |
|
2932 |
'void', |
|
2933 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2934 |
## wifi-phy.h: void ns3::WifiPhy::NotifyTxBegin(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2935 |
cls.add_method('NotifyTxBegin', |
|
2936 |
'void', |
|
2937 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2938 |
## wifi-phy.h: void ns3::WifiPhy::NotifyTxDrop(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2939 |
cls.add_method('NotifyTxDrop', |
|
2940 |
'void', |
|
2941 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2942 |
## wifi-phy.h: void ns3::WifiPhy::NotifyTxEnd(ns3::Ptr<ns3::Packet const> packet) [member function] |
|
2943 |
cls.add_method('NotifyTxEnd', |
|
2944 |
'void', |
|
2945 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
2946 |
## wifi-phy.h: void ns3::WifiPhy::RegisterListener(ns3::WifiPhyListener * listener) [member function] |
|
2947 |
cls.add_method('RegisterListener', |
|
2948 |
'void', |
|
2949 |
[param('ns3::WifiPhyListener *', 'listener')], |
|
2950 |
is_pure_virtual=True, is_virtual=True) |
|
2951 |
## wifi-phy.h: void ns3::WifiPhy::SendPacket(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMode mode, ns3::WifiPreamble preamble, uint8_t txPowerLevel) [member function] |
|
2952 |
cls.add_method('SendPacket', |
|
2953 |
'void', |
|
2954 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble'), param('uint8_t', 'txPowerLevel')], |
|
2955 |
is_pure_virtual=True, is_virtual=True) |
|
2956 |
## wifi-phy.h: void ns3::WifiPhy::SetChannelNumber(uint16_t id) [member function] |
|
2957 |
cls.add_method('SetChannelNumber', |
|
2958 |
'void', |
|
2959 |
[param('uint16_t', 'id')], |
|
2960 |
is_pure_virtual=True, is_virtual=True) |
|
2961 |
## wifi-phy.h: void ns3::WifiPhy::SetReceiveErrorCallback(ns3::Callback<void,ns3::Ptr<const ns3::Packet>,double,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function] |
|
2962 |
cls.add_method('SetReceiveErrorCallback', |
|
2963 |
'void', |
|
2964 |
[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')], |
|
2965 |
is_pure_virtual=True, is_virtual=True) |
|
2966 |
## wifi-phy.h: void ns3::WifiPhy::SetReceiveOkCallback(ns3::Callback<void,ns3::Ptr<ns3::Packet>,double,ns3::WifiMode,ns3::WifiPreamble,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function] |
|
2967 |
cls.add_method('SetReceiveOkCallback', |
|
2968 |
'void', |
|
2969 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
|
2970 |
is_pure_virtual=True, is_virtual=True) |
|
2971 |
return |
|
2972 |
||
2973 |
def register_Ns3WifiRemoteStationManager_methods(root_module, cls): |
|
2974 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationManager::WifiRemoteStationManager(ns3::WifiRemoteStationManager const & arg0) [copy constructor] |
|
2975 |
cls.add_constructor([param('ns3::WifiRemoteStationManager const &', 'arg0')]) |
|
2976 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationManager::WifiRemoteStationManager() [constructor] |
|
2977 |
cls.add_constructor([]) |
|
2978 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::AddBasicMode(ns3::WifiMode mode) [member function] |
|
2979 |
cls.add_method('AddBasicMode', |
|
2980 |
'void', |
|
2981 |
[param('ns3::WifiMode', 'mode')]) |
|
6077 | 2982 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::AddSupportedMode(ns3::Mac48Address address, ns3::WifiMode mode) [member function] |
2983 |
cls.add_method('AddSupportedMode', |
|
2984 |
'void', |
|
2985 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'mode')]) |
|
5348 | 2986 |
## wifi-remote-station-manager.h: __gnu_cxx::__normal_iterator<const ns3::WifiMode*,std::vector<ns3::WifiMode, std::allocator<ns3::WifiMode> > > ns3::WifiRemoteStationManager::BeginBasicModes() const [member function] |
2987 |
cls.add_method('BeginBasicModes', |
|
2988 |
'__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >', |
|
2989 |
[], |
|
2990 |
is_const=True) |
|
2991 |
## wifi-remote-station-manager.h: __gnu_cxx::__normal_iterator<const ns3::WifiMode*,std::vector<ns3::WifiMode, std::allocator<ns3::WifiMode> > > ns3::WifiRemoteStationManager::EndBasicModes() const [member function] |
|
2992 |
cls.add_method('EndBasicModes', |
|
2993 |
'__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >', |
|
2994 |
[], |
|
2995 |
is_const=True) |
|
6077 | 2996 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetAckMode(ns3::Mac48Address address, ns3::WifiMode dataMode) [member function] |
2997 |
cls.add_method('GetAckMode', |
|
2998 |
'ns3::WifiMode', |
|
2999 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'dataMode')]) |
|
5348 | 3000 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetBasicMode(uint32_t i) const [member function] |
3001 |
cls.add_method('GetBasicMode', |
|
3002 |
'ns3::WifiMode', |
|
3003 |
[param('uint32_t', 'i')], |
|
3004 |
is_const=True) |
|
6077 | 3005 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetCtsMode(ns3::Mac48Address address, ns3::WifiMode rtsMode) [member function] |
3006 |
cls.add_method('GetCtsMode', |
|
3007 |
'ns3::WifiMode', |
|
3008 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'rtsMode')]) |
|
3009 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetDataMode(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fullPacketSize) [member function] |
|
3010 |
cls.add_method('GetDataMode', |
|
3011 |
'ns3::WifiMode', |
|
3012 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fullPacketSize')]) |
|
5348 | 3013 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetDefaultMode() const [member function] |
3014 |
cls.add_method('GetDefaultMode', |
|
3015 |
'ns3::WifiMode', |
|
3016 |
[], |
|
3017 |
is_const=True) |
|
6077 | 3018 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetFragmentOffset(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function] |
3019 |
cls.add_method('GetFragmentOffset', |
|
3020 |
'uint32_t', |
|
3021 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')]) |
|
3022 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetFragmentSize(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function] |
|
3023 |
cls.add_method('GetFragmentSize', |
|
3024 |
'uint32_t', |
|
3025 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')]) |
|
5348 | 3026 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetFragmentationThreshold() const [member function] |
3027 |
cls.add_method('GetFragmentationThreshold', |
|
3028 |
'uint32_t', |
|
3029 |
[], |
|
3030 |
is_const=True) |
|
6077 | 3031 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStationInfo ns3::WifiRemoteStationManager::GetInfo(ns3::Mac48Address address) [member function] |
3032 |
cls.add_method('GetInfo', |
|
3033 |
'ns3::WifiRemoteStationInfo', |
|
3034 |
[param('ns3::Mac48Address', 'address')]) |
|
5348 | 3035 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetMaxSlrc() const [member function] |
3036 |
cls.add_method('GetMaxSlrc', |
|
3037 |
'uint32_t', |
|
3038 |
[], |
|
3039 |
is_const=True) |
|
3040 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetMaxSsrc() const [member function] |
|
3041 |
cls.add_method('GetMaxSsrc', |
|
3042 |
'uint32_t', |
|
3043 |
[], |
|
3044 |
is_const=True) |
|
3045 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetNBasicModes() const [member function] |
|
3046 |
cls.add_method('GetNBasicModes', |
|
3047 |
'uint32_t', |
|
3048 |
[], |
|
3049 |
is_const=True) |
|
3050 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetNonUnicastMode() const [member function] |
|
3051 |
cls.add_method('GetNonUnicastMode', |
|
3052 |
'ns3::WifiMode', |
|
3053 |
[], |
|
3054 |
is_const=True) |
|
3055 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetRtsCtsThreshold() const [member function] |
|
3056 |
cls.add_method('GetRtsCtsThreshold', |
|
3057 |
'uint32_t', |
|
3058 |
[], |
|
3059 |
is_const=True) |
|
6077 | 3060 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetRtsMode(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function] |
3061 |
cls.add_method('GetRtsMode', |
|
3062 |
'ns3::WifiMode', |
|
3063 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
5348 | 3064 |
## wifi-remote-station-manager.h: static ns3::TypeId ns3::WifiRemoteStationManager::GetTypeId() [member function] |
3065 |
cls.add_method('GetTypeId', |
|
3066 |
'ns3::TypeId', |
|
3067 |
[], |
|
3068 |
is_static=True) |
|
6077 | 3069 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::IsAssociated(ns3::Mac48Address address) const [member function] |
3070 |
cls.add_method('IsAssociated', |
|
3071 |
'bool', |
|
3072 |
[param('ns3::Mac48Address', 'address')], |
|
3073 |
is_const=True) |
|
3074 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::IsBrandNew(ns3::Mac48Address address) const [member function] |
|
3075 |
cls.add_method('IsBrandNew', |
|
3076 |
'bool', |
|
3077 |
[param('ns3::Mac48Address', 'address')], |
|
3078 |
is_const=True) |
|
3079 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::IsLastFragment(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function] |
|
3080 |
cls.add_method('IsLastFragment', |
|
3081 |
'bool', |
|
3082 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')]) |
|
3083 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::IsWaitAssocTxOk(ns3::Mac48Address address) const [member function] |
|
3084 |
cls.add_method('IsWaitAssocTxOk', |
|
3085 |
'bool', |
|
3086 |
[param('ns3::Mac48Address', 'address')], |
|
3087 |
is_const=True) |
|
3088 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::NeedDataRetransmission(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function] |
|
3089 |
cls.add_method('NeedDataRetransmission', |
|
3090 |
'bool', |
|
3091 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
3092 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::NeedFragmentation(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function] |
|
3093 |
cls.add_method('NeedFragmentation', |
|
3094 |
'bool', |
|
3095 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
3096 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::NeedRts(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function] |
|
3097 |
cls.add_method('NeedRts', |
|
3098 |
'bool', |
|
3099 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
3100 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::NeedRtsRetransmission(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function] |
|
3101 |
cls.add_method('NeedRtsRetransmission', |
|
5348 | 3102 |
'bool', |
6077 | 3103 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
3104 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::PrepareForQueue(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fullPacketSize) [member function] |
|
3105 |
cls.add_method('PrepareForQueue', |
|
3106 |
'void', |
|
3107 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fullPacketSize')]) |
|
3108 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::RecordDisassociated(ns3::Mac48Address address) [member function] |
|
3109 |
cls.add_method('RecordDisassociated', |
|
3110 |
'void', |
|
3111 |
[param('ns3::Mac48Address', 'address')]) |
|
3112 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::RecordGotAssocTxFailed(ns3::Mac48Address address) [member function] |
|
3113 |
cls.add_method('RecordGotAssocTxFailed', |
|
3114 |
'void', |
|
3115 |
[param('ns3::Mac48Address', 'address')]) |
|
3116 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::RecordGotAssocTxOk(ns3::Mac48Address address) [member function] |
|
3117 |
cls.add_method('RecordGotAssocTxOk', |
|
3118 |
'void', |
|
3119 |
[param('ns3::Mac48Address', 'address')]) |
|
3120 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::RecordWaitAssocTxOk(ns3::Mac48Address address) [member function] |
|
3121 |
cls.add_method('RecordWaitAssocTxOk', |
|
3122 |
'void', |
|
5348 | 3123 |
[param('ns3::Mac48Address', 'address')]) |
6077 | 3124 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::ReportDataFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function] |
3125 |
cls.add_method('ReportDataFailed', |
|
3126 |
'void', |
|
3127 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')]) |
|
3128 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::ReportDataOk(ns3::Mac48Address address, ns3::WifiMacHeader const * header, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
3129 |
cls.add_method('ReportDataOk', |
|
3130 |
'void', |
|
3131 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')]) |
|
3132 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::ReportFinalDataFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function] |
|
3133 |
cls.add_method('ReportFinalDataFailed', |
|
3134 |
'void', |
|
3135 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')]) |
|
3136 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::ReportFinalRtsFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function] |
|
3137 |
cls.add_method('ReportFinalRtsFailed', |
|
3138 |
'void', |
|
3139 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')]) |
|
3140 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::ReportRtsFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function] |
|
3141 |
cls.add_method('ReportRtsFailed', |
|
3142 |
'void', |
|
3143 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')]) |
|
3144 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::ReportRtsOk(ns3::Mac48Address address, ns3::WifiMacHeader const * header, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
3145 |
cls.add_method('ReportRtsOk', |
|
3146 |
'void', |
|
3147 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')]) |
|
3148 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::ReportRxOk(ns3::Mac48Address address, ns3::WifiMacHeader const * header, double rxSnr, ns3::WifiMode txMode) [member function] |
|
3149 |
cls.add_method('ReportRxOk', |
|
3150 |
'void', |
|
3151 |
[param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')]) |
|
5348 | 3152 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::Reset() [member function] |
3153 |
cls.add_method('Reset', |
|
3154 |
'void', |
|
3155 |
[]) |
|
6077 | 3156 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::Reset(ns3::Mac48Address address) [member function] |
3157 |
cls.add_method('Reset', |
|
3158 |
'void', |
|
3159 |
[param('ns3::Mac48Address', 'address')]) |
|
5348 | 3160 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::SetFragmentationThreshold(uint32_t threshold) [member function] |
3161 |
cls.add_method('SetFragmentationThreshold', |
|
3162 |
'void', |
|
3163 |
[param('uint32_t', 'threshold')]) |
|
3164 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::SetMaxSlrc(uint32_t maxSlrc) [member function] |
|
3165 |
cls.add_method('SetMaxSlrc', |
|
3166 |
'void', |
|
3167 |
[param('uint32_t', 'maxSlrc')]) |
|
3168 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::SetMaxSsrc(uint32_t maxSsrc) [member function] |
|
3169 |
cls.add_method('SetMaxSsrc', |
|
3170 |
'void', |
|
3171 |
[param('uint32_t', 'maxSsrc')]) |
|
3172 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::SetRtsCtsThreshold(uint32_t threshold) [member function] |
|
3173 |
cls.add_method('SetRtsCtsThreshold', |
|
3174 |
'void', |
|
3175 |
[param('uint32_t', 'threshold')]) |
|
3176 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::SetupPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
3177 |
cls.add_method('SetupPhy', |
|
3178 |
'void', |
|
3179 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
3180 |
is_virtual=True) |
|
3181 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoDispose() [member function] |
|
3182 |
cls.add_method('DoDispose', |
|
3183 |
'void', |
|
3184 |
[], |
|
3185 |
visibility='protected', is_virtual=True) |
|
6077 | 3186 |
## wifi-remote-station-manager.h: uint32_t ns3::WifiRemoteStationManager::GetNSupported(ns3::WifiRemoteStation const * station) const [member function] |
3187 |
cls.add_method('GetNSupported', |
|
3188 |
'uint32_t', |
|
3189 |
[param('ns3::WifiRemoteStation const *', 'station')], |
|
3190 |
is_const=True, visibility='protected') |
|
3191 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::GetSupported(ns3::WifiRemoteStation const * station, uint32_t i) const [member function] |
|
3192 |
cls.add_method('GetSupported', |
|
3193 |
'ns3::WifiMode', |
|
3194 |
[param('ns3::WifiRemoteStation const *', 'station'), param('uint32_t', 'i')], |
|
3195 |
is_const=True, visibility='protected') |
|
3196 |
## wifi-remote-station-manager.h: ns3::WifiRemoteStation * ns3::WifiRemoteStationManager::DoCreateStation() const [member function] |
|
3197 |
cls.add_method('DoCreateStation', |
|
5348 | 3198 |
'ns3::WifiRemoteStation *', |
3199 |
[], |
|
6077 | 3200 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
3201 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
3202 |
cls.add_method('DoGetDataMode', |
|
3203 |
'ns3::WifiMode', |
|
3204 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5348 | 3205 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
6077 | 3206 |
## wifi-remote-station-manager.h: ns3::WifiMode ns3::WifiRemoteStationManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
3207 |
cls.add_method('DoGetRtsMode', |
|
3208 |
'ns3::WifiMode', |
|
3209 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3210 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3211 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::DoNeedDataRetransmission(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function] |
|
3212 |
cls.add_method('DoNeedDataRetransmission', |
|
3213 |
'bool', |
|
3214 |
[param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], |
|
3215 |
visibility='private', is_virtual=True) |
|
3216 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::DoNeedFragmentation(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function] |
|
3217 |
cls.add_method('DoNeedFragmentation', |
|
3218 |
'bool', |
|
3219 |
[param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], |
|
3220 |
visibility='private', is_virtual=True) |
|
3221 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::DoNeedRts(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function] |
|
3222 |
cls.add_method('DoNeedRts', |
|
3223 |
'bool', |
|
3224 |
[param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], |
|
3225 |
visibility='private', is_virtual=True) |
|
3226 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::DoNeedRtsRetransmission(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function] |
|
3227 |
cls.add_method('DoNeedRtsRetransmission', |
|
3228 |
'bool', |
|
3229 |
[param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], |
|
3230 |
visibility='private', is_virtual=True) |
|
3231 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3232 |
cls.add_method('DoReportDataFailed', |
|
3233 |
'void', |
|
3234 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3235 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3236 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
3237 |
cls.add_method('DoReportDataOk', |
|
3238 |
'void', |
|
3239 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
3240 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3241 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3242 |
cls.add_method('DoReportFinalDataFailed', |
|
3243 |
'void', |
|
3244 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3245 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3246 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3247 |
cls.add_method('DoReportFinalRtsFailed', |
|
3248 |
'void', |
|
3249 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3250 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3251 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3252 |
cls.add_method('DoReportRtsFailed', |
|
3253 |
'void', |
|
3254 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3255 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3256 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
3257 |
cls.add_method('DoReportRtsOk', |
|
3258 |
'void', |
|
3259 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
3260 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3261 |
## wifi-remote-station-manager.h: void ns3::WifiRemoteStationManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
3262 |
cls.add_method('DoReportRxOk', |
|
3263 |
'void', |
|
3264 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
3265 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3266 |
## wifi-remote-station-manager.h: bool ns3::WifiRemoteStationManager::IsLowLatency() const [member function] |
|
3267 |
cls.add_method('IsLowLatency', |
|
3268 |
'bool', |
|
3269 |
[], |
|
3270 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
5348 | 3271 |
return |
3272 |
||
3273 |
def register_Ns3YansWifiPhy_methods(root_module, cls): |
|
3274 |
## yans-wifi-phy.h: static ns3::TypeId ns3::YansWifiPhy::GetTypeId() [member function] |
|
3275 |
cls.add_method('GetTypeId', |
|
3276 |
'ns3::TypeId', |
|
3277 |
[], |
|
3278 |
is_static=True) |
|
3279 |
## yans-wifi-phy.h: ns3::YansWifiPhy::YansWifiPhy() [constructor] |
|
3280 |
cls.add_constructor([]) |
|
3281 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetChannel(ns3::Ptr<ns3::YansWifiChannel> channel) [member function] |
|
3282 |
cls.add_method('SetChannel', |
|
3283 |
'void', |
|
3284 |
[param('ns3::Ptr< ns3::YansWifiChannel >', 'channel')]) |
|
3285 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetChannelNumber(uint16_t id) [member function] |
|
3286 |
cls.add_method('SetChannelNumber', |
|
3287 |
'void', |
|
3288 |
[param('uint16_t', 'id')], |
|
3289 |
is_virtual=True) |
|
3290 |
## yans-wifi-phy.h: uint16_t ns3::YansWifiPhy::GetChannelNumber() const [member function] |
|
3291 |
cls.add_method('GetChannelNumber', |
|
3292 |
'uint16_t', |
|
3293 |
[], |
|
3294 |
is_const=True, is_virtual=True) |
|
3295 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetChannelFrequencyMhz() const [member function] |
|
3296 |
cls.add_method('GetChannelFrequencyMhz', |
|
3297 |
'double', |
|
3298 |
[], |
|
3299 |
is_const=True) |
|
3300 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::StartReceivePacket(ns3::Ptr<ns3::Packet> packet, double rxPowerDbm, ns3::WifiMode mode, ns3::WifiPreamble preamble) [member function] |
|
3301 |
cls.add_method('StartReceivePacket', |
|
3302 |
'void', |
|
3303 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('double', 'rxPowerDbm'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble')]) |
|
3304 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetRxNoiseFigure(double noiseFigureDb) [member function] |
|
3305 |
cls.add_method('SetRxNoiseFigure', |
|
3306 |
'void', |
|
3307 |
[param('double', 'noiseFigureDb')]) |
|
3308 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetTxPowerStart(double start) [member function] |
|
3309 |
cls.add_method('SetTxPowerStart', |
|
3310 |
'void', |
|
3311 |
[param('double', 'start')]) |
|
3312 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetTxPowerEnd(double end) [member function] |
|
3313 |
cls.add_method('SetTxPowerEnd', |
|
3314 |
'void', |
|
3315 |
[param('double', 'end')]) |
|
3316 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetNTxPower(uint32_t n) [member function] |
|
3317 |
cls.add_method('SetNTxPower', |
|
3318 |
'void', |
|
3319 |
[param('uint32_t', 'n')]) |
|
3320 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetTxGain(double gain) [member function] |
|
3321 |
cls.add_method('SetTxGain', |
|
3322 |
'void', |
|
3323 |
[param('double', 'gain')]) |
|
3324 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetRxGain(double gain) [member function] |
|
3325 |
cls.add_method('SetRxGain', |
|
3326 |
'void', |
|
3327 |
[param('double', 'gain')]) |
|
3328 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetEdThreshold(double threshold) [member function] |
|
3329 |
cls.add_method('SetEdThreshold', |
|
3330 |
'void', |
|
3331 |
[param('double', 'threshold')]) |
|
3332 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetCcaMode1Threshold(double threshold) [member function] |
|
3333 |
cls.add_method('SetCcaMode1Threshold', |
|
3334 |
'void', |
|
3335 |
[param('double', 'threshold')]) |
|
3336 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetErrorRateModel(ns3::Ptr<ns3::ErrorRateModel> rate) [member function] |
|
3337 |
cls.add_method('SetErrorRateModel', |
|
3338 |
'void', |
|
3339 |
[param('ns3::Ptr< ns3::ErrorRateModel >', 'rate')]) |
|
3340 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetDevice(ns3::Ptr<ns3::Object> device) [member function] |
|
3341 |
cls.add_method('SetDevice', |
|
3342 |
'void', |
|
3343 |
[param('ns3::Ptr< ns3::Object >', 'device')]) |
|
3344 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetMobility(ns3::Ptr<ns3::Object> mobility) [member function] |
|
3345 |
cls.add_method('SetMobility', |
|
3346 |
'void', |
|
3347 |
[param('ns3::Ptr< ns3::Object >', 'mobility')]) |
|
3348 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetRxNoiseFigure() const [member function] |
|
3349 |
cls.add_method('GetRxNoiseFigure', |
|
3350 |
'double', |
|
3351 |
[], |
|
3352 |
is_const=True) |
|
3353 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetTxGain() const [member function] |
|
3354 |
cls.add_method('GetTxGain', |
|
3355 |
'double', |
|
3356 |
[], |
|
3357 |
is_const=True) |
|
3358 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetRxGain() const [member function] |
|
3359 |
cls.add_method('GetRxGain', |
|
3360 |
'double', |
|
3361 |
[], |
|
3362 |
is_const=True) |
|
3363 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetEdThreshold() const [member function] |
|
3364 |
cls.add_method('GetEdThreshold', |
|
3365 |
'double', |
|
3366 |
[], |
|
3367 |
is_const=True) |
|
3368 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetCcaMode1Threshold() const [member function] |
|
3369 |
cls.add_method('GetCcaMode1Threshold', |
|
3370 |
'double', |
|
3371 |
[], |
|
3372 |
is_const=True) |
|
3373 |
## yans-wifi-phy.h: ns3::Ptr<ns3::ErrorRateModel> ns3::YansWifiPhy::GetErrorRateModel() const [member function] |
|
3374 |
cls.add_method('GetErrorRateModel', |
|
3375 |
'ns3::Ptr< ns3::ErrorRateModel >', |
|
3376 |
[], |
|
3377 |
is_const=True) |
|
3378 |
## yans-wifi-phy.h: ns3::Ptr<ns3::Object> ns3::YansWifiPhy::GetDevice() const [member function] |
|
3379 |
cls.add_method('GetDevice', |
|
3380 |
'ns3::Ptr< ns3::Object >', |
|
3381 |
[], |
|
3382 |
is_const=True) |
|
3383 |
## yans-wifi-phy.h: ns3::Ptr<ns3::Object> ns3::YansWifiPhy::GetMobility() [member function] |
|
3384 |
cls.add_method('GetMobility', |
|
3385 |
'ns3::Ptr< ns3::Object >', |
|
3386 |
[]) |
|
3387 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetTxPowerStart() const [member function] |
|
3388 |
cls.add_method('GetTxPowerStart', |
|
3389 |
'double', |
|
3390 |
[], |
|
3391 |
is_const=True, is_virtual=True) |
|
3392 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::GetTxPowerEnd() const [member function] |
|
3393 |
cls.add_method('GetTxPowerEnd', |
|
3394 |
'double', |
|
3395 |
[], |
|
3396 |
is_const=True, is_virtual=True) |
|
3397 |
## yans-wifi-phy.h: uint32_t ns3::YansWifiPhy::GetNTxPower() const [member function] |
|
3398 |
cls.add_method('GetNTxPower', |
|
3399 |
'uint32_t', |
|
3400 |
[], |
|
3401 |
is_const=True, is_virtual=True) |
|
3402 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetReceiveOkCallback(ns3::Callback<void,ns3::Ptr<ns3::Packet>,double,ns3::WifiMode,ns3::WifiPreamble,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function] |
|
3403 |
cls.add_method('SetReceiveOkCallback', |
|
3404 |
'void', |
|
3405 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
|
3406 |
is_virtual=True) |
|
3407 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::SetReceiveErrorCallback(ns3::Callback<void,ns3::Ptr<const ns3::Packet>,double,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function] |
|
3408 |
cls.add_method('SetReceiveErrorCallback', |
|
3409 |
'void', |
|
3410 |
[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')], |
|
3411 |
is_virtual=True) |
|
3412 |
## 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] |
|
3413 |
cls.add_method('SendPacket', |
|
3414 |
'void', |
|
3415 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble'), param('uint8_t', 'txPowerLevel')], |
|
3416 |
is_virtual=True) |
|
3417 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::RegisterListener(ns3::WifiPhyListener * listener) [member function] |
|
3418 |
cls.add_method('RegisterListener', |
|
3419 |
'void', |
|
3420 |
[param('ns3::WifiPhyListener *', 'listener')], |
|
3421 |
is_virtual=True) |
|
3422 |
## yans-wifi-phy.h: bool ns3::YansWifiPhy::IsStateCcaBusy() [member function] |
|
3423 |
cls.add_method('IsStateCcaBusy', |
|
3424 |
'bool', |
|
3425 |
[], |
|
3426 |
is_virtual=True) |
|
3427 |
## yans-wifi-phy.h: bool ns3::YansWifiPhy::IsStateIdle() [member function] |
|
3428 |
cls.add_method('IsStateIdle', |
|
3429 |
'bool', |
|
3430 |
[], |
|
3431 |
is_virtual=True) |
|
3432 |
## yans-wifi-phy.h: bool ns3::YansWifiPhy::IsStateBusy() [member function] |
|
3433 |
cls.add_method('IsStateBusy', |
|
3434 |
'bool', |
|
3435 |
[], |
|
3436 |
is_virtual=True) |
|
5821 | 3437 |
## yans-wifi-phy.h: bool ns3::YansWifiPhy::IsStateRx() [member function] |
3438 |
cls.add_method('IsStateRx', |
|
5348 | 3439 |
'bool', |
3440 |
[], |
|
3441 |
is_virtual=True) |
|
3442 |
## yans-wifi-phy.h: bool ns3::YansWifiPhy::IsStateTx() [member function] |
|
3443 |
cls.add_method('IsStateTx', |
|
3444 |
'bool', |
|
3445 |
[], |
|
3446 |
is_virtual=True) |
|
3447 |
## yans-wifi-phy.h: bool ns3::YansWifiPhy::IsStateSwitching() [member function] |
|
3448 |
cls.add_method('IsStateSwitching', |
|
3449 |
'bool', |
|
3450 |
[], |
|
3451 |
is_virtual=True) |
|
3452 |
## yans-wifi-phy.h: ns3::Time ns3::YansWifiPhy::GetStateDuration() [member function] |
|
3453 |
cls.add_method('GetStateDuration', |
|
3454 |
'ns3::Time', |
|
3455 |
[], |
|
3456 |
is_virtual=True) |
|
3457 |
## yans-wifi-phy.h: ns3::Time ns3::YansWifiPhy::GetDelayUntilIdle() [member function] |
|
3458 |
cls.add_method('GetDelayUntilIdle', |
|
3459 |
'ns3::Time', |
|
3460 |
[], |
|
3461 |
is_virtual=True) |
|
3462 |
## yans-wifi-phy.h: ns3::Time ns3::YansWifiPhy::GetLastRxStartTime() const [member function] |
|
3463 |
cls.add_method('GetLastRxStartTime', |
|
3464 |
'ns3::Time', |
|
3465 |
[], |
|
3466 |
is_const=True, is_virtual=True) |
|
3467 |
## yans-wifi-phy.h: ns3::Time ns3::YansWifiPhy::CalculateTxDuration(uint32_t size, ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) const [member function] |
|
3468 |
cls.add_method('CalculateTxDuration', |
|
3469 |
'ns3::Time', |
|
3470 |
[param('uint32_t', 'size'), param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], |
|
3471 |
is_const=True, is_virtual=True) |
|
3472 |
## yans-wifi-phy.h: uint32_t ns3::YansWifiPhy::GetNModes() const [member function] |
|
3473 |
cls.add_method('GetNModes', |
|
3474 |
'uint32_t', |
|
3475 |
[], |
|
3476 |
is_const=True, is_virtual=True) |
|
3477 |
## yans-wifi-phy.h: ns3::WifiMode ns3::YansWifiPhy::GetMode(uint32_t mode) const [member function] |
|
3478 |
cls.add_method('GetMode', |
|
3479 |
'ns3::WifiMode', |
|
3480 |
[param('uint32_t', 'mode')], |
|
3481 |
is_const=True, is_virtual=True) |
|
3482 |
## yans-wifi-phy.h: double ns3::YansWifiPhy::CalculateSnr(ns3::WifiMode txMode, double ber) const [member function] |
|
3483 |
cls.add_method('CalculateSnr', |
|
3484 |
'double', |
|
3485 |
[param('ns3::WifiMode', 'txMode'), param('double', 'ber')], |
|
3486 |
is_const=True, is_virtual=True) |
|
3487 |
## yans-wifi-phy.h: ns3::Ptr<ns3::WifiChannel> ns3::YansWifiPhy::GetChannel() const [member function] |
|
3488 |
cls.add_method('GetChannel', |
|
3489 |
'ns3::Ptr< ns3::WifiChannel >', |
|
3490 |
[], |
|
3491 |
is_const=True, is_virtual=True) |
|
3492 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::ConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
|
3493 |
cls.add_method('ConfigureStandard', |
|
3494 |
'void', |
|
3495 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
3496 |
is_virtual=True) |
|
3497 |
## yans-wifi-phy.h: void ns3::YansWifiPhy::DoDispose() [member function] |
|
3498 |
cls.add_method('DoDispose', |
|
3499 |
'void', |
|
3500 |
[], |
|
3501 |
visibility='private', is_virtual=True) |
|
3502 |
return |
|
3503 |
||
6077 | 3504 |
def register_Ns3AarfWifiManager_methods(root_module, cls): |
3505 |
## aarf-wifi-manager.h: ns3::AarfWifiManager::AarfWifiManager(ns3::AarfWifiManager const & arg0) [copy constructor] |
|
3506 |
cls.add_constructor([param('ns3::AarfWifiManager const &', 'arg0')]) |
|
3507 |
## aarf-wifi-manager.h: ns3::AarfWifiManager::AarfWifiManager() [constructor] |
|
3508 |
cls.add_constructor([]) |
|
3509 |
## aarf-wifi-manager.h: static ns3::TypeId ns3::AarfWifiManager::GetTypeId() [member function] |
|
3510 |
cls.add_method('GetTypeId', |
|
3511 |
'ns3::TypeId', |
|
3512 |
[], |
|
3513 |
is_static=True) |
|
3514 |
## aarf-wifi-manager.h: ns3::WifiRemoteStation * ns3::AarfWifiManager::DoCreateStation() const [member function] |
|
3515 |
cls.add_method('DoCreateStation', |
|
3516 |
'ns3::WifiRemoteStation *', |
|
3517 |
[], |
|
3518 |
is_const=True, visibility='private', is_virtual=True) |
|
3519 |
## aarf-wifi-manager.h: ns3::WifiMode ns3::AarfWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
3520 |
cls.add_method('DoGetDataMode', |
|
3521 |
'ns3::WifiMode', |
|
3522 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
3523 |
visibility='private', is_virtual=True) |
|
3524 |
## aarf-wifi-manager.h: ns3::WifiMode ns3::AarfWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
|
3525 |
cls.add_method('DoGetRtsMode', |
|
3526 |
'ns3::WifiMode', |
|
3527 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3528 |
visibility='private', is_virtual=True) |
|
3529 |
## aarf-wifi-manager.h: void ns3::AarfWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3530 |
cls.add_method('DoReportDataFailed', |
|
3531 |
'void', |
|
3532 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3533 |
visibility='private', is_virtual=True) |
|
3534 |
## aarf-wifi-manager.h: void ns3::AarfWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
3535 |
cls.add_method('DoReportDataOk', |
|
3536 |
'void', |
|
3537 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
3538 |
visibility='private', is_virtual=True) |
|
3539 |
## aarf-wifi-manager.h: void ns3::AarfWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3540 |
cls.add_method('DoReportFinalDataFailed', |
|
3541 |
'void', |
|
3542 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3543 |
visibility='private', is_virtual=True) |
|
3544 |
## aarf-wifi-manager.h: void ns3::AarfWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3545 |
cls.add_method('DoReportFinalRtsFailed', |
|
3546 |
'void', |
|
3547 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3548 |
visibility='private', is_virtual=True) |
|
3549 |
## aarf-wifi-manager.h: void ns3::AarfWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3550 |
cls.add_method('DoReportRtsFailed', |
|
3551 |
'void', |
|
3552 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3553 |
visibility='private', is_virtual=True) |
|
3554 |
## aarf-wifi-manager.h: void ns3::AarfWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
3555 |
cls.add_method('DoReportRtsOk', |
|
3556 |
'void', |
|
3557 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
3558 |
visibility='private', is_virtual=True) |
|
3559 |
## aarf-wifi-manager.h: void ns3::AarfWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
3560 |
cls.add_method('DoReportRxOk', |
|
3561 |
'void', |
|
3562 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
3563 |
visibility='private', is_virtual=True) |
|
3564 |
## aarf-wifi-manager.h: bool ns3::AarfWifiManager::IsLowLatency() const [member function] |
|
3565 |
cls.add_method('IsLowLatency', |
|
3566 |
'bool', |
|
5348 | 3567 |
[], |
3568 |
is_const=True, visibility='private', is_virtual=True) |
|
6077 | 3569 |
return |
3570 |
||
3571 |
def register_Ns3AarfcdWifiManager_methods(root_module, cls): |
|
3572 |
## aarfcd-wifi-manager.h: ns3::AarfcdWifiManager::AarfcdWifiManager(ns3::AarfcdWifiManager const & arg0) [copy constructor] |
|
3573 |
cls.add_constructor([param('ns3::AarfcdWifiManager const &', 'arg0')]) |
|
3574 |
## aarfcd-wifi-manager.h: ns3::AarfcdWifiManager::AarfcdWifiManager() [constructor] |
|
3575 |
cls.add_constructor([]) |
|
3576 |
## aarfcd-wifi-manager.h: static ns3::TypeId ns3::AarfcdWifiManager::GetTypeId() [member function] |
|
3577 |
cls.add_method('GetTypeId', |
|
3578 |
'ns3::TypeId', |
|
3579 |
[], |
|
3580 |
is_static=True) |
|
3581 |
## aarfcd-wifi-manager.h: ns3::WifiRemoteStation * ns3::AarfcdWifiManager::DoCreateStation() const [member function] |
|
3582 |
cls.add_method('DoCreateStation', |
|
3583 |
'ns3::WifiRemoteStation *', |
|
3584 |
[], |
|
3585 |
is_const=True, visibility='private', is_virtual=True) |
|
3586 |
## aarfcd-wifi-manager.h: ns3::WifiMode ns3::AarfcdWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
3587 |
cls.add_method('DoGetDataMode', |
|
3588 |
'ns3::WifiMode', |
|
3589 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
3590 |
visibility='private', is_virtual=True) |
|
3591 |
## aarfcd-wifi-manager.h: ns3::WifiMode ns3::AarfcdWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
|
3592 |
cls.add_method('DoGetRtsMode', |
|
3593 |
'ns3::WifiMode', |
|
3594 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3595 |
visibility='private', is_virtual=True) |
|
3596 |
## aarfcd-wifi-manager.h: bool ns3::AarfcdWifiManager::DoNeedRts(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function] |
|
3597 |
cls.add_method('DoNeedRts', |
|
3598 |
'bool', |
|
3599 |
[param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], |
|
5348 | 3600 |
visibility='private', is_virtual=True) |
6077 | 3601 |
## aarfcd-wifi-manager.h: void ns3::AarfcdWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
3602 |
cls.add_method('DoReportDataFailed', |
|
3603 |
'void', |
|
3604 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3605 |
visibility='private', is_virtual=True) |
|
3606 |
## aarfcd-wifi-manager.h: void ns3::AarfcdWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
3607 |
cls.add_method('DoReportDataOk', |
|
3608 |
'void', |
|
3609 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
3610 |
visibility='private', is_virtual=True) |
|
3611 |
## aarfcd-wifi-manager.h: void ns3::AarfcdWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3612 |
cls.add_method('DoReportFinalDataFailed', |
|
3613 |
'void', |
|
3614 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3615 |
visibility='private', is_virtual=True) |
|
3616 |
## aarfcd-wifi-manager.h: void ns3::AarfcdWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3617 |
cls.add_method('DoReportFinalRtsFailed', |
|
3618 |
'void', |
|
3619 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5348 | 3620 |
visibility='private', is_virtual=True) |
6077 | 3621 |
## aarfcd-wifi-manager.h: void ns3::AarfcdWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
3622 |
cls.add_method('DoReportRtsFailed', |
|
3623 |
'void', |
|
3624 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3625 |
visibility='private', is_virtual=True) |
|
3626 |
## aarfcd-wifi-manager.h: void ns3::AarfcdWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
3627 |
cls.add_method('DoReportRtsOk', |
|
3628 |
'void', |
|
3629 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
3630 |
visibility='private', is_virtual=True) |
|
3631 |
## aarfcd-wifi-manager.h: void ns3::AarfcdWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
3632 |
cls.add_method('DoReportRxOk', |
|
3633 |
'void', |
|
3634 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
3635 |
visibility='private', is_virtual=True) |
|
3636 |
## aarfcd-wifi-manager.h: bool ns3::AarfcdWifiManager::IsLowLatency() const [member function] |
|
3637 |
cls.add_method('IsLowLatency', |
|
3638 |
'bool', |
|
3639 |
[], |
|
3640 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 3641 |
return |
3642 |
||
3643 |
def register_Ns3AdhocWifiMac_methods(root_module, cls): |
|
3644 |
## adhoc-wifi-mac.h: static ns3::TypeId ns3::AdhocWifiMac::GetTypeId() [member function] |
|
3645 |
cls.add_method('GetTypeId', |
|
3646 |
'ns3::TypeId', |
|
3647 |
[], |
|
3648 |
is_static=True) |
|
3649 |
## adhoc-wifi-mac.h: ns3::AdhocWifiMac::AdhocWifiMac() [constructor] |
|
3650 |
cls.add_constructor([]) |
|
3651 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetSlot(ns3::Time slotTime) [member function] |
|
3652 |
cls.add_method('SetSlot', |
|
3653 |
'void', |
|
3654 |
[param('ns3::Time', 'slotTime')], |
|
3655 |
is_virtual=True) |
|
3656 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetSifs(ns3::Time sifs) [member function] |
|
3657 |
cls.add_method('SetSifs', |
|
3658 |
'void', |
|
3659 |
[param('ns3::Time', 'sifs')], |
|
3660 |
is_virtual=True) |
|
3661 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
3662 |
cls.add_method('SetEifsNoDifs', |
|
3663 |
'void', |
|
3664 |
[param('ns3::Time', 'eifsNoDifs')], |
|
3665 |
is_virtual=True) |
|
3666 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
3667 |
cls.add_method('SetAckTimeout', |
|
3668 |
'void', |
|
3669 |
[param('ns3::Time', 'ackTimeout')], |
|
3670 |
is_virtual=True) |
|
3671 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
|
3672 |
cls.add_method('SetCtsTimeout', |
|
3673 |
'void', |
|
3674 |
[param('ns3::Time', 'ctsTimeout')], |
|
3675 |
is_virtual=True) |
|
3676 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetPifs(ns3::Time pifs) [member function] |
|
3677 |
cls.add_method('SetPifs', |
|
3678 |
'void', |
|
3679 |
[param('ns3::Time', 'pifs')], |
|
3680 |
is_virtual=True) |
|
3681 |
## adhoc-wifi-mac.h: ns3::Time ns3::AdhocWifiMac::GetSlot() const [member function] |
|
3682 |
cls.add_method('GetSlot', |
|
3683 |
'ns3::Time', |
|
3684 |
[], |
|
3685 |
is_const=True, is_virtual=True) |
|
3686 |
## adhoc-wifi-mac.h: ns3::Time ns3::AdhocWifiMac::GetSifs() const [member function] |
|
3687 |
cls.add_method('GetSifs', |
|
3688 |
'ns3::Time', |
|
3689 |
[], |
|
3690 |
is_const=True, is_virtual=True) |
|
3691 |
## adhoc-wifi-mac.h: ns3::Time ns3::AdhocWifiMac::GetEifsNoDifs() const [member function] |
|
3692 |
cls.add_method('GetEifsNoDifs', |
|
3693 |
'ns3::Time', |
|
3694 |
[], |
|
3695 |
is_const=True, is_virtual=True) |
|
3696 |
## adhoc-wifi-mac.h: ns3::Time ns3::AdhocWifiMac::GetAckTimeout() const [member function] |
|
3697 |
cls.add_method('GetAckTimeout', |
|
3698 |
'ns3::Time', |
|
3699 |
[], |
|
3700 |
is_const=True, is_virtual=True) |
|
3701 |
## adhoc-wifi-mac.h: ns3::Time ns3::AdhocWifiMac::GetCtsTimeout() const [member function] |
|
3702 |
cls.add_method('GetCtsTimeout', |
|
3703 |
'ns3::Time', |
|
3704 |
[], |
|
3705 |
is_const=True, is_virtual=True) |
|
3706 |
## adhoc-wifi-mac.h: ns3::Time ns3::AdhocWifiMac::GetPifs() const [member function] |
|
3707 |
cls.add_method('GetPifs', |
|
3708 |
'ns3::Time', |
|
3709 |
[], |
|
3710 |
is_const=True, is_virtual=True) |
|
3711 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
3712 |
cls.add_method('SetWifiPhy', |
|
3713 |
'void', |
|
3714 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
3715 |
is_virtual=True) |
|
3716 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function] |
|
3717 |
cls.add_method('SetWifiRemoteStationManager', |
|
3718 |
'void', |
|
3719 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], |
|
3720 |
is_virtual=True) |
|
3721 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
3722 |
cls.add_method('Enqueue', |
|
3723 |
'void', |
|
3724 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], |
|
3725 |
is_virtual=True) |
|
3726 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function] |
|
3727 |
cls.add_method('Enqueue', |
|
3728 |
'void', |
|
3729 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], |
|
3730 |
is_virtual=True) |
|
3731 |
## adhoc-wifi-mac.h: bool ns3::AdhocWifiMac::SupportsSendFrom() const [member function] |
|
3732 |
cls.add_method('SupportsSendFrom', |
|
3733 |
'bool', |
|
3734 |
[], |
|
3735 |
is_const=True, is_virtual=True) |
|
3736 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function] |
|
3737 |
cls.add_method('SetForwardUpCallback', |
|
3738 |
'void', |
|
3739 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], |
|
3740 |
is_virtual=True) |
|
3741 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function] |
|
3742 |
cls.add_method('SetLinkUpCallback', |
|
3743 |
'void', |
|
3744 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], |
|
3745 |
is_virtual=True) |
|
3746 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function] |
|
3747 |
cls.add_method('SetLinkDownCallback', |
|
3748 |
'void', |
|
3749 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], |
|
3750 |
is_virtual=True) |
|
3751 |
## adhoc-wifi-mac.h: ns3::Mac48Address ns3::AdhocWifiMac::GetAddress() const [member function] |
|
3752 |
cls.add_method('GetAddress', |
|
3753 |
'ns3::Mac48Address', |
|
3754 |
[], |
|
3755 |
is_const=True, is_virtual=True) |
|
3756 |
## adhoc-wifi-mac.h: ns3::Ssid ns3::AdhocWifiMac::GetSsid() const [member function] |
|
3757 |
cls.add_method('GetSsid', |
|
3758 |
'ns3::Ssid', |
|
3759 |
[], |
|
3760 |
is_const=True, is_virtual=True) |
|
3761 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetAddress(ns3::Mac48Address address) [member function] |
|
3762 |
cls.add_method('SetAddress', |
|
3763 |
'void', |
|
3764 |
[param('ns3::Mac48Address', 'address')], |
|
3765 |
is_virtual=True) |
|
3766 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::SetSsid(ns3::Ssid ssid) [member function] |
|
3767 |
cls.add_method('SetSsid', |
|
3768 |
'void', |
|
3769 |
[param('ns3::Ssid', 'ssid')], |
|
3770 |
is_virtual=True) |
|
3771 |
## adhoc-wifi-mac.h: ns3::Mac48Address ns3::AdhocWifiMac::GetBssid() const [member function] |
|
3772 |
cls.add_method('GetBssid', |
|
3773 |
'ns3::Mac48Address', |
|
3774 |
[], |
|
3775 |
is_const=True, is_virtual=True) |
|
3776 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::DoDispose() [member function] |
|
3777 |
cls.add_method('DoDispose', |
|
3778 |
'void', |
|
3779 |
[], |
|
3780 |
visibility='private', is_virtual=True) |
|
6085
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
3781 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::DoStart() [member function] |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
3782 |
cls.add_method('DoStart', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
3783 |
'void', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
3784 |
[], |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
3785 |
visibility='private', is_virtual=True) |
5348 | 3786 |
## adhoc-wifi-mac.h: void ns3::AdhocWifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
3787 |
cls.add_method('FinishConfigureStandard', |
|
3788 |
'void', |
|
3789 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
3790 |
visibility='private', is_virtual=True) |
|
3791 |
return |
|
3792 |
||
3793 |
def register_Ns3AmrrWifiManager_methods(root_module, cls): |
|
3794 |
## amrr-wifi-manager.h: ns3::AmrrWifiManager::AmrrWifiManager(ns3::AmrrWifiManager const & arg0) [copy constructor] |
|
3795 |
cls.add_constructor([param('ns3::AmrrWifiManager const &', 'arg0')]) |
|
3796 |
## amrr-wifi-manager.h: ns3::AmrrWifiManager::AmrrWifiManager() [constructor] |
|
3797 |
cls.add_constructor([]) |
|
3798 |
## amrr-wifi-manager.h: static ns3::TypeId ns3::AmrrWifiManager::GetTypeId() [member function] |
|
3799 |
cls.add_method('GetTypeId', |
|
3800 |
'ns3::TypeId', |
|
3801 |
[], |
|
3802 |
is_static=True) |
|
6077 | 3803 |
## amrr-wifi-manager.h: ns3::WifiRemoteStation * ns3::AmrrWifiManager::DoCreateStation() const [member function] |
3804 |
cls.add_method('DoCreateStation', |
|
5348 | 3805 |
'ns3::WifiRemoteStation *', |
3806 |
[], |
|
6077 | 3807 |
is_const=True, visibility='private', is_virtual=True) |
3808 |
## amrr-wifi-manager.h: ns3::WifiMode ns3::AmrrWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
3809 |
cls.add_method('DoGetDataMode', |
|
3810 |
'ns3::WifiMode', |
|
3811 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5348 | 3812 |
visibility='private', is_virtual=True) |
6077 | 3813 |
## amrr-wifi-manager.h: ns3::WifiMode ns3::AmrrWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
3814 |
cls.add_method('DoGetRtsMode', |
|
3815 |
'ns3::WifiMode', |
|
3816 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3817 |
visibility='private', is_virtual=True) |
|
3818 |
## amrr-wifi-manager.h: void ns3::AmrrWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3819 |
cls.add_method('DoReportDataFailed', |
|
3820 |
'void', |
|
3821 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3822 |
visibility='private', is_virtual=True) |
|
3823 |
## amrr-wifi-manager.h: void ns3::AmrrWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
3824 |
cls.add_method('DoReportDataOk', |
|
3825 |
'void', |
|
3826 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
3827 |
visibility='private', is_virtual=True) |
|
3828 |
## amrr-wifi-manager.h: void ns3::AmrrWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3829 |
cls.add_method('DoReportFinalDataFailed', |
|
3830 |
'void', |
|
3831 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3832 |
visibility='private', is_virtual=True) |
|
3833 |
## amrr-wifi-manager.h: void ns3::AmrrWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3834 |
cls.add_method('DoReportFinalRtsFailed', |
|
3835 |
'void', |
|
3836 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3837 |
visibility='private', is_virtual=True) |
|
3838 |
## amrr-wifi-manager.h: void ns3::AmrrWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3839 |
cls.add_method('DoReportRtsFailed', |
|
3840 |
'void', |
|
3841 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3842 |
visibility='private', is_virtual=True) |
|
3843 |
## amrr-wifi-manager.h: void ns3::AmrrWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
3844 |
cls.add_method('DoReportRtsOk', |
|
3845 |
'void', |
|
3846 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
3847 |
visibility='private', is_virtual=True) |
|
3848 |
## amrr-wifi-manager.h: void ns3::AmrrWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
3849 |
cls.add_method('DoReportRxOk', |
|
3850 |
'void', |
|
3851 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
3852 |
visibility='private', is_virtual=True) |
|
3853 |
## amrr-wifi-manager.h: bool ns3::AmrrWifiManager::IsLowLatency() const [member function] |
|
3854 |
cls.add_method('IsLowLatency', |
|
3855 |
'bool', |
|
3856 |
[], |
|
3857 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 3858 |
return |
3859 |
||
3860 |
def register_Ns3AmsduSubframeHeader_methods(root_module, cls): |
|
3861 |
## amsdu-subframe-header.h: ns3::AmsduSubframeHeader::AmsduSubframeHeader(ns3::AmsduSubframeHeader const & arg0) [copy constructor] |
|
3862 |
cls.add_constructor([param('ns3::AmsduSubframeHeader const &', 'arg0')]) |
|
3863 |
## amsdu-subframe-header.h: ns3::AmsduSubframeHeader::AmsduSubframeHeader() [constructor] |
|
3864 |
cls.add_constructor([]) |
|
3865 |
## amsdu-subframe-header.h: uint32_t ns3::AmsduSubframeHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
3866 |
cls.add_method('Deserialize', |
|
3867 |
'uint32_t', |
|
3868 |
[param('ns3::Buffer::Iterator', 'start')], |
|
3869 |
is_virtual=True) |
|
3870 |
## amsdu-subframe-header.h: ns3::Mac48Address ns3::AmsduSubframeHeader::GetDestinationAddr() const [member function] |
|
3871 |
cls.add_method('GetDestinationAddr', |
|
3872 |
'ns3::Mac48Address', |
|
3873 |
[], |
|
3874 |
is_const=True) |
|
3875 |
## amsdu-subframe-header.h: ns3::TypeId ns3::AmsduSubframeHeader::GetInstanceTypeId() const [member function] |
|
3876 |
cls.add_method('GetInstanceTypeId', |
|
3877 |
'ns3::TypeId', |
|
3878 |
[], |
|
3879 |
is_const=True, is_virtual=True) |
|
3880 |
## amsdu-subframe-header.h: uint16_t ns3::AmsduSubframeHeader::GetLength() const [member function] |
|
3881 |
cls.add_method('GetLength', |
|
3882 |
'uint16_t', |
|
3883 |
[], |
|
3884 |
is_const=True) |
|
3885 |
## amsdu-subframe-header.h: uint32_t ns3::AmsduSubframeHeader::GetSerializedSize() const [member function] |
|
3886 |
cls.add_method('GetSerializedSize', |
|
3887 |
'uint32_t', |
|
3888 |
[], |
|
3889 |
is_const=True, is_virtual=True) |
|
3890 |
## amsdu-subframe-header.h: ns3::Mac48Address ns3::AmsduSubframeHeader::GetSourceAddr() const [member function] |
|
3891 |
cls.add_method('GetSourceAddr', |
|
3892 |
'ns3::Mac48Address', |
|
3893 |
[], |
|
3894 |
is_const=True) |
|
3895 |
## amsdu-subframe-header.h: static ns3::TypeId ns3::AmsduSubframeHeader::GetTypeId() [member function] |
|
3896 |
cls.add_method('GetTypeId', |
|
3897 |
'ns3::TypeId', |
|
3898 |
[], |
|
3899 |
is_static=True) |
|
3900 |
## amsdu-subframe-header.h: void ns3::AmsduSubframeHeader::Print(std::ostream & os) const [member function] |
|
3901 |
cls.add_method('Print', |
|
3902 |
'void', |
|
3903 |
[param('std::ostream &', 'os')], |
|
3904 |
is_const=True, is_virtual=True) |
|
3905 |
## amsdu-subframe-header.h: void ns3::AmsduSubframeHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
3906 |
cls.add_method('Serialize', |
|
3907 |
'void', |
|
3908 |
[param('ns3::Buffer::Iterator', 'start')], |
|
3909 |
is_const=True, is_virtual=True) |
|
3910 |
## amsdu-subframe-header.h: void ns3::AmsduSubframeHeader::SetDestinationAddr(ns3::Mac48Address to) [member function] |
|
3911 |
cls.add_method('SetDestinationAddr', |
|
3912 |
'void', |
|
3913 |
[param('ns3::Mac48Address', 'to')]) |
|
3914 |
## amsdu-subframe-header.h: void ns3::AmsduSubframeHeader::SetLength(uint16_t arg0) [member function] |
|
3915 |
cls.add_method('SetLength', |
|
3916 |
'void', |
|
3917 |
[param('uint16_t', 'arg0')]) |
|
3918 |
## amsdu-subframe-header.h: void ns3::AmsduSubframeHeader::SetSourceAddr(ns3::Mac48Address to) [member function] |
|
3919 |
cls.add_method('SetSourceAddr', |
|
3920 |
'void', |
|
3921 |
[param('ns3::Mac48Address', 'to')]) |
|
3922 |
return |
|
3923 |
||
3924 |
def register_Ns3ArfWifiManager_methods(root_module, cls): |
|
3925 |
## arf-wifi-manager.h: ns3::ArfWifiManager::ArfWifiManager(ns3::ArfWifiManager const & arg0) [copy constructor] |
|
3926 |
cls.add_constructor([param('ns3::ArfWifiManager const &', 'arg0')]) |
|
3927 |
## arf-wifi-manager.h: ns3::ArfWifiManager::ArfWifiManager() [constructor] |
|
3928 |
cls.add_constructor([]) |
|
3929 |
## arf-wifi-manager.h: static ns3::TypeId ns3::ArfWifiManager::GetTypeId() [member function] |
|
3930 |
cls.add_method('GetTypeId', |
|
3931 |
'ns3::TypeId', |
|
3932 |
[], |
|
3933 |
is_static=True) |
|
6077 | 3934 |
## arf-wifi-manager.h: ns3::WifiRemoteStation * ns3::ArfWifiManager::DoCreateStation() const [member function] |
3935 |
cls.add_method('DoCreateStation', |
|
5348 | 3936 |
'ns3::WifiRemoteStation *', |
3937 |
[], |
|
6077 | 3938 |
is_const=True, visibility='private', is_virtual=True) |
3939 |
## arf-wifi-manager.h: ns3::WifiMode ns3::ArfWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
3940 |
cls.add_method('DoGetDataMode', |
|
3941 |
'ns3::WifiMode', |
|
3942 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5348 | 3943 |
visibility='private', is_virtual=True) |
6077 | 3944 |
## arf-wifi-manager.h: ns3::WifiMode ns3::ArfWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
3945 |
cls.add_method('DoGetRtsMode', |
|
3946 |
'ns3::WifiMode', |
|
3947 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3948 |
visibility='private', is_virtual=True) |
|
3949 |
## arf-wifi-manager.h: void ns3::ArfWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3950 |
cls.add_method('DoReportDataFailed', |
|
3951 |
'void', |
|
3952 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3953 |
visibility='private', is_virtual=True) |
|
3954 |
## arf-wifi-manager.h: void ns3::ArfWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
3955 |
cls.add_method('DoReportDataOk', |
|
3956 |
'void', |
|
3957 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
3958 |
visibility='private', is_virtual=True) |
|
3959 |
## arf-wifi-manager.h: void ns3::ArfWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
3960 |
cls.add_method('DoReportFinalDataFailed', |
|
3961 |
'void', |
|
3962 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3963 |
visibility='private', is_virtual=True) |
|
3964 |
## arf-wifi-manager.h: void ns3::ArfWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3965 |
cls.add_method('DoReportFinalRtsFailed', |
|
3966 |
'void', |
|
3967 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3968 |
visibility='private', is_virtual=True) |
|
3969 |
## arf-wifi-manager.h: void ns3::ArfWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
3970 |
cls.add_method('DoReportRtsFailed', |
|
3971 |
'void', |
|
3972 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
3973 |
visibility='private', is_virtual=True) |
|
3974 |
## arf-wifi-manager.h: void ns3::ArfWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
3975 |
cls.add_method('DoReportRtsOk', |
|
3976 |
'void', |
|
3977 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
3978 |
visibility='private', is_virtual=True) |
|
3979 |
## arf-wifi-manager.h: void ns3::ArfWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
3980 |
cls.add_method('DoReportRxOk', |
|
3981 |
'void', |
|
3982 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
3983 |
visibility='private', is_virtual=True) |
|
3984 |
## arf-wifi-manager.h: bool ns3::ArfWifiManager::IsLowLatency() const [member function] |
|
3985 |
cls.add_method('IsLowLatency', |
|
3986 |
'bool', |
|
3987 |
[], |
|
3988 |
is_const=True, visibility='private', is_virtual=True) |
|
3989 |
return |
|
3990 |
||
3991 |
def register_Ns3CaraWifiManager_methods(root_module, cls): |
|
3992 |
## cara-wifi-manager.h: ns3::CaraWifiManager::CaraWifiManager(ns3::CaraWifiManager const & arg0) [copy constructor] |
|
3993 |
cls.add_constructor([param('ns3::CaraWifiManager const &', 'arg0')]) |
|
3994 |
## cara-wifi-manager.h: ns3::CaraWifiManager::CaraWifiManager() [constructor] |
|
3995 |
cls.add_constructor([]) |
|
3996 |
## cara-wifi-manager.h: static ns3::TypeId ns3::CaraWifiManager::GetTypeId() [member function] |
|
3997 |
cls.add_method('GetTypeId', |
|
3998 |
'ns3::TypeId', |
|
3999 |
[], |
|
4000 |
is_static=True) |
|
4001 |
## cara-wifi-manager.h: ns3::WifiRemoteStation * ns3::CaraWifiManager::DoCreateStation() const [member function] |
|
4002 |
cls.add_method('DoCreateStation', |
|
4003 |
'ns3::WifiRemoteStation *', |
|
4004 |
[], |
|
4005 |
is_const=True, visibility='private', is_virtual=True) |
|
4006 |
## cara-wifi-manager.h: ns3::WifiMode ns3::CaraWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
4007 |
cls.add_method('DoGetDataMode', |
|
4008 |
'ns3::WifiMode', |
|
4009 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
4010 |
visibility='private', is_virtual=True) |
|
4011 |
## cara-wifi-manager.h: ns3::WifiMode ns3::CaraWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
|
4012 |
cls.add_method('DoGetRtsMode', |
|
4013 |
'ns3::WifiMode', |
|
4014 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4015 |
visibility='private', is_virtual=True) |
|
4016 |
## cara-wifi-manager.h: bool ns3::CaraWifiManager::DoNeedRts(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function] |
|
4017 |
cls.add_method('DoNeedRts', |
|
4018 |
'bool', |
|
4019 |
[param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], |
|
4020 |
visibility='private', is_virtual=True) |
|
4021 |
## cara-wifi-manager.h: void ns3::CaraWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4022 |
cls.add_method('DoReportDataFailed', |
|
4023 |
'void', |
|
4024 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4025 |
visibility='private', is_virtual=True) |
|
4026 |
## cara-wifi-manager.h: void ns3::CaraWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
4027 |
cls.add_method('DoReportDataOk', |
|
4028 |
'void', |
|
4029 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
4030 |
visibility='private', is_virtual=True) |
|
4031 |
## cara-wifi-manager.h: void ns3::CaraWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4032 |
cls.add_method('DoReportFinalDataFailed', |
|
4033 |
'void', |
|
4034 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4035 |
visibility='private', is_virtual=True) |
|
4036 |
## cara-wifi-manager.h: void ns3::CaraWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4037 |
cls.add_method('DoReportFinalRtsFailed', |
|
4038 |
'void', |
|
4039 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4040 |
visibility='private', is_virtual=True) |
|
4041 |
## cara-wifi-manager.h: void ns3::CaraWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4042 |
cls.add_method('DoReportRtsFailed', |
|
4043 |
'void', |
|
4044 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4045 |
visibility='private', is_virtual=True) |
|
4046 |
## cara-wifi-manager.h: void ns3::CaraWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
4047 |
cls.add_method('DoReportRtsOk', |
|
4048 |
'void', |
|
4049 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
4050 |
visibility='private', is_virtual=True) |
|
4051 |
## cara-wifi-manager.h: void ns3::CaraWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
4052 |
cls.add_method('DoReportRxOk', |
|
4053 |
'void', |
|
4054 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
4055 |
visibility='private', is_virtual=True) |
|
4056 |
## cara-wifi-manager.h: bool ns3::CaraWifiManager::IsLowLatency() const [member function] |
|
4057 |
cls.add_method('IsLowLatency', |
|
4058 |
'bool', |
|
4059 |
[], |
|
4060 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 4061 |
return |
4062 |
||
4063 |
def register_Ns3ConstantRateWifiManager_methods(root_module, cls): |
|
4064 |
## constant-rate-wifi-manager.h: ns3::ConstantRateWifiManager::ConstantRateWifiManager(ns3::ConstantRateWifiManager const & arg0) [copy constructor] |
|
4065 |
cls.add_constructor([param('ns3::ConstantRateWifiManager const &', 'arg0')]) |
|
4066 |
## constant-rate-wifi-manager.h: ns3::ConstantRateWifiManager::ConstantRateWifiManager() [constructor] |
|
4067 |
cls.add_constructor([]) |
|
4068 |
## constant-rate-wifi-manager.h: static ns3::TypeId ns3::ConstantRateWifiManager::GetTypeId() [member function] |
|
4069 |
cls.add_method('GetTypeId', |
|
4070 |
'ns3::TypeId', |
|
4071 |
[], |
|
4072 |
is_static=True) |
|
6077 | 4073 |
## constant-rate-wifi-manager.h: ns3::WifiRemoteStation * ns3::ConstantRateWifiManager::DoCreateStation() const [member function] |
4074 |
cls.add_method('DoCreateStation', |
|
5348 | 4075 |
'ns3::WifiRemoteStation *', |
4076 |
[], |
|
6077 | 4077 |
is_const=True, visibility='private', is_virtual=True) |
4078 |
## constant-rate-wifi-manager.h: ns3::WifiMode ns3::ConstantRateWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
4079 |
cls.add_method('DoGetDataMode', |
|
4080 |
'ns3::WifiMode', |
|
4081 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5348 | 4082 |
visibility='private', is_virtual=True) |
6077 | 4083 |
## constant-rate-wifi-manager.h: ns3::WifiMode ns3::ConstantRateWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
4084 |
cls.add_method('DoGetRtsMode', |
|
4085 |
'ns3::WifiMode', |
|
4086 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4087 |
visibility='private', is_virtual=True) |
|
4088 |
## constant-rate-wifi-manager.h: void ns3::ConstantRateWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4089 |
cls.add_method('DoReportDataFailed', |
|
4090 |
'void', |
|
4091 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4092 |
visibility='private', is_virtual=True) |
|
4093 |
## constant-rate-wifi-manager.h: void ns3::ConstantRateWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
4094 |
cls.add_method('DoReportDataOk', |
|
4095 |
'void', |
|
4096 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
4097 |
visibility='private', is_virtual=True) |
|
4098 |
## constant-rate-wifi-manager.h: void ns3::ConstantRateWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4099 |
cls.add_method('DoReportFinalDataFailed', |
|
4100 |
'void', |
|
4101 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4102 |
visibility='private', is_virtual=True) |
|
4103 |
## constant-rate-wifi-manager.h: void ns3::ConstantRateWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4104 |
cls.add_method('DoReportFinalRtsFailed', |
|
4105 |
'void', |
|
4106 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4107 |
visibility='private', is_virtual=True) |
|
4108 |
## constant-rate-wifi-manager.h: void ns3::ConstantRateWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4109 |
cls.add_method('DoReportRtsFailed', |
|
4110 |
'void', |
|
4111 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4112 |
visibility='private', is_virtual=True) |
|
4113 |
## constant-rate-wifi-manager.h: void ns3::ConstantRateWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
4114 |
cls.add_method('DoReportRtsOk', |
|
4115 |
'void', |
|
4116 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
4117 |
visibility='private', is_virtual=True) |
|
4118 |
## constant-rate-wifi-manager.h: void ns3::ConstantRateWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
4119 |
cls.add_method('DoReportRxOk', |
|
4120 |
'void', |
|
4121 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
4122 |
visibility='private', is_virtual=True) |
|
4123 |
## constant-rate-wifi-manager.h: bool ns3::ConstantRateWifiManager::IsLowLatency() const [member function] |
|
4124 |
cls.add_method('IsLowLatency', |
|
4125 |
'bool', |
|
4126 |
[], |
|
4127 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 4128 |
return |
4129 |
||
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4130 |
def register_Ns3CtrlBAckRequestHeader_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4131 |
## ctrl-headers.h: ns3::CtrlBAckRequestHeader::CtrlBAckRequestHeader(ns3::CtrlBAckRequestHeader const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4132 |
cls.add_constructor([param('ns3::CtrlBAckRequestHeader const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4133 |
## ctrl-headers.h: ns3::CtrlBAckRequestHeader::CtrlBAckRequestHeader() [constructor] |
5348 | 4134 |
cls.add_constructor([]) |
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4135 |
## ctrl-headers.h: uint32_t ns3::CtrlBAckRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4136 |
cls.add_method('Deserialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4137 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4138 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4139 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4140 |
## ctrl-headers.h: ns3::TypeId ns3::CtrlBAckRequestHeader::GetInstanceTypeId() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4141 |
cls.add_method('GetInstanceTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4142 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4143 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4144 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4145 |
## ctrl-headers.h: uint32_t ns3::CtrlBAckRequestHeader::GetSerializedSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4146 |
cls.add_method('GetSerializedSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4147 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4148 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4149 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4150 |
## ctrl-headers.h: uint16_t ns3::CtrlBAckRequestHeader::GetStartingSequence() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4151 |
cls.add_method('GetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4152 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4153 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4154 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4155 |
## ctrl-headers.h: uint16_t ns3::CtrlBAckRequestHeader::GetStartingSequenceControl() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4156 |
cls.add_method('GetStartingSequenceControl', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4157 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4158 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4159 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4160 |
## ctrl-headers.h: uint8_t ns3::CtrlBAckRequestHeader::GetTidInfo() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4161 |
cls.add_method('GetTidInfo', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4162 |
'uint8_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4163 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4164 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4165 |
## ctrl-headers.h: static ns3::TypeId ns3::CtrlBAckRequestHeader::GetTypeId() [member function] |
5348 | 4166 |
cls.add_method('GetTypeId', |
4167 |
'ns3::TypeId', |
|
4168 |
[], |
|
4169 |
is_static=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4170 |
## ctrl-headers.h: bool ns3::CtrlBAckRequestHeader::IsBasic() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4171 |
cls.add_method('IsBasic', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4172 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4173 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4174 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4175 |
## ctrl-headers.h: bool ns3::CtrlBAckRequestHeader::IsCompressed() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4176 |
cls.add_method('IsCompressed', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4177 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4178 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4179 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4180 |
## ctrl-headers.h: bool ns3::CtrlBAckRequestHeader::IsMultiTid() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4181 |
cls.add_method('IsMultiTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4182 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4183 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4184 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4185 |
## ctrl-headers.h: bool ns3::CtrlBAckRequestHeader::MustSendHtImmediateAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4186 |
cls.add_method('MustSendHtImmediateAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4187 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4188 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4189 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4190 |
## ctrl-headers.h: void ns3::CtrlBAckRequestHeader::Print(std::ostream & os) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4191 |
cls.add_method('Print', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4192 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4193 |
[param('std::ostream &', 'os')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4194 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4195 |
## ctrl-headers.h: void ns3::CtrlBAckRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4196 |
cls.add_method('Serialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4197 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4198 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4199 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4200 |
## ctrl-headers.h: void ns3::CtrlBAckRequestHeader::SetHtImmediateAck(bool immediateAck) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4201 |
cls.add_method('SetHtImmediateAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4202 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4203 |
[param('bool', 'immediateAck')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4204 |
## ctrl-headers.h: void ns3::CtrlBAckRequestHeader::SetStartingSequence(uint16_t seq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4205 |
cls.add_method('SetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4206 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4207 |
[param('uint16_t', 'seq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4208 |
## ctrl-headers.h: void ns3::CtrlBAckRequestHeader::SetTidInfo(uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4209 |
cls.add_method('SetTidInfo', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4210 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4211 |
[param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4212 |
## ctrl-headers.h: void ns3::CtrlBAckRequestHeader::SetType(ns3::BlockAckType type) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4213 |
cls.add_method('SetType', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4214 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4215 |
[param('ns3::BlockAckType', 'type')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4216 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4217 |
|
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4218 |
def register_Ns3CtrlBAckResponseHeader_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4219 |
## ctrl-headers.h: ns3::CtrlBAckResponseHeader::CtrlBAckResponseHeader(ns3::CtrlBAckResponseHeader const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4220 |
cls.add_constructor([param('ns3::CtrlBAckResponseHeader const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4221 |
## ctrl-headers.h: ns3::CtrlBAckResponseHeader::CtrlBAckResponseHeader() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4222 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4223 |
## ctrl-headers.h: uint32_t ns3::CtrlBAckResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4224 |
cls.add_method('Deserialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4225 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4226 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4227 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4228 |
## ctrl-headers.h: ns3::TypeId ns3::CtrlBAckResponseHeader::GetInstanceTypeId() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4229 |
cls.add_method('GetInstanceTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4230 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4231 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4232 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4233 |
## ctrl-headers.h: uint32_t ns3::CtrlBAckResponseHeader::GetSerializedSize() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4234 |
cls.add_method('GetSerializedSize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4235 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4236 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4237 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4238 |
## ctrl-headers.h: uint16_t ns3::CtrlBAckResponseHeader::GetStartingSequence() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4239 |
cls.add_method('GetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4240 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4241 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4242 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4243 |
## ctrl-headers.h: uint16_t ns3::CtrlBAckResponseHeader::GetStartingSequenceControl() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4244 |
cls.add_method('GetStartingSequenceControl', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4245 |
'uint16_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4246 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4247 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4248 |
## ctrl-headers.h: uint8_t ns3::CtrlBAckResponseHeader::GetTidInfo() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4249 |
cls.add_method('GetTidInfo', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4250 |
'uint8_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4251 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4252 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4253 |
## ctrl-headers.h: static ns3::TypeId ns3::CtrlBAckResponseHeader::GetTypeId() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4254 |
cls.add_method('GetTypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4255 |
'ns3::TypeId', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4256 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4257 |
is_static=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4258 |
## ctrl-headers.h: bool ns3::CtrlBAckResponseHeader::IsBasic() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4259 |
cls.add_method('IsBasic', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4260 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4261 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4262 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4263 |
## ctrl-headers.h: bool ns3::CtrlBAckResponseHeader::IsCompressed() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4264 |
cls.add_method('IsCompressed', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4265 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4266 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4267 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4268 |
## ctrl-headers.h: bool ns3::CtrlBAckResponseHeader::IsFragmentReceived(uint16_t seq, uint8_t frag) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4269 |
cls.add_method('IsFragmentReceived', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4270 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4271 |
[param('uint16_t', 'seq'), param('uint8_t', 'frag')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4272 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4273 |
## ctrl-headers.h: bool ns3::CtrlBAckResponseHeader::IsMultiTid() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4274 |
cls.add_method('IsMultiTid', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4275 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4276 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4277 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4278 |
## ctrl-headers.h: bool ns3::CtrlBAckResponseHeader::IsPacketReceived(uint16_t seq) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4279 |
cls.add_method('IsPacketReceived', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4280 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4281 |
[param('uint16_t', 'seq')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4282 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4283 |
## ctrl-headers.h: bool ns3::CtrlBAckResponseHeader::MustSendHtImmediateAck() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4284 |
cls.add_method('MustSendHtImmediateAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4285 |
'bool', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4286 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4287 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4288 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::Print(std::ostream & os) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4289 |
cls.add_method('Print', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4290 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4291 |
[param('std::ostream &', 'os')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4292 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4293 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4294 |
cls.add_method('Serialize', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4295 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4296 |
[param('ns3::Buffer::Iterator', 'start')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4297 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4298 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::SetHtImmediateAck(bool immeadiateAck) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4299 |
cls.add_method('SetHtImmediateAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4300 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4301 |
[param('bool', 'immeadiateAck')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4302 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::SetReceivedFragment(uint16_t seq, uint8_t frag) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4303 |
cls.add_method('SetReceivedFragment', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4304 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4305 |
[param('uint16_t', 'seq'), param('uint8_t', 'frag')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4306 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::SetReceivedPacket(uint16_t seq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4307 |
cls.add_method('SetReceivedPacket', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4308 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4309 |
[param('uint16_t', 'seq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4310 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::SetStartingSequence(uint16_t seq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4311 |
cls.add_method('SetStartingSequence', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4312 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4313 |
[param('uint16_t', 'seq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4314 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::SetStartingSequenceControl(uint16_t seqControl) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4315 |
cls.add_method('SetStartingSequenceControl', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4316 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4317 |
[param('uint16_t', 'seqControl')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4318 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::SetTidInfo(uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4319 |
cls.add_method('SetTidInfo', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4320 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4321 |
[param('uint8_t', 'tid')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4322 |
## ctrl-headers.h: void ns3::CtrlBAckResponseHeader::SetType(ns3::BlockAckType type) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4323 |
cls.add_method('SetType', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4324 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4325 |
[param('ns3::BlockAckType', 'type')]) |
5348 | 4326 |
return |
4327 |
||
4328 |
def register_Ns3Dcf_methods(root_module, cls): |
|
4329 |
## dcf.h: ns3::Dcf::Dcf() [constructor] |
|
4330 |
cls.add_constructor([]) |
|
4331 |
## dcf.h: ns3::Dcf::Dcf(ns3::Dcf const & arg0) [copy constructor] |
|
4332 |
cls.add_constructor([param('ns3::Dcf const &', 'arg0')]) |
|
4333 |
## dcf.h: uint32_t ns3::Dcf::GetAifsn() const [member function] |
|
4334 |
cls.add_method('GetAifsn', |
|
4335 |
'uint32_t', |
|
4336 |
[], |
|
4337 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
4338 |
## dcf.h: uint32_t ns3::Dcf::GetMaxCw() const [member function] |
|
4339 |
cls.add_method('GetMaxCw', |
|
4340 |
'uint32_t', |
|
4341 |
[], |
|
4342 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
4343 |
## dcf.h: uint32_t ns3::Dcf::GetMinCw() const [member function] |
|
4344 |
cls.add_method('GetMinCw', |
|
4345 |
'uint32_t', |
|
4346 |
[], |
|
4347 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
4348 |
## dcf.h: static ns3::TypeId ns3::Dcf::GetTypeId() [member function] |
|
4349 |
cls.add_method('GetTypeId', |
|
4350 |
'ns3::TypeId', |
|
4351 |
[], |
|
4352 |
is_static=True) |
|
4353 |
## dcf.h: void ns3::Dcf::SetAifsn(uint32_t aifsn) [member function] |
|
4354 |
cls.add_method('SetAifsn', |
|
4355 |
'void', |
|
4356 |
[param('uint32_t', 'aifsn')], |
|
4357 |
is_pure_virtual=True, is_virtual=True) |
|
4358 |
## dcf.h: void ns3::Dcf::SetMaxCw(uint32_t maxCw) [member function] |
|
4359 |
cls.add_method('SetMaxCw', |
|
4360 |
'void', |
|
4361 |
[param('uint32_t', 'maxCw')], |
|
4362 |
is_pure_virtual=True, is_virtual=True) |
|
4363 |
## dcf.h: void ns3::Dcf::SetMinCw(uint32_t minCw) [member function] |
|
4364 |
cls.add_method('SetMinCw', |
|
4365 |
'void', |
|
4366 |
[param('uint32_t', 'minCw')], |
|
4367 |
is_pure_virtual=True, is_virtual=True) |
|
4368 |
return |
|
4369 |
||
4370 |
def register_Ns3EdcaTxopN_methods(root_module, cls): |
|
4371 |
## edca-txop-n.h: static ns3::TypeId ns3::EdcaTxopN::GetTypeId() [member function] |
|
4372 |
cls.add_method('GetTypeId', |
|
4373 |
'ns3::TypeId', |
|
4374 |
[], |
|
4375 |
is_static=True) |
|
4376 |
## edca-txop-n.h: ns3::EdcaTxopN::EdcaTxopN() [constructor] |
|
4377 |
cls.add_constructor([]) |
|
4378 |
## edca-txop-n.h: void ns3::EdcaTxopN::DoDispose() [member function] |
|
4379 |
cls.add_method('DoDispose', |
|
4380 |
'void', |
|
4381 |
[], |
|
4382 |
is_virtual=True) |
|
4383 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetLow(ns3::Ptr<ns3::MacLow> low) [member function] |
|
4384 |
cls.add_method('SetLow', |
|
4385 |
'void', |
|
4386 |
[param('ns3::Ptr< ns3::MacLow >', 'low')]) |
|
4387 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetTxMiddle(ns3::MacTxMiddle * txMiddle) [member function] |
|
4388 |
cls.add_method('SetTxMiddle', |
|
4389 |
'void', |
|
4390 |
[param('ns3::MacTxMiddle *', 'txMiddle')]) |
|
4391 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetManager(ns3::DcfManager * manager) [member function] |
|
4392 |
cls.add_method('SetManager', |
|
4393 |
'void', |
|
4394 |
[param('ns3::DcfManager *', 'manager')]) |
|
4395 |
## edca-txop-n.h: void ns3::EdcaTxopN::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] |
|
4396 |
cls.add_method('SetTxOkCallback', |
|
4397 |
'void', |
|
4398 |
[param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
|
4399 |
## edca-txop-n.h: void ns3::EdcaTxopN::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] |
|
4400 |
cls.add_method('SetTxFailedCallback', |
|
4401 |
'void', |
|
4402 |
[param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
|
4403 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> remoteManager) [member function] |
|
4404 |
cls.add_method('SetWifiRemoteStationManager', |
|
4405 |
'void', |
|
4406 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'remoteManager')]) |
|
4407 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetTypeOfStation(ns3::TypeOfStation type) [member function] |
|
4408 |
cls.add_method('SetTypeOfStation', |
|
4409 |
'void', |
|
4410 |
[param('ns3::TypeOfStation', 'type')]) |
|
4411 |
## edca-txop-n.h: ns3::TypeOfStation ns3::EdcaTxopN::GetTypeOfStation() const [member function] |
|
4412 |
cls.add_method('GetTypeOfStation', |
|
4413 |
'ns3::TypeOfStation', |
|
4414 |
[], |
|
4415 |
is_const=True) |
|
4416 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetMaxQueueSize(uint32_t size) [member function] |
|
4417 |
cls.add_method('SetMaxQueueSize', |
|
4418 |
'void', |
|
4419 |
[param('uint32_t', 'size')]) |
|
4420 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetMaxQueueDelay(ns3::Time delay) [member function] |
|
4421 |
cls.add_method('SetMaxQueueDelay', |
|
4422 |
'void', |
|
4423 |
[param('ns3::Time', 'delay')]) |
|
4424 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetMinCw(uint32_t minCw) [member function] |
|
4425 |
cls.add_method('SetMinCw', |
|
4426 |
'void', |
|
4427 |
[param('uint32_t', 'minCw')], |
|
4428 |
is_virtual=True) |
|
4429 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetMaxCw(uint32_t maxCw) [member function] |
|
4430 |
cls.add_method('SetMaxCw', |
|
4431 |
'void', |
|
4432 |
[param('uint32_t', 'maxCw')], |
|
4433 |
is_virtual=True) |
|
4434 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetAifsn(uint32_t aifsn) [member function] |
|
4435 |
cls.add_method('SetAifsn', |
|
4436 |
'void', |
|
4437 |
[param('uint32_t', 'aifsn')], |
|
4438 |
is_virtual=True) |
|
4439 |
## edca-txop-n.h: uint32_t ns3::EdcaTxopN::GetMinCw() const [member function] |
|
4440 |
cls.add_method('GetMinCw', |
|
4441 |
'uint32_t', |
|
4442 |
[], |
|
4443 |
is_const=True, is_virtual=True) |
|
4444 |
## edca-txop-n.h: uint32_t ns3::EdcaTxopN::GetMaxCw() const [member function] |
|
4445 |
cls.add_method('GetMaxCw', |
|
4446 |
'uint32_t', |
|
4447 |
[], |
|
4448 |
is_const=True, is_virtual=True) |
|
4449 |
## edca-txop-n.h: uint32_t ns3::EdcaTxopN::GetAifsn() const [member function] |
|
4450 |
cls.add_method('GetAifsn', |
|
4451 |
'uint32_t', |
|
4452 |
[], |
|
4453 |
is_const=True, is_virtual=True) |
|
4454 |
## edca-txop-n.h: ns3::Ptr<ns3::MacLow> ns3::EdcaTxopN::Low() [member function] |
|
4455 |
cls.add_method('Low', |
|
4456 |
'ns3::Ptr< ns3::MacLow >', |
|
4457 |
[]) |
|
4458 |
## edca-txop-n.h: ns3::Ptr<ns3::MsduAggregator> ns3::EdcaTxopN::GetMsduAggregator() const [member function] |
|
4459 |
cls.add_method('GetMsduAggregator', |
|
4460 |
'ns3::Ptr< ns3::MsduAggregator >', |
|
4461 |
[], |
|
4462 |
is_const=True) |
|
4463 |
## edca-txop-n.h: bool ns3::EdcaTxopN::NeedsAccess() const [member function] |
|
4464 |
cls.add_method('NeedsAccess', |
|
4465 |
'bool', |
|
4466 |
[], |
|
4467 |
is_const=True) |
|
4468 |
## edca-txop-n.h: void ns3::EdcaTxopN::NotifyAccessGranted() [member function] |
|
4469 |
cls.add_method('NotifyAccessGranted', |
|
4470 |
'void', |
|
4471 |
[]) |
|
4472 |
## edca-txop-n.h: void ns3::EdcaTxopN::NotifyInternalCollision() [member function] |
|
4473 |
cls.add_method('NotifyInternalCollision', |
|
4474 |
'void', |
|
4475 |
[]) |
|
4476 |
## edca-txop-n.h: void ns3::EdcaTxopN::NotifyCollision() [member function] |
|
4477 |
cls.add_method('NotifyCollision', |
|
4478 |
'void', |
|
4479 |
[]) |
|
4480 |
## edca-txop-n.h: void ns3::EdcaTxopN::NotifyChannelSwitching() [member function] |
|
4481 |
cls.add_method('NotifyChannelSwitching', |
|
4482 |
'void', |
|
4483 |
[]) |
|
4484 |
## edca-txop-n.h: void ns3::EdcaTxopN::GotCts(double snr, ns3::WifiMode txMode) [member function] |
|
4485 |
cls.add_method('GotCts', |
|
4486 |
'void', |
|
4487 |
[param('double', 'snr'), param('ns3::WifiMode', 'txMode')]) |
|
4488 |
## edca-txop-n.h: void ns3::EdcaTxopN::MissedCts() [member function] |
|
4489 |
cls.add_method('MissedCts', |
|
4490 |
'void', |
|
4491 |
[]) |
|
4492 |
## edca-txop-n.h: void ns3::EdcaTxopN::GotAck(double snr, ns3::WifiMode txMode) [member function] |
|
4493 |
cls.add_method('GotAck', |
|
4494 |
'void', |
|
4495 |
[param('double', 'snr'), param('ns3::WifiMode', 'txMode')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4496 |
## edca-txop-n.h: void ns3::EdcaTxopN::GotBlockAck(ns3::CtrlBAckResponseHeader const * blockAck, ns3::Mac48Address recipient) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4497 |
cls.add_method('GotBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4498 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4499 |
[param('ns3::CtrlBAckResponseHeader const *', 'blockAck'), param('ns3::Mac48Address', 'recipient')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4500 |
## edca-txop-n.h: void ns3::EdcaTxopN::MissedBlockAck() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4501 |
cls.add_method('MissedBlockAck', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4502 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4503 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4504 |
## edca-txop-n.h: void ns3::EdcaTxopN::GotAddBaResponse(ns3::MgtAddBaResponseHeader const * respHdr, ns3::Mac48Address recipient) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4505 |
cls.add_method('GotAddBaResponse', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4506 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4507 |
[param('ns3::MgtAddBaResponseHeader const *', 'respHdr'), param('ns3::Mac48Address', 'recipient')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4508 |
## edca-txop-n.h: void ns3::EdcaTxopN::GotDelBaFrame(ns3::MgtDelBaHeader const * delBaHdr, ns3::Mac48Address recipient) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4509 |
cls.add_method('GotDelBaFrame', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4510 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4511 |
[param('ns3::MgtDelBaHeader const *', 'delBaHdr'), param('ns3::Mac48Address', 'recipient')]) |
5348 | 4512 |
## edca-txop-n.h: void ns3::EdcaTxopN::MissedAck() [member function] |
4513 |
cls.add_method('MissedAck', |
|
4514 |
'void', |
|
4515 |
[]) |
|
4516 |
## edca-txop-n.h: void ns3::EdcaTxopN::StartNext() [member function] |
|
4517 |
cls.add_method('StartNext', |
|
4518 |
'void', |
|
4519 |
[]) |
|
4520 |
## edca-txop-n.h: void ns3::EdcaTxopN::Cancel() [member function] |
|
4521 |
cls.add_method('Cancel', |
|
4522 |
'void', |
|
4523 |
[]) |
|
4524 |
## edca-txop-n.h: void ns3::EdcaTxopN::RestartAccessIfNeeded() [member function] |
|
4525 |
cls.add_method('RestartAccessIfNeeded', |
|
4526 |
'void', |
|
4527 |
[]) |
|
4528 |
## edca-txop-n.h: void ns3::EdcaTxopN::StartAccessIfNeeded() [member function] |
|
4529 |
cls.add_method('StartAccessIfNeeded', |
|
4530 |
'void', |
|
4531 |
[]) |
|
4532 |
## edca-txop-n.h: bool ns3::EdcaTxopN::NeedRts() [member function] |
|
4533 |
cls.add_method('NeedRts', |
|
4534 |
'bool', |
|
4535 |
[]) |
|
4536 |
## edca-txop-n.h: bool ns3::EdcaTxopN::NeedRtsRetransmission() [member function] |
|
4537 |
cls.add_method('NeedRtsRetransmission', |
|
4538 |
'bool', |
|
4539 |
[]) |
|
4540 |
## edca-txop-n.h: bool ns3::EdcaTxopN::NeedDataRetransmission() [member function] |
|
4541 |
cls.add_method('NeedDataRetransmission', |
|
4542 |
'bool', |
|
4543 |
[]) |
|
4544 |
## edca-txop-n.h: bool ns3::EdcaTxopN::NeedFragmentation() const [member function] |
|
4545 |
cls.add_method('NeedFragmentation', |
|
4546 |
'bool', |
|
4547 |
[], |
|
4548 |
is_const=True) |
|
4549 |
## edca-txop-n.h: uint32_t ns3::EdcaTxopN::GetNextFragmentSize() [member function] |
|
4550 |
cls.add_method('GetNextFragmentSize', |
|
4551 |
'uint32_t', |
|
4552 |
[]) |
|
4553 |
## edca-txop-n.h: uint32_t ns3::EdcaTxopN::GetFragmentSize() [member function] |
|
4554 |
cls.add_method('GetFragmentSize', |
|
4555 |
'uint32_t', |
|
4556 |
[]) |
|
4557 |
## edca-txop-n.h: uint32_t ns3::EdcaTxopN::GetFragmentOffset() [member function] |
|
4558 |
cls.add_method('GetFragmentOffset', |
|
4559 |
'uint32_t', |
|
4560 |
[]) |
|
4561 |
## edca-txop-n.h: bool ns3::EdcaTxopN::IsLastFragment() const [member function] |
|
4562 |
cls.add_method('IsLastFragment', |
|
4563 |
'bool', |
|
4564 |
[], |
|
4565 |
is_const=True) |
|
4566 |
## edca-txop-n.h: void ns3::EdcaTxopN::NextFragment() [member function] |
|
4567 |
cls.add_method('NextFragment', |
|
4568 |
'void', |
|
4569 |
[]) |
|
4570 |
## edca-txop-n.h: ns3::Ptr<ns3::Packet> ns3::EdcaTxopN::GetFragmentPacket(ns3::WifiMacHeader * hdr) [member function] |
|
4571 |
cls.add_method('GetFragmentPacket', |
|
4572 |
'ns3::Ptr< ns3::Packet >', |
|
4573 |
[param('ns3::WifiMacHeader *', 'hdr')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4574 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetAccessClass(ns3::AccessClass ac) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4575 |
cls.add_method('SetAccessClass', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4576 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4577 |
[param('ns3::AccessClass', 'ac')]) |
5348 | 4578 |
## edca-txop-n.h: void ns3::EdcaTxopN::Queue(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function] |
4579 |
cls.add_method('Queue', |
|
4580 |
'void', |
|
4581 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')]) |
|
4582 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetMsduAggregator(ns3::Ptr<ns3::MsduAggregator> aggr) [member function] |
|
4583 |
cls.add_method('SetMsduAggregator', |
|
4584 |
'void', |
|
4585 |
[param('ns3::Ptr< ns3::MsduAggregator >', 'aggr')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4586 |
## edca-txop-n.h: void ns3::EdcaTxopN::PushFront(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4587 |
cls.add_method('PushFront', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4588 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4589 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4590 |
## edca-txop-n.h: void ns3::EdcaTxopN::CompleteConfig() [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4591 |
cls.add_method('CompleteConfig', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4592 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4593 |
[]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4594 |
## edca-txop-n.h: void ns3::EdcaTxopN::SetBlockAckThreshold(uint8_t threshold) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4595 |
cls.add_method('SetBlockAckThreshold', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4596 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4597 |
[param('uint8_t', 'threshold')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4598 |
## edca-txop-n.h: uint8_t ns3::EdcaTxopN::GetBlockAckThreshold() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4599 |
cls.add_method('GetBlockAckThreshold', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4600 |
'uint8_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4601 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4602 |
is_const=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4603 |
## edca-txop-n.h: void ns3::EdcaTxopN::SendDelbaFrame(ns3::Mac48Address addr, uint8_t tid, bool byOriginator) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4604 |
cls.add_method('SendDelbaFrame', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4605 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4606 |
[param('ns3::Mac48Address', 'addr'), param('uint8_t', 'tid'), param('bool', 'byOriginator')]) |
6085
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
4607 |
## edca-txop-n.h: void ns3::EdcaTxopN::DoStart() [member function] |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
4608 |
cls.add_method('DoStart', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
4609 |
'void', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
4610 |
[], |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
4611 |
visibility='private', is_virtual=True) |
5348 | 4612 |
return |
4613 |
||
4614 |
def register_Ns3ErrorRateModel_methods(root_module, cls): |
|
4615 |
## error-rate-model.h: ns3::ErrorRateModel::ErrorRateModel() [constructor] |
|
4616 |
cls.add_constructor([]) |
|
4617 |
## error-rate-model.h: ns3::ErrorRateModel::ErrorRateModel(ns3::ErrorRateModel const & arg0) [copy constructor] |
|
4618 |
cls.add_constructor([param('ns3::ErrorRateModel const &', 'arg0')]) |
|
4619 |
## error-rate-model.h: double ns3::ErrorRateModel::CalculateSnr(ns3::WifiMode txMode, double ber) const [member function] |
|
4620 |
cls.add_method('CalculateSnr', |
|
4621 |
'double', |
|
4622 |
[param('ns3::WifiMode', 'txMode'), param('double', 'ber')], |
|
4623 |
is_const=True) |
|
4624 |
## error-rate-model.h: double ns3::ErrorRateModel::GetChunkSuccessRate(ns3::WifiMode mode, double snr, uint32_t nbits) const [member function] |
|
4625 |
cls.add_method('GetChunkSuccessRate', |
|
4626 |
'double', |
|
4627 |
[param('ns3::WifiMode', 'mode'), param('double', 'snr'), param('uint32_t', 'nbits')], |
|
4628 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
4629 |
## error-rate-model.h: static ns3::TypeId ns3::ErrorRateModel::GetTypeId() [member function] |
|
4630 |
cls.add_method('GetTypeId', |
|
4631 |
'ns3::TypeId', |
|
4632 |
[], |
|
4633 |
is_static=True) |
|
4634 |
return |
|
4635 |
||
4636 |
def register_Ns3IdealWifiManager_methods(root_module, cls): |
|
4637 |
## ideal-wifi-manager.h: ns3::IdealWifiManager::IdealWifiManager(ns3::IdealWifiManager const & arg0) [copy constructor] |
|
4638 |
cls.add_constructor([param('ns3::IdealWifiManager const &', 'arg0')]) |
|
4639 |
## ideal-wifi-manager.h: ns3::IdealWifiManager::IdealWifiManager() [constructor] |
|
4640 |
cls.add_constructor([]) |
|
4641 |
## ideal-wifi-manager.h: static ns3::TypeId ns3::IdealWifiManager::GetTypeId() [member function] |
|
4642 |
cls.add_method('GetTypeId', |
|
4643 |
'ns3::TypeId', |
|
4644 |
[], |
|
4645 |
is_static=True) |
|
4646 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::SetupPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
4647 |
cls.add_method('SetupPhy', |
|
4648 |
'void', |
|
4649 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
4650 |
is_virtual=True) |
|
6077 | 4651 |
## ideal-wifi-manager.h: ns3::WifiRemoteStation * ns3::IdealWifiManager::DoCreateStation() const [member function] |
4652 |
cls.add_method('DoCreateStation', |
|
5348 | 4653 |
'ns3::WifiRemoteStation *', |
4654 |
[], |
|
6077 | 4655 |
is_const=True, visibility='private', is_virtual=True) |
4656 |
## ideal-wifi-manager.h: ns3::WifiMode ns3::IdealWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
4657 |
cls.add_method('DoGetDataMode', |
|
4658 |
'ns3::WifiMode', |
|
4659 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5348 | 4660 |
visibility='private', is_virtual=True) |
6077 | 4661 |
## ideal-wifi-manager.h: ns3::WifiMode ns3::IdealWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
4662 |
cls.add_method('DoGetRtsMode', |
|
4663 |
'ns3::WifiMode', |
|
4664 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4665 |
visibility='private', is_virtual=True) |
|
4666 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4667 |
cls.add_method('DoReportDataFailed', |
|
4668 |
'void', |
|
4669 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4670 |
visibility='private', is_virtual=True) |
|
4671 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
4672 |
cls.add_method('DoReportDataOk', |
|
4673 |
'void', |
|
4674 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
4675 |
visibility='private', is_virtual=True) |
|
4676 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4677 |
cls.add_method('DoReportFinalDataFailed', |
|
4678 |
'void', |
|
4679 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4680 |
visibility='private', is_virtual=True) |
|
4681 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4682 |
cls.add_method('DoReportFinalRtsFailed', |
|
4683 |
'void', |
|
4684 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4685 |
visibility='private', is_virtual=True) |
|
4686 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4687 |
cls.add_method('DoReportRtsFailed', |
|
4688 |
'void', |
|
4689 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4690 |
visibility='private', is_virtual=True) |
|
4691 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
4692 |
cls.add_method('DoReportRtsOk', |
|
4693 |
'void', |
|
4694 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
4695 |
visibility='private', is_virtual=True) |
|
4696 |
## ideal-wifi-manager.h: void ns3::IdealWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
4697 |
cls.add_method('DoReportRxOk', |
|
4698 |
'void', |
|
4699 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
4700 |
visibility='private', is_virtual=True) |
|
4701 |
## ideal-wifi-manager.h: bool ns3::IdealWifiManager::IsLowLatency() const [member function] |
|
4702 |
cls.add_method('IsLowLatency', |
|
4703 |
'bool', |
|
4704 |
[], |
|
4705 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 4706 |
return |
4707 |
||
4708 |
def register_Ns3MacLow_methods(root_module, cls): |
|
4709 |
## mac-low.h: ns3::MacLow::MacLow(ns3::MacLow const & arg0) [copy constructor] |
|
4710 |
cls.add_constructor([param('ns3::MacLow const &', 'arg0')]) |
|
4711 |
## mac-low.h: ns3::MacLow::MacLow() [constructor] |
|
4712 |
cls.add_constructor([]) |
|
4713 |
## mac-low.h: ns3::Time ns3::MacLow::CalculateTransmissionTime(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const * hdr, ns3::MacLowTransmissionParameters const & parameters) const [member function] |
|
4714 |
cls.add_method('CalculateTransmissionTime', |
|
4715 |
'ns3::Time', |
|
4716 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr'), param('ns3::MacLowTransmissionParameters const &', 'parameters')], |
|
4717 |
is_const=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4718 |
## mac-low.h: void ns3::MacLow::CreateBlockAckAgreement(ns3::MgtAddBaResponseHeader const * respHdr, ns3::Mac48Address originator, uint16_t startingSeq) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4719 |
cls.add_method('CreateBlockAckAgreement', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4720 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4721 |
[param('ns3::MgtAddBaResponseHeader const *', 'respHdr'), param('ns3::Mac48Address', 'originator'), param('uint16_t', 'startingSeq')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4722 |
## mac-low.h: void ns3::MacLow::DestroyBlockAckAgreement(ns3::Mac48Address originator, uint8_t tid) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4723 |
cls.add_method('DestroyBlockAckAgreement', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4724 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4725 |
[param('ns3::Mac48Address', 'originator'), param('uint8_t', 'tid')]) |
5348 | 4726 |
## mac-low.h: ns3::Time ns3::MacLow::GetAckTimeout() const [member function] |
4727 |
cls.add_method('GetAckTimeout', |
|
4728 |
'ns3::Time', |
|
4729 |
[], |
|
4730 |
is_const=True) |
|
4731 |
## mac-low.h: ns3::Mac48Address ns3::MacLow::GetAddress() const [member function] |
|
4732 |
cls.add_method('GetAddress', |
|
4733 |
'ns3::Mac48Address', |
|
4734 |
[], |
|
4735 |
is_const=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4736 |
## mac-low.h: ns3::Time ns3::MacLow::GetBasicBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4737 |
cls.add_method('GetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4738 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4739 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4740 |
is_const=True) |
5348 | 4741 |
## mac-low.h: ns3::Mac48Address ns3::MacLow::GetBssid() const [member function] |
4742 |
cls.add_method('GetBssid', |
|
4743 |
'ns3::Mac48Address', |
|
4744 |
[], |
|
4745 |
is_const=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4746 |
## mac-low.h: ns3::Time ns3::MacLow::GetCompressedBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4747 |
cls.add_method('GetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4748 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4749 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4750 |
is_const=True) |
5348 | 4751 |
## mac-low.h: ns3::Time ns3::MacLow::GetCtsTimeout() const [member function] |
4752 |
cls.add_method('GetCtsTimeout', |
|
4753 |
'ns3::Time', |
|
4754 |
[], |
|
4755 |
is_const=True) |
|
4756 |
## mac-low.h: ns3::Time ns3::MacLow::GetPifs() const [member function] |
|
4757 |
cls.add_method('GetPifs', |
|
4758 |
'ns3::Time', |
|
4759 |
[], |
|
4760 |
is_const=True) |
|
4761 |
## mac-low.h: ns3::Time ns3::MacLow::GetSifs() const [member function] |
|
4762 |
cls.add_method('GetSifs', |
|
4763 |
'ns3::Time', |
|
4764 |
[], |
|
4765 |
is_const=True) |
|
4766 |
## mac-low.h: ns3::Time ns3::MacLow::GetSlotTime() const [member function] |
|
4767 |
cls.add_method('GetSlotTime', |
|
4768 |
'ns3::Time', |
|
4769 |
[], |
|
4770 |
is_const=True) |
|
4771 |
## mac-low.h: void ns3::MacLow::NotifySwitchingStartNow(ns3::Time duration) [member function] |
|
4772 |
cls.add_method('NotifySwitchingStartNow', |
|
4773 |
'void', |
|
4774 |
[param('ns3::Time', 'duration')]) |
|
4775 |
## mac-low.h: void ns3::MacLow::ReceiveError(ns3::Ptr<ns3::Packet const> packet, double rxSnr) [member function] |
|
4776 |
cls.add_method('ReceiveError', |
|
4777 |
'void', |
|
4778 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'rxSnr')]) |
|
4779 |
## mac-low.h: void ns3::MacLow::ReceiveOk(ns3::Ptr<ns3::Packet> packet, double rxSnr, ns3::WifiMode txMode, ns3::WifiPreamble preamble) [member function] |
|
4780 |
cls.add_method('ReceiveOk', |
|
4781 |
'void', |
|
4782 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode'), param('ns3::WifiPreamble', 'preamble')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4783 |
## mac-low.h: void ns3::MacLow::RegisterBlockAckListenerForAc(ns3::AccessClass ac, ns3::MacLowBlockAckEventListener * listener) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4784 |
cls.add_method('RegisterBlockAckListenerForAc', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4785 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4786 |
[param('ns3::AccessClass', 'ac'), param('ns3::MacLowBlockAckEventListener *', 'listener')]) |
5348 | 4787 |
## mac-low.h: void ns3::MacLow::RegisterDcfListener(ns3::MacLowDcfListener * listener) [member function] |
4788 |
cls.add_method('RegisterDcfListener', |
|
4789 |
'void', |
|
4790 |
[param('ns3::MacLowDcfListener *', 'listener')]) |
|
4791 |
## mac-low.h: void ns3::MacLow::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
4792 |
cls.add_method('SetAckTimeout', |
|
4793 |
'void', |
|
4794 |
[param('ns3::Time', 'ackTimeout')]) |
|
4795 |
## mac-low.h: void ns3::MacLow::SetAddress(ns3::Mac48Address ad) [member function] |
|
4796 |
cls.add_method('SetAddress', |
|
4797 |
'void', |
|
4798 |
[param('ns3::Mac48Address', 'ad')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4799 |
## mac-low.h: void ns3::MacLow::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4800 |
cls.add_method('SetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4801 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4802 |
[param('ns3::Time', 'blockAckTimeout')]) |
5348 | 4803 |
## mac-low.h: void ns3::MacLow::SetBssid(ns3::Mac48Address ad) [member function] |
4804 |
cls.add_method('SetBssid', |
|
4805 |
'void', |
|
4806 |
[param('ns3::Mac48Address', 'ad')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4807 |
## mac-low.h: void ns3::MacLow::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4808 |
cls.add_method('SetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4809 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
4810 |
[param('ns3::Time', 'blockAckTimeout')]) |
5348 | 4811 |
## mac-low.h: void ns3::MacLow::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
4812 |
cls.add_method('SetCtsTimeout', |
|
4813 |
'void', |
|
4814 |
[param('ns3::Time', 'ctsTimeout')]) |
|
4815 |
## mac-low.h: void ns3::MacLow::SetPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
4816 |
cls.add_method('SetPhy', |
|
4817 |
'void', |
|
4818 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')]) |
|
4819 |
## mac-low.h: void ns3::MacLow::SetPifs(ns3::Time pifs) [member function] |
|
4820 |
cls.add_method('SetPifs', |
|
4821 |
'void', |
|
4822 |
[param('ns3::Time', 'pifs')]) |
|
4823 |
## mac-low.h: void ns3::MacLow::SetRxCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::WifiMacHeader const*, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
|
4824 |
cls.add_method('SetRxCallback', |
|
4825 |
'void', |
|
4826 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::WifiMacHeader const *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
|
4827 |
## mac-low.h: void ns3::MacLow::SetSifs(ns3::Time sifs) [member function] |
|
4828 |
cls.add_method('SetSifs', |
|
4829 |
'void', |
|
4830 |
[param('ns3::Time', 'sifs')]) |
|
4831 |
## mac-low.h: void ns3::MacLow::SetSlotTime(ns3::Time slotTime) [member function] |
|
4832 |
cls.add_method('SetSlotTime', |
|
4833 |
'void', |
|
4834 |
[param('ns3::Time', 'slotTime')]) |
|
4835 |
## mac-low.h: void ns3::MacLow::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> manager) [member function] |
|
4836 |
cls.add_method('SetWifiRemoteStationManager', |
|
4837 |
'void', |
|
4838 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'manager')]) |
|
4839 |
## mac-low.h: void ns3::MacLow::StartTransmission(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const * hdr, ns3::MacLowTransmissionParameters parameters, ns3::MacLowTransmissionListener * listener) [member function] |
|
4840 |
cls.add_method('StartTransmission', |
|
4841 |
'void', |
|
4842 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr'), param('ns3::MacLowTransmissionParameters', 'parameters'), param('ns3::MacLowTransmissionListener *', 'listener')]) |
|
4843 |
## mac-low.h: void ns3::MacLow::DoDispose() [member function] |
|
4844 |
cls.add_method('DoDispose', |
|
4845 |
'void', |
|
4846 |
[], |
|
4847 |
visibility='private', is_virtual=True) |
|
4848 |
return |
|
4849 |
||
4850 |
def register_Ns3MgtBeaconHeader_methods(root_module, cls): |
|
4851 |
## mgt-headers.h: ns3::MgtBeaconHeader::MgtBeaconHeader() [constructor] |
|
4852 |
cls.add_constructor([]) |
|
4853 |
## mgt-headers.h: ns3::MgtBeaconHeader::MgtBeaconHeader(ns3::MgtBeaconHeader const & arg0) [copy constructor] |
|
4854 |
cls.add_constructor([param('ns3::MgtBeaconHeader const &', 'arg0')]) |
|
4855 |
return |
|
4856 |
||
4857 |
def register_Ns3MinstrelWifiManager_methods(root_module, cls): |
|
4858 |
## minstrel-wifi-manager.h: ns3::MinstrelWifiManager::MinstrelWifiManager(ns3::MinstrelWifiManager const & arg0) [copy constructor] |
|
4859 |
cls.add_constructor([param('ns3::MinstrelWifiManager const &', 'arg0')]) |
|
4860 |
## minstrel-wifi-manager.h: ns3::MinstrelWifiManager::MinstrelWifiManager() [constructor] |
|
4861 |
cls.add_constructor([]) |
|
4862 |
## minstrel-wifi-manager.h: static ns3::TypeId ns3::MinstrelWifiManager::GetTypeId() [member function] |
|
4863 |
cls.add_method('GetTypeId', |
|
4864 |
'ns3::TypeId', |
|
4865 |
[], |
|
4866 |
is_static=True) |
|
4867 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::SetupPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
4868 |
cls.add_method('SetupPhy', |
|
4869 |
'void', |
|
4870 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
4871 |
is_virtual=True) |
|
6077 | 4872 |
## minstrel-wifi-manager.h: ns3::WifiRemoteStation * ns3::MinstrelWifiManager::DoCreateStation() const [member function] |
4873 |
cls.add_method('DoCreateStation', |
|
5348 | 4874 |
'ns3::WifiRemoteStation *', |
4875 |
[], |
|
6077 | 4876 |
is_const=True, visibility='private', is_virtual=True) |
4877 |
## minstrel-wifi-manager.h: ns3::WifiMode ns3::MinstrelWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
4878 |
cls.add_method('DoGetDataMode', |
|
4879 |
'ns3::WifiMode', |
|
4880 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5348 | 4881 |
visibility='private', is_virtual=True) |
6077 | 4882 |
## minstrel-wifi-manager.h: ns3::WifiMode ns3::MinstrelWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
4883 |
cls.add_method('DoGetRtsMode', |
|
4884 |
'ns3::WifiMode', |
|
4885 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4886 |
visibility='private', is_virtual=True) |
|
4887 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4888 |
cls.add_method('DoReportDataFailed', |
|
4889 |
'void', |
|
4890 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4891 |
visibility='private', is_virtual=True) |
|
4892 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
4893 |
cls.add_method('DoReportDataOk', |
|
4894 |
'void', |
|
4895 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
4896 |
visibility='private', is_virtual=True) |
|
4897 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
4898 |
cls.add_method('DoReportFinalDataFailed', |
|
4899 |
'void', |
|
4900 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4901 |
visibility='private', is_virtual=True) |
|
4902 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4903 |
cls.add_method('DoReportFinalRtsFailed', |
|
4904 |
'void', |
|
4905 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4906 |
visibility='private', is_virtual=True) |
|
4907 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
4908 |
cls.add_method('DoReportRtsFailed', |
|
4909 |
'void', |
|
4910 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
4911 |
visibility='private', is_virtual=True) |
|
4912 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
4913 |
cls.add_method('DoReportRtsOk', |
|
4914 |
'void', |
|
4915 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
4916 |
visibility='private', is_virtual=True) |
|
4917 |
## minstrel-wifi-manager.h: void ns3::MinstrelWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
4918 |
cls.add_method('DoReportRxOk', |
|
4919 |
'void', |
|
4920 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
4921 |
visibility='private', is_virtual=True) |
|
4922 |
## minstrel-wifi-manager.h: bool ns3::MinstrelWifiManager::IsLowLatency() const [member function] |
|
4923 |
cls.add_method('IsLowLatency', |
|
4924 |
'bool', |
|
4925 |
[], |
|
4926 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 4927 |
return |
4928 |
||
4929 |
def register_Ns3MsduAggregator_methods(root_module, cls): |
|
4930 |
## msdu-aggregator.h: ns3::MsduAggregator::MsduAggregator() [constructor] |
|
4931 |
cls.add_constructor([]) |
|
4932 |
## msdu-aggregator.h: ns3::MsduAggregator::MsduAggregator(ns3::MsduAggregator const & arg0) [copy constructor] |
|
4933 |
cls.add_constructor([param('ns3::MsduAggregator const &', 'arg0')]) |
|
4934 |
## msdu-aggregator.h: bool ns3::MsduAggregator::Aggregate(ns3::Ptr<ns3::Packet const> packet, ns3::Ptr<ns3::Packet> aggregatedPacket, ns3::Mac48Address src, ns3::Mac48Address dest) [member function] |
|
4935 |
cls.add_method('Aggregate', |
|
4936 |
'bool', |
|
4937 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Ptr< ns3::Packet >', 'aggregatedPacket'), param('ns3::Mac48Address', 'src'), param('ns3::Mac48Address', 'dest')], |
|
4938 |
is_pure_virtual=True, is_virtual=True) |
|
4939 |
## msdu-aggregator.h: static std::list<std::pair<ns3::Ptr<ns3::Packet>, ns3::AmsduSubframeHeader>, std::allocator<std::pair<ns3::Ptr<ns3::Packet>, ns3::AmsduSubframeHeader> > > ns3::MsduAggregator::Deaggregate(ns3::Ptr<ns3::Packet> aggregatedPacket) [member function] |
|
4940 |
cls.add_method('Deaggregate', |
|
4941 |
'std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >', |
|
4942 |
[param('ns3::Ptr< ns3::Packet >', 'aggregatedPacket')], |
|
4943 |
is_static=True) |
|
4944 |
## msdu-aggregator.h: static ns3::TypeId ns3::MsduAggregator::GetTypeId() [member function] |
|
4945 |
cls.add_method('GetTypeId', |
|
4946 |
'ns3::TypeId', |
|
4947 |
[], |
|
4948 |
is_static=True) |
|
4949 |
return |
|
4950 |
||
4951 |
def register_Ns3NqapWifiMac_methods(root_module, cls): |
|
4952 |
## nqap-wifi-mac.h: static ns3::TypeId ns3::NqapWifiMac::GetTypeId() [member function] |
|
4953 |
cls.add_method('GetTypeId', |
|
4954 |
'ns3::TypeId', |
|
4955 |
[], |
|
4956 |
is_static=True) |
|
4957 |
## nqap-wifi-mac.h: ns3::NqapWifiMac::NqapWifiMac() [constructor] |
|
4958 |
cls.add_constructor([]) |
|
4959 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetSlot(ns3::Time slotTime) [member function] |
|
4960 |
cls.add_method('SetSlot', |
|
4961 |
'void', |
|
4962 |
[param('ns3::Time', 'slotTime')], |
|
4963 |
is_virtual=True) |
|
4964 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetSifs(ns3::Time sifs) [member function] |
|
4965 |
cls.add_method('SetSifs', |
|
4966 |
'void', |
|
4967 |
[param('ns3::Time', 'sifs')], |
|
4968 |
is_virtual=True) |
|
4969 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
4970 |
cls.add_method('SetEifsNoDifs', |
|
4971 |
'void', |
|
4972 |
[param('ns3::Time', 'eifsNoDifs')], |
|
4973 |
is_virtual=True) |
|
4974 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
4975 |
cls.add_method('SetAckTimeout', |
|
4976 |
'void', |
|
4977 |
[param('ns3::Time', 'ackTimeout')], |
|
4978 |
is_virtual=True) |
|
4979 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
|
4980 |
cls.add_method('SetCtsTimeout', |
|
4981 |
'void', |
|
4982 |
[param('ns3::Time', 'ctsTimeout')], |
|
4983 |
is_virtual=True) |
|
4984 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetPifs(ns3::Time pifs) [member function] |
|
4985 |
cls.add_method('SetPifs', |
|
4986 |
'void', |
|
4987 |
[param('ns3::Time', 'pifs')], |
|
4988 |
is_virtual=True) |
|
4989 |
## nqap-wifi-mac.h: ns3::Time ns3::NqapWifiMac::GetSlot() const [member function] |
|
4990 |
cls.add_method('GetSlot', |
|
4991 |
'ns3::Time', |
|
4992 |
[], |
|
4993 |
is_const=True, is_virtual=True) |
|
4994 |
## nqap-wifi-mac.h: ns3::Time ns3::NqapWifiMac::GetSifs() const [member function] |
|
4995 |
cls.add_method('GetSifs', |
|
4996 |
'ns3::Time', |
|
4997 |
[], |
|
4998 |
is_const=True, is_virtual=True) |
|
4999 |
## nqap-wifi-mac.h: ns3::Time ns3::NqapWifiMac::GetEifsNoDifs() const [member function] |
|
5000 |
cls.add_method('GetEifsNoDifs', |
|
5001 |
'ns3::Time', |
|
5002 |
[], |
|
5003 |
is_const=True, is_virtual=True) |
|
5004 |
## nqap-wifi-mac.h: ns3::Time ns3::NqapWifiMac::GetAckTimeout() const [member function] |
|
5005 |
cls.add_method('GetAckTimeout', |
|
5006 |
'ns3::Time', |
|
5007 |
[], |
|
5008 |
is_const=True, is_virtual=True) |
|
5009 |
## nqap-wifi-mac.h: ns3::Time ns3::NqapWifiMac::GetCtsTimeout() const [member function] |
|
5010 |
cls.add_method('GetCtsTimeout', |
|
5011 |
'ns3::Time', |
|
5012 |
[], |
|
5013 |
is_const=True, is_virtual=True) |
|
5014 |
## nqap-wifi-mac.h: ns3::Time ns3::NqapWifiMac::GetPifs() const [member function] |
|
5015 |
cls.add_method('GetPifs', |
|
5016 |
'ns3::Time', |
|
5017 |
[], |
|
5018 |
is_const=True, is_virtual=True) |
|
5019 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
5020 |
cls.add_method('SetWifiPhy', |
|
5021 |
'void', |
|
5022 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
5023 |
is_virtual=True) |
|
5024 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function] |
|
5025 |
cls.add_method('SetWifiRemoteStationManager', |
|
5026 |
'void', |
|
5027 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], |
|
5028 |
is_virtual=True) |
|
5029 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
5030 |
cls.add_method('Enqueue', |
|
5031 |
'void', |
|
5032 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], |
|
5033 |
is_virtual=True) |
|
5034 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function] |
|
5035 |
cls.add_method('Enqueue', |
|
5036 |
'void', |
|
5037 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], |
|
5038 |
is_virtual=True) |
|
5039 |
## nqap-wifi-mac.h: bool ns3::NqapWifiMac::SupportsSendFrom() const [member function] |
|
5040 |
cls.add_method('SupportsSendFrom', |
|
5041 |
'bool', |
|
5042 |
[], |
|
5043 |
is_const=True, is_virtual=True) |
|
5044 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function] |
|
5045 |
cls.add_method('SetForwardUpCallback', |
|
5046 |
'void', |
|
5047 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], |
|
5048 |
is_virtual=True) |
|
5049 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function] |
|
5050 |
cls.add_method('SetLinkUpCallback', |
|
5051 |
'void', |
|
5052 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], |
|
5053 |
is_virtual=True) |
|
5054 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function] |
|
5055 |
cls.add_method('SetLinkDownCallback', |
|
5056 |
'void', |
|
5057 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], |
|
5058 |
is_virtual=True) |
|
5059 |
## nqap-wifi-mac.h: ns3::Mac48Address ns3::NqapWifiMac::GetAddress() const [member function] |
|
5060 |
cls.add_method('GetAddress', |
|
5061 |
'ns3::Mac48Address', |
|
5062 |
[], |
|
5063 |
is_const=True, is_virtual=True) |
|
5064 |
## nqap-wifi-mac.h: ns3::Ssid ns3::NqapWifiMac::GetSsid() const [member function] |
|
5065 |
cls.add_method('GetSsid', |
|
5066 |
'ns3::Ssid', |
|
5067 |
[], |
|
5068 |
is_const=True, is_virtual=True) |
|
5069 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetAddress(ns3::Mac48Address address) [member function] |
|
5070 |
cls.add_method('SetAddress', |
|
5071 |
'void', |
|
5072 |
[param('ns3::Mac48Address', 'address')], |
|
5073 |
is_virtual=True) |
|
5074 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetSsid(ns3::Ssid ssid) [member function] |
|
5075 |
cls.add_method('SetSsid', |
|
5076 |
'void', |
|
5077 |
[param('ns3::Ssid', 'ssid')], |
|
5078 |
is_virtual=True) |
|
5079 |
## nqap-wifi-mac.h: ns3::Mac48Address ns3::NqapWifiMac::GetBssid() const [member function] |
|
5080 |
cls.add_method('GetBssid', |
|
5081 |
'ns3::Mac48Address', |
|
5082 |
[], |
|
5083 |
is_const=True, is_virtual=True) |
|
5084 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::SetBeaconInterval(ns3::Time interval) [member function] |
|
5085 |
cls.add_method('SetBeaconInterval', |
|
5086 |
'void', |
|
5087 |
[param('ns3::Time', 'interval')]) |
|
5088 |
## nqap-wifi-mac.h: ns3::Time ns3::NqapWifiMac::GetBeaconInterval() const [member function] |
|
5089 |
cls.add_method('GetBeaconInterval', |
|
5090 |
'ns3::Time', |
|
5091 |
[], |
|
5092 |
is_const=True) |
|
5093 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::StartBeaconing() [member function] |
|
5094 |
cls.add_method('StartBeaconing', |
|
5095 |
'void', |
|
5096 |
[]) |
|
5097 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::DoDispose() [member function] |
|
5098 |
cls.add_method('DoDispose', |
|
5099 |
'void', |
|
5100 |
[], |
|
5101 |
visibility='private', is_virtual=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5102 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::DoStart() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5103 |
cls.add_method('DoStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5104 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5105 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5106 |
visibility='private', is_virtual=True) |
5348 | 5107 |
## nqap-wifi-mac.h: void ns3::NqapWifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
5108 |
cls.add_method('FinishConfigureStandard', |
|
5109 |
'void', |
|
5110 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
5111 |
visibility='private', is_virtual=True) |
|
5112 |
return |
|
5113 |
||
5114 |
def register_Ns3NqstaWifiMac_methods(root_module, cls): |
|
5115 |
## nqsta-wifi-mac.h: static ns3::TypeId ns3::NqstaWifiMac::GetTypeId() [member function] |
|
5116 |
cls.add_method('GetTypeId', |
|
5117 |
'ns3::TypeId', |
|
5118 |
[], |
|
5119 |
is_static=True) |
|
5120 |
## nqsta-wifi-mac.h: ns3::NqstaWifiMac::NqstaWifiMac() [constructor] |
|
5121 |
cls.add_constructor([]) |
|
5122 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetSlot(ns3::Time slotTime) [member function] |
|
5123 |
cls.add_method('SetSlot', |
|
5124 |
'void', |
|
5125 |
[param('ns3::Time', 'slotTime')], |
|
5126 |
is_virtual=True) |
|
5127 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetSifs(ns3::Time sifs) [member function] |
|
5128 |
cls.add_method('SetSifs', |
|
5129 |
'void', |
|
5130 |
[param('ns3::Time', 'sifs')], |
|
5131 |
is_virtual=True) |
|
5132 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
5133 |
cls.add_method('SetEifsNoDifs', |
|
5134 |
'void', |
|
5135 |
[param('ns3::Time', 'eifsNoDifs')], |
|
5136 |
is_virtual=True) |
|
5137 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
5138 |
cls.add_method('SetAckTimeout', |
|
5139 |
'void', |
|
5140 |
[param('ns3::Time', 'ackTimeout')], |
|
5141 |
is_virtual=True) |
|
5142 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
|
5143 |
cls.add_method('SetCtsTimeout', |
|
5144 |
'void', |
|
5145 |
[param('ns3::Time', 'ctsTimeout')], |
|
5146 |
is_virtual=True) |
|
5147 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetPifs(ns3::Time pifs) [member function] |
|
5148 |
cls.add_method('SetPifs', |
|
5149 |
'void', |
|
5150 |
[param('ns3::Time', 'pifs')], |
|
5151 |
is_virtual=True) |
|
5152 |
## nqsta-wifi-mac.h: ns3::Time ns3::NqstaWifiMac::GetSlot() const [member function] |
|
5153 |
cls.add_method('GetSlot', |
|
5154 |
'ns3::Time', |
|
5155 |
[], |
|
5156 |
is_const=True, is_virtual=True) |
|
5157 |
## nqsta-wifi-mac.h: ns3::Time ns3::NqstaWifiMac::GetSifs() const [member function] |
|
5158 |
cls.add_method('GetSifs', |
|
5159 |
'ns3::Time', |
|
5160 |
[], |
|
5161 |
is_const=True, is_virtual=True) |
|
5162 |
## nqsta-wifi-mac.h: ns3::Time ns3::NqstaWifiMac::GetEifsNoDifs() const [member function] |
|
5163 |
cls.add_method('GetEifsNoDifs', |
|
5164 |
'ns3::Time', |
|
5165 |
[], |
|
5166 |
is_const=True, is_virtual=True) |
|
5167 |
## nqsta-wifi-mac.h: ns3::Time ns3::NqstaWifiMac::GetAckTimeout() const [member function] |
|
5168 |
cls.add_method('GetAckTimeout', |
|
5169 |
'ns3::Time', |
|
5170 |
[], |
|
5171 |
is_const=True, is_virtual=True) |
|
5172 |
## nqsta-wifi-mac.h: ns3::Time ns3::NqstaWifiMac::GetCtsTimeout() const [member function] |
|
5173 |
cls.add_method('GetCtsTimeout', |
|
5174 |
'ns3::Time', |
|
5175 |
[], |
|
5176 |
is_const=True, is_virtual=True) |
|
5177 |
## nqsta-wifi-mac.h: ns3::Time ns3::NqstaWifiMac::GetPifs() const [member function] |
|
5178 |
cls.add_method('GetPifs', |
|
5179 |
'ns3::Time', |
|
5180 |
[], |
|
5181 |
is_const=True, is_virtual=True) |
|
5182 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
5183 |
cls.add_method('SetWifiPhy', |
|
5184 |
'void', |
|
5185 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
5186 |
is_virtual=True) |
|
5187 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function] |
|
5188 |
cls.add_method('SetWifiRemoteStationManager', |
|
5189 |
'void', |
|
5190 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], |
|
5191 |
is_virtual=True) |
|
5192 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
5193 |
cls.add_method('Enqueue', |
|
5194 |
'void', |
|
5195 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], |
|
5196 |
is_virtual=True) |
|
5197 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function] |
|
5198 |
cls.add_method('Enqueue', |
|
5199 |
'void', |
|
5200 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], |
|
5201 |
is_virtual=True) |
|
5202 |
## nqsta-wifi-mac.h: bool ns3::NqstaWifiMac::SupportsSendFrom() const [member function] |
|
5203 |
cls.add_method('SupportsSendFrom', |
|
5204 |
'bool', |
|
5205 |
[], |
|
5206 |
is_const=True, is_virtual=True) |
|
5207 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function] |
|
5208 |
cls.add_method('SetForwardUpCallback', |
|
5209 |
'void', |
|
5210 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], |
|
5211 |
is_virtual=True) |
|
5212 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function] |
|
5213 |
cls.add_method('SetLinkUpCallback', |
|
5214 |
'void', |
|
5215 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], |
|
5216 |
is_virtual=True) |
|
5217 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function] |
|
5218 |
cls.add_method('SetLinkDownCallback', |
|
5219 |
'void', |
|
5220 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], |
|
5221 |
is_virtual=True) |
|
5222 |
## nqsta-wifi-mac.h: ns3::Mac48Address ns3::NqstaWifiMac::GetAddress() const [member function] |
|
5223 |
cls.add_method('GetAddress', |
|
5224 |
'ns3::Mac48Address', |
|
5225 |
[], |
|
5226 |
is_const=True, is_virtual=True) |
|
5227 |
## nqsta-wifi-mac.h: ns3::Ssid ns3::NqstaWifiMac::GetSsid() const [member function] |
|
5228 |
cls.add_method('GetSsid', |
|
5229 |
'ns3::Ssid', |
|
5230 |
[], |
|
5231 |
is_const=True, is_virtual=True) |
|
5232 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetAddress(ns3::Mac48Address address) [member function] |
|
5233 |
cls.add_method('SetAddress', |
|
5234 |
'void', |
|
5235 |
[param('ns3::Mac48Address', 'address')], |
|
5236 |
is_virtual=True) |
|
5237 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetSsid(ns3::Ssid ssid) [member function] |
|
5238 |
cls.add_method('SetSsid', |
|
5239 |
'void', |
|
5240 |
[param('ns3::Ssid', 'ssid')], |
|
5241 |
is_virtual=True) |
|
5242 |
## nqsta-wifi-mac.h: ns3::Mac48Address ns3::NqstaWifiMac::GetBssid() const [member function] |
|
5243 |
cls.add_method('GetBssid', |
|
5244 |
'ns3::Mac48Address', |
|
5245 |
[], |
|
5246 |
is_const=True, is_virtual=True) |
|
5247 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetMaxMissedBeacons(uint32_t missed) [member function] |
|
5248 |
cls.add_method('SetMaxMissedBeacons', |
|
5249 |
'void', |
|
5250 |
[param('uint32_t', 'missed')]) |
|
5251 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetProbeRequestTimeout(ns3::Time timeout) [member function] |
|
5252 |
cls.add_method('SetProbeRequestTimeout', |
|
5253 |
'void', |
|
5254 |
[param('ns3::Time', 'timeout')]) |
|
5255 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::SetAssocRequestTimeout(ns3::Time timeout) [member function] |
|
5256 |
cls.add_method('SetAssocRequestTimeout', |
|
5257 |
'void', |
|
5258 |
[param('ns3::Time', 'timeout')]) |
|
5259 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::StartActiveAssociation() [member function] |
|
5260 |
cls.add_method('StartActiveAssociation', |
|
5261 |
'void', |
|
5262 |
[]) |
|
6085
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5263 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::DoStart() [member function] |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5264 |
cls.add_method('DoStart', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5265 |
'void', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5266 |
[], |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5267 |
visibility='private', is_virtual=True) |
5348 | 5268 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::DoDispose() [member function] |
5269 |
cls.add_method('DoDispose', |
|
5270 |
'void', |
|
5271 |
[], |
|
5272 |
visibility='private', is_virtual=True) |
|
5273 |
## nqsta-wifi-mac.h: void ns3::NqstaWifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
|
5274 |
cls.add_method('FinishConfigureStandard', |
|
5275 |
'void', |
|
5276 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
5277 |
visibility='private', is_virtual=True) |
|
5278 |
return |
|
5279 |
||
5280 |
def register_Ns3OnoeWifiManager_methods(root_module, cls): |
|
5281 |
## onoe-wifi-manager.h: ns3::OnoeWifiManager::OnoeWifiManager(ns3::OnoeWifiManager const & arg0) [copy constructor] |
|
5282 |
cls.add_constructor([param('ns3::OnoeWifiManager const &', 'arg0')]) |
|
5283 |
## onoe-wifi-manager.h: ns3::OnoeWifiManager::OnoeWifiManager() [constructor] |
|
5284 |
cls.add_constructor([]) |
|
5285 |
## onoe-wifi-manager.h: static ns3::TypeId ns3::OnoeWifiManager::GetTypeId() [member function] |
|
5286 |
cls.add_method('GetTypeId', |
|
5287 |
'ns3::TypeId', |
|
5288 |
[], |
|
5289 |
is_static=True) |
|
6077 | 5290 |
## onoe-wifi-manager.h: ns3::WifiRemoteStation * ns3::OnoeWifiManager::DoCreateStation() const [member function] |
5291 |
cls.add_method('DoCreateStation', |
|
5348 | 5292 |
'ns3::WifiRemoteStation *', |
5293 |
[], |
|
6077 | 5294 |
is_const=True, visibility='private', is_virtual=True) |
5295 |
## onoe-wifi-manager.h: ns3::WifiMode ns3::OnoeWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
5296 |
cls.add_method('DoGetDataMode', |
|
5297 |
'ns3::WifiMode', |
|
5298 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5348 | 5299 |
visibility='private', is_virtual=True) |
6077 | 5300 |
## onoe-wifi-manager.h: ns3::WifiMode ns3::OnoeWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
5301 |
cls.add_method('DoGetRtsMode', |
|
5302 |
'ns3::WifiMode', |
|
5303 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5304 |
visibility='private', is_virtual=True) |
|
5305 |
## onoe-wifi-manager.h: void ns3::OnoeWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
5306 |
cls.add_method('DoReportDataFailed', |
|
5307 |
'void', |
|
5308 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5309 |
visibility='private', is_virtual=True) |
|
5310 |
## onoe-wifi-manager.h: void ns3::OnoeWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
5311 |
cls.add_method('DoReportDataOk', |
|
5312 |
'void', |
|
5313 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
5314 |
visibility='private', is_virtual=True) |
|
5315 |
## onoe-wifi-manager.h: void ns3::OnoeWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
5316 |
cls.add_method('DoReportFinalDataFailed', |
|
5317 |
'void', |
|
5318 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5319 |
visibility='private', is_virtual=True) |
|
5320 |
## onoe-wifi-manager.h: void ns3::OnoeWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
5321 |
cls.add_method('DoReportFinalRtsFailed', |
|
5322 |
'void', |
|
5323 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5324 |
visibility='private', is_virtual=True) |
|
5325 |
## onoe-wifi-manager.h: void ns3::OnoeWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
5326 |
cls.add_method('DoReportRtsFailed', |
|
5327 |
'void', |
|
5328 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5329 |
visibility='private', is_virtual=True) |
|
5330 |
## onoe-wifi-manager.h: void ns3::OnoeWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
5331 |
cls.add_method('DoReportRtsOk', |
|
5332 |
'void', |
|
5333 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
5334 |
visibility='private', is_virtual=True) |
|
5335 |
## onoe-wifi-manager.h: void ns3::OnoeWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
5336 |
cls.add_method('DoReportRxOk', |
|
5337 |
'void', |
|
5338 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
5339 |
visibility='private', is_virtual=True) |
|
5340 |
## onoe-wifi-manager.h: bool ns3::OnoeWifiManager::IsLowLatency() const [member function] |
|
5341 |
cls.add_method('IsLowLatency', |
|
5342 |
'bool', |
|
5343 |
[], |
|
5344 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 5345 |
return |
5346 |
||
5347 |
def register_Ns3QadhocWifiMac_methods(root_module, cls): |
|
5348 |
## qadhoc-wifi-mac.h: static ns3::TypeId ns3::QadhocWifiMac::GetTypeId() [member function] |
|
5349 |
cls.add_method('GetTypeId', |
|
5350 |
'ns3::TypeId', |
|
5351 |
[], |
|
5352 |
is_static=True) |
|
5353 |
## qadhoc-wifi-mac.h: ns3::QadhocWifiMac::QadhocWifiMac() [constructor] |
|
5354 |
cls.add_constructor([]) |
|
5355 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetSlot(ns3::Time slotTime) [member function] |
|
5356 |
cls.add_method('SetSlot', |
|
5357 |
'void', |
|
5358 |
[param('ns3::Time', 'slotTime')], |
|
5359 |
is_virtual=True) |
|
5360 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetSifs(ns3::Time sifs) [member function] |
|
5361 |
cls.add_method('SetSifs', |
|
5362 |
'void', |
|
5363 |
[param('ns3::Time', 'sifs')], |
|
5364 |
is_virtual=True) |
|
5365 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
5366 |
cls.add_method('SetEifsNoDifs', |
|
5367 |
'void', |
|
5368 |
[param('ns3::Time', 'eifsNoDifs')], |
|
5369 |
is_virtual=True) |
|
5370 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
5371 |
cls.add_method('SetAckTimeout', |
|
5372 |
'void', |
|
5373 |
[param('ns3::Time', 'ackTimeout')], |
|
5374 |
is_virtual=True) |
|
5375 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
|
5376 |
cls.add_method('SetCtsTimeout', |
|
5377 |
'void', |
|
5378 |
[param('ns3::Time', 'ctsTimeout')], |
|
5379 |
is_virtual=True) |
|
5380 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetPifs(ns3::Time pifs) [member function] |
|
5381 |
cls.add_method('SetPifs', |
|
5382 |
'void', |
|
5383 |
[param('ns3::Time', 'pifs')], |
|
5384 |
is_virtual=True) |
|
5385 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetSlot() const [member function] |
|
5386 |
cls.add_method('GetSlot', |
|
5387 |
'ns3::Time', |
|
5388 |
[], |
|
5389 |
is_const=True, is_virtual=True) |
|
5390 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetSifs() const [member function] |
|
5391 |
cls.add_method('GetSifs', |
|
5392 |
'ns3::Time', |
|
5393 |
[], |
|
5394 |
is_const=True, is_virtual=True) |
|
5395 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetEifsNoDifs() const [member function] |
|
5396 |
cls.add_method('GetEifsNoDifs', |
|
5397 |
'ns3::Time', |
|
5398 |
[], |
|
5399 |
is_const=True, is_virtual=True) |
|
5400 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetAckTimeout() const [member function] |
|
5401 |
cls.add_method('GetAckTimeout', |
|
5402 |
'ns3::Time', |
|
5403 |
[], |
|
5404 |
is_const=True, is_virtual=True) |
|
5405 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetCtsTimeout() const [member function] |
|
5406 |
cls.add_method('GetCtsTimeout', |
|
5407 |
'ns3::Time', |
|
5408 |
[], |
|
5409 |
is_const=True, is_virtual=True) |
|
5410 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetPifs() const [member function] |
|
5411 |
cls.add_method('GetPifs', |
|
5412 |
'ns3::Time', |
|
5413 |
[], |
|
5414 |
is_const=True, is_virtual=True) |
|
5415 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
5416 |
cls.add_method('SetWifiPhy', |
|
5417 |
'void', |
|
5418 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
5419 |
is_virtual=True) |
|
5420 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function] |
|
5421 |
cls.add_method('SetWifiRemoteStationManager', |
|
5422 |
'void', |
|
5423 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], |
|
5424 |
is_virtual=True) |
|
5425 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
5426 |
cls.add_method('Enqueue', |
|
5427 |
'void', |
|
5428 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], |
|
5429 |
is_virtual=True) |
|
5430 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function] |
|
5431 |
cls.add_method('Enqueue', |
|
5432 |
'void', |
|
5433 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], |
|
5434 |
is_virtual=True) |
|
5435 |
## qadhoc-wifi-mac.h: bool ns3::QadhocWifiMac::SupportsSendFrom() const [member function] |
|
5436 |
cls.add_method('SupportsSendFrom', |
|
5437 |
'bool', |
|
5438 |
[], |
|
5439 |
is_const=True, is_virtual=True) |
|
5440 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function] |
|
5441 |
cls.add_method('SetForwardUpCallback', |
|
5442 |
'void', |
|
5443 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], |
|
5444 |
is_virtual=True) |
|
5445 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function] |
|
5446 |
cls.add_method('SetLinkUpCallback', |
|
5447 |
'void', |
|
5448 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], |
|
5449 |
is_virtual=True) |
|
5450 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function] |
|
5451 |
cls.add_method('SetLinkDownCallback', |
|
5452 |
'void', |
|
5453 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], |
|
5454 |
is_virtual=True) |
|
5455 |
## qadhoc-wifi-mac.h: ns3::Mac48Address ns3::QadhocWifiMac::GetAddress() const [member function] |
|
5456 |
cls.add_method('GetAddress', |
|
5457 |
'ns3::Mac48Address', |
|
5458 |
[], |
|
5459 |
is_const=True, is_virtual=True) |
|
5460 |
## qadhoc-wifi-mac.h: ns3::Ssid ns3::QadhocWifiMac::GetSsid() const [member function] |
|
5461 |
cls.add_method('GetSsid', |
|
5462 |
'ns3::Ssid', |
|
5463 |
[], |
|
5464 |
is_const=True, is_virtual=True) |
|
5465 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetAddress(ns3::Mac48Address address) [member function] |
|
5466 |
cls.add_method('SetAddress', |
|
5467 |
'void', |
|
5468 |
[param('ns3::Mac48Address', 'address')], |
|
5469 |
is_virtual=True) |
|
5470 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetSsid(ns3::Ssid ssid) [member function] |
|
5471 |
cls.add_method('SetSsid', |
|
5472 |
'void', |
|
5473 |
[param('ns3::Ssid', 'ssid')], |
|
5474 |
is_virtual=True) |
|
5475 |
## qadhoc-wifi-mac.h: ns3::Mac48Address ns3::QadhocWifiMac::GetBssid() const [member function] |
|
5476 |
cls.add_method('GetBssid', |
|
5477 |
'ns3::Mac48Address', |
|
5478 |
[], |
|
5479 |
is_const=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5480 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5481 |
cls.add_method('SetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5482 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5483 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5484 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5485 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5486 |
cls.add_method('SetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5487 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5488 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5489 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5490 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetBasicBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5491 |
cls.add_method('GetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5492 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5493 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5494 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5495 |
## qadhoc-wifi-mac.h: ns3::Time ns3::QadhocWifiMac::GetCompressedBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5496 |
cls.add_method('GetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5497 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5498 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5499 |
is_const=True, is_virtual=True) |
5348 | 5500 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::DoDispose() [member function] |
5501 |
cls.add_method('DoDispose', |
|
5502 |
'void', |
|
5503 |
[], |
|
5504 |
visibility='private', is_virtual=True) |
|
6085
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5505 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::DoStart() [member function] |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5506 |
cls.add_method('DoStart', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5507 |
'void', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5508 |
[], |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5509 |
visibility='private', is_virtual=True) |
5348 | 5510 |
## qadhoc-wifi-mac.h: void ns3::QadhocWifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
5511 |
cls.add_method('FinishConfigureStandard', |
|
5512 |
'void', |
|
5513 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
5514 |
visibility='private', is_virtual=True) |
|
5515 |
return |
|
5516 |
||
5517 |
def register_Ns3QapWifiMac_methods(root_module, cls): |
|
5518 |
## qap-wifi-mac.h: static ns3::TypeId ns3::QapWifiMac::GetTypeId() [member function] |
|
5519 |
cls.add_method('GetTypeId', |
|
5520 |
'ns3::TypeId', |
|
5521 |
[], |
|
5522 |
is_static=True) |
|
5523 |
## qap-wifi-mac.h: ns3::QapWifiMac::QapWifiMac() [constructor] |
|
5524 |
cls.add_constructor([]) |
|
5525 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetSlot(ns3::Time slotTime) [member function] |
|
5526 |
cls.add_method('SetSlot', |
|
5527 |
'void', |
|
5528 |
[param('ns3::Time', 'slotTime')], |
|
5529 |
is_virtual=True) |
|
5530 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetSifs(ns3::Time sifs) [member function] |
|
5531 |
cls.add_method('SetSifs', |
|
5532 |
'void', |
|
5533 |
[param('ns3::Time', 'sifs')], |
|
5534 |
is_virtual=True) |
|
5535 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
5536 |
cls.add_method('SetEifsNoDifs', |
|
5537 |
'void', |
|
5538 |
[param('ns3::Time', 'eifsNoDifs')], |
|
5539 |
is_virtual=True) |
|
5540 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
5541 |
cls.add_method('SetAckTimeout', |
|
5542 |
'void', |
|
5543 |
[param('ns3::Time', 'ackTimeout')], |
|
5544 |
is_virtual=True) |
|
5545 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
|
5546 |
cls.add_method('SetCtsTimeout', |
|
5547 |
'void', |
|
5548 |
[param('ns3::Time', 'ctsTimeout')], |
|
5549 |
is_virtual=True) |
|
5550 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetPifs(ns3::Time pifs) [member function] |
|
5551 |
cls.add_method('SetPifs', |
|
5552 |
'void', |
|
5553 |
[param('ns3::Time', 'pifs')], |
|
5554 |
is_virtual=True) |
|
5555 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetSlot() const [member function] |
|
5556 |
cls.add_method('GetSlot', |
|
5557 |
'ns3::Time', |
|
5558 |
[], |
|
5559 |
is_const=True, is_virtual=True) |
|
5560 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetSifs() const [member function] |
|
5561 |
cls.add_method('GetSifs', |
|
5562 |
'ns3::Time', |
|
5563 |
[], |
|
5564 |
is_const=True, is_virtual=True) |
|
5565 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetEifsNoDifs() const [member function] |
|
5566 |
cls.add_method('GetEifsNoDifs', |
|
5567 |
'ns3::Time', |
|
5568 |
[], |
|
5569 |
is_const=True, is_virtual=True) |
|
5570 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetAckTimeout() const [member function] |
|
5571 |
cls.add_method('GetAckTimeout', |
|
5572 |
'ns3::Time', |
|
5573 |
[], |
|
5574 |
is_const=True, is_virtual=True) |
|
5575 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetCtsTimeout() const [member function] |
|
5576 |
cls.add_method('GetCtsTimeout', |
|
5577 |
'ns3::Time', |
|
5578 |
[], |
|
5579 |
is_const=True, is_virtual=True) |
|
5580 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetPifs() const [member function] |
|
5581 |
cls.add_method('GetPifs', |
|
5582 |
'ns3::Time', |
|
5583 |
[], |
|
5584 |
is_const=True, is_virtual=True) |
|
5585 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
5586 |
cls.add_method('SetWifiPhy', |
|
5587 |
'void', |
|
5588 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
5589 |
is_virtual=True) |
|
5590 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function] |
|
5591 |
cls.add_method('SetWifiRemoteStationManager', |
|
5592 |
'void', |
|
5593 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], |
|
5594 |
is_virtual=True) |
|
5595 |
## qap-wifi-mac.h: void ns3::QapWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
5596 |
cls.add_method('Enqueue', |
|
5597 |
'void', |
|
5598 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], |
|
5599 |
is_virtual=True) |
|
5600 |
## qap-wifi-mac.h: void ns3::QapWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function] |
|
5601 |
cls.add_method('Enqueue', |
|
5602 |
'void', |
|
5603 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], |
|
5604 |
is_virtual=True) |
|
5605 |
## qap-wifi-mac.h: bool ns3::QapWifiMac::SupportsSendFrom() const [member function] |
|
5606 |
cls.add_method('SupportsSendFrom', |
|
5607 |
'bool', |
|
5608 |
[], |
|
5609 |
is_const=True, is_virtual=True) |
|
5610 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function] |
|
5611 |
cls.add_method('SetForwardUpCallback', |
|
5612 |
'void', |
|
5613 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], |
|
5614 |
is_virtual=True) |
|
5615 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function] |
|
5616 |
cls.add_method('SetLinkUpCallback', |
|
5617 |
'void', |
|
5618 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], |
|
5619 |
is_virtual=True) |
|
5620 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function] |
|
5621 |
cls.add_method('SetLinkDownCallback', |
|
5622 |
'void', |
|
5623 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], |
|
5624 |
is_virtual=True) |
|
5625 |
## qap-wifi-mac.h: ns3::Mac48Address ns3::QapWifiMac::GetAddress() const [member function] |
|
5626 |
cls.add_method('GetAddress', |
|
5627 |
'ns3::Mac48Address', |
|
5628 |
[], |
|
5629 |
is_const=True, is_virtual=True) |
|
5630 |
## qap-wifi-mac.h: ns3::Ssid ns3::QapWifiMac::GetSsid() const [member function] |
|
5631 |
cls.add_method('GetSsid', |
|
5632 |
'ns3::Ssid', |
|
5633 |
[], |
|
5634 |
is_const=True, is_virtual=True) |
|
5635 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetAddress(ns3::Mac48Address address) [member function] |
|
5636 |
cls.add_method('SetAddress', |
|
5637 |
'void', |
|
5638 |
[param('ns3::Mac48Address', 'address')], |
|
5639 |
is_virtual=True) |
|
5640 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetSsid(ns3::Ssid ssid) [member function] |
|
5641 |
cls.add_method('SetSsid', |
|
5642 |
'void', |
|
5643 |
[param('ns3::Ssid', 'ssid')], |
|
5644 |
is_virtual=True) |
|
5645 |
## qap-wifi-mac.h: ns3::Mac48Address ns3::QapWifiMac::GetBssid() const [member function] |
|
5646 |
cls.add_method('GetBssid', |
|
5647 |
'ns3::Mac48Address', |
|
5648 |
[], |
|
5649 |
is_const=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5650 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5651 |
cls.add_method('SetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5652 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5653 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5654 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5655 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5656 |
cls.add_method('SetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5657 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5658 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5659 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5660 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetBasicBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5661 |
cls.add_method('GetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5662 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5663 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5664 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5665 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetCompressedBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5666 |
cls.add_method('GetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5667 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5668 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5669 |
is_const=True, is_virtual=True) |
5348 | 5670 |
## qap-wifi-mac.h: void ns3::QapWifiMac::SetBeaconInterval(ns3::Time interval) [member function] |
5671 |
cls.add_method('SetBeaconInterval', |
|
5672 |
'void', |
|
5673 |
[param('ns3::Time', 'interval')]) |
|
5674 |
## qap-wifi-mac.h: ns3::Time ns3::QapWifiMac::GetBeaconInterval() const [member function] |
|
5675 |
cls.add_method('GetBeaconInterval', |
|
5676 |
'ns3::Time', |
|
5677 |
[], |
|
5678 |
is_const=True) |
|
5679 |
## qap-wifi-mac.h: void ns3::QapWifiMac::StartBeaconing() [member function] |
|
5680 |
cls.add_method('StartBeaconing', |
|
5681 |
'void', |
|
5682 |
[]) |
|
5683 |
## qap-wifi-mac.h: void ns3::QapWifiMac::DoDispose() [member function] |
|
5684 |
cls.add_method('DoDispose', |
|
5685 |
'void', |
|
5686 |
[], |
|
5687 |
visibility='private', is_virtual=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5688 |
## qap-wifi-mac.h: void ns3::QapWifiMac::DoStart() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5689 |
cls.add_method('DoStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5690 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5691 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5692 |
visibility='private', is_virtual=True) |
5348 | 5693 |
## qap-wifi-mac.h: void ns3::QapWifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
5694 |
cls.add_method('FinishConfigureStandard', |
|
5695 |
'void', |
|
5696 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
5697 |
visibility='private', is_virtual=True) |
|
5698 |
return |
|
5699 |
||
5700 |
def register_Ns3QstaWifiMac_methods(root_module, cls): |
|
5701 |
## qsta-wifi-mac.h: static ns3::TypeId ns3::QstaWifiMac::GetTypeId() [member function] |
|
5702 |
cls.add_method('GetTypeId', |
|
5703 |
'ns3::TypeId', |
|
5704 |
[], |
|
5705 |
is_static=True) |
|
5706 |
## qsta-wifi-mac.h: ns3::QstaWifiMac::QstaWifiMac() [constructor] |
|
5707 |
cls.add_constructor([]) |
|
5708 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetSlot(ns3::Time slotTime) [member function] |
|
5709 |
cls.add_method('SetSlot', |
|
5710 |
'void', |
|
5711 |
[param('ns3::Time', 'slotTime')], |
|
5712 |
is_virtual=True) |
|
5713 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetSifs(ns3::Time sifs) [member function] |
|
5714 |
cls.add_method('SetSifs', |
|
5715 |
'void', |
|
5716 |
[param('ns3::Time', 'sifs')], |
|
5717 |
is_virtual=True) |
|
5718 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function] |
|
5719 |
cls.add_method('SetEifsNoDifs', |
|
5720 |
'void', |
|
5721 |
[param('ns3::Time', 'eifsNoDifs')], |
|
5722 |
is_virtual=True) |
|
5723 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function] |
|
5724 |
cls.add_method('SetAckTimeout', |
|
5725 |
'void', |
|
5726 |
[param('ns3::Time', 'ackTimeout')], |
|
5727 |
is_virtual=True) |
|
5728 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function] |
|
5729 |
cls.add_method('SetCtsTimeout', |
|
5730 |
'void', |
|
5731 |
[param('ns3::Time', 'ctsTimeout')], |
|
5732 |
is_virtual=True) |
|
5733 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetPifs(ns3::Time pifs) [member function] |
|
5734 |
cls.add_method('SetPifs', |
|
5735 |
'void', |
|
5736 |
[param('ns3::Time', 'pifs')], |
|
5737 |
is_virtual=True) |
|
5738 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetSlot() const [member function] |
|
5739 |
cls.add_method('GetSlot', |
|
5740 |
'ns3::Time', |
|
5741 |
[], |
|
5742 |
is_const=True, is_virtual=True) |
|
5743 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetSifs() const [member function] |
|
5744 |
cls.add_method('GetSifs', |
|
5745 |
'ns3::Time', |
|
5746 |
[], |
|
5747 |
is_const=True, is_virtual=True) |
|
5748 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetEifsNoDifs() const [member function] |
|
5749 |
cls.add_method('GetEifsNoDifs', |
|
5750 |
'ns3::Time', |
|
5751 |
[], |
|
5752 |
is_const=True, is_virtual=True) |
|
5753 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetAckTimeout() const [member function] |
|
5754 |
cls.add_method('GetAckTimeout', |
|
5755 |
'ns3::Time', |
|
5756 |
[], |
|
5757 |
is_const=True, is_virtual=True) |
|
5758 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetCtsTimeout() const [member function] |
|
5759 |
cls.add_method('GetCtsTimeout', |
|
5760 |
'ns3::Time', |
|
5761 |
[], |
|
5762 |
is_const=True, is_virtual=True) |
|
5763 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetPifs() const [member function] |
|
5764 |
cls.add_method('GetPifs', |
|
5765 |
'ns3::Time', |
|
5766 |
[], |
|
5767 |
is_const=True, is_virtual=True) |
|
5768 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
5769 |
cls.add_method('SetWifiPhy', |
|
5770 |
'void', |
|
5771 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')], |
|
5772 |
is_virtual=True) |
|
5773 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function] |
|
5774 |
cls.add_method('SetWifiRemoteStationManager', |
|
5775 |
'void', |
|
5776 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], |
|
5777 |
is_virtual=True) |
|
5778 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
5779 |
cls.add_method('Enqueue', |
|
5780 |
'void', |
|
5781 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], |
|
5782 |
is_virtual=True) |
|
5783 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function] |
|
5784 |
cls.add_method('Enqueue', |
|
5785 |
'void', |
|
5786 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], |
|
5787 |
is_virtual=True) |
|
5788 |
## qsta-wifi-mac.h: bool ns3::QstaWifiMac::SupportsSendFrom() const [member function] |
|
5789 |
cls.add_method('SupportsSendFrom', |
|
5790 |
'bool', |
|
5791 |
[], |
|
5792 |
is_const=True, is_virtual=True) |
|
5793 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function] |
|
5794 |
cls.add_method('SetForwardUpCallback', |
|
5795 |
'void', |
|
5796 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], |
|
5797 |
is_virtual=True) |
|
5798 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function] |
|
5799 |
cls.add_method('SetLinkUpCallback', |
|
5800 |
'void', |
|
5801 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], |
|
5802 |
is_virtual=True) |
|
5803 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function] |
|
5804 |
cls.add_method('SetLinkDownCallback', |
|
5805 |
'void', |
|
5806 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], |
|
5807 |
is_virtual=True) |
|
5808 |
## qsta-wifi-mac.h: ns3::Mac48Address ns3::QstaWifiMac::GetAddress() const [member function] |
|
5809 |
cls.add_method('GetAddress', |
|
5810 |
'ns3::Mac48Address', |
|
5811 |
[], |
|
5812 |
is_const=True, is_virtual=True) |
|
5813 |
## qsta-wifi-mac.h: ns3::Ssid ns3::QstaWifiMac::GetSsid() const [member function] |
|
5814 |
cls.add_method('GetSsid', |
|
5815 |
'ns3::Ssid', |
|
5816 |
[], |
|
5817 |
is_const=True, is_virtual=True) |
|
5818 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetAddress(ns3::Mac48Address address) [member function] |
|
5819 |
cls.add_method('SetAddress', |
|
5820 |
'void', |
|
5821 |
[param('ns3::Mac48Address', 'address')], |
|
5822 |
is_virtual=True) |
|
5823 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetSsid(ns3::Ssid ssid) [member function] |
|
5824 |
cls.add_method('SetSsid', |
|
5825 |
'void', |
|
5826 |
[param('ns3::Ssid', 'ssid')], |
|
5827 |
is_virtual=True) |
|
5828 |
## qsta-wifi-mac.h: ns3::Mac48Address ns3::QstaWifiMac::GetBssid() const [member function] |
|
5829 |
cls.add_method('GetBssid', |
|
5830 |
'ns3::Mac48Address', |
|
5831 |
[], |
|
5832 |
is_const=True, is_virtual=True) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5833 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5834 |
cls.add_method('SetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5835 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5836 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5837 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5838 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5839 |
cls.add_method('SetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5840 |
'void', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5841 |
[param('ns3::Time', 'blockAckTimeout')], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5842 |
is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5843 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetBasicBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5844 |
cls.add_method('GetBasicBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5845 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5846 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5847 |
is_const=True, is_virtual=True) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5848 |
## qsta-wifi-mac.h: ns3::Time ns3::QstaWifiMac::GetCompressedBlockAckTimeout() const [member function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5849 |
cls.add_method('GetCompressedBlockAckTimeout', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5850 |
'ns3::Time', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5851 |
[], |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
5852 |
is_const=True, is_virtual=True) |
5348 | 5853 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetMaxMissedBeacons(uint32_t missed) [member function] |
5854 |
cls.add_method('SetMaxMissedBeacons', |
|
5855 |
'void', |
|
5856 |
[param('uint32_t', 'missed')]) |
|
5857 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetProbeRequestTimeout(ns3::Time timeout) [member function] |
|
5858 |
cls.add_method('SetProbeRequestTimeout', |
|
5859 |
'void', |
|
5860 |
[param('ns3::Time', 'timeout')]) |
|
5861 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::SetAssocRequestTimeout(ns3::Time timeout) [member function] |
|
5862 |
cls.add_method('SetAssocRequestTimeout', |
|
5863 |
'void', |
|
5864 |
[param('ns3::Time', 'timeout')]) |
|
5865 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::StartActiveAssociation() [member function] |
|
5866 |
cls.add_method('StartActiveAssociation', |
|
5867 |
'void', |
|
5868 |
[]) |
|
6085
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5869 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::DoStart() [member function] |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5870 |
cls.add_method('DoStart', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5871 |
'void', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5872 |
[], |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
5873 |
visibility='private', is_virtual=True) |
5348 | 5874 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::DoDispose() [member function] |
5875 |
cls.add_method('DoDispose', |
|
5876 |
'void', |
|
5877 |
[], |
|
5878 |
visibility='private', is_virtual=True) |
|
5879 |
## qsta-wifi-mac.h: void ns3::QstaWifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function] |
|
5880 |
cls.add_method('FinishConfigureStandard', |
|
5881 |
'void', |
|
5882 |
[param('ns3::WifiPhyStandard', 'standard')], |
|
5883 |
visibility='private', is_virtual=True) |
|
5884 |
return |
|
5885 |
||
5886 |
def register_Ns3RraaWifiManager_methods(root_module, cls): |
|
5887 |
## rraa-wifi-manager.h: ns3::RraaWifiManager::RraaWifiManager(ns3::RraaWifiManager const & arg0) [copy constructor] |
|
5888 |
cls.add_constructor([param('ns3::RraaWifiManager const &', 'arg0')]) |
|
5889 |
## rraa-wifi-manager.h: ns3::RraaWifiManager::RraaWifiManager() [constructor] |
|
5890 |
cls.add_constructor([]) |
|
5891 |
## rraa-wifi-manager.h: static ns3::TypeId ns3::RraaWifiManager::GetTypeId() [member function] |
|
5892 |
cls.add_method('GetTypeId', |
|
5893 |
'ns3::TypeId', |
|
5894 |
[], |
|
5895 |
is_static=True) |
|
6077 | 5896 |
## rraa-wifi-manager.h: ns3::WifiRemoteStation * ns3::RraaWifiManager::DoCreateStation() const [member function] |
5897 |
cls.add_method('DoCreateStation', |
|
5898 |
'ns3::WifiRemoteStation *', |
|
5899 |
[], |
|
5900 |
is_const=True, visibility='private', is_virtual=True) |
|
5901 |
## rraa-wifi-manager.h: ns3::WifiMode ns3::RraaWifiManager::DoGetDataMode(ns3::WifiRemoteStation * station, uint32_t size) [member function] |
|
5902 |
cls.add_method('DoGetDataMode', |
|
5903 |
'ns3::WifiMode', |
|
5904 |
[param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], |
|
5905 |
visibility='private', is_virtual=True) |
|
5906 |
## rraa-wifi-manager.h: ns3::WifiMode ns3::RraaWifiManager::DoGetRtsMode(ns3::WifiRemoteStation * station) [member function] |
|
5907 |
cls.add_method('DoGetRtsMode', |
|
5908 |
'ns3::WifiMode', |
|
5909 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5910 |
visibility='private', is_virtual=True) |
|
5911 |
## rraa-wifi-manager.h: bool ns3::RraaWifiManager::DoNeedRts(ns3::WifiRemoteStation * st, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function] |
|
5912 |
cls.add_method('DoNeedRts', |
|
5348 | 5913 |
'bool', |
6077 | 5914 |
[param('ns3::WifiRemoteStation *', 'st'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], |
5915 |
visibility='private', is_virtual=True) |
|
5916 |
## rraa-wifi-manager.h: void ns3::RraaWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
5917 |
cls.add_method('DoReportDataFailed', |
|
5918 |
'void', |
|
5919 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5920 |
visibility='private', is_virtual=True) |
|
5921 |
## rraa-wifi-manager.h: void ns3::RraaWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function] |
|
5922 |
cls.add_method('DoReportDataOk', |
|
5923 |
'void', |
|
5924 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], |
|
5925 |
visibility='private', is_virtual=True) |
|
5926 |
## rraa-wifi-manager.h: void ns3::RraaWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function] |
|
5927 |
cls.add_method('DoReportFinalDataFailed', |
|
5928 |
'void', |
|
5929 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5348 | 5930 |
visibility='private', is_virtual=True) |
6077 | 5931 |
## rraa-wifi-manager.h: void ns3::RraaWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function] |
5932 |
cls.add_method('DoReportFinalRtsFailed', |
|
5933 |
'void', |
|
5934 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5935 |
visibility='private', is_virtual=True) |
|
5936 |
## rraa-wifi-manager.h: void ns3::RraaWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function] |
|
5937 |
cls.add_method('DoReportRtsFailed', |
|
5938 |
'void', |
|
5939 |
[param('ns3::WifiRemoteStation *', 'station')], |
|
5940 |
visibility='private', is_virtual=True) |
|
5941 |
## rraa-wifi-manager.h: void ns3::RraaWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function] |
|
5942 |
cls.add_method('DoReportRtsOk', |
|
5943 |
'void', |
|
5944 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], |
|
5945 |
visibility='private', is_virtual=True) |
|
5946 |
## rraa-wifi-manager.h: void ns3::RraaWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function] |
|
5947 |
cls.add_method('DoReportRxOk', |
|
5948 |
'void', |
|
5949 |
[param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], |
|
5950 |
visibility='private', is_virtual=True) |
|
5951 |
## rraa-wifi-manager.h: bool ns3::RraaWifiManager::IsLowLatency() const [member function] |
|
5952 |
cls.add_method('IsLowLatency', |
|
5953 |
'bool', |
|
5954 |
[], |
|
5955 |
is_const=True, visibility='private', is_virtual=True) |
|
5348 | 5956 |
return |
5957 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5958 |
def register_Ns3SsidChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5959 |
## ssid.h: ns3::SsidChecker::SsidChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5960 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5961 |
## ssid.h: ns3::SsidChecker::SsidChecker(ns3::SsidChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5962 |
cls.add_constructor([param('ns3::SsidChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5963 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5964 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5965 |
def register_Ns3SsidValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5966 |
## ssid.h: ns3::SsidValue::SsidValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5967 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5968 |
## ssid.h: ns3::SsidValue::SsidValue(ns3::SsidValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5969 |
cls.add_constructor([param('ns3::SsidValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5970 |
## ssid.h: ns3::SsidValue::SsidValue(ns3::Ssid const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5971 |
cls.add_constructor([param('ns3::Ssid const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5972 |
## ssid.h: ns3::Ptr<ns3::AttributeValue> ns3::SsidValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5973 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5974 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5975 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5976 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5977 |
## ssid.h: bool ns3::SsidValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5978 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5979 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5980 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5981 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5982 |
## ssid.h: ns3::Ssid ns3::SsidValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5983 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5984 |
'ns3::Ssid', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5985 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5986 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5987 |
## ssid.h: std::string ns3::SsidValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5988 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5989 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5990 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5991 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5992 |
## ssid.h: void ns3::SsidValue::Set(ns3::Ssid const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5993 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5994 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5995 |
[param('ns3::Ssid const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5996 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
5997 |
|
5348 | 5998 |
def register_Ns3WifiChannel_methods(root_module, cls): |
5999 |
## wifi-channel.h: ns3::WifiChannel::WifiChannel() [constructor] |
|
6000 |
cls.add_constructor([]) |
|
6001 |
## wifi-channel.h: ns3::WifiChannel::WifiChannel(ns3::WifiChannel const & arg0) [copy constructor] |
|
6002 |
cls.add_constructor([param('ns3::WifiChannel const &', 'arg0')]) |
|
6003 |
## wifi-channel.h: static ns3::TypeId ns3::WifiChannel::GetTypeId() [member function] |
|
6004 |
cls.add_method('GetTypeId', |
|
6005 |
'ns3::TypeId', |
|
6006 |
[], |
|
6007 |
is_static=True) |
|
6008 |
return |
|
6009 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6010 |
def register_Ns3WifiModeChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6011 |
## wifi-mode.h: ns3::WifiModeChecker::WifiModeChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6012 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6013 |
## wifi-mode.h: ns3::WifiModeChecker::WifiModeChecker(ns3::WifiModeChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6014 |
cls.add_constructor([param('ns3::WifiModeChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6015 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6016 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6017 |
def register_Ns3WifiModeValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6018 |
## wifi-mode.h: ns3::WifiModeValue::WifiModeValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6019 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6020 |
## wifi-mode.h: ns3::WifiModeValue::WifiModeValue(ns3::WifiModeValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6021 |
cls.add_constructor([param('ns3::WifiModeValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6022 |
## wifi-mode.h: ns3::WifiModeValue::WifiModeValue(ns3::WifiMode const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6023 |
cls.add_constructor([param('ns3::WifiMode const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6024 |
## wifi-mode.h: ns3::Ptr<ns3::AttributeValue> ns3::WifiModeValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6025 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6026 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6027 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6028 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6029 |
## wifi-mode.h: bool ns3::WifiModeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6030 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6031 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6032 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6033 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6034 |
## wifi-mode.h: ns3::WifiMode ns3::WifiModeValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6035 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6036 |
'ns3::WifiMode', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6037 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6038 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6039 |
## wifi-mode.h: std::string ns3::WifiModeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6040 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6041 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6042 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6043 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6044 |
## wifi-mode.h: void ns3::WifiModeValue::Set(ns3::WifiMode const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6045 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6046 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6047 |
[param('ns3::WifiMode const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6048 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6049 |
|
5348 | 6050 |
def register_Ns3WifiNetDevice_methods(root_module, cls): |
6051 |
## wifi-net-device.h: ns3::WifiNetDevice::WifiNetDevice(ns3::WifiNetDevice const & arg0) [copy constructor] |
|
6052 |
cls.add_constructor([param('ns3::WifiNetDevice const &', 'arg0')]) |
|
6053 |
## wifi-net-device.h: ns3::WifiNetDevice::WifiNetDevice() [constructor] |
|
6054 |
cls.add_constructor([]) |
|
6055 |
## wifi-net-device.h: void ns3::WifiNetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
|
6056 |
cls.add_method('AddLinkChangeCallback', |
|
6057 |
'void', |
|
6058 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
|
6059 |
is_virtual=True) |
|
6060 |
## wifi-net-device.h: ns3::Address ns3::WifiNetDevice::GetAddress() const [member function] |
|
6061 |
cls.add_method('GetAddress', |
|
6062 |
'ns3::Address', |
|
6063 |
[], |
|
6064 |
is_const=True, is_virtual=True) |
|
6065 |
## wifi-net-device.h: ns3::Address ns3::WifiNetDevice::GetBroadcast() const [member function] |
|
6066 |
cls.add_method('GetBroadcast', |
|
6067 |
'ns3::Address', |
|
6068 |
[], |
|
6069 |
is_const=True, is_virtual=True) |
|
6070 |
## wifi-net-device.h: ns3::Ptr<ns3::Channel> ns3::WifiNetDevice::GetChannel() const [member function] |
|
6071 |
cls.add_method('GetChannel', |
|
6072 |
'ns3::Ptr< ns3::Channel >', |
|
6073 |
[], |
|
6074 |
is_const=True, is_virtual=True) |
|
6075 |
## wifi-net-device.h: uint32_t ns3::WifiNetDevice::GetIfIndex() const [member function] |
|
6076 |
cls.add_method('GetIfIndex', |
|
6077 |
'uint32_t', |
|
6078 |
[], |
|
6079 |
is_const=True, is_virtual=True) |
|
6080 |
## wifi-net-device.h: ns3::Ptr<ns3::WifiMac> ns3::WifiNetDevice::GetMac() const [member function] |
|
6081 |
cls.add_method('GetMac', |
|
6082 |
'ns3::Ptr< ns3::WifiMac >', |
|
6083 |
[], |
|
6084 |
is_const=True) |
|
6085 |
## wifi-net-device.h: uint16_t ns3::WifiNetDevice::GetMtu() const [member function] |
|
6086 |
cls.add_method('GetMtu', |
|
6087 |
'uint16_t', |
|
6088 |
[], |
|
6089 |
is_const=True, is_virtual=True) |
|
6090 |
## wifi-net-device.h: ns3::Address ns3::WifiNetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function] |
|
6091 |
cls.add_method('GetMulticast', |
|
6092 |
'ns3::Address', |
|
6093 |
[param('ns3::Ipv4Address', 'multicastGroup')], |
|
6094 |
is_const=True, is_virtual=True) |
|
6095 |
## wifi-net-device.h: ns3::Address ns3::WifiNetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function] |
|
6096 |
cls.add_method('GetMulticast', |
|
6097 |
'ns3::Address', |
|
6098 |
[param('ns3::Ipv6Address', 'addr')], |
|
6099 |
is_const=True, is_virtual=True) |
|
6100 |
## wifi-net-device.h: ns3::Ptr<ns3::Node> ns3::WifiNetDevice::GetNode() const [member function] |
|
6101 |
cls.add_method('GetNode', |
|
6102 |
'ns3::Ptr< ns3::Node >', |
|
6103 |
[], |
|
6104 |
is_const=True, is_virtual=True) |
|
6105 |
## wifi-net-device.h: ns3::Ptr<ns3::WifiPhy> ns3::WifiNetDevice::GetPhy() const [member function] |
|
6106 |
cls.add_method('GetPhy', |
|
6107 |
'ns3::Ptr< ns3::WifiPhy >', |
|
6108 |
[], |
|
6109 |
is_const=True) |
|
6110 |
## wifi-net-device.h: ns3::Ptr<ns3::WifiRemoteStationManager> ns3::WifiNetDevice::GetRemoteStationManager() const [member function] |
|
6111 |
cls.add_method('GetRemoteStationManager', |
|
6112 |
'ns3::Ptr< ns3::WifiRemoteStationManager >', |
|
6113 |
[], |
|
6114 |
is_const=True) |
|
6115 |
## wifi-net-device.h: static ns3::TypeId ns3::WifiNetDevice::GetTypeId() [member function] |
|
6116 |
cls.add_method('GetTypeId', |
|
6117 |
'ns3::TypeId', |
|
6118 |
[], |
|
6119 |
is_static=True) |
|
6120 |
## wifi-net-device.h: bool ns3::WifiNetDevice::IsBridge() const [member function] |
|
6121 |
cls.add_method('IsBridge', |
|
6122 |
'bool', |
|
6123 |
[], |
|
6124 |
is_const=True, is_virtual=True) |
|
6125 |
## wifi-net-device.h: bool ns3::WifiNetDevice::IsBroadcast() const [member function] |
|
6126 |
cls.add_method('IsBroadcast', |
|
6127 |
'bool', |
|
6128 |
[], |
|
6129 |
is_const=True, is_virtual=True) |
|
6130 |
## wifi-net-device.h: bool ns3::WifiNetDevice::IsLinkUp() const [member function] |
|
6131 |
cls.add_method('IsLinkUp', |
|
6132 |
'bool', |
|
6133 |
[], |
|
6134 |
is_const=True, is_virtual=True) |
|
6135 |
## wifi-net-device.h: bool ns3::WifiNetDevice::IsMulticast() const [member function] |
|
6136 |
cls.add_method('IsMulticast', |
|
6137 |
'bool', |
|
6138 |
[], |
|
6139 |
is_const=True, is_virtual=True) |
|
6140 |
## wifi-net-device.h: bool ns3::WifiNetDevice::IsPointToPoint() const [member function] |
|
6141 |
cls.add_method('IsPointToPoint', |
|
6142 |
'bool', |
|
6143 |
[], |
|
6144 |
is_const=True, is_virtual=True) |
|
6145 |
## wifi-net-device.h: bool ns3::WifiNetDevice::NeedsArp() const [member function] |
|
6146 |
cls.add_method('NeedsArp', |
|
6147 |
'bool', |
|
6148 |
[], |
|
6149 |
is_const=True, is_virtual=True) |
|
6150 |
## wifi-net-device.h: bool ns3::WifiNetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
6151 |
cls.add_method('Send', |
|
6152 |
'bool', |
|
6153 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
6154 |
is_virtual=True) |
|
6155 |
## wifi-net-device.h: bool ns3::WifiNetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
6156 |
cls.add_method('SendFrom', |
|
6157 |
'bool', |
|
6158 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
6159 |
is_virtual=True) |
|
6160 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetAddress(ns3::Address address) [member function] |
|
6161 |
cls.add_method('SetAddress', |
|
6162 |
'void', |
|
6163 |
[param('ns3::Address', 'address')], |
|
6164 |
is_virtual=True) |
|
6165 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetIfIndex(uint32_t const index) [member function] |
|
6166 |
cls.add_method('SetIfIndex', |
|
6167 |
'void', |
|
6168 |
[param('uint32_t const', 'index')], |
|
6169 |
is_virtual=True) |
|
6170 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetMac(ns3::Ptr<ns3::WifiMac> mac) [member function] |
|
6171 |
cls.add_method('SetMac', |
|
6172 |
'void', |
|
6173 |
[param('ns3::Ptr< ns3::WifiMac >', 'mac')]) |
|
6174 |
## wifi-net-device.h: bool ns3::WifiNetDevice::SetMtu(uint16_t const mtu) [member function] |
|
6175 |
cls.add_method('SetMtu', |
|
6176 |
'bool', |
|
6177 |
[param('uint16_t const', 'mtu')], |
|
6178 |
is_virtual=True) |
|
6179 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
|
6180 |
cls.add_method('SetNode', |
|
6181 |
'void', |
|
6182 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
6183 |
is_virtual=True) |
|
6184 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function] |
|
6185 |
cls.add_method('SetPhy', |
|
6186 |
'void', |
|
6187 |
[param('ns3::Ptr< ns3::WifiPhy >', 'phy')]) |
|
6188 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetPromiscReceiveCallback(ns3::Callback<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> cb) [member function] |
|
6189 |
cls.add_method('SetPromiscReceiveCallback', |
|
6190 |
'void', |
|
6191 |
[param('ns3::Callback< 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 >', 'cb')], |
|
6192 |
is_virtual=True) |
|
6193 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetReceiveCallback(ns3::Callback<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> cb) [member function] |
|
6194 |
cls.add_method('SetReceiveCallback', |
|
6195 |
'void', |
|
6196 |
[param('ns3::Callback< 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 >', 'cb')], |
|
6197 |
is_virtual=True) |
|
6198 |
## wifi-net-device.h: void ns3::WifiNetDevice::SetRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> manager) [member function] |
|
6199 |
cls.add_method('SetRemoteStationManager', |
|
6200 |
'void', |
|
6201 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'manager')]) |
|
6202 |
## wifi-net-device.h: bool ns3::WifiNetDevice::SupportsSendFrom() const [member function] |
|
6203 |
cls.add_method('SupportsSendFrom', |
|
6204 |
'bool', |
|
6205 |
[], |
|
6206 |
is_const=True, is_virtual=True) |
|
6207 |
## wifi-net-device.h: void ns3::WifiNetDevice::DoDispose() [member function] |
|
6208 |
cls.add_method('DoDispose', |
|
6209 |
'void', |
|
6210 |
[], |
|
6211 |
visibility='private', is_virtual=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6212 |
## wifi-net-device.h: void ns3::WifiNetDevice::DoStart() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6213 |
cls.add_method('DoStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6214 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6215 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6216 |
visibility='private', is_virtual=True) |
5348 | 6217 |
return |
6218 |
||
6219 |
def register_Ns3YansErrorRateModel_methods(root_module, cls): |
|
6220 |
## yans-error-rate-model.h: ns3::YansErrorRateModel::YansErrorRateModel(ns3::YansErrorRateModel const & arg0) [copy constructor] |
|
6221 |
cls.add_constructor([param('ns3::YansErrorRateModel const &', 'arg0')]) |
|
6222 |
## yans-error-rate-model.h: ns3::YansErrorRateModel::YansErrorRateModel() [constructor] |
|
6223 |
cls.add_constructor([]) |
|
6224 |
## yans-error-rate-model.h: double ns3::YansErrorRateModel::GetChunkSuccessRate(ns3::WifiMode mode, double snr, uint32_t nbits) const [member function] |
|
6225 |
cls.add_method('GetChunkSuccessRate', |
|
6226 |
'double', |
|
6227 |
[param('ns3::WifiMode', 'mode'), param('double', 'snr'), param('uint32_t', 'nbits')], |
|
6228 |
is_const=True, is_virtual=True) |
|
6229 |
## yans-error-rate-model.h: static ns3::TypeId ns3::YansErrorRateModel::GetTypeId() [member function] |
|
6230 |
cls.add_method('GetTypeId', |
|
6231 |
'ns3::TypeId', |
|
6232 |
[], |
|
6233 |
is_static=True) |
|
6234 |
return |
|
6235 |
||
6236 |
def register_Ns3YansWifiChannel_methods(root_module, cls): |
|
6237 |
## yans-wifi-channel.h: ns3::YansWifiChannel::YansWifiChannel(ns3::YansWifiChannel const & arg0) [copy constructor] |
|
6238 |
cls.add_constructor([param('ns3::YansWifiChannel const &', 'arg0')]) |
|
6239 |
## yans-wifi-channel.h: ns3::YansWifiChannel::YansWifiChannel() [constructor] |
|
6240 |
cls.add_constructor([]) |
|
6241 |
## yans-wifi-channel.h: void ns3::YansWifiChannel::Add(ns3::Ptr<ns3::YansWifiPhy> phy) [member function] |
|
6242 |
cls.add_method('Add', |
|
6243 |
'void', |
|
6244 |
[param('ns3::Ptr< ns3::YansWifiPhy >', 'phy')]) |
|
6245 |
## yans-wifi-channel.h: ns3::Ptr<ns3::NetDevice> ns3::YansWifiChannel::GetDevice(uint32_t i) const [member function] |
|
6246 |
cls.add_method('GetDevice', |
|
6247 |
'ns3::Ptr< ns3::NetDevice >', |
|
6248 |
[param('uint32_t', 'i')], |
|
6249 |
is_const=True, is_virtual=True) |
|
6250 |
## yans-wifi-channel.h: uint32_t ns3::YansWifiChannel::GetNDevices() const [member function] |
|
6251 |
cls.add_method('GetNDevices', |
|
6252 |
'uint32_t', |
|
6253 |
[], |
|
6254 |
is_const=True, is_virtual=True) |
|
6255 |
## yans-wifi-channel.h: static ns3::TypeId ns3::YansWifiChannel::GetTypeId() [member function] |
|
6256 |
cls.add_method('GetTypeId', |
|
6257 |
'ns3::TypeId', |
|
6258 |
[], |
|
6259 |
is_static=True) |
|
6260 |
## 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] |
|
6261 |
cls.add_method('Send', |
|
6262 |
'void', |
|
6263 |
[param('ns3::Ptr< ns3::YansWifiPhy >', 'sender'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'txPowerDbm'), param('ns3::WifiMode', 'wifiMode'), param('ns3::WifiPreamble', 'preamble')], |
|
6264 |
is_const=True) |
|
6265 |
## yans-wifi-channel.h: void ns3::YansWifiChannel::SetPropagationDelayModel(ns3::Ptr<ns3::PropagationDelayModel> delay) [member function] |
|
6266 |
cls.add_method('SetPropagationDelayModel', |
|
6267 |
'void', |
|
6268 |
[param('ns3::Ptr< ns3::PropagationDelayModel >', 'delay')]) |
|
6269 |
## yans-wifi-channel.h: void ns3::YansWifiChannel::SetPropagationLossModel(ns3::Ptr<ns3::PropagationLossModel> loss) [member function] |
|
6270 |
cls.add_method('SetPropagationLossModel', |
|
6271 |
'void', |
|
6272 |
[param('ns3::Ptr< ns3::PropagationLossModel >', 'loss')]) |
|
6273 |
return |
|
6274 |
||
6275 |
def register_Ns3DcaTxop_methods(root_module, cls): |
|
6276 |
## dca-txop.h: static ns3::TypeId ns3::DcaTxop::GetTypeId() [member function] |
|
6277 |
cls.add_method('GetTypeId', |
|
6278 |
'ns3::TypeId', |
|
6279 |
[], |
|
6280 |
is_static=True) |
|
6281 |
## dca-txop.h: ns3::DcaTxop::DcaTxop() [constructor] |
|
6282 |
cls.add_constructor([]) |
|
6283 |
## dca-txop.h: void ns3::DcaTxop::SetLow(ns3::Ptr<ns3::MacLow> low) [member function] |
|
6284 |
cls.add_method('SetLow', |
|
6285 |
'void', |
|
6286 |
[param('ns3::Ptr< ns3::MacLow >', 'low')]) |
|
6287 |
## dca-txop.h: void ns3::DcaTxop::SetManager(ns3::DcfManager * manager) [member function] |
|
6288 |
cls.add_method('SetManager', |
|
6289 |
'void', |
|
6290 |
[param('ns3::DcfManager *', 'manager')]) |
|
6291 |
## dca-txop.h: void ns3::DcaTxop::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> remoteManager) [member function] |
|
6292 |
cls.add_method('SetWifiRemoteStationManager', |
|
6293 |
'void', |
|
6294 |
[param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'remoteManager')]) |
|
6295 |
## 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] |
|
6296 |
cls.add_method('SetTxOkCallback', |
|
6297 |
'void', |
|
6298 |
[param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
|
6299 |
## 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] |
|
6300 |
cls.add_method('SetTxFailedCallback', |
|
6301 |
'void', |
|
6302 |
[param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
|
6303 |
## dca-txop.h: void ns3::DcaTxop::SetMaxQueueSize(uint32_t size) [member function] |
|
6304 |
cls.add_method('SetMaxQueueSize', |
|
6305 |
'void', |
|
6306 |
[param('uint32_t', 'size')]) |
|
6307 |
## dca-txop.h: void ns3::DcaTxop::SetMaxQueueDelay(ns3::Time delay) [member function] |
|
6308 |
cls.add_method('SetMaxQueueDelay', |
|
6309 |
'void', |
|
6310 |
[param('ns3::Time', 'delay')]) |
|
6311 |
## dca-txop.h: void ns3::DcaTxop::SetMinCw(uint32_t minCw) [member function] |
|
6312 |
cls.add_method('SetMinCw', |
|
6313 |
'void', |
|
6314 |
[param('uint32_t', 'minCw')], |
|
6315 |
is_virtual=True) |
|
6316 |
## dca-txop.h: void ns3::DcaTxop::SetMaxCw(uint32_t maxCw) [member function] |
|
6317 |
cls.add_method('SetMaxCw', |
|
6318 |
'void', |
|
6319 |
[param('uint32_t', 'maxCw')], |
|
6320 |
is_virtual=True) |
|
6321 |
## dca-txop.h: void ns3::DcaTxop::SetAifsn(uint32_t aifsn) [member function] |
|
6322 |
cls.add_method('SetAifsn', |
|
6323 |
'void', |
|
6324 |
[param('uint32_t', 'aifsn')], |
|
6325 |
is_virtual=True) |
|
6326 |
## dca-txop.h: uint32_t ns3::DcaTxop::GetMinCw() const [member function] |
|
6327 |
cls.add_method('GetMinCw', |
|
6328 |
'uint32_t', |
|
6329 |
[], |
|
6330 |
is_const=True, is_virtual=True) |
|
6331 |
## dca-txop.h: uint32_t ns3::DcaTxop::GetMaxCw() const [member function] |
|
6332 |
cls.add_method('GetMaxCw', |
|
6333 |
'uint32_t', |
|
6334 |
[], |
|
6335 |
is_const=True, is_virtual=True) |
|
6336 |
## dca-txop.h: uint32_t ns3::DcaTxop::GetAifsn() const [member function] |
|
6337 |
cls.add_method('GetAifsn', |
|
6338 |
'uint32_t', |
|
6339 |
[], |
|
6340 |
is_const=True, is_virtual=True) |
|
6341 |
## dca-txop.h: void ns3::DcaTxop::Queue(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function] |
|
6342 |
cls.add_method('Queue', |
|
6343 |
'void', |
|
6344 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')]) |
|
6085
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
6345 |
## dca-txop.h: void ns3::DcaTxop::DoStart() [member function] |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
6346 |
cls.add_method('DoStart', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
6347 |
'void', |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
6348 |
[], |
94b282f335d2
allow explicit filenames in pcap trace files
Craig Dowell <craigdo@ee.washington.edu>
parents:
6077
diff
changeset
|
6349 |
visibility='private', is_virtual=True) |
5348 | 6350 |
## dca-txop.h: void ns3::DcaTxop::DoDispose() [member function] |
6351 |
cls.add_method('DoDispose', |
|
6352 |
'void', |
|
6353 |
[], |
|
6354 |
visibility='private', is_virtual=True) |
|
6355 |
return |
|
6356 |
||
6357 |
def register_functions(root_module): |
|
6358 |
module = root_module |
|
6359 |
## ssid.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeSsidChecker() [free function] |
|
6360 |
module.add_function('MakeSsidChecker', |
|
6361 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
6362 |
[]) |
|
6363 |
## wifi-mode.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeWifiModeChecker() [free function] |
|
6364 |
module.add_function('MakeWifiModeChecker', |
|
6365 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
6366 |
[]) |
|
6367 |
## qos-utils.h: extern uint8_t ns3::QosUtilsGetTidForPacket(ns3::Ptr<ns3::Packet const> packet) [free function] |
|
6368 |
module.add_function('QosUtilsGetTidForPacket', |
|
6369 |
'uint8_t', |
|
6370 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
6371 |
## qos-utils.h: extern uint32_t ns3::QosUtilsMapSeqControlToUniqueInteger(uint16_t seqControl, uint16_t endSequence) [free function] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
6372 |
module.add_function('QosUtilsMapSeqControlToUniqueInteger', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
6373 |
'uint32_t', |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5941
diff
changeset
|
6374 |
[param('uint16_t', 'seqControl'), param('uint16_t', 'endSequence')]) |
5348 | 6375 |
## qos-utils.h: extern ns3::AccessClass ns3::QosUtilsMapTidToAc(uint8_t tid) [free function] |
6376 |
module.add_function('QosUtilsMapTidToAc', |
|
6377 |
'ns3::AccessClass', |
|
6378 |
[param('uint8_t', 'tid')]) |
|
6379 |
register_functions_ns3_Config(module.get_submodule('Config'), root_module) |
|
6380 |
register_functions_ns3_TimeStepPrecision(module.get_submodule('TimeStepPrecision'), root_module) |
|
6381 |
register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6382 |
register_functions_ns3_aodv(module.get_submodule('aodv'), root_module) |
5348 | 6383 |
register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module) |
6384 |
register_functions_ns3_flame(module.get_submodule('flame'), root_module) |
|
6385 |
register_functions_ns3_internal(module.get_submodule('internal'), root_module) |
|
6386 |
register_functions_ns3_olsr(module.get_submodule('olsr'), root_module) |
|
6387 |
return |
|
6388 |
||
6389 |
def register_functions_ns3_Config(module, root_module): |
|
6390 |
return |
|
6391 |
||
6392 |
def register_functions_ns3_TimeStepPrecision(module, root_module): |
|
6393 |
return |
|
6394 |
||
6395 |
def register_functions_ns3_addressUtils(module, root_module): |
|
6396 |
return |
|
6397 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6398 |
def register_functions_ns3_aodv(module, root_module): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6399 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
6400 |
|
5348 | 6401 |
def register_functions_ns3_dot11s(module, root_module): |
6402 |
return |
|
6403 |
||
6404 |
def register_functions_ns3_flame(module, root_module): |
|
6405 |
return |
|
6406 |
||
6407 |
def register_functions_ns3_internal(module, root_module): |
|
6408 |
return |
|
6409 |
||
6410 |
def register_functions_ns3_olsr(module, root_module): |
|
6411 |
return |
|
6412 |