6534
|
1 |
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers
|
|
2 |
|
|
3 |
def register_types(module):
|
|
4 |
root_module = module.get_root()
|
|
5 |
|
|
6 |
## ul-job.h: ns3::ReqType [enumeration]
|
|
7 |
module.add_enum('ReqType', ['DATA', 'UNICAST_POLLING'])
|
|
8 |
## cid.h: ns3::Cid [class]
|
|
9 |
module.add_class('Cid')
|
|
10 |
## cid.h: ns3::Cid::Type [enumeration]
|
|
11 |
module.add_enum('Type', ['BROADCAST', 'INITIAL_RANGING', 'BASIC', 'PRIMARY', 'TRANSPORT', 'MULTICAST', 'PADDING'], outer_class=root_module['ns3::Cid'])
|
|
12 |
## cid-factory.h: ns3::CidFactory [class]
|
|
13 |
module.add_class('CidFactory')
|
|
14 |
## cs-parameters.h: ns3::CsParameters [class]
|
|
15 |
module.add_class('CsParameters')
|
|
16 |
## cs-parameters.h: ns3::CsParameters::Action [enumeration]
|
|
17 |
module.add_enum('Action', ['ADD', 'REPLACE', 'DELETE'], outer_class=root_module['ns3::CsParameters'])
|
|
18 |
## dl-mac-messages.h: ns3::DcdChannelEncodings [class]
|
|
19 |
module.add_class('DcdChannelEncodings', allow_subclassing=True)
|
|
20 |
## ofdm-downlink-frame-prefix.h: ns3::DlFramePrefixIe [class]
|
|
21 |
module.add_class('DlFramePrefixIe')
|
|
22 |
## ipcs-classifier-record.h: ns3::IpcsClassifierRecord [class]
|
|
23 |
module.add_class('IpcsClassifierRecord')
|
|
24 |
## dl-mac-messages.h: ns3::OfdmDcdChannelEncodings [class]
|
|
25 |
module.add_class('OfdmDcdChannelEncodings', parent=root_module['ns3::DcdChannelEncodings'])
|
|
26 |
## dl-mac-messages.h: ns3::OfdmDlBurstProfile [class]
|
|
27 |
module.add_class('OfdmDlBurstProfile')
|
|
28 |
## dl-mac-messages.h: ns3::OfdmDlBurstProfile::Diuc [enumeration]
|
|
29 |
module.add_enum('Diuc', ['DIUC_STC_ZONE', 'DIUC_BURST_PROFILE_1', 'DIUC_BURST_PROFILE_2', 'DIUC_BURST_PROFILE_3', 'DIUC_BURST_PROFILE_4', 'DIUC_BURST_PROFILE_5', 'DIUC_BURST_PROFILE_6', 'DIUC_BURST_PROFILE_7', 'DIUC_BURST_PROFILE_8', 'DIUC_BURST_PROFILE_9', 'DIUC_BURST_PROFILE_10', 'DIUC_BURST_PROFILE_11', 'DIUC_GAP', 'DIUC_END_OF_MAP'], outer_class=root_module['ns3::OfdmDlBurstProfile'])
|
|
30 |
## dl-mac-messages.h: ns3::OfdmDlMapIe [class]
|
|
31 |
module.add_class('OfdmDlMapIe')
|
|
32 |
## ul-mac-messages.h: ns3::OfdmUlBurstProfile [class]
|
|
33 |
module.add_class('OfdmUlBurstProfile')
|
|
34 |
## ul-mac-messages.h: ns3::OfdmUlBurstProfile::Uiuc [enumeration]
|
|
35 |
module.add_enum('Uiuc', ['UIUC_INITIAL_RANGING', 'UIUC_REQ_REGION_FULL', 'UIUC_REQ_REGION_FOCUSED', 'UIUC_FOCUSED_CONTENTION_IE', 'UIUC_BURST_PROFILE_5', 'UIUC_BURST_PROFILE_6', 'UIUC_BURST_PROFILE_7', 'UIUC_BURST_PROFILE_8', 'UIUC_BURST_PROFILE_9', 'UIUC_BURST_PROFILE_10', 'UIUC_BURST_PROFILE_11', 'UIUC_BURST_PROFILE_12', 'UIUC_SUBCH_NETWORK_ENTRY', 'UIUC_END_OF_MAP'], outer_class=root_module['ns3::OfdmUlBurstProfile'])
|
|
36 |
## ul-mac-messages.h: ns3::OfdmUlMapIe [class]
|
|
37 |
module.add_class('OfdmUlMapIe')
|
|
38 |
## snr-to-block-error-rate-manager.h: ns3::SNRToBlockErrorRateManager [class]
|
|
39 |
module.add_class('SNRToBlockErrorRateManager')
|
|
40 |
## snr-to-block-error-rate-record.h: ns3::SNRToBlockErrorRateRecord [class]
|
|
41 |
module.add_class('SNRToBlockErrorRateRecord')
|
|
42 |
## ss-record.h: ns3::SSRecord [class]
|
|
43 |
module.add_class('SSRecord')
|
|
44 |
## send-params.h: ns3::SendParams [class]
|
|
45 |
module.add_class('SendParams')
|
|
46 |
## service-flow.h: ns3::ServiceFlow [class]
|
|
47 |
module.add_class('ServiceFlow')
|
|
48 |
## service-flow.h: ns3::ServiceFlow::Direction [enumeration]
|
|
49 |
module.add_enum('Direction', ['SF_DIRECTION_DOWN', 'SF_DIRECTION_UP'], outer_class=root_module['ns3::ServiceFlow'])
|
|
50 |
## service-flow.h: ns3::ServiceFlow::Type [enumeration]
|
|
51 |
module.add_enum('Type', ['SF_TYPE_PROVISIONED', 'SF_TYPE_ADMITTED', 'SF_TYPE_ACTIVE'], outer_class=root_module['ns3::ServiceFlow'])
|
|
52 |
## service-flow.h: ns3::ServiceFlow::SchedulingType [enumeration]
|
|
53 |
module.add_enum('SchedulingType', ['SF_TYPE_NONE', 'SF_TYPE_UNDEF', 'SF_TYPE_BE', 'SF_TYPE_NRTPS', 'SF_TYPE_RTPS', 'SF_TYPE_UGS', 'SF_TYPE_ALL'], outer_class=root_module['ns3::ServiceFlow'])
|
|
54 |
## service-flow.h: ns3::ServiceFlow::CsSpecification [enumeration]
|
|
55 |
module.add_enum('CsSpecification', ['ATM', 'IPV4', 'IPV6', 'ETHERNET', 'VLAN', 'IPV4_OVER_ETHERNET', 'IPV6_OVER_ETHERNET', 'IPV4_OVER_VLAN', 'IPV6_OVER_VLAN'], outer_class=root_module['ns3::ServiceFlow'])
|
|
56 |
## service-flow.h: ns3::ServiceFlow::ModulationType [enumeration]
|
|
57 |
module.add_enum('ModulationType', ['MODULATION_TYPE_BPSK_12', 'MODULATION_TYPE_QPSK_12', 'MODULATION_TYPE_QPSK_34', 'MODULATION_TYPE_QAM16_12', 'MODULATION_TYPE_QAM16_34', 'MODULATION_TYPE_QAM64_23', 'MODULATION_TYPE_QAM64_34'], outer_class=root_module['ns3::ServiceFlow'])
|
|
58 |
## service-flow-record.h: ns3::ServiceFlowRecord [class]
|
|
59 |
module.add_class('ServiceFlowRecord')
|
|
60 |
## wimax-tlv.h: ns3::TlvValue [class]
|
|
61 |
module.add_class('TlvValue', allow_subclassing=True)
|
|
62 |
## wimax-tlv.h: ns3::TosTlvValue [class]
|
|
63 |
module.add_class('TosTlvValue', parent=root_module['ns3::TlvValue'])
|
|
64 |
## wimax-tlv.h: ns3::U16TlvValue [class]
|
|
65 |
module.add_class('U16TlvValue', parent=root_module['ns3::TlvValue'])
|
|
66 |
## wimax-tlv.h: ns3::U32TlvValue [class]
|
|
67 |
module.add_class('U32TlvValue', parent=root_module['ns3::TlvValue'])
|
|
68 |
## wimax-tlv.h: ns3::U8TlvValue [class]
|
|
69 |
module.add_class('U8TlvValue', parent=root_module['ns3::TlvValue'])
|
|
70 |
## ul-mac-messages.h: ns3::UcdChannelEncodings [class]
|
|
71 |
module.add_class('UcdChannelEncodings', allow_subclassing=True)
|
|
72 |
## wimax-tlv.h: ns3::VectorTlvValue [class]
|
|
73 |
module.add_class('VectorTlvValue', parent=root_module['ns3::TlvValue'])
|
6867
|
74 |
## wimax-helper.h: ns3::WimaxHelper [class]
|
|
75 |
module.add_class('WimaxHelper', parent=[root_module['ns3::PcapHelperForDevice'], root_module['ns3::AsciiTraceHelperForDevice']])
|
|
76 |
## wimax-helper.h: ns3::WimaxHelper::NetDeviceType [enumeration]
|
|
77 |
module.add_enum('NetDeviceType', ['DEVICE_TYPE_SUBSCRIBER_STATION', 'DEVICE_TYPE_BASE_STATION'], outer_class=root_module['ns3::WimaxHelper'])
|
|
78 |
## wimax-helper.h: ns3::WimaxHelper::PhyType [enumeration]
|
|
79 |
module.add_enum('PhyType', ['SIMPLE_PHY_TYPE_OFDM'], outer_class=root_module['ns3::WimaxHelper'])
|
|
80 |
## wimax-helper.h: ns3::WimaxHelper::SchedulerType [enumeration]
|
|
81 |
module.add_enum('SchedulerType', ['SCHED_TYPE_SIMPLE', 'SCHED_TYPE_RTPS', 'SCHED_TYPE_MBQOS'], outer_class=root_module['ns3::WimaxHelper'])
|
6534
|
82 |
## simple-ofdm-send-param.h: ns3::simpleOfdmSendParam [class]
|
|
83 |
module.add_class('simpleOfdmSendParam')
|
|
84 |
## wimax-tlv.h: ns3::ClassificationRuleVectorTlvValue [class]
|
|
85 |
module.add_class('ClassificationRuleVectorTlvValue', parent=root_module['ns3::VectorTlvValue'])
|
|
86 |
## wimax-tlv.h: ns3::ClassificationRuleVectorTlvValue::ClassificationRuleTlvType [enumeration]
|
|
87 |
module.add_enum('ClassificationRuleTlvType', ['Priority', 'ToS', 'Protocol', 'IP_src', 'IP_dst', 'Port_src', 'Port_dst', 'Index'], outer_class=root_module['ns3::ClassificationRuleVectorTlvValue'])
|
|
88 |
## wimax-tlv.h: ns3::CsParamVectorTlvValue [class]
|
|
89 |
module.add_class('CsParamVectorTlvValue', parent=root_module['ns3::VectorTlvValue'])
|
|
90 |
## wimax-tlv.h: ns3::CsParamVectorTlvValue::Type [enumeration]
|
|
91 |
module.add_enum('Type', ['Classifier_DSC_Action', 'Packet_Classification_Rule'], outer_class=root_module['ns3::CsParamVectorTlvValue'])
|
|
92 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue [class]
|
|
93 |
module.add_class('Ipv4AddressTlvValue', parent=root_module['ns3::TlvValue'])
|
|
94 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue::ipv4Addr [struct]
|
|
95 |
module.add_class('ipv4Addr', outer_class=root_module['ns3::Ipv4AddressTlvValue'])
|
|
96 |
## wimax-mac-header.h: ns3::MacHeaderType [class]
|
|
97 |
module.add_class('MacHeaderType', parent=root_module['ns3::Header'])
|
|
98 |
## wimax-mac-header.h: ns3::MacHeaderType::HeaderType [enumeration]
|
|
99 |
module.add_enum('HeaderType', ['HEADER_TYPE_GENERIC', 'HEADER_TYPE_BANDWIDTH'], outer_class=root_module['ns3::MacHeaderType'])
|
|
100 |
## mac-messages.h: ns3::ManagementMessageType [class]
|
|
101 |
module.add_class('ManagementMessageType', parent=root_module['ns3::Header'])
|
|
102 |
## mac-messages.h: ns3::ManagementMessageType::MessageType [enumeration]
|
|
103 |
module.add_enum('MessageType', ['MESSAGE_TYPE_UCD', 'MESSAGE_TYPE_DCD', 'MESSAGE_TYPE_DL_MAP', 'MESSAGE_TYPE_UL_MAP', 'MESSAGE_TYPE_RNG_REQ', 'MESSAGE_TYPE_RNG_RSP', 'MESSAGE_TYPE_REG_REQ', 'MESSAGE_TYPE_REG_RSP', 'MESSAGE_TYPE_DSA_REQ', 'MESSAGE_TYPE_DSA_RSP', 'MESSAGE_TYPE_DSA_ACK'], outer_class=root_module['ns3::ManagementMessageType'])
|
|
104 |
## ofdm-downlink-frame-prefix.h: ns3::OfdmDownlinkFramePrefix [class]
|
|
105 |
module.add_class('OfdmDownlinkFramePrefix', parent=root_module['ns3::Header'])
|
|
106 |
## send-params.h: ns3::OfdmSendParams [class]
|
|
107 |
module.add_class('OfdmSendParams', parent=root_module['ns3::SendParams'])
|
|
108 |
## ul-mac-messages.h: ns3::OfdmUcdChannelEncodings [class]
|
|
109 |
module.add_class('OfdmUcdChannelEncodings', parent=root_module['ns3::UcdChannelEncodings'])
|
|
110 |
## wimax-tlv.h: ns3::PortRangeTlvValue [class]
|
|
111 |
module.add_class('PortRangeTlvValue', parent=root_module['ns3::TlvValue'])
|
|
112 |
## wimax-tlv.h: ns3::PortRangeTlvValue::PortRange [struct]
|
|
113 |
module.add_class('PortRange', outer_class=root_module['ns3::PortRangeTlvValue'])
|
|
114 |
## ul-job.h: ns3::PriorityUlJob [class]
|
|
115 |
module.add_class('PriorityUlJob', parent=root_module['ns3::Object'])
|
|
116 |
## wimax-tlv.h: ns3::ProtocolTlvValue [class]
|
|
117 |
module.add_class('ProtocolTlvValue', parent=root_module['ns3::TlvValue'])
|
|
118 |
## mac-messages.h: ns3::RngReq [class]
|
|
119 |
module.add_class('RngReq', parent=root_module['ns3::Header'])
|
|
120 |
## mac-messages.h: ns3::RngRsp [class]
|
|
121 |
module.add_class('RngRsp', parent=root_module['ns3::Header'])
|
|
122 |
## ss-manager.h: ns3::SSManager [class]
|
|
123 |
module.add_class('SSManager', parent=root_module['ns3::Object'])
|
|
124 |
## service-flow-manager.h: ns3::ServiceFlowManager [class]
|
|
125 |
module.add_class('ServiceFlowManager', parent=root_module['ns3::Object'])
|
|
126 |
## service-flow-manager.h: ns3::ServiceFlowManager::ConfirmationCode [enumeration]
|
|
127 |
module.add_enum('ConfirmationCode', ['CONFIRMATION_CODE_SUCCESS', 'CONFIRMATION_CODE_REJECT'], outer_class=root_module['ns3::ServiceFlowManager'])
|
|
128 |
## wimax-tlv.h: ns3::SfVectorTlvValue [class]
|
|
129 |
module.add_class('SfVectorTlvValue', parent=root_module['ns3::VectorTlvValue'])
|
|
130 |
## wimax-tlv.h: ns3::SfVectorTlvValue::Type [enumeration]
|
|
131 |
module.add_enum('Type', ['SFID', 'CID', 'Service_Class_Name', 'reserved1', 'QoS_Parameter_Set_Type', 'Traffic_Priority', 'Maximum_Sustained_Traffic_Rate', 'Maximum_Traffic_Burst', 'Minimum_Reserved_Traffic_Rate', 'Minimum_Tolerable_Traffic_Rate', 'Service_Flow_Scheduling_Type', 'Request_Transmission_Policy', 'Tolerated_Jitter', 'Maximum_Latency', 'Fixed_length_versus_Variable_length_SDU_Indicator', 'SDU_Size', 'Target_SAID', 'ARQ_Enable', 'ARQ_WINDOW_SIZE', 'ARQ_RETRY_TIMEOUT_Transmitter_Delay', 'ARQ_RETRY_TIMEOUT_Receiver_Delay', 'ARQ_BLOCK_LIFETIME', 'ARQ_SYNC_LOSS', 'ARQ_DELIVER_IN_ORDER', 'ARQ_PURGE_TIMEOUT', 'ARQ_BLOCK_SIZE', 'reserved2', 'CS_Specification', 'IPV4_CS_Parameters'], outer_class=root_module['ns3::SfVectorTlvValue'])
|
|
132 |
## ss-service-flow-manager.h: ns3::SsServiceFlowManager [class]
|
|
133 |
module.add_class('SsServiceFlowManager', parent=root_module['ns3::ServiceFlowManager'])
|
|
134 |
## ss-service-flow-manager.h: ns3::SsServiceFlowManager::ConfirmationCode [enumeration]
|
|
135 |
module.add_enum('ConfirmationCode', ['CONFIRMATION_CODE_SUCCESS', 'CONFIRMATION_CODE_REJECT'], outer_class=root_module['ns3::SsServiceFlowManager'])
|
|
136 |
## wimax-tlv.h: ns3::Tlv [class]
|
|
137 |
module.add_class('Tlv', parent=root_module['ns3::Header'])
|
|
138 |
## wimax-tlv.h: ns3::Tlv::CommonTypes [enumeration]
|
|
139 |
module.add_enum('CommonTypes', ['HMAC_TUPLE', 'MAC_VERSION_ENCODING', 'CURRENT_TRANSMIT_POWER', 'DOWNLINK_SERVICE_FLOW', 'UPLINK_SERVICE_FLOW', 'VENDOR_ID_EMCODING', 'VENDOR_SPECIFIC_INFORMATION'], outer_class=root_module['ns3::Tlv'])
|
|
140 |
## ul-mac-messages.h: ns3::Ucd [class]
|
|
141 |
module.add_class('Ucd', parent=root_module['ns3::Header'])
|
|
142 |
## ul-job.h: ns3::UlJob [class]
|
|
143 |
module.add_class('UlJob', parent=root_module['ns3::Object'])
|
|
144 |
## ul-job.h: ns3::UlJob::JobPriority [enumeration]
|
|
145 |
module.add_enum('JobPriority', ['LOW', 'INTERMEDIATE', 'HIGH'], outer_class=root_module['ns3::UlJob'])
|
|
146 |
## ul-mac-messages.h: ns3::UlMap [class]
|
|
147 |
module.add_class('UlMap', parent=root_module['ns3::Header'])
|
|
148 |
## bs-uplink-scheduler.h: ns3::UplinkScheduler [class]
|
|
149 |
module.add_class('UplinkScheduler', parent=root_module['ns3::Object'])
|
|
150 |
## bs-uplink-scheduler-mbqos.h: ns3::UplinkSchedulerMBQoS [class]
|
|
151 |
module.add_class('UplinkSchedulerMBQoS', parent=root_module['ns3::UplinkScheduler'])
|
|
152 |
## bs-uplink-scheduler-rtps.h: ns3::UplinkSchedulerRtps [class]
|
|
153 |
module.add_class('UplinkSchedulerRtps', parent=root_module['ns3::UplinkScheduler'])
|
|
154 |
## bs-uplink-scheduler-simple.h: ns3::UplinkSchedulerSimple [class]
|
|
155 |
module.add_class('UplinkSchedulerSimple', parent=root_module['ns3::UplinkScheduler'])
|
|
156 |
## wimax-connection.h: ns3::WimaxConnection [class]
|
|
157 |
module.add_class('WimaxConnection', parent=root_module['ns3::Object'])
|
|
158 |
## wimax-mac-queue.h: ns3::WimaxMacQueue [class]
|
|
159 |
module.add_class('WimaxMacQueue', parent=root_module['ns3::Object'])
|
|
160 |
## wimax-mac-to-mac-header.h: ns3::WimaxMacToMacHeader [class]
|
|
161 |
module.add_class('WimaxMacToMacHeader', parent=root_module['ns3::Header'])
|
|
162 |
## wimax-phy.h: ns3::WimaxPhy [class]
|
|
163 |
module.add_class('WimaxPhy', parent=root_module['ns3::Object'])
|
|
164 |
## wimax-phy.h: ns3::WimaxPhy::ModulationType [enumeration]
|
|
165 |
module.add_enum('ModulationType', ['MODULATION_TYPE_BPSK_12', 'MODULATION_TYPE_QPSK_12', 'MODULATION_TYPE_QPSK_34', 'MODULATION_TYPE_QAM16_12', 'MODULATION_TYPE_QAM16_34', 'MODULATION_TYPE_QAM64_23', 'MODULATION_TYPE_QAM64_34'], outer_class=root_module['ns3::WimaxPhy'])
|
|
166 |
## wimax-phy.h: ns3::WimaxPhy::PhyState [enumeration]
|
|
167 |
module.add_enum('PhyState', ['PHY_STATE_IDLE', 'PHY_STATE_SCANNING', 'PHY_STATE_TX', 'PHY_STATE_RX'], outer_class=root_module['ns3::WimaxPhy'])
|
|
168 |
## wimax-phy.h: ns3::WimaxPhy::PhyType [enumeration]
|
|
169 |
module.add_enum('PhyType', ['SimpleWimaxPhy', 'simpleOfdmWimaxPhy'], outer_class=root_module['ns3::WimaxPhy'])
|
|
170 |
## bs-scheduler.h: ns3::BSScheduler [class]
|
|
171 |
module.add_class('BSScheduler', parent=root_module['ns3::Object'])
|
|
172 |
## bs-scheduler-rtps.h: ns3::BSSchedulerRtps [class]
|
|
173 |
module.add_class('BSSchedulerRtps', parent=root_module['ns3::BSScheduler'])
|
|
174 |
## bs-scheduler-simple.h: ns3::BSSchedulerSimple [class]
|
|
175 |
module.add_class('BSSchedulerSimple', parent=root_module['ns3::BSScheduler'])
|
|
176 |
## wimax-mac-header.h: ns3::BandwidthRequestHeader [class]
|
|
177 |
module.add_class('BandwidthRequestHeader', parent=root_module['ns3::Header'])
|
|
178 |
## wimax-mac-header.h: ns3::BandwidthRequestHeader::HeaderType [enumeration]
|
|
179 |
module.add_enum('HeaderType', ['HEADER_TYPE_INCREMENTAL', 'HEADER_TYPE_AGGREGATE'], outer_class=root_module['ns3::BandwidthRequestHeader'])
|
|
180 |
## bs-service-flow-manager.h: ns3::BsServiceFlowManager [class]
|
|
181 |
module.add_class('BsServiceFlowManager', parent=root_module['ns3::ServiceFlowManager'])
|
|
182 |
## bs-service-flow-manager.h: ns3::BsServiceFlowManager::ConfirmationCode [enumeration]
|
|
183 |
module.add_enum('ConfirmationCode', ['CONFIRMATION_CODE_SUCCESS', 'CONFIRMATION_CODE_REJECT'], outer_class=root_module['ns3::BsServiceFlowManager'])
|
|
184 |
## connection-manager.h: ns3::ConnectionManager [class]
|
|
185 |
module.add_class('ConnectionManager', parent=root_module['ns3::Object'])
|
|
186 |
## dl-mac-messages.h: ns3::Dcd [class]
|
|
187 |
module.add_class('Dcd', parent=root_module['ns3::Header'])
|
|
188 |
## dl-mac-messages.h: ns3::DlMap [class]
|
|
189 |
module.add_class('DlMap', parent=root_module['ns3::Header'])
|
|
190 |
## mac-messages.h: ns3::DsaAck [class]
|
|
191 |
module.add_class('DsaAck', parent=root_module['ns3::Header'])
|
|
192 |
## mac-messages.h: ns3::DsaReq [class]
|
|
193 |
module.add_class('DsaReq', parent=root_module['ns3::Header'])
|
|
194 |
## mac-messages.h: ns3::DsaRsp [class]
|
|
195 |
module.add_class('DsaRsp', parent=root_module['ns3::Header'])
|
|
196 |
## wimax-mac-header.h: ns3::FragmentationSubheader [class]
|
|
197 |
module.add_class('FragmentationSubheader', parent=root_module['ns3::Header'])
|
|
198 |
## wimax-mac-header.h: ns3::GenericMacHeader [class]
|
|
199 |
module.add_class('GenericMacHeader', parent=root_module['ns3::Header'])
|
|
200 |
## wimax-mac-header.h: ns3::GrantManagementSubheader [class]
|
|
201 |
module.add_class('GrantManagementSubheader', parent=root_module['ns3::Header'])
|
|
202 |
## ipcs-classifier.h: ns3::IpcsClassifier [class]
|
|
203 |
module.add_class('IpcsClassifier', parent=root_module['ns3::Object'])
|
|
204 |
## simple-ofdm-wimax-phy.h: ns3::SimpleOfdmWimaxPhy [class]
|
|
205 |
module.add_class('SimpleOfdmWimaxPhy', parent=root_module['ns3::WimaxPhy'])
|
|
206 |
## simple-ofdm-wimax-phy.h: ns3::SimpleOfdmWimaxPhy::FrameDurationCode [enumeration]
|
|
207 |
module.add_enum('FrameDurationCode', ['FRAME_DURATION_2_POINT_5_MS', 'FRAME_DURATION_4_MS', 'FRAME_DURATION_5_MS', 'FRAME_DURATION_8_MS', 'FRAME_DURATION_10_MS', 'FRAME_DURATION_12_POINT_5_MS', 'FRAME_DURATION_20_MS'], outer_class=root_module['ns3::SimpleOfdmWimaxPhy'])
|
|
208 |
## wimax-channel.h: ns3::WimaxChannel [class]
|
|
209 |
module.add_class('WimaxChannel', parent=root_module['ns3::Channel'])
|
|
210 |
## wimax-net-device.h: ns3::WimaxNetDevice [class]
|
|
211 |
module.add_class('WimaxNetDevice', parent=root_module['ns3::NetDevice'])
|
|
212 |
## wimax-net-device.h: ns3::WimaxNetDevice::Direction [enumeration]
|
|
213 |
module.add_enum('Direction', ['DIRECTION_DOWNLINK', 'DIRECTION_UPLINK'], outer_class=root_module['ns3::WimaxNetDevice'])
|
|
214 |
## wimax-net-device.h: ns3::WimaxNetDevice::RangingStatus [enumeration]
|
|
215 |
module.add_enum('RangingStatus', ['RANGING_STATUS_EXPIRED', 'RANGING_STATUS_CONTINUE', 'RANGING_STATUS_ABORT', 'RANGING_STATUS_SUCCESS'], outer_class=root_module['ns3::WimaxNetDevice'])
|
|
216 |
## bs-net-device.h: ns3::BaseStationNetDevice [class]
|
|
217 |
module.add_class('BaseStationNetDevice', parent=root_module['ns3::WimaxNetDevice'])
|
|
218 |
## bs-net-device.h: ns3::BaseStationNetDevice::State [enumeration]
|
|
219 |
module.add_enum('State', ['BS_STATE_DL_SUB_FRAME', 'BS_STATE_UL_SUB_FRAME', 'BS_STATE_TTG', 'BS_STATE_RTG'], outer_class=root_module['ns3::BaseStationNetDevice'])
|
|
220 |
## bs-net-device.h: ns3::BaseStationNetDevice::MacPreamble [enumeration]
|
|
221 |
module.add_enum('MacPreamble', ['SHORT_PREAMBLE', 'LONG_PREAMBLE'], outer_class=root_module['ns3::BaseStationNetDevice'])
|
|
222 |
## simple-ofdm-wimax-channel.h: ns3::SimpleOfdmWimaxChannel [class]
|
|
223 |
module.add_class('SimpleOfdmWimaxChannel', parent=root_module['ns3::WimaxChannel'])
|
|
224 |
## simple-ofdm-wimax-channel.h: ns3::SimpleOfdmWimaxChannel::PropModel [enumeration]
|
|
225 |
module.add_enum('PropModel', ['RANDOM_PROPAGATION', 'FRIIS_PROPAGATION', 'LOG_DISTANCE_PROPAGATION', 'COST231_PROPAGATION'], outer_class=root_module['ns3::SimpleOfdmWimaxChannel'])
|
|
226 |
## ss-net-device.h: ns3::SubscriberStationNetDevice [class]
|
|
227 |
module.add_class('SubscriberStationNetDevice', parent=root_module['ns3::WimaxNetDevice'])
|
|
228 |
## ss-net-device.h: ns3::SubscriberStationNetDevice::State [enumeration]
|
|
229 |
module.add_enum('State', ['SS_STATE_IDLE', 'SS_STATE_SCANNING', 'SS_STATE_SYNCHRONIZING', 'SS_STATE_ACQUIRING_PARAMETERS', 'SS_STATE_WAITING_REG_RANG_INTRVL', 'SS_STATE_WAITING_INV_RANG_INTRVL', 'SS_STATE_WAITING_RNG_RSP', 'SS_STATE_ADJUSTING_PARAMETERS', 'SS_STATE_REGISTERED', 'SS_STATE_TRANSMITTING', 'SS_STATE_STOPPED'], outer_class=root_module['ns3::SubscriberStationNetDevice'])
|
|
230 |
## ss-net-device.h: ns3::SubscriberStationNetDevice::EventType [enumeration]
|
|
231 |
module.add_enum('EventType', ['EVENT_NONE', 'EVENT_WAIT_FOR_RNG_RSP', 'EVENT_DL_MAP_SYNC_TIMEOUT', 'EVENT_LOST_DL_MAP', 'EVENT_LOST_UL_MAP', 'EVENT_DCD_WAIT_TIMEOUT', 'EVENT_UCD_WAIT_TIMEOUT', 'EVENT_RANG_OPP_WAIT_TIMEOUT'], outer_class=root_module['ns3::SubscriberStationNetDevice'])
|
|
232 |
module.add_container('std::vector< ns3::DlFramePrefixIe >', 'ns3::DlFramePrefixIe', container_type='vector')
|
|
233 |
module.add_container('std::vector< ns3::OfdmUlBurstProfile >', 'ns3::OfdmUlBurstProfile', container_type='vector')
|
|
234 |
module.add_container('std::list< ns3::OfdmUlMapIe >', 'ns3::OfdmUlMapIe', container_type='list')
|
|
235 |
module.add_container('std::deque< ns3::WimaxMacQueue::QueueElement >', 'ns3::WimaxMacQueue::QueueElement', container_type='dequeue')
|
|
236 |
module.add_container('std::vector< ns3::OfdmDlBurstProfile >', 'ns3::OfdmDlBurstProfile', container_type='vector')
|
|
237 |
module.add_container('std::list< ns3::OfdmDlMapIe >', 'ns3::OfdmDlMapIe', container_type='list')
|
|
238 |
typehandlers.add_type_alias('std::vector< bool, std::allocator< bool > >', 'ns3::bvec')
|
|
239 |
typehandlers.add_type_alias('std::vector< bool, std::allocator< bool > >*', 'ns3::bvec*')
|
|
240 |
typehandlers.add_type_alias('std::vector< bool, std::allocator< bool > >&', 'ns3::bvec&')
|
|
241 |
|
|
242 |
## Register a nested module for the namespace Config
|
|
243 |
|
|
244 |
nested_module = module.add_cpp_namespace('Config')
|
|
245 |
register_types_ns3_Config(nested_module)
|
|
246 |
|
|
247 |
|
|
248 |
## Register a nested module for the namespace FatalImpl
|
|
249 |
|
|
250 |
nested_module = module.add_cpp_namespace('FatalImpl')
|
|
251 |
register_types_ns3_FatalImpl(nested_module)
|
|
252 |
|
|
253 |
|
|
254 |
## Register a nested module for the namespace addressUtils
|
|
255 |
|
|
256 |
nested_module = module.add_cpp_namespace('addressUtils')
|
|
257 |
register_types_ns3_addressUtils(nested_module)
|
|
258 |
|
|
259 |
|
|
260 |
## Register a nested module for the namespace aodv
|
|
261 |
|
|
262 |
nested_module = module.add_cpp_namespace('aodv')
|
|
263 |
register_types_ns3_aodv(nested_module)
|
|
264 |
|
|
265 |
|
|
266 |
## Register a nested module for the namespace dot11s
|
|
267 |
|
|
268 |
nested_module = module.add_cpp_namespace('dot11s')
|
|
269 |
register_types_ns3_dot11s(nested_module)
|
|
270 |
|
|
271 |
|
6718
|
272 |
## Register a nested module for the namespace dsdv
|
|
273 |
|
|
274 |
nested_module = module.add_cpp_namespace('dsdv')
|
|
275 |
register_types_ns3_dsdv(nested_module)
|
|
276 |
|
|
277 |
|
6534
|
278 |
## Register a nested module for the namespace flame
|
|
279 |
|
|
280 |
nested_module = module.add_cpp_namespace('flame')
|
|
281 |
register_types_ns3_flame(nested_module)
|
|
282 |
|
|
283 |
|
|
284 |
## Register a nested module for the namespace internal
|
|
285 |
|
|
286 |
nested_module = module.add_cpp_namespace('internal')
|
|
287 |
register_types_ns3_internal(nested_module)
|
|
288 |
|
|
289 |
|
|
290 |
## Register a nested module for the namespace olsr
|
|
291 |
|
|
292 |
nested_module = module.add_cpp_namespace('olsr')
|
|
293 |
register_types_ns3_olsr(nested_module)
|
|
294 |
|
|
295 |
|
|
296 |
def register_types_ns3_Config(module):
|
|
297 |
root_module = module.get_root()
|
|
298 |
|
|
299 |
|
|
300 |
def register_types_ns3_FatalImpl(module):
|
|
301 |
root_module = module.get_root()
|
|
302 |
|
|
303 |
|
|
304 |
def register_types_ns3_addressUtils(module):
|
|
305 |
root_module = module.get_root()
|
|
306 |
|
|
307 |
|
|
308 |
def register_types_ns3_aodv(module):
|
|
309 |
root_module = module.get_root()
|
|
310 |
|
|
311 |
|
|
312 |
def register_types_ns3_dot11s(module):
|
|
313 |
root_module = module.get_root()
|
|
314 |
|
|
315 |
|
6718
|
316 |
def register_types_ns3_dsdv(module):
|
|
317 |
root_module = module.get_root()
|
|
318 |
|
|
319 |
|
6534
|
320 |
def register_types_ns3_flame(module):
|
|
321 |
root_module = module.get_root()
|
|
322 |
|
|
323 |
|
|
324 |
def register_types_ns3_internal(module):
|
|
325 |
root_module = module.get_root()
|
|
326 |
|
|
327 |
|
|
328 |
def register_types_ns3_olsr(module):
|
|
329 |
root_module = module.get_root()
|
|
330 |
|
|
331 |
|
|
332 |
def register_methods(root_module):
|
|
333 |
register_Ns3Cid_methods(root_module, root_module['ns3::Cid'])
|
|
334 |
register_Ns3CidFactory_methods(root_module, root_module['ns3::CidFactory'])
|
|
335 |
register_Ns3CsParameters_methods(root_module, root_module['ns3::CsParameters'])
|
|
336 |
register_Ns3DcdChannelEncodings_methods(root_module, root_module['ns3::DcdChannelEncodings'])
|
|
337 |
register_Ns3DlFramePrefixIe_methods(root_module, root_module['ns3::DlFramePrefixIe'])
|
|
338 |
register_Ns3IpcsClassifierRecord_methods(root_module, root_module['ns3::IpcsClassifierRecord'])
|
|
339 |
register_Ns3OfdmDcdChannelEncodings_methods(root_module, root_module['ns3::OfdmDcdChannelEncodings'])
|
|
340 |
register_Ns3OfdmDlBurstProfile_methods(root_module, root_module['ns3::OfdmDlBurstProfile'])
|
|
341 |
register_Ns3OfdmDlMapIe_methods(root_module, root_module['ns3::OfdmDlMapIe'])
|
|
342 |
register_Ns3OfdmUlBurstProfile_methods(root_module, root_module['ns3::OfdmUlBurstProfile'])
|
|
343 |
register_Ns3OfdmUlMapIe_methods(root_module, root_module['ns3::OfdmUlMapIe'])
|
|
344 |
register_Ns3SNRToBlockErrorRateManager_methods(root_module, root_module['ns3::SNRToBlockErrorRateManager'])
|
|
345 |
register_Ns3SNRToBlockErrorRateRecord_methods(root_module, root_module['ns3::SNRToBlockErrorRateRecord'])
|
|
346 |
register_Ns3SSRecord_methods(root_module, root_module['ns3::SSRecord'])
|
|
347 |
register_Ns3SendParams_methods(root_module, root_module['ns3::SendParams'])
|
|
348 |
register_Ns3ServiceFlow_methods(root_module, root_module['ns3::ServiceFlow'])
|
|
349 |
register_Ns3ServiceFlowRecord_methods(root_module, root_module['ns3::ServiceFlowRecord'])
|
|
350 |
register_Ns3TlvValue_methods(root_module, root_module['ns3::TlvValue'])
|
|
351 |
register_Ns3TosTlvValue_methods(root_module, root_module['ns3::TosTlvValue'])
|
|
352 |
register_Ns3U16TlvValue_methods(root_module, root_module['ns3::U16TlvValue'])
|
|
353 |
register_Ns3U32TlvValue_methods(root_module, root_module['ns3::U32TlvValue'])
|
|
354 |
register_Ns3U8TlvValue_methods(root_module, root_module['ns3::U8TlvValue'])
|
|
355 |
register_Ns3UcdChannelEncodings_methods(root_module, root_module['ns3::UcdChannelEncodings'])
|
|
356 |
register_Ns3VectorTlvValue_methods(root_module, root_module['ns3::VectorTlvValue'])
|
6867
|
357 |
register_Ns3WimaxHelper_methods(root_module, root_module['ns3::WimaxHelper'])
|
6534
|
358 |
register_Ns3SimpleOfdmSendParam_methods(root_module, root_module['ns3::simpleOfdmSendParam'])
|
|
359 |
register_Ns3ClassificationRuleVectorTlvValue_methods(root_module, root_module['ns3::ClassificationRuleVectorTlvValue'])
|
|
360 |
register_Ns3CsParamVectorTlvValue_methods(root_module, root_module['ns3::CsParamVectorTlvValue'])
|
|
361 |
register_Ns3Ipv4AddressTlvValue_methods(root_module, root_module['ns3::Ipv4AddressTlvValue'])
|
|
362 |
register_Ns3Ipv4AddressTlvValueIpv4Addr_methods(root_module, root_module['ns3::Ipv4AddressTlvValue::ipv4Addr'])
|
|
363 |
register_Ns3MacHeaderType_methods(root_module, root_module['ns3::MacHeaderType'])
|
|
364 |
register_Ns3ManagementMessageType_methods(root_module, root_module['ns3::ManagementMessageType'])
|
|
365 |
register_Ns3OfdmDownlinkFramePrefix_methods(root_module, root_module['ns3::OfdmDownlinkFramePrefix'])
|
|
366 |
register_Ns3OfdmSendParams_methods(root_module, root_module['ns3::OfdmSendParams'])
|
|
367 |
register_Ns3OfdmUcdChannelEncodings_methods(root_module, root_module['ns3::OfdmUcdChannelEncodings'])
|
|
368 |
register_Ns3PortRangeTlvValue_methods(root_module, root_module['ns3::PortRangeTlvValue'])
|
|
369 |
register_Ns3PortRangeTlvValuePortRange_methods(root_module, root_module['ns3::PortRangeTlvValue::PortRange'])
|
|
370 |
register_Ns3PriorityUlJob_methods(root_module, root_module['ns3::PriorityUlJob'])
|
|
371 |
register_Ns3ProtocolTlvValue_methods(root_module, root_module['ns3::ProtocolTlvValue'])
|
|
372 |
register_Ns3RngReq_methods(root_module, root_module['ns3::RngReq'])
|
|
373 |
register_Ns3RngRsp_methods(root_module, root_module['ns3::RngRsp'])
|
|
374 |
register_Ns3SSManager_methods(root_module, root_module['ns3::SSManager'])
|
|
375 |
register_Ns3ServiceFlowManager_methods(root_module, root_module['ns3::ServiceFlowManager'])
|
|
376 |
register_Ns3SfVectorTlvValue_methods(root_module, root_module['ns3::SfVectorTlvValue'])
|
|
377 |
register_Ns3SsServiceFlowManager_methods(root_module, root_module['ns3::SsServiceFlowManager'])
|
|
378 |
register_Ns3Tlv_methods(root_module, root_module['ns3::Tlv'])
|
|
379 |
register_Ns3Ucd_methods(root_module, root_module['ns3::Ucd'])
|
|
380 |
register_Ns3UlJob_methods(root_module, root_module['ns3::UlJob'])
|
|
381 |
register_Ns3UlMap_methods(root_module, root_module['ns3::UlMap'])
|
|
382 |
register_Ns3UplinkScheduler_methods(root_module, root_module['ns3::UplinkScheduler'])
|
|
383 |
register_Ns3UplinkSchedulerMBQoS_methods(root_module, root_module['ns3::UplinkSchedulerMBQoS'])
|
|
384 |
register_Ns3UplinkSchedulerRtps_methods(root_module, root_module['ns3::UplinkSchedulerRtps'])
|
|
385 |
register_Ns3UplinkSchedulerSimple_methods(root_module, root_module['ns3::UplinkSchedulerSimple'])
|
|
386 |
register_Ns3WimaxConnection_methods(root_module, root_module['ns3::WimaxConnection'])
|
|
387 |
register_Ns3WimaxMacQueue_methods(root_module, root_module['ns3::WimaxMacQueue'])
|
|
388 |
register_Ns3WimaxMacToMacHeader_methods(root_module, root_module['ns3::WimaxMacToMacHeader'])
|
|
389 |
register_Ns3WimaxPhy_methods(root_module, root_module['ns3::WimaxPhy'])
|
|
390 |
register_Ns3BSScheduler_methods(root_module, root_module['ns3::BSScheduler'])
|
|
391 |
register_Ns3BSSchedulerRtps_methods(root_module, root_module['ns3::BSSchedulerRtps'])
|
|
392 |
register_Ns3BSSchedulerSimple_methods(root_module, root_module['ns3::BSSchedulerSimple'])
|
|
393 |
register_Ns3BandwidthRequestHeader_methods(root_module, root_module['ns3::BandwidthRequestHeader'])
|
|
394 |
register_Ns3BsServiceFlowManager_methods(root_module, root_module['ns3::BsServiceFlowManager'])
|
|
395 |
register_Ns3ConnectionManager_methods(root_module, root_module['ns3::ConnectionManager'])
|
|
396 |
register_Ns3Dcd_methods(root_module, root_module['ns3::Dcd'])
|
|
397 |
register_Ns3DlMap_methods(root_module, root_module['ns3::DlMap'])
|
|
398 |
register_Ns3DsaAck_methods(root_module, root_module['ns3::DsaAck'])
|
|
399 |
register_Ns3DsaReq_methods(root_module, root_module['ns3::DsaReq'])
|
|
400 |
register_Ns3DsaRsp_methods(root_module, root_module['ns3::DsaRsp'])
|
|
401 |
register_Ns3FragmentationSubheader_methods(root_module, root_module['ns3::FragmentationSubheader'])
|
|
402 |
register_Ns3GenericMacHeader_methods(root_module, root_module['ns3::GenericMacHeader'])
|
|
403 |
register_Ns3GrantManagementSubheader_methods(root_module, root_module['ns3::GrantManagementSubheader'])
|
|
404 |
register_Ns3IpcsClassifier_methods(root_module, root_module['ns3::IpcsClassifier'])
|
|
405 |
register_Ns3SimpleOfdmWimaxPhy_methods(root_module, root_module['ns3::SimpleOfdmWimaxPhy'])
|
|
406 |
register_Ns3WimaxChannel_methods(root_module, root_module['ns3::WimaxChannel'])
|
|
407 |
register_Ns3WimaxNetDevice_methods(root_module, root_module['ns3::WimaxNetDevice'])
|
|
408 |
register_Ns3BaseStationNetDevice_methods(root_module, root_module['ns3::BaseStationNetDevice'])
|
|
409 |
register_Ns3SimpleOfdmWimaxChannel_methods(root_module, root_module['ns3::SimpleOfdmWimaxChannel'])
|
|
410 |
register_Ns3SubscriberStationNetDevice_methods(root_module, root_module['ns3::SubscriberStationNetDevice'])
|
|
411 |
return
|
|
412 |
|
|
413 |
def register_Ns3Cid_methods(root_module, cls):
|
|
414 |
cls.add_binary_comparison_operator('!=')
|
|
415 |
cls.add_output_stream_operator()
|
|
416 |
cls.add_binary_comparison_operator('==')
|
|
417 |
## cid.h: ns3::Cid::Cid(ns3::Cid const & arg0) [copy constructor]
|
|
418 |
cls.add_constructor([param('ns3::Cid const &', 'arg0')])
|
|
419 |
## cid.h: ns3::Cid::Cid() [constructor]
|
|
420 |
cls.add_constructor([])
|
|
421 |
## cid.h: ns3::Cid::Cid(uint16_t cid) [constructor]
|
|
422 |
cls.add_constructor([param('uint16_t', 'cid')])
|
|
423 |
## cid.h: static ns3::Cid ns3::Cid::Broadcast() [member function]
|
|
424 |
cls.add_method('Broadcast',
|
|
425 |
'ns3::Cid',
|
|
426 |
[],
|
|
427 |
is_static=True)
|
|
428 |
## cid.h: uint16_t ns3::Cid::GetIdentifier() const [member function]
|
|
429 |
cls.add_method('GetIdentifier',
|
|
430 |
'uint16_t',
|
|
431 |
[],
|
|
432 |
is_const=True)
|
|
433 |
## cid.h: static ns3::Cid ns3::Cid::InitialRanging() [member function]
|
|
434 |
cls.add_method('InitialRanging',
|
|
435 |
'ns3::Cid',
|
|
436 |
[],
|
|
437 |
is_static=True)
|
|
438 |
## cid.h: bool ns3::Cid::IsBroadcast() const [member function]
|
|
439 |
cls.add_method('IsBroadcast',
|
|
440 |
'bool',
|
|
441 |
[],
|
|
442 |
is_const=True)
|
|
443 |
## cid.h: bool ns3::Cid::IsInitialRanging() const [member function]
|
|
444 |
cls.add_method('IsInitialRanging',
|
|
445 |
'bool',
|
|
446 |
[],
|
|
447 |
is_const=True)
|
|
448 |
## cid.h: bool ns3::Cid::IsMulticast() const [member function]
|
|
449 |
cls.add_method('IsMulticast',
|
|
450 |
'bool',
|
|
451 |
[],
|
|
452 |
is_const=True)
|
|
453 |
## cid.h: bool ns3::Cid::IsPadding() const [member function]
|
|
454 |
cls.add_method('IsPadding',
|
|
455 |
'bool',
|
|
456 |
[],
|
|
457 |
is_const=True)
|
|
458 |
## cid.h: static ns3::Cid ns3::Cid::Padding() [member function]
|
|
459 |
cls.add_method('Padding',
|
|
460 |
'ns3::Cid',
|
|
461 |
[],
|
|
462 |
is_static=True)
|
|
463 |
return
|
|
464 |
|
|
465 |
def register_Ns3CidFactory_methods(root_module, cls):
|
|
466 |
## cid-factory.h: ns3::CidFactory::CidFactory(ns3::CidFactory const & arg0) [copy constructor]
|
|
467 |
cls.add_constructor([param('ns3::CidFactory const &', 'arg0')])
|
|
468 |
## cid-factory.h: ns3::CidFactory::CidFactory() [constructor]
|
|
469 |
cls.add_constructor([])
|
|
470 |
## cid-factory.h: ns3::Cid ns3::CidFactory::Allocate(ns3::Cid::Type type) [member function]
|
|
471 |
cls.add_method('Allocate',
|
|
472 |
'ns3::Cid',
|
|
473 |
[param('ns3::Cid::Type', 'type')])
|
|
474 |
## cid-factory.h: ns3::Cid ns3::CidFactory::AllocateBasic() [member function]
|
|
475 |
cls.add_method('AllocateBasic',
|
|
476 |
'ns3::Cid',
|
|
477 |
[])
|
|
478 |
## cid-factory.h: ns3::Cid ns3::CidFactory::AllocateMulticast() [member function]
|
|
479 |
cls.add_method('AllocateMulticast',
|
|
480 |
'ns3::Cid',
|
|
481 |
[])
|
|
482 |
## cid-factory.h: ns3::Cid ns3::CidFactory::AllocatePrimary() [member function]
|
|
483 |
cls.add_method('AllocatePrimary',
|
|
484 |
'ns3::Cid',
|
|
485 |
[])
|
|
486 |
## cid-factory.h: ns3::Cid ns3::CidFactory::AllocateTransportOrSecondary() [member function]
|
|
487 |
cls.add_method('AllocateTransportOrSecondary',
|
|
488 |
'ns3::Cid',
|
|
489 |
[])
|
|
490 |
## cid-factory.h: void ns3::CidFactory::FreeCid(ns3::Cid cid) [member function]
|
|
491 |
cls.add_method('FreeCid',
|
|
492 |
'void',
|
|
493 |
[param('ns3::Cid', 'cid')])
|
|
494 |
## cid-factory.h: bool ns3::CidFactory::IsBasic(ns3::Cid cid) const [member function]
|
|
495 |
cls.add_method('IsBasic',
|
|
496 |
'bool',
|
|
497 |
[param('ns3::Cid', 'cid')],
|
|
498 |
is_const=True)
|
|
499 |
## cid-factory.h: bool ns3::CidFactory::IsPrimary(ns3::Cid cid) const [member function]
|
|
500 |
cls.add_method('IsPrimary',
|
|
501 |
'bool',
|
|
502 |
[param('ns3::Cid', 'cid')],
|
|
503 |
is_const=True)
|
|
504 |
## cid-factory.h: bool ns3::CidFactory::IsTransport(ns3::Cid cid) const [member function]
|
|
505 |
cls.add_method('IsTransport',
|
|
506 |
'bool',
|
|
507 |
[param('ns3::Cid', 'cid')],
|
|
508 |
is_const=True)
|
|
509 |
return
|
|
510 |
|
|
511 |
def register_Ns3CsParameters_methods(root_module, cls):
|
|
512 |
## cs-parameters.h: ns3::CsParameters::CsParameters(ns3::CsParameters const & arg0) [copy constructor]
|
|
513 |
cls.add_constructor([param('ns3::CsParameters const &', 'arg0')])
|
|
514 |
## cs-parameters.h: ns3::CsParameters::CsParameters() [constructor]
|
|
515 |
cls.add_constructor([])
|
|
516 |
## cs-parameters.h: ns3::CsParameters::CsParameters(ns3::Tlv tlv) [constructor]
|
|
517 |
cls.add_constructor([param('ns3::Tlv', 'tlv')])
|
|
518 |
## cs-parameters.h: ns3::CsParameters::CsParameters(ns3::CsParameters::Action classifierDscAction, ns3::IpcsClassifierRecord classifier) [constructor]
|
|
519 |
cls.add_constructor([param('ns3::CsParameters::Action', 'classifierDscAction'), param('ns3::IpcsClassifierRecord', 'classifier')])
|
|
520 |
## cs-parameters.h: ns3::CsParameters::Action ns3::CsParameters::GetClassifierDscAction() const [member function]
|
|
521 |
cls.add_method('GetClassifierDscAction',
|
|
522 |
'ns3::CsParameters::Action',
|
|
523 |
[],
|
|
524 |
is_const=True)
|
|
525 |
## cs-parameters.h: ns3::IpcsClassifierRecord ns3::CsParameters::GetPacketClassifierRule() const [member function]
|
|
526 |
cls.add_method('GetPacketClassifierRule',
|
|
527 |
'ns3::IpcsClassifierRecord',
|
|
528 |
[],
|
|
529 |
is_const=True)
|
|
530 |
## cs-parameters.h: void ns3::CsParameters::SetClassifierDscAction(ns3::CsParameters::Action action) [member function]
|
|
531 |
cls.add_method('SetClassifierDscAction',
|
|
532 |
'void',
|
|
533 |
[param('ns3::CsParameters::Action', 'action')])
|
|
534 |
## cs-parameters.h: void ns3::CsParameters::SetPacketClassifierRule(ns3::IpcsClassifierRecord packetClassifierRule) [member function]
|
|
535 |
cls.add_method('SetPacketClassifierRule',
|
|
536 |
'void',
|
|
537 |
[param('ns3::IpcsClassifierRecord', 'packetClassifierRule')])
|
|
538 |
## cs-parameters.h: ns3::Tlv ns3::CsParameters::ToTlv() const [member function]
|
|
539 |
cls.add_method('ToTlv',
|
|
540 |
'ns3::Tlv',
|
|
541 |
[],
|
|
542 |
is_const=True)
|
|
543 |
return
|
|
544 |
|
|
545 |
def register_Ns3DcdChannelEncodings_methods(root_module, cls):
|
|
546 |
## dl-mac-messages.h: ns3::DcdChannelEncodings::DcdChannelEncodings(ns3::DcdChannelEncodings const & arg0) [copy constructor]
|
|
547 |
cls.add_constructor([param('ns3::DcdChannelEncodings const &', 'arg0')])
|
|
548 |
## dl-mac-messages.h: ns3::DcdChannelEncodings::DcdChannelEncodings() [constructor]
|
|
549 |
cls.add_constructor([])
|
|
550 |
## dl-mac-messages.h: uint16_t ns3::DcdChannelEncodings::GetBsEirp() const [member function]
|
|
551 |
cls.add_method('GetBsEirp',
|
|
552 |
'uint16_t',
|
|
553 |
[],
|
|
554 |
is_const=True)
|
|
555 |
## dl-mac-messages.h: uint16_t ns3::DcdChannelEncodings::GetEirxPIrMax() const [member function]
|
|
556 |
cls.add_method('GetEirxPIrMax',
|
|
557 |
'uint16_t',
|
|
558 |
[],
|
|
559 |
is_const=True)
|
|
560 |
## dl-mac-messages.h: uint32_t ns3::DcdChannelEncodings::GetFrequency() const [member function]
|
|
561 |
cls.add_method('GetFrequency',
|
|
562 |
'uint32_t',
|
|
563 |
[],
|
|
564 |
is_const=True)
|
|
565 |
## dl-mac-messages.h: uint16_t ns3::DcdChannelEncodings::GetSize() const [member function]
|
|
566 |
cls.add_method('GetSize',
|
|
567 |
'uint16_t',
|
|
568 |
[],
|
|
569 |
is_const=True)
|
|
570 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::DcdChannelEncodings::Read(ns3::Buffer::Iterator start) [member function]
|
|
571 |
cls.add_method('Read',
|
|
572 |
'ns3::Buffer::Iterator',
|
|
573 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
574 |
## dl-mac-messages.h: void ns3::DcdChannelEncodings::SetBsEirp(uint16_t bs_eirp) [member function]
|
|
575 |
cls.add_method('SetBsEirp',
|
|
576 |
'void',
|
|
577 |
[param('uint16_t', 'bs_eirp')])
|
|
578 |
## dl-mac-messages.h: void ns3::DcdChannelEncodings::SetEirxPIrMax(uint16_t rss_ir_max) [member function]
|
|
579 |
cls.add_method('SetEirxPIrMax',
|
|
580 |
'void',
|
|
581 |
[param('uint16_t', 'rss_ir_max')])
|
|
582 |
## dl-mac-messages.h: void ns3::DcdChannelEncodings::SetFrequency(uint32_t frequency) [member function]
|
|
583 |
cls.add_method('SetFrequency',
|
|
584 |
'void',
|
|
585 |
[param('uint32_t', 'frequency')])
|
|
586 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::DcdChannelEncodings::Write(ns3::Buffer::Iterator start) const [member function]
|
|
587 |
cls.add_method('Write',
|
|
588 |
'ns3::Buffer::Iterator',
|
|
589 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
590 |
is_const=True)
|
|
591 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::DcdChannelEncodings::DoRead(ns3::Buffer::Iterator start) [member function]
|
|
592 |
cls.add_method('DoRead',
|
|
593 |
'ns3::Buffer::Iterator',
|
|
594 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
595 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
596 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::DcdChannelEncodings::DoWrite(ns3::Buffer::Iterator start) const [member function]
|
|
597 |
cls.add_method('DoWrite',
|
|
598 |
'ns3::Buffer::Iterator',
|
|
599 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
600 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
601 |
return
|
|
602 |
|
|
603 |
def register_Ns3DlFramePrefixIe_methods(root_module, cls):
|
|
604 |
## ofdm-downlink-frame-prefix.h: ns3::DlFramePrefixIe::DlFramePrefixIe(ns3::DlFramePrefixIe const & arg0) [copy constructor]
|
|
605 |
cls.add_constructor([param('ns3::DlFramePrefixIe const &', 'arg0')])
|
|
606 |
## ofdm-downlink-frame-prefix.h: ns3::DlFramePrefixIe::DlFramePrefixIe() [constructor]
|
|
607 |
cls.add_constructor([])
|
|
608 |
## ofdm-downlink-frame-prefix.h: uint8_t ns3::DlFramePrefixIe::GetDiuc() const [member function]
|
|
609 |
cls.add_method('GetDiuc',
|
|
610 |
'uint8_t',
|
|
611 |
[],
|
|
612 |
is_const=True)
|
|
613 |
## ofdm-downlink-frame-prefix.h: uint16_t ns3::DlFramePrefixIe::GetLength() const [member function]
|
|
614 |
cls.add_method('GetLength',
|
|
615 |
'uint16_t',
|
|
616 |
[],
|
|
617 |
is_const=True)
|
|
618 |
## ofdm-downlink-frame-prefix.h: uint8_t ns3::DlFramePrefixIe::GetPreamblePresent() const [member function]
|
|
619 |
cls.add_method('GetPreamblePresent',
|
|
620 |
'uint8_t',
|
|
621 |
[],
|
|
622 |
is_const=True)
|
|
623 |
## ofdm-downlink-frame-prefix.h: uint8_t ns3::DlFramePrefixIe::GetRateId() const [member function]
|
|
624 |
cls.add_method('GetRateId',
|
|
625 |
'uint8_t',
|
|
626 |
[],
|
|
627 |
is_const=True)
|
|
628 |
## ofdm-downlink-frame-prefix.h: uint16_t ns3::DlFramePrefixIe::GetSize() const [member function]
|
|
629 |
cls.add_method('GetSize',
|
|
630 |
'uint16_t',
|
|
631 |
[],
|
|
632 |
is_const=True)
|
|
633 |
## ofdm-downlink-frame-prefix.h: uint16_t ns3::DlFramePrefixIe::GetStartTime() const [member function]
|
|
634 |
cls.add_method('GetStartTime',
|
|
635 |
'uint16_t',
|
|
636 |
[],
|
|
637 |
is_const=True)
|
|
638 |
## ofdm-downlink-frame-prefix.h: ns3::Buffer::Iterator ns3::DlFramePrefixIe::Read(ns3::Buffer::Iterator start) [member function]
|
|
639 |
cls.add_method('Read',
|
|
640 |
'ns3::Buffer::Iterator',
|
|
641 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
642 |
## ofdm-downlink-frame-prefix.h: void ns3::DlFramePrefixIe::SetDiuc(uint8_t diuc) [member function]
|
|
643 |
cls.add_method('SetDiuc',
|
|
644 |
'void',
|
|
645 |
[param('uint8_t', 'diuc')])
|
|
646 |
## ofdm-downlink-frame-prefix.h: void ns3::DlFramePrefixIe::SetLength(uint16_t length) [member function]
|
|
647 |
cls.add_method('SetLength',
|
|
648 |
'void',
|
|
649 |
[param('uint16_t', 'length')])
|
|
650 |
## ofdm-downlink-frame-prefix.h: void ns3::DlFramePrefixIe::SetPreamblePresent(uint8_t preamblePresent) [member function]
|
|
651 |
cls.add_method('SetPreamblePresent',
|
|
652 |
'void',
|
|
653 |
[param('uint8_t', 'preamblePresent')])
|
|
654 |
## ofdm-downlink-frame-prefix.h: void ns3::DlFramePrefixIe::SetRateId(uint8_t rateId) [member function]
|
|
655 |
cls.add_method('SetRateId',
|
|
656 |
'void',
|
|
657 |
[param('uint8_t', 'rateId')])
|
|
658 |
## ofdm-downlink-frame-prefix.h: void ns3::DlFramePrefixIe::SetStartTime(uint16_t startTime) [member function]
|
|
659 |
cls.add_method('SetStartTime',
|
|
660 |
'void',
|
|
661 |
[param('uint16_t', 'startTime')])
|
|
662 |
## ofdm-downlink-frame-prefix.h: ns3::Buffer::Iterator ns3::DlFramePrefixIe::Write(ns3::Buffer::Iterator start) const [member function]
|
|
663 |
cls.add_method('Write',
|
|
664 |
'ns3::Buffer::Iterator',
|
|
665 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
666 |
is_const=True)
|
|
667 |
return
|
|
668 |
|
|
669 |
def register_Ns3IpcsClassifierRecord_methods(root_module, cls):
|
|
670 |
## ipcs-classifier-record.h: ns3::IpcsClassifierRecord::IpcsClassifierRecord(ns3::IpcsClassifierRecord const & arg0) [copy constructor]
|
|
671 |
cls.add_constructor([param('ns3::IpcsClassifierRecord const &', 'arg0')])
|
|
672 |
## ipcs-classifier-record.h: ns3::IpcsClassifierRecord::IpcsClassifierRecord() [constructor]
|
|
673 |
cls.add_constructor([])
|
|
674 |
## ipcs-classifier-record.h: ns3::IpcsClassifierRecord::IpcsClassifierRecord(ns3::Ipv4Address srcAddress, ns3::Ipv4Mask srcMask, ns3::Ipv4Address dstAddress, ns3::Ipv4Mask dstMask, uint16_t srcPortLow, uint16_t srcPortHigh, uint16_t dstPortLow, uint16_t dstPortHigh, uint8_t protocol, uint8_t priority) [constructor]
|
|
675 |
cls.add_constructor([param('ns3::Ipv4Address', 'srcAddress'), param('ns3::Ipv4Mask', 'srcMask'), param('ns3::Ipv4Address', 'dstAddress'), param('ns3::Ipv4Mask', 'dstMask'), param('uint16_t', 'srcPortLow'), param('uint16_t', 'srcPortHigh'), param('uint16_t', 'dstPortLow'), param('uint16_t', 'dstPortHigh'), param('uint8_t', 'protocol'), param('uint8_t', 'priority')])
|
|
676 |
## ipcs-classifier-record.h: ns3::IpcsClassifierRecord::IpcsClassifierRecord(ns3::Tlv tlv) [constructor]
|
|
677 |
cls.add_constructor([param('ns3::Tlv', 'tlv')])
|
|
678 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::AddDstAddr(ns3::Ipv4Address dstAddress, ns3::Ipv4Mask dstMask) [member function]
|
|
679 |
cls.add_method('AddDstAddr',
|
|
680 |
'void',
|
|
681 |
[param('ns3::Ipv4Address', 'dstAddress'), param('ns3::Ipv4Mask', 'dstMask')])
|
|
682 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::AddDstPortRange(uint16_t dstPortLow, uint16_t dstPortHigh) [member function]
|
|
683 |
cls.add_method('AddDstPortRange',
|
|
684 |
'void',
|
|
685 |
[param('uint16_t', 'dstPortLow'), param('uint16_t', 'dstPortHigh')])
|
|
686 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::AddProtocol(uint8_t proto) [member function]
|
|
687 |
cls.add_method('AddProtocol',
|
|
688 |
'void',
|
|
689 |
[param('uint8_t', 'proto')])
|
|
690 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::AddSrcAddr(ns3::Ipv4Address srcAddress, ns3::Ipv4Mask srcMask) [member function]
|
|
691 |
cls.add_method('AddSrcAddr',
|
|
692 |
'void',
|
|
693 |
[param('ns3::Ipv4Address', 'srcAddress'), param('ns3::Ipv4Mask', 'srcMask')])
|
|
694 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::AddSrcPortRange(uint16_t srcPortLow, uint16_t srcPortHigh) [member function]
|
|
695 |
cls.add_method('AddSrcPortRange',
|
|
696 |
'void',
|
|
697 |
[param('uint16_t', 'srcPortLow'), param('uint16_t', 'srcPortHigh')])
|
|
698 |
## ipcs-classifier-record.h: bool ns3::IpcsClassifierRecord::CheckMatch(ns3::Ipv4Address srcAddress, ns3::Ipv4Address dstAddress, uint16_t srcPort, uint16_t dstPort, uint8_t proto) const [member function]
|
|
699 |
cls.add_method('CheckMatch',
|
|
700 |
'bool',
|
|
701 |
[param('ns3::Ipv4Address', 'srcAddress'), param('ns3::Ipv4Address', 'dstAddress'), param('uint16_t', 'srcPort'), param('uint16_t', 'dstPort'), param('uint8_t', 'proto')],
|
|
702 |
is_const=True)
|
|
703 |
## ipcs-classifier-record.h: uint16_t ns3::IpcsClassifierRecord::GetCid() const [member function]
|
|
704 |
cls.add_method('GetCid',
|
|
705 |
'uint16_t',
|
|
706 |
[],
|
|
707 |
is_const=True)
|
|
708 |
## ipcs-classifier-record.h: uint16_t ns3::IpcsClassifierRecord::GetIndex() const [member function]
|
|
709 |
cls.add_method('GetIndex',
|
|
710 |
'uint16_t',
|
|
711 |
[],
|
|
712 |
is_const=True)
|
|
713 |
## ipcs-classifier-record.h: uint8_t ns3::IpcsClassifierRecord::GetPriority() const [member function]
|
|
714 |
cls.add_method('GetPriority',
|
|
715 |
'uint8_t',
|
|
716 |
[],
|
|
717 |
is_const=True)
|
|
718 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::SetCid(uint16_t cid) [member function]
|
|
719 |
cls.add_method('SetCid',
|
|
720 |
'void',
|
|
721 |
[param('uint16_t', 'cid')])
|
|
722 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::SetIndex(uint16_t index) [member function]
|
|
723 |
cls.add_method('SetIndex',
|
|
724 |
'void',
|
|
725 |
[param('uint16_t', 'index')])
|
|
726 |
## ipcs-classifier-record.h: void ns3::IpcsClassifierRecord::SetPriority(uint8_t prio) [member function]
|
|
727 |
cls.add_method('SetPriority',
|
|
728 |
'void',
|
|
729 |
[param('uint8_t', 'prio')])
|
|
730 |
## ipcs-classifier-record.h: ns3::Tlv ns3::IpcsClassifierRecord::ToTlv() const [member function]
|
|
731 |
cls.add_method('ToTlv',
|
|
732 |
'ns3::Tlv',
|
|
733 |
[],
|
|
734 |
is_const=True)
|
|
735 |
return
|
|
736 |
|
|
737 |
def register_Ns3OfdmDcdChannelEncodings_methods(root_module, cls):
|
|
738 |
## dl-mac-messages.h: ns3::OfdmDcdChannelEncodings::OfdmDcdChannelEncodings(ns3::OfdmDcdChannelEncodings const & arg0) [copy constructor]
|
|
739 |
cls.add_constructor([param('ns3::OfdmDcdChannelEncodings const &', 'arg0')])
|
|
740 |
## dl-mac-messages.h: ns3::OfdmDcdChannelEncodings::OfdmDcdChannelEncodings() [constructor]
|
|
741 |
cls.add_constructor([])
|
|
742 |
## dl-mac-messages.h: ns3::Mac48Address ns3::OfdmDcdChannelEncodings::GetBaseStationId() const [member function]
|
|
743 |
cls.add_method('GetBaseStationId',
|
|
744 |
'ns3::Mac48Address',
|
|
745 |
[],
|
|
746 |
is_const=True)
|
|
747 |
## dl-mac-messages.h: uint8_t ns3::OfdmDcdChannelEncodings::GetChannelNr() const [member function]
|
|
748 |
cls.add_method('GetChannelNr',
|
|
749 |
'uint8_t',
|
|
750 |
[],
|
|
751 |
is_const=True)
|
|
752 |
## dl-mac-messages.h: uint8_t ns3::OfdmDcdChannelEncodings::GetFrameDurationCode() const [member function]
|
|
753 |
cls.add_method('GetFrameDurationCode',
|
|
754 |
'uint8_t',
|
|
755 |
[],
|
|
756 |
is_const=True)
|
|
757 |
## dl-mac-messages.h: uint32_t ns3::OfdmDcdChannelEncodings::GetFrameNumber() const [member function]
|
|
758 |
cls.add_method('GetFrameNumber',
|
|
759 |
'uint32_t',
|
|
760 |
[],
|
|
761 |
is_const=True)
|
|
762 |
## dl-mac-messages.h: uint8_t ns3::OfdmDcdChannelEncodings::GetRtg() const [member function]
|
|
763 |
cls.add_method('GetRtg',
|
|
764 |
'uint8_t',
|
|
765 |
[],
|
|
766 |
is_const=True)
|
|
767 |
## dl-mac-messages.h: uint16_t ns3::OfdmDcdChannelEncodings::GetSize() const [member function]
|
|
768 |
cls.add_method('GetSize',
|
|
769 |
'uint16_t',
|
|
770 |
[],
|
|
771 |
is_const=True)
|
|
772 |
## dl-mac-messages.h: uint8_t ns3::OfdmDcdChannelEncodings::GetTtg() const [member function]
|
|
773 |
cls.add_method('GetTtg',
|
|
774 |
'uint8_t',
|
|
775 |
[],
|
|
776 |
is_const=True)
|
|
777 |
## dl-mac-messages.h: void ns3::OfdmDcdChannelEncodings::SetBaseStationId(ns3::Mac48Address baseStationId) [member function]
|
|
778 |
cls.add_method('SetBaseStationId',
|
|
779 |
'void',
|
|
780 |
[param('ns3::Mac48Address', 'baseStationId')])
|
|
781 |
## dl-mac-messages.h: void ns3::OfdmDcdChannelEncodings::SetChannelNr(uint8_t channelNr) [member function]
|
|
782 |
cls.add_method('SetChannelNr',
|
|
783 |
'void',
|
|
784 |
[param('uint8_t', 'channelNr')])
|
|
785 |
## dl-mac-messages.h: void ns3::OfdmDcdChannelEncodings::SetFrameDurationCode(uint8_t frameDurationCode) [member function]
|
|
786 |
cls.add_method('SetFrameDurationCode',
|
|
787 |
'void',
|
|
788 |
[param('uint8_t', 'frameDurationCode')])
|
|
789 |
## dl-mac-messages.h: void ns3::OfdmDcdChannelEncodings::SetFrameNumber(uint32_t frameNumber) [member function]
|
|
790 |
cls.add_method('SetFrameNumber',
|
|
791 |
'void',
|
|
792 |
[param('uint32_t', 'frameNumber')])
|
|
793 |
## dl-mac-messages.h: void ns3::OfdmDcdChannelEncodings::SetRtg(uint8_t rtg) [member function]
|
|
794 |
cls.add_method('SetRtg',
|
|
795 |
'void',
|
|
796 |
[param('uint8_t', 'rtg')])
|
|
797 |
## dl-mac-messages.h: void ns3::OfdmDcdChannelEncodings::SetTtg(uint8_t ttg) [member function]
|
|
798 |
cls.add_method('SetTtg',
|
|
799 |
'void',
|
|
800 |
[param('uint8_t', 'ttg')])
|
|
801 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmDcdChannelEncodings::DoRead(ns3::Buffer::Iterator start) [member function]
|
|
802 |
cls.add_method('DoRead',
|
|
803 |
'ns3::Buffer::Iterator',
|
|
804 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
805 |
visibility='private', is_virtual=True)
|
|
806 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmDcdChannelEncodings::DoWrite(ns3::Buffer::Iterator start) const [member function]
|
|
807 |
cls.add_method('DoWrite',
|
|
808 |
'ns3::Buffer::Iterator',
|
|
809 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
810 |
is_const=True, visibility='private', is_virtual=True)
|
|
811 |
return
|
|
812 |
|
|
813 |
def register_Ns3OfdmDlBurstProfile_methods(root_module, cls):
|
|
814 |
## dl-mac-messages.h: ns3::OfdmDlBurstProfile::OfdmDlBurstProfile(ns3::OfdmDlBurstProfile const & arg0) [copy constructor]
|
|
815 |
cls.add_constructor([param('ns3::OfdmDlBurstProfile const &', 'arg0')])
|
|
816 |
## dl-mac-messages.h: ns3::OfdmDlBurstProfile::OfdmDlBurstProfile() [constructor]
|
|
817 |
cls.add_constructor([])
|
|
818 |
## dl-mac-messages.h: uint8_t ns3::OfdmDlBurstProfile::GetDiuc() const [member function]
|
|
819 |
cls.add_method('GetDiuc',
|
|
820 |
'uint8_t',
|
|
821 |
[],
|
|
822 |
is_const=True)
|
|
823 |
## dl-mac-messages.h: uint8_t ns3::OfdmDlBurstProfile::GetFecCodeType() const [member function]
|
|
824 |
cls.add_method('GetFecCodeType',
|
|
825 |
'uint8_t',
|
|
826 |
[],
|
|
827 |
is_const=True)
|
|
828 |
## dl-mac-messages.h: uint8_t ns3::OfdmDlBurstProfile::GetLength() const [member function]
|
|
829 |
cls.add_method('GetLength',
|
|
830 |
'uint8_t',
|
|
831 |
[],
|
|
832 |
is_const=True)
|
|
833 |
## dl-mac-messages.h: uint16_t ns3::OfdmDlBurstProfile::GetSize() const [member function]
|
|
834 |
cls.add_method('GetSize',
|
|
835 |
'uint16_t',
|
|
836 |
[],
|
|
837 |
is_const=True)
|
|
838 |
## dl-mac-messages.h: uint8_t ns3::OfdmDlBurstProfile::GetType() const [member function]
|
|
839 |
cls.add_method('GetType',
|
|
840 |
'uint8_t',
|
|
841 |
[],
|
|
842 |
is_const=True)
|
|
843 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmDlBurstProfile::Read(ns3::Buffer::Iterator start) [member function]
|
|
844 |
cls.add_method('Read',
|
|
845 |
'ns3::Buffer::Iterator',
|
|
846 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
847 |
## dl-mac-messages.h: void ns3::OfdmDlBurstProfile::SetDiuc(uint8_t diuc) [member function]
|
|
848 |
cls.add_method('SetDiuc',
|
|
849 |
'void',
|
|
850 |
[param('uint8_t', 'diuc')])
|
|
851 |
## dl-mac-messages.h: void ns3::OfdmDlBurstProfile::SetFecCodeType(uint8_t fecCodeType) [member function]
|
|
852 |
cls.add_method('SetFecCodeType',
|
|
853 |
'void',
|
|
854 |
[param('uint8_t', 'fecCodeType')])
|
|
855 |
## dl-mac-messages.h: void ns3::OfdmDlBurstProfile::SetLength(uint8_t length) [member function]
|
|
856 |
cls.add_method('SetLength',
|
|
857 |
'void',
|
|
858 |
[param('uint8_t', 'length')])
|
|
859 |
## dl-mac-messages.h: void ns3::OfdmDlBurstProfile::SetType(uint8_t type) [member function]
|
|
860 |
cls.add_method('SetType',
|
|
861 |
'void',
|
|
862 |
[param('uint8_t', 'type')])
|
|
863 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmDlBurstProfile::Write(ns3::Buffer::Iterator start) const [member function]
|
|
864 |
cls.add_method('Write',
|
|
865 |
'ns3::Buffer::Iterator',
|
|
866 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
867 |
is_const=True)
|
|
868 |
return
|
|
869 |
|
|
870 |
def register_Ns3OfdmDlMapIe_methods(root_module, cls):
|
|
871 |
## dl-mac-messages.h: ns3::OfdmDlMapIe::OfdmDlMapIe(ns3::OfdmDlMapIe const & arg0) [copy constructor]
|
|
872 |
cls.add_constructor([param('ns3::OfdmDlMapIe const &', 'arg0')])
|
|
873 |
## dl-mac-messages.h: ns3::OfdmDlMapIe::OfdmDlMapIe() [constructor]
|
|
874 |
cls.add_constructor([])
|
|
875 |
## dl-mac-messages.h: ns3::Cid ns3::OfdmDlMapIe::GetCid() const [member function]
|
|
876 |
cls.add_method('GetCid',
|
|
877 |
'ns3::Cid',
|
|
878 |
[],
|
|
879 |
is_const=True)
|
|
880 |
## dl-mac-messages.h: uint8_t ns3::OfdmDlMapIe::GetDiuc() const [member function]
|
|
881 |
cls.add_method('GetDiuc',
|
|
882 |
'uint8_t',
|
|
883 |
[],
|
|
884 |
is_const=True)
|
|
885 |
## dl-mac-messages.h: uint8_t ns3::OfdmDlMapIe::GetPreamblePresent() const [member function]
|
|
886 |
cls.add_method('GetPreamblePresent',
|
|
887 |
'uint8_t',
|
|
888 |
[],
|
|
889 |
is_const=True)
|
|
890 |
## dl-mac-messages.h: uint16_t ns3::OfdmDlMapIe::GetSize() const [member function]
|
|
891 |
cls.add_method('GetSize',
|
|
892 |
'uint16_t',
|
|
893 |
[],
|
|
894 |
is_const=True)
|
|
895 |
## dl-mac-messages.h: uint16_t ns3::OfdmDlMapIe::GetStartTime() const [member function]
|
|
896 |
cls.add_method('GetStartTime',
|
|
897 |
'uint16_t',
|
|
898 |
[],
|
|
899 |
is_const=True)
|
|
900 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmDlMapIe::Read(ns3::Buffer::Iterator start) [member function]
|
|
901 |
cls.add_method('Read',
|
|
902 |
'ns3::Buffer::Iterator',
|
|
903 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
904 |
## dl-mac-messages.h: void ns3::OfdmDlMapIe::SetCid(ns3::Cid cid) [member function]
|
|
905 |
cls.add_method('SetCid',
|
|
906 |
'void',
|
|
907 |
[param('ns3::Cid', 'cid')])
|
|
908 |
## dl-mac-messages.h: void ns3::OfdmDlMapIe::SetDiuc(uint8_t diuc) [member function]
|
|
909 |
cls.add_method('SetDiuc',
|
|
910 |
'void',
|
|
911 |
[param('uint8_t', 'diuc')])
|
|
912 |
## dl-mac-messages.h: void ns3::OfdmDlMapIe::SetPreamblePresent(uint8_t preamblePresent) [member function]
|
|
913 |
cls.add_method('SetPreamblePresent',
|
|
914 |
'void',
|
|
915 |
[param('uint8_t', 'preamblePresent')])
|
|
916 |
## dl-mac-messages.h: void ns3::OfdmDlMapIe::SetStartTime(uint16_t startTime) [member function]
|
|
917 |
cls.add_method('SetStartTime',
|
|
918 |
'void',
|
|
919 |
[param('uint16_t', 'startTime')])
|
|
920 |
## dl-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmDlMapIe::Write(ns3::Buffer::Iterator start) const [member function]
|
|
921 |
cls.add_method('Write',
|
|
922 |
'ns3::Buffer::Iterator',
|
|
923 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
924 |
is_const=True)
|
|
925 |
return
|
|
926 |
|
|
927 |
def register_Ns3OfdmUlBurstProfile_methods(root_module, cls):
|
|
928 |
## ul-mac-messages.h: ns3::OfdmUlBurstProfile::OfdmUlBurstProfile(ns3::OfdmUlBurstProfile const & arg0) [copy constructor]
|
|
929 |
cls.add_constructor([param('ns3::OfdmUlBurstProfile const &', 'arg0')])
|
|
930 |
## ul-mac-messages.h: ns3::OfdmUlBurstProfile::OfdmUlBurstProfile() [constructor]
|
|
931 |
cls.add_constructor([])
|
|
932 |
## ul-mac-messages.h: uint8_t ns3::OfdmUlBurstProfile::GetFecCodeType() const [member function]
|
|
933 |
cls.add_method('GetFecCodeType',
|
|
934 |
'uint8_t',
|
|
935 |
[],
|
|
936 |
is_const=True)
|
|
937 |
## ul-mac-messages.h: uint8_t ns3::OfdmUlBurstProfile::GetLength() const [member function]
|
|
938 |
cls.add_method('GetLength',
|
|
939 |
'uint8_t',
|
|
940 |
[],
|
|
941 |
is_const=True)
|
|
942 |
## ul-mac-messages.h: uint16_t ns3::OfdmUlBurstProfile::GetSize() const [member function]
|
|
943 |
cls.add_method('GetSize',
|
|
944 |
'uint16_t',
|
|
945 |
[],
|
|
946 |
is_const=True)
|
|
947 |
## ul-mac-messages.h: uint8_t ns3::OfdmUlBurstProfile::GetType() const [member function]
|
|
948 |
cls.add_method('GetType',
|
|
949 |
'uint8_t',
|
|
950 |
[],
|
|
951 |
is_const=True)
|
|
952 |
## ul-mac-messages.h: uint8_t ns3::OfdmUlBurstProfile::GetUiuc() const [member function]
|
|
953 |
cls.add_method('GetUiuc',
|
|
954 |
'uint8_t',
|
|
955 |
[],
|
|
956 |
is_const=True)
|
|
957 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmUlBurstProfile::Read(ns3::Buffer::Iterator start) [member function]
|
|
958 |
cls.add_method('Read',
|
|
959 |
'ns3::Buffer::Iterator',
|
|
960 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
961 |
## ul-mac-messages.h: void ns3::OfdmUlBurstProfile::SetFecCodeType(uint8_t fecCodeType) [member function]
|
|
962 |
cls.add_method('SetFecCodeType',
|
|
963 |
'void',
|
|
964 |
[param('uint8_t', 'fecCodeType')])
|
|
965 |
## ul-mac-messages.h: void ns3::OfdmUlBurstProfile::SetLength(uint8_t length) [member function]
|
|
966 |
cls.add_method('SetLength',
|
|
967 |
'void',
|
|
968 |
[param('uint8_t', 'length')])
|
|
969 |
## ul-mac-messages.h: void ns3::OfdmUlBurstProfile::SetType(uint8_t type) [member function]
|
|
970 |
cls.add_method('SetType',
|
|
971 |
'void',
|
|
972 |
[param('uint8_t', 'type')])
|
|
973 |
## ul-mac-messages.h: void ns3::OfdmUlBurstProfile::SetUiuc(uint8_t uiuc) [member function]
|
|
974 |
cls.add_method('SetUiuc',
|
|
975 |
'void',
|
|
976 |
[param('uint8_t', 'uiuc')])
|
|
977 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmUlBurstProfile::Write(ns3::Buffer::Iterator start) const [member function]
|
|
978 |
cls.add_method('Write',
|
|
979 |
'ns3::Buffer::Iterator',
|
|
980 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
981 |
is_const=True)
|
|
982 |
return
|
|
983 |
|
|
984 |
def register_Ns3OfdmUlMapIe_methods(root_module, cls):
|
|
985 |
## ul-mac-messages.h: ns3::OfdmUlMapIe::OfdmUlMapIe(ns3::OfdmUlMapIe const & arg0) [copy constructor]
|
|
986 |
cls.add_constructor([param('ns3::OfdmUlMapIe const &', 'arg0')])
|
|
987 |
## ul-mac-messages.h: ns3::OfdmUlMapIe::OfdmUlMapIe() [constructor]
|
|
988 |
cls.add_constructor([])
|
|
989 |
## ul-mac-messages.h: ns3::Cid ns3::OfdmUlMapIe::GetCid() const [member function]
|
|
990 |
cls.add_method('GetCid',
|
|
991 |
'ns3::Cid',
|
|
992 |
[],
|
|
993 |
is_const=True)
|
|
994 |
## ul-mac-messages.h: uint16_t ns3::OfdmUlMapIe::GetDuration() const [member function]
|
|
995 |
cls.add_method('GetDuration',
|
|
996 |
'uint16_t',
|
|
997 |
[],
|
|
998 |
is_const=True)
|
|
999 |
## ul-mac-messages.h: uint8_t ns3::OfdmUlMapIe::GetMidambleRepetitionInterval() const [member function]
|
|
1000 |
cls.add_method('GetMidambleRepetitionInterval',
|
|
1001 |
'uint8_t',
|
|
1002 |
[],
|
|
1003 |
is_const=True)
|
|
1004 |
## ul-mac-messages.h: uint16_t ns3::OfdmUlMapIe::GetSize() const [member function]
|
|
1005 |
cls.add_method('GetSize',
|
|
1006 |
'uint16_t',
|
|
1007 |
[],
|
|
1008 |
is_const=True)
|
|
1009 |
## ul-mac-messages.h: uint16_t ns3::OfdmUlMapIe::GetStartTime() const [member function]
|
|
1010 |
cls.add_method('GetStartTime',
|
|
1011 |
'uint16_t',
|
|
1012 |
[],
|
|
1013 |
is_const=True)
|
|
1014 |
## ul-mac-messages.h: uint8_t ns3::OfdmUlMapIe::GetSubchannelIndex() const [member function]
|
|
1015 |
cls.add_method('GetSubchannelIndex',
|
|
1016 |
'uint8_t',
|
|
1017 |
[],
|
|
1018 |
is_const=True)
|
|
1019 |
## ul-mac-messages.h: uint8_t ns3::OfdmUlMapIe::GetUiuc() const [member function]
|
|
1020 |
cls.add_method('GetUiuc',
|
|
1021 |
'uint8_t',
|
|
1022 |
[],
|
|
1023 |
is_const=True)
|
|
1024 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmUlMapIe::Read(ns3::Buffer::Iterator start) [member function]
|
|
1025 |
cls.add_method('Read',
|
|
1026 |
'ns3::Buffer::Iterator',
|
|
1027 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
1028 |
## ul-mac-messages.h: void ns3::OfdmUlMapIe::SetCid(ns3::Cid cid) [member function]
|
|
1029 |
cls.add_method('SetCid',
|
|
1030 |
'void',
|
|
1031 |
[param('ns3::Cid', 'cid')])
|
|
1032 |
## ul-mac-messages.h: void ns3::OfdmUlMapIe::SetDuration(uint16_t duration) [member function]
|
|
1033 |
cls.add_method('SetDuration',
|
|
1034 |
'void',
|
|
1035 |
[param('uint16_t', 'duration')])
|
|
1036 |
## ul-mac-messages.h: void ns3::OfdmUlMapIe::SetMidambleRepetitionInterval(uint8_t midambleRepetitionInterval) [member function]
|
|
1037 |
cls.add_method('SetMidambleRepetitionInterval',
|
|
1038 |
'void',
|
|
1039 |
[param('uint8_t', 'midambleRepetitionInterval')])
|
|
1040 |
## ul-mac-messages.h: void ns3::OfdmUlMapIe::SetStartTime(uint16_t startTime) [member function]
|
|
1041 |
cls.add_method('SetStartTime',
|
|
1042 |
'void',
|
|
1043 |
[param('uint16_t', 'startTime')])
|
|
1044 |
## ul-mac-messages.h: void ns3::OfdmUlMapIe::SetSubchannelIndex(uint8_t subchannelIndex) [member function]
|
|
1045 |
cls.add_method('SetSubchannelIndex',
|
|
1046 |
'void',
|
|
1047 |
[param('uint8_t', 'subchannelIndex')])
|
|
1048 |
## ul-mac-messages.h: void ns3::OfdmUlMapIe::SetUiuc(uint8_t uiuc) [member function]
|
|
1049 |
cls.add_method('SetUiuc',
|
|
1050 |
'void',
|
|
1051 |
[param('uint8_t', 'uiuc')])
|
|
1052 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmUlMapIe::Write(ns3::Buffer::Iterator start) const [member function]
|
|
1053 |
cls.add_method('Write',
|
|
1054 |
'ns3::Buffer::Iterator',
|
|
1055 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
1056 |
is_const=True)
|
|
1057 |
return
|
|
1058 |
|
|
1059 |
def register_Ns3SNRToBlockErrorRateManager_methods(root_module, cls):
|
|
1060 |
## snr-to-block-error-rate-manager.h: ns3::SNRToBlockErrorRateManager::SNRToBlockErrorRateManager(ns3::SNRToBlockErrorRateManager const & arg0) [copy constructor]
|
|
1061 |
cls.add_constructor([param('ns3::SNRToBlockErrorRateManager const &', 'arg0')])
|
|
1062 |
## snr-to-block-error-rate-manager.h: ns3::SNRToBlockErrorRateManager::SNRToBlockErrorRateManager() [constructor]
|
|
1063 |
cls.add_constructor([])
|
|
1064 |
## snr-to-block-error-rate-manager.h: void ns3::SNRToBlockErrorRateManager::ActivateLoss(bool loss) [member function]
|
|
1065 |
cls.add_method('ActivateLoss',
|
|
1066 |
'void',
|
|
1067 |
[param('bool', 'loss')])
|
|
1068 |
## snr-to-block-error-rate-manager.h: double ns3::SNRToBlockErrorRateManager::GetBlockErrorRate(double SNR, uint8_t modulation) [member function]
|
|
1069 |
cls.add_method('GetBlockErrorRate',
|
|
1070 |
'double',
|
|
1071 |
[param('double', 'SNR'), param('uint8_t', 'modulation')])
|
|
1072 |
## snr-to-block-error-rate-manager.h: ns3::SNRToBlockErrorRateRecord * ns3::SNRToBlockErrorRateManager::GetSNRToBlockErrorRateRecord(double SNR, uint8_t modulation) [member function]
|
|
1073 |
cls.add_method('GetSNRToBlockErrorRateRecord',
|
|
1074 |
'ns3::SNRToBlockErrorRateRecord *',
|
|
1075 |
[param('double', 'SNR'), param('uint8_t', 'modulation')])
|
|
1076 |
## snr-to-block-error-rate-manager.h: std::string ns3::SNRToBlockErrorRateManager::GetTraceFilePath() [member function]
|
|
1077 |
cls.add_method('GetTraceFilePath',
|
|
1078 |
'std::string',
|
|
1079 |
[])
|
|
1080 |
## snr-to-block-error-rate-manager.h: void ns3::SNRToBlockErrorRateManager::LoadDefaultTraces() [member function]
|
|
1081 |
cls.add_method('LoadDefaultTraces',
|
|
1082 |
'void',
|
|
1083 |
[])
|
|
1084 |
## snr-to-block-error-rate-manager.h: void ns3::SNRToBlockErrorRateManager::LoadTraces() [member function]
|
|
1085 |
cls.add_method('LoadTraces',
|
|
1086 |
'void',
|
|
1087 |
[])
|
|
1088 |
## snr-to-block-error-rate-manager.h: void ns3::SNRToBlockErrorRateManager::ReLoadTraces() [member function]
|
|
1089 |
cls.add_method('ReLoadTraces',
|
|
1090 |
'void',
|
|
1091 |
[])
|
|
1092 |
## snr-to-block-error-rate-manager.h: void ns3::SNRToBlockErrorRateManager::SetTraceFilePath(char * traceFilePath) [member function]
|
|
1093 |
cls.add_method('SetTraceFilePath',
|
|
1094 |
'void',
|
|
1095 |
[param('char *', 'traceFilePath')])
|
|
1096 |
return
|
|
1097 |
|
|
1098 |
def register_Ns3SNRToBlockErrorRateRecord_methods(root_module, cls):
|
|
1099 |
## snr-to-block-error-rate-record.h: ns3::SNRToBlockErrorRateRecord::SNRToBlockErrorRateRecord(ns3::SNRToBlockErrorRateRecord const & arg0) [copy constructor]
|
|
1100 |
cls.add_constructor([param('ns3::SNRToBlockErrorRateRecord const &', 'arg0')])
|
|
1101 |
## snr-to-block-error-rate-record.h: ns3::SNRToBlockErrorRateRecord::SNRToBlockErrorRateRecord(double snrValue, double bitErrorRate, double BlockErrorRate, double sigma2, double I1, double I2) [constructor]
|
|
1102 |
cls.add_constructor([param('double', 'snrValue'), param('double', 'bitErrorRate'), param('double', 'BlockErrorRate'), param('double', 'sigma2'), param('double', 'I1'), param('double', 'I2')])
|
|
1103 |
## snr-to-block-error-rate-record.h: ns3::SNRToBlockErrorRateRecord * ns3::SNRToBlockErrorRateRecord::Copy() [member function]
|
|
1104 |
cls.add_method('Copy',
|
|
1105 |
'ns3::SNRToBlockErrorRateRecord *',
|
|
1106 |
[])
|
|
1107 |
## snr-to-block-error-rate-record.h: double ns3::SNRToBlockErrorRateRecord::GetBitErrorRate() [member function]
|
|
1108 |
cls.add_method('GetBitErrorRate',
|
|
1109 |
'double',
|
|
1110 |
[])
|
|
1111 |
## snr-to-block-error-rate-record.h: double ns3::SNRToBlockErrorRateRecord::GetBlockErrorRate() [member function]
|
|
1112 |
cls.add_method('GetBlockErrorRate',
|
|
1113 |
'double',
|
|
1114 |
[])
|
|
1115 |
## snr-to-block-error-rate-record.h: double ns3::SNRToBlockErrorRateRecord::GetI1() [member function]
|
|
1116 |
cls.add_method('GetI1',
|
|
1117 |
'double',
|
|
1118 |
[])
|
|
1119 |
## snr-to-block-error-rate-record.h: double ns3::SNRToBlockErrorRateRecord::GetI2() [member function]
|
|
1120 |
cls.add_method('GetI2',
|
|
1121 |
'double',
|
|
1122 |
[])
|
|
1123 |
## snr-to-block-error-rate-record.h: double ns3::SNRToBlockErrorRateRecord::GetSNRValue() [member function]
|
|
1124 |
cls.add_method('GetSNRValue',
|
|
1125 |
'double',
|
|
1126 |
[])
|
|
1127 |
## snr-to-block-error-rate-record.h: double ns3::SNRToBlockErrorRateRecord::GetSigma2() [member function]
|
|
1128 |
cls.add_method('GetSigma2',
|
|
1129 |
'double',
|
|
1130 |
[])
|
|
1131 |
## snr-to-block-error-rate-record.h: void ns3::SNRToBlockErrorRateRecord::SetBitErrorRate(double arg0) [member function]
|
|
1132 |
cls.add_method('SetBitErrorRate',
|
|
1133 |
'void',
|
|
1134 |
[param('double', 'arg0')])
|
|
1135 |
## snr-to-block-error-rate-record.h: void ns3::SNRToBlockErrorRateRecord::SetBlockErrorRate(double arg0) [member function]
|
|
1136 |
cls.add_method('SetBlockErrorRate',
|
|
1137 |
'void',
|
|
1138 |
[param('double', 'arg0')])
|
|
1139 |
## snr-to-block-error-rate-record.h: void ns3::SNRToBlockErrorRateRecord::SetI1(double arg0) [member function]
|
|
1140 |
cls.add_method('SetI1',
|
|
1141 |
'void',
|
|
1142 |
[param('double', 'arg0')])
|
|
1143 |
## snr-to-block-error-rate-record.h: void ns3::SNRToBlockErrorRateRecord::SetI2(double arg0) [member function]
|
|
1144 |
cls.add_method('SetI2',
|
|
1145 |
'void',
|
|
1146 |
[param('double', 'arg0')])
|
|
1147 |
## snr-to-block-error-rate-record.h: void ns3::SNRToBlockErrorRateRecord::SetSNRValue(double arg0) [member function]
|
|
1148 |
cls.add_method('SetSNRValue',
|
|
1149 |
'void',
|
|
1150 |
[param('double', 'arg0')])
|
|
1151 |
return
|
|
1152 |
|
|
1153 |
def register_Ns3SSRecord_methods(root_module, cls):
|
|
1154 |
## ss-record.h: ns3::SSRecord::SSRecord(ns3::SSRecord const & arg0) [copy constructor]
|
|
1155 |
cls.add_constructor([param('ns3::SSRecord const &', 'arg0')])
|
|
1156 |
## ss-record.h: ns3::SSRecord::SSRecord() [constructor]
|
|
1157 |
cls.add_constructor([])
|
|
1158 |
## ss-record.h: ns3::SSRecord::SSRecord(ns3::Mac48Address macAddress) [constructor]
|
|
1159 |
cls.add_constructor([param('ns3::Mac48Address', 'macAddress')])
|
|
1160 |
## ss-record.h: ns3::SSRecord::SSRecord(ns3::Mac48Address macAddress, ns3::Ipv4Address IPaddress) [constructor]
|
|
1161 |
cls.add_constructor([param('ns3::Mac48Address', 'macAddress'), param('ns3::Ipv4Address', 'IPaddress')])
|
|
1162 |
## ss-record.h: void ns3::SSRecord::AddServiceFlow(ns3::ServiceFlow * serviceFlow) [member function]
|
|
1163 |
cls.add_method('AddServiceFlow',
|
|
1164 |
'void',
|
|
1165 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
1166 |
## ss-record.h: void ns3::SSRecord::DisablePollForRanging() [member function]
|
|
1167 |
cls.add_method('DisablePollForRanging',
|
|
1168 |
'void',
|
|
1169 |
[])
|
|
1170 |
## ss-record.h: void ns3::SSRecord::EnablePollForRanging() [member function]
|
|
1171 |
cls.add_method('EnablePollForRanging',
|
|
1172 |
'void',
|
|
1173 |
[])
|
|
1174 |
## ss-record.h: bool ns3::SSRecord::GetAreServiceFlowsAllocated() const [member function]
|
|
1175 |
cls.add_method('GetAreServiceFlowsAllocated',
|
|
1176 |
'bool',
|
|
1177 |
[],
|
|
1178 |
is_const=True)
|
|
1179 |
## ss-record.h: ns3::Cid ns3::SSRecord::GetBasicCid() const [member function]
|
|
1180 |
cls.add_method('GetBasicCid',
|
|
1181 |
'ns3::Cid',
|
|
1182 |
[],
|
|
1183 |
is_const=True)
|
|
1184 |
## ss-record.h: ns3::DsaRsp ns3::SSRecord::GetDsaRsp() const [member function]
|
|
1185 |
cls.add_method('GetDsaRsp',
|
|
1186 |
'ns3::DsaRsp',
|
|
1187 |
[],
|
|
1188 |
is_const=True)
|
|
1189 |
## ss-record.h: uint8_t ns3::SSRecord::GetDsaRspRetries() const [member function]
|
|
1190 |
cls.add_method('GetDsaRspRetries',
|
|
1191 |
'uint8_t',
|
|
1192 |
[],
|
|
1193 |
is_const=True)
|
|
1194 |
## ss-record.h: bool ns3::SSRecord::GetHasServiceFlowBe() const [member function]
|
|
1195 |
cls.add_method('GetHasServiceFlowBe',
|
|
1196 |
'bool',
|
|
1197 |
[],
|
|
1198 |
is_const=True)
|
|
1199 |
## ss-record.h: bool ns3::SSRecord::GetHasServiceFlowNrtps() const [member function]
|
|
1200 |
cls.add_method('GetHasServiceFlowNrtps',
|
|
1201 |
'bool',
|
|
1202 |
[],
|
|
1203 |
is_const=True)
|
|
1204 |
## ss-record.h: bool ns3::SSRecord::GetHasServiceFlowRtps() const [member function]
|
|
1205 |
cls.add_method('GetHasServiceFlowRtps',
|
|
1206 |
'bool',
|
|
1207 |
[],
|
|
1208 |
is_const=True)
|
|
1209 |
## ss-record.h: bool ns3::SSRecord::GetHasServiceFlowUgs() const [member function]
|
|
1210 |
cls.add_method('GetHasServiceFlowUgs',
|
|
1211 |
'bool',
|
|
1212 |
[],
|
|
1213 |
is_const=True)
|
|
1214 |
## ss-record.h: ns3::Ipv4Address ns3::SSRecord::GetIPAddress() [member function]
|
|
1215 |
cls.add_method('GetIPAddress',
|
|
1216 |
'ns3::Ipv4Address',
|
|
1217 |
[])
|
|
1218 |
## ss-record.h: uint8_t ns3::SSRecord::GetInvitedRangRetries() const [member function]
|
|
1219 |
cls.add_method('GetInvitedRangRetries',
|
|
1220 |
'uint8_t',
|
|
1221 |
[],
|
|
1222 |
is_const=True)
|
|
1223 |
## ss-record.h: bool ns3::SSRecord::GetIsBroadcastSS() [member function]
|
|
1224 |
cls.add_method('GetIsBroadcastSS',
|
|
1225 |
'bool',
|
|
1226 |
[])
|
|
1227 |
## ss-record.h: ns3::Mac48Address ns3::SSRecord::GetMacAddress() const [member function]
|
|
1228 |
cls.add_method('GetMacAddress',
|
|
1229 |
'ns3::Mac48Address',
|
|
1230 |
[],
|
|
1231 |
is_const=True)
|
|
1232 |
## ss-record.h: ns3::WimaxPhy::ModulationType ns3::SSRecord::GetModulationType() const [member function]
|
|
1233 |
cls.add_method('GetModulationType',
|
|
1234 |
'ns3::WimaxPhy::ModulationType',
|
|
1235 |
[],
|
|
1236 |
is_const=True)
|
|
1237 |
## ss-record.h: bool ns3::SSRecord::GetPollForRanging() const [member function]
|
|
1238 |
cls.add_method('GetPollForRanging',
|
|
1239 |
'bool',
|
|
1240 |
[],
|
|
1241 |
is_const=True)
|
|
1242 |
## ss-record.h: bool ns3::SSRecord::GetPollMeBit() const [member function]
|
|
1243 |
cls.add_method('GetPollMeBit',
|
|
1244 |
'bool',
|
|
1245 |
[],
|
|
1246 |
is_const=True)
|
|
1247 |
## ss-record.h: ns3::Cid ns3::SSRecord::GetPrimaryCid() const [member function]
|
|
1248 |
cls.add_method('GetPrimaryCid',
|
|
1249 |
'ns3::Cid',
|
|
1250 |
[],
|
|
1251 |
is_const=True)
|
|
1252 |
## ss-record.h: uint8_t ns3::SSRecord::GetRangingCorrectionRetries() const [member function]
|
|
1253 |
cls.add_method('GetRangingCorrectionRetries',
|
|
1254 |
'uint8_t',
|
|
1255 |
[],
|
|
1256 |
is_const=True)
|
|
1257 |
## ss-record.h: ns3::WimaxNetDevice::RangingStatus ns3::SSRecord::GetRangingStatus() const [member function]
|
|
1258 |
cls.add_method('GetRangingStatus',
|
|
1259 |
'ns3::WimaxNetDevice::RangingStatus',
|
|
1260 |
[],
|
|
1261 |
is_const=True)
|
|
1262 |
## ss-record.h: std::vector<ns3::ServiceFlow*,std::allocator<ns3::ServiceFlow*> > ns3::SSRecord::GetServiceFlows(ns3::ServiceFlow::SchedulingType schedulingType) const [member function]
|
|
1263 |
cls.add_method('GetServiceFlows',
|
|
1264 |
'std::vector< ns3::ServiceFlow * >',
|
|
1265 |
[param('ns3::ServiceFlow::SchedulingType', 'schedulingType')],
|
|
1266 |
is_const=True)
|
|
1267 |
## ss-record.h: uint16_t ns3::SSRecord::GetSfTransactionId() const [member function]
|
|
1268 |
cls.add_method('GetSfTransactionId',
|
|
1269 |
'uint16_t',
|
|
1270 |
[],
|
|
1271 |
is_const=True)
|
|
1272 |
## ss-record.h: void ns3::SSRecord::IncrementDsaRspRetries() [member function]
|
|
1273 |
cls.add_method('IncrementDsaRspRetries',
|
|
1274 |
'void',
|
|
1275 |
[])
|
|
1276 |
## ss-record.h: void ns3::SSRecord::IncrementInvitedRangingRetries() [member function]
|
|
1277 |
cls.add_method('IncrementInvitedRangingRetries',
|
|
1278 |
'void',
|
|
1279 |
[])
|
|
1280 |
## ss-record.h: void ns3::SSRecord::IncrementRangingCorrectionRetries() [member function]
|
|
1281 |
cls.add_method('IncrementRangingCorrectionRetries',
|
|
1282 |
'void',
|
|
1283 |
[])
|
|
1284 |
## ss-record.h: void ns3::SSRecord::ResetInvitedRangingRetries() [member function]
|
|
1285 |
cls.add_method('ResetInvitedRangingRetries',
|
|
1286 |
'void',
|
|
1287 |
[])
|
|
1288 |
## ss-record.h: void ns3::SSRecord::ResetRangingCorrectionRetries() [member function]
|
|
1289 |
cls.add_method('ResetRangingCorrectionRetries',
|
|
1290 |
'void',
|
|
1291 |
[])
|
|
1292 |
## ss-record.h: void ns3::SSRecord::SetAreServiceFlowsAllocated(bool val) [member function]
|
|
1293 |
cls.add_method('SetAreServiceFlowsAllocated',
|
|
1294 |
'void',
|
|
1295 |
[param('bool', 'val')])
|
|
1296 |
## ss-record.h: void ns3::SSRecord::SetBasicCid(ns3::Cid basicCid) [member function]
|
|
1297 |
cls.add_method('SetBasicCid',
|
|
1298 |
'void',
|
|
1299 |
[param('ns3::Cid', 'basicCid')])
|
|
1300 |
## ss-record.h: void ns3::SSRecord::SetDsaRsp(ns3::DsaRsp dsaRsp) [member function]
|
|
1301 |
cls.add_method('SetDsaRsp',
|
|
1302 |
'void',
|
|
1303 |
[param('ns3::DsaRsp', 'dsaRsp')])
|
|
1304 |
## ss-record.h: void ns3::SSRecord::SetDsaRspRetries(uint8_t dsaRspRetries) [member function]
|
|
1305 |
cls.add_method('SetDsaRspRetries',
|
|
1306 |
'void',
|
|
1307 |
[param('uint8_t', 'dsaRspRetries')])
|
|
1308 |
## ss-record.h: void ns3::SSRecord::SetIPAddress(ns3::Ipv4Address IPaddress) [member function]
|
|
1309 |
cls.add_method('SetIPAddress',
|
|
1310 |
'void',
|
|
1311 |
[param('ns3::Ipv4Address', 'IPaddress')])
|
|
1312 |
## ss-record.h: void ns3::SSRecord::SetIsBroadcastSS(bool arg0) [member function]
|
|
1313 |
cls.add_method('SetIsBroadcastSS',
|
|
1314 |
'void',
|
|
1315 |
[param('bool', 'arg0')])
|
|
1316 |
## ss-record.h: void ns3::SSRecord::SetMacAddress(ns3::Mac48Address macAddress) [member function]
|
|
1317 |
cls.add_method('SetMacAddress',
|
|
1318 |
'void',
|
|
1319 |
[param('ns3::Mac48Address', 'macAddress')])
|
|
1320 |
## ss-record.h: void ns3::SSRecord::SetModulationType(ns3::WimaxPhy::ModulationType modulationType) [member function]
|
|
1321 |
cls.add_method('SetModulationType',
|
|
1322 |
'void',
|
|
1323 |
[param('ns3::WimaxPhy::ModulationType', 'modulationType')])
|
|
1324 |
## ss-record.h: void ns3::SSRecord::SetPollMeBit(bool pollMeBit) [member function]
|
|
1325 |
cls.add_method('SetPollMeBit',
|
|
1326 |
'void',
|
|
1327 |
[param('bool', 'pollMeBit')])
|
|
1328 |
## ss-record.h: void ns3::SSRecord::SetPrimaryCid(ns3::Cid primaryCid) [member function]
|
|
1329 |
cls.add_method('SetPrimaryCid',
|
|
1330 |
'void',
|
|
1331 |
[param('ns3::Cid', 'primaryCid')])
|
|
1332 |
## ss-record.h: void ns3::SSRecord::SetRangingStatus(ns3::WimaxNetDevice::RangingStatus rangingStatus) [member function]
|
|
1333 |
cls.add_method('SetRangingStatus',
|
|
1334 |
'void',
|
|
1335 |
[param('ns3::WimaxNetDevice::RangingStatus', 'rangingStatus')])
|
|
1336 |
## ss-record.h: void ns3::SSRecord::SetSfTransactionId(uint16_t sfTransactionId) [member function]
|
|
1337 |
cls.add_method('SetSfTransactionId',
|
|
1338 |
'void',
|
|
1339 |
[param('uint16_t', 'sfTransactionId')])
|
|
1340 |
return
|
|
1341 |
|
|
1342 |
def register_Ns3SendParams_methods(root_module, cls):
|
|
1343 |
## send-params.h: ns3::SendParams::SendParams(ns3::SendParams const & arg0) [copy constructor]
|
|
1344 |
cls.add_constructor([param('ns3::SendParams const &', 'arg0')])
|
|
1345 |
## send-params.h: ns3::SendParams::SendParams() [constructor]
|
|
1346 |
cls.add_constructor([])
|
|
1347 |
return
|
|
1348 |
|
|
1349 |
def register_Ns3ServiceFlow_methods(root_module, cls):
|
|
1350 |
## service-flow.h: ns3::ServiceFlow::ServiceFlow(ns3::Tlv tlv) [constructor]
|
|
1351 |
cls.add_constructor([param('ns3::Tlv', 'tlv')])
|
|
1352 |
## service-flow.h: ns3::ServiceFlow::ServiceFlow(ns3::ServiceFlow::Direction direction) [constructor]
|
|
1353 |
cls.add_constructor([param('ns3::ServiceFlow::Direction', 'direction')])
|
|
1354 |
## service-flow.h: ns3::ServiceFlow::ServiceFlow() [constructor]
|
|
1355 |
cls.add_constructor([])
|
|
1356 |
## service-flow.h: ns3::ServiceFlow::ServiceFlow(ns3::ServiceFlow const & sf) [copy constructor]
|
|
1357 |
cls.add_constructor([param('ns3::ServiceFlow const &', 'sf')])
|
|
1358 |
## service-flow.h: ns3::ServiceFlow::ServiceFlow(uint32_t sfid, ns3::ServiceFlow::Direction direction, ns3::Ptr<ns3::WimaxConnection> connection) [constructor]
|
|
1359 |
cls.add_constructor([param('uint32_t', 'sfid'), param('ns3::ServiceFlow::Direction', 'direction'), param('ns3::Ptr< ns3::WimaxConnection >', 'connection')])
|
|
1360 |
## service-flow.h: bool ns3::ServiceFlow::CheckClassifierMatch(ns3::Ipv4Address srcAddress, ns3::Ipv4Address dstAddress, uint16_t srcPort, uint16_t dstPort, uint8_t proto) const [member function]
|
|
1361 |
cls.add_method('CheckClassifierMatch',
|
|
1362 |
'bool',
|
|
1363 |
[param('ns3::Ipv4Address', 'srcAddress'), param('ns3::Ipv4Address', 'dstAddress'), param('uint16_t', 'srcPort'), param('uint16_t', 'dstPort'), param('uint8_t', 'proto')],
|
|
1364 |
is_const=True)
|
|
1365 |
## service-flow.h: void ns3::ServiceFlow::CleanUpQueue() [member function]
|
|
1366 |
cls.add_method('CleanUpQueue',
|
|
1367 |
'void',
|
|
1368 |
[])
|
|
1369 |
## service-flow.h: void ns3::ServiceFlow::CopyParametersFrom(ns3::ServiceFlow sf) [member function]
|
|
1370 |
cls.add_method('CopyParametersFrom',
|
|
1371 |
'void',
|
|
1372 |
[param('ns3::ServiceFlow', 'sf')])
|
|
1373 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetArqBlockLifeTime() const [member function]
|
|
1374 |
cls.add_method('GetArqBlockLifeTime',
|
|
1375 |
'uint16_t',
|
|
1376 |
[],
|
|
1377 |
is_const=True)
|
|
1378 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetArqBlockSize() const [member function]
|
|
1379 |
cls.add_method('GetArqBlockSize',
|
|
1380 |
'uint16_t',
|
|
1381 |
[],
|
|
1382 |
is_const=True)
|
|
1383 |
## service-flow.h: uint8_t ns3::ServiceFlow::GetArqDeliverInOrder() const [member function]
|
|
1384 |
cls.add_method('GetArqDeliverInOrder',
|
|
1385 |
'uint8_t',
|
|
1386 |
[],
|
|
1387 |
is_const=True)
|
|
1388 |
## service-flow.h: uint8_t ns3::ServiceFlow::GetArqEnable() const [member function]
|
|
1389 |
cls.add_method('GetArqEnable',
|
|
1390 |
'uint8_t',
|
|
1391 |
[],
|
|
1392 |
is_const=True)
|
|
1393 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetArqPurgeTimeout() const [member function]
|
|
1394 |
cls.add_method('GetArqPurgeTimeout',
|
|
1395 |
'uint16_t',
|
|
1396 |
[],
|
|
1397 |
is_const=True)
|
|
1398 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetArqRetryTimeoutRx() const [member function]
|
|
1399 |
cls.add_method('GetArqRetryTimeoutRx',
|
|
1400 |
'uint16_t',
|
|
1401 |
[],
|
|
1402 |
is_const=True)
|
|
1403 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetArqRetryTimeoutTx() const [member function]
|
|
1404 |
cls.add_method('GetArqRetryTimeoutTx',
|
|
1405 |
'uint16_t',
|
|
1406 |
[],
|
|
1407 |
is_const=True)
|
|
1408 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetArqSyncLoss() const [member function]
|
|
1409 |
cls.add_method('GetArqSyncLoss',
|
|
1410 |
'uint16_t',
|
|
1411 |
[],
|
|
1412 |
is_const=True)
|
|
1413 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetArqWindowSize() const [member function]
|
|
1414 |
cls.add_method('GetArqWindowSize',
|
|
1415 |
'uint16_t',
|
|
1416 |
[],
|
|
1417 |
is_const=True)
|
|
1418 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetCid() const [member function]
|
|
1419 |
cls.add_method('GetCid',
|
|
1420 |
'uint16_t',
|
|
1421 |
[],
|
|
1422 |
is_const=True)
|
|
1423 |
## service-flow.h: ns3::Ptr<ns3::WimaxConnection> ns3::ServiceFlow::GetConnection() const [member function]
|
|
1424 |
cls.add_method('GetConnection',
|
|
1425 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
1426 |
[],
|
|
1427 |
is_const=True)
|
|
1428 |
## service-flow.h: ns3::CsParameters ns3::ServiceFlow::GetConvergenceSublayerParam() const [member function]
|
|
1429 |
cls.add_method('GetConvergenceSublayerParam',
|
|
1430 |
'ns3::CsParameters',
|
|
1431 |
[],
|
|
1432 |
is_const=True)
|
|
1433 |
## service-flow.h: ns3::ServiceFlow::CsSpecification ns3::ServiceFlow::GetCsSpecification() const [member function]
|
|
1434 |
cls.add_method('GetCsSpecification',
|
|
1435 |
'ns3::ServiceFlow::CsSpecification',
|
|
1436 |
[],
|
|
1437 |
is_const=True)
|
|
1438 |
## service-flow.h: ns3::ServiceFlow::Direction ns3::ServiceFlow::GetDirection() const [member function]
|
|
1439 |
cls.add_method('GetDirection',
|
|
1440 |
'ns3::ServiceFlow::Direction',
|
|
1441 |
[],
|
|
1442 |
is_const=True)
|
|
1443 |
## service-flow.h: uint8_t ns3::ServiceFlow::GetFixedversusVariableSduIndicator() const [member function]
|
|
1444 |
cls.add_method('GetFixedversusVariableSduIndicator',
|
|
1445 |
'uint8_t',
|
|
1446 |
[],
|
|
1447 |
is_const=True)
|
|
1448 |
## service-flow.h: bool ns3::ServiceFlow::GetIsEnabled() const [member function]
|
|
1449 |
cls.add_method('GetIsEnabled',
|
|
1450 |
'bool',
|
|
1451 |
[],
|
|
1452 |
is_const=True)
|
|
1453 |
## service-flow.h: bool ns3::ServiceFlow::GetIsMulticast() const [member function]
|
|
1454 |
cls.add_method('GetIsMulticast',
|
|
1455 |
'bool',
|
|
1456 |
[],
|
|
1457 |
is_const=True)
|
|
1458 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetMaxSustainedTrafficRate() const [member function]
|
|
1459 |
cls.add_method('GetMaxSustainedTrafficRate',
|
|
1460 |
'uint32_t',
|
|
1461 |
[],
|
|
1462 |
is_const=True)
|
|
1463 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetMaxTrafficBurst() const [member function]
|
|
1464 |
cls.add_method('GetMaxTrafficBurst',
|
|
1465 |
'uint32_t',
|
|
1466 |
[],
|
|
1467 |
is_const=True)
|
|
1468 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetMaximumLatency() const [member function]
|
|
1469 |
cls.add_method('GetMaximumLatency',
|
|
1470 |
'uint32_t',
|
|
1471 |
[],
|
|
1472 |
is_const=True)
|
|
1473 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetMinReservedTrafficRate() const [member function]
|
|
1474 |
cls.add_method('GetMinReservedTrafficRate',
|
|
1475 |
'uint32_t',
|
|
1476 |
[],
|
|
1477 |
is_const=True)
|
|
1478 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetMinTolerableTrafficRate() const [member function]
|
|
1479 |
cls.add_method('GetMinTolerableTrafficRate',
|
|
1480 |
'uint32_t',
|
|
1481 |
[],
|
|
1482 |
is_const=True)
|
|
1483 |
## service-flow.h: ns3::WimaxPhy::ModulationType ns3::ServiceFlow::GetModulation() const [member function]
|
|
1484 |
cls.add_method('GetModulation',
|
|
1485 |
'ns3::WimaxPhy::ModulationType',
|
|
1486 |
[],
|
|
1487 |
is_const=True)
|
|
1488 |
## service-flow.h: uint8_t ns3::ServiceFlow::GetQosParamSetType() const [member function]
|
|
1489 |
cls.add_method('GetQosParamSetType',
|
|
1490 |
'uint8_t',
|
|
1491 |
[],
|
|
1492 |
is_const=True)
|
|
1493 |
## service-flow.h: ns3::Ptr<ns3::WimaxMacQueue> ns3::ServiceFlow::GetQueue() const [member function]
|
|
1494 |
cls.add_method('GetQueue',
|
|
1495 |
'ns3::Ptr< ns3::WimaxMacQueue >',
|
|
1496 |
[],
|
|
1497 |
is_const=True)
|
|
1498 |
## service-flow.h: ns3::ServiceFlowRecord * ns3::ServiceFlow::GetRecord() const [member function]
|
|
1499 |
cls.add_method('GetRecord',
|
|
1500 |
'ns3::ServiceFlowRecord *',
|
|
1501 |
[],
|
|
1502 |
is_const=True)
|
|
1503 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetRequestTransmissionPolicy() const [member function]
|
|
1504 |
cls.add_method('GetRequestTransmissionPolicy',
|
|
1505 |
'uint32_t',
|
|
1506 |
[],
|
|
1507 |
is_const=True)
|
|
1508 |
## service-flow.h: ns3::ServiceFlow::SchedulingType ns3::ServiceFlow::GetSchedulingType() const [member function]
|
|
1509 |
cls.add_method('GetSchedulingType',
|
|
1510 |
'ns3::ServiceFlow::SchedulingType',
|
|
1511 |
[],
|
|
1512 |
is_const=True)
|
|
1513 |
## service-flow.h: char * ns3::ServiceFlow::GetSchedulingTypeStr() const [member function]
|
|
1514 |
cls.add_method('GetSchedulingTypeStr',
|
|
1515 |
'char *',
|
|
1516 |
[],
|
|
1517 |
is_const=True)
|
|
1518 |
## service-flow.h: uint8_t ns3::ServiceFlow::GetSduSize() const [member function]
|
|
1519 |
cls.add_method('GetSduSize',
|
|
1520 |
'uint8_t',
|
|
1521 |
[],
|
|
1522 |
is_const=True)
|
|
1523 |
## service-flow.h: std::string ns3::ServiceFlow::GetServiceClassName() const [member function]
|
|
1524 |
cls.add_method('GetServiceClassName',
|
|
1525 |
'std::string',
|
|
1526 |
[],
|
|
1527 |
is_const=True)
|
|
1528 |
## service-flow.h: ns3::ServiceFlow::SchedulingType ns3::ServiceFlow::GetServiceSchedulingType() const [member function]
|
|
1529 |
cls.add_method('GetServiceSchedulingType',
|
|
1530 |
'ns3::ServiceFlow::SchedulingType',
|
|
1531 |
[],
|
|
1532 |
is_const=True)
|
|
1533 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetSfid() const [member function]
|
|
1534 |
cls.add_method('GetSfid',
|
|
1535 |
'uint32_t',
|
|
1536 |
[],
|
|
1537 |
is_const=True)
|
|
1538 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetTargetSAID() const [member function]
|
|
1539 |
cls.add_method('GetTargetSAID',
|
|
1540 |
'uint16_t',
|
|
1541 |
[],
|
|
1542 |
is_const=True)
|
|
1543 |
## service-flow.h: uint32_t ns3::ServiceFlow::GetToleratedJitter() const [member function]
|
|
1544 |
cls.add_method('GetToleratedJitter',
|
|
1545 |
'uint32_t',
|
|
1546 |
[],
|
|
1547 |
is_const=True)
|
|
1548 |
## service-flow.h: uint8_t ns3::ServiceFlow::GetTrafficPriority() const [member function]
|
|
1549 |
cls.add_method('GetTrafficPriority',
|
|
1550 |
'uint8_t',
|
|
1551 |
[],
|
|
1552 |
is_const=True)
|
|
1553 |
## service-flow.h: ns3::ServiceFlow::Type ns3::ServiceFlow::GetType() const [member function]
|
|
1554 |
cls.add_method('GetType',
|
|
1555 |
'ns3::ServiceFlow::Type',
|
|
1556 |
[],
|
|
1557 |
is_const=True)
|
|
1558 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetUnsolicitedGrantInterval() const [member function]
|
|
1559 |
cls.add_method('GetUnsolicitedGrantInterval',
|
|
1560 |
'uint16_t',
|
|
1561 |
[],
|
|
1562 |
is_const=True)
|
|
1563 |
## service-flow.h: uint16_t ns3::ServiceFlow::GetUnsolicitedPollingInterval() const [member function]
|
|
1564 |
cls.add_method('GetUnsolicitedPollingInterval',
|
|
1565 |
'uint16_t',
|
|
1566 |
[],
|
|
1567 |
is_const=True)
|
|
1568 |
## service-flow.h: bool ns3::ServiceFlow::HasPackets() const [member function]
|
|
1569 |
cls.add_method('HasPackets',
|
|
1570 |
'bool',
|
|
1571 |
[],
|
|
1572 |
is_const=True)
|
|
1573 |
## service-flow.h: bool ns3::ServiceFlow::HasPackets(ns3::MacHeaderType::HeaderType packetType) const [member function]
|
|
1574 |
cls.add_method('HasPackets',
|
|
1575 |
'bool',
|
|
1576 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')],
|
|
1577 |
is_const=True)
|
|
1578 |
## service-flow.h: void ns3::ServiceFlow::InitValues() [member function]
|
|
1579 |
cls.add_method('InitValues',
|
|
1580 |
'void',
|
|
1581 |
[])
|
|
1582 |
## service-flow.h: void ns3::ServiceFlow::PrintQoSParameters() const [member function]
|
|
1583 |
cls.add_method('PrintQoSParameters',
|
|
1584 |
'void',
|
|
1585 |
[],
|
|
1586 |
is_const=True)
|
|
1587 |
## service-flow.h: void ns3::ServiceFlow::SetArqBlockLifeTime(uint16_t arg0) [member function]
|
|
1588 |
cls.add_method('SetArqBlockLifeTime',
|
|
1589 |
'void',
|
|
1590 |
[param('uint16_t', 'arg0')])
|
|
1591 |
## service-flow.h: void ns3::ServiceFlow::SetArqBlockSize(uint16_t arg0) [member function]
|
|
1592 |
cls.add_method('SetArqBlockSize',
|
|
1593 |
'void',
|
|
1594 |
[param('uint16_t', 'arg0')])
|
|
1595 |
## service-flow.h: void ns3::ServiceFlow::SetArqDeliverInOrder(uint8_t arg0) [member function]
|
|
1596 |
cls.add_method('SetArqDeliverInOrder',
|
|
1597 |
'void',
|
|
1598 |
[param('uint8_t', 'arg0')])
|
|
1599 |
## service-flow.h: void ns3::ServiceFlow::SetArqEnable(uint8_t arg0) [member function]
|
|
1600 |
cls.add_method('SetArqEnable',
|
|
1601 |
'void',
|
|
1602 |
[param('uint8_t', 'arg0')])
|
|
1603 |
## service-flow.h: void ns3::ServiceFlow::SetArqPurgeTimeout(uint16_t arg0) [member function]
|
|
1604 |
cls.add_method('SetArqPurgeTimeout',
|
|
1605 |
'void',
|
|
1606 |
[param('uint16_t', 'arg0')])
|
|
1607 |
## service-flow.h: void ns3::ServiceFlow::SetArqRetryTimeoutRx(uint16_t arg0) [member function]
|
|
1608 |
cls.add_method('SetArqRetryTimeoutRx',
|
|
1609 |
'void',
|
|
1610 |
[param('uint16_t', 'arg0')])
|
|
1611 |
## service-flow.h: void ns3::ServiceFlow::SetArqRetryTimeoutTx(uint16_t arg0) [member function]
|
|
1612 |
cls.add_method('SetArqRetryTimeoutTx',
|
|
1613 |
'void',
|
|
1614 |
[param('uint16_t', 'arg0')])
|
|
1615 |
## service-flow.h: void ns3::ServiceFlow::SetArqSyncLoss(uint16_t arg0) [member function]
|
|
1616 |
cls.add_method('SetArqSyncLoss',
|
|
1617 |
'void',
|
|
1618 |
[param('uint16_t', 'arg0')])
|
|
1619 |
## service-flow.h: void ns3::ServiceFlow::SetArqWindowSize(uint16_t arg0) [member function]
|
|
1620 |
cls.add_method('SetArqWindowSize',
|
|
1621 |
'void',
|
|
1622 |
[param('uint16_t', 'arg0')])
|
|
1623 |
## service-flow.h: void ns3::ServiceFlow::SetConnection(ns3::Ptr<ns3::WimaxConnection> connection) [member function]
|
|
1624 |
cls.add_method('SetConnection',
|
|
1625 |
'void',
|
|
1626 |
[param('ns3::Ptr< ns3::WimaxConnection >', 'connection')])
|
|
1627 |
## service-flow.h: void ns3::ServiceFlow::SetConvergenceSublayerParam(ns3::CsParameters arg0) [member function]
|
|
1628 |
cls.add_method('SetConvergenceSublayerParam',
|
|
1629 |
'void',
|
|
1630 |
[param('ns3::CsParameters', 'arg0')])
|
|
1631 |
## service-flow.h: void ns3::ServiceFlow::SetCsSpecification(ns3::ServiceFlow::CsSpecification arg0) [member function]
|
|
1632 |
cls.add_method('SetCsSpecification',
|
|
1633 |
'void',
|
|
1634 |
[param('ns3::ServiceFlow::CsSpecification', 'arg0')])
|
|
1635 |
## service-flow.h: void ns3::ServiceFlow::SetDirection(ns3::ServiceFlow::Direction direction) [member function]
|
|
1636 |
cls.add_method('SetDirection',
|
|
1637 |
'void',
|
|
1638 |
[param('ns3::ServiceFlow::Direction', 'direction')])
|
|
1639 |
## service-flow.h: void ns3::ServiceFlow::SetFixedversusVariableSduIndicator(uint8_t arg0) [member function]
|
|
1640 |
cls.add_method('SetFixedversusVariableSduIndicator',
|
|
1641 |
'void',
|
|
1642 |
[param('uint8_t', 'arg0')])
|
|
1643 |
## service-flow.h: void ns3::ServiceFlow::SetIsEnabled(bool isEnabled) [member function]
|
|
1644 |
cls.add_method('SetIsEnabled',
|
|
1645 |
'void',
|
|
1646 |
[param('bool', 'isEnabled')])
|
|
1647 |
## service-flow.h: void ns3::ServiceFlow::SetIsMulticast(bool isMulticast) [member function]
|
|
1648 |
cls.add_method('SetIsMulticast',
|
|
1649 |
'void',
|
|
1650 |
[param('bool', 'isMulticast')])
|
|
1651 |
## service-flow.h: void ns3::ServiceFlow::SetMaxSustainedTrafficRate(uint32_t arg0) [member function]
|
|
1652 |
cls.add_method('SetMaxSustainedTrafficRate',
|
|
1653 |
'void',
|
|
1654 |
[param('uint32_t', 'arg0')])
|
|
1655 |
## service-flow.h: void ns3::ServiceFlow::SetMaxTrafficBurst(uint32_t arg0) [member function]
|
|
1656 |
cls.add_method('SetMaxTrafficBurst',
|
|
1657 |
'void',
|
|
1658 |
[param('uint32_t', 'arg0')])
|
|
1659 |
## service-flow.h: void ns3::ServiceFlow::SetMaximumLatency(uint32_t arg0) [member function]
|
|
1660 |
cls.add_method('SetMaximumLatency',
|
|
1661 |
'void',
|
|
1662 |
[param('uint32_t', 'arg0')])
|
|
1663 |
## service-flow.h: void ns3::ServiceFlow::SetMinReservedTrafficRate(uint32_t arg0) [member function]
|
|
1664 |
cls.add_method('SetMinReservedTrafficRate',
|
|
1665 |
'void',
|
|
1666 |
[param('uint32_t', 'arg0')])
|
|
1667 |
## service-flow.h: void ns3::ServiceFlow::SetMinTolerableTrafficRate(uint32_t arg0) [member function]
|
|
1668 |
cls.add_method('SetMinTolerableTrafficRate',
|
|
1669 |
'void',
|
|
1670 |
[param('uint32_t', 'arg0')])
|
|
1671 |
## service-flow.h: void ns3::ServiceFlow::SetModulation(ns3::WimaxPhy::ModulationType modulationType) [member function]
|
|
1672 |
cls.add_method('SetModulation',
|
|
1673 |
'void',
|
|
1674 |
[param('ns3::WimaxPhy::ModulationType', 'modulationType')])
|
|
1675 |
## service-flow.h: void ns3::ServiceFlow::SetQosParamSetType(uint8_t arg0) [member function]
|
|
1676 |
cls.add_method('SetQosParamSetType',
|
|
1677 |
'void',
|
|
1678 |
[param('uint8_t', 'arg0')])
|
|
1679 |
## service-flow.h: void ns3::ServiceFlow::SetRecord(ns3::ServiceFlowRecord * record) [member function]
|
|
1680 |
cls.add_method('SetRecord',
|
|
1681 |
'void',
|
|
1682 |
[param('ns3::ServiceFlowRecord *', 'record')])
|
|
1683 |
## service-flow.h: void ns3::ServiceFlow::SetRequestTransmissionPolicy(uint32_t arg0) [member function]
|
|
1684 |
cls.add_method('SetRequestTransmissionPolicy',
|
|
1685 |
'void',
|
|
1686 |
[param('uint32_t', 'arg0')])
|
|
1687 |
## service-flow.h: void ns3::ServiceFlow::SetSduSize(uint8_t arg0) [member function]
|
|
1688 |
cls.add_method('SetSduSize',
|
|
1689 |
'void',
|
|
1690 |
[param('uint8_t', 'arg0')])
|
|
1691 |
## service-flow.h: void ns3::ServiceFlow::SetServiceClassName(std::string arg0) [member function]
|
|
1692 |
cls.add_method('SetServiceClassName',
|
|
1693 |
'void',
|
|
1694 |
[param('std::string', 'arg0')])
|
|
1695 |
## service-flow.h: void ns3::ServiceFlow::SetServiceSchedulingType(ns3::ServiceFlow::SchedulingType arg0) [member function]
|
|
1696 |
cls.add_method('SetServiceSchedulingType',
|
|
1697 |
'void',
|
|
1698 |
[param('ns3::ServiceFlow::SchedulingType', 'arg0')])
|
|
1699 |
## service-flow.h: void ns3::ServiceFlow::SetSfid(uint32_t arg0) [member function]
|
|
1700 |
cls.add_method('SetSfid',
|
|
1701 |
'void',
|
|
1702 |
[param('uint32_t', 'arg0')])
|
|
1703 |
## service-flow.h: void ns3::ServiceFlow::SetTargetSAID(uint16_t arg0) [member function]
|
|
1704 |
cls.add_method('SetTargetSAID',
|
|
1705 |
'void',
|
|
1706 |
[param('uint16_t', 'arg0')])
|
|
1707 |
## service-flow.h: void ns3::ServiceFlow::SetToleratedJitter(uint32_t arg0) [member function]
|
|
1708 |
cls.add_method('SetToleratedJitter',
|
|
1709 |
'void',
|
|
1710 |
[param('uint32_t', 'arg0')])
|
|
1711 |
## service-flow.h: void ns3::ServiceFlow::SetTrafficPriority(uint8_t arg0) [member function]
|
|
1712 |
cls.add_method('SetTrafficPriority',
|
|
1713 |
'void',
|
|
1714 |
[param('uint8_t', 'arg0')])
|
|
1715 |
## service-flow.h: void ns3::ServiceFlow::SetType(ns3::ServiceFlow::Type type) [member function]
|
|
1716 |
cls.add_method('SetType',
|
|
1717 |
'void',
|
|
1718 |
[param('ns3::ServiceFlow::Type', 'type')])
|
|
1719 |
## service-flow.h: void ns3::ServiceFlow::SetUnsolicitedGrantInterval(uint16_t arg0) [member function]
|
|
1720 |
cls.add_method('SetUnsolicitedGrantInterval',
|
|
1721 |
'void',
|
|
1722 |
[param('uint16_t', 'arg0')])
|
|
1723 |
## service-flow.h: void ns3::ServiceFlow::SetUnsolicitedPollingInterval(uint16_t arg0) [member function]
|
|
1724 |
cls.add_method('SetUnsolicitedPollingInterval',
|
|
1725 |
'void',
|
|
1726 |
[param('uint16_t', 'arg0')])
|
|
1727 |
## service-flow.h: ns3::Tlv ns3::ServiceFlow::ToTlv() const [member function]
|
|
1728 |
cls.add_method('ToTlv',
|
|
1729 |
'ns3::Tlv',
|
|
1730 |
[],
|
|
1731 |
is_const=True)
|
|
1732 |
return
|
|
1733 |
|
|
1734 |
def register_Ns3ServiceFlowRecord_methods(root_module, cls):
|
|
1735 |
## service-flow-record.h: ns3::ServiceFlowRecord::ServiceFlowRecord(ns3::ServiceFlowRecord const & arg0) [copy constructor]
|
|
1736 |
cls.add_constructor([param('ns3::ServiceFlowRecord const &', 'arg0')])
|
|
1737 |
## service-flow-record.h: ns3::ServiceFlowRecord::ServiceFlowRecord() [constructor]
|
|
1738 |
cls.add_constructor([])
|
|
1739 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetBacklogged() const [member function]
|
|
1740 |
cls.add_method('GetBacklogged',
|
|
1741 |
'uint32_t',
|
|
1742 |
[],
|
|
1743 |
is_const=True)
|
|
1744 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetBackloggedTemp() const [member function]
|
|
1745 |
cls.add_method('GetBackloggedTemp',
|
|
1746 |
'uint32_t',
|
|
1747 |
[],
|
|
1748 |
is_const=True)
|
|
1749 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetBwSinceLastExpiry() [member function]
|
|
1750 |
cls.add_method('GetBwSinceLastExpiry',
|
|
1751 |
'uint32_t',
|
|
1752 |
[])
|
|
1753 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetBytesRcvd() const [member function]
|
|
1754 |
cls.add_method('GetBytesRcvd',
|
|
1755 |
'uint32_t',
|
|
1756 |
[],
|
|
1757 |
is_const=True)
|
|
1758 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetBytesSent() const [member function]
|
|
1759 |
cls.add_method('GetBytesSent',
|
|
1760 |
'uint32_t',
|
|
1761 |
[],
|
|
1762 |
is_const=True)
|
|
1763 |
## service-flow-record.h: ns3::Time ns3::ServiceFlowRecord::GetDlTimeStamp() const [member function]
|
|
1764 |
cls.add_method('GetDlTimeStamp',
|
|
1765 |
'ns3::Time',
|
|
1766 |
[],
|
|
1767 |
is_const=True)
|
|
1768 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetGrantSize() const [member function]
|
|
1769 |
cls.add_method('GetGrantSize',
|
|
1770 |
'uint32_t',
|
|
1771 |
[],
|
|
1772 |
is_const=True)
|
|
1773 |
## service-flow-record.h: ns3::Time ns3::ServiceFlowRecord::GetGrantTimeStamp() const [member function]
|
|
1774 |
cls.add_method('GetGrantTimeStamp',
|
|
1775 |
'ns3::Time',
|
|
1776 |
[],
|
|
1777 |
is_const=True)
|
|
1778 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetGrantedBandwidth() [member function]
|
|
1779 |
cls.add_method('GetGrantedBandwidth',
|
|
1780 |
'uint32_t',
|
|
1781 |
[])
|
|
1782 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetGrantedBandwidthTemp() [member function]
|
|
1783 |
cls.add_method('GetGrantedBandwidthTemp',
|
|
1784 |
'uint32_t',
|
|
1785 |
[])
|
|
1786 |
## service-flow-record.h: ns3::Time ns3::ServiceFlowRecord::GetLastGrantTime() const [member function]
|
|
1787 |
cls.add_method('GetLastGrantTime',
|
|
1788 |
'ns3::Time',
|
|
1789 |
[],
|
|
1790 |
is_const=True)
|
|
1791 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetPktsRcvd() const [member function]
|
|
1792 |
cls.add_method('GetPktsRcvd',
|
|
1793 |
'uint32_t',
|
|
1794 |
[],
|
|
1795 |
is_const=True)
|
|
1796 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetPktsSent() const [member function]
|
|
1797 |
cls.add_method('GetPktsSent',
|
|
1798 |
'uint32_t',
|
|
1799 |
[],
|
|
1800 |
is_const=True)
|
|
1801 |
## service-flow-record.h: uint32_t ns3::ServiceFlowRecord::GetRequestedBandwidth() [member function]
|
|
1802 |
cls.add_method('GetRequestedBandwidth',
|
|
1803 |
'uint32_t',
|
|
1804 |
[])
|
|
1805 |
## service-flow-record.h: void ns3::ServiceFlowRecord::IncreaseBacklogged(uint32_t backlogged) [member function]
|
|
1806 |
cls.add_method('IncreaseBacklogged',
|
|
1807 |
'void',
|
|
1808 |
[param('uint32_t', 'backlogged')])
|
|
1809 |
## service-flow-record.h: void ns3::ServiceFlowRecord::IncreaseBackloggedTemp(uint32_t backloggedTemp) [member function]
|
|
1810 |
cls.add_method('IncreaseBackloggedTemp',
|
|
1811 |
'void',
|
|
1812 |
[param('uint32_t', 'backloggedTemp')])
|
|
1813 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetBacklogged(uint32_t backlogged) [member function]
|
|
1814 |
cls.add_method('SetBacklogged',
|
|
1815 |
'void',
|
|
1816 |
[param('uint32_t', 'backlogged')])
|
|
1817 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetBackloggedTemp(uint32_t backloggedTemp) [member function]
|
|
1818 |
cls.add_method('SetBackloggedTemp',
|
|
1819 |
'void',
|
|
1820 |
[param('uint32_t', 'backloggedTemp')])
|
|
1821 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetBwSinceLastExpiry(uint32_t bwSinceLastExpiry) [member function]
|
|
1822 |
cls.add_method('SetBwSinceLastExpiry',
|
|
1823 |
'void',
|
|
1824 |
[param('uint32_t', 'bwSinceLastExpiry')])
|
|
1825 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetBytesRcvd(uint32_t bytesRcvd) [member function]
|
|
1826 |
cls.add_method('SetBytesRcvd',
|
|
1827 |
'void',
|
|
1828 |
[param('uint32_t', 'bytesRcvd')])
|
|
1829 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetBytesSent(uint32_t bytesSent) [member function]
|
|
1830 |
cls.add_method('SetBytesSent',
|
|
1831 |
'void',
|
|
1832 |
[param('uint32_t', 'bytesSent')])
|
|
1833 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetDlTimeStamp(ns3::Time dlTimeStamp) [member function]
|
|
1834 |
cls.add_method('SetDlTimeStamp',
|
|
1835 |
'void',
|
|
1836 |
[param('ns3::Time', 'dlTimeStamp')])
|
|
1837 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetGrantSize(uint32_t grantSize) [member function]
|
|
1838 |
cls.add_method('SetGrantSize',
|
|
1839 |
'void',
|
|
1840 |
[param('uint32_t', 'grantSize')])
|
|
1841 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetGrantTimeStamp(ns3::Time grantTimeStamp) [member function]
|
|
1842 |
cls.add_method('SetGrantTimeStamp',
|
|
1843 |
'void',
|
|
1844 |
[param('ns3::Time', 'grantTimeStamp')])
|
|
1845 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetGrantedBandwidth(uint32_t grantedBandwidth) [member function]
|
|
1846 |
cls.add_method('SetGrantedBandwidth',
|
|
1847 |
'void',
|
|
1848 |
[param('uint32_t', 'grantedBandwidth')])
|
|
1849 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetGrantedBandwidthTemp(uint32_t grantedBandwidthTemp) [member function]
|
|
1850 |
cls.add_method('SetGrantedBandwidthTemp',
|
|
1851 |
'void',
|
|
1852 |
[param('uint32_t', 'grantedBandwidthTemp')])
|
|
1853 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetLastGrantTime(ns3::Time grantTime) [member function]
|
|
1854 |
cls.add_method('SetLastGrantTime',
|
|
1855 |
'void',
|
|
1856 |
[param('ns3::Time', 'grantTime')])
|
|
1857 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetPktsRcvd(uint32_t pktsRcvd) [member function]
|
|
1858 |
cls.add_method('SetPktsRcvd',
|
|
1859 |
'void',
|
|
1860 |
[param('uint32_t', 'pktsRcvd')])
|
|
1861 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetPktsSent(uint32_t pktsSent) [member function]
|
|
1862 |
cls.add_method('SetPktsSent',
|
|
1863 |
'void',
|
|
1864 |
[param('uint32_t', 'pktsSent')])
|
|
1865 |
## service-flow-record.h: void ns3::ServiceFlowRecord::SetRequestedBandwidth(uint32_t requestedBandwidth) [member function]
|
|
1866 |
cls.add_method('SetRequestedBandwidth',
|
|
1867 |
'void',
|
|
1868 |
[param('uint32_t', 'requestedBandwidth')])
|
|
1869 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdateBwSinceLastExpiry(uint32_t bwSinceLastExpiry) [member function]
|
|
1870 |
cls.add_method('UpdateBwSinceLastExpiry',
|
|
1871 |
'void',
|
|
1872 |
[param('uint32_t', 'bwSinceLastExpiry')])
|
|
1873 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdateBytesRcvd(uint32_t bytesRcvd) [member function]
|
|
1874 |
cls.add_method('UpdateBytesRcvd',
|
|
1875 |
'void',
|
|
1876 |
[param('uint32_t', 'bytesRcvd')])
|
|
1877 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdateBytesSent(uint32_t bytesSent) [member function]
|
|
1878 |
cls.add_method('UpdateBytesSent',
|
|
1879 |
'void',
|
|
1880 |
[param('uint32_t', 'bytesSent')])
|
|
1881 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdateGrantedBandwidth(uint32_t grantedBandwidth) [member function]
|
|
1882 |
cls.add_method('UpdateGrantedBandwidth',
|
|
1883 |
'void',
|
|
1884 |
[param('uint32_t', 'grantedBandwidth')])
|
|
1885 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdateGrantedBandwidthTemp(uint32_t grantedBandwidthTemp) [member function]
|
|
1886 |
cls.add_method('UpdateGrantedBandwidthTemp',
|
|
1887 |
'void',
|
|
1888 |
[param('uint32_t', 'grantedBandwidthTemp')])
|
|
1889 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdatePktsRcvd(uint32_t pktsRcvd) [member function]
|
|
1890 |
cls.add_method('UpdatePktsRcvd',
|
|
1891 |
'void',
|
|
1892 |
[param('uint32_t', 'pktsRcvd')])
|
|
1893 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdatePktsSent(uint32_t pktsSent) [member function]
|
|
1894 |
cls.add_method('UpdatePktsSent',
|
|
1895 |
'void',
|
|
1896 |
[param('uint32_t', 'pktsSent')])
|
|
1897 |
## service-flow-record.h: void ns3::ServiceFlowRecord::UpdateRequestedBandwidth(uint32_t requestedBandwidth) [member function]
|
|
1898 |
cls.add_method('UpdateRequestedBandwidth',
|
|
1899 |
'void',
|
|
1900 |
[param('uint32_t', 'requestedBandwidth')])
|
|
1901 |
return
|
|
1902 |
|
|
1903 |
def register_Ns3TlvValue_methods(root_module, cls):
|
|
1904 |
## wimax-tlv.h: ns3::TlvValue::TlvValue() [constructor]
|
|
1905 |
cls.add_constructor([])
|
|
1906 |
## wimax-tlv.h: ns3::TlvValue::TlvValue(ns3::TlvValue const & arg0) [copy constructor]
|
|
1907 |
cls.add_constructor([param('ns3::TlvValue const &', 'arg0')])
|
|
1908 |
## wimax-tlv.h: ns3::TlvValue * ns3::TlvValue::Copy() const [member function]
|
|
1909 |
cls.add_method('Copy',
|
|
1910 |
'ns3::TlvValue *',
|
|
1911 |
[],
|
|
1912 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1913 |
## wimax-tlv.h: uint32_t ns3::TlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLen) [member function]
|
|
1914 |
cls.add_method('Deserialize',
|
|
1915 |
'uint32_t',
|
|
1916 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLen')],
|
|
1917 |
is_pure_virtual=True, is_virtual=True)
|
|
1918 |
## wimax-tlv.h: uint32_t ns3::TlvValue::GetSerializedSize() const [member function]
|
|
1919 |
cls.add_method('GetSerializedSize',
|
|
1920 |
'uint32_t',
|
|
1921 |
[],
|
|
1922 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1923 |
## wimax-tlv.h: void ns3::TlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
1924 |
cls.add_method('Serialize',
|
|
1925 |
'void',
|
|
1926 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
1927 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1928 |
return
|
|
1929 |
|
|
1930 |
def register_Ns3TosTlvValue_methods(root_module, cls):
|
|
1931 |
## wimax-tlv.h: ns3::TosTlvValue::TosTlvValue(ns3::TosTlvValue const & arg0) [copy constructor]
|
|
1932 |
cls.add_constructor([param('ns3::TosTlvValue const &', 'arg0')])
|
|
1933 |
## wimax-tlv.h: ns3::TosTlvValue::TosTlvValue() [constructor]
|
|
1934 |
cls.add_constructor([])
|
|
1935 |
## wimax-tlv.h: ns3::TosTlvValue::TosTlvValue(uint8_t arg0, uint8_t arg1, uint8_t arg2) [constructor]
|
|
1936 |
cls.add_constructor([param('uint8_t', 'arg0'), param('uint8_t', 'arg1'), param('uint8_t', 'arg2')])
|
|
1937 |
## wimax-tlv.h: ns3::TosTlvValue * ns3::TosTlvValue::Copy() const [member function]
|
|
1938 |
cls.add_method('Copy',
|
|
1939 |
'ns3::TosTlvValue *',
|
|
1940 |
[],
|
|
1941 |
is_const=True, is_virtual=True)
|
|
1942 |
## wimax-tlv.h: uint32_t ns3::TosTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
1943 |
cls.add_method('Deserialize',
|
|
1944 |
'uint32_t',
|
|
1945 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
1946 |
is_virtual=True)
|
|
1947 |
## wimax-tlv.h: uint8_t ns3::TosTlvValue::GetHigh() const [member function]
|
|
1948 |
cls.add_method('GetHigh',
|
|
1949 |
'uint8_t',
|
|
1950 |
[],
|
|
1951 |
is_const=True)
|
|
1952 |
## wimax-tlv.h: uint8_t ns3::TosTlvValue::GetLow() const [member function]
|
|
1953 |
cls.add_method('GetLow',
|
|
1954 |
'uint8_t',
|
|
1955 |
[],
|
|
1956 |
is_const=True)
|
|
1957 |
## wimax-tlv.h: uint8_t ns3::TosTlvValue::GetMask() const [member function]
|
|
1958 |
cls.add_method('GetMask',
|
|
1959 |
'uint8_t',
|
|
1960 |
[],
|
|
1961 |
is_const=True)
|
|
1962 |
## wimax-tlv.h: uint32_t ns3::TosTlvValue::GetSerializedSize() const [member function]
|
|
1963 |
cls.add_method('GetSerializedSize',
|
|
1964 |
'uint32_t',
|
|
1965 |
[],
|
|
1966 |
is_const=True, is_virtual=True)
|
|
1967 |
## wimax-tlv.h: void ns3::TosTlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
1968 |
cls.add_method('Serialize',
|
|
1969 |
'void',
|
|
1970 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
1971 |
is_const=True, is_virtual=True)
|
|
1972 |
return
|
|
1973 |
|
|
1974 |
def register_Ns3U16TlvValue_methods(root_module, cls):
|
|
1975 |
## wimax-tlv.h: ns3::U16TlvValue::U16TlvValue(ns3::U16TlvValue const & arg0) [copy constructor]
|
|
1976 |
cls.add_constructor([param('ns3::U16TlvValue const &', 'arg0')])
|
|
1977 |
## wimax-tlv.h: ns3::U16TlvValue::U16TlvValue(uint16_t value) [constructor]
|
|
1978 |
cls.add_constructor([param('uint16_t', 'value')])
|
|
1979 |
## wimax-tlv.h: ns3::U16TlvValue::U16TlvValue() [constructor]
|
|
1980 |
cls.add_constructor([])
|
|
1981 |
## wimax-tlv.h: ns3::U16TlvValue * ns3::U16TlvValue::Copy() const [member function]
|
|
1982 |
cls.add_method('Copy',
|
|
1983 |
'ns3::U16TlvValue *',
|
|
1984 |
[],
|
|
1985 |
is_const=True, is_virtual=True)
|
|
1986 |
## wimax-tlv.h: uint32_t ns3::U16TlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLen) [member function]
|
|
1987 |
cls.add_method('Deserialize',
|
|
1988 |
'uint32_t',
|
|
1989 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLen')],
|
|
1990 |
is_virtual=True)
|
|
1991 |
## wimax-tlv.h: uint32_t ns3::U16TlvValue::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
1992 |
cls.add_method('Deserialize',
|
|
1993 |
'uint32_t',
|
|
1994 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
1995 |
## wimax-tlv.h: uint32_t ns3::U16TlvValue::GetSerializedSize() const [member function]
|
|
1996 |
cls.add_method('GetSerializedSize',
|
|
1997 |
'uint32_t',
|
|
1998 |
[],
|
|
1999 |
is_const=True, is_virtual=True)
|
|
2000 |
## wimax-tlv.h: uint16_t ns3::U16TlvValue::GetValue() const [member function]
|
|
2001 |
cls.add_method('GetValue',
|
|
2002 |
'uint16_t',
|
|
2003 |
[],
|
|
2004 |
is_const=True)
|
|
2005 |
## wimax-tlv.h: void ns3::U16TlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2006 |
cls.add_method('Serialize',
|
|
2007 |
'void',
|
|
2008 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2009 |
is_const=True, is_virtual=True)
|
|
2010 |
return
|
|
2011 |
|
|
2012 |
def register_Ns3U32TlvValue_methods(root_module, cls):
|
|
2013 |
## wimax-tlv.h: ns3::U32TlvValue::U32TlvValue(ns3::U32TlvValue const & arg0) [copy constructor]
|
|
2014 |
cls.add_constructor([param('ns3::U32TlvValue const &', 'arg0')])
|
|
2015 |
## wimax-tlv.h: ns3::U32TlvValue::U32TlvValue(uint32_t value) [constructor]
|
|
2016 |
cls.add_constructor([param('uint32_t', 'value')])
|
|
2017 |
## wimax-tlv.h: ns3::U32TlvValue::U32TlvValue() [constructor]
|
|
2018 |
cls.add_constructor([])
|
|
2019 |
## wimax-tlv.h: ns3::U32TlvValue * ns3::U32TlvValue::Copy() const [member function]
|
|
2020 |
cls.add_method('Copy',
|
|
2021 |
'ns3::U32TlvValue *',
|
|
2022 |
[],
|
|
2023 |
is_const=True, is_virtual=True)
|
|
2024 |
## wimax-tlv.h: uint32_t ns3::U32TlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLen) [member function]
|
|
2025 |
cls.add_method('Deserialize',
|
|
2026 |
'uint32_t',
|
|
2027 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLen')],
|
|
2028 |
is_virtual=True)
|
|
2029 |
## wimax-tlv.h: uint32_t ns3::U32TlvValue::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
2030 |
cls.add_method('Deserialize',
|
|
2031 |
'uint32_t',
|
|
2032 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
2033 |
## wimax-tlv.h: uint32_t ns3::U32TlvValue::GetSerializedSize() const [member function]
|
|
2034 |
cls.add_method('GetSerializedSize',
|
|
2035 |
'uint32_t',
|
|
2036 |
[],
|
|
2037 |
is_const=True, is_virtual=True)
|
|
2038 |
## wimax-tlv.h: uint32_t ns3::U32TlvValue::GetValue() const [member function]
|
|
2039 |
cls.add_method('GetValue',
|
|
2040 |
'uint32_t',
|
|
2041 |
[],
|
|
2042 |
is_const=True)
|
|
2043 |
## wimax-tlv.h: void ns3::U32TlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2044 |
cls.add_method('Serialize',
|
|
2045 |
'void',
|
|
2046 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2047 |
is_const=True, is_virtual=True)
|
|
2048 |
return
|
|
2049 |
|
|
2050 |
def register_Ns3U8TlvValue_methods(root_module, cls):
|
|
2051 |
## wimax-tlv.h: ns3::U8TlvValue::U8TlvValue(ns3::U8TlvValue const & arg0) [copy constructor]
|
|
2052 |
cls.add_constructor([param('ns3::U8TlvValue const &', 'arg0')])
|
|
2053 |
## wimax-tlv.h: ns3::U8TlvValue::U8TlvValue(uint8_t value) [constructor]
|
|
2054 |
cls.add_constructor([param('uint8_t', 'value')])
|
|
2055 |
## wimax-tlv.h: ns3::U8TlvValue::U8TlvValue() [constructor]
|
|
2056 |
cls.add_constructor([])
|
|
2057 |
## wimax-tlv.h: ns3::U8TlvValue * ns3::U8TlvValue::Copy() const [member function]
|
|
2058 |
cls.add_method('Copy',
|
|
2059 |
'ns3::U8TlvValue *',
|
|
2060 |
[],
|
|
2061 |
is_const=True, is_virtual=True)
|
|
2062 |
## wimax-tlv.h: uint32_t ns3::U8TlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLen) [member function]
|
|
2063 |
cls.add_method('Deserialize',
|
|
2064 |
'uint32_t',
|
|
2065 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLen')],
|
|
2066 |
is_virtual=True)
|
|
2067 |
## wimax-tlv.h: uint32_t ns3::U8TlvValue::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
2068 |
cls.add_method('Deserialize',
|
|
2069 |
'uint32_t',
|
|
2070 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
2071 |
## wimax-tlv.h: uint32_t ns3::U8TlvValue::GetSerializedSize() const [member function]
|
|
2072 |
cls.add_method('GetSerializedSize',
|
|
2073 |
'uint32_t',
|
|
2074 |
[],
|
|
2075 |
is_const=True, is_virtual=True)
|
|
2076 |
## wimax-tlv.h: uint8_t ns3::U8TlvValue::GetValue() const [member function]
|
|
2077 |
cls.add_method('GetValue',
|
|
2078 |
'uint8_t',
|
|
2079 |
[],
|
|
2080 |
is_const=True)
|
|
2081 |
## wimax-tlv.h: void ns3::U8TlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2082 |
cls.add_method('Serialize',
|
|
2083 |
'void',
|
|
2084 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2085 |
is_const=True, is_virtual=True)
|
|
2086 |
return
|
|
2087 |
|
|
2088 |
def register_Ns3UcdChannelEncodings_methods(root_module, cls):
|
|
2089 |
## ul-mac-messages.h: ns3::UcdChannelEncodings::UcdChannelEncodings(ns3::UcdChannelEncodings const & arg0) [copy constructor]
|
|
2090 |
cls.add_constructor([param('ns3::UcdChannelEncodings const &', 'arg0')])
|
|
2091 |
## ul-mac-messages.h: ns3::UcdChannelEncodings::UcdChannelEncodings() [constructor]
|
|
2092 |
cls.add_constructor([])
|
|
2093 |
## ul-mac-messages.h: uint16_t ns3::UcdChannelEncodings::GetBwReqOppSize() const [member function]
|
|
2094 |
cls.add_method('GetBwReqOppSize',
|
|
2095 |
'uint16_t',
|
|
2096 |
[],
|
|
2097 |
is_const=True)
|
|
2098 |
## ul-mac-messages.h: uint32_t ns3::UcdChannelEncodings::GetFrequency() const [member function]
|
|
2099 |
cls.add_method('GetFrequency',
|
|
2100 |
'uint32_t',
|
|
2101 |
[],
|
|
2102 |
is_const=True)
|
|
2103 |
## ul-mac-messages.h: uint16_t ns3::UcdChannelEncodings::GetRangReqOppSize() const [member function]
|
|
2104 |
cls.add_method('GetRangReqOppSize',
|
|
2105 |
'uint16_t',
|
|
2106 |
[],
|
|
2107 |
is_const=True)
|
|
2108 |
## ul-mac-messages.h: uint16_t ns3::UcdChannelEncodings::GetSize() const [member function]
|
|
2109 |
cls.add_method('GetSize',
|
|
2110 |
'uint16_t',
|
|
2111 |
[],
|
|
2112 |
is_const=True)
|
|
2113 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::UcdChannelEncodings::Read(ns3::Buffer::Iterator start) [member function]
|
|
2114 |
cls.add_method('Read',
|
|
2115 |
'ns3::Buffer::Iterator',
|
|
2116 |
[param('ns3::Buffer::Iterator', 'start')])
|
|
2117 |
## ul-mac-messages.h: void ns3::UcdChannelEncodings::SetBwReqOppSize(uint16_t bwReqOppSize) [member function]
|
|
2118 |
cls.add_method('SetBwReqOppSize',
|
|
2119 |
'void',
|
|
2120 |
[param('uint16_t', 'bwReqOppSize')])
|
|
2121 |
## ul-mac-messages.h: void ns3::UcdChannelEncodings::SetFrequency(uint32_t frequency) [member function]
|
|
2122 |
cls.add_method('SetFrequency',
|
|
2123 |
'void',
|
|
2124 |
[param('uint32_t', 'frequency')])
|
|
2125 |
## ul-mac-messages.h: void ns3::UcdChannelEncodings::SetRangReqOppSize(uint16_t rangReqOppSize) [member function]
|
|
2126 |
cls.add_method('SetRangReqOppSize',
|
|
2127 |
'void',
|
|
2128 |
[param('uint16_t', 'rangReqOppSize')])
|
|
2129 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::UcdChannelEncodings::Write(ns3::Buffer::Iterator start) const [member function]
|
|
2130 |
cls.add_method('Write',
|
|
2131 |
'ns3::Buffer::Iterator',
|
|
2132 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2133 |
is_const=True)
|
|
2134 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::UcdChannelEncodings::DoRead(ns3::Buffer::Iterator start) [member function]
|
|
2135 |
cls.add_method('DoRead',
|
|
2136 |
'ns3::Buffer::Iterator',
|
|
2137 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2138 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
2139 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::UcdChannelEncodings::DoWrite(ns3::Buffer::Iterator start) const [member function]
|
|
2140 |
cls.add_method('DoWrite',
|
|
2141 |
'ns3::Buffer::Iterator',
|
|
2142 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2143 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
2144 |
return
|
|
2145 |
|
|
2146 |
def register_Ns3VectorTlvValue_methods(root_module, cls):
|
|
2147 |
## wimax-tlv.h: ns3::VectorTlvValue::VectorTlvValue(ns3::VectorTlvValue const & arg0) [copy constructor]
|
|
2148 |
cls.add_constructor([param('ns3::VectorTlvValue const &', 'arg0')])
|
|
2149 |
## wimax-tlv.h: ns3::VectorTlvValue::VectorTlvValue() [constructor]
|
|
2150 |
cls.add_constructor([])
|
|
2151 |
## wimax-tlv.h: void ns3::VectorTlvValue::Add(ns3::Tlv const & val) [member function]
|
|
2152 |
cls.add_method('Add',
|
|
2153 |
'void',
|
|
2154 |
[param('ns3::Tlv const &', 'val')])
|
|
2155 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<ns3::Tlv* const*,std::vector<ns3::Tlv*, std::allocator<ns3::Tlv*> > > ns3::VectorTlvValue::Begin() const [member function]
|
|
2156 |
cls.add_method('Begin',
|
|
2157 |
'__gnu_cxx::__normal_iterator< ns3::Tlv * const *, std::vector< ns3::Tlv * > >',
|
|
2158 |
[],
|
|
2159 |
is_const=True)
|
|
2160 |
## wimax-tlv.h: ns3::VectorTlvValue * ns3::VectorTlvValue::Copy() const [member function]
|
|
2161 |
cls.add_method('Copy',
|
|
2162 |
'ns3::VectorTlvValue *',
|
|
2163 |
[],
|
|
2164 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
2165 |
## wimax-tlv.h: uint32_t ns3::VectorTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
2166 |
cls.add_method('Deserialize',
|
|
2167 |
'uint32_t',
|
|
2168 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
2169 |
is_pure_virtual=True, is_virtual=True)
|
|
2170 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<ns3::Tlv* const*,std::vector<ns3::Tlv*, std::allocator<ns3::Tlv*> > > ns3::VectorTlvValue::End() const [member function]
|
|
2171 |
cls.add_method('End',
|
|
2172 |
'__gnu_cxx::__normal_iterator< ns3::Tlv * const *, std::vector< ns3::Tlv * > >',
|
|
2173 |
[],
|
|
2174 |
is_const=True)
|
|
2175 |
## wimax-tlv.h: uint32_t ns3::VectorTlvValue::GetSerializedSize() const [member function]
|
|
2176 |
cls.add_method('GetSerializedSize',
|
|
2177 |
'uint32_t',
|
|
2178 |
[],
|
|
2179 |
is_const=True, is_virtual=True)
|
|
2180 |
## wimax-tlv.h: void ns3::VectorTlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2181 |
cls.add_method('Serialize',
|
|
2182 |
'void',
|
|
2183 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2184 |
is_const=True, is_virtual=True)
|
|
2185 |
return
|
|
2186 |
|
6867
|
2187 |
def register_Ns3WimaxHelper_methods(root_module, cls):
|
|
2188 |
## wimax-helper.h: ns3::WimaxHelper::WimaxHelper(ns3::WimaxHelper const & arg0) [copy constructor]
|
|
2189 |
cls.add_constructor([param('ns3::WimaxHelper const &', 'arg0')])
|
|
2190 |
## wimax-helper.h: ns3::WimaxHelper::WimaxHelper() [constructor]
|
|
2191 |
cls.add_constructor([])
|
|
2192 |
## wimax-helper.h: ns3::Ptr<ns3::BSScheduler> ns3::WimaxHelper::CreateBSScheduler(ns3::WimaxHelper::SchedulerType schedulerType) [member function]
|
|
2193 |
cls.add_method('CreateBSScheduler',
|
|
2194 |
'ns3::Ptr< ns3::BSScheduler >',
|
|
2195 |
[param('ns3::WimaxHelper::SchedulerType', 'schedulerType')])
|
|
2196 |
## wimax-helper.h: ns3::Ptr<ns3::WimaxPhy> ns3::WimaxHelper::CreatePhy(ns3::WimaxHelper::PhyType phyType) [member function]
|
|
2197 |
cls.add_method('CreatePhy',
|
|
2198 |
'ns3::Ptr< ns3::WimaxPhy >',
|
|
2199 |
[param('ns3::WimaxHelper::PhyType', 'phyType')])
|
|
2200 |
## wimax-helper.h: ns3::Ptr<ns3::WimaxPhy> ns3::WimaxHelper::CreatePhy(ns3::WimaxHelper::PhyType phyType, char * SNRTraceFilePath, bool activateLoss) [member function]
|
|
2201 |
cls.add_method('CreatePhy',
|
|
2202 |
'ns3::Ptr< ns3::WimaxPhy >',
|
|
2203 |
[param('ns3::WimaxHelper::PhyType', 'phyType'), param('char *', 'SNRTraceFilePath'), param('bool', 'activateLoss')])
|
|
2204 |
## wimax-helper.h: ns3::Ptr<ns3::WimaxPhy> ns3::WimaxHelper::CreatePhyWithoutChannel(ns3::WimaxHelper::PhyType phyType) [member function]
|
|
2205 |
cls.add_method('CreatePhyWithoutChannel',
|
|
2206 |
'ns3::Ptr< ns3::WimaxPhy >',
|
|
2207 |
[param('ns3::WimaxHelper::PhyType', 'phyType')])
|
|
2208 |
## wimax-helper.h: ns3::Ptr<ns3::WimaxPhy> ns3::WimaxHelper::CreatePhyWithoutChannel(ns3::WimaxHelper::PhyType phyType, char * SNRTraceFilePath, bool activateLoss) [member function]
|
|
2209 |
cls.add_method('CreatePhyWithoutChannel',
|
|
2210 |
'ns3::Ptr< ns3::WimaxPhy >',
|
|
2211 |
[param('ns3::WimaxHelper::PhyType', 'phyType'), param('char *', 'SNRTraceFilePath'), param('bool', 'activateLoss')])
|
|
2212 |
## wimax-helper.h: ns3::ServiceFlow ns3::WimaxHelper::CreateServiceFlow(ns3::ServiceFlow::Direction direction, ns3::ServiceFlow::SchedulingType schedulinType, ns3::IpcsClassifierRecord classifier) [member function]
|
|
2213 |
cls.add_method('CreateServiceFlow',
|
|
2214 |
'ns3::ServiceFlow',
|
|
2215 |
[param('ns3::ServiceFlow::Direction', 'direction'), param('ns3::ServiceFlow::SchedulingType', 'schedulinType'), param('ns3::IpcsClassifierRecord', 'classifier')])
|
|
2216 |
## wimax-helper.h: ns3::Ptr<ns3::UplinkScheduler> ns3::WimaxHelper::CreateUplinkScheduler(ns3::WimaxHelper::SchedulerType schedulerType) [member function]
|
|
2217 |
cls.add_method('CreateUplinkScheduler',
|
|
2218 |
'ns3::Ptr< ns3::UplinkScheduler >',
|
|
2219 |
[param('ns3::WimaxHelper::SchedulerType', 'schedulerType')])
|
|
2220 |
## wimax-helper.h: static void ns3::WimaxHelper::EnableAsciiForConnection(ns3::Ptr<ns3::OutputStreamWrapper> oss, uint32_t nodeid, uint32_t deviceid, char * netdevice, char * connection) [member function]
|
|
2221 |
cls.add_method('EnableAsciiForConnection',
|
|
2222 |
'void',
|
|
2223 |
[param('ns3::Ptr< ns3::OutputStreamWrapper >', 'oss'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('char *', 'netdevice'), param('char *', 'connection')],
|
|
2224 |
is_static=True)
|
|
2225 |
## wimax-helper.h: static void ns3::WimaxHelper::EnableLogComponents() [member function]
|
|
2226 |
cls.add_method('EnableLogComponents',
|
|
2227 |
'void',
|
|
2228 |
[],
|
|
2229 |
is_static=True)
|
|
2230 |
## wimax-helper.h: ns3::NetDeviceContainer ns3::WimaxHelper::Install(ns3::NodeContainer c, ns3::WimaxHelper::NetDeviceType type, ns3::WimaxHelper::PhyType phyType, ns3::WimaxHelper::SchedulerType schedulerType) [member function]
|
|
2231 |
cls.add_method('Install',
|
|
2232 |
'ns3::NetDeviceContainer',
|
|
2233 |
[param('ns3::NodeContainer', 'c'), param('ns3::WimaxHelper::NetDeviceType', 'type'), param('ns3::WimaxHelper::PhyType', 'phyType'), param('ns3::WimaxHelper::SchedulerType', 'schedulerType')])
|
|
2234 |
## wimax-helper.h: ns3::NetDeviceContainer ns3::WimaxHelper::Install(ns3::NodeContainer c, ns3::WimaxHelper::NetDeviceType deviceType, ns3::WimaxHelper::PhyType phyType, ns3::Ptr<ns3::WimaxChannel> channel, ns3::WimaxHelper::SchedulerType schedulerType) [member function]
|
|
2235 |
cls.add_method('Install',
|
|
2236 |
'ns3::NetDeviceContainer',
|
|
2237 |
[param('ns3::NodeContainer', 'c'), param('ns3::WimaxHelper::NetDeviceType', 'deviceType'), param('ns3::WimaxHelper::PhyType', 'phyType'), param('ns3::Ptr< ns3::WimaxChannel >', 'channel'), param('ns3::WimaxHelper::SchedulerType', 'schedulerType')])
|
|
2238 |
## wimax-helper.h: ns3::NetDeviceContainer ns3::WimaxHelper::Install(ns3::NodeContainer c, ns3::WimaxHelper::NetDeviceType deviceType, ns3::WimaxHelper::PhyType phyType, ns3::WimaxHelper::SchedulerType schedulerType, double frameDuration) [member function]
|
|
2239 |
cls.add_method('Install',
|
|
2240 |
'ns3::NetDeviceContainer',
|
|
2241 |
[param('ns3::NodeContainer', 'c'), param('ns3::WimaxHelper::NetDeviceType', 'deviceType'), param('ns3::WimaxHelper::PhyType', 'phyType'), param('ns3::WimaxHelper::SchedulerType', 'schedulerType'), param('double', 'frameDuration')])
|
|
2242 |
## wimax-helper.h: ns3::Ptr<ns3::WimaxNetDevice> ns3::WimaxHelper::Install(ns3::Ptr<ns3::Node> node, ns3::WimaxHelper::NetDeviceType deviceType, ns3::WimaxHelper::PhyType phyType, ns3::Ptr<ns3::WimaxChannel> channel, ns3::WimaxHelper::SchedulerType schedulerType) [member function]
|
|
2243 |
cls.add_method('Install',
|
|
2244 |
'ns3::Ptr< ns3::WimaxNetDevice >',
|
|
2245 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::WimaxHelper::NetDeviceType', 'deviceType'), param('ns3::WimaxHelper::PhyType', 'phyType'), param('ns3::Ptr< ns3::WimaxChannel >', 'channel'), param('ns3::WimaxHelper::SchedulerType', 'schedulerType')])
|
|
2246 |
## wimax-helper.h: void ns3::WimaxHelper::SetPropagationLossModel(ns3::SimpleOfdmWimaxChannel::PropModel propagationModel) [member function]
|
|
2247 |
cls.add_method('SetPropagationLossModel',
|
|
2248 |
'void',
|
|
2249 |
[param('ns3::SimpleOfdmWimaxChannel::PropModel', 'propagationModel')])
|
|
2250 |
## wimax-helper.h: void ns3::WimaxHelper::EnableAsciiInternal(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename) [member function]
|
|
2251 |
cls.add_method('EnableAsciiInternal',
|
|
2252 |
'void',
|
|
2253 |
[param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename')],
|
|
2254 |
visibility='private', is_virtual=True)
|
|
2255 |
## wimax-helper.h: void ns3::WimaxHelper::EnablePcapInternal(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename, bool promiscuous) [member function]
|
|
2256 |
cls.add_method('EnablePcapInternal',
|
|
2257 |
'void',
|
|
2258 |
[param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename'), param('bool', 'promiscuous')],
|
|
2259 |
visibility='private', is_virtual=True)
|
|
2260 |
return
|
|
2261 |
|
6534
|
2262 |
def register_Ns3SimpleOfdmSendParam_methods(root_module, cls):
|
|
2263 |
## simple-ofdm-send-param.h: ns3::simpleOfdmSendParam::simpleOfdmSendParam(ns3::simpleOfdmSendParam const & arg0) [copy constructor]
|
|
2264 |
cls.add_constructor([param('ns3::simpleOfdmSendParam const &', 'arg0')])
|
|
2265 |
## simple-ofdm-send-param.h: ns3::simpleOfdmSendParam::simpleOfdmSendParam() [constructor]
|
|
2266 |
cls.add_constructor([])
|
|
2267 |
## simple-ofdm-send-param.h: ns3::simpleOfdmSendParam::simpleOfdmSendParam(ns3::bvec const & fecBlock, uint32_t burstSize, bool isFirstBlock, uint64_t Frequency, ns3::WimaxPhy::ModulationType modulationType, uint8_t direction, double rxPowerDbm) [constructor]
|
|
2268 |
cls.add_constructor([param('ns3::bvec const &', 'fecBlock'), param('uint32_t', 'burstSize'), param('bool', 'isFirstBlock'), param('uint64_t', 'Frequency'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint8_t', 'direction'), param('double', 'rxPowerDbm')])
|
|
2269 |
## simple-ofdm-send-param.h: ns3::simpleOfdmSendParam::simpleOfdmSendParam(uint32_t burstSize, bool isFirstBlock, uint64_t Frequency, ns3::WimaxPhy::ModulationType modulationType, uint8_t direction, double rxPowerDbm, ns3::Ptr<ns3::PacketBurst> burst) [constructor]
|
|
2270 |
cls.add_constructor([param('uint32_t', 'burstSize'), param('bool', 'isFirstBlock'), param('uint64_t', 'Frequency'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint8_t', 'direction'), param('double', 'rxPowerDbm'), param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
2271 |
## simple-ofdm-send-param.h: ns3::Ptr<ns3::PacketBurst> ns3::simpleOfdmSendParam::GetBurst() [member function]
|
|
2272 |
cls.add_method('GetBurst',
|
|
2273 |
'ns3::Ptr< ns3::PacketBurst >',
|
|
2274 |
[])
|
|
2275 |
## simple-ofdm-send-param.h: uint32_t ns3::simpleOfdmSendParam::GetBurstSize() [member function]
|
|
2276 |
cls.add_method('GetBurstSize',
|
|
2277 |
'uint32_t',
|
|
2278 |
[])
|
|
2279 |
## simple-ofdm-send-param.h: uint8_t ns3::simpleOfdmSendParam::GetDirection() [member function]
|
|
2280 |
cls.add_method('GetDirection',
|
|
2281 |
'uint8_t',
|
|
2282 |
[])
|
|
2283 |
## simple-ofdm-send-param.h: ns3::bvec ns3::simpleOfdmSendParam::GetFecBlock() [member function]
|
|
2284 |
cls.add_method('GetFecBlock',
|
|
2285 |
'ns3::bvec',
|
|
2286 |
[])
|
|
2287 |
## simple-ofdm-send-param.h: uint64_t ns3::simpleOfdmSendParam::GetFrequency() [member function]
|
|
2288 |
cls.add_method('GetFrequency',
|
|
2289 |
'uint64_t',
|
|
2290 |
[])
|
|
2291 |
## simple-ofdm-send-param.h: bool ns3::simpleOfdmSendParam::GetIsFirstBlock() [member function]
|
|
2292 |
cls.add_method('GetIsFirstBlock',
|
|
2293 |
'bool',
|
|
2294 |
[])
|
|
2295 |
## simple-ofdm-send-param.h: ns3::WimaxPhy::ModulationType ns3::simpleOfdmSendParam::GetModulationType() [member function]
|
|
2296 |
cls.add_method('GetModulationType',
|
|
2297 |
'ns3::WimaxPhy::ModulationType',
|
|
2298 |
[])
|
|
2299 |
## simple-ofdm-send-param.h: double ns3::simpleOfdmSendParam::GetRxPowerDbm() [member function]
|
|
2300 |
cls.add_method('GetRxPowerDbm',
|
|
2301 |
'double',
|
|
2302 |
[])
|
|
2303 |
## simple-ofdm-send-param.h: void ns3::simpleOfdmSendParam::SetBurstSize(uint32_t burstSize) [member function]
|
|
2304 |
cls.add_method('SetBurstSize',
|
|
2305 |
'void',
|
|
2306 |
[param('uint32_t', 'burstSize')])
|
|
2307 |
## simple-ofdm-send-param.h: void ns3::simpleOfdmSendParam::SetDirection(uint8_t direction) [member function]
|
|
2308 |
cls.add_method('SetDirection',
|
|
2309 |
'void',
|
|
2310 |
[param('uint8_t', 'direction')])
|
|
2311 |
## simple-ofdm-send-param.h: void ns3::simpleOfdmSendParam::SetFecBlock(ns3::bvec const & fecBlock) [member function]
|
|
2312 |
cls.add_method('SetFecBlock',
|
|
2313 |
'void',
|
|
2314 |
[param('ns3::bvec const &', 'fecBlock')])
|
|
2315 |
## simple-ofdm-send-param.h: void ns3::simpleOfdmSendParam::SetFrequency(uint64_t Frequency) [member function]
|
|
2316 |
cls.add_method('SetFrequency',
|
|
2317 |
'void',
|
|
2318 |
[param('uint64_t', 'Frequency')])
|
|
2319 |
## simple-ofdm-send-param.h: void ns3::simpleOfdmSendParam::SetIsFirstBlock(bool isFirstBlock) [member function]
|
|
2320 |
cls.add_method('SetIsFirstBlock',
|
|
2321 |
'void',
|
|
2322 |
[param('bool', 'isFirstBlock')])
|
|
2323 |
## simple-ofdm-send-param.h: void ns3::simpleOfdmSendParam::SetModulationType(ns3::WimaxPhy::ModulationType modulationType) [member function]
|
|
2324 |
cls.add_method('SetModulationType',
|
|
2325 |
'void',
|
|
2326 |
[param('ns3::WimaxPhy::ModulationType', 'modulationType')])
|
|
2327 |
## simple-ofdm-send-param.h: void ns3::simpleOfdmSendParam::SetRxPowerDbm(double rxPowerDbm) [member function]
|
|
2328 |
cls.add_method('SetRxPowerDbm',
|
|
2329 |
'void',
|
|
2330 |
[param('double', 'rxPowerDbm')])
|
|
2331 |
return
|
|
2332 |
|
|
2333 |
def register_Ns3ClassificationRuleVectorTlvValue_methods(root_module, cls):
|
|
2334 |
## wimax-tlv.h: ns3::ClassificationRuleVectorTlvValue::ClassificationRuleVectorTlvValue(ns3::ClassificationRuleVectorTlvValue const & arg0) [copy constructor]
|
|
2335 |
cls.add_constructor([param('ns3::ClassificationRuleVectorTlvValue const &', 'arg0')])
|
|
2336 |
## wimax-tlv.h: ns3::ClassificationRuleVectorTlvValue::ClassificationRuleVectorTlvValue() [constructor]
|
|
2337 |
cls.add_constructor([])
|
|
2338 |
## wimax-tlv.h: ns3::ClassificationRuleVectorTlvValue * ns3::ClassificationRuleVectorTlvValue::Copy() const [member function]
|
|
2339 |
cls.add_method('Copy',
|
|
2340 |
'ns3::ClassificationRuleVectorTlvValue *',
|
|
2341 |
[],
|
|
2342 |
is_const=True, is_virtual=True)
|
|
2343 |
## wimax-tlv.h: uint32_t ns3::ClassificationRuleVectorTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
2344 |
cls.add_method('Deserialize',
|
|
2345 |
'uint32_t',
|
|
2346 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
2347 |
is_virtual=True)
|
|
2348 |
return
|
|
2349 |
|
|
2350 |
def register_Ns3CsParamVectorTlvValue_methods(root_module, cls):
|
|
2351 |
## wimax-tlv.h: ns3::CsParamVectorTlvValue::CsParamVectorTlvValue(ns3::CsParamVectorTlvValue const & arg0) [copy constructor]
|
|
2352 |
cls.add_constructor([param('ns3::CsParamVectorTlvValue const &', 'arg0')])
|
|
2353 |
## wimax-tlv.h: ns3::CsParamVectorTlvValue::CsParamVectorTlvValue() [constructor]
|
|
2354 |
cls.add_constructor([])
|
|
2355 |
## wimax-tlv.h: ns3::CsParamVectorTlvValue * ns3::CsParamVectorTlvValue::Copy() const [member function]
|
|
2356 |
cls.add_method('Copy',
|
|
2357 |
'ns3::CsParamVectorTlvValue *',
|
|
2358 |
[],
|
|
2359 |
is_const=True, is_virtual=True)
|
|
2360 |
## wimax-tlv.h: uint32_t ns3::CsParamVectorTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
2361 |
cls.add_method('Deserialize',
|
|
2362 |
'uint32_t',
|
|
2363 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
2364 |
is_virtual=True)
|
|
2365 |
return
|
|
2366 |
|
|
2367 |
def register_Ns3Ipv4AddressTlvValue_methods(root_module, cls):
|
|
2368 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue::Ipv4AddressTlvValue(ns3::Ipv4AddressTlvValue const & arg0) [copy constructor]
|
|
2369 |
cls.add_constructor([param('ns3::Ipv4AddressTlvValue const &', 'arg0')])
|
|
2370 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue::Ipv4AddressTlvValue() [constructor]
|
|
2371 |
cls.add_constructor([])
|
|
2372 |
## wimax-tlv.h: void ns3::Ipv4AddressTlvValue::Add(ns3::Ipv4Address address, ns3::Ipv4Mask Mask) [member function]
|
|
2373 |
cls.add_method('Add',
|
|
2374 |
'void',
|
|
2375 |
[param('ns3::Ipv4Address', 'address'), param('ns3::Ipv4Mask', 'Mask')])
|
|
2376 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<const ns3::Ipv4AddressTlvValue::ipv4Addr*,std::vector<ns3::Ipv4AddressTlvValue::ipv4Addr, std::allocator<ns3::Ipv4AddressTlvValue::ipv4Addr> > > ns3::Ipv4AddressTlvValue::Begin() const [member function]
|
|
2377 |
cls.add_method('Begin',
|
|
2378 |
'__gnu_cxx::__normal_iterator< ns3::Ipv4AddressTlvValue::ipv4Addr const *, std::vector< ns3::Ipv4AddressTlvValue::ipv4Addr > >',
|
|
2379 |
[],
|
|
2380 |
is_const=True)
|
|
2381 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue * ns3::Ipv4AddressTlvValue::Copy() const [member function]
|
|
2382 |
cls.add_method('Copy',
|
|
2383 |
'ns3::Ipv4AddressTlvValue *',
|
|
2384 |
[],
|
|
2385 |
is_const=True, is_virtual=True)
|
|
2386 |
## wimax-tlv.h: uint32_t ns3::Ipv4AddressTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
2387 |
cls.add_method('Deserialize',
|
|
2388 |
'uint32_t',
|
|
2389 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
2390 |
is_virtual=True)
|
|
2391 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<const ns3::Ipv4AddressTlvValue::ipv4Addr*,std::vector<ns3::Ipv4AddressTlvValue::ipv4Addr, std::allocator<ns3::Ipv4AddressTlvValue::ipv4Addr> > > ns3::Ipv4AddressTlvValue::End() const [member function]
|
|
2392 |
cls.add_method('End',
|
|
2393 |
'__gnu_cxx::__normal_iterator< ns3::Ipv4AddressTlvValue::ipv4Addr const *, std::vector< ns3::Ipv4AddressTlvValue::ipv4Addr > >',
|
|
2394 |
[],
|
|
2395 |
is_const=True)
|
|
2396 |
## wimax-tlv.h: uint32_t ns3::Ipv4AddressTlvValue::GetSerializedSize() const [member function]
|
|
2397 |
cls.add_method('GetSerializedSize',
|
|
2398 |
'uint32_t',
|
|
2399 |
[],
|
|
2400 |
is_const=True, is_virtual=True)
|
|
2401 |
## wimax-tlv.h: void ns3::Ipv4AddressTlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2402 |
cls.add_method('Serialize',
|
|
2403 |
'void',
|
|
2404 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2405 |
is_const=True, is_virtual=True)
|
|
2406 |
return
|
|
2407 |
|
|
2408 |
def register_Ns3Ipv4AddressTlvValueIpv4Addr_methods(root_module, cls):
|
|
2409 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue::ipv4Addr::ipv4Addr() [constructor]
|
|
2410 |
cls.add_constructor([])
|
|
2411 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue::ipv4Addr::ipv4Addr(ns3::Ipv4AddressTlvValue::ipv4Addr const & arg0) [copy constructor]
|
|
2412 |
cls.add_constructor([param('ns3::Ipv4AddressTlvValue::ipv4Addr const &', 'arg0')])
|
|
2413 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue::ipv4Addr::Address [variable]
|
|
2414 |
cls.add_instance_attribute('Address', 'ns3::Ipv4Address', is_const=False)
|
|
2415 |
## wimax-tlv.h: ns3::Ipv4AddressTlvValue::ipv4Addr::Mask [variable]
|
|
2416 |
cls.add_instance_attribute('Mask', 'ns3::Ipv4Mask', is_const=False)
|
|
2417 |
return
|
|
2418 |
|
|
2419 |
def register_Ns3MacHeaderType_methods(root_module, cls):
|
|
2420 |
## wimax-mac-header.h: ns3::MacHeaderType::MacHeaderType(ns3::MacHeaderType const & arg0) [copy constructor]
|
|
2421 |
cls.add_constructor([param('ns3::MacHeaderType const &', 'arg0')])
|
|
2422 |
## wimax-mac-header.h: ns3::MacHeaderType::MacHeaderType() [constructor]
|
|
2423 |
cls.add_constructor([])
|
|
2424 |
## wimax-mac-header.h: ns3::MacHeaderType::MacHeaderType(uint8_t type) [constructor]
|
|
2425 |
cls.add_constructor([param('uint8_t', 'type')])
|
|
2426 |
## wimax-mac-header.h: uint32_t ns3::MacHeaderType::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
2427 |
cls.add_method('Deserialize',
|
|
2428 |
'uint32_t',
|
|
2429 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2430 |
is_virtual=True)
|
|
2431 |
## wimax-mac-header.h: ns3::TypeId ns3::MacHeaderType::GetInstanceTypeId() const [member function]
|
|
2432 |
cls.add_method('GetInstanceTypeId',
|
|
2433 |
'ns3::TypeId',
|
|
2434 |
[],
|
|
2435 |
is_const=True, is_virtual=True)
|
|
2436 |
## wimax-mac-header.h: std::string ns3::MacHeaderType::GetName() const [member function]
|
|
2437 |
cls.add_method('GetName',
|
|
2438 |
'std::string',
|
|
2439 |
[],
|
|
2440 |
is_const=True)
|
|
2441 |
## wimax-mac-header.h: uint32_t ns3::MacHeaderType::GetSerializedSize() const [member function]
|
|
2442 |
cls.add_method('GetSerializedSize',
|
|
2443 |
'uint32_t',
|
|
2444 |
[],
|
|
2445 |
is_const=True, is_virtual=True)
|
|
2446 |
## wimax-mac-header.h: uint8_t ns3::MacHeaderType::GetType() const [member function]
|
|
2447 |
cls.add_method('GetType',
|
|
2448 |
'uint8_t',
|
|
2449 |
[],
|
|
2450 |
is_const=True)
|
|
2451 |
## wimax-mac-header.h: static ns3::TypeId ns3::MacHeaderType::GetTypeId() [member function]
|
|
2452 |
cls.add_method('GetTypeId',
|
|
2453 |
'ns3::TypeId',
|
|
2454 |
[],
|
|
2455 |
is_static=True)
|
|
2456 |
## wimax-mac-header.h: void ns3::MacHeaderType::Print(std::ostream & os) const [member function]
|
|
2457 |
cls.add_method('Print',
|
|
2458 |
'void',
|
|
2459 |
[param('std::ostream &', 'os')],
|
|
2460 |
is_const=True, is_virtual=True)
|
|
2461 |
## wimax-mac-header.h: void ns3::MacHeaderType::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2462 |
cls.add_method('Serialize',
|
|
2463 |
'void',
|
|
2464 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2465 |
is_const=True, is_virtual=True)
|
|
2466 |
## wimax-mac-header.h: void ns3::MacHeaderType::SetType(uint8_t type) [member function]
|
|
2467 |
cls.add_method('SetType',
|
|
2468 |
'void',
|
|
2469 |
[param('uint8_t', 'type')])
|
|
2470 |
return
|
|
2471 |
|
|
2472 |
def register_Ns3ManagementMessageType_methods(root_module, cls):
|
|
2473 |
## mac-messages.h: ns3::ManagementMessageType::ManagementMessageType(ns3::ManagementMessageType const & arg0) [copy constructor]
|
|
2474 |
cls.add_constructor([param('ns3::ManagementMessageType const &', 'arg0')])
|
|
2475 |
## mac-messages.h: ns3::ManagementMessageType::ManagementMessageType() [constructor]
|
|
2476 |
cls.add_constructor([])
|
|
2477 |
## mac-messages.h: ns3::ManagementMessageType::ManagementMessageType(uint8_t type) [constructor]
|
|
2478 |
cls.add_constructor([param('uint8_t', 'type')])
|
|
2479 |
## mac-messages.h: uint32_t ns3::ManagementMessageType::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
2480 |
cls.add_method('Deserialize',
|
|
2481 |
'uint32_t',
|
|
2482 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2483 |
is_virtual=True)
|
|
2484 |
## mac-messages.h: ns3::TypeId ns3::ManagementMessageType::GetInstanceTypeId() const [member function]
|
|
2485 |
cls.add_method('GetInstanceTypeId',
|
|
2486 |
'ns3::TypeId',
|
|
2487 |
[],
|
|
2488 |
is_const=True, is_virtual=True)
|
|
2489 |
## mac-messages.h: std::string ns3::ManagementMessageType::GetName() const [member function]
|
|
2490 |
cls.add_method('GetName',
|
|
2491 |
'std::string',
|
|
2492 |
[],
|
|
2493 |
is_const=True)
|
|
2494 |
## mac-messages.h: uint32_t ns3::ManagementMessageType::GetSerializedSize() const [member function]
|
|
2495 |
cls.add_method('GetSerializedSize',
|
|
2496 |
'uint32_t',
|
|
2497 |
[],
|
|
2498 |
is_const=True, is_virtual=True)
|
|
2499 |
## mac-messages.h: uint8_t ns3::ManagementMessageType::GetType() const [member function]
|
|
2500 |
cls.add_method('GetType',
|
|
2501 |
'uint8_t',
|
|
2502 |
[],
|
|
2503 |
is_const=True)
|
|
2504 |
## mac-messages.h: static ns3::TypeId ns3::ManagementMessageType::GetTypeId() [member function]
|
|
2505 |
cls.add_method('GetTypeId',
|
|
2506 |
'ns3::TypeId',
|
|
2507 |
[],
|
|
2508 |
is_static=True)
|
|
2509 |
## mac-messages.h: void ns3::ManagementMessageType::Print(std::ostream & os) const [member function]
|
|
2510 |
cls.add_method('Print',
|
|
2511 |
'void',
|
|
2512 |
[param('std::ostream &', 'os')],
|
|
2513 |
is_const=True, is_virtual=True)
|
|
2514 |
## mac-messages.h: void ns3::ManagementMessageType::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2515 |
cls.add_method('Serialize',
|
|
2516 |
'void',
|
|
2517 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2518 |
is_const=True, is_virtual=True)
|
|
2519 |
## mac-messages.h: void ns3::ManagementMessageType::SetType(uint8_t type) [member function]
|
|
2520 |
cls.add_method('SetType',
|
|
2521 |
'void',
|
|
2522 |
[param('uint8_t', 'type')])
|
|
2523 |
return
|
|
2524 |
|
|
2525 |
def register_Ns3OfdmDownlinkFramePrefix_methods(root_module, cls):
|
|
2526 |
## ofdm-downlink-frame-prefix.h: ns3::OfdmDownlinkFramePrefix::OfdmDownlinkFramePrefix(ns3::OfdmDownlinkFramePrefix const & arg0) [copy constructor]
|
|
2527 |
cls.add_constructor([param('ns3::OfdmDownlinkFramePrefix const &', 'arg0')])
|
|
2528 |
## ofdm-downlink-frame-prefix.h: ns3::OfdmDownlinkFramePrefix::OfdmDownlinkFramePrefix() [constructor]
|
|
2529 |
cls.add_constructor([])
|
|
2530 |
## ofdm-downlink-frame-prefix.h: void ns3::OfdmDownlinkFramePrefix::AddDlFramePrefixElement(ns3::DlFramePrefixIe dlFramePrefixElement) [member function]
|
|
2531 |
cls.add_method('AddDlFramePrefixElement',
|
|
2532 |
'void',
|
|
2533 |
[param('ns3::DlFramePrefixIe', 'dlFramePrefixElement')])
|
|
2534 |
## ofdm-downlink-frame-prefix.h: uint32_t ns3::OfdmDownlinkFramePrefix::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
2535 |
cls.add_method('Deserialize',
|
|
2536 |
'uint32_t',
|
|
2537 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2538 |
is_virtual=True)
|
|
2539 |
## ofdm-downlink-frame-prefix.h: ns3::Mac48Address ns3::OfdmDownlinkFramePrefix::GetBaseStationId() const [member function]
|
|
2540 |
cls.add_method('GetBaseStationId',
|
|
2541 |
'ns3::Mac48Address',
|
|
2542 |
[],
|
|
2543 |
is_const=True)
|
|
2544 |
## ofdm-downlink-frame-prefix.h: uint8_t ns3::OfdmDownlinkFramePrefix::GetConfigurationChangeCount() const [member function]
|
|
2545 |
cls.add_method('GetConfigurationChangeCount',
|
|
2546 |
'uint8_t',
|
|
2547 |
[],
|
|
2548 |
is_const=True)
|
|
2549 |
## ofdm-downlink-frame-prefix.h: std::vector<ns3::DlFramePrefixIe, std::allocator<ns3::DlFramePrefixIe> > ns3::OfdmDownlinkFramePrefix::GetDlFramePrefixElements() const [member function]
|
|
2550 |
cls.add_method('GetDlFramePrefixElements',
|
|
2551 |
'std::vector< ns3::DlFramePrefixIe >',
|
|
2552 |
[],
|
|
2553 |
is_const=True)
|
|
2554 |
## ofdm-downlink-frame-prefix.h: uint32_t ns3::OfdmDownlinkFramePrefix::GetFrameNumber() const [member function]
|
|
2555 |
cls.add_method('GetFrameNumber',
|
|
2556 |
'uint32_t',
|
|
2557 |
[],
|
|
2558 |
is_const=True)
|
|
2559 |
## ofdm-downlink-frame-prefix.h: uint8_t ns3::OfdmDownlinkFramePrefix::GetHcs() const [member function]
|
|
2560 |
cls.add_method('GetHcs',
|
|
2561 |
'uint8_t',
|
|
2562 |
[],
|
|
2563 |
is_const=True)
|
|
2564 |
## ofdm-downlink-frame-prefix.h: std::string ns3::OfdmDownlinkFramePrefix::GetName() const [member function]
|
|
2565 |
cls.add_method('GetName',
|
|
2566 |
'std::string',
|
|
2567 |
[],
|
|
2568 |
is_const=True)
|
|
2569 |
## ofdm-downlink-frame-prefix.h: uint32_t ns3::OfdmDownlinkFramePrefix::GetSerializedSize() const [member function]
|
|
2570 |
cls.add_method('GetSerializedSize',
|
|
2571 |
'uint32_t',
|
|
2572 |
[],
|
|
2573 |
is_const=True, is_virtual=True)
|
|
2574 |
## ofdm-downlink-frame-prefix.h: void ns3::OfdmDownlinkFramePrefix::Print(std::ostream & os) const [member function]
|
|
2575 |
cls.add_method('Print',
|
|
2576 |
'void',
|
|
2577 |
[param('std::ostream &', 'os')],
|
|
2578 |
is_const=True, is_virtual=True)
|
|
2579 |
## ofdm-downlink-frame-prefix.h: void ns3::OfdmDownlinkFramePrefix::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2580 |
cls.add_method('Serialize',
|
|
2581 |
'void',
|
|
2582 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2583 |
is_const=True, is_virtual=True)
|
|
2584 |
## ofdm-downlink-frame-prefix.h: void ns3::OfdmDownlinkFramePrefix::SetBaseStationId(ns3::Mac48Address baseStationId) [member function]
|
|
2585 |
cls.add_method('SetBaseStationId',
|
|
2586 |
'void',
|
|
2587 |
[param('ns3::Mac48Address', 'baseStationId')])
|
|
2588 |
## ofdm-downlink-frame-prefix.h: void ns3::OfdmDownlinkFramePrefix::SetConfigurationChangeCount(uint8_t configurationChangeCount) [member function]
|
|
2589 |
cls.add_method('SetConfigurationChangeCount',
|
|
2590 |
'void',
|
|
2591 |
[param('uint8_t', 'configurationChangeCount')])
|
|
2592 |
## ofdm-downlink-frame-prefix.h: void ns3::OfdmDownlinkFramePrefix::SetFrameNumber(uint32_t frameNumber) [member function]
|
|
2593 |
cls.add_method('SetFrameNumber',
|
|
2594 |
'void',
|
|
2595 |
[param('uint32_t', 'frameNumber')])
|
|
2596 |
## ofdm-downlink-frame-prefix.h: void ns3::OfdmDownlinkFramePrefix::SetHcs(uint8_t hcs) [member function]
|
|
2597 |
cls.add_method('SetHcs',
|
|
2598 |
'void',
|
|
2599 |
[param('uint8_t', 'hcs')])
|
|
2600 |
return
|
|
2601 |
|
|
2602 |
def register_Ns3OfdmSendParams_methods(root_module, cls):
|
|
2603 |
## send-params.h: ns3::OfdmSendParams::OfdmSendParams(ns3::OfdmSendParams const & arg0) [copy constructor]
|
|
2604 |
cls.add_constructor([param('ns3::OfdmSendParams const &', 'arg0')])
|
|
2605 |
## send-params.h: ns3::OfdmSendParams::OfdmSendParams(ns3::Ptr<ns3::PacketBurst> burst, uint8_t modulationType, uint8_t direction) [constructor]
|
|
2606 |
cls.add_constructor([param('ns3::Ptr< ns3::PacketBurst >', 'burst'), param('uint8_t', 'modulationType'), param('uint8_t', 'direction')])
|
|
2607 |
## send-params.h: ns3::Ptr<ns3::PacketBurst> ns3::OfdmSendParams::GetBurst() const [member function]
|
|
2608 |
cls.add_method('GetBurst',
|
|
2609 |
'ns3::Ptr< ns3::PacketBurst >',
|
|
2610 |
[],
|
|
2611 |
is_const=True)
|
|
2612 |
## send-params.h: uint8_t ns3::OfdmSendParams::GetDirection() const [member function]
|
|
2613 |
cls.add_method('GetDirection',
|
|
2614 |
'uint8_t',
|
|
2615 |
[],
|
|
2616 |
is_const=True)
|
|
2617 |
## send-params.h: uint8_t ns3::OfdmSendParams::GetModulationType() const [member function]
|
|
2618 |
cls.add_method('GetModulationType',
|
|
2619 |
'uint8_t',
|
|
2620 |
[],
|
|
2621 |
is_const=True)
|
|
2622 |
return
|
|
2623 |
|
|
2624 |
def register_Ns3OfdmUcdChannelEncodings_methods(root_module, cls):
|
|
2625 |
## ul-mac-messages.h: ns3::OfdmUcdChannelEncodings::OfdmUcdChannelEncodings(ns3::OfdmUcdChannelEncodings const & arg0) [copy constructor]
|
|
2626 |
cls.add_constructor([param('ns3::OfdmUcdChannelEncodings const &', 'arg0')])
|
|
2627 |
## ul-mac-messages.h: ns3::OfdmUcdChannelEncodings::OfdmUcdChannelEncodings() [constructor]
|
|
2628 |
cls.add_constructor([])
|
|
2629 |
## ul-mac-messages.h: uint8_t ns3::OfdmUcdChannelEncodings::GetSbchnlFocContCodes() const [member function]
|
|
2630 |
cls.add_method('GetSbchnlFocContCodes',
|
|
2631 |
'uint8_t',
|
|
2632 |
[],
|
|
2633 |
is_const=True)
|
|
2634 |
## ul-mac-messages.h: uint8_t ns3::OfdmUcdChannelEncodings::GetSbchnlReqRegionFullParams() const [member function]
|
|
2635 |
cls.add_method('GetSbchnlReqRegionFullParams',
|
|
2636 |
'uint8_t',
|
|
2637 |
[],
|
|
2638 |
is_const=True)
|
|
2639 |
## ul-mac-messages.h: uint16_t ns3::OfdmUcdChannelEncodings::GetSize() const [member function]
|
|
2640 |
cls.add_method('GetSize',
|
|
2641 |
'uint16_t',
|
|
2642 |
[],
|
|
2643 |
is_const=True)
|
|
2644 |
## ul-mac-messages.h: void ns3::OfdmUcdChannelEncodings::SetSbchnlFocContCodes(uint8_t sbchnlFocContCodes) [member function]
|
|
2645 |
cls.add_method('SetSbchnlFocContCodes',
|
|
2646 |
'void',
|
|
2647 |
[param('uint8_t', 'sbchnlFocContCodes')])
|
|
2648 |
## ul-mac-messages.h: void ns3::OfdmUcdChannelEncodings::SetSbchnlReqRegionFullParams(uint8_t sbchnlReqRegionFullParams) [member function]
|
|
2649 |
cls.add_method('SetSbchnlReqRegionFullParams',
|
|
2650 |
'void',
|
|
2651 |
[param('uint8_t', 'sbchnlReqRegionFullParams')])
|
|
2652 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmUcdChannelEncodings::DoRead(ns3::Buffer::Iterator start) [member function]
|
|
2653 |
cls.add_method('DoRead',
|
|
2654 |
'ns3::Buffer::Iterator',
|
|
2655 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2656 |
visibility='private', is_virtual=True)
|
|
2657 |
## ul-mac-messages.h: ns3::Buffer::Iterator ns3::OfdmUcdChannelEncodings::DoWrite(ns3::Buffer::Iterator start) const [member function]
|
|
2658 |
cls.add_method('DoWrite',
|
|
2659 |
'ns3::Buffer::Iterator',
|
|
2660 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2661 |
is_const=True, visibility='private', is_virtual=True)
|
|
2662 |
return
|
|
2663 |
|
|
2664 |
def register_Ns3PortRangeTlvValue_methods(root_module, cls):
|
|
2665 |
## wimax-tlv.h: ns3::PortRangeTlvValue::PortRangeTlvValue(ns3::PortRangeTlvValue const & arg0) [copy constructor]
|
|
2666 |
cls.add_constructor([param('ns3::PortRangeTlvValue const &', 'arg0')])
|
|
2667 |
## wimax-tlv.h: ns3::PortRangeTlvValue::PortRangeTlvValue() [constructor]
|
|
2668 |
cls.add_constructor([])
|
|
2669 |
## wimax-tlv.h: void ns3::PortRangeTlvValue::Add(uint16_t portLow, uint16_t portHigh) [member function]
|
|
2670 |
cls.add_method('Add',
|
|
2671 |
'void',
|
|
2672 |
[param('uint16_t', 'portLow'), param('uint16_t', 'portHigh')])
|
|
2673 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<const ns3::PortRangeTlvValue::PortRange*,std::vector<ns3::PortRangeTlvValue::PortRange, std::allocator<ns3::PortRangeTlvValue::PortRange> > > ns3::PortRangeTlvValue::Begin() const [member function]
|
|
2674 |
cls.add_method('Begin',
|
|
2675 |
'__gnu_cxx::__normal_iterator< ns3::PortRangeTlvValue::PortRange const *, std::vector< ns3::PortRangeTlvValue::PortRange > >',
|
|
2676 |
[],
|
|
2677 |
is_const=True)
|
|
2678 |
## wimax-tlv.h: ns3::PortRangeTlvValue * ns3::PortRangeTlvValue::Copy() const [member function]
|
|
2679 |
cls.add_method('Copy',
|
|
2680 |
'ns3::PortRangeTlvValue *',
|
|
2681 |
[],
|
|
2682 |
is_const=True, is_virtual=True)
|
|
2683 |
## wimax-tlv.h: uint32_t ns3::PortRangeTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
2684 |
cls.add_method('Deserialize',
|
|
2685 |
'uint32_t',
|
|
2686 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
2687 |
is_virtual=True)
|
|
2688 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<const ns3::PortRangeTlvValue::PortRange*,std::vector<ns3::PortRangeTlvValue::PortRange, std::allocator<ns3::PortRangeTlvValue::PortRange> > > ns3::PortRangeTlvValue::End() const [member function]
|
|
2689 |
cls.add_method('End',
|
|
2690 |
'__gnu_cxx::__normal_iterator< ns3::PortRangeTlvValue::PortRange const *, std::vector< ns3::PortRangeTlvValue::PortRange > >',
|
|
2691 |
[],
|
|
2692 |
is_const=True)
|
|
2693 |
## wimax-tlv.h: uint32_t ns3::PortRangeTlvValue::GetSerializedSize() const [member function]
|
|
2694 |
cls.add_method('GetSerializedSize',
|
|
2695 |
'uint32_t',
|
|
2696 |
[],
|
|
2697 |
is_const=True, is_virtual=True)
|
|
2698 |
## wimax-tlv.h: void ns3::PortRangeTlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2699 |
cls.add_method('Serialize',
|
|
2700 |
'void',
|
|
2701 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2702 |
is_const=True, is_virtual=True)
|
|
2703 |
return
|
|
2704 |
|
|
2705 |
def register_Ns3PortRangeTlvValuePortRange_methods(root_module, cls):
|
|
2706 |
## wimax-tlv.h: ns3::PortRangeTlvValue::PortRange::PortRange() [constructor]
|
|
2707 |
cls.add_constructor([])
|
|
2708 |
## wimax-tlv.h: ns3::PortRangeTlvValue::PortRange::PortRange(ns3::PortRangeTlvValue::PortRange const & arg0) [copy constructor]
|
|
2709 |
cls.add_constructor([param('ns3::PortRangeTlvValue::PortRange const &', 'arg0')])
|
|
2710 |
## wimax-tlv.h: ns3::PortRangeTlvValue::PortRange::PortHigh [variable]
|
|
2711 |
cls.add_instance_attribute('PortHigh', 'uint16_t', is_const=False)
|
|
2712 |
## wimax-tlv.h: ns3::PortRangeTlvValue::PortRange::PortLow [variable]
|
|
2713 |
cls.add_instance_attribute('PortLow', 'uint16_t', is_const=False)
|
|
2714 |
return
|
|
2715 |
|
|
2716 |
def register_Ns3PriorityUlJob_methods(root_module, cls):
|
|
2717 |
## ul-job.h: ns3::PriorityUlJob::PriorityUlJob(ns3::PriorityUlJob const & arg0) [copy constructor]
|
|
2718 |
cls.add_constructor([param('ns3::PriorityUlJob const &', 'arg0')])
|
|
2719 |
## ul-job.h: ns3::PriorityUlJob::PriorityUlJob() [constructor]
|
|
2720 |
cls.add_constructor([])
|
|
2721 |
## ul-job.h: int ns3::PriorityUlJob::GetPriority() [member function]
|
|
2722 |
cls.add_method('GetPriority',
|
|
2723 |
'int',
|
|
2724 |
[])
|
|
2725 |
## ul-job.h: ns3::Ptr<ns3::UlJob> ns3::PriorityUlJob::GetUlJob() [member function]
|
|
2726 |
cls.add_method('GetUlJob',
|
|
2727 |
'ns3::Ptr< ns3::UlJob >',
|
|
2728 |
[])
|
|
2729 |
## ul-job.h: void ns3::PriorityUlJob::SetPriority(int priority) [member function]
|
|
2730 |
cls.add_method('SetPriority',
|
|
2731 |
'void',
|
|
2732 |
[param('int', 'priority')])
|
|
2733 |
## ul-job.h: void ns3::PriorityUlJob::SetUlJob(ns3::Ptr<ns3::UlJob> job) [member function]
|
|
2734 |
cls.add_method('SetUlJob',
|
|
2735 |
'void',
|
|
2736 |
[param('ns3::Ptr< ns3::UlJob >', 'job')])
|
|
2737 |
return
|
|
2738 |
|
|
2739 |
def register_Ns3ProtocolTlvValue_methods(root_module, cls):
|
|
2740 |
## wimax-tlv.h: ns3::ProtocolTlvValue::ProtocolTlvValue(ns3::ProtocolTlvValue const & arg0) [copy constructor]
|
|
2741 |
cls.add_constructor([param('ns3::ProtocolTlvValue const &', 'arg0')])
|
|
2742 |
## wimax-tlv.h: ns3::ProtocolTlvValue::ProtocolTlvValue() [constructor]
|
|
2743 |
cls.add_constructor([])
|
|
2744 |
## wimax-tlv.h: void ns3::ProtocolTlvValue::Add(uint8_t protiocol) [member function]
|
|
2745 |
cls.add_method('Add',
|
|
2746 |
'void',
|
|
2747 |
[param('uint8_t', 'protiocol')])
|
|
2748 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<const unsigned char*,std::vector<unsigned char, std::allocator<unsigned char> > > ns3::ProtocolTlvValue::Begin() const [member function]
|
|
2749 |
cls.add_method('Begin',
|
|
2750 |
'__gnu_cxx::__normal_iterator< unsigned char const *, std::vector< unsigned char > >',
|
|
2751 |
[],
|
|
2752 |
is_const=True)
|
|
2753 |
## wimax-tlv.h: ns3::ProtocolTlvValue * ns3::ProtocolTlvValue::Copy() const [member function]
|
|
2754 |
cls.add_method('Copy',
|
|
2755 |
'ns3::ProtocolTlvValue *',
|
|
2756 |
[],
|
|
2757 |
is_const=True, is_virtual=True)
|
|
2758 |
## wimax-tlv.h: uint32_t ns3::ProtocolTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
2759 |
cls.add_method('Deserialize',
|
|
2760 |
'uint32_t',
|
|
2761 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
2762 |
is_virtual=True)
|
|
2763 |
## wimax-tlv.h: __gnu_cxx::__normal_iterator<const unsigned char*,std::vector<unsigned char, std::allocator<unsigned char> > > ns3::ProtocolTlvValue::End() const [member function]
|
|
2764 |
cls.add_method('End',
|
|
2765 |
'__gnu_cxx::__normal_iterator< unsigned char const *, std::vector< unsigned char > >',
|
|
2766 |
[],
|
|
2767 |
is_const=True)
|
|
2768 |
## wimax-tlv.h: uint32_t ns3::ProtocolTlvValue::GetSerializedSize() const [member function]
|
|
2769 |
cls.add_method('GetSerializedSize',
|
|
2770 |
'uint32_t',
|
|
2771 |
[],
|
|
2772 |
is_const=True, is_virtual=True)
|
|
2773 |
## wimax-tlv.h: void ns3::ProtocolTlvValue::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2774 |
cls.add_method('Serialize',
|
|
2775 |
'void',
|
|
2776 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2777 |
is_const=True, is_virtual=True)
|
|
2778 |
return
|
|
2779 |
|
|
2780 |
def register_Ns3RngReq_methods(root_module, cls):
|
|
2781 |
## mac-messages.h: ns3::RngReq::RngReq(ns3::RngReq const & arg0) [copy constructor]
|
|
2782 |
cls.add_constructor([param('ns3::RngReq const &', 'arg0')])
|
|
2783 |
## mac-messages.h: ns3::RngReq::RngReq() [constructor]
|
|
2784 |
cls.add_constructor([])
|
|
2785 |
## mac-messages.h: uint32_t ns3::RngReq::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
2786 |
cls.add_method('Deserialize',
|
|
2787 |
'uint32_t',
|
|
2788 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2789 |
is_virtual=True)
|
|
2790 |
## mac-messages.h: ns3::TypeId ns3::RngReq::GetInstanceTypeId() const [member function]
|
|
2791 |
cls.add_method('GetInstanceTypeId',
|
|
2792 |
'ns3::TypeId',
|
|
2793 |
[],
|
|
2794 |
is_const=True, is_virtual=True)
|
|
2795 |
## mac-messages.h: ns3::Mac48Address ns3::RngReq::GetMacAddress() const [member function]
|
|
2796 |
cls.add_method('GetMacAddress',
|
|
2797 |
'ns3::Mac48Address',
|
|
2798 |
[],
|
|
2799 |
is_const=True)
|
|
2800 |
## mac-messages.h: std::string ns3::RngReq::GetName() const [member function]
|
|
2801 |
cls.add_method('GetName',
|
|
2802 |
'std::string',
|
|
2803 |
[],
|
|
2804 |
is_const=True)
|
|
2805 |
## mac-messages.h: uint8_t ns3::RngReq::GetRangingAnomalies() const [member function]
|
|
2806 |
cls.add_method('GetRangingAnomalies',
|
|
2807 |
'uint8_t',
|
|
2808 |
[],
|
|
2809 |
is_const=True)
|
|
2810 |
## mac-messages.h: uint8_t ns3::RngReq::GetReqDlBurstProfile() const [member function]
|
|
2811 |
cls.add_method('GetReqDlBurstProfile',
|
|
2812 |
'uint8_t',
|
|
2813 |
[],
|
|
2814 |
is_const=True)
|
|
2815 |
## mac-messages.h: uint32_t ns3::RngReq::GetSerializedSize() const [member function]
|
|
2816 |
cls.add_method('GetSerializedSize',
|
|
2817 |
'uint32_t',
|
|
2818 |
[],
|
|
2819 |
is_const=True, is_virtual=True)
|
|
2820 |
## mac-messages.h: static ns3::TypeId ns3::RngReq::GetTypeId() [member function]
|
|
2821 |
cls.add_method('GetTypeId',
|
|
2822 |
'ns3::TypeId',
|
|
2823 |
[],
|
|
2824 |
is_static=True)
|
|
2825 |
## mac-messages.h: void ns3::RngReq::Print(std::ostream & os) const [member function]
|
|
2826 |
cls.add_method('Print',
|
|
2827 |
'void',
|
|
2828 |
[param('std::ostream &', 'os')],
|
|
2829 |
is_const=True, is_virtual=True)
|
|
2830 |
## mac-messages.h: void ns3::RngReq::PrintDebug() const [member function]
|
|
2831 |
cls.add_method('PrintDebug',
|
|
2832 |
'void',
|
|
2833 |
[],
|
|
2834 |
is_const=True)
|
|
2835 |
## mac-messages.h: void ns3::RngReq::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2836 |
cls.add_method('Serialize',
|
|
2837 |
'void',
|
|
2838 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2839 |
is_const=True, is_virtual=True)
|
|
2840 |
## mac-messages.h: void ns3::RngReq::SetMacAddress(ns3::Mac48Address macAddress) [member function]
|
|
2841 |
cls.add_method('SetMacAddress',
|
|
2842 |
'void',
|
|
2843 |
[param('ns3::Mac48Address', 'macAddress')])
|
|
2844 |
## mac-messages.h: void ns3::RngReq::SetRangingAnomalies(uint8_t rangingAnomalies) [member function]
|
|
2845 |
cls.add_method('SetRangingAnomalies',
|
|
2846 |
'void',
|
|
2847 |
[param('uint8_t', 'rangingAnomalies')])
|
|
2848 |
## mac-messages.h: void ns3::RngReq::SetReqDlBurstProfile(uint8_t reqDlBurstProfile) [member function]
|
|
2849 |
cls.add_method('SetReqDlBurstProfile',
|
|
2850 |
'void',
|
|
2851 |
[param('uint8_t', 'reqDlBurstProfile')])
|
|
2852 |
return
|
|
2853 |
|
|
2854 |
def register_Ns3RngRsp_methods(root_module, cls):
|
|
2855 |
## mac-messages.h: ns3::RngRsp::RngRsp(ns3::RngRsp const & arg0) [copy constructor]
|
|
2856 |
cls.add_constructor([param('ns3::RngRsp const &', 'arg0')])
|
|
2857 |
## mac-messages.h: ns3::RngRsp::RngRsp() [constructor]
|
|
2858 |
cls.add_constructor([])
|
|
2859 |
## mac-messages.h: uint32_t ns3::RngRsp::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
2860 |
cls.add_method('Deserialize',
|
|
2861 |
'uint32_t',
|
|
2862 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2863 |
is_virtual=True)
|
|
2864 |
## mac-messages.h: uint8_t ns3::RngRsp::GetAasBdcastPermission() const [member function]
|
|
2865 |
cls.add_method('GetAasBdcastPermission',
|
|
2866 |
'uint8_t',
|
|
2867 |
[],
|
|
2868 |
is_const=True)
|
|
2869 |
## mac-messages.h: ns3::Cid ns3::RngRsp::GetBasicCid() const [member function]
|
|
2870 |
cls.add_method('GetBasicCid',
|
|
2871 |
'ns3::Cid',
|
|
2872 |
[],
|
|
2873 |
is_const=True)
|
|
2874 |
## mac-messages.h: uint32_t ns3::RngRsp::GetDlFreqOverride() const [member function]
|
|
2875 |
cls.add_method('GetDlFreqOverride',
|
|
2876 |
'uint32_t',
|
|
2877 |
[],
|
|
2878 |
is_const=True)
|
|
2879 |
## mac-messages.h: uint16_t ns3::RngRsp::GetDlOperBurstProfile() const [member function]
|
|
2880 |
cls.add_method('GetDlOperBurstProfile',
|
|
2881 |
'uint16_t',
|
|
2882 |
[],
|
|
2883 |
is_const=True)
|
|
2884 |
## mac-messages.h: uint32_t ns3::RngRsp::GetFrameNumber() const [member function]
|
|
2885 |
cls.add_method('GetFrameNumber',
|
|
2886 |
'uint32_t',
|
|
2887 |
[],
|
|
2888 |
is_const=True)
|
|
2889 |
## mac-messages.h: uint8_t ns3::RngRsp::GetInitRangOppNumber() const [member function]
|
|
2890 |
cls.add_method('GetInitRangOppNumber',
|
|
2891 |
'uint8_t',
|
|
2892 |
[],
|
|
2893 |
is_const=True)
|
|
2894 |
## mac-messages.h: ns3::TypeId ns3::RngRsp::GetInstanceTypeId() const [member function]
|
|
2895 |
cls.add_method('GetInstanceTypeId',
|
|
2896 |
'ns3::TypeId',
|
|
2897 |
[],
|
|
2898 |
is_const=True, is_virtual=True)
|
|
2899 |
## mac-messages.h: ns3::Mac48Address ns3::RngRsp::GetMacAddress() const [member function]
|
|
2900 |
cls.add_method('GetMacAddress',
|
|
2901 |
'ns3::Mac48Address',
|
|
2902 |
[],
|
|
2903 |
is_const=True)
|
|
2904 |
## mac-messages.h: std::string ns3::RngRsp::GetName() const [member function]
|
|
2905 |
cls.add_method('GetName',
|
|
2906 |
'std::string',
|
|
2907 |
[],
|
|
2908 |
is_const=True)
|
|
2909 |
## mac-messages.h: uint32_t ns3::RngRsp::GetOffsetFreqAdjust() const [member function]
|
|
2910 |
cls.add_method('GetOffsetFreqAdjust',
|
|
2911 |
'uint32_t',
|
|
2912 |
[],
|
|
2913 |
is_const=True)
|
|
2914 |
## mac-messages.h: uint8_t ns3::RngRsp::GetPowerLevelAdjust() const [member function]
|
|
2915 |
cls.add_method('GetPowerLevelAdjust',
|
|
2916 |
'uint8_t',
|
|
2917 |
[],
|
|
2918 |
is_const=True)
|
|
2919 |
## mac-messages.h: ns3::Cid ns3::RngRsp::GetPrimaryCid() const [member function]
|
|
2920 |
cls.add_method('GetPrimaryCid',
|
|
2921 |
'ns3::Cid',
|
|
2922 |
[],
|
|
2923 |
is_const=True)
|
|
2924 |
## mac-messages.h: uint8_t ns3::RngRsp::GetRangStatus() const [member function]
|
|
2925 |
cls.add_method('GetRangStatus',
|
|
2926 |
'uint8_t',
|
|
2927 |
[],
|
|
2928 |
is_const=True)
|
|
2929 |
## mac-messages.h: uint8_t ns3::RngRsp::GetRangSubchnl() const [member function]
|
|
2930 |
cls.add_method('GetRangSubchnl',
|
|
2931 |
'uint8_t',
|
|
2932 |
[],
|
|
2933 |
is_const=True)
|
|
2934 |
## mac-messages.h: uint32_t ns3::RngRsp::GetSerializedSize() const [member function]
|
|
2935 |
cls.add_method('GetSerializedSize',
|
|
2936 |
'uint32_t',
|
|
2937 |
[],
|
|
2938 |
is_const=True, is_virtual=True)
|
|
2939 |
## mac-messages.h: uint32_t ns3::RngRsp::GetTimingAdjust() const [member function]
|
|
2940 |
cls.add_method('GetTimingAdjust',
|
|
2941 |
'uint32_t',
|
|
2942 |
[],
|
|
2943 |
is_const=True)
|
|
2944 |
## mac-messages.h: static ns3::TypeId ns3::RngRsp::GetTypeId() [member function]
|
|
2945 |
cls.add_method('GetTypeId',
|
|
2946 |
'ns3::TypeId',
|
|
2947 |
[],
|
|
2948 |
is_static=True)
|
|
2949 |
## mac-messages.h: uint8_t ns3::RngRsp::GetUlChnlIdOverride() const [member function]
|
|
2950 |
cls.add_method('GetUlChnlIdOverride',
|
|
2951 |
'uint8_t',
|
|
2952 |
[],
|
|
2953 |
is_const=True)
|
|
2954 |
## mac-messages.h: void ns3::RngRsp::Print(std::ostream & os) const [member function]
|
|
2955 |
cls.add_method('Print',
|
|
2956 |
'void',
|
|
2957 |
[param('std::ostream &', 'os')],
|
|
2958 |
is_const=True, is_virtual=True)
|
|
2959 |
## mac-messages.h: void ns3::RngRsp::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
2960 |
cls.add_method('Serialize',
|
|
2961 |
'void',
|
|
2962 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
2963 |
is_const=True, is_virtual=True)
|
|
2964 |
## mac-messages.h: void ns3::RngRsp::SetAasBdcastPermission(uint8_t aasBdcastPermission) [member function]
|
|
2965 |
cls.add_method('SetAasBdcastPermission',
|
|
2966 |
'void',
|
|
2967 |
[param('uint8_t', 'aasBdcastPermission')])
|
|
2968 |
## mac-messages.h: void ns3::RngRsp::SetBasicCid(ns3::Cid basicCid) [member function]
|
|
2969 |
cls.add_method('SetBasicCid',
|
|
2970 |
'void',
|
|
2971 |
[param('ns3::Cid', 'basicCid')])
|
|
2972 |
## mac-messages.h: void ns3::RngRsp::SetDlFreqOverride(uint32_t dlFreqOverride) [member function]
|
|
2973 |
cls.add_method('SetDlFreqOverride',
|
|
2974 |
'void',
|
|
2975 |
[param('uint32_t', 'dlFreqOverride')])
|
|
2976 |
## mac-messages.h: void ns3::RngRsp::SetDlOperBurstProfile(uint16_t dlOperBurstProfile) [member function]
|
|
2977 |
cls.add_method('SetDlOperBurstProfile',
|
|
2978 |
'void',
|
|
2979 |
[param('uint16_t', 'dlOperBurstProfile')])
|
|
2980 |
## mac-messages.h: void ns3::RngRsp::SetFrameNumber(uint32_t frameNumber) [member function]
|
|
2981 |
cls.add_method('SetFrameNumber',
|
|
2982 |
'void',
|
|
2983 |
[param('uint32_t', 'frameNumber')])
|
|
2984 |
## mac-messages.h: void ns3::RngRsp::SetInitRangOppNumber(uint8_t initRangOppNumber) [member function]
|
|
2985 |
cls.add_method('SetInitRangOppNumber',
|
|
2986 |
'void',
|
|
2987 |
[param('uint8_t', 'initRangOppNumber')])
|
|
2988 |
## mac-messages.h: void ns3::RngRsp::SetMacAddress(ns3::Mac48Address macAddress) [member function]
|
|
2989 |
cls.add_method('SetMacAddress',
|
|
2990 |
'void',
|
|
2991 |
[param('ns3::Mac48Address', 'macAddress')])
|
|
2992 |
## mac-messages.h: void ns3::RngRsp::SetOffsetFreqAdjust(uint32_t offsetFreqAdjust) [member function]
|
|
2993 |
cls.add_method('SetOffsetFreqAdjust',
|
|
2994 |
'void',
|
|
2995 |
[param('uint32_t', 'offsetFreqAdjust')])
|
|
2996 |
## mac-messages.h: void ns3::RngRsp::SetPowerLevelAdjust(uint8_t powerLevelAdjust) [member function]
|
|
2997 |
cls.add_method('SetPowerLevelAdjust',
|
|
2998 |
'void',
|
|
2999 |
[param('uint8_t', 'powerLevelAdjust')])
|
|
3000 |
## mac-messages.h: void ns3::RngRsp::SetPrimaryCid(ns3::Cid primaryCid) [member function]
|
|
3001 |
cls.add_method('SetPrimaryCid',
|
|
3002 |
'void',
|
|
3003 |
[param('ns3::Cid', 'primaryCid')])
|
|
3004 |
## mac-messages.h: void ns3::RngRsp::SetRangStatus(uint8_t rangStatus) [member function]
|
|
3005 |
cls.add_method('SetRangStatus',
|
|
3006 |
'void',
|
|
3007 |
[param('uint8_t', 'rangStatus')])
|
|
3008 |
## mac-messages.h: void ns3::RngRsp::SetRangSubchnl(uint8_t rangSubchnl) [member function]
|
|
3009 |
cls.add_method('SetRangSubchnl',
|
|
3010 |
'void',
|
|
3011 |
[param('uint8_t', 'rangSubchnl')])
|
|
3012 |
## mac-messages.h: void ns3::RngRsp::SetTimingAdjust(uint32_t timingAdjust) [member function]
|
|
3013 |
cls.add_method('SetTimingAdjust',
|
|
3014 |
'void',
|
|
3015 |
[param('uint32_t', 'timingAdjust')])
|
|
3016 |
## mac-messages.h: void ns3::RngRsp::SetUlChnlIdOverride(uint8_t ulChnlIdOverride) [member function]
|
|
3017 |
cls.add_method('SetUlChnlIdOverride',
|
|
3018 |
'void',
|
|
3019 |
[param('uint8_t', 'ulChnlIdOverride')])
|
|
3020 |
return
|
|
3021 |
|
|
3022 |
def register_Ns3SSManager_methods(root_module, cls):
|
|
3023 |
## ss-manager.h: ns3::SSManager::SSManager(ns3::SSManager const & arg0) [copy constructor]
|
|
3024 |
cls.add_constructor([param('ns3::SSManager const &', 'arg0')])
|
|
3025 |
## ss-manager.h: ns3::SSManager::SSManager() [constructor]
|
|
3026 |
cls.add_constructor([])
|
|
3027 |
## ss-manager.h: ns3::SSRecord * ns3::SSManager::CreateSSRecord(ns3::Mac48Address const & macAddress) [member function]
|
|
3028 |
cls.add_method('CreateSSRecord',
|
|
3029 |
'ns3::SSRecord *',
|
|
3030 |
[param('ns3::Mac48Address const &', 'macAddress')])
|
|
3031 |
## ss-manager.h: void ns3::SSManager::DeleteSSRecord(ns3::Cid cid) [member function]
|
|
3032 |
cls.add_method('DeleteSSRecord',
|
|
3033 |
'void',
|
|
3034 |
[param('ns3::Cid', 'cid')])
|
|
3035 |
## ss-manager.h: ns3::Mac48Address ns3::SSManager::GetMacAddress(ns3::Cid cid) const [member function]
|
|
3036 |
cls.add_method('GetMacAddress',
|
|
3037 |
'ns3::Mac48Address',
|
|
3038 |
[param('ns3::Cid', 'cid')],
|
|
3039 |
is_const=True)
|
|
3040 |
## ss-manager.h: uint32_t ns3::SSManager::GetNRegisteredSSs() const [member function]
|
|
3041 |
cls.add_method('GetNRegisteredSSs',
|
|
3042 |
'uint32_t',
|
|
3043 |
[],
|
|
3044 |
is_const=True)
|
|
3045 |
## ss-manager.h: uint32_t ns3::SSManager::GetNSSs() const [member function]
|
|
3046 |
cls.add_method('GetNSSs',
|
|
3047 |
'uint32_t',
|
|
3048 |
[],
|
|
3049 |
is_const=True)
|
|
3050 |
## ss-manager.h: ns3::SSRecord * ns3::SSManager::GetSSRecord(ns3::Mac48Address const & macAddress) const [member function]
|
|
3051 |
cls.add_method('GetSSRecord',
|
|
3052 |
'ns3::SSRecord *',
|
|
3053 |
[param('ns3::Mac48Address const &', 'macAddress')],
|
|
3054 |
is_const=True)
|
|
3055 |
## ss-manager.h: ns3::SSRecord * ns3::SSManager::GetSSRecord(ns3::Cid cid) const [member function]
|
|
3056 |
cls.add_method('GetSSRecord',
|
|
3057 |
'ns3::SSRecord *',
|
|
3058 |
[param('ns3::Cid', 'cid')],
|
|
3059 |
is_const=True)
|
|
3060 |
## ss-manager.h: std::vector<ns3::SSRecord*,std::allocator<ns3::SSRecord*> > * ns3::SSManager::GetSSRecords() const [member function]
|
|
3061 |
cls.add_method('GetSSRecords',
|
|
3062 |
'std::vector< ns3::SSRecord * > *',
|
|
3063 |
[],
|
|
3064 |
is_const=True)
|
|
3065 |
## ss-manager.h: bool ns3::SSManager::IsInRecord(ns3::Mac48Address const & macAddress) const [member function]
|
|
3066 |
cls.add_method('IsInRecord',
|
|
3067 |
'bool',
|
|
3068 |
[param('ns3::Mac48Address const &', 'macAddress')],
|
|
3069 |
is_const=True)
|
|
3070 |
## ss-manager.h: bool ns3::SSManager::IsRegistered(ns3::Mac48Address const & macAddress) const [member function]
|
|
3071 |
cls.add_method('IsRegistered',
|
|
3072 |
'bool',
|
|
3073 |
[param('ns3::Mac48Address const &', 'macAddress')],
|
|
3074 |
is_const=True)
|
|
3075 |
return
|
|
3076 |
|
|
3077 |
def register_Ns3ServiceFlowManager_methods(root_module, cls):
|
|
3078 |
## service-flow-manager.h: ns3::ServiceFlowManager::ServiceFlowManager(ns3::ServiceFlowManager const & arg0) [copy constructor]
|
|
3079 |
cls.add_constructor([param('ns3::ServiceFlowManager const &', 'arg0')])
|
|
3080 |
## service-flow-manager.h: ns3::ServiceFlowManager::ServiceFlowManager() [constructor]
|
|
3081 |
cls.add_constructor([])
|
|
3082 |
## service-flow-manager.h: void ns3::ServiceFlowManager::AddServiceFlow(ns3::ServiceFlow * serviceFlow) [member function]
|
|
3083 |
cls.add_method('AddServiceFlow',
|
|
3084 |
'void',
|
|
3085 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
3086 |
## service-flow-manager.h: bool ns3::ServiceFlowManager::AreServiceFlowsAllocated() [member function]
|
|
3087 |
cls.add_method('AreServiceFlowsAllocated',
|
|
3088 |
'bool',
|
|
3089 |
[])
|
|
3090 |
## service-flow-manager.h: bool ns3::ServiceFlowManager::AreServiceFlowsAllocated(std::vector<ns3::ServiceFlow*,std::allocator<ns3::ServiceFlow*> > * serviceFlows) [member function]
|
|
3091 |
cls.add_method('AreServiceFlowsAllocated',
|
|
3092 |
'bool',
|
|
3093 |
[param('std::vector< ns3::ServiceFlow * > *', 'serviceFlows')])
|
|
3094 |
## service-flow-manager.h: bool ns3::ServiceFlowManager::AreServiceFlowsAllocated(std::vector<ns3::ServiceFlow*,std::allocator<ns3::ServiceFlow*> > serviceFlows) [member function]
|
|
3095 |
cls.add_method('AreServiceFlowsAllocated',
|
|
3096 |
'bool',
|
|
3097 |
[param('std::vector< ns3::ServiceFlow * >', 'serviceFlows')])
|
|
3098 |
## service-flow-manager.h: ns3::ServiceFlow * ns3::ServiceFlowManager::DoClassify(ns3::Ipv4Address SrcAddress, ns3::Ipv4Address DstAddress, uint16_t SrcPort, uint16_t DstPort, uint8_t Proto, ns3::ServiceFlow::Direction dir) const [member function]
|
|
3099 |
cls.add_method('DoClassify',
|
|
3100 |
'ns3::ServiceFlow *',
|
|
3101 |
[param('ns3::Ipv4Address', 'SrcAddress'), param('ns3::Ipv4Address', 'DstAddress'), param('uint16_t', 'SrcPort'), param('uint16_t', 'DstPort'), param('uint8_t', 'Proto'), param('ns3::ServiceFlow::Direction', 'dir')],
|
|
3102 |
is_const=True)
|
|
3103 |
## service-flow-manager.h: void ns3::ServiceFlowManager::DoDispose() [member function]
|
|
3104 |
cls.add_method('DoDispose',
|
|
3105 |
'void',
|
|
3106 |
[],
|
|
3107 |
is_virtual=True)
|
|
3108 |
## service-flow-manager.h: ns3::ServiceFlow * ns3::ServiceFlowManager::GetNextServiceFlowToAllocate() [member function]
|
|
3109 |
cls.add_method('GetNextServiceFlowToAllocate',
|
|
3110 |
'ns3::ServiceFlow *',
|
|
3111 |
[])
|
|
3112 |
## service-flow-manager.h: uint32_t ns3::ServiceFlowManager::GetNrServiceFlows() const [member function]
|
|
3113 |
cls.add_method('GetNrServiceFlows',
|
|
3114 |
'uint32_t',
|
|
3115 |
[],
|
|
3116 |
is_const=True)
|
|
3117 |
## service-flow-manager.h: ns3::ServiceFlow * ns3::ServiceFlowManager::GetServiceFlow(uint32_t sfid) const [member function]
|
|
3118 |
cls.add_method('GetServiceFlow',
|
|
3119 |
'ns3::ServiceFlow *',
|
|
3120 |
[param('uint32_t', 'sfid')],
|
|
3121 |
is_const=True)
|
|
3122 |
## service-flow-manager.h: ns3::ServiceFlow * ns3::ServiceFlowManager::GetServiceFlow(ns3::Cid cid) const [member function]
|
|
3123 |
cls.add_method('GetServiceFlow',
|
|
3124 |
'ns3::ServiceFlow *',
|
|
3125 |
[param('ns3::Cid', 'cid')],
|
|
3126 |
is_const=True)
|
|
3127 |
## service-flow-manager.h: std::vector<ns3::ServiceFlow*,std::allocator<ns3::ServiceFlow*> > ns3::ServiceFlowManager::GetServiceFlows(ns3::ServiceFlow::SchedulingType schedulingType) const [member function]
|
|
3128 |
cls.add_method('GetServiceFlows',
|
|
3129 |
'std::vector< ns3::ServiceFlow * >',
|
|
3130 |
[param('ns3::ServiceFlow::SchedulingType', 'schedulingType')],
|
|
3131 |
is_const=True)
|
|
3132 |
return
|
|
3133 |
|
|
3134 |
def register_Ns3SfVectorTlvValue_methods(root_module, cls):
|
|
3135 |
## wimax-tlv.h: ns3::SfVectorTlvValue::SfVectorTlvValue(ns3::SfVectorTlvValue const & arg0) [copy constructor]
|
|
3136 |
cls.add_constructor([param('ns3::SfVectorTlvValue const &', 'arg0')])
|
|
3137 |
## wimax-tlv.h: ns3::SfVectorTlvValue::SfVectorTlvValue() [constructor]
|
|
3138 |
cls.add_constructor([])
|
|
3139 |
## wimax-tlv.h: ns3::SfVectorTlvValue * ns3::SfVectorTlvValue::Copy() const [member function]
|
|
3140 |
cls.add_method('Copy',
|
|
3141 |
'ns3::SfVectorTlvValue *',
|
|
3142 |
[],
|
|
3143 |
is_const=True, is_virtual=True)
|
|
3144 |
## wimax-tlv.h: uint32_t ns3::SfVectorTlvValue::Deserialize(ns3::Buffer::Iterator start, uint64_t valueLength) [member function]
|
|
3145 |
cls.add_method('Deserialize',
|
|
3146 |
'uint32_t',
|
|
3147 |
[param('ns3::Buffer::Iterator', 'start'), param('uint64_t', 'valueLength')],
|
|
3148 |
is_virtual=True)
|
|
3149 |
return
|
|
3150 |
|
|
3151 |
def register_Ns3SsServiceFlowManager_methods(root_module, cls):
|
|
3152 |
## ss-service-flow-manager.h: ns3::SsServiceFlowManager::SsServiceFlowManager(ns3::SsServiceFlowManager const & arg0) [copy constructor]
|
|
3153 |
cls.add_constructor([param('ns3::SsServiceFlowManager const &', 'arg0')])
|
|
3154 |
## ss-service-flow-manager.h: ns3::SsServiceFlowManager::SsServiceFlowManager(ns3::Ptr<ns3::SubscriberStationNetDevice> device) [constructor]
|
|
3155 |
cls.add_constructor([param('ns3::Ptr< ns3::SubscriberStationNetDevice >', 'device')])
|
|
3156 |
## ss-service-flow-manager.h: void ns3::SsServiceFlowManager::AddServiceFlow(ns3::ServiceFlow * serviceFlow) [member function]
|
|
3157 |
cls.add_method('AddServiceFlow',
|
|
3158 |
'void',
|
|
3159 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
3160 |
## ss-service-flow-manager.h: void ns3::SsServiceFlowManager::AddServiceFlow(ns3::ServiceFlow serviceFlow) [member function]
|
|
3161 |
cls.add_method('AddServiceFlow',
|
|
3162 |
'void',
|
|
3163 |
[param('ns3::ServiceFlow', 'serviceFlow')])
|
|
3164 |
## ss-service-flow-manager.h: ns3::Ptr<ns3::Packet> ns3::SsServiceFlowManager::CreateDsaAck() [member function]
|
|
3165 |
cls.add_method('CreateDsaAck',
|
|
3166 |
'ns3::Ptr< ns3::Packet >',
|
|
3167 |
[])
|
|
3168 |
## ss-service-flow-manager.h: ns3::DsaReq ns3::SsServiceFlowManager::CreateDsaReq(ns3::ServiceFlow const * serviceFlow) [member function]
|
|
3169 |
cls.add_method('CreateDsaReq',
|
|
3170 |
'ns3::DsaReq',
|
|
3171 |
[param('ns3::ServiceFlow const *', 'serviceFlow')])
|
|
3172 |
## ss-service-flow-manager.h: void ns3::SsServiceFlowManager::DoDispose() [member function]
|
|
3173 |
cls.add_method('DoDispose',
|
|
3174 |
'void',
|
|
3175 |
[],
|
|
3176 |
is_virtual=True)
|
|
3177 |
## ss-service-flow-manager.h: ns3::EventId ns3::SsServiceFlowManager::GetDsaAckTimeoutEvent() const [member function]
|
|
3178 |
cls.add_method('GetDsaAckTimeoutEvent',
|
|
3179 |
'ns3::EventId',
|
|
3180 |
[],
|
|
3181 |
is_const=True)
|
|
3182 |
## ss-service-flow-manager.h: ns3::EventId ns3::SsServiceFlowManager::GetDsaRspTimeoutEvent() const [member function]
|
|
3183 |
cls.add_method('GetDsaRspTimeoutEvent',
|
|
3184 |
'ns3::EventId',
|
|
3185 |
[],
|
|
3186 |
is_const=True)
|
|
3187 |
## ss-service-flow-manager.h: uint8_t ns3::SsServiceFlowManager::GetMaxDsaReqRetries() const [member function]
|
|
3188 |
cls.add_method('GetMaxDsaReqRetries',
|
|
3189 |
'uint8_t',
|
|
3190 |
[],
|
|
3191 |
is_const=True)
|
|
3192 |
## ss-service-flow-manager.h: void ns3::SsServiceFlowManager::InitiateServiceFlows() [member function]
|
|
3193 |
cls.add_method('InitiateServiceFlows',
|
|
3194 |
'void',
|
|
3195 |
[])
|
|
3196 |
## ss-service-flow-manager.h: void ns3::SsServiceFlowManager::ProcessDsaRsp(ns3::DsaRsp const & dsaRsp) [member function]
|
|
3197 |
cls.add_method('ProcessDsaRsp',
|
|
3198 |
'void',
|
|
3199 |
[param('ns3::DsaRsp const &', 'dsaRsp')])
|
|
3200 |
## ss-service-flow-manager.h: void ns3::SsServiceFlowManager::ScheduleDsaReq(ns3::ServiceFlow const * serviceFlow) [member function]
|
|
3201 |
cls.add_method('ScheduleDsaReq',
|
|
3202 |
'void',
|
|
3203 |
[param('ns3::ServiceFlow const *', 'serviceFlow')])
|
|
3204 |
## ss-service-flow-manager.h: void ns3::SsServiceFlowManager::SetMaxDsaReqRetries(uint8_t maxDsaReqRetries) [member function]
|
|
3205 |
cls.add_method('SetMaxDsaReqRetries',
|
|
3206 |
'void',
|
|
3207 |
[param('uint8_t', 'maxDsaReqRetries')])
|
|
3208 |
return
|
|
3209 |
|
|
3210 |
def register_Ns3Tlv_methods(root_module, cls):
|
|
3211 |
## wimax-tlv.h: ns3::Tlv::Tlv(uint8_t type, uint64_t length, ns3::TlvValue const & value) [constructor]
|
|
3212 |
cls.add_constructor([param('uint8_t', 'type'), param('uint64_t', 'length'), param('ns3::TlvValue const &', 'value')])
|
|
3213 |
## wimax-tlv.h: ns3::Tlv::Tlv() [constructor]
|
|
3214 |
cls.add_constructor([])
|
|
3215 |
## wimax-tlv.h: ns3::Tlv::Tlv(ns3::Tlv const & tlv) [copy constructor]
|
|
3216 |
cls.add_constructor([param('ns3::Tlv const &', 'tlv')])
|
|
3217 |
## wimax-tlv.h: ns3::Tlv * ns3::Tlv::Copy() const [member function]
|
|
3218 |
cls.add_method('Copy',
|
|
3219 |
'ns3::Tlv *',
|
|
3220 |
[],
|
|
3221 |
is_const=True)
|
|
3222 |
## wimax-tlv.h: ns3::TlvValue * ns3::Tlv::CopyValue() const [member function]
|
|
3223 |
cls.add_method('CopyValue',
|
|
3224 |
'ns3::TlvValue *',
|
|
3225 |
[],
|
|
3226 |
is_const=True)
|
|
3227 |
## wimax-tlv.h: uint32_t ns3::Tlv::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
3228 |
cls.add_method('Deserialize',
|
|
3229 |
'uint32_t',
|
|
3230 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
3231 |
is_virtual=True)
|
|
3232 |
## wimax-tlv.h: ns3::TypeId ns3::Tlv::GetInstanceTypeId() const [member function]
|
|
3233 |
cls.add_method('GetInstanceTypeId',
|
|
3234 |
'ns3::TypeId',
|
|
3235 |
[],
|
|
3236 |
is_const=True, is_virtual=True)
|
|
3237 |
## wimax-tlv.h: uint64_t ns3::Tlv::GetLength() const [member function]
|
|
3238 |
cls.add_method('GetLength',
|
|
3239 |
'uint64_t',
|
|
3240 |
[],
|
|
3241 |
is_const=True)
|
|
3242 |
## wimax-tlv.h: uint32_t ns3::Tlv::GetSerializedSize() const [member function]
|
|
3243 |
cls.add_method('GetSerializedSize',
|
|
3244 |
'uint32_t',
|
|
3245 |
[],
|
|
3246 |
is_const=True, is_virtual=True)
|
|
3247 |
## wimax-tlv.h: uint8_t ns3::Tlv::GetSizeOfLen() const [member function]
|
|
3248 |
cls.add_method('GetSizeOfLen',
|
|
3249 |
'uint8_t',
|
|
3250 |
[],
|
|
3251 |
is_const=True)
|
|
3252 |
## wimax-tlv.h: uint8_t ns3::Tlv::GetType() const [member function]
|
|
3253 |
cls.add_method('GetType',
|
|
3254 |
'uint8_t',
|
|
3255 |
[],
|
|
3256 |
is_const=True)
|
|
3257 |
## wimax-tlv.h: ns3::TlvValue * ns3::Tlv::PeekValue() [member function]
|
|
3258 |
cls.add_method('PeekValue',
|
|
3259 |
'ns3::TlvValue *',
|
|
3260 |
[])
|
|
3261 |
## wimax-tlv.h: void ns3::Tlv::Print(std::ostream & os) const [member function]
|
|
3262 |
cls.add_method('Print',
|
|
3263 |
'void',
|
|
3264 |
[param('std::ostream &', 'os')],
|
|
3265 |
is_const=True, is_virtual=True)
|
|
3266 |
## wimax-tlv.h: void ns3::Tlv::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
3267 |
cls.add_method('Serialize',
|
|
3268 |
'void',
|
|
3269 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
3270 |
is_const=True, is_virtual=True)
|
|
3271 |
return
|
|
3272 |
|
|
3273 |
def register_Ns3Ucd_methods(root_module, cls):
|
|
3274 |
## ul-mac-messages.h: ns3::Ucd::Ucd(ns3::Ucd const & arg0) [copy constructor]
|
|
3275 |
cls.add_constructor([param('ns3::Ucd const &', 'arg0')])
|
|
3276 |
## ul-mac-messages.h: ns3::Ucd::Ucd() [constructor]
|
|
3277 |
cls.add_constructor([])
|
|
3278 |
## ul-mac-messages.h: void ns3::Ucd::AddUlBurstProfile(ns3::OfdmUlBurstProfile ulBurstProfile) [member function]
|
|
3279 |
cls.add_method('AddUlBurstProfile',
|
|
3280 |
'void',
|
|
3281 |
[param('ns3::OfdmUlBurstProfile', 'ulBurstProfile')])
|
|
3282 |
## ul-mac-messages.h: uint32_t ns3::Ucd::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
3283 |
cls.add_method('Deserialize',
|
|
3284 |
'uint32_t',
|
|
3285 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
3286 |
is_virtual=True)
|
|
3287 |
## ul-mac-messages.h: ns3::OfdmUcdChannelEncodings ns3::Ucd::GetChannelEncodings() const [member function]
|
|
3288 |
cls.add_method('GetChannelEncodings',
|
|
3289 |
'ns3::OfdmUcdChannelEncodings',
|
|
3290 |
[],
|
|
3291 |
is_const=True)
|
|
3292 |
## ul-mac-messages.h: uint8_t ns3::Ucd::GetConfigurationChangeCount() const [member function]
|
|
3293 |
cls.add_method('GetConfigurationChangeCount',
|
|
3294 |
'uint8_t',
|
|
3295 |
[],
|
|
3296 |
is_const=True)
|
|
3297 |
## ul-mac-messages.h: ns3::TypeId ns3::Ucd::GetInstanceTypeId() const [member function]
|
|
3298 |
cls.add_method('GetInstanceTypeId',
|
|
3299 |
'ns3::TypeId',
|
|
3300 |
[],
|
|
3301 |
is_const=True, is_virtual=True)
|
|
3302 |
## ul-mac-messages.h: std::string ns3::Ucd::GetName() const [member function]
|
|
3303 |
cls.add_method('GetName',
|
|
3304 |
'std::string',
|
|
3305 |
[],
|
|
3306 |
is_const=True)
|
|
3307 |
## ul-mac-messages.h: uint8_t ns3::Ucd::GetNrUlBurstProfiles() const [member function]
|
|
3308 |
cls.add_method('GetNrUlBurstProfiles',
|
|
3309 |
'uint8_t',
|
|
3310 |
[],
|
|
3311 |
is_const=True)
|
|
3312 |
## ul-mac-messages.h: uint8_t ns3::Ucd::GetRangingBackoffEnd() const [member function]
|
|
3313 |
cls.add_method('GetRangingBackoffEnd',
|
|
3314 |
'uint8_t',
|
|
3315 |
[],
|
|
3316 |
is_const=True)
|
|
3317 |
## ul-mac-messages.h: uint8_t ns3::Ucd::GetRangingBackoffStart() const [member function]
|
|
3318 |
cls.add_method('GetRangingBackoffStart',
|
|
3319 |
'uint8_t',
|
|
3320 |
[],
|
|
3321 |
is_const=True)
|
|
3322 |
## ul-mac-messages.h: uint8_t ns3::Ucd::GetRequestBackoffEnd() const [member function]
|
|
3323 |
cls.add_method('GetRequestBackoffEnd',
|
|
3324 |
'uint8_t',
|
|
3325 |
[],
|
|
3326 |
is_const=True)
|
|
3327 |
## ul-mac-messages.h: uint8_t ns3::Ucd::GetRequestBackoffStart() const [member function]
|
|
3328 |
cls.add_method('GetRequestBackoffStart',
|
|
3329 |
'uint8_t',
|
|
3330 |
[],
|
|
3331 |
is_const=True)
|
|
3332 |
## ul-mac-messages.h: uint32_t ns3::Ucd::GetSerializedSize() const [member function]
|
|
3333 |
cls.add_method('GetSerializedSize',
|
|
3334 |
'uint32_t',
|
|
3335 |
[],
|
|
3336 |
is_const=True, is_virtual=True)
|
|
3337 |
## ul-mac-messages.h: static ns3::TypeId ns3::Ucd::GetTypeId() [member function]
|
|
3338 |
cls.add_method('GetTypeId',
|
|
3339 |
'ns3::TypeId',
|
|
3340 |
[],
|
|
3341 |
is_static=True)
|
|
3342 |
## ul-mac-messages.h: std::vector<ns3::OfdmUlBurstProfile, std::allocator<ns3::OfdmUlBurstProfile> > ns3::Ucd::GetUlBurstProfiles() const [member function]
|
|
3343 |
cls.add_method('GetUlBurstProfiles',
|
|
3344 |
'std::vector< ns3::OfdmUlBurstProfile >',
|
|
3345 |
[],
|
|
3346 |
is_const=True)
|
|
3347 |
## ul-mac-messages.h: void ns3::Ucd::Print(std::ostream & os) const [member function]
|
|
3348 |
cls.add_method('Print',
|
|
3349 |
'void',
|
|
3350 |
[param('std::ostream &', 'os')],
|
|
3351 |
is_const=True, is_virtual=True)
|
|
3352 |
## ul-mac-messages.h: void ns3::Ucd::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
3353 |
cls.add_method('Serialize',
|
|
3354 |
'void',
|
|
3355 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
3356 |
is_const=True, is_virtual=True)
|
|
3357 |
## ul-mac-messages.h: void ns3::Ucd::SetChannelEncodings(ns3::OfdmUcdChannelEncodings channelEncodings) [member function]
|
|
3358 |
cls.add_method('SetChannelEncodings',
|
|
3359 |
'void',
|
|
3360 |
[param('ns3::OfdmUcdChannelEncodings', 'channelEncodings')])
|
|
3361 |
## ul-mac-messages.h: void ns3::Ucd::SetConfigurationChangeCount(uint8_t ucdCount) [member function]
|
|
3362 |
cls.add_method('SetConfigurationChangeCount',
|
|
3363 |
'void',
|
|
3364 |
[param('uint8_t', 'ucdCount')])
|
|
3365 |
## ul-mac-messages.h: void ns3::Ucd::SetNrUlBurstProfiles(uint8_t nrUlBurstProfiles) [member function]
|
|
3366 |
cls.add_method('SetNrUlBurstProfiles',
|
|
3367 |
'void',
|
|
3368 |
[param('uint8_t', 'nrUlBurstProfiles')])
|
|
3369 |
## ul-mac-messages.h: void ns3::Ucd::SetRangingBackoffEnd(uint8_t rangingBackoffEnd) [member function]
|
|
3370 |
cls.add_method('SetRangingBackoffEnd',
|
|
3371 |
'void',
|
|
3372 |
[param('uint8_t', 'rangingBackoffEnd')])
|
|
3373 |
## ul-mac-messages.h: void ns3::Ucd::SetRangingBackoffStart(uint8_t rangingBackoffStart) [member function]
|
|
3374 |
cls.add_method('SetRangingBackoffStart',
|
|
3375 |
'void',
|
|
3376 |
[param('uint8_t', 'rangingBackoffStart')])
|
|
3377 |
## ul-mac-messages.h: void ns3::Ucd::SetRequestBackoffEnd(uint8_t requestBackoffEnd) [member function]
|
|
3378 |
cls.add_method('SetRequestBackoffEnd',
|
|
3379 |
'void',
|
|
3380 |
[param('uint8_t', 'requestBackoffEnd')])
|
|
3381 |
## ul-mac-messages.h: void ns3::Ucd::SetRequestBackoffStart(uint8_t requestBackoffStart) [member function]
|
|
3382 |
cls.add_method('SetRequestBackoffStart',
|
|
3383 |
'void',
|
|
3384 |
[param('uint8_t', 'requestBackoffStart')])
|
|
3385 |
return
|
|
3386 |
|
|
3387 |
def register_Ns3UlJob_methods(root_module, cls):
|
|
3388 |
cls.add_binary_comparison_operator('==')
|
|
3389 |
## ul-job.h: ns3::UlJob::UlJob(ns3::UlJob const & arg0) [copy constructor]
|
|
3390 |
cls.add_constructor([param('ns3::UlJob const &', 'arg0')])
|
|
3391 |
## ul-job.h: ns3::UlJob::UlJob() [constructor]
|
|
3392 |
cls.add_constructor([])
|
|
3393 |
## ul-job.h: ns3::Time ns3::UlJob::GetDeadline() [member function]
|
|
3394 |
cls.add_method('GetDeadline',
|
|
3395 |
'ns3::Time',
|
|
3396 |
[])
|
|
3397 |
## ul-job.h: ns3::Time ns3::UlJob::GetPeriod() [member function]
|
|
3398 |
cls.add_method('GetPeriod',
|
|
3399 |
'ns3::Time',
|
|
3400 |
[])
|
|
3401 |
## ul-job.h: ns3::Time ns3::UlJob::GetReleaseTime() [member function]
|
|
3402 |
cls.add_method('GetReleaseTime',
|
|
3403 |
'ns3::Time',
|
|
3404 |
[])
|
|
3405 |
## ul-job.h: ns3::ServiceFlow::SchedulingType ns3::UlJob::GetSchedulingType() [member function]
|
|
3406 |
cls.add_method('GetSchedulingType',
|
|
3407 |
'ns3::ServiceFlow::SchedulingType',
|
|
3408 |
[])
|
|
3409 |
## ul-job.h: ns3::ServiceFlow * ns3::UlJob::GetServiceFlow() [member function]
|
|
3410 |
cls.add_method('GetServiceFlow',
|
|
3411 |
'ns3::ServiceFlow *',
|
|
3412 |
[])
|
|
3413 |
## ul-job.h: uint32_t ns3::UlJob::GetSize() [member function]
|
|
3414 |
cls.add_method('GetSize',
|
|
3415 |
'uint32_t',
|
|
3416 |
[])
|
|
3417 |
## ul-job.h: ns3::SSRecord * ns3::UlJob::GetSsRecord() [member function]
|
|
3418 |
cls.add_method('GetSsRecord',
|
|
3419 |
'ns3::SSRecord *',
|
|
3420 |
[])
|
|
3421 |
## ul-job.h: ns3::ReqType ns3::UlJob::GetType() [member function]
|
|
3422 |
cls.add_method('GetType',
|
|
3423 |
'ns3::ReqType',
|
|
3424 |
[])
|
|
3425 |
## ul-job.h: void ns3::UlJob::SetDeadline(ns3::Time deadline) [member function]
|
|
3426 |
cls.add_method('SetDeadline',
|
|
3427 |
'void',
|
|
3428 |
[param('ns3::Time', 'deadline')])
|
|
3429 |
## ul-job.h: void ns3::UlJob::SetPeriod(ns3::Time period) [member function]
|
|
3430 |
cls.add_method('SetPeriod',
|
|
3431 |
'void',
|
|
3432 |
[param('ns3::Time', 'period')])
|
|
3433 |
## ul-job.h: void ns3::UlJob::SetReleaseTime(ns3::Time releaseTime) [member function]
|
|
3434 |
cls.add_method('SetReleaseTime',
|
|
3435 |
'void',
|
|
3436 |
[param('ns3::Time', 'releaseTime')])
|
|
3437 |
## ul-job.h: void ns3::UlJob::SetSchedulingType(ns3::ServiceFlow::SchedulingType schedulingType) [member function]
|
|
3438 |
cls.add_method('SetSchedulingType',
|
|
3439 |
'void',
|
|
3440 |
[param('ns3::ServiceFlow::SchedulingType', 'schedulingType')])
|
|
3441 |
## ul-job.h: void ns3::UlJob::SetServiceFlow(ns3::ServiceFlow * serviceFlow) [member function]
|
|
3442 |
cls.add_method('SetServiceFlow',
|
|
3443 |
'void',
|
|
3444 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
3445 |
## ul-job.h: void ns3::UlJob::SetSize(uint32_t size) [member function]
|
|
3446 |
cls.add_method('SetSize',
|
|
3447 |
'void',
|
|
3448 |
[param('uint32_t', 'size')])
|
|
3449 |
## ul-job.h: void ns3::UlJob::SetSsRecord(ns3::SSRecord * ssRecord) [member function]
|
|
3450 |
cls.add_method('SetSsRecord',
|
|
3451 |
'void',
|
|
3452 |
[param('ns3::SSRecord *', 'ssRecord')])
|
|
3453 |
## ul-job.h: void ns3::UlJob::SetType(ns3::ReqType type) [member function]
|
|
3454 |
cls.add_method('SetType',
|
|
3455 |
'void',
|
|
3456 |
[param('ns3::ReqType', 'type')])
|
|
3457 |
return
|
|
3458 |
|
|
3459 |
def register_Ns3UlMap_methods(root_module, cls):
|
|
3460 |
## ul-mac-messages.h: ns3::UlMap::UlMap(ns3::UlMap const & arg0) [copy constructor]
|
|
3461 |
cls.add_constructor([param('ns3::UlMap const &', 'arg0')])
|
|
3462 |
## ul-mac-messages.h: ns3::UlMap::UlMap() [constructor]
|
|
3463 |
cls.add_constructor([])
|
|
3464 |
## ul-mac-messages.h: void ns3::UlMap::AddUlMapElement(ns3::OfdmUlMapIe ulMapElement) [member function]
|
|
3465 |
cls.add_method('AddUlMapElement',
|
|
3466 |
'void',
|
|
3467 |
[param('ns3::OfdmUlMapIe', 'ulMapElement')])
|
|
3468 |
## ul-mac-messages.h: uint32_t ns3::UlMap::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
3469 |
cls.add_method('Deserialize',
|
|
3470 |
'uint32_t',
|
|
3471 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
3472 |
is_virtual=True)
|
|
3473 |
## ul-mac-messages.h: uint32_t ns3::UlMap::GetAllocationStartTime() const [member function]
|
|
3474 |
cls.add_method('GetAllocationStartTime',
|
|
3475 |
'uint32_t',
|
|
3476 |
[],
|
|
3477 |
is_const=True)
|
|
3478 |
## ul-mac-messages.h: ns3::TypeId ns3::UlMap::GetInstanceTypeId() const [member function]
|
|
3479 |
cls.add_method('GetInstanceTypeId',
|
|
3480 |
'ns3::TypeId',
|
|
3481 |
[],
|
|
3482 |
is_const=True, is_virtual=True)
|
|
3483 |
## ul-mac-messages.h: std::string ns3::UlMap::GetName() const [member function]
|
|
3484 |
cls.add_method('GetName',
|
|
3485 |
'std::string',
|
|
3486 |
[],
|
|
3487 |
is_const=True)
|
|
3488 |
## ul-mac-messages.h: uint32_t ns3::UlMap::GetSerializedSize() const [member function]
|
|
3489 |
cls.add_method('GetSerializedSize',
|
|
3490 |
'uint32_t',
|
|
3491 |
[],
|
|
3492 |
is_const=True, is_virtual=True)
|
|
3493 |
## ul-mac-messages.h: static ns3::TypeId ns3::UlMap::GetTypeId() [member function]
|
|
3494 |
cls.add_method('GetTypeId',
|
|
3495 |
'ns3::TypeId',
|
|
3496 |
[],
|
|
3497 |
is_static=True)
|
|
3498 |
## ul-mac-messages.h: uint8_t ns3::UlMap::GetUcdCount() const [member function]
|
|
3499 |
cls.add_method('GetUcdCount',
|
|
3500 |
'uint8_t',
|
|
3501 |
[],
|
|
3502 |
is_const=True)
|
|
3503 |
## ul-mac-messages.h: std::list<ns3::OfdmUlMapIe, std::allocator<ns3::OfdmUlMapIe> > ns3::UlMap::GetUlMapElements() const [member function]
|
|
3504 |
cls.add_method('GetUlMapElements',
|
|
3505 |
'std::list< ns3::OfdmUlMapIe >',
|
|
3506 |
[],
|
|
3507 |
is_const=True)
|
|
3508 |
## ul-mac-messages.h: void ns3::UlMap::Print(std::ostream & os) const [member function]
|
|
3509 |
cls.add_method('Print',
|
|
3510 |
'void',
|
|
3511 |
[param('std::ostream &', 'os')],
|
|
3512 |
is_const=True, is_virtual=True)
|
|
3513 |
## ul-mac-messages.h: void ns3::UlMap::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
3514 |
cls.add_method('Serialize',
|
|
3515 |
'void',
|
|
3516 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
3517 |
is_const=True, is_virtual=True)
|
|
3518 |
## ul-mac-messages.h: void ns3::UlMap::SetAllocationStartTime(uint32_t allocationStartTime) [member function]
|
|
3519 |
cls.add_method('SetAllocationStartTime',
|
|
3520 |
'void',
|
|
3521 |
[param('uint32_t', 'allocationStartTime')])
|
|
3522 |
## ul-mac-messages.h: void ns3::UlMap::SetUcdCount(uint8_t ucdCount) [member function]
|
|
3523 |
cls.add_method('SetUcdCount',
|
|
3524 |
'void',
|
|
3525 |
[param('uint8_t', 'ucdCount')])
|
|
3526 |
return
|
|
3527 |
|
|
3528 |
def register_Ns3UplinkScheduler_methods(root_module, cls):
|
|
3529 |
## bs-uplink-scheduler.h: ns3::UplinkScheduler::UplinkScheduler(ns3::UplinkScheduler const & arg0) [copy constructor]
|
|
3530 |
cls.add_constructor([param('ns3::UplinkScheduler const &', 'arg0')])
|
|
3531 |
## bs-uplink-scheduler.h: ns3::UplinkScheduler::UplinkScheduler() [constructor]
|
|
3532 |
cls.add_constructor([])
|
|
3533 |
## bs-uplink-scheduler.h: ns3::UplinkScheduler::UplinkScheduler(ns3::Ptr<ns3::BaseStationNetDevice> bs) [constructor]
|
|
3534 |
cls.add_constructor([param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')])
|
|
3535 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::AddUplinkAllocation(ns3::OfdmUlMapIe & ulMapIe, uint32_t const & allocationSize, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3536 |
cls.add_method('AddUplinkAllocation',
|
|
3537 |
'void',
|
|
3538 |
[param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('uint32_t const &', 'allocationSize'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3539 |
is_pure_virtual=True, is_virtual=True)
|
|
3540 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::AllocateInitialRangingInterval(uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3541 |
cls.add_method('AllocateInitialRangingInterval',
|
|
3542 |
'void',
|
|
3543 |
[param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3544 |
is_pure_virtual=True, is_virtual=True)
|
|
3545 |
## bs-uplink-scheduler.h: uint32_t ns3::UplinkScheduler::CalculateAllocationStartTime() [member function]
|
|
3546 |
cls.add_method('CalculateAllocationStartTime',
|
|
3547 |
'uint32_t',
|
|
3548 |
[],
|
|
3549 |
is_pure_virtual=True, is_virtual=True)
|
|
3550 |
## bs-uplink-scheduler.h: ns3::Ptr<ns3::BaseStationNetDevice> ns3::UplinkScheduler::GetBs() [member function]
|
|
3551 |
cls.add_method('GetBs',
|
|
3552 |
'ns3::Ptr< ns3::BaseStationNetDevice >',
|
|
3553 |
[],
|
|
3554 |
is_virtual=True)
|
|
3555 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::GetChannelDescriptorsToUpdate(bool & arg0, bool & arg1, bool & arg2, bool & arg3) [member function]
|
|
3556 |
cls.add_method('GetChannelDescriptorsToUpdate',
|
|
3557 |
'void',
|
|
3558 |
[param('bool &', 'arg0'), param('bool &', 'arg1'), param('bool &', 'arg2'), param('bool &', 'arg3')],
|
|
3559 |
is_pure_virtual=True, is_virtual=True)
|
|
3560 |
## bs-uplink-scheduler.h: ns3::Time ns3::UplinkScheduler::GetDcdTimeStamp() const [member function]
|
|
3561 |
cls.add_method('GetDcdTimeStamp',
|
|
3562 |
'ns3::Time',
|
|
3563 |
[],
|
|
3564 |
is_const=True, is_virtual=True)
|
|
3565 |
## bs-uplink-scheduler.h: bool ns3::UplinkScheduler::GetIsInvIrIntrvlAllocated() const [member function]
|
|
3566 |
cls.add_method('GetIsInvIrIntrvlAllocated',
|
|
3567 |
'bool',
|
|
3568 |
[],
|
|
3569 |
is_const=True, is_virtual=True)
|
|
3570 |
## bs-uplink-scheduler.h: bool ns3::UplinkScheduler::GetIsIrIntrvlAllocated() const [member function]
|
|
3571 |
cls.add_method('GetIsIrIntrvlAllocated',
|
|
3572 |
'bool',
|
|
3573 |
[],
|
|
3574 |
is_const=True, is_virtual=True)
|
|
3575 |
## bs-uplink-scheduler.h: uint8_t ns3::UplinkScheduler::GetNrIrOppsAllocated() const [member function]
|
|
3576 |
cls.add_method('GetNrIrOppsAllocated',
|
|
3577 |
'uint8_t',
|
|
3578 |
[],
|
|
3579 |
is_const=True, is_virtual=True)
|
|
3580 |
## bs-uplink-scheduler.h: ns3::Time ns3::UplinkScheduler::GetTimeStampIrInterval() [member function]
|
|
3581 |
cls.add_method('GetTimeStampIrInterval',
|
|
3582 |
'ns3::Time',
|
|
3583 |
[],
|
|
3584 |
is_virtual=True)
|
|
3585 |
## bs-uplink-scheduler.h: static ns3::TypeId ns3::UplinkScheduler::GetTypeId() [member function]
|
|
3586 |
cls.add_method('GetTypeId',
|
|
3587 |
'ns3::TypeId',
|
|
3588 |
[],
|
|
3589 |
is_static=True)
|
|
3590 |
## bs-uplink-scheduler.h: ns3::Time ns3::UplinkScheduler::GetUcdTimeStamp() const [member function]
|
|
3591 |
cls.add_method('GetUcdTimeStamp',
|
|
3592 |
'ns3::Time',
|
|
3593 |
[],
|
|
3594 |
is_const=True, is_virtual=True)
|
|
3595 |
## bs-uplink-scheduler.h: std::list<ns3::OfdmUlMapIe, std::allocator<ns3::OfdmUlMapIe> > ns3::UplinkScheduler::GetUplinkAllocations() const [member function]
|
|
3596 |
cls.add_method('GetUplinkAllocations',
|
|
3597 |
'std::list< ns3::OfdmUlMapIe >',
|
|
3598 |
[],
|
|
3599 |
is_const=True, is_virtual=True)
|
|
3600 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::InitOnce() [member function]
|
|
3601 |
cls.add_method('InitOnce',
|
|
3602 |
'void',
|
|
3603 |
[],
|
|
3604 |
is_pure_virtual=True, is_virtual=True)
|
|
3605 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::OnSetRequestedBandwidth(ns3::ServiceFlowRecord * sfr) [member function]
|
|
3606 |
cls.add_method('OnSetRequestedBandwidth',
|
|
3607 |
'void',
|
|
3608 |
[param('ns3::ServiceFlowRecord *', 'sfr')],
|
|
3609 |
is_pure_virtual=True, is_virtual=True)
|
|
3610 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::ProcessBandwidthRequest(ns3::BandwidthRequestHeader const & bwRequestHdr) [member function]
|
|
3611 |
cls.add_method('ProcessBandwidthRequest',
|
|
3612 |
'void',
|
|
3613 |
[param('ns3::BandwidthRequestHeader const &', 'bwRequestHdr')],
|
|
3614 |
is_pure_virtual=True, is_virtual=True)
|
|
3615 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::Schedule() [member function]
|
|
3616 |
cls.add_method('Schedule',
|
|
3617 |
'void',
|
|
3618 |
[],
|
|
3619 |
is_pure_virtual=True, is_virtual=True)
|
|
3620 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::ServiceBandwidthRequests(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3621 |
cls.add_method('ServiceBandwidthRequests',
|
|
3622 |
'void',
|
|
3623 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3624 |
is_pure_virtual=True, is_virtual=True)
|
|
3625 |
## bs-uplink-scheduler.h: bool ns3::UplinkScheduler::ServiceBandwidthRequests(ns3::ServiceFlow * serviceFlow, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3626 |
cls.add_method('ServiceBandwidthRequests',
|
|
3627 |
'bool',
|
|
3628 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3629 |
is_pure_virtual=True, is_virtual=True)
|
|
3630 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::ServiceUnsolicitedGrants(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3631 |
cls.add_method('ServiceUnsolicitedGrants',
|
|
3632 |
'void',
|
|
3633 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3634 |
is_pure_virtual=True, is_virtual=True)
|
|
3635 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetBs(ns3::Ptr<ns3::BaseStationNetDevice> bs) [member function]
|
|
3636 |
cls.add_method('SetBs',
|
|
3637 |
'void',
|
|
3638 |
[param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')],
|
|
3639 |
is_virtual=True)
|
|
3640 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetDcdTimeStamp(ns3::Time dcdTimeStamp) [member function]
|
|
3641 |
cls.add_method('SetDcdTimeStamp',
|
|
3642 |
'void',
|
|
3643 |
[param('ns3::Time', 'dcdTimeStamp')],
|
|
3644 |
is_virtual=True)
|
|
3645 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetIsInvIrIntrvlAllocated(bool isInvIrIntrvlAllocated) [member function]
|
|
3646 |
cls.add_method('SetIsInvIrIntrvlAllocated',
|
|
3647 |
'void',
|
|
3648 |
[param('bool', 'isInvIrIntrvlAllocated')],
|
|
3649 |
is_virtual=True)
|
|
3650 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetIsIrIntrvlAllocated(bool isIrIntrvlAllocated) [member function]
|
|
3651 |
cls.add_method('SetIsIrIntrvlAllocated',
|
|
3652 |
'void',
|
|
3653 |
[param('bool', 'isIrIntrvlAllocated')],
|
|
3654 |
is_virtual=True)
|
|
3655 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetNrIrOppsAllocated(uint8_t nrIrOppsAllocated) [member function]
|
|
3656 |
cls.add_method('SetNrIrOppsAllocated',
|
|
3657 |
'void',
|
|
3658 |
[param('uint8_t', 'nrIrOppsAllocated')],
|
|
3659 |
is_virtual=True)
|
|
3660 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetTimeStampIrInterval(ns3::Time timeStampIrInterval) [member function]
|
|
3661 |
cls.add_method('SetTimeStampIrInterval',
|
|
3662 |
'void',
|
|
3663 |
[param('ns3::Time', 'timeStampIrInterval')],
|
|
3664 |
is_virtual=True)
|
|
3665 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetUcdTimeStamp(ns3::Time ucdTimeStamp) [member function]
|
|
3666 |
cls.add_method('SetUcdTimeStamp',
|
|
3667 |
'void',
|
|
3668 |
[param('ns3::Time', 'ucdTimeStamp')],
|
|
3669 |
is_virtual=True)
|
|
3670 |
## bs-uplink-scheduler.h: void ns3::UplinkScheduler::SetupServiceFlow(ns3::SSRecord * ssRecord, ns3::ServiceFlow * serviceFlow) [member function]
|
|
3671 |
cls.add_method('SetupServiceFlow',
|
|
3672 |
'void',
|
|
3673 |
[param('ns3::SSRecord *', 'ssRecord'), param('ns3::ServiceFlow *', 'serviceFlow')],
|
|
3674 |
is_pure_virtual=True, is_virtual=True)
|
|
3675 |
return
|
|
3676 |
|
|
3677 |
def register_Ns3UplinkSchedulerMBQoS_methods(root_module, cls):
|
|
3678 |
## bs-uplink-scheduler-mbqos.h: ns3::UplinkSchedulerMBQoS::UplinkSchedulerMBQoS(ns3::UplinkSchedulerMBQoS const & arg0) [copy constructor]
|
|
3679 |
cls.add_constructor([param('ns3::UplinkSchedulerMBQoS const &', 'arg0')])
|
|
3680 |
## bs-uplink-scheduler-mbqos.h: ns3::UplinkSchedulerMBQoS::UplinkSchedulerMBQoS() [constructor]
|
|
3681 |
cls.add_constructor([])
|
|
3682 |
## bs-uplink-scheduler-mbqos.h: ns3::UplinkSchedulerMBQoS::UplinkSchedulerMBQoS(ns3::Time time) [constructor]
|
|
3683 |
cls.add_constructor([param('ns3::Time', 'time')])
|
|
3684 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::AddUplinkAllocation(ns3::OfdmUlMapIe & ulMapIe, uint32_t const & allocationSize, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3685 |
cls.add_method('AddUplinkAllocation',
|
|
3686 |
'void',
|
|
3687 |
[param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('uint32_t const &', 'allocationSize'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3688 |
is_virtual=True)
|
|
3689 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::AllocateInitialRangingInterval(uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3690 |
cls.add_method('AllocateInitialRangingInterval',
|
|
3691 |
'void',
|
|
3692 |
[param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3693 |
is_virtual=True)
|
|
3694 |
## bs-uplink-scheduler-mbqos.h: uint32_t ns3::UplinkSchedulerMBQoS::CalculateAllocationStartTime() [member function]
|
|
3695 |
cls.add_method('CalculateAllocationStartTime',
|
|
3696 |
'uint32_t',
|
|
3697 |
[],
|
|
3698 |
is_virtual=True)
|
|
3699 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::CheckDeadline(uint32_t & availableSymbols) [member function]
|
|
3700 |
cls.add_method('CheckDeadline',
|
|
3701 |
'void',
|
|
3702 |
[param('uint32_t &', 'availableSymbols')])
|
|
3703 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::CheckMinimumBandwidth(uint32_t & availableSymbols) [member function]
|
|
3704 |
cls.add_method('CheckMinimumBandwidth',
|
|
3705 |
'void',
|
|
3706 |
[param('uint32_t &', 'availableSymbols')])
|
|
3707 |
## bs-uplink-scheduler-mbqos.h: uint32_t ns3::UplinkSchedulerMBQoS::CountSymbolsJobs(ns3::Ptr<ns3::UlJob> job) [member function]
|
|
3708 |
cls.add_method('CountSymbolsJobs',
|
|
3709 |
'uint32_t',
|
|
3710 |
[param('ns3::Ptr< ns3::UlJob >', 'job')])
|
|
3711 |
## bs-uplink-scheduler-mbqos.h: uint32_t ns3::UplinkSchedulerMBQoS::CountSymbolsQueue(std::list<ns3::Ptr<ns3::UlJob>, std::allocator<ns3::Ptr<ns3::UlJob> > > jobs) [member function]
|
|
3712 |
cls.add_method('CountSymbolsQueue',
|
|
3713 |
'uint32_t',
|
|
3714 |
[param('std::list< ns3::Ptr< ns3::UlJob > >', 'jobs')])
|
|
3715 |
## bs-uplink-scheduler-mbqos.h: ns3::Ptr<ns3::UlJob> ns3::UplinkSchedulerMBQoS::CreateUlJob(ns3::SSRecord * ssRecord, ns3::ServiceFlow::SchedulingType schedType, ns3::ReqType reqType) [member function]
|
|
3716 |
cls.add_method('CreateUlJob',
|
|
3717 |
'ns3::Ptr< ns3::UlJob >',
|
|
3718 |
[param('ns3::SSRecord *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedType'), param('ns3::ReqType', 'reqType')])
|
|
3719 |
## bs-uplink-scheduler-mbqos.h: ns3::Ptr<ns3::UlJob> ns3::UplinkSchedulerMBQoS::DequeueJob(ns3::UlJob::JobPriority priority) [member function]
|
|
3720 |
cls.add_method('DequeueJob',
|
|
3721 |
'ns3::Ptr< ns3::UlJob >',
|
|
3722 |
[param('ns3::UlJob::JobPriority', 'priority')])
|
|
3723 |
## bs-uplink-scheduler-mbqos.h: ns3::Time ns3::UplinkSchedulerMBQoS::DetermineDeadline(ns3::ServiceFlow * serviceFlow) [member function]
|
|
3724 |
cls.add_method('DetermineDeadline',
|
|
3725 |
'ns3::Time',
|
|
3726 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
3727 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::EnqueueJob(ns3::UlJob::JobPriority priority, ns3::Ptr<ns3::UlJob> job) [member function]
|
|
3728 |
cls.add_method('EnqueueJob',
|
|
3729 |
'void',
|
|
3730 |
[param('ns3::UlJob::JobPriority', 'priority'), param('ns3::Ptr< ns3::UlJob >', 'job')])
|
|
3731 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::GetChannelDescriptorsToUpdate(bool & arg0, bool & arg1, bool & arg2, bool & arg3) [member function]
|
|
3732 |
cls.add_method('GetChannelDescriptorsToUpdate',
|
|
3733 |
'void',
|
|
3734 |
[param('bool &', 'arg0'), param('bool &', 'arg1'), param('bool &', 'arg2'), param('bool &', 'arg3')],
|
|
3735 |
is_virtual=True)
|
|
3736 |
## bs-uplink-scheduler-mbqos.h: uint32_t ns3::UplinkSchedulerMBQoS::GetPendingSize(ns3::ServiceFlow * serviceFlow) [member function]
|
|
3737 |
cls.add_method('GetPendingSize',
|
|
3738 |
'uint32_t',
|
|
3739 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
3740 |
## bs-uplink-scheduler-mbqos.h: static ns3::TypeId ns3::UplinkSchedulerMBQoS::GetTypeId() [member function]
|
|
3741 |
cls.add_method('GetTypeId',
|
|
3742 |
'ns3::TypeId',
|
|
3743 |
[],
|
|
3744 |
is_static=True)
|
|
3745 |
## bs-uplink-scheduler-mbqos.h: std::list<ns3::OfdmUlMapIe, std::allocator<ns3::OfdmUlMapIe> > ns3::UplinkSchedulerMBQoS::GetUplinkAllocations() const [member function]
|
|
3746 |
cls.add_method('GetUplinkAllocations',
|
|
3747 |
'std::list< ns3::OfdmUlMapIe >',
|
|
3748 |
[],
|
|
3749 |
is_const=True, is_virtual=True)
|
|
3750 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::InitOnce() [member function]
|
|
3751 |
cls.add_method('InitOnce',
|
|
3752 |
'void',
|
|
3753 |
[],
|
|
3754 |
is_virtual=True)
|
|
3755 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::OnSetRequestedBandwidth(ns3::ServiceFlowRecord * sfr) [member function]
|
|
3756 |
cls.add_method('OnSetRequestedBandwidth',
|
|
3757 |
'void',
|
|
3758 |
[param('ns3::ServiceFlowRecord *', 'sfr')],
|
|
3759 |
is_virtual=True)
|
|
3760 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::ProcessBandwidthRequest(ns3::BandwidthRequestHeader const & bwRequestHdr) [member function]
|
|
3761 |
cls.add_method('ProcessBandwidthRequest',
|
|
3762 |
'void',
|
|
3763 |
[param('ns3::BandwidthRequestHeader const &', 'bwRequestHdr')],
|
|
3764 |
is_virtual=True)
|
|
3765 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::Schedule() [member function]
|
|
3766 |
cls.add_method('Schedule',
|
|
3767 |
'void',
|
|
3768 |
[],
|
|
3769 |
is_virtual=True)
|
|
3770 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::ServiceBandwidthRequests(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3771 |
cls.add_method('ServiceBandwidthRequests',
|
|
3772 |
'void',
|
|
3773 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3774 |
is_virtual=True)
|
|
3775 |
## bs-uplink-scheduler-mbqos.h: bool ns3::UplinkSchedulerMBQoS::ServiceBandwidthRequests(ns3::ServiceFlow * serviceFlow, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3776 |
cls.add_method('ServiceBandwidthRequests',
|
|
3777 |
'bool',
|
|
3778 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3779 |
is_virtual=True)
|
|
3780 |
## bs-uplink-scheduler-mbqos.h: bool ns3::UplinkSchedulerMBQoS::ServiceBandwidthRequestsBytes(ns3::ServiceFlow * serviceFlow, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols, uint32_t allocationSizeBytes) [member function]
|
|
3781 |
cls.add_method('ServiceBandwidthRequestsBytes',
|
|
3782 |
'bool',
|
|
3783 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols'), param('uint32_t', 'allocationSizeBytes')])
|
|
3784 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::ServiceUnsolicitedGrants(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3785 |
cls.add_method('ServiceUnsolicitedGrants',
|
|
3786 |
'void',
|
|
3787 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3788 |
is_virtual=True)
|
|
3789 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::SetupServiceFlow(ns3::SSRecord * ssRecord, ns3::ServiceFlow * serviceFlow) [member function]
|
|
3790 |
cls.add_method('SetupServiceFlow',
|
|
3791 |
'void',
|
|
3792 |
[param('ns3::SSRecord *', 'ssRecord'), param('ns3::ServiceFlow *', 'serviceFlow')],
|
|
3793 |
is_virtual=True)
|
|
3794 |
## bs-uplink-scheduler-mbqos.h: void ns3::UplinkSchedulerMBQoS::UplinkSchedWindowTimer() [member function]
|
|
3795 |
cls.add_method('UplinkSchedWindowTimer',
|
|
3796 |
'void',
|
|
3797 |
[])
|
|
3798 |
return
|
|
3799 |
|
|
3800 |
def register_Ns3UplinkSchedulerRtps_methods(root_module, cls):
|
|
3801 |
## bs-uplink-scheduler-rtps.h: ns3::UplinkSchedulerRtps::UplinkSchedulerRtps(ns3::UplinkSchedulerRtps const & arg0) [copy constructor]
|
|
3802 |
cls.add_constructor([param('ns3::UplinkSchedulerRtps const &', 'arg0')])
|
|
3803 |
## bs-uplink-scheduler-rtps.h: ns3::UplinkSchedulerRtps::UplinkSchedulerRtps() [constructor]
|
|
3804 |
cls.add_constructor([])
|
|
3805 |
## bs-uplink-scheduler-rtps.h: ns3::UplinkSchedulerRtps::UplinkSchedulerRtps(ns3::Ptr<ns3::BaseStationNetDevice> bs) [constructor]
|
|
3806 |
cls.add_constructor([param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')])
|
|
3807 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::AddUplinkAllocation(ns3::OfdmUlMapIe & ulMapIe, uint32_t const & allocationSize, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3808 |
cls.add_method('AddUplinkAllocation',
|
|
3809 |
'void',
|
|
3810 |
[param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('uint32_t const &', 'allocationSize'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3811 |
is_virtual=True)
|
|
3812 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::AllocateInitialRangingInterval(uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3813 |
cls.add_method('AllocateInitialRangingInterval',
|
|
3814 |
'void',
|
|
3815 |
[param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3816 |
is_virtual=True)
|
|
3817 |
## bs-uplink-scheduler-rtps.h: uint32_t ns3::UplinkSchedulerRtps::CalculateAllocationStartTime() [member function]
|
|
3818 |
cls.add_method('CalculateAllocationStartTime',
|
|
3819 |
'uint32_t',
|
|
3820 |
[],
|
|
3821 |
is_virtual=True)
|
|
3822 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::GetChannelDescriptorsToUpdate(bool & arg0, bool & arg1, bool & arg2, bool & arg3) [member function]
|
|
3823 |
cls.add_method('GetChannelDescriptorsToUpdate',
|
|
3824 |
'void',
|
|
3825 |
[param('bool &', 'arg0'), param('bool &', 'arg1'), param('bool &', 'arg2'), param('bool &', 'arg3')],
|
|
3826 |
is_virtual=True)
|
|
3827 |
## bs-uplink-scheduler-rtps.h: static ns3::TypeId ns3::UplinkSchedulerRtps::GetTypeId() [member function]
|
|
3828 |
cls.add_method('GetTypeId',
|
|
3829 |
'ns3::TypeId',
|
|
3830 |
[],
|
|
3831 |
is_static=True)
|
|
3832 |
## bs-uplink-scheduler-rtps.h: std::list<ns3::OfdmUlMapIe, std::allocator<ns3::OfdmUlMapIe> > ns3::UplinkSchedulerRtps::GetUplinkAllocations() const [member function]
|
|
3833 |
cls.add_method('GetUplinkAllocations',
|
|
3834 |
'std::list< ns3::OfdmUlMapIe >',
|
|
3835 |
[],
|
|
3836 |
is_const=True, is_virtual=True)
|
|
3837 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::InitOnce() [member function]
|
|
3838 |
cls.add_method('InitOnce',
|
|
3839 |
'void',
|
|
3840 |
[],
|
|
3841 |
is_virtual=True)
|
|
3842 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::OnSetRequestedBandwidth(ns3::ServiceFlowRecord * sfr) [member function]
|
|
3843 |
cls.add_method('OnSetRequestedBandwidth',
|
|
3844 |
'void',
|
|
3845 |
[param('ns3::ServiceFlowRecord *', 'sfr')],
|
|
3846 |
is_virtual=True)
|
|
3847 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::ProcessBandwidthRequest(ns3::BandwidthRequestHeader const & bwRequestHdr) [member function]
|
|
3848 |
cls.add_method('ProcessBandwidthRequest',
|
|
3849 |
'void',
|
|
3850 |
[param('ns3::BandwidthRequestHeader const &', 'bwRequestHdr')],
|
|
3851 |
is_virtual=True)
|
|
3852 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::Schedule() [member function]
|
|
3853 |
cls.add_method('Schedule',
|
|
3854 |
'void',
|
|
3855 |
[],
|
|
3856 |
is_virtual=True)
|
|
3857 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::ServiceBandwidthRequests(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3858 |
cls.add_method('ServiceBandwidthRequests',
|
|
3859 |
'void',
|
|
3860 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3861 |
is_virtual=True)
|
|
3862 |
## bs-uplink-scheduler-rtps.h: bool ns3::UplinkSchedulerRtps::ServiceBandwidthRequests(ns3::ServiceFlow * serviceFlow, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3863 |
cls.add_method('ServiceBandwidthRequests',
|
|
3864 |
'bool',
|
|
3865 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3866 |
is_virtual=True)
|
|
3867 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::ServiceUnsolicitedGrants(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3868 |
cls.add_method('ServiceUnsolicitedGrants',
|
|
3869 |
'void',
|
|
3870 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3871 |
is_virtual=True)
|
|
3872 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::SetupServiceFlow(ns3::SSRecord * ssRecord, ns3::ServiceFlow * serviceFlow) [member function]
|
|
3873 |
cls.add_method('SetupServiceFlow',
|
|
3874 |
'void',
|
|
3875 |
[param('ns3::SSRecord *', 'ssRecord'), param('ns3::ServiceFlow *', 'serviceFlow')],
|
|
3876 |
is_virtual=True)
|
|
3877 |
## bs-uplink-scheduler-rtps.h: void ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection(uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3878 |
cls.add_method('ULSchedulerRTPSConnection',
|
|
3879 |
'void',
|
|
3880 |
[param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')])
|
|
3881 |
return
|
|
3882 |
|
|
3883 |
def register_Ns3UplinkSchedulerSimple_methods(root_module, cls):
|
|
3884 |
## bs-uplink-scheduler-simple.h: ns3::UplinkSchedulerSimple::UplinkSchedulerSimple(ns3::UplinkSchedulerSimple const & arg0) [copy constructor]
|
|
3885 |
cls.add_constructor([param('ns3::UplinkSchedulerSimple const &', 'arg0')])
|
|
3886 |
## bs-uplink-scheduler-simple.h: ns3::UplinkSchedulerSimple::UplinkSchedulerSimple() [constructor]
|
|
3887 |
cls.add_constructor([])
|
|
3888 |
## bs-uplink-scheduler-simple.h: ns3::UplinkSchedulerSimple::UplinkSchedulerSimple(ns3::Ptr<ns3::BaseStationNetDevice> bs) [constructor]
|
|
3889 |
cls.add_constructor([param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')])
|
|
3890 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::AddUplinkAllocation(ns3::OfdmUlMapIe & ulMapIe, uint32_t const & allocationSize, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3891 |
cls.add_method('AddUplinkAllocation',
|
|
3892 |
'void',
|
|
3893 |
[param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('uint32_t const &', 'allocationSize'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3894 |
is_virtual=True)
|
|
3895 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::AllocateInitialRangingInterval(uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3896 |
cls.add_method('AllocateInitialRangingInterval',
|
|
3897 |
'void',
|
|
3898 |
[param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3899 |
is_virtual=True)
|
|
3900 |
## bs-uplink-scheduler-simple.h: uint32_t ns3::UplinkSchedulerSimple::CalculateAllocationStartTime() [member function]
|
|
3901 |
cls.add_method('CalculateAllocationStartTime',
|
|
3902 |
'uint32_t',
|
|
3903 |
[],
|
|
3904 |
is_virtual=True)
|
|
3905 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::GetChannelDescriptorsToUpdate(bool & arg0, bool & arg1, bool & arg2, bool & arg3) [member function]
|
|
3906 |
cls.add_method('GetChannelDescriptorsToUpdate',
|
|
3907 |
'void',
|
|
3908 |
[param('bool &', 'arg0'), param('bool &', 'arg1'), param('bool &', 'arg2'), param('bool &', 'arg3')],
|
|
3909 |
is_virtual=True)
|
|
3910 |
## bs-uplink-scheduler-simple.h: static ns3::TypeId ns3::UplinkSchedulerSimple::GetTypeId() [member function]
|
|
3911 |
cls.add_method('GetTypeId',
|
|
3912 |
'ns3::TypeId',
|
|
3913 |
[],
|
|
3914 |
is_static=True)
|
|
3915 |
## bs-uplink-scheduler-simple.h: std::list<ns3::OfdmUlMapIe, std::allocator<ns3::OfdmUlMapIe> > ns3::UplinkSchedulerSimple::GetUplinkAllocations() const [member function]
|
|
3916 |
cls.add_method('GetUplinkAllocations',
|
|
3917 |
'std::list< ns3::OfdmUlMapIe >',
|
|
3918 |
[],
|
|
3919 |
is_const=True, is_virtual=True)
|
|
3920 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::InitOnce() [member function]
|
|
3921 |
cls.add_method('InitOnce',
|
|
3922 |
'void',
|
|
3923 |
[],
|
|
3924 |
is_virtual=True)
|
|
3925 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::OnSetRequestedBandwidth(ns3::ServiceFlowRecord * sfr) [member function]
|
|
3926 |
cls.add_method('OnSetRequestedBandwidth',
|
|
3927 |
'void',
|
|
3928 |
[param('ns3::ServiceFlowRecord *', 'sfr')],
|
|
3929 |
is_virtual=True)
|
|
3930 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::ProcessBandwidthRequest(ns3::BandwidthRequestHeader const & bwRequestHdr) [member function]
|
|
3931 |
cls.add_method('ProcessBandwidthRequest',
|
|
3932 |
'void',
|
|
3933 |
[param('ns3::BandwidthRequestHeader const &', 'bwRequestHdr')],
|
|
3934 |
is_virtual=True)
|
|
3935 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::Schedule() [member function]
|
|
3936 |
cls.add_method('Schedule',
|
|
3937 |
'void',
|
|
3938 |
[],
|
|
3939 |
is_virtual=True)
|
|
3940 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::ServiceBandwidthRequests(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3941 |
cls.add_method('ServiceBandwidthRequests',
|
|
3942 |
'void',
|
|
3943 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3944 |
is_virtual=True)
|
|
3945 |
## bs-uplink-scheduler-simple.h: bool ns3::UplinkSchedulerSimple::ServiceBandwidthRequests(ns3::ServiceFlow * serviceFlow, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3946 |
cls.add_method('ServiceBandwidthRequests',
|
|
3947 |
'bool',
|
|
3948 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3949 |
is_virtual=True)
|
|
3950 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::ServiceUnsolicitedGrants(ns3::SSRecord const * ssRecord, ns3::ServiceFlow::SchedulingType schedulingType, ns3::OfdmUlMapIe & ulMapIe, ns3::WimaxPhy::ModulationType const modulationType, uint32_t & symbolsToAllocation, uint32_t & availableSymbols) [member function]
|
|
3951 |
cls.add_method('ServiceUnsolicitedGrants',
|
|
3952 |
'void',
|
|
3953 |
[param('ns3::SSRecord const *', 'ssRecord'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType'), param('ns3::OfdmUlMapIe &', 'ulMapIe'), param('ns3::WimaxPhy::ModulationType const', 'modulationType'), param('uint32_t &', 'symbolsToAllocation'), param('uint32_t &', 'availableSymbols')],
|
|
3954 |
is_virtual=True)
|
|
3955 |
## bs-uplink-scheduler-simple.h: void ns3::UplinkSchedulerSimple::SetupServiceFlow(ns3::SSRecord * ssRecord, ns3::ServiceFlow * serviceFlow) [member function]
|
|
3956 |
cls.add_method('SetupServiceFlow',
|
|
3957 |
'void',
|
|
3958 |
[param('ns3::SSRecord *', 'ssRecord'), param('ns3::ServiceFlow *', 'serviceFlow')],
|
|
3959 |
is_virtual=True)
|
|
3960 |
return
|
|
3961 |
|
|
3962 |
def register_Ns3WimaxConnection_methods(root_module, cls):
|
|
3963 |
## wimax-connection.h: ns3::WimaxConnection::WimaxConnection(ns3::WimaxConnection const & arg0) [copy constructor]
|
|
3964 |
cls.add_constructor([param('ns3::WimaxConnection const &', 'arg0')])
|
|
3965 |
## wimax-connection.h: ns3::WimaxConnection::WimaxConnection(ns3::Cid cid, ns3::Cid::Type type) [constructor]
|
|
3966 |
cls.add_constructor([param('ns3::Cid', 'cid'), param('ns3::Cid::Type', 'type')])
|
|
3967 |
## wimax-connection.h: void ns3::WimaxConnection::ClearFragmentsQueue() [member function]
|
|
3968 |
cls.add_method('ClearFragmentsQueue',
|
|
3969 |
'void',
|
|
3970 |
[])
|
|
3971 |
## wimax-connection.h: ns3::Ptr<ns3::Packet> ns3::WimaxConnection::Dequeue(ns3::MacHeaderType::HeaderType packetType=::ns3::MacHeaderType::HEADER_TYPE_GENERIC) [member function]
|
|
3972 |
cls.add_method('Dequeue',
|
|
3973 |
'ns3::Ptr< ns3::Packet >',
|
|
3974 |
[param('ns3::MacHeaderType::HeaderType', 'packetType', default_value='::ns3::MacHeaderType::HEADER_TYPE_GENERIC')])
|
|
3975 |
## wimax-connection.h: ns3::Ptr<ns3::Packet> ns3::WimaxConnection::Dequeue(ns3::MacHeaderType::HeaderType packetType, uint32_t availableByte) [member function]
|
|
3976 |
cls.add_method('Dequeue',
|
|
3977 |
'ns3::Ptr< ns3::Packet >',
|
|
3978 |
[param('ns3::MacHeaderType::HeaderType', 'packetType'), param('uint32_t', 'availableByte')])
|
|
3979 |
## wimax-connection.h: bool ns3::WimaxConnection::Enqueue(ns3::Ptr<ns3::Packet> packet, ns3::MacHeaderType const & hdrType, ns3::GenericMacHeader const & hdr) [member function]
|
|
3980 |
cls.add_method('Enqueue',
|
|
3981 |
'bool',
|
|
3982 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::MacHeaderType const &', 'hdrType'), param('ns3::GenericMacHeader const &', 'hdr')])
|
|
3983 |
## wimax-connection.h: void ns3::WimaxConnection::FragmentEnqueue(ns3::Ptr<ns3::Packet const> fragment) [member function]
|
|
3984 |
cls.add_method('FragmentEnqueue',
|
|
3985 |
'void',
|
|
3986 |
[param('ns3::Ptr< ns3::Packet const >', 'fragment')])
|
|
3987 |
## wimax-connection.h: ns3::Cid ns3::WimaxConnection::GetCid() const [member function]
|
|
3988 |
cls.add_method('GetCid',
|
|
3989 |
'ns3::Cid',
|
|
3990 |
[],
|
|
3991 |
is_const=True)
|
|
3992 |
## wimax-connection.h: std::list<ns3::Ptr<ns3::Packet const>, std::allocator<ns3::Ptr<ns3::Packet const> > > const ns3::WimaxConnection::GetFragmentsQueue() const [member function]
|
|
3993 |
cls.add_method('GetFragmentsQueue',
|
|
3994 |
'std::list< ns3::Ptr< ns3::Packet const > > const',
|
|
3995 |
[],
|
|
3996 |
is_const=True)
|
|
3997 |
## wimax-connection.h: ns3::Ptr<ns3::WimaxMacQueue> ns3::WimaxConnection::GetQueue() const [member function]
|
|
3998 |
cls.add_method('GetQueue',
|
|
3999 |
'ns3::Ptr< ns3::WimaxMacQueue >',
|
|
4000 |
[],
|
|
4001 |
is_const=True)
|
|
4002 |
## wimax-connection.h: uint8_t ns3::WimaxConnection::GetSchedulingType() const [member function]
|
|
4003 |
cls.add_method('GetSchedulingType',
|
|
4004 |
'uint8_t',
|
|
4005 |
[],
|
|
4006 |
is_const=True)
|
|
4007 |
## wimax-connection.h: ns3::ServiceFlow * ns3::WimaxConnection::GetServiceFlow() const [member function]
|
|
4008 |
cls.add_method('GetServiceFlow',
|
|
4009 |
'ns3::ServiceFlow *',
|
|
4010 |
[],
|
|
4011 |
is_const=True)
|
|
4012 |
## wimax-connection.h: ns3::Cid::Type ns3::WimaxConnection::GetType() const [member function]
|
|
4013 |
cls.add_method('GetType',
|
|
4014 |
'ns3::Cid::Type',
|
|
4015 |
[],
|
|
4016 |
is_const=True)
|
|
4017 |
## wimax-connection.h: static ns3::TypeId ns3::WimaxConnection::GetTypeId() [member function]
|
|
4018 |
cls.add_method('GetTypeId',
|
|
4019 |
'ns3::TypeId',
|
|
4020 |
[],
|
|
4021 |
is_static=True)
|
|
4022 |
## wimax-connection.h: std::string ns3::WimaxConnection::GetTypeStr() const [member function]
|
|
4023 |
cls.add_method('GetTypeStr',
|
|
4024 |
'std::string',
|
|
4025 |
[],
|
|
4026 |
is_const=True)
|
|
4027 |
## wimax-connection.h: bool ns3::WimaxConnection::HasPackets() const [member function]
|
|
4028 |
cls.add_method('HasPackets',
|
|
4029 |
'bool',
|
|
4030 |
[],
|
|
4031 |
is_const=True)
|
|
4032 |
## wimax-connection.h: bool ns3::WimaxConnection::HasPackets(ns3::MacHeaderType::HeaderType packetType) const [member function]
|
|
4033 |
cls.add_method('HasPackets',
|
|
4034 |
'bool',
|
|
4035 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')],
|
|
4036 |
is_const=True)
|
|
4037 |
## wimax-connection.h: void ns3::WimaxConnection::SetServiceFlow(ns3::ServiceFlow * serviceFlow) [member function]
|
|
4038 |
cls.add_method('SetServiceFlow',
|
|
4039 |
'void',
|
|
4040 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
4041 |
## wimax-connection.h: void ns3::WimaxConnection::DoDispose() [member function]
|
|
4042 |
cls.add_method('DoDispose',
|
|
4043 |
'void',
|
|
4044 |
[],
|
|
4045 |
visibility='private', is_virtual=True)
|
|
4046 |
return
|
|
4047 |
|
|
4048 |
def register_Ns3WimaxMacQueue_methods(root_module, cls):
|
|
4049 |
## wimax-mac-queue.h: ns3::WimaxMacQueue::WimaxMacQueue(ns3::WimaxMacQueue const & arg0) [copy constructor]
|
|
4050 |
cls.add_constructor([param('ns3::WimaxMacQueue const &', 'arg0')])
|
|
4051 |
## wimax-mac-queue.h: ns3::WimaxMacQueue::WimaxMacQueue() [constructor]
|
|
4052 |
cls.add_constructor([])
|
|
4053 |
## wimax-mac-queue.h: ns3::WimaxMacQueue::WimaxMacQueue(uint32_t maxSize) [constructor]
|
|
4054 |
cls.add_constructor([param('uint32_t', 'maxSize')])
|
|
4055 |
## wimax-mac-queue.h: bool ns3::WimaxMacQueue::CheckForFragmentation(ns3::MacHeaderType::HeaderType packetType) [member function]
|
|
4056 |
cls.add_method('CheckForFragmentation',
|
|
4057 |
'bool',
|
|
4058 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')])
|
|
4059 |
## wimax-mac-queue.h: ns3::Ptr<ns3::Packet> ns3::WimaxMacQueue::Dequeue(ns3::MacHeaderType::HeaderType packetType) [member function]
|
|
4060 |
cls.add_method('Dequeue',
|
|
4061 |
'ns3::Ptr< ns3::Packet >',
|
|
4062 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')])
|
|
4063 |
## wimax-mac-queue.h: ns3::Ptr<ns3::Packet> ns3::WimaxMacQueue::Dequeue(ns3::MacHeaderType::HeaderType packetType, uint32_t availableByte) [member function]
|
|
4064 |
cls.add_method('Dequeue',
|
|
4065 |
'ns3::Ptr< ns3::Packet >',
|
|
4066 |
[param('ns3::MacHeaderType::HeaderType', 'packetType'), param('uint32_t', 'availableByte')])
|
|
4067 |
## wimax-mac-queue.h: bool ns3::WimaxMacQueue::Enqueue(ns3::Ptr<ns3::Packet> packet, ns3::MacHeaderType const & hdrType, ns3::GenericMacHeader const & hdr) [member function]
|
|
4068 |
cls.add_method('Enqueue',
|
|
4069 |
'bool',
|
|
4070 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::MacHeaderType const &', 'hdrType'), param('ns3::GenericMacHeader const &', 'hdr')])
|
|
4071 |
## wimax-mac-queue.h: uint32_t ns3::WimaxMacQueue::GetFirstPacketHdrSize(ns3::MacHeaderType::HeaderType packetType) [member function]
|
|
4072 |
cls.add_method('GetFirstPacketHdrSize',
|
|
4073 |
'uint32_t',
|
|
4074 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')])
|
|
4075 |
## wimax-mac-queue.h: uint32_t ns3::WimaxMacQueue::GetFirstPacketPayloadSize(ns3::MacHeaderType::HeaderType packetType) [member function]
|
|
4076 |
cls.add_method('GetFirstPacketPayloadSize',
|
|
4077 |
'uint32_t',
|
|
4078 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')])
|
|
4079 |
## wimax-mac-queue.h: uint32_t ns3::WimaxMacQueue::GetFirstPacketRequiredByte(ns3::MacHeaderType::HeaderType packetType) [member function]
|
|
4080 |
cls.add_method('GetFirstPacketRequiredByte',
|
|
4081 |
'uint32_t',
|
|
4082 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')])
|
|
4083 |
## wimax-mac-queue.h: uint32_t ns3::WimaxMacQueue::GetMaxSize() const [member function]
|
|
4084 |
cls.add_method('GetMaxSize',
|
|
4085 |
'uint32_t',
|
|
4086 |
[],
|
|
4087 |
is_const=True)
|
|
4088 |
## wimax-mac-queue.h: uint32_t ns3::WimaxMacQueue::GetNBytes() const [member function]
|
|
4089 |
cls.add_method('GetNBytes',
|
|
4090 |
'uint32_t',
|
|
4091 |
[],
|
|
4092 |
is_const=True)
|
|
4093 |
## wimax-mac-queue.h: std::deque<ns3::WimaxMacQueue::QueueElement, std::allocator<ns3::WimaxMacQueue::QueueElement> > const & ns3::WimaxMacQueue::GetPacketQueue() const [member function]
|
|
4094 |
cls.add_method('GetPacketQueue',
|
|
4095 |
'std::deque< ns3::WimaxMacQueue::QueueElement > const &',
|
|
4096 |
[],
|
|
4097 |
is_const=True)
|
|
4098 |
## wimax-mac-queue.h: uint32_t ns3::WimaxMacQueue::GetQueueLengthWithMACOverhead() [member function]
|
|
4099 |
cls.add_method('GetQueueLengthWithMACOverhead',
|
|
4100 |
'uint32_t',
|
|
4101 |
[])
|
|
4102 |
## wimax-mac-queue.h: uint32_t ns3::WimaxMacQueue::GetSize() const [member function]
|
|
4103 |
cls.add_method('GetSize',
|
|
4104 |
'uint32_t',
|
|
4105 |
[],
|
|
4106 |
is_const=True)
|
|
4107 |
## wimax-mac-queue.h: static ns3::TypeId ns3::WimaxMacQueue::GetTypeId() [member function]
|
|
4108 |
cls.add_method('GetTypeId',
|
|
4109 |
'ns3::TypeId',
|
|
4110 |
[],
|
|
4111 |
is_static=True)
|
|
4112 |
## wimax-mac-queue.h: bool ns3::WimaxMacQueue::IsEmpty() const [member function]
|
|
4113 |
cls.add_method('IsEmpty',
|
|
4114 |
'bool',
|
|
4115 |
[],
|
|
4116 |
is_const=True)
|
|
4117 |
## wimax-mac-queue.h: bool ns3::WimaxMacQueue::IsEmpty(ns3::MacHeaderType::HeaderType packetType) const [member function]
|
|
4118 |
cls.add_method('IsEmpty',
|
|
4119 |
'bool',
|
|
4120 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')],
|
|
4121 |
is_const=True)
|
|
4122 |
## wimax-mac-queue.h: ns3::Ptr<ns3::Packet> ns3::WimaxMacQueue::Peek(ns3::GenericMacHeader & hdr) const [member function]
|
|
4123 |
cls.add_method('Peek',
|
|
4124 |
'ns3::Ptr< ns3::Packet >',
|
|
4125 |
[param('ns3::GenericMacHeader &', 'hdr')],
|
|
4126 |
is_const=True)
|
|
4127 |
## wimax-mac-queue.h: ns3::Ptr<ns3::Packet> ns3::WimaxMacQueue::Peek(ns3::GenericMacHeader & hdr, ns3::Time & timeStamp) const [member function]
|
|
4128 |
cls.add_method('Peek',
|
|
4129 |
'ns3::Ptr< ns3::Packet >',
|
|
4130 |
[param('ns3::GenericMacHeader &', 'hdr'), param('ns3::Time &', 'timeStamp')],
|
|
4131 |
is_const=True)
|
|
4132 |
## wimax-mac-queue.h: ns3::Ptr<ns3::Packet> ns3::WimaxMacQueue::Peek(ns3::MacHeaderType::HeaderType packetType) const [member function]
|
|
4133 |
cls.add_method('Peek',
|
|
4134 |
'ns3::Ptr< ns3::Packet >',
|
|
4135 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')],
|
|
4136 |
is_const=True)
|
|
4137 |
## wimax-mac-queue.h: ns3::Ptr<ns3::Packet> ns3::WimaxMacQueue::Peek(ns3::MacHeaderType::HeaderType packetType, ns3::Time & timeStamp) const [member function]
|
|
4138 |
cls.add_method('Peek',
|
|
4139 |
'ns3::Ptr< ns3::Packet >',
|
|
4140 |
[param('ns3::MacHeaderType::HeaderType', 'packetType'), param('ns3::Time &', 'timeStamp')],
|
|
4141 |
is_const=True)
|
|
4142 |
## wimax-mac-queue.h: void ns3::WimaxMacQueue::SetFragmentNumber(ns3::MacHeaderType::HeaderType packetType) [member function]
|
|
4143 |
cls.add_method('SetFragmentNumber',
|
|
4144 |
'void',
|
|
4145 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')])
|
|
4146 |
## wimax-mac-queue.h: void ns3::WimaxMacQueue::SetFragmentOffset(ns3::MacHeaderType::HeaderType packetType, uint32_t offset) [member function]
|
|
4147 |
cls.add_method('SetFragmentOffset',
|
|
4148 |
'void',
|
|
4149 |
[param('ns3::MacHeaderType::HeaderType', 'packetType'), param('uint32_t', 'offset')])
|
|
4150 |
## wimax-mac-queue.h: void ns3::WimaxMacQueue::SetFragmentation(ns3::MacHeaderType::HeaderType packetType) [member function]
|
|
4151 |
cls.add_method('SetFragmentation',
|
|
4152 |
'void',
|
|
4153 |
[param('ns3::MacHeaderType::HeaderType', 'packetType')])
|
|
4154 |
## wimax-mac-queue.h: void ns3::WimaxMacQueue::SetMaxSize(uint32_t maxSize) [member function]
|
|
4155 |
cls.add_method('SetMaxSize',
|
|
4156 |
'void',
|
|
4157 |
[param('uint32_t', 'maxSize')])
|
|
4158 |
return
|
|
4159 |
|
|
4160 |
def register_Ns3WimaxMacToMacHeader_methods(root_module, cls):
|
|
4161 |
## wimax-mac-to-mac-header.h: ns3::WimaxMacToMacHeader::WimaxMacToMacHeader(ns3::WimaxMacToMacHeader const & arg0) [copy constructor]
|
|
4162 |
cls.add_constructor([param('ns3::WimaxMacToMacHeader const &', 'arg0')])
|
|
4163 |
## wimax-mac-to-mac-header.h: ns3::WimaxMacToMacHeader::WimaxMacToMacHeader() [constructor]
|
|
4164 |
cls.add_constructor([])
|
|
4165 |
## wimax-mac-to-mac-header.h: ns3::WimaxMacToMacHeader::WimaxMacToMacHeader(uint32_t len) [constructor]
|
|
4166 |
cls.add_constructor([param('uint32_t', 'len')])
|
|
4167 |
## wimax-mac-to-mac-header.h: uint32_t ns3::WimaxMacToMacHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
4168 |
cls.add_method('Deserialize',
|
|
4169 |
'uint32_t',
|
|
4170 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
4171 |
is_virtual=True)
|
|
4172 |
## wimax-mac-to-mac-header.h: ns3::TypeId ns3::WimaxMacToMacHeader::GetInstanceTypeId() const [member function]
|
|
4173 |
cls.add_method('GetInstanceTypeId',
|
|
4174 |
'ns3::TypeId',
|
|
4175 |
[],
|
|
4176 |
is_const=True, is_virtual=True)
|
|
4177 |
## wimax-mac-to-mac-header.h: uint32_t ns3::WimaxMacToMacHeader::GetSerializedSize() const [member function]
|
|
4178 |
cls.add_method('GetSerializedSize',
|
|
4179 |
'uint32_t',
|
|
4180 |
[],
|
|
4181 |
is_const=True, is_virtual=True)
|
|
4182 |
## wimax-mac-to-mac-header.h: uint8_t ns3::WimaxMacToMacHeader::GetSizeOfLen() const [member function]
|
|
4183 |
cls.add_method('GetSizeOfLen',
|
|
4184 |
'uint8_t',
|
|
4185 |
[],
|
|
4186 |
is_const=True)
|
|
4187 |
## wimax-mac-to-mac-header.h: static ns3::TypeId ns3::WimaxMacToMacHeader::GetTypeId() [member function]
|
|
4188 |
cls.add_method('GetTypeId',
|
|
4189 |
'ns3::TypeId',
|
|
4190 |
[],
|
|
4191 |
is_static=True)
|
|
4192 |
## wimax-mac-to-mac-header.h: void ns3::WimaxMacToMacHeader::Print(std::ostream & os) const [member function]
|
|
4193 |
cls.add_method('Print',
|
|
4194 |
'void',
|
|
4195 |
[param('std::ostream &', 'os')],
|
|
4196 |
is_const=True, is_virtual=True)
|
|
4197 |
## wimax-mac-to-mac-header.h: void ns3::WimaxMacToMacHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
4198 |
cls.add_method('Serialize',
|
|
4199 |
'void',
|
|
4200 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
4201 |
is_const=True, is_virtual=True)
|
|
4202 |
return
|
|
4203 |
|
|
4204 |
def register_Ns3WimaxPhy_methods(root_module, cls):
|
|
4205 |
## wimax-phy.h: ns3::WimaxPhy::WimaxPhy(ns3::WimaxPhy const & arg0) [copy constructor]
|
|
4206 |
cls.add_constructor([param('ns3::WimaxPhy const &', 'arg0')])
|
|
4207 |
## wimax-phy.h: ns3::WimaxPhy::WimaxPhy() [constructor]
|
|
4208 |
cls.add_constructor([])
|
|
4209 |
## wimax-phy.h: void ns3::WimaxPhy::Attach(ns3::Ptr<ns3::WimaxChannel> channel) [member function]
|
|
4210 |
cls.add_method('Attach',
|
|
4211 |
'void',
|
|
4212 |
[param('ns3::Ptr< ns3::WimaxChannel >', 'channel')])
|
|
4213 |
## wimax-phy.h: void ns3::WimaxPhy::DoDispose() [member function]
|
|
4214 |
cls.add_method('DoDispose',
|
|
4215 |
'void',
|
|
4216 |
[],
|
|
4217 |
is_virtual=True)
|
|
4218 |
## wimax-phy.h: ns3::Ptr<ns3::WimaxChannel> ns3::WimaxPhy::GetChannel() const [member function]
|
|
4219 |
cls.add_method('GetChannel',
|
|
4220 |
'ns3::Ptr< ns3::WimaxChannel >',
|
|
4221 |
[],
|
|
4222 |
is_const=True)
|
|
4223 |
## wimax-phy.h: uint32_t ns3::WimaxPhy::GetChannelBandwidth() const [member function]
|
|
4224 |
cls.add_method('GetChannelBandwidth',
|
|
4225 |
'uint32_t',
|
|
4226 |
[],
|
|
4227 |
is_const=True)
|
|
4228 |
## wimax-phy.h: ns3::EventId ns3::WimaxPhy::GetChnlSrchTimeoutEvent() const [member function]
|
|
4229 |
cls.add_method('GetChnlSrchTimeoutEvent',
|
|
4230 |
'ns3::EventId',
|
|
4231 |
[],
|
|
4232 |
is_const=True)
|
|
4233 |
## wimax-phy.h: uint32_t ns3::WimaxPhy::GetDataRate(ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4234 |
cls.add_method('GetDataRate',
|
|
4235 |
'uint32_t',
|
|
4236 |
[param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4237 |
is_const=True)
|
|
4238 |
## wimax-phy.h: ns3::Ptr<ns3::NetDevice> ns3::WimaxPhy::GetDevice() const [member function]
|
|
4239 |
cls.add_method('GetDevice',
|
|
4240 |
'ns3::Ptr< ns3::NetDevice >',
|
|
4241 |
[],
|
|
4242 |
is_const=True)
|
|
4243 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::GetFrameDuration() const [member function]
|
|
4244 |
cls.add_method('GetFrameDuration',
|
|
4245 |
'ns3::Time',
|
|
4246 |
[],
|
|
4247 |
is_const=True)
|
|
4248 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::GetFrameDuration(uint8_t frameDurationCode) const [member function]
|
|
4249 |
cls.add_method('GetFrameDuration',
|
|
4250 |
'ns3::Time',
|
|
4251 |
[param('uint8_t', 'frameDurationCode')],
|
|
4252 |
is_const=True)
|
|
4253 |
## wimax-phy.h: uint8_t ns3::WimaxPhy::GetFrameDurationCode() const [member function]
|
|
4254 |
cls.add_method('GetFrameDurationCode',
|
|
4255 |
'uint8_t',
|
|
4256 |
[],
|
|
4257 |
is_const=True)
|
|
4258 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::GetFrameDurationSec() const [member function]
|
|
4259 |
cls.add_method('GetFrameDurationSec',
|
|
4260 |
'ns3::Time',
|
|
4261 |
[],
|
|
4262 |
is_const=True)
|
|
4263 |
## wimax-phy.h: uint32_t ns3::WimaxPhy::GetFrequency() const [member function]
|
|
4264 |
cls.add_method('GetFrequency',
|
|
4265 |
'uint32_t',
|
|
4266 |
[],
|
|
4267 |
is_const=True)
|
|
4268 |
## wimax-phy.h: double ns3::WimaxPhy::GetGValue() const [member function]
|
|
4269 |
cls.add_method('GetGValue',
|
|
4270 |
'double',
|
|
4271 |
[],
|
|
4272 |
is_const=True)
|
|
4273 |
## wimax-phy.h: ns3::Ptr<ns3::Object> ns3::WimaxPhy::GetMobility() [member function]
|
|
4274 |
cls.add_method('GetMobility',
|
|
4275 |
'ns3::Ptr< ns3::Object >',
|
|
4276 |
[],
|
|
4277 |
is_virtual=True)
|
|
4278 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::GetNfft() const [member function]
|
|
4279 |
cls.add_method('GetNfft',
|
|
4280 |
'uint16_t',
|
|
4281 |
[],
|
|
4282 |
is_const=True)
|
|
4283 |
## wimax-phy.h: uint64_t ns3::WimaxPhy::GetNrBytes(uint32_t symbols, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4284 |
cls.add_method('GetNrBytes',
|
|
4285 |
'uint64_t',
|
|
4286 |
[param('uint32_t', 'symbols'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4287 |
is_const=True)
|
|
4288 |
## wimax-phy.h: uint8_t ns3::WimaxPhy::GetNrCarriers() const [member function]
|
|
4289 |
cls.add_method('GetNrCarriers',
|
|
4290 |
'uint8_t',
|
|
4291 |
[],
|
|
4292 |
is_const=True)
|
|
4293 |
## wimax-phy.h: uint64_t ns3::WimaxPhy::GetNrSymbols(uint32_t size, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4294 |
cls.add_method('GetNrSymbols',
|
|
4295 |
'uint64_t',
|
|
4296 |
[param('uint32_t', 'size'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4297 |
is_const=True)
|
|
4298 |
## wimax-phy.h: ns3::WimaxPhy::PhyType ns3::WimaxPhy::GetPhyType() const [member function]
|
|
4299 |
cls.add_method('GetPhyType',
|
|
4300 |
'ns3::WimaxPhy::PhyType',
|
|
4301 |
[],
|
|
4302 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
4303 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::GetPsDuration() const [member function]
|
|
4304 |
cls.add_method('GetPsDuration',
|
|
4305 |
'ns3::Time',
|
|
4306 |
[],
|
|
4307 |
is_const=True)
|
|
4308 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::GetPsPerFrame() const [member function]
|
|
4309 |
cls.add_method('GetPsPerFrame',
|
|
4310 |
'uint16_t',
|
|
4311 |
[],
|
|
4312 |
is_const=True)
|
|
4313 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::GetPsPerSymbol() const [member function]
|
|
4314 |
cls.add_method('GetPsPerSymbol',
|
|
4315 |
'uint16_t',
|
|
4316 |
[],
|
|
4317 |
is_const=True)
|
|
4318 |
## wimax-phy.h: ns3::Callback<void, ns3::Ptr<ns3::PacketBurst const>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> ns3::WimaxPhy::GetReceiveCallback() const [member function]
|
|
4319 |
cls.add_method('GetReceiveCallback',
|
|
4320 |
'ns3::Callback< void, ns3::Ptr< ns3::PacketBurst const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >',
|
|
4321 |
[],
|
|
4322 |
is_const=True)
|
|
4323 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::GetRtg() const [member function]
|
|
4324 |
cls.add_method('GetRtg',
|
|
4325 |
'uint16_t',
|
|
4326 |
[],
|
|
4327 |
is_const=True)
|
|
4328 |
## wimax-phy.h: uint64_t ns3::WimaxPhy::GetRxFrequency() const [member function]
|
|
4329 |
cls.add_method('GetRxFrequency',
|
|
4330 |
'uint64_t',
|
|
4331 |
[],
|
|
4332 |
is_const=True)
|
|
4333 |
## wimax-phy.h: double ns3::WimaxPhy::GetSamplingFactor() const [member function]
|
|
4334 |
cls.add_method('GetSamplingFactor',
|
|
4335 |
'double',
|
|
4336 |
[],
|
|
4337 |
is_const=True)
|
|
4338 |
## wimax-phy.h: double ns3::WimaxPhy::GetSamplingFrequency() const [member function]
|
|
4339 |
cls.add_method('GetSamplingFrequency',
|
|
4340 |
'double',
|
|
4341 |
[],
|
|
4342 |
is_const=True)
|
|
4343 |
## wimax-phy.h: uint64_t ns3::WimaxPhy::GetScanningFrequency() const [member function]
|
|
4344 |
cls.add_method('GetScanningFrequency',
|
|
4345 |
'uint64_t',
|
|
4346 |
[],
|
|
4347 |
is_const=True)
|
|
4348 |
## wimax-phy.h: ns3::WimaxPhy::PhyState ns3::WimaxPhy::GetState() const [member function]
|
|
4349 |
cls.add_method('GetState',
|
|
4350 |
'ns3::WimaxPhy::PhyState',
|
|
4351 |
[],
|
|
4352 |
is_const=True)
|
|
4353 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::GetSymbolDuration() const [member function]
|
|
4354 |
cls.add_method('GetSymbolDuration',
|
|
4355 |
'ns3::Time',
|
|
4356 |
[],
|
|
4357 |
is_const=True)
|
|
4358 |
## wimax-phy.h: uint32_t ns3::WimaxPhy::GetSymbolsPerFrame() const [member function]
|
|
4359 |
cls.add_method('GetSymbolsPerFrame',
|
|
4360 |
'uint32_t',
|
|
4361 |
[],
|
|
4362 |
is_const=True)
|
|
4363 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::GetTransmissionTime(uint32_t size, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4364 |
cls.add_method('GetTransmissionTime',
|
|
4365 |
'ns3::Time',
|
|
4366 |
[param('uint32_t', 'size'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4367 |
is_const=True)
|
|
4368 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::GetTtg() const [member function]
|
|
4369 |
cls.add_method('GetTtg',
|
|
4370 |
'uint16_t',
|
|
4371 |
[],
|
|
4372 |
is_const=True)
|
|
4373 |
## wimax-phy.h: uint64_t ns3::WimaxPhy::GetTxFrequency() const [member function]
|
|
4374 |
cls.add_method('GetTxFrequency',
|
|
4375 |
'uint64_t',
|
|
4376 |
[],
|
|
4377 |
is_const=True)
|
|
4378 |
## wimax-phy.h: static ns3::TypeId ns3::WimaxPhy::GetTypeId() [member function]
|
|
4379 |
cls.add_method('GetTypeId',
|
|
4380 |
'ns3::TypeId',
|
|
4381 |
[],
|
|
4382 |
is_static=True)
|
|
4383 |
## wimax-phy.h: bool ns3::WimaxPhy::IsDuplex() const [member function]
|
|
4384 |
cls.add_method('IsDuplex',
|
|
4385 |
'bool',
|
|
4386 |
[],
|
|
4387 |
is_const=True)
|
|
4388 |
## wimax-phy.h: void ns3::WimaxPhy::Send(ns3::SendParams * params) [member function]
|
|
4389 |
cls.add_method('Send',
|
|
4390 |
'void',
|
|
4391 |
[param('ns3::SendParams *', 'params')],
|
|
4392 |
is_pure_virtual=True, is_virtual=True)
|
|
4393 |
## wimax-phy.h: void ns3::WimaxPhy::SetChannelBandwidth(uint32_t channelBandwidth) [member function]
|
|
4394 |
cls.add_method('SetChannelBandwidth',
|
|
4395 |
'void',
|
|
4396 |
[param('uint32_t', 'channelBandwidth')])
|
|
4397 |
## wimax-phy.h: void ns3::WimaxPhy::SetDataRates() [member function]
|
|
4398 |
cls.add_method('SetDataRates',
|
|
4399 |
'void',
|
|
4400 |
[])
|
|
4401 |
## wimax-phy.h: void ns3::WimaxPhy::SetDevice(ns3::Ptr<ns3::WimaxNetDevice> device) [member function]
|
|
4402 |
cls.add_method('SetDevice',
|
|
4403 |
'void',
|
|
4404 |
[param('ns3::Ptr< ns3::WimaxNetDevice >', 'device')])
|
|
4405 |
## wimax-phy.h: void ns3::WimaxPhy::SetDuplex(uint64_t rxFrequency, uint64_t txFrequency) [member function]
|
|
4406 |
cls.add_method('SetDuplex',
|
|
4407 |
'void',
|
|
4408 |
[param('uint64_t', 'rxFrequency'), param('uint64_t', 'txFrequency')])
|
|
4409 |
## wimax-phy.h: void ns3::WimaxPhy::SetFrameDuration(ns3::Time frameDuration) [member function]
|
|
4410 |
cls.add_method('SetFrameDuration',
|
|
4411 |
'void',
|
|
4412 |
[param('ns3::Time', 'frameDuration')])
|
|
4413 |
## wimax-phy.h: void ns3::WimaxPhy::SetFrequency(uint32_t frequency) [member function]
|
|
4414 |
cls.add_method('SetFrequency',
|
|
4415 |
'void',
|
|
4416 |
[param('uint32_t', 'frequency')])
|
|
4417 |
## wimax-phy.h: void ns3::WimaxPhy::SetMobility(ns3::Ptr<ns3::Object> mobility) [member function]
|
|
4418 |
cls.add_method('SetMobility',
|
|
4419 |
'void',
|
|
4420 |
[param('ns3::Ptr< ns3::Object >', 'mobility')],
|
|
4421 |
is_virtual=True)
|
|
4422 |
## wimax-phy.h: void ns3::WimaxPhy::SetNrCarriers(uint8_t nrCarriers) [member function]
|
|
4423 |
cls.add_method('SetNrCarriers',
|
|
4424 |
'void',
|
|
4425 |
[param('uint8_t', 'nrCarriers')])
|
|
4426 |
## wimax-phy.h: void ns3::WimaxPhy::SetPhyParameters() [member function]
|
|
4427 |
cls.add_method('SetPhyParameters',
|
|
4428 |
'void',
|
|
4429 |
[])
|
|
4430 |
## wimax-phy.h: void ns3::WimaxPhy::SetPsDuration(ns3::Time psDuration) [member function]
|
|
4431 |
cls.add_method('SetPsDuration',
|
|
4432 |
'void',
|
|
4433 |
[param('ns3::Time', 'psDuration')])
|
|
4434 |
## wimax-phy.h: void ns3::WimaxPhy::SetPsPerFrame(uint16_t psPerFrame) [member function]
|
|
4435 |
cls.add_method('SetPsPerFrame',
|
|
4436 |
'void',
|
|
4437 |
[param('uint16_t', 'psPerFrame')])
|
|
4438 |
## wimax-phy.h: void ns3::WimaxPhy::SetPsPerSymbol(uint16_t psPerSymbol) [member function]
|
|
4439 |
cls.add_method('SetPsPerSymbol',
|
|
4440 |
'void',
|
|
4441 |
[param('uint16_t', 'psPerSymbol')])
|
|
4442 |
## wimax-phy.h: void ns3::WimaxPhy::SetReceiveCallback(ns3::Callback<void, ns3::Ptr<ns3::PacketBurst const>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
|
|
4443 |
cls.add_method('SetReceiveCallback',
|
|
4444 |
'void',
|
|
4445 |
[param('ns3::Callback< void, ns3::Ptr< ns3::PacketBurst const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
|
|
4446 |
## wimax-phy.h: void ns3::WimaxPhy::SetScanningCallback() const [member function]
|
|
4447 |
cls.add_method('SetScanningCallback',
|
|
4448 |
'void',
|
|
4449 |
[],
|
|
4450 |
is_const=True)
|
|
4451 |
## wimax-phy.h: void ns3::WimaxPhy::SetSimplex(uint64_t frequency) [member function]
|
|
4452 |
cls.add_method('SetSimplex',
|
|
4453 |
'void',
|
|
4454 |
[param('uint64_t', 'frequency')])
|
|
4455 |
## wimax-phy.h: void ns3::WimaxPhy::SetState(ns3::WimaxPhy::PhyState state) [member function]
|
|
4456 |
cls.add_method('SetState',
|
|
4457 |
'void',
|
|
4458 |
[param('ns3::WimaxPhy::PhyState', 'state')])
|
|
4459 |
## wimax-phy.h: void ns3::WimaxPhy::SetSymbolDuration(ns3::Time symbolDuration) [member function]
|
|
4460 |
cls.add_method('SetSymbolDuration',
|
|
4461 |
'void',
|
|
4462 |
[param('ns3::Time', 'symbolDuration')])
|
|
4463 |
## wimax-phy.h: void ns3::WimaxPhy::SetSymbolsPerFrame(uint32_t symbolsPerFrame) [member function]
|
|
4464 |
cls.add_method('SetSymbolsPerFrame',
|
|
4465 |
'void',
|
|
4466 |
[param('uint32_t', 'symbolsPerFrame')])
|
|
4467 |
## wimax-phy.h: void ns3::WimaxPhy::StartScanning(uint64_t frequency, ns3::Time timeout, ns3::Callback<void, bool, unsigned long long, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
|
|
4468 |
cls.add_method('StartScanning',
|
|
4469 |
'void',
|
|
4470 |
[param('uint64_t', 'frequency'), param('ns3::Time', 'timeout'), param('ns3::Callback< void, bool, unsigned long long, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
|
|
4471 |
## wimax-phy.h: void ns3::WimaxPhy::DoAttach(ns3::Ptr<ns3::WimaxChannel> channel) [member function]
|
|
4472 |
cls.add_method('DoAttach',
|
|
4473 |
'void',
|
|
4474 |
[param('ns3::Ptr< ns3::WimaxChannel >', 'channel')],
|
|
4475 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
4476 |
## wimax-phy.h: uint32_t ns3::WimaxPhy::DoGetDataRate(ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4477 |
cls.add_method('DoGetDataRate',
|
|
4478 |
'uint32_t',
|
|
4479 |
[param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4480 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4481 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::DoGetFrameDuration(uint8_t frameDurationCode) const [member function]
|
|
4482 |
cls.add_method('DoGetFrameDuration',
|
|
4483 |
'ns3::Time',
|
|
4484 |
[param('uint8_t', 'frameDurationCode')],
|
|
4485 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4486 |
## wimax-phy.h: uint8_t ns3::WimaxPhy::DoGetFrameDurationCode() const [member function]
|
|
4487 |
cls.add_method('DoGetFrameDurationCode',
|
|
4488 |
'uint8_t',
|
|
4489 |
[],
|
|
4490 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4491 |
## wimax-phy.h: double ns3::WimaxPhy::DoGetGValue() const [member function]
|
|
4492 |
cls.add_method('DoGetGValue',
|
|
4493 |
'double',
|
|
4494 |
[],
|
|
4495 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4496 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::DoGetNfft() const [member function]
|
|
4497 |
cls.add_method('DoGetNfft',
|
|
4498 |
'uint16_t',
|
|
4499 |
[],
|
|
4500 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4501 |
## wimax-phy.h: uint64_t ns3::WimaxPhy::DoGetNrBytes(uint32_t symbols, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4502 |
cls.add_method('DoGetNrBytes',
|
|
4503 |
'uint64_t',
|
|
4504 |
[param('uint32_t', 'symbols'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4505 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4506 |
## wimax-phy.h: uint64_t ns3::WimaxPhy::DoGetNrSymbols(uint32_t size, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4507 |
cls.add_method('DoGetNrSymbols',
|
|
4508 |
'uint64_t',
|
|
4509 |
[param('uint32_t', 'size'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4510 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4511 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::DoGetRtg() const [member function]
|
|
4512 |
cls.add_method('DoGetRtg',
|
|
4513 |
'uint16_t',
|
|
4514 |
[],
|
|
4515 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4516 |
## wimax-phy.h: double ns3::WimaxPhy::DoGetSamplingFactor() const [member function]
|
|
4517 |
cls.add_method('DoGetSamplingFactor',
|
|
4518 |
'double',
|
|
4519 |
[],
|
|
4520 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4521 |
## wimax-phy.h: double ns3::WimaxPhy::DoGetSamplingFrequency() const [member function]
|
|
4522 |
cls.add_method('DoGetSamplingFrequency',
|
|
4523 |
'double',
|
|
4524 |
[],
|
|
4525 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4526 |
## wimax-phy.h: ns3::Time ns3::WimaxPhy::DoGetTransmissionTime(uint32_t size, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
4527 |
cls.add_method('DoGetTransmissionTime',
|
|
4528 |
'ns3::Time',
|
|
4529 |
[param('uint32_t', 'size'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
4530 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4531 |
## wimax-phy.h: uint16_t ns3::WimaxPhy::DoGetTtg() const [member function]
|
|
4532 |
cls.add_method('DoGetTtg',
|
|
4533 |
'uint16_t',
|
|
4534 |
[],
|
|
4535 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
4536 |
## wimax-phy.h: void ns3::WimaxPhy::DoSetDataRates() [member function]
|
|
4537 |
cls.add_method('DoSetDataRates',
|
|
4538 |
'void',
|
|
4539 |
[],
|
|
4540 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
4541 |
## wimax-phy.h: void ns3::WimaxPhy::DoSetPhyParameters() [member function]
|
|
4542 |
cls.add_method('DoSetPhyParameters',
|
|
4543 |
'void',
|
|
4544 |
[],
|
|
4545 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
4546 |
return
|
|
4547 |
|
|
4548 |
def register_Ns3BSScheduler_methods(root_module, cls):
|
|
4549 |
## bs-scheduler.h: ns3::BSScheduler::BSScheduler(ns3::BSScheduler const & arg0) [copy constructor]
|
|
4550 |
cls.add_constructor([param('ns3::BSScheduler const &', 'arg0')])
|
|
4551 |
## bs-scheduler.h: ns3::BSScheduler::BSScheduler() [constructor]
|
|
4552 |
cls.add_constructor([])
|
|
4553 |
## bs-scheduler.h: ns3::BSScheduler::BSScheduler(ns3::Ptr<ns3::BaseStationNetDevice> bs) [constructor]
|
|
4554 |
cls.add_constructor([param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')])
|
|
4555 |
## bs-scheduler.h: void ns3::BSScheduler::AddDownlinkBurst(ns3::Ptr<const ns3::WimaxConnection> connection, uint8_t diuc, ns3::WimaxPhy::ModulationType modulationType, ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
4556 |
cls.add_method('AddDownlinkBurst',
|
|
4557 |
'void',
|
|
4558 |
[param('ns3::Ptr< ns3::WimaxConnection const >', 'connection'), param('uint8_t', 'diuc'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('ns3::Ptr< ns3::PacketBurst >', 'burst')],
|
|
4559 |
is_pure_virtual=True, is_virtual=True)
|
|
4560 |
## bs-scheduler.h: bool ns3::BSScheduler::CheckForFragmentation(ns3::Ptr<ns3::WimaxConnection> connection, int availableSymbols, ns3::WimaxPhy::ModulationType modulationType) [member function]
|
|
4561 |
cls.add_method('CheckForFragmentation',
|
|
4562 |
'bool',
|
|
4563 |
[param('ns3::Ptr< ns3::WimaxConnection >', 'connection'), param('int', 'availableSymbols'), param('ns3::WimaxPhy::ModulationType', 'modulationType')])
|
|
4564 |
## bs-scheduler.h: ns3::Ptr<ns3::PacketBurst> ns3::BSScheduler::CreateUgsBurst(ns3::ServiceFlow * serviceFlow, ns3::WimaxPhy::ModulationType modulationType, uint32_t availableSymbols) [member function]
|
|
4565 |
cls.add_method('CreateUgsBurst',
|
|
4566 |
'ns3::Ptr< ns3::PacketBurst >',
|
|
4567 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint32_t', 'availableSymbols')],
|
|
4568 |
is_pure_virtual=True, is_virtual=True)
|
|
4569 |
## bs-scheduler.h: ns3::Ptr<ns3::BaseStationNetDevice> ns3::BSScheduler::GetBs() [member function]
|
|
4570 |
cls.add_method('GetBs',
|
|
4571 |
'ns3::Ptr< ns3::BaseStationNetDevice >',
|
|
4572 |
[],
|
|
4573 |
is_virtual=True)
|
|
4574 |
## bs-scheduler.h: std::list<std::pair<ns3::OfdmDlMapIe*, ns3::Ptr<ns3::PacketBurst> >,std::allocator<std::pair<ns3::OfdmDlMapIe*, ns3::Ptr<ns3::PacketBurst> > > > * ns3::BSScheduler::GetDownlinkBursts() const [member function]
|
|
4575 |
cls.add_method('GetDownlinkBursts',
|
|
4576 |
'std::list< std::pair< ns3::OfdmDlMapIe *, ns3::Ptr< ns3::PacketBurst > > > *',
|
|
4577 |
[],
|
|
4578 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
4579 |
## bs-scheduler.h: static ns3::TypeId ns3::BSScheduler::GetTypeId() [member function]
|
|
4580 |
cls.add_method('GetTypeId',
|
|
4581 |
'ns3::TypeId',
|
|
4582 |
[],
|
|
4583 |
is_static=True)
|
|
4584 |
## bs-scheduler.h: void ns3::BSScheduler::Schedule() [member function]
|
|
4585 |
cls.add_method('Schedule',
|
|
4586 |
'void',
|
|
4587 |
[],
|
|
4588 |
is_pure_virtual=True, is_virtual=True)
|
|
4589 |
## bs-scheduler.h: bool ns3::BSScheduler::SelectConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4590 |
cls.add_method('SelectConnection',
|
|
4591 |
'bool',
|
|
4592 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')],
|
|
4593 |
is_pure_virtual=True, is_virtual=True)
|
|
4594 |
## bs-scheduler.h: void ns3::BSScheduler::SetBs(ns3::Ptr<ns3::BaseStationNetDevice> bs) [member function]
|
|
4595 |
cls.add_method('SetBs',
|
|
4596 |
'void',
|
|
4597 |
[param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')],
|
|
4598 |
is_virtual=True)
|
|
4599 |
return
|
|
4600 |
|
|
4601 |
def register_Ns3BSSchedulerRtps_methods(root_module, cls):
|
|
4602 |
## bs-scheduler-rtps.h: ns3::BSSchedulerRtps::BSSchedulerRtps(ns3::BSSchedulerRtps const & arg0) [copy constructor]
|
|
4603 |
cls.add_constructor([param('ns3::BSSchedulerRtps const &', 'arg0')])
|
|
4604 |
## bs-scheduler-rtps.h: ns3::BSSchedulerRtps::BSSchedulerRtps() [constructor]
|
|
4605 |
cls.add_constructor([])
|
|
4606 |
## bs-scheduler-rtps.h: ns3::BSSchedulerRtps::BSSchedulerRtps(ns3::Ptr<ns3::BaseStationNetDevice> bs) [constructor]
|
|
4607 |
cls.add_constructor([param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')])
|
|
4608 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::AddDownlinkBurst(ns3::Ptr<const ns3::WimaxConnection> connection, uint8_t diuc, ns3::WimaxPhy::ModulationType modulationType, ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
4609 |
cls.add_method('AddDownlinkBurst',
|
|
4610 |
'void',
|
|
4611 |
[param('ns3::Ptr< ns3::WimaxConnection const >', 'connection'), param('uint8_t', 'diuc'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('ns3::Ptr< ns3::PacketBurst >', 'burst')],
|
|
4612 |
is_virtual=True)
|
|
4613 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerBEConnection(uint32_t & availableSymbols) [member function]
|
|
4614 |
cls.add_method('BSSchedulerBEConnection',
|
|
4615 |
'void',
|
|
4616 |
[param('uint32_t &', 'availableSymbols')])
|
|
4617 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerBasicConnection(uint32_t & availableSymbols) [member function]
|
|
4618 |
cls.add_method('BSSchedulerBasicConnection',
|
|
4619 |
'void',
|
|
4620 |
[param('uint32_t &', 'availableSymbols')])
|
|
4621 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerBroadcastConnection(uint32_t & availableSymbols) [member function]
|
|
4622 |
cls.add_method('BSSchedulerBroadcastConnection',
|
|
4623 |
'void',
|
|
4624 |
[param('uint32_t &', 'availableSymbols')])
|
|
4625 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerInitialRangingConnection(uint32_t & availableSymbols) [member function]
|
|
4626 |
cls.add_method('BSSchedulerInitialRangingConnection',
|
|
4627 |
'void',
|
|
4628 |
[param('uint32_t &', 'availableSymbols')])
|
|
4629 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerNRTPSConnection(uint32_t & availableSymbols) [member function]
|
|
4630 |
cls.add_method('BSSchedulerNRTPSConnection',
|
|
4631 |
'void',
|
|
4632 |
[param('uint32_t &', 'availableSymbols')])
|
|
4633 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerPrimaryConnection(uint32_t & availableSymbols) [member function]
|
|
4634 |
cls.add_method('BSSchedulerPrimaryConnection',
|
|
4635 |
'void',
|
|
4636 |
[param('uint32_t &', 'availableSymbols')])
|
|
4637 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerRTPSConnection(uint32_t & availableSymbols) [member function]
|
|
4638 |
cls.add_method('BSSchedulerRTPSConnection',
|
|
4639 |
'void',
|
|
4640 |
[param('uint32_t &', 'availableSymbols')])
|
|
4641 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::BSSchedulerUGSConnection(uint32_t & availableSymbols) [member function]
|
|
4642 |
cls.add_method('BSSchedulerUGSConnection',
|
|
4643 |
'void',
|
|
4644 |
[param('uint32_t &', 'availableSymbols')])
|
|
4645 |
## bs-scheduler-rtps.h: ns3::Ptr<ns3::PacketBurst> ns3::BSSchedulerRtps::CreateUgsBurst(ns3::ServiceFlow * serviceFlow, ns3::WimaxPhy::ModulationType modulationType, uint32_t availableSymbols) [member function]
|
|
4646 |
cls.add_method('CreateUgsBurst',
|
|
4647 |
'ns3::Ptr< ns3::PacketBurst >',
|
|
4648 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint32_t', 'availableSymbols')],
|
|
4649 |
is_virtual=True)
|
|
4650 |
## bs-scheduler-rtps.h: std::list<std::pair<ns3::OfdmDlMapIe*, ns3::Ptr<ns3::PacketBurst> >,std::allocator<std::pair<ns3::OfdmDlMapIe*, ns3::Ptr<ns3::PacketBurst> > > > * ns3::BSSchedulerRtps::GetDownlinkBursts() const [member function]
|
|
4651 |
cls.add_method('GetDownlinkBursts',
|
|
4652 |
'std::list< std::pair< ns3::OfdmDlMapIe *, ns3::Ptr< ns3::PacketBurst > > > *',
|
|
4653 |
[],
|
|
4654 |
is_const=True, is_virtual=True)
|
|
4655 |
## bs-scheduler-rtps.h: static ns3::TypeId ns3::BSSchedulerRtps::GetTypeId() [member function]
|
|
4656 |
cls.add_method('GetTypeId',
|
|
4657 |
'ns3::TypeId',
|
|
4658 |
[],
|
|
4659 |
is_static=True)
|
|
4660 |
## bs-scheduler-rtps.h: void ns3::BSSchedulerRtps::Schedule() [member function]
|
|
4661 |
cls.add_method('Schedule',
|
|
4662 |
'void',
|
|
4663 |
[],
|
|
4664 |
is_virtual=True)
|
|
4665 |
## bs-scheduler-rtps.h: bool ns3::BSSchedulerRtps::SelectBEConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4666 |
cls.add_method('SelectBEConnection',
|
|
4667 |
'bool',
|
|
4668 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')])
|
|
4669 |
## bs-scheduler-rtps.h: bool ns3::BSSchedulerRtps::SelectConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4670 |
cls.add_method('SelectConnection',
|
|
4671 |
'bool',
|
|
4672 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')],
|
|
4673 |
is_virtual=True)
|
|
4674 |
## bs-scheduler-rtps.h: bool ns3::BSSchedulerRtps::SelectIRandBCConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4675 |
cls.add_method('SelectIRandBCConnection',
|
|
4676 |
'bool',
|
|
4677 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')])
|
|
4678 |
## bs-scheduler-rtps.h: bool ns3::BSSchedulerRtps::SelectMenagementConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4679 |
cls.add_method('SelectMenagementConnection',
|
|
4680 |
'bool',
|
|
4681 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')])
|
|
4682 |
## bs-scheduler-rtps.h: bool ns3::BSSchedulerRtps::SelectNRTPSConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4683 |
cls.add_method('SelectNRTPSConnection',
|
|
4684 |
'bool',
|
|
4685 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')])
|
|
4686 |
## bs-scheduler-rtps.h: bool ns3::BSSchedulerRtps::SelectRTPSConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4687 |
cls.add_method('SelectRTPSConnection',
|
|
4688 |
'bool',
|
|
4689 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')])
|
|
4690 |
## bs-scheduler-rtps.h: bool ns3::BSSchedulerRtps::SelectUGSConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4691 |
cls.add_method('SelectUGSConnection',
|
|
4692 |
'bool',
|
|
4693 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')])
|
|
4694 |
return
|
|
4695 |
|
|
4696 |
def register_Ns3BSSchedulerSimple_methods(root_module, cls):
|
|
4697 |
## bs-scheduler-simple.h: ns3::BSSchedulerSimple::BSSchedulerSimple(ns3::BSSchedulerSimple const & arg0) [copy constructor]
|
|
4698 |
cls.add_constructor([param('ns3::BSSchedulerSimple const &', 'arg0')])
|
|
4699 |
## bs-scheduler-simple.h: ns3::BSSchedulerSimple::BSSchedulerSimple() [constructor]
|
|
4700 |
cls.add_constructor([])
|
|
4701 |
## bs-scheduler-simple.h: ns3::BSSchedulerSimple::BSSchedulerSimple(ns3::Ptr<ns3::BaseStationNetDevice> bs) [constructor]
|
|
4702 |
cls.add_constructor([param('ns3::Ptr< ns3::BaseStationNetDevice >', 'bs')])
|
|
4703 |
## bs-scheduler-simple.h: void ns3::BSSchedulerSimple::AddDownlinkBurst(ns3::Ptr<const ns3::WimaxConnection> connection, uint8_t diuc, ns3::WimaxPhy::ModulationType modulationType, ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
4704 |
cls.add_method('AddDownlinkBurst',
|
|
4705 |
'void',
|
|
4706 |
[param('ns3::Ptr< ns3::WimaxConnection const >', 'connection'), param('uint8_t', 'diuc'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('ns3::Ptr< ns3::PacketBurst >', 'burst')],
|
|
4707 |
is_virtual=True)
|
|
4708 |
## bs-scheduler-simple.h: ns3::Ptr<ns3::PacketBurst> ns3::BSSchedulerSimple::CreateUgsBurst(ns3::ServiceFlow * serviceFlow, ns3::WimaxPhy::ModulationType modulationType, uint32_t availableSymbols) [member function]
|
|
4709 |
cls.add_method('CreateUgsBurst',
|
|
4710 |
'ns3::Ptr< ns3::PacketBurst >',
|
|
4711 |
[param('ns3::ServiceFlow *', 'serviceFlow'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint32_t', 'availableSymbols')],
|
|
4712 |
is_virtual=True)
|
|
4713 |
## bs-scheduler-simple.h: std::list<std::pair<ns3::OfdmDlMapIe*, ns3::Ptr<ns3::PacketBurst> >,std::allocator<std::pair<ns3::OfdmDlMapIe*, ns3::Ptr<ns3::PacketBurst> > > > * ns3::BSSchedulerSimple::GetDownlinkBursts() const [member function]
|
|
4714 |
cls.add_method('GetDownlinkBursts',
|
|
4715 |
'std::list< std::pair< ns3::OfdmDlMapIe *, ns3::Ptr< ns3::PacketBurst > > > *',
|
|
4716 |
[],
|
|
4717 |
is_const=True, is_virtual=True)
|
|
4718 |
## bs-scheduler-simple.h: static ns3::TypeId ns3::BSSchedulerSimple::GetTypeId() [member function]
|
|
4719 |
cls.add_method('GetTypeId',
|
|
4720 |
'ns3::TypeId',
|
|
4721 |
[],
|
|
4722 |
is_static=True)
|
|
4723 |
## bs-scheduler-simple.h: void ns3::BSSchedulerSimple::Schedule() [member function]
|
|
4724 |
cls.add_method('Schedule',
|
|
4725 |
'void',
|
|
4726 |
[],
|
|
4727 |
is_virtual=True)
|
|
4728 |
## bs-scheduler-simple.h: bool ns3::BSSchedulerSimple::SelectConnection(ns3::Ptr<ns3::WimaxConnection> & connection) [member function]
|
|
4729 |
cls.add_method('SelectConnection',
|
|
4730 |
'bool',
|
|
4731 |
[param('ns3::Ptr< ns3::WimaxConnection > &', 'connection')],
|
|
4732 |
is_virtual=True)
|
|
4733 |
return
|
|
4734 |
|
|
4735 |
def register_Ns3BandwidthRequestHeader_methods(root_module, cls):
|
|
4736 |
## wimax-mac-header.h: ns3::BandwidthRequestHeader::BandwidthRequestHeader(ns3::BandwidthRequestHeader const & arg0) [copy constructor]
|
|
4737 |
cls.add_constructor([param('ns3::BandwidthRequestHeader const &', 'arg0')])
|
|
4738 |
## wimax-mac-header.h: ns3::BandwidthRequestHeader::BandwidthRequestHeader() [constructor]
|
|
4739 |
cls.add_constructor([])
|
|
4740 |
## wimax-mac-header.h: uint32_t ns3::BandwidthRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
4741 |
cls.add_method('Deserialize',
|
|
4742 |
'uint32_t',
|
|
4743 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
4744 |
is_virtual=True)
|
|
4745 |
## wimax-mac-header.h: uint32_t ns3::BandwidthRequestHeader::GetBr() const [member function]
|
|
4746 |
cls.add_method('GetBr',
|
|
4747 |
'uint32_t',
|
|
4748 |
[],
|
|
4749 |
is_const=True)
|
|
4750 |
## wimax-mac-header.h: ns3::Cid ns3::BandwidthRequestHeader::GetCid() const [member function]
|
|
4751 |
cls.add_method('GetCid',
|
|
4752 |
'ns3::Cid',
|
|
4753 |
[],
|
|
4754 |
is_const=True)
|
|
4755 |
## wimax-mac-header.h: uint8_t ns3::BandwidthRequestHeader::GetEc() const [member function]
|
|
4756 |
cls.add_method('GetEc',
|
|
4757 |
'uint8_t',
|
|
4758 |
[],
|
|
4759 |
is_const=True)
|
|
4760 |
## wimax-mac-header.h: uint8_t ns3::BandwidthRequestHeader::GetHcs() const [member function]
|
|
4761 |
cls.add_method('GetHcs',
|
|
4762 |
'uint8_t',
|
|
4763 |
[],
|
|
4764 |
is_const=True)
|
|
4765 |
## wimax-mac-header.h: uint8_t ns3::BandwidthRequestHeader::GetHt() const [member function]
|
|
4766 |
cls.add_method('GetHt',
|
|
4767 |
'uint8_t',
|
|
4768 |
[],
|
|
4769 |
is_const=True)
|
|
4770 |
## wimax-mac-header.h: ns3::TypeId ns3::BandwidthRequestHeader::GetInstanceTypeId() const [member function]
|
|
4771 |
cls.add_method('GetInstanceTypeId',
|
|
4772 |
'ns3::TypeId',
|
|
4773 |
[],
|
|
4774 |
is_const=True, is_virtual=True)
|
|
4775 |
## wimax-mac-header.h: std::string ns3::BandwidthRequestHeader::GetName() const [member function]
|
|
4776 |
cls.add_method('GetName',
|
|
4777 |
'std::string',
|
|
4778 |
[],
|
|
4779 |
is_const=True)
|
|
4780 |
## wimax-mac-header.h: uint32_t ns3::BandwidthRequestHeader::GetSerializedSize() const [member function]
|
|
4781 |
cls.add_method('GetSerializedSize',
|
|
4782 |
'uint32_t',
|
|
4783 |
[],
|
|
4784 |
is_const=True, is_virtual=True)
|
|
4785 |
## wimax-mac-header.h: uint8_t ns3::BandwidthRequestHeader::GetType() const [member function]
|
|
4786 |
cls.add_method('GetType',
|
|
4787 |
'uint8_t',
|
|
4788 |
[],
|
|
4789 |
is_const=True)
|
|
4790 |
## wimax-mac-header.h: static ns3::TypeId ns3::BandwidthRequestHeader::GetTypeId() [member function]
|
|
4791 |
cls.add_method('GetTypeId',
|
|
4792 |
'ns3::TypeId',
|
|
4793 |
[],
|
|
4794 |
is_static=True)
|
|
4795 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::Print(std::ostream & os) const [member function]
|
|
4796 |
cls.add_method('Print',
|
|
4797 |
'void',
|
|
4798 |
[param('std::ostream &', 'os')],
|
|
4799 |
is_const=True, is_virtual=True)
|
|
4800 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
4801 |
cls.add_method('Serialize',
|
|
4802 |
'void',
|
|
4803 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
4804 |
is_const=True, is_virtual=True)
|
|
4805 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::SetBr(uint32_t br) [member function]
|
|
4806 |
cls.add_method('SetBr',
|
|
4807 |
'void',
|
|
4808 |
[param('uint32_t', 'br')])
|
|
4809 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::SetCid(ns3::Cid cid) [member function]
|
|
4810 |
cls.add_method('SetCid',
|
|
4811 |
'void',
|
|
4812 |
[param('ns3::Cid', 'cid')])
|
|
4813 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::SetEc(uint8_t ec) [member function]
|
|
4814 |
cls.add_method('SetEc',
|
|
4815 |
'void',
|
|
4816 |
[param('uint8_t', 'ec')])
|
|
4817 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::SetHcs(uint8_t hcs) [member function]
|
|
4818 |
cls.add_method('SetHcs',
|
|
4819 |
'void',
|
|
4820 |
[param('uint8_t', 'hcs')])
|
|
4821 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::SetHt(uint8_t HT) [member function]
|
|
4822 |
cls.add_method('SetHt',
|
|
4823 |
'void',
|
|
4824 |
[param('uint8_t', 'HT')])
|
|
4825 |
## wimax-mac-header.h: void ns3::BandwidthRequestHeader::SetType(uint8_t type) [member function]
|
|
4826 |
cls.add_method('SetType',
|
|
4827 |
'void',
|
|
4828 |
[param('uint8_t', 'type')])
|
|
4829 |
## wimax-mac-header.h: bool ns3::BandwidthRequestHeader::check_hcs() const [member function]
|
|
4830 |
cls.add_method('check_hcs',
|
|
4831 |
'bool',
|
|
4832 |
[],
|
|
4833 |
is_const=True)
|
|
4834 |
return
|
|
4835 |
|
|
4836 |
def register_Ns3BsServiceFlowManager_methods(root_module, cls):
|
|
4837 |
## bs-service-flow-manager.h: ns3::BsServiceFlowManager::BsServiceFlowManager(ns3::BsServiceFlowManager const & arg0) [copy constructor]
|
|
4838 |
cls.add_constructor([param('ns3::BsServiceFlowManager const &', 'arg0')])
|
|
4839 |
## bs-service-flow-manager.h: ns3::BsServiceFlowManager::BsServiceFlowManager(ns3::Ptr<ns3::BaseStationNetDevice> device) [constructor]
|
|
4840 |
cls.add_constructor([param('ns3::Ptr< ns3::BaseStationNetDevice >', 'device')])
|
|
4841 |
## bs-service-flow-manager.h: void ns3::BsServiceFlowManager::AddMulticastServiceFlow(ns3::ServiceFlow sf, ns3::WimaxPhy::ModulationType modulation) [member function]
|
|
4842 |
cls.add_method('AddMulticastServiceFlow',
|
|
4843 |
'void',
|
|
4844 |
[param('ns3::ServiceFlow', 'sf'), param('ns3::WimaxPhy::ModulationType', 'modulation')])
|
|
4845 |
## bs-service-flow-manager.h: void ns3::BsServiceFlowManager::AddServiceFlow(ns3::ServiceFlow * serviceFlow) [member function]
|
|
4846 |
cls.add_method('AddServiceFlow',
|
|
4847 |
'void',
|
|
4848 |
[param('ns3::ServiceFlow *', 'serviceFlow')])
|
|
4849 |
## bs-service-flow-manager.h: void ns3::BsServiceFlowManager::AllocateServiceFlows(ns3::DsaReq const & dsaReq, ns3::Cid cid) [member function]
|
|
4850 |
cls.add_method('AllocateServiceFlows',
|
|
4851 |
'void',
|
|
4852 |
[param('ns3::DsaReq const &', 'dsaReq'), param('ns3::Cid', 'cid')])
|
|
4853 |
## bs-service-flow-manager.h: void ns3::BsServiceFlowManager::DoDispose() [member function]
|
|
4854 |
cls.add_method('DoDispose',
|
|
4855 |
'void',
|
|
4856 |
[],
|
|
4857 |
is_virtual=True)
|
|
4858 |
## bs-service-flow-manager.h: ns3::EventId ns3::BsServiceFlowManager::GetDsaAckTimeoutEvent() const [member function]
|
|
4859 |
cls.add_method('GetDsaAckTimeoutEvent',
|
|
4860 |
'ns3::EventId',
|
|
4861 |
[],
|
|
4862 |
is_const=True)
|
|
4863 |
## bs-service-flow-manager.h: ns3::ServiceFlow * ns3::BsServiceFlowManager::GetServiceFlow(uint32_t sfid) const [member function]
|
|
4864 |
cls.add_method('GetServiceFlow',
|
|
4865 |
'ns3::ServiceFlow *',
|
|
4866 |
[param('uint32_t', 'sfid')],
|
|
4867 |
is_const=True)
|
|
4868 |
## bs-service-flow-manager.h: ns3::ServiceFlow * ns3::BsServiceFlowManager::GetServiceFlow(ns3::Cid cid) const [member function]
|
|
4869 |
cls.add_method('GetServiceFlow',
|
|
4870 |
'ns3::ServiceFlow *',
|
|
4871 |
[param('ns3::Cid', 'cid')],
|
|
4872 |
is_const=True)
|
|
4873 |
## bs-service-flow-manager.h: std::vector<ns3::ServiceFlow*,std::allocator<ns3::ServiceFlow*> > ns3::BsServiceFlowManager::GetServiceFlows(ns3::ServiceFlow::SchedulingType schedulingType) const [member function]
|
|
4874 |
cls.add_method('GetServiceFlows',
|
|
4875 |
'std::vector< ns3::ServiceFlow * >',
|
|
4876 |
[param('ns3::ServiceFlow::SchedulingType', 'schedulingType')],
|
|
4877 |
is_const=True)
|
|
4878 |
## bs-service-flow-manager.h: void ns3::BsServiceFlowManager::ProcessDsaAck(ns3::DsaAck const & dsaAck, ns3::Cid cid) [member function]
|
|
4879 |
cls.add_method('ProcessDsaAck',
|
|
4880 |
'void',
|
|
4881 |
[param('ns3::DsaAck const &', 'dsaAck'), param('ns3::Cid', 'cid')])
|
|
4882 |
## bs-service-flow-manager.h: ns3::ServiceFlow * ns3::BsServiceFlowManager::ProcessDsaReq(ns3::DsaReq const & dsaReq, ns3::Cid cid) [member function]
|
|
4883 |
cls.add_method('ProcessDsaReq',
|
|
4884 |
'ns3::ServiceFlow *',
|
|
4885 |
[param('ns3::DsaReq const &', 'dsaReq'), param('ns3::Cid', 'cid')])
|
|
4886 |
## bs-service-flow-manager.h: void ns3::BsServiceFlowManager::SetMaxDsaRspRetries(uint8_t maxDsaRspRetries) [member function]
|
|
4887 |
cls.add_method('SetMaxDsaRspRetries',
|
|
4888 |
'void',
|
|
4889 |
[param('uint8_t', 'maxDsaRspRetries')])
|
|
4890 |
return
|
|
4891 |
|
|
4892 |
def register_Ns3ConnectionManager_methods(root_module, cls):
|
|
4893 |
## connection-manager.h: ns3::ConnectionManager::ConnectionManager(ns3::ConnectionManager const & arg0) [copy constructor]
|
|
4894 |
cls.add_constructor([param('ns3::ConnectionManager const &', 'arg0')])
|
|
4895 |
## connection-manager.h: ns3::ConnectionManager::ConnectionManager() [constructor]
|
|
4896 |
cls.add_constructor([])
|
|
4897 |
## connection-manager.h: void ns3::ConnectionManager::AddConnection(ns3::Ptr<ns3::WimaxConnection> connection, ns3::Cid::Type type) [member function]
|
|
4898 |
cls.add_method('AddConnection',
|
|
4899 |
'void',
|
|
4900 |
[param('ns3::Ptr< ns3::WimaxConnection >', 'connection'), param('ns3::Cid::Type', 'type')])
|
|
4901 |
## connection-manager.h: void ns3::ConnectionManager::AllocateManagementConnections(ns3::SSRecord * ssRecord, ns3::RngRsp * rngrsp) [member function]
|
|
4902 |
cls.add_method('AllocateManagementConnections',
|
|
4903 |
'void',
|
|
4904 |
[param('ns3::SSRecord *', 'ssRecord'), param('ns3::RngRsp *', 'rngrsp')])
|
|
4905 |
## connection-manager.h: ns3::Ptr<ns3::WimaxConnection> ns3::ConnectionManager::CreateConnection(ns3::Cid::Type type) [member function]
|
|
4906 |
cls.add_method('CreateConnection',
|
|
4907 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
4908 |
[param('ns3::Cid::Type', 'type')])
|
|
4909 |
## connection-manager.h: void ns3::ConnectionManager::DoDispose() [member function]
|
|
4910 |
cls.add_method('DoDispose',
|
|
4911 |
'void',
|
|
4912 |
[],
|
|
4913 |
is_virtual=True)
|
|
4914 |
## connection-manager.h: ns3::Ptr<ns3::WimaxConnection> ns3::ConnectionManager::GetConnection(ns3::Cid cid) [member function]
|
|
4915 |
cls.add_method('GetConnection',
|
|
4916 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
4917 |
[param('ns3::Cid', 'cid')])
|
|
4918 |
## connection-manager.h: std::vector<ns3::Ptr<ns3::WimaxConnection>, std::allocator<ns3::Ptr<ns3::WimaxConnection> > > ns3::ConnectionManager::GetConnections(ns3::Cid::Type type) const [member function]
|
|
4919 |
cls.add_method('GetConnections',
|
|
4920 |
'std::vector< ns3::Ptr< ns3::WimaxConnection > >',
|
|
4921 |
[param('ns3::Cid::Type', 'type')],
|
|
4922 |
is_const=True)
|
|
4923 |
## connection-manager.h: uint32_t ns3::ConnectionManager::GetNPackets(ns3::Cid::Type type, ns3::ServiceFlow::SchedulingType schedulingType) const [member function]
|
|
4924 |
cls.add_method('GetNPackets',
|
|
4925 |
'uint32_t',
|
|
4926 |
[param('ns3::Cid::Type', 'type'), param('ns3::ServiceFlow::SchedulingType', 'schedulingType')],
|
|
4927 |
is_const=True)
|
|
4928 |
## connection-manager.h: bool ns3::ConnectionManager::HasPackets() const [member function]
|
|
4929 |
cls.add_method('HasPackets',
|
|
4930 |
'bool',
|
|
4931 |
[],
|
|
4932 |
is_const=True)
|
|
4933 |
## connection-manager.h: void ns3::ConnectionManager::SetCidFactory(ns3::CidFactory * cidFactory) [member function]
|
|
4934 |
cls.add_method('SetCidFactory',
|
|
4935 |
'void',
|
|
4936 |
[param('ns3::CidFactory *', 'cidFactory')])
|
|
4937 |
return
|
|
4938 |
|
|
4939 |
def register_Ns3Dcd_methods(root_module, cls):
|
|
4940 |
## dl-mac-messages.h: ns3::Dcd::Dcd(ns3::Dcd const & arg0) [copy constructor]
|
|
4941 |
cls.add_constructor([param('ns3::Dcd const &', 'arg0')])
|
|
4942 |
## dl-mac-messages.h: ns3::Dcd::Dcd() [constructor]
|
|
4943 |
cls.add_constructor([])
|
|
4944 |
## dl-mac-messages.h: void ns3::Dcd::AddDlBurstProfile(ns3::OfdmDlBurstProfile dlBurstProfile) [member function]
|
|
4945 |
cls.add_method('AddDlBurstProfile',
|
|
4946 |
'void',
|
|
4947 |
[param('ns3::OfdmDlBurstProfile', 'dlBurstProfile')])
|
|
4948 |
## dl-mac-messages.h: uint32_t ns3::Dcd::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
4949 |
cls.add_method('Deserialize',
|
|
4950 |
'uint32_t',
|
|
4951 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
4952 |
is_virtual=True)
|
|
4953 |
## dl-mac-messages.h: ns3::OfdmDcdChannelEncodings ns3::Dcd::GetChannelEncodings() const [member function]
|
|
4954 |
cls.add_method('GetChannelEncodings',
|
|
4955 |
'ns3::OfdmDcdChannelEncodings',
|
|
4956 |
[],
|
|
4957 |
is_const=True)
|
|
4958 |
## dl-mac-messages.h: uint8_t ns3::Dcd::GetConfigurationChangeCount() const [member function]
|
|
4959 |
cls.add_method('GetConfigurationChangeCount',
|
|
4960 |
'uint8_t',
|
|
4961 |
[],
|
|
4962 |
is_const=True)
|
|
4963 |
## dl-mac-messages.h: std::vector<ns3::OfdmDlBurstProfile, std::allocator<ns3::OfdmDlBurstProfile> > ns3::Dcd::GetDlBurstProfiles() const [member function]
|
|
4964 |
cls.add_method('GetDlBurstProfiles',
|
|
4965 |
'std::vector< ns3::OfdmDlBurstProfile >',
|
|
4966 |
[],
|
|
4967 |
is_const=True)
|
|
4968 |
## dl-mac-messages.h: ns3::TypeId ns3::Dcd::GetInstanceTypeId() const [member function]
|
|
4969 |
cls.add_method('GetInstanceTypeId',
|
|
4970 |
'ns3::TypeId',
|
|
4971 |
[],
|
|
4972 |
is_const=True, is_virtual=True)
|
|
4973 |
## dl-mac-messages.h: std::string ns3::Dcd::GetName() const [member function]
|
|
4974 |
cls.add_method('GetName',
|
|
4975 |
'std::string',
|
|
4976 |
[],
|
|
4977 |
is_const=True)
|
|
4978 |
## dl-mac-messages.h: uint8_t ns3::Dcd::GetNrDlBurstProfiles() const [member function]
|
|
4979 |
cls.add_method('GetNrDlBurstProfiles',
|
|
4980 |
'uint8_t',
|
|
4981 |
[],
|
|
4982 |
is_const=True)
|
|
4983 |
## dl-mac-messages.h: uint32_t ns3::Dcd::GetSerializedSize() const [member function]
|
|
4984 |
cls.add_method('GetSerializedSize',
|
|
4985 |
'uint32_t',
|
|
4986 |
[],
|
|
4987 |
is_const=True, is_virtual=True)
|
|
4988 |
## dl-mac-messages.h: static ns3::TypeId ns3::Dcd::GetTypeId() [member function]
|
|
4989 |
cls.add_method('GetTypeId',
|
|
4990 |
'ns3::TypeId',
|
|
4991 |
[],
|
|
4992 |
is_static=True)
|
|
4993 |
## dl-mac-messages.h: void ns3::Dcd::Print(std::ostream & os) const [member function]
|
|
4994 |
cls.add_method('Print',
|
|
4995 |
'void',
|
|
4996 |
[param('std::ostream &', 'os')],
|
|
4997 |
is_const=True, is_virtual=True)
|
|
4998 |
## dl-mac-messages.h: void ns3::Dcd::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
4999 |
cls.add_method('Serialize',
|
|
5000 |
'void',
|
|
5001 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5002 |
is_const=True, is_virtual=True)
|
|
5003 |
## dl-mac-messages.h: void ns3::Dcd::SetChannelEncodings(ns3::OfdmDcdChannelEncodings channelEncodings) [member function]
|
|
5004 |
cls.add_method('SetChannelEncodings',
|
|
5005 |
'void',
|
|
5006 |
[param('ns3::OfdmDcdChannelEncodings', 'channelEncodings')])
|
|
5007 |
## dl-mac-messages.h: void ns3::Dcd::SetConfigurationChangeCount(uint8_t configurationChangeCount) [member function]
|
|
5008 |
cls.add_method('SetConfigurationChangeCount',
|
|
5009 |
'void',
|
|
5010 |
[param('uint8_t', 'configurationChangeCount')])
|
|
5011 |
## dl-mac-messages.h: void ns3::Dcd::SetNrDlBurstProfiles(uint8_t nrDlBurstProfiles) [member function]
|
|
5012 |
cls.add_method('SetNrDlBurstProfiles',
|
|
5013 |
'void',
|
|
5014 |
[param('uint8_t', 'nrDlBurstProfiles')])
|
|
5015 |
return
|
|
5016 |
|
|
5017 |
def register_Ns3DlMap_methods(root_module, cls):
|
|
5018 |
## dl-mac-messages.h: ns3::DlMap::DlMap(ns3::DlMap const & arg0) [copy constructor]
|
|
5019 |
cls.add_constructor([param('ns3::DlMap const &', 'arg0')])
|
|
5020 |
## dl-mac-messages.h: ns3::DlMap::DlMap() [constructor]
|
|
5021 |
cls.add_constructor([])
|
|
5022 |
## dl-mac-messages.h: void ns3::DlMap::AddDlMapElement(ns3::OfdmDlMapIe dlMapElement) [member function]
|
|
5023 |
cls.add_method('AddDlMapElement',
|
|
5024 |
'void',
|
|
5025 |
[param('ns3::OfdmDlMapIe', 'dlMapElement')])
|
|
5026 |
## dl-mac-messages.h: uint32_t ns3::DlMap::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
5027 |
cls.add_method('Deserialize',
|
|
5028 |
'uint32_t',
|
|
5029 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5030 |
is_virtual=True)
|
|
5031 |
## dl-mac-messages.h: ns3::Mac48Address ns3::DlMap::GetBaseStationId() const [member function]
|
|
5032 |
cls.add_method('GetBaseStationId',
|
|
5033 |
'ns3::Mac48Address',
|
|
5034 |
[],
|
|
5035 |
is_const=True)
|
|
5036 |
## dl-mac-messages.h: uint8_t ns3::DlMap::GetDcdCount() const [member function]
|
|
5037 |
cls.add_method('GetDcdCount',
|
|
5038 |
'uint8_t',
|
|
5039 |
[],
|
|
5040 |
is_const=True)
|
|
5041 |
## dl-mac-messages.h: std::list<ns3::OfdmDlMapIe, std::allocator<ns3::OfdmDlMapIe> > ns3::DlMap::GetDlMapElements() const [member function]
|
|
5042 |
cls.add_method('GetDlMapElements',
|
|
5043 |
'std::list< ns3::OfdmDlMapIe >',
|
|
5044 |
[],
|
|
5045 |
is_const=True)
|
|
5046 |
## dl-mac-messages.h: ns3::TypeId ns3::DlMap::GetInstanceTypeId() const [member function]
|
|
5047 |
cls.add_method('GetInstanceTypeId',
|
|
5048 |
'ns3::TypeId',
|
|
5049 |
[],
|
|
5050 |
is_const=True, is_virtual=True)
|
|
5051 |
## dl-mac-messages.h: std::string ns3::DlMap::GetName() const [member function]
|
|
5052 |
cls.add_method('GetName',
|
|
5053 |
'std::string',
|
|
5054 |
[],
|
|
5055 |
is_const=True)
|
|
5056 |
## dl-mac-messages.h: uint32_t ns3::DlMap::GetSerializedSize() const [member function]
|
|
5057 |
cls.add_method('GetSerializedSize',
|
|
5058 |
'uint32_t',
|
|
5059 |
[],
|
|
5060 |
is_const=True, is_virtual=True)
|
|
5061 |
## dl-mac-messages.h: static ns3::TypeId ns3::DlMap::GetTypeId() [member function]
|
|
5062 |
cls.add_method('GetTypeId',
|
|
5063 |
'ns3::TypeId',
|
|
5064 |
[],
|
|
5065 |
is_static=True)
|
|
5066 |
## dl-mac-messages.h: void ns3::DlMap::Print(std::ostream & os) const [member function]
|
|
5067 |
cls.add_method('Print',
|
|
5068 |
'void',
|
|
5069 |
[param('std::ostream &', 'os')],
|
|
5070 |
is_const=True, is_virtual=True)
|
|
5071 |
## dl-mac-messages.h: void ns3::DlMap::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
5072 |
cls.add_method('Serialize',
|
|
5073 |
'void',
|
|
5074 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5075 |
is_const=True, is_virtual=True)
|
|
5076 |
## dl-mac-messages.h: void ns3::DlMap::SetBaseStationId(ns3::Mac48Address baseStationID) [member function]
|
|
5077 |
cls.add_method('SetBaseStationId',
|
|
5078 |
'void',
|
|
5079 |
[param('ns3::Mac48Address', 'baseStationID')])
|
|
5080 |
## dl-mac-messages.h: void ns3::DlMap::SetDcdCount(uint8_t dcdCount) [member function]
|
|
5081 |
cls.add_method('SetDcdCount',
|
|
5082 |
'void',
|
|
5083 |
[param('uint8_t', 'dcdCount')])
|
|
5084 |
return
|
|
5085 |
|
|
5086 |
def register_Ns3DsaAck_methods(root_module, cls):
|
|
5087 |
## mac-messages.h: ns3::DsaAck::DsaAck(ns3::DsaAck const & arg0) [copy constructor]
|
|
5088 |
cls.add_constructor([param('ns3::DsaAck const &', 'arg0')])
|
|
5089 |
## mac-messages.h: ns3::DsaAck::DsaAck() [constructor]
|
|
5090 |
cls.add_constructor([])
|
|
5091 |
## mac-messages.h: uint32_t ns3::DsaAck::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
5092 |
cls.add_method('Deserialize',
|
|
5093 |
'uint32_t',
|
|
5094 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5095 |
is_virtual=True)
|
|
5096 |
## mac-messages.h: uint16_t ns3::DsaAck::GetConfirmationCode() const [member function]
|
|
5097 |
cls.add_method('GetConfirmationCode',
|
|
5098 |
'uint16_t',
|
|
5099 |
[],
|
|
5100 |
is_const=True)
|
|
5101 |
## mac-messages.h: ns3::TypeId ns3::DsaAck::GetInstanceTypeId() const [member function]
|
|
5102 |
cls.add_method('GetInstanceTypeId',
|
|
5103 |
'ns3::TypeId',
|
|
5104 |
[],
|
|
5105 |
is_const=True, is_virtual=True)
|
|
5106 |
## mac-messages.h: std::string ns3::DsaAck::GetName() const [member function]
|
|
5107 |
cls.add_method('GetName',
|
|
5108 |
'std::string',
|
|
5109 |
[],
|
|
5110 |
is_const=True)
|
|
5111 |
## mac-messages.h: uint32_t ns3::DsaAck::GetSerializedSize() const [member function]
|
|
5112 |
cls.add_method('GetSerializedSize',
|
|
5113 |
'uint32_t',
|
|
5114 |
[],
|
|
5115 |
is_const=True, is_virtual=True)
|
|
5116 |
## mac-messages.h: uint16_t ns3::DsaAck::GetTransactionId() const [member function]
|
|
5117 |
cls.add_method('GetTransactionId',
|
|
5118 |
'uint16_t',
|
|
5119 |
[],
|
|
5120 |
is_const=True)
|
|
5121 |
## mac-messages.h: static ns3::TypeId ns3::DsaAck::GetTypeId() [member function]
|
|
5122 |
cls.add_method('GetTypeId',
|
|
5123 |
'ns3::TypeId',
|
|
5124 |
[],
|
|
5125 |
is_static=True)
|
|
5126 |
## mac-messages.h: void ns3::DsaAck::Print(std::ostream & os) const [member function]
|
|
5127 |
cls.add_method('Print',
|
|
5128 |
'void',
|
|
5129 |
[param('std::ostream &', 'os')],
|
|
5130 |
is_const=True, is_virtual=True)
|
|
5131 |
## mac-messages.h: void ns3::DsaAck::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
5132 |
cls.add_method('Serialize',
|
|
5133 |
'void',
|
|
5134 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5135 |
is_const=True, is_virtual=True)
|
|
5136 |
## mac-messages.h: void ns3::DsaAck::SetConfirmationCode(uint16_t confirmationCode) [member function]
|
|
5137 |
cls.add_method('SetConfirmationCode',
|
|
5138 |
'void',
|
|
5139 |
[param('uint16_t', 'confirmationCode')])
|
|
5140 |
## mac-messages.h: void ns3::DsaAck::SetTransactionId(uint16_t transactionId) [member function]
|
|
5141 |
cls.add_method('SetTransactionId',
|
|
5142 |
'void',
|
|
5143 |
[param('uint16_t', 'transactionId')])
|
|
5144 |
return
|
|
5145 |
|
|
5146 |
def register_Ns3DsaReq_methods(root_module, cls):
|
|
5147 |
## mac-messages.h: ns3::DsaReq::DsaReq(ns3::DsaReq const & arg0) [copy constructor]
|
|
5148 |
cls.add_constructor([param('ns3::DsaReq const &', 'arg0')])
|
|
5149 |
## mac-messages.h: ns3::DsaReq::DsaReq() [constructor]
|
|
5150 |
cls.add_constructor([])
|
|
5151 |
## mac-messages.h: ns3::DsaReq::DsaReq(ns3::ServiceFlow sf) [constructor]
|
|
5152 |
cls.add_constructor([param('ns3::ServiceFlow', 'sf')])
|
|
5153 |
## mac-messages.h: uint32_t ns3::DsaReq::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
5154 |
cls.add_method('Deserialize',
|
|
5155 |
'uint32_t',
|
|
5156 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5157 |
is_virtual=True)
|
|
5158 |
## mac-messages.h: ns3::Cid ns3::DsaReq::GetCid() const [member function]
|
|
5159 |
cls.add_method('GetCid',
|
|
5160 |
'ns3::Cid',
|
|
5161 |
[],
|
|
5162 |
is_const=True)
|
|
5163 |
## mac-messages.h: ns3::TypeId ns3::DsaReq::GetInstanceTypeId() const [member function]
|
|
5164 |
cls.add_method('GetInstanceTypeId',
|
|
5165 |
'ns3::TypeId',
|
|
5166 |
[],
|
|
5167 |
is_const=True, is_virtual=True)
|
|
5168 |
## mac-messages.h: std::string ns3::DsaReq::GetName() const [member function]
|
|
5169 |
cls.add_method('GetName',
|
|
5170 |
'std::string',
|
|
5171 |
[],
|
|
5172 |
is_const=True)
|
|
5173 |
## mac-messages.h: uint32_t ns3::DsaReq::GetSerializedSize() const [member function]
|
|
5174 |
cls.add_method('GetSerializedSize',
|
|
5175 |
'uint32_t',
|
|
5176 |
[],
|
|
5177 |
is_const=True, is_virtual=True)
|
|
5178 |
## mac-messages.h: ns3::ServiceFlow ns3::DsaReq::GetServiceFlow() const [member function]
|
|
5179 |
cls.add_method('GetServiceFlow',
|
|
5180 |
'ns3::ServiceFlow',
|
|
5181 |
[],
|
|
5182 |
is_const=True)
|
|
5183 |
## mac-messages.h: uint32_t ns3::DsaReq::GetSfid() const [member function]
|
|
5184 |
cls.add_method('GetSfid',
|
|
5185 |
'uint32_t',
|
|
5186 |
[],
|
|
5187 |
is_const=True)
|
|
5188 |
## mac-messages.h: uint16_t ns3::DsaReq::GetTransactionId() const [member function]
|
|
5189 |
cls.add_method('GetTransactionId',
|
|
5190 |
'uint16_t',
|
|
5191 |
[],
|
|
5192 |
is_const=True)
|
|
5193 |
## mac-messages.h: static ns3::TypeId ns3::DsaReq::GetTypeId() [member function]
|
|
5194 |
cls.add_method('GetTypeId',
|
|
5195 |
'ns3::TypeId',
|
|
5196 |
[],
|
|
5197 |
is_static=True)
|
|
5198 |
## mac-messages.h: void ns3::DsaReq::Print(std::ostream & os) const [member function]
|
|
5199 |
cls.add_method('Print',
|
|
5200 |
'void',
|
|
5201 |
[param('std::ostream &', 'os')],
|
|
5202 |
is_const=True, is_virtual=True)
|
|
5203 |
## mac-messages.h: void ns3::DsaReq::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
5204 |
cls.add_method('Serialize',
|
|
5205 |
'void',
|
|
5206 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5207 |
is_const=True, is_virtual=True)
|
|
5208 |
## mac-messages.h: void ns3::DsaReq::SetCid(ns3::Cid cid) [member function]
|
|
5209 |
cls.add_method('SetCid',
|
|
5210 |
'void',
|
|
5211 |
[param('ns3::Cid', 'cid')])
|
|
5212 |
## mac-messages.h: void ns3::DsaReq::SetServiceFlow(ns3::ServiceFlow sf) [member function]
|
|
5213 |
cls.add_method('SetServiceFlow',
|
|
5214 |
'void',
|
|
5215 |
[param('ns3::ServiceFlow', 'sf')])
|
|
5216 |
## mac-messages.h: void ns3::DsaReq::SetSfid(uint32_t sfid) [member function]
|
|
5217 |
cls.add_method('SetSfid',
|
|
5218 |
'void',
|
|
5219 |
[param('uint32_t', 'sfid')])
|
|
5220 |
## mac-messages.h: void ns3::DsaReq::SetTransactionId(uint16_t transactionId) [member function]
|
|
5221 |
cls.add_method('SetTransactionId',
|
|
5222 |
'void',
|
|
5223 |
[param('uint16_t', 'transactionId')])
|
|
5224 |
return
|
|
5225 |
|
|
5226 |
def register_Ns3DsaRsp_methods(root_module, cls):
|
|
5227 |
## mac-messages.h: ns3::DsaRsp::DsaRsp(ns3::DsaRsp const & arg0) [copy constructor]
|
|
5228 |
cls.add_constructor([param('ns3::DsaRsp const &', 'arg0')])
|
|
5229 |
## mac-messages.h: ns3::DsaRsp::DsaRsp() [constructor]
|
|
5230 |
cls.add_constructor([])
|
|
5231 |
## mac-messages.h: uint32_t ns3::DsaRsp::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
5232 |
cls.add_method('Deserialize',
|
|
5233 |
'uint32_t',
|
|
5234 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5235 |
is_virtual=True)
|
|
5236 |
## mac-messages.h: ns3::Cid ns3::DsaRsp::GetCid() const [member function]
|
|
5237 |
cls.add_method('GetCid',
|
|
5238 |
'ns3::Cid',
|
|
5239 |
[],
|
|
5240 |
is_const=True)
|
|
5241 |
## mac-messages.h: uint16_t ns3::DsaRsp::GetConfirmationCode() const [member function]
|
|
5242 |
cls.add_method('GetConfirmationCode',
|
|
5243 |
'uint16_t',
|
|
5244 |
[],
|
|
5245 |
is_const=True)
|
|
5246 |
## mac-messages.h: ns3::TypeId ns3::DsaRsp::GetInstanceTypeId() const [member function]
|
|
5247 |
cls.add_method('GetInstanceTypeId',
|
|
5248 |
'ns3::TypeId',
|
|
5249 |
[],
|
|
5250 |
is_const=True, is_virtual=True)
|
|
5251 |
## mac-messages.h: std::string ns3::DsaRsp::GetName() const [member function]
|
|
5252 |
cls.add_method('GetName',
|
|
5253 |
'std::string',
|
|
5254 |
[],
|
|
5255 |
is_const=True)
|
|
5256 |
## mac-messages.h: uint32_t ns3::DsaRsp::GetSerializedSize() const [member function]
|
|
5257 |
cls.add_method('GetSerializedSize',
|
|
5258 |
'uint32_t',
|
|
5259 |
[],
|
|
5260 |
is_const=True, is_virtual=True)
|
|
5261 |
## mac-messages.h: ns3::ServiceFlow ns3::DsaRsp::GetServiceFlow() const [member function]
|
|
5262 |
cls.add_method('GetServiceFlow',
|
|
5263 |
'ns3::ServiceFlow',
|
|
5264 |
[],
|
|
5265 |
is_const=True)
|
|
5266 |
## mac-messages.h: uint32_t ns3::DsaRsp::GetSfid() const [member function]
|
|
5267 |
cls.add_method('GetSfid',
|
|
5268 |
'uint32_t',
|
|
5269 |
[],
|
|
5270 |
is_const=True)
|
|
5271 |
## mac-messages.h: uint16_t ns3::DsaRsp::GetTransactionId() const [member function]
|
|
5272 |
cls.add_method('GetTransactionId',
|
|
5273 |
'uint16_t',
|
|
5274 |
[],
|
|
5275 |
is_const=True)
|
|
5276 |
## mac-messages.h: static ns3::TypeId ns3::DsaRsp::GetTypeId() [member function]
|
|
5277 |
cls.add_method('GetTypeId',
|
|
5278 |
'ns3::TypeId',
|
|
5279 |
[],
|
|
5280 |
is_static=True)
|
|
5281 |
## mac-messages.h: void ns3::DsaRsp::Print(std::ostream & os) const [member function]
|
|
5282 |
cls.add_method('Print',
|
|
5283 |
'void',
|
|
5284 |
[param('std::ostream &', 'os')],
|
|
5285 |
is_const=True, is_virtual=True)
|
|
5286 |
## mac-messages.h: void ns3::DsaRsp::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
5287 |
cls.add_method('Serialize',
|
|
5288 |
'void',
|
|
5289 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5290 |
is_const=True, is_virtual=True)
|
|
5291 |
## mac-messages.h: void ns3::DsaRsp::SetCid(ns3::Cid cid) [member function]
|
|
5292 |
cls.add_method('SetCid',
|
|
5293 |
'void',
|
|
5294 |
[param('ns3::Cid', 'cid')])
|
|
5295 |
## mac-messages.h: void ns3::DsaRsp::SetConfirmationCode(uint16_t confirmationCode) [member function]
|
|
5296 |
cls.add_method('SetConfirmationCode',
|
|
5297 |
'void',
|
|
5298 |
[param('uint16_t', 'confirmationCode')])
|
|
5299 |
## mac-messages.h: void ns3::DsaRsp::SetServiceFlow(ns3::ServiceFlow sf) [member function]
|
|
5300 |
cls.add_method('SetServiceFlow',
|
|
5301 |
'void',
|
|
5302 |
[param('ns3::ServiceFlow', 'sf')])
|
|
5303 |
## mac-messages.h: void ns3::DsaRsp::SetSfid(uint32_t sfid) [member function]
|
|
5304 |
cls.add_method('SetSfid',
|
|
5305 |
'void',
|
|
5306 |
[param('uint32_t', 'sfid')])
|
|
5307 |
## mac-messages.h: void ns3::DsaRsp::SetTransactionId(uint16_t transactionId) [member function]
|
|
5308 |
cls.add_method('SetTransactionId',
|
|
5309 |
'void',
|
|
5310 |
[param('uint16_t', 'transactionId')])
|
|
5311 |
return
|
|
5312 |
|
|
5313 |
def register_Ns3FragmentationSubheader_methods(root_module, cls):
|
|
5314 |
## wimax-mac-header.h: ns3::FragmentationSubheader::FragmentationSubheader(ns3::FragmentationSubheader const & arg0) [copy constructor]
|
|
5315 |
cls.add_constructor([param('ns3::FragmentationSubheader const &', 'arg0')])
|
|
5316 |
## wimax-mac-header.h: ns3::FragmentationSubheader::FragmentationSubheader() [constructor]
|
|
5317 |
cls.add_constructor([])
|
|
5318 |
## wimax-mac-header.h: uint32_t ns3::FragmentationSubheader::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
5319 |
cls.add_method('Deserialize',
|
|
5320 |
'uint32_t',
|
|
5321 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5322 |
is_virtual=True)
|
|
5323 |
## wimax-mac-header.h: uint8_t ns3::FragmentationSubheader::GetFc() const [member function]
|
|
5324 |
cls.add_method('GetFc',
|
|
5325 |
'uint8_t',
|
|
5326 |
[],
|
|
5327 |
is_const=True)
|
|
5328 |
## wimax-mac-header.h: uint8_t ns3::FragmentationSubheader::GetFsn() const [member function]
|
|
5329 |
cls.add_method('GetFsn',
|
|
5330 |
'uint8_t',
|
|
5331 |
[],
|
|
5332 |
is_const=True)
|
|
5333 |
## wimax-mac-header.h: ns3::TypeId ns3::FragmentationSubheader::GetInstanceTypeId() const [member function]
|
|
5334 |
cls.add_method('GetInstanceTypeId',
|
|
5335 |
'ns3::TypeId',
|
|
5336 |
[],
|
|
5337 |
is_const=True, is_virtual=True)
|
|
5338 |
## wimax-mac-header.h: std::string ns3::FragmentationSubheader::GetName() const [member function]
|
|
5339 |
cls.add_method('GetName',
|
|
5340 |
'std::string',
|
|
5341 |
[],
|
|
5342 |
is_const=True)
|
|
5343 |
## wimax-mac-header.h: uint32_t ns3::FragmentationSubheader::GetSerializedSize() const [member function]
|
|
5344 |
cls.add_method('GetSerializedSize',
|
|
5345 |
'uint32_t',
|
|
5346 |
[],
|
|
5347 |
is_const=True, is_virtual=True)
|
|
5348 |
## wimax-mac-header.h: static ns3::TypeId ns3::FragmentationSubheader::GetTypeId() [member function]
|
|
5349 |
cls.add_method('GetTypeId',
|
|
5350 |
'ns3::TypeId',
|
|
5351 |
[],
|
|
5352 |
is_static=True)
|
|
5353 |
## wimax-mac-header.h: void ns3::FragmentationSubheader::Print(std::ostream & os) const [member function]
|
|
5354 |
cls.add_method('Print',
|
|
5355 |
'void',
|
|
5356 |
[param('std::ostream &', 'os')],
|
|
5357 |
is_const=True, is_virtual=True)
|
|
5358 |
## wimax-mac-header.h: void ns3::FragmentationSubheader::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
5359 |
cls.add_method('Serialize',
|
|
5360 |
'void',
|
|
5361 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5362 |
is_const=True, is_virtual=True)
|
|
5363 |
## wimax-mac-header.h: void ns3::FragmentationSubheader::SetFc(uint8_t fc) [member function]
|
|
5364 |
cls.add_method('SetFc',
|
|
5365 |
'void',
|
|
5366 |
[param('uint8_t', 'fc')])
|
|
5367 |
## wimax-mac-header.h: void ns3::FragmentationSubheader::SetFsn(uint8_t fsn) [member function]
|
|
5368 |
cls.add_method('SetFsn',
|
|
5369 |
'void',
|
|
5370 |
[param('uint8_t', 'fsn')])
|
|
5371 |
return
|
|
5372 |
|
|
5373 |
def register_Ns3GenericMacHeader_methods(root_module, cls):
|
|
5374 |
## wimax-mac-header.h: ns3::GenericMacHeader::GenericMacHeader(ns3::GenericMacHeader const & arg0) [copy constructor]
|
|
5375 |
cls.add_constructor([param('ns3::GenericMacHeader const &', 'arg0')])
|
|
5376 |
## wimax-mac-header.h: ns3::GenericMacHeader::GenericMacHeader() [constructor]
|
|
5377 |
cls.add_constructor([])
|
|
5378 |
## wimax-mac-header.h: uint32_t ns3::GenericMacHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
5379 |
cls.add_method('Deserialize',
|
|
5380 |
'uint32_t',
|
|
5381 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5382 |
is_virtual=True)
|
|
5383 |
## wimax-mac-header.h: uint8_t ns3::GenericMacHeader::GetCi() const [member function]
|
|
5384 |
cls.add_method('GetCi',
|
|
5385 |
'uint8_t',
|
|
5386 |
[],
|
|
5387 |
is_const=True)
|
|
5388 |
## wimax-mac-header.h: ns3::Cid ns3::GenericMacHeader::GetCid() const [member function]
|
|
5389 |
cls.add_method('GetCid',
|
|
5390 |
'ns3::Cid',
|
|
5391 |
[],
|
|
5392 |
is_const=True)
|
|
5393 |
## wimax-mac-header.h: uint8_t ns3::GenericMacHeader::GetEc() const [member function]
|
|
5394 |
cls.add_method('GetEc',
|
|
5395 |
'uint8_t',
|
|
5396 |
[],
|
|
5397 |
is_const=True)
|
|
5398 |
## wimax-mac-header.h: uint8_t ns3::GenericMacHeader::GetEks() const [member function]
|
|
5399 |
cls.add_method('GetEks',
|
|
5400 |
'uint8_t',
|
|
5401 |
[],
|
|
5402 |
is_const=True)
|
|
5403 |
## wimax-mac-header.h: uint8_t ns3::GenericMacHeader::GetHcs() const [member function]
|
|
5404 |
cls.add_method('GetHcs',
|
|
5405 |
'uint8_t',
|
|
5406 |
[],
|
|
5407 |
is_const=True)
|
|
5408 |
## wimax-mac-header.h: uint8_t ns3::GenericMacHeader::GetHt() const [member function]
|
|
5409 |
cls.add_method('GetHt',
|
|
5410 |
'uint8_t',
|
|
5411 |
[],
|
|
5412 |
is_const=True)
|
|
5413 |
## wimax-mac-header.h: ns3::TypeId ns3::GenericMacHeader::GetInstanceTypeId() const [member function]
|
|
5414 |
cls.add_method('GetInstanceTypeId',
|
|
5415 |
'ns3::TypeId',
|
|
5416 |
[],
|
|
5417 |
is_const=True, is_virtual=True)
|
|
5418 |
## wimax-mac-header.h: uint16_t ns3::GenericMacHeader::GetLen() const [member function]
|
|
5419 |
cls.add_method('GetLen',
|
|
5420 |
'uint16_t',
|
|
5421 |
[],
|
|
5422 |
is_const=True)
|
|
5423 |
## wimax-mac-header.h: std::string ns3::GenericMacHeader::GetName() const [member function]
|
|
5424 |
cls.add_method('GetName',
|
|
5425 |
'std::string',
|
|
5426 |
[],
|
|
5427 |
is_const=True)
|
|
5428 |
## wimax-mac-header.h: uint32_t ns3::GenericMacHeader::GetSerializedSize() const [member function]
|
|
5429 |
cls.add_method('GetSerializedSize',
|
|
5430 |
'uint32_t',
|
|
5431 |
[],
|
|
5432 |
is_const=True, is_virtual=True)
|
|
5433 |
## wimax-mac-header.h: uint8_t ns3::GenericMacHeader::GetType() const [member function]
|
|
5434 |
cls.add_method('GetType',
|
|
5435 |
'uint8_t',
|
|
5436 |
[],
|
|
5437 |
is_const=True)
|
|
5438 |
## wimax-mac-header.h: static ns3::TypeId ns3::GenericMacHeader::GetTypeId() [member function]
|
|
5439 |
cls.add_method('GetTypeId',
|
|
5440 |
'ns3::TypeId',
|
|
5441 |
[],
|
|
5442 |
is_static=True)
|
|
5443 |
## wimax-mac-header.h: void ns3::GenericMacHeader::Print(std::ostream & os) const [member function]
|
|
5444 |
cls.add_method('Print',
|
|
5445 |
'void',
|
|
5446 |
[param('std::ostream &', 'os')],
|
|
5447 |
is_const=True, is_virtual=True)
|
|
5448 |
## wimax-mac-header.h: void ns3::GenericMacHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
5449 |
cls.add_method('Serialize',
|
|
5450 |
'void',
|
|
5451 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5452 |
is_const=True, is_virtual=True)
|
|
5453 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetCi(uint8_t ci) [member function]
|
|
5454 |
cls.add_method('SetCi',
|
|
5455 |
'void',
|
|
5456 |
[param('uint8_t', 'ci')])
|
|
5457 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetCid(ns3::Cid cid) [member function]
|
|
5458 |
cls.add_method('SetCid',
|
|
5459 |
'void',
|
|
5460 |
[param('ns3::Cid', 'cid')])
|
|
5461 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetEc(uint8_t ec) [member function]
|
|
5462 |
cls.add_method('SetEc',
|
|
5463 |
'void',
|
|
5464 |
[param('uint8_t', 'ec')])
|
|
5465 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetEks(uint8_t eks) [member function]
|
|
5466 |
cls.add_method('SetEks',
|
|
5467 |
'void',
|
|
5468 |
[param('uint8_t', 'eks')])
|
|
5469 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetHcs(uint8_t hcs) [member function]
|
|
5470 |
cls.add_method('SetHcs',
|
|
5471 |
'void',
|
|
5472 |
[param('uint8_t', 'hcs')])
|
|
5473 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetHt(uint8_t HT) [member function]
|
|
5474 |
cls.add_method('SetHt',
|
|
5475 |
'void',
|
|
5476 |
[param('uint8_t', 'HT')])
|
|
5477 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetLen(uint16_t len) [member function]
|
|
5478 |
cls.add_method('SetLen',
|
|
5479 |
'void',
|
|
5480 |
[param('uint16_t', 'len')])
|
|
5481 |
## wimax-mac-header.h: void ns3::GenericMacHeader::SetType(uint8_t type) [member function]
|
|
5482 |
cls.add_method('SetType',
|
|
5483 |
'void',
|
|
5484 |
[param('uint8_t', 'type')])
|
|
5485 |
## wimax-mac-header.h: bool ns3::GenericMacHeader::check_hcs() const [member function]
|
|
5486 |
cls.add_method('check_hcs',
|
|
5487 |
'bool',
|
|
5488 |
[],
|
|
5489 |
is_const=True)
|
|
5490 |
return
|
|
5491 |
|
|
5492 |
def register_Ns3GrantManagementSubheader_methods(root_module, cls):
|
|
5493 |
## wimax-mac-header.h: ns3::GrantManagementSubheader::GrantManagementSubheader(ns3::GrantManagementSubheader const & arg0) [copy constructor]
|
|
5494 |
cls.add_constructor([param('ns3::GrantManagementSubheader const &', 'arg0')])
|
|
5495 |
## wimax-mac-header.h: ns3::GrantManagementSubheader::GrantManagementSubheader() [constructor]
|
|
5496 |
cls.add_constructor([])
|
|
5497 |
## wimax-mac-header.h: uint32_t ns3::GrantManagementSubheader::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
5498 |
cls.add_method('Deserialize',
|
|
5499 |
'uint32_t',
|
|
5500 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5501 |
is_virtual=True)
|
|
5502 |
## wimax-mac-header.h: ns3::TypeId ns3::GrantManagementSubheader::GetInstanceTypeId() const [member function]
|
|
5503 |
cls.add_method('GetInstanceTypeId',
|
|
5504 |
'ns3::TypeId',
|
|
5505 |
[],
|
|
5506 |
is_const=True, is_virtual=True)
|
|
5507 |
## wimax-mac-header.h: std::string ns3::GrantManagementSubheader::GetName() const [member function]
|
|
5508 |
cls.add_method('GetName',
|
|
5509 |
'std::string',
|
|
5510 |
[],
|
|
5511 |
is_const=True)
|
|
5512 |
## wimax-mac-header.h: uint16_t ns3::GrantManagementSubheader::GetPbr() const [member function]
|
|
5513 |
cls.add_method('GetPbr',
|
|
5514 |
'uint16_t',
|
|
5515 |
[],
|
|
5516 |
is_const=True)
|
|
5517 |
## wimax-mac-header.h: uint8_t ns3::GrantManagementSubheader::GetPm() const [member function]
|
|
5518 |
cls.add_method('GetPm',
|
|
5519 |
'uint8_t',
|
|
5520 |
[],
|
|
5521 |
is_const=True)
|
|
5522 |
## wimax-mac-header.h: uint32_t ns3::GrantManagementSubheader::GetSerializedSize() const [member function]
|
|
5523 |
cls.add_method('GetSerializedSize',
|
|
5524 |
'uint32_t',
|
|
5525 |
[],
|
|
5526 |
is_const=True, is_virtual=True)
|
|
5527 |
## wimax-mac-header.h: uint8_t ns3::GrantManagementSubheader::GetSi() const [member function]
|
|
5528 |
cls.add_method('GetSi',
|
|
5529 |
'uint8_t',
|
|
5530 |
[],
|
|
5531 |
is_const=True)
|
|
5532 |
## wimax-mac-header.h: static ns3::TypeId ns3::GrantManagementSubheader::GetTypeId() [member function]
|
|
5533 |
cls.add_method('GetTypeId',
|
|
5534 |
'ns3::TypeId',
|
|
5535 |
[],
|
|
5536 |
is_static=True)
|
|
5537 |
## wimax-mac-header.h: void ns3::GrantManagementSubheader::Print(std::ostream & os) const [member function]
|
|
5538 |
cls.add_method('Print',
|
|
5539 |
'void',
|
|
5540 |
[param('std::ostream &', 'os')],
|
|
5541 |
is_const=True, is_virtual=True)
|
|
5542 |
## wimax-mac-header.h: void ns3::GrantManagementSubheader::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
5543 |
cls.add_method('Serialize',
|
|
5544 |
'void',
|
|
5545 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
5546 |
is_const=True, is_virtual=True)
|
|
5547 |
## wimax-mac-header.h: void ns3::GrantManagementSubheader::SetPbr(uint16_t pbr) [member function]
|
|
5548 |
cls.add_method('SetPbr',
|
|
5549 |
'void',
|
|
5550 |
[param('uint16_t', 'pbr')])
|
|
5551 |
## wimax-mac-header.h: void ns3::GrantManagementSubheader::SetPm(uint8_t pm) [member function]
|
|
5552 |
cls.add_method('SetPm',
|
|
5553 |
'void',
|
|
5554 |
[param('uint8_t', 'pm')])
|
|
5555 |
## wimax-mac-header.h: void ns3::GrantManagementSubheader::SetSi(uint8_t si) [member function]
|
|
5556 |
cls.add_method('SetSi',
|
|
5557 |
'void',
|
|
5558 |
[param('uint8_t', 'si')])
|
|
5559 |
return
|
|
5560 |
|
|
5561 |
def register_Ns3IpcsClassifier_methods(root_module, cls):
|
|
5562 |
## ipcs-classifier.h: ns3::IpcsClassifier::IpcsClassifier(ns3::IpcsClassifier const & arg0) [copy constructor]
|
|
5563 |
cls.add_constructor([param('ns3::IpcsClassifier const &', 'arg0')])
|
|
5564 |
## ipcs-classifier.h: ns3::IpcsClassifier::IpcsClassifier() [constructor]
|
|
5565 |
cls.add_constructor([])
|
|
5566 |
## ipcs-classifier.h: ns3::ServiceFlow * ns3::IpcsClassifier::Classify(ns3::Ptr<ns3::Packet const> packet, ns3::Ptr<ns3::ServiceFlowManager> sfm, ns3::ServiceFlow::Direction dir) [member function]
|
|
5567 |
cls.add_method('Classify',
|
|
5568 |
'ns3::ServiceFlow *',
|
|
5569 |
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Ptr< ns3::ServiceFlowManager >', 'sfm'), param('ns3::ServiceFlow::Direction', 'dir')])
|
|
5570 |
return
|
|
5571 |
|
|
5572 |
def register_Ns3SimpleOfdmWimaxPhy_methods(root_module, cls):
|
|
5573 |
## simple-ofdm-wimax-phy.h: ns3::SimpleOfdmWimaxPhy::SimpleOfdmWimaxPhy(ns3::SimpleOfdmWimaxPhy const & arg0) [copy constructor]
|
|
5574 |
cls.add_constructor([param('ns3::SimpleOfdmWimaxPhy const &', 'arg0')])
|
|
5575 |
## simple-ofdm-wimax-phy.h: ns3::SimpleOfdmWimaxPhy::SimpleOfdmWimaxPhy() [constructor]
|
|
5576 |
cls.add_constructor([])
|
|
5577 |
## simple-ofdm-wimax-phy.h: ns3::SimpleOfdmWimaxPhy::SimpleOfdmWimaxPhy(char * tracesPath) [constructor]
|
|
5578 |
cls.add_constructor([param('char *', 'tracesPath')])
|
|
5579 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::ActivateLoss(bool loss) [member function]
|
|
5580 |
cls.add_method('ActivateLoss',
|
|
5581 |
'void',
|
|
5582 |
[param('bool', 'loss')])
|
|
5583 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::DoAttach(ns3::Ptr<ns3::WimaxChannel> channel) [member function]
|
|
5584 |
cls.add_method('DoAttach',
|
|
5585 |
'void',
|
|
5586 |
[param('ns3::Ptr< ns3::WimaxChannel >', 'channel')],
|
|
5587 |
is_virtual=True)
|
|
5588 |
## simple-ofdm-wimax-phy.h: uint32_t ns3::SimpleOfdmWimaxPhy::GetBandwidth() const [member function]
|
|
5589 |
cls.add_method('GetBandwidth',
|
|
5590 |
'uint32_t',
|
|
5591 |
[],
|
|
5592 |
is_const=True)
|
|
5593 |
## simple-ofdm-wimax-phy.h: double ns3::SimpleOfdmWimaxPhy::GetNoiseFigure() const [member function]
|
|
5594 |
cls.add_method('GetNoiseFigure',
|
|
5595 |
'double',
|
|
5596 |
[],
|
|
5597 |
is_const=True)
|
|
5598 |
## simple-ofdm-wimax-phy.h: ns3::WimaxPhy::PhyType ns3::SimpleOfdmWimaxPhy::GetPhyType() const [member function]
|
|
5599 |
cls.add_method('GetPhyType',
|
|
5600 |
'ns3::WimaxPhy::PhyType',
|
|
5601 |
[],
|
|
5602 |
is_const=True, is_virtual=True)
|
|
5603 |
## simple-ofdm-wimax-phy.h: double ns3::SimpleOfdmWimaxPhy::GetTxPower() const [member function]
|
|
5604 |
cls.add_method('GetTxPower',
|
|
5605 |
'double',
|
|
5606 |
[],
|
|
5607 |
is_const=True)
|
|
5608 |
## simple-ofdm-wimax-phy.h: static ns3::TypeId ns3::SimpleOfdmWimaxPhy::GetTypeId() [member function]
|
|
5609 |
cls.add_method('GetTypeId',
|
|
5610 |
'ns3::TypeId',
|
|
5611 |
[],
|
|
5612 |
is_static=True)
|
|
5613 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::NotifyRxBegin(ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
5614 |
cls.add_method('NotifyRxBegin',
|
|
5615 |
'void',
|
|
5616 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
5617 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::NotifyRxDrop(ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
5618 |
cls.add_method('NotifyRxDrop',
|
|
5619 |
'void',
|
|
5620 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
5621 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::NotifyRxEnd(ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
5622 |
cls.add_method('NotifyRxEnd',
|
|
5623 |
'void',
|
|
5624 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
5625 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::NotifyTxBegin(ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
5626 |
cls.add_method('NotifyTxBegin',
|
|
5627 |
'void',
|
|
5628 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
5629 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::NotifyTxDrop(ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
5630 |
cls.add_method('NotifyTxDrop',
|
|
5631 |
'void',
|
|
5632 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
5633 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::NotifyTxEnd(ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
5634 |
cls.add_method('NotifyTxEnd',
|
|
5635 |
'void',
|
|
5636 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
5637 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::Send(ns3::Ptr<ns3::PacketBurst> burst, ns3::WimaxPhy::ModulationType modulationType, uint8_t direction) [member function]
|
|
5638 |
cls.add_method('Send',
|
|
5639 |
'void',
|
|
5640 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint8_t', 'direction')])
|
|
5641 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::Send(ns3::SendParams * params) [member function]
|
|
5642 |
cls.add_method('Send',
|
|
5643 |
'void',
|
|
5644 |
[param('ns3::SendParams *', 'params')],
|
|
5645 |
is_virtual=True)
|
|
5646 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::SetBandwidth(uint32_t BW) [member function]
|
|
5647 |
cls.add_method('SetBandwidth',
|
|
5648 |
'void',
|
|
5649 |
[param('uint32_t', 'BW')])
|
|
5650 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::SetNoiseFigure(double nf) [member function]
|
|
5651 |
cls.add_method('SetNoiseFigure',
|
|
5652 |
'void',
|
|
5653 |
[param('double', 'nf')])
|
|
5654 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::SetReceiveCallback(ns3::Callback<void,ns3::Ptr<ns3::PacketBurst>,ns3::Ptr<ns3::WimaxConnection>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function]
|
|
5655 |
cls.add_method('SetReceiveCallback',
|
|
5656 |
'void',
|
|
5657 |
[param('ns3::Callback< void, ns3::Ptr< ns3::PacketBurst >, ns3::Ptr< ns3::WimaxConnection >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
|
|
5658 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::SetSNRToBlockErrorRateTracesPath(char * tracesPath) [member function]
|
|
5659 |
cls.add_method('SetSNRToBlockErrorRateTracesPath',
|
|
5660 |
'void',
|
|
5661 |
[param('char *', 'tracesPath')])
|
|
5662 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::SetTxPower(double txPower) [member function]
|
|
5663 |
cls.add_method('SetTxPower',
|
|
5664 |
'void',
|
|
5665 |
[param('double', 'txPower')])
|
|
5666 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::StartReceive(uint32_t burstSize, bool isFirstBlock, uint64_t frequency, ns3::WimaxPhy::ModulationType modulationType, uint8_t direction, double rxPower, ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
5667 |
cls.add_method('StartReceive',
|
|
5668 |
'void',
|
|
5669 |
[param('uint32_t', 'burstSize'), param('bool', 'isFirstBlock'), param('uint64_t', 'frequency'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint8_t', 'direction'), param('double', 'rxPower'), param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
5670 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::DoDispose() [member function]
|
|
5671 |
cls.add_method('DoDispose',
|
|
5672 |
'void',
|
|
5673 |
[],
|
|
5674 |
visibility='private', is_virtual=True)
|
|
5675 |
## simple-ofdm-wimax-phy.h: uint32_t ns3::SimpleOfdmWimaxPhy::DoGetDataRate(ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
5676 |
cls.add_method('DoGetDataRate',
|
|
5677 |
'uint32_t',
|
|
5678 |
[param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
5679 |
is_const=True, visibility='private', is_virtual=True)
|
|
5680 |
## simple-ofdm-wimax-phy.h: ns3::Time ns3::SimpleOfdmWimaxPhy::DoGetFrameDuration(uint8_t frameDurationCode) const [member function]
|
|
5681 |
cls.add_method('DoGetFrameDuration',
|
|
5682 |
'ns3::Time',
|
|
5683 |
[param('uint8_t', 'frameDurationCode')],
|
|
5684 |
is_const=True, visibility='private', is_virtual=True)
|
|
5685 |
## simple-ofdm-wimax-phy.h: uint8_t ns3::SimpleOfdmWimaxPhy::DoGetFrameDurationCode() const [member function]
|
|
5686 |
cls.add_method('DoGetFrameDurationCode',
|
|
5687 |
'uint8_t',
|
|
5688 |
[],
|
|
5689 |
is_const=True, visibility='private', is_virtual=True)
|
|
5690 |
## simple-ofdm-wimax-phy.h: double ns3::SimpleOfdmWimaxPhy::DoGetGValue() const [member function]
|
|
5691 |
cls.add_method('DoGetGValue',
|
|
5692 |
'double',
|
|
5693 |
[],
|
|
5694 |
is_const=True, visibility='private', is_virtual=True)
|
|
5695 |
## simple-ofdm-wimax-phy.h: uint16_t ns3::SimpleOfdmWimaxPhy::DoGetNfft() const [member function]
|
|
5696 |
cls.add_method('DoGetNfft',
|
|
5697 |
'uint16_t',
|
|
5698 |
[],
|
|
5699 |
is_const=True, visibility='private', is_virtual=True)
|
|
5700 |
## simple-ofdm-wimax-phy.h: uint64_t ns3::SimpleOfdmWimaxPhy::DoGetNrBytes(uint32_t symbols, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
5701 |
cls.add_method('DoGetNrBytes',
|
|
5702 |
'uint64_t',
|
|
5703 |
[param('uint32_t', 'symbols'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
5704 |
is_const=True, visibility='private', is_virtual=True)
|
|
5705 |
## simple-ofdm-wimax-phy.h: uint64_t ns3::SimpleOfdmWimaxPhy::DoGetNrSymbols(uint32_t size, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
5706 |
cls.add_method('DoGetNrSymbols',
|
|
5707 |
'uint64_t',
|
|
5708 |
[param('uint32_t', 'size'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
5709 |
is_const=True, visibility='private', is_virtual=True)
|
|
5710 |
## simple-ofdm-wimax-phy.h: uint16_t ns3::SimpleOfdmWimaxPhy::DoGetRtg() const [member function]
|
|
5711 |
cls.add_method('DoGetRtg',
|
|
5712 |
'uint16_t',
|
|
5713 |
[],
|
|
5714 |
is_const=True, visibility='private', is_virtual=True)
|
|
5715 |
## simple-ofdm-wimax-phy.h: double ns3::SimpleOfdmWimaxPhy::DoGetSamplingFactor() const [member function]
|
|
5716 |
cls.add_method('DoGetSamplingFactor',
|
|
5717 |
'double',
|
|
5718 |
[],
|
|
5719 |
is_const=True, visibility='private', is_virtual=True)
|
|
5720 |
## simple-ofdm-wimax-phy.h: double ns3::SimpleOfdmWimaxPhy::DoGetSamplingFrequency() const [member function]
|
|
5721 |
cls.add_method('DoGetSamplingFrequency',
|
|
5722 |
'double',
|
|
5723 |
[],
|
|
5724 |
is_const=True, visibility='private', is_virtual=True)
|
|
5725 |
## simple-ofdm-wimax-phy.h: ns3::Time ns3::SimpleOfdmWimaxPhy::DoGetTransmissionTime(uint32_t size, ns3::WimaxPhy::ModulationType modulationType) const [member function]
|
|
5726 |
cls.add_method('DoGetTransmissionTime',
|
|
5727 |
'ns3::Time',
|
|
5728 |
[param('uint32_t', 'size'), param('ns3::WimaxPhy::ModulationType', 'modulationType')],
|
|
5729 |
is_const=True, visibility='private', is_virtual=True)
|
|
5730 |
## simple-ofdm-wimax-phy.h: uint16_t ns3::SimpleOfdmWimaxPhy::DoGetTtg() const [member function]
|
|
5731 |
cls.add_method('DoGetTtg',
|
|
5732 |
'uint16_t',
|
|
5733 |
[],
|
|
5734 |
is_const=True, visibility='private', is_virtual=True)
|
|
5735 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::DoSetDataRates() [member function]
|
|
5736 |
cls.add_method('DoSetDataRates',
|
|
5737 |
'void',
|
|
5738 |
[],
|
|
5739 |
visibility='private', is_virtual=True)
|
|
5740 |
## simple-ofdm-wimax-phy.h: void ns3::SimpleOfdmWimaxPhy::DoSetPhyParameters() [member function]
|
|
5741 |
cls.add_method('DoSetPhyParameters',
|
|
5742 |
'void',
|
|
5743 |
[],
|
|
5744 |
visibility='private', is_virtual=True)
|
|
5745 |
return
|
|
5746 |
|
|
5747 |
def register_Ns3WimaxChannel_methods(root_module, cls):
|
|
5748 |
## wimax-channel.h: ns3::WimaxChannel::WimaxChannel(ns3::WimaxChannel const & arg0) [copy constructor]
|
|
5749 |
cls.add_constructor([param('ns3::WimaxChannel const &', 'arg0')])
|
|
5750 |
## wimax-channel.h: ns3::WimaxChannel::WimaxChannel() [constructor]
|
|
5751 |
cls.add_constructor([])
|
|
5752 |
## wimax-channel.h: void ns3::WimaxChannel::Attach(ns3::Ptr<ns3::WimaxPhy> phy) [member function]
|
|
5753 |
cls.add_method('Attach',
|
|
5754 |
'void',
|
|
5755 |
[param('ns3::Ptr< ns3::WimaxPhy >', 'phy')])
|
|
5756 |
## wimax-channel.h: ns3::Ptr<ns3::NetDevice> ns3::WimaxChannel::GetDevice(uint32_t i) const [member function]
|
|
5757 |
cls.add_method('GetDevice',
|
|
5758 |
'ns3::Ptr< ns3::NetDevice >',
|
|
5759 |
[param('uint32_t', 'i')],
|
|
5760 |
is_const=True, is_virtual=True)
|
|
5761 |
## wimax-channel.h: uint32_t ns3::WimaxChannel::GetNDevices() const [member function]
|
|
5762 |
cls.add_method('GetNDevices',
|
|
5763 |
'uint32_t',
|
|
5764 |
[],
|
|
5765 |
is_const=True, is_virtual=True)
|
|
5766 |
## wimax-channel.h: void ns3::WimaxChannel::DoAttach(ns3::Ptr<ns3::WimaxPhy> phy) [member function]
|
|
5767 |
cls.add_method('DoAttach',
|
|
5768 |
'void',
|
|
5769 |
[param('ns3::Ptr< ns3::WimaxPhy >', 'phy')],
|
|
5770 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
5771 |
## wimax-channel.h: ns3::Ptr<ns3::NetDevice> ns3::WimaxChannel::DoGetDevice(uint32_t i) const [member function]
|
|
5772 |
cls.add_method('DoGetDevice',
|
|
5773 |
'ns3::Ptr< ns3::NetDevice >',
|
|
5774 |
[param('uint32_t', 'i')],
|
|
5775 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
5776 |
## wimax-channel.h: uint32_t ns3::WimaxChannel::DoGetNDevices() const [member function]
|
|
5777 |
cls.add_method('DoGetNDevices',
|
|
5778 |
'uint32_t',
|
|
5779 |
[],
|
|
5780 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
5781 |
return
|
|
5782 |
|
|
5783 |
def register_Ns3WimaxNetDevice_methods(root_module, cls):
|
|
5784 |
## wimax-net-device.h: ns3::WimaxNetDevice::m_direction [variable]
|
|
5785 |
cls.add_static_attribute('m_direction', 'uint8_t', is_const=False)
|
|
5786 |
## wimax-net-device.h: ns3::WimaxNetDevice::m_frameStartTime [variable]
|
|
5787 |
cls.add_static_attribute('m_frameStartTime', 'ns3::Time', is_const=False)
|
|
5788 |
## wimax-net-device.h: ns3::WimaxNetDevice::m_traceRx [variable]
|
|
5789 |
cls.add_instance_attribute('m_traceRx', 'ns3::TracedCallback< ns3::Ptr< ns3::Packet const >, ns3::Mac48Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', is_const=False)
|
|
5790 |
## wimax-net-device.h: ns3::WimaxNetDevice::m_traceTx [variable]
|
|
5791 |
cls.add_instance_attribute('m_traceTx', 'ns3::TracedCallback< ns3::Ptr< ns3::Packet const >, ns3::Mac48Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', is_const=False)
|
|
5792 |
## wimax-net-device.h: static ns3::TypeId ns3::WimaxNetDevice::GetTypeId() [member function]
|
|
5793 |
cls.add_method('GetTypeId',
|
|
5794 |
'ns3::TypeId',
|
|
5795 |
[],
|
|
5796 |
is_static=True)
|
|
5797 |
## wimax-net-device.h: ns3::WimaxNetDevice::WimaxNetDevice() [constructor]
|
|
5798 |
cls.add_constructor([])
|
|
5799 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetTtg(uint16_t ttg) [member function]
|
|
5800 |
cls.add_method('SetTtg',
|
|
5801 |
'void',
|
|
5802 |
[param('uint16_t', 'ttg')])
|
|
5803 |
## wimax-net-device.h: uint16_t ns3::WimaxNetDevice::GetTtg() const [member function]
|
|
5804 |
cls.add_method('GetTtg',
|
|
5805 |
'uint16_t',
|
|
5806 |
[],
|
|
5807 |
is_const=True)
|
|
5808 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetRtg(uint16_t rtg) [member function]
|
|
5809 |
cls.add_method('SetRtg',
|
|
5810 |
'void',
|
|
5811 |
[param('uint16_t', 'rtg')])
|
|
5812 |
## wimax-net-device.h: uint16_t ns3::WimaxNetDevice::GetRtg() const [member function]
|
|
5813 |
cls.add_method('GetRtg',
|
|
5814 |
'uint16_t',
|
|
5815 |
[],
|
|
5816 |
is_const=True)
|
|
5817 |
## wimax-net-device.h: void ns3::WimaxNetDevice::Attach(ns3::Ptr<ns3::WimaxChannel> channel) [member function]
|
|
5818 |
cls.add_method('Attach',
|
|
5819 |
'void',
|
|
5820 |
[param('ns3::Ptr< ns3::WimaxChannel >', 'channel')])
|
|
5821 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetPhy(ns3::Ptr<ns3::WimaxPhy> phy) [member function]
|
|
5822 |
cls.add_method('SetPhy',
|
|
5823 |
'void',
|
|
5824 |
[param('ns3::Ptr< ns3::WimaxPhy >', 'phy')])
|
|
5825 |
## wimax-net-device.h: ns3::Ptr<ns3::WimaxPhy> ns3::WimaxNetDevice::GetPhy() const [member function]
|
|
5826 |
cls.add_method('GetPhy',
|
|
5827 |
'ns3::Ptr< ns3::WimaxPhy >',
|
|
5828 |
[],
|
|
5829 |
is_const=True)
|
|
5830 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetChannel(ns3::Ptr<ns3::WimaxChannel> wimaxChannel) [member function]
|
|
5831 |
cls.add_method('SetChannel',
|
|
5832 |
'void',
|
|
5833 |
[param('ns3::Ptr< ns3::WimaxChannel >', 'wimaxChannel')])
|
|
5834 |
## wimax-net-device.h: uint64_t ns3::WimaxNetDevice::GetChannel(uint8_t index) const [member function]
|
|
5835 |
cls.add_method('GetChannel',
|
|
5836 |
'uint64_t',
|
|
5837 |
[param('uint8_t', 'index')],
|
|
5838 |
is_const=True)
|
|
5839 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetNrFrames(uint32_t nrFrames) [member function]
|
|
5840 |
cls.add_method('SetNrFrames',
|
|
5841 |
'void',
|
|
5842 |
[param('uint32_t', 'nrFrames')])
|
|
5843 |
## wimax-net-device.h: uint32_t ns3::WimaxNetDevice::GetNrFrames() const [member function]
|
|
5844 |
cls.add_method('GetNrFrames',
|
|
5845 |
'uint32_t',
|
|
5846 |
[],
|
|
5847 |
is_const=True)
|
|
5848 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetMacAddress(ns3::Mac48Address address) [member function]
|
|
5849 |
cls.add_method('SetMacAddress',
|
|
5850 |
'void',
|
|
5851 |
[param('ns3::Mac48Address', 'address')])
|
|
5852 |
## wimax-net-device.h: ns3::Mac48Address ns3::WimaxNetDevice::GetMacAddress() const [member function]
|
|
5853 |
cls.add_method('GetMacAddress',
|
|
5854 |
'ns3::Mac48Address',
|
|
5855 |
[],
|
|
5856 |
is_const=True)
|
|
5857 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetState(uint8_t state) [member function]
|
|
5858 |
cls.add_method('SetState',
|
|
5859 |
'void',
|
|
5860 |
[param('uint8_t', 'state')])
|
|
5861 |
## wimax-net-device.h: uint8_t ns3::WimaxNetDevice::GetState() const [member function]
|
|
5862 |
cls.add_method('GetState',
|
|
5863 |
'uint8_t',
|
|
5864 |
[],
|
|
5865 |
is_const=True)
|
|
5866 |
## wimax-net-device.h: ns3::Ptr<ns3::WimaxConnection> ns3::WimaxNetDevice::GetInitialRangingConnection() const [member function]
|
|
5867 |
cls.add_method('GetInitialRangingConnection',
|
|
5868 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
5869 |
[],
|
|
5870 |
is_const=True)
|
|
5871 |
## wimax-net-device.h: ns3::Ptr<ns3::WimaxConnection> ns3::WimaxNetDevice::GetBroadcastConnection() const [member function]
|
|
5872 |
cls.add_method('GetBroadcastConnection',
|
|
5873 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
5874 |
[],
|
|
5875 |
is_const=True)
|
|
5876 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetCurrentDcd(ns3::Dcd dcd) [member function]
|
|
5877 |
cls.add_method('SetCurrentDcd',
|
|
5878 |
'void',
|
|
5879 |
[param('ns3::Dcd', 'dcd')])
|
|
5880 |
## wimax-net-device.h: ns3::Dcd ns3::WimaxNetDevice::GetCurrentDcd() const [member function]
|
|
5881 |
cls.add_method('GetCurrentDcd',
|
|
5882 |
'ns3::Dcd',
|
|
5883 |
[],
|
|
5884 |
is_const=True)
|
|
5885 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetCurrentUcd(ns3::Ucd ucd) [member function]
|
|
5886 |
cls.add_method('SetCurrentUcd',
|
|
5887 |
'void',
|
|
5888 |
[param('ns3::Ucd', 'ucd')])
|
|
5889 |
## wimax-net-device.h: ns3::Ucd ns3::WimaxNetDevice::GetCurrentUcd() const [member function]
|
|
5890 |
cls.add_method('GetCurrentUcd',
|
|
5891 |
'ns3::Ucd',
|
|
5892 |
[],
|
|
5893 |
is_const=True)
|
|
5894 |
## wimax-net-device.h: ns3::Ptr<ns3::ConnectionManager> ns3::WimaxNetDevice::GetConnectionManager() const [member function]
|
|
5895 |
cls.add_method('GetConnectionManager',
|
|
5896 |
'ns3::Ptr< ns3::ConnectionManager >',
|
|
5897 |
[],
|
|
5898 |
is_const=True)
|
|
5899 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetConnectionManager(ns3::Ptr<ns3::ConnectionManager> connectionManager) [member function]
|
|
5900 |
cls.add_method('SetConnectionManager',
|
|
5901 |
'void',
|
|
5902 |
[param('ns3::Ptr< ns3::ConnectionManager >', 'connectionManager')],
|
|
5903 |
is_virtual=True)
|
|
5904 |
## wimax-net-device.h: ns3::Ptr<ns3::BurstProfileManager> ns3::WimaxNetDevice::GetBurstProfileManager() const [member function]
|
|
5905 |
cls.add_method('GetBurstProfileManager',
|
|
5906 |
'ns3::Ptr< ns3::BurstProfileManager >',
|
|
5907 |
[],
|
|
5908 |
is_const=True)
|
|
5909 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetBurstProfileManager(ns3::Ptr<ns3::BurstProfileManager> burstProfileManager) [member function]
|
|
5910 |
cls.add_method('SetBurstProfileManager',
|
|
5911 |
'void',
|
|
5912 |
[param('ns3::Ptr< ns3::BurstProfileManager >', 'burstProfileManager')])
|
|
5913 |
## wimax-net-device.h: ns3::Ptr<ns3::BandwidthManager> ns3::WimaxNetDevice::GetBandwidthManager() const [member function]
|
|
5914 |
cls.add_method('GetBandwidthManager',
|
|
5915 |
'ns3::Ptr< ns3::BandwidthManager >',
|
|
5916 |
[],
|
|
5917 |
is_const=True)
|
|
5918 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetBandwidthManager(ns3::Ptr<ns3::BandwidthManager> bandwidthManager) [member function]
|
|
5919 |
cls.add_method('SetBandwidthManager',
|
|
5920 |
'void',
|
|
5921 |
[param('ns3::Ptr< ns3::BandwidthManager >', 'bandwidthManager')])
|
|
5922 |
## wimax-net-device.h: void ns3::WimaxNetDevice::CreateDefaultConnections() [member function]
|
|
5923 |
cls.add_method('CreateDefaultConnections',
|
|
5924 |
'void',
|
|
5925 |
[])
|
|
5926 |
## wimax-net-device.h: void ns3::WimaxNetDevice::Start() [member function]
|
|
5927 |
cls.add_method('Start',
|
|
5928 |
'void',
|
|
5929 |
[],
|
|
5930 |
is_pure_virtual=True, is_virtual=True)
|
|
5931 |
## wimax-net-device.h: void ns3::WimaxNetDevice::Stop() [member function]
|
|
5932 |
cls.add_method('Stop',
|
|
5933 |
'void',
|
|
5934 |
[],
|
|
5935 |
is_pure_virtual=True, is_virtual=True)
|
|
5936 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetReceiveCallback() [member function]
|
|
5937 |
cls.add_method('SetReceiveCallback',
|
|
5938 |
'void',
|
|
5939 |
[])
|
|
5940 |
## wimax-net-device.h: void ns3::WimaxNetDevice::ForwardUp(ns3::Ptr<ns3::Packet> packet, ns3::Mac48Address const & source, ns3::Mac48Address const & dest) [member function]
|
|
5941 |
cls.add_method('ForwardUp',
|
|
5942 |
'void',
|
|
5943 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Mac48Address const &', 'source'), param('ns3::Mac48Address const &', 'dest')])
|
|
5944 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::Enqueue(ns3::Ptr<ns3::Packet> packet, ns3::MacHeaderType const & hdrType, ns3::Ptr<ns3::WimaxConnection> connection) [member function]
|
|
5945 |
cls.add_method('Enqueue',
|
|
5946 |
'bool',
|
|
5947 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::MacHeaderType const &', 'hdrType'), param('ns3::Ptr< ns3::WimaxConnection >', 'connection')],
|
|
5948 |
is_pure_virtual=True, is_virtual=True)
|
|
5949 |
## wimax-net-device.h: void ns3::WimaxNetDevice::ForwardDown(ns3::Ptr<ns3::PacketBurst> burst, ns3::WimaxPhy::ModulationType modulationType) [member function]
|
|
5950 |
cls.add_method('ForwardDown',
|
|
5951 |
'void',
|
|
5952 |
[param('ns3::Ptr< ns3::PacketBurst >', 'burst'), param('ns3::WimaxPhy::ModulationType', 'modulationType')])
|
|
5953 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetName(std::string const name) [member function]
|
|
5954 |
cls.add_method('SetName',
|
|
5955 |
'void',
|
|
5956 |
[param('std::string const', 'name')],
|
|
5957 |
is_virtual=True)
|
|
5958 |
## wimax-net-device.h: std::string ns3::WimaxNetDevice::GetName() const [member function]
|
|
5959 |
cls.add_method('GetName',
|
|
5960 |
'std::string',
|
|
5961 |
[],
|
|
5962 |
is_const=True, is_virtual=True)
|
|
5963 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetIfIndex(uint32_t const index) [member function]
|
|
5964 |
cls.add_method('SetIfIndex',
|
|
5965 |
'void',
|
|
5966 |
[param('uint32_t const', 'index')],
|
|
5967 |
is_virtual=True)
|
|
5968 |
## wimax-net-device.h: uint32_t ns3::WimaxNetDevice::GetIfIndex() const [member function]
|
|
5969 |
cls.add_method('GetIfIndex',
|
|
5970 |
'uint32_t',
|
|
5971 |
[],
|
|
5972 |
is_const=True, is_virtual=True)
|
|
5973 |
## wimax-net-device.h: ns3::Ptr<ns3::Channel> ns3::WimaxNetDevice::GetPhyChannel() const [member function]
|
|
5974 |
cls.add_method('GetPhyChannel',
|
|
5975 |
'ns3::Ptr< ns3::Channel >',
|
|
5976 |
[],
|
|
5977 |
is_const=True, is_virtual=True)
|
|
5978 |
## wimax-net-device.h: ns3::Ptr<ns3::Channel> ns3::WimaxNetDevice::GetChannel() const [member function]
|
|
5979 |
cls.add_method('GetChannel',
|
|
5980 |
'ns3::Ptr< ns3::Channel >',
|
|
5981 |
[],
|
|
5982 |
is_const=True, is_virtual=True)
|
|
5983 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetAddress(ns3::Address address) [member function]
|
|
5984 |
cls.add_method('SetAddress',
|
|
5985 |
'void',
|
|
5986 |
[param('ns3::Address', 'address')],
|
|
5987 |
is_virtual=True)
|
|
5988 |
## wimax-net-device.h: ns3::Address ns3::WimaxNetDevice::GetAddress() const [member function]
|
|
5989 |
cls.add_method('GetAddress',
|
|
5990 |
'ns3::Address',
|
|
5991 |
[],
|
|
5992 |
is_const=True, is_virtual=True)
|
|
5993 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::SetMtu(uint16_t const mtu) [member function]
|
|
5994 |
cls.add_method('SetMtu',
|
|
5995 |
'bool',
|
|
5996 |
[param('uint16_t const', 'mtu')],
|
|
5997 |
is_virtual=True)
|
|
5998 |
## wimax-net-device.h: uint16_t ns3::WimaxNetDevice::GetMtu() const [member function]
|
|
5999 |
cls.add_method('GetMtu',
|
|
6000 |
'uint16_t',
|
|
6001 |
[],
|
|
6002 |
is_const=True, is_virtual=True)
|
|
6003 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::IsLinkUp() const [member function]
|
|
6004 |
cls.add_method('IsLinkUp',
|
|
6005 |
'bool',
|
|
6006 |
[],
|
|
6007 |
is_const=True, is_virtual=True)
|
|
6008 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
|
|
6009 |
cls.add_method('SetLinkChangeCallback',
|
|
6010 |
'void',
|
|
6011 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')],
|
|
6012 |
is_virtual=True)
|
|
6013 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::IsBroadcast() const [member function]
|
|
6014 |
cls.add_method('IsBroadcast',
|
|
6015 |
'bool',
|
|
6016 |
[],
|
|
6017 |
is_const=True, is_virtual=True)
|
|
6018 |
## wimax-net-device.h: ns3::Address ns3::WimaxNetDevice::GetBroadcast() const [member function]
|
|
6019 |
cls.add_method('GetBroadcast',
|
|
6020 |
'ns3::Address',
|
|
6021 |
[],
|
|
6022 |
is_const=True, is_virtual=True)
|
|
6023 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::IsMulticast() const [member function]
|
|
6024 |
cls.add_method('IsMulticast',
|
|
6025 |
'bool',
|
|
6026 |
[],
|
|
6027 |
is_const=True, is_virtual=True)
|
|
6028 |
## wimax-net-device.h: ns3::Address ns3::WimaxNetDevice::GetMulticast() const [member function]
|
|
6029 |
cls.add_method('GetMulticast',
|
|
6030 |
'ns3::Address',
|
|
6031 |
[],
|
|
6032 |
is_const=True, is_virtual=True)
|
|
6033 |
## wimax-net-device.h: ns3::Address ns3::WimaxNetDevice::MakeMulticastAddress(ns3::Ipv4Address multicastGroup) const [member function]
|
|
6034 |
cls.add_method('MakeMulticastAddress',
|
|
6035 |
'ns3::Address',
|
|
6036 |
[param('ns3::Ipv4Address', 'multicastGroup')],
|
|
6037 |
is_const=True, is_virtual=True)
|
|
6038 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::IsPointToPoint() const [member function]
|
|
6039 |
cls.add_method('IsPointToPoint',
|
|
6040 |
'bool',
|
|
6041 |
[],
|
|
6042 |
is_const=True, is_virtual=True)
|
|
6043 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function]
|
|
6044 |
cls.add_method('Send',
|
|
6045 |
'bool',
|
|
6046 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')],
|
|
6047 |
is_virtual=True)
|
|
6048 |
## wimax-net-device.h: void ns3::WimaxNetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function]
|
|
6049 |
cls.add_method('SetNode',
|
|
6050 |
'void',
|
|
6051 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
|
6052 |
is_virtual=True)
|
|
6053 |
## wimax-net-device.h: ns3::Ptr<ns3::Node> ns3::WimaxNetDevice::GetNode() const [member function]
|
|
6054 |
cls.add_method('GetNode',
|
|
6055 |
'ns3::Ptr< ns3::Node >',
|
|
6056 |
[],
|
|
6057 |
is_const=True, is_virtual=True)
|
|
6058 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::NeedsArp() const [member function]
|
|
6059 |
cls.add_method('NeedsArp',
|
|
6060 |
'bool',
|
|
6061 |
[],
|
|
6062 |
is_const=True, is_virtual=True)
|
|
6063 |
## wimax-net-device.h: void ns3::WimaxNetDevice::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]
|
|
6064 |
cls.add_method('SetReceiveCallback',
|
|
6065 |
'void',
|
|
6066 |
[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')],
|
|
6067 |
is_virtual=True)
|
|
6068 |
## wimax-net-device.h: void ns3::WimaxNetDevice::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]
|
|
6069 |
cls.add_method('AddLinkChangeCallback',
|
|
6070 |
'void',
|
|
6071 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')],
|
|
6072 |
is_virtual=True)
|
|
6073 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function]
|
|
6074 |
cls.add_method('SendFrom',
|
|
6075 |
'bool',
|
|
6076 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')],
|
|
6077 |
is_virtual=True)
|
|
6078 |
## wimax-net-device.h: void ns3::WimaxNetDevice::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]
|
|
6079 |
cls.add_method('SetPromiscReceiveCallback',
|
|
6080 |
'void',
|
|
6081 |
[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')],
|
|
6082 |
is_virtual=True)
|
|
6083 |
## wimax-net-device.h: 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> ns3::WimaxNetDevice::GetPromiscReceiveCallback() [member function]
|
|
6084 |
cls.add_method('GetPromiscReceiveCallback',
|
|
6085 |
'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 >',
|
|
6086 |
[])
|
|
6087 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::SupportsSendFrom() const [member function]
|
|
6088 |
cls.add_method('SupportsSendFrom',
|
|
6089 |
'bool',
|
|
6090 |
[],
|
|
6091 |
is_const=True, is_virtual=True)
|
|
6092 |
## wimax-net-device.h: void ns3::WimaxNetDevice::DoDispose() [member function]
|
|
6093 |
cls.add_method('DoDispose',
|
|
6094 |
'void',
|
|
6095 |
[],
|
|
6096 |
is_virtual=True)
|
|
6097 |
## wimax-net-device.h: ns3::Address ns3::WimaxNetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function]
|
|
6098 |
cls.add_method('GetMulticast',
|
|
6099 |
'ns3::Address',
|
|
6100 |
[param('ns3::Ipv6Address', 'addr')],
|
|
6101 |
is_const=True, is_virtual=True)
|
|
6102 |
## wimax-net-device.h: ns3::Address ns3::WimaxNetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function]
|
|
6103 |
cls.add_method('GetMulticast',
|
|
6104 |
'ns3::Address',
|
|
6105 |
[param('ns3::Ipv4Address', 'multicastGroup')],
|
|
6106 |
is_const=True, is_virtual=True)
|
|
6107 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::IsBridge() const [member function]
|
|
6108 |
cls.add_method('IsBridge',
|
|
6109 |
'bool',
|
|
6110 |
[],
|
|
6111 |
is_const=True, is_virtual=True)
|
|
6112 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::IsPromisc() [member function]
|
|
6113 |
cls.add_method('IsPromisc',
|
|
6114 |
'bool',
|
|
6115 |
[])
|
|
6116 |
## wimax-net-device.h: void ns3::WimaxNetDevice::NotifyPromiscTrace(ns3::Ptr<ns3::Packet> p) [member function]
|
|
6117 |
cls.add_method('NotifyPromiscTrace',
|
|
6118 |
'void',
|
|
6119 |
[param('ns3::Ptr< ns3::Packet >', 'p')])
|
|
6120 |
## wimax-net-device.h: bool ns3::WimaxNetDevice::DoSend(ns3::Ptr<ns3::Packet> packet, ns3::Mac48Address const & source, ns3::Mac48Address const & dest, uint16_t protocolNumber) [member function]
|
|
6121 |
cls.add_method('DoSend',
|
|
6122 |
'bool',
|
|
6123 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Mac48Address const &', 'source'), param('ns3::Mac48Address const &', 'dest'), param('uint16_t', 'protocolNumber')],
|
|
6124 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
6125 |
## wimax-net-device.h: void ns3::WimaxNetDevice::DoReceive(ns3::Ptr<ns3::Packet> packet) [member function]
|
|
6126 |
cls.add_method('DoReceive',
|
|
6127 |
'void',
|
|
6128 |
[param('ns3::Ptr< ns3::Packet >', 'packet')],
|
|
6129 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
6130 |
## wimax-net-device.h: ns3::Ptr<ns3::WimaxChannel> ns3::WimaxNetDevice::DoGetChannel() const [member function]
|
|
6131 |
cls.add_method('DoGetChannel',
|
|
6132 |
'ns3::Ptr< ns3::WimaxChannel >',
|
|
6133 |
[],
|
|
6134 |
is_const=True, visibility='private', is_virtual=True)
|
|
6135 |
return
|
|
6136 |
|
|
6137 |
def register_Ns3BaseStationNetDevice_methods(root_module, cls):
|
|
6138 |
## bs-net-device.h: static ns3::TypeId ns3::BaseStationNetDevice::GetTypeId() [member function]
|
|
6139 |
cls.add_method('GetTypeId',
|
|
6140 |
'ns3::TypeId',
|
|
6141 |
[],
|
|
6142 |
is_static=True)
|
|
6143 |
## bs-net-device.h: ns3::BaseStationNetDevice::BaseStationNetDevice() [constructor]
|
|
6144 |
cls.add_constructor([])
|
|
6145 |
## bs-net-device.h: ns3::BaseStationNetDevice::BaseStationNetDevice(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WimaxPhy> phy) [constructor]
|
|
6146 |
cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WimaxPhy >', 'phy')])
|
|
6147 |
## bs-net-device.h: ns3::BaseStationNetDevice::BaseStationNetDevice(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WimaxPhy> phy, ns3::Ptr<ns3::UplinkScheduler> uplinkScheduler, ns3::Ptr<ns3::BSScheduler> bsScheduler) [constructor]
|
|
6148 |
cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WimaxPhy >', 'phy'), param('ns3::Ptr< ns3::UplinkScheduler >', 'uplinkScheduler'), param('ns3::Ptr< ns3::BSScheduler >', 'bsScheduler')])
|
|
6149 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetInitialRangingInterval(ns3::Time initialRangInterval) [member function]
|
|
6150 |
cls.add_method('SetInitialRangingInterval',
|
|
6151 |
'void',
|
|
6152 |
[param('ns3::Time', 'initialRangInterval')])
|
|
6153 |
## bs-net-device.h: void ns3::BaseStationNetDevice::InitBaseStationNetDevice() [member function]
|
|
6154 |
cls.add_method('InitBaseStationNetDevice',
|
|
6155 |
'void',
|
|
6156 |
[])
|
|
6157 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetInitialRangingInterval() const [member function]
|
|
6158 |
cls.add_method('GetInitialRangingInterval',
|
|
6159 |
'ns3::Time',
|
|
6160 |
[],
|
|
6161 |
is_const=True)
|
|
6162 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetDcdInterval(ns3::Time dcdInterval) [member function]
|
|
6163 |
cls.add_method('SetDcdInterval',
|
|
6164 |
'void',
|
|
6165 |
[param('ns3::Time', 'dcdInterval')])
|
|
6166 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetDcdInterval() const [member function]
|
|
6167 |
cls.add_method('GetDcdInterval',
|
|
6168 |
'ns3::Time',
|
|
6169 |
[],
|
|
6170 |
is_const=True)
|
|
6171 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetUcdInterval(ns3::Time ucdInterval) [member function]
|
|
6172 |
cls.add_method('SetUcdInterval',
|
|
6173 |
'void',
|
|
6174 |
[param('ns3::Time', 'ucdInterval')])
|
|
6175 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetUcdInterval() const [member function]
|
|
6176 |
cls.add_method('GetUcdInterval',
|
|
6177 |
'ns3::Time',
|
|
6178 |
[],
|
|
6179 |
is_const=True)
|
|
6180 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetIntervalT8(ns3::Time interval) [member function]
|
|
6181 |
cls.add_method('SetIntervalT8',
|
|
6182 |
'void',
|
|
6183 |
[param('ns3::Time', 'interval')])
|
|
6184 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetIntervalT8() const [member function]
|
|
6185 |
cls.add_method('GetIntervalT8',
|
|
6186 |
'ns3::Time',
|
|
6187 |
[],
|
|
6188 |
is_const=True)
|
|
6189 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetMaxRangingCorrectionRetries(uint8_t maxRangCorrectionRetries) [member function]
|
|
6190 |
cls.add_method('SetMaxRangingCorrectionRetries',
|
|
6191 |
'void',
|
|
6192 |
[param('uint8_t', 'maxRangCorrectionRetries')])
|
|
6193 |
## bs-net-device.h: uint8_t ns3::BaseStationNetDevice::GetMaxRangingCorrectionRetries() const [member function]
|
|
6194 |
cls.add_method('GetMaxRangingCorrectionRetries',
|
|
6195 |
'uint8_t',
|
|
6196 |
[],
|
|
6197 |
is_const=True)
|
|
6198 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetMaxInvitedRangRetries(uint8_t maxInvitedRangRetries) [member function]
|
|
6199 |
cls.add_method('SetMaxInvitedRangRetries',
|
|
6200 |
'void',
|
|
6201 |
[param('uint8_t', 'maxInvitedRangRetries')])
|
|
6202 |
## bs-net-device.h: uint8_t ns3::BaseStationNetDevice::GetMaxInvitedRangRetries() const [member function]
|
|
6203 |
cls.add_method('GetMaxInvitedRangRetries',
|
|
6204 |
'uint8_t',
|
|
6205 |
[],
|
|
6206 |
is_const=True)
|
|
6207 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetRangReqOppSize(uint8_t rangReqOppSize) [member function]
|
|
6208 |
cls.add_method('SetRangReqOppSize',
|
|
6209 |
'void',
|
|
6210 |
[param('uint8_t', 'rangReqOppSize')])
|
|
6211 |
## bs-net-device.h: uint8_t ns3::BaseStationNetDevice::GetRangReqOppSize() const [member function]
|
|
6212 |
cls.add_method('GetRangReqOppSize',
|
|
6213 |
'uint8_t',
|
|
6214 |
[],
|
|
6215 |
is_const=True)
|
|
6216 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetBwReqOppSize(uint8_t bwReqOppSize) [member function]
|
|
6217 |
cls.add_method('SetBwReqOppSize',
|
|
6218 |
'void',
|
|
6219 |
[param('uint8_t', 'bwReqOppSize')])
|
|
6220 |
## bs-net-device.h: uint8_t ns3::BaseStationNetDevice::GetBwReqOppSize() const [member function]
|
|
6221 |
cls.add_method('GetBwReqOppSize',
|
|
6222 |
'uint8_t',
|
|
6223 |
[],
|
|
6224 |
is_const=True)
|
|
6225 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetNrDlSymbols(uint32_t dlSymbols) [member function]
|
|
6226 |
cls.add_method('SetNrDlSymbols',
|
|
6227 |
'void',
|
|
6228 |
[param('uint32_t', 'dlSymbols')])
|
|
6229 |
## bs-net-device.h: uint32_t ns3::BaseStationNetDevice::GetNrDlSymbols() const [member function]
|
|
6230 |
cls.add_method('GetNrDlSymbols',
|
|
6231 |
'uint32_t',
|
|
6232 |
[],
|
|
6233 |
is_const=True)
|
|
6234 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetNrUlSymbols(uint32_t ulSymbols) [member function]
|
|
6235 |
cls.add_method('SetNrUlSymbols',
|
|
6236 |
'void',
|
|
6237 |
[param('uint32_t', 'ulSymbols')])
|
|
6238 |
## bs-net-device.h: uint32_t ns3::BaseStationNetDevice::GetNrUlSymbols() const [member function]
|
|
6239 |
cls.add_method('GetNrUlSymbols',
|
|
6240 |
'uint32_t',
|
|
6241 |
[],
|
|
6242 |
is_const=True)
|
|
6243 |
## bs-net-device.h: uint32_t ns3::BaseStationNetDevice::GetNrDcdSent() const [member function]
|
|
6244 |
cls.add_method('GetNrDcdSent',
|
|
6245 |
'uint32_t',
|
|
6246 |
[],
|
|
6247 |
is_const=True)
|
|
6248 |
## bs-net-device.h: uint32_t ns3::BaseStationNetDevice::GetNrUcdSent() const [member function]
|
|
6249 |
cls.add_method('GetNrUcdSent',
|
|
6250 |
'uint32_t',
|
|
6251 |
[],
|
|
6252 |
is_const=True)
|
|
6253 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetDlSubframeStartTime() const [member function]
|
|
6254 |
cls.add_method('GetDlSubframeStartTime',
|
|
6255 |
'ns3::Time',
|
|
6256 |
[],
|
|
6257 |
is_const=True)
|
|
6258 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetUlSubframeStartTime() const [member function]
|
|
6259 |
cls.add_method('GetUlSubframeStartTime',
|
|
6260 |
'ns3::Time',
|
|
6261 |
[],
|
|
6262 |
is_const=True)
|
|
6263 |
## bs-net-device.h: uint8_t ns3::BaseStationNetDevice::GetRangingOppNumber() const [member function]
|
|
6264 |
cls.add_method('GetRangingOppNumber',
|
|
6265 |
'uint8_t',
|
|
6266 |
[],
|
|
6267 |
is_const=True)
|
|
6268 |
## bs-net-device.h: ns3::Ptr<ns3::SSManager> ns3::BaseStationNetDevice::GetSSManager() const [member function]
|
|
6269 |
cls.add_method('GetSSManager',
|
|
6270 |
'ns3::Ptr< ns3::SSManager >',
|
|
6271 |
[],
|
|
6272 |
is_const=True)
|
|
6273 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetSSManager(ns3::Ptr<ns3::SSManager> ssManager) [member function]
|
|
6274 |
cls.add_method('SetSSManager',
|
|
6275 |
'void',
|
|
6276 |
[param('ns3::Ptr< ns3::SSManager >', 'ssManager')])
|
|
6277 |
## bs-net-device.h: ns3::Ptr<ns3::UplinkScheduler> ns3::BaseStationNetDevice::GetUplinkScheduler() const [member function]
|
|
6278 |
cls.add_method('GetUplinkScheduler',
|
|
6279 |
'ns3::Ptr< ns3::UplinkScheduler >',
|
|
6280 |
[],
|
|
6281 |
is_const=True)
|
|
6282 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetUplinkScheduler(ns3::Ptr<ns3::UplinkScheduler> ulScheduler) [member function]
|
|
6283 |
cls.add_method('SetUplinkScheduler',
|
|
6284 |
'void',
|
|
6285 |
[param('ns3::Ptr< ns3::UplinkScheduler >', 'ulScheduler')])
|
|
6286 |
## bs-net-device.h: ns3::Ptr<ns3::BSLinkManager> ns3::BaseStationNetDevice::GetLinkManager() const [member function]
|
|
6287 |
cls.add_method('GetLinkManager',
|
|
6288 |
'ns3::Ptr< ns3::BSLinkManager >',
|
|
6289 |
[],
|
|
6290 |
is_const=True)
|
|
6291 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetBSScheduler(ns3::Ptr<ns3::BSScheduler> bsSchedule) [member function]
|
|
6292 |
cls.add_method('SetBSScheduler',
|
|
6293 |
'void',
|
|
6294 |
[param('ns3::Ptr< ns3::BSScheduler >', 'bsSchedule')])
|
|
6295 |
## bs-net-device.h: ns3::Ptr<ns3::BSScheduler> ns3::BaseStationNetDevice::GetBSScheduler() const [member function]
|
|
6296 |
cls.add_method('GetBSScheduler',
|
|
6297 |
'ns3::Ptr< ns3::BSScheduler >',
|
|
6298 |
[],
|
|
6299 |
is_const=True)
|
|
6300 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetLinkManager(ns3::Ptr<ns3::BSLinkManager> linkManager) [member function]
|
|
6301 |
cls.add_method('SetLinkManager',
|
|
6302 |
'void',
|
|
6303 |
[param('ns3::Ptr< ns3::BSLinkManager >', 'linkManager')])
|
|
6304 |
## bs-net-device.h: ns3::Ptr<ns3::IpcsClassifier> ns3::BaseStationNetDevice::GetBsClassifier() const [member function]
|
|
6305 |
cls.add_method('GetBsClassifier',
|
|
6306 |
'ns3::Ptr< ns3::IpcsClassifier >',
|
|
6307 |
[],
|
|
6308 |
is_const=True)
|
|
6309 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetBsClassifier(ns3::Ptr<ns3::IpcsClassifier> classifier) [member function]
|
|
6310 |
cls.add_method('SetBsClassifier',
|
|
6311 |
'void',
|
|
6312 |
[param('ns3::Ptr< ns3::IpcsClassifier >', 'classifier')])
|
|
6313 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetPsDuration() const [member function]
|
|
6314 |
cls.add_method('GetPsDuration',
|
|
6315 |
'ns3::Time',
|
|
6316 |
[],
|
|
6317 |
is_const=True)
|
|
6318 |
## bs-net-device.h: ns3::Time ns3::BaseStationNetDevice::GetSymbolDuration() const [member function]
|
|
6319 |
cls.add_method('GetSymbolDuration',
|
|
6320 |
'ns3::Time',
|
|
6321 |
[],
|
|
6322 |
is_const=True)
|
|
6323 |
## bs-net-device.h: void ns3::BaseStationNetDevice::Start() [member function]
|
|
6324 |
cls.add_method('Start',
|
|
6325 |
'void',
|
|
6326 |
[],
|
|
6327 |
is_virtual=True)
|
|
6328 |
## bs-net-device.h: void ns3::BaseStationNetDevice::Stop() [member function]
|
|
6329 |
cls.add_method('Stop',
|
|
6330 |
'void',
|
|
6331 |
[],
|
|
6332 |
is_virtual=True)
|
|
6333 |
## bs-net-device.h: bool ns3::BaseStationNetDevice::Enqueue(ns3::Ptr<ns3::Packet> packet, ns3::MacHeaderType const & hdrType, ns3::Ptr<ns3::WimaxConnection> connection) [member function]
|
|
6334 |
cls.add_method('Enqueue',
|
|
6335 |
'bool',
|
|
6336 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::MacHeaderType const &', 'hdrType'), param('ns3::Ptr< ns3::WimaxConnection >', 'connection')],
|
|
6337 |
is_virtual=True)
|
|
6338 |
## bs-net-device.h: ns3::Ptr<ns3::WimaxConnection> ns3::BaseStationNetDevice::GetConnection(ns3::Cid cid) [member function]
|
|
6339 |
cls.add_method('GetConnection',
|
|
6340 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
6341 |
[param('ns3::Cid', 'cid')])
|
|
6342 |
## bs-net-device.h: void ns3::BaseStationNetDevice::MarkUplinkAllocations() [member function]
|
|
6343 |
cls.add_method('MarkUplinkAllocations',
|
|
6344 |
'void',
|
|
6345 |
[])
|
|
6346 |
## bs-net-device.h: void ns3::BaseStationNetDevice::MarkRangingOppStart(ns3::Time rangingOppStartTime) [member function]
|
|
6347 |
cls.add_method('MarkRangingOppStart',
|
|
6348 |
'void',
|
|
6349 |
[param('ns3::Time', 'rangingOppStartTime')])
|
|
6350 |
## bs-net-device.h: ns3::Ptr<ns3::BsServiceFlowManager> ns3::BaseStationNetDevice::GetServiceFlowManager() const [member function]
|
|
6351 |
cls.add_method('GetServiceFlowManager',
|
|
6352 |
'ns3::Ptr< ns3::BsServiceFlowManager >',
|
|
6353 |
[],
|
|
6354 |
is_const=True)
|
|
6355 |
## bs-net-device.h: void ns3::BaseStationNetDevice::SetServiceFlowManager(ns3::Ptr<ns3::BsServiceFlowManager> arg0) [member function]
|
|
6356 |
cls.add_method('SetServiceFlowManager',
|
|
6357 |
'void',
|
|
6358 |
[param('ns3::Ptr< ns3::BsServiceFlowManager >', 'arg0')])
|
|
6359 |
## bs-net-device.h: void ns3::BaseStationNetDevice::DoDispose() [member function]
|
|
6360 |
cls.add_method('DoDispose',
|
|
6361 |
'void',
|
|
6362 |
[],
|
|
6363 |
visibility='private', is_virtual=True)
|
|
6364 |
## bs-net-device.h: bool ns3::BaseStationNetDevice::DoSend(ns3::Ptr<ns3::Packet> packet, ns3::Mac48Address const & source, ns3::Mac48Address const & dest, uint16_t protocolNumber) [member function]
|
|
6365 |
cls.add_method('DoSend',
|
|
6366 |
'bool',
|
|
6367 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Mac48Address const &', 'source'), param('ns3::Mac48Address const &', 'dest'), param('uint16_t', 'protocolNumber')],
|
|
6368 |
visibility='private', is_virtual=True)
|
|
6369 |
## bs-net-device.h: void ns3::BaseStationNetDevice::DoReceive(ns3::Ptr<ns3::Packet> packet) [member function]
|
|
6370 |
cls.add_method('DoReceive',
|
|
6371 |
'void',
|
|
6372 |
[param('ns3::Ptr< ns3::Packet >', 'packet')],
|
|
6373 |
visibility='private', is_virtual=True)
|
|
6374 |
return
|
|
6375 |
|
|
6376 |
def register_Ns3SimpleOfdmWimaxChannel_methods(root_module, cls):
|
|
6377 |
## simple-ofdm-wimax-channel.h: ns3::SimpleOfdmWimaxChannel::SimpleOfdmWimaxChannel(ns3::SimpleOfdmWimaxChannel const & arg0) [copy constructor]
|
|
6378 |
cls.add_constructor([param('ns3::SimpleOfdmWimaxChannel const &', 'arg0')])
|
|
6379 |
## simple-ofdm-wimax-channel.h: ns3::SimpleOfdmWimaxChannel::SimpleOfdmWimaxChannel() [constructor]
|
|
6380 |
cls.add_constructor([])
|
|
6381 |
## simple-ofdm-wimax-channel.h: ns3::SimpleOfdmWimaxChannel::SimpleOfdmWimaxChannel(ns3::SimpleOfdmWimaxChannel::PropModel propModel) [constructor]
|
|
6382 |
cls.add_constructor([param('ns3::SimpleOfdmWimaxChannel::PropModel', 'propModel')])
|
|
6383 |
## simple-ofdm-wimax-channel.h: void ns3::SimpleOfdmWimaxChannel::Send(ns3::Time BlockTime, uint32_t burstSize, ns3::Ptr<ns3::WimaxPhy> phy, bool isFirstBlock, bool isLastBlock, uint64_t frequency, ns3::WimaxPhy::ModulationType modulationType, uint8_t direction, double txPowerDbm, ns3::Ptr<ns3::PacketBurst> burst) [member function]
|
|
6384 |
cls.add_method('Send',
|
|
6385 |
'void',
|
|
6386 |
[param('ns3::Time', 'BlockTime'), param('uint32_t', 'burstSize'), param('ns3::Ptr< ns3::WimaxPhy >', 'phy'), param('bool', 'isFirstBlock'), param('bool', 'isLastBlock'), param('uint64_t', 'frequency'), param('ns3::WimaxPhy::ModulationType', 'modulationType'), param('uint8_t', 'direction'), param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::PacketBurst >', 'burst')])
|
|
6387 |
## simple-ofdm-wimax-channel.h: void ns3::SimpleOfdmWimaxChannel::SetPropagationModel(ns3::SimpleOfdmWimaxChannel::PropModel propModel) [member function]
|
|
6388 |
cls.add_method('SetPropagationModel',
|
|
6389 |
'void',
|
|
6390 |
[param('ns3::SimpleOfdmWimaxChannel::PropModel', 'propModel')])
|
|
6391 |
## simple-ofdm-wimax-channel.h: void ns3::SimpleOfdmWimaxChannel::DoAttach(ns3::Ptr<ns3::WimaxPhy> phy) [member function]
|
|
6392 |
cls.add_method('DoAttach',
|
|
6393 |
'void',
|
|
6394 |
[param('ns3::Ptr< ns3::WimaxPhy >', 'phy')],
|
|
6395 |
visibility='private', is_virtual=True)
|
|
6396 |
## simple-ofdm-wimax-channel.h: ns3::Ptr<ns3::NetDevice> ns3::SimpleOfdmWimaxChannel::DoGetDevice(uint32_t i) const [member function]
|
|
6397 |
cls.add_method('DoGetDevice',
|
|
6398 |
'ns3::Ptr< ns3::NetDevice >',
|
|
6399 |
[param('uint32_t', 'i')],
|
|
6400 |
is_const=True, visibility='private', is_virtual=True)
|
|
6401 |
## simple-ofdm-wimax-channel.h: uint32_t ns3::SimpleOfdmWimaxChannel::DoGetNDevices() const [member function]
|
|
6402 |
cls.add_method('DoGetNDevices',
|
|
6403 |
'uint32_t',
|
|
6404 |
[],
|
|
6405 |
is_const=True, visibility='private', is_virtual=True)
|
|
6406 |
return
|
|
6407 |
|
|
6408 |
def register_Ns3SubscriberStationNetDevice_methods(root_module, cls):
|
|
6409 |
## ss-net-device.h: ns3::SubscriberStationNetDevice::m_linkManager [variable]
|
|
6410 |
cls.add_instance_attribute('m_linkManager', 'ns3::Ptr< ns3::SSLinkManager >', is_const=False)
|
|
6411 |
## ss-net-device.h: static ns3::TypeId ns3::SubscriberStationNetDevice::GetTypeId() [member function]
|
|
6412 |
cls.add_method('GetTypeId',
|
|
6413 |
'ns3::TypeId',
|
|
6414 |
[],
|
|
6415 |
is_static=True)
|
|
6416 |
## ss-net-device.h: ns3::SubscriberStationNetDevice::SubscriberStationNetDevice() [constructor]
|
|
6417 |
cls.add_constructor([])
|
|
6418 |
## ss-net-device.h: ns3::SubscriberStationNetDevice::SubscriberStationNetDevice(ns3::Ptr<ns3::Node> arg0, ns3::Ptr<ns3::WimaxPhy> arg1) [constructor]
|
|
6419 |
cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'arg0'), param('ns3::Ptr< ns3::WimaxPhy >', 'arg1')])
|
|
6420 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::InitSubscriberStationNetDevice() [member function]
|
|
6421 |
cls.add_method('InitSubscriberStationNetDevice',
|
|
6422 |
'void',
|
|
6423 |
[])
|
|
6424 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetLostDlMapInterval(ns3::Time lostDlMapInterval) [member function]
|
|
6425 |
cls.add_method('SetLostDlMapInterval',
|
|
6426 |
'void',
|
|
6427 |
[param('ns3::Time', 'lostDlMapInterval')])
|
|
6428 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetLostDlMapInterval() const [member function]
|
|
6429 |
cls.add_method('GetLostDlMapInterval',
|
|
6430 |
'ns3::Time',
|
|
6431 |
[],
|
|
6432 |
is_const=True)
|
|
6433 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetLostUlMapInterval(ns3::Time lostUlMapInterval) [member function]
|
|
6434 |
cls.add_method('SetLostUlMapInterval',
|
|
6435 |
'void',
|
|
6436 |
[param('ns3::Time', 'lostUlMapInterval')])
|
|
6437 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetLostUlMapInterval() const [member function]
|
|
6438 |
cls.add_method('GetLostUlMapInterval',
|
|
6439 |
'ns3::Time',
|
|
6440 |
[],
|
|
6441 |
is_const=True)
|
|
6442 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetMaxDcdInterval(ns3::Time maxDcdInterval) [member function]
|
|
6443 |
cls.add_method('SetMaxDcdInterval',
|
|
6444 |
'void',
|
|
6445 |
[param('ns3::Time', 'maxDcdInterval')])
|
|
6446 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetMaxDcdInterval() const [member function]
|
|
6447 |
cls.add_method('GetMaxDcdInterval',
|
|
6448 |
'ns3::Time',
|
|
6449 |
[],
|
|
6450 |
is_const=True)
|
|
6451 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetMaxUcdInterval(ns3::Time maxUcdInterval) [member function]
|
|
6452 |
cls.add_method('SetMaxUcdInterval',
|
|
6453 |
'void',
|
|
6454 |
[param('ns3::Time', 'maxUcdInterval')])
|
|
6455 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetMaxUcdInterval() const [member function]
|
|
6456 |
cls.add_method('GetMaxUcdInterval',
|
|
6457 |
'ns3::Time',
|
|
6458 |
[],
|
|
6459 |
is_const=True)
|
|
6460 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIntervalT1(ns3::Time interval1) [member function]
|
|
6461 |
cls.add_method('SetIntervalT1',
|
|
6462 |
'void',
|
|
6463 |
[param('ns3::Time', 'interval1')])
|
|
6464 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetIntervalT1() const [member function]
|
|
6465 |
cls.add_method('GetIntervalT1',
|
|
6466 |
'ns3::Time',
|
|
6467 |
[],
|
|
6468 |
is_const=True)
|
|
6469 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIntervalT2(ns3::Time interval2) [member function]
|
|
6470 |
cls.add_method('SetIntervalT2',
|
|
6471 |
'void',
|
|
6472 |
[param('ns3::Time', 'interval2')])
|
|
6473 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetIntervalT2() const [member function]
|
|
6474 |
cls.add_method('GetIntervalT2',
|
|
6475 |
'ns3::Time',
|
|
6476 |
[],
|
|
6477 |
is_const=True)
|
|
6478 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIntervalT3(ns3::Time interval3) [member function]
|
|
6479 |
cls.add_method('SetIntervalT3',
|
|
6480 |
'void',
|
|
6481 |
[param('ns3::Time', 'interval3')])
|
|
6482 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetIntervalT3() const [member function]
|
|
6483 |
cls.add_method('GetIntervalT3',
|
|
6484 |
'ns3::Time',
|
|
6485 |
[],
|
|
6486 |
is_const=True)
|
|
6487 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIntervalT7(ns3::Time interval7) [member function]
|
|
6488 |
cls.add_method('SetIntervalT7',
|
|
6489 |
'void',
|
|
6490 |
[param('ns3::Time', 'interval7')])
|
|
6491 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetIntervalT7() const [member function]
|
|
6492 |
cls.add_method('GetIntervalT7',
|
|
6493 |
'ns3::Time',
|
|
6494 |
[],
|
|
6495 |
is_const=True)
|
|
6496 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIntervalT12(ns3::Time interval12) [member function]
|
|
6497 |
cls.add_method('SetIntervalT12',
|
|
6498 |
'void',
|
|
6499 |
[param('ns3::Time', 'interval12')])
|
|
6500 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetIntervalT12() const [member function]
|
|
6501 |
cls.add_method('GetIntervalT12',
|
|
6502 |
'ns3::Time',
|
|
6503 |
[],
|
|
6504 |
is_const=True)
|
|
6505 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIntervalT20(ns3::Time interval20) [member function]
|
|
6506 |
cls.add_method('SetIntervalT20',
|
|
6507 |
'void',
|
|
6508 |
[param('ns3::Time', 'interval20')])
|
|
6509 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetIntervalT20() const [member function]
|
|
6510 |
cls.add_method('GetIntervalT20',
|
|
6511 |
'ns3::Time',
|
|
6512 |
[],
|
|
6513 |
is_const=True)
|
|
6514 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIntervalT21(ns3::Time interval21) [member function]
|
|
6515 |
cls.add_method('SetIntervalT21',
|
|
6516 |
'void',
|
|
6517 |
[param('ns3::Time', 'interval21')])
|
|
6518 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetIntervalT21() const [member function]
|
|
6519 |
cls.add_method('GetIntervalT21',
|
|
6520 |
'ns3::Time',
|
|
6521 |
[],
|
|
6522 |
is_const=True)
|
|
6523 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetMaxContentionRangingRetries(uint8_t maxContentionRangingRetries) [member function]
|
|
6524 |
cls.add_method('SetMaxContentionRangingRetries',
|
|
6525 |
'void',
|
|
6526 |
[param('uint8_t', 'maxContentionRangingRetries')])
|
|
6527 |
## ss-net-device.h: uint8_t ns3::SubscriberStationNetDevice::GetMaxContentionRangingRetries() const [member function]
|
|
6528 |
cls.add_method('GetMaxContentionRangingRetries',
|
|
6529 |
'uint8_t',
|
|
6530 |
[],
|
|
6531 |
is_const=True)
|
|
6532 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetBasicConnection(ns3::Ptr<ns3::WimaxConnection> basicConnection) [member function]
|
|
6533 |
cls.add_method('SetBasicConnection',
|
|
6534 |
'void',
|
|
6535 |
[param('ns3::Ptr< ns3::WimaxConnection >', 'basicConnection')])
|
|
6536 |
## ss-net-device.h: ns3::Ptr<ns3::WimaxConnection> ns3::SubscriberStationNetDevice::GetBasicConnection() const [member function]
|
|
6537 |
cls.add_method('GetBasicConnection',
|
|
6538 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
6539 |
[],
|
|
6540 |
is_const=True)
|
|
6541 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetPrimaryConnection(ns3::Ptr<ns3::WimaxConnection> primaryConnection) [member function]
|
|
6542 |
cls.add_method('SetPrimaryConnection',
|
|
6543 |
'void',
|
|
6544 |
[param('ns3::Ptr< ns3::WimaxConnection >', 'primaryConnection')])
|
|
6545 |
## ss-net-device.h: ns3::Ptr<ns3::WimaxConnection> ns3::SubscriberStationNetDevice::GetPrimaryConnection() const [member function]
|
|
6546 |
cls.add_method('GetPrimaryConnection',
|
|
6547 |
'ns3::Ptr< ns3::WimaxConnection >',
|
|
6548 |
[],
|
|
6549 |
is_const=True)
|
|
6550 |
## ss-net-device.h: ns3::Cid ns3::SubscriberStationNetDevice::GetBasicCid() const [member function]
|
|
6551 |
cls.add_method('GetBasicCid',
|
|
6552 |
'ns3::Cid',
|
|
6553 |
[],
|
|
6554 |
is_const=True)
|
|
6555 |
## ss-net-device.h: ns3::Cid ns3::SubscriberStationNetDevice::GetPrimaryCid() const [member function]
|
|
6556 |
cls.add_method('GetPrimaryCid',
|
|
6557 |
'ns3::Cid',
|
|
6558 |
[],
|
|
6559 |
is_const=True)
|
|
6560 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetModulationType(ns3::WimaxPhy::ModulationType modulationType) [member function]
|
|
6561 |
cls.add_method('SetModulationType',
|
|
6562 |
'void',
|
|
6563 |
[param('ns3::WimaxPhy::ModulationType', 'modulationType')])
|
|
6564 |
## ss-net-device.h: ns3::WimaxPhy::ModulationType ns3::SubscriberStationNetDevice::GetModulationType() const [member function]
|
|
6565 |
cls.add_method('GetModulationType',
|
|
6566 |
'ns3::WimaxPhy::ModulationType',
|
|
6567 |
[],
|
|
6568 |
is_const=True)
|
|
6569 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetAreManagementConnectionsAllocated(bool areManagementConnectionsAllocated) [member function]
|
|
6570 |
cls.add_method('SetAreManagementConnectionsAllocated',
|
|
6571 |
'void',
|
|
6572 |
[param('bool', 'areManagementConnectionsAllocated')])
|
|
6573 |
## ss-net-device.h: bool ns3::SubscriberStationNetDevice::GetAreManagementConnectionsAllocated() const [member function]
|
|
6574 |
cls.add_method('GetAreManagementConnectionsAllocated',
|
|
6575 |
'bool',
|
|
6576 |
[],
|
|
6577 |
is_const=True)
|
|
6578 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetAreServiceFlowsAllocated(bool areServiceFlowsAllocated) [member function]
|
|
6579 |
cls.add_method('SetAreServiceFlowsAllocated',
|
|
6580 |
'void',
|
|
6581 |
[param('bool', 'areServiceFlowsAllocated')])
|
|
6582 |
## ss-net-device.h: bool ns3::SubscriberStationNetDevice::GetAreServiceFlowsAllocated() const [member function]
|
|
6583 |
cls.add_method('GetAreServiceFlowsAllocated',
|
|
6584 |
'bool',
|
|
6585 |
[],
|
|
6586 |
is_const=True)
|
|
6587 |
## ss-net-device.h: ns3::Ptr<ns3::SSScheduler> ns3::SubscriberStationNetDevice::GetScheduler() const [member function]
|
|
6588 |
cls.add_method('GetScheduler',
|
|
6589 |
'ns3::Ptr< ns3::SSScheduler >',
|
|
6590 |
[],
|
|
6591 |
is_const=True)
|
|
6592 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetScheduler(ns3::Ptr<ns3::SSScheduler> ssScheduler) [member function]
|
|
6593 |
cls.add_method('SetScheduler',
|
|
6594 |
'void',
|
|
6595 |
[param('ns3::Ptr< ns3::SSScheduler >', 'ssScheduler')])
|
|
6596 |
## ss-net-device.h: bool ns3::SubscriberStationNetDevice::HasServiceFlows() const [member function]
|
|
6597 |
cls.add_method('HasServiceFlows',
|
|
6598 |
'bool',
|
|
6599 |
[],
|
|
6600 |
is_const=True)
|
|
6601 |
## ss-net-device.h: bool ns3::SubscriberStationNetDevice::Enqueue(ns3::Ptr<ns3::Packet> packet, ns3::MacHeaderType const & hdrType, ns3::Ptr<ns3::WimaxConnection> connection) [member function]
|
|
6602 |
cls.add_method('Enqueue',
|
|
6603 |
'bool',
|
|
6604 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::MacHeaderType const &', 'hdrType'), param('ns3::Ptr< ns3::WimaxConnection >', 'connection')],
|
|
6605 |
is_virtual=True)
|
|
6606 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SendBurst(uint8_t uiuc, uint16_t nrSymbols, ns3::Ptr<ns3::WimaxConnection> connection, ns3::MacHeaderType::HeaderType packetType=::ns3::MacHeaderType::HEADER_TYPE_GENERIC) [member function]
|
|
6607 |
cls.add_method('SendBurst',
|
|
6608 |
'void',
|
|
6609 |
[param('uint8_t', 'uiuc'), param('uint16_t', 'nrSymbols'), param('ns3::Ptr< ns3::WimaxConnection >', 'connection'), param('ns3::MacHeaderType::HeaderType', 'packetType', default_value='::ns3::MacHeaderType::HEADER_TYPE_GENERIC')])
|
|
6610 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::Start() [member function]
|
|
6611 |
cls.add_method('Start',
|
|
6612 |
'void',
|
|
6613 |
[],
|
|
6614 |
is_virtual=True)
|
|
6615 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::Stop() [member function]
|
|
6616 |
cls.add_method('Stop',
|
|
6617 |
'void',
|
|
6618 |
[],
|
|
6619 |
is_virtual=True)
|
|
6620 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::AddServiceFlow(ns3::ServiceFlow * sf) [member function]
|
|
6621 |
cls.add_method('AddServiceFlow',
|
|
6622 |
'void',
|
|
6623 |
[param('ns3::ServiceFlow *', 'sf')])
|
|
6624 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::AddServiceFlow(ns3::ServiceFlow sf) [member function]
|
|
6625 |
cls.add_method('AddServiceFlow',
|
|
6626 |
'void',
|
|
6627 |
[param('ns3::ServiceFlow', 'sf')])
|
|
6628 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetTimer(ns3::EventId eventId, ns3::EventId & event) [member function]
|
|
6629 |
cls.add_method('SetTimer',
|
|
6630 |
'void',
|
|
6631 |
[param('ns3::EventId', 'eventId'), param('ns3::EventId &', 'event')])
|
|
6632 |
## ss-net-device.h: bool ns3::SubscriberStationNetDevice::IsRegistered() const [member function]
|
|
6633 |
cls.add_method('IsRegistered',
|
|
6634 |
'bool',
|
|
6635 |
[],
|
|
6636 |
is_const=True)
|
|
6637 |
## ss-net-device.h: ns3::Time ns3::SubscriberStationNetDevice::GetTimeToAllocation(ns3::Time defferTime) [member function]
|
|
6638 |
cls.add_method('GetTimeToAllocation',
|
|
6639 |
'ns3::Time',
|
|
6640 |
[param('ns3::Time', 'defferTime')])
|
|
6641 |
## ss-net-device.h: ns3::Ptr<ns3::IpcsClassifier> ns3::SubscriberStationNetDevice::GetIpcsClassifier() const [member function]
|
|
6642 |
cls.add_method('GetIpcsClassifier',
|
|
6643 |
'ns3::Ptr< ns3::IpcsClassifier >',
|
|
6644 |
[],
|
|
6645 |
is_const=True)
|
|
6646 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetIpcsPacketClassifier(ns3::Ptr<ns3::IpcsClassifier> arg0) [member function]
|
|
6647 |
cls.add_method('SetIpcsPacketClassifier',
|
|
6648 |
'void',
|
|
6649 |
[param('ns3::Ptr< ns3::IpcsClassifier >', 'arg0')])
|
|
6650 |
## ss-net-device.h: ns3::Ptr<ns3::SSLinkManager> ns3::SubscriberStationNetDevice::GetLinkManager() const [member function]
|
|
6651 |
cls.add_method('GetLinkManager',
|
|
6652 |
'ns3::Ptr< ns3::SSLinkManager >',
|
|
6653 |
[],
|
|
6654 |
is_const=True)
|
|
6655 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetLinkManager(ns3::Ptr<ns3::SSLinkManager> arg0) [member function]
|
|
6656 |
cls.add_method('SetLinkManager',
|
|
6657 |
'void',
|
|
6658 |
[param('ns3::Ptr< ns3::SSLinkManager >', 'arg0')])
|
|
6659 |
## ss-net-device.h: ns3::Ptr<ns3::SsServiceFlowManager> ns3::SubscriberStationNetDevice::GetServiceFlowManager() const [member function]
|
|
6660 |
cls.add_method('GetServiceFlowManager',
|
|
6661 |
'ns3::Ptr< ns3::SsServiceFlowManager >',
|
|
6662 |
[],
|
|
6663 |
is_const=True)
|
|
6664 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::SetServiceFlowManager(ns3::Ptr<ns3::SsServiceFlowManager> arg0) [member function]
|
|
6665 |
cls.add_method('SetServiceFlowManager',
|
|
6666 |
'void',
|
|
6667 |
[param('ns3::Ptr< ns3::SsServiceFlowManager >', 'arg0')])
|
|
6668 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::DoDispose() [member function]
|
|
6669 |
cls.add_method('DoDispose',
|
|
6670 |
'void',
|
|
6671 |
[],
|
|
6672 |
visibility='private', is_virtual=True)
|
|
6673 |
## ss-net-device.h: bool ns3::SubscriberStationNetDevice::DoSend(ns3::Ptr<ns3::Packet> packet, ns3::Mac48Address const & source, ns3::Mac48Address const & dest, uint16_t protocolNumber) [member function]
|
|
6674 |
cls.add_method('DoSend',
|
|
6675 |
'bool',
|
|
6676 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Mac48Address const &', 'source'), param('ns3::Mac48Address const &', 'dest'), param('uint16_t', 'protocolNumber')],
|
|
6677 |
visibility='private', is_virtual=True)
|
|
6678 |
## ss-net-device.h: void ns3::SubscriberStationNetDevice::DoReceive(ns3::Ptr<ns3::Packet> packet) [member function]
|
|
6679 |
cls.add_method('DoReceive',
|
|
6680 |
'void',
|
|
6681 |
[param('ns3::Ptr< ns3::Packet >', 'packet')],
|
|
6682 |
visibility='private', is_virtual=True)
|
|
6683 |
return
|
|
6684 |
|
|
6685 |
def register_functions(root_module):
|
|
6686 |
module = root_module
|
|
6687 |
## crc8.h: extern uint8_t ns3::CRC8Calculate(uint8_t const * data, int length) [free function]
|
|
6688 |
module.add_function('CRC8Calculate',
|
|
6689 |
'uint8_t',
|
|
6690 |
[param('uint8_t const *', 'data'), param('int', 'length')])
|
|
6691 |
register_functions_ns3_Config(module.get_submodule('Config'), root_module)
|
|
6692 |
register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module)
|
|
6693 |
register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module)
|
|
6694 |
register_functions_ns3_aodv(module.get_submodule('aodv'), root_module)
|
|
6695 |
register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module)
|
6718
|
6696 |
register_functions_ns3_dsdv(module.get_submodule('dsdv'), root_module)
|
6534
|
6697 |
register_functions_ns3_flame(module.get_submodule('flame'), root_module)
|
|
6698 |
register_functions_ns3_internal(module.get_submodule('internal'), root_module)
|
|
6699 |
register_functions_ns3_olsr(module.get_submodule('olsr'), root_module)
|
|
6700 |
return
|
|
6701 |
|
|
6702 |
def register_functions_ns3_Config(module, root_module):
|
|
6703 |
return
|
|
6704 |
|
|
6705 |
def register_functions_ns3_FatalImpl(module, root_module):
|
|
6706 |
return
|
|
6707 |
|
|
6708 |
def register_functions_ns3_addressUtils(module, root_module):
|
|
6709 |
return
|
|
6710 |
|
|
6711 |
def register_functions_ns3_aodv(module, root_module):
|
|
6712 |
return
|
|
6713 |
|
|
6714 |
def register_functions_ns3_dot11s(module, root_module):
|
|
6715 |
return
|
|
6716 |
|
6718
|
6717 |
def register_functions_ns3_dsdv(module, root_module):
|
|
6718 |
return
|
|
6719 |
|
6534
|
6720 |
def register_functions_ns3_flame(module, root_module):
|
|
6721 |
return
|
|
6722 |
|
|
6723 |
def register_functions_ns3_internal(module, root_module):
|
|
6724 |
return
|
|
6725 |
|
|
6726 |
def register_functions_ns3_olsr(module, root_module):
|
|
6727 |
return
|
|
6728 |
|