A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
introspected-doxygen.h
Go to the documentation of this file.
1
2/*!
3\file
4\ingroup utils
5Doxygen docs generated from the TypeId database.
6\note This file is automatically generated by \p print-introspected-doxygen.cc. Do not edit this file! Edit that file instead.
7*/
8
9/*!
10
11\class ns3::A2A4RsrqHandoverAlgorithm
12
13<h3>Config Paths</h3>
14
15ns3::A2A4RsrqHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16<ul>
17<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::A2A4RsrqHandoverAlgorithm"</li>
18<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::A2A4RsrqHandoverAlgorithm"</li>
19</ul>
20<h3>Attributes</h3>
21<ul>
22<li><b>NeighbourCellOffset</b>: Minimum offset between the serving and the best neighbour cell to trigger the handover. Expressed in quantized range of [0..34] as per Section 9.1.7 of 3GPP TS 36.133.
23 <ul>
24 <li>Set with class: \ref ns3::UintegerValue</li>
25 <li>Underlying type: uint8_t 0:255</li>
26 <li>Initial value: 1</li>
27 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29 </ul>
30<li><b>ServingCellThreshold</b>: If the RSRQ of the serving cell is worse than this threshold, neighbour cells are consider for handover. Expressed in quantized range of [0..34] as per Section 9.1.7 of 3GPP TS 36.133.
31 <ul>
32 <li>Set with class: \ref ns3::UintegerValue</li>
33 <li>Underlying type: uint8_t 0:34</li>
34 <li>Initial value: 30</li>
35 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37 </ul>
38</ul>
39No TraceSources are defined for this type.<br>
40<b>Group:</b> Lte
41
42<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
43*/
44
45/*!
46
47\class ns3::A3RsrpHandoverAlgorithm
48
49<h3>Config Paths</h3>
50
51ns3::A3RsrpHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
52<ul>
53<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::A3RsrpHandoverAlgorithm"</li>
54<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::A3RsrpHandoverAlgorithm"</li>
55</ul>
56<h3>Attributes</h3>
57<ul>
58<li><b>Hysteresis</b>: Handover margin (hysteresis) in dB (rounded to the nearest multiple of 0.5 dB)
59 <ul>
60 <li>Set with class: \ref ns3::DoubleValue</li>
61 <li>Underlying type: uint8_t 0:15</li>
62 <li>Initial value: 3</li>
63 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
64 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
65 </ul>
66<li><b>TimeToTrigger</b>: Time during which neighbour cell's RSRP must continuously higher than serving cell's RSRP in order to trigger a handover
67 <ul>
68 <li>Set with class: \ref ns3::TimeValue</li>
69 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
70 <li>Initial value: +2.56e+08ns</li>
71 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
72 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
73 </ul>
74</ul>
75No TraceSources are defined for this type.<br>
76<b>Group:</b> Lte
77
78<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
79*/
80
81/*!
82
83\class ns3::AarfcdWifiManager
84
85<h3>Config Paths</h3>
86
87ns3::AarfcdWifiManager is accessible through the following paths with Config::Set and Config::Connect:
88<ul>
89<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::AarfcdWifiManager"</li>
90<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::AarfcdWifiManager"</li>
91</ul>
92<h3>Attributes</h3>
93<ul>
94<li><b>MaxRtsWnd</b>: Maximum value for RTS window of AARF-CD
95 <ul>
96 <li>Set with class: \ref ns3::UintegerValue</li>
97 <li>Underlying type: uint32_t 0:4294967295</li>
98 <li>Initial value: 40</li>
99 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
100 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
101 </ul>
102<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.
103 <ul>
104 <li>Set with class: \ref ns3::UintegerValue</li>
105 <li>Underlying type: uint32_t 0:4294967295</li>
106 <li>Initial value: 60</li>
107 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
108 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
109 </ul>
110<li><b>MinRtsWnd</b>: Minimum value for RTS window of AARF-CD
111 <ul>
112 <li>Set with class: \ref ns3::UintegerValue</li>
113 <li>Underlying type: uint32_t 0:4294967295</li>
114 <li>Initial value: 1</li>
115 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
116 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
117 </ul>
118<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.
119 <ul>
120 <li>Set with class: \ref ns3::UintegerValue</li>
121 <li>Underlying type: uint32_t 0:4294967295</li>
122 <li>Initial value: 10</li>
123 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
125 </ul>
126<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.
127 <ul>
128 <li>Set with class: \ref ns3::UintegerValue</li>
129 <li>Underlying type: uint32_t 0:4294967295</li>
130 <li>Initial value: 15</li>
131 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
133 </ul>
134<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.
135 <ul>
136 <li>Set with class: \ref ns3::DoubleValue</li>
137 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
138 <li>Initial value: 2</li>
139 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
140 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
141 </ul>
142<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.
143 <ul>
144 <li>Set with class: \ref ns3::DoubleValue</li>
145 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
146 <li>Initial value: 2</li>
147 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
149 </ul>
150<li><b>TurnOffRtsAfterRateDecrease</b>: If true the RTS mechanism will be turned off when the rate will be decreased
151 <ul>
152 <li>Set with class: \ref ns3::BooleanValue</li>
153 <li>Underlying type: bool</li>
154 <li>Initial value: true</li>
155 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
157 </ul>
158<li><b>TurnOnRtsAfterRateIncrease</b>: If true the RTS mechanism will be turned on when the rate will be increased
159 <ul>
160 <li>Set with class: \ref ns3::BooleanValue</li>
161 <li>Underlying type: bool</li>
162 <li>Initial value: true</li>
163 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
164 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
165 </ul>
166</ul>
167<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
168<ul>
169<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
170 <ul>
171 <li>Set with class: \ref ns3::UintegerValue</li>
172 <li>Underlying type: uint8_t 0:255</li>
173 <li>Initial value: 0</li>
174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
176 </ul>
177<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
178 <ul>
179 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
180 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
181 <li>Initial value: Cts-To-Self</li>
182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
184 </ul>
185<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
186 <ul>
187 <li>Set with class: \ref ns3::UintegerValue</li>
188 <li>Underlying type: uint32_t 256:65535</li>
189 <li>Initial value: 65535</li>
190 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
192 </ul>
193<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
194 <ul>
195 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
196 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
197 <li>Initial value: Cts-To-Self</li>
198 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
199 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
200 </ul>
201<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
202 <ul>
203 <li>Set with class: \ref ns3::BooleanValue</li>
204 <li>Underlying type: bool</li>
205 <li>Initial value: false</li>
206 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
207 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
208 </ul>
209<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
210 <ul>
211 <li>Set with class: \ref ns3::UintegerValue</li>
212 <li>Underlying type: uint32_t 0:4294967295</li>
213 <li>Initial value: 4</li>
214 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
215 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
216 </ul>
217<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
218 <ul>
219 <li>Set with class: \ref ns3::UintegerValue</li>
220 <li>Underlying type: uint32_t 0:4294967295</li>
221 <li>Initial value: 7</li>
222 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
223 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
224 </ul>
225<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
226 <ul>
227 <li>Set with class: \ref ns3::WifiModeValue</li>
228 <li>Underlying type: \p WifiMode</li>
229 <li>Initial value: Invalid-WifiMode</li>
230 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
231 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
232 </ul>
233<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
234 <ul>
235 <li>Set with class: \ref ns3::UintegerValue</li>
236 <li>Underlying type: uint32_t 0:4692480</li>
237 <li>Initial value: 4692480</li>
238 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
239 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
240 </ul>
241<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
242 <ul>
243 <li>Set with class: \ref ns3::TimeValue</li>
244 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
245 <li>Initial value: +0ns</li>
246 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
248 </ul>
249</ul>
250<h3>TraceSources</h3>
251<ul>
252<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
253 <li> %Callback signature: ns3::TracedValueCallback::Uint64
254</li>
255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
256</ul>
257</ul>
258<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
259<ul>
260<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
261 <li> %Callback signature: ns3::Mac48Address::TracedCallback
262</li>
263 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
264</ul>
265<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
266 <li> %Callback signature: ns3::Mac48Address::TracedCallback
267</li>
268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
269</ul>
270<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
271 <li> %Callback signature: ns3::Mac48Address::TracedCallback
272</li>
273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
274</ul>
275<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
276 <li> %Callback signature: ns3::Mac48Address::TracedCallback
277</li>
278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
279</ul>
280</ul>
281<b>Group:</b> Wifi
282
283<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
284*/
285
286/*!
287
288\class ns3::AarfWifiManager
289
290<h3>Config Paths</h3>
291
292ns3::AarfWifiManager is accessible through the following paths with Config::Set and Config::Connect:
293<ul>
294<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::AarfWifiManager"</li>
295<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::AarfWifiManager"</li>
296</ul>
297<h3>Attributes</h3>
298<ul>
299<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.
300 <ul>
301 <li>Set with class: \ref ns3::UintegerValue</li>
302 <li>Underlying type: uint32_t 0:4294967295</li>
303 <li>Initial value: 60</li>
304 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
306 </ul>
307<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.
308 <ul>
309 <li>Set with class: \ref ns3::UintegerValue</li>
310 <li>Underlying type: uint32_t 0:4294967295</li>
311 <li>Initial value: 10</li>
312 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
314 </ul>
315<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.
316 <ul>
317 <li>Set with class: \ref ns3::UintegerValue</li>
318 <li>Underlying type: uint32_t 0:4294967295</li>
319 <li>Initial value: 15</li>
320 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
322 </ul>
323<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.
324 <ul>
325 <li>Set with class: \ref ns3::DoubleValue</li>
326 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
327 <li>Initial value: 2</li>
328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
330 </ul>
331<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.
332 <ul>
333 <li>Set with class: \ref ns3::DoubleValue</li>
334 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
335 <li>Initial value: 2</li>
336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
338 </ul>
339</ul>
340<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
341<ul>
342<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
343 <ul>
344 <li>Set with class: \ref ns3::UintegerValue</li>
345 <li>Underlying type: uint8_t 0:255</li>
346 <li>Initial value: 0</li>
347 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
349 </ul>
350<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
351 <ul>
352 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
353 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
354 <li>Initial value: Cts-To-Self</li>
355 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
356 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
357 </ul>
358<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
359 <ul>
360 <li>Set with class: \ref ns3::UintegerValue</li>
361 <li>Underlying type: uint32_t 256:65535</li>
362 <li>Initial value: 65535</li>
363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
365 </ul>
366<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
367 <ul>
368 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
369 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
370 <li>Initial value: Cts-To-Self</li>
371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
373 </ul>
374<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
375 <ul>
376 <li>Set with class: \ref ns3::BooleanValue</li>
377 <li>Underlying type: bool</li>
378 <li>Initial value: false</li>
379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
381 </ul>
382<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
383 <ul>
384 <li>Set with class: \ref ns3::UintegerValue</li>
385 <li>Underlying type: uint32_t 0:4294967295</li>
386 <li>Initial value: 4</li>
387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
388 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
389 </ul>
390<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
391 <ul>
392 <li>Set with class: \ref ns3::UintegerValue</li>
393 <li>Underlying type: uint32_t 0:4294967295</li>
394 <li>Initial value: 7</li>
395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
396 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
397 </ul>
398<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
399 <ul>
400 <li>Set with class: \ref ns3::WifiModeValue</li>
401 <li>Underlying type: \p WifiMode</li>
402 <li>Initial value: Invalid-WifiMode</li>
403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
405 </ul>
406<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
407 <ul>
408 <li>Set with class: \ref ns3::UintegerValue</li>
409 <li>Underlying type: uint32_t 0:4692480</li>
410 <li>Initial value: 4692480</li>
411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
413 </ul>
414<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
415 <ul>
416 <li>Set with class: \ref ns3::TimeValue</li>
417 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
418 <li>Initial value: +0ns</li>
419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
421 </ul>
422</ul>
423<h3>TraceSources</h3>
424<ul>
425<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
426 <li> %Callback signature: ns3::TracedValueCallback::Uint64
427</li>
428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
429</ul>
430</ul>
431<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
432<ul>
433<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
434 <li> %Callback signature: ns3::Mac48Address::TracedCallback
435</li>
436 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
437</ul>
438<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
439 <li> %Callback signature: ns3::Mac48Address::TracedCallback
440</li>
441 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
442</ul>
443<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
444 <li> %Callback signature: ns3::Mac48Address::TracedCallback
445</li>
446 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
447</ul>
448<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
449 <li> %Callback signature: ns3::Mac48Address::TracedCallback
450</li>
451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
452</ul>
453</ul>
454<b>Group:</b> Wifi
455
456<b>Size</b> of this type is 472 bytes (on a 64-bit architecture).
457*/
458
459/*!
460
461\class ns3::AcousticModemEnergyModel
462
463Introspection did not find any typical Config paths.<br>
464<h3>Attributes</h3>
465<ul>
466<li><b>IdlePowerW</b>: The modem Idle power in Watts
467 <ul>
468 <li>Set with class: \ref ns3::DoubleValue</li>
469 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
470 <li>Initial value: 0.158</li>
471 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
473 </ul>
474<li><b>RxPowerW</b>: The modem Rx power in Watts
475 <ul>
476 <li>Set with class: \ref ns3::DoubleValue</li>
477 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
478 <li>Initial value: 0.158</li>
479 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
481 </ul>
482<li><b>SleepPowerW</b>: The modem Sleep power in Watts
483 <ul>
484 <li>Set with class: \ref ns3::DoubleValue</li>
485 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
486 <li>Initial value: 0.0058</li>
487 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
488 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
489 </ul>
490<li><b>TxPowerW</b>: The modem Tx power in Watts
491 <ul>
492 <li>Set with class: \ref ns3::DoubleValue</li>
493 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
494 <li>Initial value: 50</li>
495 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
496 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
497 </ul>
498</ul>
499<h3>TraceSources</h3>
500<ul>
501<li><b>TotalEnergyConsumption</b>: Total energy consumption of the modem device.<br> <ul>
502 <li> %Callback signature: ns3::TracedValueCallback::Double
503</li>
504 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
505</ul>
506</ul>
507<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
508*/
509
510/*!
511
512\class ns3::AdhocWifiMac
513
514<h3>Config Paths</h3>
515
516ns3::AdhocWifiMac is accessible through the following paths with Config::Set and Config::Connect:
517<ul>
518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::AdhocWifiMac"</li>
519</ul>
520No Attributes are defined for this type.<br>
521<h3>Attributes defined in parent class ns3::WifiMac</h3>
522<ul>
523<li><b>BE_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
524 <ul>
525 <li>Set with class: \ref ns3::UintegerValue</li>
526 <li>Underlying type: uint16_t 0:65535</li>
527 <li>Initial value: 0</li>
528 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
530 </ul>
531<li><b>BE_BlockAckThreshold</b>: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
532 <ul>
533 <li>Set with class: \ref ns3::UintegerValue</li>
534 <li>Underlying type: uint8_t 0:64</li>
535 <li>Initial value: 0</li>
536 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
537 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
538 </ul>
539<li><b>BE_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
540 <ul>
541 <li>Set with class: \ref ns3::UintegerValue</li>
542 <li>Underlying type: uint32_t 0:15523200</li>
543 <li>Initial value: 65535</li>
544 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
545 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
546 </ul>
547<li><b>BE_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
548 <ul>
549 <li>Set with class: \ref ns3::UintegerValue</li>
550 <li>Underlying type: uint16_t 0:11398</li>
551 <li>Initial value: 0</li>
552 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
553 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
554 </ul>
555<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
556 <ul>
557 <li>Set with class: \ref ns3::PointerValue</li>
558 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
559 <li>Initial value: 0</li>
560 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
562 </ul>
563<li><b>BK_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
564 <ul>
565 <li>Set with class: \ref ns3::UintegerValue</li>
566 <li>Underlying type: uint16_t 0:65535</li>
567 <li>Initial value: 0</li>
568 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
570 </ul>
571<li><b>BK_BlockAckThreshold</b>: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
572 <ul>
573 <li>Set with class: \ref ns3::UintegerValue</li>
574 <li>Underlying type: uint8_t 0:64</li>
575 <li>Initial value: 0</li>
576 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
577 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
578 </ul>
579<li><b>BK_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
580 <ul>
581 <li>Set with class: \ref ns3::UintegerValue</li>
582 <li>Underlying type: uint32_t 0:15523200</li>
583 <li>Initial value: 0</li>
584 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
586 </ul>
587<li><b>BK_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
588 <ul>
589 <li>Set with class: \ref ns3::UintegerValue</li>
590 <li>Underlying type: uint16_t 0:11398</li>
591 <li>Initial value: 0</li>
592 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
594 </ul>
595<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
596 <ul>
597 <li>Set with class: \ref ns3::PointerValue</li>
598 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
599 <li>Initial value: 0</li>
600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
602 </ul>
603<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
604 <ul>
605 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
606 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
607 <li>Flags: <span class="mlabel">read</span></li>
608 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
609 </ul>
610<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
611 <ul>
612 <li>Set with class: \ref ns3::BooleanValue</li>
613 <li>Underlying type: bool</li>
614 <li>Initial value: false</li>
615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
617 </ul>
618<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
619 <ul>
620 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
621 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
622 <li>Flags: <span class="mlabel">read</span></li>
623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
624 </ul>
625<li><b>FrameRetryLimit</b>: The maximum number of transmission attempts of a frame that are made before a failure condition is indicated. This corresponds to the dot11ShortRetryLimit parameter in the standard.
626 <ul>
627 <li>Set with class: \ref ns3::UintegerValue</li>
628 <li>Underlying type: uint32_t 1:65535</li>
629 <li>Initial value: 7</li>
630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
632 </ul>
633<li><b>MpduBufferSize</b>: The size (in number of MPDUs) of the buffer used for each BlockAck agreement in which this node is a recipient. The provided value is capped to the maximum allowed value based on the supported standard.
634 <ul>
635 <li>Set with class: \ref ns3::UintegerValue</li>
636 <li>Underlying type: uint16_t 1:1024</li>
637 <li>Initial value: 1024</li>
638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
640 </ul>
641<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
642 <ul>
643 <li>Set with class: \ref ns3::BooleanValue</li>
644 <li>Underlying type: bool</li>
645 <li>Initial value: false</li>
646 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
647 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
648 </ul>
649<li><b>RobustAVStreamingSupported</b>: Whether or not Robust Audio Video Streaming is supported (only allowed for AP STAs or non-AP that are HT capable).
650 <ul>
651 <li>Set with class: \ref ns3::BooleanValue</li>
652 <li>Underlying type: bool</li>
653 <li>Initial value: false</li>
654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
656 </ul>
657<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
658 <ul>
659 <li>Set with class: \ref ns3::BooleanValue</li>
660 <li>Underlying type: bool</li>
661 <li>Initial value: true</li>
662 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
663 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
664 </ul>
665<li><b>Ssid</b>: The ssid we want to belong to.
666 <ul>
667 <li>Set with class: \ref ns3::SsidValue</li>
668 <li>Underlying type: \p Ssid</li>
669 <li>Initial value: SSID=[default]</li>
670 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
671 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
672 </ul>
673<li><b>Txop</b>: The Txop object.
674 <ul>
675 <li>Set with class: \ref ns3::PointerValue</li>
676 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
677 <li>Initial value: 0</li>
678 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
680 </ul>
681<li><b>VI_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
682 <ul>
683 <li>Set with class: \ref ns3::UintegerValue</li>
684 <li>Underlying type: uint16_t 0:65535</li>
685 <li>Initial value: 0</li>
686 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
688 </ul>
689<li><b>VI_BlockAckThreshold</b>: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
690 <ul>
691 <li>Set with class: \ref ns3::UintegerValue</li>
692 <li>Underlying type: uint8_t 0:64</li>
693 <li>Initial value: 0</li>
694 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
696 </ul>
697<li><b>VI_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
698 <ul>
699 <li>Set with class: \ref ns3::UintegerValue</li>
700 <li>Underlying type: uint32_t 0:15523200</li>
701 <li>Initial value: 65535</li>
702 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
703 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
704 </ul>
705<li><b>VI_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
706 <ul>
707 <li>Set with class: \ref ns3::UintegerValue</li>
708 <li>Underlying type: uint16_t 0:11398</li>
709 <li>Initial value: 0</li>
710 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
711 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
712 </ul>
713<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
714 <ul>
715 <li>Set with class: \ref ns3::PointerValue</li>
716 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
717 <li>Initial value: 0</li>
718 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
720 </ul>
721<li><b>VO_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
722 <ul>
723 <li>Set with class: \ref ns3::UintegerValue</li>
724 <li>Underlying type: uint16_t 0:65535</li>
725 <li>Initial value: 0</li>
726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
728 </ul>
729<li><b>VO_BlockAckThreshold</b>: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
730 <ul>
731 <li>Set with class: \ref ns3::UintegerValue</li>
732 <li>Underlying type: uint8_t 0:64</li>
733 <li>Initial value: 0</li>
734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
736 </ul>
737<li><b>VO_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
738 <ul>
739 <li>Set with class: \ref ns3::UintegerValue</li>
740 <li>Underlying type: uint32_t 0:15523200</li>
741 <li>Initial value: 0</li>
742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
744 </ul>
745<li><b>VO_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
746 <ul>
747 <li>Set with class: \ref ns3::UintegerValue</li>
748 <li>Underlying type: uint16_t 0:11398</li>
749 <li>Initial value: 0</li>
750 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
752 </ul>
753<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
754 <ul>
755 <li>Set with class: \ref ns3::PointerValue</li>
756 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
757 <li>Initial value: 0</li>
758 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
760 </ul>
761</ul>
762No TraceSources are defined for this type.<br>
763<h3>TraceSources defined in parent class ns3::WifiMac</h3>
764<ul>
765<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
766 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
767</li>
768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
769</ul>
770<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
771 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
772</li>
773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
774</ul>
775<li><b>IcfDropReason</b>: An ICF sent by the given sender is dropped by an EMLSR client for the given reason on the link with the given ID. This trace source is actually fed by the EHT Frame Exchange Manager through the m_icfDropCallback member variable.<br> <ul>
776 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
777</li>
778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
779</ul>
780<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace.<br> <ul>
781 <li> %Callback signature: ns3::Packet::TracedCallback
782</li>
783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
784</ul>
785<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace.<br> <ul>
786 <li> %Callback signature: ns3::Packet::TracedCallback
787</li>
788 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
789</ul>
790<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.<br> <ul>
791 <li> %Callback signature: ns3::Packet::TracedCallback
792</li>
793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
794</ul>
795<li><b>MacTx</b>: A packet has been received by the WifiNetDevice and is about to be enqueued; it has a LlcSnapHeader prepended but not yet a WifiMacHeader.<br> <ul>
796 <li> %Callback signature: ns3::Packet::TracedCallback
797</li>
798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
799</ul>
800<li><b>MacTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission. This trace source is fired, e.g., when an AP's MAC receives from the upper layer a packet destined to a station that is not associated with the AP or a STA's MAC receives a packet from the upper layer while it is not associated with any AP.<br> <ul>
801 <li> %Callback signature: ns3::Packet::TracedCallback
802</li>
803 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
804</ul>
805<li><b>MpduResponseTimeout</b>: An MPDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the MPDU. This trace source is fired when a CTS is missing after an RTS, when all CTS frames are missing after an MU-RTS, or when a Normal Ack is missing after an MPDU or after a DL MU PPDU acknowledged in SU format.<br> <ul>
806 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
807</li>
808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
809</ul>
810<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
811 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
812</li>
813 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
814</ul>
815<li><b>PsduMapResponseTimeout</b>: A PSDU map for which not all the responses were received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason), the set of MAC addresses of the stations that did not respond and the total number of stations that had to respond. This trace source is fired when not all the addressed stations responded to an MU-BAR Trigger frame (either sent as a SU frame or aggregated to PSDUs in the DL MU PPDU), a Basic Trigger Frame or a BSRP Trigger Frame.<br> <ul>
816 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
817</li>
818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
819</ul>
820<li><b>PsduResponseTimeout</b>: A PSDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the PSDU. This trace source is fired when a BlockAck is missing after an A-MPDU, a BlockAckReq (possibly in the context of the acknowledgment of a DL MU PPDU in SU format) or a TB PPDU (in the latter case the missing BlockAck is a Multi-STA BlockAck).<br> <ul>
821 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
822</li>
823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
824</ul>
825</ul>
826<b>Group:</b> Wifi
827
828<b>Size</b> of this type is 776 bytes (on a 64-bit architecture).
829*/
830
831/*!
832
833\class ns3::AdvancedApEmlsrManager
834
835Introspection did not find any typical Config paths.<br>
836<h3>Attributes</h3>
837<ul>
838<li><b>EarlySwitchToListening</b>: Whether the AP MLD assumes that an EMLSR client is able to detect at the end of the MAC header that a PSDU is not addressed to it and immediately starts switching to listening mode.
839 <ul>
840 <li>Set with class: \ref ns3::BooleanValue</li>
841 <li>Underlying type: bool</li>
842 <li>Initial value: false</li>
843 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
845 </ul>
846<li><b>ReportFailedIcf</b>: Whether the AP MLD shall report an ICF failure to the remote station manager when all the clients solicited by the MU-RTS are EMLSR clients that have sent (or are sending) a frame to the AP on another link.
847 <ul>
848 <li>Set with class: \ref ns3::BooleanValue</li>
849 <li>Underlying type: bool</li>
850 <li>Initial value: true</li>
851 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
853 </ul>
854<li><b>UpdateCwAfterFailedIcf</b>: Whether the AP MLD shall double the CW upon CTS timeout after an MU-RTS in case all the clients solicited by the MU-RTS are EMLSR clients that have sent (or are sending) a frame to the AP on another link.
855 <ul>
856 <li>Set with class: \ref ns3::BooleanValue</li>
857 <li>Underlying type: bool</li>
858 <li>Initial value: true</li>
859 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
860 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
861 </ul>
862<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.
863 <ul>
864 <li>Set with class: \ref ns3::BooleanValue</li>
865 <li>Underlying type: bool</li>
866 <li>Initial value: true</li>
867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
869 </ul>
870<li><b>WaitTransDelayOnPsduRxError</b>: If true, the AP MLD waits for a response timeout after a PSDU reception error before starting the transition delay for the EMLSR client that sent the failed PSDU. Otherwise, the AP MLD does not start the transition delay timer for the EMLSR client that sent the failed PSDU.
871 <ul>
872 <li>Set with class: \ref ns3::BooleanValue</li>
873 <li>Underlying type: bool</li>
874 <li>Initial value: true</li>
875 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
877 </ul>
878</ul>
879No TraceSources are defined for this type.<br>
880<b>Group:</b> Wifi
881
882<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
883*/
884
885/*!
886
887\class ns3::AdvancedEmlsrManager
888
889Introspection did not find any typical Config paths.<br>
890<h3>Attributes</h3>
891<ul>
892<li><b>AllowUlTxopInRx</b>: Whether a (main or aux) PHY is allowed to start an UL TXOP if another PHY is receiving a PPDU (possibly starting a DL TXOP). If this attribute is true, the PPDU may be dropped.
893 <ul>
894 <li>Set with class: \ref ns3::BooleanValue</li>
895 <li>Underlying type: bool</li>
896 <li>Initial value: false</li>
897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
899 </ul>
900<li><b>CheckAccessOnMainPhyLink</b>: In case aux PHYs are not TX capable and an Access Category, say it AC X, is about to gain channel access on an aux PHY link, determine whether the time the ACs with priority higher than or equal to AC X and with frames to send on the main PHY link are expected to gain access on the main PHY link should be taken into account when taking the decision to switch the main PHY to the aux PHY link.
901 <ul>
902 <li>Set with class: \ref ns3::BooleanValue</li>
903 <li>Underlying type: bool</li>
904 <li>Initial value: true</li>
905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
907 </ul>
908<li><b>InterruptSwitch</b>: Whether the main PHY can be interrupted while switching to start switching to another link.
909 <ul>
910 <li>Set with class: \ref ns3::BooleanValue</li>
911 <li>Underlying type: bool</li>
912 <li>Initial value: false</li>
913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
915 </ul>
916<li><b>KeepMainPhyAfterDlTxop</b>: In case aux PHYs are not TX capable and do not switch link, after the end of a DL TXOP carried out on an aux PHY link, the main PHY stays on that link for a switch main PHY back delay, if this attribute is true, or it returns to the preferred link, otherwise.
917 <ul>
918 <li>Set with class: \ref ns3::BooleanValue</li>
919 <li>Underlying type: bool</li>
920 <li>Initial value: false</li>
921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
923 </ul>
924<li><b>MinAcToSkipCheckAccess</b>: If the CheckAccessOnMainPhyLink attribute is set to false, indicate the minimum priority AC for which it is allowed to skip the check related to the expected channel access time on the main PHY link.
925 <ul>
926 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
927 <li>Underlying type: \p AC_BE|AC_VI|AC_VO|AC_BK</li>
928 <li>Initial value: AC_BK</li>
929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
931 </ul>
932<li><b>SwitchMainPhyBackDelay</b>: Duration of the timer started in case of non-TX capable aux PHY (that does not switch link) when medium is sensed busy during the PIFS interval preceding/following the main PHY switch end. When the timer expires, the main PHY is switched back to the preferred link.
933 <ul>
934 <li>Set with class: \ref ns3::TimeValue</li>
935 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
936 <li>Initial value: +5e+06ns</li>
937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
939 </ul>
940<li><b>UseAuxPhyCca</b>: Whether the CCA performed in the last PIFS interval by a non-TX capable aux PHY should be used when the main PHY ends switching to the aux PHY's link to determine whether TX can start or not (and what bandwidth can be used for transmission) independently of whether the aux PHY bandwidth is smaller than the main PHY bandwidth or not.
941 <ul>
942 <li>Set with class: \ref ns3::BooleanValue</li>
943 <li>Underlying type: bool</li>
944 <li>Initial value: false</li>
945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
947 </ul>
948</ul>
949<h3>Attributes defined in parent class ns3::DefaultEmlsrManager</h3>
950<ul>
951<li><b>SwitchAuxPhy</b>: Whether Aux PHY should switch channel to operate on the link on which the Main PHY was operating before moving to the link of the Aux PHY. Note that, if the Aux PHY does not switch channel, the main PHY will switch back to its previous link once the TXOP terminates (otherwise, no PHY will be listening on that EMLSR link).
952 <ul>
953 <li>Set with class: \ref ns3::BooleanValue</li>
954 <li>Underlying type: bool</li>
955 <li>Initial value: true</li>
956 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
957 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
958 </ul>
959</ul>
960<h3>Attributes defined in parent class ns3::EmlsrManager</h3>
961<ul>
962<li><b>AuxPhyChannelWidth</b>: The maximum channel width (MHz) supported by Aux PHYs.
963 <ul>
964 <li>Set with class: \ref ns3::UintegerValue</li>
965 <li>Underlying type: double 20:320</li>
966 <li>Initial value: 20</li>
967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
969 </ul>
970<li><b>AuxPhyMaxModClass</b>: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.
971 <ul>
972 <li>Set with class: \ref ns3::EnumValue<ns3::WifiModulationClass></li>
973 <li>Underlying type: \p HR-DSSS|ERP-OFDM|OFDM|HT|VHT|HE|EHT</li>
974 <li>Initial value: OFDM</li>
975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
977 </ul>
978<li><b>AuxPhyTxCapable</b>: Whether Aux PHYs are capable of transmitting PPDUs.
979 <ul>
980 <li>Set with class: \ref ns3::BooleanValue</li>
981 <li>Underlying type: bool</li>
982 <li>Initial value: true</li>
983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
985 </ul>
986<li><b>EmlsrLinkSet</b>: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.
987 <ul>
988 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
989 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
990 <li>Initial value: </li>
991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
993 </ul>
994<li><b>EmlsrPaddingDelay</b>: The EMLSR Paddind Delay (not used by AP MLDs). Possible values are 0 us, 32 us, 64 us, 128 us or 256 us.
995 <ul>
996 <li>Set with class: \ref ns3::TimeValue</li>
997 <li>Underlying type: \p Time +0ns:+256000ns</li>
998 <li>Initial value: +0ns</li>
999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1001 </ul>
1002<li><b>EmlsrTransitionDelay</b>: The EMLSR Transition Delay (not used by AP MLDs). Possible values are 0 us, 16 us, 32 us, 64 us, 128 us or 256 us.
1003 <ul>
1004 <li>Set with class: \ref ns3::TimeValue</li>
1005 <li>Underlying type: \p Time +0ns:+256000ns</li>
1006 <li>Initial value: +0ns</li>
1007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1009 </ul>
1010<li><b>InDeviceInterference</b>: Whether in-device interference is such that a PHY cannot decode anything and cannot decrease the backoff counter when another PHY of the same device is transmitting.
1011 <ul>
1012 <li>Set with class: \ref ns3::BooleanValue</li>
1013 <li>Underlying type: bool</li>
1014 <li>Initial value: false</li>
1015 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1017 </ul>
1018<li><b>MainPhyId</b>: The ID of the main PHY (position in the vector of PHYs held by WifiNetDevice). This attribute cannot be set after construction.
1019 <ul>
1020 <li>Set with class: \ref ns3::UintegerValue</li>
1021 <li>Underlying type: uint8_t 0:255</li>
1022 <li>Initial value: 0</li>
1023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
1024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1025 </ul>
1026<li><b>PutAuxPhyToSleep</b>: Whether Aux PHYs should be put into sleep mode while the Main PHY is carrying out a (DL or UL) TXOP. Specifically, for DL TXOPs, aux PHYs are put to sleep after receiving the ICF; for UL TXOPs, aux PHYs are put to sleep when the CTS frame is received, if RTS/CTS is used, or when the transmission of the data frame starts, otherwise. Aux PHYs are resumed from sleep when the TXOP ends.
1027 <ul>
1028 <li>Set with class: \ref ns3::BooleanValue</li>
1029 <li>Underlying type: bool</li>
1030 <li>Initial value: false</li>
1031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1033 </ul>
1034<li><b>ResetCamState</b>: Whether to reset the state of the ChannelAccessManager associated with the link on which the main PHY has just switched to.
1035 <ul>
1036 <li>Set with class: \ref ns3::BooleanValue</li>
1037 <li>Underlying type: bool</li>
1038 <li>Initial value: false</li>
1039 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1040 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1041 </ul>
1042<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.
1043 <ul>
1044 <li>Set with class: \ref ns3::BooleanValue</li>
1045 <li>Underlying type: bool</li>
1046 <li>Initial value: true</li>
1047 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1049 </ul>
1050</ul>
1051No TraceSources are defined for this type.<br>
1052<h3>TraceSources defined in parent class ns3::EmlsrManager</h3>
1053<ul>
1054<li><b>MainPhySwitch</b>: This trace source is fired when the main PHY switches channel to operate on another link. Information associated with the main PHY switch is provided through a struct that is inherited from struct EmlsrMainPhySwitchTrace (use the GetName() method to get the type of the provided object).<br> <ul>
1055 <li> %Callback signature: ns3::EmlsrManager::MainPhySwitchCallback
1056</li>
1057 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1058</ul>
1059</ul>
1060<b>Group:</b> Wifi
1061
1062<b>Size</b> of this type is 928 bytes (on a 64-bit architecture).
1063*/
1064
1065/*!
1066
1067\class ns3::AlohaNoackMacHeader
1068
1069Introspection did not find any typical Config paths.<br>
1070No Attributes are defined for this type.<br>
1071No TraceSources are defined for this type.<br>
1072<b>Group:</b> Spectrum
1073
1074<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
1075*/
1076
1077/*!
1078
1079\class ns3::AlohaNoackNetDevice
1080
1081<h3>Config Paths</h3>
1082
1083ns3::AlohaNoackNetDevice is accessible through the following paths with Config::Set and Config::Connect:
1084<ul>
1085<li>"/NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice"</li>
1086</ul>
1087<h3>Attributes</h3>
1088<ul>
1089<li><b>Address</b>: The MAC address of this device.
1090 <ul>
1091 <li>Set with class: \ref ns3::Mac48AddressValue</li>
1092 <li>Underlying type: \p Mac48Address</li>
1093 <li>Initial value: 12:34:56:78:90:12</li>
1094 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1095 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1096 </ul>
1097<li><b>Mtu</b>: The Maximum Transmission Unit
1098 <ul>
1099 <li>Set with class: \ref ns3::UintegerValue</li>
1100 <li>Underlying type: uint16_t 1:65535</li>
1101 <li>Initial value: 1500</li>
1102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1104 </ul>
1105<li><b>Phy</b>: The PHY layer attached to this device.
1106 <ul>
1107 <li>Set with class: \ref ns3::PointerValue</li>
1108 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Object></li>
1109 <li>Initial value: 0</li>
1110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1112 </ul>
1113<li><b>Queue</b>: packets being transmitted get queued here
1114 <ul>
1115 <li>Set with class: \ref ns3::PointerValue</li>
1116 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
1117 <li>Initial value: 0</li>
1118 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1120 </ul>
1121</ul>
1122<h3>TraceSources</h3>
1123<ul>
1124<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
1125 <li> %Callback signature: ns3::Packet::TracedCallback
1126</li>
1127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1128</ul>
1129<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
1130 <li> %Callback signature: ns3::Packet::TracedCallback
1131</li>
1132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1133</ul>
1134<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
1135 <li> %Callback signature: ns3::Packet::TracedCallback
1136</li>
1137 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1138</ul>
1139<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission<br> <ul>
1140 <li> %Callback signature: ns3::Packet::TracedCallback
1141</li>
1142 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1143</ul>
1144</ul>
1145<b>Group:</b> Spectrum
1146
1147<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
1148*/
1149
1150/*!
1151
1152\class ns3::AlwaysLosChannelConditionModel
1153
1154Introspection did not find any typical Config paths.<br>
1155No Attributes are defined for this type.<br>
1156No TraceSources are defined for this type.<br>
1157<b>Group:</b> Propagation
1158
1159<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
1160*/
1161
1162/*!
1163
1164\class ns3::AmpduSubframeHeader
1165
1166Introspection did not find any typical Config paths.<br>
1167No Attributes are defined for this type.<br>
1168No TraceSources are defined for this type.<br>
1169<b>Group:</b> Wifi
1170
1171<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
1172*/
1173
1174/*!
1175
1176\class ns3::AmpduTag
1177
1178Introspection did not find any typical Config paths.<br>
1179No Attributes are defined for this type.<br>
1180No TraceSources are defined for this type.<br>
1181<b>Group:</b> Wifi
1182
1183<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
1184*/
1185
1186/*!
1187
1188\class ns3::AmrrWifiManager
1189
1190<h3>Config Paths</h3>
1191
1192ns3::AmrrWifiManager is accessible through the following paths with Config::Set and Config::Connect:
1193<ul>
1194<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::AmrrWifiManager"</li>
1195<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::AmrrWifiManager"</li>
1196</ul>
1197<h3>Attributes</h3>
1198<ul>
1199<li><b>FailureRatio</b>: Ratio of minimum erroneous transmissions needed to switch to a lower rate
1200 <ul>
1201 <li>Set with class: \ref ns3::DoubleValue</li>
1202 <li>Underlying type: double 0:1</li>
1203 <li>Initial value: 0.333333</li>
1204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1206 </ul>
1207<li><b>MaxSuccessThreshold</b>: Maximum number of consecutive success periods needed to switch to a higher rate
1208 <ul>
1209 <li>Set with class: \ref ns3::UintegerValue</li>
1210 <li>Underlying type: uint32_t 0:4294967295</li>
1211 <li>Initial value: 10</li>
1212 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1214 </ul>
1215<li><b>MinSuccessThreshold</b>: Minimum number of consecutive success periods needed to switch to a higher rate
1216 <ul>
1217 <li>Set with class: \ref ns3::UintegerValue</li>
1218 <li>Underlying type: uint32_t 0:4294967295</li>
1219 <li>Initial value: 1</li>
1220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1222 </ul>
1223<li><b>SuccessRatio</b>: Ratio of maximum erroneous transmissions needed to switch to a higher rate
1224 <ul>
1225 <li>Set with class: \ref ns3::DoubleValue</li>
1226 <li>Underlying type: double 0:1</li>
1227 <li>Initial value: 0.1</li>
1228 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1230 </ul>
1231<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes
1232 <ul>
1233 <li>Set with class: \ref ns3::TimeValue</li>
1234 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1235 <li>Initial value: +1e+09ns</li>
1236 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1238 </ul>
1239</ul>
1240<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
1241<ul>
1242<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
1243 <ul>
1244 <li>Set with class: \ref ns3::UintegerValue</li>
1245 <li>Underlying type: uint8_t 0:255</li>
1246 <li>Initial value: 0</li>
1247 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1248 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1249 </ul>
1250<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
1251 <ul>
1252 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
1253 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
1254 <li>Initial value: Cts-To-Self</li>
1255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1257 </ul>
1258<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
1259 <ul>
1260 <li>Set with class: \ref ns3::UintegerValue</li>
1261 <li>Underlying type: uint32_t 256:65535</li>
1262 <li>Initial value: 65535</li>
1263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1265 </ul>
1266<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
1267 <ul>
1268 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
1269 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
1270 <li>Initial value: Cts-To-Self</li>
1271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1273 </ul>
1274<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
1275 <ul>
1276 <li>Set with class: \ref ns3::BooleanValue</li>
1277 <li>Underlying type: bool</li>
1278 <li>Initial value: false</li>
1279 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1281 </ul>
1282<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
1283 <ul>
1284 <li>Set with class: \ref ns3::UintegerValue</li>
1285 <li>Underlying type: uint32_t 0:4294967295</li>
1286 <li>Initial value: 4</li>
1287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
1288 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
1289 </ul>
1290<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
1291 <ul>
1292 <li>Set with class: \ref ns3::UintegerValue</li>
1293 <li>Underlying type: uint32_t 0:4294967295</li>
1294 <li>Initial value: 7</li>
1295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
1296 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
1297 </ul>
1298<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
1299 <ul>
1300 <li>Set with class: \ref ns3::WifiModeValue</li>
1301 <li>Underlying type: \p WifiMode</li>
1302 <li>Initial value: Invalid-WifiMode</li>
1303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1305 </ul>
1306<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
1307 <ul>
1308 <li>Set with class: \ref ns3::UintegerValue</li>
1309 <li>Underlying type: uint32_t 0:4692480</li>
1310 <li>Initial value: 4692480</li>
1311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
1312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1313 </ul>
1314<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
1315 <ul>
1316 <li>Set with class: \ref ns3::TimeValue</li>
1317 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1318 <li>Initial value: +0ns</li>
1319 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1321 </ul>
1322</ul>
1323<h3>TraceSources</h3>
1324<ul>
1325<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
1326 <li> %Callback signature: ns3::TracedValueCallback::Uint64
1327</li>
1328 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1329</ul>
1330</ul>
1331<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
1332<ul>
1333<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
1334 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1335</li>
1336 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1337</ul>
1338<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
1339 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1340</li>
1341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1342</ul>
1343<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
1344 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1345</li>
1346 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1347</ul>
1348<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
1349 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1350</li>
1351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1352</ul>
1353</ul>
1354<b>Group:</b> Wifi
1355
1356<b>Size</b> of this type is 472 bytes (on a 64-bit architecture).
1357*/
1358
1359/*!
1360
1361\class ns3::AmsduSubframeHeader
1362
1363Introspection did not find any typical Config paths.<br>
1364No Attributes are defined for this type.<br>
1365No TraceSources are defined for this type.<br>
1366<b>Group:</b> Wifi
1367
1368<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
1369*/
1370
1371/*!
1372
1373\class ns3::AntennaModel
1374
1375Introspection did not find any typical Config paths.<br>
1376No Attributes are defined for this type.<br>
1377No TraceSources are defined for this type.<br>
1378<b>Group:</b> Antenna
1379
1380<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
1381*/
1382
1383/*!
1384
1385\class ns3::aodv::DeferredRouteOutputTag
1386
1387Introspection did not find any typical Config paths.<br>
1388No Attributes are defined for this type.<br>
1389No TraceSources are defined for this type.<br>
1390<b>Group:</b> Aodv
1391
1392<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
1393*/
1394
1395/*!
1396
1397\class ns3::aodv::RerrHeader
1398
1399Introspection did not find any typical Config paths.<br>
1400No Attributes are defined for this type.<br>
1401No TraceSources are defined for this type.<br>
1402<b>Group:</b> Aodv
1403
1404<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
1405*/
1406
1407/*!
1408
1409\class ns3::aodv::RoutingProtocol
1410
1411<h3>Config Paths</h3>
1412
1413ns3::aodv::RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
1414<ul>
1415<li>"/NodeList/[i]/$ns3::aodv::RoutingProtocol"</li>
1416</ul>
1417<h3>Attributes</h3>
1418<ul>
1419<li><b>ActiveRouteTimeout</b>: Period of time during which the route is considered to be valid
1420 <ul>
1421 <li>Set with class: \ref ns3::TimeValue</li>
1422 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1423 <li>Initial value: +3e+09ns</li>
1424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1426 </ul>
1427<li><b>AllowedHelloLoss</b>: Number of hello messages which may be loss for valid link.
1428 <ul>
1429 <li>Set with class: \ref ns3::UintegerValue</li>
1430 <li>Underlying type: uint16_t 0:65535</li>
1431 <li>Initial value: 2</li>
1432 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1434 </ul>
1435<li><b>BlackListTimeout</b>: Time for which the node is put into the blacklist = RreqRetries * NetTraversalTime
1436 <ul>
1437 <li>Set with class: \ref ns3::TimeValue</li>
1438 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1439 <li>Initial value: +5.6e+09ns</li>
1440 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1441 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1442 </ul>
1443<li><b>DeletePeriod</b>: DeletePeriod is intended to provide an upper bound on the time for which an upstream node A can have a neighbor B as an active next hop for destination D, while B has invalidated the route to D. = 5 * max (HelloInterval, ActiveRouteTimeout)
1444 <ul>
1445 <li>Set with class: \ref ns3::TimeValue</li>
1446 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1447 <li>Initial value: +1.5e+10ns</li>
1448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1450 </ul>
1451<li><b>DestinationOnly</b>: Indicates only the destination may respond to this RREQ.
1452 <ul>
1453 <li>Set with class: \ref ns3::BooleanValue</li>
1454 <li>Underlying type: bool</li>
1455 <li>Initial value: false</li>
1456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1458 </ul>
1459<li><b>EnableBroadcast</b>: Indicates whether a broadcast data packets forwarding enable.
1460 <ul>
1461 <li>Set with class: \ref ns3::BooleanValue</li>
1462 <li>Underlying type: bool</li>
1463 <li>Initial value: true</li>
1464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1466 </ul>
1467<li><b>EnableHello</b>: Indicates whether a hello messages enable.
1468 <ul>
1469 <li>Set with class: \ref ns3::BooleanValue</li>
1470 <li>Underlying type: bool</li>
1471 <li>Initial value: true</li>
1472 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1474 </ul>
1475<li><b>GratuitousReply</b>: Indicates whether a gratuitous RREP should be unicast to the node originated route discovery.
1476 <ul>
1477 <li>Set with class: \ref ns3::BooleanValue</li>
1478 <li>Underlying type: bool</li>
1479 <li>Initial value: true</li>
1480 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1482 </ul>
1483<li><b>HelloInterval</b>: HELLO messages emission interval.
1484 <ul>
1485 <li>Set with class: \ref ns3::TimeValue</li>
1486 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1487 <li>Initial value: +1e+09ns</li>
1488 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1490 </ul>
1491<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.
1492 <ul>
1493 <li>Set with class: \ref ns3::UintegerValue</li>
1494 <li>Underlying type: uint32_t 0:4294967295</li>
1495 <li>Initial value: 64</li>
1496 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1498 </ul>
1499<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)
1500 <ul>
1501 <li>Set with class: \ref ns3::TimeValue</li>
1502 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1503 <li>Initial value: +3e+10ns</li>
1504 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1505 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1506 </ul>
1507<li><b>MyRouteTimeout</b>: Value of lifetime field in RREP generating by this node = 2 * max(ActiveRouteTimeout, PathDiscoveryTime)
1508 <ul>
1509 <li>Set with class: \ref ns3::TimeValue</li>
1510 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1511 <li>Initial value: +1.12e+10ns</li>
1512 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1513 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1514 </ul>
1515<li><b>NetDiameter</b>: Net diameter measures the maximum possible number of hops between two nodes in the network
1516 <ul>
1517 <li>Set with class: \ref ns3::UintegerValue</li>
1518 <li>Underlying type: uint32_t 0:4294967295</li>
1519 <li>Initial value: 35</li>
1520 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1522 </ul>
1523<li><b>NetTraversalTime</b>: Estimate of the average net traversal time = 2 * NodeTraversalTime * NetDiameter
1524 <ul>
1525 <li>Set with class: \ref ns3::TimeValue</li>
1526 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1527 <li>Initial value: +2.8e+09ns</li>
1528 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1530 </ul>
1531<li><b>NextHopWait</b>: Period of our waiting for the neighbour's RREP_ACK = 10 ms + NodeTraversalTime
1532 <ul>
1533 <li>Set with class: \ref ns3::TimeValue</li>
1534 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1535 <li>Initial value: +5e+07ns</li>
1536 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1537 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1538 </ul>
1539<li><b>NodeTraversalTime</b>: Conservative estimate of the average one hop traversal time for packets and should include queuing delays, interrupt processing times and transfer times.
1540 <ul>
1541 <li>Set with class: \ref ns3::TimeValue</li>
1542 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1543 <li>Initial value: +4e+07ns</li>
1544 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1545 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1546 </ul>
1547<li><b>PathDiscoveryTime</b>: Estimate of maximum time needed to find route in network = 2 * NetTraversalTime
1548 <ul>
1549 <li>Set with class: \ref ns3::TimeValue</li>
1550 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1551 <li>Initial value: +5.6e+09ns</li>
1552 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1553 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1554 </ul>
1555<li><b>RerrRateLimit</b>: Maximum number of RERR per second.
1556 <ul>
1557 <li>Set with class: \ref ns3::UintegerValue</li>
1558 <li>Underlying type: uint32_t 0:4294967295</li>
1559 <li>Initial value: 10</li>
1560 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1562 </ul>
1563<li><b>RreqRateLimit</b>: Maximum number of RREQ per second.
1564 <ul>
1565 <li>Set with class: \ref ns3::UintegerValue</li>
1566 <li>Underlying type: uint32_t 0:4294967295</li>
1567 <li>Initial value: 10</li>
1568 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1570 </ul>
1571<li><b>RreqRetries</b>: Maximum number of retransmissions of RREQ to discover a route
1572 <ul>
1573 <li>Set with class: \ref ns3::UintegerValue</li>
1574 <li>Underlying type: uint32_t 0:4294967295</li>
1575 <li>Initial value: 2</li>
1576 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1577 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1578 </ul>
1579<li><b>TimeoutBuffer</b>: Provide a buffer for the timeout.
1580 <ul>
1581 <li>Set with class: \ref ns3::UintegerValue</li>
1582 <li>Underlying type: uint16_t 0:65535</li>
1583 <li>Initial value: 2</li>
1584 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1586 </ul>
1587<li><b>TtlIncrement</b>: TTL increment for each attempt using the expanding ring search for RREQ dissemination.
1588 <ul>
1589 <li>Set with class: \ref ns3::UintegerValue</li>
1590 <li>Underlying type: uint16_t 0:65535</li>
1591 <li>Initial value: 2</li>
1592 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1594 </ul>
1595<li><b>TtlStart</b>: Initial TTL value for RREQ.
1596 <ul>
1597 <li>Set with class: \ref ns3::UintegerValue</li>
1598 <li>Underlying type: uint16_t 0:65535</li>
1599 <li>Initial value: 1</li>
1600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1602 </ul>
1603<li><b>TtlThreshold</b>: Maximum TTL value for expanding ring search, TTL = NetDiameter is used beyond this value.
1604 <ul>
1605 <li>Set with class: \ref ns3::UintegerValue</li>
1606 <li>Underlying type: uint16_t 0:65535</li>
1607 <li>Initial value: 7</li>
1608 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1610 </ul>
1611<li><b>UniformRv</b>: Access to the underlying UniformRandomVariable
1612 <ul>
1613 <li>Set with class: \ref ns3::PointerValue</li>
1614 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UniformRandomVariable></li>
1615 <li>Initial value: ns3::UniformRandomVariable</li>
1616 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1617 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1618 </ul>
1619</ul>
1620No TraceSources are defined for this type.<br>
1621<b>Group:</b> Aodv
1622
1623<b>Size</b> of this type is 824 bytes (on a 64-bit architecture).
1624*/
1625
1626/*!
1627
1628\class ns3::aodv::RrepAckHeader
1629
1630Introspection did not find any typical Config paths.<br>
1631No Attributes are defined for this type.<br>
1632No TraceSources are defined for this type.<br>
1633<b>Group:</b> Aodv
1634
1635<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
1636*/
1637
1638/*!
1639
1640\class ns3::aodv::RrepHeader
1641
1642Introspection did not find any typical Config paths.<br>
1643No Attributes are defined for this type.<br>
1644No TraceSources are defined for this type.<br>
1645<b>Group:</b> Aodv
1646
1647<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
1648*/
1649
1650/*!
1651
1652\class ns3::aodv::RreqHeader
1653
1654Introspection did not find any typical Config paths.<br>
1655No Attributes are defined for this type.<br>
1656No TraceSources are defined for this type.<br>
1657<b>Group:</b> Aodv
1658
1659<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
1660*/
1661
1662/*!
1663
1664\class ns3::aodv::TypeHeader
1665
1666Introspection did not find any typical Config paths.<br>
1667No Attributes are defined for this type.<br>
1668No TraceSources are defined for this type.<br>
1669<b>Group:</b> Aodv
1670
1671<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
1672*/
1673
1674/*!
1675
1676\class ns3::AparfWifiManager
1677
1678<h3>Config Paths</h3>
1679
1680ns3::AparfWifiManager is accessible through the following paths with Config::Set and Config::Connect:
1681<ul>
1682<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::AparfWifiManager"</li>
1683<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::AparfWifiManager"</li>
1684</ul>
1685<h3>Attributes</h3>
1686<ul>
1687<li><b>FailThreshold</b>: The minimum number of failed transmissions to try a new power or rate.
1688 <ul>
1689 <li>Set with class: \ref ns3::UintegerValue</li>
1690 <li>Underlying type: uint32_t 0:4294967295</li>
1691 <li>Initial value: 1</li>
1692 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1693 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1694 </ul>
1695<li><b>PowerDecrementStep</b>: Step size for decrement the power.
1696 <ul>
1697 <li>Set with class: \ref ns3::UintegerValue</li>
1698 <li>Underlying type: uint8_t 0:255</li>
1699 <li>Initial value: 1</li>
1700 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1701 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1702 </ul>
1703<li><b>PowerIncrementStep</b>: Step size for increment the power.
1704 <ul>
1705 <li>Set with class: \ref ns3::UintegerValue</li>
1706 <li>Underlying type: uint8_t 0:255</li>
1707 <li>Initial value: 1</li>
1708 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1709 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1710 </ul>
1711<li><b>PowerThreshold</b>: The maximum number of power changes.
1712 <ul>
1713 <li>Set with class: \ref ns3::UintegerValue</li>
1714 <li>Underlying type: uint32_t 0:4294967295</li>
1715 <li>Initial value: 10</li>
1716 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1717 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1718 </ul>
1719<li><b>RateDecrementStep</b>: Step size for decrement the rate.
1720 <ul>
1721 <li>Set with class: \ref ns3::UintegerValue</li>
1722 <li>Underlying type: uint8_t 0:255</li>
1723 <li>Initial value: 1</li>
1724 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1725 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1726 </ul>
1727<li><b>RateIncrementStep</b>: Step size for increment the rate.
1728 <ul>
1729 <li>Set with class: \ref ns3::UintegerValue</li>
1730 <li>Underlying type: uint8_t 0:255</li>
1731 <li>Initial value: 1</li>
1732 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1733 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1734 </ul>
1735<li><b>SuccessThreshold1</b>: The minimum number of successful transmissions in "High" state to try a new power or rate.
1736 <ul>
1737 <li>Set with class: \ref ns3::UintegerValue</li>
1738 <li>Underlying type: uint32_t 0:4294967295</li>
1739 <li>Initial value: 3</li>
1740 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1741 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1742 </ul>
1743<li><b>SuccessThreshold2</b>: The minimum number of successful transmissions in "Low" state to try a new power or rate.
1744 <ul>
1745 <li>Set with class: \ref ns3::UintegerValue</li>
1746 <li>Underlying type: uint32_t 0:4294967295</li>
1747 <li>Initial value: 10</li>
1748 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1750 </ul>
1751</ul>
1752<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
1753<ul>
1754<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
1755 <ul>
1756 <li>Set with class: \ref ns3::UintegerValue</li>
1757 <li>Underlying type: uint8_t 0:255</li>
1758 <li>Initial value: 0</li>
1759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1761 </ul>
1762<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
1763 <ul>
1764 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
1765 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
1766 <li>Initial value: Cts-To-Self</li>
1767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1769 </ul>
1770<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
1771 <ul>
1772 <li>Set with class: \ref ns3::UintegerValue</li>
1773 <li>Underlying type: uint32_t 256:65535</li>
1774 <li>Initial value: 65535</li>
1775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1777 </ul>
1778<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
1779 <ul>
1780 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
1781 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
1782 <li>Initial value: Cts-To-Self</li>
1783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1785 </ul>
1786<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
1787 <ul>
1788 <li>Set with class: \ref ns3::BooleanValue</li>
1789 <li>Underlying type: bool</li>
1790 <li>Initial value: false</li>
1791 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1792 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1793 </ul>
1794<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
1795 <ul>
1796 <li>Set with class: \ref ns3::UintegerValue</li>
1797 <li>Underlying type: uint32_t 0:4294967295</li>
1798 <li>Initial value: 4</li>
1799 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
1800 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
1801 </ul>
1802<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
1803 <ul>
1804 <li>Set with class: \ref ns3::UintegerValue</li>
1805 <li>Underlying type: uint32_t 0:4294967295</li>
1806 <li>Initial value: 7</li>
1807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
1808 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
1809 </ul>
1810<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
1811 <ul>
1812 <li>Set with class: \ref ns3::WifiModeValue</li>
1813 <li>Underlying type: \p WifiMode</li>
1814 <li>Initial value: Invalid-WifiMode</li>
1815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1817 </ul>
1818<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
1819 <ul>
1820 <li>Set with class: \ref ns3::UintegerValue</li>
1821 <li>Underlying type: uint32_t 0:4692480</li>
1822 <li>Initial value: 4692480</li>
1823 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
1824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1825 </ul>
1826<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
1827 <ul>
1828 <li>Set with class: \ref ns3::TimeValue</li>
1829 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1830 <li>Initial value: +0ns</li>
1831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1833 </ul>
1834</ul>
1835<h3>TraceSources</h3>
1836<ul>
1837<li><b>PowerChange</b>: The transmission power has change<br> <ul>
1838 <li> %Callback signature: ns3::WifiRemoteStationManager::PowerChangeTracedCallback
1839</li>
1840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1841</ul>
1842<li><b>RateChange</b>: The transmission rate has change<br> <ul>
1843 <li> %Callback signature: ns3::WifiRemoteStationManager::RateChangeTracedCallback
1844</li>
1845 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1846</ul>
1847</ul>
1848<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
1849<ul>
1850<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
1851 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1852</li>
1853 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1854</ul>
1855<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
1856 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1857</li>
1858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1859</ul>
1860<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
1861 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1862</li>
1863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1864</ul>
1865<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
1866 <li> %Callback signature: ns3::Mac48Address::TracedCallback
1867</li>
1868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1869</ul>
1870</ul>
1871<b>Group:</b> Wifi
1872
1873<b>Size</b> of this type is 480 bytes (on a 64-bit architecture).
1874*/
1875
1876/*!
1877
1878\class ns3::ApEmlsrManager
1879
1880Introspection did not find any typical Config paths.<br>
1881No Attributes are defined for this type.<br>
1882No TraceSources are defined for this type.<br>
1883<b>Group:</b> Wifi
1884
1885<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
1886*/
1887
1888/*!
1889
1890\class ns3::Application
1891
1892<h3>Config Paths</h3>
1893
1894ns3::Application is accessible through the following paths with Config::Set and Config::Connect:
1895<ul>
1896<li>"/NodeList/[i]/ApplicationList/[i]"</li>
1897</ul>
1898<h3>Attributes</h3>
1899<ul>
1900<li><b>StartTime</b>: Time at which the application will start
1901 <ul>
1902 <li>Set with class: \ref ns3::TimeValue</li>
1903 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1904 <li>Initial value: +0ns</li>
1905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1907 </ul>
1908<li><b>StopTime</b>: Time at which the application will stop
1909 <ul>
1910 <li>Set with class: \ref ns3::TimeValue</li>
1911 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1912 <li>Initial value: +0ns</li>
1913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1915 </ul>
1916</ul>
1917No TraceSources are defined for this type.<br>
1918<b>Group:</b> Network
1919
1920<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
1921*/
1922
1923/*!
1924
1925\class ns3::ApplicationPacketProbe
1926
1927Introspection did not find any typical Config paths.<br>
1928No Attributes are defined for this type.<br>
1929<h3>Attributes defined in parent class ns3::Probe</h3>
1930<ul>
1931<li><b>Start</b>: Time data collection starts
1932 <ul>
1933 <li>Set with class: \ref ns3::TimeValue</li>
1934 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1935 <li>Initial value: +0ns</li>
1936 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1937 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1938 </ul>
1939<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
1940 <ul>
1941 <li>Set with class: \ref ns3::TimeValue</li>
1942 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
1943 <li>Initial value: +0ns</li>
1944 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1946 </ul>
1947</ul>
1948<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
1949<ul>
1950<li><b>Enabled</b>: Object's enabled status
1951 <ul>
1952 <li>Set with class: \ref ns3::BooleanValue</li>
1953 <li>Underlying type: bool</li>
1954 <li>Initial value: true</li>
1955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1957 </ul>
1958<li><b>Name</b>: Object's name
1959 <ul>
1960 <li>Set with class: \ref ns3::StringValue</li>
1961 <li>Underlying type: \p std::string</li>
1962 <li>Initial value: unnamed</li>
1963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
1964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1965 </ul>
1966</ul>
1967<h3>TraceSources</h3>
1968<ul>
1969<li><b>Output</b>: The packet plus its socket address that serve as the output for this probe<br> <ul>
1970 <li> %Callback signature: ns3::Packet::AddressTracedCallback
1971</li>
1972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1973</ul>
1974<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
1975 <li> %Callback signature: ns3::Packet::SizeTracedCallback
1976</li>
1977 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
1978</ul>
1979</ul>
1980<b>Group:</b> Applications
1981
1982<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
1983*/
1984
1985/*!
1986
1987\class ns3::ApWifiMac
1988
1989<h3>Config Paths</h3>
1990
1991ns3::ApWifiMac is accessible through the following paths with Config::Set and Config::Connect:
1992<ul>
1993<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac"</li>
1994</ul>
1995<h3>Attributes</h3>
1996<ul>
1997<li><b>AifsnsForSta</b>: The AIFSN values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the AIFSN values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 3,3,3; VI 2,2,2" defines the AIFSN values for AC BE and AC VI for an AP MLD having three links.
1998 <ul>
1999 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_13UintegerValueELc44ESt6vectorEEEE, NSt7__cxx114listIN3ns33PtrINS1_9PairValueINS1_9EnumValueINS1_7AcIndexEEENS1_23AttributeContainerValueINS1_13UintegerValueELc44ESt6vectorEEEEEESaISC_EEE></li>
2000 <li>Underlying type: \p ns3::Ptr<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_13UintegerValueELc44ESt6vectorEEEE></li>
2001 <li>Initial value: </li>
2002 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2004 </ul>
2005<li><b>BeaconGeneration</b>: Whether or not beacons are generated.
2006 <ul>
2007 <li>Set with class: \ref ns3::BooleanValue</li>
2008 <li>Underlying type: bool</li>
2009 <li>Initial value: true</li>
2010 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2012 </ul>
2013<li><b>BeaconInterval</b>: Delay between two beacons
2014 <ul>
2015 <li>Set with class: \ref ns3::TimeValue</li>
2016 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2017 <li>Initial value: +1.024e+08ns</li>
2018 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2020 </ul>
2021<li><b>BeaconJitter</b>: A uniform random variable to cause the initial beacon starting time (after simulation time 0) to be distributed between 0 and the BeaconInterval.
2022 <ul>
2023 <li>Set with class: \ref ns3::PointerValue</li>
2024 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UniformRandomVariable></li>
2025 <li>Initial value: ns3::UniformRandomVariable</li>
2026 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2028 </ul>
2029<li><b>BsrLifetime</b>: Lifetime of Buffer Status Reports received from stations.
2030 <ul>
2031 <li>Set with class: \ref ns3::TimeValue</li>
2032 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2033 <li>Initial value: +2e+07ns</li>
2034 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2035 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2036 </ul>
2037<li><b>CwMaxsForSta</b>: The CW max values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the CW max values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 31,31,31; VI 15,15,15" defines the CW max values for AC BE and AC VI for an AP MLD having three links.
2038 <ul>
2039 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_13UintegerValueELc44ESt6vectorEEEE, NSt7__cxx114listIN3ns33PtrINS1_9PairValueINS1_9EnumValueINS1_7AcIndexEEENS1_23AttributeContainerValueINS1_13UintegerValueELc44ESt6vectorEEEEEESaISC_EEE></li>
2040 <li>Underlying type: \p ns3::Ptr<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_13UintegerValueELc44ESt6vectorEEEE></li>
2041 <li>Initial value: </li>
2042 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2044 </ul>
2045<li><b>CwMinsForSta</b>: The CW min values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the CW min values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 31,31,31; VI 15,15,15" defines the CW min values for AC BE and AC VI for an AP MLD having three links.
2046 <ul>
2047 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_13UintegerValueELc44ESt6vectorEEEE, NSt7__cxx114listIN3ns33PtrINS1_9PairValueINS1_9EnumValueINS1_7AcIndexEEENS1_23AttributeContainerValueINS1_13UintegerValueELc44ESt6vectorEEEEEESaISC_EEE></li>
2048 <li>Underlying type: \p ns3::Ptr<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_13UintegerValueELc44ESt6vectorEEEE></li>
2049 <li>Initial value: </li>
2050 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2052 </ul>
2053<li><b>EnableBeaconJitter</b>: If beacons are enabled, whether to jitter the initial send event.
2054 <ul>
2055 <li>Set with class: \ref ns3::BooleanValue</li>
2056 <li>Underlying type: bool</li>
2057 <li>Initial value: true</li>
2058 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2060 </ul>
2061<li><b>EnableNonErpProtection</b>: Whether or not protection mechanism should be used when non-ERP STAs are present within the BSS.This parameter is only used when ERP is supported by the AP.
2062 <ul>
2063 <li>Set with class: \ref ns3::BooleanValue</li>
2064 <li>Underlying type: bool</li>
2065 <li>Initial value: true</li>
2066 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2068 </ul>
2069<li><b>FdBeaconInterval6GHz</b>: Time between a Beacon frame and a FILS Discovery (FD) frame or between two FD frames to be sent on a 6GHz link. A value of zero disables the transmission of FD frames.
2070 <ul>
2071 <li>Set with class: \ref ns3::TimeValue</li>
2072 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2073 <li>Initial value: +0ns</li>
2074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2076 </ul>
2077<li><b>FdBeaconIntervalNon6GHz</b>: Time between a Beacon frame and a FILS Discovery (FD) frame or between two FD frames to be sent on a non-6GHz link. A value of zero disables the transmission of FD frames.
2078 <ul>
2079 <li>Set with class: \ref ns3::TimeValue</li>
2080 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2081 <li>Initial value: +0ns</li>
2082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2084 </ul>
2085<li><b>GcrManager</b>: The GCR manager object.
2086 <ul>
2087 <li>Set with class: \ref ns3::PointerValue</li>
2088 <li>Underlying type: \ref ns3::Ptr< \ref ns3::GcrManager></li>
2089 <li>Initial value: 0</li>
2090 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
2091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2092 </ul>
2093<li><b>SendUnsolProbeResp</b>: Send unsolicited broadcast Probe Response instead of FILS Discovery
2094 <ul>
2095 <li>Set with class: \ref ns3::BooleanValue</li>
2096 <li>Underlying type: bool</li>
2097 <li>Initial value: false</li>
2098 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2100 </ul>
2101<li><b>TxopLimitsForSta</b>: The TXOP limit values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the TXOP limit values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 3200us,3200us,3200us; VI 2400us,2400us,2400us" defines the TXOP limit values for AC BE and AC VI for an AP MLD having three links.
2102 <ul>
2103 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_9TimeValueELc44ESt6vectorEEEE, NSt7__cxx114listIN3ns33PtrINS1_9PairValueINS1_9EnumValueINS1_7AcIndexEEENS1_23AttributeContainerValueINS1_9TimeValueELc44ESt6vectorEEEEEESaISC_EEE></li>
2104 <li>Underlying type: \p ns3::Ptr<N3ns39PairValueINS_9EnumValueINS_7AcIndexEEENS_23AttributeContainerValueINS_9TimeValueELc44ESt6vectorEEEE></li>
2105 <li>Initial value: </li>
2106 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2107 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2108 </ul>
2109</ul>
2110<h3>Attributes defined in parent class ns3::WifiMac</h3>
2111<ul>
2112<li><b>BE_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
2113 <ul>
2114 <li>Set with class: \ref ns3::UintegerValue</li>
2115 <li>Underlying type: uint16_t 0:65535</li>
2116 <li>Initial value: 0</li>
2117 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2119 </ul>
2120<li><b>BE_BlockAckThreshold</b>: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
2121 <ul>
2122 <li>Set with class: \ref ns3::UintegerValue</li>
2123 <li>Underlying type: uint8_t 0:64</li>
2124 <li>Initial value: 0</li>
2125 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2126 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2127 </ul>
2128<li><b>BE_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
2129 <ul>
2130 <li>Set with class: \ref ns3::UintegerValue</li>
2131 <li>Underlying type: uint32_t 0:15523200</li>
2132 <li>Initial value: 65535</li>
2133 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2134 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2135 </ul>
2136<li><b>BE_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
2137 <ul>
2138 <li>Set with class: \ref ns3::UintegerValue</li>
2139 <li>Underlying type: uint16_t 0:11398</li>
2140 <li>Initial value: 0</li>
2141 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2142 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2143 </ul>
2144<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
2145 <ul>
2146 <li>Set with class: \ref ns3::PointerValue</li>
2147 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
2148 <li>Initial value: 0</li>
2149 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
2150 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2151 </ul>
2152<li><b>BK_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
2153 <ul>
2154 <li>Set with class: \ref ns3::UintegerValue</li>
2155 <li>Underlying type: uint16_t 0:65535</li>
2156 <li>Initial value: 0</li>
2157 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2159 </ul>
2160<li><b>BK_BlockAckThreshold</b>: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
2161 <ul>
2162 <li>Set with class: \ref ns3::UintegerValue</li>
2163 <li>Underlying type: uint8_t 0:64</li>
2164 <li>Initial value: 0</li>
2165 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2167 </ul>
2168<li><b>BK_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
2169 <ul>
2170 <li>Set with class: \ref ns3::UintegerValue</li>
2171 <li>Underlying type: uint32_t 0:15523200</li>
2172 <li>Initial value: 0</li>
2173 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2175 </ul>
2176<li><b>BK_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
2177 <ul>
2178 <li>Set with class: \ref ns3::UintegerValue</li>
2179 <li>Underlying type: uint16_t 0:11398</li>
2180 <li>Initial value: 0</li>
2181 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2182 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2183 </ul>
2184<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
2185 <ul>
2186 <li>Set with class: \ref ns3::PointerValue</li>
2187 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
2188 <li>Initial value: 0</li>
2189 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
2190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2191 </ul>
2192<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
2193 <ul>
2194 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
2195 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
2196 <li>Flags: <span class="mlabel">read</span></li>
2197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2198 </ul>
2199<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
2200 <ul>
2201 <li>Set with class: \ref ns3::BooleanValue</li>
2202 <li>Underlying type: bool</li>
2203 <li>Initial value: false</li>
2204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2206 </ul>
2207<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
2208 <ul>
2209 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
2210 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
2211 <li>Flags: <span class="mlabel">read</span></li>
2212 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2213 </ul>
2214<li><b>FrameRetryLimit</b>: The maximum number of transmission attempts of a frame that are made before a failure condition is indicated. This corresponds to the dot11ShortRetryLimit parameter in the standard.
2215 <ul>
2216 <li>Set with class: \ref ns3::UintegerValue</li>
2217 <li>Underlying type: uint32_t 1:65535</li>
2218 <li>Initial value: 7</li>
2219 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2221 </ul>
2222<li><b>MpduBufferSize</b>: The size (in number of MPDUs) of the buffer used for each BlockAck agreement in which this node is a recipient. The provided value is capped to the maximum allowed value based on the supported standard.
2223 <ul>
2224 <li>Set with class: \ref ns3::UintegerValue</li>
2225 <li>Underlying type: uint16_t 1:1024</li>
2226 <li>Initial value: 1024</li>
2227 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2228 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2229 </ul>
2230<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
2231 <ul>
2232 <li>Set with class: \ref ns3::BooleanValue</li>
2233 <li>Underlying type: bool</li>
2234 <li>Initial value: false</li>
2235 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
2236 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2237 </ul>
2238<li><b>RobustAVStreamingSupported</b>: Whether or not Robust Audio Video Streaming is supported (only allowed for AP STAs or non-AP that are HT capable).
2239 <ul>
2240 <li>Set with class: \ref ns3::BooleanValue</li>
2241 <li>Underlying type: bool</li>
2242 <li>Initial value: false</li>
2243 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2244 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2245 </ul>
2246<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
2247 <ul>
2248 <li>Set with class: \ref ns3::BooleanValue</li>
2249 <li>Underlying type: bool</li>
2250 <li>Initial value: true</li>
2251 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2253 </ul>
2254<li><b>Ssid</b>: The ssid we want to belong to.
2255 <ul>
2256 <li>Set with class: \ref ns3::SsidValue</li>
2257 <li>Underlying type: \p Ssid</li>
2258 <li>Initial value: SSID=[default]</li>
2259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2261 </ul>
2262<li><b>Txop</b>: The Txop object.
2263 <ul>
2264 <li>Set with class: \ref ns3::PointerValue</li>
2265 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
2266 <li>Initial value: 0</li>
2267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
2268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2269 </ul>
2270<li><b>VI_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
2271 <ul>
2272 <li>Set with class: \ref ns3::UintegerValue</li>
2273 <li>Underlying type: uint16_t 0:65535</li>
2274 <li>Initial value: 0</li>
2275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2277 </ul>
2278<li><b>VI_BlockAckThreshold</b>: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
2279 <ul>
2280 <li>Set with class: \ref ns3::UintegerValue</li>
2281 <li>Underlying type: uint8_t 0:64</li>
2282 <li>Initial value: 0</li>
2283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2285 </ul>
2286<li><b>VI_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
2287 <ul>
2288 <li>Set with class: \ref ns3::UintegerValue</li>
2289 <li>Underlying type: uint32_t 0:15523200</li>
2290 <li>Initial value: 65535</li>
2291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2293 </ul>
2294<li><b>VI_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
2295 <ul>
2296 <li>Set with class: \ref ns3::UintegerValue</li>
2297 <li>Underlying type: uint16_t 0:11398</li>
2298 <li>Initial value: 0</li>
2299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2301 </ul>
2302<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
2303 <ul>
2304 <li>Set with class: \ref ns3::PointerValue</li>
2305 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
2306 <li>Initial value: 0</li>
2307 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
2308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2309 </ul>
2310<li><b>VO_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
2311 <ul>
2312 <li>Set with class: \ref ns3::UintegerValue</li>
2313 <li>Underlying type: uint16_t 0:65535</li>
2314 <li>Initial value: 0</li>
2315 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2317 </ul>
2318<li><b>VO_BlockAckThreshold</b>: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
2319 <ul>
2320 <li>Set with class: \ref ns3::UintegerValue</li>
2321 <li>Underlying type: uint8_t 0:64</li>
2322 <li>Initial value: 0</li>
2323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2325 </ul>
2326<li><b>VO_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
2327 <ul>
2328 <li>Set with class: \ref ns3::UintegerValue</li>
2329 <li>Underlying type: uint32_t 0:15523200</li>
2330 <li>Initial value: 0</li>
2331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2333 </ul>
2334<li><b>VO_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
2335 <ul>
2336 <li>Set with class: \ref ns3::UintegerValue</li>
2337 <li>Underlying type: uint16_t 0:11398</li>
2338 <li>Initial value: 0</li>
2339 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2341 </ul>
2342<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
2343 <ul>
2344 <li>Set with class: \ref ns3::PointerValue</li>
2345 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
2346 <li>Initial value: 0</li>
2347 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
2348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2349 </ul>
2350</ul>
2351<h3>TraceSources</h3>
2352<ul>
2353<li><b>AssociatedSta</b>: A station associated with this access point.<br> <ul>
2354 <li> %Callback signature: ns3::ApWifiMac::AssociationCallback
2355</li>
2356 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2357</ul>
2358<li><b>DeAssociatedSta</b>: A station lost association with this access point.<br> <ul>
2359 <li> %Callback signature: ns3::ApWifiMac::AssociationCallback
2360</li>
2361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2362</ul>
2363</ul>
2364<h3>TraceSources defined in parent class ns3::WifiMac</h3>
2365<ul>
2366<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
2367 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
2368</li>
2369 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2370</ul>
2371<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
2372 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
2373</li>
2374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2375</ul>
2376<li><b>IcfDropReason</b>: An ICF sent by the given sender is dropped by an EMLSR client for the given reason on the link with the given ID. This trace source is actually fed by the EHT Frame Exchange Manager through the m_icfDropCallback member variable.<br> <ul>
2377 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
2378</li>
2379 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2380</ul>
2381<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace.<br> <ul>
2382 <li> %Callback signature: ns3::Packet::TracedCallback
2383</li>
2384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2385</ul>
2386<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace.<br> <ul>
2387 <li> %Callback signature: ns3::Packet::TracedCallback
2388</li>
2389 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2390</ul>
2391<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.<br> <ul>
2392 <li> %Callback signature: ns3::Packet::TracedCallback
2393</li>
2394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2395</ul>
2396<li><b>MacTx</b>: A packet has been received by the WifiNetDevice and is about to be enqueued; it has a LlcSnapHeader prepended but not yet a WifiMacHeader.<br> <ul>
2397 <li> %Callback signature: ns3::Packet::TracedCallback
2398</li>
2399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2400</ul>
2401<li><b>MacTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission. This trace source is fired, e.g., when an AP's MAC receives from the upper layer a packet destined to a station that is not associated with the AP or a STA's MAC receives a packet from the upper layer while it is not associated with any AP.<br> <ul>
2402 <li> %Callback signature: ns3::Packet::TracedCallback
2403</li>
2404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2405</ul>
2406<li><b>MpduResponseTimeout</b>: An MPDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the MPDU. This trace source is fired when a CTS is missing after an RTS, when all CTS frames are missing after an MU-RTS, or when a Normal Ack is missing after an MPDU or after a DL MU PPDU acknowledged in SU format.<br> <ul>
2407 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
2408</li>
2409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2410</ul>
2411<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
2412 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
2413</li>
2414 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2415</ul>
2416<li><b>PsduMapResponseTimeout</b>: A PSDU map for which not all the responses were received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason), the set of MAC addresses of the stations that did not respond and the total number of stations that had to respond. This trace source is fired when not all the addressed stations responded to an MU-BAR Trigger frame (either sent as a SU frame or aggregated to PSDUs in the DL MU PPDU), a Basic Trigger Frame or a BSRP Trigger Frame.<br> <ul>
2417 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
2418</li>
2419 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2420</ul>
2421<li><b>PsduResponseTimeout</b>: A PSDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the PSDU. This trace source is fired when a BlockAck is missing after an A-MPDU, a BlockAckReq (possibly in the context of the acknowledgment of a DL MU PPDU in SU format) or a TB PPDU (in the latter case the missing BlockAck is a Multi-STA BlockAck).<br> <ul>
2422 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
2423</li>
2424 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2425</ul>
2426</ul>
2427<b>Group:</b> Wifi
2428
2429<b>Size</b> of this type is 1264 bytes (on a 64-bit architecture).
2430*/
2431
2432/*!
2433
2434\class ns3::ArfWifiManager
2435
2436<h3>Config Paths</h3>
2437
2438ns3::ArfWifiManager is accessible through the following paths with Config::Set and Config::Connect:
2439<ul>
2440<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ArfWifiManager"</li>
2441<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ArfWifiManager"</li>
2442</ul>
2443<h3>Attributes</h3>
2444<ul>
2445<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.
2446 <ul>
2447 <li>Set with class: \ref ns3::UintegerValue</li>
2448 <li>Underlying type: uint32_t 0:4294967295</li>
2449 <li>Initial value: 10</li>
2450 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2452 </ul>
2453<li><b>TimerThreshold</b>: The 'timer' threshold in the ARF algorithm.
2454 <ul>
2455 <li>Set with class: \ref ns3::UintegerValue</li>
2456 <li>Underlying type: uint32_t 0:4294967295</li>
2457 <li>Initial value: 15</li>
2458 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2460 </ul>
2461</ul>
2462<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
2463<ul>
2464<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
2465 <ul>
2466 <li>Set with class: \ref ns3::UintegerValue</li>
2467 <li>Underlying type: uint8_t 0:255</li>
2468 <li>Initial value: 0</li>
2469 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2470 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2471 </ul>
2472<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
2473 <ul>
2474 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
2475 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
2476 <li>Initial value: Cts-To-Self</li>
2477 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2478 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2479 </ul>
2480<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
2481 <ul>
2482 <li>Set with class: \ref ns3::UintegerValue</li>
2483 <li>Underlying type: uint32_t 256:65535</li>
2484 <li>Initial value: 65535</li>
2485 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2486 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2487 </ul>
2488<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
2489 <ul>
2490 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
2491 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
2492 <li>Initial value: Cts-To-Self</li>
2493 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2494 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2495 </ul>
2496<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
2497 <ul>
2498 <li>Set with class: \ref ns3::BooleanValue</li>
2499 <li>Underlying type: bool</li>
2500 <li>Initial value: false</li>
2501 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2502 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2503 </ul>
2504<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
2505 <ul>
2506 <li>Set with class: \ref ns3::UintegerValue</li>
2507 <li>Underlying type: uint32_t 0:4294967295</li>
2508 <li>Initial value: 4</li>
2509 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2510 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
2511 </ul>
2512<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
2513 <ul>
2514 <li>Set with class: \ref ns3::UintegerValue</li>
2515 <li>Underlying type: uint32_t 0:4294967295</li>
2516 <li>Initial value: 7</li>
2517 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2518 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
2519 </ul>
2520<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
2521 <ul>
2522 <li>Set with class: \ref ns3::WifiModeValue</li>
2523 <li>Underlying type: \p WifiMode</li>
2524 <li>Initial value: Invalid-WifiMode</li>
2525 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2527 </ul>
2528<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
2529 <ul>
2530 <li>Set with class: \ref ns3::UintegerValue</li>
2531 <li>Underlying type: uint32_t 0:4692480</li>
2532 <li>Initial value: 4692480</li>
2533 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
2534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2535 </ul>
2536<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
2537 <ul>
2538 <li>Set with class: \ref ns3::TimeValue</li>
2539 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2540 <li>Initial value: +0ns</li>
2541 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2543 </ul>
2544</ul>
2545<h3>TraceSources</h3>
2546<ul>
2547<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
2548 <li> %Callback signature: ns3::TracedValueCallback::Uint64
2549</li>
2550 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2551</ul>
2552</ul>
2553<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
2554<ul>
2555<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
2556 <li> %Callback signature: ns3::Mac48Address::TracedCallback
2557</li>
2558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2559</ul>
2560<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
2561 <li> %Callback signature: ns3::Mac48Address::TracedCallback
2562</li>
2563 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2564</ul>
2565<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
2566 <li> %Callback signature: ns3::Mac48Address::TracedCallback
2567</li>
2568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2569</ul>
2570<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
2571 <li> %Callback signature: ns3::Mac48Address::TracedCallback
2572</li>
2573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2574</ul>
2575</ul>
2576<b>Group:</b> Wifi
2577
2578<b>Size</b> of this type is 448 bytes (on a 64-bit architecture).
2579*/
2580
2581/*!
2582
2583\class ns3::ArpCache
2584
2585<h3>Config Paths</h3>
2586
2587ns3::ArpCache is accessible through the following paths with Config::Set and Config::Connect:
2588<ul>
2589<li>"/NodeList/[i]/$ns3::Ipv4L3Protocol/InterfaceList/[i]/ArpCache"</li>
2590<li>"/NodeList/[i]/$ns3::ArpL3Protocol/CacheList/[i]"</li>
2591</ul>
2592<h3>Attributes</h3>
2593<ul>
2594<li><b>AliveTimeout</b>: When this timeout expires, the matching cache entry needs refreshing
2595 <ul>
2596 <li>Set with class: \ref ns3::TimeValue</li>
2597 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2598 <li>Initial value: +1.2e+11ns</li>
2599 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2601 </ul>
2602<li><b>DeadTimeout</b>: When this timeout expires, a new attempt to resolve the matching entry is made
2603 <ul>
2604 <li>Set with class: \ref ns3::TimeValue</li>
2605 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2606 <li>Initial value: +1e+11ns</li>
2607 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2608 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2609 </ul>
2610<li><b>MaxRetries</b>: Number of retransmissions of ArpRequest before marking dead
2611 <ul>
2612 <li>Set with class: \ref ns3::UintegerValue</li>
2613 <li>Underlying type: uint32_t 0:4294967295</li>
2614 <li>Initial value: 3</li>
2615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2617 </ul>
2618<li><b>PendingQueueSize</b>: The size of the queue for packets pending an arp reply.
2619 <ul>
2620 <li>Set with class: \ref ns3::UintegerValue</li>
2621 <li>Underlying type: uint32_t 0:4294967295</li>
2622 <li>Initial value: 3</li>
2623 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2624 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2625 </ul>
2626<li><b>WaitReplyTimeout</b>: When this timeout expires, the cache entries will be scanned and entries in WaitReply state will resend ArpRequest unless MaxRetries has been exceeded, in which case the entry is marked dead
2627 <ul>
2628 <li>Set with class: \ref ns3::TimeValue</li>
2629 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2630 <li>Initial value: +1e+09ns</li>
2631 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2632 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2633 </ul>
2634</ul>
2635<h3>TraceSources</h3>
2636<ul>
2637<li><b>Drop</b>: Packet dropped due to ArpCache entry in WaitReply expiring.<br> <ul>
2638 <li> %Callback signature: ns3::Packet::TracedCallback
2639</li>
2640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2641</ul>
2642</ul>
2643<b>Group:</b> Internet
2644
2645<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
2646*/
2647
2648/*!
2649
2650\class ns3::ArpHeader
2651
2652Introspection did not find any typical Config paths.<br>
2653No Attributes are defined for this type.<br>
2654No TraceSources are defined for this type.<br>
2655<b>Group:</b> Internet
2656
2657<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
2658*/
2659
2660/*!
2661
2662\class ns3::ArpL3Protocol
2663
2664<h3>Config Paths</h3>
2665
2666ns3::ArpL3Protocol is accessible through the following paths with Config::Set and Config::Connect:
2667<ul>
2668<li>"/NodeList/[i]/$ns3::ArpL3Protocol"</li>
2669</ul>
2670<h3>Attributes</h3>
2671<ul>
2672<li><b>CacheList</b>: The list of ARP caches
2673 <ul>
2674 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
2675 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ArpCache></li>
2676 <li>Flags: <span class="mlabel">read</span></li>
2677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2678 </ul>
2679<li><b>RequestJitter</b>: The jitter in ms a node is allowed to wait before sending an ARP request. Some jitter aims to prevent collisions. By default, the model will wait for a duration in ms defined by a uniform random-variable between 0 and RequestJitter
2680 <ul>
2681 <li>Set with class: \ref ns3::PointerValue</li>
2682 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
2683 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=10.0]</li>
2684 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2685 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2686 </ul>
2687</ul>
2688<h3>TraceSources</h3>
2689<ul>
2690<li><b>Drop</b>: Packet dropped because not enough room in pending queue for a specific cache entry.<br> <ul>
2691 <li> %Callback signature: ns3::Packet::TracedCallback
2692</li>
2693 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2694</ul>
2695</ul>
2696<b>Group:</b> Internet
2697
2698<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
2699*/
2700
2701/*!
2702
2703\class ns3::Asn1Header
2704
2705Introspection did not find any typical Config paths.<br>
2706No Attributes are defined for this type.<br>
2707No TraceSources are defined for this type.<br>
2708<b>Group:</b> Lte
2709
2710<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
2711*/
2712
2713/*!
2714
2715\class ns3::AthstatsWifiTraceSink
2716
2717Introspection did not find any typical Config paths.<br>
2718<h3>Attributes</h3>
2719<ul>
2720<li><b>Interval</b>: Time interval between reports
2721 <ul>
2722 <li>Set with class: \ref ns3::TimeValue</li>
2723 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2724 <li>Initial value: +1e+09ns</li>
2725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2727 </ul>
2728</ul>
2729No TraceSources are defined for this type.<br>
2730<b>Group:</b> Wifi
2731
2732<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
2733*/
2734
2735/*!
2736
2737\class ns3::BandwidthManager
2738
2739<h3>Config Paths</h3>
2740
2741ns3::BandwidthManager is accessible through the following paths with Config::Set and Config::Connect:
2742<ul>
2743<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager"</li>
2744</ul>
2745No Attributes are defined for this type.<br>
2746No TraceSources are defined for this type.<br>
2747<b>Group:</b> Wimax
2748
2749<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
2750*/
2751
2752/*!
2753
2754\class ns3::BandwidthRequestHeader
2755
2756Introspection did not find any typical Config paths.<br>
2757No Attributes are defined for this type.<br>
2758No TraceSources are defined for this type.<br>
2759<b>Group:</b> Wimax
2760
2761<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
2762*/
2763
2764/*!
2765
2766\class ns3::BaseStationNetDevice
2767
2768<h3>Config Paths</h3>
2769
2770ns3::BaseStationNetDevice is accessible through the following paths with Config::Set and Config::Connect:
2771<ul>
2772<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice"</li>
2773<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice"</li>
2774</ul>
2775<h3>Attributes</h3>
2776<ul>
2777<li><b>BSScheduler</b>: Downlink Scheduler for BS
2778 <ul>
2779 <li>Set with class: \ref ns3::PointerValue</li>
2780 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BSScheduler></li>
2781 <li>Initial value: 0</li>
2782 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2784 </ul>
2785<li><b>BsIpcsPacketClassifier</b>: The uplink IP packet classifier attached to this device.
2786 <ul>
2787 <li>Set with class: \ref ns3::PointerValue</li>
2788 <li>Underlying type: \ref ns3::Ptr< \ref ns3::IpcsClassifier></li>
2789 <li>Initial value: 0</li>
2790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2792 </ul>
2793<li><b>BwReqOppSize</b>: The bandwidth request opportunity size in symbols
2794 <ul>
2795 <li>Set with class: \ref ns3::UintegerValue</li>
2796 <li>Underlying type: uint8_t 1:256</li>
2797 <li>Initial value: 2</li>
2798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2800 </ul>
2801<li><b>DcdInterval</b>: Time between transmission of DCD messages. Maximum value is 10s.
2802 <ul>
2803 <li>Set with class: \ref ns3::TimeValue</li>
2804 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2805 <li>Initial value: +3e+09ns</li>
2806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2808 </ul>
2809<li><b>InitialRangInterval</b>: Time between Initial Ranging regions assigned by the BS. Maximum is 2s
2810 <ul>
2811 <li>Set with class: \ref ns3::TimeValue</li>
2812 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2813 <li>Initial value: +5e+07ns</li>
2814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2816 </ul>
2817<li><b>IntervalT8</b>: Wait for DSA/DSC Acknowledge timeout. Maximum 300ms.
2818 <ul>
2819 <li>Set with class: \ref ns3::TimeValue</li>
2820 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2821 <li>Initial value: +5e+07ns</li>
2822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2824 </ul>
2825<li><b>LinkManager</b>: The link manager attached to this device.
2826 <ul>
2827 <li>Set with class: \ref ns3::PointerValue</li>
2828 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BSLinkManager></li>
2829 <li>Initial value: 0</li>
2830 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2832 </ul>
2833<li><b>MaxRangCorrectionRetries</b>: Number of retries on contention Ranging Requests
2834 <ul>
2835 <li>Set with class: \ref ns3::UintegerValue</li>
2836 <li>Underlying type: uint8_t 1:16</li>
2837 <li>Initial value: 16</li>
2838 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2840 </ul>
2841<li><b>RangReqOppSize</b>: The ranging opportunity size in symbols
2842 <ul>
2843 <li>Set with class: \ref ns3::UintegerValue</li>
2844 <li>Underlying type: uint8_t 1:256</li>
2845 <li>Initial value: 8</li>
2846 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2848 </ul>
2849<li><b>SSManager</b>: The ss manager attached to this device.
2850 <ul>
2851 <li>Set with class: \ref ns3::PointerValue</li>
2852 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SSManager></li>
2853 <li>Initial value: 0</li>
2854 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2856 </ul>
2857<li><b>Scheduler</b>: The BS scheduler attached to this device.
2858 <ul>
2859 <li>Set with class: \ref ns3::PointerValue</li>
2860 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BSScheduler></li>
2861 <li>Initial value: 0</li>
2862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2864 </ul>
2865<li><b>ServiceFlowManager</b>: The service flow manager attached to this device.
2866 <ul>
2867 <li>Set with class: \ref ns3::PointerValue</li>
2868 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ServiceFlowManager></li>
2869 <li>Initial value: 0</li>
2870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2872 </ul>
2873<li><b>UcdInterval</b>: Time between transmission of UCD messages. Maximum value is 10s.
2874 <ul>
2875 <li>Set with class: \ref ns3::TimeValue</li>
2876 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
2877 <li>Initial value: +3e+09ns</li>
2878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2880 </ul>
2881<li><b>UplinkScheduler</b>: The uplink scheduler attached to this device.
2882 <ul>
2883 <li>Set with class: \ref ns3::PointerValue</li>
2884 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UplinkScheduler></li>
2885 <li>Initial value: 0</li>
2886 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2887 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2888 </ul>
2889</ul>
2890<h3>Attributes defined in parent class ns3::WimaxNetDevice</h3>
2891<ul>
2892<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.
2893 <ul>
2894 <li>Set with class: \ref ns3::PointerValue</li>
2895 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BandwidthManager></li>
2896 <li>Initial value: 0</li>
2897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2899 </ul>
2900<li><b>BroadcastConnection</b>: Broadcast connection
2901 <ul>
2902 <li>Set with class: \ref ns3::PointerValue</li>
2903 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
2904 <li>Initial value: 0</li>
2905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2907 </ul>
2908<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.
2909 <ul>
2910 <li>Set with class: \ref ns3::PointerValue</li>
2911 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BurstProfileManager></li>
2912 <li>Initial value: 0</li>
2913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2915 </ul>
2916<li><b>Channel</b>: The channel attached to this device.
2917 <ul>
2918 <li>Set with class: \ref ns3::PointerValue</li>
2919 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
2920 <li>Initial value: 0</li>
2921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2923 </ul>
2924<li><b>ConnectionManager</b>: The connection manager attached to this device.
2925 <ul>
2926 <li>Set with class: \ref ns3::PointerValue</li>
2927 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ConnectionManager></li>
2928 <li>Initial value: 0</li>
2929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2931 </ul>
2932<li><b>InitialRangingConnection</b>: Initial ranging connection
2933 <ul>
2934 <li>Set with class: \ref ns3::PointerValue</li>
2935 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
2936 <li>Initial value: 0</li>
2937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2939 </ul>
2940<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
2941 <ul>
2942 <li>Set with class: \ref ns3::UintegerValue</li>
2943 <li>Underlying type: uint16_t 0:1500</li>
2944 <li>Initial value: 1400</li>
2945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2947 </ul>
2948<li><b>Phy</b>: The PHY layer attached to this device.
2949 <ul>
2950 <li>Set with class: \ref ns3::PointerValue</li>
2951 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxPhy></li>
2952 <li>Initial value: 0</li>
2953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2955 </ul>
2956<li><b>RTG</b>: receive/transmit transition gap.
2957 <ul>
2958 <li>Set with class: \ref ns3::UintegerValue</li>
2959 <li>Underlying type: uint16_t 0:120</li>
2960 <li>Initial value: 0</li>
2961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2963 </ul>
2964<li><b>TTG</b>: transmit/receive transition gap.
2965 <ul>
2966 <li>Set with class: \ref ns3::UintegerValue</li>
2967 <li>Underlying type: uint16_t 0:120</li>
2968 <li>Initial value: 0</li>
2969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
2970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2971 </ul>
2972</ul>
2973<h3>TraceSources</h3>
2974<ul>
2975<li><b>BSPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
2976 <li> %Callback signature: ns3::Packet::TracedCallback
2977</li>
2978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2979</ul>
2980<li><b>BSRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
2981 <li> %Callback signature: ns3::Packet::TracedCallback
2982</li>
2983 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2984</ul>
2985<li><b>BSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.<br> <ul>
2986 <li> %Callback signature: ns3::Packet::TracedCallback
2987</li>
2988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2989</ul>
2990<li><b>BSTx</b>: A packet has been received from higher layers and is being processed in preparation for queueing for transmission.<br> <ul>
2991 <li> %Callback signature: ns3::Packet::TracedCallback
2992</li>
2993 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2994</ul>
2995<li><b>BSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.<br> <ul>
2996 <li> %Callback signature: ns3::Packet::TracedCallback
2997</li>
2998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
2999</ul>
3000</ul>
3001<h3>TraceSources defined in parent class ns3::WimaxNetDevice</h3>
3002<ul>
3003<li><b>Rx</b>: Receive trace<br> <ul>
3004 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
3005</li>
3006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3007</ul>
3008<li><b>Tx</b>: Transmit trace<br> <ul>
3009 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
3010</li>
3011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3012</ul>
3013</ul>
3014<b>Group:</b> Wimax
3015
3016<b>Size</b> of this type is 776 bytes (on a 64-bit architecture).
3017*/
3018
3019/*!
3020
3021\class ns3::BernoulliRandomVariable
3022
3023<h3>Config Paths</h3>
3024
3025ns3::BernoulliRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
3026<ul>
3027<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BernoulliRandomVariable"</li>
3028<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BernoulliRandomVariable"</li>
3029<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BernoulliRandomVariable"</li>
3030<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BernoulliRandomVariable"</li>
3031<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BernoulliRandomVariable"</li>
3032<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::BernoulliRandomVariable"</li>
3033<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BernoulliRandomVariable"</li>
3034<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BernoulliRandomVariable"</li>
3035<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BernoulliRandomVariable"</li>
3036<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BernoulliRandomVariable"</li>
3037<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BernoulliRandomVariable"</li>
3038<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::BernoulliRandomVariable"</li>
3039<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BernoulliRandomVariable"</li>
3040<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BernoulliRandomVariable"</li>
3041<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BernoulliRandomVariable"</li>
3042<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::BernoulliRandomVariable"</li>
3043<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::BernoulliRandomVariable"</li>
3044<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BernoulliRandomVariable"</li>
3045<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BernoulliRandomVariable"</li>
3046<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BernoulliRandomVariable"</li>
3047<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BernoulliRandomVariable"</li>
3048<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BernoulliRandomVariable"</li>
3049<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BernoulliRandomVariable"</li>
3050<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BernoulliRandomVariable"</li>
3051<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BernoulliRandomVariable"</li>
3052<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BernoulliRandomVariable"</li>
3053<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BernoulliRandomVariable"</li>
3054<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::BernoulliRandomVariable"</li>
3055<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::BernoulliRandomVariable"</li>
3056<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::BernoulliRandomVariable"</li>
3057<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::BernoulliRandomVariable"</li>
3058<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::BernoulliRandomVariable"</li>
3059<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::BernoulliRandomVariable"</li>
3060<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::BernoulliRandomVariable"</li>
3061<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::BernoulliRandomVariable"</li>
3062<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::BernoulliRandomVariable"</li>
3063<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::BernoulliRandomVariable"</li>
3064<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::BernoulliRandomVariable"</li>
3065<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::BernoulliRandomVariable"</li>
3066<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::BernoulliRandomVariable"</li>
3067<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::BernoulliRandomVariable"</li>
3068<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::BernoulliRandomVariable"</li>
3069<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::BernoulliRandomVariable"</li>
3070<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::BernoulliRandomVariable"</li>
3071<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::BernoulliRandomVariable"</li>
3072<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::BernoulliRandomVariable"</li>
3073<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::BernoulliRandomVariable"</li>
3074<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::BernoulliRandomVariable"</li>
3075<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::BernoulliRandomVariable"</li>
3076<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::BernoulliRandomVariable"</li>
3077<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::BernoulliRandomVariable"</li>
3078<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::BernoulliRandomVariable"</li>
3079<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::BernoulliRandomVariable"</li>
3080<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::BernoulliRandomVariable"</li>
3081<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::BernoulliRandomVariable"</li>
3082<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::BernoulliRandomVariable"</li>
3083<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::BernoulliRandomVariable"</li>
3084<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BernoulliRandomVariable"</li>
3085<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BernoulliRandomVariable"</li>
3086<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::BernoulliRandomVariable"</li>
3087</ul>
3088<h3>Attributes</h3>
3089<ul>
3090<li><b>Probability</b>: The probability of the random variable returning a value of 1.
3091 <ul>
3092 <li>Set with class: \ref ns3::DoubleValue</li>
3093 <li>Underlying type: double 0:1.79769e+308</li>
3094 <li>Initial value: 0.5</li>
3095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3097 </ul>
3098</ul>
3099<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
3100<ul>
3101<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
3102 <ul>
3103 <li>Set with class: \ref ns3::BooleanValue</li>
3104 <li>Underlying type: bool</li>
3105 <li>Initial value: false</li>
3106 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3107 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3108 </ul>
3109<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
3110 <ul>
3111 <li>Set with class: \ref ns3::IntegerValue</li>
3112 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
3113 <li>Initial value: -1</li>
3114 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3115 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3116 </ul>
3117</ul>
3118No TraceSources are defined for this type.<br>
3119<b>Group:</b> Core
3120
3121<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
3122*/
3123
3124/*!
3125
3126\class ns3::BinaryErrorModel
3127
3128<h3>Config Paths</h3>
3129
3130ns3::BinaryErrorModel is accessible through the following paths with Config::Set and Config::Connect:
3131<ul>
3132<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BinaryErrorModel"</li>
3133<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BinaryErrorModel"</li>
3134<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BinaryErrorModel"</li>
3135<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BinaryErrorModel"</li>
3136<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BinaryErrorModel"</li>
3137<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BinaryErrorModel"</li>
3138</ul>
3139No Attributes are defined for this type.<br>
3140<h3>Attributes defined in parent class ns3::ErrorModel</h3>
3141<ul>
3142<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
3143 <ul>
3144 <li>Set with class: \ref ns3::BooleanValue</li>
3145 <li>Underlying type: bool</li>
3146 <li>Initial value: true</li>
3147 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3149 </ul>
3150</ul>
3151No TraceSources are defined for this type.<br>
3152<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
3153*/
3154
3155/*!
3156
3157\class ns3::BinomialRandomVariable
3158
3159<h3>Config Paths</h3>
3160
3161ns3::BinomialRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
3162<ul>
3163<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BinomialRandomVariable"</li>
3164<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BinomialRandomVariable"</li>
3165<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BinomialRandomVariable"</li>
3166<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BinomialRandomVariable"</li>
3167<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BinomialRandomVariable"</li>
3168<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::BinomialRandomVariable"</li>
3169<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BinomialRandomVariable"</li>
3170<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BinomialRandomVariable"</li>
3171<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BinomialRandomVariable"</li>
3172<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BinomialRandomVariable"</li>
3173<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BinomialRandomVariable"</li>
3174<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::BinomialRandomVariable"</li>
3175<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BinomialRandomVariable"</li>
3176<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BinomialRandomVariable"</li>
3177<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BinomialRandomVariable"</li>
3178<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::BinomialRandomVariable"</li>
3179<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::BinomialRandomVariable"</li>
3180<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BinomialRandomVariable"</li>
3181<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BinomialRandomVariable"</li>
3182<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BinomialRandomVariable"</li>
3183<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BinomialRandomVariable"</li>
3184<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BinomialRandomVariable"</li>
3185<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BinomialRandomVariable"</li>
3186<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BinomialRandomVariable"</li>
3187<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::BinomialRandomVariable"</li>
3188<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::BinomialRandomVariable"</li>
3189<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::BinomialRandomVariable"</li>
3190<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::BinomialRandomVariable"</li>
3191<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::BinomialRandomVariable"</li>
3192<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::BinomialRandomVariable"</li>
3193<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::BinomialRandomVariable"</li>
3194<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::BinomialRandomVariable"</li>
3195<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::BinomialRandomVariable"</li>
3196<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::BinomialRandomVariable"</li>
3197<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::BinomialRandomVariable"</li>
3198<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::BinomialRandomVariable"</li>
3199<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::BinomialRandomVariable"</li>
3200<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::BinomialRandomVariable"</li>
3201<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::BinomialRandomVariable"</li>
3202<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::BinomialRandomVariable"</li>
3203<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::BinomialRandomVariable"</li>
3204<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::BinomialRandomVariable"</li>
3205<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::BinomialRandomVariable"</li>
3206<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::BinomialRandomVariable"</li>
3207<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::BinomialRandomVariable"</li>
3208<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::BinomialRandomVariable"</li>
3209<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::BinomialRandomVariable"</li>
3210<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::BinomialRandomVariable"</li>
3211<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::BinomialRandomVariable"</li>
3212<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::BinomialRandomVariable"</li>
3213<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::BinomialRandomVariable"</li>
3214<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::BinomialRandomVariable"</li>
3215<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::BinomialRandomVariable"</li>
3216<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::BinomialRandomVariable"</li>
3217<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::BinomialRandomVariable"</li>
3218<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::BinomialRandomVariable"</li>
3219<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::BinomialRandomVariable"</li>
3220<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BinomialRandomVariable"</li>
3221<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::BinomialRandomVariable"</li>
3222<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::BinomialRandomVariable"</li>
3223</ul>
3224<h3>Attributes</h3>
3225<ul>
3226<li><b>Probability</b>: The probability of success in each trial.
3227 <ul>
3228 <li>Set with class: \ref ns3::DoubleValue</li>
3229 <li>Underlying type: double 0:1.79769e+308</li>
3230 <li>Initial value: 0.5</li>
3231 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3232 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3233 </ul>
3234<li><b>Trials</b>: The number of trials.
3235 <ul>
3236 <li>Set with class: \ref ns3::IntegerValue</li>
3237 <li>Underlying type: uint32_t 0:4294967295</li>
3238 <li>Initial value: 10</li>
3239 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3241 </ul>
3242</ul>
3243<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
3244<ul>
3245<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
3246 <ul>
3247 <li>Set with class: \ref ns3::BooleanValue</li>
3248 <li>Underlying type: bool</li>
3249 <li>Initial value: false</li>
3250 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3251 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3252 </ul>
3253<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
3254 <ul>
3255 <li>Set with class: \ref ns3::IntegerValue</li>
3256 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
3257 <li>Initial value: -1</li>
3258 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3259 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3260 </ul>
3261</ul>
3262No TraceSources are defined for this type.<br>
3263<b>Group:</b> Core
3264
3265<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
3266*/
3267
3268/*!
3269
3270\class ns3::BlockAckManager
3271
3272<h3>Config Paths</h3>
3273
3274ns3::BlockAckManager is accessible through the following paths with Config::Set and Config::Connect:
3275<ul>
3276<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop/$ns3::QosTxop/BlockAckManager"</li>
3277<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VO_Txop/BlockAckManager"</li>
3278<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VI_Txop/BlockAckManager"</li>
3279<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BE_Txop/BlockAckManager"</li>
3280<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BK_Txop/BlockAckManager"</li>
3281</ul>
3282No Attributes are defined for this type.<br>
3283<h3>TraceSources</h3>
3284<ul>
3285<li><b>AgreementState</b>: The state of the ADDBA handshake<br> <ul>
3286 <li> %Callback signature: ns3::BlockAckManager::AgreementStateTracedCallback
3287</li>
3288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3289</ul>
3290</ul>
3291<b>Group:</b> Wifi
3292
3293<b>Size</b> of this type is 312 bytes (on a 64-bit architecture).
3294*/
3295
3296/*!
3297
3298\class ns3::BooleanProbe
3299
3300Introspection did not find any typical Config paths.<br>
3301No Attributes are defined for this type.<br>
3302<h3>Attributes defined in parent class ns3::Probe</h3>
3303<ul>
3304<li><b>Start</b>: Time data collection starts
3305 <ul>
3306 <li>Set with class: \ref ns3::TimeValue</li>
3307 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
3308 <li>Initial value: +0ns</li>
3309 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3311 </ul>
3312<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
3313 <ul>
3314 <li>Set with class: \ref ns3::TimeValue</li>
3315 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
3316 <li>Initial value: +0ns</li>
3317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3319 </ul>
3320</ul>
3321<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
3322<ul>
3323<li><b>Enabled</b>: Object's enabled status
3324 <ul>
3325 <li>Set with class: \ref ns3::BooleanValue</li>
3326 <li>Underlying type: bool</li>
3327 <li>Initial value: true</li>
3328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3330 </ul>
3331<li><b>Name</b>: Object's name
3332 <ul>
3333 <li>Set with class: \ref ns3::StringValue</li>
3334 <li>Underlying type: \p std::string</li>
3335 <li>Initial value: unnamed</li>
3336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3338 </ul>
3339</ul>
3340<h3>TraceSources</h3>
3341<ul>
3342<li><b>Output</b>: The bool that serves as output for this probe<br> <ul>
3343 <li> %Callback signature: ns3::TracedValueCallback::Bool
3344</li>
3345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3346</ul>
3347</ul>
3348<b>Group:</b> Stats
3349
3350<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
3351*/
3352
3353/*!
3354
3355\class ns3::BridgeChannel
3356
3357<h3>Config Paths</h3>
3358
3359ns3::BridgeChannel is accessible through the following paths with Config::Set and Config::Connect:
3360<ul>
3361<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::BridgeChannel"</li>
3362<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::BridgeChannel"</li>
3363<li>"/ChannelList/[i]/$ns3::BridgeChannel"</li>
3364</ul>
3365No Attributes are defined for this type.<br>
3366<h3>Attributes defined in parent class ns3::Channel</h3>
3367<ul>
3368<li><b>Id</b>: The id (unique integer) of this Channel.
3369 <ul>
3370 <li>Set with class: \ref ns3::UintegerValue</li>
3371 <li>Underlying type: uint32_t 0:4294967295</li>
3372 <li>Flags: <span class="mlabel">read</span></li>
3373 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3374 </ul>
3375</ul>
3376No TraceSources are defined for this type.<br>
3377<b>Group:</b> Bridge
3378
3379<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
3380*/
3381
3382/*!
3383
3384\class ns3::BridgeNetDevice
3385
3386<h3>Config Paths</h3>
3387
3388ns3::BridgeNetDevice is accessible through the following paths with Config::Set and Config::Connect:
3389<ul>
3390<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BridgeNetDevice"</li>
3391</ul>
3392<h3>Attributes</h3>
3393<ul>
3394<li><b>EnableLearning</b>: Enable the learning mode of the Learning Bridge
3395 <ul>
3396 <li>Set with class: \ref ns3::BooleanValue</li>
3397 <li>Underlying type: bool</li>
3398 <li>Initial value: true</li>
3399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3401 </ul>
3402<li><b>ExpirationTime</b>: Time it takes for learned MAC state entry to expire.
3403 <ul>
3404 <li>Set with class: \ref ns3::TimeValue</li>
3405 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
3406 <li>Initial value: +3e+11ns</li>
3407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3409 </ul>
3410<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
3411 <ul>
3412 <li>Set with class: \ref ns3::UintegerValue</li>
3413 <li>Underlying type: uint16_t 0:65535</li>
3414 <li>Initial value: 1500</li>
3415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3417 </ul>
3418</ul>
3419No TraceSources are defined for this type.<br>
3420<b>Group:</b> Bridge
3421
3422<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
3423*/
3424
3425/*!
3426
3427\class ns3::BSLinkManager
3428
3429<h3>Config Paths</h3>
3430
3431ns3::BSLinkManager is accessible through the following paths with Config::Set and Config::Connect:
3432<ul>
3433<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager"</li>
3434<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager"</li>
3435</ul>
3436No Attributes are defined for this type.<br>
3437No TraceSources are defined for this type.<br>
3438<b>Group:</b> Wimax
3439
3440<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
3441*/
3442
3443/*!
3444
3445\class ns3::BSScheduler
3446
3447<h3>Config Paths</h3>
3448
3449ns3::BSScheduler is accessible through the following paths with Config::Set and Config::Connect:
3450<ul>
3451<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BSScheduler"</li>
3452<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/Scheduler"</li>
3453<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BSScheduler"</li>
3454<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/Scheduler"</li>
3455</ul>
3456No Attributes are defined for this type.<br>
3457No TraceSources are defined for this type.<br>
3458<b>Group:</b> Wimax
3459
3460<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
3461*/
3462
3463/*!
3464
3465\class ns3::BSSchedulerRtps
3466
3467<h3>Config Paths</h3>
3468
3469ns3::BSSchedulerRtps is accessible through the following paths with Config::Set and Config::Connect:
3470<ul>
3471<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BSScheduler/$ns3::BSSchedulerRtps"</li>
3472<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/Scheduler/$ns3::BSSchedulerRtps"</li>
3473<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BSScheduler/$ns3::BSSchedulerRtps"</li>
3474<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/Scheduler/$ns3::BSSchedulerRtps"</li>
3475</ul>
3476No Attributes are defined for this type.<br>
3477No TraceSources are defined for this type.<br>
3478<b>Group:</b> Wimax
3479
3480<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
3481*/
3482
3483/*!
3484
3485\class ns3::BSSchedulerSimple
3486
3487<h3>Config Paths</h3>
3488
3489ns3::BSSchedulerSimple is accessible through the following paths with Config::Set and Config::Connect:
3490<ul>
3491<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BSScheduler/$ns3::BSSchedulerSimple"</li>
3492<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/Scheduler/$ns3::BSSchedulerSimple"</li>
3493<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BSScheduler/$ns3::BSSchedulerSimple"</li>
3494<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/Scheduler/$ns3::BSSchedulerSimple"</li>
3495</ul>
3496No Attributes are defined for this type.<br>
3497No TraceSources are defined for this type.<br>
3498<b>Group:</b> Wimax
3499
3500<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
3501*/
3502
3503/*!
3504
3505\class ns3::Building
3506
3507Introspection did not find any typical Config paths.<br>
3508<h3>Attributes</h3>
3509<ul>
3510<li><b>Boundaries</b>: The boundaries of this Building as a value of type ns3::Box
3511 <ul>
3512 <li>Set with class: \ref ns3::BoxValue</li>
3513 <li>Underlying type: \p Box</li>
3514 <li>Initial value: 0|0|0|0|0|0</li>
3515 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3517 </ul>
3518<li><b>ExternalWallsType</b>: The type of material of which the external walls are made
3519 <ul>
3520 <li>Set with class: \ref ns3::EnumValue<ns3::Building::ExtWallsType_t></li>
3521 <li>Underlying type: \p Wood|ConcreteWithWindows|ConcreteWithoutWindows|StoneBlocks</li>
3522 <li>Initial value: ConcreteWithWindows</li>
3523 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3524 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3525 </ul>
3526<li><b>Id</b>: The id (unique integer) of this Building.
3527 <ul>
3528 <li>Set with class: \ref ns3::UintegerValue</li>
3529 <li>Underlying type: uint32_t 0:4294967295</li>
3530 <li>Flags: <span class="mlabel">read</span></li>
3531 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3532 </ul>
3533<li><b>NFloors</b>: The number of floors of this building.
3534 <ul>
3535 <li>Set with class: \ref ns3::UintegerValue</li>
3536 <li>Underlying type: uint32_t 0:4294967295</li>
3537 <li>Initial value: 1</li>
3538 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3539 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3540 </ul>
3541<li><b>NRoomsX</b>: The number of rooms in the X axis.
3542 <ul>
3543 <li>Set with class: \ref ns3::UintegerValue</li>
3544 <li>Underlying type: uint32_t 0:4294967295</li>
3545 <li>Initial value: 1</li>
3546 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3547 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3548 </ul>
3549<li><b>NRoomsY</b>: The number of rooms in the Y axis.
3550 <ul>
3551 <li>Set with class: \ref ns3::UintegerValue</li>
3552 <li>Underlying type: uint32_t 0:4294967295</li>
3553 <li>Initial value: 1</li>
3554 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3555 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3556 </ul>
3557<li><b>Type</b>: The type of building
3558 <ul>
3559 <li>Set with class: \ref ns3::EnumValue<ns3::Building::BuildingType_t></li>
3560 <li>Underlying type: \p Residential|Office|Commercial</li>
3561 <li>Initial value: Residential</li>
3562 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3563 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3564 </ul>
3565</ul>
3566No TraceSources are defined for this type.<br>
3567<b>Group:</b> Buildings
3568
3569<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
3570*/
3571
3572/*!
3573
3574\class ns3::BuildingListPriv
3575
3576Introspection did not find any typical Config paths.<br>
3577<h3>Attributes</h3>
3578<ul>
3579<li><b>BuildingList</b>: The list of all buildings created during the simulation.
3580 <ul>
3581 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
3582 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Building></li>
3583 <li>Flags: <span class="mlabel">read</span></li>
3584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3585 </ul>
3586</ul>
3587No TraceSources are defined for this type.<br>
3588<b>Group:</b> Buildings
3589
3590<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
3591*/
3592
3593/*!
3594
3595\class ns3::BuildingsChannelConditionModel
3596
3597<h3>Config Paths</h3>
3598
3599ns3::BuildingsChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
3600<ul>
3601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::BuildingsChannelConditionModel"</li>
3602<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::BuildingsChannelConditionModel"</li>
3603<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::BuildingsChannelConditionModel"</li>
3604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::BuildingsChannelConditionModel"</li>
3605<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::BuildingsChannelConditionModel"</li>
3606<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::BuildingsChannelConditionModel"</li>
3607<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::BuildingsChannelConditionModel"</li>
3608</ul>
3609No Attributes are defined for this type.<br>
3610No TraceSources are defined for this type.<br>
3611<b>Group:</b> Buildings
3612
3613<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
3614*/
3615
3616/*!
3617
3618\class ns3::BuildingsPropagationLossModel
3619
3620<h3>Config Paths</h3>
3621
3622ns3::BuildingsPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
3623<ul>
3624<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel"</li>
3625<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel"</li>
3626<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel"</li>
3627<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel"</li>
3628<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::BuildingsPropagationLossModel"</li>
3629<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel"</li>
3630<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel"</li>
3631</ul>
3632<h3>Attributes</h3>
3633<ul>
3634<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]
3635 <ul>
3636 <li>Set with class: \ref ns3::DoubleValue</li>
3637 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
3638 <li>Initial value: 5</li>
3639 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3641 </ul>
3642<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls
3643 <ul>
3644 <li>Set with class: \ref ns3::DoubleValue</li>
3645 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
3646 <li>Initial value: 5</li>
3647 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3649 </ul>
3650<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes
3651 <ul>
3652 <li>Set with class: \ref ns3::DoubleValue</li>
3653 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
3654 <li>Initial value: 8</li>
3655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3657 </ul>
3658<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes
3659 <ul>
3660 <li>Set with class: \ref ns3::DoubleValue</li>
3661 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
3662 <li>Initial value: 7</li>
3663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3665 </ul>
3666</ul>
3667No TraceSources are defined for this type.<br>
3668<b>Group:</b> Buildings
3669
3670<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
3671*/
3672
3673/*!
3674
3675\class ns3::BulkSendApplication
3676
3677<h3>Config Paths</h3>
3678
3679ns3::BulkSendApplication is accessible through the following paths with Config::Set and Config::Connect:
3680<ul>
3681<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::BulkSendApplication"</li>
3682<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::BulkSendApplication"</li>
3683</ul>
3684<h3>Attributes</h3>
3685<ul>
3686<li><b>EnableSeqTsSizeHeader</b>: Add SeqTsSizeHeader to each packet
3687 <ul>
3688 <li>Set with class: \ref ns3::BooleanValue</li>
3689 <li>Underlying type: bool</li>
3690 <li>Initial value: false</li>
3691 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3692 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3693 </ul>
3694<li><b>MaxBytes</b>: The total number of bytes to send. Once these bytes are sent, no data is sent again. The value zero means that there is no limit.
3695 <ul>
3696 <li>Set with class: \ref ns3::UintegerValue</li>
3697 <li>Underlying type: uint64_t 0:18446744073709551615</li>
3698 <li>Initial value: 0</li>
3699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3701 </ul>
3702<li><b>Protocol</b>: The type of protocol to use.
3703 <ul>
3704 <li>Set with class: \ref ns3::TypeIdValue</li>
3705 <li>Underlying type: \p TypeId</li>
3706 <li>Initial value: ns3::TcpSocketFactory</li>
3707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3709 </ul>
3710<li><b>SendSize</b>: The amount of data to send each time.
3711 <ul>
3712 <li>Set with class: \ref ns3::UintegerValue</li>
3713 <li>Underlying type: uint32_t 1:4294967295</li>
3714 <li>Initial value: 512</li>
3715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3717 </ul>
3718</ul>
3719<h3>Attributes defined in parent class ns3::SourceApplication</h3>
3720<ul>
3721<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
3722 <ul>
3723 <li>Set with class: \ref ns3::AddressValue</li>
3724 <li>Underlying type: \p Address</li>
3725 <li>Initial value: </li>
3726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3728 </ul>
3729<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
3730 <ul>
3731 <li>Set with class: \ref ns3::AddressValue</li>
3732 <li>Underlying type: \p Address</li>
3733 <li>Initial value: </li>
3734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3736 </ul>
3737<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
3738 <ul>
3739 <li>Set with class: \ref ns3::UintegerValue</li>
3740 <li>Underlying type: uint8_t 0:255</li>
3741 <li>Initial value: 0</li>
3742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3744 </ul>
3745</ul>
3746<h3>Attributes defined in parent class ns3::Application</h3>
3747<ul>
3748<li><b>StartTime</b>: Time at which the application will start
3749 <ul>
3750 <li>Set with class: \ref ns3::TimeValue</li>
3751 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
3752 <li>Initial value: +0ns</li>
3753 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3755 </ul>
3756<li><b>StopTime</b>: Time at which the application will stop
3757 <ul>
3758 <li>Set with class: \ref ns3::TimeValue</li>
3759 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
3760 <li>Initial value: +0ns</li>
3761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3763 </ul>
3764</ul>
3765<h3>TraceSources</h3>
3766<ul>
3767<li><b>TcpRetransmission</b>: The TCP socket retransmitted a packet<br> <ul>
3768 <li> %Callback signature: ns3::TcpSocketBase::RetransmissionCallback
3769</li>
3770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3771</ul>
3772<li><b>Tx</b>: A new packet is sent<br> <ul>
3773 <li> %Callback signature: ns3::Packet::TracedCallback
3774</li>
3775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3776</ul>
3777<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader<br> <ul>
3778 <li> %Callback signature: ns3::PacketSink::SeqTsSizeCallback
3779</li>
3780 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3781</ul>
3782</ul>
3783<b>Group:</b> Applications
3784
3785<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
3786*/
3787
3788/*!
3789
3790\class ns3::BurstErrorModel
3791
3792<h3>Config Paths</h3>
3793
3794ns3::BurstErrorModel is accessible through the following paths with Config::Set and Config::Connect:
3795<ul>
3796<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel"</li>
3797<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel"</li>
3798<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel"</li>
3799<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel"</li>
3800<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel"</li>
3801<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel"</li>
3802</ul>
3803<h3>Attributes</h3>
3804<ul>
3805<li><b>BurstSize</b>: The number of packets being corrupted at one drop.
3806 <ul>
3807 <li>Set with class: \ref ns3::PointerValue</li>
3808 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
3809 <li>Initial value: ns3::UniformRandomVariable[Min=1|Max=4]</li>
3810 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3811 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3812 </ul>
3813<li><b>BurstStart</b>: The decision variable attached to this error model.
3814 <ul>
3815 <li>Set with class: \ref ns3::PointerValue</li>
3816 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
3817 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
3818 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3819 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3820 </ul>
3821<li><b>ErrorRate</b>: The burst error event.
3822 <ul>
3823 <li>Set with class: \ref ns3::DoubleValue</li>
3824 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
3825 <li>Initial value: 0</li>
3826 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3828 </ul>
3829</ul>
3830<h3>Attributes defined in parent class ns3::ErrorModel</h3>
3831<ul>
3832<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
3833 <ul>
3834 <li>Set with class: \ref ns3::BooleanValue</li>
3835 <li>Underlying type: bool</li>
3836 <li>Initial value: true</li>
3837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3839 </ul>
3840</ul>
3841No TraceSources are defined for this type.<br>
3842<b>Group:</b> Network
3843
3844<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
3845*/
3846
3847/*!
3848
3849\class ns3::BurstProfileManager
3850
3851<h3>Config Paths</h3>
3852
3853ns3::BurstProfileManager is accessible through the following paths with Config::Set and Config::Connect:
3854<ul>
3855<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager"</li>
3856</ul>
3857No Attributes are defined for this type.<br>
3858No TraceSources are defined for this type.<br>
3859<b>Group:</b> Wimax
3860
3861<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
3862*/
3863
3864/*!
3865
3866\class ns3::CalendarScheduler
3867
3868Introspection did not find any typical Config paths.<br>
3869<h3>Attributes</h3>
3870<ul>
3871<li><b>Reverse</b>: Store events in reverse chronological order
3872 <ul>
3873 <li>Set with class: \ref ns3::BooleanValue</li>
3874 <li>Underlying type: bool</li>
3875 <li>Initial value: false</li>
3876 <li>Flags: <span class="mlabel">construct</span></li>
3877 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3878 </ul>
3879</ul>
3880No TraceSources are defined for this type.<br>
3881<b>Group:</b> Core
3882
3883<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
3884*/
3885
3886/*!
3887
3888\class ns3::CaraWifiManager
3889
3890<h3>Config Paths</h3>
3891
3892ns3::CaraWifiManager is accessible through the following paths with Config::Set and Config::Connect:
3893<ul>
3894<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::CaraWifiManager"</li>
3895<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::CaraWifiManager"</li>
3896</ul>
3897<h3>Attributes</h3>
3898<ul>
3899<li><b>FailureThreshold</b>: The number of consecutive transmissions failure to decrease the rate.
3900 <ul>
3901 <li>Set with class: \ref ns3::UintegerValue</li>
3902 <li>Underlying type: uint32_t 0:4294967295</li>
3903 <li>Initial value: 2</li>
3904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3906 </ul>
3907<li><b>ProbeThreshold</b>: The number of consecutive transmissions failure to activate the RTS probe.
3908 <ul>
3909 <li>Set with class: \ref ns3::UintegerValue</li>
3910 <li>Underlying type: uint32_t 0:4294967295</li>
3911 <li>Initial value: 1</li>
3912 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3914 </ul>
3915<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.
3916 <ul>
3917 <li>Set with class: \ref ns3::UintegerValue</li>
3918 <li>Underlying type: uint32_t 0:4294967295</li>
3919 <li>Initial value: 10</li>
3920 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3922 </ul>
3923<li><b>Timeout</b>: The 'timer' in the CARA algorithm
3924 <ul>
3925 <li>Set with class: \ref ns3::UintegerValue</li>
3926 <li>Underlying type: uint32_t 0:4294967295</li>
3927 <li>Initial value: 15</li>
3928 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3930 </ul>
3931</ul>
3932<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
3933<ul>
3934<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
3935 <ul>
3936 <li>Set with class: \ref ns3::UintegerValue</li>
3937 <li>Underlying type: uint8_t 0:255</li>
3938 <li>Initial value: 0</li>
3939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3941 </ul>
3942<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
3943 <ul>
3944 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
3945 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
3946 <li>Initial value: Cts-To-Self</li>
3947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3949 </ul>
3950<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
3951 <ul>
3952 <li>Set with class: \ref ns3::UintegerValue</li>
3953 <li>Underlying type: uint32_t 256:65535</li>
3954 <li>Initial value: 65535</li>
3955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3957 </ul>
3958<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
3959 <ul>
3960 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
3961 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
3962 <li>Initial value: Cts-To-Self</li>
3963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3965 </ul>
3966<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
3967 <ul>
3968 <li>Set with class: \ref ns3::BooleanValue</li>
3969 <li>Underlying type: bool</li>
3970 <li>Initial value: false</li>
3971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3973 </ul>
3974<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
3975 <ul>
3976 <li>Set with class: \ref ns3::UintegerValue</li>
3977 <li>Underlying type: uint32_t 0:4294967295</li>
3978 <li>Initial value: 4</li>
3979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
3980 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
3981 </ul>
3982<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
3983 <ul>
3984 <li>Set with class: \ref ns3::UintegerValue</li>
3985 <li>Underlying type: uint32_t 0:4294967295</li>
3986 <li>Initial value: 7</li>
3987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
3988 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
3989 </ul>
3990<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
3991 <ul>
3992 <li>Set with class: \ref ns3::WifiModeValue</li>
3993 <li>Underlying type: \p WifiMode</li>
3994 <li>Initial value: Invalid-WifiMode</li>
3995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
3996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
3997 </ul>
3998<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
3999 <ul>
4000 <li>Set with class: \ref ns3::UintegerValue</li>
4001 <li>Underlying type: uint32_t 0:4692480</li>
4002 <li>Initial value: 4692480</li>
4003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
4004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4005 </ul>
4006<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
4007 <ul>
4008 <li>Set with class: \ref ns3::TimeValue</li>
4009 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4010 <li>Initial value: +0ns</li>
4011 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4013 </ul>
4014</ul>
4015<h3>TraceSources</h3>
4016<ul>
4017<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
4018 <li> %Callback signature: ns3::TracedValueCallback::Uint64
4019</li>
4020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4021</ul>
4022</ul>
4023<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
4024<ul>
4025<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
4026 <li> %Callback signature: ns3::Mac48Address::TracedCallback
4027</li>
4028 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4029</ul>
4030<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
4031 <li> %Callback signature: ns3::Mac48Address::TracedCallback
4032</li>
4033 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4034</ul>
4035<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
4036 <li> %Callback signature: ns3::Mac48Address::TracedCallback
4037</li>
4038 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4039</ul>
4040<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
4041 <li> %Callback signature: ns3::Mac48Address::TracedCallback
4042</li>
4043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4044</ul>
4045</ul>
4046<b>Group:</b> Wifi
4047
4048<b>Size</b> of this type is 456 bytes (on a 64-bit architecture).
4049*/
4050
4051/*!
4052
4053\class ns3::CcHelper
4054
4055Introspection did not find any typical Config paths.<br>
4056<h3>Attributes</h3>
4057<ul>
4058<li><b>DlBandwidth</b>: Set Dl Bandwidth for the first carrier component
4059 <ul>
4060 <li>Set with class: \ref ns3::UintegerValue</li>
4061 <li>Underlying type: uint16_t 0:100</li>
4062 <li>Initial value: 25</li>
4063 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4065 </ul>
4066<li><b>DlEarfcn</b>: Set Dl Channel [EARFCN] for the first carrier component
4067 <ul>
4068 <li>Set with class: \ref ns3::UintegerValue</li>
4069 <li>Underlying type: uint32_t 0:4294967295</li>
4070 <li>Initial value: 0</li>
4071 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4073 </ul>
4074<li><b>NumberOfComponentCarriers</b>: Set the number of Component Carriers to setup per eNodeBCurrently the maximum Number of Component Carriers allowed is 2
4075 <ul>
4076 <li>Set with class: \ref ns3::UintegerValue</li>
4077 <li>Underlying type: uint16_t 1:2</li>
4078 <li>Initial value: 1</li>
4079 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4080 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4081 </ul>
4082<li><b>UlBandwidth</b>: Set Dl Bandwidth for the first carrier component
4083 <ul>
4084 <li>Set with class: \ref ns3::UintegerValue</li>
4085 <li>Underlying type: uint16_t 0:100</li>
4086 <li>Initial value: 25</li>
4087 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4088 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4089 </ul>
4090<li><b>UlEarfcn</b>: Set Ul Channel [EARFCN] for the first carrier component
4091 <ul>
4092 <li>Set with class: \ref ns3::UintegerValue</li>
4093 <li>Underlying type: uint32_t 0:4294967295</li>
4094 <li>Initial value: 0</li>
4095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4097 </ul>
4098</ul>
4099No TraceSources are defined for this type.<br>
4100<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
4101*/
4102
4103/*!
4104
4105\class ns3::Channel
4106
4107<h3>Config Paths</h3>
4108
4109ns3::Channel is accessible through the following paths with Config::Set and Config::Connect:
4110<ul>
4111<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel"</li>
4112<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel"</li>
4113<li>"/ChannelList/[i]"</li>
4114</ul>
4115<h3>Attributes</h3>
4116<ul>
4117<li><b>Id</b>: The id (unique integer) of this Channel.
4118 <ul>
4119 <li>Set with class: \ref ns3::UintegerValue</li>
4120 <li>Underlying type: uint32_t 0:4294967295</li>
4121 <li>Flags: <span class="mlabel">read</span></li>
4122 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4123 </ul>
4124</ul>
4125No TraceSources are defined for this type.<br>
4126<b>Group:</b> Network
4127
4128<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
4129*/
4130
4131/*!
4132
4133\class ns3::ChannelAccessManager
4134
4135<h3>Config Paths</h3>
4136
4137ns3::ChannelAccessManager is accessible through the following paths with Config::Set and Config::Connect:
4138<ul>
4139<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/ChannelAccessManagers/[i]"</li>
4140</ul>
4141<h3>Attributes</h3>
4142<ul>
4143<li><b>GenerateBackoffIfTxopWithoutTx</b>: Specify whether the backoff should be invoked when the AC gains the right to start a TXOP but it does not transmit any frame (e.g., due to constraints associated with EMLSR operations), provided that the queue is not actually empty.
4144 <ul>
4145 <li>Set with class: \ref ns3::BooleanValue</li>
4146 <li>Underlying type: bool</li>
4147 <li>Initial value: false</li>
4148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4150 </ul>
4151<li><b>NSlotsLeft</b>: The NSlotsLeftAlert trace source is fired when the number of remaining backoff slots for any AC is equal to or less than the value of this attribute. Note that the trace source is fired only if the AC for which the previous condition is met has requested channel access. Also, if the value of this attribute is zero, the trace source is never fired.
4152 <ul>
4153 <li>Set with class: \ref ns3::UintegerValue</li>
4154 <li>Underlying type: uint8_t 0:255</li>
4155 <li>Initial value: 0</li>
4156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4158 </ul>
4159<li><b>NSlotsLeftMinDelay</b>: The minimum gap between the end of a medium busy event and the time the NSlotsLeftAlert trace source can be fired.
4160 <ul>
4161 <li>Set with class: \ref ns3::TimeValue</li>
4162 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4163 <li>Initial value: +0ns</li>
4164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4166 </ul>
4167<li><b>ProactiveBackoff</b>: Specify whether a new backoff value is generated when a CCA busy period starts, the backoff counter is zero and the station is not a TXOP holder. This is useful to generate a new backoff value when, e.g., the backoff counter reaches zero, the station does not transmit and subsequently the medium becomes busy.
4168 <ul>
4169 <li>Set with class: \ref ns3::BooleanValue</li>
4170 <li>Underlying type: bool</li>
4171 <li>Initial value: false</li>
4172 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4174 </ul>
4175<li><b>ResetBackoffThreshold</b>: If no PHY operates on this link for a period greater than this threshold, all the backoffs are reset.
4176 <ul>
4177 <li>Set with class: \ref ns3::TimeValue</li>
4178 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4179 <li>Initial value: +0ns</li>
4180 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4182 </ul>
4183</ul>
4184<h3>TraceSources</h3>
4185<ul>
4186<li><b>NSlotsLeftAlert</b>: The number of remaining backoff slots for the AC with the given index reached the threshold set through the NSlotsLeft attribute.<br> <ul>
4187 <li> %Callback signature: ns3::ChannelAccessManager::NSlotsLeftCallback
4188</li>
4189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4190</ul>
4191</ul>
4192<b>Group:</b> Wifi
4193
4194<b>Size</b> of this type is 528 bytes (on a 64-bit architecture).
4195*/
4196
4197/*!
4198
4199\class ns3::ChannelCondition
4200
4201Introspection did not find any typical Config paths.<br>
4202No Attributes are defined for this type.<br>
4203No TraceSources are defined for this type.<br>
4204<b>Group:</b> Propagation
4205
4206<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
4207*/
4208
4209/*!
4210
4211\class ns3::ChannelConditionModel
4212
4213<h3>Config Paths</h3>
4214
4215ns3::ChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
4216<ul>
4217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel"</li>
4218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel"</li>
4219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel"</li>
4220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel"</li>
4221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel"</li>
4222<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel"</li>
4223<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel"</li>
4224</ul>
4225No Attributes are defined for this type.<br>
4226No TraceSources are defined for this type.<br>
4227<b>Group:</b> Propagation
4228
4229<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
4230*/
4231
4232/*!
4233
4234\class ns3::ChannelListPriv
4235
4236<h3>Config Paths</h3>
4237
4238ns3::ChannelListPriv is accessible through the following paths with Config::Set and Config::Connect:
4239<ul>
4240<li>""</li>
4241</ul>
4242<h3>Attributes</h3>
4243<ul>
4244<li><b>ChannelList</b>: The list of all channels created during the simulation.
4245 <ul>
4246 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
4247 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
4248 <li>Flags: <span class="mlabel">read</span></li>
4249 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4250 </ul>
4251</ul>
4252No TraceSources are defined for this type.<br>
4253<b>Group:</b> Network
4254
4255<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
4256*/
4257
4258/*!
4259
4260\class ns3::Chunk
4261
4262Introspection did not find any typical Config paths.<br>
4263No Attributes are defined for this type.<br>
4264No TraceSources are defined for this type.<br>
4265<b>Group:</b> Network
4266
4267<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
4268*/
4269
4270/*!
4271
4272\class ns3::CircularApertureAntennaModel
4273
4274Introspection did not find any typical Config paths.<br>
4275<h3>Attributes</h3>
4276<ul>
4277<li><b>AntennaCircularApertureRadius</b>: The radius of the aperture of the antenna, in meters
4278 <ul>
4279 <li>Set with class: \ref ns3::DoubleValue</li>
4280 <li>Underlying type: double 0:1.79769e+308</li>
4281 <li>Initial value: 0.5</li>
4282 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
4283 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4284 </ul>
4285<li><b>AntennaMaxGainDb</b>: The maximum gain value in dB of the antenna
4286 <ul>
4287 <li>Set with class: \ref ns3::DoubleValue</li>
4288 <li>Underlying type: double 0:1.79769e+308</li>
4289 <li>Initial value: 1</li>
4290 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
4291 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4292 </ul>
4293<li><b>AntennaMinGainDb</b>: The minimum gain value in dB of the antenna
4294 <ul>
4295 <li>Set with class: \ref ns3::DoubleValue</li>
4296 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
4297 <li>Initial value: -100</li>
4298 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
4299 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4300 </ul>
4301<li><b>ForceGainBounds</b>: Force GetGainDb to [AntennaMinGainDb, AntennaMaxGainDb] range
4302 <ul>
4303 <li>Set with class: \ref ns3::BooleanValue</li>
4304 <li>Underlying type: bool</li>
4305 <li>Initial value: true</li>
4306 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4307 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4308 </ul>
4309<li><b>OperatingFrequency</b>: The operating frequency in Hz of the antenna
4310 <ul>
4311 <li>Set with class: \ref ns3::DoubleValue</li>
4312 <li>Underlying type: double 0:1.79769e+308</li>
4313 <li>Initial value: 2e+09</li>
4314 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
4315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4316 </ul>
4317</ul>
4318No TraceSources are defined for this type.<br>
4319<b>Group:</b> Antenna
4320
4321<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
4322*/
4323
4324/*!
4325
4326\class ns3::CobaltQueueDisc
4327
4328Introspection did not find any typical Config paths.<br>
4329<h3>Attributes</h3>
4330<ul>
4331<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled
4332 <ul>
4333 <li>Set with class: \ref ns3::TimeValue</li>
4334 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4335 <li>Initial value: +4e+08ns</li>
4336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4338 </ul>
4339<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets
4340 <ul>
4341 <li>Set with class: \ref ns3::TimeValue</li>
4342 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4343 <li>Initial value: +9.22337e+18ns</li>
4344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4346 </ul>
4347<li><b>Decrement</b>: Pdrop decrement Value
4348 <ul>
4349 <li>Set with class: \ref ns3::DoubleValue</li>
4350 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
4351 <li>Initial value: 0.000244141</li>
4352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4354 </ul>
4355<li><b>Increment</b>: Pdrop increment value
4356 <ul>
4357 <li>Set with class: \ref ns3::DoubleValue</li>
4358 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
4359 <li>Initial value: 0.00390625</li>
4360 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4362 </ul>
4363<li><b>Interval</b>: The Cobalt algorithm interval
4364 <ul>
4365 <li>Set with class: \ref ns3::TimeValue</li>
4366 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4367 <li>Initial value: 100ms</li>
4368 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4369 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4370 </ul>
4371<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.
4372 <ul>
4373 <li>Set with class: \ref ns3::QueueSizeValue</li>
4374 <li>Underlying type: \p QueueSize</li>
4375 <li>Initial value: 1500000B</li>
4376 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4377 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4378 </ul>
4379<li><b>Pdrop</b>: Marking Probability
4380 <ul>
4381 <li>Set with class: \ref ns3::DoubleValue</li>
4382 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
4383 <li>Initial value: 0</li>
4384 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4386 </ul>
4387<li><b>Target</b>: The Cobalt algorithm target queue delay
4388 <ul>
4389 <li>Set with class: \ref ns3::TimeValue</li>
4390 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4391 <li>Initial value: 5ms</li>
4392 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4393 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4394 </ul>
4395<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
4396 <ul>
4397 <li>Set with class: \ref ns3::BooleanValue</li>
4398 <li>Underlying type: bool</li>
4399 <li>Initial value: false</li>
4400 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4401 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4402 </ul>
4403<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
4404 <ul>
4405 <li>Set with class: \ref ns3::BooleanValue</li>
4406 <li>Underlying type: bool</li>
4407 <li>Initial value: false</li>
4408 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4410 </ul>
4411</ul>
4412<h3>Attributes defined in parent class ns3::QueueDisc</h3>
4413<ul>
4414<li><b>InternalQueueList</b>: The list of internal queues.
4415 <ul>
4416 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
4417 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
4418 <li>Flags: <span class="mlabel">read</span></li>
4419 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4420 </ul>
4421<li><b>PacketFilterList</b>: The list of packet filters.
4422 <ul>
4423 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
4424 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
4425 <li>Flags: <span class="mlabel">read</span></li>
4426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4427 </ul>
4428<li><b>QueueDiscClassList</b>: The list of queue disc classes.
4429 <ul>
4430 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
4431 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
4432 <li>Flags: <span class="mlabel">read</span></li>
4433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4434 </ul>
4435<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
4436 <ul>
4437 <li>Set with class: \ref ns3::UintegerValue</li>
4438 <li>Underlying type: uint32_t 0:4294967295</li>
4439 <li>Initial value: 64</li>
4440 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4441 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4442 </ul>
4443</ul>
4444<h3>TraceSources</h3>
4445<ul>
4446<li><b>Count</b>: Cobalt count<br> <ul>
4447 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4448</li>
4449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4450</ul>
4451<li><b>DropNext</b>: Time until next packet drop<br> <ul>
4452 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4453</li>
4454 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4455</ul>
4456<li><b>DropState</b>: Dropping state<br> <ul>
4457 <li> %Callback signature: ns3::TracedValueCallback::Bool
4458</li>
4459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4460</ul>
4461</ul>
4462<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
4463<ul>
4464<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
4465 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4466</li>
4467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4468</ul>
4469<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
4470 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4471</li>
4472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4473</ul>
4474<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
4475 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4476</li>
4477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4478</ul>
4479<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
4480 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4481</li>
4482 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4483</ul>
4484<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
4485 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4486</li>
4487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4488</ul>
4489<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
4490 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4491</li>
4492 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4493</ul>
4494<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
4495 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4496</li>
4497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4498</ul>
4499<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
4500 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4501</li>
4502 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4503</ul>
4504<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
4505 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4506</li>
4507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4508</ul>
4509<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
4510 <li> %Callback signature: ns3::Time::TracedCallback
4511</li>
4512 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4513</ul>
4514</ul>
4515<b>Group:</b> TrafficControl
4516
4517<b>Size</b> of this type is 1800 bytes (on a 64-bit architecture).
4518*/
4519
4520/*!
4521
4522\class ns3::CoDelQueueDisc
4523
4524Introspection did not find any typical Config paths.<br>
4525<h3>Attributes</h3>
4526<ul>
4527<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets
4528 <ul>
4529 <li>Set with class: \ref ns3::TimeValue</li>
4530 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4531 <li>Initial value: +9.22337e+18ns</li>
4532 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4533 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4534 </ul>
4535<li><b>Interval</b>: The CoDel algorithm interval
4536 <ul>
4537 <li>Set with class: \ref ns3::TimeValue</li>
4538 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4539 <li>Initial value: 100ms</li>
4540 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4542 </ul>
4543<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.
4544 <ul>
4545 <li>Set with class: \ref ns3::QueueSizeValue</li>
4546 <li>Underlying type: \p QueueSize</li>
4547 <li>Initial value: 1500000B</li>
4548 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4549 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4550 </ul>
4551<li><b>MinBytes</b>: The CoDel algorithm minbytes parameter.
4552 <ul>
4553 <li>Set with class: \ref ns3::UintegerValue</li>
4554 <li>Underlying type: uint32_t 0:4294967295</li>
4555 <li>Initial value: 1500</li>
4556 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4557 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4558 </ul>
4559<li><b>Target</b>: The CoDel algorithm target queue delay
4560 <ul>
4561 <li>Set with class: \ref ns3::TimeValue</li>
4562 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
4563 <li>Initial value: 5ms</li>
4564 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4565 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4566 </ul>
4567<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
4568 <ul>
4569 <li>Set with class: \ref ns3::BooleanValue</li>
4570 <li>Underlying type: bool</li>
4571 <li>Initial value: false</li>
4572 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4574 </ul>
4575<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
4576 <ul>
4577 <li>Set with class: \ref ns3::BooleanValue</li>
4578 <li>Underlying type: bool</li>
4579 <li>Initial value: false</li>
4580 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4582 </ul>
4583</ul>
4584<h3>Attributes defined in parent class ns3::QueueDisc</h3>
4585<ul>
4586<li><b>InternalQueueList</b>: The list of internal queues.
4587 <ul>
4588 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
4589 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
4590 <li>Flags: <span class="mlabel">read</span></li>
4591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4592 </ul>
4593<li><b>PacketFilterList</b>: The list of packet filters.
4594 <ul>
4595 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
4596 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
4597 <li>Flags: <span class="mlabel">read</span></li>
4598 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4599 </ul>
4600<li><b>QueueDiscClassList</b>: The list of queue disc classes.
4601 <ul>
4602 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
4603 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
4604 <li>Flags: <span class="mlabel">read</span></li>
4605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4606 </ul>
4607<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
4608 <ul>
4609 <li>Set with class: \ref ns3::UintegerValue</li>
4610 <li>Underlying type: uint32_t 0:4294967295</li>
4611 <li>Initial value: 64</li>
4612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4614 </ul>
4615</ul>
4616<h3>TraceSources</h3>
4617<ul>
4618<li><b>Count</b>: CoDel count<br> <ul>
4619 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4620</li>
4621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4622</ul>
4623<li><b>DropNext</b>: Time until next packet drop<br> <ul>
4624 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4625</li>
4626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4627</ul>
4628<li><b>DropState</b>: Dropping state<br> <ul>
4629 <li> %Callback signature: ns3::TracedValueCallback::Bool
4630</li>
4631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4632</ul>
4633<li><b>LastCount</b>: CoDel lastcount<br> <ul>
4634 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4635</li>
4636 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4637</ul>
4638</ul>
4639<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
4640<ul>
4641<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
4642 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4643</li>
4644 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4645</ul>
4646<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
4647 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4648</li>
4649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4650</ul>
4651<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
4652 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4653</li>
4654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4655</ul>
4656<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
4657 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4658</li>
4659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4660</ul>
4661<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
4662 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4663</li>
4664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4665</ul>
4666<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
4667 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4668</li>
4669 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4670</ul>
4671<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
4672 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4673</li>
4674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4675</ul>
4676<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
4677 <li> %Callback signature: ns3::TracedValueCallback::Uint32
4678</li>
4679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4680</ul>
4681<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
4682 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
4683</li>
4684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4685</ul>
4686<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
4687 <li> %Callback signature: ns3::Time::TracedCallback
4688</li>
4689 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4690</ul>
4691</ul>
4692<b>Group:</b> TrafficControl
4693
4694<b>Size</b> of this type is 1288 bytes (on a 64-bit architecture).
4695*/
4696
4697/*!
4698
4699\class ns3::CommandPayloadHeader
4700
4701Introspection did not find any typical Config paths.<br>
4702No Attributes are defined for this type.<br>
4703No TraceSources are defined for this type.<br>
4704<b>Group:</b> LrWpan
4705
4706<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
4707*/
4708
4709/*!
4710
4711\class ns3::ComponentCarrier
4712
4713Introspection did not find any typical Config paths.<br>
4714<h3>Attributes</h3>
4715<ul>
4716<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
4717 <ul>
4718 <li>Set with class: \ref ns3::UintegerValue</li>
4719 <li>Underlying type: uint32_t 0:4294967295</li>
4720 <li>Initial value: 0</li>
4721 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4723 </ul>
4724<li><b>CsgIndication</b>: If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.
4725 <ul>
4726 <li>Set with class: \ref ns3::BooleanValue</li>
4727 <li>Underlying type: bool</li>
4728 <li>Initial value: false</li>
4729 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4731 </ul>
4732<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
4733 <ul>
4734 <li>Set with class: \ref ns3::UintegerValue</li>
4735 <li>Underlying type: uint8_t 0:255</li>
4736 <li>Initial value: 25</li>
4737 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4739 </ul>
4740<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
4741 <ul>
4742 <li>Set with class: \ref ns3::UintegerValue</li>
4743 <li>Underlying type: uint32_t 0:262143</li>
4744 <li>Initial value: 100</li>
4745 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4746 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4747 </ul>
4748<li><b>PrimaryCarrier</b>: If true, this Carrier Component will be the Primary Carrier Component (PCC) Only one PCC per eNodeB is (currently) allowed
4749 <ul>
4750 <li>Set with class: \ref ns3::BooleanValue</li>
4751 <li>Underlying type: bool</li>
4752 <li>Initial value: false</li>
4753 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4755 </ul>
4756<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
4757 <ul>
4758 <li>Set with class: \ref ns3::UintegerValue</li>
4759 <li>Underlying type: uint8_t 0:255</li>
4760 <li>Initial value: 25</li>
4761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4763 </ul>
4764<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
4765 <ul>
4766 <li>Set with class: \ref ns3::UintegerValue</li>
4767 <li>Underlying type: uint32_t 18000:262143</li>
4768 <li>Initial value: 18100</li>
4769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4771 </ul>
4772</ul>
4773No TraceSources are defined for this type.<br>
4774<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
4775*/
4776
4777/*!
4778
4779\class ns3::ComponentCarrierBaseStation
4780
4781Introspection did not find any typical Config paths.<br>
4782No Attributes are defined for this type.<br>
4783<h3>Attributes defined in parent class ns3::ComponentCarrier</h3>
4784<ul>
4785<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
4786 <ul>
4787 <li>Set with class: \ref ns3::UintegerValue</li>
4788 <li>Underlying type: uint32_t 0:4294967295</li>
4789 <li>Initial value: 0</li>
4790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4792 </ul>
4793<li><b>CsgIndication</b>: If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.
4794 <ul>
4795 <li>Set with class: \ref ns3::BooleanValue</li>
4796 <li>Underlying type: bool</li>
4797 <li>Initial value: false</li>
4798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4800 </ul>
4801<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
4802 <ul>
4803 <li>Set with class: \ref ns3::UintegerValue</li>
4804 <li>Underlying type: uint8_t 0:255</li>
4805 <li>Initial value: 25</li>
4806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4808 </ul>
4809<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
4810 <ul>
4811 <li>Set with class: \ref ns3::UintegerValue</li>
4812 <li>Underlying type: uint32_t 0:262143</li>
4813 <li>Initial value: 100</li>
4814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4816 </ul>
4817<li><b>PrimaryCarrier</b>: If true, this Carrier Component will be the Primary Carrier Component (PCC) Only one PCC per eNodeB is (currently) allowed
4818 <ul>
4819 <li>Set with class: \ref ns3::BooleanValue</li>
4820 <li>Underlying type: bool</li>
4821 <li>Initial value: false</li>
4822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4824 </ul>
4825<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
4826 <ul>
4827 <li>Set with class: \ref ns3::UintegerValue</li>
4828 <li>Underlying type: uint8_t 0:255</li>
4829 <li>Initial value: 25</li>
4830 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4832 </ul>
4833<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
4834 <ul>
4835 <li>Set with class: \ref ns3::UintegerValue</li>
4836 <li>Underlying type: uint32_t 18000:262143</li>
4837 <li>Initial value: 18100</li>
4838 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4840 </ul>
4841</ul>
4842No TraceSources are defined for this type.<br>
4843<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
4844*/
4845
4846/*!
4847
4848\class ns3::ComponentCarrierEnb
4849
4850<h3>Config Paths</h3>
4851
4852ns3::ComponentCarrierEnb is accessible through the following paths with Config::Set and Config::Connect:
4853<ul>
4854<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]"</li>
4855<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]"</li>
4856</ul>
4857<h3>Attributes</h3>
4858<ul>
4859<li><b>FfMacScheduler</b>: The scheduler associated to this EnbNetDevice
4860 <ul>
4861 <li>Set with class: \ref ns3::PointerValue</li>
4862 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FfMacScheduler></li>
4863 <li>Initial value: 0</li>
4864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4866 </ul>
4867<li><b>LteEnbMac</b>: The MAC associated to this EnbNetDevice
4868 <ul>
4869 <li>Set with class: \ref ns3::PointerValue</li>
4870 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbMac></li>
4871 <li>Initial value: 0</li>
4872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4874 </ul>
4875<li><b>LteEnbPhy</b>: The PHY associated to this EnbNetDevice
4876 <ul>
4877 <li>Set with class: \ref ns3::PointerValue</li>
4878 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbPhy></li>
4879 <li>Initial value: 0</li>
4880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4882 </ul>
4883<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice
4884 <ul>
4885 <li>Set with class: \ref ns3::PointerValue</li>
4886 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteFfrAlgorithm></li>
4887 <li>Initial value: 0</li>
4888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4890 </ul>
4891</ul>
4892<h3>Attributes defined in parent class ns3::ComponentCarrier</h3>
4893<ul>
4894<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
4895 <ul>
4896 <li>Set with class: \ref ns3::UintegerValue</li>
4897 <li>Underlying type: uint32_t 0:4294967295</li>
4898 <li>Initial value: 0</li>
4899 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4900 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4901 </ul>
4902<li><b>CsgIndication</b>: If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.
4903 <ul>
4904 <li>Set with class: \ref ns3::BooleanValue</li>
4905 <li>Underlying type: bool</li>
4906 <li>Initial value: false</li>
4907 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4908 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4909 </ul>
4910<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
4911 <ul>
4912 <li>Set with class: \ref ns3::UintegerValue</li>
4913 <li>Underlying type: uint8_t 0:255</li>
4914 <li>Initial value: 25</li>
4915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4917 </ul>
4918<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
4919 <ul>
4920 <li>Set with class: \ref ns3::UintegerValue</li>
4921 <li>Underlying type: uint32_t 0:262143</li>
4922 <li>Initial value: 100</li>
4923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4925 </ul>
4926<li><b>PrimaryCarrier</b>: If true, this Carrier Component will be the Primary Carrier Component (PCC) Only one PCC per eNodeB is (currently) allowed
4927 <ul>
4928 <li>Set with class: \ref ns3::BooleanValue</li>
4929 <li>Underlying type: bool</li>
4930 <li>Initial value: false</li>
4931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4933 </ul>
4934<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
4935 <ul>
4936 <li>Set with class: \ref ns3::UintegerValue</li>
4937 <li>Underlying type: uint8_t 0:255</li>
4938 <li>Initial value: 25</li>
4939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4941 </ul>
4942<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
4943 <ul>
4944 <li>Set with class: \ref ns3::UintegerValue</li>
4945 <li>Underlying type: uint32_t 18000:262143</li>
4946 <li>Initial value: 18100</li>
4947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4949 </ul>
4950</ul>
4951No TraceSources are defined for this type.<br>
4952<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
4953*/
4954
4955/*!
4956
4957\class ns3::ComponentCarrierUe
4958
4959<h3>Config Paths</h3>
4960
4961ns3::ComponentCarrierUe is accessible through the following paths with Config::Set and Config::Connect:
4962<ul>
4963<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]"</li>
4964<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]"</li>
4965</ul>
4966<h3>Attributes</h3>
4967<ul>
4968<li><b>LteUeMac</b>: The MAC associated to this UeNetDevice
4969 <ul>
4970 <li>Set with class: \ref ns3::PointerValue</li>
4971 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUeMac></li>
4972 <li>Initial value: 0</li>
4973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4975 </ul>
4976<li><b>LteUePhy</b>: The PHY associated to this EnbNetDevice
4977 <ul>
4978 <li>Set with class: \ref ns3::PointerValue</li>
4979 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUePhy></li>
4980 <li>Initial value: 0</li>
4981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4983 </ul>
4984</ul>
4985<h3>Attributes defined in parent class ns3::ComponentCarrier</h3>
4986<ul>
4987<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
4988 <ul>
4989 <li>Set with class: \ref ns3::UintegerValue</li>
4990 <li>Underlying type: uint32_t 0:4294967295</li>
4991 <li>Initial value: 0</li>
4992 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
4993 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
4994 </ul>
4995<li><b>CsgIndication</b>: If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.
4996 <ul>
4997 <li>Set with class: \ref ns3::BooleanValue</li>
4998 <li>Underlying type: bool</li>
4999 <li>Initial value: false</li>
5000 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5001 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5002 </ul>
5003<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
5004 <ul>
5005 <li>Set with class: \ref ns3::UintegerValue</li>
5006 <li>Underlying type: uint8_t 0:255</li>
5007 <li>Initial value: 25</li>
5008 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5010 </ul>
5011<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
5012 <ul>
5013 <li>Set with class: \ref ns3::UintegerValue</li>
5014 <li>Underlying type: uint32_t 0:262143</li>
5015 <li>Initial value: 100</li>
5016 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5018 </ul>
5019<li><b>PrimaryCarrier</b>: If true, this Carrier Component will be the Primary Carrier Component (PCC) Only one PCC per eNodeB is (currently) allowed
5020 <ul>
5021 <li>Set with class: \ref ns3::BooleanValue</li>
5022 <li>Underlying type: bool</li>
5023 <li>Initial value: false</li>
5024 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5026 </ul>
5027<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
5028 <ul>
5029 <li>Set with class: \ref ns3::UintegerValue</li>
5030 <li>Underlying type: uint8_t 0:255</li>
5031 <li>Initial value: 25</li>
5032 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5033 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5034 </ul>
5035<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
5036 <ul>
5037 <li>Set with class: \ref ns3::UintegerValue</li>
5038 <li>Underlying type: uint32_t 18000:262143</li>
5039 <li>Initial value: 18100</li>
5040 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5042 </ul>
5043</ul>
5044No TraceSources are defined for this type.<br>
5045<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
5046*/
5047
5048/*!
5049
5050\class ns3::ConfigStore
5051
5052Introspection did not find any typical Config paths.<br>
5053<h3>Attributes</h3>
5054<ul>
5055<li><b>FileFormat</b>: Type of file format
5056 <ul>
5057 <li>Set with class: \ref ns3::EnumValue<ns3::ConfigStore::FileFormat></li>
5058 <li>Underlying type: \p RawText|Xml</li>
5059 <li>Initial value: RawText</li>
5060 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5062 </ul>
5063<li><b>Filename</b>: The file where the configuration should be saved to or loaded from.
5064 <ul>
5065 <li>Set with class: \ref ns3::StringValue</li>
5066 <li>Underlying type: \p std::string</li>
5067 <li>Initial value: ""</li>
5068 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5070 </ul>
5071<li><b>Mode</b>: Configuration mode
5072 <ul>
5073 <li>Set with class: \ref ns3::EnumValue<ns3::ConfigStore::Mode></li>
5074 <li>Underlying type: \p None|Load|Save</li>
5075 <li>Initial value: None</li>
5076 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5077 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5078 </ul>
5079<li><b>SaveDeprecated</b>: Save DEPRECATED attributes
5080 <ul>
5081 <li>Set with class: \ref ns3::BooleanValue</li>
5082 <li>Underlying type: bool</li>
5083 <li>Initial value: true</li>
5084 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5085 <li>Support level: <span class="mlabel">OBSOLETE</span>: OBSOLETE since ns-3.43 as it is no longer needed; deprecated attributes are saved only if their value differs from their respective original initial value</li>
5086 </ul>
5087</ul>
5088No TraceSources are defined for this type.<br>
5089<b>Group:</b> ConfigStore
5090
5091<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
5092*/
5093
5094/*!
5095
5096\class ns3::ConnectionManager
5097
5098<h3>Config Paths</h3>
5099
5100ns3::ConnectionManager is accessible through the following paths with Config::Set and Config::Connect:
5101<ul>
5102<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager"</li>
5103</ul>
5104No Attributes are defined for this type.<br>
5105No TraceSources are defined for this type.<br>
5106<b>Group:</b> Wimax
5107
5108<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
5109*/
5110
5111/*!
5112
5113\class ns3::ConstantAccelerationMobilityModel
5114
5115<h3>Config Paths</h3>
5116
5117ns3::ConstantAccelerationMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
5118<ul>
5119<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::ConstantAccelerationMobilityModel"</li>
5120</ul>
5121No Attributes are defined for this type.<br>
5122<h3>Attributes defined in parent class ns3::MobilityModel</h3>
5123<ul>
5124<li><b>Position</b>: The current position of the mobility model.
5125 <ul>
5126 <li>Set with class: \ref ns3::Vector3DValue</li>
5127 <li>Underlying type: \p Vector3D</li>
5128 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
5129 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5130 </ul>
5131<li><b>Velocity</b>: The current velocity of the mobility model.
5132 <ul>
5133 <li>Set with class: \ref ns3::Vector3DValue</li>
5134 <li>Underlying type: \p Vector3D</li>
5135 <li>Flags: <span class="mlabel">read</span></li>
5136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5137 </ul>
5138</ul>
5139No TraceSources are defined for this type.<br>
5140<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
5141<ul>
5142<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
5143 <li> %Callback signature: ns3::MobilityModel::TracedCallback
5144</li>
5145 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5146</ul>
5147</ul>
5148<b>Group:</b> Mobility
5149
5150<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
5151*/
5152
5153/*!
5154
5155\class ns3::ConstantObssPdAlgorithm
5156
5157Introspection did not find any typical Config paths.<br>
5158No Attributes are defined for this type.<br>
5159<h3>Attributes defined in parent class ns3::ObssPdAlgorithm</h3>
5160<ul>
5161<li><b>ObssPdLevel</b>: The current OBSS PD level (dBm).
5162 <ul>
5163 <li>Set with class: \ref ns3::DoubleValue</li>
5164 <li>Underlying type: double -101:-62</li>
5165 <li>Initial value: -82</li>
5166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5168 </ul>
5169<li><b>ObssPdLevelMax</b>: Maximum value (dBm) of OBSS PD level.
5170 <ul>
5171 <li>Set with class: \ref ns3::DoubleValue</li>
5172 <li>Underlying type: double -101:-62</li>
5173 <li>Initial value: -62</li>
5174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5176 </ul>
5177<li><b>ObssPdLevelMin</b>: Minimum value (dBm) of OBSS PD level.
5178 <ul>
5179 <li>Set with class: \ref ns3::DoubleValue</li>
5180 <li>Underlying type: double -101:-62</li>
5181 <li>Initial value: -82</li>
5182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5184 </ul>
5185<li><b>TxPowerRefMimo</b>: The MIMO reference TX power level (dBm).
5186 <ul>
5187 <li>Set with class: \ref ns3::DoubleValue</li>
5188 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5189 <li>Initial value: 25</li>
5190 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5192 </ul>
5193<li><b>TxPowerRefSiso</b>: The SISO reference TX power level (dBm).
5194 <ul>
5195 <li>Set with class: \ref ns3::DoubleValue</li>
5196 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5197 <li>Initial value: 21</li>
5198 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5199 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5200 </ul>
5201</ul>
5202No TraceSources are defined for this type.<br>
5203<h3>TraceSources defined in parent class ns3::ObssPdAlgorithm</h3>
5204<ul>
5205<li><b>Reset</b>: Trace CCA Reset event<br> <ul>
5206 <li> %Callback signature: ns3::ObssPdAlgorithm::ResetTracedCallback
5207</li>
5208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5209</ul>
5210</ul>
5211<b>Group:</b> Wifi
5212
5213<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
5214*/
5215
5216/*!
5217
5218\class ns3::ConstantPositionMobilityModel
5219
5220<h3>Config Paths</h3>
5221
5222ns3::ConstantPositionMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
5223<ul>
5224<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::ConstantPositionMobilityModel"</li>
5225</ul>
5226No Attributes are defined for this type.<br>
5227<h3>Attributes defined in parent class ns3::MobilityModel</h3>
5228<ul>
5229<li><b>Position</b>: The current position of the mobility model.
5230 <ul>
5231 <li>Set with class: \ref ns3::Vector3DValue</li>
5232 <li>Underlying type: \p Vector3D</li>
5233 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
5234 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5235 </ul>
5236<li><b>Velocity</b>: The current velocity of the mobility model.
5237 <ul>
5238 <li>Set with class: \ref ns3::Vector3DValue</li>
5239 <li>Underlying type: \p Vector3D</li>
5240 <li>Flags: <span class="mlabel">read</span></li>
5241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5242 </ul>
5243</ul>
5244No TraceSources are defined for this type.<br>
5245<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
5246<ul>
5247<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
5248 <li> %Callback signature: ns3::MobilityModel::TracedCallback
5249</li>
5250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5251</ul>
5252</ul>
5253<b>Group:</b> Mobility
5254
5255<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
5256*/
5257
5258/*!
5259
5260\class ns3::ConstantRandomVariable
5261
5262<h3>Config Paths</h3>
5263
5264ns3::ConstantRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
5265<ul>
5266<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ConstantRandomVariable"</li>
5267<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ConstantRandomVariable"</li>
5268<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ConstantRandomVariable"</li>
5269<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ConstantRandomVariable"</li>
5270<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ConstantRandomVariable"</li>
5271<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ConstantRandomVariable"</li>
5272<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ConstantRandomVariable"</li>
5273<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ConstantRandomVariable"</li>
5274<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ConstantRandomVariable"</li>
5275<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ConstantRandomVariable"</li>
5276<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ConstantRandomVariable"</li>
5277<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ConstantRandomVariable"</li>
5278<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ConstantRandomVariable"</li>
5279<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ConstantRandomVariable"</li>
5280<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ConstantRandomVariable"</li>
5281<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ConstantRandomVariable"</li>
5282<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ConstantRandomVariable"</li>
5283<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ConstantRandomVariable"</li>
5284<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ConstantRandomVariable"</li>
5285<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ConstantRandomVariable"</li>
5286<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ConstantRandomVariable"</li>
5287<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ConstantRandomVariable"</li>
5288<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ConstantRandomVariable"</li>
5289<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ConstantRandomVariable"</li>
5290<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ConstantRandomVariable"</li>
5291<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ConstantRandomVariable"</li>
5292<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ConstantRandomVariable"</li>
5293<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ConstantRandomVariable"</li>
5294<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ConstantRandomVariable"</li>
5295<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ConstantRandomVariable"</li>
5296<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ConstantRandomVariable"</li>
5297<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ConstantRandomVariable"</li>
5298<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ConstantRandomVariable"</li>
5299<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ConstantRandomVariable"</li>
5300<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ConstantRandomVariable"</li>
5301<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ConstantRandomVariable"</li>
5302<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ConstantRandomVariable"</li>
5303<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ConstantRandomVariable"</li>
5304<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ConstantRandomVariable"</li>
5305<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ConstantRandomVariable"</li>
5306<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ConstantRandomVariable"</li>
5307<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ConstantRandomVariable"</li>
5308<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ConstantRandomVariable"</li>
5309<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ConstantRandomVariable"</li>
5310<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ConstantRandomVariable"</li>
5311<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ConstantRandomVariable"</li>
5312<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ConstantRandomVariable"</li>
5313<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ConstantRandomVariable"</li>
5314<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ConstantRandomVariable"</li>
5315<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ConstantRandomVariable"</li>
5316<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ConstantRandomVariable"</li>
5317<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ConstantRandomVariable"</li>
5318<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ConstantRandomVariable"</li>
5319<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ConstantRandomVariable"</li>
5320<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ConstantRandomVariable"</li>
5321<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ConstantRandomVariable"</li>
5322<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ConstantRandomVariable"</li>
5323<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ConstantRandomVariable"</li>
5324<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ConstantRandomVariable"</li>
5325<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ConstantRandomVariable"</li>
5326</ul>
5327<h3>Attributes</h3>
5328<ul>
5329<li><b>Constant</b>: The constant value returned by this RNG stream.
5330 <ul>
5331 <li>Set with class: \ref ns3::DoubleValue</li>
5332 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5333 <li>Initial value: 0</li>
5334 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5336 </ul>
5337</ul>
5338<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
5339<ul>
5340<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
5341 <ul>
5342 <li>Set with class: \ref ns3::BooleanValue</li>
5343 <li>Underlying type: bool</li>
5344 <li>Initial value: false</li>
5345 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5346 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5347 </ul>
5348<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
5349 <ul>
5350 <li>Set with class: \ref ns3::IntegerValue</li>
5351 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
5352 <li>Initial value: -1</li>
5353 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5354 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5355 </ul>
5356</ul>
5357No TraceSources are defined for this type.<br>
5358<b>Group:</b> Core
5359
5360<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
5361*/
5362
5363/*!
5364
5365\class ns3::ConstantRateWifiManager
5366
5367<h3>Config Paths</h3>
5368
5369ns3::ConstantRateWifiManager is accessible through the following paths with Config::Set and Config::Connect:
5370<ul>
5371<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ConstantRateWifiManager"</li>
5372<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ConstantRateWifiManager"</li>
5373</ul>
5374<h3>Attributes</h3>
5375<ul>
5376<li><b>ControlMode</b>: The transmission mode to use for every RTS packet transmission.
5377 <ul>
5378 <li>Set with class: \ref ns3::WifiModeValue</li>
5379 <li>Underlying type: \p WifiMode</li>
5380 <li>Initial value: OfdmRate6Mbps</li>
5381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5383 </ul>
5384<li><b>DataMode</b>: The transmission mode to use for every data packet transmission
5385 <ul>
5386 <li>Set with class: \ref ns3::WifiModeValue</li>
5387 <li>Underlying type: \p WifiMode</li>
5388 <li>Initial value: OfdmRate6Mbps</li>
5389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5391 </ul>
5392</ul>
5393<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
5394<ul>
5395<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
5396 <ul>
5397 <li>Set with class: \ref ns3::UintegerValue</li>
5398 <li>Underlying type: uint8_t 0:255</li>
5399 <li>Initial value: 0</li>
5400 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5401 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5402 </ul>
5403<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
5404 <ul>
5405 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
5406 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
5407 <li>Initial value: Cts-To-Self</li>
5408 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5410 </ul>
5411<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
5412 <ul>
5413 <li>Set with class: \ref ns3::UintegerValue</li>
5414 <li>Underlying type: uint32_t 256:65535</li>
5415 <li>Initial value: 65535</li>
5416 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5418 </ul>
5419<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
5420 <ul>
5421 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
5422 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
5423 <li>Initial value: Cts-To-Self</li>
5424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5426 </ul>
5427<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
5428 <ul>
5429 <li>Set with class: \ref ns3::BooleanValue</li>
5430 <li>Underlying type: bool</li>
5431 <li>Initial value: false</li>
5432 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5434 </ul>
5435<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
5436 <ul>
5437 <li>Set with class: \ref ns3::UintegerValue</li>
5438 <li>Underlying type: uint32_t 0:4294967295</li>
5439 <li>Initial value: 4</li>
5440 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5441 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
5442 </ul>
5443<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
5444 <ul>
5445 <li>Set with class: \ref ns3::UintegerValue</li>
5446 <li>Underlying type: uint32_t 0:4294967295</li>
5447 <li>Initial value: 7</li>
5448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5449 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
5450 </ul>
5451<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
5452 <ul>
5453 <li>Set with class: \ref ns3::WifiModeValue</li>
5454 <li>Underlying type: \p WifiMode</li>
5455 <li>Initial value: Invalid-WifiMode</li>
5456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5458 </ul>
5459<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
5460 <ul>
5461 <li>Set with class: \ref ns3::UintegerValue</li>
5462 <li>Underlying type: uint32_t 0:4692480</li>
5463 <li>Initial value: 4692480</li>
5464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5466 </ul>
5467<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
5468 <ul>
5469 <li>Set with class: \ref ns3::TimeValue</li>
5470 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
5471 <li>Initial value: +0ns</li>
5472 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5474 </ul>
5475</ul>
5476No TraceSources are defined for this type.<br>
5477<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
5478<ul>
5479<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
5480 <li> %Callback signature: ns3::Mac48Address::TracedCallback
5481</li>
5482 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5483</ul>
5484<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
5485 <li> %Callback signature: ns3::Mac48Address::TracedCallback
5486</li>
5487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5488</ul>
5489<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
5490 <li> %Callback signature: ns3::Mac48Address::TracedCallback
5491</li>
5492 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5493</ul>
5494<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
5495 <li> %Callback signature: ns3::Mac48Address::TracedCallback
5496</li>
5497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5498</ul>
5499</ul>
5500<b>Group:</b> Wifi
5501
5502<b>Size</b> of this type is 416 bytes (on a 64-bit architecture).
5503*/
5504
5505/*!
5506
5507\class ns3::ConstantSpectrumPropagationLossModel
5508
5509Introspection did not find any typical Config paths.<br>
5510<h3>Attributes</h3>
5511<ul>
5512<li><b>Loss</b>: Path loss (dB) between transmitter and receiver
5513 <ul>
5514 <li>Set with class: \ref ns3::DoubleValue</li>
5515 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5516 <li>Initial value: 1</li>
5517 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5518 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5519 </ul>
5520</ul>
5521No TraceSources are defined for this type.<br>
5522<b>Group:</b> Spectrum
5523
5524<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
5525*/
5526
5527/*!
5528
5529\class ns3::ConstantSpeedPropagationDelayModel
5530
5531<h3>Config Paths</h3>
5532
5533ns3::ConstantSpeedPropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
5534<ul>
5535<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::ConstantSpeedPropagationDelayModel"</li>
5536<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::ConstantSpeedPropagationDelayModel"</li>
5537<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::ConstantSpeedPropagationDelayModel"</li>
5538</ul>
5539<h3>Attributes</h3>
5540<ul>
5541<li><b>Speed</b>: The propagation speed (m/s) in the propagation medium being considered. The default value is the propagation speed of light in the vacuum.
5542 <ul>
5543 <li>Set with class: \ref ns3::DoubleValue</li>
5544 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5545 <li>Initial value: 2.99792e+08</li>
5546 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5547 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5548 </ul>
5549</ul>
5550No TraceSources are defined for this type.<br>
5551<b>Group:</b> Propagation
5552
5553<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
5554*/
5555
5556/*!
5557
5558\class ns3::ConstantVelocityMobilityModel
5559
5560<h3>Config Paths</h3>
5561
5562ns3::ConstantVelocityMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
5563<ul>
5564<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::ConstantVelocityMobilityModel"</li>
5565</ul>
5566No Attributes are defined for this type.<br>
5567<h3>Attributes defined in parent class ns3::MobilityModel</h3>
5568<ul>
5569<li><b>Position</b>: The current position of the mobility model.
5570 <ul>
5571 <li>Set with class: \ref ns3::Vector3DValue</li>
5572 <li>Underlying type: \p Vector3D</li>
5573 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
5574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5575 </ul>
5576<li><b>Velocity</b>: The current velocity of the mobility model.
5577 <ul>
5578 <li>Set with class: \ref ns3::Vector3DValue</li>
5579 <li>Underlying type: \p Vector3D</li>
5580 <li>Flags: <span class="mlabel">read</span></li>
5581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5582 </ul>
5583</ul>
5584No TraceSources are defined for this type.<br>
5585<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
5586<ul>
5587<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
5588 <li> %Callback signature: ns3::MobilityModel::TracedCallback
5589</li>
5590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5591</ul>
5592</ul>
5593<b>Group:</b> Mobility
5594
5595<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
5596*/
5597
5598/*!
5599
5600\class ns3::CosineAntennaModel
5601
5602Introspection did not find any typical Config paths.<br>
5603<h3>Attributes</h3>
5604<ul>
5605<li><b>HorizontalBeamwidth</b>: The 3 dB horizontal beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain
5606 <ul>
5607 <li>Set with class: \ref ns3::DoubleValue</li>
5608 <li>Underlying type: double 0:360</li>
5609 <li>Initial value: 120</li>
5610 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5611 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5612 </ul>
5613<li><b>MaxGain</b>: The gain (dB) at the antenna boresight (the direction of maximum gain)
5614 <ul>
5615 <li>Set with class: \ref ns3::DoubleValue</li>
5616 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5617 <li>Initial value: 0</li>
5618 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5620 </ul>
5621<li><b>Orientation</b>: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis
5622 <ul>
5623 <li>Set with class: \ref ns3::DoubleValue</li>
5624 <li>Underlying type: double -360:360</li>
5625 <li>Initial value: 0</li>
5626 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5628 </ul>
5629<li><b>VerticalBeamwidth</b>: The 3 dB vertical beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain
5630 <ul>
5631 <li>Set with class: \ref ns3::DoubleValue</li>
5632 <li>Underlying type: double 0:360</li>
5633 <li>Initial value: 360</li>
5634 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5636 </ul>
5637</ul>
5638No TraceSources are defined for this type.<br>
5639<b>Group:</b> Antenna
5640
5641<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
5642*/
5643
5644/*!
5645
5646\class ns3::Cost231PropagationLossModel
5647
5648<h3>Config Paths</h3>
5649
5650ns3::Cost231PropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
5651<ul>
5652<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Cost231PropagationLossModel"</li>
5653<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Cost231PropagationLossModel"</li>
5654<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Cost231PropagationLossModel"</li>
5655<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Cost231PropagationLossModel"</li>
5656<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::Cost231PropagationLossModel"</li>
5657<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Cost231PropagationLossModel"</li>
5658<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Cost231PropagationLossModel"</li>
5659</ul>
5660<h3>Attributes</h3>
5661<ul>
5662<li><b>BSAntennaHeight</b>: BS Antenna Height (default is 50m).
5663 <ul>
5664 <li>Set with class: \ref ns3::DoubleValue</li>
5665 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5666 <li>Initial value: 50</li>
5667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5669 </ul>
5670<li><b>Frequency</b>: The Frequency (default is 2.3 GHz).
5671 <ul>
5672 <li>Set with class: \ref ns3::DoubleValue</li>
5673 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5674 <li>Initial value: 2.3e+09</li>
5675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5677 </ul>
5678<li><b>Lambda</b>: The wavelength (default is 2.3 GHz at 300 000 km/s).
5679 <ul>
5680 <li>Set with class: \ref ns3::DoubleValue</li>
5681 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5682 <li>Initial value: 0.130435</li>
5683 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5685 </ul>
5686<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m).
5687 <ul>
5688 <li>Set with class: \ref ns3::DoubleValue</li>
5689 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5690 <li>Initial value: 0.5</li>
5691 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5692 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5693 </ul>
5694<li><b>SSAntennaHeight</b>: SS Antenna Height (default is 3m).
5695 <ul>
5696 <li>Set with class: \ref ns3::DoubleValue</li>
5697 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
5698 <li>Initial value: 3</li>
5699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5701 </ul>
5702</ul>
5703No TraceSources are defined for this type.<br>
5704<b>Group:</b> Propagation
5705
5706<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
5707*/
5708
5709/*!
5710
5711\class ns3::CounterCalculator<uint32_t>
5712
5713Introspection did not find any typical Config paths.<br>
5714No Attributes are defined for this type.<br>
5715No TraceSources are defined for this type.<br>
5716<b>Group:</b> Stats
5717
5718<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
5719*/
5720
5721/*!
5722
5723\class ns3::CqaFfMacScheduler
5724
5725<h3>Config Paths</h3>
5726
5727ns3::CqaFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
5728<ul>
5729<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::CqaFfMacScheduler"</li>
5730<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::CqaFfMacScheduler"</li>
5731</ul>
5732<h3>Attributes</h3>
5733<ul>
5734<li><b>CqaMetric</b>: CqaFfMacScheduler metric type that can be: CqaFf, CqaPf
5735 <ul>
5736 <li>Set with class: \ref ns3::StringValue</li>
5737 <li>Underlying type: \p std::string</li>
5738 <li>Initial value: CqaFf</li>
5739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5741 </ul>
5742<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
5743 <ul>
5744 <li>Set with class: \ref ns3::UintegerValue</li>
5745 <li>Underlying type: uint32_t 0:4294967295</li>
5746 <li>Initial value: 1000</li>
5747 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5749 </ul>
5750<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
5751 <ul>
5752 <li>Set with class: \ref ns3::BooleanValue</li>
5753 <li>Underlying type: bool</li>
5754 <li>Initial value: true</li>
5755 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5756 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5757 </ul>
5758<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
5759 <ul>
5760 <li>Set with class: \ref ns3::UintegerValue</li>
5761 <li>Underlying type: uint8_t 0:255</li>
5762 <li>Initial value: 0</li>
5763 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5765 </ul>
5766</ul>
5767<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
5768<ul>
5769<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
5770 <ul>
5771 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
5772 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
5773 <li>Initial value: SRS_UL_CQI</li>
5774 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5776 </ul>
5777</ul>
5778No TraceSources are defined for this type.<br>
5779<b>Group:</b> Lte
5780
5781<b>Size</b> of this type is 1456 bytes (on a 64-bit architecture).
5782*/
5783
5784/*!
5785
5786\class ns3::CsmaChannel
5787
5788<h3>Config Paths</h3>
5789
5790ns3::CsmaChannel is accessible through the following paths with Config::Set and Config::Connect:
5791<ul>
5792<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::CsmaChannel"</li>
5793<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::CsmaChannel"</li>
5794<li>"/ChannelList/[i]/$ns3::CsmaChannel"</li>
5795</ul>
5796<h3>Attributes</h3>
5797<ul>
5798<li><b>DataRate</b>: The transmission data rate to be provided to devices connected to the channel
5799 <ul>
5800 <li>Set with class: \ref ns3::DataRateValue</li>
5801 <li>Underlying type: \p DataRate</li>
5802 <li>Initial value: 4294967295bps</li>
5803 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5804 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5805 </ul>
5806<li><b>Delay</b>: Transmission delay through the channel
5807 <ul>
5808 <li>Set with class: \ref ns3::TimeValue</li>
5809 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
5810 <li>Initial value: +0ns</li>
5811 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5812 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5813 </ul>
5814</ul>
5815<h3>Attributes defined in parent class ns3::Channel</h3>
5816<ul>
5817<li><b>Id</b>: The id (unique integer) of this Channel.
5818 <ul>
5819 <li>Set with class: \ref ns3::UintegerValue</li>
5820 <li>Underlying type: uint32_t 0:4294967295</li>
5821 <li>Flags: <span class="mlabel">read</span></li>
5822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5823 </ul>
5824</ul>
5825No TraceSources are defined for this type.<br>
5826<b>Group:</b> Csma
5827
5828<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
5829*/
5830
5831/*!
5832
5833\class ns3::CsmaNetDevice
5834
5835<h3>Config Paths</h3>
5836
5837ns3::CsmaNetDevice is accessible through the following paths with Config::Set and Config::Connect:
5838<ul>
5839<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice"</li>
5840</ul>
5841<h3>Attributes</h3>
5842<ul>
5843<li><b>Address</b>: The MAC address of this device.
5844 <ul>
5845 <li>Set with class: \ref ns3::Mac48AddressValue</li>
5846 <li>Underlying type: \p Mac48Address</li>
5847 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
5848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5850 </ul>
5851<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.
5852 <ul>
5853 <li>Set with class: \ref ns3::EnumValue<ns3::CsmaNetDevice::EncapsulationMode></li>
5854 <li>Underlying type: \p Dix|Llc</li>
5855 <li>Initial value: Dix</li>
5856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
5857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5858 </ul>
5859<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
5860 <ul>
5861 <li>Set with class: \ref ns3::UintegerValue</li>
5862 <li>Underlying type: uint16_t 0:65535</li>
5863 <li>Initial value: 1500</li>
5864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5866 </ul>
5867<li><b>ReceiveEnable</b>: Enable or disable the receiver section of the device.
5868 <ul>
5869 <li>Set with class: \ref ns3::BooleanValue</li>
5870 <li>Underlying type: bool</li>
5871 <li>Initial value: true</li>
5872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5874 </ul>
5875<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss
5876 <ul>
5877 <li>Set with class: \ref ns3::PointerValue</li>
5878 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
5879 <li>Initial value: 0</li>
5880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5882 </ul>
5883<li><b>SendEnable</b>: Enable or disable the transmitter section of the device.
5884 <ul>
5885 <li>Set with class: \ref ns3::BooleanValue</li>
5886 <li>Underlying type: bool</li>
5887 <li>Initial value: true</li>
5888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5890 </ul>
5891<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.
5892 <ul>
5893 <li>Set with class: \ref ns3::PointerValue</li>
5894 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
5895 <li>Initial value: 0</li>
5896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
5897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5898 </ul>
5899</ul>
5900<h3>TraceSources</h3>
5901<ul>
5902<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
5903 <li> %Callback signature: ns3::Packet::TracedCallback
5904</li>
5905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5906</ul>
5907<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
5908 <li> %Callback signature: ns3::Packet::TracedCallback
5909</li>
5910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5911</ul>
5912<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
5913 <li> %Callback signature: ns3::Packet::TracedCallback
5914</li>
5915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5916</ul>
5917<li><b>MacTxBackoff</b>: Trace source indicating a packet has been delayed by the CSMA backoff process<br> <ul>
5918 <li> %Callback signature: ns3::Packet::TracedCallback
5919</li>
5920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5921</ul>
5922<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission<br> <ul>
5923 <li> %Callback signature: ns3::Packet::TracedCallback
5924</li>
5925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5926</ul>
5927<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
5928 <li> %Callback signature: ns3::Packet::TracedCallback
5929</li>
5930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5931</ul>
5932<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device<br> <ul>
5933 <li> %Callback signature: ns3::Packet::TracedCallback
5934</li>
5935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5936</ul>
5937<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel<br> <ul>
5938 <li> %Callback signature: ns3::Packet::TracedCallback
5939</li>
5940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5941</ul>
5942<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
5943 <li> %Callback signature: ns3::Packet::TracedCallback
5944</li>
5945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5946</ul>
5947<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel<br> <ul>
5948 <li> %Callback signature: ns3::Packet::TracedCallback
5949</li>
5950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5951</ul>
5952<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
5953 <li> %Callback signature: ns3::Packet::TracedCallback
5954</li>
5955 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5956</ul>
5957<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
5958 <li> %Callback signature: ns3::Packet::TracedCallback
5959</li>
5960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
5961</ul>
5962</ul>
5963<b>Group:</b> Csma
5964
5965<b>Size</b> of this type is 568 bytes (on a 64-bit architecture).
5966*/
5967
5968/*!
5969
5970\class ns3::CtrlBAckRequestHeader
5971
5972Introspection did not find any typical Config paths.<br>
5973No Attributes are defined for this type.<br>
5974No TraceSources are defined for this type.<br>
5975<b>Group:</b> Wifi
5976
5977<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
5978*/
5979
5980/*!
5981
5982\class ns3::CtrlBAckResponseHeader
5983
5984Introspection did not find any typical Config paths.<br>
5985No Attributes are defined for this type.<br>
5986No TraceSources are defined for this type.<br>
5987<b>Group:</b> Wifi
5988
5989<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
5990*/
5991
5992/*!
5993
5994\class ns3::CtrlTriggerHeader
5995
5996Introspection did not find any typical Config paths.<br>
5997No Attributes are defined for this type.<br>
5998No TraceSources are defined for this type.<br>
5999<b>Group:</b> Wifi
6000
6001<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
6002*/
6003
6004/*!
6005
6006\class ns3::DataCollectionObject
6007
6008Introspection did not find any typical Config paths.<br>
6009<h3>Attributes</h3>
6010<ul>
6011<li><b>Enabled</b>: Object's enabled status
6012 <ul>
6013 <li>Set with class: \ref ns3::BooleanValue</li>
6014 <li>Underlying type: bool</li>
6015 <li>Initial value: true</li>
6016 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6018 </ul>
6019<li><b>Name</b>: Object's name
6020 <ul>
6021 <li>Set with class: \ref ns3::StringValue</li>
6022 <li>Underlying type: \p std::string</li>
6023 <li>Initial value: unnamed</li>
6024 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6026 </ul>
6027</ul>
6028No TraceSources are defined for this type.<br>
6029<b>Group:</b> Stats
6030
6031<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
6032*/
6033
6034/*!
6035
6036\class ns3::Dcd
6037
6038Introspection did not find any typical Config paths.<br>
6039No Attributes are defined for this type.<br>
6040No TraceSources are defined for this type.<br>
6041<b>Group:</b> Wimax
6042
6043<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
6044*/
6045
6046/*!
6047
6048\class ns3::DefaultApEmlsrManager
6049
6050Introspection did not find any typical Config paths.<br>
6051No Attributes are defined for this type.<br>
6052No TraceSources are defined for this type.<br>
6053<b>Group:</b> Wifi
6054
6055<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
6056*/
6057
6058/*!
6059
6060\class ns3::DefaultEmlsrManager
6061
6062Introspection did not find any typical Config paths.<br>
6063<h3>Attributes</h3>
6064<ul>
6065<li><b>SwitchAuxPhy</b>: Whether Aux PHY should switch channel to operate on the link on which the Main PHY was operating before moving to the link of the Aux PHY. Note that, if the Aux PHY does not switch channel, the main PHY will switch back to its previous link once the TXOP terminates (otherwise, no PHY will be listening on that EMLSR link).
6066 <ul>
6067 <li>Set with class: \ref ns3::BooleanValue</li>
6068 <li>Underlying type: bool</li>
6069 <li>Initial value: true</li>
6070 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6071 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6072 </ul>
6073</ul>
6074<h3>Attributes defined in parent class ns3::EmlsrManager</h3>
6075<ul>
6076<li><b>AuxPhyChannelWidth</b>: The maximum channel width (MHz) supported by Aux PHYs.
6077 <ul>
6078 <li>Set with class: \ref ns3::UintegerValue</li>
6079 <li>Underlying type: double 20:320</li>
6080 <li>Initial value: 20</li>
6081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
6082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6083 </ul>
6084<li><b>AuxPhyMaxModClass</b>: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.
6085 <ul>
6086 <li>Set with class: \ref ns3::EnumValue<ns3::WifiModulationClass></li>
6087 <li>Underlying type: \p HR-DSSS|ERP-OFDM|OFDM|HT|VHT|HE|EHT</li>
6088 <li>Initial value: OFDM</li>
6089 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
6090 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6091 </ul>
6092<li><b>AuxPhyTxCapable</b>: Whether Aux PHYs are capable of transmitting PPDUs.
6093 <ul>
6094 <li>Set with class: \ref ns3::BooleanValue</li>
6095 <li>Underlying type: bool</li>
6096 <li>Initial value: true</li>
6097 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6098 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6099 </ul>
6100<li><b>EmlsrLinkSet</b>: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.
6101 <ul>
6102 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
6103 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
6104 <li>Initial value: </li>
6105 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
6106 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6107 </ul>
6108<li><b>EmlsrPaddingDelay</b>: The EMLSR Paddind Delay (not used by AP MLDs). Possible values are 0 us, 32 us, 64 us, 128 us or 256 us.
6109 <ul>
6110 <li>Set with class: \ref ns3::TimeValue</li>
6111 <li>Underlying type: \p Time +0ns:+256000ns</li>
6112 <li>Initial value: +0ns</li>
6113 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6114 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6115 </ul>
6116<li><b>EmlsrTransitionDelay</b>: The EMLSR Transition Delay (not used by AP MLDs). Possible values are 0 us, 16 us, 32 us, 64 us, 128 us or 256 us.
6117 <ul>
6118 <li>Set with class: \ref ns3::TimeValue</li>
6119 <li>Underlying type: \p Time +0ns:+256000ns</li>
6120 <li>Initial value: +0ns</li>
6121 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6122 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6123 </ul>
6124<li><b>InDeviceInterference</b>: Whether in-device interference is such that a PHY cannot decode anything and cannot decrease the backoff counter when another PHY of the same device is transmitting.
6125 <ul>
6126 <li>Set with class: \ref ns3::BooleanValue</li>
6127 <li>Underlying type: bool</li>
6128 <li>Initial value: false</li>
6129 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6130 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6131 </ul>
6132<li><b>MainPhyId</b>: The ID of the main PHY (position in the vector of PHYs held by WifiNetDevice). This attribute cannot be set after construction.
6133 <ul>
6134 <li>Set with class: \ref ns3::UintegerValue</li>
6135 <li>Underlying type: uint8_t 0:255</li>
6136 <li>Initial value: 0</li>
6137 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
6138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6139 </ul>
6140<li><b>PutAuxPhyToSleep</b>: Whether Aux PHYs should be put into sleep mode while the Main PHY is carrying out a (DL or UL) TXOP. Specifically, for DL TXOPs, aux PHYs are put to sleep after receiving the ICF; for UL TXOPs, aux PHYs are put to sleep when the CTS frame is received, if RTS/CTS is used, or when the transmission of the data frame starts, otherwise. Aux PHYs are resumed from sleep when the TXOP ends.
6141 <ul>
6142 <li>Set with class: \ref ns3::BooleanValue</li>
6143 <li>Underlying type: bool</li>
6144 <li>Initial value: false</li>
6145 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6147 </ul>
6148<li><b>ResetCamState</b>: Whether to reset the state of the ChannelAccessManager associated with the link on which the main PHY has just switched to.
6149 <ul>
6150 <li>Set with class: \ref ns3::BooleanValue</li>
6151 <li>Underlying type: bool</li>
6152 <li>Initial value: false</li>
6153 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6154 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6155 </ul>
6156<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.
6157 <ul>
6158 <li>Set with class: \ref ns3::BooleanValue</li>
6159 <li>Underlying type: bool</li>
6160 <li>Initial value: true</li>
6161 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6163 </ul>
6164</ul>
6165No TraceSources are defined for this type.<br>
6166<h3>TraceSources defined in parent class ns3::EmlsrManager</h3>
6167<ul>
6168<li><b>MainPhySwitch</b>: This trace source is fired when the main PHY switches channel to operate on another link. Information associated with the main PHY switch is provided through a struct that is inherited from struct EmlsrMainPhySwitchTrace (use the GetName() method to get the type of the provided object).<br> <ul>
6169 <li> %Callback signature: ns3::EmlsrManager::MainPhySwitchCallback
6170</li>
6171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6172</ul>
6173</ul>
6174<b>Group:</b> Wifi
6175
6176<b>Size</b> of this type is 832 bytes (on a 64-bit architecture).
6177*/
6178
6179/*!
6180
6181\class ns3::DefaultSimulatorImpl
6182
6183Introspection did not find any typical Config paths.<br>
6184No Attributes are defined for this type.<br>
6185No TraceSources are defined for this type.<br>
6186<b>Group:</b> Core
6187
6188<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
6189*/
6190
6191/*!
6192
6193\class ns3::DeterministicRandomVariable
6194
6195<h3>Config Paths</h3>
6196
6197ns3::DeterministicRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
6198<ul>
6199<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::DeterministicRandomVariable"</li>
6200<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::DeterministicRandomVariable"</li>
6201<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::DeterministicRandomVariable"</li>
6202<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::DeterministicRandomVariable"</li>
6203<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::DeterministicRandomVariable"</li>
6204<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::DeterministicRandomVariable"</li>
6205<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::DeterministicRandomVariable"</li>
6206<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::DeterministicRandomVariable"</li>
6207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::DeterministicRandomVariable"</li>
6208<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::DeterministicRandomVariable"</li>
6209<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::DeterministicRandomVariable"</li>
6210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::DeterministicRandomVariable"</li>
6211<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::DeterministicRandomVariable"</li>
6212<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::DeterministicRandomVariable"</li>
6213<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::DeterministicRandomVariable"</li>
6214<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::DeterministicRandomVariable"</li>
6215<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::DeterministicRandomVariable"</li>
6216<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::DeterministicRandomVariable"</li>
6217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::DeterministicRandomVariable"</li>
6218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::DeterministicRandomVariable"</li>
6219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::DeterministicRandomVariable"</li>
6220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::DeterministicRandomVariable"</li>
6221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::DeterministicRandomVariable"</li>
6222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::DeterministicRandomVariable"</li>
6223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::DeterministicRandomVariable"</li>
6224<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::DeterministicRandomVariable"</li>
6225<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::DeterministicRandomVariable"</li>
6226<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::DeterministicRandomVariable"</li>
6227<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::DeterministicRandomVariable"</li>
6228<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::DeterministicRandomVariable"</li>
6229<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::DeterministicRandomVariable"</li>
6230<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::DeterministicRandomVariable"</li>
6231<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::DeterministicRandomVariable"</li>
6232<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::DeterministicRandomVariable"</li>
6233<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::DeterministicRandomVariable"</li>
6234<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::DeterministicRandomVariable"</li>
6235<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::DeterministicRandomVariable"</li>
6236<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::DeterministicRandomVariable"</li>
6237<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::DeterministicRandomVariable"</li>
6238<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::DeterministicRandomVariable"</li>
6239<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::DeterministicRandomVariable"</li>
6240<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::DeterministicRandomVariable"</li>
6241<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::DeterministicRandomVariable"</li>
6242<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::DeterministicRandomVariable"</li>
6243<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::DeterministicRandomVariable"</li>
6244<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::DeterministicRandomVariable"</li>
6245<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::DeterministicRandomVariable"</li>
6246<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::DeterministicRandomVariable"</li>
6247<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::DeterministicRandomVariable"</li>
6248<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::DeterministicRandomVariable"</li>
6249<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::DeterministicRandomVariable"</li>
6250<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::DeterministicRandomVariable"</li>
6251<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::DeterministicRandomVariable"</li>
6252<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::DeterministicRandomVariable"</li>
6253<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::DeterministicRandomVariable"</li>
6254<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::DeterministicRandomVariable"</li>
6255<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::DeterministicRandomVariable"</li>
6256<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::DeterministicRandomVariable"</li>
6257<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::DeterministicRandomVariable"</li>
6258<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::DeterministicRandomVariable"</li>
6259</ul>
6260No Attributes are defined for this type.<br>
6261<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
6262<ul>
6263<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
6264 <ul>
6265 <li>Set with class: \ref ns3::BooleanValue</li>
6266 <li>Underlying type: bool</li>
6267 <li>Initial value: false</li>
6268 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6270 </ul>
6271<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
6272 <ul>
6273 <li>Set with class: \ref ns3::IntegerValue</li>
6274 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
6275 <li>Initial value: -1</li>
6276 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6278 </ul>
6279</ul>
6280No TraceSources are defined for this type.<br>
6281<b>Group:</b> Core
6282
6283<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
6284*/
6285
6286/*!
6287
6288\class ns3::DeviceNameTag
6289
6290Introspection did not find any typical Config paths.<br>
6291No Attributes are defined for this type.<br>
6292No TraceSources are defined for this type.<br>
6293<b>Group:</b> Network
6294
6295<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
6296*/
6297
6298/*!
6299
6300\class ns3::DhcpClient
6301
6302<h3>Config Paths</h3>
6303
6304ns3::DhcpClient is accessible through the following paths with Config::Set and Config::Connect:
6305<ul>
6306<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient"</li>
6307</ul>
6308<h3>Attributes</h3>
6309<ul>
6310<li><b>Collect</b>: Time for which offer collection starts
6311 <ul>
6312 <li>Set with class: \ref ns3::TimeValue</li>
6313 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6314 <li>Initial value: +5e+09ns</li>
6315 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6317 </ul>
6318<li><b>RTRS</b>: Time for retransmission of Discover message
6319 <ul>
6320 <li>Set with class: \ref ns3::TimeValue</li>
6321 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6322 <li>Initial value: +5e+09ns</li>
6323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6325 </ul>
6326<li><b>ReRequest</b>: Time after which request will be resent to next server
6327 <ul>
6328 <li>Set with class: \ref ns3::TimeValue</li>
6329 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6330 <li>Initial value: +1e+10ns</li>
6331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6333 </ul>
6334<li><b>Transactions</b>: The possible value of transaction numbers
6335 <ul>
6336 <li>Set with class: \ref ns3::PointerValue</li>
6337 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
6338 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1000000.0]</li>
6339 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6341 </ul>
6342</ul>
6343<h3>Attributes defined in parent class ns3::Application</h3>
6344<ul>
6345<li><b>StartTime</b>: Time at which the application will start
6346 <ul>
6347 <li>Set with class: \ref ns3::TimeValue</li>
6348 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6349 <li>Initial value: +0ns</li>
6350 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6352 </ul>
6353<li><b>StopTime</b>: Time at which the application will stop
6354 <ul>
6355 <li>Set with class: \ref ns3::TimeValue</li>
6356 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6357 <li>Initial value: +0ns</li>
6358 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6359 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6360 </ul>
6361</ul>
6362<h3>TraceSources</h3>
6363<ul>
6364<li><b>ExpireLease</b>: A lease expires<br> <ul>
6365 <li> %Callback signature: ns3::Ipv4Address::TracedCallback
6366</li>
6367 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6368</ul>
6369<li><b>NewLease</b>: Get a NewLease<br> <ul>
6370 <li> %Callback signature: ns3::Ipv4Address::TracedCallback
6371</li>
6372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6373</ul>
6374</ul>
6375<b>Group:</b> Internet-Apps
6376
6377<b>Size</b> of this type is 536 bytes (on a 64-bit architecture).
6378*/
6379
6380/*!
6381
6382\class ns3::DhcpHeader
6383
6384Introspection did not find any typical Config paths.<br>
6385No Attributes are defined for this type.<br>
6386No TraceSources are defined for this type.<br>
6387<b>Group:</b> Internet-Apps
6388
6389<b>Size</b> of this type is 568 bytes (on a 64-bit architecture).
6390*/
6391
6392/*!
6393
6394\class ns3::DhcpServer
6395
6396<h3>Config Paths</h3>
6397
6398ns3::DhcpServer is accessible through the following paths with Config::Set and Config::Connect:
6399<ul>
6400<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpServer"</li>
6401</ul>
6402<h3>Attributes</h3>
6403<ul>
6404<li><b>FirstAddress</b>: The First valid address that can be given.
6405 <ul>
6406 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
6407 <li>Underlying type: \p Ipv4Address</li>
6408 <li>Initial value: 102.102.102.102</li>
6409 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6411 </ul>
6412<li><b>Gateway</b>: Address of default gateway
6413 <ul>
6414 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
6415 <li>Underlying type: \p Ipv4Address</li>
6416 <li>Initial value: 102.102.102.102</li>
6417 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6418 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6419 </ul>
6420<li><b>LastAddress</b>: The Last valid address that can be given.
6421 <ul>
6422 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
6423 <li>Underlying type: \p Ipv4Address</li>
6424 <li>Initial value: 102.102.102.102</li>
6425 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6427 </ul>
6428<li><b>LeaseTime</b>: Lease for which address will be leased.
6429 <ul>
6430 <li>Set with class: \ref ns3::TimeValue</li>
6431 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6432 <li>Initial value: +3e+10ns</li>
6433 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6435 </ul>
6436<li><b>PoolAddresses</b>: Pool of addresses to provide on request.
6437 <ul>
6438 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
6439 <li>Underlying type: \p Ipv4Address</li>
6440 <li>Initial value: 102.102.102.102</li>
6441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6443 </ul>
6444<li><b>PoolMask</b>: Mask of the pool of addresses.
6445 <ul>
6446 <li>Set with class: \ref ns3::Ipv4MaskValue</li>
6447 <li>Underlying type: \p Ipv4Mask</li>
6448 <li>Initial value: 102.102.102.102</li>
6449 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6451 </ul>
6452<li><b>RebindTime</b>: Time after which client should rebind.
6453 <ul>
6454 <li>Set with class: \ref ns3::TimeValue</li>
6455 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6456 <li>Initial value: +2.5e+10ns</li>
6457 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6458 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6459 </ul>
6460<li><b>RenewTime</b>: Time after which client should renew.
6461 <ul>
6462 <li>Set with class: \ref ns3::TimeValue</li>
6463 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6464 <li>Initial value: +1.5e+10ns</li>
6465 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6466 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6467 </ul>
6468</ul>
6469<h3>Attributes defined in parent class ns3::Application</h3>
6470<ul>
6471<li><b>StartTime</b>: Time at which the application will start
6472 <ul>
6473 <li>Set with class: \ref ns3::TimeValue</li>
6474 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6475 <li>Initial value: +0ns</li>
6476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6478 </ul>
6479<li><b>StopTime</b>: Time at which the application will stop
6480 <ul>
6481 <li>Set with class: \ref ns3::TimeValue</li>
6482 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6483 <li>Initial value: +0ns</li>
6484 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6486 </ul>
6487</ul>
6488No TraceSources are defined for this type.<br>
6489<b>Group:</b> Internet-Apps
6490
6491<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
6492*/
6493
6494/*!
6495
6496\class ns3::DlMap
6497
6498Introspection did not find any typical Config paths.<br>
6499No Attributes are defined for this type.<br>
6500No TraceSources are defined for this type.<br>
6501<b>Group:</b> Wimax
6502
6503<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
6504*/
6505
6506/*!
6507
6508\class ns3::dot11s::AirtimeLinkMetricCalculator
6509
6510Introspection did not find any typical Config paths.<br>
6511<h3>Attributes</h3>
6512<ul>
6513<li><b>Dot11MetricTid</b>: TID used to calculate metric (data rate)
6514 <ul>
6515 <li>Set with class: \ref ns3::UintegerValue</li>
6516 <li>Underlying type: uint8_t 0:255</li>
6517 <li>Initial value: 0</li>
6518 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
6519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6520 </ul>
6521<li><b>TestLength</b>: Number of bytes in test frame (a constant 1024 in the standard)
6522 <ul>
6523 <li>Set with class: \ref ns3::UintegerValue</li>
6524 <li>Underlying type: uint16_t 1:65535</li>
6525 <li>Initial value: 1024</li>
6526 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
6527 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6528 </ul>
6529</ul>
6530No TraceSources are defined for this type.<br>
6531<b>Group:</b> Mesh
6532
6533<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
6534*/
6535
6536/*!
6537
6538\class ns3::dot11s::HwmpProtocol
6539
6540<h3>Config Paths</h3>
6541
6542ns3::dot11s::HwmpProtocol is accessible through the following paths with Config::Set and Config::Connect:
6543<ul>
6544<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/RoutingProtocol/$ns3::dot11s::HwmpProtocol"</li>
6545</ul>
6546<h3>Attributes</h3>
6547<ul>
6548<li><b>DoFlag</b>: Destination only HWMP flag
6549 <ul>
6550 <li>Set with class: \ref ns3::BooleanValue</li>
6551 <li>Underlying type: bool</li>
6552 <li>Initial value: false</li>
6553 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6555 </ul>
6556<li><b>Dot11MeshHWMPactivePathTimeout</b>: Lifetime of reactive routing information
6557 <ul>
6558 <li>Set with class: \ref ns3::TimeValue</li>
6559 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6560 <li>Initial value: +5.12e+09ns</li>
6561 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6562 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6563 </ul>
6564<li><b>Dot11MeshHWMPactiveRootTimeout</b>: Lifetime of proactive routing information
6565 <ul>
6566 <li>Set with class: \ref ns3::TimeValue</li>
6567 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6568 <li>Initial value: +5.12e+09ns</li>
6569 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6570 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6571 </ul>
6572<li><b>Dot11MeshHWMPmaxPREQretries</b>: Maximum number of retries before we suppose the destination to be unreachable
6573 <ul>
6574 <li>Set with class: \ref ns3::UintegerValue</li>
6575 <li>Underlying type: uint8_t 1:255</li>
6576 <li>Initial value: 3</li>
6577 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6579 </ul>
6580<li><b>Dot11MeshHWMPnetDiameterTraversalTime</b>: Time we suppose the packet to go from one edge of the network to another
6581 <ul>
6582 <li>Set with class: \ref ns3::TimeValue</li>
6583 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6584 <li>Initial value: +1.024e+08ns</li>
6585 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6587 </ul>
6588<li><b>Dot11MeshHWMPpathToRootInterval</b>: Interval between two successive proactive PREQs
6589 <ul>
6590 <li>Set with class: \ref ns3::TimeValue</li>
6591 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6592 <li>Initial value: +2.048e+09ns</li>
6593 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6595 </ul>
6596<li><b>Dot11MeshHWMPperrMinInterval</b>: Minimal interval between to successive PREQs
6597 <ul>
6598 <li>Set with class: \ref ns3::TimeValue</li>
6599 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6600 <li>Initial value: +1.024e+08ns</li>
6601 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6602 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6603 </ul>
6604<li><b>Dot11MeshHWMPpreqMinInterval</b>: Minimal interval between to successive PREQs
6605 <ul>
6606 <li>Set with class: \ref ns3::TimeValue</li>
6607 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6608 <li>Initial value: +1.024e+08ns</li>
6609 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6611 </ul>
6612<li><b>Dot11MeshHWMPrannInterval</b>: Lifetime of proactive routing information
6613 <ul>
6614 <li>Set with class: \ref ns3::TimeValue</li>
6615 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6616 <li>Initial value: +5.12e+09ns</li>
6617 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6618 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6619 </ul>
6620<li><b>MaxQueueSize</b>: Maximum number of packets we can store when resolving route
6621 <ul>
6622 <li>Set with class: \ref ns3::UintegerValue</li>
6623 <li>Underlying type: uint16_t 1:65535</li>
6624 <li>Initial value: 255</li>
6625 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6627 </ul>
6628<li><b>MaxTtl</b>: Initial value of Time To Live field
6629 <ul>
6630 <li>Set with class: \ref ns3::UintegerValue</li>
6631 <li>Underlying type: uint8_t 2:255</li>
6632 <li>Initial value: 32</li>
6633 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6634 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6635 </ul>
6636<li><b>RandomStart</b>: Random delay at first proactive PREQ
6637 <ul>
6638 <li>Set with class: \ref ns3::TimeValue</li>
6639 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6640 <li>Initial value: +1e+08ns</li>
6641 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6642 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6643 </ul>
6644<li><b>RfFlag</b>: Reply and forward flag
6645 <ul>
6646 <li>Set with class: \ref ns3::BooleanValue</li>
6647 <li>Underlying type: bool</li>
6648 <li>Initial value: true</li>
6649 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6650 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6651 </ul>
6652<li><b>UnicastDataThreshold</b>: Maximum number of broadcast receivers, when we send a broadcast as a chain of unicasts
6653 <ul>
6654 <li>Set with class: \ref ns3::UintegerValue</li>
6655 <li>Underlying type: uint8_t 1:255</li>
6656 <li>Initial value: 1</li>
6657 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6658 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6659 </ul>
6660<li><b>UnicastPerrThreshold</b>: Maximum number of PERR receivers, when we send a PERR as a chain of unicasts
6661 <ul>
6662 <li>Set with class: \ref ns3::UintegerValue</li>
6663 <li>Underlying type: uint8_t 1:255</li>
6664 <li>Initial value: 32</li>
6665 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6666 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6667 </ul>
6668<li><b>UnicastPreqThreshold</b>: Maximum number of PREQ receivers, when we send a PREQ as a chain of unicasts
6669 <ul>
6670 <li>Set with class: \ref ns3::UintegerValue</li>
6671 <li>Underlying type: uint8_t 1:255</li>
6672 <li>Initial value: 1</li>
6673 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6675 </ul>
6676</ul>
6677<h3>TraceSources</h3>
6678<ul>
6679<li><b>RouteChange</b>: Routing table changed<br> <ul>
6680 <li> %Callback signature: ns3::HwmpProtocol::RouteChangeTracedCallback
6681</li>
6682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6683</ul>
6684<li><b>RouteDiscoveryTime</b>: The time of route discovery procedure<br> <ul>
6685 <li> %Callback signature: ns3::Time::TracedCallback
6686</li>
6687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6688</ul>
6689</ul>
6690<b>Group:</b> Mesh
6691
6692<b>Size</b> of this type is 504 bytes (on a 64-bit architecture).
6693*/
6694
6695/*!
6696
6697\class ns3::dot11s::HwmpRtable
6698
6699Introspection did not find any typical Config paths.<br>
6700No Attributes are defined for this type.<br>
6701No TraceSources are defined for this type.<br>
6702<b>Group:</b> Mesh
6703
6704<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
6705*/
6706
6707/*!
6708
6709\class ns3::dot11s::HwmpTag
6710
6711Introspection did not find any typical Config paths.<br>
6712No Attributes are defined for this type.<br>
6713No TraceSources are defined for this type.<br>
6714<b>Group:</b> Mesh
6715
6716<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
6717*/
6718
6719/*!
6720
6721\class ns3::dot11s::PeerLink
6722
6723Introspection did not find any typical Config paths.<br>
6724<h3>Attributes</h3>
6725<ul>
6726<li><b>ConfirmTimeout</b>: Confirm timeout
6727 <ul>
6728 <li>Set with class: \ref ns3::TimeValue</li>
6729 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6730 <li>Initial value: +4.096e+07ns</li>
6731 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6733 </ul>
6734<li><b>HoldingTimeout</b>: Holding timeout
6735 <ul>
6736 <li>Set with class: \ref ns3::TimeValue</li>
6737 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6738 <li>Initial value: +4.096e+07ns</li>
6739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6741 </ul>
6742<li><b>MaxBeaconLoss</b>: Maximum number of lost beacons before link will be closed
6743 <ul>
6744 <li>Set with class: \ref ns3::UintegerValue</li>
6745 <li>Underlying type: uint16_t 1:65535</li>
6746 <li>Initial value: 2</li>
6747 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6749 </ul>
6750<li><b>MaxPacketFailure</b>: Maximum number of failed packets before link will be closed
6751 <ul>
6752 <li>Set with class: \ref ns3::UintegerValue</li>
6753 <li>Underlying type: uint16_t 1:65535</li>
6754 <li>Initial value: 2</li>
6755 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6756 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6757 </ul>
6758<li><b>MaxRetries</b>: Maximum number of retries
6759 <ul>
6760 <li>Set with class: \ref ns3::UintegerValue</li>
6761 <li>Underlying type: uint16_t 0:65535</li>
6762 <li>Initial value: 4</li>
6763 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6765 </ul>
6766<li><b>RetryTimeout</b>: Retry timeout
6767 <ul>
6768 <li>Set with class: \ref ns3::TimeValue</li>
6769 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6770 <li>Initial value: +4.096e+07ns</li>
6771 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6773 </ul>
6774</ul>
6775No TraceSources are defined for this type.<br>
6776<b>Group:</b> Mesh
6777
6778<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
6779*/
6780
6781/*!
6782
6783\class ns3::dot11s::PeerLinkCloseStart
6784
6785Introspection did not find any typical Config paths.<br>
6786No Attributes are defined for this type.<br>
6787No TraceSources are defined for this type.<br>
6788<b>Group:</b> Mesh
6789
6790<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
6791*/
6792
6793/*!
6794
6795\class ns3::dot11s::PeerLinkConfirmStart
6796
6797Introspection did not find any typical Config paths.<br>
6798No Attributes are defined for this type.<br>
6799No TraceSources are defined for this type.<br>
6800<b>Group:</b> Mesh
6801
6802<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
6803*/
6804
6805/*!
6806
6807\class ns3::dot11s::PeerLinkOpenStart
6808
6809Introspection did not find any typical Config paths.<br>
6810No Attributes are defined for this type.<br>
6811No TraceSources are defined for this type.<br>
6812<b>Group:</b> Mesh
6813
6814<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
6815*/
6816
6817/*!
6818
6819\class ns3::dot11s::PeerManagementProtocol
6820
6821Introspection did not find any typical Config paths.<br>
6822<h3>Attributes</h3>
6823<ul>
6824<li><b>EnableBeaconCollisionAvoidance</b>: Enable/Disable Beacon collision avoidance.
6825 <ul>
6826 <li>Set with class: \ref ns3::BooleanValue</li>
6827 <li>Underlying type: bool</li>
6828 <li>Initial value: true</li>
6829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6831 </ul>
6832<li><b>MaxBeaconShiftValue</b>: Maximum number of TUs for beacon shifting
6833 <ul>
6834 <li>Set with class: \ref ns3::UintegerValue</li>
6835 <li>Underlying type: uint16_t 0:65535</li>
6836 <li>Initial value: 15</li>
6837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6839 </ul>
6840<li><b>MaxNumberOfPeerLinks</b>: Maximum number of peer links
6841 <ul>
6842 <li>Set with class: \ref ns3::UintegerValue</li>
6843 <li>Underlying type: uint8_t 0:255</li>
6844 <li>Initial value: 32</li>
6845 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6847 </ul>
6848</ul>
6849<h3>TraceSources</h3>
6850<ul>
6851<li><b>LinkClose</b>: New peer link closed<br> <ul>
6852 <li> %Callback signature: ns3::PeerManagementProtocol::LinkOpenCloseTracedCallback
6853</li>
6854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6855</ul>
6856<li><b>LinkOpen</b>: New peer link opened<br> <ul>
6857 <li> %Callback signature: ns3::PeerManagementProtocol::LinkOpenCloseTracedCallback
6858</li>
6859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6860</ul>
6861</ul>
6862<b>Group:</b> Mesh
6863
6864<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
6865*/
6866
6867/*!
6868
6869\class ns3::Dot11sStack
6870
6871Introspection did not find any typical Config paths.<br>
6872<h3>Attributes</h3>
6873<ul>
6874<li><b>Root</b>: The MAC address of root mesh point.
6875 <ul>
6876 <li>Set with class: \ref ns3::Mac48AddressValue</li>
6877 <li>Underlying type: \p Mac48Address</li>
6878 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
6879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6880 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6881 </ul>
6882</ul>
6883No TraceSources are defined for this type.<br>
6884<b>Group:</b> Mesh
6885
6886<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
6887*/
6888
6889/*!
6890
6891\class ns3::DoubleProbe
6892
6893Introspection did not find any typical Config paths.<br>
6894No Attributes are defined for this type.<br>
6895<h3>Attributes defined in parent class ns3::Probe</h3>
6896<ul>
6897<li><b>Start</b>: Time data collection starts
6898 <ul>
6899 <li>Set with class: \ref ns3::TimeValue</li>
6900 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6901 <li>Initial value: +0ns</li>
6902 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6904 </ul>
6905<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
6906 <ul>
6907 <li>Set with class: \ref ns3::TimeValue</li>
6908 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
6909 <li>Initial value: +0ns</li>
6910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6912 </ul>
6913</ul>
6914<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
6915<ul>
6916<li><b>Enabled</b>: Object's enabled status
6917 <ul>
6918 <li>Set with class: \ref ns3::BooleanValue</li>
6919 <li>Underlying type: bool</li>
6920 <li>Initial value: true</li>
6921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6923 </ul>
6924<li><b>Name</b>: Object's name
6925 <ul>
6926 <li>Set with class: \ref ns3::StringValue</li>
6927 <li>Underlying type: \p std::string</li>
6928 <li>Initial value: unnamed</li>
6929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6931 </ul>
6932</ul>
6933<h3>TraceSources</h3>
6934<ul>
6935<li><b>Output</b>: The double that serves as output for this probe<br> <ul>
6936 <li> %Callback signature: ns3::TracedValueCallback::Double
6937</li>
6938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6939</ul>
6940</ul>
6941<b>Group:</b> Stats
6942
6943<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
6944*/
6945
6946/*!
6947
6948\class ns3::DropTailQueue<Packet>
6949
6950<h3>Config Paths</h3>
6951
6952ns3::DropTailQueue<Packet> is accessible through the following paths with Config::Set and Config::Connect:
6953<ul>
6954<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/TxQueue/$ns3::DropTailQueue<Packet>"</li>
6955<li>"/NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Queue/$ns3::DropTailQueue<Packet>"</li>
6956<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/TxQueue/$ns3::DropTailQueue<Packet>"</li>
6957<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/TxQueue/$ns3::DropTailQueue<Packet>"</li>
6958</ul>
6959<h3>Attributes</h3>
6960<ul>
6961<li><b>MaxSize</b>: The max queue size
6962 <ul>
6963 <li>Set with class: \ref ns3::QueueSizeValue</li>
6964 <li>Underlying type: \p QueueSize</li>
6965 <li>Initial value: 100p</li>
6966 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
6967 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6968 </ul>
6969</ul>
6970No TraceSources are defined for this type.<br>
6971<h3>TraceSources defined in parent class ns3::Queue<Packet></h3>
6972<ul>
6973<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
6974 <li> %Callback signature: ns3::Packet::TracedCallback
6975</li>
6976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6977</ul>
6978<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
6979 <li> %Callback signature: ns3::Packet::TracedCallback
6980</li>
6981 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6982</ul>
6983<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
6984 <li> %Callback signature: ns3::Packet::TracedCallback
6985</li>
6986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6987</ul>
6988<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
6989 <li> %Callback signature: ns3::Packet::TracedCallback
6990</li>
6991 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6992</ul>
6993<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
6994 <li> %Callback signature: ns3::Packet::TracedCallback
6995</li>
6996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
6997</ul>
6998</ul>
6999<h3>TraceSources defined in parent class ns3::QueueBase</h3>
7000<ul>
7001<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
7002 <li> %Callback signature: ns3::TracedValueCallback::Uint32
7003</li>
7004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7005</ul>
7006<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
7007 <li> %Callback signature: ns3::TracedValueCallback::Uint32
7008</li>
7009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7010</ul>
7011</ul>
7012<b>Group:</b> Network
7013
7014<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
7015*/
7016
7017/*!
7018
7019\class ns3::DropTailQueue<QueueDiscItem>
7020
7021Introspection did not find any typical Config paths.<br>
7022<h3>Attributes</h3>
7023<ul>
7024<li><b>MaxSize</b>: The max queue size
7025 <ul>
7026 <li>Set with class: \ref ns3::QueueSizeValue</li>
7027 <li>Underlying type: \p QueueSize</li>
7028 <li>Initial value: 100p</li>
7029 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7030 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7031 </ul>
7032</ul>
7033No TraceSources are defined for this type.<br>
7034<h3>TraceSources defined in parent class ns3::Queue<QueueDiscItem></h3>
7035<ul>
7036<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
7037 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
7038</li>
7039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7040</ul>
7041<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
7042 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
7043</li>
7044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7045</ul>
7046<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
7047 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
7048</li>
7049 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7050</ul>
7051<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
7052 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
7053</li>
7054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7055</ul>
7056<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
7057 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
7058</li>
7059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7060</ul>
7061</ul>
7062<h3>TraceSources defined in parent class ns3::QueueBase</h3>
7063<ul>
7064<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
7065 <li> %Callback signature: ns3::TracedValueCallback::Uint32
7066</li>
7067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7068</ul>
7069<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
7070 <li> %Callback signature: ns3::TracedValueCallback::Uint32
7071</li>
7072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7073</ul>
7074</ul>
7075<b>Group:</b> Network
7076
7077<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
7078*/
7079
7080/*!
7081
7082\class ns3::DsaAck
7083
7084Introspection did not find any typical Config paths.<br>
7085No Attributes are defined for this type.<br>
7086No TraceSources are defined for this type.<br>
7087<b>Group:</b> Wimax
7088
7089<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
7090*/
7091
7092/*!
7093
7094\class ns3::DsaReq
7095
7096Introspection did not find any typical Config paths.<br>
7097No Attributes are defined for this type.<br>
7098No TraceSources are defined for this type.<br>
7099<b>Group:</b> Wimax
7100
7101<b>Size</b> of this type is 312 bytes (on a 64-bit architecture).
7102*/
7103
7104/*!
7105
7106\class ns3::DsaRsp
7107
7108Introspection did not find any typical Config paths.<br>
7109No Attributes are defined for this type.<br>
7110No TraceSources are defined for this type.<br>
7111<b>Group:</b> Wimax
7112
7113<b>Size</b> of this type is 312 bytes (on a 64-bit architecture).
7114*/
7115
7116/*!
7117
7118\class ns3::dsdv::DsdvHeader
7119
7120Introspection did not find any typical Config paths.<br>
7121No Attributes are defined for this type.<br>
7122No TraceSources are defined for this type.<br>
7123<b>Group:</b> Dsdv
7124
7125<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
7126*/
7127
7128/*!
7129
7130\class ns3::dsdv::RoutingProtocol
7131
7132<h3>Config Paths</h3>
7133
7134ns3::dsdv::RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
7135<ul>
7136<li>"/NodeList/[i]/$ns3::dsdv::RoutingProtocol"</li>
7137</ul>
7138<h3>Attributes</h3>
7139<ul>
7140<li><b>EnableBuffering</b>: Enables buffering of data packets if no route to destination is available
7141 <ul>
7142 <li>Set with class: \ref ns3::BooleanValue</li>
7143 <li>Underlying type: bool</li>
7144 <li>Initial value: true</li>
7145 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7147 </ul>
7148<li><b>EnableRouteAggregation</b>: Enables Weighted Settling Time for the updates before advertising
7149 <ul>
7150 <li>Set with class: \ref ns3::BooleanValue</li>
7151 <li>Underlying type: bool</li>
7152 <li>Initial value: false</li>
7153 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7154 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7155 </ul>
7156<li><b>EnableWST</b>: Enables Weighted Settling Time for the updates before advertising
7157 <ul>
7158 <li>Set with class: \ref ns3::BooleanValue</li>
7159 <li>Underlying type: bool</li>
7160 <li>Initial value: true</li>
7161 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7163 </ul>
7164<li><b>Holdtimes</b>: Times the forwarding Interval to purge the route.
7165 <ul>
7166 <li>Set with class: \ref ns3::UintegerValue</li>
7167 <li>Underlying type: uint32_t 0:4294967295</li>
7168 <li>Initial value: 3</li>
7169 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7171 </ul>
7172<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.
7173 <ul>
7174 <li>Set with class: \ref ns3::UintegerValue</li>
7175 <li>Underlying type: uint32_t 0:4294967295</li>
7176 <li>Initial value: 500</li>
7177 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7179 </ul>
7180<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)
7181 <ul>
7182 <li>Set with class: \ref ns3::TimeValue</li>
7183 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7184 <li>Initial value: +3e+10ns</li>
7185 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7186 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7187 </ul>
7188<li><b>MaxQueuedPacketsPerDst</b>: Maximum number of packets that we allow per destination to buffer.
7189 <ul>
7190 <li>Set with class: \ref ns3::UintegerValue</li>
7191 <li>Underlying type: uint32_t 0:4294967295</li>
7192 <li>Initial value: 5</li>
7193 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7195 </ul>
7196<li><b>PeriodicUpdateInterval</b>: Periodic interval between exchange of full routing tables among nodes.
7197 <ul>
7198 <li>Set with class: \ref ns3::TimeValue</li>
7199 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7200 <li>Initial value: +1.5e+10ns</li>
7201 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7202 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7203 </ul>
7204<li><b>RouteAggregationTime</b>: Time to aggregate updates before sending them out (in seconds)
7205 <ul>
7206 <li>Set with class: \ref ns3::TimeValue</li>
7207 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7208 <li>Initial value: +1e+09ns</li>
7209 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7211 </ul>
7212<li><b>SettlingTime</b>: Minimum time an update is to be stored in adv table before sending out in case of change in metric (in seconds)
7213 <ul>
7214 <li>Set with class: \ref ns3::TimeValue</li>
7215 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7216 <li>Initial value: +5e+09ns</li>
7217 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7219 </ul>
7220<li><b>WeightedFactor</b>: WeightedFactor for the settling time if Weighted Settling Time is enabled
7221 <ul>
7222 <li>Set with class: \ref ns3::DoubleValue</li>
7223 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
7224 <li>Initial value: 0.875</li>
7225 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7226 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7227 </ul>
7228</ul>
7229No TraceSources are defined for this type.<br>
7230<b>Group:</b> Dsdv
7231
7232<b>Size</b> of this type is 576 bytes (on a 64-bit architecture).
7233*/
7234
7235/*!
7236
7237\class ns3::dsr::DsrFsHeader
7238
7239Introspection did not find any typical Config paths.<br>
7240No Attributes are defined for this type.<br>
7241No TraceSources are defined for this type.<br>
7242<b>Group:</b> Dsr
7243
7244<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
7245*/
7246
7247/*!
7248
7249\class ns3::dsr::DsrGraReply
7250
7251Introspection did not find any typical Config paths.<br>
7252No Attributes are defined for this type.<br>
7253No TraceSources are defined for this type.<br>
7254<b>Group:</b> Dsr
7255
7256<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
7257*/
7258
7259/*!
7260
7261\class ns3::dsr::DsrNetworkQueue
7262
7263Introspection did not find any typical Config paths.<br>
7264No Attributes are defined for this type.<br>
7265No TraceSources are defined for this type.<br>
7266<b>Group:</b> Dsr
7267
7268<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
7269*/
7270
7271/*!
7272
7273\class ns3::dsr::DsrOptionAck
7274
7275Introspection did not find any typical Config paths.<br>
7276No Attributes are defined for this type.<br>
7277<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7278<ul>
7279<li><b>OptionNumber</b>: The Dsr option number.
7280 <ul>
7281 <li>Set with class: \ref ns3::UintegerValue</li>
7282 <li>Underlying type: uint8_t 0:255</li>
7283 <li>Flags: <span class="mlabel">read</span></li>
7284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7285 </ul>
7286</ul>
7287No TraceSources are defined for this type.<br>
7288<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7289<ul>
7290<li><b>Drop</b>: Packet dropped.<br> <ul>
7291 <li> %Callback signature: ns3::Packet::TracedCallback
7292</li>
7293 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7294</ul>
7295<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7296 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7297</li>
7298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7299</ul>
7300</ul>
7301<b>Group:</b> Dsr
7302
7303<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
7304*/
7305
7306/*!
7307
7308\class ns3::dsr::DsrOptionAckHeader
7309
7310Introspection did not find any typical Config paths.<br>
7311No Attributes are defined for this type.<br>
7312No TraceSources are defined for this type.<br>
7313<b>Group:</b> Dsr
7314
7315<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
7316*/
7317
7318/*!
7319
7320\class ns3::dsr::DsrOptionAckReq
7321
7322Introspection did not find any typical Config paths.<br>
7323No Attributes are defined for this type.<br>
7324<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7325<ul>
7326<li><b>OptionNumber</b>: The Dsr option number.
7327 <ul>
7328 <li>Set with class: \ref ns3::UintegerValue</li>
7329 <li>Underlying type: uint8_t 0:255</li>
7330 <li>Flags: <span class="mlabel">read</span></li>
7331 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7332 </ul>
7333</ul>
7334No TraceSources are defined for this type.<br>
7335<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7336<ul>
7337<li><b>Drop</b>: Packet dropped.<br> <ul>
7338 <li> %Callback signature: ns3::Packet::TracedCallback
7339</li>
7340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7341</ul>
7342<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7343 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7344</li>
7345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7346</ul>
7347</ul>
7348<b>Group:</b> Dsr
7349
7350<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
7351*/
7352
7353/*!
7354
7355\class ns3::dsr::DsrOptionAckReqHeader
7356
7357Introspection did not find any typical Config paths.<br>
7358No Attributes are defined for this type.<br>
7359No TraceSources are defined for this type.<br>
7360<b>Group:</b> Dsr
7361
7362<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
7363*/
7364
7365/*!
7366
7367\class ns3::dsr::DsrOptionHeader
7368
7369Introspection did not find any typical Config paths.<br>
7370No Attributes are defined for this type.<br>
7371No TraceSources are defined for this type.<br>
7372<b>Group:</b> Dsr
7373
7374<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
7375*/
7376
7377/*!
7378
7379\class ns3::dsr::DsrOptionPad1
7380
7381Introspection did not find any typical Config paths.<br>
7382No Attributes are defined for this type.<br>
7383<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7384<ul>
7385<li><b>OptionNumber</b>: The Dsr option number.
7386 <ul>
7387 <li>Set with class: \ref ns3::UintegerValue</li>
7388 <li>Underlying type: uint8_t 0:255</li>
7389 <li>Flags: <span class="mlabel">read</span></li>
7390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7391 </ul>
7392</ul>
7393No TraceSources are defined for this type.<br>
7394<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7395<ul>
7396<li><b>Drop</b>: Packet dropped.<br> <ul>
7397 <li> %Callback signature: ns3::Packet::TracedCallback
7398</li>
7399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7400</ul>
7401<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7402 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7403</li>
7404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7405</ul>
7406</ul>
7407<b>Group:</b> Dsr
7408
7409<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
7410*/
7411
7412/*!
7413
7414\class ns3::dsr::DsrOptionPad1Header
7415
7416Introspection did not find any typical Config paths.<br>
7417No Attributes are defined for this type.<br>
7418No TraceSources are defined for this type.<br>
7419<b>Group:</b> Dsr
7420
7421<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
7422*/
7423
7424/*!
7425
7426\class ns3::dsr::DsrOptionPadn
7427
7428Introspection did not find any typical Config paths.<br>
7429No Attributes are defined for this type.<br>
7430<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7431<ul>
7432<li><b>OptionNumber</b>: The Dsr option number.
7433 <ul>
7434 <li>Set with class: \ref ns3::UintegerValue</li>
7435 <li>Underlying type: uint8_t 0:255</li>
7436 <li>Flags: <span class="mlabel">read</span></li>
7437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7438 </ul>
7439</ul>
7440No TraceSources are defined for this type.<br>
7441<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7442<ul>
7443<li><b>Drop</b>: Packet dropped.<br> <ul>
7444 <li> %Callback signature: ns3::Packet::TracedCallback
7445</li>
7446 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7447</ul>
7448<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7449 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7450</li>
7451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7452</ul>
7453</ul>
7454<b>Group:</b> Dsr
7455
7456<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
7457*/
7458
7459/*!
7460
7461\class ns3::dsr::DsrOptionPadnHeader
7462
7463Introspection did not find any typical Config paths.<br>
7464No Attributes are defined for this type.<br>
7465No TraceSources are defined for this type.<br>
7466<b>Group:</b> Dsr
7467
7468<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
7469*/
7470
7471/*!
7472
7473\class ns3::dsr::DsrOptionRerr
7474
7475Introspection did not find any typical Config paths.<br>
7476No Attributes are defined for this type.<br>
7477<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7478<ul>
7479<li><b>OptionNumber</b>: The Dsr option number.
7480 <ul>
7481 <li>Set with class: \ref ns3::UintegerValue</li>
7482 <li>Underlying type: uint8_t 0:255</li>
7483 <li>Flags: <span class="mlabel">read</span></li>
7484 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7485 </ul>
7486</ul>
7487No TraceSources are defined for this type.<br>
7488<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7489<ul>
7490<li><b>Drop</b>: Packet dropped.<br> <ul>
7491 <li> %Callback signature: ns3::Packet::TracedCallback
7492</li>
7493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7494</ul>
7495<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7496 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7497</li>
7498 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7499</ul>
7500</ul>
7501<b>Group:</b> Dsr
7502
7503<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
7504*/
7505
7506/*!
7507
7508\class ns3::dsr::DsrOptionRerrHeader
7509
7510Introspection did not find any typical Config paths.<br>
7511No Attributes are defined for this type.<br>
7512No TraceSources are defined for this type.<br>
7513<b>Group:</b> Dsr
7514
7515<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
7516*/
7517
7518/*!
7519
7520\class ns3::dsr::DsrOptionRerrUnreachHeader
7521
7522Introspection did not find any typical Config paths.<br>
7523No Attributes are defined for this type.<br>
7524No TraceSources are defined for this type.<br>
7525<b>Group:</b> Dsr
7526
7527<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
7528*/
7529
7530/*!
7531
7532\class ns3::dsr::DsrOptionRerrUnsupportedHeader
7533
7534Introspection did not find any typical Config paths.<br>
7535No Attributes are defined for this type.<br>
7536No TraceSources are defined for this type.<br>
7537<b>Group:</b> Dsr
7538
7539<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
7540*/
7541
7542/*!
7543
7544\class ns3::dsr::DsrOptionRrep
7545
7546Introspection did not find any typical Config paths.<br>
7547No Attributes are defined for this type.<br>
7548<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7549<ul>
7550<li><b>OptionNumber</b>: The Dsr option number.
7551 <ul>
7552 <li>Set with class: \ref ns3::UintegerValue</li>
7553 <li>Underlying type: uint8_t 0:255</li>
7554 <li>Flags: <span class="mlabel">read</span></li>
7555 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7556 </ul>
7557</ul>
7558No TraceSources are defined for this type.<br>
7559<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7560<ul>
7561<li><b>Drop</b>: Packet dropped.<br> <ul>
7562 <li> %Callback signature: ns3::Packet::TracedCallback
7563</li>
7564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7565</ul>
7566<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7567 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7568</li>
7569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7570</ul>
7571</ul>
7572<b>Group:</b> Dsr
7573
7574<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
7575*/
7576
7577/*!
7578
7579\class ns3::dsr::DsrOptionRrepHeader
7580
7581Introspection did not find any typical Config paths.<br>
7582No Attributes are defined for this type.<br>
7583No TraceSources are defined for this type.<br>
7584<b>Group:</b> Dsr
7585
7586<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
7587*/
7588
7589/*!
7590
7591\class ns3::dsr::DsrOptionRreq
7592
7593Introspection did not find any typical Config paths.<br>
7594No Attributes are defined for this type.<br>
7595<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7596<ul>
7597<li><b>OptionNumber</b>: The Dsr option number.
7598 <ul>
7599 <li>Set with class: \ref ns3::UintegerValue</li>
7600 <li>Underlying type: uint8_t 0:255</li>
7601 <li>Flags: <span class="mlabel">read</span></li>
7602 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7603 </ul>
7604</ul>
7605No TraceSources are defined for this type.<br>
7606<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7607<ul>
7608<li><b>Drop</b>: Packet dropped.<br> <ul>
7609 <li> %Callback signature: ns3::Packet::TracedCallback
7610</li>
7611 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7612</ul>
7613<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7614 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7615</li>
7616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7617</ul>
7618</ul>
7619<b>Group:</b> Dsr
7620
7621<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
7622*/
7623
7624/*!
7625
7626\class ns3::dsr::DsrOptionRreqHeader
7627
7628Introspection did not find any typical Config paths.<br>
7629No Attributes are defined for this type.<br>
7630No TraceSources are defined for this type.<br>
7631<b>Group:</b> Dsr
7632
7633<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
7634*/
7635
7636/*!
7637
7638\class ns3::dsr::DsrOptions
7639
7640Introspection did not find any typical Config paths.<br>
7641<h3>Attributes</h3>
7642<ul>
7643<li><b>OptionNumber</b>: The Dsr option number.
7644 <ul>
7645 <li>Set with class: \ref ns3::UintegerValue</li>
7646 <li>Underlying type: uint8_t 0:255</li>
7647 <li>Flags: <span class="mlabel">read</span></li>
7648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7649 </ul>
7650</ul>
7651<h3>TraceSources</h3>
7652<ul>
7653<li><b>Drop</b>: Packet dropped.<br> <ul>
7654 <li> %Callback signature: ns3::Packet::TracedCallback
7655</li>
7656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7657</ul>
7658<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7659 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7660</li>
7661 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7662</ul>
7663</ul>
7664<b>Group:</b> Dsr
7665
7666<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
7667*/
7668
7669/*!
7670
7671\class ns3::dsr::DsrOptionSR
7672
7673Introspection did not find any typical Config paths.<br>
7674No Attributes are defined for this type.<br>
7675<h3>Attributes defined in parent class ns3::dsr::DsrOptions</h3>
7676<ul>
7677<li><b>OptionNumber</b>: The Dsr option number.
7678 <ul>
7679 <li>Set with class: \ref ns3::UintegerValue</li>
7680 <li>Underlying type: uint8_t 0:255</li>
7681 <li>Flags: <span class="mlabel">read</span></li>
7682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7683 </ul>
7684</ul>
7685No TraceSources are defined for this type.<br>
7686<h3>TraceSources defined in parent class ns3::dsr::DsrOptions</h3>
7687<ul>
7688<li><b>Drop</b>: Packet dropped.<br> <ul>
7689 <li> %Callback signature: ns3::Packet::TracedCallback
7690</li>
7691 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7692</ul>
7693<li><b>Rx</b>: Receive DSR packet.<br> <ul>
7694 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
7695</li>
7696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7697</ul>
7698</ul>
7699<b>Group:</b> Dsr
7700
7701<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
7702*/
7703
7704/*!
7705
7706\class ns3::dsr::DsrOptionSRHeader
7707
7708Introspection did not find any typical Config paths.<br>
7709No Attributes are defined for this type.<br>
7710No TraceSources are defined for this type.<br>
7711<b>Group:</b> Dsr
7712
7713<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
7714*/
7715
7716/*!
7717
7718\class ns3::dsr::DsrPassiveBuffer
7719
7720<h3>Config Paths</h3>
7721
7722ns3::dsr::DsrPassiveBuffer is accessible through the following paths with Config::Set and Config::Connect:
7723<ul>
7724<li>"/NodeList/[i]/$ns3::dsr::DsrRouting/PassiveBuffer"</li>
7725</ul>
7726No Attributes are defined for this type.<br>
7727No TraceSources are defined for this type.<br>
7728<b>Group:</b> Dsr
7729
7730<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
7731*/
7732
7733/*!
7734
7735\class ns3::dsr::DsrRouteCache
7736
7737<h3>Config Paths</h3>
7738
7739ns3::dsr::DsrRouteCache is accessible through the following paths with Config::Set and Config::Connect:
7740<ul>
7741<li>"/NodeList/[i]/$ns3::dsr::DsrRouting/RouteCache"</li>
7742</ul>
7743No Attributes are defined for this type.<br>
7744No TraceSources are defined for this type.<br>
7745<b>Group:</b> Dsr
7746
7747<b>Size</b> of this type is 584 bytes (on a 64-bit architecture).
7748*/
7749
7750/*!
7751
7752\class ns3::dsr::DsrRouting
7753
7754<h3>Config Paths</h3>
7755
7756ns3::dsr::DsrRouting is accessible through the following paths with Config::Set and Config::Connect:
7757<ul>
7758<li>"/NodeList/[i]/$ns3::dsr::DsrRouting"</li>
7759</ul>
7760<h3>Attributes</h3>
7761<ul>
7762<li><b>BlacklistTimeout</b>: The time for a neighbor to stay in blacklist.
7763 <ul>
7764 <li>Set with class: \ref ns3::TimeValue</li>
7765 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7766 <li>Initial value: +3e+09ns</li>
7767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7769 </ul>
7770<li><b>BroadcastJitter</b>: The jitter time to avoid collision for broadcast packets.
7771 <ul>
7772 <li>Set with class: \ref ns3::UintegerValue</li>
7773 <li>Underlying type: uint32_t 0:4294967295</li>
7774 <li>Initial value: 10</li>
7775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7777 </ul>
7778<li><b>CacheType</b>: Use Link Cache or use Path Cache
7779 <ul>
7780 <li>Set with class: \ref ns3::StringValue</li>
7781 <li>Underlying type: \p std::string</li>
7782 <li>Initial value: LinkCache</li>
7783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7785 </ul>
7786<li><b>DiscoveryHopLimit</b>: The max discovery hop limit for route requests.
7787 <ul>
7788 <li>Set with class: \ref ns3::UintegerValue</li>
7789 <li>Underlying type: uint32_t 0:4294967295</li>
7790 <li>Initial value: 255</li>
7791 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7792 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7793 </ul>
7794<li><b>EnableSubRoute</b>: Enables saving of sub route when receiving route error messages, only available when using path route cache
7795 <ul>
7796 <li>Set with class: \ref ns3::BooleanValue</li>
7797 <li>Underlying type: bool</li>
7798 <li>Initial value: true</li>
7799 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7801 </ul>
7802<li><b>GraReplyTableSize</b>: The gratuitous reply table size.
7803 <ul>
7804 <li>Set with class: \ref ns3::UintegerValue</li>
7805 <li>Underlying type: uint32_t 0:4294967295</li>
7806 <li>Initial value: 64</li>
7807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7809 </ul>
7810<li><b>GratReplyHoldoff</b>: The time for gratuitous reply entry to expire.
7811 <ul>
7812 <li>Set with class: \ref ns3::TimeValue</li>
7813 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7814 <li>Initial value: +1e+09ns</li>
7815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7817 </ul>
7818<li><b>InitStability</b>: The initial stability factor for link cache
7819 <ul>
7820 <li>Set with class: \ref ns3::TimeValue</li>
7821 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7822 <li>Initial value: +2.5e+10ns</li>
7823 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7825 </ul>
7826<li><b>LinkAckTimeout</b>: The time a packet in maintenance buffer wait for link acknowledgment.
7827 <ul>
7828 <li>Set with class: \ref ns3::TimeValue</li>
7829 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7830 <li>Initial value: +1e+08ns</li>
7831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7833 </ul>
7834<li><b>LinkAcknowledgment</b>: Enable Link layer acknowledgment mechanism
7835 <ul>
7836 <li>Set with class: \ref ns3::BooleanValue</li>
7837 <li>Underlying type: bool</li>
7838 <li>Initial value: true</li>
7839 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7841 </ul>
7842<li><b>MaintenanceRetries</b>: Maximum number of retransmissions for data packets from maintenance buffer.
7843 <ul>
7844 <li>Set with class: \ref ns3::UintegerValue</li>
7845 <li>Underlying type: uint32_t 0:4294967295</li>
7846 <li>Initial value: 2</li>
7847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7849 </ul>
7850<li><b>MaxCacheLen</b>: Maximum number of route entries that can be stored in route cache.
7851 <ul>
7852 <li>Set with class: \ref ns3::UintegerValue</li>
7853 <li>Underlying type: uint32_t 0:4294967295</li>
7854 <li>Initial value: 64</li>
7855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7857 </ul>
7858<li><b>MaxEntriesEachDst</b>: Maximum number of route entries for a single destination to respond.
7859 <ul>
7860 <li>Set with class: \ref ns3::UintegerValue</li>
7861 <li>Underlying type: uint32_t 0:4294967295</li>
7862 <li>Initial value: 20</li>
7863 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7865 </ul>
7866<li><b>MaxMaintLen</b>: Maximum number of packets that can be stored in maintenance buffer.
7867 <ul>
7868 <li>Set with class: \ref ns3::UintegerValue</li>
7869 <li>Underlying type: uint32_t 0:4294967295</li>
7870 <li>Initial value: 50</li>
7871 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7872 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7873 </ul>
7874<li><b>MaxMaintTime</b>: Maximum time packets can be queued in maintenance buffer.
7875 <ul>
7876 <li>Set with class: \ref ns3::TimeValue</li>
7877 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7878 <li>Initial value: +3e+10ns</li>
7879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7880 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7881 </ul>
7882<li><b>MaxNetworkQueueDelay</b>: The max time for a packet to stay in the network queue.
7883 <ul>
7884 <li>Set with class: \ref ns3::TimeValue</li>
7885 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7886 <li>Initial value: +3e+10ns</li>
7887 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7888 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7889 </ul>
7890<li><b>MaxNetworkQueueSize</b>: The max number of packet to save in the network queue.
7891 <ul>
7892 <li>Set with class: \ref ns3::UintegerValue</li>
7893 <li>Underlying type: uint32_t 0:4294967295</li>
7894 <li>Initial value: 400</li>
7895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7897 </ul>
7898<li><b>MaxRequestPeriod</b>: The max time interval between route requests.
7899 <ul>
7900 <li>Set with class: \ref ns3::TimeValue</li>
7901 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7902 <li>Initial value: +1e+10ns</li>
7903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7905 </ul>
7906<li><b>MaxSalvageCount</b>: The max salvage count for a single data packet.
7907 <ul>
7908 <li>Set with class: \ref ns3::UintegerValue</li>
7909 <li>Underlying type: uint8_t 0:255</li>
7910 <li>Initial value: 15</li>
7911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7913 </ul>
7914<li><b>MaxSendBuffLen</b>: Maximum number of packets that can be stored in send buffer.
7915 <ul>
7916 <li>Set with class: \ref ns3::UintegerValue</li>
7917 <li>Underlying type: uint32_t 0:4294967295</li>
7918 <li>Initial value: 64</li>
7919 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7921 </ul>
7922<li><b>MaxSendBuffTime</b>: Maximum time packets can be queued in the send buffer .
7923 <ul>
7924 <li>Set with class: \ref ns3::TimeValue</li>
7925 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7926 <li>Initial value: +3e+10ns</li>
7927 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7929 </ul>
7930<li><b>MinLifeTime</b>: The minimal life time for link cache
7931 <ul>
7932 <li>Set with class: \ref ns3::TimeValue</li>
7933 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7934 <li>Initial value: +1e+09ns</li>
7935 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7937 </ul>
7938<li><b>NodeTraversalTime</b>: The time it takes to traverse two neighboring nodes.
7939 <ul>
7940 <li>Set with class: \ref ns3::TimeValue</li>
7941 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7942 <li>Initial value: +4e+07ns</li>
7943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7945 </ul>
7946<li><b>NonPropRequestTimeout</b>: The timeout value for non-propagation request.
7947 <ul>
7948 <li>Set with class: \ref ns3::TimeValue</li>
7949 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7950 <li>Initial value: +3e+07ns</li>
7951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7953 </ul>
7954<li><b>NumPriorityQueues</b>: The max number of packet to save in the network queue.
7955 <ul>
7956 <li>Set with class: \ref ns3::UintegerValue</li>
7957 <li>Underlying type: uint32_t 0:4294967295</li>
7958 <li>Initial value: 2</li>
7959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7961 </ul>
7962<li><b>PassiveAckTimeout</b>: The time a packet in maintenance buffer wait for passive acknowledgment.
7963 <ul>
7964 <li>Set with class: \ref ns3::TimeValue</li>
7965 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7966 <li>Initial value: +1e+08ns</li>
7967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7969 </ul>
7970<li><b>PassiveBuffer</b>: The passive buffer to manage promiscuously received passive ack.
7971 <ul>
7972 <li>Set with class: \ref ns3::PointerValue</li>
7973 <li>Underlying type: \ref ns3::Ptr< \ref ns3::dsr::DsrPassiveBuffer></li>
7974 <li>Initial value: 0</li>
7975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7977 </ul>
7978<li><b>RequestIdSize</b>: Maximum number of request source Ids in the request table.
7979 <ul>
7980 <li>Set with class: \ref ns3::UintegerValue</li>
7981 <li>Underlying type: uint32_t 0:4294967295</li>
7982 <li>Initial value: 16</li>
7983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7985 </ul>
7986<li><b>RequestPeriod</b>: The base time interval between route requests.
7987 <ul>
7988 <li>Set with class: \ref ns3::TimeValue</li>
7989 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
7990 <li>Initial value: +5e+08ns</li>
7991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
7992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
7993 </ul>
7994<li><b>RequestTableSize</b>: Maximum number of request entries in the request table, set this as the number of nodes in the simulation.
7995 <ul>
7996 <li>Set with class: \ref ns3::UintegerValue</li>
7997 <li>Underlying type: uint32_t 0:4294967295</li>
7998 <li>Initial value: 64</li>
7999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8001 </ul>
8002<li><b>RetransIncr</b>: The increase time for retransmission timer when facing network congestion
8003 <ul>
8004 <li>Set with class: \ref ns3::TimeValue</li>
8005 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8006 <li>Initial value: +2e+07ns</li>
8007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8009 </ul>
8010<li><b>RouteCache</b>: The route cache for saving routes from route discovery process.
8011 <ul>
8012 <li>Set with class: \ref ns3::PointerValue</li>
8013 <li>Underlying type: \ref ns3::Ptr< \ref ns3::dsr::DsrRouteCache></li>
8014 <li>Initial value: 0</li>
8015 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8017 </ul>
8018<li><b>RouteCacheTimeout</b>: Maximum time the route cache can be queued in route cache.
8019 <ul>
8020 <li>Set with class: \ref ns3::TimeValue</li>
8021 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8022 <li>Initial value: +3e+11ns</li>
8023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8025 </ul>
8026<li><b>RreqRetries</b>: Maximum number of retransmissions for request discovery of a route.
8027 <ul>
8028 <li>Set with class: \ref ns3::UintegerValue</li>
8029 <li>Underlying type: uint32_t 0:4294967295</li>
8030 <li>Initial value: 16</li>
8031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8033 </ul>
8034<li><b>RreqTable</b>: The request table to manage route requests.
8035 <ul>
8036 <li>Set with class: \ref ns3::PointerValue</li>
8037 <li>Underlying type: \ref ns3::Ptr< \ref ns3::dsr::DsrRreqTable></li>
8038 <li>Initial value: 0</li>
8039 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8040 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8041 </ul>
8042<li><b>SendBuffInterval</b>: How often to check send buffer for packet with route.
8043 <ul>
8044 <li>Set with class: \ref ns3::TimeValue</li>
8045 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8046 <li>Initial value: +5e+11ns</li>
8047 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8049 </ul>
8050<li><b>StabilityDecrFactor</b>: The stability decrease factor for link cache
8051 <ul>
8052 <li>Set with class: \ref ns3::UintegerValue</li>
8053 <li>Underlying type: uint32_t 0:4294967295</li>
8054 <li>Initial value: 2</li>
8055 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8057 </ul>
8058<li><b>StabilityIncrFactor</b>: The stability increase factor for link cache
8059 <ul>
8060 <li>Set with class: \ref ns3::UintegerValue</li>
8061 <li>Underlying type: uint32_t 0:4294967295</li>
8062 <li>Initial value: 4</li>
8063 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8065 </ul>
8066<li><b>TryLinkAcks</b>: The number of link acknowledgment to use.
8067 <ul>
8068 <li>Set with class: \ref ns3::UintegerValue</li>
8069 <li>Underlying type: uint32_t 0:4294967295</li>
8070 <li>Initial value: 1</li>
8071 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8073 </ul>
8074<li><b>TryPassiveAcks</b>: The number of passive acknowledgment to use.
8075 <ul>
8076 <li>Set with class: \ref ns3::UintegerValue</li>
8077 <li>Underlying type: uint32_t 0:4294967295</li>
8078 <li>Initial value: 1</li>
8079 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8080 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8081 </ul>
8082<li><b>UniqueRequestIdSize</b>: Maximum number of request Ids in the request table for a single destination.
8083 <ul>
8084 <li>Set with class: \ref ns3::UintegerValue</li>
8085 <li>Underlying type: uint32_t 0:4294967295</li>
8086 <li>Initial value: 256</li>
8087 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8088 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8089 </ul>
8090<li><b>UseExtends</b>: The extension time for link cache
8091 <ul>
8092 <li>Set with class: \ref ns3::TimeValue</li>
8093 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8094 <li>Initial value: +1.2e+11ns</li>
8095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8097 </ul>
8098</ul>
8099<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
8100<ul>
8101<li><b>ProtocolNumber</b>: The IP protocol number.
8102 <ul>
8103 <li>Set with class: \ref ns3::IntegerValue</li>
8104 <li>Underlying type: int32_t 0:255</li>
8105 <li>Flags: <span class="mlabel">read</span></li>
8106 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8107 </ul>
8108</ul>
8109<h3>TraceSources</h3>
8110<ul>
8111<li><b>Drop</b>: Drop DSR packet<br> <ul>
8112 <li> %Callback signature: ns3::Packet::TracedCallback
8113</li>
8114 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8115</ul>
8116<li><b>Tx</b>: Send DSR packet.<br> <ul>
8117 <li> %Callback signature: ns3::dsr::DsrOptionSRHeader::TracedCallback
8118</li>
8119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8120</ul>
8121</ul>
8122<b>Group:</b> Dsr
8123
8124<b>Size</b> of this type is 1520 bytes (on a 64-bit architecture).
8125*/
8126
8127/*!
8128
8129\class ns3::dsr::DsrRreqTable
8130
8131<h3>Config Paths</h3>
8132
8133ns3::dsr::DsrRreqTable is accessible through the following paths with Config::Set and Config::Connect:
8134<ul>
8135<li>"/NodeList/[i]/$ns3::dsr::DsrRouting/RreqTable"</li>
8136</ul>
8137No Attributes are defined for this type.<br>
8138No TraceSources are defined for this type.<br>
8139<b>Group:</b> Dsr
8140
8141<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
8142*/
8143
8144/*!
8145
8146\class ns3::DsrRoutingHeader
8147
8148Introspection did not find any typical Config paths.<br>
8149No Attributes are defined for this type.<br>
8150No TraceSources are defined for this type.<br>
8151<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
8152*/
8153
8154/*!
8155
8156\class ns3::DynamicQueueLimits
8157
8158Introspection did not find any typical Config paths.<br>
8159<h3>Attributes</h3>
8160<ul>
8161<li><b>HoldTime</b>: The DQL algorithm hold time
8162 <ul>
8163 <li>Set with class: \ref ns3::TimeValue</li>
8164 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8165 <li>Initial value: 1s</li>
8166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8168 </ul>
8169<li><b>MaxLimit</b>: Maximum limit
8170 <ul>
8171 <li>Set with class: \ref ns3::UintegerValue</li>
8172 <li>Underlying type: uint32_t 0:1879048192</li>
8173 <li>Initial value: 1879048192</li>
8174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8176 </ul>
8177<li><b>MinLimit</b>: Minimum limit
8178 <ul>
8179 <li>Set with class: \ref ns3::UintegerValue</li>
8180 <li>Underlying type: uint32_t 0:4294967295</li>
8181 <li>Initial value: 0</li>
8182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8184 </ul>
8185</ul>
8186<h3>TraceSources</h3>
8187<ul>
8188<li><b>Limit</b>: Limit value calculated by DQL<br> <ul>
8189 <li> %Callback signature: ns3::TracedValueCallback::Uint32
8190</li>
8191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8192</ul>
8193</ul>
8194<b>Group:</b> Network
8195
8196<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
8197*/
8198
8199/*!
8200
8201\class ns3::EhtConfiguration
8202
8203<h3>Config Paths</h3>
8204
8205ns3::EhtConfiguration is accessible through the following paths with Config::Set and Config::Connect:
8206<ul>
8207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/EhtConfiguration"</li>
8208</ul>
8209<h3>Attributes</h3>
8210<ul>
8211<li><b>EmlsrActivated</b>: Whether EMLSR option is activated. If activated, EMLSR mode can be enabled on the EMLSR links by an installed EMLSR Manager.
8212 <ul>
8213 <li>Set with class: \ref ns3::BooleanValue</li>
8214 <li>Underlying type: bool</li>
8215 <li>Initial value: false</li>
8216 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
8217 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8218 </ul>
8219<li><b>MediumSyncDuration</b>: The duration of the MediumSyncDelay timer (must be a multiple of 32 us). The value of this attribute is only used by AP MLDs with EMLSR activated.
8220 <ul>
8221 <li>Set with class: \ref ns3::TimeValue</li>
8222 <li>Underlying type: \p Time +0ns:+8.16e+06ns</li>
8223 <li>Initial value: +5.472e+06ns</li>
8224 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8226 </ul>
8227<li><b>MsdMaxNTxops</b>: Maximum number of TXOPs that an EMLSR client is allowed to attempt to initiate while the MediumSyncDelay timer is running (zero indicates no limit). The value of this attribute is only used by AP MLDs with EMLSR activated.
8228 <ul>
8229 <li>Set with class: \ref ns3::UintegerValue</li>
8230 <li>Underlying type: uint8_t 0:15</li>
8231 <li>Initial value: 1</li>
8232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8234 </ul>
8235<li><b>MsdOfdmEdThreshold</b>: Threshold (dBm) to be used instead of the normal CCA sensitivity for the primary 20 MHz channel if the MediumSyncDelay timer has a nonzero value. The value of this attribute is only used by AP MLDs with EMLSR activated.
8236 <ul>
8237 <li>Set with class: \ref ns3::IntegerValue</li>
8238 <li>Underlying type: int8_t -72:-62</li>
8239 <li>Initial value: -72</li>
8240 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8242 </ul>
8243<li><b>Per20CcaSensitivityThreshold</b>: CCA threshold (dBm) for Per 20MHz check.
8244 <ul>
8245 <li>Set with class: \ref ns3::DoubleValue</li>
8246 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8247 <li>Initial value: -72</li>
8248 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8249 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8250 </ul>
8251<li><b>TidToLinkMappingDl</b>: A list-of-TIDs-indexed map of the list of links where the TIDs are mapped to for the downlink direction. In case a string is used to set this attribute, the string shall contain the (TID list, link list) pairs separated by a semicolon (;); in every pair, the TID list and the link list are separated by a blank space, and the elements of each list are separated by a comma (,) without spaces. E.g., "0,4 1,2,3; 1 0;2 0,1" means that TIDs 0 and 4 are mapped on links 1, 2 and 3; TID 1 is mapped on link 0 and TID 2 is mapped on links 0 and 1. An empty map indicates the default mapping, i.e., all TIDs are mapped to all setup links. If the map contains the mapping for some TID(s), the mapping corresponding to the missing TID(s) remains unchanged. A non-AP MLD includes this mapping in the Association Request frame sent to an AP MLD, unless the AP MLD advertises a negotiation support of 1 and this mapping is such that TIDs are mapped to distinct link sets, in which case the default mapping is included.
8252 <ul>
8253 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39PairValueINS_23AttributeContainerValueINS_13UintegerValueELc44ENSt7__cxx114listEEES5_EE, NSt7__cxx114listIN3ns33PtrINS1_9PairValueINS1_23AttributeContainerValueINS1_13UintegerValueELc44ES0_EES6_EEEESaIS8_EEE></li>
8254 <li>Underlying type: \p ns3::Ptr<N3ns39PairValueINS_23AttributeContainerValueINS_13UintegerValueELc44ENSt7__cxx114listEEES5_EE></li>
8255 <li>Initial value: </li>
8256 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8258 </ul>
8259<li><b>TidToLinkMappingNegSupport</b>: TID-to-Link Mapping Negotiation Support.
8260 <ul>
8261 <li>Set with class: \ref ns3::EnumValue<ns3::WifiTidToLinkMappingNegSupport></li>
8262 <li>Underlying type: \p NOT_SUPPORTED|SAME_LINK_SET|ANY_LINK_SET</li>
8263 <li>Initial value: ANY_LINK_SET</li>
8264 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8266 </ul>
8267<li><b>TidToLinkMappingUl</b>: A list-of-TIDs-indexed map of the list of links where the TIDs are mapped to for the uplink direction. In case a string is used to set this attribute, the string shall contain the (TID list, link list) pairs separated by a semicolon (;); in every pair, the TID list and the link list are separated by a blank space, and the elements of each list are separated by a comma (,) without spaces. E.g., "0,4 1,2,3; 1 0;2 0,1" means that TIDs 0 and 4 are mapped on links 1, 2 and 3; TID 1 is mapped on link 0 and TID 2 is mapped on links 0 and 1. An empty map indicates the default mapping, i.e., all TIDs are mapped to all setup links. If the map contains the mapping for some TID(s), the mapping corresponding to the missing TID(s) remains unchanged. A non-AP MLD includes this mapping in the Association Request frame sent to an AP MLD, unless the AP MLD advertises a negotiation support of 1 and this mapping is such that TIDs are mapped to distinct link sets, in which case the default mapping is included.
8268 <ul>
8269 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39PairValueINS_23AttributeContainerValueINS_13UintegerValueELc44ENSt7__cxx114listEEES5_EE, NSt7__cxx114listIN3ns33PtrINS1_9PairValueINS1_23AttributeContainerValueINS1_13UintegerValueELc44ES0_EES6_EEEESaIS8_EEE></li>
8270 <li>Underlying type: \p ns3::Ptr<N3ns39PairValueINS_23AttributeContainerValueINS_13UintegerValueELc44ENSt7__cxx114listEEES5_EE></li>
8271 <li>Initial value: </li>
8272 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8274 </ul>
8275<li><b>TransitionTimeout</b>: The Transition Timeout (not used by non-AP MLDs). Possible values are 0us or 2^n us, with n=7..16.
8276 <ul>
8277 <li>Set with class: \ref ns3::TimeValue</li>
8278 <li>Underlying type: \p Time +0ns:+6.5536e+07ns</li>
8279 <li>Initial value: +0ns</li>
8280 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8281 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8282 </ul>
8283</ul>
8284No TraceSources are defined for this type.<br>
8285<b>Group:</b> Wifi
8286
8287<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
8288*/
8289
8290/*!
8291
8292\class ns3::EhtFrameExchangeManager
8293
8294<h3>Config Paths</h3>
8295
8296ns3::EhtFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
8297<ul>
8298<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::EhtFrameExchangeManager"</li>
8299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8300<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::VhtFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8301<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8302<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8303<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8304<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8305<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8306<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8307<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8308<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8309<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8310<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8311<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8312<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8313<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager/$ns3::EhtFrameExchangeManager"</li>
8314</ul>
8315<h3>Attributes</h3>
8316<ul>
8317<li><b>EarlyTxopEndDetect</b>: Whether the Duration/ID value of the frame being transmitted or received can be used to early detect an ongoing TXOP end.
8318 <ul>
8319 <li>Set with class: \ref ns3::BooleanValue</li>
8320 <li>Underlying type: bool</li>
8321 <li>Initial value: true</li>
8322 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8324 </ul>
8325</ul>
8326<h3>Attributes defined in parent class ns3::HeFrameExchangeManager</h3>
8327<ul>
8328<li><b>ContinueTxopAfterBsrp</b>: Whether to continue a TXOP a SIFS after the reception of responses to a BSRP Trigger Frame when TXOP limit is zero.
8329 <ul>
8330 <li>Set with class: \ref ns3::BooleanValue</li>
8331 <li>Underlying type: bool</li>
8332 <li>Initial value: false</li>
8333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8335 </ul>
8336</ul>
8337<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
8338<ul>
8339<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
8340 <ul>
8341 <li>Set with class: \ref ns3::BooleanValue</li>
8342 <li>Underlying type: bool</li>
8343 <li>Initial value: true</li>
8344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8346 </ul>
8347<li><b>ProtectSingleExchange</b>: Whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit when the latter is non-zero
8348 <ul>
8349 <li>Set with class: \ref ns3::BooleanValue</li>
8350 <li>Underlying type: bool</li>
8351 <li>Initial value: false</li>
8352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8354 </ul>
8355<li><b>SetQueueSize</b>: Whether to set the Queue Size subfield of the QoS Control field of QoS data frames sent by non-AP stations
8356 <ul>
8357 <li>Set with class: \ref ns3::BooleanValue</li>
8358 <li>Underlying type: bool</li>
8359 <li>Initial value: false</li>
8360 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8362 </ul>
8363<li><b>SingleExchangeProtectionSurplus</b>: Additional time to protect beyond end of the immediate frame exchange in case of non-zero TXOP limit when a single frame exchange is protected
8364 <ul>
8365 <li>Set with class: \ref ns3::TimeValue</li>
8366 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8367 <li>Initial value: +0ns</li>
8368 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8369 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8370 </ul>
8371</ul>
8372<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
8373<ul>
8374<li><b>ProtectedIfResponded</b>: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.
8375 <ul>
8376 <li>Set with class: \ref ns3::BooleanValue</li>
8377 <li>Underlying type: bool</li>
8378 <li>Initial value: true</li>
8379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8381 </ul>
8382</ul>
8383No TraceSources are defined for this type.<br>
8384<b>Group:</b> Wifi
8385
8386<b>Size</b> of this type is 2600 bytes (on a 64-bit architecture).
8387*/
8388
8389/*!
8390
8391\class ns3::EmlsrManager
8392
8393Introspection did not find any typical Config paths.<br>
8394<h3>Attributes</h3>
8395<ul>
8396<li><b>AuxPhyChannelWidth</b>: The maximum channel width (MHz) supported by Aux PHYs.
8397 <ul>
8398 <li>Set with class: \ref ns3::UintegerValue</li>
8399 <li>Underlying type: double 20:320</li>
8400 <li>Initial value: 20</li>
8401 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
8402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8403 </ul>
8404<li><b>AuxPhyMaxModClass</b>: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.
8405 <ul>
8406 <li>Set with class: \ref ns3::EnumValue<ns3::WifiModulationClass></li>
8407 <li>Underlying type: \p HR-DSSS|ERP-OFDM|OFDM|HT|VHT|HE|EHT</li>
8408 <li>Initial value: OFDM</li>
8409 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
8410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8411 </ul>
8412<li><b>AuxPhyTxCapable</b>: Whether Aux PHYs are capable of transmitting PPDUs.
8413 <ul>
8414 <li>Set with class: \ref ns3::BooleanValue</li>
8415 <li>Underlying type: bool</li>
8416 <li>Initial value: true</li>
8417 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8418 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8419 </ul>
8420<li><b>EmlsrLinkSet</b>: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.
8421 <ul>
8422 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
8423 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
8424 <li>Initial value: </li>
8425 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
8426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8427 </ul>
8428<li><b>EmlsrPaddingDelay</b>: The EMLSR Paddind Delay (not used by AP MLDs). Possible values are 0 us, 32 us, 64 us, 128 us or 256 us.
8429 <ul>
8430 <li>Set with class: \ref ns3::TimeValue</li>
8431 <li>Underlying type: \p Time +0ns:+256000ns</li>
8432 <li>Initial value: +0ns</li>
8433 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8435 </ul>
8436<li><b>EmlsrTransitionDelay</b>: The EMLSR Transition Delay (not used by AP MLDs). Possible values are 0 us, 16 us, 32 us, 64 us, 128 us or 256 us.
8437 <ul>
8438 <li>Set with class: \ref ns3::TimeValue</li>
8439 <li>Underlying type: \p Time +0ns:+256000ns</li>
8440 <li>Initial value: +0ns</li>
8441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8443 </ul>
8444<li><b>InDeviceInterference</b>: Whether in-device interference is such that a PHY cannot decode anything and cannot decrease the backoff counter when another PHY of the same device is transmitting.
8445 <ul>
8446 <li>Set with class: \ref ns3::BooleanValue</li>
8447 <li>Underlying type: bool</li>
8448 <li>Initial value: false</li>
8449 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8451 </ul>
8452<li><b>MainPhyId</b>: The ID of the main PHY (position in the vector of PHYs held by WifiNetDevice). This attribute cannot be set after construction.
8453 <ul>
8454 <li>Set with class: \ref ns3::UintegerValue</li>
8455 <li>Underlying type: uint8_t 0:255</li>
8456 <li>Initial value: 0</li>
8457 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
8458 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8459 </ul>
8460<li><b>PutAuxPhyToSleep</b>: Whether Aux PHYs should be put into sleep mode while the Main PHY is carrying out a (DL or UL) TXOP. Specifically, for DL TXOPs, aux PHYs are put to sleep after receiving the ICF; for UL TXOPs, aux PHYs are put to sleep when the CTS frame is received, if RTS/CTS is used, or when the transmission of the data frame starts, otherwise. Aux PHYs are resumed from sleep when the TXOP ends.
8461 <ul>
8462 <li>Set with class: \ref ns3::BooleanValue</li>
8463 <li>Underlying type: bool</li>
8464 <li>Initial value: false</li>
8465 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8466 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8467 </ul>
8468<li><b>ResetCamState</b>: Whether to reset the state of the ChannelAccessManager associated with the link on which the main PHY has just switched to.
8469 <ul>
8470 <li>Set with class: \ref ns3::BooleanValue</li>
8471 <li>Underlying type: bool</li>
8472 <li>Initial value: false</li>
8473 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8474 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8475 </ul>
8476<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.
8477 <ul>
8478 <li>Set with class: \ref ns3::BooleanValue</li>
8479 <li>Underlying type: bool</li>
8480 <li>Initial value: true</li>
8481 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8482 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8483 </ul>
8484</ul>
8485<h3>TraceSources</h3>
8486<ul>
8487<li><b>MainPhySwitch</b>: This trace source is fired when the main PHY switches channel to operate on another link. Information associated with the main PHY switch is provided through a struct that is inherited from struct EmlsrMainPhySwitchTrace (use the GetName() method to get the type of the provided object).<br> <ul>
8488 <li> %Callback signature: ns3::EmlsrManager::MainPhySwitchCallback
8489</li>
8490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8491</ul>
8492</ul>
8493<b>Group:</b> Wifi
8494
8495<b>Size</b> of this type is 744 bytes (on a 64-bit architecture).
8496*/
8497
8498/*!
8499
8500\class ns3::EmpiricalRandomVariable
8501
8502<h3>Config Paths</h3>
8503
8504ns3::EmpiricalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
8505<ul>
8506<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8507<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8508<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8509<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8510<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8511<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8513<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8514<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8516<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8517<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8519<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8520<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8521<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::EmpiricalRandomVariable"</li>
8522<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::EmpiricalRandomVariable"</li>
8523<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8524<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8525<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8526<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8527<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8528<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8529<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8530<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8531<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8532<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8533<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::EmpiricalRandomVariable"</li>
8534<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::EmpiricalRandomVariable"</li>
8535<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::EmpiricalRandomVariable"</li>
8536<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::EmpiricalRandomVariable"</li>
8537<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::EmpiricalRandomVariable"</li>
8538<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::EmpiricalRandomVariable"</li>
8539<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::EmpiricalRandomVariable"</li>
8540<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::EmpiricalRandomVariable"</li>
8541<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::EmpiricalRandomVariable"</li>
8542<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8543<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::EmpiricalRandomVariable"</li>
8544<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::EmpiricalRandomVariable"</li>
8545<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8546<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8547<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::EmpiricalRandomVariable"</li>
8548<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::EmpiricalRandomVariable"</li>
8549<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::EmpiricalRandomVariable"</li>
8550<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::EmpiricalRandomVariable"</li>
8551<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::EmpiricalRandomVariable"</li>
8552<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::EmpiricalRandomVariable"</li>
8553<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::EmpiricalRandomVariable"</li>
8554<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::EmpiricalRandomVariable"</li>
8555<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::EmpiricalRandomVariable"</li>
8556<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::EmpiricalRandomVariable"</li>
8557<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::EmpiricalRandomVariable"</li>
8558<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::EmpiricalRandomVariable"</li>
8559<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8560<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::EmpiricalRandomVariable"</li>
8561<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::EmpiricalRandomVariable"</li>
8562<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::EmpiricalRandomVariable"</li>
8563<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8564<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8565<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8566</ul>
8567<h3>Attributes</h3>
8568<ul>
8569<li><b>Interpolate</b>: Treat the CDF as a smooth distribution and interpolate, default is to treat the CDF as a histogram and sample.
8570 <ul>
8571 <li>Set with class: \ref ns3::BooleanValue</li>
8572 <li>Underlying type: bool</li>
8573 <li>Initial value: false</li>
8574 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8576 </ul>
8577</ul>
8578<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
8579<ul>
8580<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
8581 <ul>
8582 <li>Set with class: \ref ns3::BooleanValue</li>
8583 <li>Underlying type: bool</li>
8584 <li>Initial value: false</li>
8585 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8587 </ul>
8588<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
8589 <ul>
8590 <li>Set with class: \ref ns3::IntegerValue</li>
8591 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
8592 <li>Initial value: -1</li>
8593 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8595 </ul>
8596</ul>
8597No TraceSources are defined for this type.<br>
8598<b>Group:</b> Core
8599
8600<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
8601*/
8602
8603/*!
8604
8605\class ns3::EmuEpcHelper
8606
8607Introspection did not find any typical Config paths.<br>
8608<h3>Attributes</h3>
8609<ul>
8610<li><b>EnbDeviceName</b>: The name of the device used for the S1-U interface of the eNB
8611 <ul>
8612 <li>Set with class: \ref ns3::StringValue</li>
8613 <li>Underlying type: \p std::string</li>
8614 <li>Initial value: veth1</li>
8615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8617 </ul>
8618<li><b>EnbMacAddressBase</b>: First 5 bytes of the eNB MAC address base
8619 <ul>
8620 <li>Set with class: \ref ns3::StringValue</li>
8621 <li>Underlying type: \p std::string</li>
8622 <li>Initial value: 00:00:00:eb:00</li>
8623 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8624 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8625 </ul>
8626<li><b>SgwDeviceName</b>: The name of the device used for the S1-U interface of the SGW
8627 <ul>
8628 <li>Set with class: \ref ns3::StringValue</li>
8629 <li>Underlying type: \p std::string</li>
8630 <li>Initial value: veth0</li>
8631 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8632 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8633 </ul>
8634<li><b>SgwMacAddress</b>: MAC address used for the SGW
8635 <ul>
8636 <li>Set with class: \ref ns3::StringValue</li>
8637 <li>Underlying type: \p std::string</li>
8638 <li>Initial value: 00:00:00:59:00:aa</li>
8639 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8641 </ul>
8642</ul>
8643No TraceSources are defined for this type.<br>
8644<b>Group:</b> Lte
8645
8646<b>Size</b> of this type is 608 bytes (on a 64-bit architecture).
8647*/
8648
8649/*!
8650
8651\class ns3::energy::BasicEnergyHarvester
8652
8653Introspection did not find any typical Config paths.<br>
8654<h3>Attributes</h3>
8655<ul>
8656<li><b>HarvestablePower</b>: The harvestable power [Watts] that the energy harvester is allowed to harvest. By default, the model will allow to harvest an amount of power defined by a uniformly distributed random variable in 0 and 2.0 Watts
8657 <ul>
8658 <li>Set with class: \ref ns3::PointerValue</li>
8659 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
8660 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=2.0]</li>
8661 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8663 </ul>
8664<li><b>PeriodicHarvestedPowerUpdateInterval</b>: Time between two consecutive periodic updates of the harvested power. By default, the value is updated every 1 s
8665 <ul>
8666 <li>Set with class: \ref ns3::TimeValue</li>
8667 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8668 <li>Initial value: +1e+09ns</li>
8669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8671 </ul>
8672</ul>
8673<h3>TraceSources</h3>
8674<ul>
8675<li><b>HarvestedPower</b>: Harvested power by the BasicEnergyHarvester.<br> <ul>
8676 <li> %Callback signature: ns3::TracedValueCallback::Double
8677</li>
8678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8679</ul>
8680<li><b>TotalEnergyHarvested</b>: Total energy harvested by the harvester.<br> <ul>
8681 <li> %Callback signature: ns3::TracedValueCallback::Double
8682</li>
8683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8684</ul>
8685</ul>
8686<b>Group:</b> Energy
8687
8688<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
8689*/
8690
8691/*!
8692
8693\class ns3::energy::BasicEnergySource
8694
8695Introspection did not find any typical Config paths.<br>
8696<h3>Attributes</h3>
8697<ul>
8698<li><b>BasicEnergyHighBatteryThreshold</b>: High battery threshold for basic energy source.
8699 <ul>
8700 <li>Set with class: \ref ns3::DoubleValue</li>
8701 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8702 <li>Initial value: 0.15</li>
8703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8705 </ul>
8706<li><b>BasicEnergyLowBatteryThreshold</b>: Low battery threshold for basic energy source.
8707 <ul>
8708 <li>Set with class: \ref ns3::DoubleValue</li>
8709 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8710 <li>Initial value: 0.1</li>
8711 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8713 </ul>
8714<li><b>BasicEnergySourceInitialEnergyJ</b>: Initial energy stored in basic energy source.
8715 <ul>
8716 <li>Set with class: \ref ns3::DoubleValue</li>
8717 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8718 <li>Initial value: 10</li>
8719 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8721 </ul>
8722<li><b>BasicEnergySupplyVoltageV</b>: Initial supply voltage for basic energy source.
8723 <ul>
8724 <li>Set with class: \ref ns3::DoubleValue</li>
8725 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8726 <li>Initial value: 3</li>
8727 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8729 </ul>
8730<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.
8731 <ul>
8732 <li>Set with class: \ref ns3::TimeValue</li>
8733 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8734 <li>Initial value: +1e+09ns</li>
8735 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8736 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8737 </ul>
8738</ul>
8739<h3>TraceSources</h3>
8740<ul>
8741<li><b>RemainingEnergy</b>: Remaining energy at BasicEnergySource.<br> <ul>
8742 <li> %Callback signature: ns3::TracedValueCallback::Double
8743</li>
8744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8745</ul>
8746</ul>
8747<b>Group:</b> Energy
8748
8749<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
8750*/
8751
8752/*!
8753
8754\class ns3::energy::DeviceEnergyModel
8755
8756Introspection did not find any typical Config paths.<br>
8757No Attributes are defined for this type.<br>
8758No TraceSources are defined for this type.<br>
8759<b>Group:</b> Energy
8760
8761<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
8762*/
8763
8764/*!
8765
8766\class ns3::energy::EnergyHarvester
8767
8768Introspection did not find any typical Config paths.<br>
8769No Attributes are defined for this type.<br>
8770No TraceSources are defined for this type.<br>
8771<b>Group:</b> Energy
8772
8773<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
8774*/
8775
8776/*!
8777
8778\class ns3::energy::EnergyHarvesterContainer
8779
8780<h3>Config Paths</h3>
8781
8782ns3::energy::EnergyHarvesterContainer is accessible through the following paths with Config::Set and Config::Connect:
8783<ul>
8784<li>"/NodeList/[i]/$ns3::energy::EnergyHarvesterContainer"</li>
8785</ul>
8786No Attributes are defined for this type.<br>
8787No TraceSources are defined for this type.<br>
8788<b>Group:</b> Energy
8789
8790<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
8791*/
8792
8793/*!
8794
8795\class ns3::energy::EnergySource
8796
8797Introspection did not find any typical Config paths.<br>
8798No Attributes are defined for this type.<br>
8799No TraceSources are defined for this type.<br>
8800<b>Group:</b> Energy
8801
8802<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
8803*/
8804
8805/*!
8806
8807\class ns3::energy::EnergySourceContainer
8808
8809<h3>Config Paths</h3>
8810
8811ns3::energy::EnergySourceContainer is accessible through the following paths with Config::Set and Config::Connect:
8812<ul>
8813<li>"/NodeList/[i]/$ns3::energy::EnergySourceContainer"</li>
8814</ul>
8815No Attributes are defined for this type.<br>
8816No TraceSources are defined for this type.<br>
8817<b>Group:</b> Energy
8818
8819<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
8820*/
8821
8822/*!
8823
8824\class ns3::energy::GenericBatteryModel
8825
8826Introspection did not find any typical Config paths.<br>
8827<h3>Attributes</h3>
8828<ul>
8829<li><b>BatteryType</b>: Indicates the battery type used by the model
8830 <ul>
8831 <li>Set with class: \ref ns3::EnumValue<ns3::energy::GenericBatteryType></li>
8832 <li>Underlying type: \p LION_LIPO|NIMH_NICD|LEADACID</li>
8833 <li>Initial value: LION_LIPO</li>
8834 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8836 </ul>
8837<li><b>CutoffVoltage</b>: The voltage where the battery is considered depleted (V).
8838 <ul>
8839 <li>Set with class: \ref ns3::DoubleValue</li>
8840 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8841 <li>Initial value: 3.3</li>
8842 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8844 </ul>
8845<li><b>ExponentialCapacity</b>: (Q_exp) Cell Capacity at the end of the exponential zone (Ah).
8846 <ul>
8847 <li>Set with class: \ref ns3::DoubleValue</li>
8848 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8849 <li>Initial value: 0.39</li>
8850 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8852 </ul>
8853<li><b>ExponentialVoltage</b>: (V_exp) Cell voltage at the end of the exponential zone (V).
8854 <ul>
8855 <li>Set with class: \ref ns3::DoubleValue</li>
8856 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8857 <li>Initial value: 3.75</li>
8858 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8860 </ul>
8861<li><b>FullVoltage</b>: (Q_full) The voltage of the cell when fully charged (V).
8862 <ul>
8863 <li>Set with class: \ref ns3::DoubleValue</li>
8864 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8865 <li>Initial value: 4.18</li>
8866 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8867 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8868 </ul>
8869<li><b>InternalResistance</b>: (R) Internal resistance of the cell (Ohms)
8870 <ul>
8871 <li>Set with class: \ref ns3::DoubleValue</li>
8872 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8873 <li>Initial value: 0.083</li>
8874 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8875 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8876 </ul>
8877<li><b>LowBatteryThreshold</b>: Low battery threshold for generic battery model.
8878 <ul>
8879 <li>Set with class: \ref ns3::DoubleValue</li>
8880 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8881 <li>Initial value: 0.1</li>
8882 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8883 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8884 </ul>
8885<li><b>MaxCapacity</b>: (Q) The maximum capacity of the cell (Ah).
8886 <ul>
8887 <li>Set with class: \ref ns3::DoubleValue</li>
8888 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8889 <li>Initial value: 2.45</li>
8890 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8891 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8892 </ul>
8893<li><b>NominalCapacity</b>: (Q_nom) Cell capacity at the end of the nominal zone (Ah)
8894 <ul>
8895 <li>Set with class: \ref ns3::DoubleValue</li>
8896 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8897 <li>Initial value: 1.3</li>
8898 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8899 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8900 </ul>
8901<li><b>NominalVoltage</b>: (V_nom) Nominal voltage of the cell (V).
8902 <ul>
8903 <li>Set with class: \ref ns3::DoubleValue</li>
8904 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8905 <li>Initial value: 3.59</li>
8906 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8907 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8908 </ul>
8909<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.
8910 <ul>
8911 <li>Set with class: \ref ns3::TimeValue</li>
8912 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8913 <li>Initial value: +1e+09ns</li>
8914 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8916 </ul>
8917<li><b>TypicalDischargeCurrent</b>: Typical discharge current used in manufacturers datasheets (A)
8918 <ul>
8919 <li>Set with class: \ref ns3::DoubleValue</li>
8920 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8921 <li>Initial value: 2.33</li>
8922 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8924 </ul>
8925</ul>
8926<h3>TraceSources</h3>
8927<ul>
8928<li><b>RemainingEnergy</b>: Remaining energy of generic battery<br> <ul>
8929 <li> %Callback signature: ns3::TracedValueCallback::Double
8930</li>
8931 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8932</ul>
8933</ul>
8934<b>Group:</b> Energy
8935
8936<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
8937*/
8938
8939/*!
8940
8941\class ns3::energy::RvBatteryModel
8942
8943Introspection did not find any typical Config paths.<br>
8944<h3>Attributes</h3>
8945<ul>
8946<li><b>RvBatteryModelAlphaValue</b>: RV battery model alpha value.
8947 <ul>
8948 <li>Set with class: \ref ns3::DoubleValue</li>
8949 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8950 <li>Initial value: 35220</li>
8951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8953 </ul>
8954<li><b>RvBatteryModelBetaValue</b>: RV battery model beta value.
8955 <ul>
8956 <li>Set with class: \ref ns3::DoubleValue</li>
8957 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8958 <li>Initial value: 0.637</li>
8959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8961 </ul>
8962<li><b>RvBatteryModelCutoffVoltage</b>: RV battery model cutoff voltage.
8963 <ul>
8964 <li>Set with class: \ref ns3::DoubleValue</li>
8965 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8966 <li>Initial value: 3</li>
8967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8969 </ul>
8970<li><b>RvBatteryModelLowBatteryThreshold</b>: Low battery threshold.
8971 <ul>
8972 <li>Set with class: \ref ns3::DoubleValue</li>
8973 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8974 <li>Initial value: 0.1</li>
8975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8977 </ul>
8978<li><b>RvBatteryModelNumOfTerms</b>: The number of terms of the infinite sum for estimating battery level.
8979 <ul>
8980 <li>Set with class: \ref ns3::IntegerValue</li>
8981 <li>Underlying type: int32_t -2147483648:2147483647</li>
8982 <li>Initial value: 10</li>
8983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8985 </ul>
8986<li><b>RvBatteryModelOpenCircuitVoltage</b>: RV battery model open circuit voltage.
8987 <ul>
8988 <li>Set with class: \ref ns3::DoubleValue</li>
8989 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8990 <li>Initial value: 4.1</li>
8991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8993 </ul>
8994<li><b>RvBatteryModelPeriodicEnergyUpdateInterval</b>: RV battery model sampling interval.
8995 <ul>
8996 <li>Set with class: \ref ns3::TimeValue</li>
8997 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8998 <li>Initial value: +1e+09ns</li>
8999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9001 </ul>
9002</ul>
9003<h3>TraceSources</h3>
9004<ul>
9005<li><b>RvBatteryModelBatteryLevel</b>: RV battery model battery level.<br> <ul>
9006 <li> %Callback signature: ns3::TracedValueCallback::Double
9007</li>
9008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9009</ul>
9010<li><b>RvBatteryModelBatteryLifetime</b>: RV battery model battery lifetime.<br> <ul>
9011 <li> %Callback signature: ns3::TracedValueCallback::Time
9012</li>
9013 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9014</ul>
9015</ul>
9016<b>Group:</b> Energy
9017
9018<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
9019*/
9020
9021/*!
9022
9023\class ns3::energy::SimpleDeviceEnergyModel
9024
9025Introspection did not find any typical Config paths.<br>
9026No Attributes are defined for this type.<br>
9027<h3>TraceSources</h3>
9028<ul>
9029<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.<br> <ul>
9030 <li> %Callback signature: ns3::TracedValueCallback::Double
9031</li>
9032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9033</ul>
9034</ul>
9035<b>Group:</b> Energy
9036
9037<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
9038*/
9039
9040/*!
9041
9042\class ns3::EpcHelper
9043
9044Introspection did not find any typical Config paths.<br>
9045No Attributes are defined for this type.<br>
9046No TraceSources are defined for this type.<br>
9047<b>Group:</b> Lte
9048
9049<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9050*/
9051
9052/*!
9053
9054\class ns3::EpcMmeApplication
9055
9056Introspection did not find any typical Config paths.<br>
9057No Attributes are defined for this type.<br>
9058No TraceSources are defined for this type.<br>
9059<b>Group:</b> Lte
9060
9061<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
9062*/
9063
9064/*!
9065
9066\class ns3::EpcSgwApplication
9067
9068Introspection did not find any typical Config paths.<br>
9069No Attributes are defined for this type.<br>
9070No TraceSources are defined for this type.<br>
9071<b>Group:</b> Lte
9072
9073<b>Size</b> of this type is 336 bytes (on a 64-bit architecture).
9074*/
9075
9076/*!
9077
9078\class ns3::EpcUeNas
9079
9080<h3>Config Paths</h3>
9081
9082ns3::EpcUeNas is accessible through the following paths with Config::Set and Config::Connect:
9083<ul>
9084<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/EpcUeNas"</li>
9085<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/EpcUeNas"</li>
9086</ul>
9087No Attributes are defined for this type.<br>
9088<h3>TraceSources</h3>
9089<ul>
9090<li><b>StateTransition</b>: fired upon every UE NAS state transition<br> <ul>
9091 <li> %Callback signature: ns3::EpcUeNas::StateTracedCallback
9092</li>
9093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9094</ul>
9095</ul>
9096<b>Group:</b> Lte
9097
9098<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
9099*/
9100
9101/*!
9102
9103\class ns3::EpcX2
9104
9105Introspection did not find any typical Config paths.<br>
9106No Attributes are defined for this type.<br>
9107No TraceSources are defined for this type.<br>
9108<b>Group:</b> Lte
9109
9110<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
9111*/
9112
9113/*!
9114
9115\class ns3::EpcX2HandoverCancelHeader
9116
9117Introspection did not find any typical Config paths.<br>
9118No Attributes are defined for this type.<br>
9119No TraceSources are defined for this type.<br>
9120<b>Group:</b> Lte
9121
9122<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9123*/
9124
9125/*!
9126
9127\class ns3::EpcX2HandoverPreparationFailureHeader
9128
9129Introspection did not find any typical Config paths.<br>
9130No Attributes are defined for this type.<br>
9131No TraceSources are defined for this type.<br>
9132<b>Group:</b> Lte
9133
9134<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9135*/
9136
9137/*!
9138
9139\class ns3::EpcX2HandoverRequestAckHeader
9140
9141Introspection did not find any typical Config paths.<br>
9142No Attributes are defined for this type.<br>
9143No TraceSources are defined for this type.<br>
9144<b>Group:</b> Lte
9145
9146<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
9147*/
9148
9149/*!
9150
9151\class ns3::EpcX2HandoverRequestHeader
9152
9153Introspection did not find any typical Config paths.<br>
9154No Attributes are defined for this type.<br>
9155No TraceSources are defined for this type.<br>
9156<b>Group:</b> Lte
9157
9158<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
9159*/
9160
9161/*!
9162
9163\class ns3::EpcX2Header
9164
9165Introspection did not find any typical Config paths.<br>
9166No Attributes are defined for this type.<br>
9167No TraceSources are defined for this type.<br>
9168<b>Group:</b> Lte
9169
9170<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9171*/
9172
9173/*!
9174
9175\class ns3::EpcX2LoadInformationHeader
9176
9177Introspection did not find any typical Config paths.<br>
9178No Attributes are defined for this type.<br>
9179No TraceSources are defined for this type.<br>
9180<b>Group:</b> Lte
9181
9182<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
9183*/
9184
9185/*!
9186
9187\class ns3::EpcX2ResourceStatusUpdateHeader
9188
9189Introspection did not find any typical Config paths.<br>
9190No Attributes are defined for this type.<br>
9191No TraceSources are defined for this type.<br>
9192<b>Group:</b> Lte
9193
9194<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
9195*/
9196
9197/*!
9198
9199\class ns3::EpcX2SnStatusTransferHeader
9200
9201Introspection did not find any typical Config paths.<br>
9202No Attributes are defined for this type.<br>
9203No TraceSources are defined for this type.<br>
9204<b>Group:</b> Lte
9205
9206<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
9207*/
9208
9209/*!
9210
9211\class ns3::EpcX2UeContextReleaseHeader
9212
9213Introspection did not find any typical Config paths.<br>
9214No Attributes are defined for this type.<br>
9215No TraceSources are defined for this type.<br>
9216<b>Group:</b> Lte
9217
9218<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9219*/
9220
9221/*!
9222
9223\class ns3::EpsBearer
9224
9225Introspection did not find any typical Config paths.<br>
9226<h3>Attributes</h3>
9227<ul>
9228<li><b>Release</b>: Change from 11 to 18 if you need bearer definition as per newer Releases. Reference document: TS 23.203. The change does not impact other LTE code than bearers definition.
9229 <ul>
9230 <li>Set with class: \ref ns3::UintegerValue</li>
9231 <li>Underlying type: uint32_t 0:4294967295</li>
9232 <li>Initial value: 11</li>
9233 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9234 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9235 </ul>
9236</ul>
9237No TraceSources are defined for this type.<br>
9238<b>Group:</b> Lte
9239
9240<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
9241*/
9242
9243/*!
9244
9245\class ns3::EpsBearerTag
9246
9247Introspection did not find any typical Config paths.<br>
9248<h3>Attributes</h3>
9249<ul>
9250<li><b>bid</b>: The EPS bearer id within the UE to which the packet belongs
9251 <ul>
9252 <li>Set with class: \ref ns3::UintegerValue</li>
9253 <li>Underlying type: uint8_t 0:255</li>
9254 <li>Flags: <span class="mlabel">read</span></li>
9255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9256 </ul>
9257<li><b>rnti</b>: The rnti that indicates the UE which packet belongs
9258 <ul>
9259 <li>Set with class: \ref ns3::UintegerValue</li>
9260 <li>Underlying type: uint16_t 0:65535</li>
9261 <li>Flags: <span class="mlabel">read</span></li>
9262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9263 </ul>
9264</ul>
9265No TraceSources are defined for this type.<br>
9266<b>Group:</b> Lte
9267
9268<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
9269*/
9270
9271/*!
9272
9273\class ns3::ErlangRandomVariable
9274
9275<h3>Config Paths</h3>
9276
9277ns3::ErlangRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
9278<ul>
9279<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9280<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9281<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9282<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9283<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9284<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9285<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9286<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ErlangRandomVariable"</li>
9287<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9288<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9289<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9290<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9291<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9292<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9293<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9294<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ErlangRandomVariable"</li>
9295<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9296<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9297<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9298<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ErlangRandomVariable"</li>
9299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ErlangRandomVariable"</li>
9300<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9301<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9302<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9303<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9304<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9305<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9306<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9307<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9308<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9309<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9310<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9311<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ErlangRandomVariable"</li>
9312<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ErlangRandomVariable"</li>
9313<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ErlangRandomVariable"</li>
9314<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ErlangRandomVariable"</li>
9315<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ErlangRandomVariable"</li>
9316<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ErlangRandomVariable"</li>
9317<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ErlangRandomVariable"</li>
9318<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ErlangRandomVariable"</li>
9319<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ErlangRandomVariable"</li>
9320<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9321<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ErlangRandomVariable"</li>
9322<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ErlangRandomVariable"</li>
9323<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9324<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9325<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ErlangRandomVariable"</li>
9326<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ErlangRandomVariable"</li>
9327<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ErlangRandomVariable"</li>
9328<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ErlangRandomVariable"</li>
9329<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ErlangRandomVariable"</li>
9330<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ErlangRandomVariable"</li>
9331<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ErlangRandomVariable"</li>
9332<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ErlangRandomVariable"</li>
9333<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ErlangRandomVariable"</li>
9334<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ErlangRandomVariable"</li>
9335<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ErlangRandomVariable"</li>
9336<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ErlangRandomVariable"</li>
9337<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9338<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ErlangRandomVariable"</li>
9339<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ErlangRandomVariable"</li>
9340<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ErlangRandomVariable"</li>
9341<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9342<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9343<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9344<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9345<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ErlangRandomVariable"</li>
9346</ul>
9347<h3>Attributes</h3>
9348<ul>
9349<li><b>K</b>: The k value for the Erlang distribution returned by this RNG stream.
9350 <ul>
9351 <li>Set with class: \ref ns3::IntegerValue</li>
9352 <li>Underlying type: uint32_t 0:4294967295</li>
9353 <li>Initial value: 1</li>
9354 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9356 </ul>
9357<li><b>Lambda</b>: The lambda value for the Erlang distribution returned by this RNG stream.
9358 <ul>
9359 <li>Set with class: \ref ns3::DoubleValue</li>
9360 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
9361 <li>Initial value: 1</li>
9362 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9364 </ul>
9365</ul>
9366<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
9367<ul>
9368<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
9369 <ul>
9370 <li>Set with class: \ref ns3::BooleanValue</li>
9371 <li>Underlying type: bool</li>
9372 <li>Initial value: false</li>
9373 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9375 </ul>
9376<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
9377 <ul>
9378 <li>Set with class: \ref ns3::IntegerValue</li>
9379 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
9380 <li>Initial value: -1</li>
9381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9383 </ul>
9384</ul>
9385No TraceSources are defined for this type.<br>
9386<b>Group:</b> Core
9387
9388<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
9389*/
9390
9391/*!
9392
9393\class ns3::ErrorChannel
9394
9395<h3>Config Paths</h3>
9396
9397ns3::ErrorChannel is accessible through the following paths with Config::Set and Config::Connect:
9398<ul>
9399<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::ErrorChannel"</li>
9400<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SimpleChannel/$ns3::ErrorChannel"</li>
9401<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::ErrorChannel"</li>
9402<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SimpleChannel/$ns3::ErrorChannel"</li>
9403<li>"/ChannelList/[i]/$ns3::ErrorChannel"</li>
9404<li>"/ChannelList/[i]/$ns3::SimpleChannel/$ns3::ErrorChannel"</li>
9405</ul>
9406No Attributes are defined for this type.<br>
9407<h3>Attributes defined in parent class ns3::SimpleChannel</h3>
9408<ul>
9409<li><b>Delay</b>: Transmission delay through the channel
9410 <ul>
9411 <li>Set with class: \ref ns3::TimeValue</li>
9412 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
9413 <li>Initial value: +0ns</li>
9414 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9416 </ul>
9417</ul>
9418<h3>Attributes defined in parent class ns3::Channel</h3>
9419<ul>
9420<li><b>Id</b>: The id (unique integer) of this Channel.
9421 <ul>
9422 <li>Set with class: \ref ns3::UintegerValue</li>
9423 <li>Underlying type: uint32_t 0:4294967295</li>
9424 <li>Flags: <span class="mlabel">read</span></li>
9425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9426 </ul>
9427</ul>
9428No TraceSources are defined for this type.<br>
9429<b>Group:</b> Network
9430
9431<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
9432*/
9433
9434/*!
9435
9436\class ns3::ErrorModel
9437
9438<h3>Config Paths</h3>
9439
9440ns3::ErrorModel is accessible through the following paths with Config::Set and Config::Connect:
9441<ul>
9442<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel"</li>
9443<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel"</li>
9444<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel"</li>
9445<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel"</li>
9446<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel"</li>
9447<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel"</li>
9448</ul>
9449<h3>Attributes</h3>
9450<ul>
9451<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
9452 <ul>
9453 <li>Set with class: \ref ns3::BooleanValue</li>
9454 <li>Underlying type: bool</li>
9455 <li>Initial value: true</li>
9456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9458 </ul>
9459</ul>
9460No TraceSources are defined for this type.<br>
9461<b>Group:</b> Network
9462
9463<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9464*/
9465
9466/*!
9467
9468\class ns3::ErrorRateModel
9469
9470Introspection did not find any typical Config paths.<br>
9471No Attributes are defined for this type.<br>
9472No TraceSources are defined for this type.<br>
9473<b>Group:</b> Wifi
9474
9475<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9476*/
9477
9478/*!
9479
9480\class ns3::EthernetHeader
9481
9482Introspection did not find any typical Config paths.<br>
9483No Attributes are defined for this type.<br>
9484No TraceSources are defined for this type.<br>
9485<b>Group:</b> Network
9486
9487<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
9488*/
9489
9490/*!
9491
9492\class ns3::EthernetTrailer
9493
9494Introspection did not find any typical Config paths.<br>
9495No Attributes are defined for this type.<br>
9496No TraceSources are defined for this type.<br>
9497<b>Group:</b> Network
9498
9499<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
9500*/
9501
9502/*!
9503
9504\class ns3::ExponentialRandomVariable
9505
9506<h3>Config Paths</h3>
9507
9508ns3::ExponentialRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
9509<ul>
9510<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9511<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9513<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9514<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ExponentialRandomVariable"</li>
9516<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9517<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9519<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9520<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9521<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ExponentialRandomVariable"</li>
9522<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9523<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9524<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9525<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ExponentialRandomVariable"</li>
9526<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ExponentialRandomVariable"</li>
9527<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9528<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9529<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9530<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9531<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9532<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9533<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9534<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9535<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9536<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9537<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ExponentialRandomVariable"</li>
9538<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ExponentialRandomVariable"</li>
9539<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ExponentialRandomVariable"</li>
9540<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ExponentialRandomVariable"</li>
9541<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ExponentialRandomVariable"</li>
9542<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ExponentialRandomVariable"</li>
9543<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ExponentialRandomVariable"</li>
9544<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ExponentialRandomVariable"</li>
9545<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ExponentialRandomVariable"</li>
9546<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9547<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ExponentialRandomVariable"</li>
9548<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ExponentialRandomVariable"</li>
9549<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9550<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9551<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ExponentialRandomVariable"</li>
9552<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ExponentialRandomVariable"</li>
9553<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ExponentialRandomVariable"</li>
9554<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ExponentialRandomVariable"</li>
9555<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ExponentialRandomVariable"</li>
9556<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ExponentialRandomVariable"</li>
9557<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ExponentialRandomVariable"</li>
9558<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ExponentialRandomVariable"</li>
9559<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ExponentialRandomVariable"</li>
9560<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ExponentialRandomVariable"</li>
9561<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ExponentialRandomVariable"</li>
9562<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ExponentialRandomVariable"</li>
9563<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9564<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ExponentialRandomVariable"</li>
9565<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ExponentialRandomVariable"</li>
9566<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ExponentialRandomVariable"</li>
9567<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9568<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9569<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ExponentialRandomVariable"</li>
9570</ul>
9571<h3>Attributes</h3>
9572<ul>
9573<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.
9574 <ul>
9575 <li>Set with class: \ref ns3::DoubleValue</li>
9576 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
9577 <li>Initial value: 0</li>
9578 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9579 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9580 </ul>
9581<li><b>Mean</b>: The mean of the values returned by this RNG stream.
9582 <ul>
9583 <li>Set with class: \ref ns3::DoubleValue</li>
9584 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
9585 <li>Initial value: 1</li>
9586 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9587 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9588 </ul>
9589</ul>
9590<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
9591<ul>
9592<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
9593 <ul>
9594 <li>Set with class: \ref ns3::BooleanValue</li>
9595 <li>Underlying type: bool</li>
9596 <li>Initial value: false</li>
9597 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9598 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9599 </ul>
9600<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
9601 <ul>
9602 <li>Set with class: \ref ns3::IntegerValue</li>
9603 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
9604 <li>Initial value: -1</li>
9605 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9606 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9607 </ul>
9608</ul>
9609No TraceSources are defined for this type.<br>
9610<b>Group:</b> Core
9611
9612<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
9613*/
9614
9615/*!
9616
9617\class ns3::FcfsWifiQueueScheduler
9618
9619Introspection did not find any typical Config paths.<br>
9620<h3>Attributes</h3>
9621<ul>
9622<li><b>DropPolicy</b>: Upon enqueue with full queue, drop oldest (DropOldest) or newest (DropNewest) packet
9623 <ul>
9624 <li>Set with class: \ref ns3::EnumValue<ns3::FcfsWifiQueueScheduler::DropPolicy></li>
9625 <li>Underlying type: \p DropOldest|DropNewest</li>
9626 <li>Initial value: DropNewest</li>
9627 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9629 </ul>
9630</ul>
9631No TraceSources are defined for this type.<br>
9632<b>Group:</b> Wifi
9633
9634<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
9635*/
9636
9637/*!
9638
9639\class ns3::FdBetFfMacScheduler
9640
9641<h3>Config Paths</h3>
9642
9643ns3::FdBetFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9644<ul>
9645<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdBetFfMacScheduler"</li>
9646<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdBetFfMacScheduler"</li>
9647</ul>
9648<h3>Attributes</h3>
9649<ul>
9650<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
9651 <ul>
9652 <li>Set with class: \ref ns3::UintegerValue</li>
9653 <li>Underlying type: uint32_t 0:4294967295</li>
9654 <li>Initial value: 1000</li>
9655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9657 </ul>
9658<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
9659 <ul>
9660 <li>Set with class: \ref ns3::BooleanValue</li>
9661 <li>Underlying type: bool</li>
9662 <li>Initial value: true</li>
9663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9665 </ul>
9666<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
9667 <ul>
9668 <li>Set with class: \ref ns3::UintegerValue</li>
9669 <li>Underlying type: uint8_t 0:255</li>
9670 <li>Initial value: 0</li>
9671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9673 </ul>
9674</ul>
9675<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
9676<ul>
9677<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9678 <ul>
9679 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9680 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9681 <li>Initial value: SRS_UL_CQI</li>
9682 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9684 </ul>
9685</ul>
9686No TraceSources are defined for this type.<br>
9687<b>Group:</b> Lte
9688
9689<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
9690*/
9691
9692/*!
9693
9694\class ns3::FdMtFfMacScheduler
9695
9696<h3>Config Paths</h3>
9697
9698ns3::FdMtFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9699<ul>
9700<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdMtFfMacScheduler"</li>
9701<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdMtFfMacScheduler"</li>
9702</ul>
9703<h3>Attributes</h3>
9704<ul>
9705<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
9706 <ul>
9707 <li>Set with class: \ref ns3::UintegerValue</li>
9708 <li>Underlying type: uint32_t 0:4294967295</li>
9709 <li>Initial value: 1000</li>
9710 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9711 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9712 </ul>
9713<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
9714 <ul>
9715 <li>Set with class: \ref ns3::BooleanValue</li>
9716 <li>Underlying type: bool</li>
9717 <li>Initial value: true</li>
9718 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9720 </ul>
9721<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
9722 <ul>
9723 <li>Set with class: \ref ns3::UintegerValue</li>
9724 <li>Underlying type: uint8_t 0:255</li>
9725 <li>Initial value: 0</li>
9726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9728 </ul>
9729</ul>
9730<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
9731<ul>
9732<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9733 <ul>
9734 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9735 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9736 <li>Initial value: SRS_UL_CQI</li>
9737 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9739 </ul>
9740</ul>
9741No TraceSources are defined for this type.<br>
9742<b>Group:</b> Lte
9743
9744<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
9745*/
9746
9747/*!
9748
9749\class ns3::FdNetDevice
9750
9751<h3>Config Paths</h3>
9752
9753ns3::FdNetDevice is accessible through the following paths with Config::Set and Config::Connect:
9754<ul>
9755<li>"/NodeList/[i]/DeviceList/[i]/$ns3::FdNetDevice"</li>
9756</ul>
9757<h3>Attributes</h3>
9758<ul>
9759<li><b>Address</b>: The MAC address of this device.
9760 <ul>
9761 <li>Set with class: \ref ns3::Mac48AddressValue</li>
9762 <li>Underlying type: \p Mac48Address</li>
9763 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
9764 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9766 </ul>
9767<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.
9768 <ul>
9769 <li>Set with class: \ref ns3::EnumValue<ns3::FdNetDevice::EncapsulationMode></li>
9770 <li>Underlying type: \p Dix|Llc|DixPi</li>
9771 <li>Initial value: Dix</li>
9772 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9774 </ul>
9775<li><b>RxQueueSize</b>: Maximum size of the read queue. This value limits number of packets that have been read from the network into a memory buffer but have not yet been processed by the simulator.
9776 <ul>
9777 <li>Set with class: \ref ns3::UintegerValue</li>
9778 <li>Underlying type: uint32_t 0:4294967295</li>
9779 <li>Initial value: 1000</li>
9780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9782 </ul>
9783<li><b>Start</b>: The simulation time at which to spin up the device thread.
9784 <ul>
9785 <li>Set with class: \ref ns3::TimeValue</li>
9786 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
9787 <li>Initial value: +0ns</li>
9788 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9790 </ul>
9791<li><b>Stop</b>: The simulation time at which to tear down the device thread.
9792 <ul>
9793 <li>Set with class: \ref ns3::TimeValue</li>
9794 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
9795 <li>Initial value: +0ns</li>
9796 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9797 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9798 </ul>
9799</ul>
9800<h3>TraceSources</h3>
9801<ul>
9802<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
9803 <li> %Callback signature: ns3::Packet::TracedCallback
9804</li>
9805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9806</ul>
9807<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
9808 <li> %Callback signature: ns3::Packet::TracedCallback
9809</li>
9810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9811</ul>
9812<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
9813 <li> %Callback signature: ns3::Packet::TracedCallback
9814</li>
9815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9816</ul>
9817<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission<br> <ul>
9818 <li> %Callback signature: ns3::Packet::TracedCallback
9819</li>
9820 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9821</ul>
9822<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
9823 <li> %Callback signature: ns3::Packet::TracedCallback
9824</li>
9825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9826</ul>
9827<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
9828 <li> %Callback signature: ns3::Packet::TracedCallback
9829</li>
9830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9831</ul>
9832</ul>
9833<b>Group:</b> FdNetDevice
9834
9835<b>Size</b> of this type is 552 bytes (on a 64-bit architecture).
9836*/
9837
9838/*!
9839
9840\class ns3::FdTbfqFfMacScheduler
9841
9842<h3>Config Paths</h3>
9843
9844ns3::FdTbfqFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9845<ul>
9846<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdTbfqFfMacScheduler"</li>
9847<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdTbfqFfMacScheduler"</li>
9848</ul>
9849<h3>Attributes</h3>
9850<ul>
9851<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
9852 <ul>
9853 <li>Set with class: \ref ns3::UintegerValue</li>
9854 <li>Underlying type: uint32_t 0:4294967295</li>
9855 <li>Initial value: 1000</li>
9856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9858 </ul>
9859<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)
9860 <ul>
9861 <li>Set with class: \ref ns3::UintegerValue</li>
9862 <li>Underlying type: uint32_t 0:4294967295</li>
9863 <li>Initial value: 625000</li>
9864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9866 </ul>
9867<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)
9868 <ul>
9869 <li>Set with class: \ref ns3::UintegerValue</li>
9870 <li>Underlying type: uint32_t 0:4294967295</li>
9871 <li>Initial value: 0</li>
9872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9874 </ul>
9875<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)
9876 <ul>
9877 <li>Set with class: \ref ns3::IntegerValue</li>
9878 <li>Underlying type: int32_t -2147483648:2147483647</li>
9879 <li>Initial value: -625000</li>
9880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9882 </ul>
9883<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
9884 <ul>
9885 <li>Set with class: \ref ns3::BooleanValue</li>
9886 <li>Underlying type: bool</li>
9887 <li>Initial value: true</li>
9888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9890 </ul>
9891<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)
9892 <ul>
9893 <li>Set with class: \ref ns3::UintegerValue</li>
9894 <li>Underlying type: uint32_t 0:4294967295</li>
9895 <li>Initial value: 1</li>
9896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9898 </ul>
9899<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
9900 <ul>
9901 <li>Set with class: \ref ns3::UintegerValue</li>
9902 <li>Underlying type: uint8_t 0:255</li>
9903 <li>Initial value: 0</li>
9904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9906 </ul>
9907</ul>
9908<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
9909<ul>
9910<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9911 <ul>
9912 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9913 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9914 <li>Initial value: SRS_UL_CQI</li>
9915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9917 </ul>
9918</ul>
9919No TraceSources are defined for this type.<br>
9920<b>Group:</b> Lte
9921
9922<b>Size</b> of this type is 1392 bytes (on a 64-bit architecture).
9923*/
9924
9925/*!
9926
9927\class ns3::FfMacScheduler
9928
9929<h3>Config Paths</h3>
9930
9931ns3::FfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9932<ul>
9933<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler"</li>
9934<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler"</li>
9935</ul>
9936<h3>Attributes</h3>
9937<ul>
9938<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9939 <ul>
9940 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9941 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9942 <li>Initial value: SRS_UL_CQI</li>
9943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9945 </ul>
9946</ul>
9947No TraceSources are defined for this type.<br>
9948<b>Group:</b> Lte
9949
9950<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9951*/
9952
9953/*!
9954
9955\class ns3::FifoQueueDisc
9956
9957Introspection did not find any typical Config paths.<br>
9958<h3>Attributes</h3>
9959<ul>
9960<li><b>MaxSize</b>: The max queue size
9961 <ul>
9962 <li>Set with class: \ref ns3::QueueSizeValue</li>
9963 <li>Underlying type: \p QueueSize</li>
9964 <li>Initial value: 1000p</li>
9965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9967 </ul>
9968</ul>
9969<h3>Attributes defined in parent class ns3::QueueDisc</h3>
9970<ul>
9971<li><b>InternalQueueList</b>: The list of internal queues.
9972 <ul>
9973 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
9974 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
9975 <li>Flags: <span class="mlabel">read</span></li>
9976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9977 </ul>
9978<li><b>PacketFilterList</b>: The list of packet filters.
9979 <ul>
9980 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
9981 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
9982 <li>Flags: <span class="mlabel">read</span></li>
9983 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9984 </ul>
9985<li><b>QueueDiscClassList</b>: The list of queue disc classes.
9986 <ul>
9987 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
9988 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
9989 <li>Flags: <span class="mlabel">read</span></li>
9990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9991 </ul>
9992<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
9993 <ul>
9994 <li>Set with class: \ref ns3::UintegerValue</li>
9995 <li>Underlying type: uint32_t 0:4294967295</li>
9996 <li>Initial value: 64</li>
9997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9999 </ul>
10000</ul>
10001No TraceSources are defined for this type.<br>
10002<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
10003<ul>
10004<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
10005 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10006</li>
10007 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10008</ul>
10009<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
10010 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10011</li>
10012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10013</ul>
10014<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
10015 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10016</li>
10017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10018</ul>
10019<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
10020 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10021</li>
10022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10023</ul>
10024<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
10025 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10026</li>
10027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10028</ul>
10029<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
10030 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10031</li>
10032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10033</ul>
10034<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
10035 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10036</li>
10037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10038</ul>
10039<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
10040 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10041</li>
10042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10043</ul>
10044<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
10045 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10046</li>
10047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10048</ul>
10049<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
10050 <li> %Callback signature: ns3::Time::TracedCallback
10051</li>
10052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10053</ul>
10054</ul>
10055<b>Group:</b> TrafficControl
10056
10057<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
10058*/
10059
10060/*!
10061
10062\class ns3::FileAggregator
10063
10064Introspection did not find any typical Config paths.<br>
10065No Attributes are defined for this type.<br>
10066<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
10067<ul>
10068<li><b>Enabled</b>: Object's enabled status
10069 <ul>
10070 <li>Set with class: \ref ns3::BooleanValue</li>
10071 <li>Underlying type: bool</li>
10072 <li>Initial value: true</li>
10073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10075 </ul>
10076<li><b>Name</b>: Object's name
10077 <ul>
10078 <li>Set with class: \ref ns3::StringValue</li>
10079 <li>Underlying type: \p std::string</li>
10080 <li>Initial value: unnamed</li>
10081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10083 </ul>
10084</ul>
10085No TraceSources are defined for this type.<br>
10086<b>Group:</b> Stats
10087
10088<b>Size</b> of this type is 1032 bytes (on a 64-bit architecture).
10089*/
10090
10091/*!
10092
10093\class ns3::FilsDiscHeader
10094
10095Introspection did not find any typical Config paths.<br>
10096No Attributes are defined for this type.<br>
10097No TraceSources are defined for this type.<br>
10098<b>Group:</b> Wifi
10099
10100<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
10101*/
10102
10103/*!
10104
10105\class ns3::FixedRoomPositionAllocator
10106
10107<h3>Config Paths</h3>
10108
10109ns3::FixedRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
10110<ul>
10111<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::FixedRoomPositionAllocator"</li>
10112</ul>
10113No Attributes are defined for this type.<br>
10114No TraceSources are defined for this type.<br>
10115<b>Group:</b> Buildings
10116
10117<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10118*/
10119
10120/*!
10121
10122\class ns3::FixedRssLossModel
10123
10124<h3>Config Paths</h3>
10125
10126ns3::FixedRssLossModel is accessible through the following paths with Config::Set and Config::Connect:
10127<ul>
10128<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10129<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10130<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10131<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10132<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10133<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10134<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10135</ul>
10136<h3>Attributes</h3>
10137<ul>
10138<li><b>Rss</b>: The fixed receiver Rss.
10139 <ul>
10140 <li>Set with class: \ref ns3::DoubleValue</li>
10141 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10142 <li>Initial value: -150</li>
10143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10145 </ul>
10146</ul>
10147No TraceSources are defined for this type.<br>
10148<b>Group:</b> Propagation
10149
10150<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
10151*/
10152
10153/*!
10154
10155\class ns3::flame::FlameHeader
10156
10157Introspection did not find any typical Config paths.<br>
10158No Attributes are defined for this type.<br>
10159No TraceSources are defined for this type.<br>
10160<b>Group:</b> Mesh
10161
10162<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
10163*/
10164
10165/*!
10166
10167\class ns3::flame::FlameProtocol
10168
10169<h3>Config Paths</h3>
10170
10171ns3::flame::FlameProtocol is accessible through the following paths with Config::Set and Config::Connect:
10172<ul>
10173<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/RoutingProtocol/$ns3::flame::FlameProtocol"</li>
10174</ul>
10175<h3>Attributes</h3>
10176<ul>
10177<li><b>BroadcastInterval</b>: How often we must send broadcast packets
10178 <ul>
10179 <li>Set with class: \ref ns3::TimeValue</li>
10180 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10181 <li>Initial value: +5e+09ns</li>
10182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10184 </ul>
10185<li><b>MaxCost</b>: Cost threshold after which packet will be dropped
10186 <ul>
10187 <li>Set with class: \ref ns3::UintegerValue</li>
10188 <li>Underlying type: uint8_t 3:255</li>
10189 <li>Initial value: 32</li>
10190 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10192 </ul>
10193</ul>
10194No TraceSources are defined for this type.<br>
10195<b>Group:</b> Mesh
10196
10197<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
10198*/
10199
10200/*!
10201
10202\class ns3::flame::FlameRtable
10203
10204Introspection did not find any typical Config paths.<br>
10205<h3>Attributes</h3>
10206<ul>
10207<li><b>Lifetime</b>: The lifetime of the routing entry
10208 <ul>
10209 <li>Set with class: \ref ns3::TimeValue</li>
10210 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10211 <li>Initial value: +1.2e+11ns</li>
10212 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10214 </ul>
10215</ul>
10216No TraceSources are defined for this type.<br>
10217<b>Group:</b> Mesh
10218
10219<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
10220*/
10221
10222/*!
10223
10224\class ns3::flame::FlameTag
10225
10226Introspection did not find any typical Config paths.<br>
10227No Attributes are defined for this type.<br>
10228No TraceSources are defined for this type.<br>
10229<b>Group:</b> Mesh
10230
10231<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
10232*/
10233
10234/*!
10235
10236\class ns3::FlameStack
10237
10238Introspection did not find any typical Config paths.<br>
10239No Attributes are defined for this type.<br>
10240No TraceSources are defined for this type.<br>
10241<b>Group:</b> Mesh
10242
10243<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
10244*/
10245
10246/*!
10247
10248\class ns3::FlowIdTag
10249
10250Introspection did not find any typical Config paths.<br>
10251No Attributes are defined for this type.<br>
10252No TraceSources are defined for this type.<br>
10253<b>Group:</b> Network
10254
10255<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
10256*/
10257
10258/*!
10259
10260\class ns3::FlowMonitor
10261
10262Introspection did not find any typical Config paths.<br>
10263<h3>Attributes</h3>
10264<ul>
10265<li><b>DelayBinWidth</b>: The width used in the delay histogram.
10266 <ul>
10267 <li>Set with class: \ref ns3::DoubleValue</li>
10268 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10269 <li>Initial value: 0.001</li>
10270 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10271 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10272 </ul>
10273<li><b>FlowInterruptionsBinWidth</b>: The width used in the flowInterruptions histogram.
10274 <ul>
10275 <li>Set with class: \ref ns3::DoubleValue</li>
10276 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10277 <li>Initial value: 0.25</li>
10278 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10279 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10280 </ul>
10281<li><b>FlowInterruptionsMinTime</b>: The minimum inter-arrival time that is considered a flow interruption.
10282 <ul>
10283 <li>Set with class: \ref ns3::TimeValue</li>
10284 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10285 <li>Initial value: +5e+08ns</li>
10286 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10287 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10288 </ul>
10289<li><b>JitterBinWidth</b>: The width used in the jitter histogram.
10290 <ul>
10291 <li>Set with class: \ref ns3::DoubleValue</li>
10292 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10293 <li>Initial value: 0.001</li>
10294 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10296 </ul>
10297<li><b>MaxPerHopDelay</b>: The maximum per-hop delay that should be considered. Packets still not received after this delay are to be considered lost.
10298 <ul>
10299 <li>Set with class: \ref ns3::TimeValue</li>
10300 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10301 <li>Initial value: +1e+10ns</li>
10302 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10303 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10304 </ul>
10305<li><b>PacketSizeBinWidth</b>: The width used in the packetSize histogram.
10306 <ul>
10307 <li>Set with class: \ref ns3::DoubleValue</li>
10308 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10309 <li>Initial value: 20</li>
10310 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10312 </ul>
10313<li><b>StartTime</b>: The time when the monitoring starts.
10314 <ul>
10315 <li>Set with class: \ref ns3::TimeValue</li>
10316 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10317 <li>Initial value: +0ns</li>
10318 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
10319 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10320 </ul>
10321</ul>
10322No TraceSources are defined for this type.<br>
10323<b>Group:</b> FlowMonitor
10324
10325<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
10326*/
10327
10328/*!
10329
10330\class ns3::FqCobaltFlow
10331
10332Introspection did not find any typical Config paths.<br>
10333No Attributes are defined for this type.<br>
10334<h3>Attributes defined in parent class ns3::QueueDiscClass</h3>
10335<ul>
10336<li><b>QueueDisc</b>: The queue disc attached to the class
10337 <ul>
10338 <li>Set with class: \ref ns3::PointerValue</li>
10339 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
10340 <li>Initial value: 0</li>
10341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10343 </ul>
10344</ul>
10345No TraceSources are defined for this type.<br>
10346<b>Group:</b> TrafficControl
10347
10348<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10349*/
10350
10351/*!
10352
10353\class ns3::FqCobaltQueueDisc
10354
10355Introspection did not find any typical Config paths.<br>
10356<h3>Attributes</h3>
10357<ul>
10358<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled
10359 <ul>
10360 <li>Set with class: \ref ns3::TimeValue</li>
10361 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10362 <li>Initial value: +4e+08ns</li>
10363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10365 </ul>
10366<li><b>CeThreshold</b>: The FqCobalt CE threshold for marking packets
10367 <ul>
10368 <li>Set with class: \ref ns3::TimeValue</li>
10369 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10370 <li>Initial value: +9.22337e+18ns</li>
10371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10373 </ul>
10374<li><b>Decrement</b>: Pdrop decrement Value
10375 <ul>
10376 <li>Set with class: \ref ns3::DoubleValue</li>
10377 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10378 <li>Initial value: 0.000244141</li>
10379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10381 </ul>
10382<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow
10383 <ul>
10384 <li>Set with class: \ref ns3::UintegerValue</li>
10385 <li>Underlying type: uint32_t 0:4294967295</li>
10386 <li>Initial value: 64</li>
10387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10389 </ul>
10390<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash
10391 <ul>
10392 <li>Set with class: \ref ns3::BooleanValue</li>
10393 <li>Underlying type: bool</li>
10394 <li>Initial value: false</li>
10395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10396 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10397 </ul>
10398<li><b>Flows</b>: The number of queues into which the incoming packets are classified
10399 <ul>
10400 <li>Set with class: \ref ns3::UintegerValue</li>
10401 <li>Underlying type: uint32_t 0:4294967295</li>
10402 <li>Initial value: 1024</li>
10403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10405 </ul>
10406<li><b>Increment</b>: Pdrop increment value
10407 <ul>
10408 <li>Set with class: \ref ns3::DoubleValue</li>
10409 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10410 <li>Initial value: 0.00390625</li>
10411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10413 </ul>
10414<li><b>Interval</b>: The CoDel algorithm interval for each FqCobalt queue
10415 <ul>
10416 <li>Set with class: \ref ns3::StringValue</li>
10417 <li>Underlying type: \p std::string</li>
10418 <li>Initial value: 100ms</li>
10419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10421 </ul>
10422<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
10423 <ul>
10424 <li>Set with class: \ref ns3::QueueSizeValue</li>
10425 <li>Underlying type: \p QueueSize</li>
10426 <li>Initial value: 10240p</li>
10427 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10429 </ul>
10430<li><b>Pdrop</b>: Marking Probability
10431 <ul>
10432 <li>Set with class: \ref ns3::DoubleValue</li>
10433 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10434 <li>Initial value: 0</li>
10435 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10436 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10437 </ul>
10438<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets
10439 <ul>
10440 <li>Set with class: \ref ns3::UintegerValue</li>
10441 <li>Underlying type: uint32_t 0:4294967295</li>
10442 <li>Initial value: 0</li>
10443 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10445 </ul>
10446<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)
10447 <ul>
10448 <li>Set with class: \ref ns3::UintegerValue</li>
10449 <li>Underlying type: uint32_t 0:4294967295</li>
10450 <li>Initial value: 8</li>
10451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10453 </ul>
10454<li><b>Target</b>: The CoDel algorithm target queue delay for each FqCobalt queue
10455 <ul>
10456 <li>Set with class: \ref ns3::StringValue</li>
10457 <li>Underlying type: \p std::string</li>
10458 <li>Initial value: 5ms</li>
10459 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10461 </ul>
10462<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
10463 <ul>
10464 <li>Set with class: \ref ns3::BooleanValue</li>
10465 <li>Underlying type: bool</li>
10466 <li>Initial value: true</li>
10467 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10468 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10469 </ul>
10470<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
10471 <ul>
10472 <li>Set with class: \ref ns3::BooleanValue</li>
10473 <li>Underlying type: bool</li>
10474 <li>Initial value: false</li>
10475 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10476 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10477 </ul>
10478</ul>
10479<h3>Attributes defined in parent class ns3::QueueDisc</h3>
10480<ul>
10481<li><b>InternalQueueList</b>: The list of internal queues.
10482 <ul>
10483 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10484 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
10485 <li>Flags: <span class="mlabel">read</span></li>
10486 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10487 </ul>
10488<li><b>PacketFilterList</b>: The list of packet filters.
10489 <ul>
10490 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10491 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
10492 <li>Flags: <span class="mlabel">read</span></li>
10493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10494 </ul>
10495<li><b>QueueDiscClassList</b>: The list of queue disc classes.
10496 <ul>
10497 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10498 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
10499 <li>Flags: <span class="mlabel">read</span></li>
10500 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10501 </ul>
10502<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
10503 <ul>
10504 <li>Set with class: \ref ns3::UintegerValue</li>
10505 <li>Underlying type: uint32_t 0:4294967295</li>
10506 <li>Initial value: 64</li>
10507 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10508 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10509 </ul>
10510</ul>
10511No TraceSources are defined for this type.<br>
10512<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
10513<ul>
10514<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
10515 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10516</li>
10517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10518</ul>
10519<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
10520 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10521</li>
10522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10523</ul>
10524<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
10525 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10526</li>
10527 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10528</ul>
10529<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
10530 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10531</li>
10532 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10533</ul>
10534<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
10535 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10536</li>
10537 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10538</ul>
10539<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
10540 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10541</li>
10542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10543</ul>
10544<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
10545 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10546</li>
10547 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10548</ul>
10549<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
10550 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10551</li>
10552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10553</ul>
10554<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
10555 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10556</li>
10557 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10558</ul>
10559<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
10560 <li> %Callback signature: ns3::Time::TracedCallback
10561</li>
10562 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10563</ul>
10564</ul>
10565<b>Group:</b> TrafficControl
10566
10567<b>Size</b> of this type is 1464 bytes (on a 64-bit architecture).
10568*/
10569
10570/*!
10571
10572\class ns3::FqCoDelFlow
10573
10574Introspection did not find any typical Config paths.<br>
10575No Attributes are defined for this type.<br>
10576<h3>Attributes defined in parent class ns3::QueueDiscClass</h3>
10577<ul>
10578<li><b>QueueDisc</b>: The queue disc attached to the class
10579 <ul>
10580 <li>Set with class: \ref ns3::PointerValue</li>
10581 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
10582 <li>Initial value: 0</li>
10583 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10585 </ul>
10586</ul>
10587No TraceSources are defined for this type.<br>
10588<b>Group:</b> TrafficControl
10589
10590<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10591*/
10592
10593/*!
10594
10595\class ns3::FqCoDelQueueDisc
10596
10597Introspection did not find any typical Config paths.<br>
10598<h3>Attributes</h3>
10599<ul>
10600<li><b>CeThreshold</b>: The FqCoDel CE threshold for marking packets
10601 <ul>
10602 <li>Set with class: \ref ns3::TimeValue</li>
10603 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10604 <li>Initial value: +9.22337e+18ns</li>
10605 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10606 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10607 </ul>
10608<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow
10609 <ul>
10610 <li>Set with class: \ref ns3::UintegerValue</li>
10611 <li>Underlying type: uint32_t 0:4294967295</li>
10612 <li>Initial value: 64</li>
10613 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10614 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10615 </ul>
10616<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash
10617 <ul>
10618 <li>Set with class: \ref ns3::BooleanValue</li>
10619 <li>Underlying type: bool</li>
10620 <li>Initial value: false</li>
10621 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10622 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10623 </ul>
10624<li><b>Flows</b>: The number of queues into which the incoming packets are classified
10625 <ul>
10626 <li>Set with class: \ref ns3::UintegerValue</li>
10627 <li>Underlying type: uint32_t 0:4294967295</li>
10628 <li>Initial value: 1024</li>
10629 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10630 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10631 </ul>
10632<li><b>Interval</b>: The CoDel algorithm interval for each FQCoDel queue
10633 <ul>
10634 <li>Set with class: \ref ns3::StringValue</li>
10635 <li>Underlying type: \p std::string</li>
10636 <li>Initial value: 100ms</li>
10637 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10639 </ul>
10640<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
10641 <ul>
10642 <li>Set with class: \ref ns3::QueueSizeValue</li>
10643 <li>Underlying type: \p QueueSize</li>
10644 <li>Initial value: 10240p</li>
10645 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10646 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10647 </ul>
10648<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets
10649 <ul>
10650 <li>Set with class: \ref ns3::UintegerValue</li>
10651 <li>Underlying type: uint32_t 0:4294967295</li>
10652 <li>Initial value: 0</li>
10653 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10655 </ul>
10656<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)
10657 <ul>
10658 <li>Set with class: \ref ns3::UintegerValue</li>
10659 <li>Underlying type: uint32_t 0:4294967295</li>
10660 <li>Initial value: 8</li>
10661 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10663 </ul>
10664<li><b>Target</b>: The CoDel algorithm target queue delay for each FQCoDel queue
10665 <ul>
10666 <li>Set with class: \ref ns3::StringValue</li>
10667 <li>Underlying type: \p std::string</li>
10668 <li>Initial value: 5ms</li>
10669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10671 </ul>
10672<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
10673 <ul>
10674 <li>Set with class: \ref ns3::BooleanValue</li>
10675 <li>Underlying type: bool</li>
10676 <li>Initial value: true</li>
10677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10679 </ul>
10680<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
10681 <ul>
10682 <li>Set with class: \ref ns3::BooleanValue</li>
10683 <li>Underlying type: bool</li>
10684 <li>Initial value: false</li>
10685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10687 </ul>
10688</ul>
10689<h3>Attributes defined in parent class ns3::QueueDisc</h3>
10690<ul>
10691<li><b>InternalQueueList</b>: The list of internal queues.
10692 <ul>
10693 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10694 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
10695 <li>Flags: <span class="mlabel">read</span></li>
10696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10697 </ul>
10698<li><b>PacketFilterList</b>: The list of packet filters.
10699 <ul>
10700 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10701 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
10702 <li>Flags: <span class="mlabel">read</span></li>
10703 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10704 </ul>
10705<li><b>QueueDiscClassList</b>: The list of queue disc classes.
10706 <ul>
10707 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10708 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
10709 <li>Flags: <span class="mlabel">read</span></li>
10710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10711 </ul>
10712<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
10713 <ul>
10714 <li>Set with class: \ref ns3::UintegerValue</li>
10715 <li>Underlying type: uint32_t 0:4294967295</li>
10716 <li>Initial value: 64</li>
10717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10719 </ul>
10720</ul>
10721No TraceSources are defined for this type.<br>
10722<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
10723<ul>
10724<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
10725 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10726</li>
10727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10728</ul>
10729<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
10730 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10731</li>
10732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10733</ul>
10734<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
10735 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10736</li>
10737 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10738</ul>
10739<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
10740 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10741</li>
10742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10743</ul>
10744<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
10745 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10746</li>
10747 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10748</ul>
10749<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
10750 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10751</li>
10752 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10753</ul>
10754<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
10755 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10756</li>
10757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10758</ul>
10759<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
10760 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10761</li>
10762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10763</ul>
10764<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
10765 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10766</li>
10767 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10768</ul>
10769<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
10770 <li> %Callback signature: ns3::Time::TracedCallback
10771</li>
10772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10773</ul>
10774</ul>
10775<b>Group:</b> TrafficControl
10776
10777<b>Size</b> of this type is 1440 bytes (on a 64-bit architecture).
10778*/
10779
10780/*!
10781
10782\class ns3::FqPieFlow
10783
10784Introspection did not find any typical Config paths.<br>
10785No Attributes are defined for this type.<br>
10786<h3>Attributes defined in parent class ns3::QueueDiscClass</h3>
10787<ul>
10788<li><b>QueueDisc</b>: The queue disc attached to the class
10789 <ul>
10790 <li>Set with class: \ref ns3::PointerValue</li>
10791 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
10792 <li>Initial value: 0</li>
10793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10795 </ul>
10796</ul>
10797No TraceSources are defined for this type.<br>
10798<b>Group:</b> TrafficControl
10799
10800<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10801*/
10802
10803/*!
10804
10805\class ns3::FqPieQueueDisc
10806
10807Introspection did not find any typical Config paths.<br>
10808<h3>Attributes</h3>
10809<ul>
10810<li><b>A</b>: Value of alpha
10811 <ul>
10812 <li>Set with class: \ref ns3::DoubleValue</li>
10813 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10814 <li>Initial value: 0.125</li>
10815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10817 </ul>
10818<li><b>B</b>: Value of beta
10819 <ul>
10820 <li>Set with class: \ref ns3::DoubleValue</li>
10821 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10822 <li>Initial value: 1.25</li>
10823 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10825 </ul>
10826<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets
10827 <ul>
10828 <li>Set with class: \ref ns3::TimeValue</li>
10829 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10830 <li>Initial value: +9.22337e+18ns</li>
10831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10833 </ul>
10834<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured
10835 <ul>
10836 <li>Set with class: \ref ns3::UintegerValue</li>
10837 <li>Underlying type: uint32_t 0:4294967295</li>
10838 <li>Initial value: 16384</li>
10839 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10841 </ul>
10842<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow
10843 <ul>
10844 <li>Set with class: \ref ns3::UintegerValue</li>
10845 <li>Underlying type: uint32_t 0:4294967295</li>
10846 <li>Initial value: 64</li>
10847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10849 </ul>
10850<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash
10851 <ul>
10852 <li>Set with class: \ref ns3::BooleanValue</li>
10853 <li>Underlying type: bool</li>
10854 <li>Initial value: false</li>
10855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10857 </ul>
10858<li><b>Flows</b>: The number of queues into which the incoming packets are classified
10859 <ul>
10860 <li>Set with class: \ref ns3::UintegerValue</li>
10861 <li>Underlying type: uint32_t 0:4294967295</li>
10862 <li>Initial value: 1024</li>
10863 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10865 </ul>
10866<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)
10867 <ul>
10868 <li>Set with class: \ref ns3::DoubleValue</li>
10869 <li>Underlying type: double 0:1</li>
10870 <li>Initial value: 0.1</li>
10871 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10872 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10873 </ul>
10874<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop
10875 <ul>
10876 <li>Set with class: \ref ns3::TimeValue</li>
10877 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10878 <li>Initial value: +1.5e+08ns</li>
10879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10880 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10881 </ul>
10882<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
10883 <ul>
10884 <li>Set with class: \ref ns3::QueueSizeValue</li>
10885 <li>Underlying type: \p QueueSize</li>
10886 <li>Initial value: 10240p</li>
10887 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10888 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10889 </ul>
10890<li><b>MeanPktSize</b>: Average of packet size
10891 <ul>
10892 <li>Set with class: \ref ns3::UintegerValue</li>
10893 <li>Underlying type: uint32_t 0:4294967295</li>
10894 <li>Initial value: 1000</li>
10895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10897 </ul>
10898<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets
10899 <ul>
10900 <li>Set with class: \ref ns3::UintegerValue</li>
10901 <li>Underlying type: uint32_t 0:4294967295</li>
10902 <li>Initial value: 0</li>
10903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10905 </ul>
10906<li><b>QueueDelayReference</b>: Desired queue delay
10907 <ul>
10908 <li>Set with class: \ref ns3::TimeValue</li>
10909 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10910 <li>Initial value: +1.5e+07ns</li>
10911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10913 </ul>
10914<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)
10915 <ul>
10916 <li>Set with class: \ref ns3::UintegerValue</li>
10917 <li>Underlying type: uint32_t 0:4294967295</li>
10918 <li>Initial value: 8</li>
10919 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10921 </ul>
10922<li><b>Supdate</b>: Start time of the update timer
10923 <ul>
10924 <li>Set with class: \ref ns3::TimeValue</li>
10925 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10926 <li>Initial value: +0ns</li>
10927 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10929 </ul>
10930<li><b>Tupdate</b>: Time period to calculate drop probability
10931 <ul>
10932 <li>Set with class: \ref ns3::TimeValue</li>
10933 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10934 <li>Initial value: +1.5e+07ns</li>
10935 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10937 </ul>
10938<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033
10939 <ul>
10940 <li>Set with class: \ref ns3::BooleanValue</li>
10941 <li>Underlying type: bool</li>
10942 <li>Initial value: true</li>
10943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10945 </ul>
10946<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator
10947 <ul>
10948 <li>Set with class: \ref ns3::BooleanValue</li>
10949 <li>Underlying type: bool</li>
10950 <li>Initial value: false</li>
10951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10953 </ul>
10954<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033
10955 <ul>
10956 <li>Set with class: \ref ns3::BooleanValue</li>
10957 <li>Underlying type: bool</li>
10958 <li>Initial value: false</li>
10959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10961 </ul>
10962<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
10963 <ul>
10964 <li>Set with class: \ref ns3::BooleanValue</li>
10965 <li>Underlying type: bool</li>
10966 <li>Initial value: true</li>
10967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10969 </ul>
10970<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
10971 <ul>
10972 <li>Set with class: \ref ns3::BooleanValue</li>
10973 <li>Underlying type: bool</li>
10974 <li>Initial value: false</li>
10975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10977 </ul>
10978</ul>
10979<h3>Attributes defined in parent class ns3::QueueDisc</h3>
10980<ul>
10981<li><b>InternalQueueList</b>: The list of internal queues.
10982 <ul>
10983 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10984 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
10985 <li>Flags: <span class="mlabel">read</span></li>
10986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10987 </ul>
10988<li><b>PacketFilterList</b>: The list of packet filters.
10989 <ul>
10990 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10991 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
10992 <li>Flags: <span class="mlabel">read</span></li>
10993 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10994 </ul>
10995<li><b>QueueDiscClassList</b>: The list of queue disc classes.
10996 <ul>
10997 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10998 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
10999 <li>Flags: <span class="mlabel">read</span></li>
11000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11001 </ul>
11002<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
11003 <ul>
11004 <li>Set with class: \ref ns3::UintegerValue</li>
11005 <li>Underlying type: uint32_t 0:4294967295</li>
11006 <li>Initial value: 64</li>
11007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11009 </ul>
11010</ul>
11011No TraceSources are defined for this type.<br>
11012<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
11013<ul>
11014<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
11015 <li> %Callback signature: ns3::TracedValueCallback::Uint32
11016</li>
11017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11018</ul>
11019<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
11020 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11021</li>
11022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11023</ul>
11024<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
11025 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11026</li>
11027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11028</ul>
11029<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
11030 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11031</li>
11032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11033</ul>
11034<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
11035 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11036</li>
11037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11038</ul>
11039<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
11040 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11041</li>
11042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11043</ul>
11044<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
11045 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11046</li>
11047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11048</ul>
11049<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
11050 <li> %Callback signature: ns3::TracedValueCallback::Uint32
11051</li>
11052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11053</ul>
11054<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
11055 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11056</li>
11057 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11058</ul>
11059<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
11060 <li> %Callback signature: ns3::Time::TracedCallback
11061</li>
11062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11063</ul>
11064</ul>
11065<b>Group:</b> TrafficControl
11066
11067<b>Size</b> of this type is 1448 bytes (on a 64-bit architecture).
11068*/
11069
11070/*!
11071
11072\class ns3::FragmentationSubheader
11073
11074Introspection did not find any typical Config paths.<br>
11075No Attributes are defined for this type.<br>
11076No TraceSources are defined for this type.<br>
11077<b>Group:</b> Wimax
11078
11079<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
11080*/
11081
11082/*!
11083
11084\class ns3::FrameCaptureModel
11085
11086<h3>Config Paths</h3>
11087
11088ns3::FrameCaptureModel is accessible through the following paths with Config::Set and Config::Connect:
11089<ul>
11090<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/FrameCaptureModel"</li>
11091<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/FrameCaptureModel"</li>
11092</ul>
11093<h3>Attributes</h3>
11094<ul>
11095<li><b>CaptureWindow</b>: The duration of the capture window.
11096 <ul>
11097 <li>Set with class: \ref ns3::TimeValue</li>
11098 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
11099 <li>Initial value: +16000ns</li>
11100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11102 </ul>
11103</ul>
11104No TraceSources are defined for this type.<br>
11105<b>Group:</b> Wifi
11106
11107<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
11108*/
11109
11110/*!
11111
11112\class ns3::FrameExchangeManager
11113
11114<h3>Config Paths</h3>
11115
11116ns3::FrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
11117<ul>
11118<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]"</li>
11119</ul>
11120<h3>Attributes</h3>
11121<ul>
11122<li><b>ProtectedIfResponded</b>: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.
11123 <ul>
11124 <li>Set with class: \ref ns3::BooleanValue</li>
11125 <li>Underlying type: bool</li>
11126 <li>Initial value: true</li>
11127 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11129 </ul>
11130</ul>
11131No TraceSources are defined for this type.<br>
11132<b>Group:</b> Wifi
11133
11134<b>Size</b> of this type is 1184 bytes (on a 64-bit architecture).
11135*/
11136
11137/*!
11138
11139\class ns3::FriisPropagationLossModel
11140
11141<h3>Config Paths</h3>
11142
11143ns3::FriisPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
11144<ul>
11145<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11146<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11147<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11148<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11149<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11150<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11151<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11152</ul>
11153<h3>Attributes</h3>
11154<ul>
11155<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).
11156 <ul>
11157 <li>Set with class: \ref ns3::DoubleValue</li>
11158 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11159 <li>Initial value: 5.15e+09</li>
11160 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11162 </ul>
11163<li><b>MinLoss</b>: The minimum value (dB) of the total loss, used at short ranges.
11164 <ul>
11165 <li>Set with class: \ref ns3::DoubleValue</li>
11166 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11167 <li>Initial value: 0</li>
11168 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11169 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11170 </ul>
11171<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)
11172 <ul>
11173 <li>Set with class: \ref ns3::DoubleValue</li>
11174 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11175 <li>Initial value: 1</li>
11176 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11177 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11178 </ul>
11179</ul>
11180No TraceSources are defined for this type.<br>
11181<b>Group:</b> Propagation
11182
11183<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
11184*/
11185
11186/*!
11187
11188\class ns3::FriisSpectrumPropagationLossModel
11189
11190Introspection did not find any typical Config paths.<br>
11191No Attributes are defined for this type.<br>
11192No TraceSources are defined for this type.<br>
11193<b>Group:</b> Spectrum
11194
11195<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
11196*/
11197
11198/*!
11199
11200\class ns3::GammaRandomVariable
11201
11202<h3>Config Paths</h3>
11203
11204ns3::GammaRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
11205<ul>
11206<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11208<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11209<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11211<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11212<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11213<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::GammaRandomVariable"</li>
11214<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11215<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11216<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::GammaRandomVariable"</li>
11222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11224<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11225<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::GammaRandomVariable"</li>
11226<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::GammaRandomVariable"</li>
11227<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11229<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11230<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11231<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11233<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11234<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11235<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11236<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11237<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11238<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::GammaRandomVariable"</li>
11239<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::GammaRandomVariable"</li>
11240<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::GammaRandomVariable"</li>
11241<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::GammaRandomVariable"</li>
11242<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::GammaRandomVariable"</li>
11243<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::GammaRandomVariable"</li>
11244<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::GammaRandomVariable"</li>
11245<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::GammaRandomVariable"</li>
11246<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::GammaRandomVariable"</li>
11247<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11248<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::GammaRandomVariable"</li>
11249<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::GammaRandomVariable"</li>
11250<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11251<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11252<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::GammaRandomVariable"</li>
11253<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::GammaRandomVariable"</li>
11254<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::GammaRandomVariable"</li>
11255<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::GammaRandomVariable"</li>
11256<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::GammaRandomVariable"</li>
11257<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::GammaRandomVariable"</li>
11258<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::GammaRandomVariable"</li>
11259<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::GammaRandomVariable"</li>
11260<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::GammaRandomVariable"</li>
11261<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::GammaRandomVariable"</li>
11262<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::GammaRandomVariable"</li>
11263<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::GammaRandomVariable"</li>
11264<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11265<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::GammaRandomVariable"</li>
11266<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::GammaRandomVariable"</li>
11267<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::GammaRandomVariable"</li>
11268<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11269<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11270<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11271<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11272<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::GammaRandomVariable"</li>
11273</ul>
11274<h3>Attributes</h3>
11275<ul>
11276<li><b>Alpha</b>: The alpha value for the gamma distribution returned by this RNG stream.
11277 <ul>
11278 <li>Set with class: \ref ns3::DoubleValue</li>
11279 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11280 <li>Initial value: 1</li>
11281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11283 </ul>
11284<li><b>Beta</b>: The beta value for the gamma distribution returned by this RNG stream.
11285 <ul>
11286 <li>Set with class: \ref ns3::DoubleValue</li>
11287 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11288 <li>Initial value: 1</li>
11289 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11291 </ul>
11292</ul>
11293<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
11294<ul>
11295<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
11296 <ul>
11297 <li>Set with class: \ref ns3::BooleanValue</li>
11298 <li>Underlying type: bool</li>
11299 <li>Initial value: false</li>
11300 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11301 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11302 </ul>
11303<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
11304 <ul>
11305 <li>Set with class: \ref ns3::IntegerValue</li>
11306 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
11307 <li>Initial value: -1</li>
11308 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11309 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11310 </ul>
11311</ul>
11312No TraceSources are defined for this type.<br>
11313<b>Group:</b> Core
11314
11315<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
11316*/
11317
11318/*!
11319
11320\class ns3::GaussMarkovMobilityModel
11321
11322<h3>Config Paths</h3>
11323
11324ns3::GaussMarkovMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
11325<ul>
11326<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel"</li>
11327</ul>
11328<h3>Attributes</h3>
11329<ul>
11330<li><b>Alpha</b>: A constant representing the tunable parameter in the Gauss-Markov model.
11331 <ul>
11332 <li>Set with class: \ref ns3::DoubleValue</li>
11333 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11334 <li>Initial value: 1</li>
11335 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11336 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11337 </ul>
11338<li><b>Bounds</b>: Bounds of the area to cruise.
11339 <ul>
11340 <li>Set with class: \ref ns3::BoxValue</li>
11341 <li>Underlying type: \p Box</li>
11342 <li>Initial value: -100|100|-100|100|0|100</li>
11343 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11344 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11345 </ul>
11346<li><b>MeanDirection</b>: A random variable used to assign the average direction.
11347 <ul>
11348 <li>Set with class: \ref ns3::PointerValue</li>
11349 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
11350 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283185307]</li>
11351 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11353 </ul>
11354<li><b>MeanPitch</b>: A random variable used to assign the average pitch.
11355 <ul>
11356 <li>Set with class: \ref ns3::PointerValue</li>
11357 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
11358 <li>Initial value: ns3::ConstantRandomVariable[Constant=0.0]</li>
11359 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11361 </ul>
11362<li><b>MeanVelocity</b>: A random variable used to assign the average velocity.
11363 <ul>
11364 <li>Set with class: \ref ns3::PointerValue</li>
11365 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
11366 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
11367 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11369 </ul>
11370<li><b>NormalDirection</b>: A gaussian random variable used to calculate the next direction value.
11371 <ul>
11372 <li>Set with class: \ref ns3::PointerValue</li>
11373 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NormalRandomVariable></li>
11374 <li>Initial value: ns3::NormalRandomVariable[Mean=0.0|Variance=1.0|Bound=10.0]</li>
11375 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11377 </ul>
11378<li><b>NormalPitch</b>: A gaussian random variable used to calculate the next pitch value.
11379 <ul>
11380 <li>Set with class: \ref ns3::PointerValue</li>
11381 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NormalRandomVariable></li>
11382 <li>Initial value: ns3::NormalRandomVariable[Mean=0.0|Variance=1.0|Bound=10.0]</li>
11383 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11385 </ul>
11386<li><b>NormalVelocity</b>: A gaussian random variable used to calculate the next velocity value.
11387 <ul>
11388 <li>Set with class: \ref ns3::PointerValue</li>
11389 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NormalRandomVariable></li>
11390 <li>Initial value: ns3::NormalRandomVariable[Mean=0.0|Variance=1.0|Bound=10.0]</li>
11391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11393 </ul>
11394<li><b>TimeStep</b>: Change current direction and speed after moving for this time.
11395 <ul>
11396 <li>Set with class: \ref ns3::TimeValue</li>
11397 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
11398 <li>Initial value: +1e+09ns</li>
11399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11401 </ul>
11402</ul>
11403<h3>Attributes defined in parent class ns3::MobilityModel</h3>
11404<ul>
11405<li><b>Position</b>: The current position of the mobility model.
11406 <ul>
11407 <li>Set with class: \ref ns3::Vector3DValue</li>
11408 <li>Underlying type: \p Vector3D</li>
11409 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
11410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11411 </ul>
11412<li><b>Velocity</b>: The current velocity of the mobility model.
11413 <ul>
11414 <li>Set with class: \ref ns3::Vector3DValue</li>
11415 <li>Underlying type: \p Vector3D</li>
11416 <li>Flags: <span class="mlabel">read</span></li>
11417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11418 </ul>
11419</ul>
11420No TraceSources are defined for this type.<br>
11421<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
11422<ul>
11423<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
11424 <li> %Callback signature: ns3::MobilityModel::TracedCallback
11425</li>
11426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11427</ul>
11428</ul>
11429<b>Group:</b> Mobility
11430
11431<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
11432*/
11433
11434/*!
11435
11436\class ns3::GcrManager
11437
11438<h3>Config Paths</h3>
11439
11440ns3::GcrManager is accessible through the following paths with Config::Set and Config::Connect:
11441<ul>
11442<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/GcrManager"</li>
11443</ul>
11444<h3>Attributes</h3>
11445<ul>
11446<li><b>GcrConcealmentAddress</b>: The GCR concealment address.
11447 <ul>
11448 <li>Set with class: \ref ns3::Mac48AddressValue</li>
11449 <li>Underlying type: \p Mac48Address</li>
11450 <li>Initial value: 01:0f:ac:47:43:52</li>
11451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11453 </ul>
11454<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self
11455 <ul>
11456 <li>Set with class: \ref ns3::EnumValue<ns3::GroupcastProtectionMode></li>
11457 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
11458 <li>Initial value: Rts-Cts</li>
11459 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11461 </ul>
11462<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.
11463 <ul>
11464 <li>Set with class: \ref ns3::EnumValue<ns3::GroupAddressRetransmissionPolicy></li>
11465 <li>Underlying type: \p NO_RETRY|GCR_UR|GCR_BA</li>
11466 <li>Initial value: NO_RETRY</li>
11467 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
11468 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11469 </ul>
11470<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.
11471 <ul>
11472 <li>Set with class: \ref ns3::UintegerValue</li>
11473 <li>Underlying type: uint8_t 0:255</li>
11474 <li>Initial value: 7</li>
11475 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11476 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11477 </ul>
11478</ul>
11479No TraceSources are defined for this type.<br>
11480<b>Group:</b> Wifi
11481
11482<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
11483*/
11484
11485/*!
11486
11487\class ns3::GenericMacHeader
11488
11489Introspection did not find any typical Config paths.<br>
11490No Attributes are defined for this type.<br>
11491No TraceSources are defined for this type.<br>
11492<b>Group:</b> Wimax
11493
11494<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
11495*/
11496
11497/*!
11498
11499\class ns3::GeocentricConstantPositionMobilityModel
11500
11501<h3>Config Paths</h3>
11502
11503ns3::GeocentricConstantPositionMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
11504<ul>
11505<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GeocentricConstantPositionMobilityModel"</li>
11506</ul>
11507<h3>Attributes</h3>
11508<ul>
11509<li><b>GeographicReferencePoint</b>: The point, in meters, taken as reference when converting from geographic to topographic.
11510 <ul>
11511 <li>Set with class: \ref ns3::Vector3DValue</li>
11512 <li>Underlying type: \p Vector3D</li>
11513 <li>Initial value: 0:0:0</li>
11514 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11515 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11516 </ul>
11517<li><b>PositionLatLongAlt</b>: The geographic position, in degrees (lat/lon) and meter (alt), in the order: latitude, longitude and altitude
11518 <ul>
11519 <li>Set with class: \ref ns3::Vector3DValue</li>
11520 <li>Underlying type: \p Vector3D</li>
11521 <li>Initial value: 0:0:0</li>
11522 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11523 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11524 </ul>
11525</ul>
11526<h3>Attributes defined in parent class ns3::MobilityModel</h3>
11527<ul>
11528<li><b>Position</b>: The current position of the mobility model.
11529 <ul>
11530 <li>Set with class: \ref ns3::Vector3DValue</li>
11531 <li>Underlying type: \p Vector3D</li>
11532 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
11533 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11534 </ul>
11535<li><b>Velocity</b>: The current velocity of the mobility model.
11536 <ul>
11537 <li>Set with class: \ref ns3::Vector3DValue</li>
11538 <li>Underlying type: \p Vector3D</li>
11539 <li>Flags: <span class="mlabel">read</span></li>
11540 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11541 </ul>
11542</ul>
11543No TraceSources are defined for this type.<br>
11544<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
11545<ul>
11546<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
11547 <li> %Callback signature: ns3::MobilityModel::TracedCallback
11548</li>
11549 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11550</ul>
11551</ul>
11552<b>Group:</b> Mobility
11553
11554<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
11555*/
11556
11557/*!
11558
11559\class ns3::GlobalRouter
11560
11561<h3>Config Paths</h3>
11562
11563ns3::GlobalRouter is accessible through the following paths with Config::Set and Config::Connect:
11564<ul>
11565<li>"/NodeList/[i]/$ns3::GlobalRouter"</li>
11566</ul>
11567No Attributes are defined for this type.<br>
11568No TraceSources are defined for this type.<br>
11569<b>Group:</b> Internet
11570
11571<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
11572*/
11573
11574/*!
11575
11576\class ns3::GnuplotAggregator
11577
11578Introspection did not find any typical Config paths.<br>
11579No Attributes are defined for this type.<br>
11580<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
11581<ul>
11582<li><b>Enabled</b>: Object's enabled status
11583 <ul>
11584 <li>Set with class: \ref ns3::BooleanValue</li>
11585 <li>Underlying type: bool</li>
11586 <li>Initial value: true</li>
11587 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11588 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11589 </ul>
11590<li><b>Name</b>: Object's name
11591 <ul>
11592 <li>Set with class: \ref ns3::StringValue</li>
11593 <li>Underlying type: \p std::string</li>
11594 <li>Initial value: unnamed</li>
11595 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11597 </ul>
11598</ul>
11599No TraceSources are defined for this type.<br>
11600<b>Group:</b> Stats
11601
11602<b>Size</b> of this type is 592 bytes (on a 64-bit architecture).
11603*/
11604
11605/*!
11606
11607\class ns3::GrantManagementSubheader
11608
11609Introspection did not find any typical Config paths.<br>
11610No Attributes are defined for this type.<br>
11611No TraceSources are defined for this type.<br>
11612<b>Group:</b> Wimax
11613
11614<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
11615*/
11616
11617/*!
11618
11619\class ns3::GridBuildingAllocator
11620
11621Introspection did not find any typical Config paths.<br>
11622<h3>Attributes</h3>
11623<ul>
11624<li><b>DeltaX</b>: The x space between buildings.
11625 <ul>
11626 <li>Set with class: \ref ns3::DoubleValue</li>
11627 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11628 <li>Initial value: 1</li>
11629 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11630 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11631 </ul>
11632<li><b>DeltaY</b>: The y space between buildings.
11633 <ul>
11634 <li>Set with class: \ref ns3::DoubleValue</li>
11635 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11636 <li>Initial value: 1</li>
11637 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11639 </ul>
11640<li><b>GridWidth</b>: The number of objects laid out on a line.
11641 <ul>
11642 <li>Set with class: \ref ns3::UintegerValue</li>
11643 <li>Underlying type: uint32_t 0:4294967295</li>
11644 <li>Initial value: 10</li>
11645 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11646 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11647 </ul>
11648<li><b>Height</b>: The height of the building (roof level)
11649 <ul>
11650 <li>Set with class: \ref ns3::DoubleValue</li>
11651 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11652 <li>Initial value: 10</li>
11653 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11655 </ul>
11656<li><b>LayoutType</b>: The type of layout.
11657 <ul>
11658 <li>Set with class: \ref ns3::EnumValue<ns3::GridPositionAllocator::LayoutType></li>
11659 <li>Underlying type: \p RowFirst|ColumnFirst</li>
11660 <li>Initial value: RowFirst</li>
11661 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11663 </ul>
11664<li><b>LengthX</b>: The length of the wall of each building along the X axis.
11665 <ul>
11666 <li>Set with class: \ref ns3::DoubleValue</li>
11667 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11668 <li>Initial value: 1</li>
11669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11671 </ul>
11672<li><b>LengthY</b>: The length of the wall of each building along the X axis.
11673 <ul>
11674 <li>Set with class: \ref ns3::DoubleValue</li>
11675 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11676 <li>Initial value: 1</li>
11677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11679 </ul>
11680<li><b>MinX</b>: The x coordinate where the grid starts.
11681 <ul>
11682 <li>Set with class: \ref ns3::DoubleValue</li>
11683 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11684 <li>Initial value: 1</li>
11685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11687 </ul>
11688<li><b>MinY</b>: The y coordinate where the grid starts.
11689 <ul>
11690 <li>Set with class: \ref ns3::DoubleValue</li>
11691 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11692 <li>Initial value: 0</li>
11693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11695 </ul>
11696</ul>
11697No TraceSources are defined for this type.<br>
11698<b>Group:</b> Buildings
11699
11700<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
11701*/
11702
11703/*!
11704
11705\class ns3::GridPositionAllocator
11706
11707<h3>Config Paths</h3>
11708
11709ns3::GridPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
11710<ul>
11711<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::GridPositionAllocator"</li>
11712</ul>
11713<h3>Attributes</h3>
11714<ul>
11715<li><b>DeltaX</b>: The x space between objects.
11716 <ul>
11717 <li>Set with class: \ref ns3::DoubleValue</li>
11718 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11719 <li>Initial value: 1</li>
11720 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11721 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11722 </ul>
11723<li><b>DeltaY</b>: The y space between objects.
11724 <ul>
11725 <li>Set with class: \ref ns3::DoubleValue</li>
11726 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11727 <li>Initial value: 1</li>
11728 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11729 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11730 </ul>
11731<li><b>GridWidth</b>: The number of objects laid out on a line.
11732 <ul>
11733 <li>Set with class: \ref ns3::UintegerValue</li>
11734 <li>Underlying type: uint32_t 0:4294967295</li>
11735 <li>Initial value: 10</li>
11736 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11737 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11738 </ul>
11739<li><b>LayoutType</b>: The type of layout.
11740 <ul>
11741 <li>Set with class: \ref ns3::EnumValue<ns3::GridPositionAllocator::LayoutType></li>
11742 <li>Underlying type: \p RowFirst|ColumnFirst</li>
11743 <li>Initial value: RowFirst</li>
11744 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11745 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11746 </ul>
11747<li><b>MinX</b>: The x coordinate where the grid starts.
11748 <ul>
11749 <li>Set with class: \ref ns3::DoubleValue</li>
11750 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11751 <li>Initial value: 1</li>
11752 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11754 </ul>
11755<li><b>MinY</b>: The y coordinate where the grid starts.
11756 <ul>
11757 <li>Set with class: \ref ns3::DoubleValue</li>
11758 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11759 <li>Initial value: 0</li>
11760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11762 </ul>
11763<li><b>Z</b>: The z coordinate of all the positions allocated.
11764 <ul>
11765 <li>Set with class: \ref ns3::DoubleValue</li>
11766 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11767 <li>Initial value: 0</li>
11768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11770 </ul>
11771</ul>
11772No TraceSources are defined for this type.<br>
11773<b>Group:</b> Mobility
11774
11775<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
11776*/
11777
11778/*!
11779
11780\class ns3::GtpcHeader
11781
11782Introspection did not find any typical Config paths.<br>
11783No Attributes are defined for this type.<br>
11784No TraceSources are defined for this type.<br>
11785<b>Group:</b> Lte
11786
11787<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
11788*/
11789
11790/*!
11791
11792\class ns3::GtpuHeader
11793
11794Introspection did not find any typical Config paths.<br>
11795No Attributes are defined for this type.<br>
11796No TraceSources are defined for this type.<br>
11797<b>Group:</b> Lte
11798
11799<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
11800*/
11801
11802/*!
11803
11804\class ns3::HalfDuplexIdealPhy
11805
11806Introspection did not find any typical Config paths.<br>
11807<h3>Attributes</h3>
11808<ul>
11809<li><b>Rate</b>: The PHY rate used by this device
11810 <ul>
11811 <li>Set with class: \ref ns3::DataRateValue</li>
11812 <li>Underlying type: \p DataRate</li>
11813 <li>Initial value: 1000000bps</li>
11814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11816 </ul>
11817</ul>
11818<h3>TraceSources</h3>
11819<ul>
11820<li><b>RxAbort</b>: Trace fired when a previously started RX is aborted before time<br> <ul>
11821 <li> %Callback signature: ns3::Packet::TracedCallback
11822</li>
11823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11824</ul>
11825<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error (packet is corrupted)<br> <ul>
11826 <li> %Callback signature: ns3::Packet::TracedCallback
11827</li>
11828 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11829</ul>
11830<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully<br> <ul>
11831 <li> %Callback signature: ns3::Packet::TracedCallback
11832</li>
11833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11834</ul>
11835<li><b>RxStart</b>: Trace fired when the start of a signal is detected<br> <ul>
11836 <li> %Callback signature: ns3::Packet::TracedCallback
11837</li>
11838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11839</ul>
11840<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished<br> <ul>
11841 <li> %Callback signature: ns3::Packet::TracedCallback
11842</li>
11843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11844</ul>
11845<li><b>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
11846 <li> %Callback signature: ns3::Packet::TracedCallback
11847</li>
11848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11849</ul>
11850</ul>
11851<b>Group:</b> Spectrum
11852
11853<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
11854*/
11855
11856/*!
11857
11858\class ns3::Header
11859
11860Introspection did not find any typical Config paths.<br>
11861No Attributes are defined for this type.<br>
11862No TraceSources are defined for this type.<br>
11863<b>Group:</b> Network
11864
11865<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
11866*/
11867
11868/*!
11869
11870\class ns3::HeapScheduler
11871
11872Introspection did not find any typical Config paths.<br>
11873No Attributes are defined for this type.<br>
11874No TraceSources are defined for this type.<br>
11875<b>Group:</b> Core
11876
11877<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
11878*/
11879
11880/*!
11881
11882\class ns3::HeConfiguration
11883
11884<h3>Config Paths</h3>
11885
11886ns3::HeConfiguration is accessible through the following paths with Config::Set and Config::Connect:
11887<ul>
11888<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/HeConfiguration"</li>
11889</ul>
11890<h3>Attributes</h3>
11891<ul>
11892<li><b>BeMuEdcaTimer</b>: The MU EDCA Timer used by BE EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms. 0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
11893 <ul>
11894 <li>Set with class: \ref ns3::TimeValue</li>
11895 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
11896 <li>Initial value: +0ns</li>
11897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11899 </ul>
11900<li><b>BkMuEdcaTimer</b>: The MU EDCA Timer used by BK EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
11901 <ul>
11902 <li>Set with class: \ref ns3::TimeValue</li>
11903 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
11904 <li>Initial value: +0ns</li>
11905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11907 </ul>
11908<li><b>BssColor</b>: The BSS color
11909 <ul>
11910 <li>Set with class: \ref ns3::UintegerValue</li>
11911 <li>Underlying type: uint8_t 0:255</li>
11912 <li>Initial value: 0</li>
11913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11915 </ul>
11916<li><b>GuardInterval</b>: Specify the shortest guard interval duration that can be used for HE transmissions.Possible values are 800ns, 1600ns or 3200ns.
11917 <ul>
11918 <li>Set with class: \ref ns3::TimeValue</li>
11919 <li>Underlying type: \p Time +800ns:+3200ns</li>
11920 <li>Initial value: +3200ns</li>
11921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11923 </ul>
11924<li><b>MaxTbPpduDelay</b>: If positive, the value of this attribute specifies the maximum delay with which a TB PPDU can be received after the reception of the first TB PPDU. If the delay is higher than this value, the TB PPDU is dropped and considered interference. The maximum delay is anyway capped at the duration of the training fields in the PPDU. This attribute is only valid for APs.
11925 <ul>
11926 <li>Set with class: \ref ns3::TimeValue</li>
11927 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
11928 <li>Initial value: +0ns</li>
11929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11931 </ul>
11932<li><b>MuBeAifsn</b>: AIFSN used by BE EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
11933 <ul>
11934 <li>Set with class: \ref ns3::UintegerValue</li>
11935 <li>Underlying type: uint8_t 0:15</li>
11936 <li>Initial value: 0</li>
11937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11939 </ul>
11940<li><b>MuBeCwMax</b>: CWmax used by BE EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
11941 <ul>
11942 <li>Set with class: \ref ns3::UintegerValue</li>
11943 <li>Underlying type: uint16_t 0:32767</li>
11944 <li>Initial value: 1023</li>
11945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11947 </ul>
11948<li><b>MuBeCwMin</b>: CWmin used by BE EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
11949 <ul>
11950 <li>Set with class: \ref ns3::UintegerValue</li>
11951 <li>Underlying type: uint16_t 0:32767</li>
11952 <li>Initial value: 15</li>
11953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11955 </ul>
11956<li><b>MuBkAifsn</b>: AIFSN used by BK EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
11957 <ul>
11958 <li>Set with class: \ref ns3::UintegerValue</li>
11959 <li>Underlying type: uint8_t 0:15</li>
11960 <li>Initial value: 0</li>
11961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11963 </ul>
11964<li><b>MuBkCwMax</b>: CWmax used by BK EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
11965 <ul>
11966 <li>Set with class: \ref ns3::UintegerValue</li>
11967 <li>Underlying type: uint16_t 0:32767</li>
11968 <li>Initial value: 1023</li>
11969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11971 </ul>
11972<li><b>MuBkCwMin</b>: CWmin used by BK EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
11973 <ul>
11974 <li>Set with class: \ref ns3::UintegerValue</li>
11975 <li>Underlying type: uint16_t 0:32767</li>
11976 <li>Initial value: 15</li>
11977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11979 </ul>
11980<li><b>MuViAifsn</b>: AIFSN used by VI EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
11981 <ul>
11982 <li>Set with class: \ref ns3::UintegerValue</li>
11983 <li>Underlying type: uint8_t 0:15</li>
11984 <li>Initial value: 0</li>
11985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11987 </ul>
11988<li><b>MuViCwMax</b>: CWmax used by VI EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
11989 <ul>
11990 <li>Set with class: \ref ns3::UintegerValue</li>
11991 <li>Underlying type: uint16_t 0:32767</li>
11992 <li>Initial value: 1023</li>
11993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11995 </ul>
11996<li><b>MuViCwMin</b>: CWmin used by VI EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
11997 <ul>
11998 <li>Set with class: \ref ns3::UintegerValue</li>
11999 <li>Underlying type: uint16_t 0:32767</li>
12000 <li>Initial value: 15</li>
12001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12003 </ul>
12004<li><b>MuVoAifsn</b>: AIFSN used by VO EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
12005 <ul>
12006 <li>Set with class: \ref ns3::UintegerValue</li>
12007 <li>Underlying type: uint8_t 0:15</li>
12008 <li>Initial value: 0</li>
12009 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12011 </ul>
12012<li><b>MuVoCwMax</b>: CWmax used by VO EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
12013 <ul>
12014 <li>Set with class: \ref ns3::UintegerValue</li>
12015 <li>Underlying type: uint16_t 0:32767</li>
12016 <li>Initial value: 1023</li>
12017 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12018 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12019 </ul>
12020<li><b>MuVoCwMin</b>: CWmin used by VO EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
12021 <ul>
12022 <li>Set with class: \ref ns3::UintegerValue</li>
12023 <li>Underlying type: uint16_t 0:32767</li>
12024 <li>Initial value: 15</li>
12025 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12027 </ul>
12028<li><b>ViMuEdcaTimer</b>: The MU EDCA Timer used by VI EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
12029 <ul>
12030 <li>Set with class: \ref ns3::TimeValue</li>
12031 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
12032 <li>Initial value: +0ns</li>
12033 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12035 </ul>
12036<li><b>VoMuEdcaTimer</b>: The MU EDCA Timer used by VO EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
12037 <ul>
12038 <li>Set with class: \ref ns3::TimeValue</li>
12039 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
12040 <li>Initial value: +0ns</li>
12041 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12043 </ul>
12044</ul>
12045No TraceSources are defined for this type.<br>
12046<b>Group:</b> Wifi
12047
12048<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
12049*/
12050
12051/*!
12052
12053\class ns3::HeFrameExchangeManager
12054
12055<h3>Config Paths</h3>
12056
12057ns3::HeFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
12058<ul>
12059<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HeFrameExchangeManager"</li>
12060<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12061<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12062<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12063<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12064<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12065<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12066<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12067</ul>
12068<h3>Attributes</h3>
12069<ul>
12070<li><b>ContinueTxopAfterBsrp</b>: Whether to continue a TXOP a SIFS after the reception of responses to a BSRP Trigger Frame when TXOP limit is zero.
12071 <ul>
12072 <li>Set with class: \ref ns3::BooleanValue</li>
12073 <li>Underlying type: bool</li>
12074 <li>Initial value: false</li>
12075 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12076 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12077 </ul>
12078</ul>
12079<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
12080<ul>
12081<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
12082 <ul>
12083 <li>Set with class: \ref ns3::BooleanValue</li>
12084 <li>Underlying type: bool</li>
12085 <li>Initial value: true</li>
12086 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12087 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12088 </ul>
12089<li><b>ProtectSingleExchange</b>: Whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit when the latter is non-zero
12090 <ul>
12091 <li>Set with class: \ref ns3::BooleanValue</li>
12092 <li>Underlying type: bool</li>
12093 <li>Initial value: false</li>
12094 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12095 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12096 </ul>
12097<li><b>SetQueueSize</b>: Whether to set the Queue Size subfield of the QoS Control field of QoS data frames sent by non-AP stations
12098 <ul>
12099 <li>Set with class: \ref ns3::BooleanValue</li>
12100 <li>Underlying type: bool</li>
12101 <li>Initial value: false</li>
12102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12104 </ul>
12105<li><b>SingleExchangeProtectionSurplus</b>: Additional time to protect beyond end of the immediate frame exchange in case of non-zero TXOP limit when a single frame exchange is protected
12106 <ul>
12107 <li>Set with class: \ref ns3::TimeValue</li>
12108 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12109 <li>Initial value: +0ns</li>
12110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12112 </ul>
12113</ul>
12114<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
12115<ul>
12116<li><b>ProtectedIfResponded</b>: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.
12117 <ul>
12118 <li>Set with class: \ref ns3::BooleanValue</li>
12119 <li>Underlying type: bool</li>
12120 <li>Initial value: true</li>
12121 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12122 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12123 </ul>
12124</ul>
12125No TraceSources are defined for this type.<br>
12126<b>Group:</b> Wifi
12127
12128<b>Size</b> of this type is 2488 bytes (on a 64-bit architecture).
12129*/
12130
12131/*!
12132
12133\class ns3::HierarchicalMobilityModel
12134
12135<h3>Config Paths</h3>
12136
12137ns3::HierarchicalMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
12138<ul>
12139<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::HierarchicalMobilityModel"</li>
12140</ul>
12141<h3>Attributes</h3>
12142<ul>
12143<li><b>Child</b>: The child mobility model.
12144 <ul>
12145 <li>Set with class: \ref ns3::PointerValue</li>
12146 <li>Underlying type: \ref ns3::Ptr< \ref ns3::MobilityModel></li>
12147 <li>Initial value: 0</li>
12148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12150 </ul>
12151<li><b>Parent</b>: The parent mobility model.
12152 <ul>
12153 <li>Set with class: \ref ns3::PointerValue</li>
12154 <li>Underlying type: \ref ns3::Ptr< \ref ns3::MobilityModel></li>
12155 <li>Initial value: 0</li>
12156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12158 </ul>
12159</ul>
12160<h3>Attributes defined in parent class ns3::MobilityModel</h3>
12161<ul>
12162<li><b>Position</b>: The current position of the mobility model.
12163 <ul>
12164 <li>Set with class: \ref ns3::Vector3DValue</li>
12165 <li>Underlying type: \p Vector3D</li>
12166 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
12167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12168 </ul>
12169<li><b>Velocity</b>: The current velocity of the mobility model.
12170 <ul>
12171 <li>Set with class: \ref ns3::Vector3DValue</li>
12172 <li>Underlying type: \p Vector3D</li>
12173 <li>Flags: <span class="mlabel">read</span></li>
12174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12175 </ul>
12176</ul>
12177No TraceSources are defined for this type.<br>
12178<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
12179<ul>
12180<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
12181 <li> %Callback signature: ns3::MobilityModel::TracedCallback
12182</li>
12183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12184</ul>
12185</ul>
12186<b>Group:</b> Mobility
12187
12188<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
12189*/
12190
12191/*!
12192
12193\class ns3::HtConfiguration
12194
12195<h3>Config Paths</h3>
12196
12197ns3::HtConfiguration is accessible through the following paths with Config::Set and Config::Connect:
12198<ul>
12199<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/HtConfiguration"</li>
12200</ul>
12201<h3>Attributes</h3>
12202<ul>
12203<li><b>LdpcSupported</b>: Whether or not LDPC coding is supported.
12204 <ul>
12205 <li>Set with class: \ref ns3::BooleanValue</li>
12206 <li>Underlying type: bool</li>
12207 <li>Initial value: false</li>
12208 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12209 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12210 </ul>
12211<li><b>ShortGuardIntervalSupported</b>: Whether or not short guard interval is supported.
12212 <ul>
12213 <li>Set with class: \ref ns3::BooleanValue</li>
12214 <li>Underlying type: bool</li>
12215 <li>Initial value: false</li>
12216 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12217 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12218 </ul>
12219<li><b>Support40MHzOperation</b>: Whether or not 40 MHz operation is to be supported.
12220 <ul>
12221 <li>Set with class: \ref ns3::BooleanValue</li>
12222 <li>Underlying type: bool</li>
12223 <li>Initial value: true</li>
12224 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12225 <li>Support level: <span class="mlabel">OBSOLETE</span>: Set an initial channel via WifiPhy::ChannelSettings whose width corresponds to the maximum desired width instead</li>
12226 </ul>
12227</ul>
12228No TraceSources are defined for this type.<br>
12229<b>Group:</b> Wifi
12230
12231<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
12232*/
12233
12234/*!
12235
12236\class ns3::HtFrameExchangeManager
12237
12238<h3>Config Paths</h3>
12239
12240ns3::HtFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
12241<ul>
12242<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager"</li>
12243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager"</li>
12244</ul>
12245No Attributes are defined for this type.<br>
12246<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
12247<ul>
12248<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
12249 <ul>
12250 <li>Set with class: \ref ns3::BooleanValue</li>
12251 <li>Underlying type: bool</li>
12252 <li>Initial value: true</li>
12253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12255 </ul>
12256<li><b>ProtectSingleExchange</b>: Whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit when the latter is non-zero
12257 <ul>
12258 <li>Set with class: \ref ns3::BooleanValue</li>
12259 <li>Underlying type: bool</li>
12260 <li>Initial value: false</li>
12261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12263 </ul>
12264<li><b>SetQueueSize</b>: Whether to set the Queue Size subfield of the QoS Control field of QoS data frames sent by non-AP stations
12265 <ul>
12266 <li>Set with class: \ref ns3::BooleanValue</li>
12267 <li>Underlying type: bool</li>
12268 <li>Initial value: false</li>
12269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12271 </ul>
12272<li><b>SingleExchangeProtectionSurplus</b>: Additional time to protect beyond end of the immediate frame exchange in case of non-zero TXOP limit when a single frame exchange is protected
12273 <ul>
12274 <li>Set with class: \ref ns3::TimeValue</li>
12275 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12276 <li>Initial value: +0ns</li>
12277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12279 </ul>
12280</ul>
12281<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
12282<ul>
12283<li><b>ProtectedIfResponded</b>: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.
12284 <ul>
12285 <li>Set with class: \ref ns3::BooleanValue</li>
12286 <li>Underlying type: bool</li>
12287 <li>Initial value: true</li>
12288 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12289 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12290 </ul>
12291</ul>
12292No TraceSources are defined for this type.<br>
12293<b>Group:</b> Wifi
12294
12295<b>Size</b> of this type is 1736 bytes (on a 64-bit architecture).
12296*/
12297
12298/*!
12299
12300\class ns3::HybridBuildingsPropagationLossModel
12301
12302<h3>Config Paths</h3>
12303
12304ns3::HybridBuildingsPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
12305<ul>
12306<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12307<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12308<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12309<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12310<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12311<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12312<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12313<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12314<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12315<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12316<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12317<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12318<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12319<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12320</ul>
12321<h3>Attributes</h3>
12322<ul>
12323<li><b>CitySize</b>: Dimension of the city
12324 <ul>
12325 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
12326 <li>Underlying type: \p Small|Medium|Large</li>
12327 <li>Initial value: Large</li>
12328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12330 </ul>
12331<li><b>Environment</b>: Environment Scenario
12332 <ul>
12333 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
12334 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
12335 <li>Initial value: Urban</li>
12336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12338 </ul>
12339<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
12340 <ul>
12341 <li>Set with class: \ref ns3::DoubleValue</li>
12342 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12343 <li>Initial value: 2.16e+09</li>
12344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12346 </ul>
12347<li><b>Los2NlosThr</b>: Threshold from LoS to NLoS in ITU 1411 [m].
12348 <ul>
12349 <li>Set with class: \ref ns3::DoubleValue</li>
12350 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12351 <li>Initial value: 200</li>
12352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12354 </ul>
12355<li><b>RooftopLevel</b>: The height of the rooftop level in meters
12356 <ul>
12357 <li>Set with class: \ref ns3::DoubleValue</li>
12358 <li>Underlying type: double 0:90</li>
12359 <li>Initial value: 20</li>
12360 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12362 </ul>
12363</ul>
12364<h3>Attributes defined in parent class ns3::BuildingsPropagationLossModel</h3>
12365<ul>
12366<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]
12367 <ul>
12368 <li>Set with class: \ref ns3::DoubleValue</li>
12369 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12370 <li>Initial value: 5</li>
12371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12373 </ul>
12374<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls
12375 <ul>
12376 <li>Set with class: \ref ns3::DoubleValue</li>
12377 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12378 <li>Initial value: 5</li>
12379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12381 </ul>
12382<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes
12383 <ul>
12384 <li>Set with class: \ref ns3::DoubleValue</li>
12385 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12386 <li>Initial value: 8</li>
12387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12389 </ul>
12390<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes
12391 <ul>
12392 <li>Set with class: \ref ns3::DoubleValue</li>
12393 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12394 <li>Initial value: 7</li>
12395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12396 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12397 </ul>
12398</ul>
12399No TraceSources are defined for this type.<br>
12400<b>Group:</b> Buildings
12401
12402<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
12403*/
12404
12405/*!
12406
12407\class ns3::Icmpv4DestinationUnreachable
12408
12409Introspection did not find any typical Config paths.<br>
12410No Attributes are defined for this type.<br>
12411No TraceSources are defined for this type.<br>
12412<b>Group:</b> Internet
12413
12414<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
12415*/
12416
12417/*!
12418
12419\class ns3::Icmpv4Echo
12420
12421Introspection did not find any typical Config paths.<br>
12422No Attributes are defined for this type.<br>
12423No TraceSources are defined for this type.<br>
12424<b>Group:</b> Internet
12425
12426<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12427*/
12428
12429/*!
12430
12431\class ns3::Icmpv4Header
12432
12433Introspection did not find any typical Config paths.<br>
12434No Attributes are defined for this type.<br>
12435No TraceSources are defined for this type.<br>
12436<b>Group:</b> Internet
12437
12438<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12439*/
12440
12441/*!
12442
12443\class ns3::Icmpv4L4Protocol
12444
12445<h3>Config Paths</h3>
12446
12447ns3::Icmpv4L4Protocol is accessible through the following paths with Config::Set and Config::Connect:
12448<ul>
12449<li>"/NodeList/[i]/$ns3::Icmpv4L4Protocol"</li>
12450<li>"/NodeList/[i]/$ns3::Icmpv4L4Protocol"</li>
12451</ul>
12452No Attributes are defined for this type.<br>
12453<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
12454<ul>
12455<li><b>ProtocolNumber</b>: The IP protocol number.
12456 <ul>
12457 <li>Set with class: \ref ns3::IntegerValue</li>
12458 <li>Underlying type: int32_t 0:255</li>
12459 <li>Flags: <span class="mlabel">read</span></li>
12460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12461 </ul>
12462</ul>
12463No TraceSources are defined for this type.<br>
12464<b>Group:</b> Internet
12465
12466<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
12467*/
12468
12469/*!
12470
12471\class ns3::Icmpv4TimeExceeded
12472
12473Introspection did not find any typical Config paths.<br>
12474No Attributes are defined for this type.<br>
12475No TraceSources are defined for this type.<br>
12476<b>Group:</b> Internet
12477
12478<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
12479*/
12480
12481/*!
12482
12483\class ns3::Icmpv6DestinationUnreachable
12484
12485Introspection did not find any typical Config paths.<br>
12486No Attributes are defined for this type.<br>
12487No TraceSources are defined for this type.<br>
12488<b>Group:</b> Internet
12489
12490<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12491*/
12492
12493/*!
12494
12495\class ns3::Icmpv6Echo
12496
12497Introspection did not find any typical Config paths.<br>
12498No Attributes are defined for this type.<br>
12499No TraceSources are defined for this type.<br>
12500<b>Group:</b> Internet
12501
12502<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12503*/
12504
12505/*!
12506
12507\class ns3::Icmpv6Header
12508
12509Introspection did not find any typical Config paths.<br>
12510No Attributes are defined for this type.<br>
12511No TraceSources are defined for this type.<br>
12512<b>Group:</b> Internet
12513
12514<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12515*/
12516
12517/*!
12518
12519\class ns3::Icmpv6L4Protocol
12520
12521<h3>Config Paths</h3>
12522
12523ns3::Icmpv6L4Protocol is accessible through the following paths with Config::Set and Config::Connect:
12524<ul>
12525<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol"</li>
12526</ul>
12527<h3>Attributes</h3>
12528<ul>
12529<li><b>DAD</b>: Always do DAD check.
12530 <ul>
12531 <li>Set with class: \ref ns3::BooleanValue</li>
12532 <li>Underlying type: bool</li>
12533 <li>Initial value: true</li>
12534 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12535 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12536 </ul>
12537<li><b>DadTimeout</b>: Duplicate Address Detection (DAD) timeout
12538 <ul>
12539 <li>Set with class: \ref ns3::TimeValue</li>
12540 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12541 <li>Initial value: +1e+09ns</li>
12542 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12543 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12544 </ul>
12545<li><b>DelayFirstProbe</b>: Neighbor Discovery node constants: delay for the first probe.
12546 <ul>
12547 <li>Set with class: \ref ns3::TimeValue</li>
12548 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12549 <li>Initial value: +5e+09ns</li>
12550 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12551 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12552 </ul>
12553<li><b>MaxMulticastSolicit</b>: Neighbor Discovery node constants: max multicast solicitations.
12554 <ul>
12555 <li>Set with class: \ref ns3::IntegerValue</li>
12556 <li>Underlying type: uint8_t 0:255</li>
12557 <li>Initial value: 3</li>
12558 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12559 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12560 </ul>
12561<li><b>MaxUnicastSolicit</b>: Neighbor Discovery node constants: max unicast solicitations.
12562 <ul>
12563 <li>Set with class: \ref ns3::IntegerValue</li>
12564 <li>Underlying type: uint8_t 0:255</li>
12565 <li>Initial value: 3</li>
12566 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12567 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12568 </ul>
12569<li><b>ReachableTime</b>: Neighbor Discovery node constants: reachable time.
12570 <ul>
12571 <li>Set with class: \ref ns3::TimeValue</li>
12572 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12573 <li>Initial value: +3e+10ns</li>
12574 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12576 </ul>
12577<li><b>RetransmissionTime</b>: Neighbor Discovery node constants: retransmission timer.
12578 <ul>
12579 <li>Set with class: \ref ns3::TimeValue</li>
12580 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12581 <li>Initial value: +1e+09ns</li>
12582 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12584 </ul>
12585<li><b>RsInitialRetransmissionTime</b>: Multicast RS initial retransmission time.
12586 <ul>
12587 <li>Set with class: \ref ns3::TimeValue</li>
12588 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12589 <li>Initial value: +4e+09ns</li>
12590 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12592 </ul>
12593<li><b>RsMaxRetransmissionCount</b>: Multicast RS maximum retransmission count (0 means unbound). Note: RFC 7559 suggest a zero value (infinite). The default is 4 to avoid non-terminating simulations.
12594 <ul>
12595 <li>Set with class: \ref ns3::UintegerValue</li>
12596 <li>Underlying type: uint32_t 0:4294967295</li>
12597 <li>Initial value: 4</li>
12598 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12599 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12600 </ul>
12601<li><b>RsMaxRetransmissionDuration</b>: Multicast RS maximum retransmission duration (0 means unbound).
12602 <ul>
12603 <li>Set with class: \ref ns3::TimeValue</li>
12604 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12605 <li>Initial value: +0ns</li>
12606 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12607 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12608 </ul>
12609<li><b>RsMaxRetransmissionTime</b>: Multicast RS maximum retransmission time (0 means unbound).
12610 <ul>
12611 <li>Set with class: \ref ns3::TimeValue</li>
12612 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12613 <li>Initial value: +3.6e+12ns</li>
12614 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12616 </ul>
12617<li><b>RsRetransmissionJitter</b>: Multicast RS retransmission randomization quantity
12618 <ul>
12619 <li>Set with class: \ref ns3::PointerValue</li>
12620 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
12621 <li>Initial value: ns3::UniformRandomVariable[Min=-0.1|Max=0.1]</li>
12622 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12624 </ul>
12625<li><b>SolicitationJitter</b>: The jitter in ms a node is allowed to wait before sending any solicitation. Some jitter aims to prevent collisions. By default, the model will wait for a duration in ms defined by a uniform random-variable between 0 and SolicitationJitter
12626 <ul>
12627 <li>Set with class: \ref ns3::PointerValue</li>
12628 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
12629 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=10.0]</li>
12630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12632 </ul>
12633</ul>
12634<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
12635<ul>
12636<li><b>ProtocolNumber</b>: The IP protocol number.
12637 <ul>
12638 <li>Set with class: \ref ns3::IntegerValue</li>
12639 <li>Underlying type: int32_t 0:255</li>
12640 <li>Flags: <span class="mlabel">read</span></li>
12641 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12642 </ul>
12643</ul>
12644<h3>TraceSources</h3>
12645<ul>
12646<li><b>DadFailure</b>: Duplicate Address detected during DAD, the address is now INVALID<br> <ul>
12647 <li> %Callback signature: ns3::Ipv6Address::TracedCallback
12648</li>
12649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12650</ul>
12651<li><b>DadSuccess</b>: Duplicate Address not detected during DAD, the address is now PREFERRED<br> <ul>
12652 <li> %Callback signature: ns3::Ipv6Address::TracedCallback
12653</li>
12654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12655</ul>
12656</ul>
12657<b>Group:</b> Internet
12658
12659<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
12660*/
12661
12662/*!
12663
12664\class ns3::Icmpv6NA
12665
12666Introspection did not find any typical Config paths.<br>
12667No Attributes are defined for this type.<br>
12668No TraceSources are defined for this type.<br>
12669<b>Group:</b> Internet
12670
12671<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
12672*/
12673
12674/*!
12675
12676\class ns3::Icmpv6NS
12677
12678Introspection did not find any typical Config paths.<br>
12679No Attributes are defined for this type.<br>
12680No TraceSources are defined for this type.<br>
12681<b>Group:</b> Internet
12682
12683<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
12684*/
12685
12686/*!
12687
12688\class ns3::Icmpv6OptionHeader
12689
12690Introspection did not find any typical Config paths.<br>
12691No Attributes are defined for this type.<br>
12692No TraceSources are defined for this type.<br>
12693<b>Group:</b> Internet
12694
12695<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12696*/
12697
12698/*!
12699
12700\class ns3::Icmpv6OptionLinkLayerAddress
12701
12702Introspection did not find any typical Config paths.<br>
12703No Attributes are defined for this type.<br>
12704No TraceSources are defined for this type.<br>
12705<b>Group:</b> Internet
12706
12707<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12708*/
12709
12710/*!
12711
12712\class ns3::Icmpv6OptionMtu
12713
12714Introspection did not find any typical Config paths.<br>
12715No Attributes are defined for this type.<br>
12716No TraceSources are defined for this type.<br>
12717<b>Group:</b> Internet
12718
12719<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12720*/
12721
12722/*!
12723
12724\class ns3::Icmpv6OptionPrefixInformation
12725
12726Introspection did not find any typical Config paths.<br>
12727No Attributes are defined for this type.<br>
12728No TraceSources are defined for this type.<br>
12729<b>Group:</b> Internet
12730
12731<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
12732*/
12733
12734/*!
12735
12736\class ns3::Icmpv6OptionRedirected
12737
12738Introspection did not find any typical Config paths.<br>
12739No Attributes are defined for this type.<br>
12740No TraceSources are defined for this type.<br>
12741<b>Group:</b> Internet
12742
12743<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12744*/
12745
12746/*!
12747
12748\class ns3::Icmpv6ParameterError
12749
12750Introspection did not find any typical Config paths.<br>
12751No Attributes are defined for this type.<br>
12752No TraceSources are defined for this type.<br>
12753<b>Group:</b> Internet
12754
12755<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12756*/
12757
12758/*!
12759
12760\class ns3::Icmpv6RA
12761
12762Introspection did not find any typical Config paths.<br>
12763No Attributes are defined for this type.<br>
12764No TraceSources are defined for this type.<br>
12765<b>Group:</b> Internet
12766
12767<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12768*/
12769
12770/*!
12771
12772\class ns3::Icmpv6Redirection
12773
12774Introspection did not find any typical Config paths.<br>
12775No Attributes are defined for this type.<br>
12776No TraceSources are defined for this type.<br>
12777<b>Group:</b> Internet
12778
12779<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
12780*/
12781
12782/*!
12783
12784\class ns3::Icmpv6RS
12785
12786Introspection did not find any typical Config paths.<br>
12787No Attributes are defined for this type.<br>
12788No TraceSources are defined for this type.<br>
12789<b>Group:</b> Internet
12790
12791<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12792*/
12793
12794/*!
12795
12796\class ns3::Icmpv6TimeExceeded
12797
12798Introspection did not find any typical Config paths.<br>
12799No Attributes are defined for this type.<br>
12800No TraceSources are defined for this type.<br>
12801<b>Group:</b> Internet
12802
12803<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12804*/
12805
12806/*!
12807
12808\class ns3::Icmpv6TooBig
12809
12810Introspection did not find any typical Config paths.<br>
12811No Attributes are defined for this type.<br>
12812No TraceSources are defined for this type.<br>
12813<b>Group:</b> Internet
12814
12815<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12816*/
12817
12818/*!
12819
12820\class ns3::IdealWifiManager
12821
12822<h3>Config Paths</h3>
12823
12824ns3::IdealWifiManager is accessible through the following paths with Config::Set and Config::Connect:
12825<ul>
12826<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::IdealWifiManager"</li>
12827<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::IdealWifiManager"</li>
12828</ul>
12829<h3>Attributes</h3>
12830<ul>
12831<li><b>BerThreshold</b>: The maximum Bit Error Rate acceptable at any transmission mode
12832 <ul>
12833 <li>Set with class: \ref ns3::DoubleValue</li>
12834 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12835 <li>Initial value: 1e-06</li>
12836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12838 </ul>
12839</ul>
12840<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
12841<ul>
12842<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
12843 <ul>
12844 <li>Set with class: \ref ns3::UintegerValue</li>
12845 <li>Underlying type: uint8_t 0:255</li>
12846 <li>Initial value: 0</li>
12847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12849 </ul>
12850<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
12851 <ul>
12852 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
12853 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
12854 <li>Initial value: Cts-To-Self</li>
12855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12857 </ul>
12858<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
12859 <ul>
12860 <li>Set with class: \ref ns3::UintegerValue</li>
12861 <li>Underlying type: uint32_t 256:65535</li>
12862 <li>Initial value: 65535</li>
12863 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12865 </ul>
12866<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
12867 <ul>
12868 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
12869 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
12870 <li>Initial value: Cts-To-Self</li>
12871 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12872 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12873 </ul>
12874<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
12875 <ul>
12876 <li>Set with class: \ref ns3::BooleanValue</li>
12877 <li>Underlying type: bool</li>
12878 <li>Initial value: false</li>
12879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12880 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12881 </ul>
12882<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
12883 <ul>
12884 <li>Set with class: \ref ns3::UintegerValue</li>
12885 <li>Underlying type: uint32_t 0:4294967295</li>
12886 <li>Initial value: 4</li>
12887 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12888 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
12889 </ul>
12890<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
12891 <ul>
12892 <li>Set with class: \ref ns3::UintegerValue</li>
12893 <li>Underlying type: uint32_t 0:4294967295</li>
12894 <li>Initial value: 7</li>
12895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12896 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
12897 </ul>
12898<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
12899 <ul>
12900 <li>Set with class: \ref ns3::WifiModeValue</li>
12901 <li>Underlying type: \p WifiMode</li>
12902 <li>Initial value: Invalid-WifiMode</li>
12903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12905 </ul>
12906<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
12907 <ul>
12908 <li>Set with class: \ref ns3::UintegerValue</li>
12909 <li>Underlying type: uint32_t 0:4692480</li>
12910 <li>Initial value: 4692480</li>
12911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12913 </ul>
12914<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
12915 <ul>
12916 <li>Set with class: \ref ns3::TimeValue</li>
12917 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12918 <li>Initial value: +0ns</li>
12919 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12921 </ul>
12922</ul>
12923<h3>TraceSources</h3>
12924<ul>
12925<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
12926 <li> %Callback signature: ns3::TracedValueCallback::Uint64
12927</li>
12928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12929</ul>
12930</ul>
12931<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
12932<ul>
12933<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
12934 <li> %Callback signature: ns3::Mac48Address::TracedCallback
12935</li>
12936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12937</ul>
12938<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
12939 <li> %Callback signature: ns3::Mac48Address::TracedCallback
12940</li>
12941 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12942</ul>
12943<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
12944 <li> %Callback signature: ns3::Mac48Address::TracedCallback
12945</li>
12946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12947</ul>
12948<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
12949 <li> %Callback signature: ns3::Mac48Address::TracedCallback
12950</li>
12951 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12952</ul>
12953</ul>
12954<b>Group:</b> Wifi
12955
12956<b>Size</b> of this type is 472 bytes (on a 64-bit architecture).
12957*/
12958
12959/*!
12960
12961\class ns3::InetTopologyReader
12962
12963Introspection did not find any typical Config paths.<br>
12964No Attributes are defined for this type.<br>
12965No TraceSources are defined for this type.<br>
12966<b>Group:</b> TopologyReader
12967
12968<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
12969*/
12970
12971/*!
12972
12973\class ns3::InterferenceHelper
12974
12975<h3>Config Paths</h3>
12976
12977ns3::InterferenceHelper is accessible through the following paths with Config::Set and Config::Connect:
12978<ul>
12979<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/InterferenceHelper"</li>
12980<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/InterferenceHelper"</li>
12981</ul>
12982No Attributes are defined for this type.<br>
12983No TraceSources are defined for this type.<br>
12984<b>Group:</b> Wifi
12985
12986<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
12987*/
12988
12989/*!
12990
12991\class ns3::IpcsClassifier
12992
12993<h3>Config Paths</h3>
12994
12995ns3::IpcsClassifier is accessible through the following paths with Config::Set and Config::Connect:
12996<ul>
12997<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier"</li>
12998<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier"</li>
12999<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier"</li>
13000<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier"</li>
13001</ul>
13002No Attributes are defined for this type.<br>
13003No TraceSources are defined for this type.<br>
13004<b>Group:</b> Wimax
13005
13006<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13007*/
13008
13009/*!
13010
13011\class ns3::IpL4Protocol
13012
13013Introspection did not find any typical Config paths.<br>
13014<h3>Attributes</h3>
13015<ul>
13016<li><b>ProtocolNumber</b>: The IP protocol number.
13017 <ul>
13018 <li>Set with class: \ref ns3::IntegerValue</li>
13019 <li>Underlying type: int32_t 0:255</li>
13020 <li>Flags: <span class="mlabel">read</span></li>
13021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13022 </ul>
13023</ul>
13024No TraceSources are defined for this type.<br>
13025<b>Group:</b> Internet
13026
13027<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13028*/
13029
13030/*!
13031
13032\class ns3::Ipv4
13033
13034Introspection did not find any typical Config paths.<br>
13035<h3>Attributes</h3>
13036<ul>
13037<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future Ipv4 devices.
13038 <ul>
13039 <li>Set with class: \ref ns3::BooleanValue</li>
13040 <li>Underlying type: bool</li>
13041 <li>Initial value: true</li>
13042 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13044 </ul>
13045<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13046 <ul>
13047 <li>Set with class: \ref ns3::BooleanValue</li>
13048 <li>Underlying type: bool</li>
13049 <li>Initial value: false</li>
13050 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13052 </ul>
13053</ul>
13054No TraceSources are defined for this type.<br>
13055<b>Group:</b> Internet
13056
13057<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13058*/
13059
13060/*!
13061
13062\class ns3::Ipv4GlobalRouting
13063
13064Introspection did not find any typical Config paths.<br>
13065<h3>Attributes</h3>
13066<ul>
13067<li><b>RandomEcmpRouting</b>: Set to true if packets are randomly routed among ECMP; set to false for using only one route consistently
13068 <ul>
13069 <li>Set with class: \ref ns3::BooleanValue</li>
13070 <li>Underlying type: bool</li>
13071 <li>Initial value: false</li>
13072 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13073 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13074 </ul>
13075<li><b>RespondToInterfaceEvents</b>: Set to true if you want to dynamically recompute the global routes upon Interface notification events (up/down, or add/remove address)
13076 <ul>
13077 <li>Set with class: \ref ns3::BooleanValue</li>
13078 <li>Underlying type: bool</li>
13079 <li>Initial value: false</li>
13080 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13081 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13082 </ul>
13083</ul>
13084No TraceSources are defined for this type.<br>
13085<b>Group:</b> Internet
13086
13087<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
13088*/
13089
13090/*!
13091
13092\class ns3::Ipv4Header
13093
13094Introspection did not find any typical Config paths.<br>
13095No Attributes are defined for this type.<br>
13096No TraceSources are defined for this type.<br>
13097<b>Group:</b> Internet
13098
13099<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13100*/
13101
13102/*!
13103
13104\class ns3::Ipv4Interface
13105
13106<h3>Config Paths</h3>
13107
13108ns3::Ipv4Interface is accessible through the following paths with Config::Set and Config::Connect:
13109<ul>
13110<li>"/NodeList/[i]/$ns3::Ipv4L3Protocol/InterfaceList/[i]"</li>
13111</ul>
13112<h3>Attributes</h3>
13113<ul>
13114<li><b>ArpCache</b>: The arp cache for this ipv4 interface
13115 <ul>
13116 <li>Set with class: \ref ns3::PointerValue</li>
13117 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ArpCache></li>
13118 <li>Initial value: 0</li>
13119 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13120 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13121 </ul>
13122</ul>
13123<h3>TraceSources</h3>
13124<ul>
13125<li><b>InterfaceStatus</b>: Interface has been set up or down.<br> <ul>
13126 <li> %Callback signature: ns3::Ipv4Address::TracedCallback
13127</li>
13128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13129</ul>
13130</ul>
13131<b>Group:</b> Internet
13132
13133<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
13134*/
13135
13136/*!
13137
13138\class ns3::Ipv4L3Protocol
13139
13140<h3>Config Paths</h3>
13141
13142ns3::Ipv4L3Protocol is accessible through the following paths with Config::Set and Config::Connect:
13143<ul>
13144<li>"/NodeList/[i]/$ns3::Ipv4L3Protocol"</li>
13145</ul>
13146<h3>Attributes</h3>
13147<ul>
13148<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.
13149 <ul>
13150 <li>Set with class: \ref ns3::UintegerValue</li>
13151 <li>Underlying type: uint8_t 0:255</li>
13152 <li>Initial value: 64</li>
13153 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13154 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13155 </ul>
13156<li><b>DuplicateExpire</b>: Expiration delay for duplicate cache entries
13157 <ul>
13158 <li>Set with class: \ref ns3::TimeValue</li>
13159 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13160 <li>Initial value: +1e+06ns</li>
13161 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13163 </ul>
13164<li><b>EnableDuplicatePacketDetection</b>: Enable multicast duplicate packet detection based on RFC 6621
13165 <ul>
13166 <li>Set with class: \ref ns3::BooleanValue</li>
13167 <li>Underlying type: bool</li>
13168 <li>Initial value: false</li>
13169 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13171 </ul>
13172<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
13173 <ul>
13174 <li>Set with class: \ref ns3::TimeValue</li>
13175 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13176 <li>Initial value: +3e+10ns</li>
13177 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13179 </ul>
13180<li><b>InterfaceList</b>: The set of Ipv4 interfaces associated to this Ipv4 stack.
13181 <ul>
13182 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13183 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv4Interface></li>
13184 <li>Flags: <span class="mlabel">read</span></li>
13185 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13186 </ul>
13187<li><b>PurgeExpiredPeriod</b>: Time between purges of expired duplicate packet entries, 0 means never purge
13188 <ul>
13189 <li>Set with class: \ref ns3::TimeValue</li>
13190 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
13191 <li>Initial value: +1e+09ns</li>
13192 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13194 </ul>
13195</ul>
13196<h3>Attributes defined in parent class ns3::Ipv4</h3>
13197<ul>
13198<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future Ipv4 devices.
13199 <ul>
13200 <li>Set with class: \ref ns3::BooleanValue</li>
13201 <li>Underlying type: bool</li>
13202 <li>Initial value: true</li>
13203 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13204 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13205 </ul>
13206<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13207 <ul>
13208 <li>Set with class: \ref ns3::BooleanValue</li>
13209 <li>Underlying type: bool</li>
13210 <li>Initial value: false</li>
13211 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13212 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13213 </ul>
13214</ul>
13215<h3>TraceSources</h3>
13216<ul>
13217<li><b>Drop</b>: Drop ipv4 packet<br> <ul>
13218 <li> %Callback signature: ns3::Ipv4L3Protocol::DropTracedCallback
13219</li>
13220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13221</ul>
13222<li><b>LocalDeliver</b>: An IPv4 packet was received by/for this node, and it is being forward up the stack<br> <ul>
13223 <li> %Callback signature: ns3::Ipv4L3Protocol::SentTracedCallback
13224</li>
13225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13226</ul>
13227<li><b>MulticastForward</b>: A multicast IPv4 packet was received by this node and is being forwarded to another node<br> <ul>
13228 <li> %Callback signature: ns3::Ipv4L3Protocol::SentTracedCallback
13229</li>
13230 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13231</ul>
13232<li><b>Rx</b>: Receive ipv4 packet from incoming interface.<br> <ul>
13233 <li> %Callback signature: ns3::Ipv4L3Protocol::TxRxTracedCallback
13234</li>
13235 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13236</ul>
13237<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission<br> <ul>
13238 <li> %Callback signature: ns3::Ipv4L3Protocol::SentTracedCallback
13239</li>
13240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13241</ul>
13242<li><b>Tx</b>: Send ipv4 packet to outgoing interface.<br> <ul>
13243 <li> %Callback signature: ns3::Ipv4L3Protocol::TxRxTracedCallback
13244</li>
13245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13246</ul>
13247<li><b>UnicastForward</b>: A unicast IPv4 packet was received by this node and is being forwarded to another node<br> <ul>
13248 <li> %Callback signature: ns3::Ipv4L3Protocol::SentTracedCallback
13249</li>
13250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13251</ul>
13252</ul>
13253<b>Group:</b> Internet
13254
13255<b>Size</b> of this type is 672 bytes (on a 64-bit architecture).
13256*/
13257
13258/*!
13259
13260\class ns3::Ipv4ListRouting
13261
13262Introspection did not find any typical Config paths.<br>
13263No Attributes are defined for this type.<br>
13264No TraceSources are defined for this type.<br>
13265<b>Group:</b> Internet
13266
13267<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13268*/
13269
13270/*!
13271
13272\class ns3::Ipv4NixVectorRouting
13273
13274<h3>Config Paths</h3>
13275
13276ns3::Ipv4NixVectorRouting is accessible through the following paths with Config::Set and Config::Connect:
13277<ul>
13278<li>"/NodeList/[i]/$ns3::Ipv4NixVectorRouting"</li>
13279</ul>
13280No Attributes are defined for this type.<br>
13281No TraceSources are defined for this type.<br>
13282<b>Group:</b> NixVectorRouting
13283
13284<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13285*/
13286
13287/*!
13288
13289\class ns3::Ipv4PacketFilter
13290
13291Introspection did not find any typical Config paths.<br>
13292No Attributes are defined for this type.<br>
13293No TraceSources are defined for this type.<br>
13294<b>Group:</b> Internet
13295
13296<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13297*/
13298
13299/*!
13300
13301\class ns3::Ipv4PacketProbe
13302
13303Introspection did not find any typical Config paths.<br>
13304No Attributes are defined for this type.<br>
13305<h3>Attributes defined in parent class ns3::Probe</h3>
13306<ul>
13307<li><b>Start</b>: Time data collection starts
13308 <ul>
13309 <li>Set with class: \ref ns3::TimeValue</li>
13310 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13311 <li>Initial value: +0ns</li>
13312 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13314 </ul>
13315<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
13316 <ul>
13317 <li>Set with class: \ref ns3::TimeValue</li>
13318 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13319 <li>Initial value: +0ns</li>
13320 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13322 </ul>
13323</ul>
13324<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
13325<ul>
13326<li><b>Enabled</b>: Object's enabled status
13327 <ul>
13328 <li>Set with class: \ref ns3::BooleanValue</li>
13329 <li>Underlying type: bool</li>
13330 <li>Initial value: true</li>
13331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13333 </ul>
13334<li><b>Name</b>: Object's name
13335 <ul>
13336 <li>Set with class: \ref ns3::StringValue</li>
13337 <li>Underlying type: \p std::string</li>
13338 <li>Initial value: unnamed</li>
13339 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13341 </ul>
13342</ul>
13343<h3>TraceSources</h3>
13344<ul>
13345<li><b>Output</b>: The packet plus its IPv4 object and interface that serve as the output for this probe<br> <ul>
13346 <li> %Callback signature: ns3::Ipv4L3Protocol::TxRxTracedCallback
13347</li>
13348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13349</ul>
13350<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
13351 <li> %Callback signature: ns3::Packet::SizeTracedCallback
13352</li>
13353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13354</ul>
13355</ul>
13356<b>Group:</b> Internet
13357
13358<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13359*/
13360
13361/*!
13362
13363\class ns3::Ipv4RawSocketFactory
13364
13365Introspection did not find any typical Config paths.<br>
13366No Attributes are defined for this type.<br>
13367No TraceSources are defined for this type.<br>
13368<b>Group:</b> Internet
13369
13370<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13371*/
13372
13373/*!
13374
13375\class ns3::Ipv4RawSocketImpl
13376
13377Introspection did not find any typical Config paths.<br>
13378<h3>Attributes</h3>
13379<ul>
13380<li><b>IcmpFilter</b>: Any icmp header whose type field matches a bit in this filter is dropped. Type must be less than 32.
13381 <ul>
13382 <li>Set with class: \ref ns3::UintegerValue</li>
13383 <li>Underlying type: uint32_t 0:4294967295</li>
13384 <li>Initial value: 0</li>
13385 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13387 </ul>
13388<li><b>IpHeaderInclude</b>: Include IP Header information (a.k.a setsockopt (IP_HDRINCL)).
13389 <ul>
13390 <li>Set with class: \ref ns3::BooleanValue</li>
13391 <li>Underlying type: bool</li>
13392 <li>Initial value: false</li>
13393 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13395 </ul>
13396<li><b>Protocol</b>: Protocol number to match.
13397 <ul>
13398 <li>Set with class: \ref ns3::UintegerValue</li>
13399 <li>Underlying type: uint16_t 0:65535</li>
13400 <li>Initial value: 0</li>
13401 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13403 </ul>
13404</ul>
13405No TraceSources are defined for this type.<br>
13406<b>Group:</b> Internet
13407
13408<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
13409*/
13410
13411/*!
13412
13413\class ns3::Ipv4RoutingProtocol
13414
13415Introspection did not find any typical Config paths.<br>
13416No Attributes are defined for this type.<br>
13417No TraceSources are defined for this type.<br>
13418<b>Group:</b> Internet
13419
13420<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13421*/
13422
13423/*!
13424
13425\class ns3::Ipv4StaticRouting
13426
13427Introspection did not find any typical Config paths.<br>
13428No Attributes are defined for this type.<br>
13429No TraceSources are defined for this type.<br>
13430<b>Group:</b> Internet
13431
13432<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
13433*/
13434
13435/*!
13436
13437\class ns3::Ipv6
13438
13439Introspection did not find any typical Config paths.<br>
13440<h3>Attributes</h3>
13441<ul>
13442<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.
13443 <ul>
13444 <li>Set with class: \ref ns3::BooleanValue</li>
13445 <li>Underlying type: bool</li>
13446 <li>Initial value: false</li>
13447 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13448 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13449 </ul>
13450<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.
13451 <ul>
13452 <li>Set with class: \ref ns3::BooleanValue</li>
13453 <li>Underlying type: bool</li>
13454 <li>Initial value: true</li>
13455 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13456 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13457 </ul>
13458<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13459 <ul>
13460 <li>Set with class: \ref ns3::BooleanValue</li>
13461 <li>Underlying type: bool</li>
13462 <li>Initial value: true</li>
13463 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13464 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13465 </ul>
13466</ul>
13467No TraceSources are defined for this type.<br>
13468<b>Group:</b> Internet
13469
13470<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13471*/
13472
13473/*!
13474
13475\class ns3::Ipv6Extension
13476
13477Introspection did not find any typical Config paths.<br>
13478<h3>Attributes</h3>
13479<ul>
13480<li><b>ExtensionNumber</b>: The IPv6 extension number.
13481 <ul>
13482 <li>Set with class: \ref ns3::UintegerValue</li>
13483 <li>Underlying type: uint8_t 0:255</li>
13484 <li>Flags: <span class="mlabel">read</span></li>
13485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13486 </ul>
13487</ul>
13488No TraceSources are defined for this type.<br>
13489<b>Group:</b> Internet
13490
13491<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13492*/
13493
13494/*!
13495
13496\class ns3::Ipv6ExtensionAH
13497
13498Introspection did not find any typical Config paths.<br>
13499No Attributes are defined for this type.<br>
13500<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13501<ul>
13502<li><b>ExtensionNumber</b>: The IPv6 extension number.
13503 <ul>
13504 <li>Set with class: \ref ns3::UintegerValue</li>
13505 <li>Underlying type: uint8_t 0:255</li>
13506 <li>Flags: <span class="mlabel">read</span></li>
13507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13508 </ul>
13509</ul>
13510No TraceSources are defined for this type.<br>
13511<b>Group:</b> Internet
13512
13513<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13514*/
13515
13516/*!
13517
13518\class ns3::Ipv6ExtensionAHHeader
13519
13520Introspection did not find any typical Config paths.<br>
13521No Attributes are defined for this type.<br>
13522No TraceSources are defined for this type.<br>
13523<b>Group:</b> Internet
13524
13525<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13526*/
13527
13528/*!
13529
13530\class ns3::Ipv6ExtensionDemux
13531
13532Introspection did not find any typical Config paths.<br>
13533<h3>Attributes</h3>
13534<ul>
13535<li><b>Extensions</b>: The set of IPv6 extensions registered with this demux.
13536 <ul>
13537 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13538 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Extension></li>
13539 <li>Flags: <span class="mlabel">read</span></li>
13540 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13541 </ul>
13542</ul>
13543No TraceSources are defined for this type.<br>
13544<b>Group:</b> Internet
13545
13546<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13547*/
13548
13549/*!
13550
13551\class ns3::Ipv6ExtensionDestination
13552
13553Introspection did not find any typical Config paths.<br>
13554No Attributes are defined for this type.<br>
13555<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13556<ul>
13557<li><b>ExtensionNumber</b>: The IPv6 extension number.
13558 <ul>
13559 <li>Set with class: \ref ns3::UintegerValue</li>
13560 <li>Underlying type: uint8_t 0:255</li>
13561 <li>Flags: <span class="mlabel">read</span></li>
13562 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13563 </ul>
13564</ul>
13565No TraceSources are defined for this type.<br>
13566<b>Group:</b> Internet
13567
13568<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13569*/
13570
13571/*!
13572
13573\class ns3::Ipv6ExtensionDestinationHeader
13574
13575Introspection did not find any typical Config paths.<br>
13576No Attributes are defined for this type.<br>
13577No TraceSources are defined for this type.<br>
13578<b>Group:</b> Internet
13579
13580<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13581*/
13582
13583/*!
13584
13585\class ns3::Ipv6ExtensionESP
13586
13587Introspection did not find any typical Config paths.<br>
13588No Attributes are defined for this type.<br>
13589<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13590<ul>
13591<li><b>ExtensionNumber</b>: The IPv6 extension number.
13592 <ul>
13593 <li>Set with class: \ref ns3::UintegerValue</li>
13594 <li>Underlying type: uint8_t 0:255</li>
13595 <li>Flags: <span class="mlabel">read</span></li>
13596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13597 </ul>
13598</ul>
13599No TraceSources are defined for this type.<br>
13600<b>Group:</b> Internet
13601
13602<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13603*/
13604
13605/*!
13606
13607\class ns3::Ipv6ExtensionESPHeader
13608
13609Introspection did not find any typical Config paths.<br>
13610No Attributes are defined for this type.<br>
13611No TraceSources are defined for this type.<br>
13612<b>Group:</b> Internet
13613
13614<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13615*/
13616
13617/*!
13618
13619\class ns3::Ipv6ExtensionFragment
13620
13621Introspection did not find any typical Config paths.<br>
13622<h3>Attributes</h3>
13623<ul>
13624<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
13625 <ul>
13626 <li>Set with class: \ref ns3::TimeValue</li>
13627 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13628 <li>Initial value: +6e+10ns</li>
13629 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13630 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13631 </ul>
13632</ul>
13633<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13634<ul>
13635<li><b>ExtensionNumber</b>: The IPv6 extension number.
13636 <ul>
13637 <li>Set with class: \ref ns3::UintegerValue</li>
13638 <li>Underlying type: uint8_t 0:255</li>
13639 <li>Flags: <span class="mlabel">read</span></li>
13640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13641 </ul>
13642</ul>
13643No TraceSources are defined for this type.<br>
13644<b>Group:</b> Internet
13645
13646<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13647*/
13648
13649/*!
13650
13651\class ns3::Ipv6ExtensionFragmentHeader
13652
13653Introspection did not find any typical Config paths.<br>
13654No Attributes are defined for this type.<br>
13655No TraceSources are defined for this type.<br>
13656<b>Group:</b> Internet
13657
13658<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13659*/
13660
13661/*!
13662
13663\class ns3::Ipv6ExtensionHeader
13664
13665Introspection did not find any typical Config paths.<br>
13666No Attributes are defined for this type.<br>
13667No TraceSources are defined for this type.<br>
13668<b>Group:</b> Internet
13669
13670<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13671*/
13672
13673/*!
13674
13675\class ns3::Ipv6ExtensionHopByHop
13676
13677Introspection did not find any typical Config paths.<br>
13678No Attributes are defined for this type.<br>
13679<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13680<ul>
13681<li><b>ExtensionNumber</b>: The IPv6 extension number.
13682 <ul>
13683 <li>Set with class: \ref ns3::UintegerValue</li>
13684 <li>Underlying type: uint8_t 0:255</li>
13685 <li>Flags: <span class="mlabel">read</span></li>
13686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13687 </ul>
13688</ul>
13689No TraceSources are defined for this type.<br>
13690<b>Group:</b> Internet
13691
13692<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13693*/
13694
13695/*!
13696
13697\class ns3::Ipv6ExtensionHopByHopHeader
13698
13699Introspection did not find any typical Config paths.<br>
13700No Attributes are defined for this type.<br>
13701No TraceSources are defined for this type.<br>
13702<b>Group:</b> Internet
13703
13704<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13705*/
13706
13707/*!
13708
13709\class ns3::Ipv6ExtensionLooseRouting
13710
13711Introspection did not find any typical Config paths.<br>
13712No Attributes are defined for this type.<br>
13713<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13714<ul>
13715<li><b>ExtensionNumber</b>: The IPv6 extension number.
13716 <ul>
13717 <li>Set with class: \ref ns3::UintegerValue</li>
13718 <li>Underlying type: uint8_t 0:255</li>
13719 <li>Flags: <span class="mlabel">read</span></li>
13720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13721 </ul>
13722</ul>
13723No TraceSources are defined for this type.<br>
13724<b>Group:</b> Internet
13725
13726<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13727*/
13728
13729/*!
13730
13731\class ns3::Ipv6ExtensionLooseRoutingHeader
13732
13733Introspection did not find any typical Config paths.<br>
13734No Attributes are defined for this type.<br>
13735No TraceSources are defined for this type.<br>
13736<b>Group:</b> Internet
13737
13738<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
13739*/
13740
13741/*!
13742
13743\class ns3::Ipv6ExtensionRouting
13744
13745Introspection did not find any typical Config paths.<br>
13746No Attributes are defined for this type.<br>
13747<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13748<ul>
13749<li><b>ExtensionNumber</b>: The IPv6 extension number.
13750 <ul>
13751 <li>Set with class: \ref ns3::UintegerValue</li>
13752 <li>Underlying type: uint8_t 0:255</li>
13753 <li>Flags: <span class="mlabel">read</span></li>
13754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13755 </ul>
13756</ul>
13757No TraceSources are defined for this type.<br>
13758<b>Group:</b> Internet
13759
13760<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13761*/
13762
13763/*!
13764
13765\class ns3::Ipv6ExtensionRoutingDemux
13766
13767Introspection did not find any typical Config paths.<br>
13768<h3>Attributes</h3>
13769<ul>
13770<li><b>RoutingExtensions</b>: The set of IPv6 Routing extensions registered with this demux.
13771 <ul>
13772 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13773 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6ExtensionRouting></li>
13774 <li>Flags: <span class="mlabel">read</span></li>
13775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13776 </ul>
13777</ul>
13778No TraceSources are defined for this type.<br>
13779<b>Group:</b> Internet
13780
13781<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13782*/
13783
13784/*!
13785
13786\class ns3::Ipv6ExtensionRoutingHeader
13787
13788Introspection did not find any typical Config paths.<br>
13789No Attributes are defined for this type.<br>
13790No TraceSources are defined for this type.<br>
13791<b>Group:</b> Internet
13792
13793<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13794*/
13795
13796/*!
13797
13798\class ns3::Ipv6Header
13799
13800Introspection did not find any typical Config paths.<br>
13801No Attributes are defined for this type.<br>
13802No TraceSources are defined for this type.<br>
13803<b>Group:</b> Internet
13804
13805<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13806*/
13807
13808/*!
13809
13810\class ns3::Ipv6Interface
13811
13812<h3>Config Paths</h3>
13813
13814ns3::Ipv6Interface is accessible through the following paths with Config::Set and Config::Connect:
13815<ul>
13816<li>"/NodeList/[i]/$ns3::Ipv6L3Protocol/InterfaceList/[i]"</li>
13817</ul>
13818No Attributes are defined for this type.<br>
13819<h3>TraceSources</h3>
13820<ul>
13821<li><b>InterfaceStatus</b>: Interface has been set up or down.<br> <ul>
13822 <li> %Callback signature: ns3::Ipv6Address::TracedCallback
13823</li>
13824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13825</ul>
13826</ul>
13827<b>Group:</b> Internet
13828
13829<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
13830*/
13831
13832/*!
13833
13834\class ns3::Ipv6L3Protocol
13835
13836<h3>Config Paths</h3>
13837
13838ns3::Ipv6L3Protocol is accessible through the following paths with Config::Set and Config::Connect:
13839<ul>
13840<li>"/NodeList/[i]/$ns3::Ipv6L3Protocol"</li>
13841</ul>
13842<h3>Attributes</h3>
13843<ul>
13844<li><b>DefaultTclass</b>: The TCLASS value set by default on all outgoing packets generated on this node.
13845 <ul>
13846 <li>Set with class: \ref ns3::UintegerValue</li>
13847 <li>Underlying type: uint8_t 0:255</li>
13848 <li>Initial value: 0</li>
13849 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13850 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13851 </ul>
13852<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.
13853 <ul>
13854 <li>Set with class: \ref ns3::UintegerValue</li>
13855 <li>Underlying type: uint8_t 0:255</li>
13856 <li>Initial value: 64</li>
13857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13859 </ul>
13860<li><b>InterfaceList</b>: The set of IPv6 interfaces associated to this IPv6 stack.
13861 <ul>
13862 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13863 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Interface></li>
13864 <li>Flags: <span class="mlabel">read</span></li>
13865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13866 </ul>
13867<li><b>SendIcmpv6Redirect</b>: Send the ICMPv6 Redirect when appropriate.
13868 <ul>
13869 <li>Set with class: \ref ns3::BooleanValue</li>
13870 <li>Underlying type: bool</li>
13871 <li>Initial value: true</li>
13872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13874 </ul>
13875</ul>
13876<h3>Attributes defined in parent class ns3::Ipv6</h3>
13877<ul>
13878<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.
13879 <ul>
13880 <li>Set with class: \ref ns3::BooleanValue</li>
13881 <li>Underlying type: bool</li>
13882 <li>Initial value: false</li>
13883 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13885 </ul>
13886<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.
13887 <ul>
13888 <li>Set with class: \ref ns3::BooleanValue</li>
13889 <li>Underlying type: bool</li>
13890 <li>Initial value: true</li>
13891 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13892 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13893 </ul>
13894<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13895 <ul>
13896 <li>Set with class: \ref ns3::BooleanValue</li>
13897 <li>Underlying type: bool</li>
13898 <li>Initial value: true</li>
13899 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13900 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13901 </ul>
13902</ul>
13903<h3>TraceSources</h3>
13904<ul>
13905<li><b>Drop</b>: Drop IPv6 packet<br> <ul>
13906 <li> %Callback signature: ns3::Ipv6L3Protocol::DropTracedCallback
13907</li>
13908 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13909</ul>
13910<li><b>LocalDeliver</b>: An IPv6 packet was received by/for this node, and it is being forward up the stack<br> <ul>
13911 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13912</li>
13913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13914</ul>
13915<li><b>Rx</b>: Receive IPv6 packet from incoming interface.<br> <ul>
13916 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
13917</li>
13918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13919</ul>
13920<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission<br> <ul>
13921 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13922</li>
13923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13924</ul>
13925<li><b>Tx</b>: Send IPv6 packet to outgoing interface.<br> <ul>
13926 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
13927</li>
13928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13929</ul>
13930<li><b>UnicastForward</b>: A unicast IPv6 packet was received by this node and is being forwarded to another node<br> <ul>
13931 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13932</li>
13933 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13934</ul>
13935</ul>
13936<b>Group:</b> Internet
13937
13938<b>Size</b> of this type is 544 bytes (on a 64-bit architecture).
13939*/
13940
13941/*!
13942
13943\class ns3::Ipv6ListRouting
13944
13945Introspection did not find any typical Config paths.<br>
13946No Attributes are defined for this type.<br>
13947No TraceSources are defined for this type.<br>
13948<b>Group:</b> Internet
13949
13950<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13951*/
13952
13953/*!
13954
13955\class ns3::Ipv6NixVectorRouting
13956
13957Introspection did not find any typical Config paths.<br>
13958No Attributes are defined for this type.<br>
13959No TraceSources are defined for this type.<br>
13960<b>Group:</b> NixVectorRouting
13961
13962<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13963*/
13964
13965/*!
13966
13967\class ns3::Ipv6Option
13968
13969Introspection did not find any typical Config paths.<br>
13970<h3>Attributes</h3>
13971<ul>
13972<li><b>OptionNumber</b>: The IPv6 option number.
13973 <ul>
13974 <li>Set with class: \ref ns3::UintegerValue</li>
13975 <li>Underlying type: uint8_t 0:255</li>
13976 <li>Flags: <span class="mlabel">read</span></li>
13977 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13978 </ul>
13979</ul>
13980No TraceSources are defined for this type.<br>
13981<b>Group:</b> Internet
13982
13983<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
13984*/
13985
13986/*!
13987
13988\class ns3::Ipv6OptionDemux
13989
13990Introspection did not find any typical Config paths.<br>
13991<h3>Attributes</h3>
13992<ul>
13993<li><b>Options</b>: The set of IPv6 options registered with this demux.
13994 <ul>
13995 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13996 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Option></li>
13997 <li>Flags: <span class="mlabel">read</span></li>
13998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13999 </ul>
14000</ul>
14001No TraceSources are defined for this type.<br>
14002<b>Group:</b> Internet
14003
14004<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14005*/
14006
14007/*!
14008
14009\class ns3::Ipv6OptionHeader
14010
14011Introspection did not find any typical Config paths.<br>
14012No Attributes are defined for this type.<br>
14013No TraceSources are defined for this type.<br>
14014<b>Group:</b> Internet
14015
14016<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14017*/
14018
14019/*!
14020
14021\class ns3::Ipv6OptionJumbogram
14022
14023Introspection did not find any typical Config paths.<br>
14024No Attributes are defined for this type.<br>
14025<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14026<ul>
14027<li><b>OptionNumber</b>: The IPv6 option number.
14028 <ul>
14029 <li>Set with class: \ref ns3::UintegerValue</li>
14030 <li>Underlying type: uint8_t 0:255</li>
14031 <li>Flags: <span class="mlabel">read</span></li>
14032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14033 </ul>
14034</ul>
14035No TraceSources are defined for this type.<br>
14036<b>Group:</b> Internet
14037
14038<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14039*/
14040
14041/*!
14042
14043\class ns3::Ipv6OptionJumbogramHeader
14044
14045Introspection did not find any typical Config paths.<br>
14046No Attributes are defined for this type.<br>
14047No TraceSources are defined for this type.<br>
14048<b>Group:</b> Internet
14049
14050<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14051*/
14052
14053/*!
14054
14055\class ns3::Ipv6OptionPad1
14056
14057Introspection did not find any typical Config paths.<br>
14058No Attributes are defined for this type.<br>
14059<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14060<ul>
14061<li><b>OptionNumber</b>: The IPv6 option number.
14062 <ul>
14063 <li>Set with class: \ref ns3::UintegerValue</li>
14064 <li>Underlying type: uint8_t 0:255</li>
14065 <li>Flags: <span class="mlabel">read</span></li>
14066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14067 </ul>
14068</ul>
14069No TraceSources are defined for this type.<br>
14070<b>Group:</b> Internet
14071
14072<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14073*/
14074
14075/*!
14076
14077\class ns3::Ipv6OptionPad1Header
14078
14079Introspection did not find any typical Config paths.<br>
14080No Attributes are defined for this type.<br>
14081No TraceSources are defined for this type.<br>
14082<b>Group:</b> Internet
14083
14084<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14085*/
14086
14087/*!
14088
14089\class ns3::Ipv6OptionPadn
14090
14091Introspection did not find any typical Config paths.<br>
14092No Attributes are defined for this type.<br>
14093<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14094<ul>
14095<li><b>OptionNumber</b>: The IPv6 option number.
14096 <ul>
14097 <li>Set with class: \ref ns3::UintegerValue</li>
14098 <li>Underlying type: uint8_t 0:255</li>
14099 <li>Flags: <span class="mlabel">read</span></li>
14100 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14101 </ul>
14102</ul>
14103No TraceSources are defined for this type.<br>
14104<b>Group:</b> Internet
14105
14106<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14107*/
14108
14109/*!
14110
14111\class ns3::Ipv6OptionPadnHeader
14112
14113Introspection did not find any typical Config paths.<br>
14114No Attributes are defined for this type.<br>
14115No TraceSources are defined for this type.<br>
14116<b>Group:</b> Internet
14117
14118<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14119*/
14120
14121/*!
14122
14123\class ns3::Ipv6OptionRouterAlert
14124
14125Introspection did not find any typical Config paths.<br>
14126No Attributes are defined for this type.<br>
14127<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14128<ul>
14129<li><b>OptionNumber</b>: The IPv6 option number.
14130 <ul>
14131 <li>Set with class: \ref ns3::UintegerValue</li>
14132 <li>Underlying type: uint8_t 0:255</li>
14133 <li>Flags: <span class="mlabel">read</span></li>
14134 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14135 </ul>
14136</ul>
14137No TraceSources are defined for this type.<br>
14138<b>Group:</b> Internet
14139
14140<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14141*/
14142
14143/*!
14144
14145\class ns3::Ipv6OptionRouterAlertHeader
14146
14147Introspection did not find any typical Config paths.<br>
14148No Attributes are defined for this type.<br>
14149No TraceSources are defined for this type.<br>
14150<b>Group:</b> Internet
14151
14152<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14153*/
14154
14155/*!
14156
14157\class ns3::Ipv6PacketFilter
14158
14159Introspection did not find any typical Config paths.<br>
14160No Attributes are defined for this type.<br>
14161No TraceSources are defined for this type.<br>
14162<b>Group:</b> Internet
14163
14164<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14165*/
14166
14167/*!
14168
14169\class ns3::Ipv6PacketProbe
14170
14171Introspection did not find any typical Config paths.<br>
14172No Attributes are defined for this type.<br>
14173<h3>Attributes defined in parent class ns3::Probe</h3>
14174<ul>
14175<li><b>Start</b>: Time data collection starts
14176 <ul>
14177 <li>Set with class: \ref ns3::TimeValue</li>
14178 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
14179 <li>Initial value: +0ns</li>
14180 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14182 </ul>
14183<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
14184 <ul>
14185 <li>Set with class: \ref ns3::TimeValue</li>
14186 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
14187 <li>Initial value: +0ns</li>
14188 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14190 </ul>
14191</ul>
14192<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
14193<ul>
14194<li><b>Enabled</b>: Object's enabled status
14195 <ul>
14196 <li>Set with class: \ref ns3::BooleanValue</li>
14197 <li>Underlying type: bool</li>
14198 <li>Initial value: true</li>
14199 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14201 </ul>
14202<li><b>Name</b>: Object's name
14203 <ul>
14204 <li>Set with class: \ref ns3::StringValue</li>
14205 <li>Underlying type: \p std::string</li>
14206 <li>Initial value: unnamed</li>
14207 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14209 </ul>
14210</ul>
14211<h3>TraceSources</h3>
14212<ul>
14213<li><b>Output</b>: The packet plus its IPv6 object and interface that serve as the output for this probe<br> <ul>
14214 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
14215</li>
14216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14217</ul>
14218<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
14219 <li> %Callback signature: ns3::Packet::SizeTracedCallback
14220</li>
14221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14222</ul>
14223</ul>
14224<b>Group:</b> Internet
14225
14226<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
14227*/
14228
14229/*!
14230
14231\class ns3::Ipv6PmtuCache
14232
14233Introspection did not find any typical Config paths.<br>
14234<h3>Attributes</h3>
14235<ul>
14236<li><b>CacheExpiryTime</b>: Validity time for a Path MTU entry. Default is 10 minutes, minimum is 5 minutes.
14237 <ul>
14238 <li>Set with class: \ref ns3::TimeValue</li>
14239 <li>Underlying type: \p Time +3e+11ns:+9.22337e+18ns</li>
14240 <li>Initial value: +6e+11ns</li>
14241 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14242 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14243 </ul>
14244</ul>
14245No TraceSources are defined for this type.<br>
14246<b>Group:</b> Internet
14247
14248<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
14249*/
14250
14251/*!
14252
14253\class ns3::Ipv6RawSocketFactory
14254
14255Introspection did not find any typical Config paths.<br>
14256No Attributes are defined for this type.<br>
14257No TraceSources are defined for this type.<br>
14258<b>Group:</b> Internet
14259
14260<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14261*/
14262
14263/*!
14264
14265\class ns3::Ipv6RawSocketImpl
14266
14267Introspection did not find any typical Config paths.<br>
14268<h3>Attributes</h3>
14269<ul>
14270<li><b>Protocol</b>: Protocol number to match.
14271 <ul>
14272 <li>Set with class: \ref ns3::UintegerValue</li>
14273 <li>Underlying type: uint16_t 0:65535</li>
14274 <li>Initial value: 0</li>
14275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14277 </ul>
14278</ul>
14279No TraceSources are defined for this type.<br>
14280<b>Group:</b> Internet
14281
14282<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
14283*/
14284
14285/*!
14286
14287\class ns3::Ipv6RoutingProtocol
14288
14289Introspection did not find any typical Config paths.<br>
14290No Attributes are defined for this type.<br>
14291No TraceSources are defined for this type.<br>
14292<b>Group:</b> Internet
14293
14294<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14295*/
14296
14297/*!
14298
14299\class ns3::Ipv6StaticRouting
14300
14301Introspection did not find any typical Config paths.<br>
14302No Attributes are defined for this type.<br>
14303No TraceSources are defined for this type.<br>
14304<b>Group:</b> Internet
14305
14306<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
14307*/
14308
14309/*!
14310
14311\class ns3::IsotropicAntennaModel
14312
14313Introspection did not find any typical Config paths.<br>
14314<h3>Attributes</h3>
14315<ul>
14316<li><b>Gain</b>: The gain of the antenna in dB
14317 <ul>
14318 <li>Set with class: \ref ns3::DoubleValue</li>
14319 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14320 <li>Initial value: 0</li>
14321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14323 </ul>
14324</ul>
14325No TraceSources are defined for this type.<br>
14326<b>Group:</b> Antenna
14327
14328<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14329*/
14330
14331/*!
14332
14333\class ns3::ItuR1238PropagationLossModel
14334
14335<h3>Config Paths</h3>
14336
14337ns3::ItuR1238PropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14338<ul>
14339<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14340<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14341<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14342<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14343<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14344<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14345<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14346</ul>
14347<h3>Attributes</h3>
14348<ul>
14349<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
14350 <ul>
14351 <li>Set with class: \ref ns3::DoubleValue</li>
14352 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14353 <li>Initial value: 2.16e+09</li>
14354 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14356 </ul>
14357</ul>
14358No TraceSources are defined for this type.<br>
14359<b>Group:</b> Buildings
14360
14361<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
14362*/
14363
14364/*!
14365
14366\class ns3::ItuR1411LosPropagationLossModel
14367
14368<h3>Config Paths</h3>
14369
14370ns3::ItuR1411LosPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14371<ul>
14372<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14373<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14374<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14375<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14376<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14377<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14378<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14379</ul>
14380<h3>Attributes</h3>
14381<ul>
14382<li><b>Frequency</b>: The propagation frequency in Hz
14383 <ul>
14384 <li>Set with class: \ref ns3::DoubleValue</li>
14385 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14386 <li>Initial value: 2.16e+09</li>
14387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14389 </ul>
14390</ul>
14391No TraceSources are defined for this type.<br>
14392<b>Group:</b> Propagation
14393
14394<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
14395*/
14396
14397/*!
14398
14399\class ns3::ItuR1411NlosOverRooftopPropagationLossModel
14400
14401<h3>Config Paths</h3>
14402
14403ns3::ItuR1411NlosOverRooftopPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14404<ul>
14405<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14406<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14407<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14408<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14409<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14410<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14411<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14412</ul>
14413<h3>Attributes</h3>
14414<ul>
14415<li><b>BuildingSeparation</b>: The separation between buildings
14416 <ul>
14417 <li>Set with class: \ref ns3::DoubleValue</li>
14418 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14419 <li>Initial value: 50</li>
14420 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14422 </ul>
14423<li><b>BuildingsExtend</b>: The distance over which the buildings extend
14424 <ul>
14425 <li>Set with class: \ref ns3::DoubleValue</li>
14426 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14427 <li>Initial value: 80</li>
14428 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14430 </ul>
14431<li><b>CitySize</b>: Dimension of the city
14432 <ul>
14433 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
14434 <li>Underlying type: \p Small|Medium|Large</li>
14435 <li>Initial value: Large</li>
14436 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14438 </ul>
14439<li><b>Environment</b>: Environment Scenario
14440 <ul>
14441 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
14442 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
14443 <li>Initial value: Urban</li>
14444 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14445 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14446 </ul>
14447<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
14448 <ul>
14449 <li>Set with class: \ref ns3::DoubleValue</li>
14450 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14451 <li>Initial value: 2.16e+09</li>
14452 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14453 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14454 </ul>
14455<li><b>RooftopLevel</b>: The height of the rooftop level in meters
14456 <ul>
14457 <li>Set with class: \ref ns3::DoubleValue</li>
14458 <li>Underlying type: double 0:90</li>
14459 <li>Initial value: 20</li>
14460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14462 </ul>
14463<li><b>StreetsOrientation</b>: The orientation of streets in degrees [0,90] with respect to the direction of propagation
14464 <ul>
14465 <li>Set with class: \ref ns3::DoubleValue</li>
14466 <li>Underlying type: double 0:90</li>
14467 <li>Initial value: 45</li>
14468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14470 </ul>
14471<li><b>StreetsWidth</b>: The width of streets
14472 <ul>
14473 <li>Set with class: \ref ns3::DoubleValue</li>
14474 <li>Underlying type: double 0:1000</li>
14475 <li>Initial value: 20</li>
14476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14478 </ul>
14479</ul>
14480No TraceSources are defined for this type.<br>
14481<b>Group:</b> Propagation
14482
14483<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
14484*/
14485
14486/*!
14487
14488\class ns3::JakesProcess
14489
14490Introspection did not find any typical Config paths.<br>
14491<h3>Attributes</h3>
14492<ul>
14493<li><b>DopplerFrequencyHz</b>: Corresponding doppler frequency[Hz]
14494 <ul>
14495 <li>Set with class: \ref ns3::DoubleValue</li>
14496 <li>Underlying type: double 0:10000</li>
14497 <li>Initial value: 80</li>
14498 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14500 </ul>
14501<li><b>NumberOfOscillators</b>: The number of oscillators
14502 <ul>
14503 <li>Set with class: \ref ns3::UintegerValue</li>
14504 <li>Underlying type: uint32_t 4:1000</li>
14505 <li>Initial value: 20</li>
14506 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14508 </ul>
14509</ul>
14510No TraceSources are defined for this type.<br>
14511<b>Group:</b> Propagation
14512
14513<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
14514*/
14515
14516/*!
14517
14518\class ns3::JakesPropagationLossModel
14519
14520<h3>Config Paths</h3>
14521
14522ns3::JakesPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14523<ul>
14524<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14525<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14526<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14527<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14528<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14529<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14530<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14531</ul>
14532No Attributes are defined for this type.<br>
14533No TraceSources are defined for this type.<br>
14534<b>Group:</b> Propagation
14535
14536<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
14537*/
14538
14539/*!
14540
14541\class ns3::Kun2600MhzPropagationLossModel
14542
14543<h3>Config Paths</h3>
14544
14545ns3::Kun2600MhzPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14546<ul>
14547<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14548<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14549<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14550<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14551<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14552<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14553<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14554</ul>
14555No Attributes are defined for this type.<br>
14556No TraceSources are defined for this type.<br>
14557<b>Group:</b> Propagation
14558
14559<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14560*/
14561
14562/*!
14563
14564\class ns3::LaplacianRandomVariable
14565
14566<h3>Config Paths</h3>
14567
14568ns3::LaplacianRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14569<ul>
14570<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14571<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14572<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14573<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14574<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14575<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14576<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14577<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14578<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14579<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14580<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14581<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14582<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14583<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14584<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14585<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LaplacianRandomVariable"</li>
14586<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LaplacianRandomVariable"</li>
14587<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14588<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14589<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14590<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14591<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14592<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14593<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14594<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14595<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14596<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14597<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LaplacianRandomVariable"</li>
14598<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LaplacianRandomVariable"</li>
14599<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LaplacianRandomVariable"</li>
14600<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LaplacianRandomVariable"</li>
14601<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LaplacianRandomVariable"</li>
14602<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LaplacianRandomVariable"</li>
14603<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LaplacianRandomVariable"</li>
14604<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LaplacianRandomVariable"</li>
14605<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LaplacianRandomVariable"</li>
14606<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14607<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LaplacianRandomVariable"</li>
14608<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LaplacianRandomVariable"</li>
14609<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14610<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14611<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LaplacianRandomVariable"</li>
14612<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14613<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14614<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14615<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14616<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LaplacianRandomVariable"</li>
14617<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LaplacianRandomVariable"</li>
14618<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LaplacianRandomVariable"</li>
14619<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14620<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14621<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LaplacianRandomVariable"</li>
14622<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LaplacianRandomVariable"</li>
14623<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14624<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LaplacianRandomVariable"</li>
14625<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LaplacianRandomVariable"</li>
14626<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LaplacianRandomVariable"</li>
14627<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14628<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14629<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14630</ul>
14631<h3>Attributes</h3>
14632<ul>
14633<li><b>Bound</b>: The bound on the values returned by this RNG stream.
14634 <ul>
14635 <li>Set with class: \ref ns3::DoubleValue</li>
14636 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14637 <li>Initial value: 0</li>
14638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14640 </ul>
14641<li><b>Location</b>: The location parameter for the Laplacian distribution returned by this RNG stream.
14642 <ul>
14643 <li>Set with class: \ref ns3::DoubleValue</li>
14644 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14645 <li>Initial value: 0</li>
14646 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14647 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14648 </ul>
14649<li><b>Scale</b>: The scale parameter for the Laplacian distribution returned by this RNG stream.
14650 <ul>
14651 <li>Set with class: \ref ns3::DoubleValue</li>
14652 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14653 <li>Initial value: 1</li>
14654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14656 </ul>
14657</ul>
14658<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
14659<ul>
14660<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
14661 <ul>
14662 <li>Set with class: \ref ns3::BooleanValue</li>
14663 <li>Underlying type: bool</li>
14664 <li>Initial value: false</li>
14665 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14666 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14667 </ul>
14668<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
14669 <ul>
14670 <li>Set with class: \ref ns3::IntegerValue</li>
14671 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
14672 <li>Initial value: -1</li>
14673 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14675 </ul>
14676</ul>
14677No TraceSources are defined for this type.<br>
14678<b>Group:</b> Core
14679
14680<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
14681*/
14682
14683/*!
14684
14685\class ns3::LargestExtremeValueRandomVariable
14686
14687<h3>Config Paths</h3>
14688
14689ns3::LargestExtremeValueRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14690<ul>
14691<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14692<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14693<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14694<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14695<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14696<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14697<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14698<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14699<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14700<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14701<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14702<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14703<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14704<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14705<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14706<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LargestExtremeValueRandomVariable"</li>
14707<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LargestExtremeValueRandomVariable"</li>
14708<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14709<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14710<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14711<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14712<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14713<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14714<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14715<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14716<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14717<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14718<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14719<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LargestExtremeValueRandomVariable"</li>
14720<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LargestExtremeValueRandomVariable"</li>
14721<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LargestExtremeValueRandomVariable"</li>
14722<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LargestExtremeValueRandomVariable"</li>
14723<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LargestExtremeValueRandomVariable"</li>
14724<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LargestExtremeValueRandomVariable"</li>
14725<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LargestExtremeValueRandomVariable"</li>
14726<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LargestExtremeValueRandomVariable"</li>
14727<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14728<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LargestExtremeValueRandomVariable"</li>
14729<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LargestExtremeValueRandomVariable"</li>
14730<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14731<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14732<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LargestExtremeValueRandomVariable"</li>
14733<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14734<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14735<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14736<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14737<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LargestExtremeValueRandomVariable"</li>
14738<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LargestExtremeValueRandomVariable"</li>
14739<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LargestExtremeValueRandomVariable"</li>
14740<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14741<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14742<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LargestExtremeValueRandomVariable"</li>
14743<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LargestExtremeValueRandomVariable"</li>
14744<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14745<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14746<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14747<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14748<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14749<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14750<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14751</ul>
14752<h3>Attributes</h3>
14753<ul>
14754<li><b>Location</b>: The location parameter for the Largest Extreme Value distribution returned by this RNG stream.
14755 <ul>
14756 <li>Set with class: \ref ns3::DoubleValue</li>
14757 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14758 <li>Initial value: 0</li>
14759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14761 </ul>
14762<li><b>Scale</b>: The scale parameter for the Largest Extreme Value distribution returned by this RNG stream.
14763 <ul>
14764 <li>Set with class: \ref ns3::DoubleValue</li>
14765 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14766 <li>Initial value: 1</li>
14767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14769 </ul>
14770</ul>
14771<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
14772<ul>
14773<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
14774 <ul>
14775 <li>Set with class: \ref ns3::BooleanValue</li>
14776 <li>Underlying type: bool</li>
14777 <li>Initial value: false</li>
14778 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14780 </ul>
14781<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
14782 <ul>
14783 <li>Set with class: \ref ns3::IntegerValue</li>
14784 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
14785 <li>Initial value: -1</li>
14786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14788 </ul>
14789</ul>
14790No TraceSources are defined for this type.<br>
14791<b>Group:</b> Core
14792
14793<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
14794*/
14795
14796/*!
14797
14798\class ns3::LinearWifiTxCurrentModel
14799
14800Introspection did not find any typical Config paths.<br>
14801<h3>Attributes</h3>
14802<ul>
14803<li><b>Eta</b>: The efficiency of the power amplifier.
14804 <ul>
14805 <li>Set with class: \ref ns3::DoubleValue</li>
14806 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14807 <li>Initial value: 0.1</li>
14808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14810 </ul>
14811<li><b>IdleCurrent</b>: The current in the IDLE state (in Ampere).
14812 <ul>
14813 <li>Set with class: \ref ns3::DoubleValue</li>
14814 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14815 <li>Initial value: 0.273333</li>
14816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14818 </ul>
14819<li><b>Voltage</b>: The supply voltage (in Volts).
14820 <ul>
14821 <li>Set with class: \ref ns3::DoubleValue</li>
14822 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14823 <li>Initial value: 3</li>
14824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14826 </ul>
14827</ul>
14828No TraceSources are defined for this type.<br>
14829<b>Group:</b> Wifi
14830
14831<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14832*/
14833
14834/*!
14835
14836\class ns3::ListErrorModel
14837
14838<h3>Config Paths</h3>
14839
14840ns3::ListErrorModel is accessible through the following paths with Config::Set and Config::Connect:
14841<ul>
14842<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14843<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14844<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14845<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14846<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14847<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14848</ul>
14849No Attributes are defined for this type.<br>
14850<h3>Attributes defined in parent class ns3::ErrorModel</h3>
14851<ul>
14852<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
14853 <ul>
14854 <li>Set with class: \ref ns3::BooleanValue</li>
14855 <li>Underlying type: bool</li>
14856 <li>Initial value: true</li>
14857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14859 </ul>
14860</ul>
14861No TraceSources are defined for this type.<br>
14862<b>Group:</b> Network
14863
14864<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14865*/
14866
14867/*!
14868
14869\class ns3::ListPositionAllocator
14870
14871<h3>Config Paths</h3>
14872
14873ns3::ListPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
14874<ul>
14875<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::ListPositionAllocator"</li>
14876</ul>
14877No Attributes are defined for this type.<br>
14878No TraceSources are defined for this type.<br>
14879<b>Group:</b> Mobility
14880
14881<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14882*/
14883
14884/*!
14885
14886\class ns3::ListScheduler
14887
14888Introspection did not find any typical Config paths.<br>
14889No Attributes are defined for this type.<br>
14890No TraceSources are defined for this type.<br>
14891<b>Group:</b> Core
14892
14893<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14894*/
14895
14896/*!
14897
14898\class ns3::LlcSnapHeader
14899
14900Introspection did not find any typical Config paths.<br>
14901No Attributes are defined for this type.<br>
14902No TraceSources are defined for this type.<br>
14903<b>Group:</b> Network
14904
14905<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
14906*/
14907
14908/*!
14909
14910\class ns3::LogDistancePropagationLossModel
14911
14912<h3>Config Paths</h3>
14913
14914ns3::LogDistancePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14915<ul>
14916<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14917<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14918<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14919<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14920<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14921<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14922<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14923</ul>
14924<h3>Attributes</h3>
14925<ul>
14926<li><b>Exponent</b>: The exponent of the Path Loss propagation model
14927 <ul>
14928 <li>Set with class: \ref ns3::DoubleValue</li>
14929 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14930 <li>Initial value: 3</li>
14931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14933 </ul>
14934<li><b>ReferenceDistance</b>: The distance at which the reference loss is calculated (m)
14935 <ul>
14936 <li>Set with class: \ref ns3::DoubleValue</li>
14937 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14938 <li>Initial value: 1</li>
14939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14941 </ul>
14942<li><b>ReferenceLoss</b>: The reference loss at reference distance (dB). (Default is Friis at 1m with 5.15 GHz)
14943 <ul>
14944 <li>Set with class: \ref ns3::DoubleValue</li>
14945 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14946 <li>Initial value: 46.6777</li>
14947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14949 </ul>
14950</ul>
14951No TraceSources are defined for this type.<br>
14952<b>Group:</b> Propagation
14953
14954<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14955*/
14956
14957/*!
14958
14959\class ns3::LogNormalRandomVariable
14960
14961<h3>Config Paths</h3>
14962
14963ns3::LogNormalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14964<ul>
14965<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14966<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14967<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14968<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14969<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14970<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
14971<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14972<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14973<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14974<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14975<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14976<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
14977<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14978<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14979<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14980<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LogNormalRandomVariable"</li>
14981<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LogNormalRandomVariable"</li>
14982<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14983<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14984<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14985<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14986<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14987<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14988<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14989<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14990<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14991<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14992<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LogNormalRandomVariable"</li>
14993<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LogNormalRandomVariable"</li>
14994<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LogNormalRandomVariable"</li>
14995<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LogNormalRandomVariable"</li>
14996<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LogNormalRandomVariable"</li>
14997<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LogNormalRandomVariable"</li>
14998<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LogNormalRandomVariable"</li>
14999<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LogNormalRandomVariable"</li>
15000<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LogNormalRandomVariable"</li>
15001<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15002<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LogNormalRandomVariable"</li>
15003<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LogNormalRandomVariable"</li>
15004<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15005<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15006<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LogNormalRandomVariable"</li>
15007<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15008<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15009<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15010<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15011<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LogNormalRandomVariable"</li>
15012<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LogNormalRandomVariable"</li>
15013<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LogNormalRandomVariable"</li>
15014<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15015<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15016<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LogNormalRandomVariable"</li>
15017<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LogNormalRandomVariable"</li>
15018<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15019<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LogNormalRandomVariable"</li>
15020<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LogNormalRandomVariable"</li>
15021<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LogNormalRandomVariable"</li>
15022<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
15023<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
15024<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
15025</ul>
15026<h3>Attributes</h3>
15027<ul>
15028<li><b>Mu</b>: The mu value for the log-normal distribution returned by this RNG stream.
15029 <ul>
15030 <li>Set with class: \ref ns3::DoubleValue</li>
15031 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15032 <li>Initial value: 0</li>
15033 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15035 </ul>
15036<li><b>Sigma</b>: The sigma value for the log-normal distribution returned by this RNG stream.
15037 <ul>
15038 <li>Set with class: \ref ns3::DoubleValue</li>
15039 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15040 <li>Initial value: 1</li>
15041 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15043 </ul>
15044</ul>
15045<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
15046<ul>
15047<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
15048 <ul>
15049 <li>Set with class: \ref ns3::BooleanValue</li>
15050 <li>Underlying type: bool</li>
15051 <li>Initial value: false</li>
15052 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15053 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15054 </ul>
15055<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
15056 <ul>
15057 <li>Set with class: \ref ns3::IntegerValue</li>
15058 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
15059 <li>Initial value: -1</li>
15060 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15062 </ul>
15063</ul>
15064No TraceSources are defined for this type.<br>
15065<b>Group:</b> Core
15066
15067<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
15068*/
15069
15070/*!
15071
15072\class ns3::LoopbackNetDevice
15073
15074<h3>Config Paths</h3>
15075
15076ns3::LoopbackNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15077<ul>
15078<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LoopbackNetDevice"</li>
15079</ul>
15080No Attributes are defined for this type.<br>
15081No TraceSources are defined for this type.<br>
15082<b>Group:</b> Internet
15083
15084<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
15085*/
15086
15087/*!
15088
15089\class ns3::lrwpan::BeaconPayloadHeader
15090
15091Introspection did not find any typical Config paths.<br>
15092No Attributes are defined for this type.<br>
15093No TraceSources are defined for this type.<br>
15094<b>Group:</b> LrWpan
15095
15096<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
15097*/
15098
15099/*!
15100
15101\class ns3::lrwpan::LrWpanCsmaCa
15102
15103Introspection did not find any typical Config paths.<br>
15104No Attributes are defined for this type.<br>
15105No TraceSources are defined for this type.<br>
15106<b>Group:</b> LrWpan
15107
15108<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
15109*/
15110
15111/*!
15112
15113\class ns3::lrwpan::LrWpanErrorModel
15114
15115Introspection did not find any typical Config paths.<br>
15116No Attributes are defined for this type.<br>
15117No TraceSources are defined for this type.<br>
15118<b>Group:</b> LrWpan
15119
15120<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
15121*/
15122
15123/*!
15124
15125\class ns3::lrwpan::LrWpanLqiTag
15126
15127Introspection did not find any typical Config paths.<br>
15128<h3>Attributes</h3>
15129<ul>
15130<li><b>Lqi</b>: The lqi of the last packet received
15131 <ul>
15132 <li>Set with class: \ref ns3::IntegerValue</li>
15133 <li>Underlying type: uint8_t 0:255</li>
15134 <li>Flags: <span class="mlabel">read</span></li>
15135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15136 </ul>
15137</ul>
15138No TraceSources are defined for this type.<br>
15139<b>Group:</b> LrWpan
15140
15141<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
15142*/
15143
15144/*!
15145
15146\class ns3::lrwpan::LrWpanMac
15147
15148<h3>Config Paths</h3>
15149
15150ns3::lrwpan::LrWpanMac is accessible through the following paths with Config::Set and Config::Connect:
15151<ul>
15152<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Mac"</li>
15153</ul>
15154<h3>Attributes</h3>
15155<ul>
15156<li><b>PanId</b>: 16-bit identifier of the associated PAN
15157 <ul>
15158 <li>Set with class: \ref ns3::UintegerValue</li>
15159 <li>Underlying type: uint16_t 0:65535</li>
15160 <li>Initial value: 0</li>
15161 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15163 </ul>
15164</ul>
15165<h3>TraceSources</h3>
15166<ul>
15167<li><b>IfsEnd</b>: Trace source reporting the end of an Interframe space (IFS)<br> <ul>
15168 <li> %Callback signature: ns3::Packet::TracedCallback
15169</li>
15170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15171</ul>
15172<li><b>MacIncSuperframeStatus</b>: The period status of the incoming superframe<br> <ul>
15173 <li> %Callback signature: ns3::TracedValueCallback::SuperframeState
15174</li>
15175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15176</ul>
15177<li><b>MacIndTxDequeue</b>: Trace source indicating a packet has was dequeued from the indirect transaction queue<br> <ul>
15178 <li> %Callback signature: ns3::Packet::TracedCallback
15179</li>
15180 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15181</ul>
15182<li><b>MacIndTxDrop</b>: Trace source indicating a packet has been dropped from the indirect transaction queue(The pending transaction list)<br> <ul>
15183 <li> %Callback signature: ns3::Packet::TracedCallback
15184</li>
15185 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15186</ul>
15187<li><b>MacIndTxEnqueue</b>: Trace source indicating a packet has been enqueued in the indirect transaction queue<br> <ul>
15188 <li> %Callback signature: ns3::Packet::TracedCallback
15189</li>
15190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15191</ul>
15192<li><b>MacOutSuperframeStatus</b>: The period status of the outgoing superframe<br> <ul>
15193 <li> %Callback signature: ns3::TracedValueCallback::SuperframeState
15194</li>
15195 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15196</ul>
15197<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
15198 <li> %Callback signature: ns3::Packet::TracedCallback
15199</li>
15200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15201</ul>
15202<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
15203 <li> %Callback signature: ns3::Packet::TracedCallback
15204</li>
15205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15206</ul>
15207<li><b>MacRxDrop</b>: Trace source indicating a packet was received, but dropped before being forwarded up the stack<br> <ul>
15208 <li> %Callback signature: ns3::Packet::TracedCallback
15209</li>
15210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15211</ul>
15212<li><b>MacSentPkt</b>: Trace source reporting some information about the sent packet<br> <ul>
15213 <li> %Callback signature: ns3::lrwpan::LrWpanMac::SentTracedCallback
15214</li>
15215 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15216</ul>
15217<li><b>MacState</b>: The state of LrWpan Mac<br> <ul>
15218 <li> %Callback signature: ns3::lrwpan::LrWpanMac::StateTracedCallback
15219</li>
15220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15221</ul>
15222<li><b>MacStateValue</b>: The state of LrWpan Mac<br> <ul>
15223 <li> %Callback signature: ns3::TracedValueCallback::LrWpanMacState
15224</li>
15225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15226</ul>
15227<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
15228 <li> %Callback signature: ns3::Packet::TracedCallback
15229</li>
15230 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15231</ul>
15232<li><b>MacTxDequeue</b>: Trace source indicating a packet has was dequeued from the transaction queue<br> <ul>
15233 <li> %Callback signature: ns3::Packet::TracedCallback
15234</li>
15235 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15236</ul>
15237<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped during transmission<br> <ul>
15238 <li> %Callback signature: ns3::Packet::TracedCallback
15239</li>
15240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15241</ul>
15242<li><b>MacTxEnqueue</b>: Trace source indicating a packet has been enqueued in the transaction queue<br> <ul>
15243 <li> %Callback signature: ns3::Packet::TracedCallback
15244</li>
15245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15246</ul>
15247<li><b>MacTxOk</b>: Trace source indicating a packet has been successfully sent<br> <ul>
15248 <li> %Callback signature: ns3::Packet::TracedCallback
15249</li>
15250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15251</ul>
15252<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
15253 <li> %Callback signature: ns3::Packet::TracedCallback
15254</li>
15255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15256</ul>
15257<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
15258 <li> %Callback signature: ns3::Packet::TracedCallback
15259</li>
15260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15261</ul>
15262</ul>
15263<b>Group:</b> LrWpan
15264
15265<b>Size</b> of this type is 1504 bytes (on a 64-bit architecture).
15266*/
15267
15268/*!
15269
15270\class ns3::lrwpan::LrWpanMacBase
15271
15272Introspection did not find any typical Config paths.<br>
15273No Attributes are defined for this type.<br>
15274No TraceSources are defined for this type.<br>
15275<b>Group:</b> LrWpan
15276
15277<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
15278*/
15279
15280/*!
15281
15282\class ns3::lrwpan::LrWpanMacHeader
15283
15284Introspection did not find any typical Config paths.<br>
15285No Attributes are defined for this type.<br>
15286No TraceSources are defined for this type.<br>
15287<b>Group:</b> LrWpan
15288
15289<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
15290*/
15291
15292/*!
15293
15294\class ns3::lrwpan::LrWpanMacTrailer
15295
15296Introspection did not find any typical Config paths.<br>
15297No Attributes are defined for this type.<br>
15298No TraceSources are defined for this type.<br>
15299<b>Group:</b> LrWpan
15300
15301<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
15302*/
15303
15304/*!
15305
15306\class ns3::lrwpan::LrWpanNetDevice
15307
15308<h3>Config Paths</h3>
15309
15310ns3::lrwpan::LrWpanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15311<ul>
15312<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice"</li>
15313</ul>
15314<h3>Attributes</h3>
15315<ul>
15316<li><b>Channel</b>: The channel attached to this device
15317 <ul>
15318 <li>Set with class: \ref ns3::PointerValue</li>
15319 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SpectrumChannel></li>
15320 <li>Flags: <span class="mlabel">read</span></li>
15321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15322 </ul>
15323<li><b>Mac</b>: The MAC layer attached to this device.
15324 <ul>
15325 <li>Set with class: \ref ns3::PointerValue</li>
15326 <li>Underlying type: \ref ns3::Ptr< \ref ns3::lrwpan::LrWpanMac></li>
15327 <li>Initial value: 0</li>
15328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15330 </ul>
15331<li><b>Phy</b>: The PHY layer attached to this device.
15332 <ul>
15333 <li>Set with class: \ref ns3::PointerValue</li>
15334 <li>Underlying type: \ref ns3::Ptr< \ref ns3::lrwpan::LrWpanPhy></li>
15335 <li>Initial value: 0</li>
15336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15338 </ul>
15339<li><b>PseudoMacAddressMode</b>: Build the pseudo-MAC Address according to RFC 4944 or RFC 6282 (default: RFC 6282).
15340 <ul>
15341 <li>Set with class: \ref ns3::EnumValue<ns3::lrwpan::LrWpanNetDevice::PseudoMacAddressMode_e></li>
15342 <li>Underlying type: \p RFC 6282 (don't use PanId)|RFC 4944 (use PanId)</li>
15343 <li>Initial value: RFC 6282 (don't use PanId)</li>
15344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15346 </ul>
15347<li><b>UseAcks</b>: Request acknowledgments for data frames.
15348 <ul>
15349 <li>Set with class: \ref ns3::BooleanValue</li>
15350 <li>Underlying type: bool</li>
15351 <li>Initial value: true</li>
15352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15354 </ul>
15355</ul>
15356No TraceSources are defined for this type.<br>
15357<b>Group:</b> LrWpan
15358
15359<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
15360*/
15361
15362/*!
15363
15364\class ns3::lrwpan::LrWpanPhy
15365
15366<h3>Config Paths</h3>
15367
15368ns3::lrwpan::LrWpanPhy is accessible through the following paths with Config::Set and Config::Connect:
15369<ul>
15370<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy"</li>
15371</ul>
15372<h3>Attributes</h3>
15373<ul>
15374<li><b>PostReceptionErrorModel</b>: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.
15375 <ul>
15376 <li>Set with class: \ref ns3::PointerValue</li>
15377 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
15378 <li>Initial value: 0</li>
15379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15381 </ul>
15382</ul>
15383<h3>TraceSources</h3>
15384<ul>
15385<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
15386 <li> %Callback signature: ns3::Packet::TracedCallback
15387</li>
15388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15389</ul>
15390<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
15391 <li> %Callback signature: ns3::Packet::TracedCallback
15392</li>
15393 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15394</ul>
15395<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
15396 <li> %Callback signature: ns3::Packet::SinrTracedCallback
15397</li>
15398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15399</ul>
15400<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium<br> <ul>
15401 <li> %Callback signature: ns3::Packet::TracedCallback
15402</li>
15403 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15404</ul>
15405<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
15406 <li> %Callback signature: ns3::Packet::TracedCallback
15407</li>
15408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15409</ul>
15410<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
15411 <li> %Callback signature: ns3::Packet::TracedCallback
15412</li>
15413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15414</ul>
15415<li><b>TrxState</b>: The state of the transceiver<br> <ul>
15416 <li> %Callback signature: ns3::lrwpan::LrWpanPhy::StateTracedCallback
15417</li>
15418 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15419</ul>
15420<li><b>TrxStateValue</b>: The state of the transceiver<br> <ul>
15421 <li> %Callback signature: ns3::TracedValueCallback::LrWpanPhyEnumeration
15422</li>
15423 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15424</ul>
15425</ul>
15426<b>Group:</b> LrWpan
15427
15428<b>Size</b> of this type is 752 bytes (on a 64-bit architecture).
15429*/
15430
15431/*!
15432
15433\class ns3::LteAmc
15434
15435Introspection did not find any typical Config paths.<br>
15436<h3>Attributes</h3>
15437<ul>
15438<li><b>AmcModel</b>: AMC model used to assign CQI
15439 <ul>
15440 <li>Set with class: \ref ns3::EnumValue<ns3::LteAmc::AmcModel></li>
15441 <li>Underlying type: \p Vienna|PiroEW2010</li>
15442 <li>Initial value: Vienna</li>
15443 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15445 </ul>
15446<li><b>Ber</b>: The requested BER in assigning MCS (default is 0.00005).
15447 <ul>
15448 <li>Set with class: \ref ns3::DoubleValue</li>
15449 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15450 <li>Initial value: 5e-05</li>
15451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15453 </ul>
15454</ul>
15455No TraceSources are defined for this type.<br>
15456<b>Group:</b> Lte
15457
15458<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
15459*/
15460
15461/*!
15462
15463\class ns3::LteAnr
15464
15465<h3>Config Paths</h3>
15466
15467ns3::LteAnr is accessible through the following paths with Config::Set and Config::Connect:
15468<ul>
15469<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteAnr"</li>
15470<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteAnr"</li>
15471</ul>
15472<h3>Attributes</h3>
15473<ul>
15474<li><b>Threshold</b>: Minimum RSRQ range value required for detecting a neighbour cell
15475 <ul>
15476 <li>Set with class: \ref ns3::UintegerValue</li>
15477 <li>Underlying type: uint8_t 0:34</li>
15478 <li>Initial value: 0</li>
15479 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15481 </ul>
15482</ul>
15483No TraceSources are defined for this type.<br>
15484<b>Group:</b> Lte
15485
15486<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
15487*/
15488
15489/*!
15490
15491\class ns3::LteDataRadioBearerInfo
15492
15493<h3>Config Paths</h3>
15494
15495ns3::LteDataRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:
15496<ul>
15497<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]"</li>
15498<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]"</li>
15499<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]"</li>
15500<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]"</li>
15501</ul>
15502<h3>Attributes</h3>
15503<ul>
15504<li><b>DrbIdentity</b>: The id of this Data Radio Bearer
15505 <ul>
15506 <li>Set with class: \ref ns3::UintegerValue</li>
15507 <li>Underlying type: uint8_t 0:255</li>
15508 <li>Flags: <span class="mlabel">read</span></li>
15509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15510 </ul>
15511<li><b>EpsBearerIdentity</b>: The id of the EPS bearer corresponding to this Data Radio Bearer
15512 <ul>
15513 <li>Set with class: \ref ns3::UintegerValue</li>
15514 <li>Underlying type: uint8_t 0:255</li>
15515 <li>Flags: <span class="mlabel">read</span></li>
15516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15517 </ul>
15518<li><b>LtePdcp</b>: PDCP instance of the radio bearer.
15519 <ul>
15520 <li>Set with class: \ref ns3::PointerValue</li>
15521 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LtePdcp></li>
15522 <li>Initial value: 0</li>
15523 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15524 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15525 </ul>
15526<li><b>LteRlc</b>: RLC instance of the radio bearer.
15527 <ul>
15528 <li>Set with class: \ref ns3::PointerValue</li>
15529 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteRlc></li>
15530 <li>Initial value: 0</li>
15531 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15532 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15533 </ul>
15534<li><b>logicalChannelIdentity</b>: The id of the Logical Channel corresponding to this Data Radio Bearer
15535 <ul>
15536 <li>Set with class: \ref ns3::UintegerValue</li>
15537 <li>Underlying type: uint8_t 0:255</li>
15538 <li>Flags: <span class="mlabel">read</span></li>
15539 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15540 </ul>
15541</ul>
15542No TraceSources are defined for this type.<br>
15543<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
15544*/
15545
15546/*!
15547
15548\class ns3::LteEnbComponentCarrierManager
15549
15550<h3>Config Paths</h3>
15551
15552ns3::LteEnbComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
15553<ul>
15554<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager"</li>
15555<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager"</li>
15556</ul>
15557No Attributes are defined for this type.<br>
15558No TraceSources are defined for this type.<br>
15559<b>Group:</b> Lte
15560
15561<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
15562*/
15563
15564/*!
15565
15566\class ns3::LteEnbMac
15567
15568<h3>Config Paths</h3>
15569
15570ns3::LteEnbMac is accessible through the following paths with Config::Set and Config::Connect:
15571<ul>
15572<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"</li>
15573<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"</li>
15574</ul>
15575<h3>Attributes</h3>
15576<ul>
15577<li><b>ComponentCarrierId</b>: ComponentCarrier Id, needed to reply on the appropriate sap.
15578 <ul>
15579 <li>Set with class: \ref ns3::UintegerValue</li>
15580 <li>Underlying type: uint8_t 0:4</li>
15581 <li>Initial value: 0</li>
15582 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15584 </ul>
15585<li><b>ConnEstFailCount</b>: how many time T300 timer can expire on the same cell
15586 <ul>
15587 <li>Set with class: \ref ns3::UintegerValue</li>
15588 <li>Underlying type: uint8_t 1:4</li>
15589 <li>Initial value: 1</li>
15590 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15592 </ul>
15593<li><b>NumberOfRaPreambles</b>: how many random access preambles are available for the contention based RACH process
15594 <ul>
15595 <li>Set with class: \ref ns3::UintegerValue</li>
15596 <li>Underlying type: uint8_t 4:64</li>
15597 <li>Initial value: 52</li>
15598 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15599 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15600 </ul>
15601<li><b>PreambleTransMax</b>: Maximum number of random access preamble transmissions
15602 <ul>
15603 <li>Set with class: \ref ns3::UintegerValue</li>
15604 <li>Underlying type: uint8_t 3:200</li>
15605 <li>Initial value: 50</li>
15606 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15607 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15608 </ul>
15609<li><b>RaResponseWindowSize</b>: length of the window (in TTIs) for the reception of the random access response (RAR); the resulting RAR timeout is this value + 3 ms
15610 <ul>
15611 <li>Set with class: \ref ns3::UintegerValue</li>
15612 <li>Underlying type: uint8_t 2:10</li>
15613 <li>Initial value: 3</li>
15614 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15616 </ul>
15617</ul>
15618<h3>TraceSources</h3>
15619<ul>
15620<li><b>DlScheduling</b>: Information regarding DL scheduling.<br> <ul>
15621 <li> %Callback signature: ns3::LteEnbMac::DlSchedulingTracedCallback
15622</li>
15623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15624</ul>
15625<li><b>UlScheduling</b>: Information regarding UL scheduling.<br> <ul>
15626 <li> %Callback signature: ns3::LteEnbMac::UlSchedulingTracedCallback
15627</li>
15628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15629</ul>
15630</ul>
15631<b>Group:</b> Lte
15632
15633<b>Size</b> of this type is 592 bytes (on a 64-bit architecture).
15634*/
15635
15636/*!
15637
15638\class ns3::LteEnbNetDevice
15639
15640<h3>Config Paths</h3>
15641
15642ns3::LteEnbNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15643<ul>
15644<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice"</li>
15645<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice"</li>
15646</ul>
15647<h3>Attributes</h3>
15648<ul>
15649<li><b>CellId</b>: Cell Identifier
15650 <ul>
15651 <li>Set with class: \ref ns3::UintegerValue</li>
15652 <li>Underlying type: uint16_t 0:65535</li>
15653 <li>Initial value: 0</li>
15654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15656 </ul>
15657<li><b>ComponentCarrierMap</b>: List of component carriers.
15658 <ul>
15659 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
15660 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ComponentCarrierEnb></li>
15661 <li>Flags: <span class="mlabel">read</span></li>
15662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15663 </ul>
15664<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
15665 <ul>
15666 <li>Set with class: \ref ns3::UintegerValue</li>
15667 <li>Underlying type: uint32_t 0:4294967295</li>
15668 <li>Initial value: 0</li>
15669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15671 </ul>
15672<li><b>CsgIndication</b>: If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.
15673 <ul>
15674 <li>Set with class: \ref ns3::BooleanValue</li>
15675 <li>Underlying type: bool</li>
15676 <li>Initial value: false</li>
15677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15679 </ul>
15680<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
15681 <ul>
15682 <li>Set with class: \ref ns3::UintegerValue</li>
15683 <li>Underlying type: uint8_t 0:255</li>
15684 <li>Initial value: 25</li>
15685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15687 </ul>
15688<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
15689 <ul>
15690 <li>Set with class: \ref ns3::UintegerValue</li>
15691 <li>Underlying type: uint32_t 0:262143</li>
15692 <li>Initial value: 100</li>
15693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15695 </ul>
15696<li><b>LteAnr</b>: The automatic neighbour relation function associated to this EnbNetDevice
15697 <ul>
15698 <li>Set with class: \ref ns3::PointerValue</li>
15699 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteAnr></li>
15700 <li>Initial value: 0</li>
15701 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15702 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15703 </ul>
15704<li><b>LteEnbComponentCarrierManager</b>: The RRC associated to this EnbNetDevice
15705 <ul>
15706 <li>Set with class: \ref ns3::PointerValue</li>
15707 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbComponentCarrierManager></li>
15708 <li>Initial value: 0</li>
15709 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15711 </ul>
15712<li><b>LteEnbRrc</b>: The RRC associated to this EnbNetDevice
15713 <ul>
15714 <li>Set with class: \ref ns3::PointerValue</li>
15715 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbRrc></li>
15716 <li>Initial value: 0</li>
15717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15719 </ul>
15720<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice
15721 <ul>
15722 <li>Set with class: \ref ns3::PointerValue</li>
15723 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteFfrAlgorithm></li>
15724 <li>Initial value: 0</li>
15725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15727 </ul>
15728<li><b>LteHandoverAlgorithm</b>: The handover algorithm associated to this EnbNetDevice
15729 <ul>
15730 <li>Set with class: \ref ns3::PointerValue</li>
15731 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteHandoverAlgorithm></li>
15732 <li>Initial value: 0</li>
15733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15735 </ul>
15736<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
15737 <ul>
15738 <li>Set with class: \ref ns3::UintegerValue</li>
15739 <li>Underlying type: uint8_t 0:255</li>
15740 <li>Initial value: 25</li>
15741 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15743 </ul>
15744<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
15745 <ul>
15746 <li>Set with class: \ref ns3::UintegerValue</li>
15747 <li>Underlying type: uint32_t 0:262143</li>
15748 <li>Initial value: 18100</li>
15749 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15751 </ul>
15752</ul>
15753<h3>Attributes defined in parent class ns3::LteNetDevice</h3>
15754<ul>
15755<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
15756 <ul>
15757 <li>Set with class: \ref ns3::UintegerValue</li>
15758 <li>Underlying type: uint16_t 0:65535</li>
15759 <li>Initial value: 30000</li>
15760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15762 </ul>
15763</ul>
15764No TraceSources are defined for this type.<br>
15765<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
15766*/
15767
15768/*!
15769
15770\class ns3::LteEnbPhy
15771
15772<h3>Config Paths</h3>
15773
15774ns3::LteEnbPhy is accessible through the following paths with Config::Set and Config::Connect:
15775<ul>
15776<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"</li>
15777<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"</li>
15778</ul>
15779<h3>Attributes</h3>
15780<ul>
15781<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy
15782 <ul>
15783 <li>Set with class: \ref ns3::PointerValue</li>
15784 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
15785 <li>Flags: <span class="mlabel">read</span></li>
15786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15787 </ul>
15788<li><b>InterferenceSamplePeriod</b>: The sampling period for reporting interference stats
15789 <ul>
15790 <li>Set with class: \ref ns3::UintegerValue</li>
15791 <li>Underlying type: uint16_t 0:65535</li>
15792 <li>Initial value: 1</li>
15793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15795 </ul>
15796<li><b>MacToChannelDelay</b>: The delay in TTI units that occurs between a scheduling decision in the MAC and the actual start of the transmission by the PHY. This is intended to be used to model the latency of real PHY and MAC implementations.
15797 <ul>
15798 <li>Set with class: \ref ns3::UintegerValue</li>
15799 <li>Underlying type: uint8_t 0:255</li>
15800 <li>Initial value: 2</li>
15801 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15803 </ul>
15804<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0." In this model, we consider T0 = 290K.
15805 <ul>
15806 <li>Set with class: \ref ns3::DoubleValue</li>
15807 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15808 <li>Initial value: 5</li>
15809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15811 </ul>
15812<li><b>TxPower</b>: Transmission power in dBm
15813 <ul>
15814 <li>Set with class: \ref ns3::DoubleValue</li>
15815 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15816 <li>Initial value: 30</li>
15817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15819 </ul>
15820<li><b>UeSinrSamplePeriod</b>: The sampling period for reporting UEs' SINR stats.
15821 <ul>
15822 <li>Set with class: \ref ns3::UintegerValue</li>
15823 <li>Underlying type: uint16_t 0:65535</li>
15824 <li>Initial value: 1</li>
15825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15827 </ul>
15828<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy
15829 <ul>
15830 <li>Set with class: \ref ns3::PointerValue</li>
15831 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
15832 <li>Flags: <span class="mlabel">read</span></li>
15833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15834 </ul>
15835</ul>
15836<h3>TraceSources</h3>
15837<ul>
15838<li><b>DlPhyTransmission</b>: DL transmission PHY layer statistics.<br> <ul>
15839 <li> %Callback signature: ns3::PhyTransmissionStatParameters::TracedCallback
15840</li>
15841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15842</ul>
15843<li><b>ReportInterference</b>: Report linear interference power per PHY RB<br> <ul>
15844 <li> %Callback signature: ns3::LteEnbPhy::ReportInterferenceTracedCallback
15845</li>
15846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15847</ul>
15848<li><b>ReportUeSinr</b>: Report UEs' averaged linear SINR<br> <ul>
15849 <li> %Callback signature: ns3::LteEnbPhy::ReportUeSinrTracedCallback
15850</li>
15851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15852</ul>
15853</ul>
15854<b>Group:</b> Lte
15855
15856<b>Size</b> of this type is 696 bytes (on a 64-bit architecture).
15857*/
15858
15859/*!
15860
15861\class ns3::LteEnbRrc
15862
15863<h3>Config Paths</h3>
15864
15865ns3::LteEnbRrc is accessible through the following paths with Config::Set and Config::Connect:
15866<ul>
15867<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc"</li>
15868<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc"</li>
15869</ul>
15870<h3>Attributes</h3>
15871<ul>
15872<li><b>AdmitHandoverRequest</b>: Whether to admit an X2 handover request from another eNB
15873 <ul>
15874 <li>Set with class: \ref ns3::BooleanValue</li>
15875 <li>Underlying type: bool</li>
15876 <li>Initial value: true</li>
15877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15879 </ul>
15880<li><b>AdmitRrcConnectionRequest</b>: Whether to admit a connection request from a UE
15881 <ul>
15882 <li>Set with class: \ref ns3::BooleanValue</li>
15883 <li>Underlying type: bool</li>
15884 <li>Initial value: true</li>
15885 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15887 </ul>
15888<li><b>ConnectionRejectedTimeoutDuration</b>: Time to wait between sending a RRC CONNECTION REJECT and destroying the UE context
15889 <ul>
15890 <li>Set with class: \ref ns3::TimeValue</li>
15891 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15892 <li>Initial value: +3e+07ns</li>
15893 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15894 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15895 </ul>
15896<li><b>ConnectionRequestTimeoutDuration</b>: After a RA attempt, if no RRC CONNECTION REQUEST is received before this time, the UE context is destroyed. Must account for reception of RAR and transmission of RRC CONNECTION REQUEST over UL GRANT. The value of thistimer should not be greater than T300 timer at UE RRC
15897 <ul>
15898 <li>Set with class: \ref ns3::TimeValue</li>
15899 <li>Underlying type: \p Time +1e+06ns:+1.5e+07ns</li>
15900 <li>Initial value: +1.5e+07ns</li>
15901 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15902 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15903 </ul>
15904<li><b>ConnectionSetupTimeoutDuration</b>: After accepting connection request, if no RRC CONNECTION SETUP COMPLETE is received before this time, the UE context is destroyed. Must account for the UE's reception of RRC CONNECTION SETUP and transmission of RRC CONNECTION SETUP COMPLETE.
15905 <ul>
15906 <li>Set with class: \ref ns3::TimeValue</li>
15907 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15908 <li>Initial value: +1.5e+08ns</li>
15909 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15911 </ul>
15912<li><b>DefaultTransmissionMode</b>: The default UEs' transmission mode (0: SISO)
15913 <ul>
15914 <li>Set with class: \ref ns3::UintegerValue</li>
15915 <li>Underlying type: uint8_t 0:255</li>
15916 <li>Initial value: 0</li>
15917 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15919 </ul>
15920<li><b>EpsBearerToRlcMapping</b>: Specify which type of RLC will be used for each type of EPS bearer.
15921 <ul>
15922 <li>Set with class: \ref ns3::EnumValue<ns3::LteEnbRrc::LteEpsBearerToRlcMapping_t></li>
15923 <li>Underlying type: \p RlcSmAlways|RlcUmAlways|RlcAmAlways|PacketErrorRateBased</li>
15924 <li>Initial value: RlcSmAlways</li>
15925 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15926 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15927 </ul>
15928<li><b>HandoverJoiningTimeoutDuration</b>: After accepting a handover request, if no RRC CONNECTION RECONFIGURATION COMPLETE is received before this time, the UE context is destroyed. Must account for reception of X2 HO REQ ACK by source eNB, transmission of the Handover Command, non-contention-based random access and reception of the RRC CONNECTION RECONFIGURATION COMPLETE message.
15929 <ul>
15930 <li>Set with class: \ref ns3::TimeValue</li>
15931 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15932 <li>Initial value: +2e+08ns</li>
15933 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15935 </ul>
15936<li><b>HandoverLeavingTimeoutDuration</b>: After issuing a Handover Command, if neither RRC CONNECTION RE-ESTABLISHMENT nor X2 UE Context Release has been previously received, the UE context is destroyed.
15937 <ul>
15938 <li>Set with class: \ref ns3::TimeValue</li>
15939 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15940 <li>Initial value: +5e+08ns</li>
15941 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15942 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15943 </ul>
15944<li><b>NumberOfComponentCarriers</b>: Number of Component Carriers
15945 <ul>
15946 <li>Set with class: \ref ns3::IntegerValue</li>
15947 <li>Underlying type: int16_t 1:5</li>
15948 <li>Initial value: 1</li>
15949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15951 </ul>
15952<li><b>QRxLevMin</b>: One of information transmitted within the SIB1 message, indicating the required minimum RSRP level that any UE must receive from this cell before it is allowed to camp to this cell. The default value -70 corresponds to -140 dBm and is the lowest possible value as defined by Section 6.3.4 of 3GPP TS 36.133. This restriction, however, only applies to initial cell selection and EPC-enabled simulation.
15953 <ul>
15954 <li>Set with class: \ref ns3::IntegerValue</li>
15955 <li>Underlying type: int8_t -70:-22</li>
15956 <li>Initial value: -70</li>
15957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
15958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15959 </ul>
15960<li><b>RsrpFilterCoefficient</b>: Determines the strength of smoothing effect induced by layer 3 filtering of RSRP in all attached UE; if set to 0, no layer 3 filtering is applicable
15961 <ul>
15962 <li>Set with class: \ref ns3::UintegerValue</li>
15963 <li>Underlying type: uint8_t 0:255</li>
15964 <li>Initial value: 4</li>
15965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15967 </ul>
15968<li><b>RsrqFilterCoefficient</b>: Determines the strength of smoothing effect induced by layer 3 filtering of RSRQ in all attached UE; if set to 0, no layer 3 filtering is applicable
15969 <ul>
15970 <li>Set with class: \ref ns3::UintegerValue</li>
15971 <li>Underlying type: uint8_t 0:255</li>
15972 <li>Initial value: 4</li>
15973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15975 </ul>
15976<li><b>SrsPeriodicity</b>: The SRS periodicity in milliseconds
15977 <ul>
15978 <li>Set with class: \ref ns3::UintegerValue</li>
15979 <li>Underlying type: uint32_t 0:4294967295</li>
15980 <li>Initial value: 40</li>
15981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15983 </ul>
15984<li><b>SystemInformationPeriodicity</b>: The interval for sending system information (Time value)
15985 <ul>
15986 <li>Set with class: \ref ns3::TimeValue</li>
15987 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15988 <li>Initial value: +8e+07ns</li>
15989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15991 </ul>
15992<li><b>UeMap</b>: List of UeManager by C-RNTI.
15993 <ul>
15994 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
15995 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UeManager></li>
15996 <li>Flags: <span class="mlabel">read</span></li>
15997 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15998 </ul>
15999</ul>
16000<h3>TraceSources</h3>
16001<ul>
16002<li><b>ConnectionEstablished</b>: Fired upon successful RRC connection establishment.<br> <ul>
16003 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16004</li>
16005 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16006</ul>
16007<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration<br> <ul>
16008 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16009</li>
16010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16011</ul>
16012<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure<br> <ul>
16013 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16014</li>
16015 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16016</ul>
16017<li><b>HandoverFailureJoining</b>: trace fired upon handover failure due to handover joining timeout at target eNB<br> <ul>
16018 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16019</li>
16020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16021</ul>
16022<li><b>HandoverFailureLeaving</b>: trace fired upon handover failure due to handover leaving timeout at source eNB<br> <ul>
16023 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16024</li>
16025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16026</ul>
16027<li><b>HandoverFailureMaxRach</b>: trace fired upon handover failure due to max RACH attempts from UE to target eNB<br> <ul>
16028 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16029</li>
16030 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16031</ul>
16032<li><b>HandoverFailureNoPreamble</b>: trace fired upon handover failure due to non-allocation of non-contention based preamble at eNB for UE to handover due to max count reached<br> <ul>
16033 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16034</li>
16035 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16036</ul>
16037<li><b>HandoverStart</b>: trace fired upon start of a handover procedure<br> <ul>
16038 <li> %Callback signature: ns3::LteEnbRrc::HandoverStartTracedCallback
16039</li>
16040 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16041</ul>
16042<li><b>NewUeContext</b>: Fired upon creation of a new UE context.<br> <ul>
16043 <li> %Callback signature: ns3::LteEnbRrc::NewUeContextTracedCallback
16044</li>
16045 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16046</ul>
16047<li><b>NotifyConnectionRelease</b>: trace fired when an UE is released<br> <ul>
16048 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16049</li>
16050 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16051</ul>
16052<li><b>RecvMeasurementReport</b>: trace fired when measurement report is received<br> <ul>
16053 <li> %Callback signature: ns3::LteEnbRrc::ReceiveReportTracedCallback
16054</li>
16055 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16056</ul>
16057<li><b>RrcTimeout</b>: trace fired when a timer expires<br> <ul>
16058 <li> %Callback signature: ns3::LteEnbRrc::TimerExpiryTracedCallback
16059</li>
16060 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16061</ul>
16062</ul>
16063<b>Group:</b> Lte
16064
16065<b>Size</b> of this type is 1288 bytes (on a 64-bit architecture).
16066*/
16067
16068/*!
16069
16070\class ns3::LteEnbRrcProtocolIdeal
16071
16072Introspection did not find any typical Config paths.<br>
16073No Attributes are defined for this type.<br>
16074No TraceSources are defined for this type.<br>
16075<b>Group:</b> Lte
16076
16077<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
16078*/
16079
16080/*!
16081
16082\class ns3::LteEnbRrcProtocolReal
16083
16084Introspection did not find any typical Config paths.<br>
16085No Attributes are defined for this type.<br>
16086No TraceSources are defined for this type.<br>
16087<b>Group:</b> Lte
16088
16089<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
16090*/
16091
16092/*!
16093
16094\class ns3::LteFfrAlgorithm
16095
16096<h3>Config Paths</h3>
16097
16098ns3::LteFfrAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16099<ul>
16100<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm"</li>
16101<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm"</li>
16102<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm"</li>
16103<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm"</li>
16104</ul>
16105<h3>Attributes</h3>
16106<ul>
16107<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16108 <ul>
16109 <li>Set with class: \ref ns3::BooleanValue</li>
16110 <li>Underlying type: bool</li>
16111 <li>Initial value: true</li>
16112 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16114 </ul>
16115<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16116 <ul>
16117 <li>Set with class: \ref ns3::UintegerValue</li>
16118 <li>Underlying type: uint8_t 0:255</li>
16119 <li>Initial value: 0</li>
16120 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16121 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16122 </ul>
16123</ul>
16124No TraceSources are defined for this type.<br>
16125<b>Group:</b> Lte
16126
16127<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
16128*/
16129
16130/*!
16131
16132\class ns3::LteFfrDistributedAlgorithm
16133
16134<h3>Config Paths</h3>
16135
16136ns3::LteFfrDistributedAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16137<ul>
16138<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16139<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16140<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16141<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16142</ul>
16143<h3>Attributes</h3>
16144<ul>
16145<li><b>CalculationInterval</b>: Time interval between calculation of Edge sub-band, Default value 1 second
16146 <ul>
16147 <li>Set with class: \ref ns3::TimeValue</li>
16148 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
16149 <li>Initial value: +1e+09ns</li>
16150 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16152 </ul>
16153<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16154 <ul>
16155 <li>Set with class: \ref ns3::UintegerValue</li>
16156 <li>Underlying type: uint8_t 0:255</li>
16157 <li>Initial value: 1</li>
16158 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16159 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16160 </ul>
16161<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16162 <ul>
16163 <li>Set with class: \ref ns3::UintegerValue</li>
16164 <li>Underlying type: uint8_t 0:255</li>
16165 <li>Initial value: 5</li>
16166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16168 </ul>
16169<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16170 <ul>
16171 <li>Set with class: \ref ns3::UintegerValue</li>
16172 <li>Underlying type: uint8_t 0:255</li>
16173 <li>Initial value: 1</li>
16174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16176 </ul>
16177<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16178 <ul>
16179 <li>Set with class: \ref ns3::UintegerValue</li>
16180 <li>Underlying type: uint8_t 0:255</li>
16181 <li>Initial value: 5</li>
16182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16184 </ul>
16185<li><b>EdgeRbNum</b>: Number of RB that can be used in edge Sub-band
16186 <ul>
16187 <li>Set with class: \ref ns3::UintegerValue</li>
16188 <li>Underlying type: uint8_t 0:255</li>
16189 <li>Initial value: 8</li>
16190 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16192 </ul>
16193<li><b>RsrpDifferenceThreshold</b>: If the difference between the power of the signal received by UE from the serving cell and the power of the signal received from the adjacent cell is less than a RsrpDifferenceThreshold value, the cell weight is incremented
16194 <ul>
16195 <li>Set with class: \ref ns3::UintegerValue</li>
16196 <li>Underlying type: uint8_t 0:255</li>
16197 <li>Initial value: 20</li>
16198 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16199 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16200 </ul>
16201<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16202 <ul>
16203 <li>Set with class: \ref ns3::UintegerValue</li>
16204 <li>Underlying type: uint8_t 0:255</li>
16205 <li>Initial value: 20</li>
16206 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16207 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16208 </ul>
16209</ul>
16210<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16211<ul>
16212<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16213 <ul>
16214 <li>Set with class: \ref ns3::BooleanValue</li>
16215 <li>Underlying type: bool</li>
16216 <li>Initial value: true</li>
16217 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16219 </ul>
16220<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16221 <ul>
16222 <li>Set with class: \ref ns3::UintegerValue</li>
16223 <li>Underlying type: uint8_t 0:255</li>
16224 <li>Initial value: 0</li>
16225 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16226 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16227 </ul>
16228</ul>
16229No TraceSources are defined for this type.<br>
16230<b>Group:</b> Lte
16231
16232<b>Size</b> of this type is 536 bytes (on a 64-bit architecture).
16233*/
16234
16235/*!
16236
16237\class ns3::LteFfrEnhancedAlgorithm
16238
16239<h3>Config Paths</h3>
16240
16241ns3::LteFfrEnhancedAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16242<ul>
16243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16244<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16245<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16246<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16247</ul>
16248<h3>Attributes</h3>
16249<ul>
16250<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16251 <ul>
16252 <li>Set with class: \ref ns3::UintegerValue</li>
16253 <li>Underlying type: uint8_t 0:255</li>
16254 <li>Initial value: 5</li>
16255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16257 </ul>
16258<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16259 <ul>
16260 <li>Set with class: \ref ns3::UintegerValue</li>
16261 <li>Underlying type: uint8_t 0:255</li>
16262 <li>Initial value: 1</li>
16263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16265 </ul>
16266<li><b>DlCqiThreshold</b>: If the DL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
16267 <ul>
16268 <li>Set with class: \ref ns3::UintegerValue</li>
16269 <li>Underlying type: uint8_t 0:255</li>
16270 <li>Initial value: 15</li>
16271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16273 </ul>
16274<li><b>DlReuse1SubBandwidth</b>: Downlink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
16275 <ul>
16276 <li>Set with class: \ref ns3::UintegerValue</li>
16277 <li>Underlying type: uint8_t 0:255</li>
16278 <li>Initial value: 4</li>
16279 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16281 </ul>
16282<li><b>DlReuse3SubBandwidth</b>: Downlink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
16283 <ul>
16284 <li>Set with class: \ref ns3::UintegerValue</li>
16285 <li>Underlying type: uint8_t 0:255</li>
16286 <li>Initial value: 4</li>
16287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16289 </ul>
16290<li><b>DlSubBandOffset</b>: Downlink SubBand Offset for this cell in number of Resource Block Groups
16291 <ul>
16292 <li>Set with class: \ref ns3::UintegerValue</li>
16293 <li>Underlying type: uint8_t 0:255</li>
16294 <li>Initial value: 0</li>
16295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16297 </ul>
16298<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16299 <ul>
16300 <li>Set with class: \ref ns3::UintegerValue</li>
16301 <li>Underlying type: uint8_t 0:255</li>
16302 <li>Initial value: 5</li>
16303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16305 </ul>
16306<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16307 <ul>
16308 <li>Set with class: \ref ns3::UintegerValue</li>
16309 <li>Underlying type: uint8_t 0:255</li>
16310 <li>Initial value: 1</li>
16311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16313 </ul>
16314<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16315 <ul>
16316 <li>Set with class: \ref ns3::UintegerValue</li>
16317 <li>Underlying type: uint8_t 0:255</li>
16318 <li>Initial value: 26</li>
16319 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16321 </ul>
16322<li><b>UlCqiThreshold</b>: If the UL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
16323 <ul>
16324 <li>Set with class: \ref ns3::UintegerValue</li>
16325 <li>Underlying type: uint8_t 0:255</li>
16326 <li>Initial value: 15</li>
16327 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16328 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16329 </ul>
16330<li><b>UlReuse1SubBandwidth</b>: Uplink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
16331 <ul>
16332 <li>Set with class: \ref ns3::UintegerValue</li>
16333 <li>Underlying type: uint8_t 0:255</li>
16334 <li>Initial value: 4</li>
16335 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16336 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16337 </ul>
16338<li><b>UlReuse3SubBandwidth</b>: Uplink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
16339 <ul>
16340 <li>Set with class: \ref ns3::UintegerValue</li>
16341 <li>Underlying type: uint8_t 0:255</li>
16342 <li>Initial value: 4</li>
16343 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16344 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16345 </ul>
16346<li><b>UlSubBandOffset</b>: Uplink SubBand Offset for this cell in number of Resource Block Groups
16347 <ul>
16348 <li>Set with class: \ref ns3::UintegerValue</li>
16349 <li>Underlying type: uint8_t 0:255</li>
16350 <li>Initial value: 0</li>
16351 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16353 </ul>
16354</ul>
16355<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16356<ul>
16357<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16358 <ul>
16359 <li>Set with class: \ref ns3::BooleanValue</li>
16360 <li>Underlying type: bool</li>
16361 <li>Initial value: true</li>
16362 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16364 </ul>
16365<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16366 <ul>
16367 <li>Set with class: \ref ns3::UintegerValue</li>
16368 <li>Underlying type: uint8_t 0:255</li>
16369 <li>Initial value: 0</li>
16370 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16371 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16372 </ul>
16373</ul>
16374No TraceSources are defined for this type.<br>
16375<b>Group:</b> Lte
16376
16377<b>Size</b> of this type is 768 bytes (on a 64-bit architecture).
16378*/
16379
16380/*!
16381
16382\class ns3::LteFfrSoftAlgorithm
16383
16384<h3>Config Paths</h3>
16385
16386ns3::LteFfrSoftAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16387<ul>
16388<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16389<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16390<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16391<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16392</ul>
16393<h3>Attributes</h3>
16394<ul>
16395<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16396 <ul>
16397 <li>Set with class: \ref ns3::UintegerValue</li>
16398 <li>Underlying type: uint8_t 0:255</li>
16399 <li>Initial value: 5</li>
16400 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16401 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16402 </ul>
16403<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16404 <ul>
16405 <li>Set with class: \ref ns3::UintegerValue</li>
16406 <li>Underlying type: uint8_t 0:255</li>
16407 <li>Initial value: 1</li>
16408 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16410 </ul>
16411<li><b>CenterRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Medium sub-band
16412 <ul>
16413 <li>Set with class: \ref ns3::UintegerValue</li>
16414 <li>Underlying type: uint8_t 0:255</li>
16415 <li>Initial value: 30</li>
16416 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16418 </ul>
16419<li><b>DlCommonSubBandwidth</b>: Downlink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
16420 <ul>
16421 <li>Set with class: \ref ns3::UintegerValue</li>
16422 <li>Underlying type: uint8_t 0:255</li>
16423 <li>Initial value: 6</li>
16424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16426 </ul>
16427<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16428 <ul>
16429 <li>Set with class: \ref ns3::UintegerValue</li>
16430 <li>Underlying type: uint8_t 0:255</li>
16431 <li>Initial value: 0</li>
16432 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16434 </ul>
16435<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16436 <ul>
16437 <li>Set with class: \ref ns3::UintegerValue</li>
16438 <li>Underlying type: uint8_t 0:255</li>
16439 <li>Initial value: 0</li>
16440 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16441 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16442 </ul>
16443<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16444 <ul>
16445 <li>Set with class: \ref ns3::UintegerValue</li>
16446 <li>Underlying type: uint8_t 0:255</li>
16447 <li>Initial value: 5</li>
16448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16450 </ul>
16451<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16452 <ul>
16453 <li>Set with class: \ref ns3::UintegerValue</li>
16454 <li>Underlying type: uint8_t 0:255</li>
16455 <li>Initial value: 1</li>
16456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16458 </ul>
16459<li><b>EdgeRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16460 <ul>
16461 <li>Set with class: \ref ns3::UintegerValue</li>
16462 <li>Underlying type: uint8_t 0:255</li>
16463 <li>Initial value: 20</li>
16464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16466 </ul>
16467<li><b>MediumAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Medium Sub-band, default value dB0
16468 <ul>
16469 <li>Set with class: \ref ns3::UintegerValue</li>
16470 <li>Underlying type: uint8_t 0:255</li>
16471 <li>Initial value: 5</li>
16472 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16474 </ul>
16475<li><b>MediumAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in medium areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16476 <ul>
16477 <li>Set with class: \ref ns3::UintegerValue</li>
16478 <li>Underlying type: uint8_t 0:255</li>
16479 <li>Initial value: 1</li>
16480 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16482 </ul>
16483<li><b>UlCommonSubBandwidth</b>: Uplink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
16484 <ul>
16485 <li>Set with class: \ref ns3::UintegerValue</li>
16486 <li>Underlying type: uint8_t 0:255</li>
16487 <li>Initial value: 6</li>
16488 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16490 </ul>
16491<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16492 <ul>
16493 <li>Set with class: \ref ns3::UintegerValue</li>
16494 <li>Underlying type: uint8_t 0:255</li>
16495 <li>Initial value: 0</li>
16496 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16498 </ul>
16499<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16500 <ul>
16501 <li>Set with class: \ref ns3::UintegerValue</li>
16502 <li>Underlying type: uint8_t 0:255</li>
16503 <li>Initial value: 6</li>
16504 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16505 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16506 </ul>
16507</ul>
16508<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16509<ul>
16510<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16511 <ul>
16512 <li>Set with class: \ref ns3::BooleanValue</li>
16513 <li>Underlying type: bool</li>
16514 <li>Initial value: true</li>
16515 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16517 </ul>
16518<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16519 <ul>
16520 <li>Set with class: \ref ns3::UintegerValue</li>
16521 <li>Underlying type: uint8_t 0:255</li>
16522 <li>Initial value: 0</li>
16523 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16524 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16525 </ul>
16526</ul>
16527No TraceSources are defined for this type.<br>
16528<b>Group:</b> Lte
16529
16530<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
16531*/
16532
16533/*!
16534
16535\class ns3::LteFrHardAlgorithm
16536
16537<h3>Config Paths</h3>
16538
16539ns3::LteFrHardAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16540<ul>
16541<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16542<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16543<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16544<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16545</ul>
16546<h3>Attributes</h3>
16547<ul>
16548<li><b>DlSubBandOffset</b>: Downlink Offset in number of Resource Block Groups
16549 <ul>
16550 <li>Set with class: \ref ns3::UintegerValue</li>
16551 <li>Underlying type: uint8_t 0:255</li>
16552 <li>Initial value: 0</li>
16553 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16555 </ul>
16556<li><b>DlSubBandwidth</b>: Downlink Transmission SubBandwidth Configuration in number of Resource Block Groups
16557 <ul>
16558 <li>Set with class: \ref ns3::UintegerValue</li>
16559 <li>Underlying type: uint8_t 0:255</li>
16560 <li>Initial value: 25</li>
16561 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16562 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16563 </ul>
16564<li><b>UlSubBandOffset</b>: Uplink Offset in number of Resource Block Groups
16565 <ul>
16566 <li>Set with class: \ref ns3::UintegerValue</li>
16567 <li>Underlying type: uint8_t 0:255</li>
16568 <li>Initial value: 0</li>
16569 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16570 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16571 </ul>
16572<li><b>UlSubBandwidth</b>: Uplink Transmission SubBandwidth Configuration in number of Resource Block Groups
16573 <ul>
16574 <li>Set with class: \ref ns3::UintegerValue</li>
16575 <li>Underlying type: uint8_t 0:255</li>
16576 <li>Initial value: 25</li>
16577 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16579 </ul>
16580</ul>
16581<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16582<ul>
16583<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16584 <ul>
16585 <li>Set with class: \ref ns3::BooleanValue</li>
16586 <li>Underlying type: bool</li>
16587 <li>Initial value: true</li>
16588 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16590 </ul>
16591<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16592 <ul>
16593 <li>Set with class: \ref ns3::UintegerValue</li>
16594 <li>Underlying type: uint8_t 0:255</li>
16595 <li>Initial value: 0</li>
16596 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16598 </ul>
16599</ul>
16600No TraceSources are defined for this type.<br>
16601<b>Group:</b> Lte
16602
16603<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
16604*/
16605
16606/*!
16607
16608\class ns3::LteFrNoOpAlgorithm
16609
16610<h3>Config Paths</h3>
16611
16612ns3::LteFrNoOpAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16613<ul>
16614<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16615<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16616<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16617<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16618</ul>
16619No Attributes are defined for this type.<br>
16620<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16621<ul>
16622<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16623 <ul>
16624 <li>Set with class: \ref ns3::BooleanValue</li>
16625 <li>Underlying type: bool</li>
16626 <li>Initial value: true</li>
16627 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16629 </ul>
16630<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16631 <ul>
16632 <li>Set with class: \ref ns3::UintegerValue</li>
16633 <li>Underlying type: uint8_t 0:255</li>
16634 <li>Initial value: 0</li>
16635 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16636 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16637 </ul>
16638</ul>
16639No TraceSources are defined for this type.<br>
16640<b>Group:</b> Lte
16641
16642<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
16643*/
16644
16645/*!
16646
16647\class ns3::LteFrSoftAlgorithm
16648
16649<h3>Config Paths</h3>
16650
16651ns3::LteFrSoftAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16652<ul>
16653<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16654<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16655<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16656<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16657</ul>
16658<h3>Attributes</h3>
16659<ul>
16660<li><b>AllowCenterUeUseEdgeSubBand</b>: If true center UEs can receive on Edge SubBand RBGs
16661 <ul>
16662 <li>Set with class: \ref ns3::BooleanValue</li>
16663 <li>Underlying type: bool</li>
16664 <li>Initial value: true</li>
16665 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16666 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16667 </ul>
16668<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16669 <ul>
16670 <li>Set with class: \ref ns3::UintegerValue</li>
16671 <li>Underlying type: uint8_t 0:255</li>
16672 <li>Initial value: 1</li>
16673 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16675 </ul>
16676<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16677 <ul>
16678 <li>Set with class: \ref ns3::UintegerValue</li>
16679 <li>Underlying type: uint8_t 0:255</li>
16680 <li>Initial value: 5</li>
16681 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16683 </ul>
16684<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16685 <ul>
16686 <li>Set with class: \ref ns3::UintegerValue</li>
16687 <li>Underlying type: uint8_t 0:255</li>
16688 <li>Initial value: 0</li>
16689 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16690 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16691 </ul>
16692<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16693 <ul>
16694 <li>Set with class: \ref ns3::UintegerValue</li>
16695 <li>Underlying type: uint8_t 0:255</li>
16696 <li>Initial value: 0</li>
16697 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16699 </ul>
16700<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16701 <ul>
16702 <li>Set with class: \ref ns3::UintegerValue</li>
16703 <li>Underlying type: uint8_t 0:255</li>
16704 <li>Initial value: 1</li>
16705 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16706 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16707 </ul>
16708<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16709 <ul>
16710 <li>Set with class: \ref ns3::UintegerValue</li>
16711 <li>Underlying type: uint8_t 0:255</li>
16712 <li>Initial value: 5</li>
16713 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16714 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16715 </ul>
16716<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16717 <ul>
16718 <li>Set with class: \ref ns3::UintegerValue</li>
16719 <li>Underlying type: uint8_t 0:255</li>
16720 <li>Initial value: 20</li>
16721 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16723 </ul>
16724<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16725 <ul>
16726 <li>Set with class: \ref ns3::UintegerValue</li>
16727 <li>Underlying type: uint8_t 0:255</li>
16728 <li>Initial value: 0</li>
16729 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16731 </ul>
16732<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16733 <ul>
16734 <li>Set with class: \ref ns3::UintegerValue</li>
16735 <li>Underlying type: uint8_t 0:255</li>
16736 <li>Initial value: 0</li>
16737 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16739 </ul>
16740</ul>
16741<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16742<ul>
16743<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16744 <ul>
16745 <li>Set with class: \ref ns3::BooleanValue</li>
16746 <li>Underlying type: bool</li>
16747 <li>Initial value: true</li>
16748 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16750 </ul>
16751<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16752 <ul>
16753 <li>Set with class: \ref ns3::UintegerValue</li>
16754 <li>Underlying type: uint8_t 0:255</li>
16755 <li>Initial value: 0</li>
16756 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16758 </ul>
16759</ul>
16760No TraceSources are defined for this type.<br>
16761<b>Group:</b> Lte
16762
16763<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
16764*/
16765
16766/*!
16767
16768\class ns3::LteFrStrictAlgorithm
16769
16770<h3>Config Paths</h3>
16771
16772ns3::LteFrStrictAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16773<ul>
16774<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16775<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16776<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16777<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16778</ul>
16779<h3>Attributes</h3>
16780<ul>
16781<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16782 <ul>
16783 <li>Set with class: \ref ns3::UintegerValue</li>
16784 <li>Underlying type: uint8_t 0:255</li>
16785 <li>Initial value: 1</li>
16786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16788 </ul>
16789<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16790 <ul>
16791 <li>Set with class: \ref ns3::UintegerValue</li>
16792 <li>Underlying type: uint8_t 0:255</li>
16793 <li>Initial value: 4</li>
16794 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16796 </ul>
16797<li><b>DlCommonSubBandwidth</b>: Downlink Common SubBandwidth Configuration in number of Resource Block Groups
16798 <ul>
16799 <li>Set with class: \ref ns3::UintegerValue</li>
16800 <li>Underlying type: uint8_t 0:255</li>
16801 <li>Initial value: 25</li>
16802 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16803 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16804 </ul>
16805<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16806 <ul>
16807 <li>Set with class: \ref ns3::UintegerValue</li>
16808 <li>Underlying type: uint8_t 0:255</li>
16809 <li>Initial value: 0</li>
16810 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16811 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16812 </ul>
16813<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16814 <ul>
16815 <li>Set with class: \ref ns3::UintegerValue</li>
16816 <li>Underlying type: uint8_t 0:255</li>
16817 <li>Initial value: 0</li>
16818 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16819 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16820 </ul>
16821<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
16822 <ul>
16823 <li>Set with class: \ref ns3::UintegerValue</li>
16824 <li>Underlying type: uint8_t 0:255</li>
16825 <li>Initial value: 1</li>
16826 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16828 </ul>
16829<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16830 <ul>
16831 <li>Set with class: \ref ns3::UintegerValue</li>
16832 <li>Underlying type: uint8_t 0:255</li>
16833 <li>Initial value: 5</li>
16834 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16836 </ul>
16837<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16838 <ul>
16839 <li>Set with class: \ref ns3::UintegerValue</li>
16840 <li>Underlying type: uint8_t 0:255</li>
16841 <li>Initial value: 20</li>
16842 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16844 </ul>
16845<li><b>UlCommonSubBandwidth</b>: Uplink Common SubBandwidth Configuration in number of Resource Block Groups
16846 <ul>
16847 <li>Set with class: \ref ns3::UintegerValue</li>
16848 <li>Underlying type: uint8_t 0:255</li>
16849 <li>Initial value: 25</li>
16850 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16852 </ul>
16853<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16854 <ul>
16855 <li>Set with class: \ref ns3::UintegerValue</li>
16856 <li>Underlying type: uint8_t 0:255</li>
16857 <li>Initial value: 0</li>
16858 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16860 </ul>
16861<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16862 <ul>
16863 <li>Set with class: \ref ns3::UintegerValue</li>
16864 <li>Underlying type: uint8_t 0:255</li>
16865 <li>Initial value: 0</li>
16866 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16867 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16868 </ul>
16869</ul>
16870<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16871<ul>
16872<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16873 <ul>
16874 <li>Set with class: \ref ns3::BooleanValue</li>
16875 <li>Underlying type: bool</li>
16876 <li>Initial value: true</li>
16877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16879 </ul>
16880<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
16881 <ul>
16882 <li>Set with class: \ref ns3::UintegerValue</li>
16883 <li>Underlying type: uint8_t 0:255</li>
16884 <li>Initial value: 0</li>
16885 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16887 </ul>
16888</ul>
16889No TraceSources are defined for this type.<br>
16890<b>Group:</b> Lte
16891
16892<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
16893*/
16894
16895/*!
16896
16897\class ns3::LteHandoverAlgorithm
16898
16899<h3>Config Paths</h3>
16900
16901ns3::LteHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16902<ul>
16903<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm"</li>
16904<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm"</li>
16905</ul>
16906No Attributes are defined for this type.<br>
16907No TraceSources are defined for this type.<br>
16908<b>Group:</b> Lte
16909
16910<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
16911*/
16912
16913/*!
16914
16915\class ns3::LteHelper
16916
16917Introspection did not find any typical Config paths.<br>
16918<h3>Attributes</h3>
16919<ul>
16920<li><b>AnrEnabled</b>: Activate or deactivate Automatic Neighbour Relation function
16921 <ul>
16922 <li>Set with class: \ref ns3::BooleanValue</li>
16923 <li>Underlying type: bool</li>
16924 <li>Initial value: true</li>
16925 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16926 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16927 </ul>
16928<li><b>EnbComponentCarrierManager</b>: The type of Component Carrier Manager to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting ns3::LteEnbComponentCarrierManager.
16929 <ul>
16930 <li>Set with class: \ref ns3::StringValue</li>
16931 <li>Underlying type: \p std::string</li>
16932 <li>Initial value: ns3::NoOpComponentCarrierManager</li>
16933 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16935 </ul>
16936<li><b>FadingModel</b>: The type of fading model to be used.The allowed values for this attributes are the type names of any class inheriting from ns3::SpectrumPropagationLossModel.If the type is set to an empty string, no fading model is used.
16937 <ul>
16938 <li>Set with class: \ref ns3::StringValue</li>
16939 <li>Underlying type: \p std::string</li>
16940 <li>Initial value: ""</li>
16941 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
16942 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16943 </ul>
16944<li><b>FfrAlgorithm</b>: The type of FFR algorithm to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::LteFfrAlgorithm.
16945 <ul>
16946 <li>Set with class: \ref ns3::StringValue</li>
16947 <li>Underlying type: \p std::string</li>
16948 <li>Initial value: ns3::LteFrNoOpAlgorithm</li>
16949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16951 </ul>
16952<li><b>HandoverAlgorithm</b>: The type of handover algorithm to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::LteHandoverAlgorithm.
16953 <ul>
16954 <li>Set with class: \ref ns3::StringValue</li>
16955 <li>Underlying type: \p std::string</li>
16956 <li>Initial value: ns3::NoOpHandoverAlgorithm</li>
16957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16959 </ul>
16960<li><b>NumberOfComponentCarriers</b>: Set the number of Component carrier to use. If it is more than one and m_useCa is false, it will raise an error.
16961 <ul>
16962 <li>Set with class: \ref ns3::UintegerValue</li>
16963 <li>Underlying type: uint16_t 1:5</li>
16964 <li>Initial value: 1</li>
16965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16967 </ul>
16968<li><b>PathlossModel</b>: The type of pathloss model to be used. The allowed values for this attributes are the type names of any class inheriting from ns3::PropagationLossModel.
16969 <ul>
16970 <li>Set with class: \ref ns3::TypeIdValue</li>
16971 <li>Underlying type: \p TypeId</li>
16972 <li>Initial value: ns3::FriisPropagationLossModel</li>
16973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
16974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16975 </ul>
16976<li><b>Scheduler</b>: The type of scheduler to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::FfMacScheduler.
16977 <ul>
16978 <li>Set with class: \ref ns3::StringValue</li>
16979 <li>Underlying type: \p std::string</li>
16980 <li>Initial value: ns3::PfFfMacScheduler</li>
16981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16983 </ul>
16984<li><b>UeComponentCarrierManager</b>: The type of Component Carrier Manager to be used for UEs. The allowed values for this attributes are the type names of any class inheriting ns3::LteUeComponentCarrierManager.
16985 <ul>
16986 <li>Set with class: \ref ns3::StringValue</li>
16987 <li>Underlying type: \p std::string</li>
16988 <li>Initial value: ns3::SimpleUeComponentCarrierManager</li>
16989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16991 </ul>
16992<li><b>UseCa</b>: If true, Carrier Aggregation feature is enabled and a valid Component Carrier Map is expected. If false, single carrier simulation.
16993 <ul>
16994 <li>Set with class: \ref ns3::BooleanValue</li>
16995 <li>Underlying type: bool</li>
16996 <li>Initial value: false</li>
16997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16999 </ul>
17000<li><b>UseIdealRrc</b>: If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.
17001 <ul>
17002 <li>Set with class: \ref ns3::BooleanValue</li>
17003 <li>Underlying type: bool</li>
17004 <li>Initial value: true</li>
17005 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17007 </ul>
17008<li><b>UsePdschForCqiGeneration</b>: If true, DL-CQI will be calculated from PDCCH as signal and PDSCH as interference. If false, DL-CQI will be calculated from PDCCH as signal and PDCCH as interference.
17009 <ul>
17010 <li>Set with class: \ref ns3::BooleanValue</li>
17011 <li>Underlying type: bool</li>
17012 <li>Initial value: true</li>
17013 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17014 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17015 </ul>
17016</ul>
17017No TraceSources are defined for this type.<br>
17018<b>Size</b> of this type is 720 bytes (on a 64-bit architecture).
17019*/
17020
17021/*!
17022
17023\class ns3::LteHexGridEnbTopologyHelper
17024
17025Introspection did not find any typical Config paths.<br>
17026<h3>Attributes</h3>
17027<ul>
17028<li><b>GridWidth</b>: The number of sites in even rows (odd rows will have one additional site).
17029 <ul>
17030 <li>Set with class: \ref ns3::UintegerValue</li>
17031 <li>Underlying type: uint32_t 0:4294967295</li>
17032 <li>Initial value: 1</li>
17033 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17035 </ul>
17036<li><b>InterSiteDistance</b>: The distance [m] between nearby sites
17037 <ul>
17038 <li>Set with class: \ref ns3::DoubleValue</li>
17039 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17040 <li>Initial value: 500</li>
17041 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17043 </ul>
17044<li><b>MinX</b>: The x coordinate where the hex grid starts.
17045 <ul>
17046 <li>Set with class: \ref ns3::DoubleValue</li>
17047 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17048 <li>Initial value: 0</li>
17049 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17050 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17051 </ul>
17052<li><b>MinY</b>: The y coordinate where the hex grid starts.
17053 <ul>
17054 <li>Set with class: \ref ns3::DoubleValue</li>
17055 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17056 <li>Initial value: 0</li>
17057 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17058 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17059 </ul>
17060<li><b>SectorOffset</b>: The offset [m] in the position for the node of each sector with respect to the center of the three-sector site
17061 <ul>
17062 <li>Set with class: \ref ns3::DoubleValue</li>
17063 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17064 <li>Initial value: 0.5</li>
17065 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17067 </ul>
17068<li><b>SiteHeight</b>: The height [m] of each site
17069 <ul>
17070 <li>Set with class: \ref ns3::DoubleValue</li>
17071 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17072 <li>Initial value: 30</li>
17073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17075 </ul>
17076</ul>
17077No TraceSources are defined for this type.<br>
17078<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
17079*/
17080
17081/*!
17082
17083\class ns3::LteNetDevice
17084
17085<h3>Config Paths</h3>
17086
17087ns3::LteNetDevice is accessible through the following paths with Config::Set and Config::Connect:
17088<ul>
17089<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice"</li>
17090</ul>
17091<h3>Attributes</h3>
17092<ul>
17093<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
17094 <ul>
17095 <li>Set with class: \ref ns3::UintegerValue</li>
17096 <li>Underlying type: uint16_t 0:65535</li>
17097 <li>Initial value: 30000</li>
17098 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17100 </ul>
17101</ul>
17102No TraceSources are defined for this type.<br>
17103<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
17104*/
17105
17106/*!
17107
17108\class ns3::LtePdcp
17109
17110<h3>Config Paths</h3>
17111
17112ns3::LtePdcp is accessible through the following paths with Config::Set and Config::Connect:
17113<ul>
17114<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LtePdcp"</li>
17115<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LtePdcp"</li>
17116<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LtePdcp"</li>
17117<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LtePdcp"</li>
17118<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LtePdcp"</li>
17119<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LtePdcp"</li>
17120<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LtePdcp"</li>
17121<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LtePdcp"</li>
17122<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LtePdcp"</li>
17123<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LtePdcp"</li>
17124<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LtePdcp"</li>
17125<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LtePdcp"</li>
17126</ul>
17127No Attributes are defined for this type.<br>
17128<h3>TraceSources</h3>
17129<ul>
17130<li><b>RxPDU</b>: PDU received.<br> <ul>
17131 <li> %Callback signature: ns3::LtePdcp::PduRxTracedCallback
17132</li>
17133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17134</ul>
17135<li><b>TxPDU</b>: PDU transmission notified to the RLC.<br> <ul>
17136 <li> %Callback signature: ns3::LtePdcp::PduTxTracedCallback
17137</li>
17138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17139</ul>
17140</ul>
17141<b>Group:</b> Lte
17142
17143<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
17144*/
17145
17146/*!
17147
17148\class ns3::LtePdcpHeader
17149
17150Introspection did not find any typical Config paths.<br>
17151No Attributes are defined for this type.<br>
17152No TraceSources are defined for this type.<br>
17153<b>Group:</b> Lte
17154
17155<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17156*/
17157
17158/*!
17159
17160\class ns3::LtePhy
17161
17162Introspection did not find any typical Config paths.<br>
17163No Attributes are defined for this type.<br>
17164No TraceSources are defined for this type.<br>
17165<b>Group:</b> Lte
17166
17167<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
17168*/
17169
17170/*!
17171
17172\class ns3::LtePhyTag
17173
17174Introspection did not find any typical Config paths.<br>
17175No Attributes are defined for this type.<br>
17176No TraceSources are defined for this type.<br>
17177<b>Group:</b> Lte
17178
17179<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17180*/
17181
17182/*!
17183
17184\class ns3::LteRadioBearerInfo
17185
17186Introspection did not find any typical Config paths.<br>
17187No Attributes are defined for this type.<br>
17188No TraceSources are defined for this type.<br>
17189<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
17190*/
17191
17192/*!
17193
17194\class ns3::LteRadioBearerTag
17195
17196Introspection did not find any typical Config paths.<br>
17197<h3>Attributes</h3>
17198<ul>
17199<li><b>lcid</b>: The id within the UE identifying the logical channel to which the packet belongs
17200 <ul>
17201 <li>Set with class: \ref ns3::UintegerValue</li>
17202 <li>Underlying type: uint8_t 0:255</li>
17203 <li>Flags: <span class="mlabel">read</span></li>
17204 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17205 </ul>
17206<li><b>rnti</b>: The rnti that indicates the UE to which packet belongs
17207 <ul>
17208 <li>Set with class: \ref ns3::UintegerValue</li>
17209 <li>Underlying type: uint16_t 0:65535</li>
17210 <li>Flags: <span class="mlabel">read</span></li>
17211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17212 </ul>
17213</ul>
17214No TraceSources are defined for this type.<br>
17215<b>Group:</b> Lte
17216
17217<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17218*/
17219
17220/*!
17221
17222\class ns3::LteRlc
17223
17224<h3>Config Paths</h3>
17225
17226ns3::LteRlc is accessible through the following paths with Config::Set and Config::Connect:
17227<ul>
17228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc"</li>
17229<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc"</li>
17230<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc"</li>
17231<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc"</li>
17232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc"</li>
17233<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc"</li>
17234<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc"</li>
17235<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc"</li>
17236<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc"</li>
17237<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc"</li>
17238<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc"</li>
17239<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc"</li>
17240</ul>
17241No Attributes are defined for this type.<br>
17242<h3>TraceSources</h3>
17243<ul>
17244<li><b>RxPDU</b>: PDU received.<br> <ul>
17245 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17246</li>
17247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17248</ul>
17249<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17250 <li> %Callback signature: ns3::Packet::TracedCallback
17251</li>
17252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17253</ul>
17254<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17255 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17256</li>
17257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17258</ul>
17259</ul>
17260<b>Group:</b> Lte
17261
17262<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
17263*/
17264
17265/*!
17266
17267\class ns3::LteRlcAm
17268
17269<h3>Config Paths</h3>
17270
17271ns3::LteRlcAm is accessible through the following paths with Config::Set and Config::Connect:
17272<ul>
17273<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17274<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17275<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17276<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17277<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17278<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17279<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17280<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17281<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17282<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17283<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17284<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17285</ul>
17286<h3>Attributes</h3>
17287<ul>
17288<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes). If zero is configured, the buffer is unlimited.
17289 <ul>
17290 <li>Set with class: \ref ns3::UintegerValue</li>
17291 <li>Underlying type: uint32_t 0:4294967295</li>
17292 <li>Initial value: 10240</li>
17293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17295 </ul>
17296<li><b>PollRetransmitTimer</b>: Value of the t-PollRetransmit timer (See section 7.3 of 3GPP TS 36.322)
17297 <ul>
17298 <li>Set with class: \ref ns3::TimeValue</li>
17299 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17300 <li>Initial value: +2e+07ns</li>
17301 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17303 </ul>
17304<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
17305 <ul>
17306 <li>Set with class: \ref ns3::TimeValue</li>
17307 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17308 <li>Initial value: +1e+07ns</li>
17309 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17311 </ul>
17312<li><b>ReportBufferStatusTimer</b>: How much to wait to issue a new Report Buffer Status since the last time a new SDU was received
17313 <ul>
17314 <li>Set with class: \ref ns3::TimeValue</li>
17315 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17316 <li>Initial value: +2e+07ns</li>
17317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17319 </ul>
17320<li><b>StatusProhibitTimer</b>: Value of the t-StatusProhibit timer (See section 7.3 of 3GPP TS 36.322)
17321 <ul>
17322 <li>Set with class: \ref ns3::TimeValue</li>
17323 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17324 <li>Initial value: +1e+07ns</li>
17325 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17327 </ul>
17328<li><b>TxOpportunityForRetxAlwaysBigEnough</b>: If true, always pretend that the size of a TxOpportunity is big enough for retransmission. If false (default and realistic behavior), no retx is performed unless the corresponding TxOpportunity is big enough.
17329 <ul>
17330 <li>Set with class: \ref ns3::BooleanValue</li>
17331 <li>Underlying type: bool</li>
17332 <li>Initial value: false</li>
17333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17335 </ul>
17336</ul>
17337No TraceSources are defined for this type.<br>
17338<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17339<ul>
17340<li><b>RxPDU</b>: PDU received.<br> <ul>
17341 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17342</li>
17343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17344</ul>
17345<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17346 <li> %Callback signature: ns3::Packet::TracedCallback
17347</li>
17348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17349</ul>
17350<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17351 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17352</li>
17353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17354</ul>
17355</ul>
17356<b>Group:</b> Lte
17357
17358<b>Size</b> of this type is 552 bytes (on a 64-bit architecture).
17359*/
17360
17361/*!
17362
17363\class ns3::LteRlcAmHeader
17364
17365Introspection did not find any typical Config paths.<br>
17366No Attributes are defined for this type.<br>
17367No TraceSources are defined for this type.<br>
17368<b>Group:</b> Lte
17369
17370<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
17371*/
17372
17373/*!
17374
17375\class ns3::LteRlcHeader
17376
17377Introspection did not find any typical Config paths.<br>
17378No Attributes are defined for this type.<br>
17379No TraceSources are defined for this type.<br>
17380<b>Group:</b> Lte
17381
17382<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
17383*/
17384
17385/*!
17386
17387\class ns3::LteRlcSduStatusTag
17388
17389Introspection did not find any typical Config paths.<br>
17390No Attributes are defined for this type.<br>
17391No TraceSources are defined for this type.<br>
17392<b>Group:</b> Lte
17393
17394<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17395*/
17396
17397/*!
17398
17399\class ns3::LteRlcSm
17400
17401<h3>Config Paths</h3>
17402
17403ns3::LteRlcSm is accessible through the following paths with Config::Set and Config::Connect:
17404<ul>
17405<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17406<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17407<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17408<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17409<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17410<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17411<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17412<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17413<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17414<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17415<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17416<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17417</ul>
17418No Attributes are defined for this type.<br>
17419No TraceSources are defined for this type.<br>
17420<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17421<ul>
17422<li><b>RxPDU</b>: PDU received.<br> <ul>
17423 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17424</li>
17425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17426</ul>
17427<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17428 <li> %Callback signature: ns3::Packet::TracedCallback
17429</li>
17430 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17431</ul>
17432<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17433 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17434</li>
17435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17436</ul>
17437</ul>
17438<b>Group:</b> Lte
17439
17440<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
17441*/
17442
17443/*!
17444
17445\class ns3::LteRlcTm
17446
17447<h3>Config Paths</h3>
17448
17449ns3::LteRlcTm is accessible through the following paths with Config::Set and Config::Connect:
17450<ul>
17451<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17452<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17453<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17454<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17455<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17456<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17457<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17458<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17459<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17460<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17461<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17462<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17463</ul>
17464<h3>Attributes</h3>
17465<ul>
17466<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)
17467 <ul>
17468 <li>Set with class: \ref ns3::UintegerValue</li>
17469 <li>Underlying type: uint32_t 0:4294967295</li>
17470 <li>Initial value: 2097152</li>
17471 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17473 </ul>
17474</ul>
17475No TraceSources are defined for this type.<br>
17476<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17477<ul>
17478<li><b>RxPDU</b>: PDU received.<br> <ul>
17479 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17480</li>
17481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17482</ul>
17483<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17484 <li> %Callback signature: ns3::Packet::TracedCallback
17485</li>
17486 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17487</ul>
17488<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17489 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17490</li>
17491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17492</ul>
17493</ul>
17494<b>Group:</b> Lte
17495
17496<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
17497*/
17498
17499/*!
17500
17501\class ns3::LteRlcUm
17502
17503<h3>Config Paths</h3>
17504
17505ns3::LteRlcUm is accessible through the following paths with Config::Set and Config::Connect:
17506<ul>
17507<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17508<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17509<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17510<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17511<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17513<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17514<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17516<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17517<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17519</ul>
17520<h3>Attributes</h3>
17521<ul>
17522<li><b>DiscardTimerMs</b>: Discard timer in milliseconds to be used to discard packets. If set to 0 then packet delay budget will be used as the discard timer value, otherwise it will be used this value.
17523 <ul>
17524 <li>Set with class: \ref ns3::UintegerValue</li>
17525 <li>Underlying type: uint32_t 0:4294967295</li>
17526 <li>Initial value: 0</li>
17527 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17528 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17529 </ul>
17530<li><b>EnablePdcpDiscarding</b>: Whether to use the PDCP discarding, i.e., perform discarding at the moment of passing the PDCP SDU to RLC)
17531 <ul>
17532 <li>Set with class: \ref ns3::BooleanValue</li>
17533 <li>Underlying type: bool</li>
17534 <li>Initial value: true</li>
17535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17537 </ul>
17538<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)
17539 <ul>
17540 <li>Set with class: \ref ns3::UintegerValue</li>
17541 <li>Underlying type: uint32_t 0:4294967295</li>
17542 <li>Initial value: 10240</li>
17543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17545 </ul>
17546<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
17547 <ul>
17548 <li>Set with class: \ref ns3::TimeValue</li>
17549 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17550 <li>Initial value: +1e+08ns</li>
17551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17553 </ul>
17554</ul>
17555No TraceSources are defined for this type.<br>
17556<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17557<ul>
17558<li><b>RxPDU</b>: PDU received.<br> <ul>
17559 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17560</li>
17561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17562</ul>
17563<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17564 <li> %Callback signature: ns3::Packet::TracedCallback
17565</li>
17566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17567</ul>
17568<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17569 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17570</li>
17571 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17572</ul>
17573</ul>
17574<b>Group:</b> Lte
17575
17576<b>Size</b> of this type is 464 bytes (on a 64-bit architecture).
17577*/
17578
17579/*!
17580
17581\class ns3::LteSignalingRadioBearerInfo
17582
17583<h3>Config Paths</h3>
17584
17585ns3::LteSignalingRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:
17586<ul>
17587<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0"</li>
17588<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1"</li>
17589<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0"</li>
17590<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1"</li>
17591<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0"</li>
17592<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1"</li>
17593<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0"</li>
17594<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1"</li>
17595</ul>
17596<h3>Attributes</h3>
17597<ul>
17598<li><b>LtePdcp</b>: PDCP instance of the radio bearer.
17599 <ul>
17600 <li>Set with class: \ref ns3::PointerValue</li>
17601 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LtePdcp></li>
17602 <li>Initial value: 0</li>
17603 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17604 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17605 </ul>
17606<li><b>LteRlc</b>: RLC instance of the radio bearer.
17607 <ul>
17608 <li>Set with class: \ref ns3::PointerValue</li>
17609 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteRlc></li>
17610 <li>Initial value: 0</li>
17611 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17612 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17613 </ul>
17614<li><b>SrbIdentity</b>: The id of this Signaling Radio Bearer
17615 <ul>
17616 <li>Set with class: \ref ns3::UintegerValue</li>
17617 <li>Underlying type: uint8_t 0:255</li>
17618 <li>Flags: <span class="mlabel">read</span></li>
17619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17620 </ul>
17621</ul>
17622No TraceSources are defined for this type.<br>
17623<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
17624*/
17625
17626/*!
17627
17628\class ns3::LteSpectrumPhy
17629
17630<h3>Config Paths</h3>
17631
17632ns3::LteSpectrumPhy is accessible through the following paths with Config::Set and Config::Connect:
17633<ul>
17634<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/DlSpectrumPhy"</li>
17635<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/UlSpectrumPhy"</li>
17636<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/DlSpectrumPhy"</li>
17637<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/UlSpectrumPhy"</li>
17638<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/DlSpectrumPhy"</li>
17639<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/UlSpectrumPhy"</li>
17640<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/DlSpectrumPhy"</li>
17641<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/UlSpectrumPhy"</li>
17642</ul>
17643<h3>Attributes</h3>
17644<ul>
17645<li><b>CtrlErrorModelEnabled</b>: Activate/Deactivate the error model of control (PCFICH-PDCCH decodification) [by default is active].
17646 <ul>
17647 <li>Set with class: \ref ns3::BooleanValue</li>
17648 <li>Underlying type: bool</li>
17649 <li>Initial value: true</li>
17650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17652 </ul>
17653<li><b>DataErrorModelEnabled</b>: Activate/Deactivate the error model of data (TBs of PDSCH and PUSCH) [by default is active].
17654 <ul>
17655 <li>Set with class: \ref ns3::BooleanValue</li>
17656 <li>Underlying type: bool</li>
17657 <li>Initial value: true</li>
17658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17660 </ul>
17661</ul>
17662<h3>TraceSources</h3>
17663<ul>
17664<li><b>DlPhyReception</b>: DL reception PHY layer statistics.<br> <ul>
17665 <li> %Callback signature: ns3::PhyReceptionStatParameters::TracedCallback
17666</li>
17667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17668</ul>
17669<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error<br> <ul>
17670 <li> %Callback signature: ns3::Packet::TracedCallback
17671</li>
17672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17673</ul>
17674<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully<br> <ul>
17675 <li> %Callback signature: ns3::Packet::TracedCallback
17676</li>
17677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17678</ul>
17679<li><b>RxStart</b>: Trace fired when the start of a signal is detected<br> <ul>
17680 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17681</li>
17682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17683</ul>
17684<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished<br> <ul>
17685 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17686</li>
17687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17688</ul>
17689<li><b>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
17690 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17691</li>
17692 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17693</ul>
17694<li><b>UlPhyReception</b>: DL reception PHY layer statistics.<br> <ul>
17695 <li> %Callback signature: ns3::PhyReceptionStatParameters::TracedCallback
17696</li>
17697 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17698</ul>
17699</ul>
17700<b>Group:</b> Lte
17701
17702<b>Size</b> of this type is 688 bytes (on a 64-bit architecture).
17703*/
17704
17705/*!
17706
17707\class ns3::LteStatsCalculator
17708
17709Introspection did not find any typical Config paths.<br>
17710No Attributes are defined for this type.<br>
17711No TraceSources are defined for this type.<br>
17712<b>Group:</b> Lte
17713
17714<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
17715*/
17716
17717/*!
17718
17719\class ns3::LteUeComponentCarrierManager
17720
17721<h3>Config Paths</h3>
17722
17723ns3::LteUeComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
17724<ul>
17725<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeComponentCarrierManager"</li>
17726<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeComponentCarrierManager"</li>
17727</ul>
17728No Attributes are defined for this type.<br>
17729No TraceSources are defined for this type.<br>
17730<b>Group:</b> Lte
17731
17732<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
17733*/
17734
17735/*!
17736
17737\class ns3::LteUeMac
17738
17739<h3>Config Paths</h3>
17740
17741ns3::LteUeMac is accessible through the following paths with Config::Set and Config::Connect:
17742<ul>
17743<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUeMac"</li>
17744<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUeMac"</li>
17745</ul>
17746No Attributes are defined for this type.<br>
17747<h3>TraceSources</h3>
17748<ul>
17749<li><b>RaResponseTimeout</b>: trace fired upon RA response timeout<br> <ul>
17750 <li> %Callback signature: ns3::LteUeMac::RaResponseTimeoutTracedCallback
17751</li>
17752 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17753</ul>
17754</ul>
17755<b>Group:</b> Lte
17756
17757<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
17758*/
17759
17760/*!
17761
17762\class ns3::LteUeNetDevice
17763
17764<h3>Config Paths</h3>
17765
17766ns3::LteUeNetDevice is accessible through the following paths with Config::Set and Config::Connect:
17767<ul>
17768<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice"</li>
17769<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice"</li>
17770</ul>
17771<h3>Attributes</h3>
17772<ul>
17773<li><b>ComponentCarrierMapUe</b>: List of all component Carrier.
17774 <ul>
17775 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
17776 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ComponentCarrierUe></li>
17777 <li>Flags: <span class="mlabel">read</span></li>
17778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17779 </ul>
17780<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this UE is associated with, i.e., giving the UE access to cells which belong to this particular CSG. This restriction only applies to initial cell selection and EPC-enabled simulation. This does not revoke the UE's access to non-CSG cells.
17781 <ul>
17782 <li>Set with class: \ref ns3::UintegerValue</li>
17783 <li>Underlying type: uint32_t 0:4294967295</li>
17784 <li>Initial value: 0</li>
17785 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17787 </ul>
17788<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
17789 <ul>
17790 <li>Set with class: \ref ns3::UintegerValue</li>
17791 <li>Underlying type: uint32_t 0:262143</li>
17792 <li>Initial value: 100</li>
17793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17795 </ul>
17796<li><b>EpcUeNas</b>: The NAS associated to this UeNetDevice
17797 <ul>
17798 <li>Set with class: \ref ns3::PointerValue</li>
17799 <li>Underlying type: \ref ns3::Ptr< \ref ns3::EpcUeNas></li>
17800 <li>Initial value: 0</li>
17801 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17803 </ul>
17804<li><b>Imsi</b>: International Mobile Subscriber Identity assigned to this UE
17805 <ul>
17806 <li>Set with class: \ref ns3::UintegerValue</li>
17807 <li>Underlying type: uint64_t 0:18446744073709551615</li>
17808 <li>Initial value: 0</li>
17809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17811 </ul>
17812<li><b>LteUeComponentCarrierManager</b>: The ComponentCarrierManager associated to this UeNetDevice
17813 <ul>
17814 <li>Set with class: \ref ns3::PointerValue</li>
17815 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUeComponentCarrierManager></li>
17816 <li>Initial value: 0</li>
17817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17819 </ul>
17820<li><b>LteUeRrc</b>: The RRC associated to this UeNetDevice
17821 <ul>
17822 <li>Set with class: \ref ns3::PointerValue</li>
17823 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUeRrc></li>
17824 <li>Initial value: 0</li>
17825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17827 </ul>
17828</ul>
17829<h3>Attributes defined in parent class ns3::LteNetDevice</h3>
17830<ul>
17831<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
17832 <ul>
17833 <li>Set with class: \ref ns3::UintegerValue</li>
17834 <li>Underlying type: uint16_t 0:65535</li>
17835 <li>Initial value: 30000</li>
17836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17838 </ul>
17839</ul>
17840No TraceSources are defined for this type.<br>
17841<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
17842*/
17843
17844/*!
17845
17846\class ns3::LteUePhy
17847
17848<h3>Config Paths</h3>
17849
17850ns3::LteUePhy is accessible through the following paths with Config::Set and Config::Connect:
17851<ul>
17852<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy"</li>
17853<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy"</li>
17854</ul>
17855<h3>Attributes</h3>
17856<ul>
17857<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy
17858 <ul>
17859 <li>Set with class: \ref ns3::PointerValue</li>
17860 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
17861 <li>Flags: <span class="mlabel">read</span></li>
17862 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17863 </ul>
17864<li><b>DownlinkCqiPeriodicity</b>: Periodicity in milliseconds for reporting thewideband and subband downlink CQIs to the eNB
17865 <ul>
17866 <li>Set with class: \ref ns3::TimeValue</li>
17867 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17868 <li>Initial value: +1e+06ns</li>
17869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17871 </ul>
17872<li><b>EnableRlfDetection</b>: If true, RLF detection will be enabled.
17873 <ul>
17874 <li>Set with class: \ref ns3::BooleanValue</li>
17875 <li>Underlying type: bool</li>
17876 <li>Initial value: true</li>
17877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17879 </ul>
17880<li><b>EnableUplinkPowerControl</b>: If true, Uplink Power Control will be enabled.
17881 <ul>
17882 <li>Set with class: \ref ns3::BooleanValue</li>
17883 <li>Underlying type: bool</li>
17884 <li>Initial value: true</li>
17885 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17887 </ul>
17888<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0." In this model, we consider T0 = 290K.
17889 <ul>
17890 <li>Set with class: \ref ns3::DoubleValue</li>
17891 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17892 <li>Initial value: 9</li>
17893 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17894 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17895 </ul>
17896<li><b>NumQinEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qin evaluation period
17897 <ul>
17898 <li>Set with class: \ref ns3::UintegerValue</li>
17899 <li>Underlying type: uint16_t 0:65535</li>
17900 <li>Initial value: 100</li>
17901 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17902 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17903 </ul>
17904<li><b>NumQoutEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qout evaluation period
17905 <ul>
17906 <li>Set with class: \ref ns3::UintegerValue</li>
17907 <li>Underlying type: uint16_t 0:65535</li>
17908 <li>Initial value: 200</li>
17909 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17911 </ul>
17912<li><b>Qin</b>: corresponds to 2% block error rate of a hypothetical PDCCH transmissiontaking into account the PCFICH errors with transmission parameters.see 3GPP TS 36.213 4.2.1 and TS 36.133 7.6
17913 <ul>
17914 <li>Set with class: \ref ns3::DoubleValue</li>
17915 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17916 <li>Initial value: -3.9</li>
17917 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17919 </ul>
17920<li><b>Qout</b>: corresponds to 10% block error rate of a hypothetical PDCCH transmissiontaking into account the PCFICH errors with transmission parameters.see 3GPP TS 36.213 4.2.1 and TS 36.133 7.6
17921 <ul>
17922 <li>Set with class: \ref ns3::DoubleValue</li>
17923 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17924 <li>Initial value: -5</li>
17925 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17926 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17927 </ul>
17928<li><b>RsrpSinrSamplePeriod</b>: The sampling period for reporting RSRP-SINR stats (default value 1)
17929 <ul>
17930 <li>Set with class: \ref ns3::UintegerValue</li>
17931 <li>Underlying type: uint16_t 0:65535</li>
17932 <li>Initial value: 1</li>
17933 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17935 </ul>
17936<li><b>RsrqUeMeasThreshold</b>: Receive threshold for PSS on RSRQ [dB]
17937 <ul>
17938 <li>Set with class: \ref ns3::DoubleValue</li>
17939 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17940 <li>Initial value: -1000</li>
17941 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17942 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17943 </ul>
17944<li><b>TxMode1Gain</b>: Transmission mode 1 gain in dB
17945 <ul>
17946 <li>Set with class: \ref ns3::DoubleValue</li>
17947 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17948 <li>Initial value: 0</li>
17949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17951 </ul>
17952<li><b>TxMode2Gain</b>: Transmission mode 2 gain in dB
17953 <ul>
17954 <li>Set with class: \ref ns3::DoubleValue</li>
17955 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17956 <li>Initial value: 4.2</li>
17957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17959 </ul>
17960<li><b>TxMode3Gain</b>: Transmission mode 3 gain in dB
17961 <ul>
17962 <li>Set with class: \ref ns3::DoubleValue</li>
17963 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17964 <li>Initial value: -2.8</li>
17965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17967 </ul>
17968<li><b>TxMode4Gain</b>: Transmission mode 4 gain in dB
17969 <ul>
17970 <li>Set with class: \ref ns3::DoubleValue</li>
17971 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17972 <li>Initial value: 0</li>
17973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17975 </ul>
17976<li><b>TxMode5Gain</b>: Transmission mode 5 gain in dB
17977 <ul>
17978 <li>Set with class: \ref ns3::DoubleValue</li>
17979 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17980 <li>Initial value: 0</li>
17981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17983 </ul>
17984<li><b>TxMode6Gain</b>: Transmission mode 6 gain in dB
17985 <ul>
17986 <li>Set with class: \ref ns3::DoubleValue</li>
17987 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17988 <li>Initial value: 0</li>
17989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17991 </ul>
17992<li><b>TxMode7Gain</b>: Transmission mode 7 gain in dB
17993 <ul>
17994 <li>Set with class: \ref ns3::DoubleValue</li>
17995 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17996 <li>Initial value: 0</li>
17997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17999 </ul>
18000<li><b>TxPower</b>: Transmission power in dBm
18001 <ul>
18002 <li>Set with class: \ref ns3::DoubleValue</li>
18003 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18004 <li>Initial value: 10</li>
18005 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18007 </ul>
18008<li><b>UeMeasurementsFilterPeriod</b>: Time period for reporting UE measurements, i.e., thelength of layer-1 filtering.
18009 <ul>
18010 <li>Set with class: \ref ns3::TimeValue</li>
18011 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18012 <li>Initial value: +2e+08ns</li>
18013 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18014 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18015 </ul>
18016<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy
18017 <ul>
18018 <li>Set with class: \ref ns3::PointerValue</li>
18019 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
18020 <li>Flags: <span class="mlabel">read</span></li>
18021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18022 </ul>
18023</ul>
18024<h3>TraceSources</h3>
18025<ul>
18026<li><b>ReportCurrentCellRsrpSinr</b>: RSRP and SINR statistics.<br> <ul>
18027 <li> %Callback signature: ns3::LteUePhy::RsrpSinrTracedCallback
18028</li>
18029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18030</ul>
18031<li><b>ReportPowerSpectralDensity</b>: Power Spectral Density data.<br> <ul>
18032 <li> %Callback signature: ns3::LteUePhy::PowerSpectralDensityTracedCallback
18033</li>
18034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18035</ul>
18036<li><b>ReportUeMeasurements</b>: Report UE measurements RSRP (dBm) and RSRQ (dB).<br> <ul>
18037 <li> %Callback signature: ns3::LteUePhy::RsrpRsrqTracedCallback
18038</li>
18039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18040</ul>
18041<li><b>ReportUlPhyResourceBlocks</b>: UL transmission PHY layer resource blocks.<br> <ul>
18042 <li> %Callback signature: ns3::LteUePhy::UlPhyResourceBlocksTracedCallback
18043</li>
18044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18045</ul>
18046<li><b>StateTransition</b>: Trace fired upon every UE PHY state transition<br> <ul>
18047 <li> %Callback signature: ns3::LteUePhy::StateTracedCallback
18048</li>
18049 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18050</ul>
18051<li><b>UlPhyTransmission</b>: DL transmission PHY layer statistics.<br> <ul>
18052 <li> %Callback signature: ns3::PhyTransmissionStatParameters::TracedCallback
18053</li>
18054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18055</ul>
18056</ul>
18057<b>Group:</b> Lte
18058
18059<b>Size</b> of this type is 952 bytes (on a 64-bit architecture).
18060*/
18061
18062/*!
18063
18064\class ns3::LteUePowerControl
18065
18066Introspection did not find any typical Config paths.<br>
18067<h3>Attributes</h3>
18068<ul>
18069<li><b>AccumulationEnabled</b>: If true TCP accumulation mode will be active, otherwise absolute mode will be active
18070 <ul>
18071 <li>Set with class: \ref ns3::BooleanValue</li>
18072 <li>Underlying type: bool</li>
18073 <li>Initial value: true</li>
18074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18076 </ul>
18077<li><b>Alpha</b>: Value of Alpha parameter
18078 <ul>
18079 <li>Set with class: \ref ns3::DoubleValue</li>
18080 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18081 <li>Initial value: 1</li>
18082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18084 </ul>
18085<li><b>ClosedLoop</b>: If true Closed Loop mode will be active, otherwise Open Loop
18086 <ul>
18087 <li>Set with class: \ref ns3::BooleanValue</li>
18088 <li>Underlying type: bool</li>
18089 <li>Initial value: true</li>
18090 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18092 </ul>
18093<li><b>Pcmax</b>: Max Transmission power in dBm, Default value 23 dBmTS36.101 section 6.2.3
18094 <ul>
18095 <li>Set with class: \ref ns3::DoubleValue</li>
18096 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18097 <li>Initial value: 23</li>
18098 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18100 </ul>
18101<li><b>Pcmin</b>: Min Transmission power in dBm, Default value -40 dBmTS36.101 section 6.2.3
18102 <ul>
18103 <li>Set with class: \ref ns3::DoubleValue</li>
18104 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18105 <li>Initial value: -40</li>
18106 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18107 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18108 </ul>
18109<li><b>PoNominalPusch</b>: P_O_NOMINAL_PUSCH INT (-126 ... 24), Default value -80
18110 <ul>
18111 <li>Set with class: \ref ns3::IntegerValue</li>
18112 <li>Underlying type: int16_t -32768:32767</li>
18113 <li>Initial value: -80</li>
18114 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18115 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18116 </ul>
18117<li><b>PoUePusch</b>: P_O_UE_PUSCH INT(-8...7), Default value 0
18118 <ul>
18119 <li>Set with class: \ref ns3::IntegerValue</li>
18120 <li>Underlying type: int16_t -32768:32767</li>
18121 <li>Initial value: 0</li>
18122 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18123 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18124 </ul>
18125<li><b>PsrsOffset</b>: P_SRS_OFFSET INT(0...15), Default value 7
18126 <ul>
18127 <li>Set with class: \ref ns3::IntegerValue</li>
18128 <li>Underlying type: int16_t -32768:32767</li>
18129 <li>Initial value: 7</li>
18130 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18132 </ul>
18133</ul>
18134<h3>TraceSources</h3>
18135<ul>
18136<li><b>ReportPucchTxPower</b>: Report PUCCH TxPower in dBm<br> <ul>
18137 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18138</li>
18139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18140</ul>
18141<li><b>ReportPuschTxPower</b>: Report PUSCH TxPower in dBm<br> <ul>
18142 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18143</li>
18144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18145</ul>
18146<li><b>ReportSrsTxPower</b>: Report SRS TxPower in dBm<br> <ul>
18147 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18148</li>
18149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18150</ul>
18151</ul>
18152<b>Group:</b> Lte
18153
18154<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
18155*/
18156
18157/*!
18158
18159\class ns3::LteUeRrc
18160
18161<h3>Config Paths</h3>
18162
18163ns3::LteUeRrc is accessible through the following paths with Config::Set and Config::Connect:
18164<ul>
18165<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc"</li>
18166<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc"</li>
18167</ul>
18168<h3>Attributes</h3>
18169<ul>
18170<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier
18171 <ul>
18172 <li>Set with class: \ref ns3::UintegerValue</li>
18173 <li>Underlying type: uint16_t 0:65535</li>
18174 <li>Flags: <span class="mlabel">read</span></li>
18175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18176 </ul>
18177<li><b>CellId</b>: Serving cell identifier
18178 <ul>
18179 <li>Set with class: \ref ns3::UintegerValue</li>
18180 <li>Underlying type: uint16_t 0:65535</li>
18181 <li>Flags: <span class="mlabel">read</span></li>
18182 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18183 </ul>
18184<li><b>DataRadioBearerMap</b>: List of UE RadioBearerInfo for Data Radio Bearers by LCID.
18185 <ul>
18186 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18187 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteDataRadioBearerInfo></li>
18188 <li>Flags: <span class="mlabel">read</span></li>
18189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18190 </ul>
18191<li><b>N310</b>: This specifies the maximum number of out-of-sync indications. Standard values: 1, 2, 3, 4, 6, 8, 10, 20
18192 <ul>
18193 <li>Set with class: \ref ns3::UintegerValue</li>
18194 <li>Underlying type: uint8_t 1:20</li>
18195 <li>Initial value: 6</li>
18196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18198 </ul>
18199<li><b>N311</b>: This specifies the maximum number of in-sync indications. Standard values: 1, 2, 3, 4, 5, 6, 8, 10
18200 <ul>
18201 <li>Set with class: \ref ns3::UintegerValue</li>
18202 <li>Underlying type: uint8_t 1:10</li>
18203 <li>Initial value: 2</li>
18204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18206 </ul>
18207<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0
18208 <ul>
18209 <li>Set with class: \ref ns3::PointerValue</li>
18210 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
18211 <li>Initial value: 0</li>
18212 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18214 </ul>
18215<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1
18216 <ul>
18217 <li>Set with class: \ref ns3::PointerValue</li>
18218 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
18219 <li>Initial value: 0</li>
18220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18222 </ul>
18223<li><b>T300</b>: Timer for the RRC Connection Establishment procedure (i.e., the procedure is deemed as failed if it takes longer than this). Standard values: 100ms, 200ms, 300ms, 400ms, 600ms, 1000ms, 1500ms, 2000ms
18224 <ul>
18225 <li>Set with class: \ref ns3::TimeValue</li>
18226 <li>Underlying type: \p Time +1e+08ns:+2e+09ns</li>
18227 <li>Initial value: +1e+08ns</li>
18228 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18230 </ul>
18231<li><b>T310</b>: Timer for detecting the Radio link failure (i.e., the radio link is deemed as failed if this timer expires). Standard values: 0ms 50ms, 100ms, 200ms, 500ms, 1000ms, 2000ms
18232 <ul>
18233 <li>Set with class: \ref ns3::TimeValue</li>
18234 <li>Underlying type: \p Time +0ns:+2e+09ns</li>
18235 <li>Initial value: +1e+09ns</li>
18236 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18238 </ul>
18239</ul>
18240<h3>TraceSources</h3>
18241<ul>
18242<li><b>ConnectionEstablished</b>: trace fired upon successful RRC connection establishment<br> <ul>
18243 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18244</li>
18245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18246</ul>
18247<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration<br> <ul>
18248 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18249</li>
18250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18251</ul>
18252<li><b>ConnectionTimeout</b>: trace fired upon timeout RRC connection establishment because of T300<br> <ul>
18253 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiCountTracedCallback
18254</li>
18255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18256</ul>
18257<li><b>DrbCreated</b>: trace fired after DRB is created<br> <ul>
18258 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiLcIdTracedCallback
18259</li>
18260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18261</ul>
18262<li><b>HandoverEndError</b>: trace fired upon failure of a handover procedure<br> <ul>
18263 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18264</li>
18265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18266</ul>
18267<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure<br> <ul>
18268 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18269</li>
18270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18271</ul>
18272<li><b>HandoverStart</b>: trace fired upon start of a handover procedure<br> <ul>
18273 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18274</li>
18275 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18276</ul>
18277<li><b>InitialCellSelectionEndError</b>: trace fired upon failed initial cell selection procedure<br> <ul>
18278 <li> %Callback signature: ns3::LteUeRrc::CellSelectionTracedCallback
18279</li>
18280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18281</ul>
18282<li><b>InitialCellSelectionEndOk</b>: trace fired upon successful initial cell selection procedure<br> <ul>
18283 <li> %Callback signature: ns3::LteUeRrc::CellSelectionTracedCallback
18284</li>
18285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18286</ul>
18287<li><b>MibReceived</b>: trace fired upon reception of Master Information Block<br> <ul>
18288 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18289</li>
18290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18291</ul>
18292<li><b>PhySyncDetection</b>: trace fired upon receiving in Sync or out of Sync indications from UE PHY<br> <ul>
18293 <li> %Callback signature: ns3::LteUeRrc::PhySyncDetectionTracedCallback
18294</li>
18295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18296</ul>
18297<li><b>RadioLinkFailure</b>: trace fired upon failure of radio link<br> <ul>
18298 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18299</li>
18300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18301</ul>
18302<li><b>RandomAccessError</b>: trace fired upon failure of the random access procedure<br> <ul>
18303 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18304</li>
18305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18306</ul>
18307<li><b>RandomAccessSuccessful</b>: trace fired upon successful completion of the random access procedure<br> <ul>
18308 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18309</li>
18310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18311</ul>
18312<li><b>SCarrierConfigured</b>: trace fired after configuring secondary carriers<br> <ul>
18313 <li> %Callback signature: ns3::LteUeRrc::SCarrierConfiguredTracedCallback
18314</li>
18315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18316</ul>
18317<li><b>Sib1Received</b>: trace fired upon reception of System Information Block Type 1<br> <ul>
18318 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18319</li>
18320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18321</ul>
18322<li><b>Sib2Received</b>: trace fired upon reception of System Information Block Type 2<br> <ul>
18323 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18324</li>
18325 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18326</ul>
18327<li><b>Srb1Created</b>: trace fired after SRB1 is created<br> <ul>
18328 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18329</li>
18330 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18331</ul>
18332<li><b>StateTransition</b>: trace fired upon every UE RRC state transition<br> <ul>
18333 <li> %Callback signature: ns3::LteUeRrc::StateTracedCallback
18334</li>
18335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18336</ul>
18337</ul>
18338<b>Group:</b> Lte
18339
18340<b>Size</b> of this type is 1472 bytes (on a 64-bit architecture).
18341*/
18342
18343/*!
18344
18345\class ns3::LteUeRrcProtocolIdeal
18346
18347Introspection did not find any typical Config paths.<br>
18348No Attributes are defined for this type.<br>
18349No TraceSources are defined for this type.<br>
18350<b>Group:</b> Lte
18351
18352<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
18353*/
18354
18355/*!
18356
18357\class ns3::LteUeRrcProtocolReal
18358
18359Introspection did not find any typical Config paths.<br>
18360No Attributes are defined for this type.<br>
18361No TraceSources are defined for this type.<br>
18362<b>Group:</b> Lte
18363
18364<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
18365*/
18366
18367/*!
18368
18369\class ns3::MacHeaderType
18370
18371Introspection did not find any typical Config paths.<br>
18372No Attributes are defined for this type.<br>
18373No TraceSources are defined for this type.<br>
18374<b>Group:</b> Wimax
18375
18376<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
18377*/
18378
18379/*!
18380
18381\class ns3::MacStatsCalculator
18382
18383Introspection did not find any typical Config paths.<br>
18384<h3>Attributes</h3>
18385<ul>
18386<li><b>DlOutputFilename</b>: Name of the file where the downlink results will be saved.
18387 <ul>
18388 <li>Set with class: \ref ns3::StringValue</li>
18389 <li>Underlying type: \p std::string</li>
18390 <li>Initial value: DlMacStats.txt</li>
18391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18393 </ul>
18394<li><b>UlOutputFilename</b>: Name of the file where the uplink results will be saved.
18395 <ul>
18396 <li>Set with class: \ref ns3::StringValue</li>
18397 <li>Underlying type: \p std::string</li>
18398 <li>Initial value: UlMacStats.txt</li>
18399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18401 </ul>
18402</ul>
18403No TraceSources are defined for this type.<br>
18404<b>Group:</b> Lte
18405
18406<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
18407*/
18408
18409/*!
18410
18411\class ns3::ManagementMessageType
18412
18413Introspection did not find any typical Config paths.<br>
18414No Attributes are defined for this type.<br>
18415No TraceSources are defined for this type.<br>
18416<b>Group:</b> Wimax
18417
18418<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
18419*/
18420
18421/*!
18422
18423\class ns3::MapScheduler
18424
18425Introspection did not find any typical Config paths.<br>
18426No Attributes are defined for this type.<br>
18427No TraceSources are defined for this type.<br>
18428<b>Group:</b> Core
18429
18430<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
18431*/
18432
18433/*!
18434
18435\class ns3::MatrixPropagationLossModel
18436
18437<h3>Config Paths</h3>
18438
18439ns3::MatrixPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
18440<ul>
18441<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18442<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18443<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18444<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18445<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18446<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18447<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18448</ul>
18449<h3>Attributes</h3>
18450<ul>
18451<li><b>DefaultLoss</b>: The default value for propagation loss, dB.
18452 <ul>
18453 <li>Set with class: \ref ns3::DoubleValue</li>
18454 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18455 <li>Initial value: 1.79769e+308</li>
18456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18458 </ul>
18459</ul>
18460No TraceSources are defined for this type.<br>
18461<b>Group:</b> Propagation
18462
18463<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
18464*/
18465
18466/*!
18467
18468\class ns3::MeshInformationElementVector
18469
18470Introspection did not find any typical Config paths.<br>
18471No Attributes are defined for this type.<br>
18472No TraceSources are defined for this type.<br>
18473<b>Group:</b> Mesh
18474
18475<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
18476*/
18477
18478/*!
18479
18480\class ns3::MeshL2RoutingProtocol
18481
18482<h3>Config Paths</h3>
18483
18484ns3::MeshL2RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
18485<ul>
18486<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/RoutingProtocol"</li>
18487</ul>
18488No Attributes are defined for this type.<br>
18489No TraceSources are defined for this type.<br>
18490<b>Group:</b> Mesh
18491
18492<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
18493*/
18494
18495/*!
18496
18497\class ns3::MeshPointDevice
18498
18499<h3>Config Paths</h3>
18500
18501ns3::MeshPointDevice is accessible through the following paths with Config::Set and Config::Connect:
18502<ul>
18503<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice"</li>
18504</ul>
18505<h3>Attributes</h3>
18506<ul>
18507<li><b>ForwardingDelay</b>: A random variable to account for processing time (microseconds) to forward a frame.
18508 <ul>
18509 <li>Set with class: \ref ns3::PointerValue</li>
18510 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
18511 <li>Initial value: ns3::UniformRandomVariable[Min=300.0|Max=400.0]</li>
18512 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18513 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18514 </ul>
18515<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
18516 <ul>
18517 <li>Set with class: \ref ns3::UintegerValue</li>
18518 <li>Underlying type: uint16_t 0:65535</li>
18519 <li>Initial value: 65535</li>
18520 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18522 </ul>
18523<li><b>RoutingProtocol</b>: The mesh routing protocol used by this mesh point.
18524 <ul>
18525 <li>Set with class: \ref ns3::PointerValue</li>
18526 <li>Underlying type: \ref ns3::Ptr< \ref ns3::MeshL2RoutingProtocol></li>
18527 <li>Initial value: 0</li>
18528 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18530 </ul>
18531</ul>
18532No TraceSources are defined for this type.<br>
18533<b>Group:</b> Mesh
18534
18535<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
18536*/
18537
18538/*!
18539
18540\class ns3::MeshStack
18541
18542Introspection did not find any typical Config paths.<br>
18543No Attributes are defined for this type.<br>
18544No TraceSources are defined for this type.<br>
18545<b>Group:</b> Mesh
18546
18547<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
18548*/
18549
18550/*!
18551
18552\class ns3::MeshWifiInterfaceMac
18553
18554<h3>Config Paths</h3>
18555
18556ns3::MeshWifiInterfaceMac is accessible through the following paths with Config::Set and Config::Connect:
18557<ul>
18558<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::MeshWifiInterfaceMac"</li>
18559</ul>
18560<h3>Attributes</h3>
18561<ul>
18562<li><b>BeaconGeneration</b>: Enable/Disable Beaconing.
18563 <ul>
18564 <li>Set with class: \ref ns3::BooleanValue</li>
18565 <li>Underlying type: bool</li>
18566 <li>Initial value: true</li>
18567 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18569 </ul>
18570<li><b>BeaconInterval</b>: Beacon Interval
18571 <ul>
18572 <li>Set with class: \ref ns3::TimeValue</li>
18573 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18574 <li>Initial value: +5e+08ns</li>
18575 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18576 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18577 </ul>
18578<li><b>RandomStart</b>: Window when beacon generating starts (uniform random) in seconds
18579 <ul>
18580 <li>Set with class: \ref ns3::TimeValue</li>
18581 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18582 <li>Initial value: +5e+08ns</li>
18583 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18585 </ul>
18586</ul>
18587<h3>Attributes defined in parent class ns3::WifiMac</h3>
18588<ul>
18589<li><b>BE_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
18590 <ul>
18591 <li>Set with class: \ref ns3::UintegerValue</li>
18592 <li>Underlying type: uint16_t 0:65535</li>
18593 <li>Initial value: 0</li>
18594 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18595 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18596 </ul>
18597<li><b>BE_BlockAckThreshold</b>: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
18598 <ul>
18599 <li>Set with class: \ref ns3::UintegerValue</li>
18600 <li>Underlying type: uint8_t 0:64</li>
18601 <li>Initial value: 0</li>
18602 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18603 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18604 </ul>
18605<li><b>BE_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
18606 <ul>
18607 <li>Set with class: \ref ns3::UintegerValue</li>
18608 <li>Underlying type: uint32_t 0:15523200</li>
18609 <li>Initial value: 65535</li>
18610 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18611 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18612 </ul>
18613<li><b>BE_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
18614 <ul>
18615 <li>Set with class: \ref ns3::UintegerValue</li>
18616 <li>Underlying type: uint16_t 0:11398</li>
18617 <li>Initial value: 0</li>
18618 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18620 </ul>
18621<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
18622 <ul>
18623 <li>Set with class: \ref ns3::PointerValue</li>
18624 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18625 <li>Initial value: 0</li>
18626 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18628 </ul>
18629<li><b>BK_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
18630 <ul>
18631 <li>Set with class: \ref ns3::UintegerValue</li>
18632 <li>Underlying type: uint16_t 0:65535</li>
18633 <li>Initial value: 0</li>
18634 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18636 </ul>
18637<li><b>BK_BlockAckThreshold</b>: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
18638 <ul>
18639 <li>Set with class: \ref ns3::UintegerValue</li>
18640 <li>Underlying type: uint8_t 0:64</li>
18641 <li>Initial value: 0</li>
18642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18644 </ul>
18645<li><b>BK_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
18646 <ul>
18647 <li>Set with class: \ref ns3::UintegerValue</li>
18648 <li>Underlying type: uint32_t 0:15523200</li>
18649 <li>Initial value: 0</li>
18650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18652 </ul>
18653<li><b>BK_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
18654 <ul>
18655 <li>Set with class: \ref ns3::UintegerValue</li>
18656 <li>Underlying type: uint16_t 0:11398</li>
18657 <li>Initial value: 0</li>
18658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18660 </ul>
18661<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
18662 <ul>
18663 <li>Set with class: \ref ns3::PointerValue</li>
18664 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18665 <li>Initial value: 0</li>
18666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18668 </ul>
18669<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
18670 <ul>
18671 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18672 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
18673 <li>Flags: <span class="mlabel">read</span></li>
18674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18675 </ul>
18676<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
18677 <ul>
18678 <li>Set with class: \ref ns3::BooleanValue</li>
18679 <li>Underlying type: bool</li>
18680 <li>Initial value: false</li>
18681 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18683 </ul>
18684<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
18685 <ul>
18686 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18687 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
18688 <li>Flags: <span class="mlabel">read</span></li>
18689 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18690 </ul>
18691<li><b>FrameRetryLimit</b>: The maximum number of transmission attempts of a frame that are made before a failure condition is indicated. This corresponds to the dot11ShortRetryLimit parameter in the standard.
18692 <ul>
18693 <li>Set with class: \ref ns3::UintegerValue</li>
18694 <li>Underlying type: uint32_t 1:65535</li>
18695 <li>Initial value: 7</li>
18696 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18697 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18698 </ul>
18699<li><b>MpduBufferSize</b>: The size (in number of MPDUs) of the buffer used for each BlockAck agreement in which this node is a recipient. The provided value is capped to the maximum allowed value based on the supported standard.
18700 <ul>
18701 <li>Set with class: \ref ns3::UintegerValue</li>
18702 <li>Underlying type: uint16_t 1:1024</li>
18703 <li>Initial value: 1024</li>
18704 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18706 </ul>
18707<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
18708 <ul>
18709 <li>Set with class: \ref ns3::BooleanValue</li>
18710 <li>Underlying type: bool</li>
18711 <li>Initial value: false</li>
18712 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18714 </ul>
18715<li><b>RobustAVStreamingSupported</b>: Whether or not Robust Audio Video Streaming is supported (only allowed for AP STAs or non-AP that are HT capable).
18716 <ul>
18717 <li>Set with class: \ref ns3::BooleanValue</li>
18718 <li>Underlying type: bool</li>
18719 <li>Initial value: false</li>
18720 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18721 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18722 </ul>
18723<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
18724 <ul>
18725 <li>Set with class: \ref ns3::BooleanValue</li>
18726 <li>Underlying type: bool</li>
18727 <li>Initial value: true</li>
18728 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18729 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18730 </ul>
18731<li><b>Ssid</b>: The ssid we want to belong to.
18732 <ul>
18733 <li>Set with class: \ref ns3::SsidValue</li>
18734 <li>Underlying type: \p Ssid</li>
18735 <li>Initial value: SSID=[default]</li>
18736 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18737 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18738 </ul>
18739<li><b>Txop</b>: The Txop object.
18740 <ul>
18741 <li>Set with class: \ref ns3::PointerValue</li>
18742 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
18743 <li>Initial value: 0</li>
18744 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18745 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18746 </ul>
18747<li><b>VI_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
18748 <ul>
18749 <li>Set with class: \ref ns3::UintegerValue</li>
18750 <li>Underlying type: uint16_t 0:65535</li>
18751 <li>Initial value: 0</li>
18752 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18754 </ul>
18755<li><b>VI_BlockAckThreshold</b>: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
18756 <ul>
18757 <li>Set with class: \ref ns3::UintegerValue</li>
18758 <li>Underlying type: uint8_t 0:64</li>
18759 <li>Initial value: 0</li>
18760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18762 </ul>
18763<li><b>VI_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
18764 <ul>
18765 <li>Set with class: \ref ns3::UintegerValue</li>
18766 <li>Underlying type: uint32_t 0:15523200</li>
18767 <li>Initial value: 65535</li>
18768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18770 </ul>
18771<li><b>VI_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
18772 <ul>
18773 <li>Set with class: \ref ns3::UintegerValue</li>
18774 <li>Underlying type: uint16_t 0:11398</li>
18775 <li>Initial value: 0</li>
18776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18778 </ul>
18779<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
18780 <ul>
18781 <li>Set with class: \ref ns3::PointerValue</li>
18782 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18783 <li>Initial value: 0</li>
18784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18786 </ul>
18787<li><b>VO_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
18788 <ul>
18789 <li>Set with class: \ref ns3::UintegerValue</li>
18790 <li>Underlying type: uint16_t 0:65535</li>
18791 <li>Initial value: 0</li>
18792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18794 </ul>
18795<li><b>VO_BlockAckThreshold</b>: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
18796 <ul>
18797 <li>Set with class: \ref ns3::UintegerValue</li>
18798 <li>Underlying type: uint8_t 0:64</li>
18799 <li>Initial value: 0</li>
18800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18802 </ul>
18803<li><b>VO_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
18804 <ul>
18805 <li>Set with class: \ref ns3::UintegerValue</li>
18806 <li>Underlying type: uint32_t 0:15523200</li>
18807 <li>Initial value: 0</li>
18808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18810 </ul>
18811<li><b>VO_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
18812 <ul>
18813 <li>Set with class: \ref ns3::UintegerValue</li>
18814 <li>Underlying type: uint16_t 0:11398</li>
18815 <li>Initial value: 0</li>
18816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18818 </ul>
18819<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
18820 <ul>
18821 <li>Set with class: \ref ns3::PointerValue</li>
18822 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18823 <li>Initial value: 0</li>
18824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18826 </ul>
18827</ul>
18828No TraceSources are defined for this type.<br>
18829<h3>TraceSources defined in parent class ns3::WifiMac</h3>
18830<ul>
18831<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
18832 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
18833</li>
18834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18835</ul>
18836<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
18837 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
18838</li>
18839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18840</ul>
18841<li><b>IcfDropReason</b>: An ICF sent by the given sender is dropped by an EMLSR client for the given reason on the link with the given ID. This trace source is actually fed by the EHT Frame Exchange Manager through the m_icfDropCallback member variable.<br> <ul>
18842 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
18843</li>
18844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18845</ul>
18846<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace.<br> <ul>
18847 <li> %Callback signature: ns3::Packet::TracedCallback
18848</li>
18849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18850</ul>
18851<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace.<br> <ul>
18852 <li> %Callback signature: ns3::Packet::TracedCallback
18853</li>
18854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18855</ul>
18856<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.<br> <ul>
18857 <li> %Callback signature: ns3::Packet::TracedCallback
18858</li>
18859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18860</ul>
18861<li><b>MacTx</b>: A packet has been received by the WifiNetDevice and is about to be enqueued; it has a LlcSnapHeader prepended but not yet a WifiMacHeader.<br> <ul>
18862 <li> %Callback signature: ns3::Packet::TracedCallback
18863</li>
18864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18865</ul>
18866<li><b>MacTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission. This trace source is fired, e.g., when an AP's MAC receives from the upper layer a packet destined to a station that is not associated with the AP or a STA's MAC receives a packet from the upper layer while it is not associated with any AP.<br> <ul>
18867 <li> %Callback signature: ns3::Packet::TracedCallback
18868</li>
18869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18870</ul>
18871<li><b>MpduResponseTimeout</b>: An MPDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the MPDU. This trace source is fired when a CTS is missing after an RTS, when all CTS frames are missing after an MU-RTS, or when a Normal Ack is missing after an MPDU or after a DL MU PPDU acknowledged in SU format.<br> <ul>
18872 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
18873</li>
18874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18875</ul>
18876<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
18877 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
18878</li>
18879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18880</ul>
18881<li><b>PsduMapResponseTimeout</b>: A PSDU map for which not all the responses were received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason), the set of MAC addresses of the stations that did not respond and the total number of stations that had to respond. This trace source is fired when not all the addressed stations responded to an MU-BAR Trigger frame (either sent as a SU frame or aggregated to PSDUs in the DL MU PPDU), a Basic Trigger Frame or a BSRP Trigger Frame.<br> <ul>
18882 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
18883</li>
18884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18885</ul>
18886<li><b>PsduResponseTimeout</b>: A PSDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the PSDU. This trace source is fired when a BlockAck is missing after an A-MPDU, a BlockAckReq (possibly in the context of the acknowledgment of a DL MU PPDU in SU format) or a TB PPDU (in the latter case the missing BlockAck is a Multi-STA BlockAck).<br> <ul>
18887 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
18888</li>
18889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18890</ul>
18891</ul>
18892<b>Group:</b> Mesh
18893
18894<b>Size</b> of this type is 904 bytes (on a 64-bit architecture).
18895*/
18896
18897/*!
18898
18899\class ns3::MgtAddBaRequestHeader
18900
18901Introspection did not find any typical Config paths.<br>
18902No Attributes are defined for this type.<br>
18903No TraceSources are defined for this type.<br>
18904<b>Group:</b> Wifi
18905
18906<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
18907*/
18908
18909/*!
18910
18911\class ns3::MgtAddBaResponseHeader
18912
18913Introspection did not find any typical Config paths.<br>
18914No Attributes are defined for this type.<br>
18915No TraceSources are defined for this type.<br>
18916<b>Group:</b> Wifi
18917
18918<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
18919*/
18920
18921/*!
18922
18923\class ns3::MgtAssocRequestHeader
18924
18925Introspection did not find any typical Config paths.<br>
18926No Attributes are defined for this type.<br>
18927No TraceSources are defined for this type.<br>
18928<b>Group:</b> Wifi
18929
18930<b>Size</b> of this type is 1184 bytes (on a 64-bit architecture).
18931*/
18932
18933/*!
18934
18935\class ns3::MgtAssocResponseHeader
18936
18937Introspection did not find any typical Config paths.<br>
18938No Attributes are defined for this type.<br>
18939No TraceSources are defined for this type.<br>
18940<b>Group:</b> Wifi
18941
18942<b>Size</b> of this type is 1520 bytes (on a 64-bit architecture).
18943*/
18944
18945/*!
18946
18947\class ns3::MgtBeaconHeader
18948
18949Introspection did not find any typical Config paths.<br>
18950No Attributes are defined for this type.<br>
18951No TraceSources are defined for this type.<br>
18952<b>Group:</b> Wifi
18953
18954<b>Size</b> of this type is 1688 bytes (on a 64-bit architecture).
18955*/
18956
18957/*!
18958
18959\class ns3::MgtDelBaHeader
18960
18961Introspection did not find any typical Config paths.<br>
18962No Attributes are defined for this type.<br>
18963No TraceSources are defined for this type.<br>
18964<b>Group:</b> Wifi
18965
18966<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
18967*/
18968
18969/*!
18970
18971\class ns3::MgtEmlOperatingModeNotification
18972
18973Introspection did not find any typical Config paths.<br>
18974No Attributes are defined for this type.<br>
18975No TraceSources are defined for this type.<br>
18976<b>Group:</b> Wifi
18977
18978<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
18979*/
18980
18981/*!
18982
18983\class ns3::MgtProbeRequestHeader
18984
18985Introspection did not find any typical Config paths.<br>
18986No Attributes are defined for this type.<br>
18987No TraceSources are defined for this type.<br>
18988<b>Group:</b> Wifi
18989
18990<b>Size</b> of this type is 1056 bytes (on a 64-bit architecture).
18991*/
18992
18993/*!
18994
18995\class ns3::MgtProbeResponseHeader
18996
18997Introspection did not find any typical Config paths.<br>
18998No Attributes are defined for this type.<br>
18999No TraceSources are defined for this type.<br>
19000<b>Group:</b> Wifi
19001
19002<b>Size</b> of this type is 1688 bytes (on a 64-bit architecture).
19003*/
19004
19005/*!
19006
19007\class ns3::MgtReassocRequestHeader
19008
19009Introspection did not find any typical Config paths.<br>
19010No Attributes are defined for this type.<br>
19011No TraceSources are defined for this type.<br>
19012<b>Group:</b> Wifi
19013
19014<b>Size</b> of this type is 1192 bytes (on a 64-bit architecture).
19015*/
19016
19017/*!
19018
19019\class ns3::MinstrelHtWifiManager
19020
19021<h3>Config Paths</h3>
19022
19023ns3::MinstrelHtWifiManager is accessible through the following paths with Config::Set and Config::Connect:
19024<ul>
19025<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::MinstrelHtWifiManager"</li>
19026<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::MinstrelHtWifiManager"</li>
19027</ul>
19028<h3>Attributes</h3>
19029<ul>
19030<li><b>EWMA</b>: EWMA level
19031 <ul>
19032 <li>Set with class: \ref ns3::UintegerValue</li>
19033 <li>Underlying type: uint8_t 0:100</li>
19034 <li>Initial value: 75</li>
19035 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19037 </ul>
19038<li><b>LegacyUpdateStatistics</b>: The interval between updating statistics table (for legacy Minstrel)
19039 <ul>
19040 <li>Set with class: \ref ns3::TimeValue</li>
19041 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19042 <li>Initial value: +1e+08ns</li>
19043 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19045 </ul>
19046<li><b>LookAroundRate</b>: The percentage to try other rates (for legacy Minstrel)
19047 <ul>
19048 <li>Set with class: \ref ns3::UintegerValue</li>
19049 <li>Underlying type: uint8_t 0:100</li>
19050 <li>Initial value: 10</li>
19051 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19053 </ul>
19054<li><b>PacketLength</b>: The packet length used for calculating mode TxTime (bytes)
19055 <ul>
19056 <li>Set with class: \ref ns3::UintegerValue</li>
19057 <li>Underlying type: uint32_t 0:4294967295</li>
19058 <li>Initial value: 1200</li>
19059 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19060 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19061 </ul>
19062<li><b>PrintStats</b>: Control the printing of the statistics table
19063 <ul>
19064 <li>Set with class: \ref ns3::BooleanValue</li>
19065 <li>Underlying type: bool</li>
19066 <li>Initial value: false</li>
19067 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19068 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19069 </ul>
19070<li><b>SampleColumn</b>: The number of columns used for sampling
19071 <ul>
19072 <li>Set with class: \ref ns3::UintegerValue</li>
19073 <li>Underlying type: uint8_t 0:255</li>
19074 <li>Initial value: 10</li>
19075 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19076 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19077 </ul>
19078<li><b>UpdateStatistics</b>: The interval between updating statistics table
19079 <ul>
19080 <li>Set with class: \ref ns3::TimeValue</li>
19081 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19082 <li>Initial value: +5e+07ns</li>
19083 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19084 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19085 </ul>
19086<li><b>UseLatestAmendmentOnly</b>: Use only the latest amendment when it is supported by both peers
19087 <ul>
19088 <li>Set with class: \ref ns3::BooleanValue</li>
19089 <li>Underlying type: bool</li>
19090 <li>Initial value: true</li>
19091 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19092 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19093 </ul>
19094</ul>
19095<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
19096<ul>
19097<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
19098 <ul>
19099 <li>Set with class: \ref ns3::UintegerValue</li>
19100 <li>Underlying type: uint8_t 0:255</li>
19101 <li>Initial value: 0</li>
19102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19104 </ul>
19105<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
19106 <ul>
19107 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19108 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19109 <li>Initial value: Cts-To-Self</li>
19110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19112 </ul>
19113<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
19114 <ul>
19115 <li>Set with class: \ref ns3::UintegerValue</li>
19116 <li>Underlying type: uint32_t 256:65535</li>
19117 <li>Initial value: 65535</li>
19118 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19120 </ul>
19121<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
19122 <ul>
19123 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19124 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19125 <li>Initial value: Cts-To-Self</li>
19126 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19128 </ul>
19129<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
19130 <ul>
19131 <li>Set with class: \ref ns3::BooleanValue</li>
19132 <li>Underlying type: bool</li>
19133 <li>Initial value: false</li>
19134 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19136 </ul>
19137<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
19138 <ul>
19139 <li>Set with class: \ref ns3::UintegerValue</li>
19140 <li>Underlying type: uint32_t 0:4294967295</li>
19141 <li>Initial value: 4</li>
19142 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19143 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19144 </ul>
19145<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
19146 <ul>
19147 <li>Set with class: \ref ns3::UintegerValue</li>
19148 <li>Underlying type: uint32_t 0:4294967295</li>
19149 <li>Initial value: 7</li>
19150 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19151 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19152 </ul>
19153<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
19154 <ul>
19155 <li>Set with class: \ref ns3::WifiModeValue</li>
19156 <li>Underlying type: \p WifiMode</li>
19157 <li>Initial value: Invalid-WifiMode</li>
19158 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19159 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19160 </ul>
19161<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
19162 <ul>
19163 <li>Set with class: \ref ns3::UintegerValue</li>
19164 <li>Underlying type: uint32_t 0:4692480</li>
19165 <li>Initial value: 4692480</li>
19166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19168 </ul>
19169<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
19170 <ul>
19171 <li>Set with class: \ref ns3::TimeValue</li>
19172 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19173 <li>Initial value: +0ns</li>
19174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19176 </ul>
19177</ul>
19178<h3>TraceSources</h3>
19179<ul>
19180<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
19181 <li> %Callback signature: ns3::TracedValueCallback::Uint64
19182</li>
19183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19184</ul>
19185</ul>
19186<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
19187<ul>
19188<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
19189 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19190</li>
19191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19192</ul>
19193<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
19194 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19195</li>
19196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19197</ul>
19198<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
19199 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19200</li>
19201 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19202</ul>
19203<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
19204 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19205</li>
19206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19207</ul>
19208</ul>
19209<b>Group:</b> Wifi
19210
19211<b>Size</b> of this type is 520 bytes (on a 64-bit architecture).
19212*/
19213
19214/*!
19215
19216\class ns3::MinstrelWifiManager
19217
19218<h3>Config Paths</h3>
19219
19220ns3::MinstrelWifiManager is accessible through the following paths with Config::Set and Config::Connect:
19221<ul>
19222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::MinstrelWifiManager"</li>
19223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::MinstrelWifiManager"</li>
19224</ul>
19225<h3>Attributes</h3>
19226<ul>
19227<li><b>EWMA</b>: EWMA level
19228 <ul>
19229 <li>Set with class: \ref ns3::UintegerValue</li>
19230 <li>Underlying type: uint8_t 0:255</li>
19231 <li>Initial value: 75</li>
19232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19234 </ul>
19235<li><b>LookAroundRate</b>: The percentage to try other rates
19236 <ul>
19237 <li>Set with class: \ref ns3::UintegerValue</li>
19238 <li>Underlying type: uint8_t 0:255</li>
19239 <li>Initial value: 10</li>
19240 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19242 </ul>
19243<li><b>PacketLength</b>: The packet length used for calculating mode TxTime
19244 <ul>
19245 <li>Set with class: \ref ns3::UintegerValue</li>
19246 <li>Underlying type: uint32_t 0:4294967295</li>
19247 <li>Initial value: 1200</li>
19248 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19249 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19250 </ul>
19251<li><b>PrintSamples</b>: Print samples table
19252 <ul>
19253 <li>Set with class: \ref ns3::BooleanValue</li>
19254 <li>Underlying type: bool</li>
19255 <li>Initial value: false</li>
19256 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19258 </ul>
19259<li><b>PrintStats</b>: Print statistics table
19260 <ul>
19261 <li>Set with class: \ref ns3::BooleanValue</li>
19262 <li>Underlying type: bool</li>
19263 <li>Initial value: false</li>
19264 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19266 </ul>
19267<li><b>SampleColumn</b>: The number of columns used for sampling
19268 <ul>
19269 <li>Set with class: \ref ns3::UintegerValue</li>
19270 <li>Underlying type: uint8_t 0:255</li>
19271 <li>Initial value: 10</li>
19272 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19274 </ul>
19275<li><b>UpdateStatistics</b>: The interval between updating statistics table
19276 <ul>
19277 <li>Set with class: \ref ns3::TimeValue</li>
19278 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19279 <li>Initial value: +1e+08ns</li>
19280 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19281 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19282 </ul>
19283</ul>
19284<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
19285<ul>
19286<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
19287 <ul>
19288 <li>Set with class: \ref ns3::UintegerValue</li>
19289 <li>Underlying type: uint8_t 0:255</li>
19290 <li>Initial value: 0</li>
19291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19293 </ul>
19294<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
19295 <ul>
19296 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19297 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19298 <li>Initial value: Cts-To-Self</li>
19299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19301 </ul>
19302<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
19303 <ul>
19304 <li>Set with class: \ref ns3::UintegerValue</li>
19305 <li>Underlying type: uint32_t 256:65535</li>
19306 <li>Initial value: 65535</li>
19307 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19309 </ul>
19310<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
19311 <ul>
19312 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19313 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19314 <li>Initial value: Cts-To-Self</li>
19315 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19317 </ul>
19318<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
19319 <ul>
19320 <li>Set with class: \ref ns3::BooleanValue</li>
19321 <li>Underlying type: bool</li>
19322 <li>Initial value: false</li>
19323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19325 </ul>
19326<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
19327 <ul>
19328 <li>Set with class: \ref ns3::UintegerValue</li>
19329 <li>Underlying type: uint32_t 0:4294967295</li>
19330 <li>Initial value: 4</li>
19331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19332 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19333 </ul>
19334<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
19335 <ul>
19336 <li>Set with class: \ref ns3::UintegerValue</li>
19337 <li>Underlying type: uint32_t 0:4294967295</li>
19338 <li>Initial value: 7</li>
19339 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19340 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19341 </ul>
19342<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
19343 <ul>
19344 <li>Set with class: \ref ns3::WifiModeValue</li>
19345 <li>Underlying type: \p WifiMode</li>
19346 <li>Initial value: Invalid-WifiMode</li>
19347 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19349 </ul>
19350<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
19351 <ul>
19352 <li>Set with class: \ref ns3::UintegerValue</li>
19353 <li>Underlying type: uint32_t 0:4692480</li>
19354 <li>Initial value: 4692480</li>
19355 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19356 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19357 </ul>
19358<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
19359 <ul>
19360 <li>Set with class: \ref ns3::TimeValue</li>
19361 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19362 <li>Initial value: +0ns</li>
19363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19365 </ul>
19366</ul>
19367<h3>TraceSources</h3>
19368<ul>
19369<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
19370 <li> %Callback signature: ns3::TracedValueCallback::Uint64
19371</li>
19372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19373</ul>
19374</ul>
19375<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
19376<ul>
19377<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
19378 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19379</li>
19380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19381</ul>
19382<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
19383 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19384</li>
19385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19386</ul>
19387<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
19388 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19389</li>
19390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19391</ul>
19392<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
19393 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19394</li>
19395 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19396</ul>
19397</ul>
19398<b>Group:</b> Wifi
19399
19400<b>Size</b> of this type is 520 bytes (on a 64-bit architecture).
19401*/
19402
19403/*!
19404
19405\class ns3::MobilityBuildingInfo
19406
19407Introspection did not find any typical Config paths.<br>
19408No Attributes are defined for this type.<br>
19409No TraceSources are defined for this type.<br>
19410<b>Group:</b> Buildings
19411
19412<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
19413*/
19414
19415/*!
19416
19417\class ns3::MobilityModel
19418
19419<h3>Config Paths</h3>
19420
19421ns3::MobilityModel is accessible through the following paths with Config::Set and Config::Connect:
19422<ul>
19423<li>"/NodeList/[i]/$ns3::MobilityModel"</li>
19424</ul>
19425<h3>Attributes</h3>
19426<ul>
19427<li><b>Position</b>: The current position of the mobility model.
19428 <ul>
19429 <li>Set with class: \ref ns3::Vector3DValue</li>
19430 <li>Underlying type: \p Vector3D</li>
19431 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
19432 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19433 </ul>
19434<li><b>Velocity</b>: The current velocity of the mobility model.
19435 <ul>
19436 <li>Set with class: \ref ns3::Vector3DValue</li>
19437 <li>Underlying type: \p Vector3D</li>
19438 <li>Flags: <span class="mlabel">read</span></li>
19439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19440 </ul>
19441</ul>
19442<h3>TraceSources</h3>
19443<ul>
19444<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
19445 <li> %Callback signature: ns3::MobilityModel::TracedCallback
19446</li>
19447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19448</ul>
19449</ul>
19450<b>Group:</b> Mobility
19451
19452<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19453*/
19454
19455/*!
19456
19457\class ns3::MpduAggregator
19458
19459Introspection did not find any typical Config paths.<br>
19460No Attributes are defined for this type.<br>
19461No TraceSources are defined for this type.<br>
19462<b>Group:</b> Wifi
19463
19464<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19465*/
19466
19467/*!
19468
19469\class ns3::MqQueueDisc
19470
19471Introspection did not find any typical Config paths.<br>
19472No Attributes are defined for this type.<br>
19473<h3>Attributes defined in parent class ns3::QueueDisc</h3>
19474<ul>
19475<li><b>InternalQueueList</b>: The list of internal queues.
19476 <ul>
19477 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19478 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
19479 <li>Flags: <span class="mlabel">read</span></li>
19480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19481 </ul>
19482<li><b>PacketFilterList</b>: The list of packet filters.
19483 <ul>
19484 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19485 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
19486 <li>Flags: <span class="mlabel">read</span></li>
19487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19488 </ul>
19489<li><b>QueueDiscClassList</b>: The list of queue disc classes.
19490 <ul>
19491 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19492 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
19493 <li>Flags: <span class="mlabel">read</span></li>
19494 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19495 </ul>
19496<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
19497 <ul>
19498 <li>Set with class: \ref ns3::UintegerValue</li>
19499 <li>Underlying type: uint32_t 0:4294967295</li>
19500 <li>Initial value: 64</li>
19501 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19502 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19503 </ul>
19504</ul>
19505No TraceSources are defined for this type.<br>
19506<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
19507<ul>
19508<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
19509 <li> %Callback signature: ns3::TracedValueCallback::Uint32
19510</li>
19511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19512</ul>
19513<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
19514 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19515</li>
19516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19517</ul>
19518<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
19519 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19520</li>
19521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19522</ul>
19523<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
19524 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19525</li>
19526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19527</ul>
19528<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
19529 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19530</li>
19531 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19532</ul>
19533<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
19534 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19535</li>
19536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19537</ul>
19538<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
19539 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19540</li>
19541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19542</ul>
19543<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
19544 <li> %Callback signature: ns3::TracedValueCallback::Uint32
19545</li>
19546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19547</ul>
19548<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
19549 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19550</li>
19551 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19552</ul>
19553<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
19554 <li> %Callback signature: ns3::Time::TracedCallback
19555</li>
19556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19557</ul>
19558</ul>
19559<b>Group:</b> TrafficControl
19560
19561<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
19562*/
19563
19564/*!
19565
19566\class ns3::MsduAggregator
19567
19568Introspection did not find any typical Config paths.<br>
19569No Attributes are defined for this type.<br>
19570No TraceSources are defined for this type.<br>
19571<b>Group:</b> Wifi
19572
19573<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19574*/
19575
19576/*!
19577
19578\class ns3::MultiModelSpectrumChannel
19579
19580<h3>Config Paths</h3>
19581
19582ns3::MultiModelSpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
19583<ul>
19584<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::MultiModelSpectrumChannel"</li>
19585<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19586<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::MultiModelSpectrumChannel"</li>
19587<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19588<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/$ns3::MultiModelSpectrumChannel"</li>
19589<li>"/ChannelList/[i]/$ns3::MultiModelSpectrumChannel"</li>
19590<li>"/ChannelList/[i]/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19591</ul>
19592No Attributes are defined for this type.<br>
19593<h3>Attributes defined in parent class ns3::SpectrumChannel</h3>
19594<ul>
19595<li><b>MaxLossDb</b>: If a single-frequency PropagationLossModel is used, this value represents the maximum loss in dB for which transmissions will be passed to the receiving PHY. Signals for which the PropagationLossModel returns a loss bigger than this value will not be propagated to the receiver. This parameter is to be used to reduce the computational load by not propagating signals that are far beyond the interference range. Note that the default value corresponds to considering all signals for reception. Tune this value with care.
19596 <ul>
19597 <li>Set with class: \ref ns3::DoubleValue</li>
19598 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19599 <li>Initial value: 1e+09</li>
19600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19602 </ul>
19603<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
19604 <ul>
19605 <li>Set with class: \ref ns3::PointerValue</li>
19606 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
19607 <li>Initial value: 0</li>
19608 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19610 </ul>
19611</ul>
19612<h3>Attributes defined in parent class ns3::Channel</h3>
19613<ul>
19614<li><b>Id</b>: The id (unique integer) of this Channel.
19615 <ul>
19616 <li>Set with class: \ref ns3::UintegerValue</li>
19617 <li>Underlying type: uint32_t 0:4294967295</li>
19618 <li>Flags: <span class="mlabel">read</span></li>
19619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19620 </ul>
19621</ul>
19622No TraceSources are defined for this type.<br>
19623<h3>TraceSources defined in parent class ns3::SpectrumChannel</h3>
19624<ul>
19625<li><b>Gain</b>: This trace is fired whenever a new path loss value is calculated. The parameters to this trace are : Pointer to the mobility model of the transmitter, Pointer to the mobility model of the receiver, Tx antenna gain, Rx antenna gain, Propagation gain, Pathloss<br> <ul>
19626 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
19627</li>
19628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19629</ul>
19630<li><b>PathLoss</b>: This trace is fired whenever a new path loss value is calculated. The first and second parameters to the trace are pointers respectively to the TX and RX SpectrumPhy instances, whereas the third parameters is the loss value in dB. Note that the loss value reported by this trace is the single-frequency loss value obtained by evaluating only the TX and RX AntennaModels and the PropagationLossModel. In particular, note that SpectrumPropagationLossModel (even if present) is never used to evaluate the loss value reported in this trace.<br> <ul>
19631 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
19632</li>
19633 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19634</ul>
19635<li><b>TxSigParams</b>: This trace is fired whenever a signal is transmitted. The sole parameter is a pointer to a copy of the SpectrumSignalParameters provided by the transmitter.<br> <ul>
19636 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
19637</li>
19638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19639</ul>
19640</ul>
19641<b>Group:</b> Spectrum
19642
19643<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
19644*/
19645
19646/*!
19647
19648\class ns3::MultiUserScheduler
19649
19650Introspection did not find any typical Config paths.<br>
19651<h3>Attributes</h3>
19652<ul>
19653<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.
19654 <ul>
19655 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
19656 <li>Underlying type: \p AC_BE|AC_VI|AC_VO|AC_BK</li>
19657 <li>Initial value: AC_BE</li>
19658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19660 </ul>
19661<li><b>AccessReqInterval</b>: Duration of the interval between two consecutive requests for channel access made by the MultiUserScheduler. Such requests are made independently of the presence of frames in the queues of the AP and are intended to allow the AP to coordinate UL MU transmissions even without DL traffic. A null duration indicates that such requests shall not be made.
19662 <ul>
19663 <li>Set with class: \ref ns3::TimeValue</li>
19664 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19665 <li>Initial value: +0ns</li>
19666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19668 </ul>
19669<li><b>DefaultTbPpduDuration</b>: Default duration of TB PPDUs solicited via a Basic Trigger Frame. This value is used to compute the Duration/ID field of BSRP Trigger Frames sent when the TXOP Limit is zero and the FrameExchangeManager continues the TXOP a SIFS after receiving response to the BSRP TF. This value shall also be used by subclasses when they have no other information available to determine the TX duration of solicited PPDUs. The default value roughly corresponds to half the maximum PPDU TX duration.
19670 <ul>
19671 <li>Set with class: \ref ns3::TimeValue</li>
19672 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19673 <li>Initial value: +2e+06ns</li>
19674 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19675 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19676 </ul>
19677<li><b>DelayAccessReqUponAccess</b>: If enabled, the access request interval is measured starting from the last time an EDCA function obtained channel access. Otherwise, the access request interval is measured starting from the last time the MultiUserScheduler made a request for channel access.
19678 <ul>
19679 <li>Set with class: \ref ns3::BooleanValue</li>
19680 <li>Underlying type: bool</li>
19681 <li>Initial value: true</li>
19682 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19684 </ul>
19685</ul>
19686No TraceSources are defined for this type.<br>
19687<b>Group:</b> Wifi
19688
19689<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
19690*/
19691
19692/*!
19693
19694\class ns3::MuSnrTag
19695
19696Introspection did not find any typical Config paths.<br>
19697No Attributes are defined for this type.<br>
19698No TraceSources are defined for this type.<br>
19699<b>Group:</b> Wifi
19700
19701<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19702*/
19703
19704/*!
19705
19706\class ns3::NakagamiPropagationLossModel
19707
19708<h3>Config Paths</h3>
19709
19710ns3::NakagamiPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
19711<ul>
19712<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19713<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19714<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19715<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19716<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19717<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19718<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19719</ul>
19720<h3>Attributes</h3>
19721<ul>
19722<li><b>Distance1</b>: Beginning of the second distance field. Default is 80m.
19723 <ul>
19724 <li>Set with class: \ref ns3::DoubleValue</li>
19725 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19726 <li>Initial value: 80</li>
19727 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19729 </ul>
19730<li><b>Distance2</b>: Beginning of the third distance field. Default is 200m.
19731 <ul>
19732 <li>Set with class: \ref ns3::DoubleValue</li>
19733 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19734 <li>Initial value: 200</li>
19735 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19736 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19737 </ul>
19738<li><b>ErlangRv</b>: Access to the underlying ErlangRandomVariable
19739 <ul>
19740 <li>Set with class: \ref ns3::PointerValue</li>
19741 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErlangRandomVariable></li>
19742 <li>Initial value: ns3::ErlangRandomVariable</li>
19743 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19745 </ul>
19746<li><b>GammaRv</b>: Access to the underlying GammaRandomVariable
19747 <ul>
19748 <li>Set with class: \ref ns3::PointerValue</li>
19749 <li>Underlying type: \ref ns3::Ptr< \ref ns3::GammaRandomVariable></li>
19750 <li>Initial value: ns3::GammaRandomVariable</li>
19751 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19752 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19753 </ul>
19754<li><b>m0</b>: m0 for distances smaller than Distance1. Default is 1.5.
19755 <ul>
19756 <li>Set with class: \ref ns3::DoubleValue</li>
19757 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19758 <li>Initial value: 1.5</li>
19759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19761 </ul>
19762<li><b>m1</b>: m1 for distances smaller than Distance2. Default is 0.75.
19763 <ul>
19764 <li>Set with class: \ref ns3::DoubleValue</li>
19765 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19766 <li>Initial value: 0.75</li>
19767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19769 </ul>
19770<li><b>m2</b>: m2 for distances greater than Distance2. Default is 0.75.
19771 <ul>
19772 <li>Set with class: \ref ns3::DoubleValue</li>
19773 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19774 <li>Initial value: 0.75</li>
19775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19777 </ul>
19778</ul>
19779No TraceSources are defined for this type.<br>
19780<b>Group:</b> Propagation
19781
19782<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
19783*/
19784
19785/*!
19786
19787\class ns3::NdiscCache
19788
19789Introspection did not find any typical Config paths.<br>
19790<h3>Attributes</h3>
19791<ul>
19792<li><b>UnresolvedQueueSize</b>: Size of the queue for packets pending an NA reply.
19793 <ul>
19794 <li>Set with class: \ref ns3::UintegerValue</li>
19795 <li>Underlying type: uint32_t 0:4294967295</li>
19796 <li>Initial value: 3</li>
19797 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19799 </ul>
19800</ul>
19801No TraceSources are defined for this type.<br>
19802<b>Group:</b> Internet
19803
19804<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
19805*/
19806
19807/*!
19808
19809\class ns3::NetDevice
19810
19811<h3>Config Paths</h3>
19812
19813ns3::NetDevice is accessible through the following paths with Config::Set and Config::Connect:
19814<ul>
19815<li>"/NodeList/[i]/DeviceList/[i]"</li>
19816</ul>
19817No Attributes are defined for this type.<br>
19818No TraceSources are defined for this type.<br>
19819<b>Group:</b> Network
19820
19821<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19822*/
19823
19824/*!
19825
19826\class ns3::NetDeviceQueue
19827
19828Introspection did not find any typical Config paths.<br>
19829No Attributes are defined for this type.<br>
19830No TraceSources are defined for this type.<br>
19831<b>Group:</b> Network
19832
19833<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
19834*/
19835
19836/*!
19837
19838\class ns3::NetDeviceQueueInterface
19839
19840Introspection did not find any typical Config paths.<br>
19841<h3>Attributes</h3>
19842<ul>
19843<li><b>NTxQueues</b>: The number of device transmission queues
19844 <ul>
19845 <li>Set with class: \ref ns3::UintegerValue</li>
19846 <li>Underlying type: uint16_t 1:65535</li>
19847 <li>Initial value: 1</li>
19848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
19849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19850 </ul>
19851<li><b>TxQueuesType</b>: The type of transmission queues to be used
19852 <ul>
19853 <li>Set with class: \ref ns3::TypeIdValue</li>
19854 <li>Underlying type: \p TypeId</li>
19855 <li>Initial value: ns3::NetDeviceQueue</li>
19856 <li>Flags: <span class="mlabel">construct</span></li>
19857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19858 </ul>
19859</ul>
19860No TraceSources are defined for this type.<br>
19861<b>Group:</b> Network
19862
19863<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
19864*/
19865
19866/*!
19867
19868\class ns3::NeverLosChannelConditionModel
19869
19870Introspection did not find any typical Config paths.<br>
19871No Attributes are defined for this type.<br>
19872No TraceSources are defined for this type.<br>
19873<b>Group:</b> Propagation
19874
19875<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19876*/
19877
19878/*!
19879
19880\class ns3::NeverLosVehicleChannelConditionModel
19881
19882<h3>Config Paths</h3>
19883
19884ns3::NeverLosVehicleChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
19885<ul>
19886<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19887<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19888<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19889<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19890<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19891<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19892<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19893</ul>
19894No Attributes are defined for this type.<br>
19895No TraceSources are defined for this type.<br>
19896<b>Group:</b> Propagation
19897
19898<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19899*/
19900
19901/*!
19902
19903\class ns3::NistErrorRateModel
19904
19905Introspection did not find any typical Config paths.<br>
19906No Attributes are defined for this type.<br>
19907No TraceSources are defined for this type.<br>
19908<b>Group:</b> Wifi
19909
19910<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19911*/
19912
19913/*!
19914
19915\class ns3::NoBackhaulEpcHelper
19916
19917Introspection did not find any typical Config paths.<br>
19918<h3>Attributes</h3>
19919<ul>
19920<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created
19921 <ul>
19922 <li>Set with class: \ref ns3::DataRateValue</li>
19923 <li>Underlying type: \p DataRate</li>
19924 <li>Initial value: 10000000000bps</li>
19925 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19926 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19927 </ul>
19928<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created
19929 <ul>
19930 <li>Set with class: \ref ns3::TimeValue</li>
19931 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19932 <li>Initial value: +0ns</li>
19933 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19935 </ul>
19936<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.
19937 <ul>
19938 <li>Set with class: \ref ns3::UintegerValue</li>
19939 <li>Underlying type: uint16_t 0:65535</li>
19940 <li>Initial value: 2000</li>
19941 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19942 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19943 </ul>
19944<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created
19945 <ul>
19946 <li>Set with class: \ref ns3::DataRateValue</li>
19947 <li>Underlying type: \p DataRate</li>
19948 <li>Initial value: 10000000000bps</li>
19949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19951 </ul>
19952<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created
19953 <ul>
19954 <li>Set with class: \ref ns3::TimeValue</li>
19955 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19956 <li>Initial value: +0ns</li>
19957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19959 </ul>
19960<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created
19961 <ul>
19962 <li>Set with class: \ref ns3::UintegerValue</li>
19963 <li>Underlying type: uint16_t 0:65535</li>
19964 <li>Initial value: 2000</li>
19965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19967 </ul>
19968<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created
19969 <ul>
19970 <li>Set with class: \ref ns3::DataRateValue</li>
19971 <li>Underlying type: \p DataRate</li>
19972 <li>Initial value: 10000000000bps</li>
19973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19975 </ul>
19976<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created
19977 <ul>
19978 <li>Set with class: \ref ns3::TimeValue</li>
19979 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19980 <li>Initial value: +0ns</li>
19981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19983 </ul>
19984<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link
19985 <ul>
19986 <li>Set with class: \ref ns3::BooleanValue</li>
19987 <li>Underlying type: bool</li>
19988 <li>Initial value: false</li>
19989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19991 </ul>
19992<li><b>X2LinkMtu</b>: The MTU of the next X2 link to be created. Note that, because of some big X2 messages, you need a big MTU.
19993 <ul>
19994 <li>Set with class: \ref ns3::UintegerValue</li>
19995 <li>Underlying type: uint16_t 0:65535</li>
19996 <li>Initial value: 3000</li>
19997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19999 </ul>
20000<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link
20001 <ul>
20002 <li>Set with class: \ref ns3::StringValue</li>
20003 <li>Underlying type: \p std::string</li>
20004 <li>Initial value: x2</li>
20005 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20007 </ul>
20008</ul>
20009No TraceSources are defined for this type.<br>
20010<b>Group:</b> Lte
20011
20012<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
20013*/
20014
20015/*!
20016
20017\class ns3::Node
20018
20019<h3>Config Paths</h3>
20020
20021ns3::Node is accessible through the following paths with Config::Set and Config::Connect:
20022<ul>
20023<li>"/NodeList/[i]"</li>
20024</ul>
20025<h3>Attributes</h3>
20026<ul>
20027<li><b>ApplicationList</b>: The list of applications associated to this Node.
20028 <ul>
20029 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20030 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Application></li>
20031 <li>Flags: <span class="mlabel">read</span></li>
20032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20033 </ul>
20034<li><b>DeviceList</b>: The list of devices associated to this Node.
20035 <ul>
20036 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20037 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NetDevice></li>
20038 <li>Flags: <span class="mlabel">read</span></li>
20039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20040 </ul>
20041<li><b>Id</b>: The id (unique integer) of this Node.
20042 <ul>
20043 <li>Set with class: \ref ns3::UintegerValue</li>
20044 <li>Underlying type: uint32_t 0:4294967295</li>
20045 <li>Flags: <span class="mlabel">read</span></li>
20046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20047 </ul>
20048<li><b>SystemId</b>: The systemId of this node: a unique integer used for parallel simulations.
20049 <ul>
20050 <li>Set with class: \ref ns3::UintegerValue</li>
20051 <li>Underlying type: uint32_t 0:4294967295</li>
20052 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
20053 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20054 </ul>
20055</ul>
20056No TraceSources are defined for this type.<br>
20057<b>Group:</b> Network
20058
20059<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
20060*/
20061
20062/*!
20063
20064\class ns3::NodeListPriv
20065
20066<h3>Config Paths</h3>
20067
20068ns3::NodeListPriv is accessible through the following paths with Config::Set and Config::Connect:
20069<ul>
20070<li>""</li>
20071</ul>
20072<h3>Attributes</h3>
20073<ul>
20074<li><b>NodeList</b>: The list of all nodes created during the simulation.
20075 <ul>
20076 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20077 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Node></li>
20078 <li>Flags: <span class="mlabel">read</span></li>
20079 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20080 </ul>
20081</ul>
20082No TraceSources are defined for this type.<br>
20083<b>Group:</b> Network
20084
20085<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20086*/
20087
20088/*!
20089
20090\class ns3::NonCommunicatingNetDevice
20091
20092<h3>Config Paths</h3>
20093
20094ns3::NonCommunicatingNetDevice is accessible through the following paths with Config::Set and Config::Connect:
20095<ul>
20096<li>"/NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice"</li>
20097</ul>
20098<h3>Attributes</h3>
20099<ul>
20100<li><b>Phy</b>: The PHY layer attached to this device.
20101 <ul>
20102 <li>Set with class: \ref ns3::PointerValue</li>
20103 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Object></li>
20104 <li>Initial value: 0</li>
20105 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20106 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20107 </ul>
20108</ul>
20109No TraceSources are defined for this type.<br>
20110<b>Group:</b> Spectrum
20111
20112<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
20113*/
20114
20115/*!
20116
20117\class ns3::NoOpComponentCarrierManager
20118
20119<h3>Config Paths</h3>
20120
20121ns3::NoOpComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
20122<ul>
20123<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager"</li>
20124<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager"</li>
20125</ul>
20126No Attributes are defined for this type.<br>
20127No TraceSources are defined for this type.<br>
20128<b>Group:</b> Lte
20129
20130<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
20131*/
20132
20133/*!
20134
20135\class ns3::NoOpHandoverAlgorithm
20136
20137<h3>Config Paths</h3>
20138
20139ns3::NoOpHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
20140<ul>
20141<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::NoOpHandoverAlgorithm"</li>
20142<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::NoOpHandoverAlgorithm"</li>
20143</ul>
20144No Attributes are defined for this type.<br>
20145No TraceSources are defined for this type.<br>
20146<b>Group:</b> Lte
20147
20148<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
20149*/
20150
20151/*!
20152
20153\class ns3::NormalRandomVariable
20154
20155<h3>Config Paths</h3>
20156
20157ns3::NormalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
20158<ul>
20159<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20160<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20161<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20162<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20163<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20164<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20165<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20166<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20167<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20168<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20169<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20170<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20171<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20172<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20173<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20174<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::NormalRandomVariable"</li>
20175<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::NormalRandomVariable"</li>
20176<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20177<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20178<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20179<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20180<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20181<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20182<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20183<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20184<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20185<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20186<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::NormalRandomVariable"</li>
20187<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::NormalRandomVariable"</li>
20188<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::NormalRandomVariable"</li>
20189<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::NormalRandomVariable"</li>
20190<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::NormalRandomVariable"</li>
20191<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::NormalRandomVariable"</li>
20192<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::NormalRandomVariable"</li>
20193<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::NormalRandomVariable"</li>
20194<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::NormalRandomVariable"</li>
20195<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalVelocity"</li>
20196<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalDirection"</li>
20197<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalPitch"</li>
20198<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20199<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::NormalRandomVariable"</li>
20200<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::NormalRandomVariable"</li>
20201<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20202<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20203<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::NormalRandomVariable"</li>
20204<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::NormalRandomVariable"</li>
20205<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20206<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::NormalRandomVariable"</li>
20207<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20208<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::NormalRandomVariable"</li>
20209<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::NormalRandomVariable"</li>
20210<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::NormalRandomVariable"</li>
20211<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::NormalRandomVariable"</li>
20212<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20213<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::NormalRandomVariable"</li>
20214<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::NormalRandomVariable"</li>
20215<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20216<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::NormalRandomVariable"</li>
20217<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::NormalRandomVariable"</li>
20218<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::NormalRandomVariable"</li>
20219<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20220<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20221<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20222</ul>
20223<h3>Attributes</h3>
20224<ul>
20225<li><b>Bound</b>: The bound on the values returned by this RNG stream.
20226 <ul>
20227 <li>Set with class: \ref ns3::DoubleValue</li>
20228 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20229 <li>Initial value: 1.79769e+308</li>
20230 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20231 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20232 </ul>
20233<li><b>Mean</b>: The mean value for the normal distribution returned by this RNG stream.
20234 <ul>
20235 <li>Set with class: \ref ns3::DoubleValue</li>
20236 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20237 <li>Initial value: 0</li>
20238 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20239 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20240 </ul>
20241<li><b>Variance</b>: The variance value for the normal distribution returned by this RNG stream.
20242 <ul>
20243 <li>Set with class: \ref ns3::DoubleValue</li>
20244 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20245 <li>Initial value: 1</li>
20246 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20248 </ul>
20249</ul>
20250<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
20251<ul>
20252<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
20253 <ul>
20254 <li>Set with class: \ref ns3::BooleanValue</li>
20255 <li>Underlying type: bool</li>
20256 <li>Initial value: false</li>
20257 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20258 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20259 </ul>
20260<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
20261 <ul>
20262 <li>Set with class: \ref ns3::IntegerValue</li>
20263 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
20264 <li>Initial value: -1</li>
20265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20266 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20267 </ul>
20268</ul>
20269No TraceSources are defined for this type.<br>
20270<b>Group:</b> Core
20271
20272<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
20273*/
20274
20275/*!
20276
20277\class ns3::Object
20278
20279Introspection did not find any typical Config paths.<br>
20280No Attributes are defined for this type.<br>
20281No TraceSources are defined for this type.<br>
20282<b>Group:</b> Core
20283
20284<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
20285*/
20286
20287/*!
20288
20289\class ns3::ObjectBase
20290
20291Introspection did not find any typical Config paths.<br>
20292No Attributes are defined for this type.<br>
20293No TraceSources are defined for this type.<br>
20294<b>Group:</b> Core
20295
20296<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
20297*/
20298
20299/*!
20300
20301\class ns3::ObssPdAlgorithm
20302
20303Introspection did not find any typical Config paths.<br>
20304<h3>Attributes</h3>
20305<ul>
20306<li><b>ObssPdLevel</b>: The current OBSS PD level (dBm).
20307 <ul>
20308 <li>Set with class: \ref ns3::DoubleValue</li>
20309 <li>Underlying type: double -101:-62</li>
20310 <li>Initial value: -82</li>
20311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20313 </ul>
20314<li><b>ObssPdLevelMax</b>: Maximum value (dBm) of OBSS PD level.
20315 <ul>
20316 <li>Set with class: \ref ns3::DoubleValue</li>
20317 <li>Underlying type: double -101:-62</li>
20318 <li>Initial value: -62</li>
20319 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20321 </ul>
20322<li><b>ObssPdLevelMin</b>: Minimum value (dBm) of OBSS PD level.
20323 <ul>
20324 <li>Set with class: \ref ns3::DoubleValue</li>
20325 <li>Underlying type: double -101:-62</li>
20326 <li>Initial value: -82</li>
20327 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20328 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20329 </ul>
20330<li><b>TxPowerRefMimo</b>: The MIMO reference TX power level (dBm).
20331 <ul>
20332 <li>Set with class: \ref ns3::DoubleValue</li>
20333 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20334 <li>Initial value: 25</li>
20335 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20336 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20337 </ul>
20338<li><b>TxPowerRefSiso</b>: The SISO reference TX power level (dBm).
20339 <ul>
20340 <li>Set with class: \ref ns3::DoubleValue</li>
20341 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20342 <li>Initial value: 21</li>
20343 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20344 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20345 </ul>
20346</ul>
20347<h3>TraceSources</h3>
20348<ul>
20349<li><b>Reset</b>: Trace CCA Reset event<br> <ul>
20350 <li> %Callback signature: ns3::ObssPdAlgorithm::ResetTracedCallback
20351</li>
20352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20353</ul>
20354</ul>
20355<b>Group:</b> Wifi
20356
20357<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
20358*/
20359
20360/*!
20361
20362\class ns3::OhBuildingsPropagationLossModel
20363
20364<h3>Config Paths</h3>
20365
20366ns3::OhBuildingsPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
20367<ul>
20368<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20369<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20370<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20371<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20372<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20373<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20374<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20375<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20376<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20377<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20378<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20379<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20380<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20381<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20382</ul>
20383No Attributes are defined for this type.<br>
20384<h3>Attributes defined in parent class ns3::BuildingsPropagationLossModel</h3>
20385<ul>
20386<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]
20387 <ul>
20388 <li>Set with class: \ref ns3::DoubleValue</li>
20389 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20390 <li>Initial value: 5</li>
20391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20393 </ul>
20394<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls
20395 <ul>
20396 <li>Set with class: \ref ns3::DoubleValue</li>
20397 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20398 <li>Initial value: 5</li>
20399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20401 </ul>
20402<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes
20403 <ul>
20404 <li>Set with class: \ref ns3::DoubleValue</li>
20405 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20406 <li>Initial value: 8</li>
20407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20409 </ul>
20410<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes
20411 <ul>
20412 <li>Set with class: \ref ns3::DoubleValue</li>
20413 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20414 <li>Initial value: 7</li>
20415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20417 </ul>
20418</ul>
20419No TraceSources are defined for this type.<br>
20420<b>Group:</b> Buildings
20421
20422<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
20423*/
20424
20425/*!
20426
20427\class ns3::OkumuraHataPropagationLossModel
20428
20429<h3>Config Paths</h3>
20430
20431ns3::OkumuraHataPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
20432<ul>
20433<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20434<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20435<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20436<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20437<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20438<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20439<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20440</ul>
20441<h3>Attributes</h3>
20442<ul>
20443<li><b>CitySize</b>: Dimension of the city
20444 <ul>
20445 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
20446 <li>Underlying type: \p Small|Medium|Large</li>
20447 <li>Initial value: Large</li>
20448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20450 </ul>
20451<li><b>Environment</b>: Environment Scenario
20452 <ul>
20453 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
20454 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
20455 <li>Initial value: Urban</li>
20456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20458 </ul>
20459<li><b>Frequency</b>: The propagation frequency in Hz
20460 <ul>
20461 <li>Set with class: \ref ns3::DoubleValue</li>
20462 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20463 <li>Initial value: 2.16e+09</li>
20464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20466 </ul>
20467</ul>
20468No TraceSources are defined for this type.<br>
20469<b>Group:</b> Propagation
20470
20471<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20472*/
20473
20474/*!
20475
20476\class ns3::olsr::MessageHeader
20477
20478Introspection did not find any typical Config paths.<br>
20479No Attributes are defined for this type.<br>
20480No TraceSources are defined for this type.<br>
20481<b>Group:</b> Olsr
20482
20483<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
20484*/
20485
20486/*!
20487
20488\class ns3::olsr::PacketHeader
20489
20490Introspection did not find any typical Config paths.<br>
20491No Attributes are defined for this type.<br>
20492No TraceSources are defined for this type.<br>
20493<b>Group:</b> Olsr
20494
20495<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
20496*/
20497
20498/*!
20499
20500\class ns3::olsr::RoutingProtocol
20501
20502<h3>Config Paths</h3>
20503
20504ns3::olsr::RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
20505<ul>
20506<li>"/NodeList/[i]/$ns3::olsr::RoutingProtocol"</li>
20507</ul>
20508<h3>Attributes</h3>
20509<ul>
20510<li><b>HelloInterval</b>: HELLO messages emission interval.
20511 <ul>
20512 <li>Set with class: \ref ns3::TimeValue</li>
20513 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20514 <li>Initial value: +2e+09ns</li>
20515 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20517 </ul>
20518<li><b>HnaInterval</b>: HNA messages emission interval. Normally it is equal to TcInterval.
20519 <ul>
20520 <li>Set with class: \ref ns3::TimeValue</li>
20521 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20522 <li>Initial value: +5e+09ns</li>
20523 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20524 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20525 </ul>
20526<li><b>MidInterval</b>: MID messages emission interval. Normally it is equal to TcInterval.
20527 <ul>
20528 <li>Set with class: \ref ns3::TimeValue</li>
20529 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20530 <li>Initial value: +5e+09ns</li>
20531 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20532 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20533 </ul>
20534<li><b>TcInterval</b>: TC messages emission interval.
20535 <ul>
20536 <li>Set with class: \ref ns3::TimeValue</li>
20537 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20538 <li>Initial value: +5e+09ns</li>
20539 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20540 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20541 </ul>
20542<li><b>Willingness</b>: Willingness of a node to carry and forward traffic for other nodes.
20543 <ul>
20544 <li>Set with class: \ref ns3::EnumValue<ns3::olsr::Willingness></li>
20545 <li>Underlying type: \p never|low|default|high|always</li>
20546 <li>Initial value: default</li>
20547 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20549 </ul>
20550</ul>
20551<h3>TraceSources</h3>
20552<ul>
20553<li><b>RoutingTableChanged</b>: The OLSR routing table has changed.<br> <ul>
20554 <li> %Callback signature: ns3::olsr::RoutingProtocol::TableChangeTracedCallback
20555</li>
20556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20557</ul>
20558<li><b>Rx</b>: Receive OLSR packet.<br> <ul>
20559 <li> %Callback signature: ns3::olsr::RoutingProtocol::PacketTxRxTracedCallback
20560</li>
20561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20562</ul>
20563<li><b>Tx</b>: Send OLSR packet.<br> <ul>
20564 <li> %Callback signature: ns3::olsr::RoutingProtocol::PacketTxRxTracedCallback
20565</li>
20566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20567</ul>
20568</ul>
20569<b>Group:</b> Olsr
20570
20571<b>Size</b> of this type is 1016 bytes (on a 64-bit architecture).
20572*/
20573
20574/*!
20575
20576\class ns3::OnoeWifiManager
20577
20578<h3>Config Paths</h3>
20579
20580ns3::OnoeWifiManager is accessible through the following paths with Config::Set and Config::Connect:
20581<ul>
20582<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::OnoeWifiManager"</li>
20583<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::OnoeWifiManager"</li>
20584</ul>
20585<h3>Attributes</h3>
20586<ul>
20587<li><b>AddCreditThreshold</b>: Add credit threshold
20588 <ul>
20589 <li>Set with class: \ref ns3::UintegerValue</li>
20590 <li>Underlying type: uint32_t 0:4294967295</li>
20591 <li>Initial value: 10</li>
20592 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20594 </ul>
20595<li><b>RaiseThreshold</b>: Attempt to raise the rate if we hit that threshold
20596 <ul>
20597 <li>Set with class: \ref ns3::UintegerValue</li>
20598 <li>Underlying type: uint32_t 0:4294967295</li>
20599 <li>Initial value: 10</li>
20600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20602 </ul>
20603<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes
20604 <ul>
20605 <li>Set with class: \ref ns3::TimeValue</li>
20606 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20607 <li>Initial value: +1e+09ns</li>
20608 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20610 </ul>
20611</ul>
20612<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
20613<ul>
20614<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
20615 <ul>
20616 <li>Set with class: \ref ns3::UintegerValue</li>
20617 <li>Underlying type: uint8_t 0:255</li>
20618 <li>Initial value: 0</li>
20619 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20621 </ul>
20622<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
20623 <ul>
20624 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
20625 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
20626 <li>Initial value: Cts-To-Self</li>
20627 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20629 </ul>
20630<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
20631 <ul>
20632 <li>Set with class: \ref ns3::UintegerValue</li>
20633 <li>Underlying type: uint32_t 256:65535</li>
20634 <li>Initial value: 65535</li>
20635 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20636 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20637 </ul>
20638<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
20639 <ul>
20640 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
20641 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
20642 <li>Initial value: Cts-To-Self</li>
20643 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20644 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20645 </ul>
20646<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
20647 <ul>
20648 <li>Set with class: \ref ns3::BooleanValue</li>
20649 <li>Underlying type: bool</li>
20650 <li>Initial value: false</li>
20651 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20652 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20653 </ul>
20654<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
20655 <ul>
20656 <li>Set with class: \ref ns3::UintegerValue</li>
20657 <li>Underlying type: uint32_t 0:4294967295</li>
20658 <li>Initial value: 4</li>
20659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20660 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
20661 </ul>
20662<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
20663 <ul>
20664 <li>Set with class: \ref ns3::UintegerValue</li>
20665 <li>Underlying type: uint32_t 0:4294967295</li>
20666 <li>Initial value: 7</li>
20667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20668 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
20669 </ul>
20670<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
20671 <ul>
20672 <li>Set with class: \ref ns3::WifiModeValue</li>
20673 <li>Underlying type: \p WifiMode</li>
20674 <li>Initial value: Invalid-WifiMode</li>
20675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20677 </ul>
20678<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
20679 <ul>
20680 <li>Set with class: \ref ns3::UintegerValue</li>
20681 <li>Underlying type: uint32_t 0:4692480</li>
20682 <li>Initial value: 4692480</li>
20683 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20685 </ul>
20686<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
20687 <ul>
20688 <li>Set with class: \ref ns3::TimeValue</li>
20689 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20690 <li>Initial value: +0ns</li>
20691 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20692 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20693 </ul>
20694</ul>
20695<h3>TraceSources</h3>
20696<ul>
20697<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
20698 <li> %Callback signature: ns3::TracedValueCallback::Uint64
20699</li>
20700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20701</ul>
20702</ul>
20703<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
20704<ul>
20705<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
20706 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20707</li>
20708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20709</ul>
20710<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
20711 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20712</li>
20713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20714</ul>
20715<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
20716 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20717</li>
20718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20719</ul>
20720<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
20721 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20722</li>
20723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20724</ul>
20725</ul>
20726<b>Group:</b> Wifi
20727
20728<b>Size</b> of this type is 456 bytes (on a 64-bit architecture).
20729*/
20730
20731/*!
20732
20733\class ns3::OnOffApplication
20734
20735<h3>Config Paths</h3>
20736
20737ns3::OnOffApplication is accessible through the following paths with Config::Set and Config::Connect:
20738<ul>
20739<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication"</li>
20740<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication"</li>
20741</ul>
20742<h3>Attributes</h3>
20743<ul>
20744<li><b>DataRate</b>: The data rate in on state.
20745 <ul>
20746 <li>Set with class: \ref ns3::DataRateValue</li>
20747 <li>Underlying type: \p DataRate</li>
20748 <li>Initial value: 500000bps</li>
20749 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20751 </ul>
20752<li><b>EnableSeqTsSizeHeader</b>: Enable use of SeqTsSizeHeader for sequence number and timestamp
20753 <ul>
20754 <li>Set with class: \ref ns3::BooleanValue</li>
20755 <li>Underlying type: bool</li>
20756 <li>Initial value: false</li>
20757 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20759 </ul>
20760<li><b>MaxBytes</b>: The total number of bytes to send. Once these bytes are sent, no packet is sent again, even in on state. The value zero means that there is no limit.
20761 <ul>
20762 <li>Set with class: \ref ns3::UintegerValue</li>
20763 <li>Underlying type: uint64_t 0:18446744073709551615</li>
20764 <li>Initial value: 0</li>
20765 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20767 </ul>
20768<li><b>OffTime</b>: A RandomVariableStream used to pick the duration of the 'Off' state.
20769 <ul>
20770 <li>Set with class: \ref ns3::PointerValue</li>
20771 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20772 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
20773 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20774 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20775 </ul>
20776<li><b>OnTime</b>: A RandomVariableStream used to pick the duration of the 'On' state.
20777 <ul>
20778 <li>Set with class: \ref ns3::PointerValue</li>
20779 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20780 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
20781 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20782 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20783 </ul>
20784<li><b>PacketSize</b>: The size of packets sent in on state
20785 <ul>
20786 <li>Set with class: \ref ns3::UintegerValue</li>
20787 <li>Underlying type: uint32_t 1:4294967295</li>
20788 <li>Initial value: 512</li>
20789 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20790 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20791 </ul>
20792<li><b>Protocol</b>: The type of protocol to use. This should be a subclass of ns3::SocketFactory
20793 <ul>
20794 <li>Set with class: \ref ns3::TypeIdValue</li>
20795 <li>Underlying type: \p TypeId</li>
20796 <li>Initial value: ns3::UdpSocketFactory</li>
20797 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20799 </ul>
20800</ul>
20801<h3>Attributes defined in parent class ns3::SourceApplication</h3>
20802<ul>
20803<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
20804 <ul>
20805 <li>Set with class: \ref ns3::AddressValue</li>
20806 <li>Underlying type: \p Address</li>
20807 <li>Initial value: </li>
20808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20810 </ul>
20811<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
20812 <ul>
20813 <li>Set with class: \ref ns3::AddressValue</li>
20814 <li>Underlying type: \p Address</li>
20815 <li>Initial value: </li>
20816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20818 </ul>
20819<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
20820 <ul>
20821 <li>Set with class: \ref ns3::UintegerValue</li>
20822 <li>Underlying type: uint8_t 0:255</li>
20823 <li>Initial value: 0</li>
20824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20826 </ul>
20827</ul>
20828<h3>Attributes defined in parent class ns3::Application</h3>
20829<ul>
20830<li><b>StartTime</b>: Time at which the application will start
20831 <ul>
20832 <li>Set with class: \ref ns3::TimeValue</li>
20833 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20834 <li>Initial value: +0ns</li>
20835 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20837 </ul>
20838<li><b>StopTime</b>: Time at which the application will stop
20839 <ul>
20840 <li>Set with class: \ref ns3::TimeValue</li>
20841 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20842 <li>Initial value: +0ns</li>
20843 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20845 </ul>
20846</ul>
20847<h3>TraceSources</h3>
20848<ul>
20849<li><b>OnOffState</b>: Application state (0-OFF, 1-ON)<br> <ul>
20850 <li> %Callback signature: ns3::TracedValueCallback::Bool
20851</li>
20852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20853</ul>
20854<li><b>Tx</b>: A new packet is created and is sent<br> <ul>
20855 <li> %Callback signature: ns3::Packet::TracedCallback
20856</li>
20857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20858</ul>
20859<li><b>TxWithAddresses</b>: A new packet is created and is sent<br> <ul>
20860 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
20861</li>
20862 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20863</ul>
20864<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader<br> <ul>
20865 <li> %Callback signature: ns3::PacketSink::SeqTsSizeCallback
20866</li>
20867 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20868</ul>
20869</ul>
20870<b>Group:</b> Applications
20871
20872<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
20873*/
20874
20875/*!
20876
20877\class ns3::OrbisTopologyReader
20878
20879Introspection did not find any typical Config paths.<br>
20880No Attributes are defined for this type.<br>
20881No TraceSources are defined for this type.<br>
20882<b>Group:</b> TopologyReader
20883
20884<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
20885*/
20886
20887/*!
20888
20889\class ns3::OutdoorPositionAllocator
20890
20891<h3>Config Paths</h3>
20892
20893ns3::OutdoorPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
20894<ul>
20895<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator"</li>
20896</ul>
20897<h3>Attributes</h3>
20898<ul>
20899<li><b>MaxAttempts</b>: Maximum number of attempts for the rejection sampling before giving up.
20900 <ul>
20901 <li>Set with class: \ref ns3::UintegerValue</li>
20902 <li>Underlying type: uint32_t 0:4294967295</li>
20903 <li>Initial value: 1000</li>
20904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20906 </ul>
20907<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.
20908 <ul>
20909 <li>Set with class: \ref ns3::PointerValue</li>
20910 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20911 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20912 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20914 </ul>
20915<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.
20916 <ul>
20917 <li>Set with class: \ref ns3::PointerValue</li>
20918 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20919 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20920 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20922 </ul>
20923<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.
20924 <ul>
20925 <li>Set with class: \ref ns3::PointerValue</li>
20926 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20927 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20928 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20930 </ul>
20931</ul>
20932No TraceSources are defined for this type.<br>
20933<b>Group:</b> Buildings
20934
20935<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
20936*/
20937
20938/*!
20939
20940\class ns3::PacketBurst
20941
20942Introspection did not find any typical Config paths.<br>
20943No Attributes are defined for this type.<br>
20944No TraceSources are defined for this type.<br>
20945<b>Group:</b> Network
20946
20947<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20948*/
20949
20950/*!
20951
20952\class ns3::PacketFilter
20953
20954Introspection did not find any typical Config paths.<br>
20955No Attributes are defined for this type.<br>
20956No TraceSources are defined for this type.<br>
20957<b>Group:</b> TrafficControl
20958
20959<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
20960*/
20961
20962/*!
20963
20964\class ns3::PacketProbe
20965
20966Introspection did not find any typical Config paths.<br>
20967No Attributes are defined for this type.<br>
20968<h3>Attributes defined in parent class ns3::Probe</h3>
20969<ul>
20970<li><b>Start</b>: Time data collection starts
20971 <ul>
20972 <li>Set with class: \ref ns3::TimeValue</li>
20973 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20974 <li>Initial value: +0ns</li>
20975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20977 </ul>
20978<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
20979 <ul>
20980 <li>Set with class: \ref ns3::TimeValue</li>
20981 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20982 <li>Initial value: +0ns</li>
20983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20985 </ul>
20986</ul>
20987<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
20988<ul>
20989<li><b>Enabled</b>: Object's enabled status
20990 <ul>
20991 <li>Set with class: \ref ns3::BooleanValue</li>
20992 <li>Underlying type: bool</li>
20993 <li>Initial value: true</li>
20994 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20995 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20996 </ul>
20997<li><b>Name</b>: Object's name
20998 <ul>
20999 <li>Set with class: \ref ns3::StringValue</li>
21000 <li>Underlying type: \p std::string</li>
21001 <li>Initial value: unnamed</li>
21002 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21004 </ul>
21005</ul>
21006<h3>TraceSources</h3>
21007<ul>
21008<li><b>Output</b>: The packet that serve as the output for this probe<br> <ul>
21009 <li> %Callback signature: ns3::Packet::TracedCallback
21010</li>
21011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21012</ul>
21013<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
21014 <li> %Callback signature: ns3::Packet::SizeTracedCallback
21015</li>
21016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21017</ul>
21018</ul>
21019<b>Group:</b> Network
21020
21021<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
21022*/
21023
21024/*!
21025
21026\class ns3::PacketSink
21027
21028<h3>Config Paths</h3>
21029
21030ns3::PacketSink is accessible through the following paths with Config::Set and Config::Connect:
21031<ul>
21032<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSink"</li>
21033<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::PacketSink"</li>
21034</ul>
21035<h3>Attributes</h3>
21036<ul>
21037<li><b>EnableSeqTsSizeHeader</b>: Enable optional header tracing of SeqTsSizeHeader
21038 <ul>
21039 <li>Set with class: \ref ns3::BooleanValue</li>
21040 <li>Underlying type: bool</li>
21041 <li>Initial value: false</li>
21042 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21044 </ul>
21045<li><b>Protocol</b>: The type id of the protocol to use for the rx socket.
21046 <ul>
21047 <li>Set with class: \ref ns3::TypeIdValue</li>
21048 <li>Underlying type: \p TypeId</li>
21049 <li>Initial value: ns3::UdpSocketFactory</li>
21050 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21052 </ul>
21053</ul>
21054<h3>Attributes defined in parent class ns3::SinkApplication</h3>
21055<ul>
21056<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
21057 <ul>
21058 <li>Set with class: \ref ns3::AddressValue</li>
21059 <li>Underlying type: \p Address</li>
21060 <li>Initial value: </li>
21061 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21063 </ul>
21064<li><b>Port</b>: Port on which the application listens for incoming packets.
21065 <ul>
21066 <li>Set with class: \ref ns3::UintegerValue</li>
21067 <li>Underlying type: uint32_t 0:4294967295</li>
21068 <li>Initial value: 4294967295</li>
21069 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21070 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21071 </ul>
21072</ul>
21073<h3>Attributes defined in parent class ns3::Application</h3>
21074<ul>
21075<li><b>StartTime</b>: Time at which the application will start
21076 <ul>
21077 <li>Set with class: \ref ns3::TimeValue</li>
21078 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21079 <li>Initial value: +0ns</li>
21080 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21081 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21082 </ul>
21083<li><b>StopTime</b>: Time at which the application will stop
21084 <ul>
21085 <li>Set with class: \ref ns3::TimeValue</li>
21086 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21087 <li>Initial value: +0ns</li>
21088 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21090 </ul>
21091</ul>
21092<h3>TraceSources</h3>
21093<ul>
21094<li><b>Rx</b>: A packet has been received<br> <ul>
21095 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21096</li>
21097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21098</ul>
21099<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
21100 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
21101</li>
21102 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21103</ul>
21104<li><b>RxWithSeqTsSize</b>: A packet with SeqTsSize header has been received<br> <ul>
21105 <li> %Callback signature: ns3::PacketSink::SeqTsSizeCallback
21106</li>
21107 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21108</ul>
21109</ul>
21110<b>Group:</b> Applications
21111
21112<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
21113*/
21114
21115/*!
21116
21117\class ns3::PacketSocket
21118
21119Introspection did not find any typical Config paths.<br>
21120<h3>Attributes</h3>
21121<ul>
21122<li><b>RcvBufSize</b>: PacketSocket maximum receive buffer size (bytes)
21123 <ul>
21124 <li>Set with class: \ref ns3::UintegerValue</li>
21125 <li>Underlying type: uint32_t 0:4294967295</li>
21126 <li>Initial value: 131072</li>
21127 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21129 </ul>
21130</ul>
21131<h3>TraceSources</h3>
21132<ul>
21133<li><b>Drop</b>: Drop packet due to receive buffer overflow<br> <ul>
21134 <li> %Callback signature: ns3::Packet::TracedCallback
21135</li>
21136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21137</ul>
21138</ul>
21139<b>Group:</b> Network
21140
21141<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
21142*/
21143
21144/*!
21145
21146\class ns3::PacketSocketClient
21147
21148<h3>Config Paths</h3>
21149
21150ns3::PacketSocketClient is accessible through the following paths with Config::Set and Config::Connect:
21151<ul>
21152<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSocketClient"</li>
21153</ul>
21154<h3>Attributes</h3>
21155<ul>
21156<li><b>Interval</b>: The time to wait between packets
21157 <ul>
21158 <li>Set with class: \ref ns3::TimeValue</li>
21159 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21160 <li>Initial value: +1e+09ns</li>
21161 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21163 </ul>
21164<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
21165 <ul>
21166 <li>Set with class: \ref ns3::UintegerValue</li>
21167 <li>Underlying type: uint32_t 0:4294967295</li>
21168 <li>Initial value: 100</li>
21169 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21171 </ul>
21172<li><b>PacketSize</b>: Size of packets generated (bytes).
21173 <ul>
21174 <li>Set with class: \ref ns3::UintegerValue</li>
21175 <li>Underlying type: uint32_t 0:4294967295</li>
21176 <li>Initial value: 1024</li>
21177 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21179 </ul>
21180<li><b>Priority</b>: Priority assigned to the packets generated.
21181 <ul>
21182 <li>Set with class: \ref ns3::UintegerValue</li>
21183 <li>Underlying type: uint8_t 0:255</li>
21184 <li>Initial value: 0</li>
21185 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21186 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21187 </ul>
21188</ul>
21189<h3>Attributes defined in parent class ns3::Application</h3>
21190<ul>
21191<li><b>StartTime</b>: Time at which the application will start
21192 <ul>
21193 <li>Set with class: \ref ns3::TimeValue</li>
21194 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21195 <li>Initial value: +0ns</li>
21196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21198 </ul>
21199<li><b>StopTime</b>: Time at which the application will stop
21200 <ul>
21201 <li>Set with class: \ref ns3::TimeValue</li>
21202 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21203 <li>Initial value: +0ns</li>
21204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21206 </ul>
21207</ul>
21208<h3>TraceSources</h3>
21209<ul>
21210<li><b>Tx</b>: A packet has been sent<br> <ul>
21211 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21212</li>
21213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21214</ul>
21215</ul>
21216<b>Group:</b> Network
21217
21218<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
21219*/
21220
21221/*!
21222
21223\class ns3::PacketSocketFactory
21224
21225<h3>Config Paths</h3>
21226
21227ns3::PacketSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
21228<ul>
21229<li>"/NodeList/[i]/$ns3::PacketSocketFactory"</li>
21230</ul>
21231No Attributes are defined for this type.<br>
21232No TraceSources are defined for this type.<br>
21233<b>Group:</b> Network
21234
21235<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
21236*/
21237
21238/*!
21239
21240\class ns3::PacketSocketServer
21241
21242<h3>Config Paths</h3>
21243
21244ns3::PacketSocketServer is accessible through the following paths with Config::Set and Config::Connect:
21245<ul>
21246<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSocketServer"</li>
21247</ul>
21248No Attributes are defined for this type.<br>
21249<h3>Attributes defined in parent class ns3::Application</h3>
21250<ul>
21251<li><b>StartTime</b>: Time at which the application will start
21252 <ul>
21253 <li>Set with class: \ref ns3::TimeValue</li>
21254 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21255 <li>Initial value: +0ns</li>
21256 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21258 </ul>
21259<li><b>StopTime</b>: Time at which the application will stop
21260 <ul>
21261 <li>Set with class: \ref ns3::TimeValue</li>
21262 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21263 <li>Initial value: +0ns</li>
21264 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21266 </ul>
21267</ul>
21268<h3>TraceSources</h3>
21269<ul>
21270<li><b>Rx</b>: A packet has been received<br> <ul>
21271 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21272</li>
21273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21274</ul>
21275</ul>
21276<b>Group:</b> Network
21277
21278<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
21279*/
21280
21281/*!
21282
21283\class ns3::PacketSocketTag
21284
21285Introspection did not find any typical Config paths.<br>
21286No Attributes are defined for this type.<br>
21287No TraceSources are defined for this type.<br>
21288<b>Group:</b> Network
21289
21290<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
21291*/
21292
21293/*!
21294
21295\class ns3::ParabolicAntennaModel
21296
21297Introspection did not find any typical Config paths.<br>
21298<h3>Attributes</h3>
21299<ul>
21300<li><b>Beamwidth</b>: The 3dB beamwidth (degrees)
21301 <ul>
21302 <li>Set with class: \ref ns3::DoubleValue</li>
21303 <li>Underlying type: double 0:180</li>
21304 <li>Initial value: 60</li>
21305 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21307 </ul>
21308<li><b>MaxAttenuation</b>: The maximum attenuation (dB) of the antenna radiation pattern.
21309 <ul>
21310 <li>Set with class: \ref ns3::DoubleValue</li>
21311 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21312 <li>Initial value: 20</li>
21313 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21314 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21315 </ul>
21316<li><b>Orientation</b>: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis
21317 <ul>
21318 <li>Set with class: \ref ns3::DoubleValue</li>
21319 <li>Underlying type: double -360:360</li>
21320 <li>Initial value: 0</li>
21321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21323 </ul>
21324</ul>
21325No TraceSources are defined for this type.<br>
21326<b>Group:</b> Antenna
21327
21328<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
21329*/
21330
21331/*!
21332
21333\class ns3::ParetoRandomVariable
21334
21335<h3>Config Paths</h3>
21336
21337ns3::ParetoRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
21338<ul>
21339<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21340<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21341<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21342<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21343<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21344<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21345<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21346<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21347<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21348<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21349<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21350<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21351<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21352<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21353<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ParetoRandomVariable"</li>
21355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ParetoRandomVariable"</li>
21356<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21357<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21358<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21359<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21360<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21361<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21362<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21363<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21364<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21365<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21366<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ParetoRandomVariable"</li>
21367<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ParetoRandomVariable"</li>
21368<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ParetoRandomVariable"</li>
21369<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ParetoRandomVariable"</li>
21370<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ParetoRandomVariable"</li>
21371<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ParetoRandomVariable"</li>
21372<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ParetoRandomVariable"</li>
21373<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ParetoRandomVariable"</li>
21374<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ParetoRandomVariable"</li>
21375<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21376<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ParetoRandomVariable"</li>
21377<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ParetoRandomVariable"</li>
21378<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21379<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21380<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ParetoRandomVariable"</li>
21381<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21382<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21383<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21384<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21385<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ParetoRandomVariable"</li>
21386<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ParetoRandomVariable"</li>
21387<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ParetoRandomVariable"</li>
21388<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21389<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21390<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ParetoRandomVariable"</li>
21391<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ParetoRandomVariable"</li>
21392<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21393<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ParetoRandomVariable"</li>
21394<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ParetoRandomVariable"</li>
21395<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ParetoRandomVariable"</li>
21396<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21397<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21398<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21399</ul>
21400<h3>Attributes</h3>
21401<ul>
21402<li><b>Bound</b>: The upper bound on the values returned by this RNG stream (if non-zero).
21403 <ul>
21404 <li>Set with class: \ref ns3::DoubleValue</li>
21405 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21406 <li>Initial value: 0</li>
21407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21409 </ul>
21410<li><b>Scale</b>: The scale parameter for the Pareto distribution returned by this RNG stream.
21411 <ul>
21412 <li>Set with class: \ref ns3::DoubleValue</li>
21413 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21414 <li>Initial value: 1</li>
21415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21417 </ul>
21418<li><b>Shape</b>: The shape parameter for the Pareto distribution returned by this RNG stream.
21419 <ul>
21420 <li>Set with class: \ref ns3::DoubleValue</li>
21421 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21422 <li>Initial value: 2</li>
21423 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21424 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21425 </ul>
21426</ul>
21427<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
21428<ul>
21429<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
21430 <ul>
21431 <li>Set with class: \ref ns3::BooleanValue</li>
21432 <li>Underlying type: bool</li>
21433 <li>Initial value: false</li>
21434 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21436 </ul>
21437<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
21438 <ul>
21439 <li>Set with class: \ref ns3::IntegerValue</li>
21440 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
21441 <li>Initial value: -1</li>
21442 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21443 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21444 </ul>
21445</ul>
21446No TraceSources are defined for this type.<br>
21447<b>Group:</b> Core
21448
21449<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
21450*/
21451
21452/*!
21453
21454\class ns3::ParfWifiManager
21455
21456<h3>Config Paths</h3>
21457
21458ns3::ParfWifiManager is accessible through the following paths with Config::Set and Config::Connect:
21459<ul>
21460<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ParfWifiManager"</li>
21461<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ParfWifiManager"</li>
21462</ul>
21463<h3>Attributes</h3>
21464<ul>
21465<li><b>AttemptThreshold</b>: The minimum number of transmission attempts to try a new power or rate.
21466 <ul>
21467 <li>Set with class: \ref ns3::UintegerValue</li>
21468 <li>Underlying type: uint32_t 0:4294967295</li>
21469 <li>Initial value: 15</li>
21470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21472 </ul>
21473<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new power or rate.
21474 <ul>
21475 <li>Set with class: \ref ns3::UintegerValue</li>
21476 <li>Underlying type: uint32_t 0:4294967295</li>
21477 <li>Initial value: 10</li>
21478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21480 </ul>
21481</ul>
21482<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
21483<ul>
21484<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
21485 <ul>
21486 <li>Set with class: \ref ns3::UintegerValue</li>
21487 <li>Underlying type: uint8_t 0:255</li>
21488 <li>Initial value: 0</li>
21489 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21491 </ul>
21492<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
21493 <ul>
21494 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
21495 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
21496 <li>Initial value: Cts-To-Self</li>
21497 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21498 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21499 </ul>
21500<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
21501 <ul>
21502 <li>Set with class: \ref ns3::UintegerValue</li>
21503 <li>Underlying type: uint32_t 256:65535</li>
21504 <li>Initial value: 65535</li>
21505 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21506 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21507 </ul>
21508<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
21509 <ul>
21510 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
21511 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
21512 <li>Initial value: Cts-To-Self</li>
21513 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21515 </ul>
21516<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
21517 <ul>
21518 <li>Set with class: \ref ns3::BooleanValue</li>
21519 <li>Underlying type: bool</li>
21520 <li>Initial value: false</li>
21521 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21523 </ul>
21524<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
21525 <ul>
21526 <li>Set with class: \ref ns3::UintegerValue</li>
21527 <li>Underlying type: uint32_t 0:4294967295</li>
21528 <li>Initial value: 4</li>
21529 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21530 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
21531 </ul>
21532<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
21533 <ul>
21534 <li>Set with class: \ref ns3::UintegerValue</li>
21535 <li>Underlying type: uint32_t 0:4294967295</li>
21536 <li>Initial value: 7</li>
21537 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21538 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
21539 </ul>
21540<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
21541 <ul>
21542 <li>Set with class: \ref ns3::WifiModeValue</li>
21543 <li>Underlying type: \p WifiMode</li>
21544 <li>Initial value: Invalid-WifiMode</li>
21545 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21547 </ul>
21548<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
21549 <ul>
21550 <li>Set with class: \ref ns3::UintegerValue</li>
21551 <li>Underlying type: uint32_t 0:4692480</li>
21552 <li>Initial value: 4692480</li>
21553 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21555 </ul>
21556<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
21557 <ul>
21558 <li>Set with class: \ref ns3::TimeValue</li>
21559 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21560 <li>Initial value: +0ns</li>
21561 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21562 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21563 </ul>
21564</ul>
21565<h3>TraceSources</h3>
21566<ul>
21567<li><b>PowerChange</b>: The transmission power has change<br> <ul>
21568 <li> %Callback signature: ns3::WifiRemoteStationManager::PowerChangeTracedCallback
21569</li>
21570 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21571</ul>
21572<li><b>RateChange</b>: The transmission rate has change<br> <ul>
21573 <li> %Callback signature: ns3::WifiRemoteStationManager::RateChangeTracedCallback
21574</li>
21575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21576</ul>
21577</ul>
21578<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
21579<ul>
21580<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
21581 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21582</li>
21583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21584</ul>
21585<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
21586 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21587</li>
21588 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21589</ul>
21590<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
21591 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21592</li>
21593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21594</ul>
21595<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
21596 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21597</li>
21598 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21599</ul>
21600</ul>
21601<b>Group:</b> Wifi
21602
21603<b>Size</b> of this type is 472 bytes (on a 64-bit architecture).
21604*/
21605
21606/*!
21607
21608\class ns3::PbbPacket
21609
21610Introspection did not find any typical Config paths.<br>
21611No Attributes are defined for this type.<br>
21612No TraceSources are defined for this type.<br>
21613<b>Group:</b> Network
21614
21615<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
21616*/
21617
21618/*!
21619
21620\class ns3::PcapFileWrapper
21621
21622Introspection did not find any typical Config paths.<br>
21623<h3>Attributes</h3>
21624<ul>
21625<li><b>CaptureSize</b>: Maximum length of captured packets (cf. pcap snaplen)
21626 <ul>
21627 <li>Set with class: \ref ns3::UintegerValue</li>
21628 <li>Underlying type: uint32_t 0:65535</li>
21629 <li>Initial value: 65535</li>
21630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21632 </ul>
21633<li><b>NanosecMode</b>: Whether packet timestamps in the PCAP file are nanoseconds or microseconds(default).
21634 <ul>
21635 <li>Set with class: \ref ns3::BooleanValue</li>
21636 <li>Underlying type: bool</li>
21637 <li>Initial value: false</li>
21638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21640 </ul>
21641</ul>
21642No TraceSources are defined for this type.<br>
21643<b>Group:</b> Network
21644
21645<b>Size</b> of this type is 656 bytes (on a 64-bit architecture).
21646*/
21647
21648/*!
21649
21650\class ns3::PdcpTag
21651
21652Introspection did not find any typical Config paths.<br>
21653No Attributes are defined for this type.<br>
21654No TraceSources are defined for this type.<br>
21655<b>Group:</b> Lte
21656
21657<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
21658*/
21659
21660/*!
21661
21662\class ns3::PfFfMacScheduler
21663
21664<h3>Config Paths</h3>
21665
21666ns3::PfFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
21667<ul>
21668<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PfFfMacScheduler"</li>
21669<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PfFfMacScheduler"</li>
21670</ul>
21671<h3>Attributes</h3>
21672<ul>
21673<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
21674 <ul>
21675 <li>Set with class: \ref ns3::UintegerValue</li>
21676 <li>Underlying type: uint32_t 0:4294967295</li>
21677 <li>Initial value: 1000</li>
21678 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21680 </ul>
21681<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
21682 <ul>
21683 <li>Set with class: \ref ns3::BooleanValue</li>
21684 <li>Underlying type: bool</li>
21685 <li>Initial value: true</li>
21686 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21688 </ul>
21689<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
21690 <ul>
21691 <li>Set with class: \ref ns3::UintegerValue</li>
21692 <li>Underlying type: uint8_t 0:255</li>
21693 <li>Initial value: 0</li>
21694 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21696 </ul>
21697</ul>
21698<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
21699<ul>
21700<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
21701 <ul>
21702 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
21703 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
21704 <li>Initial value: SRS_UL_CQI</li>
21705 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21706 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21707 </ul>
21708</ul>
21709No TraceSources are defined for this type.<br>
21710<b>Group:</b> Lte
21711
21712<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
21713*/
21714
21715/*!
21716
21717\class ns3::PfifoFastQueueDisc
21718
21719Introspection did not find any typical Config paths.<br>
21720<h3>Attributes</h3>
21721<ul>
21722<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc.
21723 <ul>
21724 <li>Set with class: \ref ns3::QueueSizeValue</li>
21725 <li>Underlying type: \p QueueSize</li>
21726 <li>Initial value: 1000p</li>
21727 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21729 </ul>
21730</ul>
21731<h3>Attributes defined in parent class ns3::QueueDisc</h3>
21732<ul>
21733<li><b>InternalQueueList</b>: The list of internal queues.
21734 <ul>
21735 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21736 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
21737 <li>Flags: <span class="mlabel">read</span></li>
21738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21739 </ul>
21740<li><b>PacketFilterList</b>: The list of packet filters.
21741 <ul>
21742 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21743 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
21744 <li>Flags: <span class="mlabel">read</span></li>
21745 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21746 </ul>
21747<li><b>QueueDiscClassList</b>: The list of queue disc classes.
21748 <ul>
21749 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21750 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
21751 <li>Flags: <span class="mlabel">read</span></li>
21752 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21753 </ul>
21754<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
21755 <ul>
21756 <li>Set with class: \ref ns3::UintegerValue</li>
21757 <li>Underlying type: uint32_t 0:4294967295</li>
21758 <li>Initial value: 64</li>
21759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21761 </ul>
21762</ul>
21763No TraceSources are defined for this type.<br>
21764<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
21765<ul>
21766<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
21767 <li> %Callback signature: ns3::TracedValueCallback::Uint32
21768</li>
21769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21770</ul>
21771<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
21772 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21773</li>
21774 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21775</ul>
21776<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
21777 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21778</li>
21779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21780</ul>
21781<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
21782 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21783</li>
21784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21785</ul>
21786<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
21787 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21788</li>
21789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21790</ul>
21791<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
21792 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21793</li>
21794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21795</ul>
21796<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
21797 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21798</li>
21799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21800</ul>
21801<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
21802 <li> %Callback signature: ns3::TracedValueCallback::Uint32
21803</li>
21804 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21805</ul>
21806<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
21807 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21808</li>
21809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21810</ul>
21811<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
21812 <li> %Callback signature: ns3::Time::TracedCallback
21813</li>
21814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21815</ul>
21816</ul>
21817<b>Group:</b> TrafficControl
21818
21819<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
21820*/
21821
21822/*!
21823
21824\class ns3::PhasedArrayModel
21825
21826Introspection did not find any typical Config paths.<br>
21827<h3>Attributes</h3>
21828<ul>
21829<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array
21830 <ul>
21831 <li>Set with class: \ref ns3::PointerValue</li>
21832 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
21833 <li>Initial value: 0x162fa50</li>
21834 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21836 </ul>
21837</ul>
21838No TraceSources are defined for this type.<br>
21839<b>Group:</b> Antenna
21840
21841<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
21842*/
21843
21844/*!
21845
21846\class ns3::PhasedArraySpectrumPropagationLossModel
21847
21848Introspection did not find any typical Config paths.<br>
21849No Attributes are defined for this type.<br>
21850No TraceSources are defined for this type.<br>
21851<b>Group:</b> Spectrum
21852
21853<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
21854*/
21855
21856/*!
21857
21858\class ns3::PhyRxStatsCalculator
21859
21860Introspection did not find any typical Config paths.<br>
21861<h3>Attributes</h3>
21862<ul>
21863<li><b>DlRxOutputFilename</b>: Name of the file where the downlink results will be saved.
21864 <ul>
21865 <li>Set with class: \ref ns3::StringValue</li>
21866 <li>Underlying type: \p std::string</li>
21867 <li>Initial value: DlRxPhyStats.txt</li>
21868 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21870 </ul>
21871<li><b>UlRxOutputFilename</b>: Name of the file where the uplink results will be saved.
21872 <ul>
21873 <li>Set with class: \ref ns3::StringValue</li>
21874 <li>Underlying type: \p std::string</li>
21875 <li>Initial value: UlRxPhyStats.txt</li>
21876 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21877 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21878 </ul>
21879</ul>
21880No TraceSources are defined for this type.<br>
21881<b>Group:</b> Lte
21882
21883<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
21884*/
21885
21886/*!
21887
21888\class ns3::PhyStatsCalculator
21889
21890Introspection did not find any typical Config paths.<br>
21891<h3>Attributes</h3>
21892<ul>
21893<li><b>DlRsrpSinrFilename</b>: Name of the file where the RSRP/SINR statistics will be saved.
21894 <ul>
21895 <li>Set with class: \ref ns3::StringValue</li>
21896 <li>Underlying type: \p std::string</li>
21897 <li>Initial value: DlRsrpSinrStats.txt</li>
21898 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21899 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21900 </ul>
21901<li><b>UlInterferenceFilename</b>: Name of the file where the interference statistics will be saved.
21902 <ul>
21903 <li>Set with class: \ref ns3::StringValue</li>
21904 <li>Underlying type: \p std::string</li>
21905 <li>Initial value: UlInterferenceStats.txt</li>
21906 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21907 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21908 </ul>
21909<li><b>UlSinrFilename</b>: Name of the file where the UE SINR statistics will be saved.
21910 <ul>
21911 <li>Set with class: \ref ns3::StringValue</li>
21912 <li>Underlying type: \p std::string</li>
21913 <li>Initial value: UlSinrStats.txt</li>
21914 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21916 </ul>
21917</ul>
21918No TraceSources are defined for this type.<br>
21919<b>Group:</b> Lte
21920
21921<b>Size</b> of this type is 1856 bytes (on a 64-bit architecture).
21922*/
21923
21924/*!
21925
21926\class ns3::PhyTxStatsCalculator
21927
21928Introspection did not find any typical Config paths.<br>
21929<h3>Attributes</h3>
21930<ul>
21931<li><b>DlTxOutputFilename</b>: Name of the file where the downlink results will be saved.
21932 <ul>
21933 <li>Set with class: \ref ns3::StringValue</li>
21934 <li>Underlying type: \p std::string</li>
21935 <li>Initial value: DlTxPhyStats.txt</li>
21936 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21937 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21938 </ul>
21939<li><b>UlTxOutputFilename</b>: Name of the file where the uplink results will be saved.
21940 <ul>
21941 <li>Set with class: \ref ns3::StringValue</li>
21942 <li>Underlying type: \p std::string</li>
21943 <li>Initial value: UlTxPhyStats.txt</li>
21944 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21946 </ul>
21947</ul>
21948No TraceSources are defined for this type.<br>
21949<b>Group:</b> Lte
21950
21951<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
21952*/
21953
21954/*!
21955
21956\class ns3::PieQueueDisc
21957
21958Introspection did not find any typical Config paths.<br>
21959<h3>Attributes</h3>
21960<ul>
21961<li><b>A</b>: Value of alpha
21962 <ul>
21963 <li>Set with class: \ref ns3::DoubleValue</li>
21964 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21965 <li>Initial value: 0.125</li>
21966 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21967 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21968 </ul>
21969<li><b>ActiveThreshold</b>: Threshold for activating PIE (disabled by default)
21970 <ul>
21971 <li>Set with class: \ref ns3::TimeValue</li>
21972 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21973 <li>Initial value: +9.22337e+18ns</li>
21974 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21975 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21976 </ul>
21977<li><b>B</b>: Value of beta
21978 <ul>
21979 <li>Set with class: \ref ns3::DoubleValue</li>
21980 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21981 <li>Initial value: 1.25</li>
21982 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21983 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21984 </ul>
21985<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets
21986 <ul>
21987 <li>Set with class: \ref ns3::TimeValue</li>
21988 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21989 <li>Initial value: +9.22337e+18ns</li>
21990 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21991 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21992 </ul>
21993<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured
21994 <ul>
21995 <li>Set with class: \ref ns3::UintegerValue</li>
21996 <li>Underlying type: uint32_t 0:4294967295</li>
21997 <li>Initial value: 16384</li>
21998 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21999 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22000 </ul>
22001<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)
22002 <ul>
22003 <li>Set with class: \ref ns3::DoubleValue</li>
22004 <li>Underlying type: double 0:1</li>
22005 <li>Initial value: 0.1</li>
22006 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22007 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22008 </ul>
22009<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop
22010 <ul>
22011 <li>Set with class: \ref ns3::TimeValue</li>
22012 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22013 <li>Initial value: +1.5e+08ns</li>
22014 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22015 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22016 </ul>
22017<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
22018 <ul>
22019 <li>Set with class: \ref ns3::QueueSizeValue</li>
22020 <li>Underlying type: \p QueueSize</li>
22021 <li>Initial value: 25p</li>
22022 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22023 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22024 </ul>
22025<li><b>MeanPktSize</b>: Average of packet size
22026 <ul>
22027 <li>Set with class: \ref ns3::UintegerValue</li>
22028 <li>Underlying type: uint32_t 0:4294967295</li>
22029 <li>Initial value: 1000</li>
22030 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22031 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22032 </ul>
22033<li><b>QueueDelayReference</b>: Desired queue delay
22034 <ul>
22035 <li>Set with class: \ref ns3::TimeValue</li>
22036 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22037 <li>Initial value: +1.5e+07ns</li>
22038 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22040 </ul>
22041<li><b>Supdate</b>: Start time of the update timer
22042 <ul>
22043 <li>Set with class: \ref ns3::TimeValue</li>
22044 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22045 <li>Initial value: +0ns</li>
22046 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22048 </ul>
22049<li><b>Tupdate</b>: Time period to calculate drop probability
22050 <ul>
22051 <li>Set with class: \ref ns3::TimeValue</li>
22052 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22053 <li>Initial value: +1.5e+07ns</li>
22054 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22055 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22056 </ul>
22057<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033
22058 <ul>
22059 <li>Set with class: \ref ns3::BooleanValue</li>
22060 <li>Underlying type: bool</li>
22061 <li>Initial value: true</li>
22062 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22063 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22064 </ul>
22065<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator
22066 <ul>
22067 <li>Set with class: \ref ns3::BooleanValue</li>
22068 <li>Underlying type: bool</li>
22069 <li>Initial value: false</li>
22070 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22071 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22072 </ul>
22073<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033
22074 <ul>
22075 <li>Set with class: \ref ns3::BooleanValue</li>
22076 <li>Underlying type: bool</li>
22077 <li>Initial value: false</li>
22078 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22079 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22080 </ul>
22081<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
22082 <ul>
22083 <li>Set with class: \ref ns3::BooleanValue</li>
22084 <li>Underlying type: bool</li>
22085 <li>Initial value: false</li>
22086 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22087 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22088 </ul>
22089<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
22090 <ul>
22091 <li>Set with class: \ref ns3::BooleanValue</li>
22092 <li>Underlying type: bool</li>
22093 <li>Initial value: false</li>
22094 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22095 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22096 </ul>
22097</ul>
22098<h3>Attributes defined in parent class ns3::QueueDisc</h3>
22099<ul>
22100<li><b>InternalQueueList</b>: The list of internal queues.
22101 <ul>
22102 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22103 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
22104 <li>Flags: <span class="mlabel">read</span></li>
22105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22106 </ul>
22107<li><b>PacketFilterList</b>: The list of packet filters.
22108 <ul>
22109 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22110 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
22111 <li>Flags: <span class="mlabel">read</span></li>
22112 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22113 </ul>
22114<li><b>QueueDiscClassList</b>: The list of queue disc classes.
22115 <ul>
22116 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22117 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
22118 <li>Flags: <span class="mlabel">read</span></li>
22119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22120 </ul>
22121<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
22122 <ul>
22123 <li>Set with class: \ref ns3::UintegerValue</li>
22124 <li>Underlying type: uint32_t 0:4294967295</li>
22125 <li>Initial value: 64</li>
22126 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22128 </ul>
22129</ul>
22130No TraceSources are defined for this type.<br>
22131<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
22132<ul>
22133<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
22134 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22135</li>
22136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22137</ul>
22138<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
22139 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22140</li>
22141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22142</ul>
22143<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
22144 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22145</li>
22146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22147</ul>
22148<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
22149 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22150</li>
22151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22152</ul>
22153<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
22154 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22155</li>
22156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22157</ul>
22158<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
22159 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22160</li>
22161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22162</ul>
22163<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
22164 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22165</li>
22166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22167</ul>
22168<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
22169 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22170</li>
22171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22172</ul>
22173<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
22174 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22175</li>
22176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22177</ul>
22178<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
22179 <li> %Callback signature: ns3::Time::TracedCallback
22180</li>
22181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22182</ul>
22183</ul>
22184<b>Group:</b> TrafficControl
22185
22186<b>Size</b> of this type is 1336 bytes (on a 64-bit architecture).
22187*/
22188
22189/*!
22190
22191\class ns3::Ping
22192
22193<h3>Config Paths</h3>
22194
22195ns3::Ping is accessible through the following paths with Config::Set and Config::Connect:
22196<ul>
22197<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Ping"</li>
22198</ul>
22199<h3>Attributes</h3>
22200<ul>
22201<li><b>Count</b>: The maximum number of packets the application will send (zero means no limits)
22202 <ul>
22203 <li>Set with class: \ref ns3::UintegerValue</li>
22204 <li>Underlying type: uint32_t 0:4294967295</li>
22205 <li>Initial value: 0</li>
22206 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22207 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22208 </ul>
22209<li><b>Destination</b>: The unicast IPv4 or IPv6 address of the machine we want to ping
22210 <ul>
22211 <li>Set with class: \ref ns3::AddressValue</li>
22212 <li>Underlying type: \p Address</li>
22213 <li>Initial value: </li>
22214 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22215 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22216 </ul>
22217<li><b>InterfaceAddress</b>: Local address of the sender
22218 <ul>
22219 <li>Set with class: \ref ns3::AddressValue</li>
22220 <li>Underlying type: \p Address</li>
22221 <li>Initial value: </li>
22222 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22223 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22224 </ul>
22225<li><b>Interval</b>: Time interval between sending each packet
22226 <ul>
22227 <li>Set with class: \ref ns3::TimeValue</li>
22228 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22229 <li>Initial value: +1e+09ns</li>
22230 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22231 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22232 </ul>
22233<li><b>Size</b>: The number of data bytes to be sent, before ICMP and IP headers are added
22234 <ul>
22235 <li>Set with class: \ref ns3::UintegerValue</li>
22236 <li>Underlying type: uint32_t 16:4294967295</li>
22237 <li>Initial value: 56</li>
22238 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22239 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22240 </ul>
22241<li><b>Timeout</b>: Time to wait for a response if no RTT samples are available
22242 <ul>
22243 <li>Set with class: \ref ns3::TimeValue</li>
22244 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22245 <li>Initial value: +1e+09ns</li>
22246 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22248 </ul>
22249<li><b>Tos</b>: The Type of Service used to send the ICMP Echo Requests. All 8 bits of the TOS byte are set (including ECN bits).
22250 <ul>
22251 <li>Set with class: \ref ns3::UintegerValue</li>
22252 <li>Underlying type: uint8_t 0:255</li>
22253 <li>Initial value: 0</li>
22254 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22256 </ul>
22257<li><b>VerboseMode</b>: Configure verbose, quiet, or silent output
22258 <ul>
22259 <li>Set with class: \ref ns3::EnumValue<ns3::Ping::VerboseMode></li>
22260 <li>Underlying type: \p Verbose|Quiet|Silent</li>
22261 <li>Initial value: Verbose</li>
22262 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22263 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22264 </ul>
22265</ul>
22266<h3>Attributes defined in parent class ns3::Application</h3>
22267<ul>
22268<li><b>StartTime</b>: Time at which the application will start
22269 <ul>
22270 <li>Set with class: \ref ns3::TimeValue</li>
22271 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22272 <li>Initial value: +0ns</li>
22273 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22274 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22275 </ul>
22276<li><b>StopTime</b>: Time at which the application will stop
22277 <ul>
22278 <li>Set with class: \ref ns3::TimeValue</li>
22279 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22280 <li>Initial value: +0ns</li>
22281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22283 </ul>
22284</ul>
22285<h3>TraceSources</h3>
22286<ul>
22287<li><b>Drop</b>: Drop events due to destination unreachable or other errors.<br> <ul>
22288 <li> %Callback signature: ns3::Ping::DropTrace
22289</li>
22290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22291</ul>
22292<li><b>Report</b>: Summary report at close of application.<br> <ul>
22293 <li> %Callback signature: ns3::Ping::ReportTrace
22294</li>
22295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22296</ul>
22297<li><b>Rtt</b>: The sequence number and RTT sample.<br> <ul>
22298 <li> %Callback signature: ns3::Ping::RttTrace
22299</li>
22300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22301</ul>
22302<li><b>Tx</b>: The sequence number and ICMP echo response packet.<br> <ul>
22303 <li> %Callback signature: ns3::Ping::TxTrace
22304</li>
22305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22306</ul>
22307</ul>
22308<b>Group:</b> Internet-Apps
22309
22310<b>Size</b> of this type is 712 bytes (on a 64-bit architecture).
22311*/
22312
22313/*!
22314
22315\class ns3::PointToPointChannel
22316
22317<h3>Config Paths</h3>
22318
22319ns3::PointToPointChannel is accessible through the following paths with Config::Set and Config::Connect:
22320<ul>
22321<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::PointToPointChannel"</li>
22322<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::PointToPointChannel"</li>
22323<li>"/ChannelList/[i]/$ns3::PointToPointChannel"</li>
22324</ul>
22325<h3>Attributes</h3>
22326<ul>
22327<li><b>Delay</b>: Propagation delay through the channel
22328 <ul>
22329 <li>Set with class: \ref ns3::TimeValue</li>
22330 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22331 <li>Initial value: +0ns</li>
22332 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22334 </ul>
22335</ul>
22336<h3>Attributes defined in parent class ns3::Channel</h3>
22337<ul>
22338<li><b>Id</b>: The id (unique integer) of this Channel.
22339 <ul>
22340 <li>Set with class: \ref ns3::UintegerValue</li>
22341 <li>Underlying type: uint32_t 0:4294967295</li>
22342 <li>Flags: <span class="mlabel">read</span></li>
22343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22344 </ul>
22345</ul>
22346<h3>TraceSources</h3>
22347<ul>
22348<li><b>TxRxPointToPoint</b>: Trace source indicating transmission of packet from the PointToPointChannel, used by the Animation interface.<br> <ul>
22349 <li> %Callback signature: ns3::PointToPointChannel::TxRxAnimationCallback
22350</li>
22351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22352</ul>
22353</ul>
22354<b>Group:</b> PointToPoint
22355
22356<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
22357*/
22358
22359/*!
22360
22361\class ns3::PointToPointEpcHelper
22362
22363Introspection did not find any typical Config paths.<br>
22364<h3>Attributes</h3>
22365<ul>
22366<li><b>S1uLinkDataRate</b>: The data rate to be used for the next S1-U link to be created
22367 <ul>
22368 <li>Set with class: \ref ns3::DataRateValue</li>
22369 <li>Underlying type: \p DataRate</li>
22370 <li>Initial value: 10000000000bps</li>
22371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22373 </ul>
22374<li><b>S1uLinkDelay</b>: The delay to be used for the next S1-U link to be created
22375 <ul>
22376 <li>Set with class: \ref ns3::TimeValue</li>
22377 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22378 <li>Initial value: +0ns</li>
22379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22381 </ul>
22382<li><b>S1uLinkEnablePcap</b>: Enable Pcap for X2 link
22383 <ul>
22384 <li>Set with class: \ref ns3::BooleanValue</li>
22385 <li>Underlying type: bool</li>
22386 <li>Initial value: false</li>
22387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22389 </ul>
22390<li><b>S1uLinkMtu</b>: The MTU of the next S1-U link to be created. Note that, because of the additional GTP/UDP/IP tunneling overhead, you need a MTU larger than the end-to-end MTU that you want to support.
22391 <ul>
22392 <li>Set with class: \ref ns3::UintegerValue</li>
22393 <li>Underlying type: uint16_t 0:65535</li>
22394 <li>Initial value: 2000</li>
22395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22396 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22397 </ul>
22398<li><b>S1uLinkPcapPrefix</b>: Prefix for Pcap generated by S1-U link
22399 <ul>
22400 <li>Set with class: \ref ns3::StringValue</li>
22401 <li>Underlying type: \p std::string</li>
22402 <li>Initial value: s1u</li>
22403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22405 </ul>
22406</ul>
22407<h3>Attributes defined in parent class ns3::NoBackhaulEpcHelper</h3>
22408<ul>
22409<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created
22410 <ul>
22411 <li>Set with class: \ref ns3::DataRateValue</li>
22412 <li>Underlying type: \p DataRate</li>
22413 <li>Initial value: 10000000000bps</li>
22414 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22416 </ul>
22417<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created
22418 <ul>
22419 <li>Set with class: \ref ns3::TimeValue</li>
22420 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22421 <li>Initial value: +0ns</li>
22422 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22423 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22424 </ul>
22425<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.
22426 <ul>
22427 <li>Set with class: \ref ns3::UintegerValue</li>
22428 <li>Underlying type: uint16_t 0:65535</li>
22429 <li>Initial value: 2000</li>
22430 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22431 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22432 </ul>
22433<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created
22434 <ul>
22435 <li>Set with class: \ref ns3::DataRateValue</li>
22436 <li>Underlying type: \p DataRate</li>
22437 <li>Initial value: 10000000000bps</li>
22438 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22440 </ul>
22441<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created
22442 <ul>
22443 <li>Set with class: \ref ns3::TimeValue</li>
22444 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22445 <li>Initial value: +0ns</li>
22446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22448 </ul>
22449<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created
22450 <ul>
22451 <li>Set with class: \ref ns3::UintegerValue</li>
22452 <li>Underlying type: uint16_t 0:65535</li>
22453 <li>Initial value: 2000</li>
22454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22456 </ul>
22457<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created
22458 <ul>
22459 <li>Set with class: \ref ns3::DataRateValue</li>
22460 <li>Underlying type: \p DataRate</li>
22461 <li>Initial value: 10000000000bps</li>
22462 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22463 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22464 </ul>
22465<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created
22466 <ul>
22467 <li>Set with class: \ref ns3::TimeValue</li>
22468 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22469 <li>Initial value: +0ns</li>
22470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22472 </ul>
22473<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link
22474 <ul>
22475 <li>Set with class: \ref ns3::BooleanValue</li>
22476 <li>Underlying type: bool</li>
22477 <li>Initial value: false</li>
22478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22480 </ul>
22481<li><b>X2LinkMtu</b>: The MTU of the next X2 link to be created. Note that, because of some big X2 messages, you need a big MTU.
22482 <ul>
22483 <li>Set with class: \ref ns3::UintegerValue</li>
22484 <li>Underlying type: uint16_t 0:65535</li>
22485 <li>Initial value: 3000</li>
22486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22488 </ul>
22489<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link
22490 <ul>
22491 <li>Set with class: \ref ns3::StringValue</li>
22492 <li>Underlying type: \p std::string</li>
22493 <li>Initial value: x2</li>
22494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22496 </ul>
22497</ul>
22498No TraceSources are defined for this type.<br>
22499<b>Group:</b> Lte
22500
22501<b>Size</b> of this type is 536 bytes (on a 64-bit architecture).
22502*/
22503
22504/*!
22505
22506\class ns3::PointToPointNetDevice
22507
22508<h3>Config Paths</h3>
22509
22510ns3::PointToPointNetDevice is accessible through the following paths with Config::Set and Config::Connect:
22511<ul>
22512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice"</li>
22513</ul>
22514<h3>Attributes</h3>
22515<ul>
22516<li><b>Address</b>: The MAC address of this device.
22517 <ul>
22518 <li>Set with class: \ref ns3::Mac48AddressValue</li>
22519 <li>Underlying type: \p Mac48Address</li>
22520 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
22521 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22523 </ul>
22524<li><b>DataRate</b>: The default data rate for point to point links
22525 <ul>
22526 <li>Set with class: \ref ns3::DataRateValue</li>
22527 <li>Underlying type: \p DataRate</li>
22528 <li>Initial value: 32768bps</li>
22529 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22530 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22531 </ul>
22532<li><b>InterframeGap</b>: The time to wait between packet (frame) transmissions
22533 <ul>
22534 <li>Set with class: \ref ns3::TimeValue</li>
22535 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22536 <li>Initial value: +0ns</li>
22537 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22538 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22539 </ul>
22540<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
22541 <ul>
22542 <li>Set with class: \ref ns3::UintegerValue</li>
22543 <li>Underlying type: uint16_t 0:65535</li>
22544 <li>Initial value: 1500</li>
22545 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22547 </ul>
22548<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss
22549 <ul>
22550 <li>Set with class: \ref ns3::PointerValue</li>
22551 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
22552 <li>Initial value: 0</li>
22553 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22555 </ul>
22556<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.
22557 <ul>
22558 <li>Set with class: \ref ns3::PointerValue</li>
22559 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
22560 <li>Initial value: 0</li>
22561 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22562 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22563 </ul>
22564</ul>
22565<h3>TraceSources</h3>
22566<ul>
22567<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
22568 <li> %Callback signature: ns3::Packet::TracedCallback
22569</li>
22570 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22571</ul>
22572<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
22573 <li> %Callback signature: ns3::Packet::TracedCallback
22574</li>
22575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22576</ul>
22577<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
22578 <li> %Callback signature: ns3::Packet::TracedCallback
22579</li>
22580 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22581</ul>
22582<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission<br> <ul>
22583 <li> %Callback signature: ns3::Packet::TracedCallback
22584</li>
22585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22586</ul>
22587<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
22588 <li> %Callback signature: ns3::Packet::TracedCallback
22589</li>
22590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22591</ul>
22592<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device<br> <ul>
22593 <li> %Callback signature: ns3::Packet::TracedCallback
22594</li>
22595 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22596</ul>
22597<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel<br> <ul>
22598 <li> %Callback signature: ns3::Packet::TracedCallback
22599</li>
22600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22601</ul>
22602<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
22603 <li> %Callback signature: ns3::Packet::TracedCallback
22604</li>
22605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22606</ul>
22607<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel<br> <ul>
22608 <li> %Callback signature: ns3::Packet::TracedCallback
22609</li>
22610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22611</ul>
22612<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
22613 <li> %Callback signature: ns3::Packet::TracedCallback
22614</li>
22615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22616</ul>
22617<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
22618 <li> %Callback signature: ns3::Packet::TracedCallback
22619</li>
22620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22621</ul>
22622</ul>
22623<b>Group:</b> PointToPoint
22624
22625<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
22626*/
22627
22628/*!
22629
22630\class ns3::PositionAllocator
22631
22632<h3>Config Paths</h3>
22633
22634ns3::PositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
22635<ul>
22636<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator"</li>
22637</ul>
22638No Attributes are defined for this type.<br>
22639No TraceSources are defined for this type.<br>
22640<b>Group:</b> Mobility
22641
22642<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
22643*/
22644
22645/*!
22646
22647\class ns3::PppHeader
22648
22649Introspection did not find any typical Config paths.<br>
22650No Attributes are defined for this type.<br>
22651No TraceSources are defined for this type.<br>
22652<b>Group:</b> PointToPoint
22653
22654<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
22655*/
22656
22657/*!
22658
22659\class ns3::PreambleDetectionModel
22660
22661<h3>Config Paths</h3>
22662
22663ns3::PreambleDetectionModel is accessible through the following paths with Config::Set and Config::Connect:
22664<ul>
22665<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PreambleDetectionModel"</li>
22666<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PreambleDetectionModel"</li>
22667</ul>
22668No Attributes are defined for this type.<br>
22669No TraceSources are defined for this type.<br>
22670<b>Group:</b> Wifi
22671
22672<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
22673*/
22674
22675/*!
22676
22677\class ns3::PrioQueueDisc
22678
22679Introspection did not find any typical Config paths.<br>
22680<h3>Attributes</h3>
22681<ul>
22682<li><b>Priomap</b>: The priority to band mapping.
22683 <ul>
22684 <li>Set with class: \ref ns3::PriomapValue</li>
22685 <li>Underlying type: \p Priomap</li>
22686 <li>Initial value: 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1</li>
22687 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22689 </ul>
22690</ul>
22691<h3>Attributes defined in parent class ns3::QueueDisc</h3>
22692<ul>
22693<li><b>InternalQueueList</b>: The list of internal queues.
22694 <ul>
22695 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22696 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
22697 <li>Flags: <span class="mlabel">read</span></li>
22698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22699 </ul>
22700<li><b>PacketFilterList</b>: The list of packet filters.
22701 <ul>
22702 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22703 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
22704 <li>Flags: <span class="mlabel">read</span></li>
22705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22706 </ul>
22707<li><b>QueueDiscClassList</b>: The list of queue disc classes.
22708 <ul>
22709 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22710 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
22711 <li>Flags: <span class="mlabel">read</span></li>
22712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22713 </ul>
22714<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
22715 <ul>
22716 <li>Set with class: \ref ns3::UintegerValue</li>
22717 <li>Underlying type: uint32_t 0:4294967295</li>
22718 <li>Initial value: 64</li>
22719 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22721 </ul>
22722</ul>
22723No TraceSources are defined for this type.<br>
22724<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
22725<ul>
22726<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
22727 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22728</li>
22729 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22730</ul>
22731<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
22732 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22733</li>
22734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22735</ul>
22736<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
22737 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22738</li>
22739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22740</ul>
22741<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
22742 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22743</li>
22744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22745</ul>
22746<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
22747 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22748</li>
22749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22750</ul>
22751<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
22752 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22753</li>
22754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22755</ul>
22756<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
22757 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22758</li>
22759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22760</ul>
22761<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
22762 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22763</li>
22764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22765</ul>
22766<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
22767 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22768</li>
22769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22770</ul>
22771<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
22772 <li> %Callback signature: ns3::Time::TracedCallback
22773</li>
22774 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22775</ul>
22776</ul>
22777<b>Group:</b> TrafficControl
22778
22779<b>Size</b> of this type is 1152 bytes (on a 64-bit architecture).
22780*/
22781
22782/*!
22783
22784\class ns3::PriorityQueueScheduler
22785
22786Introspection did not find any typical Config paths.<br>
22787No Attributes are defined for this type.<br>
22788No TraceSources are defined for this type.<br>
22789<b>Group:</b> Core
22790
22791<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
22792*/
22793
22794/*!
22795
22796\class ns3::ProbabilisticV2vHighwayChannelConditionModel
22797
22798<h3>Config Paths</h3>
22799
22800ns3::ProbabilisticV2vHighwayChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
22801<ul>
22802<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22803<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22804<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22805<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22806<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22807<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22808<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22809<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22810<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22811<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22812<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22813<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22814<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22815<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22816</ul>
22817<h3>Attributes</h3>
22818<ul>
22819<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
22820 <ul>
22821 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppChannelConditionModel::VehicleDensity></li>
22822 <li>Underlying type: \p Low|Medium|High</li>
22823 <li>Initial value: Low</li>
22824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22826 </ul>
22827</ul>
22828<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
22829<ul>
22830<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
22831 <ul>
22832 <li>Set with class: \ref ns3::BooleanValue</li>
22833 <li>Underlying type: bool</li>
22834 <li>Initial value: false</li>
22835 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22837 </ul>
22838<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
22839 <ul>
22840 <li>Set with class: \ref ns3::DoubleValue</li>
22841 <li>Underlying type: double 0:1</li>
22842 <li>Initial value: 1</li>
22843 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22845 </ul>
22846<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
22847 <ul>
22848 <li>Set with class: \ref ns3::DoubleValue</li>
22849 <li>Underlying type: double 0:1</li>
22850 <li>Initial value: 0</li>
22851 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22853 </ul>
22854<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
22855 <ul>
22856 <li>Set with class: \ref ns3::TimeValue</li>
22857 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22858 <li>Initial value: +0ns</li>
22859 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22860 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22861 </ul>
22862</ul>
22863No TraceSources are defined for this type.<br>
22864<b>Group:</b> Propagation
22865
22866<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
22867*/
22868
22869/*!
22870
22871\class ns3::ProbabilisticV2vUrbanChannelConditionModel
22872
22873<h3>Config Paths</h3>
22874
22875ns3::ProbabilisticV2vUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
22876<ul>
22877<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22878<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22879<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22880<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22881<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22882<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22883<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22884<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22885<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22886<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22887<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22888<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22889<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22890<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22891</ul>
22892<h3>Attributes</h3>
22893<ul>
22894<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
22895 <ul>
22896 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppChannelConditionModel::VehicleDensity></li>
22897 <li>Underlying type: \p Low|Medium|High</li>
22898 <li>Initial value: Low</li>
22899 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22900 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22901 </ul>
22902</ul>
22903<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
22904<ul>
22905<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
22906 <ul>
22907 <li>Set with class: \ref ns3::BooleanValue</li>
22908 <li>Underlying type: bool</li>
22909 <li>Initial value: false</li>
22910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22912 </ul>
22913<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
22914 <ul>
22915 <li>Set with class: \ref ns3::DoubleValue</li>
22916 <li>Underlying type: double 0:1</li>
22917 <li>Initial value: 1</li>
22918 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22919 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22920 </ul>
22921<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
22922 <ul>
22923 <li>Set with class: \ref ns3::DoubleValue</li>
22924 <li>Underlying type: double 0:1</li>
22925 <li>Initial value: 0</li>
22926 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22927 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22928 </ul>
22929<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
22930 <ul>
22931 <li>Set with class: \ref ns3::TimeValue</li>
22932 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22933 <li>Initial value: +0ns</li>
22934 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22936 </ul>
22937</ul>
22938No TraceSources are defined for this type.<br>
22939<b>Group:</b> Propagation
22940
22941<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
22942*/
22943
22944/*!
22945
22946\class ns3::Probe
22947
22948Introspection did not find any typical Config paths.<br>
22949<h3>Attributes</h3>
22950<ul>
22951<li><b>Start</b>: Time data collection starts
22952 <ul>
22953 <li>Set with class: \ref ns3::TimeValue</li>
22954 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22955 <li>Initial value: +0ns</li>
22956 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22957 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22958 </ul>
22959<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
22960 <ul>
22961 <li>Set with class: \ref ns3::TimeValue</li>
22962 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22963 <li>Initial value: +0ns</li>
22964 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22965 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22966 </ul>
22967</ul>
22968<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
22969<ul>
22970<li><b>Enabled</b>: Object's enabled status
22971 <ul>
22972 <li>Set with class: \ref ns3::BooleanValue</li>
22973 <li>Underlying type: bool</li>
22974 <li>Initial value: true</li>
22975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22977 </ul>
22978<li><b>Name</b>: Object's name
22979 <ul>
22980 <li>Set with class: \ref ns3::StringValue</li>
22981 <li>Underlying type: \p std::string</li>
22982 <li>Initial value: unnamed</li>
22983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22985 </ul>
22986</ul>
22987No TraceSources are defined for this type.<br>
22988<b>Group:</b> Stats
22989
22990<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
22991*/
22992
22993/*!
22994
22995\class ns3::PropagationDelayModel
22996
22997<h3>Config Paths</h3>
22998
22999ns3::PropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
23000<ul>
23001<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel"</li>
23002<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel"</li>
23003<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel"</li>
23004</ul>
23005No Attributes are defined for this type.<br>
23006No TraceSources are defined for this type.<br>
23007<b>Group:</b> Propagation
23008
23009<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
23010*/
23011
23012/*!
23013
23014\class ns3::PropagationLossModel
23015
23016<h3>Config Paths</h3>
23017
23018ns3::PropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
23019<ul>
23020<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel"</li>
23021<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel"</li>
23022<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel"</li>
23023<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel"</li>
23024<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel"</li>
23025<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel"</li>
23026<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel"</li>
23027</ul>
23028No Attributes are defined for this type.<br>
23029No TraceSources are defined for this type.<br>
23030<b>Group:</b> Propagation
23031
23032<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
23033*/
23034
23035/*!
23036
23037\class ns3::PssFfMacScheduler
23038
23039<h3>Config Paths</h3>
23040
23041ns3::PssFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
23042<ul>
23043<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PssFfMacScheduler"</li>
23044<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PssFfMacScheduler"</li>
23045</ul>
23046<h3>Attributes</h3>
23047<ul>
23048<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
23049 <ul>
23050 <li>Set with class: \ref ns3::UintegerValue</li>
23051 <li>Underlying type: uint32_t 0:4294967295</li>
23052 <li>Initial value: 1000</li>
23053 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23055 </ul>
23056<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
23057 <ul>
23058 <li>Set with class: \ref ns3::BooleanValue</li>
23059 <li>Underlying type: bool</li>
23060 <li>Initial value: true</li>
23061 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23063 </ul>
23064<li><b>PssFdSchedulerType</b>: FD scheduler in PSS (default value is PFsch)
23065 <ul>
23066 <li>Set with class: \ref ns3::StringValue</li>
23067 <li>Underlying type: \p std::string</li>
23068 <li>Initial value: PFsch</li>
23069 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23070 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23071 </ul>
23072<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
23073 <ul>
23074 <li>Set with class: \ref ns3::UintegerValue</li>
23075 <li>Underlying type: uint8_t 0:255</li>
23076 <li>Initial value: 0</li>
23077 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23078 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23079 </ul>
23080<li><b>nMux</b>: The number of UE selected by TD scheduler (default value is 0)
23081 <ul>
23082 <li>Set with class: \ref ns3::UintegerValue</li>
23083 <li>Underlying type: uint32_t 0:4294967295</li>
23084 <li>Initial value: 0</li>
23085 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23086 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23087 </ul>
23088</ul>
23089<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
23090<ul>
23091<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
23092 <ul>
23093 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
23094 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
23095 <li>Initial value: SRS_UL_CQI</li>
23096 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23098 </ul>
23099</ul>
23100No TraceSources are defined for this type.<br>
23101<b>Group:</b> Lte
23102
23103<b>Size</b> of this type is 1408 bytes (on a 64-bit architecture).
23104*/
23105
23106/*!
23107
23108\class ns3::QosFrameExchangeManager
23109
23110<h3>Config Paths</h3>
23111
23112ns3::QosFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
23113<ul>
23114<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager"</li>
23115</ul>
23116<h3>Attributes</h3>
23117<ul>
23118<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
23119 <ul>
23120 <li>Set with class: \ref ns3::BooleanValue</li>
23121 <li>Underlying type: bool</li>
23122 <li>Initial value: true</li>
23123 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23125 </ul>
23126<li><b>ProtectSingleExchange</b>: Whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit when the latter is non-zero
23127 <ul>
23128 <li>Set with class: \ref ns3::BooleanValue</li>
23129 <li>Underlying type: bool</li>
23130 <li>Initial value: false</li>
23131 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23133 </ul>
23134<li><b>SetQueueSize</b>: Whether to set the Queue Size subfield of the QoS Control field of QoS data frames sent by non-AP stations
23135 <ul>
23136 <li>Set with class: \ref ns3::BooleanValue</li>
23137 <li>Underlying type: bool</li>
23138 <li>Initial value: false</li>
23139 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23140 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23141 </ul>
23142<li><b>SingleExchangeProtectionSurplus</b>: Additional time to protect beyond end of the immediate frame exchange in case of non-zero TXOP limit when a single frame exchange is protected
23143 <ul>
23144 <li>Set with class: \ref ns3::TimeValue</li>
23145 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23146 <li>Initial value: +0ns</li>
23147 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23149 </ul>
23150</ul>
23151<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
23152<ul>
23153<li><b>ProtectedIfResponded</b>: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.
23154 <ul>
23155 <li>Set with class: \ref ns3::BooleanValue</li>
23156 <li>Underlying type: bool</li>
23157 <li>Initial value: true</li>
23158 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23159 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23160 </ul>
23161</ul>
23162No TraceSources are defined for this type.<br>
23163<b>Group:</b> Wifi
23164
23165<b>Size</b> of this type is 1256 bytes (on a 64-bit architecture).
23166*/
23167
23168/*!
23169
23170\class ns3::QosTxop
23171
23172<h3>Config Paths</h3>
23173
23174ns3::QosTxop is accessible through the following paths with Config::Set and Config::Connect:
23175<ul>
23176<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop/$ns3::QosTxop"</li>
23177<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VO_Txop"</li>
23178<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VI_Txop"</li>
23179<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BE_Txop"</li>
23180<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BK_Txop"</li>
23181</ul>
23182<h3>Attributes</h3>
23183<ul>
23184<li><b>AddBaResponseTimeout</b>: The timeout to wait for ADDBA response after the Ack to ADDBA request is received.
23185 <ul>
23186 <li>Set with class: \ref ns3::TimeValue</li>
23187 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23188 <li>Initial value: +5e+06ns</li>
23189 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23191 </ul>
23192<li><b>BlockAckManager</b>: The BlockAckManager object.
23193 <ul>
23194 <li>Set with class: \ref ns3::PointerValue</li>
23195 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BlockAckManager></li>
23196 <li>Initial value: 0</li>
23197 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23199 </ul>
23200<li><b>FailedAddBaTimeout</b>: The timeout after a failed BA agreement. During this timeout, the originator resumes sending packets using normal MPDU. After that, BA agreement is reset and the originator will retry BA negotiation.
23201 <ul>
23202 <li>Set with class: \ref ns3::TimeValue</li>
23203 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23204 <li>Initial value: +2e+08ns</li>
23205 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23207 </ul>
23208<li><b>NMaxInflights</b>: The maximum number of links (in the range 1-15) on which an MPDU can be simultaneously in-flight.
23209 <ul>
23210 <li>Set with class: \ref ns3::UintegerValue</li>
23211 <li>Underlying type: uint8_t 1:15</li>
23212 <li>Initial value: 1</li>
23213 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23214 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23215 </ul>
23216<li><b>UseExplicitBarAfterMissedBlockAck</b>: Specify whether explicit BlockAckRequest should be sent upon missed BlockAck Response.
23217 <ul>
23218 <li>Set with class: \ref ns3::BooleanValue</li>
23219 <li>Underlying type: bool</li>
23220 <li>Initial value: true</li>
23221 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23222 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23223 </ul>
23224</ul>
23225<h3>Attributes defined in parent class ns3::Txop</h3>
23226<ul>
23227<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.
23228 <ul>
23229 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
23230 <li>Underlying type: \p AC_BE|AC_BK|AC_VI|AC_VO|AC_BE_NQOS|AC_VI|AC_BEACON|AC_UNDEF</li>
23231 <li>Initial value: AC_UNDEF</li>
23232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23234 </ul>
23235<li><b>Aifsn</b>: The AIFSN: the default value conforms to non-QOS (just for the first link, in case of 11be multi-link devices).
23236 <ul>
23237 <li>Set with class: \ref ns3::UintegerValue</li>
23238 <li>Underlying type: uint8_t 0:255</li>
23239 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23240 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use Aifsns attribute instead of Aifsn</li>
23241 </ul>
23242<li><b>Aifsns</b>: The values of AIFSN for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
23243 <ul>
23244 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23245 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23246 <li>Initial value: </li>
23247 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23248 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23249 </ul>
23250<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).
23251 <ul>
23252 <li>Set with class: \ref ns3::UintegerValue</li>
23253 <li>Underlying type: uint32_t 0:4294967295</li>
23254 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23255 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MaxCws attribute instead of MaxCw</li>
23256 </ul>
23257<li><b>MaxCws</b>: The maximum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
23258 <ul>
23259 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23260 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23261 <li>Initial value: </li>
23262 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23263 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23264 </ul>
23265<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).
23266 <ul>
23267 <li>Set with class: \ref ns3::UintegerValue</li>
23268 <li>Underlying type: uint32_t 0:4294967295</li>
23269 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23270 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MinCws attribute instead of MinCw</li>
23271 </ul>
23272<li><b>MinCws</b>: The minimum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
23273 <ul>
23274 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23275 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23276 <li>Initial value: </li>
23277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23279 </ul>
23280<li><b>Queue</b>: The WifiMacQueue object
23281 <ul>
23282 <li>Set with class: \ref ns3::PointerValue</li>
23283 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMacQueue></li>
23284 <li>Flags: <span class="mlabel">read</span></li>
23285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23286 </ul>
23287<li><b>TxopLimit</b>: The TXOP limit: the default value conforms to non-QoS (just for the first link, in case of 11be multi-link devices).
23288 <ul>
23289 <li>Set with class: \ref ns3::TimeValue</li>
23290 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23291 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23292 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use TxopLimits attribute instead of TxopLimit</li>
23293 </ul>
23294<li><b>TxopLimits</b>: The values of TXOP limit for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
23295 <ul>
23296 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39TimeValueE, NSt7__cxx114listIN3ns33PtrINS1_9TimeValueEEESaIS4_EEE></li>
23297 <li>Underlying type: \p ns3::Ptr<N3ns39TimeValueE></li>
23298 <li>Initial value: </li>
23299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23301 </ul>
23302</ul>
23303<h3>TraceSources</h3>
23304<ul>
23305<li><b>BaEstablished</b>: A block ack agreement is established with the given recipient for the given TID (and the given GCR group address, if any).<br> <ul>
23306 <li> %Callback signature: ns3::QosTxop::BaEstablishedCallback
23307</li>
23308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23309</ul>
23310<li><b>TxopTrace</b>: Trace source for TXOP start and duration times<br> <ul>
23311 <li> %Callback signature: ns3::QosTxop::TxopTracedCallback
23312</li>
23313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23314</ul>
23315</ul>
23316<h3>TraceSources defined in parent class ns3::Txop</h3>
23317<ul>
23318<li><b>BackoffTrace</b>: Trace source for backoff values<br> <ul>
23319 <li> %Callback signature: ns3::Txop::BackoffValueTracedCallback
23320</li>
23321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23322</ul>
23323<li><b>CwTrace</b>: Trace source for contention window values<br> <ul>
23324 <li> %Callback signature: ns3::Txop::CwValueTracedCallback
23325</li>
23326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23327</ul>
23328</ul>
23329<b>Group:</b> Wifi
23330
23331<b>Size</b> of this type is 392 bytes (on a 64-bit architecture).
23332*/
23333
23334/*!
23335
23336\class ns3::Queue<Packet>
23337
23338<h3>Config Paths</h3>
23339
23340ns3::Queue<Packet> is accessible through the following paths with Config::Set and Config::Connect:
23341<ul>
23342<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/TxQueue"</li>
23343<li>"/NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Queue"</li>
23344<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/TxQueue"</li>
23345<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/TxQueue"</li>
23346</ul>
23347No Attributes are defined for this type.<br>
23348<h3>TraceSources</h3>
23349<ul>
23350<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23351 <li> %Callback signature: ns3::Packet::TracedCallback
23352</li>
23353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23354</ul>
23355<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23356 <li> %Callback signature: ns3::Packet::TracedCallback
23357</li>
23358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23359</ul>
23360<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23361 <li> %Callback signature: ns3::Packet::TracedCallback
23362</li>
23363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23364</ul>
23365<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23366 <li> %Callback signature: ns3::Packet::TracedCallback
23367</li>
23368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23369</ul>
23370<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23371 <li> %Callback signature: ns3::Packet::TracedCallback
23372</li>
23373 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23374</ul>
23375</ul>
23376<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23377<ul>
23378<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23379 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23380</li>
23381 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23382</ul>
23383<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23384 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23385</li>
23386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23387</ul>
23388</ul>
23389<b>Group:</b> Network
23390
23391<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
23392*/
23393
23394/*!
23395
23396\class ns3::Queue<QueueDiscItem>
23397
23398Introspection did not find any typical Config paths.<br>
23399No Attributes are defined for this type.<br>
23400<h3>TraceSources</h3>
23401<ul>
23402<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23403 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23404</li>
23405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23406</ul>
23407<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23408 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23409</li>
23410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23411</ul>
23412<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23413 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23414</li>
23415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23416</ul>
23417<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23418 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23419</li>
23420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23421</ul>
23422<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23423 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23424</li>
23425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23426</ul>
23427</ul>
23428<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23429<ul>
23430<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23431 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23432</li>
23433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23434</ul>
23435<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23436 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23437</li>
23438 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23439</ul>
23440</ul>
23441<b>Group:</b> Network
23442
23443<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
23444*/
23445
23446/*!
23447
23448\class ns3::Queue<WifiMpdu,WifiMacQueueContainer>
23449
23450Introspection did not find any typical Config paths.<br>
23451No Attributes are defined for this type.<br>
23452<h3>TraceSources</h3>
23453<ul>
23454<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23455 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23456</li>
23457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23458</ul>
23459<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23460 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23461</li>
23462 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23463</ul>
23464<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23465 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23466</li>
23467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23468</ul>
23469<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23470 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23471</li>
23472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23473</ul>
23474<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23475 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23476</li>
23477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23478</ul>
23479</ul>
23480<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23481<ul>
23482<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23483 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23484</li>
23485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23486</ul>
23487<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23488 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23489</li>
23490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23491</ul>
23492</ul>
23493<b>Group:</b> Network
23494
23495<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
23496*/
23497
23498/*!
23499
23500\class ns3::QueueBase
23501
23502Introspection did not find any typical Config paths.<br>
23503No Attributes are defined for this type.<br>
23504<h3>TraceSources</h3>
23505<ul>
23506<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23507 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23508</li>
23509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23510</ul>
23511<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23512 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23513</li>
23514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23515</ul>
23516</ul>
23517<b>Group:</b> Network
23518
23519<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
23520*/
23521
23522/*!
23523
23524\class ns3::QueueDisc
23525
23526Introspection did not find any typical Config paths.<br>
23527<h3>Attributes</h3>
23528<ul>
23529<li><b>InternalQueueList</b>: The list of internal queues.
23530 <ul>
23531 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23532 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
23533 <li>Flags: <span class="mlabel">read</span></li>
23534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23535 </ul>
23536<li><b>PacketFilterList</b>: The list of packet filters.
23537 <ul>
23538 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23539 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
23540 <li>Flags: <span class="mlabel">read</span></li>
23541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23542 </ul>
23543<li><b>QueueDiscClassList</b>: The list of queue disc classes.
23544 <ul>
23545 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23546 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
23547 <li>Flags: <span class="mlabel">read</span></li>
23548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23549 </ul>
23550<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
23551 <ul>
23552 <li>Set with class: \ref ns3::UintegerValue</li>
23553 <li>Underlying type: uint32_t 0:4294967295</li>
23554 <li>Initial value: 64</li>
23555 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23557 </ul>
23558</ul>
23559<h3>TraceSources</h3>
23560<ul>
23561<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
23562 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23563</li>
23564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23565</ul>
23566<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
23567 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23568</li>
23569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23570</ul>
23571<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
23572 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23573</li>
23574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23575</ul>
23576<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
23577 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23578</li>
23579 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23580</ul>
23581<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
23582 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23583</li>
23584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23585</ul>
23586<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
23587 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23588</li>
23589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23590</ul>
23591<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
23592 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23593</li>
23594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23595</ul>
23596<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
23597 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23598</li>
23599 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23600</ul>
23601<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
23602 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23603</li>
23604 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23605</ul>
23606<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
23607 <li> %Callback signature: ns3::Time::TracedCallback
23608</li>
23609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23610</ul>
23611</ul>
23612<b>Group:</b> TrafficControl
23613
23614<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
23615*/
23616
23617/*!
23618
23619\class ns3::QueueDiscClass
23620
23621Introspection did not find any typical Config paths.<br>
23622<h3>Attributes</h3>
23623<ul>
23624<li><b>QueueDisc</b>: The queue disc attached to the class
23625 <ul>
23626 <li>Set with class: \ref ns3::PointerValue</li>
23627 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
23628 <li>Initial value: 0</li>
23629 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23630 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23631 </ul>
23632</ul>
23633No TraceSources are defined for this type.<br>
23634<b>Group:</b> TrafficControl
23635
23636<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
23637*/
23638
23639/*!
23640
23641\class ns3::QueueLimits
23642
23643Introspection did not find any typical Config paths.<br>
23644No Attributes are defined for this type.<br>
23645No TraceSources are defined for this type.<br>
23646<b>Group:</b> Network
23647
23648<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
23649*/
23650
23651/*!
23652
23653\class ns3::RadioBearerStatsCalculator
23654
23655Introspection did not find any typical Config paths.<br>
23656<h3>Attributes</h3>
23657<ul>
23658<li><b>DlPdcpOutputFilename</b>: Name of the file where the downlink results will be saved.
23659 <ul>
23660 <li>Set with class: \ref ns3::StringValue</li>
23661 <li>Underlying type: \p std::string</li>
23662 <li>Initial value: DlPdcpStats.txt</li>
23663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23665 </ul>
23666<li><b>DlRlcOutputFilename</b>: Name of the file where the downlink results will be saved.
23667 <ul>
23668 <li>Set with class: \ref ns3::StringValue</li>
23669 <li>Underlying type: \p std::string</li>
23670 <li>Initial value: DlRlcStats.txt</li>
23671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23673 </ul>
23674<li><b>EpochDuration</b>: Epoch duration.
23675 <ul>
23676 <li>Set with class: \ref ns3::TimeValue</li>
23677 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23678 <li>Initial value: +2.5e+08ns</li>
23679 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23680 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23681 </ul>
23682<li><b>StartTime</b>: Start time of the on going epoch.
23683 <ul>
23684 <li>Set with class: \ref ns3::TimeValue</li>
23685 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23686 <li>Initial value: +0ns</li>
23687 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23689 </ul>
23690<li><b>UlPdcpOutputFilename</b>: Name of the file where the uplink results will be saved.
23691 <ul>
23692 <li>Set with class: \ref ns3::StringValue</li>
23693 <li>Underlying type: \p std::string</li>
23694 <li>Initial value: UlPdcpStats.txt</li>
23695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23697 </ul>
23698<li><b>UlRlcOutputFilename</b>: Name of the file where the uplink results will be saved.
23699 <ul>
23700 <li>Set with class: \ref ns3::StringValue</li>
23701 <li>Underlying type: \p std::string</li>
23702 <li>Initial value: UlRlcStats.txt</li>
23703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23705 </ul>
23706</ul>
23707No TraceSources are defined for this type.<br>
23708<b>Group:</b> Lte
23709
23710<b>Size</b> of this type is 1080 bytes (on a 64-bit architecture).
23711*/
23712
23713/*!
23714
23715\class ns3::RadioEnvironmentMapHelper
23716
23717Introspection did not find any typical Config paths.<br>
23718<h3>Attributes</h3>
23719<ul>
23720<li><b>Bandwidth</b>: Transmission Bandwidth Configuration (in number of RBs) over which the SINR will be calculated
23721 <ul>
23722 <li>Set with class: \ref ns3::UintegerValue</li>
23723 <li>Underlying type: uint16_t 0:65535</li>
23724 <li>Initial value: 25</li>
23725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23727 </ul>
23728<li><b>Channel</b>: The DL spectrum channel for which the RadioEnvironment Map is to be generated. Alternatively ChannelPath attribute can be used.Only one of the two (Channel or ChannelPath) should be set.
23729 <ul>
23730 <li>Set with class: \ref ns3::PointerValue</li>
23731 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SpectrumChannel></li>
23732 <li>Initial value: 0</li>
23733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23735 </ul>
23736<li><b>ChannelPath</b>: The path to the channel for which the Radio Environment Map is to be generated.This attribute is an alternative to Channel attribute and is only used if Channel is not set (equal to nullptr). Only one of the two (Channel or ChannelPath) should be set.
23737 <ul>
23738 <li>Set with class: \ref ns3::StringValue</li>
23739 <li>Underlying type: \p std::string</li>
23740 <li>Initial value: /ChannelList/0</li>
23741 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23743 </ul>
23744<li><b>Earfcn</b>: E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
23745 <ul>
23746 <li>Set with class: \ref ns3::UintegerValue</li>
23747 <li>Underlying type: uint16_t 0:65535</li>
23748 <li>Initial value: 100</li>
23749 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23751 </ul>
23752<li><b>MaxPointsPerIteration</b>: Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.
23753 <ul>
23754 <li>Set with class: \ref ns3::UintegerValue</li>
23755 <li>Underlying type: uint32_t 1:4294967295</li>
23756 <li>Initial value: 20000</li>
23757 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23759 </ul>
23760<li><b>NoisePower</b>: the power of the measuring instrument noise, in Watts. Default to a kT of -174 dBm with a noise figure of 9 dB and a bandwidth of 25 LTE Resource Blocks
23761 <ul>
23762 <li>Set with class: \ref ns3::DoubleValue</li>
23763 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23764 <li>Initial value: 1.423e-13</li>
23765 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23767 </ul>
23768<li><b>OutputFile</b>: the filename to which the Radio Environment Map is saved
23769 <ul>
23770 <li>Set with class: \ref ns3::StringValue</li>
23771 <li>Underlying type: \p std::string</li>
23772 <li>Initial value: rem.out</li>
23773 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23774 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23775 </ul>
23776<li><b>RbId</b>: Resource block Id, for which REM will be generated, default value is -1, what means REM will be averaged from all RBs
23777 <ul>
23778 <li>Set with class: \ref ns3::IntegerValue</li>
23779 <li>Underlying type: int32_t -2147483648:2147483647</li>
23780 <li>Initial value: -1</li>
23781 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23782 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23783 </ul>
23784<li><b>StopWhenDone</b>: If true, Simulator::Stop () will be called as soon as the REM has been generated
23785 <ul>
23786 <li>Set with class: \ref ns3::BooleanValue</li>
23787 <li>Underlying type: bool</li>
23788 <li>Initial value: true</li>
23789 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23790 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23791 </ul>
23792<li><b>UseDataChannel</b>: If true, REM will be generated for PDSCH and for PDCCH otherwise
23793 <ul>
23794 <li>Set with class: \ref ns3::BooleanValue</li>
23795 <li>Underlying type: bool</li>
23796 <li>Initial value: false</li>
23797 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23799 </ul>
23800<li><b>XMax</b>: The max x coordinate of the map.
23801 <ul>
23802 <li>Set with class: \ref ns3::DoubleValue</li>
23803 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23804 <li>Initial value: 1</li>
23805 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23807 </ul>
23808<li><b>XMin</b>: The min x coordinate of the map.
23809 <ul>
23810 <li>Set with class: \ref ns3::DoubleValue</li>
23811 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23812 <li>Initial value: 0</li>
23813 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23815 </ul>
23816<li><b>XRes</b>: The resolution (number of points) of the map along the x axis.
23817 <ul>
23818 <li>Set with class: \ref ns3::UintegerValue</li>
23819 <li>Underlying type: uint32_t 2:65535</li>
23820 <li>Initial value: 100</li>
23821 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23823 </ul>
23824<li><b>YMax</b>: The max y coordinate of the map.
23825 <ul>
23826 <li>Set with class: \ref ns3::DoubleValue</li>
23827 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23828 <li>Initial value: 1</li>
23829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23831 </ul>
23832<li><b>YMin</b>: The min y coordinate of the map.
23833 <ul>
23834 <li>Set with class: \ref ns3::DoubleValue</li>
23835 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23836 <li>Initial value: 0</li>
23837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23839 </ul>
23840<li><b>YRes</b>: The resolution (number of points) of the map along the y axis.
23841 <ul>
23842 <li>Set with class: \ref ns3::UintegerValue</li>
23843 <li>Underlying type: uint16_t 2:65535</li>
23844 <li>Initial value: 100</li>
23845 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23847 </ul>
23848<li><b>Z</b>: The value of the z coordinate for which the map is to be generated
23849 <ul>
23850 <li>Set with class: \ref ns3::DoubleValue</li>
23851 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23852 <li>Initial value: 0</li>
23853 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23855 </ul>
23856</ul>
23857No TraceSources are defined for this type.<br>
23858<b>Group:</b> Lte
23859
23860<b>Size</b> of this type is 768 bytes (on a 64-bit architecture).
23861*/
23862
23863/*!
23864
23865\class ns3::RadiotapHeader
23866
23867Introspection did not find any typical Config paths.<br>
23868No Attributes are defined for this type.<br>
23869No TraceSources are defined for this type.<br>
23870<b>Group:</b> Network
23871
23872<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
23873*/
23874
23875/*!
23876
23877\class ns3::Radvd
23878
23879<h3>Config Paths</h3>
23880
23881ns3::Radvd is accessible through the following paths with Config::Set and Config::Connect:
23882<ul>
23883<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Radvd"</li>
23884</ul>
23885<h3>Attributes</h3>
23886<ul>
23887<li><b>AdvertisementJitter</b>: Uniform variable to provide jitter between min and max values of AdvInterval
23888 <ul>
23889 <li>Set with class: \ref ns3::PointerValue</li>
23890 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UniformRandomVariable></li>
23891 <li>Initial value: ns3::UniformRandomVariable</li>
23892 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23893 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23894 </ul>
23895</ul>
23896<h3>Attributes defined in parent class ns3::Application</h3>
23897<ul>
23898<li><b>StartTime</b>: Time at which the application will start
23899 <ul>
23900 <li>Set with class: \ref ns3::TimeValue</li>
23901 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23902 <li>Initial value: +0ns</li>
23903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23905 </ul>
23906<li><b>StopTime</b>: Time at which the application will stop
23907 <ul>
23908 <li>Set with class: \ref ns3::TimeValue</li>
23909 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23910 <li>Initial value: +0ns</li>
23911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23913 </ul>
23914</ul>
23915No TraceSources are defined for this type.<br>
23916<b>Group:</b> Internet-Apps
23917
23918<b>Size</b> of this type is 312 bytes (on a 64-bit architecture).
23919*/
23920
23921/*!
23922
23923\class ns3::RandomBoxPositionAllocator
23924
23925<h3>Config Paths</h3>
23926
23927ns3::RandomBoxPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
23928<ul>
23929<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator"</li>
23930</ul>
23931<h3>Attributes</h3>
23932<ul>
23933<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.
23934 <ul>
23935 <li>Set with class: \ref ns3::PointerValue</li>
23936 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23937 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23938 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23940 </ul>
23941<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.
23942 <ul>
23943 <li>Set with class: \ref ns3::PointerValue</li>
23944 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23945 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23946 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23947 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23948 </ul>
23949<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.
23950 <ul>
23951 <li>Set with class: \ref ns3::PointerValue</li>
23952 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23953 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23954 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23955 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23956 </ul>
23957</ul>
23958No TraceSources are defined for this type.<br>
23959<b>Group:</b> Mobility
23960
23961<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
23962*/
23963
23964/*!
23965
23966\class ns3::RandomBuildingPositionAllocator
23967
23968<h3>Config Paths</h3>
23969
23970ns3::RandomBuildingPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
23971<ul>
23972<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBuildingPositionAllocator"</li>
23973</ul>
23974<h3>Attributes</h3>
23975<ul>
23976<li><b>WithReplacement</b>: If true, the building will be randomly selected with replacement. If false, no replacement will occur, until the list of buildings to select becomes empty, at which point it will be filled again with the list of all buildings.
23977 <ul>
23978 <li>Set with class: \ref ns3::BooleanValue</li>
23979 <li>Underlying type: bool</li>
23980 <li>Initial value: false</li>
23981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23983 </ul>
23984</ul>
23985No TraceSources are defined for this type.<br>
23986<b>Group:</b> Buildings
23987
23988<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
23989*/
23990
23991/*!
23992
23993\class ns3::RandomDirection2dMobilityModel
23994
23995<h3>Config Paths</h3>
23996
23997ns3::RandomDirection2dMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
23998<ul>
23999<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel"</li>
24000</ul>
24001<h3>Attributes</h3>
24002<ul>
24003<li><b>Bounds</b>: The 2d bounding area
24004 <ul>
24005 <li>Set with class: \ref ns3::RectangleValue</li>
24006 <li>Underlying type: \p Rectangle</li>
24007 <li>Initial value: -100|100|-100|100</li>
24008 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24010 </ul>
24011<li><b>Pause</b>: A random variable to control the pause (s).
24012 <ul>
24013 <li>Set with class: \ref ns3::PointerValue</li>
24014 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24015 <li>Initial value: ns3::ConstantRandomVariable[Constant=2.0]</li>
24016 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24018 </ul>
24019<li><b>Speed</b>: A random variable to control the speed (m/s).
24020 <ul>
24021 <li>Set with class: \ref ns3::PointerValue</li>
24022 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24023 <li>Initial value: ns3::UniformRandomVariable[Min=1.0|Max=2.0]</li>
24024 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24026 </ul>
24027</ul>
24028<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24029<ul>
24030<li><b>Position</b>: The current position of the mobility model.
24031 <ul>
24032 <li>Set with class: \ref ns3::Vector3DValue</li>
24033 <li>Underlying type: \p Vector3D</li>
24034 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24035 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24036 </ul>
24037<li><b>Velocity</b>: The current velocity of the mobility model.
24038 <ul>
24039 <li>Set with class: \ref ns3::Vector3DValue</li>
24040 <li>Underlying type: \p Vector3D</li>
24041 <li>Flags: <span class="mlabel">read</span></li>
24042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24043 </ul>
24044</ul>
24045No TraceSources are defined for this type.<br>
24046<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24047<ul>
24048<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24049 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24050</li>
24051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24052</ul>
24053</ul>
24054<b>Group:</b> Mobility
24055
24056<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
24057*/
24058
24059/*!
24060
24061\class ns3::RandomDiscPositionAllocator
24062
24063<h3>Config Paths</h3>
24064
24065ns3::RandomDiscPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24066<ul>
24067<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator"</li>
24068</ul>
24069<h3>Attributes</h3>
24070<ul>
24071<li><b>Rho</b>: A random variable which represents the radius of a position in a random disc.
24072 <ul>
24073 <li>Set with class: \ref ns3::PointerValue</li>
24074 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24075 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=200.0]</li>
24076 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24077 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24078 </ul>
24079<li><b>Theta</b>: A random variable which represents the angle (gradients) of a position in a random disc.
24080 <ul>
24081 <li>Set with class: \ref ns3::PointerValue</li>
24082 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24083 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.2830]</li>
24084 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24085 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24086 </ul>
24087<li><b>X</b>: The x coordinate of the center of the random position disc.
24088 <ul>
24089 <li>Set with class: \ref ns3::DoubleValue</li>
24090 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24091 <li>Initial value: 0</li>
24092 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24094 </ul>
24095<li><b>Y</b>: The y coordinate of the center of the random position disc.
24096 <ul>
24097 <li>Set with class: \ref ns3::DoubleValue</li>
24098 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24099 <li>Initial value: 0</li>
24100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24102 </ul>
24103<li><b>Z</b>: The z coordinate of all the positions in the disc.
24104 <ul>
24105 <li>Set with class: \ref ns3::DoubleValue</li>
24106 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24107 <li>Initial value: 0</li>
24108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24110 </ul>
24111</ul>
24112No TraceSources are defined for this type.<br>
24113<b>Group:</b> Mobility
24114
24115<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
24116*/
24117
24118/*!
24119
24120\class ns3::RandomPropagationDelayModel
24121
24122<h3>Config Paths</h3>
24123
24124ns3::RandomPropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
24125<ul>
24126<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24127<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24128<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24129</ul>
24130<h3>Attributes</h3>
24131<ul>
24132<li><b>Variable</b>: The random variable which generates random delays (s).
24133 <ul>
24134 <li>Set with class: \ref ns3::PointerValue</li>
24135 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24136 <li>Initial value: ns3::UniformRandomVariable</li>
24137 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24139 </ul>
24140</ul>
24141No TraceSources are defined for this type.<br>
24142<b>Group:</b> Propagation
24143
24144<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
24145*/
24146
24147/*!
24148
24149\class ns3::RandomPropagationLossModel
24150
24151<h3>Config Paths</h3>
24152
24153ns3::RandomPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
24154<ul>
24155<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24156<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24157<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24158<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24159<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24160<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24161<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24162</ul>
24163<h3>Attributes</h3>
24164<ul>
24165<li><b>Variable</b>: The random variable used to pick a loss every time CalcRxPower is invoked.
24166 <ul>
24167 <li>Set with class: \ref ns3::PointerValue</li>
24168 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24169 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
24170 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24172 </ul>
24173</ul>
24174No TraceSources are defined for this type.<br>
24175<b>Group:</b> Propagation
24176
24177<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
24178*/
24179
24180/*!
24181
24182\class ns3::RandomRectanglePositionAllocator
24183
24184<h3>Config Paths</h3>
24185
24186ns3::RandomRectanglePositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24187<ul>
24188<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator"</li>
24189</ul>
24190<h3>Attributes</h3>
24191<ul>
24192<li><b>X</b>: A random variable which represents the x coordinate of a position in a random rectangle.
24193 <ul>
24194 <li>Set with class: \ref ns3::PointerValue</li>
24195 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24196 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24197 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24199 </ul>
24200<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random rectangle.
24201 <ul>
24202 <li>Set with class: \ref ns3::PointerValue</li>
24203 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24204 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24205 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24207 </ul>
24208<li><b>Z</b>: The z coordinate of all the positions allocated.
24209 <ul>
24210 <li>Set with class: \ref ns3::DoubleValue</li>
24211 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24212 <li>Initial value: 0</li>
24213 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24214 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24215 </ul>
24216</ul>
24217No TraceSources are defined for this type.<br>
24218<b>Group:</b> Mobility
24219
24220<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24221*/
24222
24223/*!
24224
24225\class ns3::RandomRoomPositionAllocator
24226
24227<h3>Config Paths</h3>
24228
24229ns3::RandomRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24230<ul>
24231<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRoomPositionAllocator"</li>
24232</ul>
24233No Attributes are defined for this type.<br>
24234No TraceSources are defined for this type.<br>
24235<b>Group:</b> Buildings
24236
24237<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
24238*/
24239
24240/*!
24241
24242\class ns3::RandomVariableStream
24243
24244<h3>Config Paths</h3>
24245
24246ns3::RandomVariableStream is accessible through the following paths with Config::Set and Config::Connect:
24247<ul>
24248<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24249<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24250<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24251<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24252<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24253<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24254<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24255<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24256<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24257<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24258<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24259<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24260<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24261<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24262<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24263<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay"</li>
24264<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay"</li>
24265<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24266<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24267<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24268<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24269<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24270<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24271<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24272<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24273<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24274<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24275<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter"</li>
24276<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions"</li>
24277<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime"</li>
24278<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime"</li>
24279<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime"</li>
24280<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime"</li>
24281<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity"</li>
24282<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection"</li>
24283<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch"</li>
24284<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed"</li>
24285<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause"</li>
24286<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction"</li>
24287<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed"</li>
24288<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed"</li>
24289<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause"</li>
24290<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X"</li>
24291<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y"</li>
24292<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X"</li>
24293<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y"</li>
24294<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z"</li>
24295<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta"</li>
24296<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho"</li>
24297<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X"</li>
24298<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y"</li>
24299<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z"</li>
24300<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction"</li>
24301<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed"</li>
24302<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter"</li>
24303<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter"</li>
24304<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter"</li>
24305<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24306<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24307<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24308</ul>
24309<h3>Attributes</h3>
24310<ul>
24311<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
24312 <ul>
24313 <li>Set with class: \ref ns3::BooleanValue</li>
24314 <li>Underlying type: bool</li>
24315 <li>Initial value: false</li>
24316 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24317 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24318 </ul>
24319<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
24320 <ul>
24321 <li>Set with class: \ref ns3::IntegerValue</li>
24322 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
24323 <li>Initial value: -1</li>
24324 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24325 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24326 </ul>
24327</ul>
24328No TraceSources are defined for this type.<br>
24329<b>Group:</b> Core
24330
24331<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24332*/
24333
24334/*!
24335
24336\class ns3::RandomWalk2dMobilityModel
24337
24338<h3>Config Paths</h3>
24339
24340ns3::RandomWalk2dMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24341<ul>
24342<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel"</li>
24343</ul>
24344<h3>Attributes</h3>
24345<ul>
24346<li><b>Bounds</b>: Bounds of the area to cruise.
24347 <ul>
24348 <li>Set with class: \ref ns3::RectangleValue</li>
24349 <li>Underlying type: \p Rectangle</li>
24350 <li>Initial value: 0|100|0|100</li>
24351 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24353 </ul>
24354<li><b>Direction</b>: A random variable used to pick the direction (radians).
24355 <ul>
24356 <li>Set with class: \ref ns3::PointerValue</li>
24357 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24358 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283184]</li>
24359 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24361 </ul>
24362<li><b>Distance</b>: Change current direction and speed after moving for this distance.
24363 <ul>
24364 <li>Set with class: \ref ns3::DoubleValue</li>
24365 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24366 <li>Initial value: 1</li>
24367 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24369 </ul>
24370<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction
24371 <ul>
24372 <li>Set with class: \ref ns3::EnumValue<ns3::RandomWalk2dMobilityModel::Mode></li>
24373 <li>Underlying type: \p Distance|Time</li>
24374 <li>Initial value: Distance</li>
24375 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24377 </ul>
24378<li><b>Speed</b>: A random variable used to pick the speed (m/s).
24379 <ul>
24380 <li>Set with class: \ref ns3::PointerValue</li>
24381 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24382 <li>Initial value: ns3::UniformRandomVariable[Min=2.0|Max=4.0]</li>
24383 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24385 </ul>
24386<li><b>Time</b>: Change current direction and speed after moving for this delay.
24387 <ul>
24388 <li>Set with class: \ref ns3::TimeValue</li>
24389 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24390 <li>Initial value: +1e+09ns</li>
24391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24393 </ul>
24394</ul>
24395<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24396<ul>
24397<li><b>Position</b>: The current position of the mobility model.
24398 <ul>
24399 <li>Set with class: \ref ns3::Vector3DValue</li>
24400 <li>Underlying type: \p Vector3D</li>
24401 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24403 </ul>
24404<li><b>Velocity</b>: The current velocity of the mobility model.
24405 <ul>
24406 <li>Set with class: \ref ns3::Vector3DValue</li>
24407 <li>Underlying type: \p Vector3D</li>
24408 <li>Flags: <span class="mlabel">read</span></li>
24409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24410 </ul>
24411</ul>
24412No TraceSources are defined for this type.<br>
24413<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24414<ul>
24415<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24416 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24417</li>
24418 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24419</ul>
24420</ul>
24421<b>Group:</b> Mobility
24422
24423<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
24424*/
24425
24426/*!
24427
24428\class ns3::RandomWalk2dOutdoorMobilityModel
24429
24430<h3>Config Paths</h3>
24431
24432ns3::RandomWalk2dOutdoorMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24433<ul>
24434<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel"</li>
24435</ul>
24436<h3>Attributes</h3>
24437<ul>
24438<li><b>Bounds</b>: Bounds of the area to cruise.
24439 <ul>
24440 <li>Set with class: \ref ns3::RectangleValue</li>
24441 <li>Underlying type: \p Rectangle</li>
24442 <li>Initial value: 0|100|0|100</li>
24443 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24445 </ul>
24446<li><b>Direction</b>: A random variable used to pick the direction (radians).
24447 <ul>
24448 <li>Set with class: \ref ns3::PointerValue</li>
24449 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24450 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283184]</li>
24451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24453 </ul>
24454<li><b>Distance</b>: Change current direction and speed after moving for this distance.
24455 <ul>
24456 <li>Set with class: \ref ns3::DoubleValue</li>
24457 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24458 <li>Initial value: 30</li>
24459 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24461 </ul>
24462<li><b>MaxIterations</b>: Maximum number of attempts to find an alternative next positionif the original one is inside a building.
24463 <ul>
24464 <li>Set with class: \ref ns3::UintegerValue</li>
24465 <li>Underlying type: uint32_t 0:4294967295</li>
24466 <li>Initial value: 100</li>
24467 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24468 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24469 </ul>
24470<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction
24471 <ul>
24472 <li>Set with class: \ref ns3::EnumValue<ns3::RandomWalk2dOutdoorMobilityModel::Mode></li>
24473 <li>Underlying type: \p Distance|Time</li>
24474 <li>Initial value: Distance</li>
24475 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24476 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24477 </ul>
24478<li><b>Speed</b>: A random variable used to pick the speed (m/s).The default value is taken from Figure 1 of the paperHenderson, L.F., 1971. The statistics of crowd fluids. nature, 229(5284), p.381.
24479 <ul>
24480 <li>Set with class: \ref ns3::PointerValue</li>
24481 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24482 <li>Initial value: ns3::NormalRandomVariable[Mean=1.53|Variance=0.040401]</li>
24483 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24484 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24485 </ul>
24486<li><b>Time</b>: Change current direction and speed after moving for this delay.
24487 <ul>
24488 <li>Set with class: \ref ns3::TimeValue</li>
24489 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24490 <li>Initial value: +2e+10ns</li>
24491 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24492 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24493 </ul>
24494<li><b>Tolerance</b>: Tolerance for the intersection point with buildings (m).It represents a small distance from where the building limitis actually placed, for example to represent a sidewalk.
24495 <ul>
24496 <li>Set with class: \ref ns3::DoubleValue</li>
24497 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24498 <li>Initial value: 1e-06</li>
24499 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24500 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24501 </ul>
24502</ul>
24503<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24504<ul>
24505<li><b>Position</b>: The current position of the mobility model.
24506 <ul>
24507 <li>Set with class: \ref ns3::Vector3DValue</li>
24508 <li>Underlying type: \p Vector3D</li>
24509 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24510 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24511 </ul>
24512<li><b>Velocity</b>: The current velocity of the mobility model.
24513 <ul>
24514 <li>Set with class: \ref ns3::Vector3DValue</li>
24515 <li>Underlying type: \p Vector3D</li>
24516 <li>Flags: <span class="mlabel">read</span></li>
24517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24518 </ul>
24519</ul>
24520No TraceSources are defined for this type.<br>
24521<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24522<ul>
24523<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24524 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24525</li>
24526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24527</ul>
24528</ul>
24529<b>Group:</b> Mobility
24530
24531<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
24532*/
24533
24534/*!
24535
24536\class ns3::RandomWaypointMobilityModel
24537
24538<h3>Config Paths</h3>
24539
24540ns3::RandomWaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24541<ul>
24542<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel"</li>
24543</ul>
24544<h3>Attributes</h3>
24545<ul>
24546<li><b>Pause</b>: A random variable used to pick the pause of a random waypoint model.
24547 <ul>
24548 <li>Set with class: \ref ns3::PointerValue</li>
24549 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24550 <li>Initial value: ns3::ConstantRandomVariable[Constant=2.0]</li>
24551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24553 </ul>
24554<li><b>PositionAllocator</b>: The position model used to pick a destination point.
24555 <ul>
24556 <li>Set with class: \ref ns3::PointerValue</li>
24557 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PositionAllocator></li>
24558 <li>Initial value: 0</li>
24559 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24561 </ul>
24562<li><b>Speed</b>: A random variable used to pick the speed of a random waypoint model.
24563 <ul>
24564 <li>Set with class: \ref ns3::PointerValue</li>
24565 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24566 <li>Initial value: ns3::UniformRandomVariable[Min=0.3|Max=0.7]</li>
24567 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24569 </ul>
24570</ul>
24571<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24572<ul>
24573<li><b>Position</b>: The current position of the mobility model.
24574 <ul>
24575 <li>Set with class: \ref ns3::Vector3DValue</li>
24576 <li>Underlying type: \p Vector3D</li>
24577 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24579 </ul>
24580<li><b>Velocity</b>: The current velocity of the mobility model.
24581 <ul>
24582 <li>Set with class: \ref ns3::Vector3DValue</li>
24583 <li>Underlying type: \p Vector3D</li>
24584 <li>Flags: <span class="mlabel">read</span></li>
24585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24586 </ul>
24587</ul>
24588No TraceSources are defined for this type.<br>
24589<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24590<ul>
24591<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24592 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24593</li>
24594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24595</ul>
24596</ul>
24597<b>Group:</b> Mobility
24598
24599<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
24600*/
24601
24602/*!
24603
24604\class ns3::RangePropagationLossModel
24605
24606<h3>Config Paths</h3>
24607
24608ns3::RangePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
24609<ul>
24610<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24611<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24612<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24613<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24614<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24615<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24616<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24617</ul>
24618<h3>Attributes</h3>
24619<ul>
24620<li><b>MaxRange</b>: Maximum Transmission Range (meters)
24621 <ul>
24622 <li>Set with class: \ref ns3::DoubleValue</li>
24623 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24624 <li>Initial value: 250</li>
24625 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24627 </ul>
24628</ul>
24629No TraceSources are defined for this type.<br>
24630<b>Group:</b> Propagation
24631
24632<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
24633*/
24634
24635/*!
24636
24637\class ns3::RateErrorModel
24638
24639<h3>Config Paths</h3>
24640
24641ns3::RateErrorModel is accessible through the following paths with Config::Set and Config::Connect:
24642<ul>
24643<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24644<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24645<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24646<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24647<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24648<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24649</ul>
24650<h3>Attributes</h3>
24651<ul>
24652<li><b>ErrorRate</b>: The error rate.
24653 <ul>
24654 <li>Set with class: \ref ns3::DoubleValue</li>
24655 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24656 <li>Initial value: 0</li>
24657 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24658 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24659 </ul>
24660<li><b>ErrorUnit</b>: The error unit
24661 <ul>
24662 <li>Set with class: \ref ns3::EnumValue<ns3::RateErrorModel::ErrorUnit></li>
24663 <li>Underlying type: \p ERROR_UNIT_BIT|ERROR_UNIT_BYTE|ERROR_UNIT_PACKET</li>
24664 <li>Initial value: ERROR_UNIT_BYTE</li>
24665 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24666 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24667 </ul>
24668<li><b>RanVar</b>: The decision variable attached to this error model.
24669 <ul>
24670 <li>Set with class: \ref ns3::PointerValue</li>
24671 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24672 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24673 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24675 </ul>
24676</ul>
24677<h3>Attributes defined in parent class ns3::ErrorModel</h3>
24678<ul>
24679<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
24680 <ul>
24681 <li>Set with class: \ref ns3::BooleanValue</li>
24682 <li>Underlying type: bool</li>
24683 <li>Initial value: true</li>
24684 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24685 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24686 </ul>
24687</ul>
24688No TraceSources are defined for this type.<br>
24689<b>Group:</b> Network
24690
24691<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24692*/
24693
24694/*!
24695
24696\class ns3::RealtimeSimulatorImpl
24697
24698Introspection did not find any typical Config paths.<br>
24699<h3>Attributes</h3>
24700<ul>
24701<li><b>HardLimit</b>: Maximum acceptable real-time jitter (used in conjunction with SynchronizationMode=HardLimit)
24702 <ul>
24703 <li>Set with class: \ref ns3::TimeValue</li>
24704 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24705 <li>Initial value: +1e+08ns</li>
24706 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24707 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24708 </ul>
24709<li><b>SynchronizationMode</b>: What to do if the simulation cannot keep up with real time.
24710 <ul>
24711 <li>Set with class: \ref ns3::EnumValue<ns3::RealtimeSimulatorImpl::SynchronizationMode></li>
24712 <li>Underlying type: \p BestEffort|HardLimit</li>
24713 <li>Initial value: BestEffort</li>
24714 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24715 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24716 </ul>
24717</ul>
24718No TraceSources are defined for this type.<br>
24719<b>Group:</b> Core
24720
24721<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
24722*/
24723
24724/*!
24725
24726\class ns3::ReceiveListErrorModel
24727
24728<h3>Config Paths</h3>
24729
24730ns3::ReceiveListErrorModel is accessible through the following paths with Config::Set and Config::Connect:
24731<ul>
24732<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24733<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24734<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24735<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24736<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24737<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24738</ul>
24739No Attributes are defined for this type.<br>
24740<h3>Attributes defined in parent class ns3::ErrorModel</h3>
24741<ul>
24742<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
24743 <ul>
24744 <li>Set with class: \ref ns3::BooleanValue</li>
24745 <li>Underlying type: bool</li>
24746 <li>Initial value: true</li>
24747 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24749 </ul>
24750</ul>
24751No TraceSources are defined for this type.<br>
24752<b>Group:</b> Network
24753
24754<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
24755*/
24756
24757/*!
24758
24759\class ns3::RedQueueDisc
24760
24761Introspection did not find any typical Config paths.<br>
24762<h3>Attributes</h3>
24763<ul>
24764<li><b>ARED</b>: True to enable ARED
24765 <ul>
24766 <li>Set with class: \ref ns3::BooleanValue</li>
24767 <li>Underlying type: bool</li>
24768 <li>Initial value: false</li>
24769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24771 </ul>
24772<li><b>AdaptMaxP</b>: True to adapt m_curMaxP
24773 <ul>
24774 <li>Set with class: \ref ns3::BooleanValue</li>
24775 <li>Underlying type: bool</li>
24776 <li>Initial value: false</li>
24777 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24779 </ul>
24780<li><b>Alpha</b>: Increment parameter for m_curMaxP in ARED
24781 <ul>
24782 <li>Set with class: \ref ns3::DoubleValue</li>
24783 <li>Underlying type: double 0:1</li>
24784 <li>Initial value: 0.01</li>
24785 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24787 </ul>
24788<li><b>Beta</b>: Decrement parameter for m_curMaxP in ARED
24789 <ul>
24790 <li>Set with class: \ref ns3::DoubleValue</li>
24791 <li>Underlying type: double 0:1</li>
24792 <li>Initial value: 0.9</li>
24793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24795 </ul>
24796<li><b>Bottom</b>: Lower bound for m_curMaxP in ARED
24797 <ul>
24798 <li>Set with class: \ref ns3::DoubleValue</li>
24799 <li>Underlying type: double 0:1</li>
24800 <li>Initial value: 0</li>
24801 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24803 </ul>
24804<li><b>FengAdaptive</b>: True to enable Feng's Adaptive RED
24805 <ul>
24806 <li>Set with class: \ref ns3::BooleanValue</li>
24807 <li>Underlying type: bool</li>
24808 <li>Initial value: false</li>
24809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24811 </ul>
24812<li><b>FengAlpha</b>: Decrement parameter for m_curMaxP in Feng's Adaptive RED
24813 <ul>
24814 <li>Set with class: \ref ns3::DoubleValue</li>
24815 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24816 <li>Initial value: 3</li>
24817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24819 </ul>
24820<li><b>FengBeta</b>: Increment parameter for m_curMaxP in Feng's Adaptive RED
24821 <ul>
24822 <li>Set with class: \ref ns3::DoubleValue</li>
24823 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24824 <li>Initial value: 2</li>
24825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24827 </ul>
24828<li><b>Gentle</b>: True to increases dropping probability slowly when average queue exceeds maxthresh
24829 <ul>
24830 <li>Set with class: \ref ns3::BooleanValue</li>
24831 <li>Underlying type: bool</li>
24832 <li>Initial value: true</li>
24833 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24835 </ul>
24836<li><b>IdlePktSize</b>: Average packet size used during idle times. Used when m_cautions = 3
24837 <ul>
24838 <li>Set with class: \ref ns3::UintegerValue</li>
24839 <li>Underlying type: uint32_t 0:4294967295</li>
24840 <li>Initial value: 0</li>
24841 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24842 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24843 </ul>
24844<li><b>Interval</b>: Time interval to update m_curMaxP
24845 <ul>
24846 <li>Set with class: \ref ns3::TimeValue</li>
24847 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24848 <li>Initial value: +5e+08ns</li>
24849 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24850 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24851 </ul>
24852<li><b>LInterm</b>: The maximum probability of dropping a packet
24853 <ul>
24854 <li>Set with class: \ref ns3::DoubleValue</li>
24855 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24856 <li>Initial value: 50</li>
24857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24859 </ul>
24860<li><b>LastSet</b>: Store the last time m_curMaxP was updated
24861 <ul>
24862 <li>Set with class: \ref ns3::TimeValue</li>
24863 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24864 <li>Initial value: +0ns</li>
24865 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24866 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24867 </ul>
24868<li><b>LinkBandwidth</b>: The RED link bandwidth
24869 <ul>
24870 <li>Set with class: \ref ns3::DataRateValue</li>
24871 <li>Underlying type: \p DataRate</li>
24872 <li>Initial value: 1500000bps</li>
24873 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24875 </ul>
24876<li><b>LinkDelay</b>: The RED link delay
24877 <ul>
24878 <li>Set with class: \ref ns3::TimeValue</li>
24879 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24880 <li>Initial value: +2e+07ns</li>
24881 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24882 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24883 </ul>
24884<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
24885 <ul>
24886 <li>Set with class: \ref ns3::QueueSizeValue</li>
24887 <li>Underlying type: \p QueueSize</li>
24888 <li>Initial value: 25p</li>
24889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24891 </ul>
24892<li><b>MaxTh</b>: Maximum average length threshold in packets/bytes
24893 <ul>
24894 <li>Set with class: \ref ns3::DoubleValue</li>
24895 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24896 <li>Initial value: 15</li>
24897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24899 </ul>
24900<li><b>MeanPktSize</b>: Average of packet size
24901 <ul>
24902 <li>Set with class: \ref ns3::UintegerValue</li>
24903 <li>Underlying type: uint32_t 0:4294967295</li>
24904 <li>Initial value: 500</li>
24905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24907 </ul>
24908<li><b>MinTh</b>: Minimum average length threshold in packets/bytes
24909 <ul>
24910 <li>Set with class: \ref ns3::DoubleValue</li>
24911 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24912 <li>Initial value: 5</li>
24913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24915 </ul>
24916<li><b>NLRED</b>: True to enable Nonlinear RED
24917 <ul>
24918 <li>Set with class: \ref ns3::BooleanValue</li>
24919 <li>Underlying type: bool</li>
24920 <li>Initial value: false</li>
24921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24923 </ul>
24924<li><b>Ns1Compat</b>: NS-1 compatibility
24925 <ul>
24926 <li>Set with class: \ref ns3::BooleanValue</li>
24927 <li>Underlying type: bool</li>
24928 <li>Initial value: false</li>
24929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24931 </ul>
24932<li><b>QW</b>: Queue weight related to the exponential weighted moving average (EWMA)
24933 <ul>
24934 <li>Set with class: \ref ns3::DoubleValue</li>
24935 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24936 <li>Initial value: 0.002</li>
24937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24939 </ul>
24940<li><b>Rtt</b>: Round Trip Time to be considered while automatically setting m_bottom
24941 <ul>
24942 <li>Set with class: \ref ns3::TimeValue</li>
24943 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24944 <li>Initial value: +1e+08ns</li>
24945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24947 </ul>
24948<li><b>TargetDelay</b>: Target average queuing delay in ARED
24949 <ul>
24950 <li>Set with class: \ref ns3::TimeValue</li>
24951 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24952 <li>Initial value: +5e+06ns</li>
24953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24955 </ul>
24956<li><b>Top</b>: Upper bound for m_curMaxP in ARED
24957 <ul>
24958 <li>Set with class: \ref ns3::DoubleValue</li>
24959 <li>Underlying type: double 0:1</li>
24960 <li>Initial value: 0.5</li>
24961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24963 </ul>
24964<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
24965 <ul>
24966 <li>Set with class: \ref ns3::BooleanValue</li>
24967 <li>Underlying type: bool</li>
24968 <li>Initial value: false</li>
24969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24971 </ul>
24972<li><b>UseHardDrop</b>: True to always drop packets above max threshold
24973 <ul>
24974 <li>Set with class: \ref ns3::BooleanValue</li>
24975 <li>Underlying type: bool</li>
24976 <li>Initial value: true</li>
24977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24979 </ul>
24980<li><b>Wait</b>: True for waiting between dropped packets
24981 <ul>
24982 <li>Set with class: \ref ns3::BooleanValue</li>
24983 <li>Underlying type: bool</li>
24984 <li>Initial value: true</li>
24985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24987 </ul>
24988</ul>
24989<h3>Attributes defined in parent class ns3::QueueDisc</h3>
24990<ul>
24991<li><b>InternalQueueList</b>: The list of internal queues.
24992 <ul>
24993 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
24994 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
24995 <li>Flags: <span class="mlabel">read</span></li>
24996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24997 </ul>
24998<li><b>PacketFilterList</b>: The list of packet filters.
24999 <ul>
25000 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
25001 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
25002 <li>Flags: <span class="mlabel">read</span></li>
25003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25004 </ul>
25005<li><b>QueueDiscClassList</b>: The list of queue disc classes.
25006 <ul>
25007 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
25008 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
25009 <li>Flags: <span class="mlabel">read</span></li>
25010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25011 </ul>
25012<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
25013 <ul>
25014 <li>Set with class: \ref ns3::UintegerValue</li>
25015 <li>Underlying type: uint32_t 0:4294967295</li>
25016 <li>Initial value: 64</li>
25017 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25018 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25019 </ul>
25020</ul>
25021No TraceSources are defined for this type.<br>
25022<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
25023<ul>
25024<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
25025 <li> %Callback signature: ns3::TracedValueCallback::Uint32
25026</li>
25027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25028</ul>
25029<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
25030 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25031</li>
25032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25033</ul>
25034<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
25035 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25036</li>
25037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25038</ul>
25039<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
25040 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25041</li>
25042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25043</ul>
25044<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
25045 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25046</li>
25047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25048</ul>
25049<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
25050 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25051</li>
25052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25053</ul>
25054<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
25055 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25056</li>
25057 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25058</ul>
25059<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
25060 <li> %Callback signature: ns3::TracedValueCallback::Uint32
25061</li>
25062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25063</ul>
25064<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
25065 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25066</li>
25067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25068</ul>
25069<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
25070 <li> %Callback signature: ns3::Time::TracedCallback
25071</li>
25072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25073</ul>
25074</ul>
25075<b>Group:</b> TrafficControl
25076
25077<b>Size</b> of this type is 1400 bytes (on a 64-bit architecture).
25078*/
25079
25080/*!
25081
25082\class ns3::RemSpectrumPhy
25083
25084Introspection did not find any typical Config paths.<br>
25085No Attributes are defined for this type.<br>
25086No TraceSources are defined for this type.<br>
25087<b>Group:</b> Lte
25088
25089<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
25090*/
25091
25092/*!
25093
25094\class ns3::Rip
25095
25096Introspection did not find any typical Config paths.<br>
25097<h3>Attributes</h3>
25098<ul>
25099<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.
25100 <ul>
25101 <li>Set with class: \ref ns3::TimeValue</li>
25102 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25103 <li>Initial value: +1.2e+11ns</li>
25104 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25106 </ul>
25107<li><b>LinkDownValue</b>: Value for link down in count to infinity.
25108 <ul>
25109 <li>Set with class: \ref ns3::UintegerValue</li>
25110 <li>Underlying type: uint32_t 0:4294967295</li>
25111 <li>Initial value: 16</li>
25112 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25114 </ul>
25115<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.
25116 <ul>
25117 <li>Set with class: \ref ns3::TimeValue</li>
25118 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25119 <li>Initial value: +5e+09ns</li>
25120 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25121 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25122 </ul>
25123<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.
25124 <ul>
25125 <li>Set with class: \ref ns3::TimeValue</li>
25126 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25127 <li>Initial value: +1e+09ns</li>
25128 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25129 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25130 </ul>
25131<li><b>SplitHorizon</b>: Split Horizon strategy.
25132 <ul>
25133 <li>Set with class: \ref ns3::EnumValue<ns3::Rip::SplitHorizonType_e></li>
25134 <li>Underlying type: \p NoSplitHorizon|SplitHorizon|PoisonReverse</li>
25135 <li>Initial value: PoisonReverse</li>
25136 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25137 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25138 </ul>
25139<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).
25140 <ul>
25141 <li>Set with class: \ref ns3::TimeValue</li>
25142 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25143 <li>Initial value: +1e+09ns</li>
25144 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25145 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25146 </ul>
25147<li><b>TimeoutDelay</b>: The delay to invalidate a route.
25148 <ul>
25149 <li>Set with class: \ref ns3::TimeValue</li>
25150 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25151 <li>Initial value: +1.8e+11ns</li>
25152 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25153 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25154 </ul>
25155<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.
25156 <ul>
25157 <li>Set with class: \ref ns3::TimeValue</li>
25158 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25159 <li>Initial value: +3e+10ns</li>
25160 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25162 </ul>
25163</ul>
25164No TraceSources are defined for this type.<br>
25165<b>Group:</b> Internet
25166
25167<b>Size</b> of this type is 360 bytes (on a 64-bit architecture).
25168*/
25169
25170/*!
25171
25172\class ns3::RipHeader
25173
25174Introspection did not find any typical Config paths.<br>
25175No Attributes are defined for this type.<br>
25176No TraceSources are defined for this type.<br>
25177<b>Group:</b> Internet
25178
25179<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25180*/
25181
25182/*!
25183
25184\class ns3::RipNg
25185
25186<h3>Config Paths</h3>
25187
25188ns3::RipNg is accessible through the following paths with Config::Set and Config::Connect:
25189<ul>
25190<li>"/NodeList/[i]/$ns3::RipNg"</li>
25191</ul>
25192<h3>Attributes</h3>
25193<ul>
25194<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.
25195 <ul>
25196 <li>Set with class: \ref ns3::TimeValue</li>
25197 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25198 <li>Initial value: +1.2e+11ns</li>
25199 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25201 </ul>
25202<li><b>LinkDownValue</b>: Value for link down in count to infinity.
25203 <ul>
25204 <li>Set with class: \ref ns3::UintegerValue</li>
25205 <li>Underlying type: uint8_t 0:255</li>
25206 <li>Initial value: 16</li>
25207 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25209 </ul>
25210<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.
25211 <ul>
25212 <li>Set with class: \ref ns3::TimeValue</li>
25213 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25214 <li>Initial value: +5e+09ns</li>
25215 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25217 </ul>
25218<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.
25219 <ul>
25220 <li>Set with class: \ref ns3::TimeValue</li>
25221 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25222 <li>Initial value: +1e+09ns</li>
25223 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25224 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25225 </ul>
25226<li><b>SplitHorizon</b>: Split Horizon strategy.
25227 <ul>
25228 <li>Set with class: \ref ns3::EnumValue<ns3::RipNg::SplitHorizonType_e></li>
25229 <li>Underlying type: \p NoSplitHorizon|SplitHorizon|PoisonReverse</li>
25230 <li>Initial value: PoisonReverse</li>
25231 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25232 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25233 </ul>
25234<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).
25235 <ul>
25236 <li>Set with class: \ref ns3::TimeValue</li>
25237 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25238 <li>Initial value: +1e+09ns</li>
25239 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25241 </ul>
25242<li><b>TimeoutDelay</b>: The delay to invalidate a route.
25243 <ul>
25244 <li>Set with class: \ref ns3::TimeValue</li>
25245 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25246 <li>Initial value: +1.8e+11ns</li>
25247 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25248 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25249 </ul>
25250<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.
25251 <ul>
25252 <li>Set with class: \ref ns3::TimeValue</li>
25253 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25254 <li>Initial value: +3e+10ns</li>
25255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25257 </ul>
25258</ul>
25259No TraceSources are defined for this type.<br>
25260<b>Group:</b> Internet
25261
25262<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
25263*/
25264
25265/*!
25266
25267\class ns3::RipNgHeader
25268
25269Introspection did not find any typical Config paths.<br>
25270No Attributes are defined for this type.<br>
25271No TraceSources are defined for this type.<br>
25272<b>Group:</b> Internet
25273
25274<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25275*/
25276
25277/*!
25278
25279\class ns3::RipNgRte
25280
25281Introspection did not find any typical Config paths.<br>
25282No Attributes are defined for this type.<br>
25283No TraceSources are defined for this type.<br>
25284<b>Group:</b> Internet
25285
25286<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
25287*/
25288
25289/*!
25290
25291\class ns3::RipRte
25292
25293Introspection did not find any typical Config paths.<br>
25294No Attributes are defined for this type.<br>
25295No TraceSources are defined for this type.<br>
25296<b>Group:</b> Internet
25297
25298<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25299*/
25300
25301/*!
25302
25303\class ns3::RlcTag
25304
25305Introspection did not find any typical Config paths.<br>
25306No Attributes are defined for this type.<br>
25307No TraceSources are defined for this type.<br>
25308<b>Group:</b> Lte
25309
25310<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
25311*/
25312
25313/*!
25314
25315\class ns3::RngReq
25316
25317Introspection did not find any typical Config paths.<br>
25318No Attributes are defined for this type.<br>
25319No TraceSources are defined for this type.<br>
25320<b>Group:</b> Wimax
25321
25322<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
25323*/
25324
25325/*!
25326
25327\class ns3::RngRsp
25328
25329Introspection did not find any typical Config paths.<br>
25330No Attributes are defined for this type.<br>
25331No TraceSources are defined for this type.<br>
25332<b>Group:</b> Wimax
25333
25334<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
25335*/
25336
25337/*!
25338
25339\class ns3::RocketfuelTopologyReader
25340
25341Introspection did not find any typical Config paths.<br>
25342No Attributes are defined for this type.<br>
25343No TraceSources are defined for this type.<br>
25344<b>Group:</b> TopologyReader
25345
25346<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
25347*/
25348
25349/*!
25350
25351\class ns3::RraaWifiManager
25352
25353<h3>Config Paths</h3>
25354
25355ns3::RraaWifiManager is accessible through the following paths with Config::Set and Config::Connect:
25356<ul>
25357<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::RraaWifiManager"</li>
25358<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::RraaWifiManager"</li>
25359</ul>
25360<h3>Attributes</h3>
25361<ul>
25362<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.
25363 <ul>
25364 <li>Set with class: \ref ns3::UintegerValue</li>
25365 <li>Underlying type: uint32_t 0:4294967295</li>
25366 <li>Initial value: 14</li>
25367 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25369 </ul>
25370<li><b>Alpha</b>: Constant for calculating the MTL threshold.
25371 <ul>
25372 <li>Set with class: \ref ns3::DoubleValue</li>
25373 <li>Underlying type: double 1:1.79769e+308</li>
25374 <li>Initial value: 1.25</li>
25375 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25377 </ul>
25378<li><b>Basic</b>: If true the RRAA-BASIC algorithm will be used, otherwise the RRAA will be used
25379 <ul>
25380 <li>Set with class: \ref ns3::BooleanValue</li>
25381 <li>Underlying type: bool</li>
25382 <li>Initial value: false</li>
25383 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25385 </ul>
25386<li><b>Beta</b>: Constant for calculating the ORI threshold.
25387 <ul>
25388 <li>Set with class: \ref ns3::DoubleValue</li>
25389 <li>Underlying type: double 1:1.79769e+308</li>
25390 <li>Initial value: 2</li>
25391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25393 </ul>
25394<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.
25395 <ul>
25396 <li>Set with class: \ref ns3::UintegerValue</li>
25397 <li>Underlying type: uint32_t 0:4294967295</li>
25398 <li>Initial value: 1420</li>
25399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25401 </ul>
25402<li><b>Tau</b>: Constant for calculating the EWND size.
25403 <ul>
25404 <li>Set with class: \ref ns3::DoubleValue</li>
25405 <li>Underlying type: double 0:1.79769e+308</li>
25406 <li>Initial value: 0.012</li>
25407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25409 </ul>
25410<li><b>Timeout</b>: Timeout for the RRAA BASIC loss estimation block
25411 <ul>
25412 <li>Set with class: \ref ns3::TimeValue</li>
25413 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25414 <li>Initial value: +5e+07ns</li>
25415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25417 </ul>
25418</ul>
25419<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
25420<ul>
25421<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
25422 <ul>
25423 <li>Set with class: \ref ns3::UintegerValue</li>
25424 <li>Underlying type: uint8_t 0:255</li>
25425 <li>Initial value: 0</li>
25426 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25428 </ul>
25429<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
25430 <ul>
25431 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25432 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25433 <li>Initial value: Cts-To-Self</li>
25434 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25436 </ul>
25437<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
25438 <ul>
25439 <li>Set with class: \ref ns3::UintegerValue</li>
25440 <li>Underlying type: uint32_t 256:65535</li>
25441 <li>Initial value: 65535</li>
25442 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25443 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25444 </ul>
25445<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
25446 <ul>
25447 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25448 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25449 <li>Initial value: Cts-To-Self</li>
25450 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25452 </ul>
25453<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
25454 <ul>
25455 <li>Set with class: \ref ns3::BooleanValue</li>
25456 <li>Underlying type: bool</li>
25457 <li>Initial value: false</li>
25458 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25460 </ul>
25461<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
25462 <ul>
25463 <li>Set with class: \ref ns3::UintegerValue</li>
25464 <li>Underlying type: uint32_t 0:4294967295</li>
25465 <li>Initial value: 4</li>
25466 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25467 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25468 </ul>
25469<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
25470 <ul>
25471 <li>Set with class: \ref ns3::UintegerValue</li>
25472 <li>Underlying type: uint32_t 0:4294967295</li>
25473 <li>Initial value: 7</li>
25474 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25475 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25476 </ul>
25477<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
25478 <ul>
25479 <li>Set with class: \ref ns3::WifiModeValue</li>
25480 <li>Underlying type: \p WifiMode</li>
25481 <li>Initial value: Invalid-WifiMode</li>
25482 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25484 </ul>
25485<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
25486 <ul>
25487 <li>Set with class: \ref ns3::UintegerValue</li>
25488 <li>Underlying type: uint32_t 0:4692480</li>
25489 <li>Initial value: 4692480</li>
25490 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25492 </ul>
25493<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
25494 <ul>
25495 <li>Set with class: \ref ns3::TimeValue</li>
25496 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25497 <li>Initial value: +0ns</li>
25498 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25500 </ul>
25501</ul>
25502<h3>TraceSources</h3>
25503<ul>
25504<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
25505 <li> %Callback signature: ns3::TracedValueCallback::Uint64
25506</li>
25507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25508</ul>
25509</ul>
25510<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
25511<ul>
25512<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
25513 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25514</li>
25515 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25516</ul>
25517<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
25518 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25519</li>
25520 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25521</ul>
25522<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
25523 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25524</li>
25525 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25526</ul>
25527<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
25528 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25529</li>
25530 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25531</ul>
25532</ul>
25533<b>Group:</b> Wifi
25534
25535<b>Size</b> of this type is 528 bytes (on a 64-bit architecture).
25536*/
25537
25538/*!
25539
25540\class ns3::RrComponentCarrierManager
25541
25542<h3>Config Paths</h3>
25543
25544ns3::RrComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
25545<ul>
25546<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25547<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25548<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25549<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25550</ul>
25551No Attributes are defined for this type.<br>
25552No TraceSources are defined for this type.<br>
25553<b>Group:</b> Lte
25554
25555<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
25556*/
25557
25558/*!
25559
25560\class ns3::RrFfMacScheduler
25561
25562<h3>Config Paths</h3>
25563
25564ns3::RrFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
25565<ul>
25566<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::RrFfMacScheduler"</li>
25567<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::RrFfMacScheduler"</li>
25568</ul>
25569<h3>Attributes</h3>
25570<ul>
25571<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
25572 <ul>
25573 <li>Set with class: \ref ns3::UintegerValue</li>
25574 <li>Underlying type: uint32_t 0:4294967295</li>
25575 <li>Initial value: 1000</li>
25576 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25577 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25578 </ul>
25579<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
25580 <ul>
25581 <li>Set with class: \ref ns3::BooleanValue</li>
25582 <li>Underlying type: bool</li>
25583 <li>Initial value: true</li>
25584 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25586 </ul>
25587<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
25588 <ul>
25589 <li>Set with class: \ref ns3::UintegerValue</li>
25590 <li>Underlying type: uint8_t 0:255</li>
25591 <li>Initial value: 0</li>
25592 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25594 </ul>
25595</ul>
25596<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
25597<ul>
25598<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
25599 <ul>
25600 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
25601 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
25602 <li>Initial value: SRS_UL_CQI</li>
25603 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25604 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25605 </ul>
25606</ul>
25607No TraceSources are defined for this type.<br>
25608<b>Group:</b> Lte
25609
25610<b>Size</b> of this type is 1152 bytes (on a 64-bit architecture).
25611*/
25612
25613/*!
25614
25615\class ns3::RrMultiUserScheduler
25616
25617Introspection did not find any typical Config paths.<br>
25618<h3>Attributes</h3>
25619<ul>
25620<li><b>EnableBsrp</b>: If enabled, send a BSRP Trigger Frame before an UL MU transmission.
25621 <ul>
25622 <li>Set with class: \ref ns3::BooleanValue</li>
25623 <li>Underlying type: bool</li>
25624 <li>Initial value: true</li>
25625 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25627 </ul>
25628<li><b>EnableTxopSharing</b>: If enabled, allow A-MPDUs of different TIDs in a DL MU PPDU.
25629 <ul>
25630 <li>Set with class: \ref ns3::BooleanValue</li>
25631 <li>Underlying type: bool</li>
25632 <li>Initial value: true</li>
25633 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25634 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25635 </ul>
25636<li><b>EnableUlOfdma</b>: If enabled, return UL_MU_TX if DL_MU_TX was returned the previous time.
25637 <ul>
25638 <li>Set with class: \ref ns3::BooleanValue</li>
25639 <li>Underlying type: bool</li>
25640 <li>Initial value: true</li>
25641 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25642 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25643 </ul>
25644<li><b>ForceDlOfdma</b>: If enabled, return DL_MU_TX even if no DL MU PPDU could be built.
25645 <ul>
25646 <li>Set with class: \ref ns3::BooleanValue</li>
25647 <li>Underlying type: bool</li>
25648 <li>Initial value: false</li>
25649 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25650 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25651 </ul>
25652<li><b>MaxCredits</b>: Maximum amount of credits a station can have. When transmitting a DL MU PPDU, the amount of credits received by each station equals the TX duration (in microseconds) divided by the total number of stations. Stations that are the recipient of the DL MU PPDU have to pay a number of credits equal to the TX duration (in microseconds) times the allocated bandwidth share
25653 <ul>
25654 <li>Set with class: \ref ns3::TimeValue</li>
25655 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25656 <li>Initial value: +1e+09ns</li>
25657 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25658 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25659 </ul>
25660<li><b>NStations</b>: The maximum number of stations that can be granted an RU in a DL MU OFDMA transmission
25661 <ul>
25662 <li>Set with class: \ref ns3::UintegerValue</li>
25663 <li>Underlying type: uint8_t 1:74</li>
25664 <li>Initial value: 4</li>
25665 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25666 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25667 </ul>
25668<li><b>UlPsduSize</b>: The default size in bytes of the solicited PSDU (to be sent in a TB PPDU)
25669 <ul>
25670 <li>Set with class: \ref ns3::UintegerValue</li>
25671 <li>Underlying type: uint32_t 0:4294967295</li>
25672 <li>Initial value: 500</li>
25673 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25675 </ul>
25676<li><b>UseCentral26TonesRus</b>: If enabled, central 26-tone RUs are allocated, too, when the selected RU type is at least 52 tones.
25677 <ul>
25678 <li>Set with class: \ref ns3::BooleanValue</li>
25679 <li>Underlying type: bool</li>
25680 <li>Initial value: false</li>
25681 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25683 </ul>
25684</ul>
25685<h3>Attributes defined in parent class ns3::MultiUserScheduler</h3>
25686<ul>
25687<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.
25688 <ul>
25689 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
25690 <li>Underlying type: \p AC_BE|AC_VI|AC_VO|AC_BK</li>
25691 <li>Initial value: AC_BE</li>
25692 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25693 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25694 </ul>
25695<li><b>AccessReqInterval</b>: Duration of the interval between two consecutive requests for channel access made by the MultiUserScheduler. Such requests are made independently of the presence of frames in the queues of the AP and are intended to allow the AP to coordinate UL MU transmissions even without DL traffic. A null duration indicates that such requests shall not be made.
25696 <ul>
25697 <li>Set with class: \ref ns3::TimeValue</li>
25698 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25699 <li>Initial value: +0ns</li>
25700 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25701 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25702 </ul>
25703<li><b>DefaultTbPpduDuration</b>: Default duration of TB PPDUs solicited via a Basic Trigger Frame. This value is used to compute the Duration/ID field of BSRP Trigger Frames sent when the TXOP Limit is zero and the FrameExchangeManager continues the TXOP a SIFS after receiving response to the BSRP TF. This value shall also be used by subclasses when they have no other information available to determine the TX duration of solicited PPDUs. The default value roughly corresponds to half the maximum PPDU TX duration.
25704 <ul>
25705 <li>Set with class: \ref ns3::TimeValue</li>
25706 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25707 <li>Initial value: +2e+06ns</li>
25708 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25709 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25710 </ul>
25711<li><b>DelayAccessReqUponAccess</b>: If enabled, the access request interval is measured starting from the last time an EDCA function obtained channel access. Otherwise, the access request interval is measured starting from the last time the MultiUserScheduler made a request for channel access.
25712 <ul>
25713 <li>Set with class: \ref ns3::BooleanValue</li>
25714 <li>Underlying type: bool</li>
25715 <li>Initial value: true</li>
25716 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25717 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25718 </ul>
25719</ul>
25720No TraceSources are defined for this type.<br>
25721<b>Group:</b> Wifi
25722
25723<b>Size</b> of this type is 888 bytes (on a 64-bit architecture).
25724*/
25725
25726/*!
25727
25728\class ns3::RrpaaWifiManager
25729
25730<h3>Config Paths</h3>
25731
25732ns3::RrpaaWifiManager is accessible through the following paths with Config::Set and Config::Connect:
25733<ul>
25734<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::RrpaaWifiManager"</li>
25735<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::RrpaaWifiManager"</li>
25736</ul>
25737<h3>Attributes</h3>
25738<ul>
25739<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.
25740 <ul>
25741 <li>Set with class: \ref ns3::UintegerValue</li>
25742 <li>Underlying type: uint32_t 0:4294967295</li>
25743 <li>Initial value: 14</li>
25744 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25745 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25746 </ul>
25747<li><b>Alpha</b>: Constant for calculating the MTL threshold.
25748 <ul>
25749 <li>Set with class: \ref ns3::DoubleValue</li>
25750 <li>Underlying type: double 1:1.79769e+308</li>
25751 <li>Initial value: 1.25</li>
25752 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25754 </ul>
25755<li><b>Basic</b>: If true the RRPAA-BASIC algorithm will be used, otherwise the RRPAA will be used.
25756 <ul>
25757 <li>Set with class: \ref ns3::BooleanValue</li>
25758 <li>Underlying type: bool</li>
25759 <li>Initial value: true</li>
25760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25762 </ul>
25763<li><b>Beta</b>: Constant for calculating the ORI threshold.
25764 <ul>
25765 <li>Set with class: \ref ns3::DoubleValue</li>
25766 <li>Underlying type: double 1:1.79769e+308</li>
25767 <li>Initial value: 2</li>
25768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25770 </ul>
25771<li><b>Delta</b>: Constant for Probabilistic Decision Table increments.
25772 <ul>
25773 <li>Set with class: \ref ns3::DoubleValue</li>
25774 <li>Underlying type: double 1:1.79769e+308</li>
25775 <li>Initial value: 1.0905</li>
25776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25778 </ul>
25779<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.
25780 <ul>
25781 <li>Set with class: \ref ns3::UintegerValue</li>
25782 <li>Underlying type: uint32_t 0:4294967295</li>
25783 <li>Initial value: 1420</li>
25784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25786 </ul>
25787<li><b>Gamma</b>: Constant for Probabilistic Decision Table decrements.
25788 <ul>
25789 <li>Set with class: \ref ns3::DoubleValue</li>
25790 <li>Underlying type: double 1:1.79769e+308</li>
25791 <li>Initial value: 2</li>
25792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25794 </ul>
25795<li><b>Tau</b>: Constant for calculating the EWND size.
25796 <ul>
25797 <li>Set with class: \ref ns3::DoubleValue</li>
25798 <li>Underlying type: double 0:1.79769e+308</li>
25799 <li>Initial value: 0.015</li>
25800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25802 </ul>
25803<li><b>Timeout</b>: Timeout for the RRPAA-BASIC loss estimation block.
25804 <ul>
25805 <li>Set with class: \ref ns3::TimeValue</li>
25806 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25807 <li>Initial value: +5e+08ns</li>
25808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25810 </ul>
25811</ul>
25812<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
25813<ul>
25814<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
25815 <ul>
25816 <li>Set with class: \ref ns3::UintegerValue</li>
25817 <li>Underlying type: uint8_t 0:255</li>
25818 <li>Initial value: 0</li>
25819 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25820 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25821 </ul>
25822<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
25823 <ul>
25824 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25825 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25826 <li>Initial value: Cts-To-Self</li>
25827 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25828 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25829 </ul>
25830<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
25831 <ul>
25832 <li>Set with class: \ref ns3::UintegerValue</li>
25833 <li>Underlying type: uint32_t 256:65535</li>
25834 <li>Initial value: 65535</li>
25835 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25837 </ul>
25838<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
25839 <ul>
25840 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25841 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25842 <li>Initial value: Cts-To-Self</li>
25843 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25845 </ul>
25846<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
25847 <ul>
25848 <li>Set with class: \ref ns3::BooleanValue</li>
25849 <li>Underlying type: bool</li>
25850 <li>Initial value: false</li>
25851 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25853 </ul>
25854<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
25855 <ul>
25856 <li>Set with class: \ref ns3::UintegerValue</li>
25857 <li>Underlying type: uint32_t 0:4294967295</li>
25858 <li>Initial value: 4</li>
25859 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25860 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25861 </ul>
25862<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
25863 <ul>
25864 <li>Set with class: \ref ns3::UintegerValue</li>
25865 <li>Underlying type: uint32_t 0:4294967295</li>
25866 <li>Initial value: 7</li>
25867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25868 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25869 </ul>
25870<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
25871 <ul>
25872 <li>Set with class: \ref ns3::WifiModeValue</li>
25873 <li>Underlying type: \p WifiMode</li>
25874 <li>Initial value: Invalid-WifiMode</li>
25875 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25877 </ul>
25878<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
25879 <ul>
25880 <li>Set with class: \ref ns3::UintegerValue</li>
25881 <li>Underlying type: uint32_t 0:4692480</li>
25882 <li>Initial value: 4692480</li>
25883 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25885 </ul>
25886<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
25887 <ul>
25888 <li>Set with class: \ref ns3::TimeValue</li>
25889 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25890 <li>Initial value: +0ns</li>
25891 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25892 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25893 </ul>
25894</ul>
25895<h3>TraceSources</h3>
25896<ul>
25897<li><b>PowerChange</b>: The transmission power has change.<br> <ul>
25898 <li> %Callback signature: ns3::WifiRemoteStationManager::PowerChangeTracedCallback
25899</li>
25900 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25901</ul>
25902<li><b>RateChange</b>: The transmission rate has change.<br> <ul>
25903 <li> %Callback signature: ns3::WifiRemoteStationManager::RateChangeTracedCallback
25904</li>
25905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25906</ul>
25907</ul>
25908<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
25909<ul>
25910<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
25911 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25912</li>
25913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25914</ul>
25915<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
25916 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25917</li>
25918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25919</ul>
25920<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
25921 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25922</li>
25923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25924</ul>
25925<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
25926 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25927</li>
25928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25929</ul>
25930</ul>
25931<b>Group:</b> Wifi
25932
25933<b>Size</b> of this type is 576 bytes (on a 64-bit architecture).
25934*/
25935
25936/*!
25937
25938\class ns3::RttEstimator
25939
25940Introspection did not find any typical Config paths.<br>
25941<h3>Attributes</h3>
25942<ul>
25943<li><b>InitialEstimation</b>: Initial RTT estimate
25944 <ul>
25945 <li>Set with class: \ref ns3::TimeValue</li>
25946 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25947 <li>Initial value: +1e+09ns</li>
25948 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25949 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25950 </ul>
25951</ul>
25952No TraceSources are defined for this type.<br>
25953<b>Group:</b> Internet
25954
25955<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
25956*/
25957
25958/*!
25959
25960\class ns3::RttMeanDeviation
25961
25962Introspection did not find any typical Config paths.<br>
25963<h3>Attributes</h3>
25964<ul>
25965<li><b>Alpha</b>: Gain used in estimating the RTT, must be 0 <= alpha <= 1
25966 <ul>
25967 <li>Set with class: \ref ns3::DoubleValue</li>
25968 <li>Underlying type: double 0:1</li>
25969 <li>Initial value: 0.125</li>
25970 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25971 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25972 </ul>
25973<li><b>Beta</b>: Gain used in estimating the RTT variation, must be 0 <= beta <= 1
25974 <ul>
25975 <li>Set with class: \ref ns3::DoubleValue</li>
25976 <li>Underlying type: double 0:1</li>
25977 <li>Initial value: 0.25</li>
25978 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25979 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25980 </ul>
25981</ul>
25982<h3>Attributes defined in parent class ns3::RttEstimator</h3>
25983<ul>
25984<li><b>InitialEstimation</b>: Initial RTT estimate
25985 <ul>
25986 <li>Set with class: \ref ns3::TimeValue</li>
25987 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25988 <li>Initial value: +1e+09ns</li>
25989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25991 </ul>
25992</ul>
25993No TraceSources are defined for this type.<br>
25994<b>Group:</b> Internet
25995
25996<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
25997*/
25998
25999/*!
26000
26001\class ns3::SameRoomPositionAllocator
26002
26003<h3>Config Paths</h3>
26004
26005ns3::SameRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
26006<ul>
26007<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::SameRoomPositionAllocator"</li>
26008</ul>
26009No Attributes are defined for this type.<br>
26010No TraceSources are defined for this type.<br>
26011<b>Group:</b> Buildings
26012
26013<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
26014*/
26015
26016/*!
26017
26018\class ns3::Scheduler
26019
26020Introspection did not find any typical Config paths.<br>
26021No Attributes are defined for this type.<br>
26022No TraceSources are defined for this type.<br>
26023<b>Group:</b> Core
26024
26025<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26026*/
26027
26028/*!
26029
26030\class ns3::SeqTsEchoHeader
26031
26032Introspection did not find any typical Config paths.<br>
26033No Attributes are defined for this type.<br>
26034No TraceSources are defined for this type.<br>
26035<b>Group:</b> Applications
26036
26037<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26038*/
26039
26040/*!
26041
26042\class ns3::SeqTsHeader
26043
26044Introspection did not find any typical Config paths.<br>
26045No Attributes are defined for this type.<br>
26046No TraceSources are defined for this type.<br>
26047<b>Group:</b> Applications
26048
26049<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
26050*/
26051
26052/*!
26053
26054\class ns3::SeqTsSizeHeader
26055
26056Introspection did not find any typical Config paths.<br>
26057No Attributes are defined for this type.<br>
26058No TraceSources are defined for this type.<br>
26059<b>Group:</b> Applications
26060
26061<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26062*/
26063
26064/*!
26065
26066\class ns3::SequentialRandomVariable
26067
26068<h3>Config Paths</h3>
26069
26070ns3::SequentialRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
26071<ul>
26072<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26073<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26074<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26075<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26076<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26077<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26078<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26079<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26080<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26081<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26082<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26083<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26084<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26085<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26086<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26087<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::SequentialRandomVariable"</li>
26088<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::SequentialRandomVariable"</li>
26089<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26090<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26091<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26092<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26093<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26094<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26095<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26096<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26097<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26098<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26099<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::SequentialRandomVariable"</li>
26100<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::SequentialRandomVariable"</li>
26101<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::SequentialRandomVariable"</li>
26102<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::SequentialRandomVariable"</li>
26103<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::SequentialRandomVariable"</li>
26104<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::SequentialRandomVariable"</li>
26105<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::SequentialRandomVariable"</li>
26106<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::SequentialRandomVariable"</li>
26107<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::SequentialRandomVariable"</li>
26108<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26109<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::SequentialRandomVariable"</li>
26110<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::SequentialRandomVariable"</li>
26111<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26112<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26113<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::SequentialRandomVariable"</li>
26114<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26115<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26116<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26117<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26118<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::SequentialRandomVariable"</li>
26119<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::SequentialRandomVariable"</li>
26120<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::SequentialRandomVariable"</li>
26121<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26122<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26123<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::SequentialRandomVariable"</li>
26124<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::SequentialRandomVariable"</li>
26125<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26126<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::SequentialRandomVariable"</li>
26127<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::SequentialRandomVariable"</li>
26128<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::SequentialRandomVariable"</li>
26129<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26130<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26131<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26132</ul>
26133<h3>Attributes</h3>
26134<ul>
26135<li><b>Consecutive</b>: The number of times each member of the sequence is repeated.
26136 <ul>
26137 <li>Set with class: \ref ns3::IntegerValue</li>
26138 <li>Underlying type: uint32_t 0:4294967295</li>
26139 <li>Initial value: 1</li>
26140 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26142 </ul>
26143<li><b>Increment</b>: The sequence random variable increment.
26144 <ul>
26145 <li>Set with class: \ref ns3::PointerValue</li>
26146 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
26147 <li>Initial value: ns3::ConstantRandomVariable[Constant=1]</li>
26148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26150 </ul>
26151<li><b>Max</b>: One more than the last value of the sequence.
26152 <ul>
26153 <li>Set with class: \ref ns3::DoubleValue</li>
26154 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26155 <li>Initial value: 0</li>
26156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26158 </ul>
26159<li><b>Min</b>: The first value of the sequence.
26160 <ul>
26161 <li>Set with class: \ref ns3::DoubleValue</li>
26162 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26163 <li>Initial value: 0</li>
26164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26166 </ul>
26167</ul>
26168<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
26169<ul>
26170<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
26171 <ul>
26172 <li>Set with class: \ref ns3::BooleanValue</li>
26173 <li>Underlying type: bool</li>
26174 <li>Initial value: false</li>
26175 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26177 </ul>
26178<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
26179 <ul>
26180 <li>Set with class: \ref ns3::IntegerValue</li>
26181 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
26182 <li>Initial value: -1</li>
26183 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26184 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26185 </ul>
26186</ul>
26187No TraceSources are defined for this type.<br>
26188<b>Group:</b> Core
26189
26190<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
26191*/
26192
26193/*!
26194
26195\class ns3::ServiceFlowManager
26196
26197<h3>Config Paths</h3>
26198
26199ns3::ServiceFlowManager is accessible through the following paths with Config::Set and Config::Connect:
26200<ul>
26201<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager"</li>
26202<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager"</li>
26203</ul>
26204No Attributes are defined for this type.<br>
26205No TraceSources are defined for this type.<br>
26206<b>Group:</b> Wimax
26207
26208<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
26209*/
26210
26211/*!
26212
26213\class ns3::ShannonSpectrumErrorModel
26214
26215Introspection did not find any typical Config paths.<br>
26216No Attributes are defined for this type.<br>
26217No TraceSources are defined for this type.<br>
26218<b>Group:</b> Spectrum
26219
26220<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
26221*/
26222
26223/*!
26224
26225\class ns3::SimpleChannel
26226
26227<h3>Config Paths</h3>
26228
26229ns3::SimpleChannel is accessible through the following paths with Config::Set and Config::Connect:
26230<ul>
26231<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SimpleChannel"</li>
26232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SimpleChannel"</li>
26233<li>"/ChannelList/[i]/$ns3::SimpleChannel"</li>
26234</ul>
26235<h3>Attributes</h3>
26236<ul>
26237<li><b>Delay</b>: Transmission delay through the channel
26238 <ul>
26239 <li>Set with class: \ref ns3::TimeValue</li>
26240 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26241 <li>Initial value: +0ns</li>
26242 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26243 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26244 </ul>
26245</ul>
26246<h3>Attributes defined in parent class ns3::Channel</h3>
26247<ul>
26248<li><b>Id</b>: The id (unique integer) of this Channel.
26249 <ul>
26250 <li>Set with class: \ref ns3::UintegerValue</li>
26251 <li>Underlying type: uint32_t 0:4294967295</li>
26252 <li>Flags: <span class="mlabel">read</span></li>
26253 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26254 </ul>
26255</ul>
26256No TraceSources are defined for this type.<br>
26257<b>Group:</b> Network
26258
26259<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
26260*/
26261
26262/*!
26263
26264\class ns3::SimpleFrameCaptureModel
26265
26266<h3>Config Paths</h3>
26267
26268ns3::SimpleFrameCaptureModel is accessible through the following paths with Config::Set and Config::Connect:
26269<ul>
26270<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/FrameCaptureModel/$ns3::SimpleFrameCaptureModel"</li>
26271<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/FrameCaptureModel/$ns3::SimpleFrameCaptureModel"</li>
26272</ul>
26273<h3>Attributes</h3>
26274<ul>
26275<li><b>Margin</b>: Reception is switched if the newly arrived frame has a power higher than this value above the frame currently being received (expressed in dB).
26276 <ul>
26277 <li>Set with class: \ref ns3::DoubleValue</li>
26278 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26279 <li>Initial value: 5</li>
26280 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26281 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26282 </ul>
26283</ul>
26284<h3>Attributes defined in parent class ns3::FrameCaptureModel</h3>
26285<ul>
26286<li><b>CaptureWindow</b>: The duration of the capture window.
26287 <ul>
26288 <li>Set with class: \ref ns3::TimeValue</li>
26289 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26290 <li>Initial value: +16000ns</li>
26291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26293 </ul>
26294</ul>
26295No TraceSources are defined for this type.<br>
26296<b>Group:</b> Wifi
26297
26298<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
26299*/
26300
26301/*!
26302
26303\class ns3::SimpleNetDevice
26304
26305<h3>Config Paths</h3>
26306
26307ns3::SimpleNetDevice is accessible through the following paths with Config::Set and Config::Connect:
26308<ul>
26309<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice"</li>
26310</ul>
26311<h3>Attributes</h3>
26312<ul>
26313<li><b>DataRate</b>: The default data rate for point to point links. Zero means infinite
26314 <ul>
26315 <li>Set with class: \ref ns3::DataRateValue</li>
26316 <li>Underlying type: \p DataRate</li>
26317 <li>Initial value: 0bps</li>
26318 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26319 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26320 </ul>
26321<li><b>PointToPointMode</b>: The device is configured in Point to Point mode
26322 <ul>
26323 <li>Set with class: \ref ns3::BooleanValue</li>
26324 <li>Underlying type: bool</li>
26325 <li>Initial value: false</li>
26326 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26328 </ul>
26329<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss
26330 <ul>
26331 <li>Set with class: \ref ns3::PointerValue</li>
26332 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
26333 <li>Initial value: 0</li>
26334 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26336 </ul>
26337<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.
26338 <ul>
26339 <li>Set with class: \ref ns3::PointerValue</li>
26340 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
26341 <li>Initial value: ns3::DropTailQueue<Packet></li>
26342 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26344 </ul>
26345</ul>
26346<h3>TraceSources</h3>
26347<ul>
26348<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
26349 <li> %Callback signature: ns3::Packet::TracedCallback
26350</li>
26351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26352</ul>
26353</ul>
26354<b>Group:</b> Network
26355
26356<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
26357*/
26358
26359/*!
26360
26361\class ns3::SimpleOfdmWimaxPhy
26362
26363<h3>Config Paths</h3>
26364
26365ns3::SimpleOfdmWimaxPhy is accessible through the following paths with Config::Set and Config::Connect:
26366<ul>
26367<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/$ns3::SimpleOfdmWimaxPhy"</li>
26368</ul>
26369<h3>Attributes</h3>
26370<ul>
26371<li><b>G</b>: This is the ratio of CP time to useful time.
26372 <ul>
26373 <li>Set with class: \ref ns3::DoubleValue</li>
26374 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26375 <li>Initial value: 0.25</li>
26376 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26377 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26378 </ul>
26379<li><b>Nfft</b>: FFT size
26380 <ul>
26381 <li>Set with class: \ref ns3::UintegerValue</li>
26382 <li>Underlying type: uint16_t 256:1024</li>
26383 <li>Initial value: 256</li>
26384 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26386 </ul>
26387<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.
26388 <ul>
26389 <li>Set with class: \ref ns3::DoubleValue</li>
26390 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26391 <li>Initial value: 5</li>
26392 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26393 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26394 </ul>
26395<li><b>RxGain</b>: Reception gain (dB).
26396 <ul>
26397 <li>Set with class: \ref ns3::DoubleValue</li>
26398 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26399 <li>Initial value: 0</li>
26400 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26401 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26402 </ul>
26403<li><b>TraceFilePath</b>: Path to the directory containing SNR to block error rate files
26404 <ul>
26405 <li>Set with class: \ref ns3::StringValue</li>
26406 <li>Underlying type: \p std::string</li>
26407 <li>Initial value: ""</li>
26408 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26410 </ul>
26411<li><b>TxGain</b>: Transmission gain (dB).
26412 <ul>
26413 <li>Set with class: \ref ns3::DoubleValue</li>
26414 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26415 <li>Initial value: 0</li>
26416 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26418 </ul>
26419<li><b>TxPower</b>: Transmission power (dB).
26420 <ul>
26421 <li>Set with class: \ref ns3::DoubleValue</li>
26422 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26423 <li>Initial value: 30</li>
26424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26426 </ul>
26427</ul>
26428<h3>Attributes defined in parent class ns3::WimaxPhy</h3>
26429<ul>
26430<li><b>Bandwidth</b>: The channel bandwidth in Hz.
26431 <ul>
26432 <li>Set with class: \ref ns3::UintegerValue</li>
26433 <li>Underlying type: uint32_t 5000000:30000000</li>
26434 <li>Initial value: 10000000</li>
26435 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26436 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26437 </ul>
26438<li><b>Channel</b>: Wimax channel
26439 <ul>
26440 <li>Set with class: \ref ns3::PointerValue</li>
26441 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
26442 <li>Initial value: 0</li>
26443 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26445 </ul>
26446<li><b>FrameDuration</b>: The frame duration in seconds.
26447 <ul>
26448 <li>Set with class: \ref ns3::TimeValue</li>
26449 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26450 <li>Initial value: +1e+07ns</li>
26451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26453 </ul>
26454<li><b>Frequency</b>: The central frequency in KHz.
26455 <ul>
26456 <li>Set with class: \ref ns3::UintegerValue</li>
26457 <li>Underlying type: uint32_t 1000000:11000000</li>
26458 <li>Initial value: 5000000</li>
26459 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26461 </ul>
26462</ul>
26463<h3>TraceSources</h3>
26464<ul>
26465<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
26466 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26467</li>
26468 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26469</ul>
26470<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
26471 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26472</li>
26473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26474</ul>
26475<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
26476 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26477</li>
26478 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26479</ul>
26480<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium<br> <ul>
26481 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26482</li>
26483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26484</ul>
26485<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
26486 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26487</li>
26488 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26489</ul>
26490<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel<br> <ul>
26491 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26492</li>
26493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26494</ul>
26495<li><b>Rx</b>: Receive trace<br> <ul>
26496 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26497</li>
26498 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26499</ul>
26500<li><b>Tx</b>: Transmit trace<br> <ul>
26501 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26502</li>
26503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26504</ul>
26505</ul>
26506<b>Group:</b> Wimax
26507
26508<b>Size</b> of this type is 544 bytes (on a 64-bit architecture).
26509*/
26510
26511/*!
26512
26513\class ns3::SimpleTag
26514
26515Introspection did not find any typical Config paths.<br>
26516No Attributes are defined for this type.<br>
26517No TraceSources are defined for this type.<br>
26518<b>Group:</b> Network
26519
26520<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
26521*/
26522
26523/*!
26524
26525\class ns3::SimpleUeComponentCarrierManager
26526
26527<h3>Config Paths</h3>
26528
26529ns3::SimpleUeComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
26530<ul>
26531<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeComponentCarrierManager/$ns3::SimpleUeComponentCarrierManager"</li>
26532<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeComponentCarrierManager/$ns3::SimpleUeComponentCarrierManager"</li>
26533</ul>
26534No Attributes are defined for this type.<br>
26535No TraceSources are defined for this type.<br>
26536<b>Group:</b> Lte
26537
26538<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
26539*/
26540
26541/*!
26542
26543\class ns3::SimulatorImpl
26544
26545Introspection did not find any typical Config paths.<br>
26546No Attributes are defined for this type.<br>
26547No TraceSources are defined for this type.<br>
26548<b>Group:</b> Core
26549
26550<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26551*/
26552
26553/*!
26554
26555\class ns3::SingleModelSpectrumChannel
26556
26557<h3>Config Paths</h3>
26558
26559ns3::SingleModelSpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
26560<ul>
26561<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26562<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SingleModelSpectrumChannel"</li>
26563<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26564<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SingleModelSpectrumChannel"</li>
26565<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/$ns3::SingleModelSpectrumChannel"</li>
26566<li>"/ChannelList/[i]/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26567<li>"/ChannelList/[i]/$ns3::SingleModelSpectrumChannel"</li>
26568</ul>
26569No Attributes are defined for this type.<br>
26570<h3>Attributes defined in parent class ns3::SpectrumChannel</h3>
26571<ul>
26572<li><b>MaxLossDb</b>: If a single-frequency PropagationLossModel is used, this value represents the maximum loss in dB for which transmissions will be passed to the receiving PHY. Signals for which the PropagationLossModel returns a loss bigger than this value will not be propagated to the receiver. This parameter is to be used to reduce the computational load by not propagating signals that are far beyond the interference range. Note that the default value corresponds to considering all signals for reception. Tune this value with care.
26573 <ul>
26574 <li>Set with class: \ref ns3::DoubleValue</li>
26575 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26576 <li>Initial value: 1e+09</li>
26577 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26579 </ul>
26580<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
26581 <ul>
26582 <li>Set with class: \ref ns3::PointerValue</li>
26583 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
26584 <li>Initial value: 0</li>
26585 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26587 </ul>
26588</ul>
26589<h3>Attributes defined in parent class ns3::Channel</h3>
26590<ul>
26591<li><b>Id</b>: The id (unique integer) of this Channel.
26592 <ul>
26593 <li>Set with class: \ref ns3::UintegerValue</li>
26594 <li>Underlying type: uint32_t 0:4294967295</li>
26595 <li>Flags: <span class="mlabel">read</span></li>
26596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26597 </ul>
26598</ul>
26599No TraceSources are defined for this type.<br>
26600<h3>TraceSources defined in parent class ns3::SpectrumChannel</h3>
26601<ul>
26602<li><b>Gain</b>: This trace is fired whenever a new path loss value is calculated. The parameters to this trace are : Pointer to the mobility model of the transmitter, Pointer to the mobility model of the receiver, Tx antenna gain, Rx antenna gain, Propagation gain, Pathloss<br> <ul>
26603 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
26604</li>
26605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26606</ul>
26607<li><b>PathLoss</b>: This trace is fired whenever a new path loss value is calculated. The first and second parameters to the trace are pointers respectively to the TX and RX SpectrumPhy instances, whereas the third parameters is the loss value in dB. Note that the loss value reported by this trace is the single-frequency loss value obtained by evaluating only the TX and RX AntennaModels and the PropagationLossModel. In particular, note that SpectrumPropagationLossModel (even if present) is never used to evaluate the loss value reported in this trace.<br> <ul>
26608 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
26609</li>
26610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26611</ul>
26612<li><b>TxSigParams</b>: This trace is fired whenever a signal is transmitted. The sole parameter is a pointer to a copy of the SpectrumSignalParameters provided by the transmitter.<br> <ul>
26613 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
26614</li>
26615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26616</ul>
26617</ul>
26618<b>Group:</b> Spectrum
26619
26620<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
26621*/
26622
26623/*!
26624
26625\class ns3::SinkApplication
26626
26627<h3>Config Paths</h3>
26628
26629ns3::SinkApplication is accessible through the following paths with Config::Set and Config::Connect:
26630<ul>
26631<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication"</li>
26632</ul>
26633<h3>Attributes</h3>
26634<ul>
26635<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
26636 <ul>
26637 <li>Set with class: \ref ns3::AddressValue</li>
26638 <li>Underlying type: \p Address</li>
26639 <li>Initial value: </li>
26640 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26641 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26642 </ul>
26643<li><b>Port</b>: Port on which the application listens for incoming packets.
26644 <ul>
26645 <li>Set with class: \ref ns3::UintegerValue</li>
26646 <li>Underlying type: uint32_t 0:4294967295</li>
26647 <li>Initial value: 4294967295</li>
26648 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26650 </ul>
26651</ul>
26652<h3>Attributes defined in parent class ns3::Application</h3>
26653<ul>
26654<li><b>StartTime</b>: Time at which the application will start
26655 <ul>
26656 <li>Set with class: \ref ns3::TimeValue</li>
26657 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26658 <li>Initial value: +0ns</li>
26659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26661 </ul>
26662<li><b>StopTime</b>: Time at which the application will stop
26663 <ul>
26664 <li>Set with class: \ref ns3::TimeValue</li>
26665 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26666 <li>Initial value: +0ns</li>
26667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26669 </ul>
26670</ul>
26671No TraceSources are defined for this type.<br>
26672<b>Group:</b> Applications
26673
26674<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
26675*/
26676
26677/*!
26678
26679\class ns3::SixLowPanBc0
26680
26681Introspection did not find any typical Config paths.<br>
26682No Attributes are defined for this type.<br>
26683No TraceSources are defined for this type.<br>
26684<b>Group:</b> SixLowPan
26685
26686<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26687*/
26688
26689/*!
26690
26691\class ns3::SixLowPanFrag1
26692
26693Introspection did not find any typical Config paths.<br>
26694No Attributes are defined for this type.<br>
26695No TraceSources are defined for this type.<br>
26696<b>Group:</b> SixLowPan
26697
26698<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26699*/
26700
26701/*!
26702
26703\class ns3::SixLowPanFragN
26704
26705Introspection did not find any typical Config paths.<br>
26706No Attributes are defined for this type.<br>
26707No TraceSources are defined for this type.<br>
26708<b>Group:</b> SixLowPan
26709
26710<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26711*/
26712
26713/*!
26714
26715\class ns3::SixLowPanHc1
26716
26717Introspection did not find any typical Config paths.<br>
26718No Attributes are defined for this type.<br>
26719No TraceSources are defined for this type.<br>
26720<b>Group:</b> SixLowPan
26721
26722<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
26723*/
26724
26725/*!
26726
26727\class ns3::SixLowPanIphc
26728
26729Introspection did not find any typical Config paths.<br>
26730No Attributes are defined for this type.<br>
26731No TraceSources are defined for this type.<br>
26732<b>Group:</b> SixLowPan
26733
26734<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26735*/
26736
26737/*!
26738
26739\class ns3::SixLowPanIpv6
26740
26741Introspection did not find any typical Config paths.<br>
26742No Attributes are defined for this type.<br>
26743No TraceSources are defined for this type.<br>
26744<b>Group:</b> SixLowPan
26745
26746<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
26747*/
26748
26749/*!
26750
26751\class ns3::SixLowPanMesh
26752
26753Introspection did not find any typical Config paths.<br>
26754No Attributes are defined for this type.<br>
26755No TraceSources are defined for this type.<br>
26756<b>Group:</b> SixLowPan
26757
26758<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26759*/
26760
26761/*!
26762
26763\class ns3::SixLowPanNetDevice
26764
26765<h3>Config Paths</h3>
26766
26767ns3::SixLowPanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
26768<ul>
26769<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice"</li>
26770</ul>
26771<h3>Attributes</h3>
26772<ul>
26773<li><b>CompressionThreshold</b>: The minimum MAC layer payload size.
26774 <ul>
26775 <li>Set with class: \ref ns3::UintegerValue</li>
26776 <li>Underlying type: uint32_t 0:4294967295</li>
26777 <li>Initial value: 0</li>
26778 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26780 </ul>
26781<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
26782 <ul>
26783 <li>Set with class: \ref ns3::TimeValue</li>
26784 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26785 <li>Initial value: +6e+10ns</li>
26786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26788 </ul>
26789<li><b>FragmentReassemblyListSize</b>: The maximum size of the reassembly buffer (in packets). Zero meaning infinite.
26790 <ul>
26791 <li>Set with class: \ref ns3::UintegerValue</li>
26792 <li>Underlying type: uint16_t 0:65535</li>
26793 <li>Initial value: 0</li>
26794 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26796 </ul>
26797<li><b>MeshCacheLength</b>: Length of the cache for each source.
26798 <ul>
26799 <li>Set with class: \ref ns3::UintegerValue</li>
26800 <li>Underlying type: uint16_t 0:65535</li>
26801 <li>Initial value: 10</li>
26802 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26803 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26804 </ul>
26805<li><b>MeshUnderJitter</b>: The jitter in ms a node uses to forward mesh-under packets - used to prevent collisions
26806 <ul>
26807 <li>Set with class: \ref ns3::PointerValue</li>
26808 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
26809 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=10.0]</li>
26810 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26811 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26812 </ul>
26813<li><b>MeshUnderRadius</b>: Hops Left to use in mesh-under.
26814 <ul>
26815 <li>Set with class: \ref ns3::UintegerValue</li>
26816 <li>Underlying type: uint8_t 0:255</li>
26817 <li>Initial value: 10</li>
26818 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26819 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26820 </ul>
26821<li><b>OmitUdpChecksum</b>: Omit the UDP checksum in IPHC compression.
26822 <ul>
26823 <li>Set with class: \ref ns3::BooleanValue</li>
26824 <li>Underlying type: bool</li>
26825 <li>Initial value: true</li>
26826 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26828 </ul>
26829<li><b>Rfc6282</b>: Use RFC6282 (IPHC) if true, RFC4944 (HC1) otherwise.
26830 <ul>
26831 <li>Set with class: \ref ns3::BooleanValue</li>
26832 <li>Underlying type: bool</li>
26833 <li>Initial value: true</li>
26834 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26836 </ul>
26837<li><b>UseMeshUnder</b>: Use a mesh-under routing protocol.
26838 <ul>
26839 <li>Set with class: \ref ns3::BooleanValue</li>
26840 <li>Underlying type: bool</li>
26841 <li>Initial value: false</li>
26842 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26844 </ul>
26845</ul>
26846<h3>TraceSources</h3>
26847<ul>
26848<li><b>Drop</b>: Drop - DropReason, packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26849 <li> %Callback signature: ns3::SixLowPanNetDevice::DropTracedCallback
26850</li>
26851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26852</ul>
26853<li><b>Rx</b>: Receive - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26854 <li> %Callback signature: ns3::SixLowPanNetDevice::RxTxTracedCallback
26855</li>
26856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26857</ul>
26858<li><b>Tx</b>: Send - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26859 <li> %Callback signature: ns3::SixLowPanNetDevice::RxTxTracedCallback
26860</li>
26861 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26862</ul>
26863</ul>
26864<b>Group:</b> SixLowPan
26865
26866<b>Size</b> of this type is 400 bytes (on a 64-bit architecture).
26867*/
26868
26869/*!
26870
26871\class ns3::SixLowPanNhcExtension
26872
26873Introspection did not find any typical Config paths.<br>
26874No Attributes are defined for this type.<br>
26875No TraceSources are defined for this type.<br>
26876<b>Group:</b> SixLowPan
26877
26878<b>Size</b> of this type is 272 bytes (on a 64-bit architecture).
26879*/
26880
26881/*!
26882
26883\class ns3::SixLowPanUdpNhcExtension
26884
26885Introspection did not find any typical Config paths.<br>
26886No Attributes are defined for this type.<br>
26887No TraceSources are defined for this type.<br>
26888<b>Group:</b> SixLowPan
26889
26890<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26891*/
26892
26893/*!
26894
26895\class ns3::SllHeader
26896
26897Introspection did not find any typical Config paths.<br>
26898No Attributes are defined for this type.<br>
26899No TraceSources are defined for this type.<br>
26900<b>Group:</b> Network
26901
26902<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26903*/
26904
26905/*!
26906
26907\class ns3::SnrTag
26908
26909Introspection did not find any typical Config paths.<br>
26910<h3>Attributes</h3>
26911<ul>
26912<li><b>Snr</b>: The SNR of the last packet received
26913 <ul>
26914 <li>Set with class: \ref ns3::DoubleValue</li>
26915 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26916 <li>Flags: <span class="mlabel">read</span></li>
26917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26918 </ul>
26919</ul>
26920No TraceSources are defined for this type.<br>
26921<b>Group:</b> Wifi
26922
26923<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26924*/
26925
26926/*!
26927
26928\class ns3::Socket
26929
26930Introspection did not find any typical Config paths.<br>
26931No Attributes are defined for this type.<br>
26932No TraceSources are defined for this type.<br>
26933<b>Group:</b> Network
26934
26935<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
26936*/
26937
26938/*!
26939
26940\class ns3::SocketFactory
26941
26942Introspection did not find any typical Config paths.<br>
26943No Attributes are defined for this type.<br>
26944No TraceSources are defined for this type.<br>
26945<b>Group:</b> Network
26946
26947<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26948*/
26949
26950/*!
26951
26952\class ns3::SocketIpTtlTag
26953
26954Introspection did not find any typical Config paths.<br>
26955No Attributes are defined for this type.<br>
26956No TraceSources are defined for this type.<br>
26957<b>Group:</b> Network
26958
26959<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26960*/
26961
26962/*!
26963
26964\class ns3::SocketIpv6HopLimitTag
26965
26966Introspection did not find any typical Config paths.<br>
26967No Attributes are defined for this type.<br>
26968No TraceSources are defined for this type.<br>
26969<b>Group:</b> Network
26970
26971<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26972*/
26973
26974/*!
26975
26976\class ns3::SocketSetDontFragmentTag
26977
26978Introspection did not find any typical Config paths.<br>
26979No Attributes are defined for this type.<br>
26980No TraceSources are defined for this type.<br>
26981<b>Group:</b> Network
26982
26983<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26984*/
26985
26986/*!
26987
26988\class ns3::SourceApplication
26989
26990<h3>Config Paths</h3>
26991
26992ns3::SourceApplication is accessible through the following paths with Config::Set and Config::Connect:
26993<ul>
26994<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication"</li>
26995</ul>
26996<h3>Attributes</h3>
26997<ul>
26998<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
26999 <ul>
27000 <li>Set with class: \ref ns3::AddressValue</li>
27001 <li>Underlying type: \p Address</li>
27002 <li>Initial value: </li>
27003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27005 </ul>
27006<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
27007 <ul>
27008 <li>Set with class: \ref ns3::AddressValue</li>
27009 <li>Underlying type: \p Address</li>
27010 <li>Initial value: </li>
27011 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27013 </ul>
27014<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
27015 <ul>
27016 <li>Set with class: \ref ns3::UintegerValue</li>
27017 <li>Underlying type: uint8_t 0:255</li>
27018 <li>Initial value: 0</li>
27019 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27021 </ul>
27022</ul>
27023<h3>Attributes defined in parent class ns3::Application</h3>
27024<ul>
27025<li><b>StartTime</b>: Time at which the application will start
27026 <ul>
27027 <li>Set with class: \ref ns3::TimeValue</li>
27028 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27029 <li>Initial value: +0ns</li>
27030 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27031 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27032 </ul>
27033<li><b>StopTime</b>: Time at which the application will stop
27034 <ul>
27035 <li>Set with class: \ref ns3::TimeValue</li>
27036 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27037 <li>Initial value: +0ns</li>
27038 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27040 </ul>
27041</ul>
27042No TraceSources are defined for this type.<br>
27043<b>Group:</b> Applications
27044
27045<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
27046*/
27047
27048/*!
27049
27050\class ns3::SpectrumAnalyzer
27051
27052Introspection did not find any typical Config paths.<br>
27053<h3>Attributes</h3>
27054<ul>
27055<li><b>NoisePowerSpectralDensity</b>: The power spectral density of the measuring instrument noise, in Watt/Hz. Mostly useful to make spectrograms look more similar to those obtained by real devices. Defaults to the value for thermal noise at 300K.
27056 <ul>
27057 <li>Set with class: \ref ns3::DoubleValue</li>
27058 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27059 <li>Initial value: 4.14e-21</li>
27060 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27062 </ul>
27063<li><b>Resolution</b>: The length of the time interval over which the power spectral density of incoming signals is averaged
27064 <ul>
27065 <li>Set with class: \ref ns3::TimeValue</li>
27066 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27067 <li>Initial value: +1e+06ns</li>
27068 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27070 </ul>
27071</ul>
27072<h3>TraceSources</h3>
27073<ul>
27074<li><b>AveragePowerSpectralDensityReport</b>: Trace fired whenever a new value for the average Power Spectral Density is calculated<br> <ul>
27075 <li> %Callback signature: ns3::SpectrumValue::TracedCallback
27076</li>
27077 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27078</ul>
27079</ul>
27080<b>Group:</b> Spectrum
27081
27082<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
27083*/
27084
27085/*!
27086
27087\class ns3::SpectrumChannel
27088
27089<h3>Config Paths</h3>
27090
27091ns3::SpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
27092<ul>
27093<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel"</li>
27094<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel"</li>
27095<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel"</li>
27096<li>"/ChannelList/[i]/$ns3::SpectrumChannel"</li>
27097</ul>
27098<h3>Attributes</h3>
27099<ul>
27100<li><b>MaxLossDb</b>: If a single-frequency PropagationLossModel is used, this value represents the maximum loss in dB for which transmissions will be passed to the receiving PHY. Signals for which the PropagationLossModel returns a loss bigger than this value will not be propagated to the receiver. This parameter is to be used to reduce the computational load by not propagating signals that are far beyond the interference range. Note that the default value corresponds to considering all signals for reception. Tune this value with care.
27101 <ul>
27102 <li>Set with class: \ref ns3::DoubleValue</li>
27103 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27104 <li>Initial value: 1e+09</li>
27105 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27106 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27107 </ul>
27108<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
27109 <ul>
27110 <li>Set with class: \ref ns3::PointerValue</li>
27111 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
27112 <li>Initial value: 0</li>
27113 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27114 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27115 </ul>
27116</ul>
27117<h3>Attributes defined in parent class ns3::Channel</h3>
27118<ul>
27119<li><b>Id</b>: The id (unique integer) of this Channel.
27120 <ul>
27121 <li>Set with class: \ref ns3::UintegerValue</li>
27122 <li>Underlying type: uint32_t 0:4294967295</li>
27123 <li>Flags: <span class="mlabel">read</span></li>
27124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27125 </ul>
27126</ul>
27127<h3>TraceSources</h3>
27128<ul>
27129<li><b>Gain</b>: This trace is fired whenever a new path loss value is calculated. The parameters to this trace are : Pointer to the mobility model of the transmitter, Pointer to the mobility model of the receiver, Tx antenna gain, Rx antenna gain, Propagation gain, Pathloss<br> <ul>
27130 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
27131</li>
27132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27133</ul>
27134<li><b>PathLoss</b>: This trace is fired whenever a new path loss value is calculated. The first and second parameters to the trace are pointers respectively to the TX and RX SpectrumPhy instances, whereas the third parameters is the loss value in dB. Note that the loss value reported by this trace is the single-frequency loss value obtained by evaluating only the TX and RX AntennaModels and the PropagationLossModel. In particular, note that SpectrumPropagationLossModel (even if present) is never used to evaluate the loss value reported in this trace.<br> <ul>
27135 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
27136</li>
27137 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27138</ul>
27139<li><b>TxSigParams</b>: This trace is fired whenever a signal is transmitted. The sole parameter is a pointer to a copy of the SpectrumSignalParameters provided by the transmitter.<br> <ul>
27140 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
27141</li>
27142 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27143</ul>
27144</ul>
27145<b>Group:</b> Spectrum
27146
27147<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
27148*/
27149
27150/*!
27151
27152\class ns3::SpectrumErrorModel
27153
27154Introspection did not find any typical Config paths.<br>
27155No Attributes are defined for this type.<br>
27156No TraceSources are defined for this type.<br>
27157<b>Group:</b> Spectrum
27158
27159<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
27160*/
27161
27162/*!
27163
27164\class ns3::SpectrumPhy
27165
27166Introspection did not find any typical Config paths.<br>
27167No Attributes are defined for this type.<br>
27168No TraceSources are defined for this type.<br>
27169<b>Group:</b> Spectrum
27170
27171<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
27172*/
27173
27174/*!
27175
27176\class ns3::SpectrumPropagationLossModel
27177
27178Introspection did not find any typical Config paths.<br>
27179No Attributes are defined for this type.<br>
27180No TraceSources are defined for this type.<br>
27181<b>Group:</b> Spectrum
27182
27183<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27184*/
27185
27186/*!
27187
27188\class ns3::SpectrumTransmitFilter
27189
27190Introspection did not find any typical Config paths.<br>
27191No Attributes are defined for this type.<br>
27192No TraceSources are defined for this type.<br>
27193<b>Group:</b> Spectrum
27194
27195<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27196*/
27197
27198/*!
27199
27200\class ns3::SpectrumWifiPhy
27201
27202<h3>Config Paths</h3>
27203
27204ns3::SpectrumWifiPhy is accessible through the following paths with Config::Set and Config::Connect:
27205<ul>
27206<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/$ns3::SpectrumWifiPhy"</li>
27207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/$ns3::SpectrumWifiPhy"</li>
27208</ul>
27209<h3>Attributes</h3>
27210<ul>
27211<li><b>DisableWifiReception</b>: Prevent Wi-Fi frame sync from ever happening
27212 <ul>
27213 <li>Set with class: \ref ns3::BooleanValue</li>
27214 <li>Underlying type: bool</li>
27215 <li>Initial value: false</li>
27216 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27217 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27218 </ul>
27219<li><b>TrackSignalsFromInactiveInterfaces</b>: Enable or disable tracking signals coming from inactive spectrum PHY interfaces
27220 <ul>
27221 <li>Set with class: \ref ns3::BooleanValue</li>
27222 <li>Underlying type: bool</li>
27223 <li>Initial value: true</li>
27224 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27226 </ul>
27227<li><b>TxMaskInnerBandMinimumRejection</b>: Minimum rejection (dBr) for the inner band of the transmit spectrum mask
27228 <ul>
27229 <li>Set with class: \ref ns3::DoubleValue</li>
27230 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27231 <li>Initial value: -20</li>
27232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27234 </ul>
27235<li><b>TxMaskOuterBandMaximumRejection</b>: Maximum rejection (dBr) for the outer band of the transmit spectrum mask
27236 <ul>
27237 <li>Set with class: \ref ns3::DoubleValue</li>
27238 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27239 <li>Initial value: -40</li>
27240 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27242 </ul>
27243<li><b>TxMaskOuterBandMinimumRejection</b>: Minimum rejection (dBr) for the outer band of the transmit spectrum mask
27244 <ul>
27245 <li>Set with class: \ref ns3::DoubleValue</li>
27246 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27247 <li>Initial value: -28</li>
27248 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27249 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27250 </ul>
27251</ul>
27252<h3>Attributes defined in parent class ns3::WifiPhy</h3>
27253<ul>
27254<li><b>Antennas</b>: The number of antennas on the device.
27255 <ul>
27256 <li>Set with class: \ref ns3::UintegerValue</li>
27257 <li>Underlying type: uint8_t 1:8</li>
27258 <li>Initial value: 1</li>
27259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27261 </ul>
27262<li><b>CcaEdThreshold</b>: The energy of all received signals should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
27263 <ul>
27264 <li>Set with class: \ref ns3::DoubleValue</li>
27265 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27266 <li>Initial value: -62</li>
27267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27269 </ul>
27270<li><b>CcaSensitivity</b>: The energy of a received wifi signal should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
27271 <ul>
27272 <li>Set with class: \ref ns3::DoubleValue</li>
27273 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27274 <li>Initial value: -82</li>
27275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27277 </ul>
27278<li><b>Channel</b>: The channel attached to this PHY
27279 <ul>
27280 <li>Set with class: \ref ns3::PointerValue</li>
27281 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
27282 <li>Flags: <span class="mlabel">read</span></li>
27283 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27284 </ul>
27285<li><b>ChannelNumber</b>: The channel number of the current operating channel.
27286 <ul>
27287 <li>Set with class: \ref ns3::UintegerValue</li>
27288 <li>Underlying type: uint8_t 0:233</li>
27289 <li>Flags: <span class="mlabel">read</span></li>
27290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27291 </ul>
27292<li><b>ChannelSettings</b>: A vector of tuple {channel number, channel width (MHz), PHY band, primary20 index} describing the settings of the operating channel for each segment. The primary20 index (only the value set for the first segment is used) is the index of the primary 20 MHz channel within the operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency) and is only valid if the width of the operating channel is a multiple of 20 MHz. If the standard for this object has not been set yet, the value of this attribute is saved and will be used to set the operating channel when the standard is configured. If the PHY band is left unspecified, the default band for the configured standard is used. If the channel width and the channel number are both 0, the default channel width for the configured standard and band are used. If the channel number is 0, the default channel number for the configured standard, band and channel width is used. Note that the channel width can be left unspecified (0) if the channel number uniquely identify a frequency channel for the given standard and band.
27293 <ul>
27294 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
27295 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
27296 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
27297 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27299 </ul>
27300<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
27301 <ul>
27302 <li>Set with class: \ref ns3::TimeValue</li>
27303 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
27304 <li>Initial value: +250000ns</li>
27305 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27307 </ul>
27308<li><b>ChannelWidth</b>: The width in MHz of the current operating channel (5, 10, 20, 22, 40, 80, 160 or 320). If 80+80MHz is used, this corresponds to the total channel width, hence 160 MHz.
27309 <ul>
27310 <li>Set with class: \ref ns3::UintegerValue</li>
27311 <li>Underlying type: double 5:320</li>
27312 <li>Flags: <span class="mlabel">read</span></li>
27313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27314 </ul>
27315<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
27316 <ul>
27317 <li>Set with class: \ref ns3::BooleanValue</li>
27318 <li>Underlying type: bool</li>
27319 <li>Initial value: false</li>
27320 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27322 </ul>
27323<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
27324 <ul>
27325 <li>Set with class: \ref ns3::PointerValue</li>
27326 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
27327 <li>Initial value: 0</li>
27328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27330 </ul>
27331<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
27332 <ul>
27333 <li>Set with class: \ref ns3::UintegerValue</li>
27334 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
27335 <li>Flags: <span class="mlabel">read</span></li>
27336 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27337 </ul>
27338<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
27339 <ul>
27340 <li>Set with class: \ref ns3::PointerValue</li>
27341 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
27342 <li>Initial value: 0</li>
27343 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27344 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27345 </ul>
27346<li><b>MaxRadioBw</b>: The maximum width supported by the radio. It is not possible to configure an operating channel with a total width larger than this value. A value of 0 means no restriction.
27347 <ul>
27348 <li>Set with class: \ref ns3::DoubleValue</li>
27349 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27350 <li>Initial value: 0</li>
27351 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27353 </ul>
27354<li><b>MaxSupportedRxSpatialStreams</b>: The maximum number of supported RX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
27355 <ul>
27356 <li>Set with class: \ref ns3::UintegerValue</li>
27357 <li>Underlying type: uint8_t 1:8</li>
27358 <li>Initial value: 1</li>
27359 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27361 </ul>
27362<li><b>MaxSupportedTxSpatialStreams</b>: The maximum number of supported TX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
27363 <ul>
27364 <li>Set with class: \ref ns3::UintegerValue</li>
27365 <li>Underlying type: uint8_t 1:8</li>
27366 <li>Initial value: 1</li>
27367 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27369 </ul>
27370<li><b>NotifyMacHdrRxEnd</b>: Whether the PHY is capable of notifying the MAC about the end of the reception of the MAC header of every MPDU.
27371 <ul>
27372 <li>Set with class: \ref ns3::BooleanValue</li>
27373 <li>Underlying type: bool</li>
27374 <li>Initial value: false</li>
27375 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27377 </ul>
27378<li><b>Pifs</b>: The duration of the PCF Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
27379 <ul>
27380 <li>Set with class: \ref ns3::TimeValue</li>
27381 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27382 <li>Initial value: +0ns</li>
27383 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27385 </ul>
27386<li><b>PostReceptionErrorModel</b>: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.
27387 <ul>
27388 <li>Set with class: \ref ns3::PointerValue</li>
27389 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
27390 <li>Initial value: 0</li>
27391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27393 </ul>
27394<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
27395 <ul>
27396 <li>Set with class: \ref ns3::DoubleValue</li>
27397 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27398 <li>Initial value: 100</li>
27399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27401 </ul>
27402<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
27403 <ul>
27404 <li>Set with class: \ref ns3::PointerValue</li>
27405 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
27406 <li>Initial value: 0</li>
27407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27409 </ul>
27410<li><b>Primary20MHzIndex</b>: The index of the primary 20 MHz channel within the current operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency).
27411 <ul>
27412 <li>Set with class: \ref ns3::UintegerValue</li>
27413 <li>Underlying type: uint8_t 0:7</li>
27414 <li>Flags: <span class="mlabel">read</span></li>
27415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27416 </ul>
27417<li><b>RxGain</b>: Reception gain (dB).
27418 <ul>
27419 <li>Set with class: \ref ns3::DoubleValue</li>
27420 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27421 <li>Initial value: 0</li>
27422 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27423 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27424 </ul>
27425<li><b>RxNoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0 (usually 290 K)".
27426 <ul>
27427 <li>Set with class: \ref ns3::DoubleValue</li>
27428 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27429 <li>Initial value: 7</li>
27430 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27431 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27432 </ul>
27433<li><b>RxSensitivity</b>: The energy of a received signal should be higher than this threshold (dBm) for the PHY to detect the signal. This threshold refers to a width of 20 MHz and will be scaled to match the width of the received signal.
27434 <ul>
27435 <li>Set with class: \ref ns3::DoubleValue</li>
27436 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27437 <li>Initial value: -101</li>
27438 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27440 </ul>
27441<li><b>ShortPlcpPreambleSupported</b>: Whether or not short PHY preamble is supported.This parameter is only valuable for 802.11b STAs and APs.Note: 802.11g APs and STAs always support short PHY preamble.
27442 <ul>
27443 <li>Set with class: \ref ns3::BooleanValue</li>
27444 <li>Underlying type: bool</li>
27445 <li>Initial value: false</li>
27446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27448 </ul>
27449<li><b>Sifs</b>: The duration of the Short Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
27450 <ul>
27451 <li>Set with class: \ref ns3::TimeValue</li>
27452 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27453 <li>Initial value: +0ns</li>
27454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27456 </ul>
27457<li><b>Slot</b>: The duration of a slot. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
27458 <ul>
27459 <li>Set with class: \ref ns3::TimeValue</li>
27460 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27461 <li>Initial value: +0ns</li>
27462 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27463 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27464 </ul>
27465<li><b>State</b>: The state of the PHY layer.
27466 <ul>
27467 <li>Set with class: \ref ns3::PointerValue</li>
27468 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
27469 <li>Initial value: 0</li>
27470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27472 </ul>
27473<li><b>TxGain</b>: Transmission gain (dB).
27474 <ul>
27475 <li>Set with class: \ref ns3::DoubleValue</li>
27476 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27477 <li>Initial value: 0</li>
27478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27480 </ul>
27481<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
27482 <ul>
27483 <li>Set with class: \ref ns3::DoubleValue</li>
27484 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27485 <li>Initial value: 16.0206</li>
27486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27488 </ul>
27489<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
27490 <ul>
27491 <li>Set with class: \ref ns3::UintegerValue</li>
27492 <li>Underlying type: uint8_t 0:255</li>
27493 <li>Initial value: 1</li>
27494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27496 </ul>
27497<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
27498 <ul>
27499 <li>Set with class: \ref ns3::DoubleValue</li>
27500 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27501 <li>Initial value: 16.0206</li>
27502 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27504 </ul>
27505</ul>
27506<h3>TraceSources</h3>
27507<ul>
27508<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak and foreign signals<br> <ul>
27509 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalArrivalCallback
27510</li>
27511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27512</ul>
27513</ul>
27514<h3>TraceSources defined in parent class ns3::WifiPhy</h3>
27515<ul>
27516<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
27517 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
27518</li>
27519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27520</ul>
27521<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
27522 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
27523</li>
27524 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27525</ul>
27526<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
27527 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
27528</li>
27529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27530</ul>
27531<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
27532 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
27533</li>
27534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27535</ul>
27536<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
27537 <li> %Callback signature: ns3::Packet::TracedCallback
27538</li>
27539 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27540</ul>
27541<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
27542 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
27543</li>
27544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27545</ul>
27546<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
27547 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
27548</li>
27549 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27550</ul>
27551<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
27552 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
27553</li>
27554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27555</ul>
27556<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the medium; the packet holds a single MPDU even if the MPDU is transmitted within an A-MPDU (in which case this trace fires for each MPDU in the A-MPDU).<br> <ul>
27557 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
27558</li>
27559 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27560</ul>
27561<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
27562 <li> %Callback signature: ns3::Packet::TracedCallback
27563</li>
27564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27565</ul>
27566<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
27567 <li> %Callback signature: ns3::Packet::TracedCallback
27568</li>
27569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27570</ul>
27571<li><b>PhyTxPsduBegin</b>: Trace source indicating a PSDU has begun transmitting over the channel medium; this trace returns a WifiConstPsduMap with a single element (in the case of SU PPDU) or multiple elements (in the case of MU PPDU)<br> <ul>
27572 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
27573</li>
27574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27575</ul>
27576<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
27577 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
27578</li>
27579 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27580</ul>
27581</ul>
27582<b>Group:</b> Wifi
27583
27584<b>Size</b> of this type is 1072 bytes (on a 64-bit architecture).
27585*/
27586
27587/*!
27588
27589\class ns3::SSLinkManager
27590
27591<h3>Config Paths</h3>
27592
27593ns3::SSLinkManager is accessible through the following paths with Config::Set and Config::Connect:
27594<ul>
27595<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager"</li>
27596<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager"</li>
27597</ul>
27598No Attributes are defined for this type.<br>
27599No TraceSources are defined for this type.<br>
27600<b>Group:</b> Wimax
27601
27602<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
27603*/
27604
27605/*!
27606
27607\class ns3::SSManager
27608
27609<h3>Config Paths</h3>
27610
27611ns3::SSManager is accessible through the following paths with Config::Set and Config::Connect:
27612<ul>
27613<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager"</li>
27614<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager"</li>
27615</ul>
27616No Attributes are defined for this type.<br>
27617No TraceSources are defined for this type.<br>
27618<b>Group:</b> Wimax
27619
27620<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27621*/
27622
27623/*!
27624
27625\class ns3::SSScheduler
27626
27627<h3>Config Paths</h3>
27628
27629ns3::SSScheduler is accessible through the following paths with Config::Set and Config::Connect:
27630<ul>
27631<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler"</li>
27632<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler"</li>
27633</ul>
27634No Attributes are defined for this type.<br>
27635No TraceSources are defined for this type.<br>
27636<b>Group:</b> Wimax
27637
27638<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
27639*/
27640
27641/*!
27642
27643\class ns3::StaWifiMac
27644
27645<h3>Config Paths</h3>
27646
27647ns3::StaWifiMac is accessible through the following paths with Config::Set and Config::Connect:
27648<ul>
27649<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac"</li>
27650</ul>
27651<h3>Attributes</h3>
27652<ul>
27653<li><b>ActiveProbing</b>: If true, we send probe requests. If false, we don't.NOTE: if more than one STA in your simulation is using active probing, you should enable it at a different simulation time for each STA, otherwise all the STAs will start sending probes at the same time resulting in collisions. See bug 1060 for more info.
27654 <ul>
27655 <li>Set with class: \ref ns3::BooleanValue</li>
27656 <li>Underlying type: bool</li>
27657 <li>Initial value: false</li>
27658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27660 </ul>
27661<li><b>AssocRequestTimeout</b>: The interval between two consecutive association request attempts.
27662 <ul>
27663 <li>Set with class: \ref ns3::TimeValue</li>
27664 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27665 <li>Initial value: +5e+08ns</li>
27666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27668 </ul>
27669<li><b>AssocType</b>: Type of association performed by this device (provided that it is supported by the standard configured for this device, otherwise legacy association is performed). By using this attribute, it is possible for an EHT single-link device to perform ML setup with an AP MLD and for an EHT multi-link device to perform legacy association with an AP MLD.
27670 <ul>
27671 <li>Set with class: \ref ns3::EnumValue<ns3::WifiAssocType></li>
27672 <li>Underlying type: \p LEGACY|ML_SETUP</li>
27673 <li>Initial value: ML_SETUP</li>
27674 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27675 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27676 </ul>
27677<li><b>MaxMissedBeacons</b>: Number of beacons which much be consecutively missed before we attempt to restart association.
27678 <ul>
27679 <li>Set with class: \ref ns3::UintegerValue</li>
27680 <li>Underlying type: uint32_t 0:4294967295</li>
27681 <li>Initial value: 10</li>
27682 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27684 </ul>
27685<li><b>PmModeSwitchTimeout</b>: If switching to a new Power Management mode is not completed within this amount of time, make another attempt at switching Power Management mode.
27686 <ul>
27687 <li>Set with class: \ref ns3::TimeValue</li>
27688 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27689 <li>Initial value: +1e+08ns</li>
27690 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27691 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27692 </ul>
27693<li><b>PowerSaveMode</b>: Enable/disable power save mode on the given link. The power management mode is actually changed when the AP acknowledges a frame sent with the Power Management field set to the value corresponding to the requested mode
27694 <ul>
27695 <li>Set with class: \ref ns3::PairValue<N3ns33PtrINS_12BooleanValueEEE, N3ns33PtrINS_13UintegerValueEEE></li>
27696 <li>Underlying type: \p St4pairIN3ns33PtrINS0_12BooleanValueEEENS1_INS0_13UintegerValueEEEE</li>
27697 <li>Flags: <span class="mlabel">write</span></li>
27698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27699 </ul>
27700<li><b>ProbeDelay</b>: Delay (in microseconds) to be used prior to transmitting a Probe frame during active scanning.
27701 <ul>
27702 <li>Set with class: \ref ns3::PointerValue</li>
27703 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
27704 <li>Initial value: ns3::UniformRandomVariable[Min=50.0|Max=250.0]</li>
27705 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27706 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27707 </ul>
27708<li><b>ProbeRequestTimeout</b>: The duration to actively probe the channel.
27709 <ul>
27710 <li>Set with class: \ref ns3::TimeValue</li>
27711 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27712 <li>Initial value: +5e+07ns</li>
27713 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27714 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27715 </ul>
27716<li><b>WaitBeaconTimeout</b>: The duration to dwell on a channel while passively scanning for beacon
27717 <ul>
27718 <li>Set with class: \ref ns3::TimeValue</li>
27719 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27720 <li>Initial value: +1.2e+08ns</li>
27721 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27723 </ul>
27724</ul>
27725<h3>Attributes defined in parent class ns3::WifiMac</h3>
27726<ul>
27727<li><b>BE_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
27728 <ul>
27729 <li>Set with class: \ref ns3::UintegerValue</li>
27730 <li>Underlying type: uint16_t 0:65535</li>
27731 <li>Initial value: 0</li>
27732 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27733 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27734 </ul>
27735<li><b>BE_BlockAckThreshold</b>: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
27736 <ul>
27737 <li>Set with class: \ref ns3::UintegerValue</li>
27738 <li>Underlying type: uint8_t 0:64</li>
27739 <li>Initial value: 0</li>
27740 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27741 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27742 </ul>
27743<li><b>BE_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
27744 <ul>
27745 <li>Set with class: \ref ns3::UintegerValue</li>
27746 <li>Underlying type: uint32_t 0:15523200</li>
27747 <li>Initial value: 65535</li>
27748 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27750 </ul>
27751<li><b>BE_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
27752 <ul>
27753 <li>Set with class: \ref ns3::UintegerValue</li>
27754 <li>Underlying type: uint16_t 0:11398</li>
27755 <li>Initial value: 0</li>
27756 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27758 </ul>
27759<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
27760 <ul>
27761 <li>Set with class: \ref ns3::PointerValue</li>
27762 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27763 <li>Initial value: 0</li>
27764 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27766 </ul>
27767<li><b>BK_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
27768 <ul>
27769 <li>Set with class: \ref ns3::UintegerValue</li>
27770 <li>Underlying type: uint16_t 0:65535</li>
27771 <li>Initial value: 0</li>
27772 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27774 </ul>
27775<li><b>BK_BlockAckThreshold</b>: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
27776 <ul>
27777 <li>Set with class: \ref ns3::UintegerValue</li>
27778 <li>Underlying type: uint8_t 0:64</li>
27779 <li>Initial value: 0</li>
27780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27782 </ul>
27783<li><b>BK_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
27784 <ul>
27785 <li>Set with class: \ref ns3::UintegerValue</li>
27786 <li>Underlying type: uint32_t 0:15523200</li>
27787 <li>Initial value: 0</li>
27788 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27790 </ul>
27791<li><b>BK_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
27792 <ul>
27793 <li>Set with class: \ref ns3::UintegerValue</li>
27794 <li>Underlying type: uint16_t 0:11398</li>
27795 <li>Initial value: 0</li>
27796 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27797 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27798 </ul>
27799<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
27800 <ul>
27801 <li>Set with class: \ref ns3::PointerValue</li>
27802 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27803 <li>Initial value: 0</li>
27804 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27806 </ul>
27807<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
27808 <ul>
27809 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
27810 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
27811 <li>Flags: <span class="mlabel">read</span></li>
27812 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27813 </ul>
27814<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
27815 <ul>
27816 <li>Set with class: \ref ns3::BooleanValue</li>
27817 <li>Underlying type: bool</li>
27818 <li>Initial value: false</li>
27819 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27820 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27821 </ul>
27822<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
27823 <ul>
27824 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
27825 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
27826 <li>Flags: <span class="mlabel">read</span></li>
27827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27828 </ul>
27829<li><b>FrameRetryLimit</b>: The maximum number of transmission attempts of a frame that are made before a failure condition is indicated. This corresponds to the dot11ShortRetryLimit parameter in the standard.
27830 <ul>
27831 <li>Set with class: \ref ns3::UintegerValue</li>
27832 <li>Underlying type: uint32_t 1:65535</li>
27833 <li>Initial value: 7</li>
27834 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27836 </ul>
27837<li><b>MpduBufferSize</b>: The size (in number of MPDUs) of the buffer used for each BlockAck agreement in which this node is a recipient. The provided value is capped to the maximum allowed value based on the supported standard.
27838 <ul>
27839 <li>Set with class: \ref ns3::UintegerValue</li>
27840 <li>Underlying type: uint16_t 1:1024</li>
27841 <li>Initial value: 1024</li>
27842 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27844 </ul>
27845<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
27846 <ul>
27847 <li>Set with class: \ref ns3::BooleanValue</li>
27848 <li>Underlying type: bool</li>
27849 <li>Initial value: false</li>
27850 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27852 </ul>
27853<li><b>RobustAVStreamingSupported</b>: Whether or not Robust Audio Video Streaming is supported (only allowed for AP STAs or non-AP that are HT capable).
27854 <ul>
27855 <li>Set with class: \ref ns3::BooleanValue</li>
27856 <li>Underlying type: bool</li>
27857 <li>Initial value: false</li>
27858 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27860 </ul>
27861<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
27862 <ul>
27863 <li>Set with class: \ref ns3::BooleanValue</li>
27864 <li>Underlying type: bool</li>
27865 <li>Initial value: true</li>
27866 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27867 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27868 </ul>
27869<li><b>Ssid</b>: The ssid we want to belong to.
27870 <ul>
27871 <li>Set with class: \ref ns3::SsidValue</li>
27872 <li>Underlying type: \p Ssid</li>
27873 <li>Initial value: SSID=[default]</li>
27874 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27875 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27876 </ul>
27877<li><b>Txop</b>: The Txop object.
27878 <ul>
27879 <li>Set with class: \ref ns3::PointerValue</li>
27880 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
27881 <li>Initial value: 0</li>
27882 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27883 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27884 </ul>
27885<li><b>VI_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
27886 <ul>
27887 <li>Set with class: \ref ns3::UintegerValue</li>
27888 <li>Underlying type: uint16_t 0:65535</li>
27889 <li>Initial value: 0</li>
27890 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27891 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27892 </ul>
27893<li><b>VI_BlockAckThreshold</b>: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
27894 <ul>
27895 <li>Set with class: \ref ns3::UintegerValue</li>
27896 <li>Underlying type: uint8_t 0:64</li>
27897 <li>Initial value: 0</li>
27898 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27899 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27900 </ul>
27901<li><b>VI_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
27902 <ul>
27903 <li>Set with class: \ref ns3::UintegerValue</li>
27904 <li>Underlying type: uint32_t 0:15523200</li>
27905 <li>Initial value: 65535</li>
27906 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27907 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27908 </ul>
27909<li><b>VI_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
27910 <ul>
27911 <li>Set with class: \ref ns3::UintegerValue</li>
27912 <li>Underlying type: uint16_t 0:11398</li>
27913 <li>Initial value: 0</li>
27914 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27916 </ul>
27917<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
27918 <ul>
27919 <li>Set with class: \ref ns3::PointerValue</li>
27920 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27921 <li>Initial value: 0</li>
27922 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27924 </ul>
27925<li><b>VO_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
27926 <ul>
27927 <li>Set with class: \ref ns3::UintegerValue</li>
27928 <li>Underlying type: uint16_t 0:65535</li>
27929 <li>Initial value: 0</li>
27930 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27931 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27932 </ul>
27933<li><b>VO_BlockAckThreshold</b>: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
27934 <ul>
27935 <li>Set with class: \ref ns3::UintegerValue</li>
27936 <li>Underlying type: uint8_t 0:64</li>
27937 <li>Initial value: 0</li>
27938 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27940 </ul>
27941<li><b>VO_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
27942 <ul>
27943 <li>Set with class: \ref ns3::UintegerValue</li>
27944 <li>Underlying type: uint32_t 0:15523200</li>
27945 <li>Initial value: 0</li>
27946 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27947 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27948 </ul>
27949<li><b>VO_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
27950 <ul>
27951 <li>Set with class: \ref ns3::UintegerValue</li>
27952 <li>Underlying type: uint16_t 0:11398</li>
27953 <li>Initial value: 0</li>
27954 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27955 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27956 </ul>
27957<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
27958 <ul>
27959 <li>Set with class: \ref ns3::PointerValue</li>
27960 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27961 <li>Initial value: 0</li>
27962 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27963 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27964 </ul>
27965</ul>
27966<h3>TraceSources</h3>
27967<ul>
27968<li><b>Assoc</b>: Associated with an access point. If this is an MLD that associated with an AP MLD, the AP MLD address is provided.<br> <ul>
27969 <li> %Callback signature: ns3::Mac48Address::TracedCallback
27970</li>
27971 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27972</ul>
27973<li><b>BeaconArrival</b>: Time of beacons arrival from associated AP<br> <ul>
27974 <li> %Callback signature: ns3::Time::TracedCallback
27975</li>
27976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27977</ul>
27978<li><b>DeAssoc</b>: Association with an access point lost. If this is an MLD that disassociated with an AP MLD, the AP MLD address is provided.<br> <ul>
27979 <li> %Callback signature: ns3::Mac48Address::TracedCallback
27980</li>
27981 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27982</ul>
27983<li><b>EmlsrLinkSwitch</b>: Trace start/end of EMLSR link switch events. Specifically, this trace is fired: (i) when a PHY _operating on a link_ starts switching to another link, thus the PHY is disconnected from the previous link; (ii) when a PHY is connected to a new link after performing a channel switch. This trace provides: the ID of the previous link, in case the PHY is disconnected, or the ID of the new link, in case the PHY is connected; a pointer to the PHY that switches link; a boolean value indicating if the PHY is connected to (true) or disconnected from (false) the given link.<br> <ul>
27984 <li> %Callback signature: ns3::StaWifiMac::EmlsrLinkSwitchCallback
27985</li>
27986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27987</ul>
27988<li><b>LinkSetupCompleted</b>: A link was setup in the context of ML setup with an AP MLD. Provides ID of the setup link and AP MAC address<br> <ul>
27989 <li> %Callback signature: ns3::StaWifiMac::LinkSetupCallback
27990</li>
27991 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27992</ul>
27993<li><b>ReceivedBeaconInfo</b>: Information about every received Beacon frame<br> <ul>
27994 <li> %Callback signature: ns3::ApInfo::TracedCallback
27995</li>
27996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27997</ul>
27998</ul>
27999<h3>TraceSources defined in parent class ns3::WifiMac</h3>
28000<ul>
28001<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
28002 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
28003</li>
28004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28005</ul>
28006<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
28007 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
28008</li>
28009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28010</ul>
28011<li><b>IcfDropReason</b>: An ICF sent by the given sender is dropped by an EMLSR client for the given reason on the link with the given ID. This trace source is actually fed by the EHT Frame Exchange Manager through the m_icfDropCallback member variable.<br> <ul>
28012 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
28013</li>
28014 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28015</ul>
28016<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace.<br> <ul>
28017 <li> %Callback signature: ns3::Packet::TracedCallback
28018</li>
28019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28020</ul>
28021<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace.<br> <ul>
28022 <li> %Callback signature: ns3::Packet::TracedCallback
28023</li>
28024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28025</ul>
28026<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.<br> <ul>
28027 <li> %Callback signature: ns3::Packet::TracedCallback
28028</li>
28029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28030</ul>
28031<li><b>MacTx</b>: A packet has been received by the WifiNetDevice and is about to be enqueued; it has a LlcSnapHeader prepended but not yet a WifiMacHeader.<br> <ul>
28032 <li> %Callback signature: ns3::Packet::TracedCallback
28033</li>
28034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28035</ul>
28036<li><b>MacTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission. This trace source is fired, e.g., when an AP's MAC receives from the upper layer a packet destined to a station that is not associated with the AP or a STA's MAC receives a packet from the upper layer while it is not associated with any AP.<br> <ul>
28037 <li> %Callback signature: ns3::Packet::TracedCallback
28038</li>
28039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28040</ul>
28041<li><b>MpduResponseTimeout</b>: An MPDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the MPDU. This trace source is fired when a CTS is missing after an RTS, when all CTS frames are missing after an MU-RTS, or when a Normal Ack is missing after an MPDU or after a DL MU PPDU acknowledged in SU format.<br> <ul>
28042 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
28043</li>
28044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28045</ul>
28046<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
28047 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
28048</li>
28049 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28050</ul>
28051<li><b>PsduMapResponseTimeout</b>: A PSDU map for which not all the responses were received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason), the set of MAC addresses of the stations that did not respond and the total number of stations that had to respond. This trace source is fired when not all the addressed stations responded to an MU-BAR Trigger frame (either sent as a SU frame or aggregated to PSDUs in the DL MU PPDU), a Basic Trigger Frame or a BSRP Trigger Frame.<br> <ul>
28052 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
28053</li>
28054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28055</ul>
28056<li><b>PsduResponseTimeout</b>: A PSDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the PSDU. This trace source is fired when a BlockAck is missing after an A-MPDU, a BlockAckReq (possibly in the context of the acknowledgment of a DL MU PPDU in SU format) or a TB PPDU (in the latter case the missing BlockAck is a Multi-STA BlockAck).<br> <ul>
28057 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
28058</li>
28059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28060</ul>
28061</ul>
28062<b>Group:</b> Wifi
28063
28064<b>Size</b> of this type is 1208 bytes (on a 64-bit architecture).
28065*/
28066
28067/*!
28068
28069\class ns3::SteadyStateRandomWaypointMobilityModel
28070
28071<h3>Config Paths</h3>
28072
28073ns3::SteadyStateRandomWaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
28074<ul>
28075<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::SteadyStateRandomWaypointMobilityModel"</li>
28076</ul>
28077<h3>Attributes</h3>
28078<ul>
28079<li><b>MaxPause</b>: Maximum pause value, [s]
28080 <ul>
28081 <li>Set with class: \ref ns3::DoubleValue</li>
28082 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28083 <li>Initial value: 0</li>
28084 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28085 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28086 </ul>
28087<li><b>MaxSpeed</b>: Maximum speed value, [m/s]
28088 <ul>
28089 <li>Set with class: \ref ns3::DoubleValue</li>
28090 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28091 <li>Initial value: 0.7</li>
28092 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28094 </ul>
28095<li><b>MaxX</b>: Maximum X value of traveling region, [m]
28096 <ul>
28097 <li>Set with class: \ref ns3::DoubleValue</li>
28098 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28099 <li>Initial value: 1</li>
28100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28102 </ul>
28103<li><b>MaxY</b>: Maximum Y value of traveling region, [m]
28104 <ul>
28105 <li>Set with class: \ref ns3::DoubleValue</li>
28106 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28107 <li>Initial value: 1</li>
28108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28110 </ul>
28111<li><b>MinPause</b>: Minimum pause value, [s]
28112 <ul>
28113 <li>Set with class: \ref ns3::DoubleValue</li>
28114 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28115 <li>Initial value: 0</li>
28116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28118 </ul>
28119<li><b>MinSpeed</b>: Minimum speed value, [m/s]
28120 <ul>
28121 <li>Set with class: \ref ns3::DoubleValue</li>
28122 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28123 <li>Initial value: 0.3</li>
28124 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28126 </ul>
28127<li><b>MinX</b>: Minimum X value of traveling region, [m]
28128 <ul>
28129 <li>Set with class: \ref ns3::DoubleValue</li>
28130 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28131 <li>Initial value: 1</li>
28132 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28134 </ul>
28135<li><b>MinY</b>: Minimum Y value of traveling region, [m]
28136 <ul>
28137 <li>Set with class: \ref ns3::DoubleValue</li>
28138 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28139 <li>Initial value: 1</li>
28140 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28142 </ul>
28143<li><b>Z</b>: Z value of traveling region (fixed), [m]
28144 <ul>
28145 <li>Set with class: \ref ns3::DoubleValue</li>
28146 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28147 <li>Initial value: 0</li>
28148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28150 </ul>
28151</ul>
28152<h3>Attributes defined in parent class ns3::MobilityModel</h3>
28153<ul>
28154<li><b>Position</b>: The current position of the mobility model.
28155 <ul>
28156 <li>Set with class: \ref ns3::Vector3DValue</li>
28157 <li>Underlying type: \p Vector3D</li>
28158 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
28159 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28160 </ul>
28161<li><b>Velocity</b>: The current velocity of the mobility model.
28162 <ul>
28163 <li>Set with class: \ref ns3::Vector3DValue</li>
28164 <li>Underlying type: \p Vector3D</li>
28165 <li>Flags: <span class="mlabel">read</span></li>
28166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28167 </ul>
28168</ul>
28169No TraceSources are defined for this type.<br>
28170<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
28171<ul>
28172<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
28173 <li> %Callback signature: ns3::MobilityModel::TracedCallback
28174</li>
28175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28176</ul>
28177</ul>
28178<b>Group:</b> Mobility
28179
28180<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
28181*/
28182
28183/*!
28184
28185\class ns3::SubscriberStationNetDevice
28186
28187<h3>Config Paths</h3>
28188
28189ns3::SubscriberStationNetDevice is accessible through the following paths with Config::Set and Config::Connect:
28190<ul>
28191<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice"</li>
28192<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice"</li>
28193</ul>
28194<h3>Attributes</h3>
28195<ul>
28196<li><b>BasicConnection</b>: Basic connection
28197 <ul>
28198 <li>Set with class: \ref ns3::PointerValue</li>
28199 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28200 <li>Initial value: 0</li>
28201 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28202 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28203 </ul>
28204<li><b>Classifier</b>: The ss classifier attached to this device.
28205 <ul>
28206 <li>Set with class: \ref ns3::PointerValue</li>
28207 <li>Underlying type: \ref ns3::Ptr< \ref ns3::IpcsClassifier></li>
28208 <li>Initial value: 0</li>
28209 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28211 </ul>
28212<li><b>IntervalT1</b>: Wait for DCD timeout. Maximum is 5*maxDcdInterval
28213 <ul>
28214 <li>Set with class: \ref ns3::TimeValue</li>
28215 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28216 <li>Initial value: +5e+10ns</li>
28217 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28219 </ul>
28220<li><b>IntervalT12</b>: Wait for UCD descriptor.Maximum is 5*MaxUcdInterval
28221 <ul>
28222 <li>Set with class: \ref ns3::TimeValue</li>
28223 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28224 <li>Initial value: +1e+10ns</li>
28225 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28226 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28227 </ul>
28228<li><b>IntervalT2</b>: Wait for broadcast ranging timeout, i.e., wait for initial ranging opportunity. Maximum is 5*Ranging interval
28229 <ul>
28230 <li>Set with class: \ref ns3::TimeValue</li>
28231 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28232 <li>Initial value: +1e+10ns</li>
28233 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28234 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28235 </ul>
28236<li><b>IntervalT20</b>: Time the SS searches for preambles on a given channel. Minimum is 2 MAC frames
28237 <ul>
28238 <li>Set with class: \ref ns3::TimeValue</li>
28239 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28240 <li>Initial value: +5e+08ns</li>
28241 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28242 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28243 </ul>
28244<li><b>IntervalT21</b>: time the SS searches for (decodable) DL-MAP on a given channel
28245 <ul>
28246 <li>Set with class: \ref ns3::TimeValue</li>
28247 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28248 <li>Initial value: +1e+10ns</li>
28249 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28251 </ul>
28252<li><b>IntervalT3</b>: ranging Response reception timeout following the transmission of a ranging request. Maximum is 200ms
28253 <ul>
28254 <li>Set with class: \ref ns3::TimeValue</li>
28255 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28256 <li>Initial value: +2e+08ns</li>
28257 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28258 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28259 </ul>
28260<li><b>IntervalT7</b>: wait for DSA/DSC/DSD Response timeout. Maximum is 1s
28261 <ul>
28262 <li>Set with class: \ref ns3::TimeValue</li>
28263 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28264 <li>Initial value: +1e+08ns</li>
28265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28266 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28267 </ul>
28268<li><b>LinkManager</b>: The ss link manager attached to this device.
28269 <ul>
28270 <li>Set with class: \ref ns3::PointerValue</li>
28271 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SSLinkManager></li>
28272 <li>Initial value: 0</li>
28273 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28274 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28275 </ul>
28276<li><b>LostDlMapInterval</b>: Time since last received DL-MAP message before downlink synchronization is considered lost. Maximum is 600ms
28277 <ul>
28278 <li>Set with class: \ref ns3::TimeValue</li>
28279 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28280 <li>Initial value: +5e+08ns</li>
28281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28283 </ul>
28284<li><b>LostUlMapInterval</b>: Time since last received UL-MAP before uplink synchronization is considered lost, maximum is 600.
28285 <ul>
28286 <li>Set with class: \ref ns3::TimeValue</li>
28287 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28288 <li>Initial value: +5e+08ns</li>
28289 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28291 </ul>
28292<li><b>MaxContentionRangingRetries</b>: Number of retries on contention Ranging Requests
28293 <ul>
28294 <li>Set with class: \ref ns3::UintegerValue</li>
28295 <li>Underlying type: uint8_t 1:16</li>
28296 <li>Initial value: 16</li>
28297 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28299 </ul>
28300<li><b>MaxDcdInterval</b>: Maximum time between transmission of DCD messages. Maximum is 10s
28301 <ul>
28302 <li>Set with class: \ref ns3::TimeValue</li>
28303 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28304 <li>Initial value: +1e+10ns</li>
28305 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28307 </ul>
28308<li><b>MaxUcdInterval</b>: Maximum time between transmission of UCD messages. Maximum is 10s
28309 <ul>
28310 <li>Set with class: \ref ns3::TimeValue</li>
28311 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28312 <li>Initial value: +1e+10ns</li>
28313 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28314 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28315 </ul>
28316<li><b>PrimaryConnection</b>: Primary connection
28317 <ul>
28318 <li>Set with class: \ref ns3::PointerValue</li>
28319 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28320 <li>Initial value: 0</li>
28321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28323 </ul>
28324<li><b>SSScheduler</b>: The ss scheduler attached to this device.
28325 <ul>
28326 <li>Set with class: \ref ns3::PointerValue</li>
28327 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SSScheduler></li>
28328 <li>Initial value: 0</li>
28329 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28330 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28331 </ul>
28332</ul>
28333<h3>Attributes defined in parent class ns3::WimaxNetDevice</h3>
28334<ul>
28335<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.
28336 <ul>
28337 <li>Set with class: \ref ns3::PointerValue</li>
28338 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BandwidthManager></li>
28339 <li>Initial value: 0</li>
28340 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28342 </ul>
28343<li><b>BroadcastConnection</b>: Broadcast connection
28344 <ul>
28345 <li>Set with class: \ref ns3::PointerValue</li>
28346 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28347 <li>Initial value: 0</li>
28348 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28349 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28350 </ul>
28351<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.
28352 <ul>
28353 <li>Set with class: \ref ns3::PointerValue</li>
28354 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BurstProfileManager></li>
28355 <li>Initial value: 0</li>
28356 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28357 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28358 </ul>
28359<li><b>Channel</b>: The channel attached to this device.
28360 <ul>
28361 <li>Set with class: \ref ns3::PointerValue</li>
28362 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
28363 <li>Initial value: 0</li>
28364 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28365 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28366 </ul>
28367<li><b>ConnectionManager</b>: The connection manager attached to this device.
28368 <ul>
28369 <li>Set with class: \ref ns3::PointerValue</li>
28370 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ConnectionManager></li>
28371 <li>Initial value: 0</li>
28372 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28373 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28374 </ul>
28375<li><b>InitialRangingConnection</b>: Initial ranging connection
28376 <ul>
28377 <li>Set with class: \ref ns3::PointerValue</li>
28378 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28379 <li>Initial value: 0</li>
28380 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28381 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28382 </ul>
28383<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
28384 <ul>
28385 <li>Set with class: \ref ns3::UintegerValue</li>
28386 <li>Underlying type: uint16_t 0:1500</li>
28387 <li>Initial value: 1400</li>
28388 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28389 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28390 </ul>
28391<li><b>Phy</b>: The PHY layer attached to this device.
28392 <ul>
28393 <li>Set with class: \ref ns3::PointerValue</li>
28394 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxPhy></li>
28395 <li>Initial value: 0</li>
28396 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28397 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28398 </ul>
28399<li><b>RTG</b>: receive/transmit transition gap.
28400 <ul>
28401 <li>Set with class: \ref ns3::UintegerValue</li>
28402 <li>Underlying type: uint16_t 0:120</li>
28403 <li>Initial value: 0</li>
28404 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28406 </ul>
28407<li><b>TTG</b>: transmit/receive transition gap.
28408 <ul>
28409 <li>Set with class: \ref ns3::UintegerValue</li>
28410 <li>Underlying type: uint16_t 0:120</li>
28411 <li>Initial value: 0</li>
28412 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28414 </ul>
28415</ul>
28416<h3>TraceSources</h3>
28417<ul>
28418<li><b>SSPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
28419 <li> %Callback signature: ns3::Packet::TracedCallback
28420</li>
28421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28422</ul>
28423<li><b>SSRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
28424 <li> %Callback signature: ns3::Packet::TracedCallback
28425</li>
28426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28427</ul>
28428<li><b>SSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.<br> <ul>
28429 <li> %Callback signature: ns3::Packet::TracedCallback
28430</li>
28431 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28432</ul>
28433<li><b>SSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.<br> <ul>
28434 <li> %Callback signature: ns3::Packet::TracedCallback
28435</li>
28436 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28437</ul>
28438</ul>
28439<h3>TraceSources defined in parent class ns3::WimaxNetDevice</h3>
28440<ul>
28441<li><b>Rx</b>: Receive trace<br> <ul>
28442 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
28443</li>
28444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28445</ul>
28446<li><b>Tx</b>: Transmit trace<br> <ul>
28447 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
28448</li>
28449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28450</ul>
28451</ul>
28452<b>Group:</b> Wimax
28453
28454<b>Size</b> of this type is 928 bytes (on a 64-bit architecture).
28455*/
28456
28457/*!
28458
28459\class ns3::Synchronizer
28460
28461Introspection did not find any typical Config paths.<br>
28462No Attributes are defined for this type.<br>
28463No TraceSources are defined for this type.<br>
28464<b>Group:</b> Core
28465
28466<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
28467*/
28468
28469/*!
28470
28471\class ns3::TableBasedErrorRateModel
28472
28473Introspection did not find any typical Config paths.<br>
28474<h3>Attributes</h3>
28475<ul>
28476<li><b>FallbackErrorRateModel</b>: Ptr to the fallback error rate model to be used when no matching value is found in a table
28477 <ul>
28478 <li>Set with class: \ref ns3::PointerValue</li>
28479 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorRateModel></li>
28480 <li>Initial value: 0x1700ac0</li>
28481 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28482 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28483 </ul>
28484<li><b>SizeThreshold</b>: Threshold in bytes over which the table for large size frames is used
28485 <ul>
28486 <li>Set with class: \ref ns3::UintegerValue</li>
28487 <li>Underlying type: uint64_t 0:18446744073709551615</li>
28488 <li>Initial value: 400</li>
28489 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28491 </ul>
28492</ul>
28493No TraceSources are defined for this type.<br>
28494<b>Group:</b> Wifi
28495
28496<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
28497*/
28498
28499/*!
28500
28501\class ns3::Tag
28502
28503Introspection did not find any typical Config paths.<br>
28504No Attributes are defined for this type.<br>
28505No TraceSources are defined for this type.<br>
28506<b>Group:</b> Network
28507
28508<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
28509*/
28510
28511/*!
28512
28513\class ns3::TapBridge
28514
28515<h3>Config Paths</h3>
28516
28517ns3::TapBridge is accessible through the following paths with Config::Set and Config::Connect:
28518<ul>
28519<li>"/NodeList/[i]/DeviceList/[i]/$ns3::TapBridge"</li>
28520</ul>
28521<h3>Attributes</h3>
28522<ul>
28523<li><b>DeviceName</b>: The name of the tap device to create.
28524 <ul>
28525 <li>Set with class: \ref ns3::StringValue</li>
28526 <li>Underlying type: \p std::string</li>
28527 <li>Initial value: ""</li>
28528 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28530 </ul>
28531<li><b>Gateway</b>: The IP address of the default gateway to assign to the host machine, when in ConfigureLocal mode.
28532 <ul>
28533 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
28534 <li>Underlying type: \p Ipv4Address</li>
28535 <li>Initial value: 255.255.255.255</li>
28536 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28537 <li>Support level: <span class="mlabel">OBSOLETE</span></li>
28538 </ul>
28539<li><b>IpAddress</b>: The IP address to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered IP address of the simulated device.
28540 <ul>
28541 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
28542 <li>Underlying type: \p Ipv4Address</li>
28543 <li>Initial value: 255.255.255.255</li>
28544 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28545 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28546 </ul>
28547<li><b>MacAddress</b>: The MAC address to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered MAC address of the simulated device.
28548 <ul>
28549 <li>Set with class: \ref ns3::Mac48AddressValue</li>
28550 <li>Underlying type: \p Mac48Address</li>
28551 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
28552 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28553 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28554 </ul>
28555<li><b>Mode</b>: The operating and configuration mode to use.
28556 <ul>
28557 <li>Set with class: \ref ns3::EnumValue<ns3::TapBridge::Mode></li>
28558 <li>Underlying type: \p ConfigureLocal|UseLocal|UseBridge</li>
28559 <li>Initial value: UseLocal</li>
28560 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28562 </ul>
28563<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
28564 <ul>
28565 <li>Set with class: \ref ns3::UintegerValue</li>
28566 <li>Underlying type: uint16_t 0:65535</li>
28567 <li>Initial value: 0</li>
28568 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28570 </ul>
28571<li><b>Netmask</b>: The network mask to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered MAC address of the simulated device.
28572 <ul>
28573 <li>Set with class: \ref ns3::Ipv4MaskValue</li>
28574 <li>Underlying type: \p Ipv4Mask</li>
28575 <li>Initial value: 255.255.255.255</li>
28576 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28577 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28578 </ul>
28579<li><b>Start</b>: The simulation time at which to spin up the tap device read thread.
28580 <ul>
28581 <li>Set with class: \ref ns3::TimeValue</li>
28582 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28583 <li>Initial value: +0ns</li>
28584 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28586 </ul>
28587<li><b>Stop</b>: The simulation time at which to tear down the tap device read thread.
28588 <ul>
28589 <li>Set with class: \ref ns3::TimeValue</li>
28590 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28591 <li>Initial value: +0ns</li>
28592 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28594 </ul>
28595<li><b>Verbose</b>: Enable verbose output from tap-creator child process
28596 <ul>
28597 <li>Set with class: \ref ns3::BooleanValue</li>
28598 <li>Underlying type: bool</li>
28599 <li>Initial value: false</li>
28600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28602 </ul>
28603</ul>
28604No TraceSources are defined for this type.<br>
28605<b>Group:</b> TapBridge
28606
28607<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
28608*/
28609
28610/*!
28611
28612\class ns3::TbfQueueDisc
28613
28614Introspection did not find any typical Config paths.<br>
28615<h3>Attributes</h3>
28616<ul>
28617<li><b>Burst</b>: Size of the first bucket in bytes
28618 <ul>
28619 <li>Set with class: \ref ns3::UintegerValue</li>
28620 <li>Underlying type: uint32_t 0:4294967295</li>
28621 <li>Initial value: 125000</li>
28622 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28624 </ul>
28625<li><b>MaxSize</b>: The max queue size
28626 <ul>
28627 <li>Set with class: \ref ns3::QueueSizeValue</li>
28628 <li>Underlying type: \p QueueSize</li>
28629 <li>Initial value: 1000p</li>
28630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28632 </ul>
28633<li><b>Mtu</b>: Size of the second bucket in bytes. If null, it is initialized to the MTU of the receiving NetDevice (if any)
28634 <ul>
28635 <li>Set with class: \ref ns3::UintegerValue</li>
28636 <li>Underlying type: uint32_t 0:4294967295</li>
28637 <li>Initial value: 0</li>
28638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28640 </ul>
28641<li><b>PeakRate</b>: Rate at which tokens enter the second bucket in bps or Bps.If null, there is no second bucket
28642 <ul>
28643 <li>Set with class: \ref ns3::DataRateValue</li>
28644 <li>Underlying type: \p DataRate</li>
28645 <li>Initial value: 0bps</li>
28646 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28647 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28648 </ul>
28649<li><b>Rate</b>: Rate at which tokens enter the first bucket in bps or Bps.
28650 <ul>
28651 <li>Set with class: \ref ns3::DataRateValue</li>
28652 <li>Underlying type: \p DataRate</li>
28653 <li>Initial value: 1000000bps</li>
28654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28656 </ul>
28657</ul>
28658<h3>Attributes defined in parent class ns3::QueueDisc</h3>
28659<ul>
28660<li><b>InternalQueueList</b>: The list of internal queues.
28661 <ul>
28662 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28663 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
28664 <li>Flags: <span class="mlabel">read</span></li>
28665 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28666 </ul>
28667<li><b>PacketFilterList</b>: The list of packet filters.
28668 <ul>
28669 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28670 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
28671 <li>Flags: <span class="mlabel">read</span></li>
28672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28673 </ul>
28674<li><b>QueueDiscClassList</b>: The list of queue disc classes.
28675 <ul>
28676 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28677 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
28678 <li>Flags: <span class="mlabel">read</span></li>
28679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28680 </ul>
28681<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
28682 <ul>
28683 <li>Set with class: \ref ns3::UintegerValue</li>
28684 <li>Underlying type: uint32_t 0:4294967295</li>
28685 <li>Initial value: 64</li>
28686 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28688 </ul>
28689</ul>
28690<h3>TraceSources</h3>
28691<ul>
28692<li><b>TokensInFirstBucket</b>: Number of First Bucket Tokens in bytes<br> <ul>
28693 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28694</li>
28695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28696</ul>
28697<li><b>TokensInSecondBucket</b>: Number of Second Bucket Tokens in bytes<br> <ul>
28698 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28699</li>
28700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28701</ul>
28702</ul>
28703<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
28704<ul>
28705<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
28706 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28707</li>
28708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28709</ul>
28710<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
28711 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28712</li>
28713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28714</ul>
28715<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
28716 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28717</li>
28718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28719</ul>
28720<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
28721 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28722</li>
28723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28724</ul>
28725<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
28726 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28727</li>
28728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28729</ul>
28730<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
28731 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28732</li>
28733 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28734</ul>
28735<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
28736 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28737</li>
28738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28739</ul>
28740<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
28741 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28742</li>
28743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28744</ul>
28745<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
28746 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28747</li>
28748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28749</ul>
28750<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
28751 <li> %Callback signature: ns3::Time::TracedCallback
28752</li>
28753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28754</ul>
28755</ul>
28756<b>Group:</b> TrafficControl
28757
28758<b>Size</b> of this type is 1240 bytes (on a 64-bit architecture).
28759*/
28760
28761/*!
28762
28763\class ns3::TcpBbr
28764
28765<h3>Config Paths</h3>
28766
28767ns3::TcpBbr is accessible through the following paths with Config::Set and Config::Connect:
28768<ul>
28769<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpBbr"</li>
28770</ul>
28771<h3>Attributes</h3>
28772<ul>
28773<li><b>AckEpochAckedResetThresh</b>: Max allowed val for m_ackEpochAcked, after which sampling epoch is reset
28774 <ul>
28775 <li>Set with class: \ref ns3::UintegerValue</li>
28776 <li>Underlying type: uint32_t 0:4294967295</li>
28777 <li>Initial value: 4096</li>
28778 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28780 </ul>
28781<li><b>BwWindowLength</b>: Length of bandwidth windowed filter
28782 <ul>
28783 <li>Set with class: \ref ns3::UintegerValue</li>
28784 <li>Underlying type: uint32_t 0:4294967295</li>
28785 <li>Initial value: 10</li>
28786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28788 </ul>
28789<li><b>ExtraAckedRttWindowLength</b>: Window length of extra acked window
28790 <ul>
28791 <li>Set with class: \ref ns3::UintegerValue</li>
28792 <li>Underlying type: uint32_t 0:4294967295</li>
28793 <li>Initial value: 5</li>
28794 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28796 </ul>
28797<li><b>HighGain</b>: Value of high gain
28798 <ul>
28799 <li>Set with class: \ref ns3::DoubleValue</li>
28800 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28801 <li>Initial value: 2.89</li>
28802 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28803 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28804 </ul>
28805<li><b>ProbeRttDuration</b>: Time to be spent in PROBE_RTT phase
28806 <ul>
28807 <li>Set with class: \ref ns3::TimeValue</li>
28808 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28809 <li>Initial value: +2e+08ns</li>
28810 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28811 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28812 </ul>
28813<li><b>RttWindowLength</b>: Length of RTT windowed filter
28814 <ul>
28815 <li>Set with class: \ref ns3::TimeValue</li>
28816 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28817 <li>Initial value: +1e+10ns</li>
28818 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28819 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28820 </ul>
28821<li><b>Stream</b>: Random number stream (default is set to 4 to align with Linux results)
28822 <ul>
28823 <li>Set with class: \ref ns3::UintegerValue</li>
28824 <li>Underlying type: uint32_t 0:4294967295</li>
28825 <li>Initial value: 4</li>
28826 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28828 </ul>
28829</ul>
28830<h3>TraceSources</h3>
28831<ul>
28832<li><b>CwndGain</b>: The dynamic congestion window gain factor<br> <ul>
28833 <li> %Callback signature: ns3::TracedValueCallback::Double
28834</li>
28835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28836</ul>
28837<li><b>MinRtt</b>: Estimated two-way round-trip propagation delay of the path, estimated from the windowed minimum recent round-trip delay sample<br> <ul>
28838 <li> %Callback signature: ns3::TracedValueCallback::Time
28839</li>
28840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28841</ul>
28842<li><b>PacingGain</b>: The dynamic pacing gain factor<br> <ul>
28843 <li> %Callback signature: ns3::TracedValueCallback::Double
28844</li>
28845 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28846</ul>
28847</ul>
28848<b>Group:</b> Internet
28849
28850<b>Size</b> of this type is 440 bytes (on a 64-bit architecture).
28851*/
28852
28853/*!
28854
28855\class ns3::TcpBic
28856
28857<h3>Config Paths</h3>
28858
28859ns3::TcpBic is accessible through the following paths with Config::Set and Config::Connect:
28860<ul>
28861<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpBic"</li>
28862</ul>
28863<h3>Attributes</h3>
28864<ul>
28865<li><b>Beta</b>: Beta for multiplicative decrease
28866 <ul>
28867 <li>Set with class: \ref ns3::DoubleValue</li>
28868 <li>Underlying type: double 0:1.79769e+308</li>
28869 <li>Initial value: 0.8</li>
28870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28872 </ul>
28873<li><b>BinarySearchCoefficient</b>: Inverse of the coefficient for the binary search. Default 4, as in Linux
28874 <ul>
28875 <li>Set with class: \ref ns3::UintegerValue</li>
28876 <li>Underlying type: uint8_t 2:255</li>
28877 <li>Initial value: 4</li>
28878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28880 </ul>
28881<li><b>FastConvergence</b>: Turn on/off fast convergence.
28882 <ul>
28883 <li>Set with class: \ref ns3::BooleanValue</li>
28884 <li>Underlying type: bool</li>
28885 <li>Initial value: true</li>
28886 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28887 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28888 </ul>
28889<li><b>LowWnd</b>: Threshold window size (in segments) for engaging BIC response
28890 <ul>
28891 <li>Set with class: \ref ns3::UintegerValue</li>
28892 <li>Underlying type: uint32_t 0:4294967295</li>
28893 <li>Initial value: 14</li>
28894 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28896 </ul>
28897<li><b>MaxIncr</b>: Limit on increment allowed during binary search
28898 <ul>
28899 <li>Set with class: \ref ns3::UintegerValue</li>
28900 <li>Underlying type: uint32_t 1:4294967295</li>
28901 <li>Initial value: 16</li>
28902 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28904 </ul>
28905<li><b>SmoothPart</b>: Number of RTT needed to approach cWnd_max from cWnd_max-BinarySearchCoefficient. It can be viewed as the gradient of the slow start AIM phase: less this value is, more steep the increment will be.
28906 <ul>
28907 <li>Set with class: \ref ns3::UintegerValue</li>
28908 <li>Underlying type: uint32_t 1:4294967295</li>
28909 <li>Initial value: 5</li>
28910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28912 </ul>
28913</ul>
28914No TraceSources are defined for this type.<br>
28915<b>Group:</b> Internet
28916
28917<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
28918*/
28919
28920/*!
28921
28922\class ns3::TcpClassicRecovery
28923
28924<h3>Config Paths</h3>
28925
28926ns3::TcpClassicRecovery is accessible through the following paths with Config::Set and Config::Connect:
28927<ul>
28928<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpClassicRecovery"</li>
28929</ul>
28930No Attributes are defined for this type.<br>
28931No TraceSources are defined for this type.<br>
28932<b>Group:</b> Internet
28933
28934<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
28935*/
28936
28937/*!
28938
28939\class ns3::TcpCongestionOps
28940
28941<h3>Config Paths</h3>
28942
28943ns3::TcpCongestionOps is accessible through the following paths with Config::Set and Config::Connect:
28944<ul>
28945<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps"</li>
28946</ul>
28947No Attributes are defined for this type.<br>
28948No TraceSources are defined for this type.<br>
28949<b>Group:</b> Internet
28950
28951<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
28952*/
28953
28954/*!
28955
28956\class ns3::TcpCubic
28957
28958<h3>Config Paths</h3>
28959
28960ns3::TcpCubic is accessible through the following paths with Config::Set and Config::Connect:
28961<ul>
28962<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpCubic"</li>
28963</ul>
28964<h3>Attributes</h3>
28965<ul>
28966<li><b>Beta</b>: Beta for multiplicative decrease
28967 <ul>
28968 <li>Set with class: \ref ns3::DoubleValue</li>
28969 <li>Underlying type: double 0:1.79769e+308</li>
28970 <li>Initial value: 0.7</li>
28971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28973 </ul>
28974<li><b>C</b>: Cubic Scaling factor
28975 <ul>
28976 <li>Set with class: \ref ns3::DoubleValue</li>
28977 <li>Underlying type: double 0:1.79769e+308</li>
28978 <li>Initial value: 0.4</li>
28979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28981 </ul>
28982<li><b>CntClamp</b>: Counter value when no losses are detected (counter is used when incrementing cWnd in congestion avoidance, to avoid floating point arithmetic). It is the modulo of the (avoided) division
28983 <ul>
28984 <li>Set with class: \ref ns3::UintegerValue</li>
28985 <li>Underlying type: uint8_t 0:255</li>
28986 <li>Initial value: 20</li>
28987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28989 </ul>
28990<li><b>CubicDelta</b>: Delta Time to wait after fast recovery before adjusting param
28991 <ul>
28992 <li>Set with class: \ref ns3::TimeValue</li>
28993 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28994 <li>Initial value: +1e+07ns</li>
28995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28997 </ul>
28998<li><b>FastConvergence</b>: Enable (true) or disable (false) fast convergence
28999 <ul>
29000 <li>Set with class: \ref ns3::BooleanValue</li>
29001 <li>Underlying type: bool</li>
29002 <li>Initial value: true</li>
29003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29005 </ul>
29006<li><b>HyStart</b>: Enable (true) or disable (false) hybrid slow start algorithm
29007 <ul>
29008 <li>Set with class: \ref ns3::BooleanValue</li>
29009 <li>Underlying type: bool</li>
29010 <li>Initial value: true</li>
29011 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29013 </ul>
29014<li><b>HyStartAckDelta</b>: Spacing between ack's indicating train
29015 <ul>
29016 <li>Set with class: \ref ns3::TimeValue</li>
29017 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29018 <li>Initial value: +2e+06ns</li>
29019 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29021 </ul>
29022<li><b>HyStartDelayMax</b>: Maximum time for hystart algorithm
29023 <ul>
29024 <li>Set with class: \ref ns3::TimeValue</li>
29025 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29026 <li>Initial value: +1e+09ns</li>
29027 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29028 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29029 </ul>
29030<li><b>HyStartDelayMin</b>: Minimum time for hystart algorithm
29031 <ul>
29032 <li>Set with class: \ref ns3::TimeValue</li>
29033 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29034 <li>Initial value: +4e+06ns</li>
29035 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29037 </ul>
29038<li><b>HyStartDetect</b>: Hybrid Slow Start detection mechanisms:packet train, delay, both
29039 <ul>
29040 <li>Set with class: \ref ns3::EnumValue<ns3::TcpCubic::HybridSSDetectionMode></li>
29041 <li>Underlying type: \p PACKET_TRAIN|DELAY|BOTH</li>
29042 <li>Initial value: BOTH</li>
29043 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29045 </ul>
29046<li><b>HyStartLowWindow</b>: Lower bound cWnd for hybrid slow start (segments)
29047 <ul>
29048 <li>Set with class: \ref ns3::UintegerValue</li>
29049 <li>Underlying type: uint32_t 0:4294967295</li>
29050 <li>Initial value: 16</li>
29051 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29053 </ul>
29054<li><b>HyStartMinSamples</b>: Number of delay samples for detecting the increase of delay
29055 <ul>
29056 <li>Set with class: \ref ns3::UintegerValue</li>
29057 <li>Underlying type: uint8_t 0:255</li>
29058 <li>Initial value: 8</li>
29059 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29060 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29061 </ul>
29062<li><b>TcpFriendliness</b>: Enable (true) or disable (false) TCP friendliness
29063 <ul>
29064 <li>Set with class: \ref ns3::BooleanValue</li>
29065 <li>Underlying type: bool</li>
29066 <li>Initial value: true</li>
29067 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29068 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29069 </ul>
29070</ul>
29071No TraceSources are defined for this type.<br>
29072<b>Group:</b> Internet
29073
29074<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
29075*/
29076
29077/*!
29078
29079\class ns3::TcpDctcp
29080
29081<h3>Config Paths</h3>
29082
29083ns3::TcpDctcp is accessible through the following paths with Config::Set and Config::Connect:
29084<ul>
29085<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpDctcp"</li>
29086<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLinuxReno/$ns3::TcpDctcp"</li>
29087</ul>
29088<h3>Attributes</h3>
29089<ul>
29090<li><b>DctcpAlphaOnInit</b>: Initial alpha value
29091 <ul>
29092 <li>Set with class: \ref ns3::DoubleValue</li>
29093 <li>Underlying type: double 0:1</li>
29094 <li>Initial value: 1</li>
29095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29097 </ul>
29098<li><b>DctcpShiftG</b>: Parameter G for updating dctcp_alpha
29099 <ul>
29100 <li>Set with class: \ref ns3::DoubleValue</li>
29101 <li>Underlying type: double 0:1</li>
29102 <li>Initial value: 0.0625</li>
29103 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29105 </ul>
29106<li><b>UseEct0</b>: Use ECT(0) for ECN codepoint, if false use ECT(1)
29107 <ul>
29108 <li>Set with class: \ref ns3::BooleanValue</li>
29109 <li>Underlying type: bool</li>
29110 <li>Initial value: true</li>
29111 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29112 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29113 </ul>
29114</ul>
29115<h3>TraceSources</h3>
29116<ul>
29117<li><b>CongestionEstimate</b>: Update sender-side congestion estimate state<br> <ul>
29118 <li> %Callback signature: ns3::TcpDctcp::CongestionEstimateTracedCallback
29119</li>
29120 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29121</ul>
29122</ul>
29123<b>Group:</b> Internet
29124
29125<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
29126*/
29127
29128/*!
29129
29130\class ns3::TcpHeader
29131
29132Introspection did not find any typical Config paths.<br>
29133No Attributes are defined for this type.<br>
29134No TraceSources are defined for this type.<br>
29135<b>Group:</b> Internet
29136
29137<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
29138*/
29139
29140/*!
29141
29142\class ns3::TcpHighSpeed
29143
29144<h3>Config Paths</h3>
29145
29146ns3::TcpHighSpeed is accessible through the following paths with Config::Set and Config::Connect:
29147<ul>
29148<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHighSpeed"</li>
29149<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHighSpeed"</li>
29150</ul>
29151No Attributes are defined for this type.<br>
29152No TraceSources are defined for this type.<br>
29153<b>Group:</b> Internet
29154
29155<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29156*/
29157
29158/*!
29159
29160\class ns3::TcpHtcp
29161
29162<h3>Config Paths</h3>
29163
29164ns3::TcpHtcp is accessible through the following paths with Config::Set and Config::Connect:
29165<ul>
29166<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHtcp"</li>
29167<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHtcp"</li>
29168</ul>
29169<h3>Attributes</h3>
29170<ul>
29171<li><b>DefaultBackoff</b>: The default AIMD backoff factor
29172 <ul>
29173 <li>Set with class: \ref ns3::DoubleValue</li>
29174 <li>Underlying type: double 0:1</li>
29175 <li>Initial value: 0.5</li>
29176 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29177 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29178 </ul>
29179<li><b>DeltaL</b>: Delta_L parameter in increase function
29180 <ul>
29181 <li>Set with class: \ref ns3::TimeValue</li>
29182 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29183 <li>Initial value: +1e+09ns</li>
29184 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29185 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29186 </ul>
29187<li><b>ThroughputRatio</b>: Threshold value for updating beta
29188 <ul>
29189 <li>Set with class: \ref ns3::DoubleValue</li>
29190 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29191 <li>Initial value: 0.2</li>
29192 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29194 </ul>
29195</ul>
29196No TraceSources are defined for this type.<br>
29197<b>Group:</b> Internet
29198
29199<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
29200*/
29201
29202/*!
29203
29204\class ns3::TcpHybla
29205
29206<h3>Config Paths</h3>
29207
29208ns3::TcpHybla is accessible through the following paths with Config::Set and Config::Connect:
29209<ul>
29210<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHybla"</li>
29211<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHybla"</li>
29212</ul>
29213<h3>Attributes</h3>
29214<ul>
29215<li><b>RRTT</b>: Reference RTT
29216 <ul>
29217 <li>Set with class: \ref ns3::TimeValue</li>
29218 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29219 <li>Initial value: +5e+07ns</li>
29220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29222 </ul>
29223</ul>
29224<h3>TraceSources</h3>
29225<ul>
29226<li><b>Rho</b>: Rho parameter of Hybla<br> <ul>
29227 <li> %Callback signature: ns3::TracedValueCallback::Double
29228</li>
29229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29230</ul>
29231</ul>
29232<b>Group:</b> Internet
29233
29234<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
29235*/
29236
29237/*!
29238
29239\class ns3::TcpIllinois
29240
29241<h3>Config Paths</h3>
29242
29243ns3::TcpIllinois is accessible through the following paths with Config::Set and Config::Connect:
29244<ul>
29245<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpIllinois"</li>
29246<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpIllinois"</li>
29247</ul>
29248<h3>Attributes</h3>
29249<ul>
29250<li><b>AlphaBase</b>: Alpha base threshold
29251 <ul>
29252 <li>Set with class: \ref ns3::DoubleValue</li>
29253 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29254 <li>Initial value: 1</li>
29255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29257 </ul>
29258<li><b>AlphaMax</b>: Maximum alpha threshold
29259 <ul>
29260 <li>Set with class: \ref ns3::DoubleValue</li>
29261 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29262 <li>Initial value: 10</li>
29263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29265 </ul>
29266<li><b>AlphaMin</b>: Minimum alpha threshold
29267 <ul>
29268 <li>Set with class: \ref ns3::DoubleValue</li>
29269 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29270 <li>Initial value: 0.3</li>
29271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29273 </ul>
29274<li><b>BetaBase</b>: Beta base threshold
29275 <ul>
29276 <li>Set with class: \ref ns3::DoubleValue</li>
29277 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29278 <li>Initial value: 0.5</li>
29279 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29281 </ul>
29282<li><b>BetaMax</b>: Maximum beta threshold
29283 <ul>
29284 <li>Set with class: \ref ns3::DoubleValue</li>
29285 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29286 <li>Initial value: 0.5</li>
29287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29289 </ul>
29290<li><b>BetaMin</b>: Minimum beta threshold
29291 <ul>
29292 <li>Set with class: \ref ns3::DoubleValue</li>
29293 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29294 <li>Initial value: 0.125</li>
29295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29297 </ul>
29298<li><b>Theta</b>: Theta threshold
29299 <ul>
29300 <li>Set with class: \ref ns3::UintegerValue</li>
29301 <li>Underlying type: uint32_t 0:4294967295</li>
29302 <li>Initial value: 5</li>
29303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29305 </ul>
29306<li><b>WinThresh</b>: Window threshold
29307 <ul>
29308 <li>Set with class: \ref ns3::UintegerValue</li>
29309 <li>Underlying type: uint32_t 0:4294967295</li>
29310 <li>Initial value: 15</li>
29311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29313 </ul>
29314</ul>
29315No TraceSources are defined for this type.<br>
29316<b>Group:</b> Internet
29317
29318<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29319*/
29320
29321/*!
29322
29323\class ns3::TcpL4Protocol
29324
29325<h3>Config Paths</h3>
29326
29327ns3::TcpL4Protocol is accessible through the following paths with Config::Set and Config::Connect:
29328<ul>
29329<li>"/NodeList/[i]/$ns3::TcpL4Protocol"</li>
29330</ul>
29331<h3>Attributes</h3>
29332<ul>
29333<li><b>RecoveryType</b>: Recovery type of TCP objects.
29334 <ul>
29335 <li>Set with class: \ref ns3::TypeIdValue</li>
29336 <li>Underlying type: \p TypeId</li>
29337 <li>Initial value: ns3::TcpPrrRecovery</li>
29338 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29339 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29340 </ul>
29341<li><b>RttEstimatorType</b>: Type of RttEstimator objects.
29342 <ul>
29343 <li>Set with class: \ref ns3::TypeIdValue</li>
29344 <li>Underlying type: \p TypeId</li>
29345 <li>Initial value: ns3::RttMeanDeviation</li>
29346 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29347 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29348 </ul>
29349<li><b>SocketList</b>: A container of sockets associated to this protocol. The underlying type is an unordered map, the attribute name is kept for backward compatibility.
29350 <ul>
29351 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
29352 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpSocketBase></li>
29353 <li>Flags: <span class="mlabel">read</span></li>
29354 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29355 </ul>
29356<li><b>SocketType</b>: Socket type of TCP objects.
29357 <ul>
29358 <li>Set with class: \ref ns3::TypeIdValue</li>
29359 <li>Underlying type: \p TypeId</li>
29360 <li>Initial value: ns3::TcpCubic</li>
29361 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29362 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29363 </ul>
29364</ul>
29365<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
29366<ul>
29367<li><b>ProtocolNumber</b>: The IP protocol number.
29368 <ul>
29369 <li>Set with class: \ref ns3::IntegerValue</li>
29370 <li>Underlying type: int32_t 0:255</li>
29371 <li>Flags: <span class="mlabel">read</span></li>
29372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29373 </ul>
29374</ul>
29375No TraceSources are defined for this type.<br>
29376<b>Group:</b> Internet
29377
29378<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
29379*/
29380
29381/*!
29382
29383\class ns3::TcpLedbat
29384
29385<h3>Config Paths</h3>
29386
29387ns3::TcpLedbat is accessible through the following paths with Config::Set and Config::Connect:
29388<ul>
29389<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpLedbat"</li>
29390<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLedbat"</li>
29391</ul>
29392<h3>Attributes</h3>
29393<ul>
29394<li><b>BaseHistoryLen</b>: Number of Base delay samples
29395 <ul>
29396 <li>Set with class: \ref ns3::UintegerValue</li>
29397 <li>Underlying type: uint32_t 0:4294967295</li>
29398 <li>Initial value: 10</li>
29399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29401 </ul>
29402<li><b>Gain</b>: Offset Gain
29403 <ul>
29404 <li>Set with class: \ref ns3::DoubleValue</li>
29405 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29406 <li>Initial value: 1</li>
29407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29409 </ul>
29410<li><b>MinCwnd</b>: Minimum cWnd for Ledbat
29411 <ul>
29412 <li>Set with class: \ref ns3::UintegerValue</li>
29413 <li>Underlying type: uint32_t 0:4294967295</li>
29414 <li>Initial value: 2</li>
29415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29417 </ul>
29418<li><b>NoiseFilterLen</b>: Number of Current delay samples
29419 <ul>
29420 <li>Set with class: \ref ns3::UintegerValue</li>
29421 <li>Underlying type: uint32_t 0:4294967295</li>
29422 <li>Initial value: 4</li>
29423 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29424 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29425 </ul>
29426<li><b>SSParam</b>: Possibility of Slow Start
29427 <ul>
29428 <li>Set with class: \ref ns3::EnumValue<ns3::TcpLedbat::SlowStartType></li>
29429 <li>Underlying type: \p yes|no</li>
29430 <li>Initial value: yes</li>
29431 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29432 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29433 </ul>
29434<li><b>TargetDelay</b>: Targeted Queue Delay
29435 <ul>
29436 <li>Set with class: \ref ns3::TimeValue</li>
29437 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29438 <li>Initial value: +1e+08ns</li>
29439 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29440 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29441 </ul>
29442</ul>
29443No TraceSources are defined for this type.<br>
29444<b>Group:</b> Internet
29445
29446<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29447*/
29448
29449/*!
29450
29451\class ns3::TcpLinuxReno
29452
29453<h3>Config Paths</h3>
29454
29455ns3::TcpLinuxReno is accessible through the following paths with Config::Set and Config::Connect:
29456<ul>
29457<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLinuxReno"</li>
29458</ul>
29459No Attributes are defined for this type.<br>
29460No TraceSources are defined for this type.<br>
29461<b>Group:</b> Internet
29462
29463<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29464*/
29465
29466/*!
29467
29468\class ns3::TcpLp
29469
29470<h3>Config Paths</h3>
29471
29472ns3::TcpLp is accessible through the following paths with Config::Set and Config::Connect:
29473<ul>
29474<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpLp"</li>
29475<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLp"</li>
29476</ul>
29477No Attributes are defined for this type.<br>
29478No TraceSources are defined for this type.<br>
29479<b>Group:</b> Internet
29480
29481<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
29482*/
29483
29484/*!
29485
29486\class ns3::TcpNewReno
29487
29488<h3>Config Paths</h3>
29489
29490ns3::TcpNewReno is accessible through the following paths with Config::Set and Config::Connect:
29491<ul>
29492<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno"</li>
29493</ul>
29494No Attributes are defined for this type.<br>
29495No TraceSources are defined for this type.<br>
29496<b>Group:</b> Internet
29497
29498<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29499*/
29500
29501/*!
29502
29503\class ns3::TcpOption
29504
29505Introspection did not find any typical Config paths.<br>
29506No Attributes are defined for this type.<br>
29507No TraceSources are defined for this type.<br>
29508<b>Group:</b> Internet
29509
29510<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29511*/
29512
29513/*!
29514
29515\class ns3::TcpOptionEnd
29516
29517Introspection did not find any typical Config paths.<br>
29518No Attributes are defined for this type.<br>
29519No TraceSources are defined for this type.<br>
29520<b>Group:</b> Internet
29521
29522<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29523*/
29524
29525/*!
29526
29527\class ns3::TcpOptionMSS
29528
29529Introspection did not find any typical Config paths.<br>
29530No Attributes are defined for this type.<br>
29531No TraceSources are defined for this type.<br>
29532<b>Group:</b> Internet
29533
29534<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29535*/
29536
29537/*!
29538
29539\class ns3::TcpOptionNOP
29540
29541Introspection did not find any typical Config paths.<br>
29542No Attributes are defined for this type.<br>
29543No TraceSources are defined for this type.<br>
29544<b>Group:</b> Internet
29545
29546<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29547*/
29548
29549/*!
29550
29551\class ns3::TcpOptionSack
29552
29553Introspection did not find any typical Config paths.<br>
29554No Attributes are defined for this type.<br>
29555No TraceSources are defined for this type.<br>
29556<b>Group:</b> Internet
29557
29558<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
29559*/
29560
29561/*!
29562
29563\class ns3::TcpOptionSackPermitted
29564
29565Introspection did not find any typical Config paths.<br>
29566No Attributes are defined for this type.<br>
29567No TraceSources are defined for this type.<br>
29568<b>Group:</b> Internet
29569
29570<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29571*/
29572
29573/*!
29574
29575\class ns3::TcpOptionTS
29576
29577Introspection did not find any typical Config paths.<br>
29578No Attributes are defined for this type.<br>
29579No TraceSources are defined for this type.<br>
29580<b>Group:</b> Internet
29581
29582<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29583*/
29584
29585/*!
29586
29587\class ns3::TcpOptionUnknown
29588
29589Introspection did not find any typical Config paths.<br>
29590No Attributes are defined for this type.<br>
29591No TraceSources are defined for this type.<br>
29592<b>Group:</b> Internet
29593
29594<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
29595*/
29596
29597/*!
29598
29599\class ns3::TcpOptionWinScale
29600
29601Introspection did not find any typical Config paths.<br>
29602No Attributes are defined for this type.<br>
29603No TraceSources are defined for this type.<br>
29604<b>Group:</b> Internet
29605
29606<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29607*/
29608
29609/*!
29610
29611\class ns3::TcpPrrRecovery
29612
29613<h3>Config Paths</h3>
29614
29615ns3::TcpPrrRecovery is accessible through the following paths with Config::Set and Config::Connect:
29616<ul>
29617<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpPrrRecovery"</li>
29618<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpClassicRecovery/$ns3::TcpPrrRecovery"</li>
29619</ul>
29620No Attributes are defined for this type.<br>
29621No TraceSources are defined for this type.<br>
29622<b>Group:</b> Internet
29623
29624<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29625*/
29626
29627/*!
29628
29629\class ns3::TcpRateLinux
29630
29631Introspection did not find any typical Config paths.<br>
29632No Attributes are defined for this type.<br>
29633<h3>TraceSources</h3>
29634<ul>
29635<li><b>TcpRateSampleUpdated</b>: Tcp rate sample has been updated<br> <ul>
29636 <li> %Callback signature: ns3::TcpRateLinux::TcpRateSampleUpdated
29637</li>
29638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29639</ul>
29640<li><b>TcpRateUpdated</b>: Tcp rate information has been updated<br> <ul>
29641 <li> %Callback signature: ns3::TcpRateLinux::TcpRateUpdated
29642</li>
29643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29644</ul>
29645</ul>
29646<b>Group:</b> Internet
29647
29648<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
29649*/
29650
29651/*!
29652
29653\class ns3::TcpRateOps
29654
29655Introspection did not find any typical Config paths.<br>
29656No Attributes are defined for this type.<br>
29657No TraceSources are defined for this type.<br>
29658<b>Group:</b> Internet
29659
29660<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29661*/
29662
29663/*!
29664
29665\class ns3::TcpRecoveryOps
29666
29667<h3>Config Paths</h3>
29668
29669ns3::TcpRecoveryOps is accessible through the following paths with Config::Set and Config::Connect:
29670<ul>
29671<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps"</li>
29672</ul>
29673No Attributes are defined for this type.<br>
29674No TraceSources are defined for this type.<br>
29675<b>Group:</b> Internet
29676
29677<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29678*/
29679
29680/*!
29681
29682\class ns3::TcpRxBuffer
29683
29684<h3>Config Paths</h3>
29685
29686ns3::TcpRxBuffer is accessible through the following paths with Config::Set and Config::Connect:
29687<ul>
29688<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RxBuffer"</li>
29689</ul>
29690No Attributes are defined for this type.<br>
29691<h3>TraceSources</h3>
29692<ul>
29693<li><b>NextRxSequence</b>: Next sequence number expected (RCV.NXT)<br> <ul>
29694 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
29695</li>
29696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29697</ul>
29698</ul>
29699<b>Group:</b> Internet
29700
29701<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
29702*/
29703
29704/*!
29705
29706\class ns3::TcpScalable
29707
29708<h3>Config Paths</h3>
29709
29710ns3::TcpScalable is accessible through the following paths with Config::Set and Config::Connect:
29711<ul>
29712<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpScalable"</li>
29713<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpScalable"</li>
29714</ul>
29715<h3>Attributes</h3>
29716<ul>
29717<li><b>AIFactor</b>: Additive Increase Factor
29718 <ul>
29719 <li>Set with class: \ref ns3::UintegerValue</li>
29720 <li>Underlying type: uint32_t 0:4294967295</li>
29721 <li>Initial value: 50</li>
29722 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29724 </ul>
29725<li><b>MDFactor</b>: Multiplicative Decrease Factor
29726 <ul>
29727 <li>Set with class: \ref ns3::DoubleValue</li>
29728 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29729 <li>Initial value: 0.125</li>
29730 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29731 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29732 </ul>
29733</ul>
29734No TraceSources are defined for this type.<br>
29735<b>Group:</b> Internet
29736
29737<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
29738*/
29739
29740/*!
29741
29742\class ns3::TcpSocket
29743
29744Introspection did not find any typical Config paths.<br>
29745<h3>Attributes</h3>
29746<ul>
29747<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure
29748 <ul>
29749 <li>Set with class: \ref ns3::UintegerValue</li>
29750 <li>Underlying type: uint32_t 0:4294967295</li>
29751 <li>Initial value: 6</li>
29752 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29754 </ul>
29755<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)
29756 <ul>
29757 <li>Set with class: \ref ns3::TimeValue</li>
29758 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29759 <li>Initial value: +3e+09ns</li>
29760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29762 </ul>
29763<li><b>DataRetries</b>: Number of data retransmission attempts
29764 <ul>
29765 <li>Set with class: \ref ns3::UintegerValue</li>
29766 <li>Underlying type: uint32_t 0:4294967295</li>
29767 <li>Initial value: 6</li>
29768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29770 </ul>
29771<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack
29772 <ul>
29773 <li>Set with class: \ref ns3::UintegerValue</li>
29774 <li>Underlying type: uint32_t 0:4294967295</li>
29775 <li>Initial value: 2</li>
29776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29778 </ul>
29779<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds
29780 <ul>
29781 <li>Set with class: \ref ns3::TimeValue</li>
29782 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29783 <li>Initial value: +2e+08ns</li>
29784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29786 </ul>
29787<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)
29788 <ul>
29789 <li>Set with class: \ref ns3::UintegerValue</li>
29790 <li>Underlying type: uint32_t 0:4294967295</li>
29791 <li>Initial value: 10</li>
29792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29794 </ul>
29795<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)
29796 <ul>
29797 <li>Set with class: \ref ns3::UintegerValue</li>
29798 <li>Underlying type: uint32_t 0:4294967295</li>
29799 <li>Initial value: 4294967295</li>
29800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29802 </ul>
29803<li><b>PersistTimeout</b>: Persist timeout to probe for rx window
29804 <ul>
29805 <li>Set with class: \ref ns3::TimeValue</li>
29806 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29807 <li>Initial value: +6e+09ns</li>
29808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29810 </ul>
29811<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)
29812 <ul>
29813 <li>Set with class: \ref ns3::UintegerValue</li>
29814 <li>Underlying type: uint32_t 0:4294967295</li>
29815 <li>Initial value: 131072</li>
29816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29818 </ul>
29819<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)
29820 <ul>
29821 <li>Set with class: \ref ns3::UintegerValue</li>
29822 <li>Underlying type: uint32_t 0:4294967295</li>
29823 <li>Initial value: 536</li>
29824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29826 </ul>
29827<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)
29828 <ul>
29829 <li>Set with class: \ref ns3::UintegerValue</li>
29830 <li>Underlying type: uint32_t 0:4294967295</li>
29831 <li>Initial value: 131072</li>
29832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29834 </ul>
29835<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm
29836 <ul>
29837 <li>Set with class: \ref ns3::BooleanValue</li>
29838 <li>Underlying type: bool</li>
29839 <li>Initial value: true</li>
29840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29842 </ul>
29843</ul>
29844No TraceSources are defined for this type.<br>
29845<b>Group:</b> Internet
29846
29847<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29848*/
29849
29850/*!
29851
29852\class ns3::TcpSocketBase
29853
29854<h3>Config Paths</h3>
29855
29856ns3::TcpSocketBase is accessible through the following paths with Config::Set and Config::Connect:
29857<ul>
29858<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]"</li>
29859</ul>
29860<h3>Attributes</h3>
29861<ul>
29862<li><b>ClockGranularity</b>: Clock Granularity used in RTO calculations
29863 <ul>
29864 <li>Set with class: \ref ns3::TimeValue</li>
29865 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29866 <li>Initial value: +1e+06ns</li>
29867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29869 </ul>
29870<li><b>CongestionOps</b>: Pointer to TcpCongestionOps object
29871 <ul>
29872 <li>Set with class: \ref ns3::PointerValue</li>
29873 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpCongestionOps></li>
29874 <li>Initial value: 0</li>
29875 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29877 </ul>
29878<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.
29879 <ul>
29880 <li>Set with class: \ref ns3::CallbackValue</li>
29881 <li>Underlying type: \p Callback</li>
29882 <li>Initial value: 0</li>
29883 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29885 </ul>
29886<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.
29887 <ul>
29888 <li>Set with class: \ref ns3::CallbackValue</li>
29889 <li>Underlying type: \p Callback</li>
29890 <li>Initial value: 0</li>
29891 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29892 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29893 </ul>
29894<li><b>LimitedTransmit</b>: Enable limited transmit
29895 <ul>
29896 <li>Set with class: \ref ns3::BooleanValue</li>
29897 <li>Underlying type: bool</li>
29898 <li>Initial value: true</li>
29899 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29900 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29901 </ul>
29902<li><b>MaxSegLifetime</b>: Maximum segment lifetime in seconds, use for TIME_WAIT state transition to CLOSED state
29903 <ul>
29904 <li>Set with class: \ref ns3::DoubleValue</li>
29905 <li>Underlying type: double 0:1.79769e+308</li>
29906 <li>Initial value: 120</li>
29907 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29908 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29909 </ul>
29910<li><b>MaxWindowSize</b>: Max size of advertised window
29911 <ul>
29912 <li>Set with class: \ref ns3::UintegerValue</li>
29913 <li>Underlying type: uint16_t 0:65535</li>
29914 <li>Initial value: 65535</li>
29915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29917 </ul>
29918<li><b>MinRto</b>: Minimum retransmit timeout value
29919 <ul>
29920 <li>Set with class: \ref ns3::TimeValue</li>
29921 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29922 <li>Initial value: +1e+09ns</li>
29923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29925 </ul>
29926<li><b>ReTxThreshold</b>: Threshold for fast retransmit
29927 <ul>
29928 <li>Set with class: \ref ns3::UintegerValue</li>
29929 <li>Underlying type: uint32_t 0:4294967295</li>
29930 <li>Initial value: 3</li>
29931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29933 </ul>
29934<li><b>RecoveryOps</b>: Pointer to TcpRecoveryOps object
29935 <ul>
29936 <li>Set with class: \ref ns3::PointerValue</li>
29937 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpRecoveryOps></li>
29938 <li>Initial value: 0</li>
29939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29941 </ul>
29942<li><b>RxBuffer</b>: TCP Rx buffer
29943 <ul>
29944 <li>Set with class: \ref ns3::PointerValue</li>
29945 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpRxBuffer></li>
29946 <li>Flags: <span class="mlabel">read</span></li>
29947 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29948 </ul>
29949<li><b>Sack</b>: Enable or disable Sack option
29950 <ul>
29951 <li>Set with class: \ref ns3::BooleanValue</li>
29952 <li>Underlying type: bool</li>
29953 <li>Initial value: true</li>
29954 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29955 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29956 </ul>
29957<li><b>Timestamp</b>: Enable or disable Timestamp option
29958 <ul>
29959 <li>Set with class: \ref ns3::BooleanValue</li>
29960 <li>Underlying type: bool</li>
29961 <li>Initial value: true</li>
29962 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29963 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29964 </ul>
29965<li><b>TxBuffer</b>: TCP Tx buffer
29966 <ul>
29967 <li>Set with class: \ref ns3::PointerValue</li>
29968 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpTxBuffer></li>
29969 <li>Flags: <span class="mlabel">read</span></li>
29970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29971 </ul>
29972<li><b>UseEcn</b>: Parameter to set ECN functionality
29973 <ul>
29974 <li>Set with class: \ref ns3::EnumValue<ns3::TcpSocketState::UseEcn_t></li>
29975 <li>Underlying type: \p Off|On|AcceptOnly</li>
29976 <li>Initial value: Off</li>
29977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29979 </ul>
29980<li><b>WindowScaling</b>: Enable or disable Window Scaling option
29981 <ul>
29982 <li>Set with class: \ref ns3::BooleanValue</li>
29983 <li>Underlying type: bool</li>
29984 <li>Initial value: true</li>
29985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29987 </ul>
29988</ul>
29989<h3>Attributes defined in parent class ns3::TcpSocket</h3>
29990<ul>
29991<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure
29992 <ul>
29993 <li>Set with class: \ref ns3::UintegerValue</li>
29994 <li>Underlying type: uint32_t 0:4294967295</li>
29995 <li>Initial value: 6</li>
29996 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29997 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29998 </ul>
29999<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)
30000 <ul>
30001 <li>Set with class: \ref ns3::TimeValue</li>
30002 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30003 <li>Initial value: +3e+09ns</li>
30004 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30005 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30006 </ul>
30007<li><b>DataRetries</b>: Number of data retransmission attempts
30008 <ul>
30009 <li>Set with class: \ref ns3::UintegerValue</li>
30010 <li>Underlying type: uint32_t 0:4294967295</li>
30011 <li>Initial value: 6</li>
30012 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30013 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30014 </ul>
30015<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack
30016 <ul>
30017 <li>Set with class: \ref ns3::UintegerValue</li>
30018 <li>Underlying type: uint32_t 0:4294967295</li>
30019 <li>Initial value: 2</li>
30020 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30022 </ul>
30023<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds
30024 <ul>
30025 <li>Set with class: \ref ns3::TimeValue</li>
30026 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30027 <li>Initial value: +2e+08ns</li>
30028 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30030 </ul>
30031<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)
30032 <ul>
30033 <li>Set with class: \ref ns3::UintegerValue</li>
30034 <li>Underlying type: uint32_t 0:4294967295</li>
30035 <li>Initial value: 10</li>
30036 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30038 </ul>
30039<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)
30040 <ul>
30041 <li>Set with class: \ref ns3::UintegerValue</li>
30042 <li>Underlying type: uint32_t 0:4294967295</li>
30043 <li>Initial value: 4294967295</li>
30044 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30045 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30046 </ul>
30047<li><b>PersistTimeout</b>: Persist timeout to probe for rx window
30048 <ul>
30049 <li>Set with class: \ref ns3::TimeValue</li>
30050 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30051 <li>Initial value: +6e+09ns</li>
30052 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30053 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30054 </ul>
30055<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)
30056 <ul>
30057 <li>Set with class: \ref ns3::UintegerValue</li>
30058 <li>Underlying type: uint32_t 0:4294967295</li>
30059 <li>Initial value: 131072</li>
30060 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30062 </ul>
30063<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)
30064 <ul>
30065 <li>Set with class: \ref ns3::UintegerValue</li>
30066 <li>Underlying type: uint32_t 0:4294967295</li>
30067 <li>Initial value: 536</li>
30068 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30070 </ul>
30071<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)
30072 <ul>
30073 <li>Set with class: \ref ns3::UintegerValue</li>
30074 <li>Underlying type: uint32_t 0:4294967295</li>
30075 <li>Initial value: 131072</li>
30076 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30077 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30078 </ul>
30079<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm
30080 <ul>
30081 <li>Set with class: \ref ns3::BooleanValue</li>
30082 <li>Underlying type: bool</li>
30083 <li>Initial value: true</li>
30084 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30085 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30086 </ul>
30087</ul>
30088<h3>TraceSources</h3>
30089<ul>
30090<li><b>AdvWND</b>: Advertised Window Size<br> <ul>
30091 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30092</li>
30093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30094</ul>
30095<li><b>BytesInFlight</b>: Socket estimation of bytes in flight<br> <ul>
30096 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30097</li>
30098 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30099</ul>
30100<li><b>CongState</b>: TCP Congestion machine state<br> <ul>
30101 <li> %Callback signature: ns3::TcpSocketState::TcpCongStatesTracedValueCallback
30102</li>
30103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30104</ul>
30105<li><b>CongestionWindow</b>: The TCP connection's congestion window<br> <ul>
30106 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30107</li>
30108 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30109</ul>
30110<li><b>CongestionWindowInflated</b>: The TCP connection's congestion window inflates as in older RFC<br> <ul>
30111 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30112</li>
30113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30114</ul>
30115<li><b>EcnCeSeq</b>: Sequence of last received CE<br> <ul>
30116 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30117</li>
30118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30119</ul>
30120<li><b>EcnCwrSeq</b>: Sequence of last received CWR<br> <ul>
30121 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30122</li>
30123 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30124</ul>
30125<li><b>EcnEchoSeq</b>: Sequence of last received ECN Echo<br> <ul>
30126 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30127</li>
30128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30129</ul>
30130<li><b>EcnState</b>: Trace ECN state change of socket<br> <ul>
30131 <li> %Callback signature: ns3::TcpSocketState::EcnStatesTracedValueCallback
30132</li>
30133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30134</ul>
30135<li><b>HighestRxAck</b>: Highest ack received from peer<br> <ul>
30136 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30137</li>
30138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30139</ul>
30140<li><b>HighestRxSequence</b>: Highest sequence number received from peer<br> <ul>
30141 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30142</li>
30143 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30144</ul>
30145<li><b>HighestSequence</b>: Highest sequence number ever sent in socket's life time<br> <ul>
30146 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30147</li>
30148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30149</ul>
30150<li><b>LastRTT</b>: RTT of the last (S)ACKed packet<br> <ul>
30151 <li> %Callback signature: ns3::TracedValueCallback::Time
30152</li>
30153 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30154</ul>
30155<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)<br> <ul>
30156 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30157</li>
30158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30159</ul>
30160<li><b>PacingRate</b>: The current TCP pacing rate<br> <ul>
30161 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30162</li>
30163 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30164</ul>
30165<li><b>RTO</b>: Retransmission timeout<br> <ul>
30166 <li> %Callback signature: ns3::TracedValueCallback::Time
30167</li>
30168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30169</ul>
30170<li><b>RTT</b>: Smoothed RTT<br> <ul>
30171 <li> %Callback signature: ns3::TracedValueCallback::Time
30172</li>
30173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30174</ul>
30175<li><b>RWND</b>: Remote side's flow control window<br> <ul>
30176 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30177</li>
30178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30179</ul>
30180<li><b>Retransmission</b>: Notification of a TCP retransmission<br> <ul>
30181 <li> %Callback signature: ns3::TcpSocketBase::RetransmissionCallback
30182</li>
30183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30184</ul>
30185<li><b>Rx</b>: Receive tcp packet from IP protocol<br> <ul>
30186 <li> %Callback signature: ns3::TcpSocketBase::TcpTxRxTracedCallback
30187</li>
30188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30189</ul>
30190<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)<br> <ul>
30191 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30192</li>
30193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30194</ul>
30195<li><b>State</b>: TCP state<br> <ul>
30196 <li> %Callback signature: ns3::TcpStatesTracedValueCallback
30197</li>
30198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30199</ul>
30200<li><b>Tx</b>: Send tcp packet to IP protocol<br> <ul>
30201 <li> %Callback signature: ns3::TcpSocketBase::TcpTxRxTracedCallback
30202</li>
30203 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30204</ul>
30205</ul>
30206<b>Group:</b> Internet
30207
30208<b>Size</b> of this type is 1328 bytes (on a 64-bit architecture).
30209*/
30210
30211/*!
30212
30213\class ns3::TcpSocketFactory
30214
30215<h3>Config Paths</h3>
30216
30217ns3::TcpSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
30218<ul>
30219<li>"/NodeList/[i]/$ns3::TcpSocketFactory"</li>
30220</ul>
30221No Attributes are defined for this type.<br>
30222No TraceSources are defined for this type.<br>
30223<b>Group:</b> Internet
30224
30225<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
30226*/
30227
30228/*!
30229
30230\class ns3::TcpSocketState
30231
30232Introspection did not find any typical Config paths.<br>
30233<h3>Attributes</h3>
30234<ul>
30235<li><b>EnablePacing</b>: Enable Pacing
30236 <ul>
30237 <li>Set with class: \ref ns3::BooleanValue</li>
30238 <li>Underlying type: bool</li>
30239 <li>Initial value: false</li>
30240 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30242 </ul>
30243<li><b>MaxPacingRate</b>: Set Max Pacing Rate
30244 <ul>
30245 <li>Set with class: \ref ns3::DataRateValue</li>
30246 <li>Underlying type: \p DataRate</li>
30247 <li>Initial value: 4000000000bps</li>
30248 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30249 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30250 </ul>
30251<li><b>PaceInitialWindow</b>: Perform pacing for initial window of data
30252 <ul>
30253 <li>Set with class: \ref ns3::BooleanValue</li>
30254 <li>Underlying type: bool</li>
30255 <li>Initial value: false</li>
30256 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30258 </ul>
30259<li><b>PacingCaRatio</b>: Percent pacing rate increase for congestion avoidance conditions
30260 <ul>
30261 <li>Set with class: \ref ns3::UintegerValue</li>
30262 <li>Underlying type: uint16_t 0:65535</li>
30263 <li>Initial value: 120</li>
30264 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30266 </ul>
30267<li><b>PacingSsRatio</b>: Percent pacing rate increase for slow start conditions
30268 <ul>
30269 <li>Set with class: \ref ns3::UintegerValue</li>
30270 <li>Underlying type: uint16_t 0:65535</li>
30271 <li>Initial value: 200</li>
30272 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30274 </ul>
30275</ul>
30276<h3>TraceSources</h3>
30277<ul>
30278<li><b>BytesInFlight</b>: The TCP connection's congestion window<br> <ul>
30279 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30280</li>
30281 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30282</ul>
30283<li><b>CongState</b>: TCP Congestion machine state<br> <ul>
30284 <li> %Callback signature: ns3::TracedValueCallback::TcpCongState
30285</li>
30286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30287</ul>
30288<li><b>CongestionWindow</b>: The TCP connection's congestion window<br> <ul>
30289 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30290</li>
30291 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30292</ul>
30293<li><b>CongestionWindowInflated</b>: The TCP connection's inflated congestion window<br> <ul>
30294 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30295</li>
30296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30297</ul>
30298<li><b>EcnState</b>: Trace ECN state change of socket<br> <ul>
30299 <li> %Callback signature: ns3::TracedValueCallback::EcnState
30300</li>
30301 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30302</ul>
30303<li><b>HighestSequence</b>: Highest sequence number received from peer<br> <ul>
30304 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30305</li>
30306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30307</ul>
30308<li><b>LastRTT</b>: RTT of the last (S)ACKed packet<br> <ul>
30309 <li> %Callback signature: ns3::TracedValueCallback::Time
30310</li>
30311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30312</ul>
30313<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)<br> <ul>
30314 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30315</li>
30316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30317</ul>
30318<li><b>PacingRate</b>: The current TCP pacing rate<br> <ul>
30319 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30320</li>
30321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30322</ul>
30323<li><b>RTT</b>: Smoothed RTT<br> <ul>
30324 <li> %Callback signature: ns3::TracedValueCallback::Time
30325</li>
30326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30327</ul>
30328<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)<br> <ul>
30329 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30330</li>
30331 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30332</ul>
30333</ul>
30334<b>Group:</b> Internet
30335
30336<b>Size</b> of this type is 512 bytes (on a 64-bit architecture).
30337*/
30338
30339/*!
30340
30341\class ns3::TcpTxBuffer
30342
30343<h3>Config Paths</h3>
30344
30345ns3::TcpTxBuffer is accessible through the following paths with Config::Set and Config::Connect:
30346<ul>
30347<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/TxBuffer"</li>
30348</ul>
30349No Attributes are defined for this type.<br>
30350<h3>TraceSources</h3>
30351<ul>
30352<li><b>UnackSequence</b>: First unacknowledged sequence number (SND.UNA)<br> <ul>
30353 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30354</li>
30355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30356</ul>
30357</ul>
30358<b>Group:</b> Internet
30359
30360<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
30361*/
30362
30363/*!
30364
30365\class ns3::TcpVegas
30366
30367<h3>Config Paths</h3>
30368
30369ns3::TcpVegas is accessible through the following paths with Config::Set and Config::Connect:
30370<ul>
30371<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpVegas"</li>
30372<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpVegas"</li>
30373</ul>
30374<h3>Attributes</h3>
30375<ul>
30376<li><b>Alpha</b>: Lower bound of packets in network
30377 <ul>
30378 <li>Set with class: \ref ns3::UintegerValue</li>
30379 <li>Underlying type: uint32_t 0:4294967295</li>
30380 <li>Initial value: 2</li>
30381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30383 </ul>
30384<li><b>Beta</b>: Upper bound of packets in network
30385 <ul>
30386 <li>Set with class: \ref ns3::UintegerValue</li>
30387 <li>Underlying type: uint32_t 0:4294967295</li>
30388 <li>Initial value: 4</li>
30389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30391 </ul>
30392<li><b>Gamma</b>: Limit on increase
30393 <ul>
30394 <li>Set with class: \ref ns3::UintegerValue</li>
30395 <li>Underlying type: uint32_t 0:4294967295</li>
30396 <li>Initial value: 1</li>
30397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30399 </ul>
30400</ul>
30401No TraceSources are defined for this type.<br>
30402<b>Group:</b> Internet
30403
30404<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
30405*/
30406
30407/*!
30408
30409\class ns3::TcpVeno
30410
30411<h3>Config Paths</h3>
30412
30413ns3::TcpVeno is accessible through the following paths with Config::Set and Config::Connect:
30414<ul>
30415<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpVeno"</li>
30416<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpVeno"</li>
30417</ul>
30418<h3>Attributes</h3>
30419<ul>
30420<li><b>Beta</b>: Threshold for congestion detection
30421 <ul>
30422 <li>Set with class: \ref ns3::UintegerValue</li>
30423 <li>Underlying type: uint32_t 0:4294967295</li>
30424 <li>Initial value: 3</li>
30425 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30427 </ul>
30428</ul>
30429No TraceSources are defined for this type.<br>
30430<b>Group:</b> Internet
30431
30432<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
30433*/
30434
30435/*!
30436
30437\class ns3::TcpWestwoodPlus
30438
30439<h3>Config Paths</h3>
30440
30441ns3::TcpWestwoodPlus is accessible through the following paths with Config::Set and Config::Connect:
30442<ul>
30443<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpWestwoodPlus"</li>
30444<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpWestwoodPlus"</li>
30445</ul>
30446<h3>Attributes</h3>
30447<ul>
30448<li><b>FilterType</b>: Use this to choose no filter or Tustin's approximation filter
30449 <ul>
30450 <li>Set with class: \ref ns3::EnumValue<ns3::TcpWestwoodPlus::FilterType></li>
30451 <li>Underlying type: \p None|Tustin</li>
30452 <li>Initial value: Tustin</li>
30453 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30454 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30455 </ul>
30456</ul>
30457<h3>TraceSources</h3>
30458<ul>
30459<li><b>EstimatedBW</b>: The estimated bandwidth<br> <ul>
30460 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30461</li>
30462 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30463</ul>
30464</ul>
30465<b>Group:</b> Internet
30466
30467<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
30468*/
30469
30470/*!
30471
30472\class ns3::TcpYeah
30473
30474<h3>Config Paths</h3>
30475
30476ns3::TcpYeah is accessible through the following paths with Config::Set and Config::Connect:
30477<ul>
30478<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpYeah"</li>
30479<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpYeah"</li>
30480</ul>
30481<h3>Attributes</h3>
30482<ul>
30483<li><b>Alpha</b>: Maximum backlog allowed at the bottleneck queue
30484 <ul>
30485 <li>Set with class: \ref ns3::UintegerValue</li>
30486 <li>Underlying type: uint32_t 0:4294967295</li>
30487 <li>Initial value: 80</li>
30488 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30490 </ul>
30491<li><b>Delta</b>: Log minimum fraction of cwnd to be removed on loss
30492 <ul>
30493 <li>Set with class: \ref ns3::UintegerValue</li>
30494 <li>Underlying type: uint32_t 0:4294967295</li>
30495 <li>Initial value: 3</li>
30496 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30498 </ul>
30499<li><b>Epsilon</b>: Log maximum fraction to be removed on early decongestion
30500 <ul>
30501 <li>Set with class: \ref ns3::UintegerValue</li>
30502 <li>Underlying type: uint32_t 0:4294967295</li>
30503 <li>Initial value: 1</li>
30504 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30505 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30506 </ul>
30507<li><b>Gamma</b>: Fraction of queue to be removed per RTT
30508 <ul>
30509 <li>Set with class: \ref ns3::UintegerValue</li>
30510 <li>Underlying type: uint32_t 0:4294967295</li>
30511 <li>Initial value: 1</li>
30512 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30513 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30514 </ul>
30515<li><b>Phy</b>: Maximum delta from base
30516 <ul>
30517 <li>Set with class: \ref ns3::UintegerValue</li>
30518 <li>Underlying type: uint32_t 0:4294967295</li>
30519 <li>Initial value: 8</li>
30520 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30522 </ul>
30523<li><b>Rho</b>: Minimum # of consecutive RTT to consider competition on loss
30524 <ul>
30525 <li>Set with class: \ref ns3::UintegerValue</li>
30526 <li>Underlying type: uint32_t 0:4294967295</li>
30527 <li>Initial value: 16</li>
30528 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30530 </ul>
30531<li><b>StcpAiFactor</b>: STCP additive increase factor
30532 <ul>
30533 <li>Set with class: \ref ns3::UintegerValue</li>
30534 <li>Underlying type: uint32_t 0:4294967295</li>
30535 <li>Initial value: 100</li>
30536 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30537 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30538 </ul>
30539<li><b>Zeta</b>: Minimum # of state switches to reset m_renoCount
30540 <ul>
30541 <li>Set with class: \ref ns3::UintegerValue</li>
30542 <li>Underlying type: uint32_t 0:4294967295</li>
30543 <li>Initial value: 50</li>
30544 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30545 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30546 </ul>
30547</ul>
30548No TraceSources are defined for this type.<br>
30549<b>Group:</b> Internet
30550
30551<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
30552*/
30553
30554/*!
30555
30556\class ns3::TdBetFfMacScheduler
30557
30558<h3>Config Paths</h3>
30559
30560ns3::TdBetFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30561<ul>
30562<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdBetFfMacScheduler"</li>
30563<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdBetFfMacScheduler"</li>
30564</ul>
30565<h3>Attributes</h3>
30566<ul>
30567<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30568 <ul>
30569 <li>Set with class: \ref ns3::UintegerValue</li>
30570 <li>Underlying type: uint32_t 0:4294967295</li>
30571 <li>Initial value: 1000</li>
30572 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30574 </ul>
30575<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30576 <ul>
30577 <li>Set with class: \ref ns3::BooleanValue</li>
30578 <li>Underlying type: bool</li>
30579 <li>Initial value: true</li>
30580 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30582 </ul>
30583<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30584 <ul>
30585 <li>Set with class: \ref ns3::UintegerValue</li>
30586 <li>Underlying type: uint8_t 0:255</li>
30587 <li>Initial value: 0</li>
30588 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30590 </ul>
30591</ul>
30592<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30593<ul>
30594<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30595 <ul>
30596 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30597 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30598 <li>Initial value: SRS_UL_CQI</li>
30599 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30601 </ul>
30602</ul>
30603No TraceSources are defined for this type.<br>
30604<b>Group:</b> Lte
30605
30606<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
30607*/
30608
30609/*!
30610
30611\class ns3::TdMtFfMacScheduler
30612
30613<h3>Config Paths</h3>
30614
30615ns3::TdMtFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30616<ul>
30617<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdMtFfMacScheduler"</li>
30618<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdMtFfMacScheduler"</li>
30619</ul>
30620<h3>Attributes</h3>
30621<ul>
30622<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30623 <ul>
30624 <li>Set with class: \ref ns3::UintegerValue</li>
30625 <li>Underlying type: uint32_t 0:4294967295</li>
30626 <li>Initial value: 1000</li>
30627 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30629 </ul>
30630<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30631 <ul>
30632 <li>Set with class: \ref ns3::BooleanValue</li>
30633 <li>Underlying type: bool</li>
30634 <li>Initial value: true</li>
30635 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30636 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30637 </ul>
30638<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30639 <ul>
30640 <li>Set with class: \ref ns3::UintegerValue</li>
30641 <li>Underlying type: uint8_t 0:255</li>
30642 <li>Initial value: 0</li>
30643 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30644 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30645 </ul>
30646</ul>
30647<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30648<ul>
30649<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30650 <ul>
30651 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30652 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30653 <li>Initial value: SRS_UL_CQI</li>
30654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30656 </ul>
30657</ul>
30658No TraceSources are defined for this type.<br>
30659<b>Group:</b> Lte
30660
30661<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
30662*/
30663
30664/*!
30665
30666\class ns3::TdTbfqFfMacScheduler
30667
30668<h3>Config Paths</h3>
30669
30670ns3::TdTbfqFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30671<ul>
30672<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdTbfqFfMacScheduler"</li>
30673<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdTbfqFfMacScheduler"</li>
30674</ul>
30675<h3>Attributes</h3>
30676<ul>
30677<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30678 <ul>
30679 <li>Set with class: \ref ns3::UintegerValue</li>
30680 <li>Underlying type: uint32_t 0:4294967295</li>
30681 <li>Initial value: 1000</li>
30682 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30684 </ul>
30685<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)
30686 <ul>
30687 <li>Set with class: \ref ns3::UintegerValue</li>
30688 <li>Underlying type: uint32_t 0:4294967295</li>
30689 <li>Initial value: 625000</li>
30690 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30691 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30692 </ul>
30693<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)
30694 <ul>
30695 <li>Set with class: \ref ns3::UintegerValue</li>
30696 <li>Underlying type: uint32_t 0:4294967295</li>
30697 <li>Initial value: 0</li>
30698 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30699 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30700 </ul>
30701<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)
30702 <ul>
30703 <li>Set with class: \ref ns3::IntegerValue</li>
30704 <li>Underlying type: int32_t -2147483648:2147483647</li>
30705 <li>Initial value: -625000</li>
30706 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30707 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30708 </ul>
30709<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30710 <ul>
30711 <li>Set with class: \ref ns3::BooleanValue</li>
30712 <li>Underlying type: bool</li>
30713 <li>Initial value: true</li>
30714 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30715 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30716 </ul>
30717<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)
30718 <ul>
30719 <li>Set with class: \ref ns3::UintegerValue</li>
30720 <li>Underlying type: uint32_t 0:4294967295</li>
30721 <li>Initial value: 1</li>
30722 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30724 </ul>
30725<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30726 <ul>
30727 <li>Set with class: \ref ns3::UintegerValue</li>
30728 <li>Underlying type: uint8_t 0:255</li>
30729 <li>Initial value: 0</li>
30730 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30731 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30732 </ul>
30733</ul>
30734<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30735<ul>
30736<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30737 <ul>
30738 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30739 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30740 <li>Initial value: SRS_UL_CQI</li>
30741 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30743 </ul>
30744</ul>
30745No TraceSources are defined for this type.<br>
30746<b>Group:</b> Lte
30747
30748<b>Size</b> of this type is 1392 bytes (on a 64-bit architecture).
30749*/
30750
30751/*!
30752
30753\class ns3::ThompsonSamplingWifiManager
30754
30755<h3>Config Paths</h3>
30756
30757ns3::ThompsonSamplingWifiManager is accessible through the following paths with Config::Set and Config::Connect:
30758<ul>
30759<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ThompsonSamplingWifiManager"</li>
30760<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ThompsonSamplingWifiManager"</li>
30761</ul>
30762<h3>Attributes</h3>
30763<ul>
30764<li><b>Decay</b>: Exponential decay coefficient, Hz; zero is a valid value for static scenarios
30765 <ul>
30766 <li>Set with class: \ref ns3::DoubleValue</li>
30767 <li>Underlying type: double 0:1.79769e+308</li>
30768 <li>Initial value: 1</li>
30769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30771 </ul>
30772</ul>
30773<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
30774<ul>
30775<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
30776 <ul>
30777 <li>Set with class: \ref ns3::UintegerValue</li>
30778 <li>Underlying type: uint8_t 0:255</li>
30779 <li>Initial value: 0</li>
30780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30782 </ul>
30783<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
30784 <ul>
30785 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
30786 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
30787 <li>Initial value: Cts-To-Self</li>
30788 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30790 </ul>
30791<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
30792 <ul>
30793 <li>Set with class: \ref ns3::UintegerValue</li>
30794 <li>Underlying type: uint32_t 256:65535</li>
30795 <li>Initial value: 65535</li>
30796 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30797 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30798 </ul>
30799<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
30800 <ul>
30801 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
30802 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
30803 <li>Initial value: Cts-To-Self</li>
30804 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30806 </ul>
30807<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
30808 <ul>
30809 <li>Set with class: \ref ns3::BooleanValue</li>
30810 <li>Underlying type: bool</li>
30811 <li>Initial value: false</li>
30812 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30813 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30814 </ul>
30815<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
30816 <ul>
30817 <li>Set with class: \ref ns3::UintegerValue</li>
30818 <li>Underlying type: uint32_t 0:4294967295</li>
30819 <li>Initial value: 4</li>
30820 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30821 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
30822 </ul>
30823<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
30824 <ul>
30825 <li>Set with class: \ref ns3::UintegerValue</li>
30826 <li>Underlying type: uint32_t 0:4294967295</li>
30827 <li>Initial value: 7</li>
30828 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30829 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
30830 </ul>
30831<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
30832 <ul>
30833 <li>Set with class: \ref ns3::WifiModeValue</li>
30834 <li>Underlying type: \p WifiMode</li>
30835 <li>Initial value: Invalid-WifiMode</li>
30836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30838 </ul>
30839<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
30840 <ul>
30841 <li>Set with class: \ref ns3::UintegerValue</li>
30842 <li>Underlying type: uint32_t 0:4692480</li>
30843 <li>Initial value: 4692480</li>
30844 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30845 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30846 </ul>
30847<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
30848 <ul>
30849 <li>Set with class: \ref ns3::TimeValue</li>
30850 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30851 <li>Initial value: +0ns</li>
30852 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30853 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30854 </ul>
30855</ul>
30856<h3>TraceSources</h3>
30857<ul>
30858<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
30859 <li> %Callback signature: ns3::TracedValueCallback::Uint64
30860</li>
30861 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30862</ul>
30863</ul>
30864<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
30865<ul>
30866<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
30867 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30868</li>
30869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30870</ul>
30871<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
30872 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30873</li>
30874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30875</ul>
30876<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
30877 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30878</li>
30879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30880</ul>
30881<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
30882 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30883</li>
30884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30885</ul>
30886</ul>
30887<b>Group:</b> Wifi
30888
30889<b>Size</b> of this type is 456 bytes (on a 64-bit architecture).
30890*/
30891
30892/*!
30893
30894\class ns3::ThreeGppAntennaModel
30895
30896Introspection did not find any typical Config paths.<br>
30897<h3>Attributes</h3>
30898<ul>
30899<li><b>RadiationPattern</b>: Radiation pattern of 3GPP antenna model
30900 <ul>
30901 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppAntennaModel::RadiationPattern></li>
30902 <li>Underlying type: \p Outdoor|Indoor</li>
30903 <li>Initial value: Outdoor</li>
30904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30906 </ul>
30907</ul>
30908No TraceSources are defined for this type.<br>
30909<b>Group:</b> Antenna
30910
30911<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
30912*/
30913
30914/*!
30915
30916\class ns3::ThreeGppChannelConditionModel
30917
30918<h3>Config Paths</h3>
30919
30920ns3::ThreeGppChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
30921<ul>
30922<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30923<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30924<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30925<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30926<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30927<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30928<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30929</ul>
30930<h3>Attributes</h3>
30931<ul>
30932<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
30933 <ul>
30934 <li>Set with class: \ref ns3::BooleanValue</li>
30935 <li>Underlying type: bool</li>
30936 <li>Initial value: false</li>
30937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30939 </ul>
30940<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
30941 <ul>
30942 <li>Set with class: \ref ns3::DoubleValue</li>
30943 <li>Underlying type: double 0:1</li>
30944 <li>Initial value: 1</li>
30945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30947 </ul>
30948<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
30949 <ul>
30950 <li>Set with class: \ref ns3::DoubleValue</li>
30951 <li>Underlying type: double 0:1</li>
30952 <li>Initial value: 0</li>
30953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30955 </ul>
30956<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
30957 <ul>
30958 <li>Set with class: \ref ns3::TimeValue</li>
30959 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30960 <li>Initial value: +0ns</li>
30961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30963 </ul>
30964</ul>
30965No TraceSources are defined for this type.<br>
30966<b>Group:</b> Propagation
30967
30968<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
30969*/
30970
30971/*!
30972
30973\class ns3::ThreeGppChannelModel
30974
30975Introspection did not find any typical Config paths.<br>
30976<h3>Attributes</h3>
30977<ul>
30978<li><b>Blockage</b>: Enable blockage model A (sec 7.6.4.1)
30979 <ul>
30980 <li>Set with class: \ref ns3::BooleanValue</li>
30981 <li>Underlying type: bool</li>
30982 <li>Initial value: false</li>
30983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30985 </ul>
30986<li><b>BlockerSpeed</b>: The speed of moving blockers, the unit is m/s
30987 <ul>
30988 <li>Set with class: \ref ns3::DoubleValue</li>
30989 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
30990 <li>Initial value: 1</li>
30991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30993 </ul>
30994<li><b>ChannelConditionModel</b>: Pointer to the channel condition model
30995 <ul>
30996 <li>Set with class: \ref ns3::PointerValue</li>
30997 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
30998 <li>Initial value: 0</li>
30999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31001 </ul>
31002<li><b>Frequency</b>: The operating Frequency in Hz
31003 <ul>
31004 <li>Set with class: \ref ns3::DoubleValue</li>
31005 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31006 <li>Initial value: 5e+08</li>
31007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31009 </ul>
31010<li><b>NumNonselfBlocking</b>: number of non-self-blocking regions
31011 <ul>
31012 <li>Set with class: \ref ns3::IntegerValue</li>
31013 <li>Underlying type: uint16_t 0:65535</li>
31014 <li>Initial value: 4</li>
31015 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31017 </ul>
31018<li><b>PortraitMode</b>: true for portrait mode, false for landscape mode
31019 <ul>
31020 <li>Set with class: \ref ns3::BooleanValue</li>
31021 <li>Underlying type: bool</li>
31022 <li>Initial value: true</li>
31023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31025 </ul>
31026<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed, NTN-DenseUrban, NTN-Urban, NTN-Suburban, NTN-Rural)
31027 <ul>
31028 <li>Set with class: \ref ns3::StringValue</li>
31029 <li>Underlying type: \p std::string</li>
31030 <li>Initial value: UMa</li>
31031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31033 </ul>
31034<li><b>UpdatePeriod</b>: Specify the channel coherence time
31035 <ul>
31036 <li>Set with class: \ref ns3::TimeValue</li>
31037 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31038 <li>Initial value: +0ns</li>
31039 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31040 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31041 </ul>
31042<li><b>vScatt</b>: Maximum speed of the vehicle in the layout (see 3GPP TR 37.885 v15.3.0, Sec. 6.2.3).Used to compute the additional contribution for the Doppler ofdelayed (reflected) paths
31043 <ul>
31044 <li>Set with class: \ref ns3::DoubleValue</li>
31045 <li>Underlying type: double 0:1.79769e+308</li>
31046 <li>Initial value: 0</li>
31047 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31049 </ul>
31050</ul>
31051No TraceSources are defined for this type.<br>
31052<b>Group:</b> Spectrum
31053
31054<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
31055*/
31056
31057/*!
31058
31059\class ns3::ThreeGppHttpClient
31060
31061<h3>Config Paths</h3>
31062
31063ns3::ThreeGppHttpClient is accessible through the following paths with Config::Set and Config::Connect:
31064<ul>
31065<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::ThreeGppHttpClient"</li>
31066<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpClient"</li>
31067</ul>
31068<h3>Attributes</h3>
31069<ul>
31070<li><b>RemoteServerAddress</b>: The address of the destination server.
31071 <ul>
31072 <li>Set with class: \ref ns3::AddressValue</li>
31073 <li>Underlying type: \p Address</li>
31074 <li>Initial value: </li>
31075 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31076 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
31077 </ul>
31078<li><b>RemoteServerPort</b>: The destination port of the outbound packets.
31079 <ul>
31080 <li>Set with class: \ref ns3::UintegerValue</li>
31081 <li>Underlying type: uint16_t 0:65535</li>
31082 <li>Initial value: 80</li>
31083 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31084 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
31085 </ul>
31086<li><b>Variables</b>: Variable collection, which is used to control e.g. timing and HTTP request size.
31087 <ul>
31088 <li>Set with class: \ref ns3::PointerValue</li>
31089 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ThreeGppHttpVariables></li>
31090 <li>Initial value: 0</li>
31091 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31092 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31093 </ul>
31094</ul>
31095<h3>Attributes defined in parent class ns3::SourceApplication</h3>
31096<ul>
31097<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
31098 <ul>
31099 <li>Set with class: \ref ns3::AddressValue</li>
31100 <li>Underlying type: \p Address</li>
31101 <li>Initial value: </li>
31102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31104 </ul>
31105<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
31106 <ul>
31107 <li>Set with class: \ref ns3::AddressValue</li>
31108 <li>Underlying type: \p Address</li>
31109 <li>Initial value: </li>
31110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31112 </ul>
31113<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
31114 <ul>
31115 <li>Set with class: \ref ns3::UintegerValue</li>
31116 <li>Underlying type: uint8_t 0:255</li>
31117 <li>Initial value: 0</li>
31118 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31120 </ul>
31121</ul>
31122<h3>Attributes defined in parent class ns3::Application</h3>
31123<ul>
31124<li><b>StartTime</b>: Time at which the application will start
31125 <ul>
31126 <li>Set with class: \ref ns3::TimeValue</li>
31127 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31128 <li>Initial value: +0ns</li>
31129 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31130 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31131 </ul>
31132<li><b>StopTime</b>: Time at which the application will stop
31133 <ul>
31134 <li>Set with class: \ref ns3::TimeValue</li>
31135 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31136 <li>Initial value: +0ns</li>
31137 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31139 </ul>
31140</ul>
31141<h3>TraceSources</h3>
31142<ul>
31143<li><b>ConnectionClosed</b>: Connection to the destination web server is closed.<br> <ul>
31144 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31145</li>
31146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31147</ul>
31148<li><b>ConnectionEstablished</b>: Connection to the destination web server has been established.<br> <ul>
31149 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31150</li>
31151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31152</ul>
31153<li><b>Rx</b>: General trace for receiving a packet of any kind.<br> <ul>
31154 <li> %Callback signature: ns3::Packet::PacketAddressTracedCallback
31155</li>
31156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31157</ul>
31158<li><b>RxDelay</b>: General trace of delay for receiving a complete object.<br> <ul>
31159 <li> %Callback signature: ns3::Application::DelayAddressCallback
31160</li>
31161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31162</ul>
31163<li><b>RxEmbeddedObject</b>: Received a whole embedded object. Header is included.<br> <ul>
31164 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31165</li>
31166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31167</ul>
31168<li><b>RxEmbeddedObjectPacket</b>: A packet of embedded object has been received.<br> <ul>
31169 <li> %Callback signature: ns3::Packet::TracedCallback
31170</li>
31171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31172</ul>
31173<li><b>RxMainObject</b>: Received a whole main object. Header is included.<br> <ul>
31174 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31175</li>
31176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31177</ul>
31178<li><b>RxMainObjectPacket</b>: A packet of main object has been received.<br> <ul>
31179 <li> %Callback signature: ns3::Packet::TracedCallback
31180</li>
31181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31182</ul>
31183<li><b>RxPage</b>: A page has been received.<br> <ul>
31184 <li> %Callback signature: ns3::ThreeGppHttpClient::RxPageTracedCallback
31185</li>
31186 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31187</ul>
31188<li><b>RxRtt</b>: General trace of round trip delay time for receiving a complete object.<br> <ul>
31189 <li> %Callback signature: ns3::Application::DelayAddressCallback
31190</li>
31191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31192</ul>
31193<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.<br> <ul>
31194 <li> %Callback signature: ns3::Application::StateTransitionCallback
31195</li>
31196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31197</ul>
31198<li><b>Tx</b>: General trace for sending a packet of any kind.<br> <ul>
31199 <li> %Callback signature: ns3::Packet::TracedCallback
31200</li>
31201 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31202</ul>
31203<li><b>TxEmbeddedObjectRequest</b>: Sent a request for an embedded object.<br> <ul>
31204 <li> %Callback signature: ns3::Packet::TracedCallback
31205</li>
31206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31207</ul>
31208<li><b>TxMainObjectRequest</b>: Sent a request for a main object.<br> <ul>
31209 <li> %Callback signature: ns3::Packet::TracedCallback
31210</li>
31211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31212</ul>
31213</ul>
31214<b>Size</b> of this type is 672 bytes (on a 64-bit architecture).
31215*/
31216
31217/*!
31218
31219\class ns3::ThreeGppHttpHeader
31220
31221Introspection did not find any typical Config paths.<br>
31222No Attributes are defined for this type.<br>
31223No TraceSources are defined for this type.<br>
31224<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
31225*/
31226
31227/*!
31228
31229\class ns3::ThreeGppHttpServer
31230
31231<h3>Config Paths</h3>
31232
31233ns3::ThreeGppHttpServer is accessible through the following paths with Config::Set and Config::Connect:
31234<ul>
31235<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::ThreeGppHttpServer"</li>
31236<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer"</li>
31237</ul>
31238<h3>Attributes</h3>
31239<ul>
31240<li><b>LocalAddress</b>: The local address of the server, i.e., the address on which to bind the Rx socket.
31241 <ul>
31242 <li>Set with class: \ref ns3::AddressValue</li>
31243 <li>Underlying type: \p Address</li>
31244 <li>Initial value: </li>
31245 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31246 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Local in ns-3.44.</li>
31247 </ul>
31248<li><b>LocalPort</b>: Port on which the application listen for incoming packets.
31249 <ul>
31250 <li>Set with class: \ref ns3::UintegerValue</li>
31251 <li>Underlying type: uint16_t 0:65535</li>
31252 <li>Initial value: 80</li>
31253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31254 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Port in ns-3.44.</li>
31255 </ul>
31256<li><b>Mtu</b>: Maximum transmission unit (in bytes) of the TCP sockets used in this application, excluding the compulsory 40 bytes TCP header. Typical values are 1460 and 536 bytes. The attribute is read-only because the value is randomly determined.
31257 <ul>
31258 <li>Set with class: \ref ns3::UintegerValue</li>
31259 <li>Underlying type: uint32_t 0:4294967295</li>
31260 <li>Flags: <span class="mlabel">read</span></li>
31261 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31262 </ul>
31263<li><b>Tos</b>: The Type of Service used to send packets. All 8 bits of the TOS byte are set (including ECN bits).
31264 <ul>
31265 <li>Set with class: \ref ns3::UintegerValue</li>
31266 <li>Underlying type: uint8_t 0:255</li>
31267 <li>Initial value: 0</li>
31268 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31270 </ul>
31271<li><b>Variables</b>: Variable collection, which is used to control e.g. processing and object generation delays.
31272 <ul>
31273 <li>Set with class: \ref ns3::PointerValue</li>
31274 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ThreeGppHttpVariables></li>
31275 <li>Initial value: 0</li>
31276 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31278 </ul>
31279</ul>
31280<h3>Attributes defined in parent class ns3::SinkApplication</h3>
31281<ul>
31282<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
31283 <ul>
31284 <li>Set with class: \ref ns3::AddressValue</li>
31285 <li>Underlying type: \p Address</li>
31286 <li>Initial value: </li>
31287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31289 </ul>
31290<li><b>Port</b>: Port on which the application listens for incoming packets.
31291 <ul>
31292 <li>Set with class: \ref ns3::UintegerValue</li>
31293 <li>Underlying type: uint32_t 0:4294967295</li>
31294 <li>Initial value: 4294967295</li>
31295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31297 </ul>
31298</ul>
31299<h3>Attributes defined in parent class ns3::Application</h3>
31300<ul>
31301<li><b>StartTime</b>: Time at which the application will start
31302 <ul>
31303 <li>Set with class: \ref ns3::TimeValue</li>
31304 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31305 <li>Initial value: +0ns</li>
31306 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31307 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31308 </ul>
31309<li><b>StopTime</b>: Time at which the application will stop
31310 <ul>
31311 <li>Set with class: \ref ns3::TimeValue</li>
31312 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31313 <li>Initial value: +0ns</li>
31314 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31316 </ul>
31317</ul>
31318<h3>TraceSources</h3>
31319<ul>
31320<li><b>ConnectionEstablished</b>: Connection to a remote web client has been established.<br> <ul>
31321 <li> %Callback signature: ns3::HttpServer::ConnectionEstablishedCallback
31322</li>
31323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31324</ul>
31325<li><b>EmbeddedObject</b>: An embedded object has been generated.<br> <ul>
31326 <li> %Callback signature: ns3::HttpServer::HttpObjectCallback
31327</li>
31328 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31329</ul>
31330<li><b>MainObject</b>: A main object has been generated.<br> <ul>
31331 <li> %Callback signature: ns3::HttpServer::HttpObjectCallback
31332</li>
31333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31334</ul>
31335<li><b>Rx</b>: A packet has been received.<br> <ul>
31336 <li> %Callback signature: ns3::Packet::AddressTracedCallback
31337</li>
31338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31339</ul>
31340<li><b>RxDelay</b>: A packet has been received with delay information.<br> <ul>
31341 <li> %Callback signature: ns3::Application::DelayAddressCallback
31342</li>
31343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31344</ul>
31345<li><b>RxWithAddresses</b>: A packet has been received.<br> <ul>
31346 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
31347</li>
31348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31349</ul>
31350<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.<br> <ul>
31351 <li> %Callback signature: ns3::Application::StateTransitionCallback
31352</li>
31353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31354</ul>
31355<li><b>Tx</b>: A packet has been sent.<br> <ul>
31356 <li> %Callback signature: ns3::Packet::TracedCallback
31357</li>
31358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31359</ul>
31360</ul>
31361<b>Size</b> of this type is 392 bytes (on a 64-bit architecture).
31362*/
31363
31364/*!
31365
31366\class ns3::ThreeGppHttpVariables
31367
31368<h3>Config Paths</h3>
31369
31370ns3::ThreeGppHttpVariables is accessible through the following paths with Config::Set and Config::Connect:
31371<ul>
31372<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::ThreeGppHttpClient/Variables"</li>
31373<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::ThreeGppHttpServer/Variables"</li>
31374<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpClient/Variables"</li>
31375<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer/Variables"</li>
31376</ul>
31377<h3>Attributes</h3>
31378<ul>
31379<li><b>EmbeddedObjectGenerationDelay</b>: The constant time needed by HTTP server to generate an embedded object as a response.
31380 <ul>
31381 <li>Set with class: \ref ns3::TimeValue</li>
31382 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31383 <li>Initial value: +0ns</li>
31384 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31386 </ul>
31387<li><b>EmbeddedObjectSizeMax</b>: The maximum value of embedded object sizes (in bytes).
31388 <ul>
31389 <li>Set with class: \ref ns3::UintegerValue</li>
31390 <li>Underlying type: uint32_t 0:4294967295</li>
31391 <li>Initial value: 2000000</li>
31392 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31393 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31394 </ul>
31395<li><b>EmbeddedObjectSizeMean</b>: The mean of embedded object sizes (in bytes).
31396 <ul>
31397 <li>Set with class: \ref ns3::UintegerValue</li>
31398 <li>Underlying type: uint32_t 0:4294967295</li>
31399 <li>Initial value: 7758</li>
31400 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31401 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31402 </ul>
31403<li><b>EmbeddedObjectSizeMin</b>: The minimum value of embedded object sizes (in bytes).
31404 <ul>
31405 <li>Set with class: \ref ns3::UintegerValue</li>
31406 <li>Underlying type: uint32_t 22:4294967295</li>
31407 <li>Initial value: 50</li>
31408 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31410 </ul>
31411<li><b>EmbeddedObjectSizeStdDev</b>: The standard deviation of embedded object sizes (in bytes).
31412 <ul>
31413 <li>Set with class: \ref ns3::UintegerValue</li>
31414 <li>Underlying type: uint32_t 0:4294967295</li>
31415 <li>Initial value: 126168</li>
31416 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31418 </ul>
31419<li><b>HighMtuProbability</b>: The probability that higher MTU size is used.
31420 <ul>
31421 <li>Set with class: \ref ns3::DoubleValue</li>
31422 <li>Underlying type: double 0:1</li>
31423 <li>Initial value: 0.76</li>
31424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31426 </ul>
31427<li><b>HighMtuSize</b>: The higher MTU size.
31428 <ul>
31429 <li>Set with class: \ref ns3::UintegerValue</li>
31430 <li>Underlying type: uint32_t 0:4294967295</li>
31431 <li>Initial value: 1460</li>
31432 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31434 </ul>
31435<li><b>LowMtuSize</b>: The lower MTU size.
31436 <ul>
31437 <li>Set with class: \ref ns3::UintegerValue</li>
31438 <li>Underlying type: uint32_t 0:4294967295</li>
31439 <li>Initial value: 536</li>
31440 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31441 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31442 </ul>
31443<li><b>MainObjectGenerationDelay</b>: The constant time needed by HTTP server to generate a main object as a response.
31444 <ul>
31445 <li>Set with class: \ref ns3::TimeValue</li>
31446 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31447 <li>Initial value: +0ns</li>
31448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31450 </ul>
31451<li><b>MainObjectSizeMax</b>: The maximum value of main object sizes (in bytes).
31452 <ul>
31453 <li>Set with class: \ref ns3::UintegerValue</li>
31454 <li>Underlying type: uint32_t 0:4294967295</li>
31455 <li>Initial value: 2000000</li>
31456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31458 </ul>
31459<li><b>MainObjectSizeMean</b>: The mean of main object sizes (in bytes).
31460 <ul>
31461 <li>Set with class: \ref ns3::UintegerValue</li>
31462 <li>Underlying type: uint32_t 0:4294967295</li>
31463 <li>Initial value: 10710</li>
31464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31466 </ul>
31467<li><b>MainObjectSizeMin</b>: The minimum value of main object sizes (in bytes).
31468 <ul>
31469 <li>Set with class: \ref ns3::UintegerValue</li>
31470 <li>Underlying type: uint32_t 22:4294967295</li>
31471 <li>Initial value: 100</li>
31472 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31474 </ul>
31475<li><b>MainObjectSizeStdDev</b>: The standard deviation of main object sizes (in bytes).
31476 <ul>
31477 <li>Set with class: \ref ns3::UintegerValue</li>
31478 <li>Underlying type: uint32_t 0:4294967295</li>
31479 <li>Initial value: 25032</li>
31480 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31482 </ul>
31483<li><b>NumOfEmbeddedObjectsMax</b>: The upper bound parameter of Pareto distribution for the number of embedded objects per web page. The actual maximum value is this value subtracted by the scale parameter.
31484 <ul>
31485 <li>Set with class: \ref ns3::UintegerValue</li>
31486 <li>Underlying type: uint32_t 0:4294967295</li>
31487 <li>Initial value: 55</li>
31488 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31490 </ul>
31491<li><b>NumOfEmbeddedObjectsScale</b>: The scale parameter of Pareto distribution for the number of embedded objects per web page.
31492 <ul>
31493 <li>Set with class: \ref ns3::UintegerValue</li>
31494 <li>Underlying type: uint32_t 0:4294967295</li>
31495 <li>Initial value: 2</li>
31496 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31498 </ul>
31499<li><b>NumOfEmbeddedObjectsShape</b>: The shape parameter of Pareto distribution for the number of embedded objects per web page.
31500 <ul>
31501 <li>Set with class: \ref ns3::DoubleValue</li>
31502 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31503 <li>Initial value: 1.1</li>
31504 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31505 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31506 </ul>
31507<li><b>ParsingTimeMean</b>: The mean of parsing time.
31508 <ul>
31509 <li>Set with class: \ref ns3::TimeValue</li>
31510 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31511 <li>Initial value: +1.3e+08ns</li>
31512 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31513 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31514 </ul>
31515<li><b>ReadingTimeMean</b>: The mean of reading time.
31516 <ul>
31517 <li>Set with class: \ref ns3::TimeValue</li>
31518 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31519 <li>Initial value: +3e+10ns</li>
31520 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31522 </ul>
31523<li><b>RequestSize</b>: The constant size of HTTP request packet (in bytes).
31524 <ul>
31525 <li>Set with class: \ref ns3::UintegerValue</li>
31526 <li>Underlying type: uint32_t 0:4294967295</li>
31527 <li>Initial value: 328</li>
31528 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31530 </ul>
31531</ul>
31532No TraceSources are defined for this type.<br>
31533<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
31534*/
31535
31536/*!
31537
31538\class ns3::ThreeGppIndoorMixedOfficeChannelConditionModel
31539
31540<h3>Config Paths</h3>
31541
31542ns3::ThreeGppIndoorMixedOfficeChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31543<ul>
31544<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31545<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31546<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31547<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31548<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31549<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31550<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31551<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31552<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31553<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31554<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31555<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31556<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31557<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31558</ul>
31559No Attributes are defined for this type.<br>
31560<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31561<ul>
31562<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
31563 <ul>
31564 <li>Set with class: \ref ns3::BooleanValue</li>
31565 <li>Underlying type: bool</li>
31566 <li>Initial value: false</li>
31567 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31569 </ul>
31570<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
31571 <ul>
31572 <li>Set with class: \ref ns3::DoubleValue</li>
31573 <li>Underlying type: double 0:1</li>
31574 <li>Initial value: 1</li>
31575 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31576 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31577 </ul>
31578<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31579 <ul>
31580 <li>Set with class: \ref ns3::DoubleValue</li>
31581 <li>Underlying type: double 0:1</li>
31582 <li>Initial value: 0</li>
31583 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31585 </ul>
31586<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
31587 <ul>
31588 <li>Set with class: \ref ns3::TimeValue</li>
31589 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31590 <li>Initial value: +0ns</li>
31591 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31592 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31593 </ul>
31594</ul>
31595No TraceSources are defined for this type.<br>
31596<b>Group:</b> Propagation
31597
31598<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31599*/
31600
31601/*!
31602
31603\class ns3::ThreeGppIndoorOfficePropagationLossModel
31604
31605<h3>Config Paths</h3>
31606
31607ns3::ThreeGppIndoorOfficePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31608<ul>
31609<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31610<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31611<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31612<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31613<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31614<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31615<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31616<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31617<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31618<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31619<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31620<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31621<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31622<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31623</ul>
31624No Attributes are defined for this type.<br>
31625<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31626<ul>
31627<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31628 <ul>
31629 <li>Set with class: \ref ns3::BooleanValue</li>
31630 <li>Underlying type: bool</li>
31631 <li>Initial value: true</li>
31632 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31633 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31634 </ul>
31635<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31636 <ul>
31637 <li>Set with class: \ref ns3::PointerValue</li>
31638 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31639 <li>Initial value: 0</li>
31640 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31641 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31642 </ul>
31643<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31644 <ul>
31645 <li>Set with class: \ref ns3::BooleanValue</li>
31646 <li>Underlying type: bool</li>
31647 <li>Initial value: false</li>
31648 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31650 </ul>
31651<li><b>Frequency</b>: The centre frequency in Hz.
31652 <ul>
31653 <li>Set with class: \ref ns3::DoubleValue</li>
31654 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31655 <li>Initial value: 5e+08</li>
31656 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31657 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31658 </ul>
31659<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
31660 <ul>
31661 <li>Set with class: \ref ns3::BooleanValue</li>
31662 <li>Underlying type: bool</li>
31663 <li>Initial value: true</li>
31664 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31665 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31666 </ul>
31667</ul>
31668No TraceSources are defined for this type.<br>
31669<b>Group:</b> Propagation
31670
31671<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
31672*/
31673
31674/*!
31675
31676\class ns3::ThreeGppIndoorOpenOfficeChannelConditionModel
31677
31678<h3>Config Paths</h3>
31679
31680ns3::ThreeGppIndoorOpenOfficeChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31681<ul>
31682<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31683<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31684<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31685<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31686<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31687<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31688<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31689<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31690<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31691<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31692<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31693<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31694<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31695<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31696</ul>
31697No Attributes are defined for this type.<br>
31698<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31699<ul>
31700<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
31701 <ul>
31702 <li>Set with class: \ref ns3::BooleanValue</li>
31703 <li>Underlying type: bool</li>
31704 <li>Initial value: false</li>
31705 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31706 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31707 </ul>
31708<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
31709 <ul>
31710 <li>Set with class: \ref ns3::DoubleValue</li>
31711 <li>Underlying type: double 0:1</li>
31712 <li>Initial value: 1</li>
31713 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31714 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31715 </ul>
31716<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31717 <ul>
31718 <li>Set with class: \ref ns3::DoubleValue</li>
31719 <li>Underlying type: double 0:1</li>
31720 <li>Initial value: 0</li>
31721 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31723 </ul>
31724<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
31725 <ul>
31726 <li>Set with class: \ref ns3::TimeValue</li>
31727 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31728 <li>Initial value: +0ns</li>
31729 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31731 </ul>
31732</ul>
31733No TraceSources are defined for this type.<br>
31734<b>Group:</b> Propagation
31735
31736<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31737*/
31738
31739/*!
31740
31741\class ns3::ThreeGppNTNDenseUrbanChannelConditionModel
31742
31743<h3>Config Paths</h3>
31744
31745ns3::ThreeGppNTNDenseUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31746<ul>
31747<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31748<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31749<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31750<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31751<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31752<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31753<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31754<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31755<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31756<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31757<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31758<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31759<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31760<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31761</ul>
31762No Attributes are defined for this type.<br>
31763<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31764<ul>
31765<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
31766 <ul>
31767 <li>Set with class: \ref ns3::BooleanValue</li>
31768 <li>Underlying type: bool</li>
31769 <li>Initial value: false</li>
31770 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31771 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31772 </ul>
31773<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
31774 <ul>
31775 <li>Set with class: \ref ns3::DoubleValue</li>
31776 <li>Underlying type: double 0:1</li>
31777 <li>Initial value: 1</li>
31778 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31780 </ul>
31781<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31782 <ul>
31783 <li>Set with class: \ref ns3::DoubleValue</li>
31784 <li>Underlying type: double 0:1</li>
31785 <li>Initial value: 0</li>
31786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31788 </ul>
31789<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
31790 <ul>
31791 <li>Set with class: \ref ns3::TimeValue</li>
31792 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31793 <li>Initial value: +0ns</li>
31794 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31796 </ul>
31797</ul>
31798No TraceSources are defined for this type.<br>
31799<b>Group:</b> Propagation
31800
31801<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31802*/
31803
31804/*!
31805
31806\class ns3::ThreeGppNTNDenseUrbanPropagationLossModel
31807
31808<h3>Config Paths</h3>
31809
31810ns3::ThreeGppNTNDenseUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31811<ul>
31812<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31813<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31814<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31815<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31816<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31817<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31818<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31819<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31820<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31821<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31822<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31823<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31824<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31825<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31826</ul>
31827No Attributes are defined for this type.<br>
31828<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31829<ul>
31830<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31831 <ul>
31832 <li>Set with class: \ref ns3::BooleanValue</li>
31833 <li>Underlying type: bool</li>
31834 <li>Initial value: true</li>
31835 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31837 </ul>
31838<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31839 <ul>
31840 <li>Set with class: \ref ns3::PointerValue</li>
31841 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31842 <li>Initial value: 0</li>
31843 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31845 </ul>
31846<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31847 <ul>
31848 <li>Set with class: \ref ns3::BooleanValue</li>
31849 <li>Underlying type: bool</li>
31850 <li>Initial value: false</li>
31851 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31853 </ul>
31854<li><b>Frequency</b>: The centre frequency in Hz.
31855 <ul>
31856 <li>Set with class: \ref ns3::DoubleValue</li>
31857 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31858 <li>Initial value: 5e+08</li>
31859 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31860 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31861 </ul>
31862<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
31863 <ul>
31864 <li>Set with class: \ref ns3::BooleanValue</li>
31865 <li>Underlying type: bool</li>
31866 <li>Initial value: true</li>
31867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31869 </ul>
31870</ul>
31871No TraceSources are defined for this type.<br>
31872<b>Group:</b> Propagation
31873
31874<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
31875*/
31876
31877/*!
31878
31879\class ns3::ThreeGppNTNRuralChannelConditionModel
31880
31881<h3>Config Paths</h3>
31882
31883ns3::ThreeGppNTNRuralChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31884<ul>
31885<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31886<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31887<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31888<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31889<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31890<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31891<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31892<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31893<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31894<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31895<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31896<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31897<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31898<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31899</ul>
31900No Attributes are defined for this type.<br>
31901<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31902<ul>
31903<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
31904 <ul>
31905 <li>Set with class: \ref ns3::BooleanValue</li>
31906 <li>Underlying type: bool</li>
31907 <li>Initial value: false</li>
31908 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31909 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31910 </ul>
31911<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
31912 <ul>
31913 <li>Set with class: \ref ns3::DoubleValue</li>
31914 <li>Underlying type: double 0:1</li>
31915 <li>Initial value: 1</li>
31916 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31918 </ul>
31919<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31920 <ul>
31921 <li>Set with class: \ref ns3::DoubleValue</li>
31922 <li>Underlying type: double 0:1</li>
31923 <li>Initial value: 0</li>
31924 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31926 </ul>
31927<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
31928 <ul>
31929 <li>Set with class: \ref ns3::TimeValue</li>
31930 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31931 <li>Initial value: +0ns</li>
31932 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31933 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31934 </ul>
31935</ul>
31936No TraceSources are defined for this type.<br>
31937<b>Group:</b> Propagation
31938
31939<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31940*/
31941
31942/*!
31943
31944\class ns3::ThreeGppNTNRuralPropagationLossModel
31945
31946<h3>Config Paths</h3>
31947
31948ns3::ThreeGppNTNRuralPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31949<ul>
31950<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31951<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31952<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31953<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31954<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31955<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31956<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31957<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31958<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31959<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31960<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31961<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31962<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31963<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31964</ul>
31965No Attributes are defined for this type.<br>
31966<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31967<ul>
31968<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31969 <ul>
31970 <li>Set with class: \ref ns3::BooleanValue</li>
31971 <li>Underlying type: bool</li>
31972 <li>Initial value: true</li>
31973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31975 </ul>
31976<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31977 <ul>
31978 <li>Set with class: \ref ns3::PointerValue</li>
31979 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31980 <li>Initial value: 0</li>
31981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31983 </ul>
31984<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31985 <ul>
31986 <li>Set with class: \ref ns3::BooleanValue</li>
31987 <li>Underlying type: bool</li>
31988 <li>Initial value: false</li>
31989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31991 </ul>
31992<li><b>Frequency</b>: The centre frequency in Hz.
31993 <ul>
31994 <li>Set with class: \ref ns3::DoubleValue</li>
31995 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31996 <li>Initial value: 5e+08</li>
31997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31999 </ul>
32000<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32001 <ul>
32002 <li>Set with class: \ref ns3::BooleanValue</li>
32003 <li>Underlying type: bool</li>
32004 <li>Initial value: true</li>
32005 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32007 </ul>
32008</ul>
32009No TraceSources are defined for this type.<br>
32010<b>Group:</b> Propagation
32011
32012<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32013*/
32014
32015/*!
32016
32017\class ns3::ThreeGppNTNSuburbanChannelConditionModel
32018
32019<h3>Config Paths</h3>
32020
32021ns3::ThreeGppNTNSuburbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32022<ul>
32023<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32024<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32025<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32026<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32027<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32028<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32029<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32030<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32031<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32032<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32033<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32034<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32035<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32036<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32037</ul>
32038No Attributes are defined for this type.<br>
32039<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32040<ul>
32041<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
32042 <ul>
32043 <li>Set with class: \ref ns3::BooleanValue</li>
32044 <li>Underlying type: bool</li>
32045 <li>Initial value: false</li>
32046 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32048 </ul>
32049<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
32050 <ul>
32051 <li>Set with class: \ref ns3::DoubleValue</li>
32052 <li>Underlying type: double 0:1</li>
32053 <li>Initial value: 1</li>
32054 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32055 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32056 </ul>
32057<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32058 <ul>
32059 <li>Set with class: \ref ns3::DoubleValue</li>
32060 <li>Underlying type: double 0:1</li>
32061 <li>Initial value: 0</li>
32062 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32063 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32064 </ul>
32065<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
32066 <ul>
32067 <li>Set with class: \ref ns3::TimeValue</li>
32068 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32069 <li>Initial value: +0ns</li>
32070 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32071 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32072 </ul>
32073</ul>
32074No TraceSources are defined for this type.<br>
32075<b>Group:</b> Propagation
32076
32077<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32078*/
32079
32080/*!
32081
32082\class ns3::ThreeGppNTNSuburbanPropagationLossModel
32083
32084<h3>Config Paths</h3>
32085
32086ns3::ThreeGppNTNSuburbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32087<ul>
32088<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32089<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32090<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32091<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32092<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32093<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32094<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32095<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32096<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32097<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32098<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32099<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32100<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32101<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32102</ul>
32103No Attributes are defined for this type.<br>
32104<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32105<ul>
32106<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32107 <ul>
32108 <li>Set with class: \ref ns3::BooleanValue</li>
32109 <li>Underlying type: bool</li>
32110 <li>Initial value: true</li>
32111 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32112 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32113 </ul>
32114<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32115 <ul>
32116 <li>Set with class: \ref ns3::PointerValue</li>
32117 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32118 <li>Initial value: 0</li>
32119 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32120 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32121 </ul>
32122<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32123 <ul>
32124 <li>Set with class: \ref ns3::BooleanValue</li>
32125 <li>Underlying type: bool</li>
32126 <li>Initial value: false</li>
32127 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32129 </ul>
32130<li><b>Frequency</b>: The centre frequency in Hz.
32131 <ul>
32132 <li>Set with class: \ref ns3::DoubleValue</li>
32133 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32134 <li>Initial value: 5e+08</li>
32135 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32137 </ul>
32138<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32139 <ul>
32140 <li>Set with class: \ref ns3::BooleanValue</li>
32141 <li>Underlying type: bool</li>
32142 <li>Initial value: true</li>
32143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32145 </ul>
32146</ul>
32147No TraceSources are defined for this type.<br>
32148<b>Group:</b> Propagation
32149
32150<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32151*/
32152
32153/*!
32154
32155\class ns3::ThreeGppNTNUrbanChannelConditionModel
32156
32157<h3>Config Paths</h3>
32158
32159ns3::ThreeGppNTNUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32160<ul>
32161<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32162<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32163<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32164<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32165<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32166<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32167<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32168<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32169<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32170<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32171<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32172<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32173<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32174<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32175</ul>
32176No Attributes are defined for this type.<br>
32177<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32178<ul>
32179<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
32180 <ul>
32181 <li>Set with class: \ref ns3::BooleanValue</li>
32182 <li>Underlying type: bool</li>
32183 <li>Initial value: false</li>
32184 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32185 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32186 </ul>
32187<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
32188 <ul>
32189 <li>Set with class: \ref ns3::DoubleValue</li>
32190 <li>Underlying type: double 0:1</li>
32191 <li>Initial value: 1</li>
32192 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32194 </ul>
32195<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32196 <ul>
32197 <li>Set with class: \ref ns3::DoubleValue</li>
32198 <li>Underlying type: double 0:1</li>
32199 <li>Initial value: 0</li>
32200 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32201 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32202 </ul>
32203<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
32204 <ul>
32205 <li>Set with class: \ref ns3::TimeValue</li>
32206 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32207 <li>Initial value: +0ns</li>
32208 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32209 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32210 </ul>
32211</ul>
32212No TraceSources are defined for this type.<br>
32213<b>Group:</b> Propagation
32214
32215<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32216*/
32217
32218/*!
32219
32220\class ns3::ThreeGppNTNUrbanPropagationLossModel
32221
32222<h3>Config Paths</h3>
32223
32224ns3::ThreeGppNTNUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32225<ul>
32226<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32227<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32229<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32230<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32231<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32233<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32234<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32235<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32236<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32237<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32238<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32239<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32240</ul>
32241No Attributes are defined for this type.<br>
32242<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32243<ul>
32244<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32245 <ul>
32246 <li>Set with class: \ref ns3::BooleanValue</li>
32247 <li>Underlying type: bool</li>
32248 <li>Initial value: true</li>
32249 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32251 </ul>
32252<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32253 <ul>
32254 <li>Set with class: \ref ns3::PointerValue</li>
32255 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32256 <li>Initial value: 0</li>
32257 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32258 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32259 </ul>
32260<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32261 <ul>
32262 <li>Set with class: \ref ns3::BooleanValue</li>
32263 <li>Underlying type: bool</li>
32264 <li>Initial value: false</li>
32265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32266 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32267 </ul>
32268<li><b>Frequency</b>: The centre frequency in Hz.
32269 <ul>
32270 <li>Set with class: \ref ns3::DoubleValue</li>
32271 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32272 <li>Initial value: 5e+08</li>
32273 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32274 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32275 </ul>
32276<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32277 <ul>
32278 <li>Set with class: \ref ns3::BooleanValue</li>
32279 <li>Underlying type: bool</li>
32280 <li>Initial value: true</li>
32281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32283 </ul>
32284</ul>
32285No TraceSources are defined for this type.<br>
32286<b>Group:</b> Propagation
32287
32288<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32289*/
32290
32291/*!
32292
32293\class ns3::ThreeGppPropagationLossModel
32294
32295<h3>Config Paths</h3>
32296
32297ns3::ThreeGppPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32298<ul>
32299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32300<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32301<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32302<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32303<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32304<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32305<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32306</ul>
32307<h3>Attributes</h3>
32308<ul>
32309<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32310 <ul>
32311 <li>Set with class: \ref ns3::BooleanValue</li>
32312 <li>Underlying type: bool</li>
32313 <li>Initial value: true</li>
32314 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32316 </ul>
32317<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32318 <ul>
32319 <li>Set with class: \ref ns3::PointerValue</li>
32320 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32321 <li>Initial value: 0</li>
32322 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32324 </ul>
32325<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32326 <ul>
32327 <li>Set with class: \ref ns3::BooleanValue</li>
32328 <li>Underlying type: bool</li>
32329 <li>Initial value: false</li>
32330 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32331 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32332 </ul>
32333<li><b>Frequency</b>: The centre frequency in Hz.
32334 <ul>
32335 <li>Set with class: \ref ns3::DoubleValue</li>
32336 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32337 <li>Initial value: 5e+08</li>
32338 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32339 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32340 </ul>
32341<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32342 <ul>
32343 <li>Set with class: \ref ns3::BooleanValue</li>
32344 <li>Underlying type: bool</li>
32345 <li>Initial value: true</li>
32346 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32347 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32348 </ul>
32349</ul>
32350No TraceSources are defined for this type.<br>
32351<b>Group:</b> Propagation
32352
32353<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
32354*/
32355
32356/*!
32357
32358\class ns3::ThreeGppRmaChannelConditionModel
32359
32360<h3>Config Paths</h3>
32361
32362ns3::ThreeGppRmaChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32363<ul>
32364<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32365<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32366<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32367<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32368<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32369<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32370<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32371<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32372<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32373<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32374<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32375<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32376<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32377<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32378</ul>
32379No Attributes are defined for this type.<br>
32380<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32381<ul>
32382<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
32383 <ul>
32384 <li>Set with class: \ref ns3::BooleanValue</li>
32385 <li>Underlying type: bool</li>
32386 <li>Initial value: false</li>
32387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32389 </ul>
32390<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
32391 <ul>
32392 <li>Set with class: \ref ns3::DoubleValue</li>
32393 <li>Underlying type: double 0:1</li>
32394 <li>Initial value: 1</li>
32395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32396 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32397 </ul>
32398<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32399 <ul>
32400 <li>Set with class: \ref ns3::DoubleValue</li>
32401 <li>Underlying type: double 0:1</li>
32402 <li>Initial value: 0</li>
32403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32405 </ul>
32406<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
32407 <ul>
32408 <li>Set with class: \ref ns3::TimeValue</li>
32409 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32410 <li>Initial value: +0ns</li>
32411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32413 </ul>
32414</ul>
32415No TraceSources are defined for this type.<br>
32416<b>Group:</b> Propagation
32417
32418<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32419*/
32420
32421/*!
32422
32423\class ns3::ThreeGppRmaPropagationLossModel
32424
32425<h3>Config Paths</h3>
32426
32427ns3::ThreeGppRmaPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32428<ul>
32429<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32430<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32431<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32432<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32433<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32434<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32435<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32436<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32437<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32438<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32439<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32440<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32441<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32442<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32443</ul>
32444<h3>Attributes</h3>
32445<ul>
32446<li><b>AvgBuildingHeight</b>: The average building height in meters.
32447 <ul>
32448 <li>Set with class: \ref ns3::DoubleValue</li>
32449 <li>Underlying type: double 5:50</li>
32450 <li>Initial value: 5</li>
32451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32453 </ul>
32454<li><b>AvgStreetWidth</b>: The average street width in meters.
32455 <ul>
32456 <li>Set with class: \ref ns3::DoubleValue</li>
32457 <li>Underlying type: double 5:50</li>
32458 <li>Initial value: 20</li>
32459 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32461 </ul>
32462</ul>
32463<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32464<ul>
32465<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32466 <ul>
32467 <li>Set with class: \ref ns3::BooleanValue</li>
32468 <li>Underlying type: bool</li>
32469 <li>Initial value: true</li>
32470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32472 </ul>
32473<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32474 <ul>
32475 <li>Set with class: \ref ns3::PointerValue</li>
32476 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32477 <li>Initial value: 0</li>
32478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32480 </ul>
32481<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32482 <ul>
32483 <li>Set with class: \ref ns3::BooleanValue</li>
32484 <li>Underlying type: bool</li>
32485 <li>Initial value: false</li>
32486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32488 </ul>
32489<li><b>Frequency</b>: The centre frequency in Hz.
32490 <ul>
32491 <li>Set with class: \ref ns3::DoubleValue</li>
32492 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32493 <li>Initial value: 5e+08</li>
32494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32496 </ul>
32497<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32498 <ul>
32499 <li>Set with class: \ref ns3::BooleanValue</li>
32500 <li>Underlying type: bool</li>
32501 <li>Initial value: true</li>
32502 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32504 </ul>
32505</ul>
32506No TraceSources are defined for this type.<br>
32507<b>Group:</b> Propagation
32508
32509<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
32510*/
32511
32512/*!
32513
32514\class ns3::ThreeGppSpectrumPropagationLossModel
32515
32516Introspection did not find any typical Config paths.<br>
32517<h3>Attributes</h3>
32518<ul>
32519<li><b>ChannelModel</b>: The channel model. It needs to implement the MatrixBasedChannelModel interface
32520 <ul>
32521 <li>Set with class: \ref ns3::PointerValue</li>
32522 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Object></li>
32523 <li>Initial value: ns3::ThreeGppChannelModel</li>
32524 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32525 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32526 </ul>
32527</ul>
32528No TraceSources are defined for this type.<br>
32529<b>Group:</b> Spectrum
32530
32531<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
32532*/
32533
32534/*!
32535
32536\class ns3::ThreeGppUmaChannelConditionModel
32537
32538<h3>Config Paths</h3>
32539
32540ns3::ThreeGppUmaChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32541<ul>
32542<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32543<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32544<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32545<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32546<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32547<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32548<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32549<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32550<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32551<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32552<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32553<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32554<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32555<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32556</ul>
32557No Attributes are defined for this type.<br>
32558<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32559<ul>
32560<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
32561 <ul>
32562 <li>Set with class: \ref ns3::BooleanValue</li>
32563 <li>Underlying type: bool</li>
32564 <li>Initial value: false</li>
32565 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32567 </ul>
32568<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
32569 <ul>
32570 <li>Set with class: \ref ns3::DoubleValue</li>
32571 <li>Underlying type: double 0:1</li>
32572 <li>Initial value: 1</li>
32573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32575 </ul>
32576<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32577 <ul>
32578 <li>Set with class: \ref ns3::DoubleValue</li>
32579 <li>Underlying type: double 0:1</li>
32580 <li>Initial value: 0</li>
32581 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32582 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32583 </ul>
32584<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
32585 <ul>
32586 <li>Set with class: \ref ns3::TimeValue</li>
32587 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32588 <li>Initial value: +0ns</li>
32589 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32591 </ul>
32592</ul>
32593No TraceSources are defined for this type.<br>
32594<b>Group:</b> Propagation
32595
32596<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32597*/
32598
32599/*!
32600
32601\class ns3::ThreeGppUmaPropagationLossModel
32602
32603<h3>Config Paths</h3>
32604
32605ns3::ThreeGppUmaPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32606<ul>
32607<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32608<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32609<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32610<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32611<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32612<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32613<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32614<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32615<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32616<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32617<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32618<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32619<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32620<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32621</ul>
32622No Attributes are defined for this type.<br>
32623<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32624<ul>
32625<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32626 <ul>
32627 <li>Set with class: \ref ns3::BooleanValue</li>
32628 <li>Underlying type: bool</li>
32629 <li>Initial value: true</li>
32630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32632 </ul>
32633<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32634 <ul>
32635 <li>Set with class: \ref ns3::PointerValue</li>
32636 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32637 <li>Initial value: 0</li>
32638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32640 </ul>
32641<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32642 <ul>
32643 <li>Set with class: \ref ns3::BooleanValue</li>
32644 <li>Underlying type: bool</li>
32645 <li>Initial value: false</li>
32646 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32647 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32648 </ul>
32649<li><b>Frequency</b>: The centre frequency in Hz.
32650 <ul>
32651 <li>Set with class: \ref ns3::DoubleValue</li>
32652 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32653 <li>Initial value: 5e+08</li>
32654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32656 </ul>
32657<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32658 <ul>
32659 <li>Set with class: \ref ns3::BooleanValue</li>
32660 <li>Underlying type: bool</li>
32661 <li>Initial value: true</li>
32662 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32663 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32664 </ul>
32665</ul>
32666No TraceSources are defined for this type.<br>
32667<b>Group:</b> Propagation
32668
32669<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32670*/
32671
32672/*!
32673
32674\class ns3::ThreeGppUmiStreetCanyonChannelConditionModel
32675
32676<h3>Config Paths</h3>
32677
32678ns3::ThreeGppUmiStreetCanyonChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32679<ul>
32680<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32681<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32682<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32683<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32684<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32685<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32686<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32687<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32688<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32689<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32690<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32691<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32692<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32693<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32694</ul>
32695No Attributes are defined for this type.<br>
32696<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32697<ul>
32698<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
32699 <ul>
32700 <li>Set with class: \ref ns3::BooleanValue</li>
32701 <li>Underlying type: bool</li>
32702 <li>Initial value: false</li>
32703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32705 </ul>
32706<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
32707 <ul>
32708 <li>Set with class: \ref ns3::DoubleValue</li>
32709 <li>Underlying type: double 0:1</li>
32710 <li>Initial value: 1</li>
32711 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32713 </ul>
32714<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32715 <ul>
32716 <li>Set with class: \ref ns3::DoubleValue</li>
32717 <li>Underlying type: double 0:1</li>
32718 <li>Initial value: 0</li>
32719 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32721 </ul>
32722<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
32723 <ul>
32724 <li>Set with class: \ref ns3::TimeValue</li>
32725 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32726 <li>Initial value: +0ns</li>
32727 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32729 </ul>
32730</ul>
32731No TraceSources are defined for this type.<br>
32732<b>Group:</b> Propagation
32733
32734<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32735*/
32736
32737/*!
32738
32739\class ns3::ThreeGppUmiStreetCanyonPropagationLossModel
32740
32741<h3>Config Paths</h3>
32742
32743ns3::ThreeGppUmiStreetCanyonPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32744<ul>
32745<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32746<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32747<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32748<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32749<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32750<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32751<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32752<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32753<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32754<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32755<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32756<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32757<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32758<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32759</ul>
32760No Attributes are defined for this type.<br>
32761<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32762<ul>
32763<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32764 <ul>
32765 <li>Set with class: \ref ns3::BooleanValue</li>
32766 <li>Underlying type: bool</li>
32767 <li>Initial value: true</li>
32768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32770 </ul>
32771<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32772 <ul>
32773 <li>Set with class: \ref ns3::PointerValue</li>
32774 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32775 <li>Initial value: 0</li>
32776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32778 </ul>
32779<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32780 <ul>
32781 <li>Set with class: \ref ns3::BooleanValue</li>
32782 <li>Underlying type: bool</li>
32783 <li>Initial value: false</li>
32784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32786 </ul>
32787<li><b>Frequency</b>: The centre frequency in Hz.
32788 <ul>
32789 <li>Set with class: \ref ns3::DoubleValue</li>
32790 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32791 <li>Initial value: 5e+08</li>
32792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32794 </ul>
32795<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32796 <ul>
32797 <li>Set with class: \ref ns3::BooleanValue</li>
32798 <li>Underlying type: bool</li>
32799 <li>Initial value: true</li>
32800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32802 </ul>
32803</ul>
32804No TraceSources are defined for this type.<br>
32805<b>Group:</b> Propagation
32806
32807<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
32808*/
32809
32810/*!
32811
32812\class ns3::ThreeGppV2vHighwayChannelConditionModel
32813
32814<h3>Config Paths</h3>
32815
32816ns3::ThreeGppV2vHighwayChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32817<ul>
32818<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32819<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32820<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32821<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32822<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32823<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32824<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32825<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32826<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32827<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32828<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32829<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32830<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32831<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32832</ul>
32833No Attributes are defined for this type.<br>
32834<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32835<ul>
32836<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
32837 <ul>
32838 <li>Set with class: \ref ns3::BooleanValue</li>
32839 <li>Underlying type: bool</li>
32840 <li>Initial value: false</li>
32841 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32842 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32843 </ul>
32844<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
32845 <ul>
32846 <li>Set with class: \ref ns3::DoubleValue</li>
32847 <li>Underlying type: double 0:1</li>
32848 <li>Initial value: 1</li>
32849 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32850 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32851 </ul>
32852<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32853 <ul>
32854 <li>Set with class: \ref ns3::DoubleValue</li>
32855 <li>Underlying type: double 0:1</li>
32856 <li>Initial value: 0</li>
32857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32859 </ul>
32860<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
32861 <ul>
32862 <li>Set with class: \ref ns3::TimeValue</li>
32863 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32864 <li>Initial value: +0ns</li>
32865 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32866 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32867 </ul>
32868</ul>
32869No TraceSources are defined for this type.<br>
32870<b>Group:</b> Buildings
32871
32872<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
32873*/
32874
32875/*!
32876
32877\class ns3::ThreeGppV2vHighwayPropagationLossModel
32878
32879<h3>Config Paths</h3>
32880
32881ns3::ThreeGppV2vHighwayPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32882<ul>
32883<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32884<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32885<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32886<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32887<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32888<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32889<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32890<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32891<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32892<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32893<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32894<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32895<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32896<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32897<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32898<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32899<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32900<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32901<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32902<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32903<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32904<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32905<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32906<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32907<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32908<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32909<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32910<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32911</ul>
32912No Attributes are defined for this type.<br>
32913<h3>Attributes defined in parent class ns3::ThreeGppV2vUrbanPropagationLossModel</h3>
32914<ul>
32915<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario
32916 <ul>
32917 <li>Set with class: \ref ns3::DoubleValue</li>
32918 <li>Underlying type: double 0:100</li>
32919 <li>Initial value: 0</li>
32920 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32922 </ul>
32923</ul>
32924<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32925<ul>
32926<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32927 <ul>
32928 <li>Set with class: \ref ns3::BooleanValue</li>
32929 <li>Underlying type: bool</li>
32930 <li>Initial value: true</li>
32931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32933 </ul>
32934<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32935 <ul>
32936 <li>Set with class: \ref ns3::PointerValue</li>
32937 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32938 <li>Initial value: 0</li>
32939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32941 </ul>
32942<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32943 <ul>
32944 <li>Set with class: \ref ns3::BooleanValue</li>
32945 <li>Underlying type: bool</li>
32946 <li>Initial value: false</li>
32947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32949 </ul>
32950<li><b>Frequency</b>: The centre frequency in Hz.
32951 <ul>
32952 <li>Set with class: \ref ns3::DoubleValue</li>
32953 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32954 <li>Initial value: 5e+08</li>
32955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32957 </ul>
32958<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32959 <ul>
32960 <li>Set with class: \ref ns3::BooleanValue</li>
32961 <li>Underlying type: bool</li>
32962 <li>Initial value: true</li>
32963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32965 </ul>
32966</ul>
32967No TraceSources are defined for this type.<br>
32968<b>Group:</b> Propagation
32969
32970<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
32971*/
32972
32973/*!
32974
32975\class ns3::ThreeGppV2vUrbanChannelConditionModel
32976
32977<h3>Config Paths</h3>
32978
32979ns3::ThreeGppV2vUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32980<ul>
32981<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32982<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32983<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32984<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32985<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32986<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32987<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32988<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32989<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32990<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32991<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32992<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32993<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32994<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32995</ul>
32996No Attributes are defined for this type.<br>
32997<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32998<ul>
32999<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
33000 <ul>
33001 <li>Set with class: \ref ns3::BooleanValue</li>
33002 <li>Underlying type: bool</li>
33003 <li>Initial value: false</li>
33004 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33005 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33006 </ul>
33007<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
33008 <ul>
33009 <li>Set with class: \ref ns3::DoubleValue</li>
33010 <li>Underlying type: double 0:1</li>
33011 <li>Initial value: 1</li>
33012 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33013 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33014 </ul>
33015<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
33016 <ul>
33017 <li>Set with class: \ref ns3::DoubleValue</li>
33018 <li>Underlying type: double 0:1</li>
33019 <li>Initial value: 0</li>
33020 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33022 </ul>
33023<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
33024 <ul>
33025 <li>Set with class: \ref ns3::TimeValue</li>
33026 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33027 <li>Initial value: +0ns</li>
33028 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33030 </ul>
33031</ul>
33032No TraceSources are defined for this type.<br>
33033<b>Group:</b> Buildings
33034
33035<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
33036*/
33037
33038/*!
33039
33040\class ns3::ThreeGppV2vUrbanPropagationLossModel
33041
33042<h3>Config Paths</h3>
33043
33044ns3::ThreeGppV2vUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33045<ul>
33046<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33047<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33048<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33049<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33050<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33051<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33052<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33053<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33054<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33055<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33056<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33057<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33058<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33059<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33060</ul>
33061<h3>Attributes</h3>
33062<ul>
33063<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario
33064 <ul>
33065 <li>Set with class: \ref ns3::DoubleValue</li>
33066 <li>Underlying type: double 0:100</li>
33067 <li>Initial value: 0</li>
33068 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33070 </ul>
33071</ul>
33072<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
33073<ul>
33074<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
33075 <ul>
33076 <li>Set with class: \ref ns3::BooleanValue</li>
33077 <li>Underlying type: bool</li>
33078 <li>Initial value: true</li>
33079 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33080 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33081 </ul>
33082<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
33083 <ul>
33084 <li>Set with class: \ref ns3::PointerValue</li>
33085 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
33086 <li>Initial value: 0</li>
33087 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33088 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33089 </ul>
33090<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
33091 <ul>
33092 <li>Set with class: \ref ns3::BooleanValue</li>
33093 <li>Underlying type: bool</li>
33094 <li>Initial value: false</li>
33095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33097 </ul>
33098<li><b>Frequency</b>: The centre frequency in Hz.
33099 <ul>
33100 <li>Set with class: \ref ns3::DoubleValue</li>
33101 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33102 <li>Initial value: 5e+08</li>
33103 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33105 </ul>
33106<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
33107 <ul>
33108 <li>Set with class: \ref ns3::BooleanValue</li>
33109 <li>Underlying type: bool</li>
33110 <li>Initial value: true</li>
33111 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33112 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33113 </ul>
33114</ul>
33115No TraceSources are defined for this type.<br>
33116<b>Group:</b> Propagation
33117
33118<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
33119*/
33120
33121/*!
33122
33123\class ns3::ThreeLogDistancePropagationLossModel
33124
33125<h3>Config Paths</h3>
33126
33127ns3::ThreeLogDistancePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33128<ul>
33129<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33130<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33131<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33132<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33133<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33134<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33135<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33136</ul>
33137<h3>Attributes</h3>
33138<ul>
33139<li><b>Distance0</b>: Beginning of the first (near) distance field
33140 <ul>
33141 <li>Set with class: \ref ns3::DoubleValue</li>
33142 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33143 <li>Initial value: 1</li>
33144 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33145 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33146 </ul>
33147<li><b>Distance1</b>: Beginning of the second (middle) distance field.
33148 <ul>
33149 <li>Set with class: \ref ns3::DoubleValue</li>
33150 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33151 <li>Initial value: 200</li>
33152 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33153 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33154 </ul>
33155<li><b>Distance2</b>: Beginning of the third (far) distance field.
33156 <ul>
33157 <li>Set with class: \ref ns3::DoubleValue</li>
33158 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33159 <li>Initial value: 500</li>
33160 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33162 </ul>
33163<li><b>Exponent0</b>: The exponent for the first field.
33164 <ul>
33165 <li>Set with class: \ref ns3::DoubleValue</li>
33166 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33167 <li>Initial value: 1.9</li>
33168 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33169 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33170 </ul>
33171<li><b>Exponent1</b>: The exponent for the second field.
33172 <ul>
33173 <li>Set with class: \ref ns3::DoubleValue</li>
33174 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33175 <li>Initial value: 3.8</li>
33176 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33177 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33178 </ul>
33179<li><b>Exponent2</b>: The exponent for the third field.
33180 <ul>
33181 <li>Set with class: \ref ns3::DoubleValue</li>
33182 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33183 <li>Initial value: 3.8</li>
33184 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33185 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33186 </ul>
33187<li><b>ReferenceLoss</b>: The reference loss at distance d0 (dB). (Default is Friis at 1m with 5.15 GHz)
33188 <ul>
33189 <li>Set with class: \ref ns3::DoubleValue</li>
33190 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33191 <li>Initial value: 46.6777</li>
33192 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33194 </ul>
33195</ul>
33196No TraceSources are defined for this type.<br>
33197<b>Group:</b> Propagation
33198
33199<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
33200*/
33201
33202/*!
33203
33204\class ns3::ThresholdPreambleDetectionModel
33205
33206<h3>Config Paths</h3>
33207
33208ns3::ThresholdPreambleDetectionModel is accessible through the following paths with Config::Set and Config::Connect:
33209<ul>
33210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PreambleDetectionModel/$ns3::ThresholdPreambleDetectionModel"</li>
33211<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PreambleDetectionModel/$ns3::ThresholdPreambleDetectionModel"</li>
33212</ul>
33213<h3>Attributes</h3>
33214<ul>
33215<li><b>MinimumRssi</b>: Preamble is dropped if the RSSI is below this value (expressed in dBm).
33216 <ul>
33217 <li>Set with class: \ref ns3::DoubleValue</li>
33218 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33219 <li>Initial value: -82</li>
33220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33222 </ul>
33223<li><b>Threshold</b>: Preamble is successfully detected if the SNR is at or above this value (expressed in dB).
33224 <ul>
33225 <li>Set with class: \ref ns3::DoubleValue</li>
33226 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33227 <li>Initial value: 4</li>
33228 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33230 </ul>
33231</ul>
33232No TraceSources are defined for this type.<br>
33233<b>Group:</b> Wifi
33234
33235<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
33236*/
33237
33238/*!
33239
33240\class ns3::TimeProbe
33241
33242Introspection did not find any typical Config paths.<br>
33243No Attributes are defined for this type.<br>
33244<h3>Attributes defined in parent class ns3::Probe</h3>
33245<ul>
33246<li><b>Start</b>: Time data collection starts
33247 <ul>
33248 <li>Set with class: \ref ns3::TimeValue</li>
33249 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33250 <li>Initial value: +0ns</li>
33251 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33253 </ul>
33254<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
33255 <ul>
33256 <li>Set with class: \ref ns3::TimeValue</li>
33257 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33258 <li>Initial value: +0ns</li>
33259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33261 </ul>
33262</ul>
33263<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
33264<ul>
33265<li><b>Enabled</b>: Object's enabled status
33266 <ul>
33267 <li>Set with class: \ref ns3::BooleanValue</li>
33268 <li>Underlying type: bool</li>
33269 <li>Initial value: true</li>
33270 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33271 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33272 </ul>
33273<li><b>Name</b>: Object's name
33274 <ul>
33275 <li>Set with class: \ref ns3::StringValue</li>
33276 <li>Underlying type: \p std::string</li>
33277 <li>Initial value: unnamed</li>
33278 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33279 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33280 </ul>
33281</ul>
33282<h3>TraceSources</h3>
33283<ul>
33284<li><b>Output</b>: The double valued (units of seconds) probe output<br> <ul>
33285 <li> %Callback signature: ns3::TracedValueCallback::Double
33286</li>
33287 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33288</ul>
33289</ul>
33290<b>Group:</b> Stats
33291
33292<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
33293*/
33294
33295/*!
33296
33297\class ns3::TimeSeriesAdaptor
33298
33299Introspection did not find any typical Config paths.<br>
33300No Attributes are defined for this type.<br>
33301<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
33302<ul>
33303<li><b>Enabled</b>: Object's enabled status
33304 <ul>
33305 <li>Set with class: \ref ns3::BooleanValue</li>
33306 <li>Underlying type: bool</li>
33307 <li>Initial value: true</li>
33308 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33309 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33310 </ul>
33311<li><b>Name</b>: Object's name
33312 <ul>
33313 <li>Set with class: \ref ns3::StringValue</li>
33314 <li>Underlying type: \p std::string</li>
33315 <li>Initial value: unnamed</li>
33316 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33317 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33318 </ul>
33319</ul>
33320<h3>TraceSources</h3>
33321<ul>
33322<li><b>Output</b>: The current simulation time versus the current value converted to a double<br> <ul>
33323 <li> %Callback signature: ns3::TimeSeriesAdaptor::OutputTracedCallback
33324</li>
33325 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33326</ul>
33327</ul>
33328<b>Group:</b> Stats
33329
33330<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
33331*/
33332
33333/*!
33334
33335\class ns3::TimestampTag
33336
33337Introspection did not find any typical Config paths.<br>
33338No Attributes are defined for this type.<br>
33339No TraceSources are defined for this type.<br>
33340<b>Group:</b> Network
33341
33342<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
33343*/
33344
33345/*!
33346
33347\class ns3::TopologyReader
33348
33349Introspection did not find any typical Config paths.<br>
33350No Attributes are defined for this type.<br>
33351No TraceSources are defined for this type.<br>
33352<b>Group:</b> TopologyReader
33353
33354<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
33355*/
33356
33357/*!
33358
33359\class ns3::TraceFadingLossModel
33360
33361Introspection did not find any typical Config paths.<br>
33362<h3>Attributes</h3>
33363<ul>
33364<li><b>RbNum</b>: The number of RB the trace is made of (default 100)
33365 <ul>
33366 <li>Set with class: \ref ns3::UintegerValue</li>
33367 <li>Underlying type: uint32_t 0:4294967295</li>
33368 <li>Initial value: 100</li>
33369 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33371 </ul>
33372<li><b>RngStreamSetSize</b>: The number of RNG streams reserved for the fading model. The maximum number of streams that are needed for an LTE FDD scenario is 2 * numUEs * numeNBs.
33373 <ul>
33374 <li>Set with class: \ref ns3::UintegerValue</li>
33375 <li>Underlying type: uint64_t 0:18446744073709551615</li>
33376 <li>Initial value: 200000</li>
33377 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33379 </ul>
33380<li><b>SamplesNum</b>: The number of samples the trace is made of (default 10000)
33381 <ul>
33382 <li>Set with class: \ref ns3::UintegerValue</li>
33383 <li>Underlying type: uint32_t 0:4294967295</li>
33384 <li>Initial value: 10000</li>
33385 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33387 </ul>
33388<li><b>TraceFilename</b>: Name of file to load a trace from.
33389 <ul>
33390 <li>Set with class: \ref ns3::StringValue</li>
33391 <li>Underlying type: \p std::string</li>
33392 <li>Initial value: ""</li>
33393 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33395 </ul>
33396<li><b>TraceLength</b>: The total length of the fading trace (default value 10 s.)
33397 <ul>
33398 <li>Set with class: \ref ns3::TimeValue</li>
33399 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33400 <li>Initial value: +1e+10ns</li>
33401 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33403 </ul>
33404<li><b>WindowSize</b>: The size of the window for the fading trace (default value 0.5 s.)
33405 <ul>
33406 <li>Set with class: \ref ns3::TimeValue</li>
33407 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33408 <li>Initial value: +5e+08ns</li>
33409 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33411 </ul>
33412</ul>
33413No TraceSources are defined for this type.<br>
33414<b>Group:</b> Spectrum
33415
33416<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
33417*/
33418
33419/*!
33420
33421\class ns3::TrafficControlLayer
33422
33423Introspection did not find any typical Config paths.<br>
33424<h3>Attributes</h3>
33425<ul>
33426<li><b>RootQueueDiscList</b>: The list of root queue discs associated to this Traffic Control layer.
33427 <ul>
33428 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
33429 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
33430 <li>Flags: <span class="mlabel">read</span></li>
33431 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33432 </ul>
33433</ul>
33434<h3>TraceSources</h3>
33435<ul>
33436<li><b>TcDrop</b>: Trace source indicating a packet has been dropped by the Traffic Control layer because no queue disc is installed on the device, the device supports flow control and the device queue is stopped<br> <ul>
33437 <li> %Callback signature: ns3::Packet::TracedCallback
33438</li>
33439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33440</ul>
33441</ul>
33442<b>Group:</b> TrafficControl
33443
33444<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
33445*/
33446
33447/*!
33448
33449\class ns3::Trailer
33450
33451Introspection did not find any typical Config paths.<br>
33452No Attributes are defined for this type.<br>
33453No TraceSources are defined for this type.<br>
33454<b>Group:</b> Network
33455
33456<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
33457*/
33458
33459/*!
33460
33461\class ns3::TriangularRandomVariable
33462
33463<h3>Config Paths</h3>
33464
33465ns3::TriangularRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
33466<ul>
33467<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33468<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33469<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33470<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33471<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33472<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33473<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33474<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33475<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33476<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33477<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33478<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33479<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33480<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33481<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33482<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::TriangularRandomVariable"</li>
33483<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::TriangularRandomVariable"</li>
33484<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33485<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33486<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33487<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33488<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33489<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33490<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33491<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33492<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33493<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33494<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::TriangularRandomVariable"</li>
33495<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::TriangularRandomVariable"</li>
33496<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::TriangularRandomVariable"</li>
33497<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::TriangularRandomVariable"</li>
33498<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::TriangularRandomVariable"</li>
33499<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::TriangularRandomVariable"</li>
33500<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::TriangularRandomVariable"</li>
33501<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::TriangularRandomVariable"</li>
33502<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::TriangularRandomVariable"</li>
33503<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33504<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::TriangularRandomVariable"</li>
33505<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::TriangularRandomVariable"</li>
33506<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33507<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33508<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::TriangularRandomVariable"</li>
33509<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33510<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33511<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33512<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33513<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::TriangularRandomVariable"</li>
33514<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::TriangularRandomVariable"</li>
33515<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::TriangularRandomVariable"</li>
33516<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33517<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33518<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::TriangularRandomVariable"</li>
33519<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::TriangularRandomVariable"</li>
33520<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33521<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::TriangularRandomVariable"</li>
33522<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::TriangularRandomVariable"</li>
33523<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::TriangularRandomVariable"</li>
33524<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33525<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33526<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33527</ul>
33528<h3>Attributes</h3>
33529<ul>
33530<li><b>Max</b>: The upper bound on the values returned by this RNG stream.
33531 <ul>
33532 <li>Set with class: \ref ns3::DoubleValue</li>
33533 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33534 <li>Initial value: 1</li>
33535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33537 </ul>
33538<li><b>Mean</b>: The mean value for the triangular distribution returned by this RNG stream.
33539 <ul>
33540 <li>Set with class: \ref ns3::DoubleValue</li>
33541 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33542 <li>Initial value: 0.5</li>
33543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33545 </ul>
33546<li><b>Min</b>: The lower bound on the values returned by this RNG stream.
33547 <ul>
33548 <li>Set with class: \ref ns3::DoubleValue</li>
33549 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33550 <li>Initial value: 0</li>
33551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33553 </ul>
33554</ul>
33555<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
33556<ul>
33557<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
33558 <ul>
33559 <li>Set with class: \ref ns3::BooleanValue</li>
33560 <li>Underlying type: bool</li>
33561 <li>Initial value: false</li>
33562 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33563 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33564 </ul>
33565<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
33566 <ul>
33567 <li>Set with class: \ref ns3::IntegerValue</li>
33568 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
33569 <li>Initial value: -1</li>
33570 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33571 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33572 </ul>
33573</ul>
33574No TraceSources are defined for this type.<br>
33575<b>Group:</b> Core
33576
33577<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33578*/
33579
33580/*!
33581
33582\class ns3::TtaFfMacScheduler
33583
33584<h3>Config Paths</h3>
33585
33586ns3::TtaFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
33587<ul>
33588<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TtaFfMacScheduler"</li>
33589<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TtaFfMacScheduler"</li>
33590</ul>
33591<h3>Attributes</h3>
33592<ul>
33593<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
33594 <ul>
33595 <li>Set with class: \ref ns3::UintegerValue</li>
33596 <li>Underlying type: uint32_t 0:4294967295</li>
33597 <li>Initial value: 1000</li>
33598 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33599 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33600 </ul>
33601<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
33602 <ul>
33603 <li>Set with class: \ref ns3::BooleanValue</li>
33604 <li>Underlying type: bool</li>
33605 <li>Initial value: true</li>
33606 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33607 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33608 </ul>
33609<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
33610 <ul>
33611 <li>Set with class: \ref ns3::UintegerValue</li>
33612 <li>Underlying type: uint8_t 0:255</li>
33613 <li>Initial value: 0</li>
33614 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33616 </ul>
33617</ul>
33618<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
33619<ul>
33620<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
33621 <ul>
33622 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
33623 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
33624 <li>Initial value: SRS_UL_CQI</li>
33625 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33627 </ul>
33628</ul>
33629No TraceSources are defined for this type.<br>
33630<b>Group:</b> Lte
33631
33632<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
33633*/
33634
33635/*!
33636
33637\class ns3::TvSpectrumTransmitter
33638
33639Introspection did not find any typical Config paths.<br>
33640<h3>Attributes</h3>
33641<ul>
33642<li><b>Antenna</b>: The AntennaModel to be used. Allows classes inherited from ns3::AntennaModel. Defaults to ns3::IsotropicAntennaModel.
33643 <ul>
33644 <li>Set with class: \ref ns3::PointerValue</li>
33645 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
33646 <li>Initial value: ns3::IsotropicAntennaModel</li>
33647 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33649 </ul>
33650<li><b>BasePsd</b>: The base power spectral density (in dBm/Hz) of the TV transmitter's transmitted spectrum. Base PSD is the maximum PSD of the spectrum excluding pilots. For analog and COFDM transmitters this is the maximum PSD, but for 8-VSB transmitters this is the maximum PSD of the main signal spectrum (flat-top segment) since the pilot actually has the maximum PSD overall.
33651 <ul>
33652 <li>Set with class: \ref ns3::DoubleValue</li>
33653 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33654 <li>Initial value: 20</li>
33655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33657 </ul>
33658<li><b>ChannelBandwidth</b>: The bandwidth (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
33659 <ul>
33660 <li>Set with class: \ref ns3::DoubleValue</li>
33661 <li>Underlying type: double 0:1.79769e+308</li>
33662 <li>Initial value: 6e+06</li>
33663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33665 </ul>
33666<li><b>StartFrequency</b>: The lower end frequency (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
33667 <ul>
33668 <li>Set with class: \ref ns3::DoubleValue</li>
33669 <li>Underlying type: double 0:1.79769e+308</li>
33670 <li>Initial value: 5e+08</li>
33671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33673 </ul>
33674<li><b>StartingTime</b>: The time point after the simulation begins in which the TV transmitter will begin transmitting.
33675 <ul>
33676 <li>Set with class: \ref ns3::TimeValue</li>
33677 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33678 <li>Initial value: +0ns</li>
33679 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33680 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33681 </ul>
33682<li><b>TransmitDuration</b>: The duration of time that the TV transmitter will transmit for.
33683 <ul>
33684 <li>Set with class: \ref ns3::TimeValue</li>
33685 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33686 <li>Initial value: +2e+08ns</li>
33687 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33689 </ul>
33690<li><b>TvType</b>: The type of TV transmitter/modulation to be used.
33691 <ul>
33692 <li>Set with class: \ref ns3::EnumValue<ns3::TvSpectrumTransmitter::TvType></li>
33693 <li>Underlying type: \p 8vsb|cofdm|analog</li>
33694 <li>Initial value: 8vsb</li>
33695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33697 </ul>
33698</ul>
33699No TraceSources are defined for this type.<br>
33700<b>Group:</b> Spectrum
33701
33702<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
33703*/
33704
33705/*!
33706
33707\class ns3::TwoRayGroundPropagationLossModel
33708
33709<h3>Config Paths</h3>
33710
33711ns3::TwoRayGroundPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33712<ul>
33713<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33714<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33715<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33716<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33717<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33718<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33719<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33720</ul>
33721<h3>Attributes</h3>
33722<ul>
33723<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).
33724 <ul>
33725 <li>Set with class: \ref ns3::DoubleValue</li>
33726 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33727 <li>Initial value: 5.15e+09</li>
33728 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33729 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33730 </ul>
33731<li><b>HeightAboveZ</b>: The height of the antenna (m) above the node's Z coordinate
33732 <ul>
33733 <li>Set with class: \ref ns3::DoubleValue</li>
33734 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33735 <li>Initial value: 0</li>
33736 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33737 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33738 </ul>
33739<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m)
33740 <ul>
33741 <li>Set with class: \ref ns3::DoubleValue</li>
33742 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33743 <li>Initial value: 0.5</li>
33744 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33745 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33746 </ul>
33747<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)
33748 <ul>
33749 <li>Set with class: \ref ns3::DoubleValue</li>
33750 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33751 <li>Initial value: 1</li>
33752 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33754 </ul>
33755</ul>
33756No TraceSources are defined for this type.<br>
33757<b>Group:</b> Propagation
33758
33759<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33760*/
33761
33762/*!
33763
33764\class ns3::TwoRaySpectrumPropagationLossModel
33765
33766Introspection did not find any typical Config paths.<br>
33767<h3>Attributes</h3>
33768<ul>
33769<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
33770 <ul>
33771 <li>Set with class: \ref ns3::PointerValue</li>
33772 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
33773 <li>Initial value: 0</li>
33774 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33776 </ul>
33777<li><b>Frequency</b>: The operating Frequency in Hz
33778 <ul>
33779 <li>Set with class: \ref ns3::DoubleValue</li>
33780 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33781 <li>Initial value: 5e+08</li>
33782 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33784 </ul>
33785<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed).
33786 <ul>
33787 <li>Set with class: \ref ns3::StringValue</li>
33788 <li>Underlying type: \p std::string</li>
33789 <li>Initial value: RMa</li>
33790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33792 </ul>
33793</ul>
33794No TraceSources are defined for this type.<br>
33795<b>Group:</b> Spectrum
33796
33797<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
33798*/
33799
33800/*!
33801
33802\class ns3::Txop
33803
33804<h3>Config Paths</h3>
33805
33806ns3::Txop is accessible through the following paths with Config::Set and Config::Connect:
33807<ul>
33808<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop"</li>
33809</ul>
33810<h3>Attributes</h3>
33811<ul>
33812<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.
33813 <ul>
33814 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
33815 <li>Underlying type: \p AC_BE|AC_BK|AC_VI|AC_VO|AC_BE_NQOS|AC_VI|AC_BEACON|AC_UNDEF</li>
33816 <li>Initial value: AC_UNDEF</li>
33817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33819 </ul>
33820<li><b>Aifsn</b>: The AIFSN: the default value conforms to non-QOS (just for the first link, in case of 11be multi-link devices).
33821 <ul>
33822 <li>Set with class: \ref ns3::UintegerValue</li>
33823 <li>Underlying type: uint8_t 0:255</li>
33824 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33825 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use Aifsns attribute instead of Aifsn</li>
33826 </ul>
33827<li><b>Aifsns</b>: The values of AIFSN for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
33828 <ul>
33829 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33830 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33831 <li>Initial value: </li>
33832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33834 </ul>
33835<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).
33836 <ul>
33837 <li>Set with class: \ref ns3::UintegerValue</li>
33838 <li>Underlying type: uint32_t 0:4294967295</li>
33839 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33840 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MaxCws attribute instead of MaxCw</li>
33841 </ul>
33842<li><b>MaxCws</b>: The maximum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
33843 <ul>
33844 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33845 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33846 <li>Initial value: </li>
33847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33849 </ul>
33850<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).
33851 <ul>
33852 <li>Set with class: \ref ns3::UintegerValue</li>
33853 <li>Underlying type: uint32_t 0:4294967295</li>
33854 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33855 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MinCws attribute instead of MinCw</li>
33856 </ul>
33857<li><b>MinCws</b>: The minimum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
33858 <ul>
33859 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33860 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33861 <li>Initial value: </li>
33862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33864 </ul>
33865<li><b>Queue</b>: The WifiMacQueue object
33866 <ul>
33867 <li>Set with class: \ref ns3::PointerValue</li>
33868 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMacQueue></li>
33869 <li>Flags: <span class="mlabel">read</span></li>
33870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33871 </ul>
33872<li><b>TxopLimit</b>: The TXOP limit: the default value conforms to non-QoS (just for the first link, in case of 11be multi-link devices).
33873 <ul>
33874 <li>Set with class: \ref ns3::TimeValue</li>
33875 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33876 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33877 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use TxopLimits attribute instead of TxopLimit</li>
33878 </ul>
33879<li><b>TxopLimits</b>: The values of TXOP limit for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
33880 <ul>
33881 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39TimeValueE, NSt7__cxx114listIN3ns33PtrINS1_9TimeValueEEESaIS4_EEE></li>
33882 <li>Underlying type: \p ns3::Ptr<N3ns39TimeValueE></li>
33883 <li>Initial value: </li>
33884 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33885 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33886 </ul>
33887</ul>
33888<h3>TraceSources</h3>
33889<ul>
33890<li><b>BackoffTrace</b>: Trace source for backoff values<br> <ul>
33891 <li> %Callback signature: ns3::Txop::BackoffValueTracedCallback
33892</li>
33893 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33894</ul>
33895<li><b>CwTrace</b>: Trace source for contention window values<br> <ul>
33896 <li> %Callback signature: ns3::Txop::CwValueTracedCallback
33897</li>
33898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33899</ul>
33900</ul>
33901<b>Group:</b> Wifi
33902
33903<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
33904*/
33905
33906/*!
33907
33908\class ns3::UanChannel
33909
33910<h3>Config Paths</h3>
33911
33912ns3::UanChannel is accessible through the following paths with Config::Set and Config::Connect:
33913<ul>
33914<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel"</li>
33915<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel"</li>
33916<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel"</li>
33917<li>"/ChannelList/[i]/$ns3::UanChannel"</li>
33918</ul>
33919<h3>Attributes</h3>
33920<ul>
33921<li><b>NoiseModel</b>: A pointer to the model of the channel ambient noise.
33922 <ul>
33923 <li>Set with class: \ref ns3::PointerValue</li>
33924 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanNoiseModel></li>
33925 <li>Initial value: ns3::UanNoiseModelDefault</li>
33926 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33927 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33928 </ul>
33929<li><b>PropagationModel</b>: A pointer to the propagation model.
33930 <ul>
33931 <li>Set with class: \ref ns3::PointerValue</li>
33932 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPropModel></li>
33933 <li>Initial value: ns3::UanPropModelIdeal</li>
33934 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33936 </ul>
33937</ul>
33938<h3>Attributes defined in parent class ns3::Channel</h3>
33939<ul>
33940<li><b>Id</b>: The id (unique integer) of this Channel.
33941 <ul>
33942 <li>Set with class: \ref ns3::UintegerValue</li>
33943 <li>Underlying type: uint32_t 0:4294967295</li>
33944 <li>Flags: <span class="mlabel">read</span></li>
33945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33946 </ul>
33947</ul>
33948No TraceSources are defined for this type.<br>
33949<b>Group:</b> Uan
33950
33951<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33952*/
33953
33954/*!
33955
33956\class ns3::UanHeaderCommon
33957
33958Introspection did not find any typical Config paths.<br>
33959No Attributes are defined for this type.<br>
33960No TraceSources are defined for this type.<br>
33961<b>Group:</b> Uan
33962
33963<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
33964*/
33965
33966/*!
33967
33968\class ns3::UanHeaderRcAck
33969
33970Introspection did not find any typical Config paths.<br>
33971No Attributes are defined for this type.<br>
33972No TraceSources are defined for this type.<br>
33973<b>Group:</b> Uan
33974
33975<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
33976*/
33977
33978/*!
33979
33980\class ns3::UanHeaderRcCts
33981
33982Introspection did not find any typical Config paths.<br>
33983No Attributes are defined for this type.<br>
33984No TraceSources are defined for this type.<br>
33985<b>Group:</b> Uan
33986
33987<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
33988*/
33989
33990/*!
33991
33992\class ns3::UanHeaderRcCtsGlobal
33993
33994Introspection did not find any typical Config paths.<br>
33995No Attributes are defined for this type.<br>
33996No TraceSources are defined for this type.<br>
33997<b>Group:</b> Uan
33998
33999<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
34000*/
34001
34002/*!
34003
34004\class ns3::UanHeaderRcData
34005
34006Introspection did not find any typical Config paths.<br>
34007No Attributes are defined for this type.<br>
34008No TraceSources are defined for this type.<br>
34009<b>Group:</b> Uan
34010
34011<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
34012*/
34013
34014/*!
34015
34016\class ns3::UanHeaderRcRts
34017
34018Introspection did not find any typical Config paths.<br>
34019No Attributes are defined for this type.<br>
34020No TraceSources are defined for this type.<br>
34021<b>Group:</b> Uan
34022
34023<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
34024*/
34025
34026/*!
34027
34028\class ns3::UanMac
34029
34030<h3>Config Paths</h3>
34031
34032ns3::UanMac is accessible through the following paths with Config::Set and Config::Connect:
34033<ul>
34034<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac"</li>
34035</ul>
34036No Attributes are defined for this type.<br>
34037No TraceSources are defined for this type.<br>
34038<b>Group:</b> Uan
34039
34040<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
34041*/
34042
34043/*!
34044
34045\class ns3::UanMacAloha
34046
34047<h3>Config Paths</h3>
34048
34049ns3::UanMacAloha is accessible through the following paths with Config::Set and Config::Connect:
34050<ul>
34051<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacAloha"</li>
34052</ul>
34053No Attributes are defined for this type.<br>
34054No TraceSources are defined for this type.<br>
34055<b>Group:</b> Uan
34056
34057<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
34058*/
34059
34060/*!
34061
34062\class ns3::UanMacCw
34063
34064<h3>Config Paths</h3>
34065
34066ns3::UanMacCw is accessible through the following paths with Config::Set and Config::Connect:
34067<ul>
34068<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacCw"</li>
34069</ul>
34070<h3>Attributes</h3>
34071<ul>
34072<li><b>CW</b>: The MAC parameter CW.
34073 <ul>
34074 <li>Set with class: \ref ns3::UintegerValue</li>
34075 <li>Underlying type: uint32_t 0:4294967295</li>
34076 <li>Initial value: 10</li>
34077 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34078 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34079 </ul>
34080<li><b>SlotTime</b>: Time slot duration for MAC backoff.
34081 <ul>
34082 <li>Set with class: \ref ns3::TimeValue</li>
34083 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34084 <li>Initial value: +2e+07ns</li>
34085 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34086 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34087 </ul>
34088</ul>
34089<h3>TraceSources</h3>
34090<ul>
34091<li><b>Dequeue</b>: A was passed down to the PHY from the MAC.<br> <ul>
34092 <li> %Callback signature: ns3::UanMacCw::QueueTracedCallback
34093</li>
34094 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34095</ul>
34096<li><b>Enqueue</b>: A packet arrived at the MAC for transmission.<br> <ul>
34097 <li> %Callback signature: ns3::UanMacCw::QueueTracedCallback
34098</li>
34099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34100</ul>
34101<li><b>RX</b>: A packet was destined for this MAC and was received.<br> <ul>
34102 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34103</li>
34104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34105</ul>
34106</ul>
34107<b>Group:</b> Uan
34108
34109<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
34110*/
34111
34112/*!
34113
34114\class ns3::UanMacRc
34115
34116<h3>Config Paths</h3>
34117
34118ns3::UanMacRc is accessible through the following paths with Config::Set and Config::Connect:
34119<ul>
34120<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacRc"</li>
34121</ul>
34122<h3>Attributes</h3>
34123<ul>
34124<li><b>MaxFrames</b>: Maximum number of frames to include in a single RTS.
34125 <ul>
34126 <li>Set with class: \ref ns3::UintegerValue</li>
34127 <li>Underlying type: uint32_t 0:4294967295</li>
34128 <li>Initial value: 1</li>
34129 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34130 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34131 </ul>
34132<li><b>MaxPropDelay</b>: Maximum possible propagation delay to gateway.
34133 <ul>
34134 <li>Set with class: \ref ns3::TimeValue</li>
34135 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34136 <li>Initial value: +2e+09ns</li>
34137 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34139 </ul>
34140<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.
34141 <ul>
34142 <li>Set with class: \ref ns3::DoubleValue</li>
34143 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34144 <li>Initial value: 0.01</li>
34145 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34147 </ul>
34148<li><b>NumberOfRates</b>: Number of rate divisions supported by each PHY.
34149 <ul>
34150 <li>Set with class: \ref ns3::UintegerValue</li>
34151 <li>Underlying type: uint32_t 0:4294967295</li>
34152 <li>Initial value: 0</li>
34153 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34154 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34155 </ul>
34156<li><b>QueueLimit</b>: Maximum packets to queue at MAC.
34157 <ul>
34158 <li>Set with class: \ref ns3::UintegerValue</li>
34159 <li>Underlying type: uint32_t 0:4294967295</li>
34160 <li>Initial value: 10</li>
34161 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34163 </ul>
34164<li><b>RetryRate</b>: Number of retry attempts per second (of RTS/GWPING).
34165 <ul>
34166 <li>Set with class: \ref ns3::DoubleValue</li>
34167 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34168 <li>Initial value: 0.2</li>
34169 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34171 </ul>
34172<li><b>RetryStep</b>: Retry rate increment.
34173 <ul>
34174 <li>Set with class: \ref ns3::DoubleValue</li>
34175 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34176 <li>Initial value: 0.01</li>
34177 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34179 </ul>
34180<li><b>SIFS</b>: Spacing to give between frames (this should match gateway).
34181 <ul>
34182 <li>Set with class: \ref ns3::TimeValue</li>
34183 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34184 <li>Initial value: +2e+08ns</li>
34185 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34186 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34187 </ul>
34188</ul>
34189<h3>TraceSources</h3>
34190<ul>
34191<li><b>Dequeue</b>: A (data) packet was passed down to PHY from MAC.<br> <ul>
34192 <li> %Callback signature: ns3::UanMacRc::QueueTracedCallback
34193</li>
34194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34195</ul>
34196<li><b>Enqueue</b>: A (data) packet arrived at MAC for transmission.<br> <ul>
34197 <li> %Callback signature: ns3::UanMacRc::QueueTracedCallback
34198</li>
34199 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34200</ul>
34201<li><b>RX</b>: A packet was destined for and received at this MAC layer.<br> <ul>
34202 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34203</li>
34204 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34205</ul>
34206</ul>
34207<b>Group:</b> Uan
34208
34209<b>Size</b> of this type is 368 bytes (on a 64-bit architecture).
34210*/
34211
34212/*!
34213
34214\class ns3::UanMacRcGw
34215
34216<h3>Config Paths</h3>
34217
34218ns3::UanMacRcGw is accessible through the following paths with Config::Set and Config::Connect:
34219<ul>
34220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacRcGw"</li>
34221</ul>
34222<h3>Attributes</h3>
34223<ul>
34224<li><b>FrameSize</b>: Size of data frames in bytes.
34225 <ul>
34226 <li>Set with class: \ref ns3::UintegerValue</li>
34227 <li>Underlying type: uint32_t 0:4294967295</li>
34228 <li>Initial value: 1000</li>
34229 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34230 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34231 </ul>
34232<li><b>MaxPropDelay</b>: Maximum propagation delay between gateway and non-gateway nodes.
34233 <ul>
34234 <li>Set with class: \ref ns3::TimeValue</li>
34235 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34236 <li>Initial value: +2e+09ns</li>
34237 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34238 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34239 </ul>
34240<li><b>MaxReservations</b>: Maximum number of reservations to accept per cycle.
34241 <ul>
34242 <li>Set with class: \ref ns3::UintegerValue</li>
34243 <li>Underlying type: uint32_t 0:4294967295</li>
34244 <li>Initial value: 10</li>
34245 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34246 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34247 </ul>
34248<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.
34249 <ul>
34250 <li>Set with class: \ref ns3::DoubleValue</li>
34251 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34252 <li>Initial value: 0.01</li>
34253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34255 </ul>
34256<li><b>NumberOfNodes</b>: Number of non-gateway nodes in this gateway's neighborhood.
34257 <ul>
34258 <li>Set with class: \ref ns3::UintegerValue</li>
34259 <li>Underlying type: uint32_t 0:4294967295</li>
34260 <li>Initial value: 10</li>
34261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34263 </ul>
34264<li><b>NumberOfRates</b>: Number of rates per Phy layer.
34265 <ul>
34266 <li>Set with class: \ref ns3::UintegerValue</li>
34267 <li>Underlying type: uint32_t 0:4294967295</li>
34268 <li>Initial value: 1023</li>
34269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34271 </ul>
34272<li><b>RateStep</b>: Increments available for rate assignment in bps.
34273 <ul>
34274 <li>Set with class: \ref ns3::UintegerValue</li>
34275 <li>Underlying type: uint32_t 0:4294967295</li>
34276 <li>Initial value: 4</li>
34277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34279 </ul>
34280<li><b>RetryStep</b>: Retry rate increment.
34281 <ul>
34282 <li>Set with class: \ref ns3::DoubleValue</li>
34283 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34284 <li>Initial value: 0.01</li>
34285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34287 </ul>
34288<li><b>SIFS</b>: Spacing between frames to account for timing error and processing delay.
34289 <ul>
34290 <li>Set with class: \ref ns3::TimeValue</li>
34291 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34292 <li>Initial value: +2e+08ns</li>
34293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34295 </ul>
34296<li><b>TotalRate</b>: Total available channel rate in bps (for a single channel, without splitting reservation channel).
34297 <ul>
34298 <li>Set with class: \ref ns3::UintegerValue</li>
34299 <li>Underlying type: uint32_t 0:4294967295</li>
34300 <li>Initial value: 4096</li>
34301 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34303 </ul>
34304</ul>
34305<h3>TraceSources</h3>
34306<ul>
34307<li><b>Cycle</b>: Trace cycle statistics.<br> <ul>
34308 <li> %Callback signature: ns3::UanMacRcGw::CycleCallback
34309</li>
34310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34311</ul>
34312<li><b>RX</b>: A packet was destined for and received at this MAC layer.<br> <ul>
34313 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34314</li>
34315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34316</ul>
34317</ul>
34318<b>Group:</b> Uan
34319
34320<b>Size</b> of this type is 424 bytes (on a 64-bit architecture).
34321*/
34322
34323/*!
34324
34325\class ns3::UanNetDevice
34326
34327<h3>Config Paths</h3>
34328
34329ns3::UanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
34330<ul>
34331<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice"</li>
34332</ul>
34333<h3>Attributes</h3>
34334<ul>
34335<li><b>Channel</b>: The channel attached to this device.
34336 <ul>
34337 <li>Set with class: \ref ns3::PointerValue</li>
34338 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanChannel></li>
34339 <li>Initial value: 0</li>
34340 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34342 </ul>
34343<li><b>Mac</b>: The MAC layer attached to this device.
34344 <ul>
34345 <li>Set with class: \ref ns3::PointerValue</li>
34346 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanMac></li>
34347 <li>Initial value: 0</li>
34348 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34349 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34350 </ul>
34351<li><b>Phy</b>: The PHY layer attached to this device.
34352 <ul>
34353 <li>Set with class: \ref ns3::PointerValue</li>
34354 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhy></li>
34355 <li>Initial value: 0</li>
34356 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34357 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34358 </ul>
34359<li><b>Transducer</b>: The Transducer attached to this device.
34360 <ul>
34361 <li>Set with class: \ref ns3::PointerValue</li>
34362 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanTransducer></li>
34363 <li>Initial value: 0</li>
34364 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34365 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34366 </ul>
34367</ul>
34368<h3>TraceSources</h3>
34369<ul>
34370<li><b>Rx</b>: Received payload from the MAC layer.<br> <ul>
34371 <li> %Callback signature: ns3::UanNetDevice::RxTxTracedCallback
34372</li>
34373 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34374</ul>
34375<li><b>Tx</b>: Send payload to the MAC layer.<br> <ul>
34376 <li> %Callback signature: ns3::UanNetDevice::RxTxTracedCallback
34377</li>
34378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34379</ul>
34380</ul>
34381<b>Group:</b> Uan
34382
34383<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
34384*/
34385
34386/*!
34387
34388\class ns3::UanNoiseModel
34389
34390<h3>Config Paths</h3>
34391
34392ns3::UanNoiseModel is accessible through the following paths with Config::Set and Config::Connect:
34393<ul>
34394<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel"</li>
34395<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/NoiseModel"</li>
34396<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel"</li>
34397<li>"/ChannelList/[i]/$ns3::UanChannel/NoiseModel"</li>
34398</ul>
34399No Attributes are defined for this type.<br>
34400No TraceSources are defined for this type.<br>
34401<b>Group:</b> Uan
34402
34403<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34404*/
34405
34406/*!
34407
34408\class ns3::UanNoiseModelDefault
34409
34410<h3>Config Paths</h3>
34411
34412ns3::UanNoiseModelDefault is accessible through the following paths with Config::Set and Config::Connect:
34413<ul>
34414<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34415<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34416<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34417<li>"/ChannelList/[i]/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34418</ul>
34419<h3>Attributes</h3>
34420<ul>
34421<li><b>Shipping</b>: Shipping contribution to noise between 0 and 1.
34422 <ul>
34423 <li>Set with class: \ref ns3::DoubleValue</li>
34424 <li>Underlying type: double 0:1</li>
34425 <li>Initial value: 0</li>
34426 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34428 </ul>
34429<li><b>Wind</b>: Wind speed in m/s.
34430 <ul>
34431 <li>Set with class: \ref ns3::DoubleValue</li>
34432 <li>Underlying type: double 0:1.79769e+308</li>
34433 <li>Initial value: 1</li>
34434 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34436 </ul>
34437</ul>
34438No TraceSources are defined for this type.<br>
34439<b>Group:</b> Uan
34440
34441<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
34442*/
34443
34444/*!
34445
34446\class ns3::UanPhy
34447
34448<h3>Config Paths</h3>
34449
34450ns3::UanPhy is accessible through the following paths with Config::Set and Config::Connect:
34451<ul>
34452<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy"</li>
34453</ul>
34454No Attributes are defined for this type.<br>
34455<h3>TraceSources</h3>
34456<ul>
34457<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34458 <li> %Callback signature: ns3::Packet::TracedCallback
34459</li>
34460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34461</ul>
34462<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34463 <li> %Callback signature: ns3::Packet::TracedCallback
34464</li>
34465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34466</ul>
34467<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34468 <li> %Callback signature: ns3::Packet::TracedCallback
34469</li>
34470 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34471</ul>
34472<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34473 <li> %Callback signature: ns3::Packet::TracedCallback
34474</li>
34475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34476</ul>
34477<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34478 <li> %Callback signature: ns3::Packet::TracedCallback
34479</li>
34480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34481</ul>
34482<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34483 <li> %Callback signature: ns3::Packet::TracedCallback
34484</li>
34485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34486</ul>
34487</ul>
34488<b>Group:</b> Uan
34489
34490<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
34491*/
34492
34493/*!
34494
34495\class ns3::UanPhyCalcSinr
34496
34497<h3>Config Paths</h3>
34498
34499ns3::UanPhyCalcSinr is accessible through the following paths with Config::Set and Config::Connect:
34500<ul>
34501<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1"</li>
34502<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2"</li>
34503<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel"</li>
34504</ul>
34505No Attributes are defined for this type.<br>
34506No TraceSources are defined for this type.<br>
34507<b>Group:</b> Uan
34508
34509<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34510*/
34511
34512/*!
34513
34514\class ns3::UanPhyCalcSinrDefault
34515
34516<h3>Config Paths</h3>
34517
34518ns3::UanPhyCalcSinrDefault is accessible through the following paths with Config::Set and Config::Connect:
34519<ul>
34520<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrDefault"</li>
34521<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrDefault"</li>
34522<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrDefault"</li>
34523</ul>
34524No Attributes are defined for this type.<br>
34525No TraceSources are defined for this type.<br>
34526<b>Group:</b> Uan
34527
34528<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34529*/
34530
34531/*!
34532
34533\class ns3::UanPhyCalcSinrDual
34534
34535<h3>Config Paths</h3>
34536
34537ns3::UanPhyCalcSinrDual is accessible through the following paths with Config::Set and Config::Connect:
34538<ul>
34539<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrDual"</li>
34540<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrDual"</li>
34541<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrDual"</li>
34542</ul>
34543No Attributes are defined for this type.<br>
34544No TraceSources are defined for this type.<br>
34545<b>Group:</b> Uan
34546
34547<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34548*/
34549
34550/*!
34551
34552\class ns3::UanPhyCalcSinrFhFsk
34553
34554<h3>Config Paths</h3>
34555
34556ns3::UanPhyCalcSinrFhFsk is accessible through the following paths with Config::Set and Config::Connect:
34557<ul>
34558<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrFhFsk"</li>
34559<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrFhFsk"</li>
34560<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrFhFsk"</li>
34561</ul>
34562<h3>Attributes</h3>
34563<ul>
34564<li><b>NumberOfHops</b>: Number of frequencies in hopping pattern.
34565 <ul>
34566 <li>Set with class: \ref ns3::UintegerValue</li>
34567 <li>Underlying type: uint32_t 0:4294967295</li>
34568 <li>Initial value: 13</li>
34569 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34570 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34571 </ul>
34572</ul>
34573No TraceSources are defined for this type.<br>
34574<b>Group:</b> Uan
34575
34576<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34577*/
34578
34579/*!
34580
34581\class ns3::UanPhyDual
34582
34583<h3>Config Paths</h3>
34584
34585ns3::UanPhyDual is accessible through the following paths with Config::Set and Config::Connect:
34586<ul>
34587<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual"</li>
34588</ul>
34589<h3>Attributes</h3>
34590<ul>
34591<li><b>CcaThresholdPhy1</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy1.
34592 <ul>
34593 <li>Set with class: \ref ns3::DoubleValue</li>
34594 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34595 <li>Initial value: 10</li>
34596 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34598 </ul>
34599<li><b>CcaThresholdPhy2</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy2.
34600 <ul>
34601 <li>Set with class: \ref ns3::DoubleValue</li>
34602 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34603 <li>Initial value: 10</li>
34604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34606 </ul>
34607<li><b>PerModelPhy1</b>: Functor to calculate PER based on SINR and TxMode for Phy1.
34608 <ul>
34609 <li>Set with class: \ref ns3::PointerValue</li>
34610 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34611 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34614 </ul>
34615<li><b>PerModelPhy2</b>: Functor to calculate PER based on SINR and TxMode for Phy2.
34616 <ul>
34617 <li>Set with class: \ref ns3::PointerValue</li>
34618 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34619 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34622 </ul>
34623<li><b>SinrModelPhy1</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy1.
34624 <ul>
34625 <li>Set with class: \ref ns3::PointerValue</li>
34626 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34627 <li>Initial value: ns3::UanPhyCalcSinrDual</li>
34628 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34629 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34630 </ul>
34631<li><b>SinrModelPhy2</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy2.
34632 <ul>
34633 <li>Set with class: \ref ns3::PointerValue</li>
34634 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34635 <li>Initial value: ns3::UanPhyCalcSinrDual</li>
34636 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34637 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34638 </ul>
34639<li><b>SupportedModesPhy1</b>: List of modes supported by Phy1.
34640 <ul>
34641 <li>Set with class: \ref ns3::UanModesListValue</li>
34642 <li>Underlying type: \p UanModesList</li>
34643 <li>Initial value: 3|0|1|1|</li>
34644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34646 </ul>
34647<li><b>SupportedModesPhy2</b>: List of modes supported by Phy2.
34648 <ul>
34649 <li>Set with class: \ref ns3::UanModesListValue</li>
34650 <li>Underlying type: \p UanModesList</li>
34651 <li>Initial value: 3|0|1|1|</li>
34652 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34654 </ul>
34655<li><b>TxPowerPhy1</b>: Transmission output power in dB of Phy1.
34656 <ul>
34657 <li>Set with class: \ref ns3::DoubleValue</li>
34658 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34659 <li>Initial value: 190</li>
34660 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34661 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34662 </ul>
34663<li><b>TxPowerPhy2</b>: Transmission output power in dB of Phy2.
34664 <ul>
34665 <li>Set with class: \ref ns3::DoubleValue</li>
34666 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34667 <li>Initial value: 190</li>
34668 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34669 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34670 </ul>
34671</ul>
34672<h3>TraceSources</h3>
34673<ul>
34674<li><b>RxError</b>: A packet was received unsuccessfuly.<br> <ul>
34675 <li> %Callback signature: ns3::UanPhy::TracedCallback
34676</li>
34677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34678</ul>
34679<li><b>RxOk</b>: A packet was received successfully.<br> <ul>
34680 <li> %Callback signature: ns3::UanPhy::TracedCallback
34681</li>
34682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34683</ul>
34684<li><b>Tx</b>: Packet transmission beginning.<br> <ul>
34685 <li> %Callback signature: ns3::UanPhy::TracedCallback
34686</li>
34687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34688</ul>
34689</ul>
34690<h3>TraceSources defined in parent class ns3::UanPhy</h3>
34691<ul>
34692<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34693 <li> %Callback signature: ns3::Packet::TracedCallback
34694</li>
34695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34696</ul>
34697<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34698 <li> %Callback signature: ns3::Packet::TracedCallback
34699</li>
34700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34701</ul>
34702<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34703 <li> %Callback signature: ns3::Packet::TracedCallback
34704</li>
34705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34706</ul>
34707<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34708 <li> %Callback signature: ns3::Packet::TracedCallback
34709</li>
34710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34711</ul>
34712<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34713 <li> %Callback signature: ns3::Packet::TracedCallback
34714</li>
34715 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34716</ul>
34717<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34718 <li> %Callback signature: ns3::Packet::TracedCallback
34719</li>
34720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34721</ul>
34722</ul>
34723<b>Group:</b> Uan
34724
34725<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
34726*/
34727
34728/*!
34729
34730\class ns3::UanPhyGen
34731
34732<h3>Config Paths</h3>
34733
34734ns3::UanPhyGen is accessible through the following paths with Config::Set and Config::Connect:
34735<ul>
34736<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen"</li>
34737</ul>
34738<h3>Attributes</h3>
34739<ul>
34740<li><b>CcaThreshold</b>: Aggregate energy of incoming signals to move to CCA Busy state dB.
34741 <ul>
34742 <li>Set with class: \ref ns3::DoubleValue</li>
34743 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34744 <li>Initial value: 10</li>
34745 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34746 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34747 </ul>
34748<li><b>PerModel</b>: Functor to calculate PER based on SINR and TxMode.
34749 <ul>
34750 <li>Set with class: \ref ns3::PointerValue</li>
34751 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34752 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34753 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34755 </ul>
34756<li><b>RxThreshold</b>: Required SNR for signal acquisition in dB.
34757 <ul>
34758 <li>Set with class: \ref ns3::DoubleValue</li>
34759 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34760 <li>Initial value: 10</li>
34761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34763 </ul>
34764<li><b>SinrModel</b>: Functor to calculate SINR based on pkt arrivals and modes.
34765 <ul>
34766 <li>Set with class: \ref ns3::PointerValue</li>
34767 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34768 <li>Initial value: ns3::UanPhyCalcSinrDefault</li>
34769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34771 </ul>
34772<li><b>SupportedModes</b>: List of modes supported by this PHY.
34773 <ul>
34774 <li>Set with class: \ref ns3::UanModesListValue</li>
34775 <li>Underlying type: \p UanModesList</li>
34776 <li>Initial value: 3|0|1|1|</li>
34777 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34779 </ul>
34780<li><b>TxPower</b>: Transmission output power in dB.
34781 <ul>
34782 <li>Set with class: \ref ns3::DoubleValue</li>
34783 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34784 <li>Initial value: 190</li>
34785 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34787 </ul>
34788</ul>
34789<h3>TraceSources</h3>
34790<ul>
34791<li><b>RxError</b>: A packet was received unsuccessfuly.<br> <ul>
34792 <li> %Callback signature: ns3::UanPhy::TracedCallback
34793</li>
34794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34795</ul>
34796<li><b>RxOk</b>: A packet was received successfully.<br> <ul>
34797 <li> %Callback signature: ns3::UanPhy::TracedCallback
34798</li>
34799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34800</ul>
34801<li><b>Tx</b>: Packet transmission beginning.<br> <ul>
34802 <li> %Callback signature: ns3::UanPhy::TracedCallback
34803</li>
34804 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34805</ul>
34806</ul>
34807<h3>TraceSources defined in parent class ns3::UanPhy</h3>
34808<ul>
34809<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34810 <li> %Callback signature: ns3::Packet::TracedCallback
34811</li>
34812 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34813</ul>
34814<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34815 <li> %Callback signature: ns3::Packet::TracedCallback
34816</li>
34817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34818</ul>
34819<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34820 <li> %Callback signature: ns3::Packet::TracedCallback
34821</li>
34822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34823</ul>
34824<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34825 <li> %Callback signature: ns3::Packet::TracedCallback
34826</li>
34827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34828</ul>
34829<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34830 <li> %Callback signature: ns3::Packet::TracedCallback
34831</li>
34832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34833</ul>
34834<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34835 <li> %Callback signature: ns3::Packet::TracedCallback
34836</li>
34837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34838</ul>
34839</ul>
34840<b>Group:</b> Uan
34841
34842<b>Size</b> of this type is 568 bytes (on a 64-bit architecture).
34843*/
34844
34845/*!
34846
34847\class ns3::UanPhyPer
34848
34849<h3>Config Paths</h3>
34850
34851ns3::UanPhyPer is accessible through the following paths with Config::Set and Config::Connect:
34852<ul>
34853<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1"</li>
34854<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2"</li>
34855<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel"</li>
34856</ul>
34857No Attributes are defined for this type.<br>
34858No TraceSources are defined for this type.<br>
34859<b>Group:</b> Uan
34860
34861<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34862*/
34863
34864/*!
34865
34866\class ns3::UanPhyPerCommonModes
34867
34868<h3>Config Paths</h3>
34869
34870ns3::UanPhyPerCommonModes is accessible through the following paths with Config::Set and Config::Connect:
34871<ul>
34872<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerCommonModes"</li>
34873<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerCommonModes"</li>
34874<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerCommonModes"</li>
34875</ul>
34876No Attributes are defined for this type.<br>
34877No TraceSources are defined for this type.<br>
34878<b>Group:</b> Uan
34879
34880<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34881*/
34882
34883/*!
34884
34885\class ns3::UanPhyPerGenDefault
34886
34887<h3>Config Paths</h3>
34888
34889ns3::UanPhyPerGenDefault is accessible through the following paths with Config::Set and Config::Connect:
34890<ul>
34891<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerGenDefault"</li>
34892<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerGenDefault"</li>
34893<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerGenDefault"</li>
34894</ul>
34895<h3>Attributes</h3>
34896<ul>
34897<li><b>Threshold</b>: SINR cutoff for good packet reception.
34898 <ul>
34899 <li>Set with class: \ref ns3::DoubleValue</li>
34900 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34901 <li>Initial value: 8</li>
34902 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34904 </ul>
34905</ul>
34906No TraceSources are defined for this type.<br>
34907<b>Group:</b> Uan
34908
34909<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
34910*/
34911
34912/*!
34913
34914\class ns3::UanPhyPerUmodem
34915
34916<h3>Config Paths</h3>
34917
34918ns3::UanPhyPerUmodem is accessible through the following paths with Config::Set and Config::Connect:
34919<ul>
34920<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerUmodem"</li>
34921<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerUmodem"</li>
34922<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerUmodem"</li>
34923</ul>
34924No Attributes are defined for this type.<br>
34925No TraceSources are defined for this type.<br>
34926<b>Group:</b> Uan
34927
34928<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34929*/
34930
34931/*!
34932
34933\class ns3::UanPropModel
34934
34935<h3>Config Paths</h3>
34936
34937ns3::UanPropModel is accessible through the following paths with Config::Set and Config::Connect:
34938<ul>
34939<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel"</li>
34940<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel"</li>
34941<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel"</li>
34942<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel"</li>
34943</ul>
34944No Attributes are defined for this type.<br>
34945No TraceSources are defined for this type.<br>
34946<b>Group:</b> Uan
34947
34948<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34949*/
34950
34951/*!
34952
34953\class ns3::UanPropModelIdeal
34954
34955<h3>Config Paths</h3>
34956
34957ns3::UanPropModelIdeal is accessible through the following paths with Config::Set and Config::Connect:
34958<ul>
34959<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34960<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34961<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34962<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34963</ul>
34964No Attributes are defined for this type.<br>
34965No TraceSources are defined for this type.<br>
34966<b>Group:</b> Uan
34967
34968<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34969*/
34970
34971/*!
34972
34973\class ns3::UanPropModelThorp
34974
34975<h3>Config Paths</h3>
34976
34977ns3::UanPropModelThorp is accessible through the following paths with Config::Set and Config::Connect:
34978<ul>
34979<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34980<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34981<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::UanPropModelThorp"</li>
34982<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34983</ul>
34984<h3>Attributes</h3>
34985<ul>
34986<li><b>SpreadCoef</b>: Spreading coefficient used in calculation of Thorp's approximation.
34987 <ul>
34988 <li>Set with class: \ref ns3::DoubleValue</li>
34989 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34990 <li>Initial value: 1.5</li>
34991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34993 </ul>
34994</ul>
34995No TraceSources are defined for this type.<br>
34996<b>Group:</b> Uan
34997
34998<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
34999*/
35000
35001/*!
35002
35003\class ns3::UanTransducer
35004
35005<h3>Config Paths</h3>
35006
35007ns3::UanTransducer is accessible through the following paths with Config::Set and Config::Connect:
35008<ul>
35009<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer"</li>
35010</ul>
35011No Attributes are defined for this type.<br>
35012No TraceSources are defined for this type.<br>
35013<b>Group:</b> Uan
35014
35015<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
35016*/
35017
35018/*!
35019
35020\class ns3::UanTransducerHd
35021
35022<h3>Config Paths</h3>
35023
35024ns3::UanTransducerHd is accessible through the following paths with Config::Set and Config::Connect:
35025<ul>
35026<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::UanTransducerHd"</li>
35027</ul>
35028<h3>Attributes</h3>
35029<ul>
35030<li><b>RxGainDb</b>: Gain in Db added to incoming signal at receiver.
35031 <ul>
35032 <li>Set with class: \ref ns3::DoubleValue</li>
35033 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
35034 <li>Initial value: 0</li>
35035 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35037 </ul>
35038</ul>
35039No TraceSources are defined for this type.<br>
35040<b>Group:</b> Uan
35041
35042<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
35043*/
35044
35045/*!
35046
35047\class ns3::Ucd
35048
35049Introspection did not find any typical Config paths.<br>
35050No Attributes are defined for this type.<br>
35051No TraceSources are defined for this type.<br>
35052<b>Group:</b> Wimax
35053
35054<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
35055*/
35056
35057/*!
35058
35059\class ns3::UdpClient
35060
35061<h3>Config Paths</h3>
35062
35063ns3::UdpClient is accessible through the following paths with Config::Set and Config::Connect:
35064<ul>
35065<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpClient"</li>
35066<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpClient"</li>
35067</ul>
35068<h3>Attributes</h3>
35069<ul>
35070<li><b>Interval</b>: The time to wait between packets
35071 <ul>
35072 <li>Set with class: \ref ns3::TimeValue</li>
35073 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35074 <li>Initial value: +1e+09ns</li>
35075 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35076 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35077 </ul>
35078<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
35079 <ul>
35080 <li>Set with class: \ref ns3::UintegerValue</li>
35081 <li>Underlying type: uint32_t 0:4294967295</li>
35082 <li>Initial value: 100</li>
35083 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35084 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35085 </ul>
35086<li><b>PacketSize</b>: Size of packets generated. The minimum packet size is 12 bytes which is the size of the header carrying the sequence number and the time stamp.
35087 <ul>
35088 <li>Set with class: \ref ns3::UintegerValue</li>
35089 <li>Underlying type: uint32_t 12:65507</li>
35090 <li>Initial value: 1024</li>
35091 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35092 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35093 </ul>
35094<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35095 <ul>
35096 <li>Set with class: \ref ns3::AddressValue</li>
35097 <li>Underlying type: \p Address</li>
35098 <li>Initial value: </li>
35099 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35100 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35101 </ul>
35102<li><b>RemotePort</b>: The destination port of the outbound packets
35103 <ul>
35104 <li>Set with class: \ref ns3::UintegerValue</li>
35105 <li>Underlying type: uint16_t 0:65535</li>
35106 <li>Initial value: 100</li>
35107 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35108 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35109 </ul>
35110</ul>
35111<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35112<ul>
35113<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35114 <ul>
35115 <li>Set with class: \ref ns3::AddressValue</li>
35116 <li>Underlying type: \p Address</li>
35117 <li>Initial value: </li>
35118 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35120 </ul>
35121<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35122 <ul>
35123 <li>Set with class: \ref ns3::AddressValue</li>
35124 <li>Underlying type: \p Address</li>
35125 <li>Initial value: </li>
35126 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35128 </ul>
35129<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
35130 <ul>
35131 <li>Set with class: \ref ns3::UintegerValue</li>
35132 <li>Underlying type: uint8_t 0:255</li>
35133 <li>Initial value: 0</li>
35134 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35136 </ul>
35137</ul>
35138<h3>Attributes defined in parent class ns3::Application</h3>
35139<ul>
35140<li><b>StartTime</b>: Time at which the application will start
35141 <ul>
35142 <li>Set with class: \ref ns3::TimeValue</li>
35143 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35144 <li>Initial value: +0ns</li>
35145 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35147 </ul>
35148<li><b>StopTime</b>: Time at which the application will stop
35149 <ul>
35150 <li>Set with class: \ref ns3::TimeValue</li>
35151 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35152 <li>Initial value: +0ns</li>
35153 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35154 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35155 </ul>
35156</ul>
35157<h3>TraceSources</h3>
35158<ul>
35159<li><b>Tx</b>: A new packet is created and sent<br> <ul>
35160 <li> %Callback signature: ns3::Packet::TracedCallback
35161</li>
35162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35163</ul>
35164<li><b>TxWithAddresses</b>: A new packet is created and sent<br> <ul>
35165 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35166</li>
35167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35168</ul>
35169</ul>
35170<b>Group:</b> Applications
35171
35172<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
35173*/
35174
35175/*!
35176
35177\class ns3::UdpEchoClient
35178
35179<h3>Config Paths</h3>
35180
35181ns3::UdpEchoClient is accessible through the following paths with Config::Set and Config::Connect:
35182<ul>
35183<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpEchoClient"</li>
35184<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpEchoClient"</li>
35185</ul>
35186<h3>Attributes</h3>
35187<ul>
35188<li><b>Interval</b>: The time to wait between packets
35189 <ul>
35190 <li>Set with class: \ref ns3::TimeValue</li>
35191 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35192 <li>Initial value: +1e+09ns</li>
35193 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35195 </ul>
35196<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
35197 <ul>
35198 <li>Set with class: \ref ns3::UintegerValue</li>
35199 <li>Underlying type: uint32_t 0:4294967295</li>
35200 <li>Initial value: 100</li>
35201 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35202 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35203 </ul>
35204<li><b>PacketSize</b>: Size of echo data in outbound packets
35205 <ul>
35206 <li>Set with class: \ref ns3::UintegerValue</li>
35207 <li>Underlying type: uint32_t 0:4294967295</li>
35208 <li>Initial value: 100</li>
35209 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35211 </ul>
35212<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35213 <ul>
35214 <li>Set with class: \ref ns3::AddressValue</li>
35215 <li>Underlying type: \p Address</li>
35216 <li>Initial value: </li>
35217 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35218 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35219 </ul>
35220<li><b>RemotePort</b>: The destination port of the outbound packets
35221 <ul>
35222 <li>Set with class: \ref ns3::UintegerValue</li>
35223 <li>Underlying type: uint16_t 0:65535</li>
35224 <li>Initial value: 0</li>
35225 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35226 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35227 </ul>
35228</ul>
35229<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35230<ul>
35231<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35232 <ul>
35233 <li>Set with class: \ref ns3::AddressValue</li>
35234 <li>Underlying type: \p Address</li>
35235 <li>Initial value: </li>
35236 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35238 </ul>
35239<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35240 <ul>
35241 <li>Set with class: \ref ns3::AddressValue</li>
35242 <li>Underlying type: \p Address</li>
35243 <li>Initial value: </li>
35244 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35246 </ul>
35247<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
35248 <ul>
35249 <li>Set with class: \ref ns3::UintegerValue</li>
35250 <li>Underlying type: uint8_t 0:255</li>
35251 <li>Initial value: 0</li>
35252 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35253 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35254 </ul>
35255</ul>
35256<h3>Attributes defined in parent class ns3::Application</h3>
35257<ul>
35258<li><b>StartTime</b>: Time at which the application will start
35259 <ul>
35260 <li>Set with class: \ref ns3::TimeValue</li>
35261 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35262 <li>Initial value: +0ns</li>
35263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35265 </ul>
35266<li><b>StopTime</b>: Time at which the application will stop
35267 <ul>
35268 <li>Set with class: \ref ns3::TimeValue</li>
35269 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35270 <li>Initial value: +0ns</li>
35271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35273 </ul>
35274</ul>
35275<h3>TraceSources</h3>
35276<ul>
35277<li><b>Rx</b>: A packet has been received<br> <ul>
35278 <li> %Callback signature: ns3::Packet::TracedCallback
35279</li>
35280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35281</ul>
35282<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35283 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35284</li>
35285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35286</ul>
35287<li><b>Tx</b>: A new packet is created and is sent<br> <ul>
35288 <li> %Callback signature: ns3::Packet::TracedCallback
35289</li>
35290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35291</ul>
35292<li><b>TxWithAddresses</b>: A new packet is created and is sent<br> <ul>
35293 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35294</li>
35295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35296</ul>
35297</ul>
35298<b>Group:</b> Applications
35299
35300<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
35301*/
35302
35303/*!
35304
35305\class ns3::UdpEchoServer
35306
35307<h3>Config Paths</h3>
35308
35309ns3::UdpEchoServer is accessible through the following paths with Config::Set and Config::Connect:
35310<ul>
35311<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::UdpEchoServer"</li>
35312<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpEchoServer"</li>
35313</ul>
35314<h3>Attributes</h3>
35315<ul>
35316<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
35317 <ul>
35318 <li>Set with class: \ref ns3::UintegerValue</li>
35319 <li>Underlying type: uint8_t 0:255</li>
35320 <li>Initial value: 0</li>
35321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35323 </ul>
35324</ul>
35325<h3>Attributes defined in parent class ns3::SinkApplication</h3>
35326<ul>
35327<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
35328 <ul>
35329 <li>Set with class: \ref ns3::AddressValue</li>
35330 <li>Underlying type: \p Address</li>
35331 <li>Initial value: </li>
35332 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35334 </ul>
35335<li><b>Port</b>: Port on which the application listens for incoming packets.
35336 <ul>
35337 <li>Set with class: \ref ns3::UintegerValue</li>
35338 <li>Underlying type: uint32_t 0:4294967295</li>
35339 <li>Initial value: 4294967295</li>
35340 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35342 </ul>
35343</ul>
35344<h3>Attributes defined in parent class ns3::Application</h3>
35345<ul>
35346<li><b>StartTime</b>: Time at which the application will start
35347 <ul>
35348 <li>Set with class: \ref ns3::TimeValue</li>
35349 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35350 <li>Initial value: +0ns</li>
35351 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35353 </ul>
35354<li><b>StopTime</b>: Time at which the application will stop
35355 <ul>
35356 <li>Set with class: \ref ns3::TimeValue</li>
35357 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35358 <li>Initial value: +0ns</li>
35359 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35361 </ul>
35362</ul>
35363<h3>TraceSources</h3>
35364<ul>
35365<li><b>Rx</b>: A packet has been received<br> <ul>
35366 <li> %Callback signature: ns3::Packet::TracedCallback
35367</li>
35368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35369</ul>
35370<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35371 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35372</li>
35373 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35374</ul>
35375</ul>
35376<b>Group:</b> Applications
35377
35378<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
35379*/
35380
35381/*!
35382
35383\class ns3::UdpHeader
35384
35385Introspection did not find any typical Config paths.<br>
35386No Attributes are defined for this type.<br>
35387No TraceSources are defined for this type.<br>
35388<b>Group:</b> Internet
35389
35390<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
35391*/
35392
35393/*!
35394
35395\class ns3::UdpL4Protocol
35396
35397<h3>Config Paths</h3>
35398
35399ns3::UdpL4Protocol is accessible through the following paths with Config::Set and Config::Connect:
35400<ul>
35401<li>"/NodeList/[i]/$ns3::UdpL4Protocol"</li>
35402</ul>
35403<h3>Attributes</h3>
35404<ul>
35405<li><b>SocketList</b>: A container of sockets associated to this protocol. The underlying type is an unordered map, the attribute name is kept for backward compatibility.
35406 <ul>
35407 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
35408 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UdpSocketImpl></li>
35409 <li>Flags: <span class="mlabel">read</span></li>
35410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35411 </ul>
35412</ul>
35413<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
35414<ul>
35415<li><b>ProtocolNumber</b>: The IP protocol number.
35416 <ul>
35417 <li>Set with class: \ref ns3::IntegerValue</li>
35418 <li>Underlying type: int32_t 0:255</li>
35419 <li>Flags: <span class="mlabel">read</span></li>
35420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35421 </ul>
35422</ul>
35423No TraceSources are defined for this type.<br>
35424<b>Group:</b> Internet
35425
35426<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
35427*/
35428
35429/*!
35430
35431\class ns3::UdpServer
35432
35433<h3>Config Paths</h3>
35434
35435ns3::UdpServer is accessible through the following paths with Config::Set and Config::Connect:
35436<ul>
35437<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::UdpServer"</li>
35438<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpServer"</li>
35439</ul>
35440<h3>Attributes</h3>
35441<ul>
35442<li><b>PacketWindowSize</b>: The size of the window used to compute the packet loss. This value should be a multiple of 8.
35443 <ul>
35444 <li>Set with class: \ref ns3::UintegerValue</li>
35445 <li>Underlying type: uint16_t 8:256</li>
35446 <li>Initial value: 32</li>
35447 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35448 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35449 </ul>
35450</ul>
35451<h3>Attributes defined in parent class ns3::SinkApplication</h3>
35452<ul>
35453<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
35454 <ul>
35455 <li>Set with class: \ref ns3::AddressValue</li>
35456 <li>Underlying type: \p Address</li>
35457 <li>Initial value: </li>
35458 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35460 </ul>
35461<li><b>Port</b>: Port on which the application listens for incoming packets.
35462 <ul>
35463 <li>Set with class: \ref ns3::UintegerValue</li>
35464 <li>Underlying type: uint32_t 0:4294967295</li>
35465 <li>Initial value: 4294967295</li>
35466 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35468 </ul>
35469</ul>
35470<h3>Attributes defined in parent class ns3::Application</h3>
35471<ul>
35472<li><b>StartTime</b>: Time at which the application will start
35473 <ul>
35474 <li>Set with class: \ref ns3::TimeValue</li>
35475 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35476 <li>Initial value: +0ns</li>
35477 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35478 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35479 </ul>
35480<li><b>StopTime</b>: Time at which the application will stop
35481 <ul>
35482 <li>Set with class: \ref ns3::TimeValue</li>
35483 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35484 <li>Initial value: +0ns</li>
35485 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35486 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35487 </ul>
35488</ul>
35489<h3>TraceSources</h3>
35490<ul>
35491<li><b>Rx</b>: A packet has been received<br> <ul>
35492 <li> %Callback signature: ns3::Packet::TracedCallback
35493</li>
35494 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35495</ul>
35496<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35497 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35498</li>
35499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35500</ul>
35501</ul>
35502<b>Group:</b> Applications
35503
35504<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
35505*/
35506
35507/*!
35508
35509\class ns3::UdpSocket
35510
35511Introspection did not find any typical Config paths.<br>
35512<h3>Attributes</h3>
35513<ul>
35514<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface
35515 <ul>
35516 <li>Set with class: \ref ns3::IntegerValue</li>
35517 <li>Underlying type: int32_t -2147483648:2147483647</li>
35518 <li>Initial value: -1</li>
35519 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35520 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35521 </ul>
35522<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface
35523 <ul>
35524 <li>Set with class: \ref ns3::BooleanValue</li>
35525 <li>Underlying type: bool</li>
35526 <li>Initial value: false</li>
35527 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35528 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35529 </ul>
35530<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)
35531 <ul>
35532 <li>Set with class: \ref ns3::UintegerValue</li>
35533 <li>Underlying type: uint8_t 0:255</li>
35534 <li>Initial value: 0</li>
35535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35537 </ul>
35538<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)
35539 <ul>
35540 <li>Set with class: \ref ns3::UintegerValue</li>
35541 <li>Underlying type: uint8_t 0:255</li>
35542 <li>Initial value: 0</li>
35543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35545 </ul>
35546<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.
35547 <ul>
35548 <li>Set with class: \ref ns3::BooleanValue</li>
35549 <li>Underlying type: bool</li>
35550 <li>Initial value: false</li>
35551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35553 </ul>
35554<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)
35555 <ul>
35556 <li>Set with class: \ref ns3::UintegerValue</li>
35557 <li>Underlying type: uint32_t 0:4294967295</li>
35558 <li>Initial value: 131072</li>
35559 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35561 </ul>
35562</ul>
35563No TraceSources are defined for this type.<br>
35564<b>Group:</b> Internet
35565
35566<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
35567*/
35568
35569/*!
35570
35571\class ns3::UdpSocketFactory
35572
35573<h3>Config Paths</h3>
35574
35575ns3::UdpSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
35576<ul>
35577<li>"/NodeList/[i]/$ns3::UdpSocketFactory"</li>
35578</ul>
35579No Attributes are defined for this type.<br>
35580No TraceSources are defined for this type.<br>
35581<b>Group:</b> Internet
35582
35583<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
35584*/
35585
35586/*!
35587
35588\class ns3::UdpSocketImpl
35589
35590<h3>Config Paths</h3>
35591
35592ns3::UdpSocketImpl is accessible through the following paths with Config::Set and Config::Connect:
35593<ul>
35594<li>"/NodeList/[i]/$ns3::UdpL4Protocol/SocketList/[i]"</li>
35595</ul>
35596<h3>Attributes</h3>
35597<ul>
35598<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.
35599 <ul>
35600 <li>Set with class: \ref ns3::CallbackValue</li>
35601 <li>Underlying type: \p Callback</li>
35602 <li>Initial value: 0</li>
35603 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35604 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35605 </ul>
35606<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.
35607 <ul>
35608 <li>Set with class: \ref ns3::CallbackValue</li>
35609 <li>Underlying type: \p Callback</li>
35610 <li>Initial value: 0</li>
35611 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35612 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35613 </ul>
35614</ul>
35615<h3>Attributes defined in parent class ns3::UdpSocket</h3>
35616<ul>
35617<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface
35618 <ul>
35619 <li>Set with class: \ref ns3::IntegerValue</li>
35620 <li>Underlying type: int32_t -2147483648:2147483647</li>
35621 <li>Initial value: -1</li>
35622 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35624 </ul>
35625<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface
35626 <ul>
35627 <li>Set with class: \ref ns3::BooleanValue</li>
35628 <li>Underlying type: bool</li>
35629 <li>Initial value: false</li>
35630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35632 </ul>
35633<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)
35634 <ul>
35635 <li>Set with class: \ref ns3::UintegerValue</li>
35636 <li>Underlying type: uint8_t 0:255</li>
35637 <li>Initial value: 0</li>
35638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35640 </ul>
35641<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)
35642 <ul>
35643 <li>Set with class: \ref ns3::UintegerValue</li>
35644 <li>Underlying type: uint8_t 0:255</li>
35645 <li>Initial value: 0</li>
35646 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35647 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35648 </ul>
35649<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.
35650 <ul>
35651 <li>Set with class: \ref ns3::BooleanValue</li>
35652 <li>Underlying type: bool</li>
35653 <li>Initial value: false</li>
35654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35656 </ul>
35657<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)
35658 <ul>
35659 <li>Set with class: \ref ns3::UintegerValue</li>
35660 <li>Underlying type: uint32_t 0:4294967295</li>
35661 <li>Initial value: 131072</li>
35662 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35663 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35664 </ul>
35665</ul>
35666<h3>TraceSources</h3>
35667<ul>
35668<li><b>Drop</b>: Drop UDP packet due to receive buffer overflow<br> <ul>
35669 <li> %Callback signature: ns3::Packet::TracedCallback
35670</li>
35671 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35672</ul>
35673</ul>
35674<b>Group:</b> Internet
35675
35676<b>Size</b> of this type is 384 bytes (on a 64-bit architecture).
35677*/
35678
35679/*!
35680
35681\class ns3::UdpTraceClient
35682
35683<h3>Config Paths</h3>
35684
35685ns3::UdpTraceClient is accessible through the following paths with Config::Set and Config::Connect:
35686<ul>
35687<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpTraceClient"</li>
35688<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpTraceClient"</li>
35689</ul>
35690<h3>Attributes</h3>
35691<ul>
35692<li><b>MaxPacketSize</b>: The maximum size of a packet (including the SeqTsHeader, 12 bytes).
35693 <ul>
35694 <li>Set with class: \ref ns3::UintegerValue</li>
35695 <li>Underlying type: uint32_t 0:4294967295</li>
35696 <li>Initial value: 1024</li>
35697 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35699 </ul>
35700<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35701 <ul>
35702 <li>Set with class: \ref ns3::AddressValue</li>
35703 <li>Underlying type: \p Address</li>
35704 <li>Initial value: </li>
35705 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35706 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35707 </ul>
35708<li><b>RemotePort</b>: The destination port of the outbound packets
35709 <ul>
35710 <li>Set with class: \ref ns3::UintegerValue</li>
35711 <li>Underlying type: uint16_t 0:65535</li>
35712 <li>Initial value: 100</li>
35713 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35714 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35715 </ul>
35716<li><b>TraceFilename</b>: Name of file to load a trace from. By default, uses a hardcoded trace.
35717 <ul>
35718 <li>Set with class: \ref ns3::StringValue</li>
35719 <li>Underlying type: \p std::string</li>
35720 <li>Initial value: ""</li>
35721 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35723 </ul>
35724<li><b>TraceLoop</b>: Loops through the trace file, starting again once it is over.
35725 <ul>
35726 <li>Set with class: \ref ns3::BooleanValue</li>
35727 <li>Underlying type: bool</li>
35728 <li>Initial value: true</li>
35729 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35731 </ul>
35732</ul>
35733<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35734<ul>
35735<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35736 <ul>
35737 <li>Set with class: \ref ns3::AddressValue</li>
35738 <li>Underlying type: \p Address</li>
35739 <li>Initial value: </li>
35740 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35741 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35742 </ul>
35743<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35744 <ul>
35745 <li>Set with class: \ref ns3::AddressValue</li>
35746 <li>Underlying type: \p Address</li>
35747 <li>Initial value: </li>
35748 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35750 </ul>
35751<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
35752 <ul>
35753 <li>Set with class: \ref ns3::UintegerValue</li>
35754 <li>Underlying type: uint8_t 0:255</li>
35755 <li>Initial value: 0</li>
35756 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35758 </ul>
35759</ul>
35760<h3>Attributes defined in parent class ns3::Application</h3>
35761<ul>
35762<li><b>StartTime</b>: Time at which the application will start
35763 <ul>
35764 <li>Set with class: \ref ns3::TimeValue</li>
35765 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35766 <li>Initial value: +0ns</li>
35767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35769 </ul>
35770<li><b>StopTime</b>: Time at which the application will stop
35771 <ul>
35772 <li>Set with class: \ref ns3::TimeValue</li>
35773 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35774 <li>Initial value: +0ns</li>
35775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35777 </ul>
35778</ul>
35779No TraceSources are defined for this type.<br>
35780<b>Group:</b> Applications
35781
35782<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
35783*/
35784
35785/*!
35786
35787\class ns3::UeManager
35788
35789<h3>Config Paths</h3>
35790
35791ns3::UeManager is accessible through the following paths with Config::Set and Config::Connect:
35792<ul>
35793<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]"</li>
35794<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]"</li>
35795</ul>
35796<h3>Attributes</h3>
35797<ul>
35798<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier
35799 <ul>
35800 <li>Set with class: \ref ns3::UintegerValue</li>
35801 <li>Underlying type: uint16_t 0:65535</li>
35802 <li>Flags: <span class="mlabel">read</span></li>
35803 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35804 </ul>
35805<li><b>DataRadioBearerMap</b>: List of UE DataRadioBearerInfo by DRBID.
35806 <ul>
35807 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
35808 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteDataRadioBearerInfo></li>
35809 <li>Flags: <span class="mlabel">read</span></li>
35810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35811 </ul>
35812<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0
35813 <ul>
35814 <li>Set with class: \ref ns3::PointerValue</li>
35815 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
35816 <li>Initial value: 0</li>
35817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35819 </ul>
35820<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1
35821 <ul>
35822 <li>Set with class: \ref ns3::PointerValue</li>
35823 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
35824 <li>Initial value: 0</li>
35825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35827 </ul>
35828</ul>
35829<h3>TraceSources</h3>
35830<ul>
35831<li><b>DrbCreated</b>: trace fired after DRB is created<br> <ul>
35832 <li> %Callback signature: ns3::UeManager::ImsiCidRntiLcIdTracedCallback
35833</li>
35834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35835</ul>
35836<li><b>StateTransition</b>: fired upon every UE state transition seen by the UeManager at the eNB RRC<br> <ul>
35837 <li> %Callback signature: ns3::UeManager::StateTracedCallback
35838</li>
35839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35840</ul>
35841</ul>
35842<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
35843*/
35844
35845/*!
35846
35847\class ns3::Uinteger16Probe
35848
35849Introspection did not find any typical Config paths.<br>
35850No Attributes are defined for this type.<br>
35851<h3>Attributes defined in parent class ns3::Probe</h3>
35852<ul>
35853<li><b>Start</b>: Time data collection starts
35854 <ul>
35855 <li>Set with class: \ref ns3::TimeValue</li>
35856 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35857 <li>Initial value: +0ns</li>
35858 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35860 </ul>
35861<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35862 <ul>
35863 <li>Set with class: \ref ns3::TimeValue</li>
35864 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35865 <li>Initial value: +0ns</li>
35866 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35867 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35868 </ul>
35869</ul>
35870<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35871<ul>
35872<li><b>Enabled</b>: Object's enabled status
35873 <ul>
35874 <li>Set with class: \ref ns3::BooleanValue</li>
35875 <li>Underlying type: bool</li>
35876 <li>Initial value: true</li>
35877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35879 </ul>
35880<li><b>Name</b>: Object's name
35881 <ul>
35882 <li>Set with class: \ref ns3::StringValue</li>
35883 <li>Underlying type: \p std::string</li>
35884 <li>Initial value: unnamed</li>
35885 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35887 </ul>
35888</ul>
35889<h3>TraceSources</h3>
35890<ul>
35891<li><b>Output</b>: The uint16_t that serves as output for this probe<br> <ul>
35892 <li> %Callback signature: ns3::TracedValueCallback::Uint16
35893</li>
35894 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35895</ul>
35896</ul>
35897<b>Group:</b> Stats
35898
35899<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
35900*/
35901
35902/*!
35903
35904\class ns3::Uinteger32Probe
35905
35906Introspection did not find any typical Config paths.<br>
35907No Attributes are defined for this type.<br>
35908<h3>Attributes defined in parent class ns3::Probe</h3>
35909<ul>
35910<li><b>Start</b>: Time data collection starts
35911 <ul>
35912 <li>Set with class: \ref ns3::TimeValue</li>
35913 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35914 <li>Initial value: +0ns</li>
35915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35917 </ul>
35918<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35919 <ul>
35920 <li>Set with class: \ref ns3::TimeValue</li>
35921 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35922 <li>Initial value: +0ns</li>
35923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35925 </ul>
35926</ul>
35927<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35928<ul>
35929<li><b>Enabled</b>: Object's enabled status
35930 <ul>
35931 <li>Set with class: \ref ns3::BooleanValue</li>
35932 <li>Underlying type: bool</li>
35933 <li>Initial value: true</li>
35934 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35936 </ul>
35937<li><b>Name</b>: Object's name
35938 <ul>
35939 <li>Set with class: \ref ns3::StringValue</li>
35940 <li>Underlying type: \p std::string</li>
35941 <li>Initial value: unnamed</li>
35942 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35943 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35944 </ul>
35945</ul>
35946<h3>TraceSources</h3>
35947<ul>
35948<li><b>Output</b>: The uint32_t that serves as output for this probe<br> <ul>
35949 <li> %Callback signature: ns3::TracedValueCallback::Uint32
35950</li>
35951 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35952</ul>
35953</ul>
35954<b>Group:</b> Stats
35955
35956<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
35957*/
35958
35959/*!
35960
35961\class ns3::Uinteger8Probe
35962
35963Introspection did not find any typical Config paths.<br>
35964No Attributes are defined for this type.<br>
35965<h3>Attributes defined in parent class ns3::Probe</h3>
35966<ul>
35967<li><b>Start</b>: Time data collection starts
35968 <ul>
35969 <li>Set with class: \ref ns3::TimeValue</li>
35970 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35971 <li>Initial value: +0ns</li>
35972 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35973 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35974 </ul>
35975<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35976 <ul>
35977 <li>Set with class: \ref ns3::TimeValue</li>
35978 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35979 <li>Initial value: +0ns</li>
35980 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35981 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35982 </ul>
35983</ul>
35984<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35985<ul>
35986<li><b>Enabled</b>: Object's enabled status
35987 <ul>
35988 <li>Set with class: \ref ns3::BooleanValue</li>
35989 <li>Underlying type: bool</li>
35990 <li>Initial value: true</li>
35991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35993 </ul>
35994<li><b>Name</b>: Object's name
35995 <ul>
35996 <li>Set with class: \ref ns3::StringValue</li>
35997 <li>Underlying type: \p std::string</li>
35998 <li>Initial value: unnamed</li>
35999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36001 </ul>
36002</ul>
36003<h3>TraceSources</h3>
36004<ul>
36005<li><b>Output</b>: The uint8_t that serves as output for this probe<br> <ul>
36006 <li> %Callback signature: ns3::TracedValueCallback::Uint8
36007</li>
36008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36009</ul>
36010</ul>
36011<b>Group:</b> Stats
36012
36013<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
36014*/
36015
36016/*!
36017
36018\class ns3::UlMap
36019
36020Introspection did not find any typical Config paths.<br>
36021No Attributes are defined for this type.<br>
36022No TraceSources are defined for this type.<br>
36023<b>Group:</b> Wimax
36024
36025<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
36026*/
36027
36028/*!
36029
36030\class ns3::UniformDiscPositionAllocator
36031
36032<h3>Config Paths</h3>
36033
36034ns3::UniformDiscPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
36035<ul>
36036<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::UniformDiscPositionAllocator"</li>
36037</ul>
36038<h3>Attributes</h3>
36039<ul>
36040<li><b>X</b>: The x coordinate of the center of the disc.
36041 <ul>
36042 <li>Set with class: \ref ns3::DoubleValue</li>
36043 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36044 <li>Initial value: 0</li>
36045 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36047 </ul>
36048<li><b>Y</b>: The y coordinate of the center of the disc.
36049 <ul>
36050 <li>Set with class: \ref ns3::DoubleValue</li>
36051 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36052 <li>Initial value: 0</li>
36053 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36055 </ul>
36056<li><b>Z</b>: The z coordinate of all the positions in the disc.
36057 <ul>
36058 <li>Set with class: \ref ns3::DoubleValue</li>
36059 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36060 <li>Initial value: 0</li>
36061 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36063 </ul>
36064<li><b>rho</b>: The radius of the disc
36065 <ul>
36066 <li>Set with class: \ref ns3::DoubleValue</li>
36067 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36068 <li>Initial value: 0</li>
36069 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36070 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36071 </ul>
36072</ul>
36073No TraceSources are defined for this type.<br>
36074<b>Group:</b> Mobility
36075
36076<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
36077*/
36078
36079/*!
36080
36081\class ns3::UniformPlanarArray
36082
36083Introspection did not find any typical Config paths.<br>
36084<h3>Attributes</h3>
36085<ul>
36086<li><b>AntennaHorizontalSpacing</b>: Horizontal spacing between antenna elements, in multiples of wave length
36087 <ul>
36088 <li>Set with class: \ref ns3::DoubleValue</li>
36089 <li>Underlying type: double 0:1.79769e+308</li>
36090 <li>Initial value: 0.5</li>
36091 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36092 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36093 </ul>
36094<li><b>AntennaVerticalSpacing</b>: Vertical spacing between antenna elements, in multiples of wave length
36095 <ul>
36096 <li>Set with class: \ref ns3::DoubleValue</li>
36097 <li>Underlying type: double 0:1.79769e+308</li>
36098 <li>Initial value: 0.5</li>
36099 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36100 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36101 </ul>
36102<li><b>BearingAngle</b>: The bearing angle in radians
36103 <ul>
36104 <li>Set with class: \ref ns3::DoubleValue</li>
36105 <li>Underlying type: double -3.14159:3.14159</li>
36106 <li>Initial value: 0</li>
36107 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36108 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36109 </ul>
36110<li><b>DowntiltAngle</b>: The downtilt angle in radians
36111 <ul>
36112 <li>Set with class: \ref ns3::DoubleValue</li>
36113 <li>Underlying type: double -3.14159:3.14159</li>
36114 <li>Initial value: 0</li>
36115 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36116 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36117 </ul>
36118<li><b>IsDualPolarized</b>: If true, dual polarized antenna
36119 <ul>
36120 <li>Set with class: \ref ns3::BooleanValue</li>
36121 <li>Underlying type: bool</li>
36122 <li>Initial value: false</li>
36123 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36125 </ul>
36126<li><b>NumColumns</b>: Horizontal size of the array
36127 <ul>
36128 <li>Set with class: \ref ns3::UintegerValue</li>
36129 <li>Underlying type: uint32_t 1:4294967295</li>
36130 <li>Initial value: 4</li>
36131 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36133 </ul>
36134<li><b>NumHorizontalPorts</b>: Horizontal number of ports
36135 <ul>
36136 <li>Set with class: \ref ns3::UintegerValue</li>
36137 <li>Underlying type: uint32_t 0:4294967295</li>
36138 <li>Initial value: 1</li>
36139 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36140 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36141 </ul>
36142<li><b>NumRows</b>: Vertical size of the array
36143 <ul>
36144 <li>Set with class: \ref ns3::UintegerValue</li>
36145 <li>Underlying type: uint32_t 1:4294967295</li>
36146 <li>Initial value: 4</li>
36147 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36149 </ul>
36150<li><b>NumVerticalPorts</b>: Vertical number of ports
36151 <ul>
36152 <li>Set with class: \ref ns3::UintegerValue</li>
36153 <li>Underlying type: uint32_t 0:4294967295</li>
36154 <li>Initial value: 1</li>
36155 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36157 </ul>
36158<li><b>PolSlantAngle</b>: The polarization slant angle in radians
36159 <ul>
36160 <li>Set with class: \ref ns3::DoubleValue</li>
36161 <li>Underlying type: double -3.14159:3.14159</li>
36162 <li>Initial value: 0</li>
36163 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36164 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36165 </ul>
36166</ul>
36167<h3>Attributes defined in parent class ns3::PhasedArrayModel</h3>
36168<ul>
36169<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array
36170 <ul>
36171 <li>Set with class: \ref ns3::PointerValue</li>
36172 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
36173 <li>Initial value: 0x162fa50</li>
36174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36176 </ul>
36177</ul>
36178No TraceSources are defined for this type.<br>
36179<b>Group:</b> Antenna
36180
36181<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
36182*/
36183
36184/*!
36185
36186\class ns3::UniformRandomVariable
36187
36188<h3>Config Paths</h3>
36189
36190ns3::UniformRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
36191<ul>
36192<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36193<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36194<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36195<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36196<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36197<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36198<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36199<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36200<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36201<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36202<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36203<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36204<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36205<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36206<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/BeaconJitter"</li>
36208<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::UniformRandomVariable"</li>
36209<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::UniformRandomVariable"</li>
36210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36211<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36212<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36213<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36214<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36215<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36216<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::UniformRandomVariable"</li>
36221<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::UniformRandomVariable"</li>
36222<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Radvd/AdvertisementJitter"</li>
36223<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::UniformRandomVariable"</li>
36224<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::UniformRandomVariable"</li>
36225<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::UniformRandomVariable"</li>
36226<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::UniformRandomVariable"</li>
36227<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::UniformRandomVariable"</li>
36228<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::UniformRandomVariable"</li>
36229<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::UniformRandomVariable"</li>
36230<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36231<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::UniformRandomVariable"</li>
36232<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::UniformRandomVariable"</li>
36233<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36234<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36235<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::UniformRandomVariable"</li>
36236<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::UniformRandomVariable"</li>
36237<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36238<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::UniformRandomVariable"</li>
36239<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36240<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::UniformRandomVariable"</li>
36241<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::UniformRandomVariable"</li>
36242<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::UniformRandomVariable"</li>
36243<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::UniformRandomVariable"</li>
36244<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36245<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::UniformRandomVariable"</li>
36246<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::UniformRandomVariable"</li>
36247<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36248<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::UniformRandomVariable"</li>
36249<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::UniformRandomVariable"</li>
36250<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::UniformRandomVariable"</li>
36251<li>"/NodeList/[i]/$ns3::aodv::RoutingProtocol/UniformRv"</li>
36252<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36253<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36254<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36255</ul>
36256<h3>Attributes</h3>
36257<ul>
36258<li><b>Max</b>: The upper bound on the values returned by this RNG stream.
36259 <ul>
36260 <li>Set with class: \ref ns3::DoubleValue</li>
36261 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36262 <li>Initial value: 1</li>
36263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36265 </ul>
36266<li><b>Min</b>: The lower bound on the values returned by this RNG stream.
36267 <ul>
36268 <li>Set with class: \ref ns3::DoubleValue</li>
36269 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36270 <li>Initial value: 0</li>
36271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36273 </ul>
36274</ul>
36275<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
36276<ul>
36277<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
36278 <ul>
36279 <li>Set with class: \ref ns3::BooleanValue</li>
36280 <li>Underlying type: bool</li>
36281 <li>Initial value: false</li>
36282 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36283 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36284 </ul>
36285<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
36286 <ul>
36287 <li>Set with class: \ref ns3::IntegerValue</li>
36288 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
36289 <li>Initial value: -1</li>
36290 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36291 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36292 </ul>
36293</ul>
36294No TraceSources are defined for this type.<br>
36295<b>Group:</b> Core
36296
36297<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
36298*/
36299
36300/*!
36301
36302\class ns3::UplinkScheduler
36303
36304<h3>Config Paths</h3>
36305
36306ns3::UplinkScheduler is accessible through the following paths with Config::Set and Config::Connect:
36307<ul>
36308<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler"</li>
36309<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler"</li>
36310</ul>
36311No Attributes are defined for this type.<br>
36312No TraceSources are defined for this type.<br>
36313<b>Group:</b> Wimax
36314
36315<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
36316*/
36317
36318/*!
36319
36320\class ns3::UplinkSchedulerMBQoS
36321
36322<h3>Config Paths</h3>
36323
36324ns3::UplinkSchedulerMBQoS is accessible through the following paths with Config::Set and Config::Connect:
36325<ul>
36326<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerMBQoS"</li>
36327<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerMBQoS"</li>
36328</ul>
36329<h3>Attributes</h3>
36330<ul>
36331<li><b>WindowInterval</b>: The time to wait to reset window
36332 <ul>
36333 <li>Set with class: \ref ns3::TimeValue</li>
36334 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36335 <li>Initial value: +1e+09ns</li>
36336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36338 </ul>
36339</ul>
36340No TraceSources are defined for this type.<br>
36341<b>Group:</b> Wimax
36342
36343<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
36344*/
36345
36346/*!
36347
36348\class ns3::UplinkSchedulerRtps
36349
36350<h3>Config Paths</h3>
36351
36352ns3::UplinkSchedulerRtps is accessible through the following paths with Config::Set and Config::Connect:
36353<ul>
36354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerRtps"</li>
36355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerRtps"</li>
36356</ul>
36357No Attributes are defined for this type.<br>
36358No TraceSources are defined for this type.<br>
36359<b>Group:</b> Wimax
36360
36361<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
36362*/
36363
36364/*!
36365
36366\class ns3::UplinkSchedulerSimple
36367
36368<h3>Config Paths</h3>
36369
36370ns3::UplinkSchedulerSimple is accessible through the following paths with Config::Set and Config::Connect:
36371<ul>
36372<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerSimple"</li>
36373<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerSimple"</li>
36374</ul>
36375No Attributes are defined for this type.<br>
36376No TraceSources are defined for this type.<br>
36377<b>Group:</b> Wimax
36378
36379<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
36380*/
36381
36382/*!
36383
36384\class ns3::V4TraceRoute
36385
36386<h3>Config Paths</h3>
36387
36388ns3::V4TraceRoute is accessible through the following paths with Config::Set and Config::Connect:
36389<ul>
36390<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::V4TraceRoute"</li>
36391</ul>
36392<h3>Attributes</h3>
36393<ul>
36394<li><b>Interval</b>: Wait interval between sent packets.
36395 <ul>
36396 <li>Set with class: \ref ns3::TimeValue</li>
36397 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36398 <li>Initial value: +0ns</li>
36399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36401 </ul>
36402<li><b>MaxHop</b>: The maximum number of hops to trace.
36403 <ul>
36404 <li>Set with class: \ref ns3::UintegerValue</li>
36405 <li>Underlying type: uint32_t 0:4294967295</li>
36406 <li>Initial value: 30</li>
36407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36409 </ul>
36410<li><b>ProbeNum</b>: The number of packets send to each hop.
36411 <ul>
36412 <li>Set with class: \ref ns3::UintegerValue</li>
36413 <li>Underlying type: uint16_t 0:65535</li>
36414 <li>Initial value: 3</li>
36415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36417 </ul>
36418<li><b>Remote</b>: The address of the machine we want to trace.
36419 <ul>
36420 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
36421 <li>Underlying type: \p Ipv4Address</li>
36422 <li>Initial value: 102.102.102.102</li>
36423 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36424 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36425 </ul>
36426<li><b>Size</b>: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.
36427 <ul>
36428 <li>Set with class: \ref ns3::UintegerValue</li>
36429 <li>Underlying type: uint32_t 0:4294967295</li>
36430 <li>Initial value: 56</li>
36431 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36432 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36433 </ul>
36434<li><b>Timeout</b>: The waiting time for a route response before a timeout.
36435 <ul>
36436 <li>Set with class: \ref ns3::TimeValue</li>
36437 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36438 <li>Initial value: +5e+09ns</li>
36439 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36440 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36441 </ul>
36442<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
36443 <ul>
36444 <li>Set with class: \ref ns3::UintegerValue</li>
36445 <li>Underlying type: uint8_t 0:255</li>
36446 <li>Initial value: 0</li>
36447 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36448 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36449 </ul>
36450<li><b>Verbose</b>: Produce usual output.
36451 <ul>
36452 <li>Set with class: \ref ns3::BooleanValue</li>
36453 <li>Underlying type: bool</li>
36454 <li>Initial value: true</li>
36455 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36456 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36457 </ul>
36458</ul>
36459<h3>Attributes defined in parent class ns3::Application</h3>
36460<ul>
36461<li><b>StartTime</b>: Time at which the application will start
36462 <ul>
36463 <li>Set with class: \ref ns3::TimeValue</li>
36464 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36465 <li>Initial value: +0ns</li>
36466 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36468 </ul>
36469<li><b>StopTime</b>: Time at which the application will stop
36470 <ul>
36471 <li>Set with class: \ref ns3::TimeValue</li>
36472 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36473 <li>Initial value: +0ns</li>
36474 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36476 </ul>
36477</ul>
36478No TraceSources are defined for this type.<br>
36479<b>Group:</b> Internet-Apps
36480
36481<b>Size</b> of this type is 1056 bytes (on a 64-bit architecture).
36482*/
36483
36484/*!
36485
36486\class ns3::VhtConfiguration
36487
36488<h3>Config Paths</h3>
36489
36490ns3::VhtConfiguration is accessible through the following paths with Config::Set and Config::Connect:
36491<ul>
36492<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/VhtConfiguration"</li>
36493</ul>
36494<h3>Attributes</h3>
36495<ul>
36496<li><b>SecondaryCcaSensitivityThresholds</b>: Tuple {threshold for 20MHz PPDUs, threshold for 40MHz PPDUs, threshold for 80MHz PPDUs} describing the CCA sensitivity thresholds for PPDUs that do not occupy the primary channel. The power of a received PPDU that does not occupy the primary channel should be higher than the threshold (dBm) associated to the PPDU bandwidth to allow the PHY layer to declare CCA BUSY state.
36497 <ul>
36498 <li>Set with class: \ref ns3::TupleValue</li>
36499 <li>Initial value: {-72.0, -72.0, -69.0}</li>
36500 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36501 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36502 </ul>
36503<li><b>Support160MHzOperation</b>: Whether or not 160 MHz operation is to be supported.
36504 <ul>
36505 <li>Set with class: \ref ns3::BooleanValue</li>
36506 <li>Underlying type: bool</li>
36507 <li>Initial value: true</li>
36508 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36509 <li>Support level: <span class="mlabel">OBSOLETE</span>: Set an initial channel via WifiPhy::ChannelSettings whose width corresponds to the maximum desired width instead</li>
36510 </ul>
36511</ul>
36512No TraceSources are defined for this type.<br>
36513<b>Group:</b> Wifi
36514
36515<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
36516*/
36517
36518/*!
36519
36520\class ns3::VhtFrameExchangeManager
36521
36522<h3>Config Paths</h3>
36523
36524ns3::VhtFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
36525<ul>
36526<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::VhtFrameExchangeManager"</li>
36527<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36528<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36529<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36530</ul>
36531No Attributes are defined for this type.<br>
36532<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
36533<ul>
36534<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
36535 <ul>
36536 <li>Set with class: \ref ns3::BooleanValue</li>
36537 <li>Underlying type: bool</li>
36538 <li>Initial value: true</li>
36539 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36540 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36541 </ul>
36542<li><b>ProtectSingleExchange</b>: Whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit when the latter is non-zero
36543 <ul>
36544 <li>Set with class: \ref ns3::BooleanValue</li>
36545 <li>Underlying type: bool</li>
36546 <li>Initial value: false</li>
36547 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36549 </ul>
36550<li><b>SetQueueSize</b>: Whether to set the Queue Size subfield of the QoS Control field of QoS data frames sent by non-AP stations
36551 <ul>
36552 <li>Set with class: \ref ns3::BooleanValue</li>
36553 <li>Underlying type: bool</li>
36554 <li>Initial value: false</li>
36555 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36557 </ul>
36558<li><b>SingleExchangeProtectionSurplus</b>: Additional time to protect beyond end of the immediate frame exchange in case of non-zero TXOP limit when a single frame exchange is protected
36559 <ul>
36560 <li>Set with class: \ref ns3::TimeValue</li>
36561 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36562 <li>Initial value: +0ns</li>
36563 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36565 </ul>
36566</ul>
36567<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
36568<ul>
36569<li><b>ProtectedIfResponded</b>: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.
36570 <ul>
36571 <li>Set with class: \ref ns3::BooleanValue</li>
36572 <li>Underlying type: bool</li>
36573 <li>Initial value: true</li>
36574 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36576 </ul>
36577</ul>
36578No TraceSources are defined for this type.<br>
36579<b>Group:</b> Wifi
36580
36581<b>Size</b> of this type is 1736 bytes (on a 64-bit architecture).
36582*/
36583
36584/*!
36585
36586\class ns3::VirtualNetDevice
36587
36588<h3>Config Paths</h3>
36589
36590ns3::VirtualNetDevice is accessible through the following paths with Config::Set and Config::Connect:
36591<ul>
36592<li>"/NodeList/[i]/DeviceList/[i]/$ns3::VirtualNetDevice"</li>
36593</ul>
36594<h3>Attributes</h3>
36595<ul>
36596<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
36597 <ul>
36598 <li>Set with class: \ref ns3::UintegerValue</li>
36599 <li>Underlying type: uint16_t 0:65535</li>
36600 <li>Initial value: 1500</li>
36601 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36602 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36603 </ul>
36604</ul>
36605<h3>TraceSources</h3>
36606<ul>
36607<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,<br> <ul>
36608 <li> %Callback signature: ns3::Packet::TracedCallback
36609</li>
36610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36611</ul>
36612<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,<br> <ul>
36613 <li> %Callback signature: ns3::Packet::TracedCallback
36614</li>
36615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36616</ul>
36617<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
36618 <li> %Callback signature: ns3::Packet::TracedCallback
36619</li>
36620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36621</ul>
36622<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
36623 <li> %Callback signature: ns3::Packet::TracedCallback
36624</li>
36625 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36626</ul>
36627<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
36628 <li> %Callback signature: ns3::Packet::TracedCallback
36629</li>
36630 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36631</ul>
36632</ul>
36633<b>Group:</b> VirtualNetDevice
36634
36635<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
36636*/
36637
36638/*!
36639
36640\class ns3::WallClockSynchronizer
36641
36642Introspection did not find any typical Config paths.<br>
36643No Attributes are defined for this type.<br>
36644No TraceSources are defined for this type.<br>
36645<b>Group:</b> Core
36646
36647<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
36648*/
36649
36650/*!
36651
36652\class ns3::WaveformGenerator
36653
36654Introspection did not find any typical Config paths.<br>
36655<h3>Attributes</h3>
36656<ul>
36657<li><b>DutyCycle</b>: the duty cycle of the generator, i.e., the fraction of the period that is occupied by a signal
36658 <ul>
36659 <li>Set with class: \ref ns3::DoubleValue</li>
36660 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36661 <li>Initial value: 0.5</li>
36662 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36663 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36664 </ul>
36665<li><b>Period</b>: the period (=1/frequency)
36666 <ul>
36667 <li>Set with class: \ref ns3::TimeValue</li>
36668 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36669 <li>Initial value: +1e+09ns</li>
36670 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36671 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36672 </ul>
36673</ul>
36674<h3>TraceSources</h3>
36675<ul>
36676<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished<br> <ul>
36677 <li> %Callback signature: ns3::Packet::TracedCallback
36678</li>
36679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36680</ul>
36681<li><b>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
36682 <li> %Callback signature: ns3::Packet::TracedCallback
36683</li>
36684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36685</ul>
36686</ul>
36687<b>Group:</b> Spectrum
36688
36689<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
36690*/
36691
36692/*!
36693
36694\class ns3::WaypointMobilityModel
36695
36696<h3>Config Paths</h3>
36697
36698ns3::WaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
36699<ul>
36700<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::WaypointMobilityModel"</li>
36701</ul>
36702<h3>Attributes</h3>
36703<ul>
36704<li><b>InitialPositionIsWaypoint</b>: Calling SetPosition with no waypoints creates a waypoint.
36705 <ul>
36706 <li>Set with class: \ref ns3::BooleanValue</li>
36707 <li>Underlying type: bool</li>
36708 <li>Initial value: false</li>
36709 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36711 </ul>
36712<li><b>LazyNotify</b>: Only call NotifyCourseChange when position is calculated.
36713 <ul>
36714 <li>Set with class: \ref ns3::BooleanValue</li>
36715 <li>Underlying type: bool</li>
36716 <li>Initial value: false</li>
36717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36719 </ul>
36720<li><b>NextWaypoint</b>: The next waypoint used to determine position.
36721 <ul>
36722 <li>Set with class: \ref ns3::WaypointValue</li>
36723 <li>Underlying type: \p Waypoint</li>
36724 <li>Flags: <span class="mlabel">read</span></li>
36725 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36726 </ul>
36727<li><b>WaypointsLeft</b>: The number of waypoints remaining.
36728 <ul>
36729 <li>Set with class: \ref ns3::UintegerValue</li>
36730 <li>Underlying type: uint32_t 0:4294967295</li>
36731 <li>Flags: <span class="mlabel">read</span></li>
36732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36733 </ul>
36734</ul>
36735<h3>Attributes defined in parent class ns3::MobilityModel</h3>
36736<ul>
36737<li><b>Position</b>: The current position of the mobility model.
36738 <ul>
36739 <li>Set with class: \ref ns3::Vector3DValue</li>
36740 <li>Underlying type: \p Vector3D</li>
36741 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
36742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36743 </ul>
36744<li><b>Velocity</b>: The current velocity of the mobility model.
36745 <ul>
36746 <li>Set with class: \ref ns3::Vector3DValue</li>
36747 <li>Underlying type: \p Vector3D</li>
36748 <li>Flags: <span class="mlabel">read</span></li>
36749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36750 </ul>
36751</ul>
36752No TraceSources are defined for this type.<br>
36753<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
36754<ul>
36755<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
36756 <li> %Callback signature: ns3::MobilityModel::TracedCallback
36757</li>
36758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36759</ul>
36760</ul>
36761<b>Group:</b> Mobility
36762
36763<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
36764*/
36765
36766/*!
36767
36768\class ns3::WeibullRandomVariable
36769
36770<h3>Config Paths</h3>
36771
36772ns3::WeibullRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
36773<ul>
36774<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36775<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36776<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36777<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36778<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36779<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36780<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36781<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36782<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36783<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36784<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36785<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36786<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36787<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36788<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36789<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::WeibullRandomVariable"</li>
36790<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::WeibullRandomVariable"</li>
36791<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36792<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36793<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36794<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36795<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36796<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36797<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36798<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36799<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36800<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36801<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::WeibullRandomVariable"</li>
36802<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::WeibullRandomVariable"</li>
36803<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::WeibullRandomVariable"</li>
36804<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::WeibullRandomVariable"</li>
36805<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::WeibullRandomVariable"</li>
36806<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::WeibullRandomVariable"</li>
36807<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::WeibullRandomVariable"</li>
36808<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::WeibullRandomVariable"</li>
36809<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::WeibullRandomVariable"</li>
36810<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36811<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::WeibullRandomVariable"</li>
36812<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::WeibullRandomVariable"</li>
36813<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36814<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36815<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::WeibullRandomVariable"</li>
36816<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36817<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36818<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36819<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36820<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::WeibullRandomVariable"</li>
36821<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::WeibullRandomVariable"</li>
36822<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::WeibullRandomVariable"</li>
36823<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36824<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36825<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::WeibullRandomVariable"</li>
36826<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::WeibullRandomVariable"</li>
36827<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36828<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::WeibullRandomVariable"</li>
36829<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::WeibullRandomVariable"</li>
36830<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::WeibullRandomVariable"</li>
36831<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36832<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36833<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36834</ul>
36835<h3>Attributes</h3>
36836<ul>
36837<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.
36838 <ul>
36839 <li>Set with class: \ref ns3::DoubleValue</li>
36840 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36841 <li>Initial value: 0</li>
36842 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36844 </ul>
36845<li><b>Scale</b>: The scale parameter for the Weibull distribution returned by this RNG stream.
36846 <ul>
36847 <li>Set with class: \ref ns3::DoubleValue</li>
36848 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36849 <li>Initial value: 1</li>
36850 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36852 </ul>
36853<li><b>Shape</b>: The shape parameter for the Weibull distribution returned by this RNG stream.
36854 <ul>
36855 <li>Set with class: \ref ns3::DoubleValue</li>
36856 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36857 <li>Initial value: 1</li>
36858 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36860 </ul>
36861</ul>
36862<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
36863<ul>
36864<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
36865 <ul>
36866 <li>Set with class: \ref ns3::BooleanValue</li>
36867 <li>Underlying type: bool</li>
36868 <li>Initial value: false</li>
36869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36871 </ul>
36872<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
36873 <ul>
36874 <li>Set with class: \ref ns3::IntegerValue</li>
36875 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
36876 <li>Initial value: -1</li>
36877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36879 </ul>
36880</ul>
36881No TraceSources are defined for this type.<br>
36882<b>Group:</b> Core
36883
36884<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
36885*/
36886
36887/*!
36888
36889\class ns3::WifiAckManager
36890
36891Introspection did not find any typical Config paths.<br>
36892No Attributes are defined for this type.<br>
36893No TraceSources are defined for this type.<br>
36894<b>Group:</b> Wifi
36895
36896<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
36897*/
36898
36899/*!
36900
36901\class ns3::WifiAssocManager
36902
36903Introspection did not find any typical Config paths.<br>
36904<h3>Attributes</h3>
36905<ul>
36906<li><b>AllowAssocAllChannelWidths</b>: If set to true, it bypasses the check on channel width compatibility with the candidate AP. A channel width is compatible if the STA can advertise it to the AP, or AP operates on a channel width that is equal or lower than that channel width.
36907 <ul>
36908 <li>Set with class: \ref ns3::BooleanValue</li>
36909 <li>Underlying type: bool</li>
36910 <li>Initial value: false</li>
36911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36913 </ul>
36914<li><b>AllowedLinks</b>: Only Beacon and Probe Response frames received on a link belonging to the given set are processed. An empty set is equivalent to the set of all links.
36915 <ul>
36916 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
36917 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
36918 <li>Initial value: </li>
36919 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36921 </ul>
36922</ul>
36923No TraceSources are defined for this type.<br>
36924<b>Group:</b> Wifi
36925
36926<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
36927*/
36928
36929/*!
36930
36931\class ns3::WifiBandwidthFilter
36932
36933Introspection did not find any typical Config paths.<br>
36934No Attributes are defined for this type.<br>
36935No TraceSources are defined for this type.<br>
36936<b>Group:</b> Wifi
36937
36938<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
36939*/
36940
36941/*!
36942
36943\class ns3::WifiDefaultAckManager
36944
36945Introspection did not find any typical Config paths.<br>
36946<h3>Attributes</h3>
36947<ul>
36948<li><b>BaThreshold</b>: Immediate acknowledgment is requested upon transmission of a frame whose sequence number is distant at least BaThreshold multiplied by the transmit window size from the starting sequence number of the transmit window. Set to zero to request a response for every transmitted frame.
36949 <ul>
36950 <li>Set with class: \ref ns3::DoubleValue</li>
36951 <li>Underlying type: double 0:1</li>
36952 <li>Initial value: 0</li>
36953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36955 </ul>
36956<li><b>DlMuAckSequenceType</b>: Type of the acknowledgment sequence for DL MU PPDUs.
36957 <ul>
36958 <li>Set with class: \ref ns3::EnumValue<ns3::WifiAcknowledgment::Method></li>
36959 <li>Underlying type: \p DL_MU_BAR_BA_SEQUENCE|DL_MU_TF_MU_BAR|DL_MU_AGGREGATE_TF</li>
36960 <li>Initial value: DL_MU_BAR_BA_SEQUENCE</li>
36961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36963 </ul>
36964<li><b>MaxBlockAckMcs</b>: The MCS used to send a BlockAck in a TB PPDU is the minimum between the MCS used for the PSDU sent in the preceding DL MU PPDU and the value of this attribute.
36965 <ul>
36966 <li>Set with class: \ref ns3::UintegerValue</li>
36967 <li>Underlying type: uint8_t 0:11</li>
36968 <li>Initial value: 5</li>
36969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36971 </ul>
36972<li><b>UseExplicitBar</b>: Specify whether to send Block Ack Requests (if true) or use Implicit Block Ack Request ack policy (if false).
36973 <ul>
36974 <li>Set with class: \ref ns3::BooleanValue</li>
36975 <li>Underlying type: bool</li>
36976 <li>Initial value: false</li>
36977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36979 </ul>
36980</ul>
36981No TraceSources are defined for this type.<br>
36982<b>Group:</b> Wifi
36983
36984<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
36985*/
36986
36987/*!
36988
36989\class ns3::WifiDefaultAssocManager
36990
36991Introspection did not find any typical Config paths.<br>
36992<h3>Attributes</h3>
36993<ul>
36994<li><b>ChannelSwitchTimeout</b>: After requesting a channel switch on a link to setup that link, wait at most this amount of time. If a channel switch is not notified within this amount of time, we give up setting up that link.
36995 <ul>
36996 <li>Set with class: \ref ns3::TimeValue</li>
36997 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
36998 <li>Initial value: +5e+06ns</li>
36999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37001 </ul>
37002<li><b>SkipAssocIncompatibleChannelWidth</b>: If set to true, it does not include APs with incompatible channel width with the STA in the list of candidate APs. An incompatible channel width is one that the STA cannot advertise to the AP, unless AP operates on a channel width that is equal or lower than that channel width.
37003 <ul>
37004 <li>Set with class: \ref ns3::BooleanValue</li>
37005 <li>Underlying type: bool</li>
37006 <li>Initial value: false</li>
37007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37009 </ul>
37010</ul>
37011<h3>Attributes defined in parent class ns3::WifiAssocManager</h3>
37012<ul>
37013<li><b>AllowAssocAllChannelWidths</b>: If set to true, it bypasses the check on channel width compatibility with the candidate AP. A channel width is compatible if the STA can advertise it to the AP, or AP operates on a channel width that is equal or lower than that channel width.
37014 <ul>
37015 <li>Set with class: \ref ns3::BooleanValue</li>
37016 <li>Underlying type: bool</li>
37017 <li>Initial value: false</li>
37018 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37020 </ul>
37021<li><b>AllowedLinks</b>: Only Beacon and Probe Response frames received on a link belonging to the given set are processed. An empty set is equivalent to the set of all links.
37022 <ul>
37023 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
37024 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
37025 <li>Initial value: </li>
37026 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37028 </ul>
37029</ul>
37030No TraceSources are defined for this type.<br>
37031<b>Group:</b> Wifi
37032
37033<b>Size</b> of this type is 416 bytes (on a 64-bit architecture).
37034*/
37035
37036/*!
37037
37038\class ns3::WifiDefaultGcrManager
37039
37040<h3>Config Paths</h3>
37041
37042ns3::WifiDefaultGcrManager is accessible through the following paths with Config::Set and Config::Connect:
37043<ul>
37044<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/GcrManager/$ns3::WifiDefaultGcrManager"</li>
37045</ul>
37046No Attributes are defined for this type.<br>
37047<h3>Attributes defined in parent class ns3::GcrManager</h3>
37048<ul>
37049<li><b>GcrConcealmentAddress</b>: The GCR concealment address.
37050 <ul>
37051 <li>Set with class: \ref ns3::Mac48AddressValue</li>
37052 <li>Underlying type: \p Mac48Address</li>
37053 <li>Initial value: 01:0f:ac:47:43:52</li>
37054 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37055 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37056 </ul>
37057<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self
37058 <ul>
37059 <li>Set with class: \ref ns3::EnumValue<ns3::GroupcastProtectionMode></li>
37060 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
37061 <li>Initial value: Rts-Cts</li>
37062 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37063 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37064 </ul>
37065<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.
37066 <ul>
37067 <li>Set with class: \ref ns3::EnumValue<ns3::GroupAddressRetransmissionPolicy></li>
37068 <li>Underlying type: \p NO_RETRY|GCR_UR|GCR_BA</li>
37069 <li>Initial value: NO_RETRY</li>
37070 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37071 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37072 </ul>
37073<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.
37074 <ul>
37075 <li>Set with class: \ref ns3::UintegerValue</li>
37076 <li>Underlying type: uint8_t 0:255</li>
37077 <li>Initial value: 7</li>
37078 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37079 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37080 </ul>
37081</ul>
37082No TraceSources are defined for this type.<br>
37083<b>Group:</b> Wifi
37084
37085<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
37086*/
37087
37088/*!
37089
37090\class ns3::WifiDefaultProtectionManager
37091
37092Introspection did not find any typical Config paths.<br>
37093<h3>Attributes</h3>
37094<ul>
37095<li><b>EnableMuRts</b>: If enabled, always protect a DL/UL MU frame exchange with MU-RTS/CTS.
37096 <ul>
37097 <li>Set with class: \ref ns3::BooleanValue</li>
37098 <li>Underlying type: bool</li>
37099 <li>Initial value: false</li>
37100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37102 </ul>
37103<li><b>SingleRtsPerTxop</b>: If enabled, a protection mechanism (RTS or MU-RTS) is normally used no more than once in a TXOP, regardless of the destination of the data frame (unless required for specific purposes, such as transmitting an Initial Control Frame to an EMLSR client).
37104 <ul>
37105 <li>Set with class: \ref ns3::BooleanValue</li>
37106 <li>Underlying type: bool</li>
37107 <li>Initial value: false</li>
37108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37110 </ul>
37111<li><b>SkipMuRtsBeforeBsrp</b>: If enabled, MU-RTS is not used to protect the transmission of a BSRP Trigger Frame.
37112 <ul>
37113 <li>Set with class: \ref ns3::BooleanValue</li>
37114 <li>Underlying type: bool</li>
37115 <li>Initial value: true</li>
37116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37118 </ul>
37119</ul>
37120No TraceSources are defined for this type.<br>
37121<b>Group:</b> Wifi
37122
37123<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
37124*/
37125
37126/*!
37127
37128\class ns3::WifiMac
37129
37130<h3>Config Paths</h3>
37131
37132ns3::WifiMac is accessible through the following paths with Config::Set and Config::Connect:
37133<ul>
37134<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac"</li>
37135</ul>
37136<h3>Attributes</h3>
37137<ul>
37138<li><b>BE_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
37139 <ul>
37140 <li>Set with class: \ref ns3::UintegerValue</li>
37141 <li>Underlying type: uint16_t 0:65535</li>
37142 <li>Initial value: 0</li>
37143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37145 </ul>
37146<li><b>BE_BlockAckThreshold</b>: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
37147 <ul>
37148 <li>Set with class: \ref ns3::UintegerValue</li>
37149 <li>Underlying type: uint8_t 0:64</li>
37150 <li>Initial value: 0</li>
37151 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37153 </ul>
37154<li><b>BE_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
37155 <ul>
37156 <li>Set with class: \ref ns3::UintegerValue</li>
37157 <li>Underlying type: uint32_t 0:15523200</li>
37158 <li>Initial value: 65535</li>
37159 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37161 </ul>
37162<li><b>BE_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
37163 <ul>
37164 <li>Set with class: \ref ns3::UintegerValue</li>
37165 <li>Underlying type: uint16_t 0:11398</li>
37166 <li>Initial value: 0</li>
37167 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37169 </ul>
37170<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
37171 <ul>
37172 <li>Set with class: \ref ns3::PointerValue</li>
37173 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37174 <li>Initial value: 0</li>
37175 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37177 </ul>
37178<li><b>BK_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
37179 <ul>
37180 <li>Set with class: \ref ns3::UintegerValue</li>
37181 <li>Underlying type: uint16_t 0:65535</li>
37182 <li>Initial value: 0</li>
37183 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37184 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37185 </ul>
37186<li><b>BK_BlockAckThreshold</b>: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
37187 <ul>
37188 <li>Set with class: \ref ns3::UintegerValue</li>
37189 <li>Underlying type: uint8_t 0:64</li>
37190 <li>Initial value: 0</li>
37191 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37192 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37193 </ul>
37194<li><b>BK_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
37195 <ul>
37196 <li>Set with class: \ref ns3::UintegerValue</li>
37197 <li>Underlying type: uint32_t 0:15523200</li>
37198 <li>Initial value: 0</li>
37199 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37201 </ul>
37202<li><b>BK_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
37203 <ul>
37204 <li>Set with class: \ref ns3::UintegerValue</li>
37205 <li>Underlying type: uint16_t 0:11398</li>
37206 <li>Initial value: 0</li>
37207 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37209 </ul>
37210<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
37211 <ul>
37212 <li>Set with class: \ref ns3::PointerValue</li>
37213 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37214 <li>Initial value: 0</li>
37215 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37217 </ul>
37218<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
37219 <ul>
37220 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37221 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
37222 <li>Flags: <span class="mlabel">read</span></li>
37223 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37224 </ul>
37225<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
37226 <ul>
37227 <li>Set with class: \ref ns3::BooleanValue</li>
37228 <li>Underlying type: bool</li>
37229 <li>Initial value: false</li>
37230 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37231 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37232 </ul>
37233<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
37234 <ul>
37235 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37236 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
37237 <li>Flags: <span class="mlabel">read</span></li>
37238 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37239 </ul>
37240<li><b>FrameRetryLimit</b>: The maximum number of transmission attempts of a frame that are made before a failure condition is indicated. This corresponds to the dot11ShortRetryLimit parameter in the standard.
37241 <ul>
37242 <li>Set with class: \ref ns3::UintegerValue</li>
37243 <li>Underlying type: uint32_t 1:65535</li>
37244 <li>Initial value: 7</li>
37245 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37246 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37247 </ul>
37248<li><b>MpduBufferSize</b>: The size (in number of MPDUs) of the buffer used for each BlockAck agreement in which this node is a recipient. The provided value is capped to the maximum allowed value based on the supported standard.
37249 <ul>
37250 <li>Set with class: \ref ns3::UintegerValue</li>
37251 <li>Underlying type: uint16_t 1:1024</li>
37252 <li>Initial value: 1024</li>
37253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37255 </ul>
37256<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
37257 <ul>
37258 <li>Set with class: \ref ns3::BooleanValue</li>
37259 <li>Underlying type: bool</li>
37260 <li>Initial value: false</li>
37261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37263 </ul>
37264<li><b>RobustAVStreamingSupported</b>: Whether or not Robust Audio Video Streaming is supported (only allowed for AP STAs or non-AP that are HT capable).
37265 <ul>
37266 <li>Set with class: \ref ns3::BooleanValue</li>
37267 <li>Underlying type: bool</li>
37268 <li>Initial value: false</li>
37269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37271 </ul>
37272<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
37273 <ul>
37274 <li>Set with class: \ref ns3::BooleanValue</li>
37275 <li>Underlying type: bool</li>
37276 <li>Initial value: true</li>
37277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37279 </ul>
37280<li><b>Ssid</b>: The ssid we want to belong to.
37281 <ul>
37282 <li>Set with class: \ref ns3::SsidValue</li>
37283 <li>Underlying type: \p Ssid</li>
37284 <li>Initial value: SSID=[default]</li>
37285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37287 </ul>
37288<li><b>Txop</b>: The Txop object.
37289 <ul>
37290 <li>Set with class: \ref ns3::PointerValue</li>
37291 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
37292 <li>Initial value: 0</li>
37293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37295 </ul>
37296<li><b>VI_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
37297 <ul>
37298 <li>Set with class: \ref ns3::UintegerValue</li>
37299 <li>Underlying type: uint16_t 0:65535</li>
37300 <li>Initial value: 0</li>
37301 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37303 </ul>
37304<li><b>VI_BlockAckThreshold</b>: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
37305 <ul>
37306 <li>Set with class: \ref ns3::UintegerValue</li>
37307 <li>Underlying type: uint8_t 0:64</li>
37308 <li>Initial value: 0</li>
37309 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37311 </ul>
37312<li><b>VI_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
37313 <ul>
37314 <li>Set with class: \ref ns3::UintegerValue</li>
37315 <li>Underlying type: uint32_t 0:15523200</li>
37316 <li>Initial value: 65535</li>
37317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37319 </ul>
37320<li><b>VI_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
37321 <ul>
37322 <li>Set with class: \ref ns3::UintegerValue</li>
37323 <li>Underlying type: uint16_t 0:11398</li>
37324 <li>Initial value: 0</li>
37325 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37327 </ul>
37328<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
37329 <ul>
37330 <li>Set with class: \ref ns3::PointerValue</li>
37331 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37332 <li>Initial value: 0</li>
37333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37335 </ul>
37336<li><b>VO_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
37337 <ul>
37338 <li>Set with class: \ref ns3::UintegerValue</li>
37339 <li>Underlying type: uint16_t 0:65535</li>
37340 <li>Initial value: 0</li>
37341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37343 </ul>
37344<li><b>VO_BlockAckThreshold</b>: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
37345 <ul>
37346 <li>Set with class: \ref ns3::UintegerValue</li>
37347 <li>Underlying type: uint8_t 0:64</li>
37348 <li>Initial value: 0</li>
37349 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37350 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37351 </ul>
37352<li><b>VO_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
37353 <ul>
37354 <li>Set with class: \ref ns3::UintegerValue</li>
37355 <li>Underlying type: uint32_t 0:15523200</li>
37356 <li>Initial value: 0</li>
37357 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37359 </ul>
37360<li><b>VO_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
37361 <ul>
37362 <li>Set with class: \ref ns3::UintegerValue</li>
37363 <li>Underlying type: uint16_t 0:11398</li>
37364 <li>Initial value: 0</li>
37365 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37366 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37367 </ul>
37368<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
37369 <ul>
37370 <li>Set with class: \ref ns3::PointerValue</li>
37371 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37372 <li>Initial value: 0</li>
37373 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37375 </ul>
37376</ul>
37377<h3>TraceSources</h3>
37378<ul>
37379<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
37380 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37381</li>
37382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37383</ul>
37384<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
37385 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
37386</li>
37387 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37388</ul>
37389<li><b>IcfDropReason</b>: An ICF sent by the given sender is dropped by an EMLSR client for the given reason on the link with the given ID. This trace source is actually fed by the EHT Frame Exchange Manager through the m_icfDropCallback member variable.<br> <ul>
37390 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
37391</li>
37392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37393</ul>
37394<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace.<br> <ul>
37395 <li> %Callback signature: ns3::Packet::TracedCallback
37396</li>
37397 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37398</ul>
37399<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace.<br> <ul>
37400 <li> %Callback signature: ns3::Packet::TracedCallback
37401</li>
37402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37403</ul>
37404<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.<br> <ul>
37405 <li> %Callback signature: ns3::Packet::TracedCallback
37406</li>
37407 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37408</ul>
37409<li><b>MacTx</b>: A packet has been received by the WifiNetDevice and is about to be enqueued; it has a LlcSnapHeader prepended but not yet a WifiMacHeader.<br> <ul>
37410 <li> %Callback signature: ns3::Packet::TracedCallback
37411</li>
37412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37413</ul>
37414<li><b>MacTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission. This trace source is fired, e.g., when an AP's MAC receives from the upper layer a packet destined to a station that is not associated with the AP or a STA's MAC receives a packet from the upper layer while it is not associated with any AP.<br> <ul>
37415 <li> %Callback signature: ns3::Packet::TracedCallback
37416</li>
37417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37418</ul>
37419<li><b>MpduResponseTimeout</b>: An MPDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the MPDU. This trace source is fired when a CTS is missing after an RTS, when all CTS frames are missing after an MU-RTS, or when a Normal Ack is missing after an MPDU or after a DL MU PPDU acknowledged in SU format.<br> <ul>
37420 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
37421</li>
37422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37423</ul>
37424<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
37425 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37426</li>
37427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37428</ul>
37429<li><b>PsduMapResponseTimeout</b>: A PSDU map for which not all the responses were received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason), the set of MAC addresses of the stations that did not respond and the total number of stations that had to respond. This trace source is fired when not all the addressed stations responded to an MU-BAR Trigger frame (either sent as a SU frame or aggregated to PSDUs in the DL MU PPDU), a Basic Trigger Frame or a BSRP Trigger Frame.<br> <ul>
37430 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
37431</li>
37432 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37433</ul>
37434<li><b>PsduResponseTimeout</b>: A PSDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the PSDU. This trace source is fired when a BlockAck is missing after an A-MPDU, a BlockAckReq (possibly in the context of the acknowledgment of a DL MU PPDU in SU format) or a TB PPDU (in the latter case the missing BlockAck is a Multi-STA BlockAck).<br> <ul>
37435 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
37436</li>
37437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37438</ul>
37439</ul>
37440<b>Group:</b> Wifi
37441
37442<b>Size</b> of this type is 776 bytes (on a 64-bit architecture).
37443*/
37444
37445/*!
37446
37447\class ns3::WifiMacHeader
37448
37449Introspection did not find any typical Config paths.<br>
37450No Attributes are defined for this type.<br>
37451No TraceSources are defined for this type.<br>
37452<b>Group:</b> Wifi
37453
37454<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
37455*/
37456
37457/*!
37458
37459\class ns3::WifiMacQueue
37460
37461<h3>Config Paths</h3>
37462
37463ns3::WifiMacQueue is accessible through the following paths with Config::Set and Config::Connect:
37464<ul>
37465<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop/Queue"</li>
37466</ul>
37467<h3>Attributes</h3>
37468<ul>
37469<li><b>MaxDelay</b>: If a packet stays longer than this delay in the queue, it is dropped.
37470 <ul>
37471 <li>Set with class: \ref ns3::TimeValue</li>
37472 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37473 <li>Initial value: +5e+08ns</li>
37474 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37476 </ul>
37477<li><b>MaxSize</b>: The max queue size
37478 <ul>
37479 <li>Set with class: \ref ns3::QueueSizeValue</li>
37480 <li>Underlying type: \p QueueSize</li>
37481 <li>Initial value: 500p</li>
37482 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37484 </ul>
37485</ul>
37486<h3>TraceSources</h3>
37487<ul>
37488<li><b>Expired</b>: MPDU dropped because its lifetime expired.<br> <ul>
37489 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37490</li>
37491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37492</ul>
37493</ul>
37494<h3>TraceSources defined in parent class ns3::Queue<WifiMpdu,WifiMacQueueContainer></h3>
37495<ul>
37496<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
37497 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37498</li>
37499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37500</ul>
37501<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
37502 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37503</li>
37504 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37505</ul>
37506<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
37507 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37508</li>
37509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37510</ul>
37511<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
37512 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37513</li>
37514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37515</ul>
37516<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
37517 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37518</li>
37519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37520</ul>
37521</ul>
37522<h3>TraceSources defined in parent class ns3::QueueBase</h3>
37523<ul>
37524<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
37525 <li> %Callback signature: ns3::TracedValueCallback::Uint32
37526</li>
37527 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37528</ul>
37529<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
37530 <li> %Callback signature: ns3::TracedValueCallback::Uint32
37531</li>
37532 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37533</ul>
37534</ul>
37535<b>Group:</b> Wifi
37536
37537<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
37538*/
37539
37540/*!
37541
37542\class ns3::WifiMacQueueScheduler
37543
37544Introspection did not find any typical Config paths.<br>
37545No Attributes are defined for this type.<br>
37546No TraceSources are defined for this type.<br>
37547<b>Group:</b> Wifi
37548
37549<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
37550*/
37551
37552/*!
37553
37554\class ns3::WifiMacQueueSchedulerImpl
37555
37556Introspection did not find any typical Config paths.<br>
37557No Attributes are defined for this type.<br>
37558No TraceSources are defined for this type.<br>
37559<b>Group:</b> Wifi
37560
37561<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
37562*/
37563
37564/*!
37565
37566\class ns3::WifiMacTrailer
37567
37568Introspection did not find any typical Config paths.<br>
37569No Attributes are defined for this type.<br>
37570No TraceSources are defined for this type.<br>
37571<b>Group:</b> Wifi
37572
37573<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
37574*/
37575
37576/*!
37577
37578\class ns3::WifiNetDevice
37579
37580<h3>Config Paths</h3>
37581
37582ns3::WifiNetDevice is accessible through the following paths with Config::Set and Config::Connect:
37583<ul>
37584<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice"</li>
37585</ul>
37586<h3>Attributes</h3>
37587<ul>
37588<li><b>EhtConfiguration</b>: The EhtConfiguration object.
37589 <ul>
37590 <li>Set with class: \ref ns3::PointerValue</li>
37591 <li>Underlying type: \ref ns3::Ptr< \ref ns3::EhtConfiguration></li>
37592 <li>Flags: <span class="mlabel">read</span></li>
37593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37594 </ul>
37595<li><b>HeConfiguration</b>: The HeConfiguration object.
37596 <ul>
37597 <li>Set with class: \ref ns3::PointerValue</li>
37598 <li>Underlying type: \ref ns3::Ptr< \ref ns3::HeConfiguration></li>
37599 <li>Flags: <span class="mlabel">read</span></li>
37600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37601 </ul>
37602<li><b>HtConfiguration</b>: The HtConfiguration object.
37603 <ul>
37604 <li>Set with class: \ref ns3::PointerValue</li>
37605 <li>Underlying type: \ref ns3::Ptr< \ref ns3::HtConfiguration></li>
37606 <li>Flags: <span class="mlabel">read</span></li>
37607 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37608 </ul>
37609<li><b>Mac</b>: The MAC layer attached to this device.
37610 <ul>
37611 <li>Set with class: \ref ns3::PointerValue</li>
37612 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMac></li>
37613 <li>Initial value: 0</li>
37614 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37616 </ul>
37617<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
37618 <ul>
37619 <li>Set with class: \ref ns3::UintegerValue</li>
37620 <li>Underlying type: uint16_t 1:2296</li>
37621 <li>Initial value: 2296</li>
37622 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37624 </ul>
37625<li><b>Phy</b>: The PHY layer attached to this device.
37626 <ul>
37627 <li>Set with class: \ref ns3::PointerValue</li>
37628 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhy></li>
37629 <li>Initial value: 0</li>
37630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37632 </ul>
37633<li><b>Phys</b>: The PHY layers attached to this device (11be multi-link devices only).
37634 <ul>
37635 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37636 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhy></li>
37637 <li>Flags: <span class="mlabel">read</span></li>
37638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37639 </ul>
37640<li><b>RemoteStationManager</b>: The station manager attached to this device.
37641 <ul>
37642 <li>Set with class: \ref ns3::PointerValue</li>
37643 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiRemoteStationManager></li>
37644 <li>Initial value: 0</li>
37645 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37646 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37647 </ul>
37648<li><b>RemoteStationManagers</b>: The remote station managers attached to this device (11be multi-link devices only).
37649 <ul>
37650 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37651 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiRemoteStationManager></li>
37652 <li>Flags: <span class="mlabel">read</span></li>
37653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37654 </ul>
37655<li><b>VhtConfiguration</b>: The VhtConfiguration object.
37656 <ul>
37657 <li>Set with class: \ref ns3::PointerValue</li>
37658 <li>Underlying type: \ref ns3::Ptr< \ref ns3::VhtConfiguration></li>
37659 <li>Flags: <span class="mlabel">read</span></li>
37660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37661 </ul>
37662</ul>
37663No TraceSources are defined for this type.<br>
37664<b>Group:</b> Wifi
37665
37666<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
37667*/
37668
37669/*!
37670
37671\class ns3::WifiPhy
37672
37673<h3>Config Paths</h3>
37674
37675ns3::WifiPhy is accessible through the following paths with Config::Set and Config::Connect:
37676<ul>
37677<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy"</li>
37678<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]"</li>
37679</ul>
37680<h3>Attributes</h3>
37681<ul>
37682<li><b>Antennas</b>: The number of antennas on the device.
37683 <ul>
37684 <li>Set with class: \ref ns3::UintegerValue</li>
37685 <li>Underlying type: uint8_t 1:8</li>
37686 <li>Initial value: 1</li>
37687 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37689 </ul>
37690<li><b>CcaEdThreshold</b>: The energy of all received signals should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
37691 <ul>
37692 <li>Set with class: \ref ns3::DoubleValue</li>
37693 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37694 <li>Initial value: -62</li>
37695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37697 </ul>
37698<li><b>CcaSensitivity</b>: The energy of a received wifi signal should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
37699 <ul>
37700 <li>Set with class: \ref ns3::DoubleValue</li>
37701 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37702 <li>Initial value: -82</li>
37703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37705 </ul>
37706<li><b>Channel</b>: The channel attached to this PHY
37707 <ul>
37708 <li>Set with class: \ref ns3::PointerValue</li>
37709 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
37710 <li>Flags: <span class="mlabel">read</span></li>
37711 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37712 </ul>
37713<li><b>ChannelNumber</b>: The channel number of the current operating channel.
37714 <ul>
37715 <li>Set with class: \ref ns3::UintegerValue</li>
37716 <li>Underlying type: uint8_t 0:233</li>
37717 <li>Flags: <span class="mlabel">read</span></li>
37718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37719 </ul>
37720<li><b>ChannelSettings</b>: A vector of tuple {channel number, channel width (MHz), PHY band, primary20 index} describing the settings of the operating channel for each segment. The primary20 index (only the value set for the first segment is used) is the index of the primary 20 MHz channel within the operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency) and is only valid if the width of the operating channel is a multiple of 20 MHz. If the standard for this object has not been set yet, the value of this attribute is saved and will be used to set the operating channel when the standard is configured. If the PHY band is left unspecified, the default band for the configured standard is used. If the channel width and the channel number are both 0, the default channel width for the configured standard and band are used. If the channel number is 0, the default channel number for the configured standard, band and channel width is used. Note that the channel width can be left unspecified (0) if the channel number uniquely identify a frequency channel for the given standard and band.
37721 <ul>
37722 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
37723 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
37724 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
37725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37727 </ul>
37728<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
37729 <ul>
37730 <li>Set with class: \ref ns3::TimeValue</li>
37731 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
37732 <li>Initial value: +250000ns</li>
37733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37735 </ul>
37736<li><b>ChannelWidth</b>: The width in MHz of the current operating channel (5, 10, 20, 22, 40, 80, 160 or 320). If 80+80MHz is used, this corresponds to the total channel width, hence 160 MHz.
37737 <ul>
37738 <li>Set with class: \ref ns3::UintegerValue</li>
37739 <li>Underlying type: double 5:320</li>
37740 <li>Flags: <span class="mlabel">read</span></li>
37741 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37742 </ul>
37743<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
37744 <ul>
37745 <li>Set with class: \ref ns3::BooleanValue</li>
37746 <li>Underlying type: bool</li>
37747 <li>Initial value: false</li>
37748 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37750 </ul>
37751<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
37752 <ul>
37753 <li>Set with class: \ref ns3::PointerValue</li>
37754 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
37755 <li>Initial value: 0</li>
37756 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37758 </ul>
37759<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
37760 <ul>
37761 <li>Set with class: \ref ns3::UintegerValue</li>
37762 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
37763 <li>Flags: <span class="mlabel">read</span></li>
37764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37765 </ul>
37766<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
37767 <ul>
37768 <li>Set with class: \ref ns3::PointerValue</li>
37769 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
37770 <li>Initial value: 0</li>
37771 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37773 </ul>
37774<li><b>MaxRadioBw</b>: The maximum width supported by the radio. It is not possible to configure an operating channel with a total width larger than this value. A value of 0 means no restriction.
37775 <ul>
37776 <li>Set with class: \ref ns3::DoubleValue</li>
37777 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37778 <li>Initial value: 0</li>
37779 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37780 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37781 </ul>
37782<li><b>MaxSupportedRxSpatialStreams</b>: The maximum number of supported RX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
37783 <ul>
37784 <li>Set with class: \ref ns3::UintegerValue</li>
37785 <li>Underlying type: uint8_t 1:8</li>
37786 <li>Initial value: 1</li>
37787 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37788 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37789 </ul>
37790<li><b>MaxSupportedTxSpatialStreams</b>: The maximum number of supported TX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
37791 <ul>
37792 <li>Set with class: \ref ns3::UintegerValue</li>
37793 <li>Underlying type: uint8_t 1:8</li>
37794 <li>Initial value: 1</li>
37795 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37796 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37797 </ul>
37798<li><b>NotifyMacHdrRxEnd</b>: Whether the PHY is capable of notifying the MAC about the end of the reception of the MAC header of every MPDU.
37799 <ul>
37800 <li>Set with class: \ref ns3::BooleanValue</li>
37801 <li>Underlying type: bool</li>
37802 <li>Initial value: false</li>
37803 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37804 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37805 </ul>
37806<li><b>Pifs</b>: The duration of the PCF Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
37807 <ul>
37808 <li>Set with class: \ref ns3::TimeValue</li>
37809 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37810 <li>Initial value: +0ns</li>
37811 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37812 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37813 </ul>
37814<li><b>PostReceptionErrorModel</b>: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.
37815 <ul>
37816 <li>Set with class: \ref ns3::PointerValue</li>
37817 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
37818 <li>Initial value: 0</li>
37819 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37820 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37821 </ul>
37822<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
37823 <ul>
37824 <li>Set with class: \ref ns3::DoubleValue</li>
37825 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37826 <li>Initial value: 100</li>
37827 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37828 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37829 </ul>
37830<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
37831 <ul>
37832 <li>Set with class: \ref ns3::PointerValue</li>
37833 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
37834 <li>Initial value: 0</li>
37835 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37837 </ul>
37838<li><b>Primary20MHzIndex</b>: The index of the primary 20 MHz channel within the current operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency).
37839 <ul>
37840 <li>Set with class: \ref ns3::UintegerValue</li>
37841 <li>Underlying type: uint8_t 0:7</li>
37842 <li>Flags: <span class="mlabel">read</span></li>
37843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37844 </ul>
37845<li><b>RxGain</b>: Reception gain (dB).
37846 <ul>
37847 <li>Set with class: \ref ns3::DoubleValue</li>
37848 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37849 <li>Initial value: 0</li>
37850 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37852 </ul>
37853<li><b>RxNoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0 (usually 290 K)".
37854 <ul>
37855 <li>Set with class: \ref ns3::DoubleValue</li>
37856 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37857 <li>Initial value: 7</li>
37858 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37860 </ul>
37861<li><b>RxSensitivity</b>: The energy of a received signal should be higher than this threshold (dBm) for the PHY to detect the signal. This threshold refers to a width of 20 MHz and will be scaled to match the width of the received signal.
37862 <ul>
37863 <li>Set with class: \ref ns3::DoubleValue</li>
37864 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37865 <li>Initial value: -101</li>
37866 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37867 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37868 </ul>
37869<li><b>ShortPlcpPreambleSupported</b>: Whether or not short PHY preamble is supported.This parameter is only valuable for 802.11b STAs and APs.Note: 802.11g APs and STAs always support short PHY preamble.
37870 <ul>
37871 <li>Set with class: \ref ns3::BooleanValue</li>
37872 <li>Underlying type: bool</li>
37873 <li>Initial value: false</li>
37874 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37875 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37876 </ul>
37877<li><b>Sifs</b>: The duration of the Short Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
37878 <ul>
37879 <li>Set with class: \ref ns3::TimeValue</li>
37880 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37881 <li>Initial value: +0ns</li>
37882 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37883 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37884 </ul>
37885<li><b>Slot</b>: The duration of a slot. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
37886 <ul>
37887 <li>Set with class: \ref ns3::TimeValue</li>
37888 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37889 <li>Initial value: +0ns</li>
37890 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37891 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37892 </ul>
37893<li><b>State</b>: The state of the PHY layer.
37894 <ul>
37895 <li>Set with class: \ref ns3::PointerValue</li>
37896 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
37897 <li>Initial value: 0</li>
37898 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37899 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37900 </ul>
37901<li><b>TxGain</b>: Transmission gain (dB).
37902 <ul>
37903 <li>Set with class: \ref ns3::DoubleValue</li>
37904 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37905 <li>Initial value: 0</li>
37906 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37907 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37908 </ul>
37909<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
37910 <ul>
37911 <li>Set with class: \ref ns3::DoubleValue</li>
37912 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37913 <li>Initial value: 16.0206</li>
37914 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37916 </ul>
37917<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
37918 <ul>
37919 <li>Set with class: \ref ns3::UintegerValue</li>
37920 <li>Underlying type: uint8_t 0:255</li>
37921 <li>Initial value: 1</li>
37922 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37924 </ul>
37925<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
37926 <ul>
37927 <li>Set with class: \ref ns3::DoubleValue</li>
37928 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37929 <li>Initial value: 16.0206</li>
37930 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37931 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37932 </ul>
37933</ul>
37934<h3>TraceSources</h3>
37935<ul>
37936<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
37937 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
37938</li>
37939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37940</ul>
37941<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
37942 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
37943</li>
37944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37945</ul>
37946<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
37947 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
37948</li>
37949 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37950</ul>
37951<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
37952 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
37953</li>
37954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37955</ul>
37956<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
37957 <li> %Callback signature: ns3::Packet::TracedCallback
37958</li>
37959 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37960</ul>
37961<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
37962 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
37963</li>
37964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37965</ul>
37966<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
37967 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
37968</li>
37969 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37970</ul>
37971<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
37972 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
37973</li>
37974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37975</ul>
37976<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the medium; the packet holds a single MPDU even if the MPDU is transmitted within an A-MPDU (in which case this trace fires for each MPDU in the A-MPDU).<br> <ul>
37977 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
37978</li>
37979 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37980</ul>
37981<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
37982 <li> %Callback signature: ns3::Packet::TracedCallback
37983</li>
37984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37985</ul>
37986<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
37987 <li> %Callback signature: ns3::Packet::TracedCallback
37988</li>
37989 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37990</ul>
37991<li><b>PhyTxPsduBegin</b>: Trace source indicating a PSDU has begun transmitting over the channel medium; this trace returns a WifiConstPsduMap with a single element (in the case of SU PPDU) or multiple elements (in the case of MU PPDU)<br> <ul>
37992 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
37993</li>
37994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37995</ul>
37996<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
37997 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
37998</li>
37999 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38000</ul>
38001</ul>
38002<b>Group:</b> Wifi
38003
38004<b>Size</b> of this type is 896 bytes (on a 64-bit architecture).
38005*/
38006
38007/*!
38008
38009\class ns3::WifiPhyRxTraceSink
38010
38011Introspection did not find any typical Config paths.<br>
38012No Attributes are defined for this type.<br>
38013No TraceSources are defined for this type.<br>
38014<b>Group:</b> Wifi
38015
38016<b>Size</b> of this type is 528 bytes (on a 64-bit architecture).
38017*/
38018
38019/*!
38020
38021\class ns3::WifiPhyStateHelper
38022
38023<h3>Config Paths</h3>
38024
38025ns3::WifiPhyStateHelper is accessible through the following paths with Config::Set and Config::Connect:
38026<ul>
38027<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/State"</li>
38028<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/State"</li>
38029</ul>
38030No Attributes are defined for this type.<br>
38031<h3>TraceSources</h3>
38032<ul>
38033<li><b>RxError</b>: A packet has been received unsuccessfuly.<br> <ul>
38034 <li> %Callback signature: ns3::WifiPhyStateHelper::RxEndErrorTracedCallback
38035</li>
38036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38037</ul>
38038<li><b>RxOk</b>: A packet has been received successfully.<br> <ul>
38039 <li> %Callback signature: ns3::WifiPhyStateHelper::RxOkTracedCallback
38040</li>
38041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38042</ul>
38043<li><b>RxOutcome</b>: The outcome of the decoding of the PPDU, including MPDU decoding status<br> <ul>
38044 <li> %Callback signature: ns3::WifiPhyStateHelper::RxOutcomeTracedCallback
38045</li>
38046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38047</ul>
38048<li><b>State</b>: The state of the PHY layer<br> <ul>
38049 <li> %Callback signature: ns3::WifiPhyStateHelper::StateTracedCallback
38050</li>
38051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38052</ul>
38053<li><b>Tx</b>: Packet transmission is starting.<br> <ul>
38054 <li> %Callback signature: ns3::WifiPhyStateHelper::TxTracedCallback
38055</li>
38056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38057</ul>
38058</ul>
38059<b>Group:</b> Wifi
38060
38061<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
38062*/
38063
38064/*!
38065
38066\class ns3::WifiProtectionManager
38067
38068Introspection did not find any typical Config paths.<br>
38069No Attributes are defined for this type.<br>
38070No TraceSources are defined for this type.<br>
38071<b>Group:</b> Wifi
38072
38073<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
38074*/
38075
38076/*!
38077
38078\class ns3::WifiRadioEnergyModel
38079
38080Introspection did not find any typical Config paths.<br>
38081<h3>Attributes</h3>
38082<ul>
38083<li><b>CcaBusyCurrentA</b>: The default radio CCA Busy State current in Ampere.
38084 <ul>
38085 <li>Set with class: \ref ns3::DoubleValue</li>
38086 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38087 <li>Initial value: 0.273</li>
38088 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38090 </ul>
38091<li><b>IdleCurrentA</b>: The default radio Idle current in Ampere.
38092 <ul>
38093 <li>Set with class: \ref ns3::DoubleValue</li>
38094 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38095 <li>Initial value: 0.273</li>
38096 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38098 </ul>
38099<li><b>RxCurrentA</b>: The radio RX current in Ampere.
38100 <ul>
38101 <li>Set with class: \ref ns3::DoubleValue</li>
38102 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38103 <li>Initial value: 0.313</li>
38104 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38106 </ul>
38107<li><b>SleepCurrentA</b>: The radio Sleep current in Ampere.
38108 <ul>
38109 <li>Set with class: \ref ns3::DoubleValue</li>
38110 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38111 <li>Initial value: 0.033</li>
38112 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38114 </ul>
38115<li><b>SwitchingCurrentA</b>: The default radio Channel Switch current in Ampere.
38116 <ul>
38117 <li>Set with class: \ref ns3::DoubleValue</li>
38118 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38119 <li>Initial value: 0.273</li>
38120 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38121 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38122 </ul>
38123<li><b>TxCurrentA</b>: The radio TX current in Ampere.
38124 <ul>
38125 <li>Set with class: \ref ns3::DoubleValue</li>
38126 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38127 <li>Initial value: 0.38</li>
38128 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38129 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38130 </ul>
38131<li><b>TxCurrentModel</b>: A pointer to the attached TX current model.
38132 <ul>
38133 <li>Set with class: \ref ns3::PointerValue</li>
38134 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiTxCurrentModel></li>
38135 <li>Initial value: 0</li>
38136 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38137 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38138 </ul>
38139</ul>
38140<h3>TraceSources</h3>
38141<ul>
38142<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.<br> <ul>
38143 <li> %Callback signature: ns3::TracedValueCallback::Double
38144</li>
38145 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38146</ul>
38147</ul>
38148<b>Group:</b> Energy
38149
38150<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
38151*/
38152
38153/*!
38154
38155\class ns3::WifiRemoteStationManager
38156
38157<h3>Config Paths</h3>
38158
38159ns3::WifiRemoteStationManager is accessible through the following paths with Config::Set and Config::Connect:
38160<ul>
38161<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager"</li>
38162<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]"</li>
38163</ul>
38164<h3>Attributes</h3>
38165<ul>
38166<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
38167 <ul>
38168 <li>Set with class: \ref ns3::UintegerValue</li>
38169 <li>Underlying type: uint8_t 0:255</li>
38170 <li>Initial value: 0</li>
38171 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38172 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38173 </ul>
38174<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
38175 <ul>
38176 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
38177 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
38178 <li>Initial value: Cts-To-Self</li>
38179 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38180 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38181 </ul>
38182<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
38183 <ul>
38184 <li>Set with class: \ref ns3::UintegerValue</li>
38185 <li>Underlying type: uint32_t 256:65535</li>
38186 <li>Initial value: 65535</li>
38187 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38189 </ul>
38190<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
38191 <ul>
38192 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
38193 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
38194 <li>Initial value: Cts-To-Self</li>
38195 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38197 </ul>
38198<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
38199 <ul>
38200 <li>Set with class: \ref ns3::BooleanValue</li>
38201 <li>Underlying type: bool</li>
38202 <li>Initial value: false</li>
38203 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38204 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38205 </ul>
38206<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
38207 <ul>
38208 <li>Set with class: \ref ns3::UintegerValue</li>
38209 <li>Underlying type: uint32_t 0:4294967295</li>
38210 <li>Initial value: 4</li>
38211 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38212 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
38213 </ul>
38214<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
38215 <ul>
38216 <li>Set with class: \ref ns3::UintegerValue</li>
38217 <li>Underlying type: uint32_t 0:4294967295</li>
38218 <li>Initial value: 7</li>
38219 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38220 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
38221 </ul>
38222<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
38223 <ul>
38224 <li>Set with class: \ref ns3::WifiModeValue</li>
38225 <li>Underlying type: \p WifiMode</li>
38226 <li>Initial value: Invalid-WifiMode</li>
38227 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38228 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38229 </ul>
38230<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
38231 <ul>
38232 <li>Set with class: \ref ns3::UintegerValue</li>
38233 <li>Underlying type: uint32_t 0:4692480</li>
38234 <li>Initial value: 4692480</li>
38235 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38236 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38237 </ul>
38238<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
38239 <ul>
38240 <li>Set with class: \ref ns3::TimeValue</li>
38241 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38242 <li>Initial value: +0ns</li>
38243 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38244 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38245 </ul>
38246</ul>
38247<h3>TraceSources</h3>
38248<ul>
38249<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
38250 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38251</li>
38252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38253</ul>
38254<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
38255 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38256</li>
38257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38258</ul>
38259<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
38260 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38261</li>
38262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38263</ul>
38264<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
38265 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38266</li>
38267 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38268</ul>
38269</ul>
38270<b>Group:</b> Wifi
38271
38272<b>Size</b> of this type is 408 bytes (on a 64-bit architecture).
38273*/
38274
38275/*!
38276
38277\class ns3::WifiSpectrumPhyInterface
38278
38279Introspection did not find any typical Config paths.<br>
38280No Attributes are defined for this type.<br>
38281No TraceSources are defined for this type.<br>
38282<b>Group:</b> Wifi
38283
38284<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
38285*/
38286
38287/*!
38288
38289\class ns3::WifiTxCurrentModel
38290
38291Introspection did not find any typical Config paths.<br>
38292No Attributes are defined for this type.<br>
38293No TraceSources are defined for this type.<br>
38294<b>Group:</b> Wifi
38295
38296<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38297*/
38298
38299/*!
38300
38301\class ns3::WimaxChannel
38302
38303<h3>Config Paths</h3>
38304
38305ns3::WimaxChannel is accessible through the following paths with Config::Set and Config::Connect:
38306<ul>
38307<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::WimaxChannel"</li>
38308<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::WimaxChannel"</li>
38309<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel"</li>
38310<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel"</li>
38311<li>"/ChannelList/[i]/$ns3::WimaxChannel"</li>
38312</ul>
38313No Attributes are defined for this type.<br>
38314<h3>Attributes defined in parent class ns3::Channel</h3>
38315<ul>
38316<li><b>Id</b>: The id (unique integer) of this Channel.
38317 <ul>
38318 <li>Set with class: \ref ns3::UintegerValue</li>
38319 <li>Underlying type: uint32_t 0:4294967295</li>
38320 <li>Flags: <span class="mlabel">read</span></li>
38321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38322 </ul>
38323</ul>
38324No TraceSources are defined for this type.<br>
38325<b>Group:</b> Wimax
38326
38327<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38328*/
38329
38330/*!
38331
38332\class ns3::WimaxConnection
38333
38334<h3>Config Paths</h3>
38335
38336ns3::WimaxConnection is accessible through the following paths with Config::Set and Config::Connect:
38337<ul>
38338<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/InitialRangingConnection"</li>
38339<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BroadcastConnection"</li>
38340<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/BasicConnection"</li>
38341<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/PrimaryConnection"</li>
38342<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/BasicConnection"</li>
38343<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/PrimaryConnection"</li>
38344</ul>
38345<h3>Attributes</h3>
38346<ul>
38347<li><b>TxQueue</b>: Transmit queue
38348 <ul>
38349 <li>Set with class: \ref ns3::PointerValue</li>
38350 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxMacQueue></li>
38351 <li>Flags: <span class="mlabel">read</span></li>
38352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38353 </ul>
38354<li><b>Type</b>: Connection type
38355 <ul>
38356 <li>Set with class: \ref ns3::EnumValue<ns3::Cid::Type></li>
38357 <li>Underlying type: \p Broadcast|InitialRanging|Basic|Primary|Transport|Multicast|Padding</li>
38358 <li>Flags: <span class="mlabel">read</span></li>
38359 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38360 </ul>
38361</ul>
38362No TraceSources are defined for this type.<br>
38363<b>Group:</b> Wimax
38364
38365<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
38366*/
38367
38368/*!
38369
38370\class ns3::WimaxMacQueue
38371
38372<h3>Config Paths</h3>
38373
38374ns3::WimaxMacQueue is accessible through the following paths with Config::Set and Config::Connect:
38375<ul>
38376<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/InitialRangingConnection/TxQueue"</li>
38377<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BroadcastConnection/TxQueue"</li>
38378<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/BasicConnection/TxQueue"</li>
38379<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/PrimaryConnection/TxQueue"</li>
38380<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/BasicConnection/TxQueue"</li>
38381<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/PrimaryConnection/TxQueue"</li>
38382</ul>
38383<h3>Attributes</h3>
38384<ul>
38385<li><b>MaxSize</b>: Maximum size
38386 <ul>
38387 <li>Set with class: \ref ns3::UintegerValue</li>
38388 <li>Underlying type: uint32_t 0:4294967295</li>
38389 <li>Initial value: 1024</li>
38390 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38391 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38392 </ul>
38393</ul>
38394<h3>TraceSources</h3>
38395<ul>
38396<li><b>Dequeue</b>: Dequeue trace<br> <ul>
38397 <li> %Callback signature: ns3::Packet::TracedCallback
38398</li>
38399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38400</ul>
38401<li><b>Drop</b>: Drop trace<br> <ul>
38402 <li> %Callback signature: ns3::Packet::TracedCallback
38403</li>
38404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38405</ul>
38406<li><b>Enqueue</b>: Enqueue trace<br> <ul>
38407 <li> %Callback signature: ns3::Packet::TracedCallback
38408</li>
38409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38410</ul>
38411</ul>
38412<b>Group:</b> Wimax
38413
38414<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
38415*/
38416
38417/*!
38418
38419\class ns3::WimaxMacToMacHeader
38420
38421Introspection did not find any typical Config paths.<br>
38422No Attributes are defined for this type.<br>
38423No TraceSources are defined for this type.<br>
38424<b>Group:</b> Wimax
38425
38426<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
38427*/
38428
38429/*!
38430
38431\class ns3::WimaxNetDevice
38432
38433<h3>Config Paths</h3>
38434
38435ns3::WimaxNetDevice is accessible through the following paths with Config::Set and Config::Connect:
38436<ul>
38437<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice"</li>
38438</ul>
38439<h3>Attributes</h3>
38440<ul>
38441<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.
38442 <ul>
38443 <li>Set with class: \ref ns3::PointerValue</li>
38444 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BandwidthManager></li>
38445 <li>Initial value: 0</li>
38446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38448 </ul>
38449<li><b>BroadcastConnection</b>: Broadcast connection
38450 <ul>
38451 <li>Set with class: \ref ns3::PointerValue</li>
38452 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
38453 <li>Initial value: 0</li>
38454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38456 </ul>
38457<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.
38458 <ul>
38459 <li>Set with class: \ref ns3::PointerValue</li>
38460 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BurstProfileManager></li>
38461 <li>Initial value: 0</li>
38462 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38463 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38464 </ul>
38465<li><b>Channel</b>: The channel attached to this device.
38466 <ul>
38467 <li>Set with class: \ref ns3::PointerValue</li>
38468 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
38469 <li>Initial value: 0</li>
38470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38472 </ul>
38473<li><b>ConnectionManager</b>: The connection manager attached to this device.
38474 <ul>
38475 <li>Set with class: \ref ns3::PointerValue</li>
38476 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ConnectionManager></li>
38477 <li>Initial value: 0</li>
38478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38480 </ul>
38481<li><b>InitialRangingConnection</b>: Initial ranging connection
38482 <ul>
38483 <li>Set with class: \ref ns3::PointerValue</li>
38484 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
38485 <li>Initial value: 0</li>
38486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38488 </ul>
38489<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
38490 <ul>
38491 <li>Set with class: \ref ns3::UintegerValue</li>
38492 <li>Underlying type: uint16_t 0:1500</li>
38493 <li>Initial value: 1400</li>
38494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38496 </ul>
38497<li><b>Phy</b>: The PHY layer attached to this device.
38498 <ul>
38499 <li>Set with class: \ref ns3::PointerValue</li>
38500 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxPhy></li>
38501 <li>Initial value: 0</li>
38502 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38504 </ul>
38505<li><b>RTG</b>: receive/transmit transition gap.
38506 <ul>
38507 <li>Set with class: \ref ns3::UintegerValue</li>
38508 <li>Underlying type: uint16_t 0:120</li>
38509 <li>Initial value: 0</li>
38510 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38512 </ul>
38513<li><b>TTG</b>: transmit/receive transition gap.
38514 <ul>
38515 <li>Set with class: \ref ns3::UintegerValue</li>
38516 <li>Underlying type: uint16_t 0:120</li>
38517 <li>Initial value: 0</li>
38518 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38520 </ul>
38521</ul>
38522<h3>TraceSources</h3>
38523<ul>
38524<li><b>Rx</b>: Receive trace<br> <ul>
38525 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
38526</li>
38527 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38528</ul>
38529<li><b>Tx</b>: Transmit trace<br> <ul>
38530 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
38531</li>
38532 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38533</ul>
38534</ul>
38535<b>Group:</b> Wimax
38536
38537<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
38538*/
38539
38540/*!
38541
38542\class ns3::WimaxPhy
38543
38544<h3>Config Paths</h3>
38545
38546ns3::WimaxPhy is accessible through the following paths with Config::Set and Config::Connect:
38547<ul>
38548<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy"</li>
38549</ul>
38550<h3>Attributes</h3>
38551<ul>
38552<li><b>Bandwidth</b>: The channel bandwidth in Hz.
38553 <ul>
38554 <li>Set with class: \ref ns3::UintegerValue</li>
38555 <li>Underlying type: uint32_t 5000000:30000000</li>
38556 <li>Initial value: 10000000</li>
38557 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38559 </ul>
38560<li><b>Channel</b>: Wimax channel
38561 <ul>
38562 <li>Set with class: \ref ns3::PointerValue</li>
38563 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
38564 <li>Initial value: 0</li>
38565 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38567 </ul>
38568<li><b>FrameDuration</b>: The frame duration in seconds.
38569 <ul>
38570 <li>Set with class: \ref ns3::TimeValue</li>
38571 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38572 <li>Initial value: +1e+07ns</li>
38573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38575 </ul>
38576<li><b>Frequency</b>: The central frequency in KHz.
38577 <ul>
38578 <li>Set with class: \ref ns3::UintegerValue</li>
38579 <li>Underlying type: uint32_t 1000000:11000000</li>
38580 <li>Initial value: 5000000</li>
38581 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38582 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38583 </ul>
38584</ul>
38585No TraceSources are defined for this type.<br>
38586<b>Group:</b> Wimax
38587
38588<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
38589*/
38590
38591/*!
38592
38593\class ns3::YansErrorRateModel
38594
38595Introspection did not find any typical Config paths.<br>
38596No Attributes are defined for this type.<br>
38597No TraceSources are defined for this type.<br>
38598<b>Group:</b> Wifi
38599
38600<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38601*/
38602
38603/*!
38604
38605\class ns3::YansWifiChannel
38606
38607<h3>Config Paths</h3>
38608
38609ns3::YansWifiChannel is accessible through the following paths with Config::Set and Config::Connect:
38610<ul>
38611<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel"</li>
38612<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel"</li>
38613<li>"/ChannelList/[i]/$ns3::YansWifiChannel"</li>
38614</ul>
38615<h3>Attributes</h3>
38616<ul>
38617<li><b>PropagationDelayModel</b>: A pointer to the propagation delay model attached to this channel.
38618 <ul>
38619 <li>Set with class: \ref ns3::PointerValue</li>
38620 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationDelayModel></li>
38621 <li>Initial value: 0</li>
38622 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38624 </ul>
38625<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
38626 <ul>
38627 <li>Set with class: \ref ns3::PointerValue</li>
38628 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
38629 <li>Initial value: 0</li>
38630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38632 </ul>
38633</ul>
38634<h3>Attributes defined in parent class ns3::Channel</h3>
38635<ul>
38636<li><b>Id</b>: The id (unique integer) of this Channel.
38637 <ul>
38638 <li>Set with class: \ref ns3::UintegerValue</li>
38639 <li>Underlying type: uint32_t 0:4294967295</li>
38640 <li>Flags: <span class="mlabel">read</span></li>
38641 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38642 </ul>
38643</ul>
38644No TraceSources are defined for this type.<br>
38645<b>Group:</b> Wifi
38646
38647<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
38648*/
38649
38650/*!
38651
38652\class ns3::YansWifiPhy
38653
38654<h3>Config Paths</h3>
38655
38656ns3::YansWifiPhy is accessible through the following paths with Config::Set and Config::Connect:
38657<ul>
38658<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/$ns3::YansWifiPhy"</li>
38659<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/$ns3::YansWifiPhy"</li>
38660</ul>
38661No Attributes are defined for this type.<br>
38662<h3>Attributes defined in parent class ns3::WifiPhy</h3>
38663<ul>
38664<li><b>Antennas</b>: The number of antennas on the device.
38665 <ul>
38666 <li>Set with class: \ref ns3::UintegerValue</li>
38667 <li>Underlying type: uint8_t 1:8</li>
38668 <li>Initial value: 1</li>
38669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38671 </ul>
38672<li><b>CcaEdThreshold</b>: The energy of all received signals should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
38673 <ul>
38674 <li>Set with class: \ref ns3::DoubleValue</li>
38675 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38676 <li>Initial value: -62</li>
38677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38679 </ul>
38680<li><b>CcaSensitivity</b>: The energy of a received wifi signal should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
38681 <ul>
38682 <li>Set with class: \ref ns3::DoubleValue</li>
38683 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38684 <li>Initial value: -82</li>
38685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38687 </ul>
38688<li><b>Channel</b>: The channel attached to this PHY
38689 <ul>
38690 <li>Set with class: \ref ns3::PointerValue</li>
38691 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
38692 <li>Flags: <span class="mlabel">read</span></li>
38693 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38694 </ul>
38695<li><b>ChannelNumber</b>: The channel number of the current operating channel.
38696 <ul>
38697 <li>Set with class: \ref ns3::UintegerValue</li>
38698 <li>Underlying type: uint8_t 0:233</li>
38699 <li>Flags: <span class="mlabel">read</span></li>
38700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38701 </ul>
38702<li><b>ChannelSettings</b>: A vector of tuple {channel number, channel width (MHz), PHY band, primary20 index} describing the settings of the operating channel for each segment. The primary20 index (only the value set for the first segment is used) is the index of the primary 20 MHz channel within the operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency) and is only valid if the width of the operating channel is a multiple of 20 MHz. If the standard for this object has not been set yet, the value of this attribute is saved and will be used to set the operating channel when the standard is configured. If the PHY band is left unspecified, the default band for the configured standard is used. If the channel width and the channel number are both 0, the default channel width for the configured standard and band are used. If the channel number is 0, the default channel number for the configured standard, band and channel width is used. Note that the channel width can be left unspecified (0) if the channel number uniquely identify a frequency channel for the given standard and band.
38703 <ul>
38704 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
38705 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
38706 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
38707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38709 </ul>
38710<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
38711 <ul>
38712 <li>Set with class: \ref ns3::TimeValue</li>
38713 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
38714 <li>Initial value: +250000ns</li>
38715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38717 </ul>
38718<li><b>ChannelWidth</b>: The width in MHz of the current operating channel (5, 10, 20, 22, 40, 80, 160 or 320). If 80+80MHz is used, this corresponds to the total channel width, hence 160 MHz.
38719 <ul>
38720 <li>Set with class: \ref ns3::UintegerValue</li>
38721 <li>Underlying type: double 5:320</li>
38722 <li>Flags: <span class="mlabel">read</span></li>
38723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38724 </ul>
38725<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
38726 <ul>
38727 <li>Set with class: \ref ns3::BooleanValue</li>
38728 <li>Underlying type: bool</li>
38729 <li>Initial value: false</li>
38730 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38731 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38732 </ul>
38733<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
38734 <ul>
38735 <li>Set with class: \ref ns3::PointerValue</li>
38736 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
38737 <li>Initial value: 0</li>
38738 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38740 </ul>
38741<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
38742 <ul>
38743 <li>Set with class: \ref ns3::UintegerValue</li>
38744 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
38745 <li>Flags: <span class="mlabel">read</span></li>
38746 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38747 </ul>
38748<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
38749 <ul>
38750 <li>Set with class: \ref ns3::PointerValue</li>
38751 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
38752 <li>Initial value: 0</li>
38753 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38755 </ul>
38756<li><b>MaxRadioBw</b>: The maximum width supported by the radio. It is not possible to configure an operating channel with a total width larger than this value. A value of 0 means no restriction.
38757 <ul>
38758 <li>Set with class: \ref ns3::DoubleValue</li>
38759 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38760 <li>Initial value: 0</li>
38761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
38762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38763 </ul>
38764<li><b>MaxSupportedRxSpatialStreams</b>: The maximum number of supported RX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
38765 <ul>
38766 <li>Set with class: \ref ns3::UintegerValue</li>
38767 <li>Underlying type: uint8_t 1:8</li>
38768 <li>Initial value: 1</li>
38769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38771 </ul>
38772<li><b>MaxSupportedTxSpatialStreams</b>: The maximum number of supported TX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
38773 <ul>
38774 <li>Set with class: \ref ns3::UintegerValue</li>
38775 <li>Underlying type: uint8_t 1:8</li>
38776 <li>Initial value: 1</li>
38777 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38779 </ul>
38780<li><b>NotifyMacHdrRxEnd</b>: Whether the PHY is capable of notifying the MAC about the end of the reception of the MAC header of every MPDU.
38781 <ul>
38782 <li>Set with class: \ref ns3::BooleanValue</li>
38783 <li>Underlying type: bool</li>
38784 <li>Initial value: false</li>
38785 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38787 </ul>
38788<li><b>Pifs</b>: The duration of the PCF Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
38789 <ul>
38790 <li>Set with class: \ref ns3::TimeValue</li>
38791 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38792 <li>Initial value: +0ns</li>
38793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38795 </ul>
38796<li><b>PostReceptionErrorModel</b>: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.
38797 <ul>
38798 <li>Set with class: \ref ns3::PointerValue</li>
38799 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
38800 <li>Initial value: 0</li>
38801 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38803 </ul>
38804<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
38805 <ul>
38806 <li>Set with class: \ref ns3::DoubleValue</li>
38807 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38808 <li>Initial value: 100</li>
38809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38811 </ul>
38812<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
38813 <ul>
38814 <li>Set with class: \ref ns3::PointerValue</li>
38815 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
38816 <li>Initial value: 0</li>
38817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38819 </ul>
38820<li><b>Primary20MHzIndex</b>: The index of the primary 20 MHz channel within the current operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency).
38821 <ul>
38822 <li>Set with class: \ref ns3::UintegerValue</li>
38823 <li>Underlying type: uint8_t 0:7</li>
38824 <li>Flags: <span class="mlabel">read</span></li>
38825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38826 </ul>
38827<li><b>RxGain</b>: Reception gain (dB).
38828 <ul>
38829 <li>Set with class: \ref ns3::DoubleValue</li>
38830 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38831 <li>Initial value: 0</li>
38832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38834 </ul>
38835<li><b>RxNoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0 (usually 290 K)".
38836 <ul>
38837 <li>Set with class: \ref ns3::DoubleValue</li>
38838 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38839 <li>Initial value: 7</li>
38840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38842 </ul>
38843<li><b>RxSensitivity</b>: The energy of a received signal should be higher than this threshold (dBm) for the PHY to detect the signal. This threshold refers to a width of 20 MHz and will be scaled to match the width of the received signal.
38844 <ul>
38845 <li>Set with class: \ref ns3::DoubleValue</li>
38846 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38847 <li>Initial value: -101</li>
38848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38850 </ul>
38851<li><b>ShortPlcpPreambleSupported</b>: Whether or not short PHY preamble is supported.This parameter is only valuable for 802.11b STAs and APs.Note: 802.11g APs and STAs always support short PHY preamble.
38852 <ul>
38853 <li>Set with class: \ref ns3::BooleanValue</li>
38854 <li>Underlying type: bool</li>
38855 <li>Initial value: false</li>
38856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38858 </ul>
38859<li><b>Sifs</b>: The duration of the Short Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
38860 <ul>
38861 <li>Set with class: \ref ns3::TimeValue</li>
38862 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38863 <li>Initial value: +0ns</li>
38864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38866 </ul>
38867<li><b>Slot</b>: The duration of a slot. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
38868 <ul>
38869 <li>Set with class: \ref ns3::TimeValue</li>
38870 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38871 <li>Initial value: +0ns</li>
38872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38874 </ul>
38875<li><b>State</b>: The state of the PHY layer.
38876 <ul>
38877 <li>Set with class: \ref ns3::PointerValue</li>
38878 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
38879 <li>Initial value: 0</li>
38880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38882 </ul>
38883<li><b>TxGain</b>: Transmission gain (dB).
38884 <ul>
38885 <li>Set with class: \ref ns3::DoubleValue</li>
38886 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38887 <li>Initial value: 0</li>
38888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38890 </ul>
38891<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
38892 <ul>
38893 <li>Set with class: \ref ns3::DoubleValue</li>
38894 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38895 <li>Initial value: 16.0206</li>
38896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38898 </ul>
38899<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
38900 <ul>
38901 <li>Set with class: \ref ns3::UintegerValue</li>
38902 <li>Underlying type: uint8_t 0:255</li>
38903 <li>Initial value: 1</li>
38904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38906 </ul>
38907<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
38908 <ul>
38909 <li>Set with class: \ref ns3::DoubleValue</li>
38910 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38911 <li>Initial value: 16.0206</li>
38912 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38914 </ul>
38915</ul>
38916<h3>TraceSources</h3>
38917<ul>
38918<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak signals<br> <ul>
38919 <li> %Callback signature: ns3::YansWifiPhy::SignalArrivalCallback
38920</li>
38921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38922</ul>
38923</ul>
38924<h3>TraceSources defined in parent class ns3::WifiPhy</h3>
38925<ul>
38926<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
38927 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
38928</li>
38929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38930</ul>
38931<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
38932 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
38933</li>
38934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38935</ul>
38936<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
38937 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
38938</li>
38939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38940</ul>
38941<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
38942 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
38943</li>
38944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38945</ul>
38946<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
38947 <li> %Callback signature: ns3::Packet::TracedCallback
38948</li>
38949 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38950</ul>
38951<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
38952 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
38953</li>
38954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38955</ul>
38956<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
38957 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
38958</li>
38959 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38960</ul>
38961<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
38962 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
38963</li>
38964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38965</ul>
38966<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the medium; the packet holds a single MPDU even if the MPDU is transmitted within an A-MPDU (in which case this trace fires for each MPDU in the A-MPDU).<br> <ul>
38967 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
38968</li>
38969 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38970</ul>
38971<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
38972 <li> %Callback signature: ns3::Packet::TracedCallback
38973</li>
38974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38975</ul>
38976<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
38977 <li> %Callback signature: ns3::Packet::TracedCallback
38978</li>
38979 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38980</ul>
38981<li><b>PhyTxPsduBegin</b>: Trace source indicating a PSDU has begun transmitting over the channel medium; this trace returns a WifiConstPsduMap with a single element (in the case of SU PPDU) or multiple elements (in the case of MU PPDU)<br> <ul>
38982 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
38983</li>
38984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38985</ul>
38986<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
38987 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
38988</li>
38989 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38990</ul>
38991</ul>
38992<b>Group:</b> Wifi
38993
38994<b>Size</b> of this type is 928 bytes (on a 64-bit architecture).
38995*/
38996
38997/*!
38998
38999\class ns3::ZetaRandomVariable
39000
39001<h3>Config Paths</h3>
39002
39003ns3::ZetaRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
39004<ul>
39005<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39006<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39007<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39008<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39009<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39010<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39011<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39012<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39013<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39014<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39015<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39016<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39017<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39018<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39019<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39020<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ZetaRandomVariable"</li>
39021<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ZetaRandomVariable"</li>
39022<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39023<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39024<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39025<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39026<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39027<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39028<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39029<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39030<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39031<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39032<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ZetaRandomVariable"</li>
39033<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ZetaRandomVariable"</li>
39034<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ZetaRandomVariable"</li>
39035<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ZetaRandomVariable"</li>
39036<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ZetaRandomVariable"</li>
39037<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ZetaRandomVariable"</li>
39038<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ZetaRandomVariable"</li>
39039<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ZetaRandomVariable"</li>
39040<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ZetaRandomVariable"</li>
39041<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39042<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ZetaRandomVariable"</li>
39043<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ZetaRandomVariable"</li>
39044<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39045<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39046<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ZetaRandomVariable"</li>
39047<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39048<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39049<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39050<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39051<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ZetaRandomVariable"</li>
39052<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ZetaRandomVariable"</li>
39053<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ZetaRandomVariable"</li>
39054<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39055<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39056<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ZetaRandomVariable"</li>
39057<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ZetaRandomVariable"</li>
39058<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39059<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ZetaRandomVariable"</li>
39060<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ZetaRandomVariable"</li>
39061<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ZetaRandomVariable"</li>
39062<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39063<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39064<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39065</ul>
39066<h3>Attributes</h3>
39067<ul>
39068<li><b>Alpha</b>: The alpha value for the zeta distribution returned by this RNG stream.
39069 <ul>
39070 <li>Set with class: \ref ns3::DoubleValue</li>
39071 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39072 <li>Initial value: 3.14</li>
39073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39075 </ul>
39076</ul>
39077<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
39078<ul>
39079<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
39080 <ul>
39081 <li>Set with class: \ref ns3::BooleanValue</li>
39082 <li>Underlying type: bool</li>
39083 <li>Initial value: false</li>
39084 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39085 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39086 </ul>
39087<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
39088 <ul>
39089 <li>Set with class: \ref ns3::IntegerValue</li>
39090 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
39091 <li>Initial value: -1</li>
39092 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39094 </ul>
39095</ul>
39096No TraceSources are defined for this type.<br>
39097<b>Group:</b> Core
39098
39099<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
39100*/
39101
39102/*!
39103
39104\class ns3::zigbee::ZigbeeAps
39105
39106Introspection did not find any typical Config paths.<br>
39107No Attributes are defined for this type.<br>
39108No TraceSources are defined for this type.<br>
39109<b>Group:</b> Zigbee
39110
39111<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
39112*/
39113
39114/*!
39115
39116\class ns3::zigbee::ZigbeeNwk
39117
39118Introspection did not find any typical Config paths.<br>
39119<h3>Attributes</h3>
39120<ul>
39121<li><b>MaxPendingTxQueueSize</b>: The maximum size of the table storing pending packets awaiting to be transmitted after discovering a route to the destination.
39122 <ul>
39123 <li>Set with class: \ref ns3::UintegerValue</li>
39124 <li>Underlying type: uint32_t 0:4294967295</li>
39125 <li>Initial value: 10</li>
39126 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39128 </ul>
39129<li><b>NwkcCoordinatorCapable</b>: [Constant] Indicates whether the device is capable of becoming aZigbee coordinator.
39130 <ul>
39131 <li>Set with class: \ref ns3::BooleanValue</li>
39132 <li>Underlying type: bool</li>
39133 <li>Initial value: true</li>
39134 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39136 </ul>
39137<li><b>NwkcInitialRREQRetries</b>: [Constant] The number of times the first broadcast transmissionof a RREQ cmd frame is retried.
39138 <ul>
39139 <li>Set with class: \ref ns3::UintegerValue</li>
39140 <li>Underlying type: uint8_t 0:255</li>
39141 <li>Initial value: 3</li>
39142 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39143 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39144 </ul>
39145<li><b>NwkcMaxRREQJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)
39146 <ul>
39147 <li>Set with class: \ref ns3::DoubleValue</li>
39148 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39149 <li>Initial value: 128</li>
39150 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39152 </ul>
39153<li><b>NwkcMinRREQJitter</b>: [Constant] The minimum jitter for broadcast retransmission of a RREQ (msec)
39154 <ul>
39155 <li>Set with class: \ref ns3::DoubleValue</li>
39156 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39157 <li>Initial value: 2</li>
39158 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39159 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39160 </ul>
39161<li><b>NwkcProtocolVersion</b>: [Constant] The version of the Zigbee NWK protocol inthe device (placeholder)
39162 <ul>
39163 <li>Set with class: \ref ns3::UintegerValue</li>
39164 <li>Underlying type: uint8_t 0:255</li>
39165 <li>Initial value: 2</li>
39166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39168 </ul>
39169<li><b>NwkcRREQRetries</b>: [Constant] The number of times the broadcast transmission of aRREQ cmd frame is retried on relay by intermediate router orcoordinator.
39170 <ul>
39171 <li>Set with class: \ref ns3::UintegerValue</li>
39172 <li>Underlying type: uint8_t 0:255</li>
39173 <li>Initial value: 2</li>
39174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39176 </ul>
39177<li><b>NwkcRREQRetryInterval</b>: [Constant] The duration between retries of a broadcast RREQ cmd frame.
39178 <ul>
39179 <li>Set with class: \ref ns3::TimeValue</li>
39180 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
39181 <li>Initial value: +2.54e+08ns</li>
39182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39184 </ul>
39185<li><b>NwkcRouteDiscoveryTime</b>: [Constant] The duration until a route discovery expires
39186 <ul>
39187 <li>Set with class: \ref ns3::TimeValue</li>
39188 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
39189 <li>Initial value: +1e+10ns</li>
39190 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39192 </ul>
39193</ul>
39194<h3>TraceSources</h3>
39195<ul>
39196<li><b>RreqRetriesExhausted</b>: Trace source indicating when a node has reached the maximum allowed number of RREQ retries during a route discovery request<br> <ul>
39197 <li> %Callback signature: ns3::zigbee::ZigbeeNwk::RreqRetriesExhaustedTracedCallback
39198</li>
39199 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39200</ul>
39201</ul>
39202<b>Group:</b> Zigbee
39203
39204<b>Size</b> of this type is 1168 bytes (on a 64-bit architecture).
39205*/
39206
39207/*!
39208
39209\class ns3::zigbee::ZigbeeStack
39210
39211Introspection did not find any typical Config paths.<br>
39212No Attributes are defined for this type.<br>
39213No TraceSources are defined for this type.<br>
39214<b>Group:</b> Zigbee
39215
39216<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
39217*/
39218
39219/*!
39220
39221\class ns3::ZipfRandomVariable
39222
39223<h3>Config Paths</h3>
39224
39225ns3::ZipfRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
39226<ul>
39227<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39229<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39230<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39231<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39233<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39234<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39235<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39236<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39237<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39238<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39239<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39240<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39241<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39242<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ZipfRandomVariable"</li>
39243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ZipfRandomVariable"</li>
39244<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39245<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39246<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39247<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39248<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39249<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39250<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39251<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39252<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39253<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39254<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ZipfRandomVariable"</li>
39255<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ZipfRandomVariable"</li>
39256<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ZipfRandomVariable"</li>
39257<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ZipfRandomVariable"</li>
39258<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ZipfRandomVariable"</li>
39259<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ZipfRandomVariable"</li>
39260<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ZipfRandomVariable"</li>
39261<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ZipfRandomVariable"</li>
39262<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ZipfRandomVariable"</li>
39263<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39264<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ZipfRandomVariable"</li>
39265<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ZipfRandomVariable"</li>
39266<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39267<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39268<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ZipfRandomVariable"</li>
39269<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39270<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39271<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39272<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39273<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ZipfRandomVariable"</li>
39274<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ZipfRandomVariable"</li>
39275<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ZipfRandomVariable"</li>
39276<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39277<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39278<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ZipfRandomVariable"</li>
39279<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ZipfRandomVariable"</li>
39280<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39281<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ZipfRandomVariable"</li>
39282<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ZipfRandomVariable"</li>
39283<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ZipfRandomVariable"</li>
39284<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39285<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39286<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39287</ul>
39288<h3>Attributes</h3>
39289<ul>
39290<li><b>Alpha</b>: The alpha value for the Zipf distribution returned by this RNG stream.
39291 <ul>
39292 <li>Set with class: \ref ns3::DoubleValue</li>
39293 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39294 <li>Initial value: 0</li>
39295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39297 </ul>
39298<li><b>N</b>: The n value for the Zipf distribution returned by this RNG stream.
39299 <ul>
39300 <li>Set with class: \ref ns3::IntegerValue</li>
39301 <li>Underlying type: uint32_t 0:4294967295</li>
39302 <li>Initial value: 1</li>
39303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39305 </ul>
39306</ul>
39307<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
39308<ul>
39309<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
39310 <ul>
39311 <li>Set with class: \ref ns3::BooleanValue</li>
39312 <li>Underlying type: bool</li>
39313 <li>Initial value: false</li>
39314 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39316 </ul>
39317<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
39318 <ul>
39319 <li>Set with class: \ref ns3::IntegerValue</li>
39320 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
39321 <li>Initial value: -1</li>
39322 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39324 </ul>
39325</ul>
39326No TraceSources are defined for this type.<br>
39327<b>Group:</b> Core
39328
39329<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
39330*/
39331
39332/*!
39333\page TypeIdList All ns3::TypeId's
39334
39335This is a list of all \ref ns3::TypeId's.
39336For more information see the \ref ns3::TypeId section of this API documentation and the %TypeId section in the Configuration and %Attributes chapter of the Manual.
39337
39338<ul>
39339 <li><b>ns3::A2A4RsrqHandoverAlgorithm</b></li>
39340 <li><b>ns3::A3RsrpHandoverAlgorithm</b></li>
39341 <li><b>ns3::AarfcdWifiManager</b></li>
39342 <li><b>ns3::AarfWifiManager</b></li>
39343 <li><b>ns3::AcousticModemEnergyModel</b></li>
39344 <li><b>ns3::AdhocWifiMac</b></li>
39345 <li><b>ns3::AdvancedApEmlsrManager</b></li>
39346 <li><b>ns3::AdvancedEmlsrManager</b></li>
39347 <li><b>ns3::AlohaNoackMacHeader</b></li>
39348 <li><b>ns3::AlohaNoackNetDevice</b></li>
39349 <li><b>ns3::AlwaysLosChannelConditionModel</b></li>
39350 <li><b>ns3::AmpduSubframeHeader</b></li>
39351 <li><b>ns3::AmpduTag</b></li>
39352 <li><b>ns3::AmrrWifiManager</b></li>
39353 <li><b>ns3::AmsduSubframeHeader</b></li>
39354 <li><b>ns3::AntennaModel</b></li>
39355 <li><b>ns3::aodv::DeferredRouteOutputTag</b></li>
39356 <li><b>ns3::aodv::RerrHeader</b></li>
39357 <li><b>ns3::aodv::RoutingProtocol</b></li>
39358 <li><b>ns3::aodv::RrepAckHeader</b></li>
39359 <li><b>ns3::aodv::RrepHeader</b></li>
39360 <li><b>ns3::aodv::RreqHeader</b></li>
39361 <li><b>ns3::aodv::TypeHeader</b></li>
39362 <li><b>ns3::AparfWifiManager</b></li>
39363 <li><b>ns3::ApEmlsrManager</b></li>
39364 <li><b>ns3::Application</b></li>
39365 <li><b>ns3::ApplicationPacketProbe</b></li>
39366 <li><b>ns3::ApWifiMac</b></li>
39367 <li><b>ns3::ArfWifiManager</b></li>
39368 <li><b>ns3::ArpCache</b></li>
39369 <li><b>ns3::ArpHeader</b></li>
39370 <li><b>ns3::ArpL3Protocol</b></li>
39371 <li><b>ns3::Asn1Header</b></li>
39372 <li><b>ns3::AthstatsWifiTraceSink</b></li>
39373 <li><b>ns3::BandwidthManager</b></li>
39374 <li><b>ns3::BandwidthRequestHeader</b></li>
39375 <li><b>ns3::BaseStationNetDevice</b></li>
39376 <li><b>ns3::BernoulliRandomVariable</b></li>
39377 <li><b>ns3::BinaryErrorModel</b></li>
39378 <li><b>ns3::BinomialRandomVariable</b></li>
39379 <li><b>ns3::BlockAckManager</b></li>
39380 <li><b>ns3::BooleanProbe</b></li>
39381 <li><b>ns3::BridgeChannel</b></li>
39382 <li><b>ns3::BridgeNetDevice</b></li>
39383 <li><b>ns3::BSLinkManager</b></li>
39384 <li><b>ns3::BSScheduler</b></li>
39385 <li><b>ns3::BSSchedulerRtps</b></li>
39386 <li><b>ns3::BSSchedulerSimple</b></li>
39387 <li><b>ns3::Building</b></li>
39388 <li><b>ns3::BuildingListPriv</b></li>
39389 <li><b>ns3::BuildingsChannelConditionModel</b></li>
39390 <li><b>ns3::BuildingsPropagationLossModel</b></li>
39391 <li><b>ns3::BulkSendApplication</b></li>
39392 <li><b>ns3::BurstErrorModel</b></li>
39393 <li><b>ns3::BurstProfileManager</b></li>
39394 <li><b>ns3::CalendarScheduler</b></li>
39395 <li><b>ns3::CaraWifiManager</b></li>
39396 <li><b>ns3::CcHelper</b></li>
39397 <li><b>ns3::Channel</b></li>
39398 <li><b>ns3::ChannelAccessManager</b></li>
39399 <li><b>ns3::ChannelCondition</b></li>
39400 <li><b>ns3::ChannelConditionModel</b></li>
39401 <li><b>ns3::ChannelListPriv</b></li>
39402 <li><b>ns3::Chunk</b></li>
39403 <li><b>ns3::CircularApertureAntennaModel</b></li>
39404 <li><b>ns3::CobaltQueueDisc</b></li>
39405 <li><b>ns3::CoDelQueueDisc</b></li>
39406 <li><b>ns3::CommandPayloadHeader</b></li>
39407 <li><b>ns3::ComponentCarrier</b></li>
39408 <li><b>ns3::ComponentCarrierBaseStation</b></li>
39409 <li><b>ns3::ComponentCarrierEnb</b></li>
39410 <li><b>ns3::ComponentCarrierUe</b></li>
39411 <li><b>ns3::ConfigStore</b></li>
39412 <li><b>ns3::ConnectionManager</b></li>
39413 <li><b>ns3::ConstantAccelerationMobilityModel</b></li>
39414 <li><b>ns3::ConstantObssPdAlgorithm</b></li>
39415 <li><b>ns3::ConstantPositionMobilityModel</b></li>
39416 <li><b>ns3::ConstantRandomVariable</b></li>
39417 <li><b>ns3::ConstantRateWifiManager</b></li>
39418 <li><b>ns3::ConstantSpectrumPropagationLossModel</b></li>
39419 <li><b>ns3::ConstantSpeedPropagationDelayModel</b></li>
39420 <li><b>ns3::ConstantVelocityMobilityModel</b></li>
39421 <li><b>ns3::CosineAntennaModel</b></li>
39422 <li><b>ns3::Cost231PropagationLossModel</b></li>
39423 <li><b>ns3::CounterCalculator<uint32_t></b></li>
39424 <li><b>ns3::CqaFfMacScheduler</b></li>
39425 <li><b>ns3::CsmaChannel</b></li>
39426 <li><b>ns3::CsmaNetDevice</b></li>
39427 <li><b>ns3::CtrlBAckRequestHeader</b></li>
39428 <li><b>ns3::CtrlBAckResponseHeader</b></li>
39429 <li><b>ns3::CtrlTriggerHeader</b></li>
39430 <li><b>ns3::DataCollectionObject</b></li>
39431 <li><b>ns3::Dcd</b></li>
39432 <li><b>ns3::DefaultApEmlsrManager</b></li>
39433 <li><b>ns3::DefaultEmlsrManager</b></li>
39434 <li><b>ns3::DefaultSimulatorImpl</b></li>
39435 <li><b>ns3::DeterministicRandomVariable</b></li>
39436 <li><b>ns3::DeviceNameTag</b></li>
39437 <li><b>ns3::DhcpClient</b></li>
39438 <li><b>ns3::DhcpHeader</b></li>
39439 <li><b>ns3::DhcpServer</b></li>
39440 <li><b>ns3::DlMap</b></li>
39441 <li><b>ns3::dot11s::AirtimeLinkMetricCalculator</b></li>
39442 <li><b>ns3::dot11s::HwmpProtocol</b></li>
39443 <li><b>ns3::dot11s::HwmpRtable</b></li>
39444 <li><b>ns3::dot11s::HwmpTag</b></li>
39445 <li><b>ns3::dot11s::PeerLink</b></li>
39446 <li><b>ns3::dot11s::PeerLinkCloseStart</b></li>
39447 <li><b>ns3::dot11s::PeerLinkConfirmStart</b></li>
39448 <li><b>ns3::dot11s::PeerLinkOpenStart</b></li>
39449 <li><b>ns3::dot11s::PeerManagementProtocol</b></li>
39450 <li><b>ns3::Dot11sStack</b></li>
39451 <li><b>ns3::DoubleProbe</b></li>
39452 <li><b>ns3::DropTailQueue<Packet></b></li>
39453 <li><b>ns3::DropTailQueue<QueueDiscItem></b></li>
39454 <li><b>ns3::DsaAck</b></li>
39455 <li><b>ns3::DsaReq</b></li>
39456 <li><b>ns3::DsaRsp</b></li>
39457 <li><b>ns3::dsdv::DsdvHeader</b></li>
39458 <li><b>ns3::dsdv::RoutingProtocol</b></li>
39459 <li><b>ns3::dsr::DsrFsHeader</b></li>
39460 <li><b>ns3::dsr::DsrGraReply</b></li>
39461 <li><b>ns3::dsr::DsrNetworkQueue</b></li>
39462 <li><b>ns3::dsr::DsrOptionAck</b></li>
39463 <li><b>ns3::dsr::DsrOptionAckHeader</b></li>
39464 <li><b>ns3::dsr::DsrOptionAckReq</b></li>
39465 <li><b>ns3::dsr::DsrOptionAckReqHeader</b></li>
39466 <li><b>ns3::dsr::DsrOptionHeader</b></li>
39467 <li><b>ns3::dsr::DsrOptionPad1</b></li>
39468 <li><b>ns3::dsr::DsrOptionPad1Header</b></li>
39469 <li><b>ns3::dsr::DsrOptionPadn</b></li>
39470 <li><b>ns3::dsr::DsrOptionPadnHeader</b></li>
39471 <li><b>ns3::dsr::DsrOptionRerr</b></li>
39472 <li><b>ns3::dsr::DsrOptionRerrHeader</b></li>
39473 <li><b>ns3::dsr::DsrOptionRerrUnreachHeader</b></li>
39474 <li><b>ns3::dsr::DsrOptionRerrUnsupportedHeader</b></li>
39475 <li><b>ns3::dsr::DsrOptionRrep</b></li>
39476 <li><b>ns3::dsr::DsrOptionRrepHeader</b></li>
39477 <li><b>ns3::dsr::DsrOptionRreq</b></li>
39478 <li><b>ns3::dsr::DsrOptionRreqHeader</b></li>
39479 <li><b>ns3::dsr::DsrOptions</b></li>
39480 <li><b>ns3::dsr::DsrOptionSR</b></li>
39481 <li><b>ns3::dsr::DsrOptionSRHeader</b></li>
39482 <li><b>ns3::dsr::DsrPassiveBuffer</b></li>
39483 <li><b>ns3::dsr::DsrRouteCache</b></li>
39484 <li><b>ns3::dsr::DsrRouting</b></li>
39485 <li><b>ns3::dsr::DsrRreqTable</b></li>
39486 <li><b>ns3::DsrRoutingHeader</b></li>
39487 <li><b>ns3::DynamicQueueLimits</b></li>
39488 <li><b>ns3::EhtConfiguration</b></li>
39489 <li><b>ns3::EhtFrameExchangeManager</b></li>
39490 <li><b>ns3::EmlsrManager</b></li>
39491 <li><b>ns3::EmpiricalRandomVariable</b></li>
39492 <li><b>ns3::EmuEpcHelper</b></li>
39493 <li><b>ns3::energy::BasicEnergyHarvester</b></li>
39494 <li><b>ns3::energy::BasicEnergySource</b></li>
39495 <li><b>ns3::energy::DeviceEnergyModel</b></li>
39496 <li><b>ns3::energy::EnergyHarvester</b></li>
39497 <li><b>ns3::energy::EnergyHarvesterContainer</b></li>
39498 <li><b>ns3::energy::EnergySource</b></li>
39499 <li><b>ns3::energy::EnergySourceContainer</b></li>
39500 <li><b>ns3::energy::GenericBatteryModel</b></li>
39501 <li><b>ns3::energy::RvBatteryModel</b></li>
39502 <li><b>ns3::energy::SimpleDeviceEnergyModel</b></li>
39503 <li><b>ns3::EpcHelper</b></li>
39504 <li><b>ns3::EpcMmeApplication</b></li>
39505 <li><b>ns3::EpcSgwApplication</b></li>
39506 <li><b>ns3::EpcUeNas</b></li>
39507 <li><b>ns3::EpcX2</b></li>
39508 <li><b>ns3::EpcX2HandoverCancelHeader</b></li>
39509 <li><b>ns3::EpcX2HandoverPreparationFailureHeader</b></li>
39510 <li><b>ns3::EpcX2HandoverRequestAckHeader</b></li>
39511 <li><b>ns3::EpcX2HandoverRequestHeader</b></li>
39512 <li><b>ns3::EpcX2Header</b></li>
39513 <li><b>ns3::EpcX2LoadInformationHeader</b></li>
39514 <li><b>ns3::EpcX2ResourceStatusUpdateHeader</b></li>
39515 <li><b>ns3::EpcX2SnStatusTransferHeader</b></li>
39516 <li><b>ns3::EpcX2UeContextReleaseHeader</b></li>
39517 <li><b>ns3::EpsBearer</b></li>
39518 <li><b>ns3::EpsBearerTag</b></li>
39519 <li><b>ns3::ErlangRandomVariable</b></li>
39520 <li><b>ns3::ErrorChannel</b></li>
39521 <li><b>ns3::ErrorModel</b></li>
39522 <li><b>ns3::ErrorRateModel</b></li>
39523 <li><b>ns3::EthernetHeader</b></li>
39524 <li><b>ns3::EthernetTrailer</b></li>
39525 <li><b>ns3::ExponentialRandomVariable</b></li>
39526 <li><b>ns3::FcfsWifiQueueScheduler</b></li>
39527 <li><b>ns3::FdBetFfMacScheduler</b></li>
39528 <li><b>ns3::FdMtFfMacScheduler</b></li>
39529 <li><b>ns3::FdNetDevice</b></li>
39530 <li><b>ns3::FdTbfqFfMacScheduler</b></li>
39531 <li><b>ns3::FfMacScheduler</b></li>
39532 <li><b>ns3::FifoQueueDisc</b></li>
39533 <li><b>ns3::FileAggregator</b></li>
39534 <li><b>ns3::FilsDiscHeader</b></li>
39535 <li><b>ns3::FixedRoomPositionAllocator</b></li>
39536 <li><b>ns3::FixedRssLossModel</b></li>
39537 <li><b>ns3::flame::FlameHeader</b></li>
39538 <li><b>ns3::flame::FlameProtocol</b></li>
39539 <li><b>ns3::flame::FlameRtable</b></li>
39540 <li><b>ns3::flame::FlameTag</b></li>
39541 <li><b>ns3::FlameStack</b></li>
39542 <li><b>ns3::FlowIdTag</b></li>
39543 <li><b>ns3::FlowMonitor</b></li>
39544 <li><b>ns3::FqCobaltFlow</b></li>
39545 <li><b>ns3::FqCobaltQueueDisc</b></li>
39546 <li><b>ns3::FqCoDelFlow</b></li>
39547 <li><b>ns3::FqCoDelQueueDisc</b></li>
39548 <li><b>ns3::FqPieFlow</b></li>
39549 <li><b>ns3::FqPieQueueDisc</b></li>
39550 <li><b>ns3::FragmentationSubheader</b></li>
39551 <li><b>ns3::FrameCaptureModel</b></li>
39552 <li><b>ns3::FrameExchangeManager</b></li>
39553 <li><b>ns3::FriisPropagationLossModel</b></li>
39554 <li><b>ns3::FriisSpectrumPropagationLossModel</b></li>
39555 <li><b>ns3::GammaRandomVariable</b></li>
39556 <li><b>ns3::GaussMarkovMobilityModel</b></li>
39557 <li><b>ns3::GcrManager</b></li>
39558 <li><b>ns3::GenericMacHeader</b></li>
39559 <li><b>ns3::GeocentricConstantPositionMobilityModel</b></li>
39560 <li><b>ns3::GlobalRouter</b></li>
39561 <li><b>ns3::GnuplotAggregator</b></li>
39562 <li><b>ns3::GrantManagementSubheader</b></li>
39563 <li><b>ns3::GridBuildingAllocator</b></li>
39564 <li><b>ns3::GridPositionAllocator</b></li>
39565 <li><b>ns3::GtpcHeader</b></li>
39566 <li><b>ns3::GtpuHeader</b></li>
39567 <li><b>ns3::HalfDuplexIdealPhy</b></li>
39568 <li><b>ns3::Header</b></li>
39569 <li><b>ns3::HeapScheduler</b></li>
39570 <li><b>ns3::HeConfiguration</b></li>
39571 <li><b>ns3::HeFrameExchangeManager</b></li>
39572 <li><b>ns3::HierarchicalMobilityModel</b></li>
39573 <li><b>ns3::HtConfiguration</b></li>
39574 <li><b>ns3::HtFrameExchangeManager</b></li>
39575 <li><b>ns3::HybridBuildingsPropagationLossModel</b></li>
39576 <li><b>ns3::Icmpv4DestinationUnreachable</b></li>
39577 <li><b>ns3::Icmpv4Echo</b></li>
39578 <li><b>ns3::Icmpv4Header</b></li>
39579 <li><b>ns3::Icmpv4L4Protocol</b></li>
39580 <li><b>ns3::Icmpv4TimeExceeded</b></li>
39581 <li><b>ns3::Icmpv6DestinationUnreachable</b></li>
39582 <li><b>ns3::Icmpv6Echo</b></li>
39583 <li><b>ns3::Icmpv6Header</b></li>
39584 <li><b>ns3::Icmpv6L4Protocol</b></li>
39585 <li><b>ns3::Icmpv6NA</b></li>
39586 <li><b>ns3::Icmpv6NS</b></li>
39587 <li><b>ns3::Icmpv6OptionHeader</b></li>
39588 <li><b>ns3::Icmpv6OptionLinkLayerAddress</b></li>
39589 <li><b>ns3::Icmpv6OptionMtu</b></li>
39590 <li><b>ns3::Icmpv6OptionPrefixInformation</b></li>
39591 <li><b>ns3::Icmpv6OptionRedirected</b></li>
39592 <li><b>ns3::Icmpv6ParameterError</b></li>
39593 <li><b>ns3::Icmpv6RA</b></li>
39594 <li><b>ns3::Icmpv6Redirection</b></li>
39595 <li><b>ns3::Icmpv6RS</b></li>
39596 <li><b>ns3::Icmpv6TimeExceeded</b></li>
39597 <li><b>ns3::Icmpv6TooBig</b></li>
39598 <li><b>ns3::IdealWifiManager</b></li>
39599 <li><b>ns3::InetTopologyReader</b></li>
39600 <li><b>ns3::InterferenceHelper</b></li>
39601 <li><b>ns3::IpcsClassifier</b></li>
39602 <li><b>ns3::IpL4Protocol</b></li>
39603 <li><b>ns3::Ipv4</b></li>
39604 <li><b>ns3::Ipv4GlobalRouting</b></li>
39605 <li><b>ns3::Ipv4Header</b></li>
39606 <li><b>ns3::Ipv4Interface</b></li>
39607 <li><b>ns3::Ipv4L3Protocol</b></li>
39608 <li><b>ns3::Ipv4ListRouting</b></li>
39609 <li><b>ns3::Ipv4NixVectorRouting</b></li>
39610 <li><b>ns3::Ipv4PacketFilter</b></li>
39611 <li><b>ns3::Ipv4PacketProbe</b></li>
39612 <li><b>ns3::Ipv4RawSocketFactory</b></li>
39613 <li><b>ns3::Ipv4RawSocketImpl</b></li>
39614 <li><b>ns3::Ipv4RoutingProtocol</b></li>
39615 <li><b>ns3::Ipv4StaticRouting</b></li>
39616 <li><b>ns3::Ipv6</b></li>
39617 <li><b>ns3::Ipv6Extension</b></li>
39618 <li><b>ns3::Ipv6ExtensionAH</b></li>
39619 <li><b>ns3::Ipv6ExtensionAHHeader</b></li>
39620 <li><b>ns3::Ipv6ExtensionDemux</b></li>
39621 <li><b>ns3::Ipv6ExtensionDestination</b></li>
39622 <li><b>ns3::Ipv6ExtensionDestinationHeader</b></li>
39623 <li><b>ns3::Ipv6ExtensionESP</b></li>
39624 <li><b>ns3::Ipv6ExtensionESPHeader</b></li>
39625 <li><b>ns3::Ipv6ExtensionFragment</b></li>
39626 <li><b>ns3::Ipv6ExtensionFragmentHeader</b></li>
39627 <li><b>ns3::Ipv6ExtensionHeader</b></li>
39628 <li><b>ns3::Ipv6ExtensionHopByHop</b></li>
39629 <li><b>ns3::Ipv6ExtensionHopByHopHeader</b></li>
39630 <li><b>ns3::Ipv6ExtensionLooseRouting</b></li>
39631 <li><b>ns3::Ipv6ExtensionLooseRoutingHeader</b></li>
39632 <li><b>ns3::Ipv6ExtensionRouting</b></li>
39633 <li><b>ns3::Ipv6ExtensionRoutingDemux</b></li>
39634 <li><b>ns3::Ipv6ExtensionRoutingHeader</b></li>
39635 <li><b>ns3::Ipv6Header</b></li>
39636 <li><b>ns3::Ipv6Interface</b></li>
39637 <li><b>ns3::Ipv6L3Protocol</b></li>
39638 <li><b>ns3::Ipv6ListRouting</b></li>
39639 <li><b>ns3::Ipv6NixVectorRouting</b></li>
39640 <li><b>ns3::Ipv6Option</b></li>
39641 <li><b>ns3::Ipv6OptionDemux</b></li>
39642 <li><b>ns3::Ipv6OptionHeader</b></li>
39643 <li><b>ns3::Ipv6OptionJumbogram</b></li>
39644 <li><b>ns3::Ipv6OptionJumbogramHeader</b></li>
39645 <li><b>ns3::Ipv6OptionPad1</b></li>
39646 <li><b>ns3::Ipv6OptionPad1Header</b></li>
39647 <li><b>ns3::Ipv6OptionPadn</b></li>
39648 <li><b>ns3::Ipv6OptionPadnHeader</b></li>
39649 <li><b>ns3::Ipv6OptionRouterAlert</b></li>
39650 <li><b>ns3::Ipv6OptionRouterAlertHeader</b></li>
39651 <li><b>ns3::Ipv6PacketFilter</b></li>
39652 <li><b>ns3::Ipv6PacketProbe</b></li>
39653 <li><b>ns3::Ipv6PmtuCache</b></li>
39654 <li><b>ns3::Ipv6RawSocketFactory</b></li>
39655 <li><b>ns3::Ipv6RawSocketImpl</b></li>
39656 <li><b>ns3::Ipv6RoutingProtocol</b></li>
39657 <li><b>ns3::Ipv6StaticRouting</b></li>
39658 <li><b>ns3::IsotropicAntennaModel</b></li>
39659 <li><b>ns3::ItuR1238PropagationLossModel</b></li>
39660 <li><b>ns3::ItuR1411LosPropagationLossModel</b></li>
39661 <li><b>ns3::ItuR1411NlosOverRooftopPropagationLossModel</b></li>
39662 <li><b>ns3::JakesProcess</b></li>
39663 <li><b>ns3::JakesPropagationLossModel</b></li>
39664 <li><b>ns3::Kun2600MhzPropagationLossModel</b></li>
39665 <li><b>ns3::LaplacianRandomVariable</b></li>
39666 <li><b>ns3::LargestExtremeValueRandomVariable</b></li>
39667 <li><b>ns3::LinearWifiTxCurrentModel</b></li>
39668 <li><b>ns3::ListErrorModel</b></li>
39669 <li><b>ns3::ListPositionAllocator</b></li>
39670 <li><b>ns3::ListScheduler</b></li>
39671 <li><b>ns3::LlcSnapHeader</b></li>
39672 <li><b>ns3::LogDistancePropagationLossModel</b></li>
39673 <li><b>ns3::LogNormalRandomVariable</b></li>
39674 <li><b>ns3::LoopbackNetDevice</b></li>
39675 <li><b>ns3::lrwpan::BeaconPayloadHeader</b></li>
39676 <li><b>ns3::lrwpan::LrWpanCsmaCa</b></li>
39677 <li><b>ns3::lrwpan::LrWpanErrorModel</b></li>
39678 <li><b>ns3::lrwpan::LrWpanLqiTag</b></li>
39679 <li><b>ns3::lrwpan::LrWpanMac</b></li>
39680 <li><b>ns3::lrwpan::LrWpanMacBase</b></li>
39681 <li><b>ns3::lrwpan::LrWpanMacHeader</b></li>
39682 <li><b>ns3::lrwpan::LrWpanMacTrailer</b></li>
39683 <li><b>ns3::lrwpan::LrWpanNetDevice</b></li>
39684 <li><b>ns3::lrwpan::LrWpanPhy</b></li>
39685 <li><b>ns3::LteAmc</b></li>
39686 <li><b>ns3::LteAnr</b></li>
39687 <li><b>ns3::LteDataRadioBearerInfo</b></li>
39688 <li><b>ns3::LteEnbComponentCarrierManager</b></li>
39689 <li><b>ns3::LteEnbMac</b></li>
39690 <li><b>ns3::LteEnbNetDevice</b></li>
39691 <li><b>ns3::LteEnbPhy</b></li>
39692 <li><b>ns3::LteEnbRrc</b></li>
39693 <li><b>ns3::LteEnbRrcProtocolIdeal</b></li>
39694 <li><b>ns3::LteEnbRrcProtocolReal</b></li>
39695 <li><b>ns3::LteFfrAlgorithm</b></li>
39696 <li><b>ns3::LteFfrDistributedAlgorithm</b></li>
39697 <li><b>ns3::LteFfrEnhancedAlgorithm</b></li>
39698 <li><b>ns3::LteFfrSoftAlgorithm</b></li>
39699 <li><b>ns3::LteFrHardAlgorithm</b></li>
39700 <li><b>ns3::LteFrNoOpAlgorithm</b></li>
39701 <li><b>ns3::LteFrSoftAlgorithm</b></li>
39702 <li><b>ns3::LteFrStrictAlgorithm</b></li>
39703 <li><b>ns3::LteHandoverAlgorithm</b></li>
39704 <li><b>ns3::LteHelper</b></li>
39705 <li><b>ns3::LteHexGridEnbTopologyHelper</b></li>
39706 <li><b>ns3::LteNetDevice</b></li>
39707 <li><b>ns3::LtePdcp</b></li>
39708 <li><b>ns3::LtePdcpHeader</b></li>
39709 <li><b>ns3::LtePhy</b></li>
39710 <li><b>ns3::LtePhyTag</b></li>
39711 <li><b>ns3::LteRadioBearerInfo</b></li>
39712 <li><b>ns3::LteRadioBearerTag</b></li>
39713 <li><b>ns3::LteRlc</b></li>
39714 <li><b>ns3::LteRlcAm</b></li>
39715 <li><b>ns3::LteRlcAmHeader</b></li>
39716 <li><b>ns3::LteRlcHeader</b></li>
39717 <li><b>ns3::LteRlcSduStatusTag</b></li>
39718 <li><b>ns3::LteRlcSm</b></li>
39719 <li><b>ns3::LteRlcTm</b></li>
39720 <li><b>ns3::LteRlcUm</b></li>
39721 <li><b>ns3::LteSignalingRadioBearerInfo</b></li>
39722 <li><b>ns3::LteSpectrumPhy</b></li>
39723 <li><b>ns3::LteStatsCalculator</b></li>
39724 <li><b>ns3::LteUeComponentCarrierManager</b></li>
39725 <li><b>ns3::LteUeMac</b></li>
39726 <li><b>ns3::LteUeNetDevice</b></li>
39727 <li><b>ns3::LteUePhy</b></li>
39728 <li><b>ns3::LteUePowerControl</b></li>
39729 <li><b>ns3::LteUeRrc</b></li>
39730 <li><b>ns3::LteUeRrcProtocolIdeal</b></li>
39731 <li><b>ns3::LteUeRrcProtocolReal</b></li>
39732 <li><b>ns3::MacHeaderType</b></li>
39733 <li><b>ns3::MacStatsCalculator</b></li>
39734 <li><b>ns3::ManagementMessageType</b></li>
39735 <li><b>ns3::MapScheduler</b></li>
39736 <li><b>ns3::MatrixPropagationLossModel</b></li>
39737 <li><b>ns3::MeshInformationElementVector</b></li>
39738 <li><b>ns3::MeshL2RoutingProtocol</b></li>
39739 <li><b>ns3::MeshPointDevice</b></li>
39740 <li><b>ns3::MeshStack</b></li>
39741 <li><b>ns3::MeshWifiInterfaceMac</b></li>
39742 <li><b>ns3::MgtAddBaRequestHeader</b></li>
39743 <li><b>ns3::MgtAddBaResponseHeader</b></li>
39744 <li><b>ns3::MgtAssocRequestHeader</b></li>
39745 <li><b>ns3::MgtAssocResponseHeader</b></li>
39746 <li><b>ns3::MgtBeaconHeader</b></li>
39747 <li><b>ns3::MgtDelBaHeader</b></li>
39748 <li><b>ns3::MgtEmlOperatingModeNotification</b></li>
39749 <li><b>ns3::MgtProbeRequestHeader</b></li>
39750 <li><b>ns3::MgtProbeResponseHeader</b></li>
39751 <li><b>ns3::MgtReassocRequestHeader</b></li>
39752 <li><b>ns3::MinstrelHtWifiManager</b></li>
39753 <li><b>ns3::MinstrelWifiManager</b></li>
39754 <li><b>ns3::MobilityBuildingInfo</b></li>
39755 <li><b>ns3::MobilityModel</b></li>
39756 <li><b>ns3::MpduAggregator</b></li>
39757 <li><b>ns3::MqQueueDisc</b></li>
39758 <li><b>ns3::MsduAggregator</b></li>
39759 <li><b>ns3::MultiModelSpectrumChannel</b></li>
39760 <li><b>ns3::MultiUserScheduler</b></li>
39761 <li><b>ns3::MuSnrTag</b></li>
39762 <li><b>ns3::NakagamiPropagationLossModel</b></li>
39763 <li><b>ns3::NdiscCache</b></li>
39764 <li><b>ns3::NetDevice</b></li>
39765 <li><b>ns3::NetDeviceQueue</b></li>
39766 <li><b>ns3::NetDeviceQueueInterface</b></li>
39767 <li><b>ns3::NeverLosChannelConditionModel</b></li>
39768 <li><b>ns3::NeverLosVehicleChannelConditionModel</b></li>
39769 <li><b>ns3::NistErrorRateModel</b></li>
39770 <li><b>ns3::NoBackhaulEpcHelper</b></li>
39771 <li><b>ns3::Node</b></li>
39772 <li><b>ns3::NodeListPriv</b></li>
39773 <li><b>ns3::NonCommunicatingNetDevice</b></li>
39774 <li><b>ns3::NoOpComponentCarrierManager</b></li>
39775 <li><b>ns3::NoOpHandoverAlgorithm</b></li>
39776 <li><b>ns3::NormalRandomVariable</b></li>
39777 <li><b>ns3::Object</b></li>
39778 <li><b>ns3::ObjectBase</b></li>
39779 <li><b>ns3::ObssPdAlgorithm</b></li>
39780 <li><b>ns3::OhBuildingsPropagationLossModel</b></li>
39781 <li><b>ns3::OkumuraHataPropagationLossModel</b></li>
39782 <li><b>ns3::olsr::MessageHeader</b></li>
39783 <li><b>ns3::olsr::PacketHeader</b></li>
39784 <li><b>ns3::olsr::RoutingProtocol</b></li>
39785 <li><b>ns3::OnoeWifiManager</b></li>
39786 <li><b>ns3::OnOffApplication</b></li>
39787 <li><b>ns3::OrbisTopologyReader</b></li>
39788 <li><b>ns3::OutdoorPositionAllocator</b></li>
39789 <li><b>ns3::PacketBurst</b></li>
39790 <li><b>ns3::PacketFilter</b></li>
39791 <li><b>ns3::PacketProbe</b></li>
39792 <li><b>ns3::PacketSink</b></li>
39793 <li><b>ns3::PacketSocket</b></li>
39794 <li><b>ns3::PacketSocketClient</b></li>
39795 <li><b>ns3::PacketSocketFactory</b></li>
39796 <li><b>ns3::PacketSocketServer</b></li>
39797 <li><b>ns3::PacketSocketTag</b></li>
39798 <li><b>ns3::ParabolicAntennaModel</b></li>
39799 <li><b>ns3::ParetoRandomVariable</b></li>
39800 <li><b>ns3::ParfWifiManager</b></li>
39801 <li><b>ns3::PbbPacket</b></li>
39802 <li><b>ns3::PcapFileWrapper</b></li>
39803 <li><b>ns3::PdcpTag</b></li>
39804 <li><b>ns3::PfFfMacScheduler</b></li>
39805 <li><b>ns3::PfifoFastQueueDisc</b></li>
39806 <li><b>ns3::PhasedArrayModel</b></li>
39807 <li><b>ns3::PhasedArraySpectrumPropagationLossModel</b></li>
39808 <li><b>ns3::PhyRxStatsCalculator</b></li>
39809 <li><b>ns3::PhyStatsCalculator</b></li>
39810 <li><b>ns3::PhyTxStatsCalculator</b></li>
39811 <li><b>ns3::PieQueueDisc</b></li>
39812 <li><b>ns3::Ping</b></li>
39813 <li><b>ns3::PointToPointChannel</b></li>
39814 <li><b>ns3::PointToPointEpcHelper</b></li>
39815 <li><b>ns3::PointToPointNetDevice</b></li>
39816 <li><b>ns3::PositionAllocator</b></li>
39817 <li><b>ns3::PppHeader</b></li>
39818 <li><b>ns3::PreambleDetectionModel</b></li>
39819 <li><b>ns3::PrioQueueDisc</b></li>
39820 <li><b>ns3::PriorityQueueScheduler</b></li>
39821 <li><b>ns3::ProbabilisticV2vHighwayChannelConditionModel</b></li>
39822 <li><b>ns3::ProbabilisticV2vUrbanChannelConditionModel</b></li>
39823 <li><b>ns3::Probe</b></li>
39824 <li><b>ns3::PropagationDelayModel</b></li>
39825 <li><b>ns3::PropagationLossModel</b></li>
39826 <li><b>ns3::PssFfMacScheduler</b></li>
39827 <li><b>ns3::QosFrameExchangeManager</b></li>
39828 <li><b>ns3::QosTxop</b></li>
39829 <li><b>ns3::Queue<Packet></b></li>
39830 <li><b>ns3::Queue<QueueDiscItem></b></li>
39831 <li><b>ns3::Queue<WifiMpdu,WifiMacQueueContainer></b></li>
39832 <li><b>ns3::QueueBase</b></li>
39833 <li><b>ns3::QueueDisc</b></li>
39834 <li><b>ns3::QueueDiscClass</b></li>
39835 <li><b>ns3::QueueLimits</b></li>
39836 <li><b>ns3::RadioBearerStatsCalculator</b></li>
39837 <li><b>ns3::RadioEnvironmentMapHelper</b></li>
39838 <li><b>ns3::RadiotapHeader</b></li>
39839 <li><b>ns3::Radvd</b></li>
39840 <li><b>ns3::RandomBoxPositionAllocator</b></li>
39841 <li><b>ns3::RandomBuildingPositionAllocator</b></li>
39842 <li><b>ns3::RandomDirection2dMobilityModel</b></li>
39843 <li><b>ns3::RandomDiscPositionAllocator</b></li>
39844 <li><b>ns3::RandomPropagationDelayModel</b></li>
39845 <li><b>ns3::RandomPropagationLossModel</b></li>
39846 <li><b>ns3::RandomRectanglePositionAllocator</b></li>
39847 <li><b>ns3::RandomRoomPositionAllocator</b></li>
39848 <li><b>ns3::RandomVariableStream</b></li>
39849 <li><b>ns3::RandomWalk2dMobilityModel</b></li>
39850 <li><b>ns3::RandomWalk2dOutdoorMobilityModel</b></li>
39851 <li><b>ns3::RandomWaypointMobilityModel</b></li>
39852 <li><b>ns3::RangePropagationLossModel</b></li>
39853 <li><b>ns3::RateErrorModel</b></li>
39854 <li><b>ns3::RealtimeSimulatorImpl</b></li>
39855 <li><b>ns3::ReceiveListErrorModel</b></li>
39856 <li><b>ns3::RedQueueDisc</b></li>
39857 <li><b>ns3::RemSpectrumPhy</b></li>
39858 <li><b>ns3::Rip</b></li>
39859 <li><b>ns3::RipHeader</b></li>
39860 <li><b>ns3::RipNg</b></li>
39861 <li><b>ns3::RipNgHeader</b></li>
39862 <li><b>ns3::RipNgRte</b></li>
39863 <li><b>ns3::RipRte</b></li>
39864 <li><b>ns3::RlcTag</b></li>
39865 <li><b>ns3::RngReq</b></li>
39866 <li><b>ns3::RngRsp</b></li>
39867 <li><b>ns3::RocketfuelTopologyReader</b></li>
39868 <li><b>ns3::RraaWifiManager</b></li>
39869 <li><b>ns3::RrComponentCarrierManager</b></li>
39870 <li><b>ns3::RrFfMacScheduler</b></li>
39871 <li><b>ns3::RrMultiUserScheduler</b></li>
39872 <li><b>ns3::RrpaaWifiManager</b></li>
39873 <li><b>ns3::RttEstimator</b></li>
39874 <li><b>ns3::RttMeanDeviation</b></li>
39875 <li><b>ns3::SameRoomPositionAllocator</b></li>
39876 <li><b>ns3::Scheduler</b></li>
39877 <li><b>ns3::SeqTsEchoHeader</b></li>
39878 <li><b>ns3::SeqTsHeader</b></li>
39879 <li><b>ns3::SeqTsSizeHeader</b></li>
39880 <li><b>ns3::SequentialRandomVariable</b></li>
39881 <li><b>ns3::ServiceFlowManager</b></li>
39882 <li><b>ns3::ShannonSpectrumErrorModel</b></li>
39883 <li><b>ns3::SimpleChannel</b></li>
39884 <li><b>ns3::SimpleFrameCaptureModel</b></li>
39885 <li><b>ns3::SimpleNetDevice</b></li>
39886 <li><b>ns3::SimpleOfdmWimaxPhy</b></li>
39887 <li><b>ns3::SimpleTag</b></li>
39888 <li><b>ns3::SimpleUeComponentCarrierManager</b></li>
39889 <li><b>ns3::SimulatorImpl</b></li>
39890 <li><b>ns3::SingleModelSpectrumChannel</b></li>
39891 <li><b>ns3::SinkApplication</b></li>
39892 <li><b>ns3::SixLowPanBc0</b></li>
39893 <li><b>ns3::SixLowPanFrag1</b></li>
39894 <li><b>ns3::SixLowPanFragN</b></li>
39895 <li><b>ns3::SixLowPanHc1</b></li>
39896 <li><b>ns3::SixLowPanIphc</b></li>
39897 <li><b>ns3::SixLowPanIpv6</b></li>
39898 <li><b>ns3::SixLowPanMesh</b></li>
39899 <li><b>ns3::SixLowPanNetDevice</b></li>
39900 <li><b>ns3::SixLowPanNhcExtension</b></li>
39901 <li><b>ns3::SixLowPanUdpNhcExtension</b></li>
39902 <li><b>ns3::SllHeader</b></li>
39903 <li><b>ns3::SnrTag</b></li>
39904 <li><b>ns3::Socket</b></li>
39905 <li><b>ns3::SocketFactory</b></li>
39906 <li><b>ns3::SocketIpTtlTag</b></li>
39907 <li><b>ns3::SocketIpv6HopLimitTag</b></li>
39908 <li><b>ns3::SocketSetDontFragmentTag</b></li>
39909 <li><b>ns3::SourceApplication</b></li>
39910 <li><b>ns3::SpectrumAnalyzer</b></li>
39911 <li><b>ns3::SpectrumChannel</b></li>
39912 <li><b>ns3::SpectrumErrorModel</b></li>
39913 <li><b>ns3::SpectrumPhy</b></li>
39914 <li><b>ns3::SpectrumPropagationLossModel</b></li>
39915 <li><b>ns3::SpectrumTransmitFilter</b></li>
39916 <li><b>ns3::SpectrumWifiPhy</b></li>
39917 <li><b>ns3::SSLinkManager</b></li>
39918 <li><b>ns3::SSManager</b></li>
39919 <li><b>ns3::SSScheduler</b></li>
39920 <li><b>ns3::StaWifiMac</b></li>
39921 <li><b>ns3::SteadyStateRandomWaypointMobilityModel</b></li>
39922 <li><b>ns3::SubscriberStationNetDevice</b></li>
39923 <li><b>ns3::Synchronizer</b></li>
39924 <li><b>ns3::TableBasedErrorRateModel</b></li>
39925 <li><b>ns3::Tag</b></li>
39926 <li><b>ns3::TapBridge</b></li>
39927 <li><b>ns3::TbfQueueDisc</b></li>
39928 <li><b>ns3::TcpBbr</b></li>
39929 <li><b>ns3::TcpBic</b></li>
39930 <li><b>ns3::TcpClassicRecovery</b></li>
39931 <li><b>ns3::TcpCongestionOps</b></li>
39932 <li><b>ns3::TcpCubic</b></li>
39933 <li><b>ns3::TcpDctcp</b></li>
39934 <li><b>ns3::TcpHeader</b></li>
39935 <li><b>ns3::TcpHighSpeed</b></li>
39936 <li><b>ns3::TcpHtcp</b></li>
39937 <li><b>ns3::TcpHybla</b></li>
39938 <li><b>ns3::TcpIllinois</b></li>
39939 <li><b>ns3::TcpL4Protocol</b></li>
39940 <li><b>ns3::TcpLedbat</b></li>
39941 <li><b>ns3::TcpLinuxReno</b></li>
39942 <li><b>ns3::TcpLp</b></li>
39943 <li><b>ns3::TcpNewReno</b></li>
39944 <li><b>ns3::TcpOption</b></li>
39945 <li><b>ns3::TcpOptionEnd</b></li>
39946 <li><b>ns3::TcpOptionMSS</b></li>
39947 <li><b>ns3::TcpOptionNOP</b></li>
39948 <li><b>ns3::TcpOptionSack</b></li>
39949 <li><b>ns3::TcpOptionSackPermitted</b></li>
39950 <li><b>ns3::TcpOptionTS</b></li>
39951 <li><b>ns3::TcpOptionUnknown</b></li>
39952 <li><b>ns3::TcpOptionWinScale</b></li>
39953 <li><b>ns3::TcpPrrRecovery</b></li>
39954 <li><b>ns3::TcpRateLinux</b></li>
39955 <li><b>ns3::TcpRateOps</b></li>
39956 <li><b>ns3::TcpRecoveryOps</b></li>
39957 <li><b>ns3::TcpRxBuffer</b></li>
39958 <li><b>ns3::TcpScalable</b></li>
39959 <li><b>ns3::TcpSocket</b></li>
39960 <li><b>ns3::TcpSocketBase</b></li>
39961 <li><b>ns3::TcpSocketFactory</b></li>
39962 <li><b>ns3::TcpSocketState</b></li>
39963 <li><b>ns3::TcpTxBuffer</b></li>
39964 <li><b>ns3::TcpVegas</b></li>
39965 <li><b>ns3::TcpVeno</b></li>
39966 <li><b>ns3::TcpWestwoodPlus</b></li>
39967 <li><b>ns3::TcpYeah</b></li>
39968 <li><b>ns3::TdBetFfMacScheduler</b></li>
39969 <li><b>ns3::TdMtFfMacScheduler</b></li>
39970 <li><b>ns3::TdTbfqFfMacScheduler</b></li>
39971 <li><b>ns3::ThompsonSamplingWifiManager</b></li>
39972 <li><b>ns3::ThreeGppAntennaModel</b></li>
39973 <li><b>ns3::ThreeGppChannelConditionModel</b></li>
39974 <li><b>ns3::ThreeGppChannelModel</b></li>
39975 <li><b>ns3::ThreeGppHttpClient</b></li>
39976 <li><b>ns3::ThreeGppHttpHeader</b></li>
39977 <li><b>ns3::ThreeGppHttpServer</b></li>
39978 <li><b>ns3::ThreeGppHttpVariables</b></li>
39979 <li><b>ns3::ThreeGppIndoorMixedOfficeChannelConditionModel</b></li>
39980 <li><b>ns3::ThreeGppIndoorOfficePropagationLossModel</b></li>
39981 <li><b>ns3::ThreeGppIndoorOpenOfficeChannelConditionModel</b></li>
39982 <li><b>ns3::ThreeGppNTNDenseUrbanChannelConditionModel</b></li>
39983 <li><b>ns3::ThreeGppNTNDenseUrbanPropagationLossModel</b></li>
39984 <li><b>ns3::ThreeGppNTNRuralChannelConditionModel</b></li>
39985 <li><b>ns3::ThreeGppNTNRuralPropagationLossModel</b></li>
39986 <li><b>ns3::ThreeGppNTNSuburbanChannelConditionModel</b></li>
39987 <li><b>ns3::ThreeGppNTNSuburbanPropagationLossModel</b></li>
39988 <li><b>ns3::ThreeGppNTNUrbanChannelConditionModel</b></li>
39989 <li><b>ns3::ThreeGppNTNUrbanPropagationLossModel</b></li>
39990 <li><b>ns3::ThreeGppPropagationLossModel</b></li>
39991 <li><b>ns3::ThreeGppRmaChannelConditionModel</b></li>
39992 <li><b>ns3::ThreeGppRmaPropagationLossModel</b></li>
39993 <li><b>ns3::ThreeGppSpectrumPropagationLossModel</b></li>
39994 <li><b>ns3::ThreeGppUmaChannelConditionModel</b></li>
39995 <li><b>ns3::ThreeGppUmaPropagationLossModel</b></li>
39996 <li><b>ns3::ThreeGppUmiStreetCanyonChannelConditionModel</b></li>
39997 <li><b>ns3::ThreeGppUmiStreetCanyonPropagationLossModel</b></li>
39998 <li><b>ns3::ThreeGppV2vHighwayChannelConditionModel</b></li>
39999 <li><b>ns3::ThreeGppV2vHighwayPropagationLossModel</b></li>
40000 <li><b>ns3::ThreeGppV2vUrbanChannelConditionModel</b></li>
40001 <li><b>ns3::ThreeGppV2vUrbanPropagationLossModel</b></li>
40002 <li><b>ns3::ThreeLogDistancePropagationLossModel</b></li>
40003 <li><b>ns3::ThresholdPreambleDetectionModel</b></li>
40004 <li><b>ns3::TimeProbe</b></li>
40005 <li><b>ns3::TimeSeriesAdaptor</b></li>
40006 <li><b>ns3::TimestampTag</b></li>
40007 <li><b>ns3::TopologyReader</b></li>
40008 <li><b>ns3::TraceFadingLossModel</b></li>
40009 <li><b>ns3::TrafficControlLayer</b></li>
40010 <li><b>ns3::Trailer</b></li>
40011 <li><b>ns3::TriangularRandomVariable</b></li>
40012 <li><b>ns3::TtaFfMacScheduler</b></li>
40013 <li><b>ns3::TvSpectrumTransmitter</b></li>
40014 <li><b>ns3::TwoRayGroundPropagationLossModel</b></li>
40015 <li><b>ns3::TwoRaySpectrumPropagationLossModel</b></li>
40016 <li><b>ns3::Txop</b></li>
40017 <li><b>ns3::UanChannel</b></li>
40018 <li><b>ns3::UanHeaderCommon</b></li>
40019 <li><b>ns3::UanHeaderRcAck</b></li>
40020 <li><b>ns3::UanHeaderRcCts</b></li>
40021 <li><b>ns3::UanHeaderRcCtsGlobal</b></li>
40022 <li><b>ns3::UanHeaderRcData</b></li>
40023 <li><b>ns3::UanHeaderRcRts</b></li>
40024 <li><b>ns3::UanMac</b></li>
40025 <li><b>ns3::UanMacAloha</b></li>
40026 <li><b>ns3::UanMacCw</b></li>
40027 <li><b>ns3::UanMacRc</b></li>
40028 <li><b>ns3::UanMacRcGw</b></li>
40029 <li><b>ns3::UanNetDevice</b></li>
40030 <li><b>ns3::UanNoiseModel</b></li>
40031 <li><b>ns3::UanNoiseModelDefault</b></li>
40032 <li><b>ns3::UanPhy</b></li>
40033 <li><b>ns3::UanPhyCalcSinr</b></li>
40034 <li><b>ns3::UanPhyCalcSinrDefault</b></li>
40035 <li><b>ns3::UanPhyCalcSinrDual</b></li>
40036 <li><b>ns3::UanPhyCalcSinrFhFsk</b></li>
40037 <li><b>ns3::UanPhyDual</b></li>
40038 <li><b>ns3::UanPhyGen</b></li>
40039 <li><b>ns3::UanPhyPer</b></li>
40040 <li><b>ns3::UanPhyPerCommonModes</b></li>
40041 <li><b>ns3::UanPhyPerGenDefault</b></li>
40042 <li><b>ns3::UanPhyPerUmodem</b></li>
40043 <li><b>ns3::UanPropModel</b></li>
40044 <li><b>ns3::UanPropModelIdeal</b></li>
40045 <li><b>ns3::UanPropModelThorp</b></li>
40046 <li><b>ns3::UanTransducer</b></li>
40047 <li><b>ns3::UanTransducerHd</b></li>
40048 <li><b>ns3::Ucd</b></li>
40049 <li><b>ns3::UdpClient</b></li>
40050 <li><b>ns3::UdpEchoClient</b></li>
40051 <li><b>ns3::UdpEchoServer</b></li>
40052 <li><b>ns3::UdpHeader</b></li>
40053 <li><b>ns3::UdpL4Protocol</b></li>
40054 <li><b>ns3::UdpServer</b></li>
40055 <li><b>ns3::UdpSocket</b></li>
40056 <li><b>ns3::UdpSocketFactory</b></li>
40057 <li><b>ns3::UdpSocketImpl</b></li>
40058 <li><b>ns3::UdpTraceClient</b></li>
40059 <li><b>ns3::UeManager</b></li>
40060 <li><b>ns3::Uinteger16Probe</b></li>
40061 <li><b>ns3::Uinteger32Probe</b></li>
40062 <li><b>ns3::Uinteger8Probe</b></li>
40063 <li><b>ns3::UlMap</b></li>
40064 <li><b>ns3::UniformDiscPositionAllocator</b></li>
40065 <li><b>ns3::UniformPlanarArray</b></li>
40066 <li><b>ns3::UniformRandomVariable</b></li>
40067 <li><b>ns3::UplinkScheduler</b></li>
40068 <li><b>ns3::UplinkSchedulerMBQoS</b></li>
40069 <li><b>ns3::UplinkSchedulerRtps</b></li>
40070 <li><b>ns3::UplinkSchedulerSimple</b></li>
40071 <li><b>ns3::V4TraceRoute</b></li>
40072 <li><b>ns3::VhtConfiguration</b></li>
40073 <li><b>ns3::VhtFrameExchangeManager</b></li>
40074 <li><b>ns3::VirtualNetDevice</b></li>
40075 <li><b>ns3::WallClockSynchronizer</b></li>
40076 <li><b>ns3::WaveformGenerator</b></li>
40077 <li><b>ns3::WaypointMobilityModel</b></li>
40078 <li><b>ns3::WeibullRandomVariable</b></li>
40079 <li><b>ns3::WifiAckManager</b></li>
40080 <li><b>ns3::WifiAssocManager</b></li>
40081 <li><b>ns3::WifiBandwidthFilter</b></li>
40082 <li><b>ns3::WifiDefaultAckManager</b></li>
40083 <li><b>ns3::WifiDefaultAssocManager</b></li>
40084 <li><b>ns3::WifiDefaultGcrManager</b></li>
40085 <li><b>ns3::WifiDefaultProtectionManager</b></li>
40086 <li><b>ns3::WifiMac</b></li>
40087 <li><b>ns3::WifiMacHeader</b></li>
40088 <li><b>ns3::WifiMacQueue</b></li>
40089 <li><b>ns3::WifiMacQueueScheduler</b></li>
40090 <li><b>ns3::WifiMacQueueSchedulerImpl</b></li>
40091 <li><b>ns3::WifiMacTrailer</b></li>
40092 <li><b>ns3::WifiNetDevice</b></li>
40093 <li><b>ns3::WifiPhy</b></li>
40094 <li><b>ns3::WifiPhyRxTraceSink</b></li>
40095 <li><b>ns3::WifiPhyStateHelper</b></li>
40096 <li><b>ns3::WifiProtectionManager</b></li>
40097 <li><b>ns3::WifiRadioEnergyModel</b></li>
40098 <li><b>ns3::WifiRemoteStationManager</b></li>
40099 <li><b>ns3::WifiSpectrumPhyInterface</b></li>
40100 <li><b>ns3::WifiTxCurrentModel</b></li>
40101 <li><b>ns3::WimaxChannel</b></li>
40102 <li><b>ns3::WimaxConnection</b></li>
40103 <li><b>ns3::WimaxMacQueue</b></li>
40104 <li><b>ns3::WimaxMacToMacHeader</b></li>
40105 <li><b>ns3::WimaxNetDevice</b></li>
40106 <li><b>ns3::WimaxPhy</b></li>
40107 <li><b>ns3::YansErrorRateModel</b></li>
40108 <li><b>ns3::YansWifiChannel</b></li>
40109 <li><b>ns3::YansWifiPhy</b></li>
40110 <li><b>ns3::ZetaRandomVariable</b></li>
40111 <li><b>ns3::zigbee::ZigbeeAps</b></li>
40112 <li><b>ns3::zigbee::ZigbeeNwk</b></li>
40113 <li><b>ns3::zigbee::ZigbeeStack</b></li>
40114 <li><b>ns3::ZipfRandomVariable</b></li>
40115</ul>
40116*/
40117
40118/*!
40119\page AttributeList All Attributes
40120
40121This is a list of all \ref attributes classes. For more information see the \ref attributes section of this API documentation and the Attributes sections in the Tutorial and Manual.
40122
40123<b>ns3::A2A4RsrqHandoverAlgorithm</b><br>
40124<ul>
40125<li><b>NeighbourCellOffset</b>: Minimum offset between the serving and the best neighbour cell to trigger the handover. Expressed in quantized range of [0..34] as per Section 9.1.7 of 3GPP TS 36.133.</li>
40126<li><b>ServingCellThreshold</b>: If the RSRQ of the serving cell is worse than this threshold, neighbour cells are consider for handover. Expressed in quantized range of [0..34] as per Section 9.1.7 of 3GPP TS 36.133.</li>
40127</ul>
40128<b>ns3::A3RsrpHandoverAlgorithm</b><br>
40129<ul>
40130<li><b>Hysteresis</b>: Handover margin (hysteresis) in dB (rounded to the nearest multiple of 0.5 dB)</li>
40131<li><b>TimeToTrigger</b>: Time during which neighbour cell's RSRP must continuously higher than serving cell's RSRP in order to trigger a handover</li>
40132</ul>
40133<b>ns3::AarfcdWifiManager</b><br>
40134<ul>
40135<li><b>MaxRtsWnd</b>: Maximum value for RTS window of AARF-CD</li>
40136<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.</li>
40137<li><b>MinRtsWnd</b>: Minimum value for RTS window of AARF-CD</li>
40138<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.</li>
40139<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.</li>
40140<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.</li>
40141<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.</li>
40142<li><b>TurnOffRtsAfterRateDecrease</b>: If true the RTS mechanism will be turned off when the rate will be decreased</li>
40143<li><b>TurnOnRtsAfterRateIncrease</b>: If true the RTS mechanism will be turned on when the rate will be increased</li>
40144</ul>
40145<b>ns3::AarfWifiManager</b><br>
40146<ul>
40147<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.</li>
40148<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.</li>
40149<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.</li>
40150<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.</li>
40151<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.</li>
40152</ul>
40153<b>ns3::AcousticModemEnergyModel</b><br>
40154<ul>
40155<li><b>IdlePowerW</b>: The modem Idle power in Watts</li>
40156<li><b>RxPowerW</b>: The modem Rx power in Watts</li>
40157<li><b>SleepPowerW</b>: The modem Sleep power in Watts</li>
40158<li><b>TxPowerW</b>: The modem Tx power in Watts</li>
40159</ul>
40160<b>ns3::AdvancedApEmlsrManager</b><br>
40161<ul>
40162<li><b>EarlySwitchToListening</b>: Whether the AP MLD assumes that an EMLSR client is able to detect at the end of the MAC header that a PSDU is not addressed to it and immediately starts switching to listening mode.</li>
40163<li><b>ReportFailedIcf</b>: Whether the AP MLD shall report an ICF failure to the remote station manager when all the clients solicited by the MU-RTS are EMLSR clients that have sent (or are sending) a frame to the AP on another link.</li>
40164<li><b>UpdateCwAfterFailedIcf</b>: Whether the AP MLD shall double the CW upon CTS timeout after an MU-RTS in case all the clients solicited by the MU-RTS are EMLSR clients that have sent (or are sending) a frame to the AP on another link.</li>
40165<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.</li>
40166<li><b>WaitTransDelayOnPsduRxError</b>: If true, the AP MLD waits for a response timeout after a PSDU reception error before starting the transition delay for the EMLSR client that sent the failed PSDU. Otherwise, the AP MLD does not start the transition delay timer for the EMLSR client that sent the failed PSDU.</li>
40167</ul>
40168<b>ns3::AdvancedEmlsrManager</b><br>
40169<ul>
40170<li><b>AllowUlTxopInRx</b>: Whether a (main or aux) PHY is allowed to start an UL TXOP if another PHY is receiving a PPDU (possibly starting a DL TXOP). If this attribute is true, the PPDU may be dropped.</li>
40171<li><b>CheckAccessOnMainPhyLink</b>: In case aux PHYs are not TX capable and an Access Category, say it AC X, is about to gain channel access on an aux PHY link, determine whether the time the ACs with priority higher than or equal to AC X and with frames to send on the main PHY link are expected to gain access on the main PHY link should be taken into account when taking the decision to switch the main PHY to the aux PHY link.</li>
40172<li><b>InterruptSwitch</b>: Whether the main PHY can be interrupted while switching to start switching to another link.</li>
40173<li><b>KeepMainPhyAfterDlTxop</b>: In case aux PHYs are not TX capable and do not switch link, after the end of a DL TXOP carried out on an aux PHY link, the main PHY stays on that link for a switch main PHY back delay, if this attribute is true, or it returns to the preferred link, otherwise.</li>
40174<li><b>MinAcToSkipCheckAccess</b>: If the CheckAccessOnMainPhyLink attribute is set to false, indicate the minimum priority AC for which it is allowed to skip the check related to the expected channel access time on the main PHY link.</li>
40175<li><b>SwitchMainPhyBackDelay</b>: Duration of the timer started in case of non-TX capable aux PHY (that does not switch link) when medium is sensed busy during the PIFS interval preceding/following the main PHY switch end. When the timer expires, the main PHY is switched back to the preferred link.</li>
40176<li><b>UseAuxPhyCca</b>: Whether the CCA performed in the last PIFS interval by a non-TX capable aux PHY should be used when the main PHY ends switching to the aux PHY's link to determine whether TX can start or not (and what bandwidth can be used for transmission) independently of whether the aux PHY bandwidth is smaller than the main PHY bandwidth or not.</li>
40177</ul>
40178<b>ns3::AlohaNoackNetDevice</b><br>
40179<ul>
40180<li><b>Address</b>: The MAC address of this device.</li>
40181<li><b>Mtu</b>: The Maximum Transmission Unit</li>
40182<li><b>Phy</b>: The PHY layer attached to this device.</li>
40183<li><b>Queue</b>: packets being transmitted get queued here</li>
40184</ul>
40185<b>ns3::AmrrWifiManager</b><br>
40186<ul>
40187<li><b>FailureRatio</b>: Ratio of minimum erroneous transmissions needed to switch to a lower rate</li>
40188<li><b>MaxSuccessThreshold</b>: Maximum number of consecutive success periods needed to switch to a higher rate</li>
40189<li><b>MinSuccessThreshold</b>: Minimum number of consecutive success periods needed to switch to a higher rate</li>
40190<li><b>SuccessRatio</b>: Ratio of maximum erroneous transmissions needed to switch to a higher rate</li>
40191<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes</li>
40192</ul>
40193<b>ns3::aodv::RoutingProtocol</b><br>
40194<ul>
40195<li><b>ActiveRouteTimeout</b>: Period of time during which the route is considered to be valid</li>
40196<li><b>AllowedHelloLoss</b>: Number of hello messages which may be loss for valid link.</li>
40197<li><b>BlackListTimeout</b>: Time for which the node is put into the blacklist = RreqRetries * NetTraversalTime</li>
40198<li><b>DeletePeriod</b>: DeletePeriod is intended to provide an upper bound on the time for which an upstream node A can have a neighbor B as an active next hop for destination D, while B has invalidated the route to D. = 5 * max (HelloInterval, ActiveRouteTimeout)</li>
40199<li><b>DestinationOnly</b>: Indicates only the destination may respond to this RREQ.</li>
40200<li><b>EnableBroadcast</b>: Indicates whether a broadcast data packets forwarding enable.</li>
40201<li><b>EnableHello</b>: Indicates whether a hello messages enable.</li>
40202<li><b>GratuitousReply</b>: Indicates whether a gratuitous RREP should be unicast to the node originated route discovery.</li>
40203<li><b>HelloInterval</b>: HELLO messages emission interval.</li>
40204<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.</li>
40205<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)</li>
40206<li><b>MyRouteTimeout</b>: Value of lifetime field in RREP generating by this node = 2 * max(ActiveRouteTimeout, PathDiscoveryTime)</li>
40207<li><b>NetDiameter</b>: Net diameter measures the maximum possible number of hops between two nodes in the network</li>
40208<li><b>NetTraversalTime</b>: Estimate of the average net traversal time = 2 * NodeTraversalTime * NetDiameter</li>
40209<li><b>NextHopWait</b>: Period of our waiting for the neighbour's RREP_ACK = 10 ms + NodeTraversalTime</li>
40210<li><b>NodeTraversalTime</b>: Conservative estimate of the average one hop traversal time for packets and should include queuing delays, interrupt processing times and transfer times.</li>
40211<li><b>PathDiscoveryTime</b>: Estimate of maximum time needed to find route in network = 2 * NetTraversalTime</li>
40212<li><b>RerrRateLimit</b>: Maximum number of RERR per second.</li>
40213<li><b>RreqRateLimit</b>: Maximum number of RREQ per second.</li>
40214<li><b>RreqRetries</b>: Maximum number of retransmissions of RREQ to discover a route</li>
40215<li><b>TimeoutBuffer</b>: Provide a buffer for the timeout.</li>
40216<li><b>TtlIncrement</b>: TTL increment for each attempt using the expanding ring search for RREQ dissemination.</li>
40217<li><b>TtlStart</b>: Initial TTL value for RREQ.</li>
40218<li><b>TtlThreshold</b>: Maximum TTL value for expanding ring search, TTL = NetDiameter is used beyond this value.</li>
40219<li><b>UniformRv</b>: Access to the underlying UniformRandomVariable</li>
40220</ul>
40221<b>ns3::AparfWifiManager</b><br>
40222<ul>
40223<li><b>FailThreshold</b>: The minimum number of failed transmissions to try a new power or rate.</li>
40224<li><b>PowerDecrementStep</b>: Step size for decrement the power.</li>
40225<li><b>PowerIncrementStep</b>: Step size for increment the power.</li>
40226<li><b>PowerThreshold</b>: The maximum number of power changes.</li>
40227<li><b>RateDecrementStep</b>: Step size for decrement the rate.</li>
40228<li><b>RateIncrementStep</b>: Step size for increment the rate.</li>
40229<li><b>SuccessThreshold1</b>: The minimum number of successful transmissions in "High" state to try a new power or rate.</li>
40230<li><b>SuccessThreshold2</b>: The minimum number of successful transmissions in "Low" state to try a new power or rate.</li>
40231</ul>
40232<b>ns3::Application</b><br>
40233<ul>
40234<li><b>StartTime</b>: Time at which the application will start</li>
40235<li><b>StopTime</b>: Time at which the application will stop</li>
40236</ul>
40237<b>ns3::ApWifiMac</b><br>
40238<ul>
40239<li><b>AifsnsForSta</b>: The AIFSN values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the AIFSN values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 3,3,3; VI 2,2,2" defines the AIFSN values for AC BE and AC VI for an AP MLD having three links.</li>
40240<li><b>BeaconGeneration</b>: Whether or not beacons are generated.</li>
40241<li><b>BeaconInterval</b>: Delay between two beacons</li>
40242<li><b>BeaconJitter</b>: A uniform random variable to cause the initial beacon starting time (after simulation time 0) to be distributed between 0 and the BeaconInterval.</li>
40243<li><b>BsrLifetime</b>: Lifetime of Buffer Status Reports received from stations.</li>
40244<li><b>CwMaxsForSta</b>: The CW max values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the CW max values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 31,31,31; VI 15,15,15" defines the CW max values for AC BE and AC VI for an AP MLD having three links.</li>
40245<li><b>CwMinsForSta</b>: The CW min values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the CW min values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 31,31,31; VI 15,15,15" defines the CW min values for AC BE and AC VI for an AP MLD having three links.</li>
40246<li><b>EnableBeaconJitter</b>: If beacons are enabled, whether to jitter the initial send event.</li>
40247<li><b>EnableNonErpProtection</b>: Whether or not protection mechanism should be used when non-ERP STAs are present within the BSS.This parameter is only used when ERP is supported by the AP.</li>
40248<li><b>FdBeaconInterval6GHz</b>: Time between a Beacon frame and a FILS Discovery (FD) frame or between two FD frames to be sent on a 6GHz link. A value of zero disables the transmission of FD frames.</li>
40249<li><b>FdBeaconIntervalNon6GHz</b>: Time between a Beacon frame and a FILS Discovery (FD) frame or between two FD frames to be sent on a non-6GHz link. A value of zero disables the transmission of FD frames.</li>
40250<li><b>GcrManager</b>: The GCR manager object.</li>
40251<li><b>SendUnsolProbeResp</b>: Send unsolicited broadcast Probe Response instead of FILS Discovery</li>
40252<li><b>TxopLimitsForSta</b>: The TXOP limit values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the TXOP limit values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 3200us,3200us,3200us; VI 2400us,2400us,2400us" defines the TXOP limit values for AC BE and AC VI for an AP MLD having three links.</li>
40253</ul>
40254<b>ns3::ArfWifiManager</b><br>
40255<ul>
40256<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.</li>
40257<li><b>TimerThreshold</b>: The 'timer' threshold in the ARF algorithm.</li>
40258</ul>
40259<b>ns3::ArpCache</b><br>
40260<ul>
40261<li><b>AliveTimeout</b>: When this timeout expires, the matching cache entry needs refreshing</li>
40262<li><b>DeadTimeout</b>: When this timeout expires, a new attempt to resolve the matching entry is made</li>
40263<li><b>MaxRetries</b>: Number of retransmissions of ArpRequest before marking dead</li>
40264<li><b>PendingQueueSize</b>: The size of the queue for packets pending an arp reply.</li>
40265<li><b>WaitReplyTimeout</b>: When this timeout expires, the cache entries will be scanned and entries in WaitReply state will resend ArpRequest unless MaxRetries has been exceeded, in which case the entry is marked dead</li>
40266</ul>
40267<b>ns3::ArpL3Protocol</b><br>
40268<ul>
40269<li><b>CacheList</b>: The list of ARP caches</li>
40270<li><b>RequestJitter</b>: The jitter in ms a node is allowed to wait before sending an ARP request. Some jitter aims to prevent collisions. By default, the model will wait for a duration in ms defined by a uniform random-variable between 0 and RequestJitter</li>
40271</ul>
40272<b>ns3::AthstatsWifiTraceSink</b><br>
40273<ul>
40274<li><b>Interval</b>: Time interval between reports</li>
40275</ul>
40276<b>ns3::BaseStationNetDevice</b><br>
40277<ul>
40278<li><b>BSScheduler</b>: Downlink Scheduler for BS</li>
40279<li><b>BsIpcsPacketClassifier</b>: The uplink IP packet classifier attached to this device.</li>
40280<li><b>BwReqOppSize</b>: The bandwidth request opportunity size in symbols</li>
40281<li><b>DcdInterval</b>: Time between transmission of DCD messages. Maximum value is 10s.</li>
40282<li><b>InitialRangInterval</b>: Time between Initial Ranging regions assigned by the BS. Maximum is 2s</li>
40283<li><b>IntervalT8</b>: Wait for DSA/DSC Acknowledge timeout. Maximum 300ms.</li>
40284<li><b>LinkManager</b>: The link manager attached to this device.</li>
40285<li><b>MaxRangCorrectionRetries</b>: Number of retries on contention Ranging Requests</li>
40286<li><b>RangReqOppSize</b>: The ranging opportunity size in symbols</li>
40287<li><b>SSManager</b>: The ss manager attached to this device.</li>
40288<li><b>Scheduler</b>: The BS scheduler attached to this device.</li>
40289<li><b>ServiceFlowManager</b>: The service flow manager attached to this device.</li>
40290<li><b>UcdInterval</b>: Time between transmission of UCD messages. Maximum value is 10s.</li>
40291<li><b>UplinkScheduler</b>: The uplink scheduler attached to this device.</li>
40292</ul>
40293<b>ns3::BernoulliRandomVariable</b><br>
40294<ul>
40295<li><b>Probability</b>: The probability of the random variable returning a value of 1.</li>
40296</ul>
40297<b>ns3::BinomialRandomVariable</b><br>
40298<ul>
40299<li><b>Probability</b>: The probability of success in each trial.</li>
40300<li><b>Trials</b>: The number of trials.</li>
40301</ul>
40302<b>ns3::BridgeNetDevice</b><br>
40303<ul>
40304<li><b>EnableLearning</b>: Enable the learning mode of the Learning Bridge</li>
40305<li><b>ExpirationTime</b>: Time it takes for learned MAC state entry to expire.</li>
40306<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
40307</ul>
40308<b>ns3::Building</b><br>
40309<ul>
40310<li><b>Boundaries</b>: The boundaries of this Building as a value of type ns3::Box</li>
40311<li><b>ExternalWallsType</b>: The type of material of which the external walls are made</li>
40312<li><b>Id</b>: The id (unique integer) of this Building.</li>
40313<li><b>NFloors</b>: The number of floors of this building.</li>
40314<li><b>NRoomsX</b>: The number of rooms in the X axis.</li>
40315<li><b>NRoomsY</b>: The number of rooms in the Y axis.</li>
40316<li><b>Type</b>: The type of building</li>
40317</ul>
40318<b>ns3::BuildingListPriv</b><br>
40319<ul>
40320<li><b>BuildingList</b>: The list of all buildings created during the simulation.</li>
40321</ul>
40322<b>ns3::BuildingsPropagationLossModel</b><br>
40323<ul>
40324<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]</li>
40325<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls</li>
40326<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes</li>
40327<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes</li>
40328</ul>
40329<b>ns3::BulkSendApplication</b><br>
40330<ul>
40331<li><b>EnableSeqTsSizeHeader</b>: Add SeqTsSizeHeader to each packet</li>
40332<li><b>MaxBytes</b>: The total number of bytes to send. Once these bytes are sent, no data is sent again. The value zero means that there is no limit.</li>
40333<li><b>Protocol</b>: The type of protocol to use.</li>
40334<li><b>SendSize</b>: The amount of data to send each time.</li>
40335</ul>
40336<b>ns3::BurstErrorModel</b><br>
40337<ul>
40338<li><b>BurstSize</b>: The number of packets being corrupted at one drop.</li>
40339<li><b>BurstStart</b>: The decision variable attached to this error model.</li>
40340<li><b>ErrorRate</b>: The burst error event.</li>
40341</ul>
40342<b>ns3::CalendarScheduler</b><br>
40343<ul>
40344<li><b>Reverse</b>: Store events in reverse chronological order</li>
40345</ul>
40346<b>ns3::CaraWifiManager</b><br>
40347<ul>
40348<li><b>FailureThreshold</b>: The number of consecutive transmissions failure to decrease the rate.</li>
40349<li><b>ProbeThreshold</b>: The number of consecutive transmissions failure to activate the RTS probe.</li>
40350<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.</li>
40351<li><b>Timeout</b>: The 'timer' in the CARA algorithm</li>
40352</ul>
40353<b>ns3::CcHelper</b><br>
40354<ul>
40355<li><b>DlBandwidth</b>: Set Dl Bandwidth for the first carrier component</li>
40356<li><b>DlEarfcn</b>: Set Dl Channel [EARFCN] for the first carrier component</li>
40357<li><b>NumberOfComponentCarriers</b>: Set the number of Component Carriers to setup per eNodeBCurrently the maximum Number of Component Carriers allowed is 2</li>
40358<li><b>UlBandwidth</b>: Set Dl Bandwidth for the first carrier component</li>
40359<li><b>UlEarfcn</b>: Set Ul Channel [EARFCN] for the first carrier component</li>
40360</ul>
40361<b>ns3::Channel</b><br>
40362<ul>
40363<li><b>Id</b>: The id (unique integer) of this Channel.</li>
40364</ul>
40365<b>ns3::ChannelAccessManager</b><br>
40366<ul>
40367<li><b>GenerateBackoffIfTxopWithoutTx</b>: Specify whether the backoff should be invoked when the AC gains the right to start a TXOP but it does not transmit any frame (e.g., due to constraints associated with EMLSR operations), provided that the queue is not actually empty.</li>
40368<li><b>NSlotsLeft</b>: The NSlotsLeftAlert trace source is fired when the number of remaining backoff slots for any AC is equal to or less than the value of this attribute. Note that the trace source is fired only if the AC for which the previous condition is met has requested channel access. Also, if the value of this attribute is zero, the trace source is never fired.</li>
40369<li><b>NSlotsLeftMinDelay</b>: The minimum gap between the end of a medium busy event and the time the NSlotsLeftAlert trace source can be fired.</li>
40370<li><b>ProactiveBackoff</b>: Specify whether a new backoff value is generated when a CCA busy period starts, the backoff counter is zero and the station is not a TXOP holder. This is useful to generate a new backoff value when, e.g., the backoff counter reaches zero, the station does not transmit and subsequently the medium becomes busy.</li>
40371<li><b>ResetBackoffThreshold</b>: If no PHY operates on this link for a period greater than this threshold, all the backoffs are reset.</li>
40372</ul>
40373<b>ns3::ChannelListPriv</b><br>
40374<ul>
40375<li><b>ChannelList</b>: The list of all channels created during the simulation.</li>
40376</ul>
40377<b>ns3::CircularApertureAntennaModel</b><br>
40378<ul>
40379<li><b>AntennaCircularApertureRadius</b>: The radius of the aperture of the antenna, in meters</li>
40380<li><b>AntennaMaxGainDb</b>: The maximum gain value in dB of the antenna</li>
40381<li><b>AntennaMinGainDb</b>: The minimum gain value in dB of the antenna</li>
40382<li><b>ForceGainBounds</b>: Force GetGainDb to [AntennaMinGainDb, AntennaMaxGainDb] range</li>
40383<li><b>OperatingFrequency</b>: The operating frequency in Hz of the antenna</li>
40384</ul>
40385<b>ns3::CobaltQueueDisc</b><br>
40386<ul>
40387<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled</li>
40388<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets</li>
40389<li><b>Decrement</b>: Pdrop decrement Value</li>
40390<li><b>Increment</b>: Pdrop increment value</li>
40391<li><b>Interval</b>: The Cobalt algorithm interval</li>
40392<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.</li>
40393<li><b>Pdrop</b>: Marking Probability</li>
40394<li><b>Target</b>: The Cobalt algorithm target queue delay</li>
40395<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40396<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40397</ul>
40398<b>ns3::CoDelQueueDisc</b><br>
40399<ul>
40400<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets</li>
40401<li><b>Interval</b>: The CoDel algorithm interval</li>
40402<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.</li>
40403<li><b>MinBytes</b>: The CoDel algorithm minbytes parameter.</li>
40404<li><b>Target</b>: The CoDel algorithm target queue delay</li>
40405<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40406<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40407</ul>
40408<b>ns3::ComponentCarrier</b><br>
40409<ul>
40410<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to</li>
40411<li><b>CsgIndication</b>: If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.</li>
40412<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks</li>
40413<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
40414<li><b>PrimaryCarrier</b>: If true, this Carrier Component will be the Primary Carrier Component (PCC) Only one PCC per eNodeB is (currently) allowed</li>
40415<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks</li>
40416<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
40417</ul>
40418<b>ns3::ComponentCarrierEnb</b><br>
40419<ul>
40420<li><b>FfMacScheduler</b>: The scheduler associated to this EnbNetDevice</li>
40421<li><b>LteEnbMac</b>: The MAC associated to this EnbNetDevice</li>
40422<li><b>LteEnbPhy</b>: The PHY associated to this EnbNetDevice</li>
40423<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice</li>
40424</ul>
40425<b>ns3::ComponentCarrierUe</b><br>
40426<ul>
40427<li><b>LteUeMac</b>: The MAC associated to this UeNetDevice</li>
40428<li><b>LteUePhy</b>: The PHY associated to this EnbNetDevice</li>
40429</ul>
40430<b>ns3::ConfigStore</b><br>
40431<ul>
40432<li><b>FileFormat</b>: Type of file format</li>
40433<li><b>Filename</b>: The file where the configuration should be saved to or loaded from.</li>
40434<li><b>Mode</b>: Configuration mode</li>
40435<li><b>SaveDeprecated</b>: Save DEPRECATED attributes</li>
40436</ul>
40437<b>ns3::ConstantRandomVariable</b><br>
40438<ul>
40439<li><b>Constant</b>: The constant value returned by this RNG stream.</li>
40440</ul>
40441<b>ns3::ConstantRateWifiManager</b><br>
40442<ul>
40443<li><b>ControlMode</b>: The transmission mode to use for every RTS packet transmission.</li>
40444<li><b>DataMode</b>: The transmission mode to use for every data packet transmission</li>
40445</ul>
40446<b>ns3::ConstantSpectrumPropagationLossModel</b><br>
40447<ul>
40448<li><b>Loss</b>: Path loss (dB) between transmitter and receiver</li>
40449</ul>
40450<b>ns3::ConstantSpeedPropagationDelayModel</b><br>
40451<ul>
40452<li><b>Speed</b>: The propagation speed (m/s) in the propagation medium being considered. The default value is the propagation speed of light in the vacuum.</li>
40453</ul>
40454<b>ns3::CosineAntennaModel</b><br>
40455<ul>
40456<li><b>HorizontalBeamwidth</b>: The 3 dB horizontal beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain</li>
40457<li><b>MaxGain</b>: The gain (dB) at the antenna boresight (the direction of maximum gain)</li>
40458<li><b>Orientation</b>: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis</li>
40459<li><b>VerticalBeamwidth</b>: The 3 dB vertical beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain</li>
40460</ul>
40461<b>ns3::Cost231PropagationLossModel</b><br>
40462<ul>
40463<li><b>BSAntennaHeight</b>: BS Antenna Height (default is 50m).</li>
40464<li><b>Frequency</b>: The Frequency (default is 2.3 GHz).</li>
40465<li><b>Lambda</b>: The wavelength (default is 2.3 GHz at 300 000 km/s).</li>
40466<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m).</li>
40467<li><b>SSAntennaHeight</b>: SS Antenna Height (default is 3m).</li>
40468</ul>
40469<b>ns3::CqaFfMacScheduler</b><br>
40470<ul>
40471<li><b>CqaMetric</b>: CqaFfMacScheduler metric type that can be: CqaFf, CqaPf</li>
40472<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40473<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40474<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40475</ul>
40476<b>ns3::CsmaChannel</b><br>
40477<ul>
40478<li><b>DataRate</b>: The transmission data rate to be provided to devices connected to the channel</li>
40479<li><b>Delay</b>: Transmission delay through the channel</li>
40480</ul>
40481<b>ns3::CsmaNetDevice</b><br>
40482<ul>
40483<li><b>Address</b>: The MAC address of this device.</li>
40484<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.</li>
40485<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
40486<li><b>ReceiveEnable</b>: Enable or disable the receiver section of the device.</li>
40487<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
40488<li><b>SendEnable</b>: Enable or disable the transmitter section of the device.</li>
40489<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
40490</ul>
40491<b>ns3::DataCollectionObject</b><br>
40492<ul>
40493<li><b>Enabled</b>: Object's enabled status</li>
40494<li><b>Name</b>: Object's name</li>
40495</ul>
40496<b>ns3::DefaultEmlsrManager</b><br>
40497<ul>
40498<li><b>SwitchAuxPhy</b>: Whether Aux PHY should switch channel to operate on the link on which the Main PHY was operating before moving to the link of the Aux PHY. Note that, if the Aux PHY does not switch channel, the main PHY will switch back to its previous link once the TXOP terminates (otherwise, no PHY will be listening on that EMLSR link).</li>
40499</ul>
40500<b>ns3::DhcpClient</b><br>
40501<ul>
40502<li><b>Collect</b>: Time for which offer collection starts</li>
40503<li><b>RTRS</b>: Time for retransmission of Discover message</li>
40504<li><b>ReRequest</b>: Time after which request will be resent to next server</li>
40505<li><b>Transactions</b>: The possible value of transaction numbers</li>
40506</ul>
40507<b>ns3::DhcpServer</b><br>
40508<ul>
40509<li><b>FirstAddress</b>: The First valid address that can be given.</li>
40510<li><b>Gateway</b>: Address of default gateway</li>
40511<li><b>LastAddress</b>: The Last valid address that can be given.</li>
40512<li><b>LeaseTime</b>: Lease for which address will be leased.</li>
40513<li><b>PoolAddresses</b>: Pool of addresses to provide on request.</li>
40514<li><b>PoolMask</b>: Mask of the pool of addresses.</li>
40515<li><b>RebindTime</b>: Time after which client should rebind.</li>
40516<li><b>RenewTime</b>: Time after which client should renew.</li>
40517</ul>
40518<b>ns3::dot11s::AirtimeLinkMetricCalculator</b><br>
40519<ul>
40520<li><b>Dot11MetricTid</b>: TID used to calculate metric (data rate)</li>
40521<li><b>TestLength</b>: Number of bytes in test frame (a constant 1024 in the standard)</li>
40522</ul>
40523<b>ns3::dot11s::HwmpProtocol</b><br>
40524<ul>
40525<li><b>DoFlag</b>: Destination only HWMP flag</li>
40526<li><b>Dot11MeshHWMPactivePathTimeout</b>: Lifetime of reactive routing information</li>
40527<li><b>Dot11MeshHWMPactiveRootTimeout</b>: Lifetime of proactive routing information</li>
40528<li><b>Dot11MeshHWMPmaxPREQretries</b>: Maximum number of retries before we suppose the destination to be unreachable</li>
40529<li><b>Dot11MeshHWMPnetDiameterTraversalTime</b>: Time we suppose the packet to go from one edge of the network to another</li>
40530<li><b>Dot11MeshHWMPpathToRootInterval</b>: Interval between two successive proactive PREQs</li>
40531<li><b>Dot11MeshHWMPperrMinInterval</b>: Minimal interval between to successive PREQs</li>
40532<li><b>Dot11MeshHWMPpreqMinInterval</b>: Minimal interval between to successive PREQs</li>
40533<li><b>Dot11MeshHWMPrannInterval</b>: Lifetime of proactive routing information</li>
40534<li><b>MaxQueueSize</b>: Maximum number of packets we can store when resolving route</li>
40535<li><b>MaxTtl</b>: Initial value of Time To Live field</li>
40536<li><b>RandomStart</b>: Random delay at first proactive PREQ</li>
40537<li><b>RfFlag</b>: Reply and forward flag</li>
40538<li><b>UnicastDataThreshold</b>: Maximum number of broadcast receivers, when we send a broadcast as a chain of unicasts</li>
40539<li><b>UnicastPerrThreshold</b>: Maximum number of PERR receivers, when we send a PERR as a chain of unicasts</li>
40540<li><b>UnicastPreqThreshold</b>: Maximum number of PREQ receivers, when we send a PREQ as a chain of unicasts</li>
40541</ul>
40542<b>ns3::dot11s::PeerLink</b><br>
40543<ul>
40544<li><b>ConfirmTimeout</b>: Confirm timeout</li>
40545<li><b>HoldingTimeout</b>: Holding timeout</li>
40546<li><b>MaxBeaconLoss</b>: Maximum number of lost beacons before link will be closed</li>
40547<li><b>MaxPacketFailure</b>: Maximum number of failed packets before link will be closed</li>
40548<li><b>MaxRetries</b>: Maximum number of retries</li>
40549<li><b>RetryTimeout</b>: Retry timeout</li>
40550</ul>
40551<b>ns3::dot11s::PeerManagementProtocol</b><br>
40552<ul>
40553<li><b>EnableBeaconCollisionAvoidance</b>: Enable/Disable Beacon collision avoidance.</li>
40554<li><b>MaxBeaconShiftValue</b>: Maximum number of TUs for beacon shifting</li>
40555<li><b>MaxNumberOfPeerLinks</b>: Maximum number of peer links</li>
40556</ul>
40557<b>ns3::Dot11sStack</b><br>
40558<ul>
40559<li><b>Root</b>: The MAC address of root mesh point.</li>
40560</ul>
40561<b>ns3::DropTailQueue<Packet></b><br>
40562<ul>
40563<li><b>MaxSize</b>: The max queue size</li>
40564</ul>
40565<b>ns3::DropTailQueue<QueueDiscItem></b><br>
40566<ul>
40567<li><b>MaxSize</b>: The max queue size</li>
40568</ul>
40569<b>ns3::dsdv::RoutingProtocol</b><br>
40570<ul>
40571<li><b>EnableBuffering</b>: Enables buffering of data packets if no route to destination is available</li>
40572<li><b>EnableRouteAggregation</b>: Enables Weighted Settling Time for the updates before advertising</li>
40573<li><b>EnableWST</b>: Enables Weighted Settling Time for the updates before advertising</li>
40574<li><b>Holdtimes</b>: Times the forwarding Interval to purge the route.</li>
40575<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.</li>
40576<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)</li>
40577<li><b>MaxQueuedPacketsPerDst</b>: Maximum number of packets that we allow per destination to buffer.</li>
40578<li><b>PeriodicUpdateInterval</b>: Periodic interval between exchange of full routing tables among nodes.</li>
40579<li><b>RouteAggregationTime</b>: Time to aggregate updates before sending them out (in seconds)</li>
40580<li><b>SettlingTime</b>: Minimum time an update is to be stored in adv table before sending out in case of change in metric (in seconds)</li>
40581<li><b>WeightedFactor</b>: WeightedFactor for the settling time if Weighted Settling Time is enabled</li>
40582</ul>
40583<b>ns3::dsr::DsrOptions</b><br>
40584<ul>
40585<li><b>OptionNumber</b>: The Dsr option number.</li>
40586</ul>
40587<b>ns3::dsr::DsrRouting</b><br>
40588<ul>
40589<li><b>BlacklistTimeout</b>: The time for a neighbor to stay in blacklist.</li>
40590<li><b>BroadcastJitter</b>: The jitter time to avoid collision for broadcast packets.</li>
40591<li><b>CacheType</b>: Use Link Cache or use Path Cache</li>
40592<li><b>DiscoveryHopLimit</b>: The max discovery hop limit for route requests.</li>
40593<li><b>EnableSubRoute</b>: Enables saving of sub route when receiving route error messages, only available when using path route cache</li>
40594<li><b>GraReplyTableSize</b>: The gratuitous reply table size.</li>
40595<li><b>GratReplyHoldoff</b>: The time for gratuitous reply entry to expire.</li>
40596<li><b>InitStability</b>: The initial stability factor for link cache</li>
40597<li><b>LinkAckTimeout</b>: The time a packet in maintenance buffer wait for link acknowledgment.</li>
40598<li><b>LinkAcknowledgment</b>: Enable Link layer acknowledgment mechanism</li>
40599<li><b>MaintenanceRetries</b>: Maximum number of retransmissions for data packets from maintenance buffer.</li>
40600<li><b>MaxCacheLen</b>: Maximum number of route entries that can be stored in route cache.</li>
40601<li><b>MaxEntriesEachDst</b>: Maximum number of route entries for a single destination to respond.</li>
40602<li><b>MaxMaintLen</b>: Maximum number of packets that can be stored in maintenance buffer.</li>
40603<li><b>MaxMaintTime</b>: Maximum time packets can be queued in maintenance buffer.</li>
40604<li><b>MaxNetworkQueueDelay</b>: The max time for a packet to stay in the network queue.</li>
40605<li><b>MaxNetworkQueueSize</b>: The max number of packet to save in the network queue.</li>
40606<li><b>MaxRequestPeriod</b>: The max time interval between route requests.</li>
40607<li><b>MaxSalvageCount</b>: The max salvage count for a single data packet.</li>
40608<li><b>MaxSendBuffLen</b>: Maximum number of packets that can be stored in send buffer.</li>
40609<li><b>MaxSendBuffTime</b>: Maximum time packets can be queued in the send buffer .</li>
40610<li><b>MinLifeTime</b>: The minimal life time for link cache</li>
40611<li><b>NodeTraversalTime</b>: The time it takes to traverse two neighboring nodes.</li>
40612<li><b>NonPropRequestTimeout</b>: The timeout value for non-propagation request.</li>
40613<li><b>NumPriorityQueues</b>: The max number of packet to save in the network queue.</li>
40614<li><b>PassiveAckTimeout</b>: The time a packet in maintenance buffer wait for passive acknowledgment.</li>
40615<li><b>PassiveBuffer</b>: The passive buffer to manage promiscuously received passive ack.</li>
40616<li><b>RequestIdSize</b>: Maximum number of request source Ids in the request table.</li>
40617<li><b>RequestPeriod</b>: The base time interval between route requests.</li>
40618<li><b>RequestTableSize</b>: Maximum number of request entries in the request table, set this as the number of nodes in the simulation.</li>
40619<li><b>RetransIncr</b>: The increase time for retransmission timer when facing network congestion</li>
40620<li><b>RouteCache</b>: The route cache for saving routes from route discovery process.</li>
40621<li><b>RouteCacheTimeout</b>: Maximum time the route cache can be queued in route cache.</li>
40622<li><b>RreqRetries</b>: Maximum number of retransmissions for request discovery of a route.</li>
40623<li><b>RreqTable</b>: The request table to manage route requests.</li>
40624<li><b>SendBuffInterval</b>: How often to check send buffer for packet with route.</li>
40625<li><b>StabilityDecrFactor</b>: The stability decrease factor for link cache</li>
40626<li><b>StabilityIncrFactor</b>: The stability increase factor for link cache</li>
40627<li><b>TryLinkAcks</b>: The number of link acknowledgment to use.</li>
40628<li><b>TryPassiveAcks</b>: The number of passive acknowledgment to use.</li>
40629<li><b>UniqueRequestIdSize</b>: Maximum number of request Ids in the request table for a single destination.</li>
40630<li><b>UseExtends</b>: The extension time for link cache</li>
40631</ul>
40632<b>ns3::DynamicQueueLimits</b><br>
40633<ul>
40634<li><b>HoldTime</b>: The DQL algorithm hold time</li>
40635<li><b>MaxLimit</b>: Maximum limit</li>
40636<li><b>MinLimit</b>: Minimum limit</li>
40637</ul>
40638<b>ns3::EhtConfiguration</b><br>
40639<ul>
40640<li><b>EmlsrActivated</b>: Whether EMLSR option is activated. If activated, EMLSR mode can be enabled on the EMLSR links by an installed EMLSR Manager.</li>
40641<li><b>MediumSyncDuration</b>: The duration of the MediumSyncDelay timer (must be a multiple of 32 us). The value of this attribute is only used by AP MLDs with EMLSR activated.</li>
40642<li><b>MsdMaxNTxops</b>: Maximum number of TXOPs that an EMLSR client is allowed to attempt to initiate while the MediumSyncDelay timer is running (zero indicates no limit). The value of this attribute is only used by AP MLDs with EMLSR activated.</li>
40643<li><b>MsdOfdmEdThreshold</b>: Threshold (dBm) to be used instead of the normal CCA sensitivity for the primary 20 MHz channel if the MediumSyncDelay timer has a nonzero value. The value of this attribute is only used by AP MLDs with EMLSR activated.</li>
40644<li><b>Per20CcaSensitivityThreshold</b>: CCA threshold (dBm) for Per 20MHz check.</li>
40645<li><b>TidToLinkMappingDl</b>: A list-of-TIDs-indexed map of the list of links where the TIDs are mapped to for the downlink direction. In case a string is used to set this attribute, the string shall contain the (TID list, link list) pairs separated by a semicolon (;); in every pair, the TID list and the link list are separated by a blank space, and the elements of each list are separated by a comma (,) without spaces. E.g., "0,4 1,2,3; 1 0;2 0,1" means that TIDs 0 and 4 are mapped on links 1, 2 and 3; TID 1 is mapped on link 0 and TID 2 is mapped on links 0 and 1. An empty map indicates the default mapping, i.e., all TIDs are mapped to all setup links. If the map contains the mapping for some TID(s), the mapping corresponding to the missing TID(s) remains unchanged. A non-AP MLD includes this mapping in the Association Request frame sent to an AP MLD, unless the AP MLD advertises a negotiation support of 1 and this mapping is such that TIDs are mapped to distinct link sets, in which case the default mapping is included.</li>
40646<li><b>TidToLinkMappingNegSupport</b>: TID-to-Link Mapping Negotiation Support.</li>
40647<li><b>TidToLinkMappingUl</b>: A list-of-TIDs-indexed map of the list of links where the TIDs are mapped to for the uplink direction. In case a string is used to set this attribute, the string shall contain the (TID list, link list) pairs separated by a semicolon (;); in every pair, the TID list and the link list are separated by a blank space, and the elements of each list are separated by a comma (,) without spaces. E.g., "0,4 1,2,3; 1 0;2 0,1" means that TIDs 0 and 4 are mapped on links 1, 2 and 3; TID 1 is mapped on link 0 and TID 2 is mapped on links 0 and 1. An empty map indicates the default mapping, i.e., all TIDs are mapped to all setup links. If the map contains the mapping for some TID(s), the mapping corresponding to the missing TID(s) remains unchanged. A non-AP MLD includes this mapping in the Association Request frame sent to an AP MLD, unless the AP MLD advertises a negotiation support of 1 and this mapping is such that TIDs are mapped to distinct link sets, in which case the default mapping is included.</li>
40648<li><b>TransitionTimeout</b>: The Transition Timeout (not used by non-AP MLDs). Possible values are 0us or 2^n us, with n=7..16.</li>
40649</ul>
40650<b>ns3::EhtFrameExchangeManager</b><br>
40651<ul>
40652<li><b>EarlyTxopEndDetect</b>: Whether the Duration/ID value of the frame being transmitted or received can be used to early detect an ongoing TXOP end.</li>
40653</ul>
40654<b>ns3::EmlsrManager</b><br>
40655<ul>
40656<li><b>AuxPhyChannelWidth</b>: The maximum channel width (MHz) supported by Aux PHYs.</li>
40657<li><b>AuxPhyMaxModClass</b>: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.</li>
40658<li><b>AuxPhyTxCapable</b>: Whether Aux PHYs are capable of transmitting PPDUs.</li>
40659<li><b>EmlsrLinkSet</b>: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.</li>
40660<li><b>EmlsrPaddingDelay</b>: The EMLSR Paddind Delay (not used by AP MLDs). Possible values are 0 us, 32 us, 64 us, 128 us or 256 us.</li>
40661<li><b>EmlsrTransitionDelay</b>: The EMLSR Transition Delay (not used by AP MLDs). Possible values are 0 us, 16 us, 32 us, 64 us, 128 us or 256 us.</li>
40662<li><b>InDeviceInterference</b>: Whether in-device interference is such that a PHY cannot decode anything and cannot decrease the backoff counter when another PHY of the same device is transmitting.</li>
40663<li><b>MainPhyId</b>: The ID of the main PHY (position in the vector of PHYs held by WifiNetDevice). This attribute cannot be set after construction.</li>
40664<li><b>PutAuxPhyToSleep</b>: Whether Aux PHYs should be put into sleep mode while the Main PHY is carrying out a (DL or UL) TXOP. Specifically, for DL TXOPs, aux PHYs are put to sleep after receiving the ICF; for UL TXOPs, aux PHYs are put to sleep when the CTS frame is received, if RTS/CTS is used, or when the transmission of the data frame starts, otherwise. Aux PHYs are resumed from sleep when the TXOP ends.</li>
40665<li><b>ResetCamState</b>: Whether to reset the state of the ChannelAccessManager associated with the link on which the main PHY has just switched to.</li>
40666<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.</li>
40667</ul>
40668<b>ns3::EmpiricalRandomVariable</b><br>
40669<ul>
40670<li><b>Interpolate</b>: Treat the CDF as a smooth distribution and interpolate, default is to treat the CDF as a histogram and sample.</li>
40671</ul>
40672<b>ns3::EmuEpcHelper</b><br>
40673<ul>
40674<li><b>EnbDeviceName</b>: The name of the device used for the S1-U interface of the eNB</li>
40675<li><b>EnbMacAddressBase</b>: First 5 bytes of the eNB MAC address base</li>
40676<li><b>SgwDeviceName</b>: The name of the device used for the S1-U interface of the SGW</li>
40677<li><b>SgwMacAddress</b>: MAC address used for the SGW</li>
40678</ul>
40679<b>ns3::energy::BasicEnergyHarvester</b><br>
40680<ul>
40681<li><b>HarvestablePower</b>: The harvestable power [Watts] that the energy harvester is allowed to harvest. By default, the model will allow to harvest an amount of power defined by a uniformly distributed random variable in 0 and 2.0 Watts</li>
40682<li><b>PeriodicHarvestedPowerUpdateInterval</b>: Time between two consecutive periodic updates of the harvested power. By default, the value is updated every 1 s</li>
40683</ul>
40684<b>ns3::energy::BasicEnergySource</b><br>
40685<ul>
40686<li><b>BasicEnergyHighBatteryThreshold</b>: High battery threshold for basic energy source.</li>
40687<li><b>BasicEnergyLowBatteryThreshold</b>: Low battery threshold for basic energy source.</li>
40688<li><b>BasicEnergySourceInitialEnergyJ</b>: Initial energy stored in basic energy source.</li>
40689<li><b>BasicEnergySupplyVoltageV</b>: Initial supply voltage for basic energy source.</li>
40690<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.</li>
40691</ul>
40692<b>ns3::energy::GenericBatteryModel</b><br>
40693<ul>
40694<li><b>BatteryType</b>: Indicates the battery type used by the model</li>
40695<li><b>CutoffVoltage</b>: The voltage where the battery is considered depleted (V).</li>
40696<li><b>ExponentialCapacity</b>: (Q_exp) Cell Capacity at the end of the exponential zone (Ah).</li>
40697<li><b>ExponentialVoltage</b>: (V_exp) Cell voltage at the end of the exponential zone (V).</li>
40698<li><b>FullVoltage</b>: (Q_full) The voltage of the cell when fully charged (V).</li>
40699<li><b>InternalResistance</b>: (R) Internal resistance of the cell (Ohms)</li>
40700<li><b>LowBatteryThreshold</b>: Low battery threshold for generic battery model.</li>
40701<li><b>MaxCapacity</b>: (Q) The maximum capacity of the cell (Ah).</li>
40702<li><b>NominalCapacity</b>: (Q_nom) Cell capacity at the end of the nominal zone (Ah)</li>
40703<li><b>NominalVoltage</b>: (V_nom) Nominal voltage of the cell (V).</li>
40704<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.</li>
40705<li><b>TypicalDischargeCurrent</b>: Typical discharge current used in manufacturers datasheets (A)</li>
40706</ul>
40707<b>ns3::energy::RvBatteryModel</b><br>
40708<ul>
40709<li><b>RvBatteryModelAlphaValue</b>: RV battery model alpha value.</li>
40710<li><b>RvBatteryModelBetaValue</b>: RV battery model beta value.</li>
40711<li><b>RvBatteryModelCutoffVoltage</b>: RV battery model cutoff voltage.</li>
40712<li><b>RvBatteryModelLowBatteryThreshold</b>: Low battery threshold.</li>
40713<li><b>RvBatteryModelNumOfTerms</b>: The number of terms of the infinite sum for estimating battery level.</li>
40714<li><b>RvBatteryModelOpenCircuitVoltage</b>: RV battery model open circuit voltage.</li>
40715<li><b>RvBatteryModelPeriodicEnergyUpdateInterval</b>: RV battery model sampling interval.</li>
40716</ul>
40717<b>ns3::EpsBearer</b><br>
40718<ul>
40719<li><b>Release</b>: Change from 11 to 18 if you need bearer definition as per newer Releases. Reference document: TS 23.203. The change does not impact other LTE code than bearers definition.</li>
40720</ul>
40721<b>ns3::EpsBearerTag</b><br>
40722<ul>
40723<li><b>bid</b>: The EPS bearer id within the UE to which the packet belongs</li>
40724<li><b>rnti</b>: The rnti that indicates the UE which packet belongs</li>
40725</ul>
40726<b>ns3::ErlangRandomVariable</b><br>
40727<ul>
40728<li><b>K</b>: The k value for the Erlang distribution returned by this RNG stream.</li>
40729<li><b>Lambda</b>: The lambda value for the Erlang distribution returned by this RNG stream.</li>
40730</ul>
40731<b>ns3::ErrorModel</b><br>
40732<ul>
40733<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.</li>
40734</ul>
40735<b>ns3::ExponentialRandomVariable</b><br>
40736<ul>
40737<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.</li>
40738<li><b>Mean</b>: The mean of the values returned by this RNG stream.</li>
40739</ul>
40740<b>ns3::FcfsWifiQueueScheduler</b><br>
40741<ul>
40742<li><b>DropPolicy</b>: Upon enqueue with full queue, drop oldest (DropOldest) or newest (DropNewest) packet</li>
40743</ul>
40744<b>ns3::FdBetFfMacScheduler</b><br>
40745<ul>
40746<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40747<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40748<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40749</ul>
40750<b>ns3::FdMtFfMacScheduler</b><br>
40751<ul>
40752<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40753<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40754<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40755</ul>
40756<b>ns3::FdNetDevice</b><br>
40757<ul>
40758<li><b>Address</b>: The MAC address of this device.</li>
40759<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.</li>
40760<li><b>RxQueueSize</b>: Maximum size of the read queue. This value limits number of packets that have been read from the network into a memory buffer but have not yet been processed by the simulator.</li>
40761<li><b>Start</b>: The simulation time at which to spin up the device thread.</li>
40762<li><b>Stop</b>: The simulation time at which to tear down the device thread.</li>
40763</ul>
40764<b>ns3::FdTbfqFfMacScheduler</b><br>
40765<ul>
40766<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40767<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)</li>
40768<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)</li>
40769<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)</li>
40770<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40771<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)</li>
40772<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40773</ul>
40774<b>ns3::FfMacScheduler</b><br>
40775<ul>
40776<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received</li>
40777</ul>
40778<b>ns3::FifoQueueDisc</b><br>
40779<ul>
40780<li><b>MaxSize</b>: The max queue size</li>
40781</ul>
40782<b>ns3::FixedRssLossModel</b><br>
40783<ul>
40784<li><b>Rss</b>: The fixed receiver Rss.</li>
40785</ul>
40786<b>ns3::flame::FlameProtocol</b><br>
40787<ul>
40788<li><b>BroadcastInterval</b>: How often we must send broadcast packets</li>
40789<li><b>MaxCost</b>: Cost threshold after which packet will be dropped</li>
40790</ul>
40791<b>ns3::flame::FlameRtable</b><br>
40792<ul>
40793<li><b>Lifetime</b>: The lifetime of the routing entry</li>
40794</ul>
40795<b>ns3::FlowMonitor</b><br>
40796<ul>
40797<li><b>DelayBinWidth</b>: The width used in the delay histogram.</li>
40798<li><b>FlowInterruptionsBinWidth</b>: The width used in the flowInterruptions histogram.</li>
40799<li><b>FlowInterruptionsMinTime</b>: The minimum inter-arrival time that is considered a flow interruption.</li>
40800<li><b>JitterBinWidth</b>: The width used in the jitter histogram.</li>
40801<li><b>MaxPerHopDelay</b>: The maximum per-hop delay that should be considered. Packets still not received after this delay are to be considered lost.</li>
40802<li><b>PacketSizeBinWidth</b>: The width used in the packetSize histogram.</li>
40803<li><b>StartTime</b>: The time when the monitoring starts.</li>
40804</ul>
40805<b>ns3::FqCobaltQueueDisc</b><br>
40806<ul>
40807<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled</li>
40808<li><b>CeThreshold</b>: The FqCobalt CE threshold for marking packets</li>
40809<li><b>Decrement</b>: Pdrop decrement Value</li>
40810<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40811<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40812<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40813<li><b>Increment</b>: Pdrop increment value</li>
40814<li><b>Interval</b>: The CoDel algorithm interval for each FqCobalt queue</li>
40815<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40816<li><b>Pdrop</b>: Marking Probability</li>
40817<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40818<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40819<li><b>Target</b>: The CoDel algorithm target queue delay for each FqCobalt queue</li>
40820<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40821<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40822</ul>
40823<b>ns3::FqCoDelQueueDisc</b><br>
40824<ul>
40825<li><b>CeThreshold</b>: The FqCoDel CE threshold for marking packets</li>
40826<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40827<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40828<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40829<li><b>Interval</b>: The CoDel algorithm interval for each FQCoDel queue</li>
40830<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40831<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40832<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40833<li><b>Target</b>: The CoDel algorithm target queue delay for each FQCoDel queue</li>
40834<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40835<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40836</ul>
40837<b>ns3::FqPieQueueDisc</b><br>
40838<ul>
40839<li><b>A</b>: Value of alpha</li>
40840<li><b>B</b>: Value of beta</li>
40841<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets</li>
40842<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured</li>
40843<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40844<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40845<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40846<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)</li>
40847<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop</li>
40848<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40849<li><b>MeanPktSize</b>: Average of packet size</li>
40850<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40851<li><b>QueueDelayReference</b>: Desired queue delay</li>
40852<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40853<li><b>Supdate</b>: Start time of the update timer</li>
40854<li><b>Tupdate</b>: Time period to calculate drop probability</li>
40855<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033</li>
40856<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator</li>
40857<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033</li>
40858<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40859<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40860</ul>
40861<b>ns3::FrameCaptureModel</b><br>
40862<ul>
40863<li><b>CaptureWindow</b>: The duration of the capture window.</li>
40864</ul>
40865<b>ns3::FrameExchangeManager</b><br>
40866<ul>
40867<li><b>ProtectedIfResponded</b>: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.</li>
40868</ul>
40869<b>ns3::FriisPropagationLossModel</b><br>
40870<ul>
40871<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).</li>
40872<li><b>MinLoss</b>: The minimum value (dB) of the total loss, used at short ranges.</li>
40873<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)</li>
40874</ul>
40875<b>ns3::GammaRandomVariable</b><br>
40876<ul>
40877<li><b>Alpha</b>: The alpha value for the gamma distribution returned by this RNG stream.</li>
40878<li><b>Beta</b>: The beta value for the gamma distribution returned by this RNG stream.</li>
40879</ul>
40880<b>ns3::GaussMarkovMobilityModel</b><br>
40881<ul>
40882<li><b>Alpha</b>: A constant representing the tunable parameter in the Gauss-Markov model.</li>
40883<li><b>Bounds</b>: Bounds of the area to cruise.</li>
40884<li><b>MeanDirection</b>: A random variable used to assign the average direction.</li>
40885<li><b>MeanPitch</b>: A random variable used to assign the average pitch.</li>
40886<li><b>MeanVelocity</b>: A random variable used to assign the average velocity.</li>
40887<li><b>NormalDirection</b>: A gaussian random variable used to calculate the next direction value.</li>
40888<li><b>NormalPitch</b>: A gaussian random variable used to calculate the next pitch value.</li>
40889<li><b>NormalVelocity</b>: A gaussian random variable used to calculate the next velocity value.</li>
40890<li><b>TimeStep</b>: Change current direction and speed after moving for this time.</li>
40891</ul>
40892<b>ns3::GcrManager</b><br>
40893<ul>
40894<li><b>GcrConcealmentAddress</b>: The GCR concealment address.</li>
40895<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self</li>
40896<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.</li>
40897<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.</li>
40898</ul>
40899<b>ns3::GeocentricConstantPositionMobilityModel</b><br>
40900<ul>
40901<li><b>GeographicReferencePoint</b>: The point, in meters, taken as reference when converting from geographic to topographic.</li>
40902<li><b>PositionLatLongAlt</b>: The geographic position, in degrees (lat/lon) and meter (alt), in the order: latitude, longitude and altitude</li>
40903</ul>
40904<b>ns3::GridBuildingAllocator</b><br>
40905<ul>
40906<li><b>DeltaX</b>: The x space between buildings.</li>
40907<li><b>DeltaY</b>: The y space between buildings.</li>
40908<li><b>GridWidth</b>: The number of objects laid out on a line.</li>
40909<li><b>Height</b>: The height of the building (roof level)</li>
40910<li><b>LayoutType</b>: The type of layout.</li>
40911<li><b>LengthX</b>: The length of the wall of each building along the X axis.</li>
40912<li><b>LengthY</b>: The length of the wall of each building along the X axis.</li>
40913<li><b>MinX</b>: The x coordinate where the grid starts.</li>
40914<li><b>MinY</b>: The y coordinate where the grid starts.</li>
40915</ul>
40916<b>ns3::GridPositionAllocator</b><br>
40917<ul>
40918<li><b>DeltaX</b>: The x space between objects.</li>
40919<li><b>DeltaY</b>: The y space between objects.</li>
40920<li><b>GridWidth</b>: The number of objects laid out on a line.</li>
40921<li><b>LayoutType</b>: The type of layout.</li>
40922<li><b>MinX</b>: The x coordinate where the grid starts.</li>
40923<li><b>MinY</b>: The y coordinate where the grid starts.</li>
40924<li><b>Z</b>: The z coordinate of all the positions allocated.</li>
40925</ul>
40926<b>ns3::HalfDuplexIdealPhy</b><br>
40927<ul>
40928<li><b>Rate</b>: The PHY rate used by this device</li>
40929</ul>
40930<b>ns3::HeConfiguration</b><br>
40931<ul>
40932<li><b>BeMuEdcaTimer</b>: The MU EDCA Timer used by BE EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms. 0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.</li>
40933<li><b>BkMuEdcaTimer</b>: The MU EDCA Timer used by BK EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.</li>
40934<li><b>BssColor</b>: The BSS color</li>
40935<li><b>GuardInterval</b>: Specify the shortest guard interval duration that can be used for HE transmissions.Possible values are 800ns, 1600ns or 3200ns.</li>
40936<li><b>MaxTbPpduDelay</b>: If positive, the value of this attribute specifies the maximum delay with which a TB PPDU can be received after the reception of the first TB PPDU. If the delay is higher than this value, the TB PPDU is dropped and considered interference. The maximum delay is anyway capped at the duration of the training fields in the PPDU. This attribute is only valid for APs.</li>
40937<li><b>MuBeAifsn</b>: AIFSN used by BE EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.</li>
40938<li><b>MuBeCwMax</b>: CWmax used by BE EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40939<li><b>MuBeCwMin</b>: CWmin used by BE EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40940<li><b>MuBkAifsn</b>: AIFSN used by BK EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.</li>
40941<li><b>MuBkCwMax</b>: CWmax used by BK EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40942<li><b>MuBkCwMin</b>: CWmin used by BK EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40943<li><b>MuViAifsn</b>: AIFSN used by VI EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.</li>
40944<li><b>MuViCwMax</b>: CWmax used by VI EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40945<li><b>MuViCwMin</b>: CWmin used by VI EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40946<li><b>MuVoAifsn</b>: AIFSN used by VO EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.</li>
40947<li><b>MuVoCwMax</b>: CWmax used by VO EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40948<li><b>MuVoCwMin</b>: CWmin used by VO EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.</li>
40949<li><b>ViMuEdcaTimer</b>: The MU EDCA Timer used by VI EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.</li>
40950<li><b>VoMuEdcaTimer</b>: The MU EDCA Timer used by VO EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.</li>
40951</ul>
40952<b>ns3::HeFrameExchangeManager</b><br>
40953<ul>
40954<li><b>ContinueTxopAfterBsrp</b>: Whether to continue a TXOP a SIFS after the reception of responses to a BSRP Trigger Frame when TXOP limit is zero.</li>
40955</ul>
40956<b>ns3::HierarchicalMobilityModel</b><br>
40957<ul>
40958<li><b>Child</b>: The child mobility model.</li>
40959<li><b>Parent</b>: The parent mobility model.</li>
40960</ul>
40961<b>ns3::HtConfiguration</b><br>
40962<ul>
40963<li><b>LdpcSupported</b>: Whether or not LDPC coding is supported.</li>
40964<li><b>ShortGuardIntervalSupported</b>: Whether or not short guard interval is supported.</li>
40965<li><b>Support40MHzOperation</b>: Whether or not 40 MHz operation is to be supported.</li>
40966</ul>
40967<b>ns3::HybridBuildingsPropagationLossModel</b><br>
40968<ul>
40969<li><b>CitySize</b>: Dimension of the city</li>
40970<li><b>Environment</b>: Environment Scenario</li>
40971<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
40972<li><b>Los2NlosThr</b>: Threshold from LoS to NLoS in ITU 1411 [m].</li>
40973<li><b>RooftopLevel</b>: The height of the rooftop level in meters</li>
40974</ul>
40975<b>ns3::Icmpv6L4Protocol</b><br>
40976<ul>
40977<li><b>DAD</b>: Always do DAD check.</li>
40978<li><b>DadTimeout</b>: Duplicate Address Detection (DAD) timeout</li>
40979<li><b>DelayFirstProbe</b>: Neighbor Discovery node constants: delay for the first probe.</li>
40980<li><b>MaxMulticastSolicit</b>: Neighbor Discovery node constants: max multicast solicitations.</li>
40981<li><b>MaxUnicastSolicit</b>: Neighbor Discovery node constants: max unicast solicitations.</li>
40982<li><b>ReachableTime</b>: Neighbor Discovery node constants: reachable time.</li>
40983<li><b>RetransmissionTime</b>: Neighbor Discovery node constants: retransmission timer.</li>
40984<li><b>RsInitialRetransmissionTime</b>: Multicast RS initial retransmission time.</li>
40985<li><b>RsMaxRetransmissionCount</b>: Multicast RS maximum retransmission count (0 means unbound). Note: RFC 7559 suggest a zero value (infinite). The default is 4 to avoid non-terminating simulations.</li>
40986<li><b>RsMaxRetransmissionDuration</b>: Multicast RS maximum retransmission duration (0 means unbound).</li>
40987<li><b>RsMaxRetransmissionTime</b>: Multicast RS maximum retransmission time (0 means unbound).</li>
40988<li><b>RsRetransmissionJitter</b>: Multicast RS retransmission randomization quantity</li>
40989<li><b>SolicitationJitter</b>: The jitter in ms a node is allowed to wait before sending any solicitation. Some jitter aims to prevent collisions. By default, the model will wait for a duration in ms defined by a uniform random-variable between 0 and SolicitationJitter</li>
40990</ul>
40991<b>ns3::IdealWifiManager</b><br>
40992<ul>
40993<li><b>BerThreshold</b>: The maximum Bit Error Rate acceptable at any transmission mode</li>
40994</ul>
40995<b>ns3::IpL4Protocol</b><br>
40996<ul>
40997<li><b>ProtocolNumber</b>: The IP protocol number.</li>
40998</ul>
40999<b>ns3::Ipv4</b><br>
41000<ul>
41001<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future Ipv4 devices.</li>
41002<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).</li>
41003</ul>
41004<b>ns3::Ipv4GlobalRouting</b><br>
41005<ul>
41006<li><b>RandomEcmpRouting</b>: Set to true if packets are randomly routed among ECMP; set to false for using only one route consistently</li>
41007<li><b>RespondToInterfaceEvents</b>: Set to true if you want to dynamically recompute the global routes upon Interface notification events (up/down, or add/remove address)</li>
41008</ul>
41009<b>ns3::Ipv4Interface</b><br>
41010<ul>
41011<li><b>ArpCache</b>: The arp cache for this ipv4 interface</li>
41012</ul>
41013<b>ns3::Ipv4L3Protocol</b><br>
41014<ul>
41015<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.</li>
41016<li><b>DuplicateExpire</b>: Expiration delay for duplicate cache entries</li>
41017<li><b>EnableDuplicatePacketDetection</b>: Enable multicast duplicate packet detection based on RFC 6621</li>
41018<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
41019<li><b>InterfaceList</b>: The set of Ipv4 interfaces associated to this Ipv4 stack.</li>
41020<li><b>PurgeExpiredPeriod</b>: Time between purges of expired duplicate packet entries, 0 means never purge</li>
41021</ul>
41022<b>ns3::Ipv4RawSocketImpl</b><br>
41023<ul>
41024<li><b>IcmpFilter</b>: Any icmp header whose type field matches a bit in this filter is dropped. Type must be less than 32.</li>
41025<li><b>IpHeaderInclude</b>: Include IP Header information (a.k.a setsockopt (IP_HDRINCL)).</li>
41026<li><b>Protocol</b>: Protocol number to match.</li>
41027</ul>
41028<b>ns3::Ipv6</b><br>
41029<ul>
41030<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.</li>
41031<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.</li>
41032<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).</li>
41033</ul>
41034<b>ns3::Ipv6Extension</b><br>
41035<ul>
41036<li><b>ExtensionNumber</b>: The IPv6 extension number.</li>
41037</ul>
41038<b>ns3::Ipv6ExtensionDemux</b><br>
41039<ul>
41040<li><b>Extensions</b>: The set of IPv6 extensions registered with this demux.</li>
41041</ul>
41042<b>ns3::Ipv6ExtensionFragment</b><br>
41043<ul>
41044<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
41045</ul>
41046<b>ns3::Ipv6ExtensionRoutingDemux</b><br>
41047<ul>
41048<li><b>RoutingExtensions</b>: The set of IPv6 Routing extensions registered with this demux.</li>
41049</ul>
41050<b>ns3::Ipv6L3Protocol</b><br>
41051<ul>
41052<li><b>DefaultTclass</b>: The TCLASS value set by default on all outgoing packets generated on this node.</li>
41053<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.</li>
41054<li><b>InterfaceList</b>: The set of IPv6 interfaces associated to this IPv6 stack.</li>
41055<li><b>SendIcmpv6Redirect</b>: Send the ICMPv6 Redirect when appropriate.</li>
41056</ul>
41057<b>ns3::Ipv6Option</b><br>
41058<ul>
41059<li><b>OptionNumber</b>: The IPv6 option number.</li>
41060</ul>
41061<b>ns3::Ipv6OptionDemux</b><br>
41062<ul>
41063<li><b>Options</b>: The set of IPv6 options registered with this demux.</li>
41064</ul>
41065<b>ns3::Ipv6PmtuCache</b><br>
41066<ul>
41067<li><b>CacheExpiryTime</b>: Validity time for a Path MTU entry. Default is 10 minutes, minimum is 5 minutes.</li>
41068</ul>
41069<b>ns3::Ipv6RawSocketImpl</b><br>
41070<ul>
41071<li><b>Protocol</b>: Protocol number to match.</li>
41072</ul>
41073<b>ns3::IsotropicAntennaModel</b><br>
41074<ul>
41075<li><b>Gain</b>: The gain of the antenna in dB</li>
41076</ul>
41077<b>ns3::ItuR1238PropagationLossModel</b><br>
41078<ul>
41079<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
41080</ul>
41081<b>ns3::ItuR1411LosPropagationLossModel</b><br>
41082<ul>
41083<li><b>Frequency</b>: The propagation frequency in Hz</li>
41084</ul>
41085<b>ns3::ItuR1411NlosOverRooftopPropagationLossModel</b><br>
41086<ul>
41087<li><b>BuildingSeparation</b>: The separation between buildings</li>
41088<li><b>BuildingsExtend</b>: The distance over which the buildings extend</li>
41089<li><b>CitySize</b>: Dimension of the city</li>
41090<li><b>Environment</b>: Environment Scenario</li>
41091<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
41092<li><b>RooftopLevel</b>: The height of the rooftop level in meters</li>
41093<li><b>StreetsOrientation</b>: The orientation of streets in degrees [0,90] with respect to the direction of propagation</li>
41094<li><b>StreetsWidth</b>: The width of streets</li>
41095</ul>
41096<b>ns3::JakesProcess</b><br>
41097<ul>
41098<li><b>DopplerFrequencyHz</b>: Corresponding doppler frequency[Hz]</li>
41099<li><b>NumberOfOscillators</b>: The number of oscillators</li>
41100</ul>
41101<b>ns3::LaplacianRandomVariable</b><br>
41102<ul>
41103<li><b>Bound</b>: The bound on the values returned by this RNG stream.</li>
41104<li><b>Location</b>: The location parameter for the Laplacian distribution returned by this RNG stream.</li>
41105<li><b>Scale</b>: The scale parameter for the Laplacian distribution returned by this RNG stream.</li>
41106</ul>
41107<b>ns3::LargestExtremeValueRandomVariable</b><br>
41108<ul>
41109<li><b>Location</b>: The location parameter for the Largest Extreme Value distribution returned by this RNG stream.</li>
41110<li><b>Scale</b>: The scale parameter for the Largest Extreme Value distribution returned by this RNG stream.</li>
41111</ul>
41112<b>ns3::LinearWifiTxCurrentModel</b><br>
41113<ul>
41114<li><b>Eta</b>: The efficiency of the power amplifier.</li>
41115<li><b>IdleCurrent</b>: The current in the IDLE state (in Ampere).</li>
41116<li><b>Voltage</b>: The supply voltage (in Volts).</li>
41117</ul>
41118<b>ns3::LogDistancePropagationLossModel</b><br>
41119<ul>
41120<li><b>Exponent</b>: The exponent of the Path Loss propagation model</li>
41121<li><b>ReferenceDistance</b>: The distance at which the reference loss is calculated (m)</li>
41122<li><b>ReferenceLoss</b>: The reference loss at reference distance (dB). (Default is Friis at 1m with 5.15 GHz)</li>
41123</ul>
41124<b>ns3::LogNormalRandomVariable</b><br>
41125<ul>
41126<li><b>Mu</b>: The mu value for the log-normal distribution returned by this RNG stream.</li>
41127<li><b>Sigma</b>: The sigma value for the log-normal distribution returned by this RNG stream.</li>
41128</ul>
41129<b>ns3::lrwpan::LrWpanLqiTag</b><br>
41130<ul>
41131<li><b>Lqi</b>: The lqi of the last packet received</li>
41132</ul>
41133<b>ns3::lrwpan::LrWpanMac</b><br>
41134<ul>
41135<li><b>PanId</b>: 16-bit identifier of the associated PAN</li>
41136</ul>
41137<b>ns3::lrwpan::LrWpanNetDevice</b><br>
41138<ul>
41139<li><b>Channel</b>: The channel attached to this device</li>
41140<li><b>Mac</b>: The MAC layer attached to this device.</li>
41141<li><b>Phy</b>: The PHY layer attached to this device.</li>
41142<li><b>PseudoMacAddressMode</b>: Build the pseudo-MAC Address according to RFC 4944 or RFC 6282 (default: RFC 6282).</li>
41143<li><b>UseAcks</b>: Request acknowledgments for data frames.</li>
41144</ul>
41145<b>ns3::lrwpan::LrWpanPhy</b><br>
41146<ul>
41147<li><b>PostReceptionErrorModel</b>: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.</li>
41148</ul>
41149<b>ns3::LteAmc</b><br>
41150<ul>
41151<li><b>AmcModel</b>: AMC model used to assign CQI</li>
41152<li><b>Ber</b>: The requested BER in assigning MCS (default is 0.00005).</li>
41153</ul>
41154<b>ns3::LteAnr</b><br>
41155<ul>
41156<li><b>Threshold</b>: Minimum RSRQ range value required for detecting a neighbour cell</li>
41157</ul>
41158<b>ns3::LteDataRadioBearerInfo</b><br>
41159<ul>
41160<li><b>DrbIdentity</b>: The id of this Data Radio Bearer</li>
41161<li><b>EpsBearerIdentity</b>: The id of the EPS bearer corresponding to this Data Radio Bearer</li>
41162<li><b>LtePdcp</b>: PDCP instance of the radio bearer.</li>
41163<li><b>LteRlc</b>: RLC instance of the radio bearer.</li>
41164<li><b>logicalChannelIdentity</b>: The id of the Logical Channel corresponding to this Data Radio Bearer</li>
41165</ul>
41166<b>ns3::LteEnbMac</b><br>
41167<ul>
41168<li><b>ComponentCarrierId</b>: ComponentCarrier Id, needed to reply on the appropriate sap.</li>
41169<li><b>ConnEstFailCount</b>: how many time T300 timer can expire on the same cell</li>
41170<li><b>NumberOfRaPreambles</b>: how many random access preambles are available for the contention based RACH process</li>
41171<li><b>PreambleTransMax</b>: Maximum number of random access preamble transmissions</li>
41172<li><b>RaResponseWindowSize</b>: length of the window (in TTIs) for the reception of the random access response (RAR); the resulting RAR timeout is this value + 3 ms</li>
41173</ul>
41174<b>ns3::LteEnbNetDevice</b><br>
41175<ul>
41176<li><b>CellId</b>: Cell Identifier</li>
41177<li><b>ComponentCarrierMap</b>: List of component carriers.</li>
41178<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to</li>
41179<li><b>CsgIndication</b>: If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.</li>
41180<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks</li>
41181<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41182<li><b>LteAnr</b>: The automatic neighbour relation function associated to this EnbNetDevice</li>
41183<li><b>LteEnbComponentCarrierManager</b>: The RRC associated to this EnbNetDevice</li>
41184<li><b>LteEnbRrc</b>: The RRC associated to this EnbNetDevice</li>
41185<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice</li>
41186<li><b>LteHandoverAlgorithm</b>: The handover algorithm associated to this EnbNetDevice</li>
41187<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks</li>
41188<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41189</ul>
41190<b>ns3::LteEnbPhy</b><br>
41191<ul>
41192<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy</li>
41193<li><b>InterferenceSamplePeriod</b>: The sampling period for reporting interference stats</li>
41194<li><b>MacToChannelDelay</b>: The delay in TTI units that occurs between a scheduling decision in the MAC and the actual start of the transmission by the PHY. This is intended to be used to model the latency of real PHY and MAC implementations.</li>
41195<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0." In this model, we consider T0 = 290K.</li>
41196<li><b>TxPower</b>: Transmission power in dBm</li>
41197<li><b>UeSinrSamplePeriod</b>: The sampling period for reporting UEs' SINR stats.</li>
41198<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy</li>
41199</ul>
41200<b>ns3::LteEnbRrc</b><br>
41201<ul>
41202<li><b>AdmitHandoverRequest</b>: Whether to admit an X2 handover request from another eNB</li>
41203<li><b>AdmitRrcConnectionRequest</b>: Whether to admit a connection request from a UE</li>
41204<li><b>ConnectionRejectedTimeoutDuration</b>: Time to wait between sending a RRC CONNECTION REJECT and destroying the UE context</li>
41205<li><b>ConnectionRequestTimeoutDuration</b>: After a RA attempt, if no RRC CONNECTION REQUEST is received before this time, the UE context is destroyed. Must account for reception of RAR and transmission of RRC CONNECTION REQUEST over UL GRANT. The value of thistimer should not be greater than T300 timer at UE RRC</li>
41206<li><b>ConnectionSetupTimeoutDuration</b>: After accepting connection request, if no RRC CONNECTION SETUP COMPLETE is received before this time, the UE context is destroyed. Must account for the UE's reception of RRC CONNECTION SETUP and transmission of RRC CONNECTION SETUP COMPLETE.</li>
41207<li><b>DefaultTransmissionMode</b>: The default UEs' transmission mode (0: SISO)</li>
41208<li><b>EpsBearerToRlcMapping</b>: Specify which type of RLC will be used for each type of EPS bearer.</li>
41209<li><b>HandoverJoiningTimeoutDuration</b>: After accepting a handover request, if no RRC CONNECTION RECONFIGURATION COMPLETE is received before this time, the UE context is destroyed. Must account for reception of X2 HO REQ ACK by source eNB, transmission of the Handover Command, non-contention-based random access and reception of the RRC CONNECTION RECONFIGURATION COMPLETE message.</li>
41210<li><b>HandoverLeavingTimeoutDuration</b>: After issuing a Handover Command, if neither RRC CONNECTION RE-ESTABLISHMENT nor X2 UE Context Release has been previously received, the UE context is destroyed.</li>
41211<li><b>NumberOfComponentCarriers</b>: Number of Component Carriers</li>
41212<li><b>QRxLevMin</b>: One of information transmitted within the SIB1 message, indicating the required minimum RSRP level that any UE must receive from this cell before it is allowed to camp to this cell. The default value -70 corresponds to -140 dBm and is the lowest possible value as defined by Section 6.3.4 of 3GPP TS 36.133. This restriction, however, only applies to initial cell selection and EPC-enabled simulation.</li>
41213<li><b>RsrpFilterCoefficient</b>: Determines the strength of smoothing effect induced by layer 3 filtering of RSRP in all attached UE; if set to 0, no layer 3 filtering is applicable</li>
41214<li><b>RsrqFilterCoefficient</b>: Determines the strength of smoothing effect induced by layer 3 filtering of RSRQ in all attached UE; if set to 0, no layer 3 filtering is applicable</li>
41215<li><b>SrsPeriodicity</b>: The SRS periodicity in milliseconds</li>
41216<li><b>SystemInformationPeriodicity</b>: The interval for sending system information (Time value)</li>
41217<li><b>UeMap</b>: List of UeManager by C-RNTI.</li>
41218</ul>
41219<b>ns3::LteFfrAlgorithm</b><br>
41220<ul>
41221<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true</li>
41222<li><b>FrCellTypeId</b>: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically</li>
41223</ul>
41224<b>ns3::LteFfrDistributedAlgorithm</b><br>
41225<ul>
41226<li><b>CalculationInterval</b>: Time interval between calculation of Edge sub-band, Default value 1 second</li>
41227<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41228<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41229<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41230<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41231<li><b>EdgeRbNum</b>: Number of RB that can be used in edge Sub-band</li>
41232<li><b>RsrpDifferenceThreshold</b>: If the difference between the power of the signal received by UE from the serving cell and the power of the signal received from the adjacent cell is less than a RsrpDifferenceThreshold value, the cell weight is incremented</li>
41233<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41234</ul>
41235<b>ns3::LteFfrEnhancedAlgorithm</b><br>
41236<ul>
41237<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41238<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41239<li><b>DlCqiThreshold</b>: If the DL-CQI for RBG of is higher than this threshold, transmission on RBG is possible</li>
41240<li><b>DlReuse1SubBandwidth</b>: Downlink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups</li>
41241<li><b>DlReuse3SubBandwidth</b>: Downlink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups</li>
41242<li><b>DlSubBandOffset</b>: Downlink SubBand Offset for this cell in number of Resource Block Groups</li>
41243<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41244<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41245<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41246<li><b>UlCqiThreshold</b>: If the UL-CQI for RBG of is higher than this threshold, transmission on RBG is possible</li>
41247<li><b>UlReuse1SubBandwidth</b>: Uplink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups</li>
41248<li><b>UlReuse3SubBandwidth</b>: Uplink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups</li>
41249<li><b>UlSubBandOffset</b>: Uplink SubBand Offset for this cell in number of Resource Block Groups</li>
41250</ul>
41251<b>ns3::LteFfrSoftAlgorithm</b><br>
41252<ul>
41253<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41254<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41255<li><b>CenterRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Medium sub-band</li>
41256<li><b>DlCommonSubBandwidth</b>: Downlink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups</li>
41257<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41258<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41259<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41260<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41261<li><b>EdgeRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41262<li><b>MediumAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Medium Sub-band, default value dB0</li>
41263<li><b>MediumAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in medium areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41264<li><b>UlCommonSubBandwidth</b>: Uplink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups</li>
41265<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41266<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41267</ul>
41268<b>ns3::LteFrHardAlgorithm</b><br>
41269<ul>
41270<li><b>DlSubBandOffset</b>: Downlink Offset in number of Resource Block Groups</li>
41271<li><b>DlSubBandwidth</b>: Downlink Transmission SubBandwidth Configuration in number of Resource Block Groups</li>
41272<li><b>UlSubBandOffset</b>: Uplink Offset in number of Resource Block Groups</li>
41273<li><b>UlSubBandwidth</b>: Uplink Transmission SubBandwidth Configuration in number of Resource Block Groups</li>
41274</ul>
41275<b>ns3::LteFrSoftAlgorithm</b><br>
41276<ul>
41277<li><b>AllowCenterUeUseEdgeSubBand</b>: If true center UEs can receive on Edge SubBand RBGs</li>
41278<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41279<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41280<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41281<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41282<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41283<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41284<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41285<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41286<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41287</ul>
41288<b>ns3::LteFrStrictAlgorithm</b><br>
41289<ul>
41290<li><b>CenterAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41291<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41292<li><b>DlCommonSubBandwidth</b>: Downlink Common SubBandwidth Configuration in number of Resource Block Groups</li>
41293<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41294<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41295<li><b>EdgeAreaTpc</b>: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2</li>
41296<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41297<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41298<li><b>UlCommonSubBandwidth</b>: Uplink Common SubBandwidth Configuration in number of Resource Block Groups</li>
41299<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41300<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41301</ul>
41302<b>ns3::LteHelper</b><br>
41303<ul>
41304<li><b>AnrEnabled</b>: Activate or deactivate Automatic Neighbour Relation function</li>
41305<li><b>EnbComponentCarrierManager</b>: The type of Component Carrier Manager to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting ns3::LteEnbComponentCarrierManager.</li>
41306<li><b>FadingModel</b>: The type of fading model to be used.The allowed values for this attributes are the type names of any class inheriting from ns3::SpectrumPropagationLossModel.If the type is set to an empty string, no fading model is used.</li>
41307<li><b>FfrAlgorithm</b>: The type of FFR algorithm to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::LteFfrAlgorithm.</li>
41308<li><b>HandoverAlgorithm</b>: The type of handover algorithm to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::LteHandoverAlgorithm.</li>
41309<li><b>NumberOfComponentCarriers</b>: Set the number of Component carrier to use. If it is more than one and m_useCa is false, it will raise an error.</li>
41310<li><b>PathlossModel</b>: The type of pathloss model to be used. The allowed values for this attributes are the type names of any class inheriting from ns3::PropagationLossModel.</li>
41311<li><b>Scheduler</b>: The type of scheduler to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::FfMacScheduler.</li>
41312<li><b>UeComponentCarrierManager</b>: The type of Component Carrier Manager to be used for UEs. The allowed values for this attributes are the type names of any class inheriting ns3::LteUeComponentCarrierManager.</li>
41313<li><b>UseCa</b>: If true, Carrier Aggregation feature is enabled and a valid Component Carrier Map is expected. If false, single carrier simulation.</li>
41314<li><b>UseIdealRrc</b>: If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.</li>
41315<li><b>UsePdschForCqiGeneration</b>: If true, DL-CQI will be calculated from PDCCH as signal and PDSCH as interference. If false, DL-CQI will be calculated from PDCCH as signal and PDCCH as interference.</li>
41316</ul>
41317<b>ns3::LteHexGridEnbTopologyHelper</b><br>
41318<ul>
41319<li><b>GridWidth</b>: The number of sites in even rows (odd rows will have one additional site).</li>
41320<li><b>InterSiteDistance</b>: The distance [m] between nearby sites</li>
41321<li><b>MinX</b>: The x coordinate where the hex grid starts.</li>
41322<li><b>MinY</b>: The y coordinate where the hex grid starts.</li>
41323<li><b>SectorOffset</b>: The offset [m] in the position for the node of each sector with respect to the center of the three-sector site</li>
41324<li><b>SiteHeight</b>: The height [m] of each site</li>
41325</ul>
41326<b>ns3::LteNetDevice</b><br>
41327<ul>
41328<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41329</ul>
41330<b>ns3::LteRadioBearerTag</b><br>
41331<ul>
41332<li><b>lcid</b>: The id within the UE identifying the logical channel to which the packet belongs</li>
41333<li><b>rnti</b>: The rnti that indicates the UE to which packet belongs</li>
41334</ul>
41335<b>ns3::LteRlcAm</b><br>
41336<ul>
41337<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes). If zero is configured, the buffer is unlimited.</li>
41338<li><b>PollRetransmitTimer</b>: Value of the t-PollRetransmit timer (See section 7.3 of 3GPP TS 36.322)</li>
41339<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)</li>
41340<li><b>ReportBufferStatusTimer</b>: How much to wait to issue a new Report Buffer Status since the last time a new SDU was received</li>
41341<li><b>StatusProhibitTimer</b>: Value of the t-StatusProhibit timer (See section 7.3 of 3GPP TS 36.322)</li>
41342<li><b>TxOpportunityForRetxAlwaysBigEnough</b>: If true, always pretend that the size of a TxOpportunity is big enough for retransmission. If false (default and realistic behavior), no retx is performed unless the corresponding TxOpportunity is big enough.</li>
41343</ul>
41344<b>ns3::LteRlcTm</b><br>
41345<ul>
41346<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)</li>
41347</ul>
41348<b>ns3::LteRlcUm</b><br>
41349<ul>
41350<li><b>DiscardTimerMs</b>: Discard timer in milliseconds to be used to discard packets. If set to 0 then packet delay budget will be used as the discard timer value, otherwise it will be used this value.</li>
41351<li><b>EnablePdcpDiscarding</b>: Whether to use the PDCP discarding, i.e., perform discarding at the moment of passing the PDCP SDU to RLC)</li>
41352<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)</li>
41353<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)</li>
41354</ul>
41355<b>ns3::LteSignalingRadioBearerInfo</b><br>
41356<ul>
41357<li><b>LtePdcp</b>: PDCP instance of the radio bearer.</li>
41358<li><b>LteRlc</b>: RLC instance of the radio bearer.</li>
41359<li><b>SrbIdentity</b>: The id of this Signaling Radio Bearer</li>
41360</ul>
41361<b>ns3::LteSpectrumPhy</b><br>
41362<ul>
41363<li><b>CtrlErrorModelEnabled</b>: Activate/Deactivate the error model of control (PCFICH-PDCCH decodification) [by default is active].</li>
41364<li><b>DataErrorModelEnabled</b>: Activate/Deactivate the error model of data (TBs of PDSCH and PUSCH) [by default is active].</li>
41365</ul>
41366<b>ns3::LteUeNetDevice</b><br>
41367<ul>
41368<li><b>ComponentCarrierMapUe</b>: List of all component Carrier.</li>
41369<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this UE is associated with, i.e., giving the UE access to cells which belong to this particular CSG. This restriction only applies to initial cell selection and EPC-enabled simulation. This does not revoke the UE's access to non-CSG cells.</li>
41370<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41371<li><b>EpcUeNas</b>: The NAS associated to this UeNetDevice</li>
41372<li><b>Imsi</b>: International Mobile Subscriber Identity assigned to this UE</li>
41373<li><b>LteUeComponentCarrierManager</b>: The ComponentCarrierManager associated to this UeNetDevice</li>
41374<li><b>LteUeRrc</b>: The RRC associated to this UeNetDevice</li>
41375</ul>
41376<b>ns3::LteUePhy</b><br>
41377<ul>
41378<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy</li>
41379<li><b>DownlinkCqiPeriodicity</b>: Periodicity in milliseconds for reporting thewideband and subband downlink CQIs to the eNB</li>
41380<li><b>EnableRlfDetection</b>: If true, RLF detection will be enabled.</li>
41381<li><b>EnableUplinkPowerControl</b>: If true, Uplink Power Control will be enabled.</li>
41382<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0." In this model, we consider T0 = 290K.</li>
41383<li><b>NumQinEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qin evaluation period</li>
41384<li><b>NumQoutEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qout evaluation period</li>
41385<li><b>Qin</b>: corresponds to 2% block error rate of a hypothetical PDCCH transmissiontaking into account the PCFICH errors with transmission parameters.see 3GPP TS 36.213 4.2.1 and TS 36.133 7.6</li>
41386<li><b>Qout</b>: corresponds to 10% block error rate of a hypothetical PDCCH transmissiontaking into account the PCFICH errors with transmission parameters.see 3GPP TS 36.213 4.2.1 and TS 36.133 7.6</li>
41387<li><b>RsrpSinrSamplePeriod</b>: The sampling period for reporting RSRP-SINR stats (default value 1)</li>
41388<li><b>RsrqUeMeasThreshold</b>: Receive threshold for PSS on RSRQ [dB]</li>
41389<li><b>TxMode1Gain</b>: Transmission mode 1 gain in dB</li>
41390<li><b>TxMode2Gain</b>: Transmission mode 2 gain in dB</li>
41391<li><b>TxMode3Gain</b>: Transmission mode 3 gain in dB</li>
41392<li><b>TxMode4Gain</b>: Transmission mode 4 gain in dB</li>
41393<li><b>TxMode5Gain</b>: Transmission mode 5 gain in dB</li>
41394<li><b>TxMode6Gain</b>: Transmission mode 6 gain in dB</li>
41395<li><b>TxMode7Gain</b>: Transmission mode 7 gain in dB</li>
41396<li><b>TxPower</b>: Transmission power in dBm</li>
41397<li><b>UeMeasurementsFilterPeriod</b>: Time period for reporting UE measurements, i.e., thelength of layer-1 filtering.</li>
41398<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy</li>
41399</ul>
41400<b>ns3::LteUePowerControl</b><br>
41401<ul>
41402<li><b>AccumulationEnabled</b>: If true TCP accumulation mode will be active, otherwise absolute mode will be active</li>
41403<li><b>Alpha</b>: Value of Alpha parameter</li>
41404<li><b>ClosedLoop</b>: If true Closed Loop mode will be active, otherwise Open Loop</li>
41405<li><b>Pcmax</b>: Max Transmission power in dBm, Default value 23 dBmTS36.101 section 6.2.3</li>
41406<li><b>Pcmin</b>: Min Transmission power in dBm, Default value -40 dBmTS36.101 section 6.2.3</li>
41407<li><b>PoNominalPusch</b>: P_O_NOMINAL_PUSCH INT (-126 ... 24), Default value -80</li>
41408<li><b>PoUePusch</b>: P_O_UE_PUSCH INT(-8...7), Default value 0</li>
41409<li><b>PsrsOffset</b>: P_SRS_OFFSET INT(0...15), Default value 7</li>
41410</ul>
41411<b>ns3::LteUeRrc</b><br>
41412<ul>
41413<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier</li>
41414<li><b>CellId</b>: Serving cell identifier</li>
41415<li><b>DataRadioBearerMap</b>: List of UE RadioBearerInfo for Data Radio Bearers by LCID.</li>
41416<li><b>N310</b>: This specifies the maximum number of out-of-sync indications. Standard values: 1, 2, 3, 4, 6, 8, 10, 20</li>
41417<li><b>N311</b>: This specifies the maximum number of in-sync indications. Standard values: 1, 2, 3, 4, 5, 6, 8, 10</li>
41418<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0</li>
41419<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1</li>
41420<li><b>T300</b>: Timer for the RRC Connection Establishment procedure (i.e., the procedure is deemed as failed if it takes longer than this). Standard values: 100ms, 200ms, 300ms, 400ms, 600ms, 1000ms, 1500ms, 2000ms</li>
41421<li><b>T310</b>: Timer for detecting the Radio link failure (i.e., the radio link is deemed as failed if this timer expires). Standard values: 0ms 50ms, 100ms, 200ms, 500ms, 1000ms, 2000ms</li>
41422</ul>
41423<b>ns3::MacStatsCalculator</b><br>
41424<ul>
41425<li><b>DlOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41426<li><b>UlOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41427</ul>
41428<b>ns3::MatrixPropagationLossModel</b><br>
41429<ul>
41430<li><b>DefaultLoss</b>: The default value for propagation loss, dB.</li>
41431</ul>
41432<b>ns3::MeshPointDevice</b><br>
41433<ul>
41434<li><b>ForwardingDelay</b>: A random variable to account for processing time (microseconds) to forward a frame.</li>
41435<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41436<li><b>RoutingProtocol</b>: The mesh routing protocol used by this mesh point.</li>
41437</ul>
41438<b>ns3::MeshWifiInterfaceMac</b><br>
41439<ul>
41440<li><b>BeaconGeneration</b>: Enable/Disable Beaconing.</li>
41441<li><b>BeaconInterval</b>: Beacon Interval</li>
41442<li><b>RandomStart</b>: Window when beacon generating starts (uniform random) in seconds</li>
41443</ul>
41444<b>ns3::MinstrelHtWifiManager</b><br>
41445<ul>
41446<li><b>EWMA</b>: EWMA level</li>
41447<li><b>LegacyUpdateStatistics</b>: The interval between updating statistics table (for legacy Minstrel)</li>
41448<li><b>LookAroundRate</b>: The percentage to try other rates (for legacy Minstrel)</li>
41449<li><b>PacketLength</b>: The packet length used for calculating mode TxTime (bytes)</li>
41450<li><b>PrintStats</b>: Control the printing of the statistics table</li>
41451<li><b>SampleColumn</b>: The number of columns used for sampling</li>
41452<li><b>UpdateStatistics</b>: The interval between updating statistics table</li>
41453<li><b>UseLatestAmendmentOnly</b>: Use only the latest amendment when it is supported by both peers</li>
41454</ul>
41455<b>ns3::MinstrelWifiManager</b><br>
41456<ul>
41457<li><b>EWMA</b>: EWMA level</li>
41458<li><b>LookAroundRate</b>: The percentage to try other rates</li>
41459<li><b>PacketLength</b>: The packet length used for calculating mode TxTime</li>
41460<li><b>PrintSamples</b>: Print samples table</li>
41461<li><b>PrintStats</b>: Print statistics table</li>
41462<li><b>SampleColumn</b>: The number of columns used for sampling</li>
41463<li><b>UpdateStatistics</b>: The interval between updating statistics table</li>
41464</ul>
41465<b>ns3::MobilityModel</b><br>
41466<ul>
41467<li><b>Position</b>: The current position of the mobility model.</li>
41468<li><b>Velocity</b>: The current velocity of the mobility model.</li>
41469</ul>
41470<b>ns3::MultiUserScheduler</b><br>
41471<ul>
41472<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.</li>
41473<li><b>AccessReqInterval</b>: Duration of the interval between two consecutive requests for channel access made by the MultiUserScheduler. Such requests are made independently of the presence of frames in the queues of the AP and are intended to allow the AP to coordinate UL MU transmissions even without DL traffic. A null duration indicates that such requests shall not be made.</li>
41474<li><b>DefaultTbPpduDuration</b>: Default duration of TB PPDUs solicited via a Basic Trigger Frame. This value is used to compute the Duration/ID field of BSRP Trigger Frames sent when the TXOP Limit is zero and the FrameExchangeManager continues the TXOP a SIFS after receiving response to the BSRP TF. This value shall also be used by subclasses when they have no other information available to determine the TX duration of solicited PPDUs. The default value roughly corresponds to half the maximum PPDU TX duration.</li>
41475<li><b>DelayAccessReqUponAccess</b>: If enabled, the access request interval is measured starting from the last time an EDCA function obtained channel access. Otherwise, the access request interval is measured starting from the last time the MultiUserScheduler made a request for channel access.</li>
41476</ul>
41477<b>ns3::NakagamiPropagationLossModel</b><br>
41478<ul>
41479<li><b>Distance1</b>: Beginning of the second distance field. Default is 80m.</li>
41480<li><b>Distance2</b>: Beginning of the third distance field. Default is 200m.</li>
41481<li><b>ErlangRv</b>: Access to the underlying ErlangRandomVariable</li>
41482<li><b>GammaRv</b>: Access to the underlying GammaRandomVariable</li>
41483<li><b>m0</b>: m0 for distances smaller than Distance1. Default is 1.5.</li>
41484<li><b>m1</b>: m1 for distances smaller than Distance2. Default is 0.75.</li>
41485<li><b>m2</b>: m2 for distances greater than Distance2. Default is 0.75.</li>
41486</ul>
41487<b>ns3::NdiscCache</b><br>
41488<ul>
41489<li><b>UnresolvedQueueSize</b>: Size of the queue for packets pending an NA reply.</li>
41490</ul>
41491<b>ns3::NetDeviceQueueInterface</b><br>
41492<ul>
41493<li><b>NTxQueues</b>: The number of device transmission queues</li>
41494<li><b>TxQueuesType</b>: The type of transmission queues to be used</li>
41495</ul>
41496<b>ns3::NoBackhaulEpcHelper</b><br>
41497<ul>
41498<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created</li>
41499<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created</li>
41500<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.</li>
41501<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created</li>
41502<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created</li>
41503<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created</li>
41504<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created</li>
41505<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created</li>
41506<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link</li>
41507<li><b>X2LinkMtu</b>: The MTU of the next X2 link to be created. Note that, because of some big X2 messages, you need a big MTU.</li>
41508<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link</li>
41509</ul>
41510<b>ns3::Node</b><br>
41511<ul>
41512<li><b>ApplicationList</b>: The list of applications associated to this Node.</li>
41513<li><b>DeviceList</b>: The list of devices associated to this Node.</li>
41514<li><b>Id</b>: The id (unique integer) of this Node.</li>
41515<li><b>SystemId</b>: The systemId of this node: a unique integer used for parallel simulations.</li>
41516</ul>
41517<b>ns3::NodeListPriv</b><br>
41518<ul>
41519<li><b>NodeList</b>: The list of all nodes created during the simulation.</li>
41520</ul>
41521<b>ns3::NonCommunicatingNetDevice</b><br>
41522<ul>
41523<li><b>Phy</b>: The PHY layer attached to this device.</li>
41524</ul>
41525<b>ns3::NormalRandomVariable</b><br>
41526<ul>
41527<li><b>Bound</b>: The bound on the values returned by this RNG stream.</li>
41528<li><b>Mean</b>: The mean value for the normal distribution returned by this RNG stream.</li>
41529<li><b>Variance</b>: The variance value for the normal distribution returned by this RNG stream.</li>
41530</ul>
41531<b>ns3::ObssPdAlgorithm</b><br>
41532<ul>
41533<li><b>ObssPdLevel</b>: The current OBSS PD level (dBm).</li>
41534<li><b>ObssPdLevelMax</b>: Maximum value (dBm) of OBSS PD level.</li>
41535<li><b>ObssPdLevelMin</b>: Minimum value (dBm) of OBSS PD level.</li>
41536<li><b>TxPowerRefMimo</b>: The MIMO reference TX power level (dBm).</li>
41537<li><b>TxPowerRefSiso</b>: The SISO reference TX power level (dBm).</li>
41538</ul>
41539<b>ns3::OkumuraHataPropagationLossModel</b><br>
41540<ul>
41541<li><b>CitySize</b>: Dimension of the city</li>
41542<li><b>Environment</b>: Environment Scenario</li>
41543<li><b>Frequency</b>: The propagation frequency in Hz</li>
41544</ul>
41545<b>ns3::olsr::RoutingProtocol</b><br>
41546<ul>
41547<li><b>HelloInterval</b>: HELLO messages emission interval.</li>
41548<li><b>HnaInterval</b>: HNA messages emission interval. Normally it is equal to TcInterval.</li>
41549<li><b>MidInterval</b>: MID messages emission interval. Normally it is equal to TcInterval.</li>
41550<li><b>TcInterval</b>: TC messages emission interval.</li>
41551<li><b>Willingness</b>: Willingness of a node to carry and forward traffic for other nodes.</li>
41552</ul>
41553<b>ns3::OnoeWifiManager</b><br>
41554<ul>
41555<li><b>AddCreditThreshold</b>: Add credit threshold</li>
41556<li><b>RaiseThreshold</b>: Attempt to raise the rate if we hit that threshold</li>
41557<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes</li>
41558</ul>
41559<b>ns3::OnOffApplication</b><br>
41560<ul>
41561<li><b>DataRate</b>: The data rate in on state.</li>
41562<li><b>EnableSeqTsSizeHeader</b>: Enable use of SeqTsSizeHeader for sequence number and timestamp</li>
41563<li><b>MaxBytes</b>: The total number of bytes to send. Once these bytes are sent, no packet is sent again, even in on state. The value zero means that there is no limit.</li>
41564<li><b>OffTime</b>: A RandomVariableStream used to pick the duration of the 'Off' state.</li>
41565<li><b>OnTime</b>: A RandomVariableStream used to pick the duration of the 'On' state.</li>
41566<li><b>PacketSize</b>: The size of packets sent in on state</li>
41567<li><b>Protocol</b>: The type of protocol to use. This should be a subclass of ns3::SocketFactory</li>
41568</ul>
41569<b>ns3::OutdoorPositionAllocator</b><br>
41570<ul>
41571<li><b>MaxAttempts</b>: Maximum number of attempts for the rejection sampling before giving up.</li>
41572<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.</li>
41573<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.</li>
41574<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.</li>
41575</ul>
41576<b>ns3::PacketSink</b><br>
41577<ul>
41578<li><b>EnableSeqTsSizeHeader</b>: Enable optional header tracing of SeqTsSizeHeader</li>
41579<li><b>Protocol</b>: The type id of the protocol to use for the rx socket.</li>
41580</ul>
41581<b>ns3::PacketSocket</b><br>
41582<ul>
41583<li><b>RcvBufSize</b>: PacketSocket maximum receive buffer size (bytes)</li>
41584</ul>
41585<b>ns3::PacketSocketClient</b><br>
41586<ul>
41587<li><b>Interval</b>: The time to wait between packets</li>
41588<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
41589<li><b>PacketSize</b>: Size of packets generated (bytes).</li>
41590<li><b>Priority</b>: Priority assigned to the packets generated.</li>
41591</ul>
41592<b>ns3::ParabolicAntennaModel</b><br>
41593<ul>
41594<li><b>Beamwidth</b>: The 3dB beamwidth (degrees)</li>
41595<li><b>MaxAttenuation</b>: The maximum attenuation (dB) of the antenna radiation pattern.</li>
41596<li><b>Orientation</b>: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis</li>
41597</ul>
41598<b>ns3::ParetoRandomVariable</b><br>
41599<ul>
41600<li><b>Bound</b>: The upper bound on the values returned by this RNG stream (if non-zero).</li>
41601<li><b>Scale</b>: The scale parameter for the Pareto distribution returned by this RNG stream.</li>
41602<li><b>Shape</b>: The shape parameter for the Pareto distribution returned by this RNG stream.</li>
41603</ul>
41604<b>ns3::ParfWifiManager</b><br>
41605<ul>
41606<li><b>AttemptThreshold</b>: The minimum number of transmission attempts to try a new power or rate.</li>
41607<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new power or rate.</li>
41608</ul>
41609<b>ns3::PcapFileWrapper</b><br>
41610<ul>
41611<li><b>CaptureSize</b>: Maximum length of captured packets (cf. pcap snaplen)</li>
41612<li><b>NanosecMode</b>: Whether packet timestamps in the PCAP file are nanoseconds or microseconds(default).</li>
41613</ul>
41614<b>ns3::PfFfMacScheduler</b><br>
41615<ul>
41616<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41617<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41618<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41619</ul>
41620<b>ns3::PfifoFastQueueDisc</b><br>
41621<ul>
41622<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc.</li>
41623</ul>
41624<b>ns3::PhasedArrayModel</b><br>
41625<ul>
41626<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array</li>
41627</ul>
41628<b>ns3::PhyRxStatsCalculator</b><br>
41629<ul>
41630<li><b>DlRxOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41631<li><b>UlRxOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41632</ul>
41633<b>ns3::PhyStatsCalculator</b><br>
41634<ul>
41635<li><b>DlRsrpSinrFilename</b>: Name of the file where the RSRP/SINR statistics will be saved.</li>
41636<li><b>UlInterferenceFilename</b>: Name of the file where the interference statistics will be saved.</li>
41637<li><b>UlSinrFilename</b>: Name of the file where the UE SINR statistics will be saved.</li>
41638</ul>
41639<b>ns3::PhyTxStatsCalculator</b><br>
41640<ul>
41641<li><b>DlTxOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41642<li><b>UlTxOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41643</ul>
41644<b>ns3::PieQueueDisc</b><br>
41645<ul>
41646<li><b>A</b>: Value of alpha</li>
41647<li><b>ActiveThreshold</b>: Threshold for activating PIE (disabled by default)</li>
41648<li><b>B</b>: Value of beta</li>
41649<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets</li>
41650<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured</li>
41651<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)</li>
41652<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop</li>
41653<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
41654<li><b>MeanPktSize</b>: Average of packet size</li>
41655<li><b>QueueDelayReference</b>: Desired queue delay</li>
41656<li><b>Supdate</b>: Start time of the update timer</li>
41657<li><b>Tupdate</b>: Time period to calculate drop probability</li>
41658<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033</li>
41659<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator</li>
41660<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033</li>
41661<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
41662<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
41663</ul>
41664<b>ns3::Ping</b><br>
41665<ul>
41666<li><b>Count</b>: The maximum number of packets the application will send (zero means no limits)</li>
41667<li><b>Destination</b>: The unicast IPv4 or IPv6 address of the machine we want to ping</li>
41668<li><b>InterfaceAddress</b>: Local address of the sender</li>
41669<li><b>Interval</b>: Time interval between sending each packet</li>
41670<li><b>Size</b>: The number of data bytes to be sent, before ICMP and IP headers are added</li>
41671<li><b>Timeout</b>: Time to wait for a response if no RTT samples are available</li>
41672<li><b>Tos</b>: The Type of Service used to send the ICMP Echo Requests. All 8 bits of the TOS byte are set (including ECN bits).</li>
41673<li><b>VerboseMode</b>: Configure verbose, quiet, or silent output</li>
41674</ul>
41675<b>ns3::PointToPointChannel</b><br>
41676<ul>
41677<li><b>Delay</b>: Propagation delay through the channel</li>
41678</ul>
41679<b>ns3::PointToPointEpcHelper</b><br>
41680<ul>
41681<li><b>S1uLinkDataRate</b>: The data rate to be used for the next S1-U link to be created</li>
41682<li><b>S1uLinkDelay</b>: The delay to be used for the next S1-U link to be created</li>
41683<li><b>S1uLinkEnablePcap</b>: Enable Pcap for X2 link</li>
41684<li><b>S1uLinkMtu</b>: The MTU of the next S1-U link to be created. Note that, because of the additional GTP/UDP/IP tunneling overhead, you need a MTU larger than the end-to-end MTU that you want to support.</li>
41685<li><b>S1uLinkPcapPrefix</b>: Prefix for Pcap generated by S1-U link</li>
41686</ul>
41687<b>ns3::PointToPointNetDevice</b><br>
41688<ul>
41689<li><b>Address</b>: The MAC address of this device.</li>
41690<li><b>DataRate</b>: The default data rate for point to point links</li>
41691<li><b>InterframeGap</b>: The time to wait between packet (frame) transmissions</li>
41692<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41693<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
41694<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
41695</ul>
41696<b>ns3::PrioQueueDisc</b><br>
41697<ul>
41698<li><b>Priomap</b>: The priority to band mapping.</li>
41699</ul>
41700<b>ns3::ProbabilisticV2vHighwayChannelConditionModel</b><br>
41701<ul>
41702<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.</li>
41703</ul>
41704<b>ns3::ProbabilisticV2vUrbanChannelConditionModel</b><br>
41705<ul>
41706<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.</li>
41707</ul>
41708<b>ns3::Probe</b><br>
41709<ul>
41710<li><b>Start</b>: Time data collection starts</li>
41711<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute</li>
41712</ul>
41713<b>ns3::PssFfMacScheduler</b><br>
41714<ul>
41715<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41716<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41717<li><b>PssFdSchedulerType</b>: FD scheduler in PSS (default value is PFsch)</li>
41718<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41719<li><b>nMux</b>: The number of UE selected by TD scheduler (default value is 0)</li>
41720</ul>
41721<b>ns3::QosFrameExchangeManager</b><br>
41722<ul>
41723<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP</li>
41724<li><b>ProtectSingleExchange</b>: Whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit when the latter is non-zero</li>
41725<li><b>SetQueueSize</b>: Whether to set the Queue Size subfield of the QoS Control field of QoS data frames sent by non-AP stations</li>
41726<li><b>SingleExchangeProtectionSurplus</b>: Additional time to protect beyond end of the immediate frame exchange in case of non-zero TXOP limit when a single frame exchange is protected</li>
41727</ul>
41728<b>ns3::QosTxop</b><br>
41729<ul>
41730<li><b>AddBaResponseTimeout</b>: The timeout to wait for ADDBA response after the Ack to ADDBA request is received.</li>
41731<li><b>BlockAckManager</b>: The BlockAckManager object.</li>
41732<li><b>FailedAddBaTimeout</b>: The timeout after a failed BA agreement. During this timeout, the originator resumes sending packets using normal MPDU. After that, BA agreement is reset and the originator will retry BA negotiation.</li>
41733<li><b>NMaxInflights</b>: The maximum number of links (in the range 1-15) on which an MPDU can be simultaneously in-flight.</li>
41734<li><b>UseExplicitBarAfterMissedBlockAck</b>: Specify whether explicit BlockAckRequest should be sent upon missed BlockAck Response.</li>
41735</ul>
41736<b>ns3::QueueDisc</b><br>
41737<ul>
41738<li><b>InternalQueueList</b>: The list of internal queues.</li>
41739<li><b>PacketFilterList</b>: The list of packet filters.</li>
41740<li><b>QueueDiscClassList</b>: The list of queue disc classes.</li>
41741<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run</li>
41742</ul>
41743<b>ns3::QueueDiscClass</b><br>
41744<ul>
41745<li><b>QueueDisc</b>: The queue disc attached to the class</li>
41746</ul>
41747<b>ns3::RadioBearerStatsCalculator</b><br>
41748<ul>
41749<li><b>DlPdcpOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41750<li><b>DlRlcOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41751<li><b>EpochDuration</b>: Epoch duration.</li>
41752<li><b>StartTime</b>: Start time of the on going epoch.</li>
41753<li><b>UlPdcpOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41754<li><b>UlRlcOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41755</ul>
41756<b>ns3::RadioEnvironmentMapHelper</b><br>
41757<ul>
41758<li><b>Bandwidth</b>: Transmission Bandwidth Configuration (in number of RBs) over which the SINR will be calculated</li>
41759<li><b>Channel</b>: The DL spectrum channel for which the RadioEnvironment Map is to be generated. Alternatively ChannelPath attribute can be used.Only one of the two (Channel or ChannelPath) should be set.</li>
41760<li><b>ChannelPath</b>: The path to the channel for which the Radio Environment Map is to be generated.This attribute is an alternative to Channel attribute and is only used if Channel is not set (equal to nullptr). Only one of the two (Channel or ChannelPath) should be set.</li>
41761<li><b>Earfcn</b>: E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41762<li><b>MaxPointsPerIteration</b>: Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.</li>
41763<li><b>NoisePower</b>: the power of the measuring instrument noise, in Watts. Default to a kT of -174 dBm with a noise figure of 9 dB and a bandwidth of 25 LTE Resource Blocks</li>
41764<li><b>OutputFile</b>: the filename to which the Radio Environment Map is saved</li>
41765<li><b>RbId</b>: Resource block Id, for which REM will be generated, default value is -1, what means REM will be averaged from all RBs</li>
41766<li><b>StopWhenDone</b>: If true, Simulator::Stop () will be called as soon as the REM has been generated</li>
41767<li><b>UseDataChannel</b>: If true, REM will be generated for PDSCH and for PDCCH otherwise</li>
41768<li><b>XMax</b>: The max x coordinate of the map.</li>
41769<li><b>XMin</b>: The min x coordinate of the map.</li>
41770<li><b>XRes</b>: The resolution (number of points) of the map along the x axis.</li>
41771<li><b>YMax</b>: The max y coordinate of the map.</li>
41772<li><b>YMin</b>: The min y coordinate of the map.</li>
41773<li><b>YRes</b>: The resolution (number of points) of the map along the y axis.</li>
41774<li><b>Z</b>: The value of the z coordinate for which the map is to be generated</li>
41775</ul>
41776<b>ns3::Radvd</b><br>
41777<ul>
41778<li><b>AdvertisementJitter</b>: Uniform variable to provide jitter between min and max values of AdvInterval</li>
41779</ul>
41780<b>ns3::RandomBoxPositionAllocator</b><br>
41781<ul>
41782<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.</li>
41783<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.</li>
41784<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.</li>
41785</ul>
41786<b>ns3::RandomBuildingPositionAllocator</b><br>
41787<ul>
41788<li><b>WithReplacement</b>: If true, the building will be randomly selected with replacement. If false, no replacement will occur, until the list of buildings to select becomes empty, at which point it will be filled again with the list of all buildings.</li>
41789</ul>
41790<b>ns3::RandomDirection2dMobilityModel</b><br>
41791<ul>
41792<li><b>Bounds</b>: The 2d bounding area</li>
41793<li><b>Pause</b>: A random variable to control the pause (s).</li>
41794<li><b>Speed</b>: A random variable to control the speed (m/s).</li>
41795</ul>
41796<b>ns3::RandomDiscPositionAllocator</b><br>
41797<ul>
41798<li><b>Rho</b>: A random variable which represents the radius of a position in a random disc.</li>
41799<li><b>Theta</b>: A random variable which represents the angle (gradients) of a position in a random disc.</li>
41800<li><b>X</b>: The x coordinate of the center of the random position disc.</li>
41801<li><b>Y</b>: The y coordinate of the center of the random position disc.</li>
41802<li><b>Z</b>: The z coordinate of all the positions in the disc.</li>
41803</ul>
41804<b>ns3::RandomPropagationDelayModel</b><br>
41805<ul>
41806<li><b>Variable</b>: The random variable which generates random delays (s).</li>
41807</ul>
41808<b>ns3::RandomPropagationLossModel</b><br>
41809<ul>
41810<li><b>Variable</b>: The random variable used to pick a loss every time CalcRxPower is invoked.</li>
41811</ul>
41812<b>ns3::RandomRectanglePositionAllocator</b><br>
41813<ul>
41814<li><b>X</b>: A random variable which represents the x coordinate of a position in a random rectangle.</li>
41815<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random rectangle.</li>
41816<li><b>Z</b>: The z coordinate of all the positions allocated.</li>
41817</ul>
41818<b>ns3::RandomVariableStream</b><br>
41819<ul>
41820<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values</li>
41821<li><b>Stream</b>: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.</li>
41822</ul>
41823<b>ns3::RandomWalk2dMobilityModel</b><br>
41824<ul>
41825<li><b>Bounds</b>: Bounds of the area to cruise.</li>
41826<li><b>Direction</b>: A random variable used to pick the direction (radians).</li>
41827<li><b>Distance</b>: Change current direction and speed after moving for this distance.</li>
41828<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction</li>
41829<li><b>Speed</b>: A random variable used to pick the speed (m/s).</li>
41830<li><b>Time</b>: Change current direction and speed after moving for this delay.</li>
41831</ul>
41832<b>ns3::RandomWalk2dOutdoorMobilityModel</b><br>
41833<ul>
41834<li><b>Bounds</b>: Bounds of the area to cruise.</li>
41835<li><b>Direction</b>: A random variable used to pick the direction (radians).</li>
41836<li><b>Distance</b>: Change current direction and speed after moving for this distance.</li>
41837<li><b>MaxIterations</b>: Maximum number of attempts to find an alternative next positionif the original one is inside a building.</li>
41838<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction</li>
41839<li><b>Speed</b>: A random variable used to pick the speed (m/s).The default value is taken from Figure 1 of the paperHenderson, L.F., 1971. The statistics of crowd fluids. nature, 229(5284), p.381.</li>
41840<li><b>Time</b>: Change current direction and speed after moving for this delay.</li>
41841<li><b>Tolerance</b>: Tolerance for the intersection point with buildings (m).It represents a small distance from where the building limitis actually placed, for example to represent a sidewalk.</li>
41842</ul>
41843<b>ns3::RandomWaypointMobilityModel</b><br>
41844<ul>
41845<li><b>Pause</b>: A random variable used to pick the pause of a random waypoint model.</li>
41846<li><b>PositionAllocator</b>: The position model used to pick a destination point.</li>
41847<li><b>Speed</b>: A random variable used to pick the speed of a random waypoint model.</li>
41848</ul>
41849<b>ns3::RangePropagationLossModel</b><br>
41850<ul>
41851<li><b>MaxRange</b>: Maximum Transmission Range (meters)</li>
41852</ul>
41853<b>ns3::RateErrorModel</b><br>
41854<ul>
41855<li><b>ErrorRate</b>: The error rate.</li>
41856<li><b>ErrorUnit</b>: The error unit</li>
41857<li><b>RanVar</b>: The decision variable attached to this error model.</li>
41858</ul>
41859<b>ns3::RealtimeSimulatorImpl</b><br>
41860<ul>
41861<li><b>HardLimit</b>: Maximum acceptable real-time jitter (used in conjunction with SynchronizationMode=HardLimit)</li>
41862<li><b>SynchronizationMode</b>: What to do if the simulation cannot keep up with real time.</li>
41863</ul>
41864<b>ns3::RedQueueDisc</b><br>
41865<ul>
41866<li><b>ARED</b>: True to enable ARED</li>
41867<li><b>AdaptMaxP</b>: True to adapt m_curMaxP</li>
41868<li><b>Alpha</b>: Increment parameter for m_curMaxP in ARED</li>
41869<li><b>Beta</b>: Decrement parameter for m_curMaxP in ARED</li>
41870<li><b>Bottom</b>: Lower bound for m_curMaxP in ARED</li>
41871<li><b>FengAdaptive</b>: True to enable Feng's Adaptive RED</li>
41872<li><b>FengAlpha</b>: Decrement parameter for m_curMaxP in Feng's Adaptive RED</li>
41873<li><b>FengBeta</b>: Increment parameter for m_curMaxP in Feng's Adaptive RED</li>
41874<li><b>Gentle</b>: True to increases dropping probability slowly when average queue exceeds maxthresh</li>
41875<li><b>IdlePktSize</b>: Average packet size used during idle times. Used when m_cautions = 3</li>
41876<li><b>Interval</b>: Time interval to update m_curMaxP</li>
41877<li><b>LInterm</b>: The maximum probability of dropping a packet</li>
41878<li><b>LastSet</b>: Store the last time m_curMaxP was updated</li>
41879<li><b>LinkBandwidth</b>: The RED link bandwidth</li>
41880<li><b>LinkDelay</b>: The RED link delay</li>
41881<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
41882<li><b>MaxTh</b>: Maximum average length threshold in packets/bytes</li>
41883<li><b>MeanPktSize</b>: Average of packet size</li>
41884<li><b>MinTh</b>: Minimum average length threshold in packets/bytes</li>
41885<li><b>NLRED</b>: True to enable Nonlinear RED</li>
41886<li><b>Ns1Compat</b>: NS-1 compatibility</li>
41887<li><b>QW</b>: Queue weight related to the exponential weighted moving average (EWMA)</li>
41888<li><b>Rtt</b>: Round Trip Time to be considered while automatically setting m_bottom</li>
41889<li><b>TargetDelay</b>: Target average queuing delay in ARED</li>
41890<li><b>Top</b>: Upper bound for m_curMaxP in ARED</li>
41891<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
41892<li><b>UseHardDrop</b>: True to always drop packets above max threshold</li>
41893<li><b>Wait</b>: True for waiting between dropped packets</li>
41894</ul>
41895<b>ns3::Rip</b><br>
41896<ul>
41897<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.</li>
41898<li><b>LinkDownValue</b>: Value for link down in count to infinity.</li>
41899<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.</li>
41900<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.</li>
41901<li><b>SplitHorizon</b>: Split Horizon strategy.</li>
41902<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).</li>
41903<li><b>TimeoutDelay</b>: The delay to invalidate a route.</li>
41904<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.</li>
41905</ul>
41906<b>ns3::RipNg</b><br>
41907<ul>
41908<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.</li>
41909<li><b>LinkDownValue</b>: Value for link down in count to infinity.</li>
41910<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.</li>
41911<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.</li>
41912<li><b>SplitHorizon</b>: Split Horizon strategy.</li>
41913<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).</li>
41914<li><b>TimeoutDelay</b>: The delay to invalidate a route.</li>
41915<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.</li>
41916</ul>
41917<b>ns3::RraaWifiManager</b><br>
41918<ul>
41919<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.</li>
41920<li><b>Alpha</b>: Constant for calculating the MTL threshold.</li>
41921<li><b>Basic</b>: If true the RRAA-BASIC algorithm will be used, otherwise the RRAA will be used</li>
41922<li><b>Beta</b>: Constant for calculating the ORI threshold.</li>
41923<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.</li>
41924<li><b>Tau</b>: Constant for calculating the EWND size.</li>
41925<li><b>Timeout</b>: Timeout for the RRAA BASIC loss estimation block</li>
41926</ul>
41927<b>ns3::RrFfMacScheduler</b><br>
41928<ul>
41929<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41930<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41931<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41932</ul>
41933<b>ns3::RrMultiUserScheduler</b><br>
41934<ul>
41935<li><b>EnableBsrp</b>: If enabled, send a BSRP Trigger Frame before an UL MU transmission.</li>
41936<li><b>EnableTxopSharing</b>: If enabled, allow A-MPDUs of different TIDs in a DL MU PPDU.</li>
41937<li><b>EnableUlOfdma</b>: If enabled, return UL_MU_TX if DL_MU_TX was returned the previous time.</li>
41938<li><b>ForceDlOfdma</b>: If enabled, return DL_MU_TX even if no DL MU PPDU could be built.</li>
41939<li><b>MaxCredits</b>: Maximum amount of credits a station can have. When transmitting a DL MU PPDU, the amount of credits received by each station equals the TX duration (in microseconds) divided by the total number of stations. Stations that are the recipient of the DL MU PPDU have to pay a number of credits equal to the TX duration (in microseconds) times the allocated bandwidth share</li>
41940<li><b>NStations</b>: The maximum number of stations that can be granted an RU in a DL MU OFDMA transmission</li>
41941<li><b>UlPsduSize</b>: The default size in bytes of the solicited PSDU (to be sent in a TB PPDU)</li>
41942<li><b>UseCentral26TonesRus</b>: If enabled, central 26-tone RUs are allocated, too, when the selected RU type is at least 52 tones.</li>
41943</ul>
41944<b>ns3::RrpaaWifiManager</b><br>
41945<ul>
41946<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.</li>
41947<li><b>Alpha</b>: Constant for calculating the MTL threshold.</li>
41948<li><b>Basic</b>: If true the RRPAA-BASIC algorithm will be used, otherwise the RRPAA will be used.</li>
41949<li><b>Beta</b>: Constant for calculating the ORI threshold.</li>
41950<li><b>Delta</b>: Constant for Probabilistic Decision Table increments.</li>
41951<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.</li>
41952<li><b>Gamma</b>: Constant for Probabilistic Decision Table decrements.</li>
41953<li><b>Tau</b>: Constant for calculating the EWND size.</li>
41954<li><b>Timeout</b>: Timeout for the RRPAA-BASIC loss estimation block.</li>
41955</ul>
41956<b>ns3::RttEstimator</b><br>
41957<ul>
41958<li><b>InitialEstimation</b>: Initial RTT estimate</li>
41959</ul>
41960<b>ns3::RttMeanDeviation</b><br>
41961<ul>
41962<li><b>Alpha</b>: Gain used in estimating the RTT, must be 0 <= alpha <= 1</li>
41963<li><b>Beta</b>: Gain used in estimating the RTT variation, must be 0 <= beta <= 1</li>
41964</ul>
41965<b>ns3::SequentialRandomVariable</b><br>
41966<ul>
41967<li><b>Consecutive</b>: The number of times each member of the sequence is repeated.</li>
41968<li><b>Increment</b>: The sequence random variable increment.</li>
41969<li><b>Max</b>: One more than the last value of the sequence.</li>
41970<li><b>Min</b>: The first value of the sequence.</li>
41971</ul>
41972<b>ns3::SimpleChannel</b><br>
41973<ul>
41974<li><b>Delay</b>: Transmission delay through the channel</li>
41975</ul>
41976<b>ns3::SimpleFrameCaptureModel</b><br>
41977<ul>
41978<li><b>Margin</b>: Reception is switched if the newly arrived frame has a power higher than this value above the frame currently being received (expressed in dB).</li>
41979</ul>
41980<b>ns3::SimpleNetDevice</b><br>
41981<ul>
41982<li><b>DataRate</b>: The default data rate for point to point links. Zero means infinite</li>
41983<li><b>PointToPointMode</b>: The device is configured in Point to Point mode</li>
41984<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
41985<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
41986</ul>
41987<b>ns3::SimpleOfdmWimaxPhy</b><br>
41988<ul>
41989<li><b>G</b>: This is the ratio of CP time to useful time.</li>
41990<li><b>Nfft</b>: FFT size</li>
41991<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.</li>
41992<li><b>RxGain</b>: Reception gain (dB).</li>
41993<li><b>TraceFilePath</b>: Path to the directory containing SNR to block error rate files</li>
41994<li><b>TxGain</b>: Transmission gain (dB).</li>
41995<li><b>TxPower</b>: Transmission power (dB).</li>
41996</ul>
41997<b>ns3::SinkApplication</b><br>
41998<ul>
41999<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.</li>
42000<li><b>Port</b>: Port on which the application listens for incoming packets.</li>
42001</ul>
42002<b>ns3::SixLowPanNetDevice</b><br>
42003<ul>
42004<li><b>CompressionThreshold</b>: The minimum MAC layer payload size.</li>
42005<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
42006<li><b>FragmentReassemblyListSize</b>: The maximum size of the reassembly buffer (in packets). Zero meaning infinite.</li>
42007<li><b>MeshCacheLength</b>: Length of the cache for each source.</li>
42008<li><b>MeshUnderJitter</b>: The jitter in ms a node uses to forward mesh-under packets - used to prevent collisions</li>
42009<li><b>MeshUnderRadius</b>: Hops Left to use in mesh-under.</li>
42010<li><b>OmitUdpChecksum</b>: Omit the UDP checksum in IPHC compression.</li>
42011<li><b>Rfc6282</b>: Use RFC6282 (IPHC) if true, RFC4944 (HC1) otherwise.</li>
42012<li><b>UseMeshUnder</b>: Use a mesh-under routing protocol.</li>
42013</ul>
42014<b>ns3::SnrTag</b><br>
42015<ul>
42016<li><b>Snr</b>: The SNR of the last packet received</li>
42017</ul>
42018<b>ns3::SourceApplication</b><br>
42019<ul>
42020<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.</li>
42021<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port</li>
42022<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).</li>
42023</ul>
42024<b>ns3::SpectrumAnalyzer</b><br>
42025<ul>
42026<li><b>NoisePowerSpectralDensity</b>: The power spectral density of the measuring instrument noise, in Watt/Hz. Mostly useful to make spectrograms look more similar to those obtained by real devices. Defaults to the value for thermal noise at 300K.</li>
42027<li><b>Resolution</b>: The length of the time interval over which the power spectral density of incoming signals is averaged</li>
42028</ul>
42029<b>ns3::SpectrumChannel</b><br>
42030<ul>
42031<li><b>MaxLossDb</b>: If a single-frequency PropagationLossModel is used, this value represents the maximum loss in dB for which transmissions will be passed to the receiving PHY. Signals for which the PropagationLossModel returns a loss bigger than this value will not be propagated to the receiver. This parameter is to be used to reduce the computational load by not propagating signals that are far beyond the interference range. Note that the default value corresponds to considering all signals for reception. Tune this value with care.</li>
42032<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.</li>
42033</ul>
42034<b>ns3::SpectrumWifiPhy</b><br>
42035<ul>
42036<li><b>DisableWifiReception</b>: Prevent Wi-Fi frame sync from ever happening</li>
42037<li><b>TrackSignalsFromInactiveInterfaces</b>: Enable or disable tracking signals coming from inactive spectrum PHY interfaces</li>
42038<li><b>TxMaskInnerBandMinimumRejection</b>: Minimum rejection (dBr) for the inner band of the transmit spectrum mask</li>
42039<li><b>TxMaskOuterBandMaximumRejection</b>: Maximum rejection (dBr) for the outer band of the transmit spectrum mask</li>
42040<li><b>TxMaskOuterBandMinimumRejection</b>: Minimum rejection (dBr) for the outer band of the transmit spectrum mask</li>
42041</ul>
42042<b>ns3::StaWifiMac</b><br>
42043<ul>
42044<li><b>ActiveProbing</b>: If true, we send probe requests. If false, we don't.NOTE: if more than one STA in your simulation is using active probing, you should enable it at a different simulation time for each STA, otherwise all the STAs will start sending probes at the same time resulting in collisions. See bug 1060 for more info.</li>
42045<li><b>AssocRequestTimeout</b>: The interval between two consecutive association request attempts.</li>
42046<li><b>AssocType</b>: Type of association performed by this device (provided that it is supported by the standard configured for this device, otherwise legacy association is performed). By using this attribute, it is possible for an EHT single-link device to perform ML setup with an AP MLD and for an EHT multi-link device to perform legacy association with an AP MLD.</li>
42047<li><b>MaxMissedBeacons</b>: Number of beacons which much be consecutively missed before we attempt to restart association.</li>
42048<li><b>PmModeSwitchTimeout</b>: If switching to a new Power Management mode is not completed within this amount of time, make another attempt at switching Power Management mode.</li>
42049<li><b>PowerSaveMode</b>: Enable/disable power save mode on the given link. The power management mode is actually changed when the AP acknowledges a frame sent with the Power Management field set to the value corresponding to the requested mode</li>
42050<li><b>ProbeDelay</b>: Delay (in microseconds) to be used prior to transmitting a Probe frame during active scanning.</li>
42051<li><b>ProbeRequestTimeout</b>: The duration to actively probe the channel.</li>
42052<li><b>WaitBeaconTimeout</b>: The duration to dwell on a channel while passively scanning for beacon</li>
42053</ul>
42054<b>ns3::SteadyStateRandomWaypointMobilityModel</b><br>
42055<ul>
42056<li><b>MaxPause</b>: Maximum pause value, [s]</li>
42057<li><b>MaxSpeed</b>: Maximum speed value, [m/s]</li>
42058<li><b>MaxX</b>: Maximum X value of traveling region, [m]</li>
42059<li><b>MaxY</b>: Maximum Y value of traveling region, [m]</li>
42060<li><b>MinPause</b>: Minimum pause value, [s]</li>
42061<li><b>MinSpeed</b>: Minimum speed value, [m/s]</li>
42062<li><b>MinX</b>: Minimum X value of traveling region, [m]</li>
42063<li><b>MinY</b>: Minimum Y value of traveling region, [m]</li>
42064<li><b>Z</b>: Z value of traveling region (fixed), [m]</li>
42065</ul>
42066<b>ns3::SubscriberStationNetDevice</b><br>
42067<ul>
42068<li><b>BasicConnection</b>: Basic connection</li>
42069<li><b>Classifier</b>: The ss classifier attached to this device.</li>
42070<li><b>IntervalT1</b>: Wait for DCD timeout. Maximum is 5*maxDcdInterval</li>
42071<li><b>IntervalT12</b>: Wait for UCD descriptor.Maximum is 5*MaxUcdInterval</li>
42072<li><b>IntervalT2</b>: Wait for broadcast ranging timeout, i.e., wait for initial ranging opportunity. Maximum is 5*Ranging interval</li>
42073<li><b>IntervalT20</b>: Time the SS searches for preambles on a given channel. Minimum is 2 MAC frames</li>
42074<li><b>IntervalT21</b>: time the SS searches for (decodable) DL-MAP on a given channel</li>
42075<li><b>IntervalT3</b>: ranging Response reception timeout following the transmission of a ranging request. Maximum is 200ms</li>
42076<li><b>IntervalT7</b>: wait for DSA/DSC/DSD Response timeout. Maximum is 1s</li>
42077<li><b>LinkManager</b>: The ss link manager attached to this device.</li>
42078<li><b>LostDlMapInterval</b>: Time since last received DL-MAP message before downlink synchronization is considered lost. Maximum is 600ms</li>
42079<li><b>LostUlMapInterval</b>: Time since last received UL-MAP before uplink synchronization is considered lost, maximum is 600.</li>
42080<li><b>MaxContentionRangingRetries</b>: Number of retries on contention Ranging Requests</li>
42081<li><b>MaxDcdInterval</b>: Maximum time between transmission of DCD messages. Maximum is 10s</li>
42082<li><b>MaxUcdInterval</b>: Maximum time between transmission of UCD messages. Maximum is 10s</li>
42083<li><b>PrimaryConnection</b>: Primary connection</li>
42084<li><b>SSScheduler</b>: The ss scheduler attached to this device.</li>
42085</ul>
42086<b>ns3::TableBasedErrorRateModel</b><br>
42087<ul>
42088<li><b>FallbackErrorRateModel</b>: Ptr to the fallback error rate model to be used when no matching value is found in a table</li>
42089<li><b>SizeThreshold</b>: Threshold in bytes over which the table for large size frames is used</li>
42090</ul>
42091<b>ns3::TapBridge</b><br>
42092<ul>
42093<li><b>DeviceName</b>: The name of the tap device to create.</li>
42094<li><b>Gateway</b>: The IP address of the default gateway to assign to the host machine, when in ConfigureLocal mode.</li>
42095<li><b>IpAddress</b>: The IP address to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered IP address of the simulated device.</li>
42096<li><b>MacAddress</b>: The MAC address to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered MAC address of the simulated device.</li>
42097<li><b>Mode</b>: The operating and configuration mode to use.</li>
42098<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42099<li><b>Netmask</b>: The network mask to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered MAC address of the simulated device.</li>
42100<li><b>Start</b>: The simulation time at which to spin up the tap device read thread.</li>
42101<li><b>Stop</b>: The simulation time at which to tear down the tap device read thread.</li>
42102<li><b>Verbose</b>: Enable verbose output from tap-creator child process</li>
42103</ul>
42104<b>ns3::TbfQueueDisc</b><br>
42105<ul>
42106<li><b>Burst</b>: Size of the first bucket in bytes</li>
42107<li><b>MaxSize</b>: The max queue size</li>
42108<li><b>Mtu</b>: Size of the second bucket in bytes. If null, it is initialized to the MTU of the receiving NetDevice (if any)</li>
42109<li><b>PeakRate</b>: Rate at which tokens enter the second bucket in bps or Bps.If null, there is no second bucket</li>
42110<li><b>Rate</b>: Rate at which tokens enter the first bucket in bps or Bps.</li>
42111</ul>
42112<b>ns3::TcpBbr</b><br>
42113<ul>
42114<li><b>AckEpochAckedResetThresh</b>: Max allowed val for m_ackEpochAcked, after which sampling epoch is reset</li>
42115<li><b>BwWindowLength</b>: Length of bandwidth windowed filter</li>
42116<li><b>ExtraAckedRttWindowLength</b>: Window length of extra acked window</li>
42117<li><b>HighGain</b>: Value of high gain</li>
42118<li><b>ProbeRttDuration</b>: Time to be spent in PROBE_RTT phase</li>
42119<li><b>RttWindowLength</b>: Length of RTT windowed filter</li>
42120<li><b>Stream</b>: Random number stream (default is set to 4 to align with Linux results)</li>
42121</ul>
42122<b>ns3::TcpBic</b><br>
42123<ul>
42124<li><b>Beta</b>: Beta for multiplicative decrease</li>
42125<li><b>BinarySearchCoefficient</b>: Inverse of the coefficient for the binary search. Default 4, as in Linux</li>
42126<li><b>FastConvergence</b>: Turn on/off fast convergence.</li>
42127<li><b>LowWnd</b>: Threshold window size (in segments) for engaging BIC response</li>
42128<li><b>MaxIncr</b>: Limit on increment allowed during binary search</li>
42129<li><b>SmoothPart</b>: Number of RTT needed to approach cWnd_max from cWnd_max-BinarySearchCoefficient. It can be viewed as the gradient of the slow start AIM phase: less this value is, more steep the increment will be.</li>
42130</ul>
42131<b>ns3::TcpCubic</b><br>
42132<ul>
42133<li><b>Beta</b>: Beta for multiplicative decrease</li>
42134<li><b>C</b>: Cubic Scaling factor</li>
42135<li><b>CntClamp</b>: Counter value when no losses are detected (counter is used when incrementing cWnd in congestion avoidance, to avoid floating point arithmetic). It is the modulo of the (avoided) division</li>
42136<li><b>CubicDelta</b>: Delta Time to wait after fast recovery before adjusting param</li>
42137<li><b>FastConvergence</b>: Enable (true) or disable (false) fast convergence</li>
42138<li><b>HyStart</b>: Enable (true) or disable (false) hybrid slow start algorithm</li>
42139<li><b>HyStartAckDelta</b>: Spacing between ack's indicating train</li>
42140<li><b>HyStartDelayMax</b>: Maximum time for hystart algorithm</li>
42141<li><b>HyStartDelayMin</b>: Minimum time for hystart algorithm</li>
42142<li><b>HyStartDetect</b>: Hybrid Slow Start detection mechanisms:packet train, delay, both</li>
42143<li><b>HyStartLowWindow</b>: Lower bound cWnd for hybrid slow start (segments)</li>
42144<li><b>HyStartMinSamples</b>: Number of delay samples for detecting the increase of delay</li>
42145<li><b>TcpFriendliness</b>: Enable (true) or disable (false) TCP friendliness</li>
42146</ul>
42147<b>ns3::TcpDctcp</b><br>
42148<ul>
42149<li><b>DctcpAlphaOnInit</b>: Initial alpha value</li>
42150<li><b>DctcpShiftG</b>: Parameter G for updating dctcp_alpha</li>
42151<li><b>UseEct0</b>: Use ECT(0) for ECN codepoint, if false use ECT(1)</li>
42152</ul>
42153<b>ns3::TcpHtcp</b><br>
42154<ul>
42155<li><b>DefaultBackoff</b>: The default AIMD backoff factor</li>
42156<li><b>DeltaL</b>: Delta_L parameter in increase function</li>
42157<li><b>ThroughputRatio</b>: Threshold value for updating beta</li>
42158</ul>
42159<b>ns3::TcpHybla</b><br>
42160<ul>
42161<li><b>RRTT</b>: Reference RTT</li>
42162</ul>
42163<b>ns3::TcpIllinois</b><br>
42164<ul>
42165<li><b>AlphaBase</b>: Alpha base threshold</li>
42166<li><b>AlphaMax</b>: Maximum alpha threshold</li>
42167<li><b>AlphaMin</b>: Minimum alpha threshold</li>
42168<li><b>BetaBase</b>: Beta base threshold</li>
42169<li><b>BetaMax</b>: Maximum beta threshold</li>
42170<li><b>BetaMin</b>: Minimum beta threshold</li>
42171<li><b>Theta</b>: Theta threshold</li>
42172<li><b>WinThresh</b>: Window threshold</li>
42173</ul>
42174<b>ns3::TcpL4Protocol</b><br>
42175<ul>
42176<li><b>RecoveryType</b>: Recovery type of TCP objects.</li>
42177<li><b>RttEstimatorType</b>: Type of RttEstimator objects.</li>
42178<li><b>SocketList</b>: A container of sockets associated to this protocol. The underlying type is an unordered map, the attribute name is kept for backward compatibility.</li>
42179<li><b>SocketType</b>: Socket type of TCP objects.</li>
42180</ul>
42181<b>ns3::TcpLedbat</b><br>
42182<ul>
42183<li><b>BaseHistoryLen</b>: Number of Base delay samples</li>
42184<li><b>Gain</b>: Offset Gain</li>
42185<li><b>MinCwnd</b>: Minimum cWnd for Ledbat</li>
42186<li><b>NoiseFilterLen</b>: Number of Current delay samples</li>
42187<li><b>SSParam</b>: Possibility of Slow Start</li>
42188<li><b>TargetDelay</b>: Targeted Queue Delay</li>
42189</ul>
42190<b>ns3::TcpScalable</b><br>
42191<ul>
42192<li><b>AIFactor</b>: Additive Increase Factor</li>
42193<li><b>MDFactor</b>: Multiplicative Decrease Factor</li>
42194</ul>
42195<b>ns3::TcpSocket</b><br>
42196<ul>
42197<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure</li>
42198<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)</li>
42199<li><b>DataRetries</b>: Number of data retransmission attempts</li>
42200<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack</li>
42201<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds</li>
42202<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)</li>
42203<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)</li>
42204<li><b>PersistTimeout</b>: Persist timeout to probe for rx window</li>
42205<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)</li>
42206<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)</li>
42207<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)</li>
42208<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm</li>
42209</ul>
42210<b>ns3::TcpSocketBase</b><br>
42211<ul>
42212<li><b>ClockGranularity</b>: Clock Granularity used in RTO calculations</li>
42213<li><b>CongestionOps</b>: Pointer to TcpCongestionOps object</li>
42214<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.</li>
42215<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.</li>
42216<li><b>LimitedTransmit</b>: Enable limited transmit</li>
42217<li><b>MaxSegLifetime</b>: Maximum segment lifetime in seconds, use for TIME_WAIT state transition to CLOSED state</li>
42218<li><b>MaxWindowSize</b>: Max size of advertised window</li>
42219<li><b>MinRto</b>: Minimum retransmit timeout value</li>
42220<li><b>ReTxThreshold</b>: Threshold for fast retransmit</li>
42221<li><b>RecoveryOps</b>: Pointer to TcpRecoveryOps object</li>
42222<li><b>RxBuffer</b>: TCP Rx buffer</li>
42223<li><b>Sack</b>: Enable or disable Sack option</li>
42224<li><b>Timestamp</b>: Enable or disable Timestamp option</li>
42225<li><b>TxBuffer</b>: TCP Tx buffer</li>
42226<li><b>UseEcn</b>: Parameter to set ECN functionality</li>
42227<li><b>WindowScaling</b>: Enable or disable Window Scaling option</li>
42228</ul>
42229<b>ns3::TcpSocketState</b><br>
42230<ul>
42231<li><b>EnablePacing</b>: Enable Pacing</li>
42232<li><b>MaxPacingRate</b>: Set Max Pacing Rate</li>
42233<li><b>PaceInitialWindow</b>: Perform pacing for initial window of data</li>
42234<li><b>PacingCaRatio</b>: Percent pacing rate increase for congestion avoidance conditions</li>
42235<li><b>PacingSsRatio</b>: Percent pacing rate increase for slow start conditions</li>
42236</ul>
42237<b>ns3::TcpVegas</b><br>
42238<ul>
42239<li><b>Alpha</b>: Lower bound of packets in network</li>
42240<li><b>Beta</b>: Upper bound of packets in network</li>
42241<li><b>Gamma</b>: Limit on increase</li>
42242</ul>
42243<b>ns3::TcpVeno</b><br>
42244<ul>
42245<li><b>Beta</b>: Threshold for congestion detection</li>
42246</ul>
42247<b>ns3::TcpWestwoodPlus</b><br>
42248<ul>
42249<li><b>FilterType</b>: Use this to choose no filter or Tustin's approximation filter</li>
42250</ul>
42251<b>ns3::TcpYeah</b><br>
42252<ul>
42253<li><b>Alpha</b>: Maximum backlog allowed at the bottleneck queue</li>
42254<li><b>Delta</b>: Log minimum fraction of cwnd to be removed on loss</li>
42255<li><b>Epsilon</b>: Log maximum fraction to be removed on early decongestion</li>
42256<li><b>Gamma</b>: Fraction of queue to be removed per RTT</li>
42257<li><b>Phy</b>: Maximum delta from base</li>
42258<li><b>Rho</b>: Minimum # of consecutive RTT to consider competition on loss</li>
42259<li><b>StcpAiFactor</b>: STCP additive increase factor</li>
42260<li><b>Zeta</b>: Minimum # of state switches to reset m_renoCount</li>
42261</ul>
42262<b>ns3::TdBetFfMacScheduler</b><br>
42263<ul>
42264<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42265<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42266<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42267</ul>
42268<b>ns3::TdMtFfMacScheduler</b><br>
42269<ul>
42270<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42271<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42272<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42273</ul>
42274<b>ns3::TdTbfqFfMacScheduler</b><br>
42275<ul>
42276<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42277<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)</li>
42278<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)</li>
42279<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)</li>
42280<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42281<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)</li>
42282<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42283</ul>
42284<b>ns3::ThompsonSamplingWifiManager</b><br>
42285<ul>
42286<li><b>Decay</b>: Exponential decay coefficient, Hz; zero is a valid value for static scenarios</li>
42287</ul>
42288<b>ns3::ThreeGppAntennaModel</b><br>
42289<ul>
42290<li><b>RadiationPattern</b>: Radiation pattern of 3GPP antenna model</li>
42291</ul>
42292<b>ns3::ThreeGppChannelConditionModel</b><br>
42293<ul>
42294<li><b>LinkO2iConditionToAntennaHeight</b>: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.</li>
42295<li><b>O2iLowLossThreshold</b>: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low</li>
42296<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.</li>
42297<li><b>UpdatePeriod</b>: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.</li>
42298</ul>
42299<b>ns3::ThreeGppChannelModel</b><br>
42300<ul>
42301<li><b>Blockage</b>: Enable blockage model A (sec 7.6.4.1)</li>
42302<li><b>BlockerSpeed</b>: The speed of moving blockers, the unit is m/s</li>
42303<li><b>ChannelConditionModel</b>: Pointer to the channel condition model</li>
42304<li><b>Frequency</b>: The operating Frequency in Hz</li>
42305<li><b>NumNonselfBlocking</b>: number of non-self-blocking regions</li>
42306<li><b>PortraitMode</b>: true for portrait mode, false for landscape mode</li>
42307<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed, NTN-DenseUrban, NTN-Urban, NTN-Suburban, NTN-Rural)</li>
42308<li><b>UpdatePeriod</b>: Specify the channel coherence time</li>
42309<li><b>vScatt</b>: Maximum speed of the vehicle in the layout (see 3GPP TR 37.885 v15.3.0, Sec. 6.2.3).Used to compute the additional contribution for the Doppler ofdelayed (reflected) paths</li>
42310</ul>
42311<b>ns3::ThreeGppHttpClient</b><br>
42312<ul>
42313<li><b>RemoteServerAddress</b>: The address of the destination server.</li>
42314<li><b>RemoteServerPort</b>: The destination port of the outbound packets.</li>
42315<li><b>Variables</b>: Variable collection, which is used to control e.g. timing and HTTP request size.</li>
42316</ul>
42317<b>ns3::ThreeGppHttpServer</b><br>
42318<ul>
42319<li><b>LocalAddress</b>: The local address of the server, i.e., the address on which to bind the Rx socket.</li>
42320<li><b>LocalPort</b>: Port on which the application listen for incoming packets.</li>
42321<li><b>Mtu</b>: Maximum transmission unit (in bytes) of the TCP sockets used in this application, excluding the compulsory 40 bytes TCP header. Typical values are 1460 and 536 bytes. The attribute is read-only because the value is randomly determined.</li>
42322<li><b>Tos</b>: The Type of Service used to send packets. All 8 bits of the TOS byte are set (including ECN bits).</li>
42323<li><b>Variables</b>: Variable collection, which is used to control e.g. processing and object generation delays.</li>
42324</ul>
42325<b>ns3::ThreeGppHttpVariables</b><br>
42326<ul>
42327<li><b>EmbeddedObjectGenerationDelay</b>: The constant time needed by HTTP server to generate an embedded object as a response.</li>
42328<li><b>EmbeddedObjectSizeMax</b>: The maximum value of embedded object sizes (in bytes).</li>
42329<li><b>EmbeddedObjectSizeMean</b>: The mean of embedded object sizes (in bytes).</li>
42330<li><b>EmbeddedObjectSizeMin</b>: The minimum value of embedded object sizes (in bytes).</li>
42331<li><b>EmbeddedObjectSizeStdDev</b>: The standard deviation of embedded object sizes (in bytes).</li>
42332<li><b>HighMtuProbability</b>: The probability that higher MTU size is used.</li>
42333<li><b>HighMtuSize</b>: The higher MTU size.</li>
42334<li><b>LowMtuSize</b>: The lower MTU size.</li>
42335<li><b>MainObjectGenerationDelay</b>: The constant time needed by HTTP server to generate a main object as a response.</li>
42336<li><b>MainObjectSizeMax</b>: The maximum value of main object sizes (in bytes).</li>
42337<li><b>MainObjectSizeMean</b>: The mean of main object sizes (in bytes).</li>
42338<li><b>MainObjectSizeMin</b>: The minimum value of main object sizes (in bytes).</li>
42339<li><b>MainObjectSizeStdDev</b>: The standard deviation of main object sizes (in bytes).</li>
42340<li><b>NumOfEmbeddedObjectsMax</b>: The upper bound parameter of Pareto distribution for the number of embedded objects per web page. The actual maximum value is this value subtracted by the scale parameter.</li>
42341<li><b>NumOfEmbeddedObjectsScale</b>: The scale parameter of Pareto distribution for the number of embedded objects per web page.</li>
42342<li><b>NumOfEmbeddedObjectsShape</b>: The shape parameter of Pareto distribution for the number of embedded objects per web page.</li>
42343<li><b>ParsingTimeMean</b>: The mean of parsing time.</li>
42344<li><b>ReadingTimeMean</b>: The mean of reading time.</li>
42345<li><b>RequestSize</b>: The constant size of HTTP request packet (in bytes).</li>
42346</ul>
42347<b>ns3::ThreeGppPropagationLossModel</b><br>
42348<ul>
42349<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.</li>
42350<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.</li>
42351<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges</li>
42352<li><b>Frequency</b>: The centre frequency in Hz.</li>
42353<li><b>ShadowingEnabled</b>: Enable/disable shadowing.</li>
42354</ul>
42355<b>ns3::ThreeGppRmaPropagationLossModel</b><br>
42356<ul>
42357<li><b>AvgBuildingHeight</b>: The average building height in meters.</li>
42358<li><b>AvgStreetWidth</b>: The average street width in meters.</li>
42359</ul>
42360<b>ns3::ThreeGppSpectrumPropagationLossModel</b><br>
42361<ul>
42362<li><b>ChannelModel</b>: The channel model. It needs to implement the MatrixBasedChannelModel interface</li>
42363</ul>
42364<b>ns3::ThreeGppV2vUrbanPropagationLossModel</b><br>
42365<ul>
42366<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario</li>
42367</ul>
42368<b>ns3::ThreeLogDistancePropagationLossModel</b><br>
42369<ul>
42370<li><b>Distance0</b>: Beginning of the first (near) distance field</li>
42371<li><b>Distance1</b>: Beginning of the second (middle) distance field.</li>
42372<li><b>Distance2</b>: Beginning of the third (far) distance field.</li>
42373<li><b>Exponent0</b>: The exponent for the first field.</li>
42374<li><b>Exponent1</b>: The exponent for the second field.</li>
42375<li><b>Exponent2</b>: The exponent for the third field.</li>
42376<li><b>ReferenceLoss</b>: The reference loss at distance d0 (dB). (Default is Friis at 1m with 5.15 GHz)</li>
42377</ul>
42378<b>ns3::ThresholdPreambleDetectionModel</b><br>
42379<ul>
42380<li><b>MinimumRssi</b>: Preamble is dropped if the RSSI is below this value (expressed in dBm).</li>
42381<li><b>Threshold</b>: Preamble is successfully detected if the SNR is at or above this value (expressed in dB).</li>
42382</ul>
42383<b>ns3::TraceFadingLossModel</b><br>
42384<ul>
42385<li><b>RbNum</b>: The number of RB the trace is made of (default 100)</li>
42386<li><b>RngStreamSetSize</b>: The number of RNG streams reserved for the fading model. The maximum number of streams that are needed for an LTE FDD scenario is 2 * numUEs * numeNBs.</li>
42387<li><b>SamplesNum</b>: The number of samples the trace is made of (default 10000)</li>
42388<li><b>TraceFilename</b>: Name of file to load a trace from.</li>
42389<li><b>TraceLength</b>: The total length of the fading trace (default value 10 s.)</li>
42390<li><b>WindowSize</b>: The size of the window for the fading trace (default value 0.5 s.)</li>
42391</ul>
42392<b>ns3::TrafficControlLayer</b><br>
42393<ul>
42394<li><b>RootQueueDiscList</b>: The list of root queue discs associated to this Traffic Control layer.</li>
42395</ul>
42396<b>ns3::TriangularRandomVariable</b><br>
42397<ul>
42398<li><b>Max</b>: The upper bound on the values returned by this RNG stream.</li>
42399<li><b>Mean</b>: The mean value for the triangular distribution returned by this RNG stream.</li>
42400<li><b>Min</b>: The lower bound on the values returned by this RNG stream.</li>
42401</ul>
42402<b>ns3::TtaFfMacScheduler</b><br>
42403<ul>
42404<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42405<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42406<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42407</ul>
42408<b>ns3::TvSpectrumTransmitter</b><br>
42409<ul>
42410<li><b>Antenna</b>: The AntennaModel to be used. Allows classes inherited from ns3::AntennaModel. Defaults to ns3::IsotropicAntennaModel.</li>
42411<li><b>BasePsd</b>: The base power spectral density (in dBm/Hz) of the TV transmitter's transmitted spectrum. Base PSD is the maximum PSD of the spectrum excluding pilots. For analog and COFDM transmitters this is the maximum PSD, but for 8-VSB transmitters this is the maximum PSD of the main signal spectrum (flat-top segment) since the pilot actually has the maximum PSD overall.</li>
42412<li><b>ChannelBandwidth</b>: The bandwidth (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.</li>
42413<li><b>StartFrequency</b>: The lower end frequency (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.</li>
42414<li><b>StartingTime</b>: The time point after the simulation begins in which the TV transmitter will begin transmitting.</li>
42415<li><b>TransmitDuration</b>: The duration of time that the TV transmitter will transmit for.</li>
42416<li><b>TvType</b>: The type of TV transmitter/modulation to be used.</li>
42417</ul>
42418<b>ns3::TwoRayGroundPropagationLossModel</b><br>
42419<ul>
42420<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).</li>
42421<li><b>HeightAboveZ</b>: The height of the antenna (m) above the node's Z coordinate</li>
42422<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m)</li>
42423<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)</li>
42424</ul>
42425<b>ns3::TwoRaySpectrumPropagationLossModel</b><br>
42426<ul>
42427<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.</li>
42428<li><b>Frequency</b>: The operating Frequency in Hz</li>
42429<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed).</li>
42430</ul>
42431<b>ns3::Txop</b><br>
42432<ul>
42433<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.</li>
42434<li><b>Aifsn</b>: The AIFSN: the default value conforms to non-QOS (just for the first link, in case of 11be multi-link devices).</li>
42435<li><b>Aifsns</b>: The values of AIFSN for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.</li>
42436<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).</li>
42437<li><b>MaxCws</b>: The maximum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.</li>
42438<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).</li>
42439<li><b>MinCws</b>: The minimum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.</li>
42440<li><b>Queue</b>: The WifiMacQueue object</li>
42441<li><b>TxopLimit</b>: The TXOP limit: the default value conforms to non-QoS (just for the first link, in case of 11be multi-link devices).</li>
42442<li><b>TxopLimits</b>: The values of TXOP limit for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.</li>
42443</ul>
42444<b>ns3::UanChannel</b><br>
42445<ul>
42446<li><b>NoiseModel</b>: A pointer to the model of the channel ambient noise.</li>
42447<li><b>PropagationModel</b>: A pointer to the propagation model.</li>
42448</ul>
42449<b>ns3::UanMacCw</b><br>
42450<ul>
42451<li><b>CW</b>: The MAC parameter CW.</li>
42452<li><b>SlotTime</b>: Time slot duration for MAC backoff.</li>
42453</ul>
42454<b>ns3::UanMacRc</b><br>
42455<ul>
42456<li><b>MaxFrames</b>: Maximum number of frames to include in a single RTS.</li>
42457<li><b>MaxPropDelay</b>: Maximum possible propagation delay to gateway.</li>
42458<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.</li>
42459<li><b>NumberOfRates</b>: Number of rate divisions supported by each PHY.</li>
42460<li><b>QueueLimit</b>: Maximum packets to queue at MAC.</li>
42461<li><b>RetryRate</b>: Number of retry attempts per second (of RTS/GWPING).</li>
42462<li><b>RetryStep</b>: Retry rate increment.</li>
42463<li><b>SIFS</b>: Spacing to give between frames (this should match gateway).</li>
42464</ul>
42465<b>ns3::UanMacRcGw</b><br>
42466<ul>
42467<li><b>FrameSize</b>: Size of data frames in bytes.</li>
42468<li><b>MaxPropDelay</b>: Maximum propagation delay between gateway and non-gateway nodes.</li>
42469<li><b>MaxReservations</b>: Maximum number of reservations to accept per cycle.</li>
42470<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.</li>
42471<li><b>NumberOfNodes</b>: Number of non-gateway nodes in this gateway's neighborhood.</li>
42472<li><b>NumberOfRates</b>: Number of rates per Phy layer.</li>
42473<li><b>RateStep</b>: Increments available for rate assignment in bps.</li>
42474<li><b>RetryStep</b>: Retry rate increment.</li>
42475<li><b>SIFS</b>: Spacing between frames to account for timing error and processing delay.</li>
42476<li><b>TotalRate</b>: Total available channel rate in bps (for a single channel, without splitting reservation channel).</li>
42477</ul>
42478<b>ns3::UanNetDevice</b><br>
42479<ul>
42480<li><b>Channel</b>: The channel attached to this device.</li>
42481<li><b>Mac</b>: The MAC layer attached to this device.</li>
42482<li><b>Phy</b>: The PHY layer attached to this device.</li>
42483<li><b>Transducer</b>: The Transducer attached to this device.</li>
42484</ul>
42485<b>ns3::UanNoiseModelDefault</b><br>
42486<ul>
42487<li><b>Shipping</b>: Shipping contribution to noise between 0 and 1.</li>
42488<li><b>Wind</b>: Wind speed in m/s.</li>
42489</ul>
42490<b>ns3::UanPhyCalcSinrFhFsk</b><br>
42491<ul>
42492<li><b>NumberOfHops</b>: Number of frequencies in hopping pattern.</li>
42493</ul>
42494<b>ns3::UanPhyDual</b><br>
42495<ul>
42496<li><b>CcaThresholdPhy1</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy1.</li>
42497<li><b>CcaThresholdPhy2</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy2.</li>
42498<li><b>PerModelPhy1</b>: Functor to calculate PER based on SINR and TxMode for Phy1.</li>
42499<li><b>PerModelPhy2</b>: Functor to calculate PER based on SINR and TxMode for Phy2.</li>
42500<li><b>SinrModelPhy1</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy1.</li>
42501<li><b>SinrModelPhy2</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy2.</li>
42502<li><b>SupportedModesPhy1</b>: List of modes supported by Phy1.</li>
42503<li><b>SupportedModesPhy2</b>: List of modes supported by Phy2.</li>
42504<li><b>TxPowerPhy1</b>: Transmission output power in dB of Phy1.</li>
42505<li><b>TxPowerPhy2</b>: Transmission output power in dB of Phy2.</li>
42506</ul>
42507<b>ns3::UanPhyGen</b><br>
42508<ul>
42509<li><b>CcaThreshold</b>: Aggregate energy of incoming signals to move to CCA Busy state dB.</li>
42510<li><b>PerModel</b>: Functor to calculate PER based on SINR and TxMode.</li>
42511<li><b>RxThreshold</b>: Required SNR for signal acquisition in dB.</li>
42512<li><b>SinrModel</b>: Functor to calculate SINR based on pkt arrivals and modes.</li>
42513<li><b>SupportedModes</b>: List of modes supported by this PHY.</li>
42514<li><b>TxPower</b>: Transmission output power in dB.</li>
42515</ul>
42516<b>ns3::UanPhyPerGenDefault</b><br>
42517<ul>
42518<li><b>Threshold</b>: SINR cutoff for good packet reception.</li>
42519</ul>
42520<b>ns3::UanPropModelThorp</b><br>
42521<ul>
42522<li><b>SpreadCoef</b>: Spreading coefficient used in calculation of Thorp's approximation.</li>
42523</ul>
42524<b>ns3::UanTransducerHd</b><br>
42525<ul>
42526<li><b>RxGainDb</b>: Gain in Db added to incoming signal at receiver.</li>
42527</ul>
42528<b>ns3::UdpClient</b><br>
42529<ul>
42530<li><b>Interval</b>: The time to wait between packets</li>
42531<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
42532<li><b>PacketSize</b>: Size of packets generated. The minimum packet size is 12 bytes which is the size of the header carrying the sequence number and the time stamp.</li>
42533<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42534<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42535</ul>
42536<b>ns3::UdpEchoClient</b><br>
42537<ul>
42538<li><b>Interval</b>: The time to wait between packets</li>
42539<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
42540<li><b>PacketSize</b>: Size of echo data in outbound packets</li>
42541<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42542<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42543</ul>
42544<b>ns3::UdpEchoServer</b><br>
42545<ul>
42546<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).</li>
42547</ul>
42548<b>ns3::UdpL4Protocol</b><br>
42549<ul>
42550<li><b>SocketList</b>: A container of sockets associated to this protocol. The underlying type is an unordered map, the attribute name is kept for backward compatibility.</li>
42551</ul>
42552<b>ns3::UdpServer</b><br>
42553<ul>
42554<li><b>PacketWindowSize</b>: The size of the window used to compute the packet loss. This value should be a multiple of 8.</li>
42555</ul>
42556<b>ns3::UdpSocket</b><br>
42557<ul>
42558<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface</li>
42559<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface</li>
42560<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)</li>
42561<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)</li>
42562<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.</li>
42563<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)</li>
42564</ul>
42565<b>ns3::UdpSocketImpl</b><br>
42566<ul>
42567<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.</li>
42568<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.</li>
42569</ul>
42570<b>ns3::UdpTraceClient</b><br>
42571<ul>
42572<li><b>MaxPacketSize</b>: The maximum size of a packet (including the SeqTsHeader, 12 bytes).</li>
42573<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42574<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42575<li><b>TraceFilename</b>: Name of file to load a trace from. By default, uses a hardcoded trace.</li>
42576<li><b>TraceLoop</b>: Loops through the trace file, starting again once it is over.</li>
42577</ul>
42578<b>ns3::UeManager</b><br>
42579<ul>
42580<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier</li>
42581<li><b>DataRadioBearerMap</b>: List of UE DataRadioBearerInfo by DRBID.</li>
42582<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0</li>
42583<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1</li>
42584</ul>
42585<b>ns3::UniformDiscPositionAllocator</b><br>
42586<ul>
42587<li><b>X</b>: The x coordinate of the center of the disc.</li>
42588<li><b>Y</b>: The y coordinate of the center of the disc.</li>
42589<li><b>Z</b>: The z coordinate of all the positions in the disc.</li>
42590<li><b>rho</b>: The radius of the disc</li>
42591</ul>
42592<b>ns3::UniformPlanarArray</b><br>
42593<ul>
42594<li><b>AntennaHorizontalSpacing</b>: Horizontal spacing between antenna elements, in multiples of wave length</li>
42595<li><b>AntennaVerticalSpacing</b>: Vertical spacing between antenna elements, in multiples of wave length</li>
42596<li><b>BearingAngle</b>: The bearing angle in radians</li>
42597<li><b>DowntiltAngle</b>: The downtilt angle in radians</li>
42598<li><b>IsDualPolarized</b>: If true, dual polarized antenna</li>
42599<li><b>NumColumns</b>: Horizontal size of the array</li>
42600<li><b>NumHorizontalPorts</b>: Horizontal number of ports</li>
42601<li><b>NumRows</b>: Vertical size of the array</li>
42602<li><b>NumVerticalPorts</b>: Vertical number of ports</li>
42603<li><b>PolSlantAngle</b>: The polarization slant angle in radians</li>
42604</ul>
42605<b>ns3::UniformRandomVariable</b><br>
42606<ul>
42607<li><b>Max</b>: The upper bound on the values returned by this RNG stream.</li>
42608<li><b>Min</b>: The lower bound on the values returned by this RNG stream.</li>
42609</ul>
42610<b>ns3::UplinkSchedulerMBQoS</b><br>
42611<ul>
42612<li><b>WindowInterval</b>: The time to wait to reset window</li>
42613</ul>
42614<b>ns3::V4TraceRoute</b><br>
42615<ul>
42616<li><b>Interval</b>: Wait interval between sent packets.</li>
42617<li><b>MaxHop</b>: The maximum number of hops to trace.</li>
42618<li><b>ProbeNum</b>: The number of packets send to each hop.</li>
42619<li><b>Remote</b>: The address of the machine we want to trace.</li>
42620<li><b>Size</b>: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.</li>
42621<li><b>Timeout</b>: The waiting time for a route response before a timeout.</li>
42622<li><b>Tos</b>: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).</li>
42623<li><b>Verbose</b>: Produce usual output.</li>
42624</ul>
42625<b>ns3::VhtConfiguration</b><br>
42626<ul>
42627<li><b>SecondaryCcaSensitivityThresholds</b>: Tuple {threshold for 20MHz PPDUs, threshold for 40MHz PPDUs, threshold for 80MHz PPDUs} describing the CCA sensitivity thresholds for PPDUs that do not occupy the primary channel. The power of a received PPDU that does not occupy the primary channel should be higher than the threshold (dBm) associated to the PPDU bandwidth to allow the PHY layer to declare CCA BUSY state.</li>
42628<li><b>Support160MHzOperation</b>: Whether or not 160 MHz operation is to be supported.</li>
42629</ul>
42630<b>ns3::VirtualNetDevice</b><br>
42631<ul>
42632<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42633</ul>
42634<b>ns3::WaveformGenerator</b><br>
42635<ul>
42636<li><b>DutyCycle</b>: the duty cycle of the generator, i.e., the fraction of the period that is occupied by a signal</li>
42637<li><b>Period</b>: the period (=1/frequency)</li>
42638</ul>
42639<b>ns3::WaypointMobilityModel</b><br>
42640<ul>
42641<li><b>InitialPositionIsWaypoint</b>: Calling SetPosition with no waypoints creates a waypoint.</li>
42642<li><b>LazyNotify</b>: Only call NotifyCourseChange when position is calculated.</li>
42643<li><b>NextWaypoint</b>: The next waypoint used to determine position.</li>
42644<li><b>WaypointsLeft</b>: The number of waypoints remaining.</li>
42645</ul>
42646<b>ns3::WeibullRandomVariable</b><br>
42647<ul>
42648<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.</li>
42649<li><b>Scale</b>: The scale parameter for the Weibull distribution returned by this RNG stream.</li>
42650<li><b>Shape</b>: The shape parameter for the Weibull distribution returned by this RNG stream.</li>
42651</ul>
42652<b>ns3::WifiAssocManager</b><br>
42653<ul>
42654<li><b>AllowAssocAllChannelWidths</b>: If set to true, it bypasses the check on channel width compatibility with the candidate AP. A channel width is compatible if the STA can advertise it to the AP, or AP operates on a channel width that is equal or lower than that channel width.</li>
42655<li><b>AllowedLinks</b>: Only Beacon and Probe Response frames received on a link belonging to the given set are processed. An empty set is equivalent to the set of all links.</li>
42656</ul>
42657<b>ns3::WifiDefaultAckManager</b><br>
42658<ul>
42659<li><b>BaThreshold</b>: Immediate acknowledgment is requested upon transmission of a frame whose sequence number is distant at least BaThreshold multiplied by the transmit window size from the starting sequence number of the transmit window. Set to zero to request a response for every transmitted frame.</li>
42660<li><b>DlMuAckSequenceType</b>: Type of the acknowledgment sequence for DL MU PPDUs.</li>
42661<li><b>MaxBlockAckMcs</b>: The MCS used to send a BlockAck in a TB PPDU is the minimum between the MCS used for the PSDU sent in the preceding DL MU PPDU and the value of this attribute.</li>
42662<li><b>UseExplicitBar</b>: Specify whether to send Block Ack Requests (if true) or use Implicit Block Ack Request ack policy (if false).</li>
42663</ul>
42664<b>ns3::WifiDefaultAssocManager</b><br>
42665<ul>
42666<li><b>ChannelSwitchTimeout</b>: After requesting a channel switch on a link to setup that link, wait at most this amount of time. If a channel switch is not notified within this amount of time, we give up setting up that link.</li>
42667<li><b>SkipAssocIncompatibleChannelWidth</b>: If set to true, it does not include APs with incompatible channel width with the STA in the list of candidate APs. An incompatible channel width is one that the STA cannot advertise to the AP, unless AP operates on a channel width that is equal or lower than that channel width.</li>
42668</ul>
42669<b>ns3::WifiDefaultProtectionManager</b><br>
42670<ul>
42671<li><b>EnableMuRts</b>: If enabled, always protect a DL/UL MU frame exchange with MU-RTS/CTS.</li>
42672<li><b>SingleRtsPerTxop</b>: If enabled, a protection mechanism (RTS or MU-RTS) is normally used no more than once in a TXOP, regardless of the destination of the data frame (unless required for specific purposes, such as transmitting an Initial Control Frame to an EMLSR client).</li>
42673<li><b>SkipMuRtsBeforeBsrp</b>: If enabled, MU-RTS is not used to protect the transmission of a BSRP Trigger Frame.</li>
42674</ul>
42675<b>ns3::WifiMac</b><br>
42676<ul>
42677<li><b>BE_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.</li>
42678<li><b>BE_BlockAckThreshold</b>: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.</li>
42679<li><b>BE_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.</li>
42680<li><b>BE_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.</li>
42681<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.</li>
42682<li><b>BK_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.</li>
42683<li><b>BK_BlockAckThreshold</b>: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.</li>
42684<li><b>BK_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.</li>
42685<li><b>BK_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.</li>
42686<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.</li>
42687<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.</li>
42688<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.</li>
42689<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.</li>
42690<li><b>FrameRetryLimit</b>: The maximum number of transmission attempts of a frame that are made before a failure condition is indicated. This corresponds to the dot11ShortRetryLimit parameter in the standard.</li>
42691<li><b>MpduBufferSize</b>: The size (in number of MPDUs) of the buffer used for each BlockAck agreement in which this node is a recipient. The provided value is capped to the maximum allowed value based on the supported standard.</li>
42692<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.</li>
42693<li><b>RobustAVStreamingSupported</b>: Whether or not Robust Audio Video Streaming is supported (only allowed for AP STAs or non-AP that are HT capable).</li>
42694<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).</li>
42695<li><b>Ssid</b>: The ssid we want to belong to.</li>
42696<li><b>Txop</b>: The Txop object.</li>
42697<li><b>VI_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.</li>
42698<li><b>VI_BlockAckThreshold</b>: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.</li>
42699<li><b>VI_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.</li>
42700<li><b>VI_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.</li>
42701<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.</li>
42702<li><b>VO_BlockAckInactivityTimeout</b>: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.</li>
42703<li><b>VO_BlockAckThreshold</b>: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.</li>
42704<li><b>VO_MaxAmpduSize</b>: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.</li>
42705<li><b>VO_MaxAmsduSize</b>: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.</li>
42706<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.</li>
42707</ul>
42708<b>ns3::WifiMacQueue</b><br>
42709<ul>
42710<li><b>MaxDelay</b>: If a packet stays longer than this delay in the queue, it is dropped.</li>
42711<li><b>MaxSize</b>: The max queue size</li>
42712</ul>
42713<b>ns3::WifiNetDevice</b><br>
42714<ul>
42715<li><b>EhtConfiguration</b>: The EhtConfiguration object.</li>
42716<li><b>HeConfiguration</b>: The HeConfiguration object.</li>
42717<li><b>HtConfiguration</b>: The HtConfiguration object.</li>
42718<li><b>Mac</b>: The MAC layer attached to this device.</li>
42719<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42720<li><b>Phy</b>: The PHY layer attached to this device.</li>
42721<li><b>Phys</b>: The PHY layers attached to this device (11be multi-link devices only).</li>
42722<li><b>RemoteStationManager</b>: The station manager attached to this device.</li>
42723<li><b>RemoteStationManagers</b>: The remote station managers attached to this device (11be multi-link devices only).</li>
42724<li><b>VhtConfiguration</b>: The VhtConfiguration object.</li>
42725</ul>
42726<b>ns3::WifiPhy</b><br>
42727<ul>
42728<li><b>Antennas</b>: The number of antennas on the device.</li>
42729<li><b>CcaEdThreshold</b>: The energy of all received signals should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.</li>
42730<li><b>CcaSensitivity</b>: The energy of a received wifi signal should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.</li>
42731<li><b>Channel</b>: The channel attached to this PHY</li>
42732<li><b>ChannelNumber</b>: The channel number of the current operating channel.</li>
42733<li><b>ChannelSettings</b>: A vector of tuple {channel number, channel width (MHz), PHY band, primary20 index} describing the settings of the operating channel for each segment. The primary20 index (only the value set for the first segment is used) is the index of the primary 20 MHz channel within the operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency) and is only valid if the width of the operating channel is a multiple of 20 MHz. If the standard for this object has not been set yet, the value of this attribute is saved and will be used to set the operating channel when the standard is configured. If the PHY band is left unspecified, the default band for the configured standard is used. If the channel width and the channel number are both 0, the default channel width for the configured standard and band are used. If the channel number is 0, the default channel number for the configured standard, band and channel width is used. Note that the channel width can be left unspecified (0) if the channel number uniquely identify a frequency channel for the given standard and band.</li>
42734<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.</li>
42735<li><b>ChannelWidth</b>: The width in MHz of the current operating channel (5, 10, 20, 22, 40, 80, 160 or 320). If 80+80MHz is used, this corresponds to the total channel width, hence 160 MHz.</li>
42736<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.</li>
42737<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model</li>
42738<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.</li>
42739<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper</li>
42740<li><b>MaxRadioBw</b>: The maximum width supported by the radio. It is not possible to configure an operating channel with a total width larger than this value. A value of 0 means no restriction.</li>
42741<li><b>MaxSupportedRxSpatialStreams</b>: The maximum number of supported RX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.</li>
42742<li><b>MaxSupportedTxSpatialStreams</b>: The maximum number of supported TX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.</li>
42743<li><b>NotifyMacHdrRxEnd</b>: Whether the PHY is capable of notifying the MAC about the end of the reception of the MAC header of every MPDU.</li>
42744<li><b>Pifs</b>: The duration of the PCF Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.</li>
42745<li><b>PostReceptionErrorModel</b>: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.</li>
42746<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.</li>
42747<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model</li>
42748<li><b>Primary20MHzIndex</b>: The index of the primary 20 MHz channel within the current operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency).</li>
42749<li><b>RxGain</b>: Reception gain (dB).</li>
42750<li><b>RxNoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0 (usually 290 K)".</li>
42751<li><b>RxSensitivity</b>: The energy of a received signal should be higher than this threshold (dBm) for the PHY to detect the signal. This threshold refers to a width of 20 MHz and will be scaled to match the width of the received signal.</li>
42752<li><b>ShortPlcpPreambleSupported</b>: Whether or not short PHY preamble is supported.This parameter is only valuable for 802.11b STAs and APs.Note: 802.11g APs and STAs always support short PHY preamble.</li>
42753<li><b>Sifs</b>: The duration of the Short Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.</li>
42754<li><b>Slot</b>: The duration of a slot. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.</li>
42755<li><b>State</b>: The state of the PHY layer.</li>
42756<li><b>TxGain</b>: Transmission gain (dB).</li>
42757<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).</li>
42758<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.</li>
42759<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).</li>
42760</ul>
42761<b>ns3::WifiRadioEnergyModel</b><br>
42762<ul>
42763<li><b>CcaBusyCurrentA</b>: The default radio CCA Busy State current in Ampere.</li>
42764<li><b>IdleCurrentA</b>: The default radio Idle current in Ampere.</li>
42765<li><b>RxCurrentA</b>: The radio RX current in Ampere.</li>
42766<li><b>SleepCurrentA</b>: The radio Sleep current in Ampere.</li>
42767<li><b>SwitchingCurrentA</b>: The default radio Channel Switch current in Ampere.</li>
42768<li><b>TxCurrentA</b>: The radio TX current in Ampere.</li>
42769<li><b>TxCurrentModel</b>: A pointer to the attached TX current model.</li>
42770</ul>
42771<b>ns3::WifiRemoteStationManager</b><br>
42772<ul>
42773<li><b>DefaultTxPowerLevel</b>: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.</li>
42774<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self</li>
42775<li><b>FragmentationThreshold</b>: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.</li>
42776<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self</li>
42777<li><b>IncrementRetryCountUnderBa</b>: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.</li>
42778<li><b>MaxSlrc</b>: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.</li>
42779<li><b>MaxSsrc</b>: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.</li>
42780<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.</li>
42781<li><b>RtsCtsThreshold</b>: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.</li>
42782<li><b>RtsCtsTxDurationThresh</b>: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.</li>
42783</ul>
42784<b>ns3::WimaxConnection</b><br>
42785<ul>
42786<li><b>TxQueue</b>: Transmit queue</li>
42787<li><b>Type</b>: Connection type</li>
42788</ul>
42789<b>ns3::WimaxMacQueue</b><br>
42790<ul>
42791<li><b>MaxSize</b>: Maximum size</li>
42792</ul>
42793<b>ns3::WimaxNetDevice</b><br>
42794<ul>
42795<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.</li>
42796<li><b>BroadcastConnection</b>: Broadcast connection</li>
42797<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.</li>
42798<li><b>Channel</b>: The channel attached to this device.</li>
42799<li><b>ConnectionManager</b>: The connection manager attached to this device.</li>
42800<li><b>InitialRangingConnection</b>: Initial ranging connection</li>
42801<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42802<li><b>Phy</b>: The PHY layer attached to this device.</li>
42803<li><b>RTG</b>: receive/transmit transition gap.</li>
42804<li><b>TTG</b>: transmit/receive transition gap.</li>
42805</ul>
42806<b>ns3::WimaxPhy</b><br>
42807<ul>
42808<li><b>Bandwidth</b>: The channel bandwidth in Hz.</li>
42809<li><b>Channel</b>: Wimax channel</li>
42810<li><b>FrameDuration</b>: The frame duration in seconds.</li>
42811<li><b>Frequency</b>: The central frequency in KHz.</li>
42812</ul>
42813<b>ns3::YansWifiChannel</b><br>
42814<ul>
42815<li><b>PropagationDelayModel</b>: A pointer to the propagation delay model attached to this channel.</li>
42816<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.</li>
42817</ul>
42818<b>ns3::ZetaRandomVariable</b><br>
42819<ul>
42820<li><b>Alpha</b>: The alpha value for the zeta distribution returned by this RNG stream.</li>
42821</ul>
42822<b>ns3::zigbee::ZigbeeNwk</b><br>
42823<ul>
42824<li><b>MaxPendingTxQueueSize</b>: The maximum size of the table storing pending packets awaiting to be transmitted after discovering a route to the destination.</li>
42825<li><b>NwkcCoordinatorCapable</b>: [Constant] Indicates whether the device is capable of becoming aZigbee coordinator.</li>
42826<li><b>NwkcInitialRREQRetries</b>: [Constant] The number of times the first broadcast transmissionof a RREQ cmd frame is retried.</li>
42827<li><b>NwkcMaxRREQJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)</li>
42828<li><b>NwkcMinRREQJitter</b>: [Constant] The minimum jitter for broadcast retransmission of a RREQ (msec)</li>
42829<li><b>NwkcProtocolVersion</b>: [Constant] The version of the Zigbee NWK protocol inthe device (placeholder)</li>
42830<li><b>NwkcRREQRetries</b>: [Constant] The number of times the broadcast transmission of aRREQ cmd frame is retried on relay by intermediate router orcoordinator.</li>
42831<li><b>NwkcRREQRetryInterval</b>: [Constant] The duration between retries of a broadcast RREQ cmd frame.</li>
42832<li><b>NwkcRouteDiscoveryTime</b>: [Constant] The duration until a route discovery expires</li>
42833</ul>
42834<b>ns3::ZipfRandomVariable</b><br>
42835<ul>
42836<li><b>Alpha</b>: The alpha value for the Zipf distribution returned by this RNG stream.</li>
42837<li><b>N</b>: The n value for the Zipf distribution returned by this RNG stream.</li>
42838</ul>
42839*/
42840
42841/*!
42842\page GlobalValueList All GlobalValues
42843
42844This is a list of all \ref ns3::GlobalValue instances.
42845See ns3::GlobalValue for how to set these.
42846<ul>
42847 <li><b>[SimulatorImplementationType](\ref GlobalValueSimulatorImplementationType)</b>: The object class to use as the simulator implementation. Default value: ns3::DefaultSimulatorImpl.</li>
42848 <li><b>[SchedulerType](\ref GlobalValueSchedulerType)</b>: The object class to use as the scheduler implementation. Default value: ns3::MapScheduler.</li>
42849 <li><b>[RngSeed](\ref GlobalValueRngSeed)</b>: The global seed of all rng streams. Default value: 1.</li>
42850 <li><b>[RngRun](\ref GlobalValueRngRun)</b>: The substream index used for all streams. Default value: 1.</li>
42851 <li><b>[ChecksumEnabled](\ref GlobalValueChecksumEnabled)</b>: A global switch to enable all checksums for all protocols. Default value: false.</li>
42852</ul>
42853*/
42854
42855/*!
42856\page GroupsList All Object Groups
42857
42858This is a list of all Object Groups.
42859Objects are added to groups by [ns3::TypeId::SetGroupName()](\ref ns3::TypeId::SetGroupName)
42860
42861<b>Antenna</b><br>
42862<ul>
42863 <li>[ns3::CircularApertureAntennaModel](\ref ns3::CircularApertureAntennaModel)</li>
42864 <li>[ns3::AntennaModel](\ref ns3::AntennaModel)</li>
42865 <li>[ns3::CosineAntennaModel](\ref ns3::CosineAntennaModel)</li>
42866 <li>[ns3::IsotropicAntennaModel](\ref ns3::IsotropicAntennaModel)</li>
42867 <li>[ns3::ParabolicAntennaModel](\ref ns3::ParabolicAntennaModel)</li>
42868 <li>[ns3::PhasedArrayModel](\ref ns3::PhasedArrayModel)</li>
42869 <li>[ns3::ThreeGppAntennaModel](\ref ns3::ThreeGppAntennaModel)</li>
42870 <li>[ns3::UniformPlanarArray](\ref ns3::UniformPlanarArray)</li>
42871</ul>
42872<b>Aodv</b><br>
42873<ul>
42874 <li>[ns3::aodv::TypeHeader](\ref ns3::aodv::TypeHeader)</li>
42875 <li>[ns3::aodv::RreqHeader](\ref ns3::aodv::RreqHeader)</li>
42876 <li>[ns3::aodv::RrepHeader](\ref ns3::aodv::RrepHeader)</li>
42877 <li>[ns3::aodv::RrepAckHeader](\ref ns3::aodv::RrepAckHeader)</li>
42878 <li>[ns3::aodv::RerrHeader](\ref ns3::aodv::RerrHeader)</li>
42879 <li>[ns3::aodv::RoutingProtocol](\ref ns3::aodv::RoutingProtocol)</li>
42880 <li>[ns3::aodv::DeferredRouteOutputTag](\ref ns3::aodv::DeferredRouteOutputTag)</li>
42881</ul>
42882<b>Applications</b><br>
42883<ul>
42884 <li>[ns3::ApplicationPacketProbe](\ref ns3::ApplicationPacketProbe)</li>
42885 <li>[ns3::BulkSendApplication](\ref ns3::BulkSendApplication)</li>
42886 <li>[ns3::SourceApplication](\ref ns3::SourceApplication)</li>
42887 <li>[ns3::OnOffApplication](\ref ns3::OnOffApplication)</li>
42888 <li>[ns3::PacketSink](\ref ns3::PacketSink)</li>
42889 <li>[ns3::SinkApplication](\ref ns3::SinkApplication)</li>
42890 <li>[ns3::SeqTsEchoHeader](\ref ns3::SeqTsEchoHeader)</li>
42891 <li>[ns3::SeqTsHeader](\ref ns3::SeqTsHeader)</li>
42892 <li>[ns3::SeqTsSizeHeader](\ref ns3::SeqTsSizeHeader)</li>
42893 <li>[ns3::UdpClient](\ref ns3::UdpClient)</li>
42894 <li>[ns3::UdpEchoClient](\ref ns3::UdpEchoClient)</li>
42895 <li>[ns3::UdpEchoServer](\ref ns3::UdpEchoServer)</li>
42896 <li>[ns3::UdpServer](\ref ns3::UdpServer)</li>
42897 <li>[ns3::UdpTraceClient](\ref ns3::UdpTraceClient)</li>
42898</ul>
42899<b>Bridge</b><br>
42900<ul>
42901 <li>[ns3::BridgeChannel](\ref ns3::BridgeChannel)</li>
42902 <li>[ns3::BridgeNetDevice](\ref ns3::BridgeNetDevice)</li>
42903</ul>
42904<b>Buildings</b><br>
42905<ul>
42906 <li>[ns3::GridBuildingAllocator](\ref ns3::GridBuildingAllocator)</li>
42907 <li>[ns3::RandomBuildingPositionAllocator](\ref ns3::RandomBuildingPositionAllocator)</li>
42908 <li>[ns3::OutdoorPositionAllocator](\ref ns3::OutdoorPositionAllocator)</li>
42909 <li>[ns3::RandomRoomPositionAllocator](\ref ns3::RandomRoomPositionAllocator)</li>
42910 <li>[ns3::SameRoomPositionAllocator](\ref ns3::SameRoomPositionAllocator)</li>
42911 <li>[ns3::FixedRoomPositionAllocator](\ref ns3::FixedRoomPositionAllocator)</li>
42912 <li>[ns3::BuildingListPriv](\ref ns3::BuildingListPriv)</li>
42913 <li>[ns3::Building](\ref ns3::Building)</li>
42914 <li>[ns3::BuildingsChannelConditionModel](\ref ns3::BuildingsChannelConditionModel)</li>
42915 <li>[ns3::BuildingsPropagationLossModel](\ref ns3::BuildingsPropagationLossModel)</li>
42916 <li>[ns3::HybridBuildingsPropagationLossModel](\ref ns3::HybridBuildingsPropagationLossModel)</li>
42917 <li>[ns3::ItuR1238PropagationLossModel](\ref ns3::ItuR1238PropagationLossModel)</li>
42918 <li>[ns3::MobilityBuildingInfo](\ref ns3::MobilityBuildingInfo)</li>
42919 <li>[ns3::OhBuildingsPropagationLossModel](\ref ns3::OhBuildingsPropagationLossModel)</li>
42920 <li>[ns3::ThreeGppV2vUrbanChannelConditionModel](\ref ns3::ThreeGppV2vUrbanChannelConditionModel)</li>
42921 <li>[ns3::ThreeGppV2vHighwayChannelConditionModel](\ref ns3::ThreeGppV2vHighwayChannelConditionModel)</li>
42922</ul>
42923<b>ConfigStore</b><br>
42924<ul>
42925 <li>[ns3::ConfigStore](\ref ns3::ConfigStore)</li>
42926</ul>
42927<b>Core</b><br>
42928<ul>
42929 <li>[ns3::Scheduler](\ref ns3::Scheduler)</li>
42930 <li>[ns3::Object](\ref ns3::Object)</li>
42931 <li>[ns3::ObjectBase](\ref ns3::ObjectBase)</li>
42932 <li>[ns3::ListScheduler](\ref ns3::ListScheduler)</li>
42933 <li>[ns3::MapScheduler](\ref ns3::MapScheduler)</li>
42934 <li>[ns3::HeapScheduler](\ref ns3::HeapScheduler)</li>
42935 <li>[ns3::CalendarScheduler](\ref ns3::CalendarScheduler)</li>
42936 <li>[ns3::PriorityQueueScheduler](\ref ns3::PriorityQueueScheduler)</li>
42937 <li>[ns3::SimulatorImpl](\ref ns3::SimulatorImpl)</li>
42938 <li>[ns3::DefaultSimulatorImpl](\ref ns3::DefaultSimulatorImpl)</li>
42939 <li>[ns3::Synchronizer](\ref ns3::Synchronizer)</li>
42940 <li>[ns3::RandomVariableStream](\ref ns3::RandomVariableStream)</li>
42941 <li>[ns3::UniformRandomVariable](\ref ns3::UniformRandomVariable)</li>
42942 <li>[ns3::ConstantRandomVariable](\ref ns3::ConstantRandomVariable)</li>
42943 <li>[ns3::SequentialRandomVariable](\ref ns3::SequentialRandomVariable)</li>
42944 <li>[ns3::ExponentialRandomVariable](\ref ns3::ExponentialRandomVariable)</li>
42945 <li>[ns3::ParetoRandomVariable](\ref ns3::ParetoRandomVariable)</li>
42946 <li>[ns3::WeibullRandomVariable](\ref ns3::WeibullRandomVariable)</li>
42947 <li>[ns3::NormalRandomVariable](\ref ns3::NormalRandomVariable)</li>
42948 <li>[ns3::LogNormalRandomVariable](\ref ns3::LogNormalRandomVariable)</li>
42949 <li>[ns3::GammaRandomVariable](\ref ns3::GammaRandomVariable)</li>
42950 <li>[ns3::ErlangRandomVariable](\ref ns3::ErlangRandomVariable)</li>
42951 <li>[ns3::TriangularRandomVariable](\ref ns3::TriangularRandomVariable)</li>
42952 <li>[ns3::ZipfRandomVariable](\ref ns3::ZipfRandomVariable)</li>
42953 <li>[ns3::ZetaRandomVariable](\ref ns3::ZetaRandomVariable)</li>
42954 <li>[ns3::DeterministicRandomVariable](\ref ns3::DeterministicRandomVariable)</li>
42955 <li>[ns3::EmpiricalRandomVariable](\ref ns3::EmpiricalRandomVariable)</li>
42956 <li>[ns3::BinomialRandomVariable](\ref ns3::BinomialRandomVariable)</li>
42957 <li>[ns3::BernoulliRandomVariable](\ref ns3::BernoulliRandomVariable)</li>
42958 <li>[ns3::LaplacianRandomVariable](\ref ns3::LaplacianRandomVariable)</li>
42959 <li>[ns3::LargestExtremeValueRandomVariable](\ref ns3::LargestExtremeValueRandomVariable)</li>
42960 <li>[ns3::RealtimeSimulatorImpl](\ref ns3::RealtimeSimulatorImpl)</li>
42961 <li>[ns3::WallClockSynchronizer](\ref ns3::WallClockSynchronizer)</li>
42962</ul>
42963<b>Csma</b><br>
42964<ul>
42965 <li>[ns3::CsmaChannel](\ref ns3::CsmaChannel)</li>
42966 <li>[ns3::CsmaNetDevice](\ref ns3::CsmaNetDevice)</li>
42967</ul>
42968<b>Dsdv</b><br>
42969<ul>
42970 <li>[ns3::dsdv::DsdvHeader](\ref ns3::dsdv::DsdvHeader)</li>
42971 <li>[ns3::dsdv::RoutingProtocol](\ref ns3::dsdv::RoutingProtocol)</li>
42972</ul>
42973<b>Dsr</b><br>
42974<ul>
42975 <li>[ns3::dsr::DsrFsHeader](\ref ns3::dsr::DsrFsHeader)</li>
42976 <li>[ns3::dsr::DsrGraReply](\ref ns3::dsr::DsrGraReply)</li>
42977 <li>[ns3::dsr::DsrNetworkQueue](\ref ns3::dsr::DsrNetworkQueue)</li>
42978 <li>[ns3::dsr::DsrOptionHeader](\ref ns3::dsr::DsrOptionHeader)</li>
42979 <li>[ns3::dsr::DsrOptionPad1Header](\ref ns3::dsr::DsrOptionPad1Header)</li>
42980 <li>[ns3::dsr::DsrOptionPadnHeader](\ref ns3::dsr::DsrOptionPadnHeader)</li>
42981 <li>[ns3::dsr::DsrOptionRreqHeader](\ref ns3::dsr::DsrOptionRreqHeader)</li>
42982 <li>[ns3::dsr::DsrOptionRrepHeader](\ref ns3::dsr::DsrOptionRrepHeader)</li>
42983 <li>[ns3::dsr::DsrOptionSRHeader](\ref ns3::dsr::DsrOptionSRHeader)</li>
42984 <li>[ns3::dsr::DsrOptionRerrHeader](\ref ns3::dsr::DsrOptionRerrHeader)</li>
42985 <li>[ns3::dsr::DsrOptionRerrUnreachHeader](\ref ns3::dsr::DsrOptionRerrUnreachHeader)</li>
42986 <li>[ns3::dsr::DsrOptionRerrUnsupportedHeader](\ref ns3::dsr::DsrOptionRerrUnsupportedHeader)</li>
42987 <li>[ns3::dsr::DsrOptionAckReqHeader](\ref ns3::dsr::DsrOptionAckReqHeader)</li>
42988 <li>[ns3::dsr::DsrOptionAckHeader](\ref ns3::dsr::DsrOptionAckHeader)</li>
42989 <li>[ns3::dsr::DsrOptions](\ref ns3::dsr::DsrOptions)</li>
42990 <li>[ns3::dsr::DsrOptionPad1](\ref ns3::dsr::DsrOptionPad1)</li>
42991 <li>[ns3::dsr::DsrOptionPadn](\ref ns3::dsr::DsrOptionPadn)</li>
42992 <li>[ns3::dsr::DsrOptionRreq](\ref ns3::dsr::DsrOptionRreq)</li>
42993 <li>[ns3::dsr::DsrOptionRrep](\ref ns3::dsr::DsrOptionRrep)</li>
42994 <li>[ns3::dsr::DsrOptionSR](\ref ns3::dsr::DsrOptionSR)</li>
42995 <li>[ns3::dsr::DsrOptionRerr](\ref ns3::dsr::DsrOptionRerr)</li>
42996 <li>[ns3::dsr::DsrOptionAckReq](\ref ns3::dsr::DsrOptionAckReq)</li>
42997 <li>[ns3::dsr::DsrOptionAck](\ref ns3::dsr::DsrOptionAck)</li>
42998 <li>[ns3::dsr::DsrPassiveBuffer](\ref ns3::dsr::DsrPassiveBuffer)</li>
42999 <li>[ns3::dsr::DsrRouteCache](\ref ns3::dsr::DsrRouteCache)</li>
43000 <li>[ns3::dsr::DsrRouting](\ref ns3::dsr::DsrRouting)</li>
43001 <li>[ns3::dsr::DsrRreqTable](\ref ns3::dsr::DsrRreqTable)</li>
43002</ul>
43003<b>Energy</b><br>
43004<ul>
43005 <li>[ns3::energy::EnergyHarvesterContainer](\ref ns3::energy::EnergyHarvesterContainer)</li>
43006 <li>[ns3::energy::EnergySourceContainer](\ref ns3::energy::EnergySourceContainer)</li>
43007 <li>[ns3::energy::BasicEnergyHarvester](\ref ns3::energy::BasicEnergyHarvester)</li>
43008 <li>[ns3::energy::EnergyHarvester](\ref ns3::energy::EnergyHarvester)</li>
43009 <li>[ns3::energy::BasicEnergySource](\ref ns3::energy::BasicEnergySource)</li>
43010 <li>[ns3::energy::EnergySource](\ref ns3::energy::EnergySource)</li>
43011 <li>[ns3::energy::DeviceEnergyModel](\ref ns3::energy::DeviceEnergyModel)</li>
43012 <li>[ns3::energy::GenericBatteryModel](\ref ns3::energy::GenericBatteryModel)</li>
43013 <li>[ns3::energy::RvBatteryModel](\ref ns3::energy::RvBatteryModel)</li>
43014 <li>[ns3::energy::SimpleDeviceEnergyModel](\ref ns3::energy::SimpleDeviceEnergyModel)</li>
43015 <li>[ns3::WifiRadioEnergyModel](\ref ns3::WifiRadioEnergyModel)</li>
43016</ul>
43017<b>FdNetDevice</b><br>
43018<ul>
43019 <li>[ns3::FdNetDevice](\ref ns3::FdNetDevice)</li>
43020</ul>
43021<b>FlowMonitor</b><br>
43022<ul>
43023 <li>[ns3::FlowMonitor](\ref ns3::FlowMonitor)</li>
43024</ul>
43025<b>Internet</b><br>
43026<ul>
43027 <li>[ns3::ArpCache](\ref ns3::ArpCache)</li>
43028 <li>[ns3::ArpHeader](\ref ns3::ArpHeader)</li>
43029 <li>[ns3::ArpL3Protocol](\ref ns3::ArpL3Protocol)</li>
43030 <li>[ns3::GlobalRouter](\ref ns3::GlobalRouter)</li>
43031 <li>[ns3::Icmpv4L4Protocol](\ref ns3::Icmpv4L4Protocol)</li>
43032 <li>[ns3::IpL4Protocol](\ref ns3::IpL4Protocol)</li>
43033 <li>[ns3::Icmpv4Header](\ref ns3::Icmpv4Header)</li>
43034 <li>[ns3::Icmpv4Echo](\ref ns3::Icmpv4Echo)</li>
43035 <li>[ns3::Icmpv4DestinationUnreachable](\ref ns3::Icmpv4DestinationUnreachable)</li>
43036 <li>[ns3::Icmpv4TimeExceeded](\ref ns3::Icmpv4TimeExceeded)</li>
43037 <li>[ns3::Icmpv6Header](\ref ns3::Icmpv6Header)</li>
43038 <li>[ns3::Icmpv6NS](\ref ns3::Icmpv6NS)</li>
43039 <li>[ns3::Icmpv6NA](\ref ns3::Icmpv6NA)</li>
43040 <li>[ns3::Icmpv6RA](\ref ns3::Icmpv6RA)</li>
43041 <li>[ns3::Icmpv6RS](\ref ns3::Icmpv6RS)</li>
43042 <li>[ns3::Icmpv6Redirection](\ref ns3::Icmpv6Redirection)</li>
43043 <li>[ns3::Icmpv6Echo](\ref ns3::Icmpv6Echo)</li>
43044 <li>[ns3::Icmpv6DestinationUnreachable](\ref ns3::Icmpv6DestinationUnreachable)</li>
43045 <li>[ns3::Icmpv6TooBig](\ref ns3::Icmpv6TooBig)</li>
43046 <li>[ns3::Icmpv6TimeExceeded](\ref ns3::Icmpv6TimeExceeded)</li>
43047 <li>[ns3::Icmpv6ParameterError](\ref ns3::Icmpv6ParameterError)</li>
43048 <li>[ns3::Icmpv6OptionHeader](\ref ns3::Icmpv6OptionHeader)</li>
43049 <li>[ns3::Icmpv6OptionMtu](\ref ns3::Icmpv6OptionMtu)</li>
43050 <li>[ns3::Icmpv6OptionPrefixInformation](\ref ns3::Icmpv6OptionPrefixInformation)</li>
43051 <li>[ns3::Icmpv6OptionLinkLayerAddress](\ref ns3::Icmpv6OptionLinkLayerAddress)</li>
43052 <li>[ns3::Icmpv6OptionRedirected](\ref ns3::Icmpv6OptionRedirected)</li>
43053 <li>[ns3::Icmpv6L4Protocol](\ref ns3::Icmpv6L4Protocol)</li>
43054 <li>[ns3::Ipv4GlobalRouting](\ref ns3::Ipv4GlobalRouting)</li>
43055 <li>[ns3::Ipv4Header](\ref ns3::Ipv4Header)</li>
43056 <li>[ns3::Ipv4Interface](\ref ns3::Ipv4Interface)</li>
43057 <li>[ns3::Ipv4L3Protocol](\ref ns3::Ipv4L3Protocol)</li>
43058 <li>[ns3::Ipv4](\ref ns3::Ipv4)</li>
43059 <li>[ns3::Ipv4ListRouting](\ref ns3::Ipv4ListRouting)</li>
43060 <li>[ns3::Ipv4RoutingProtocol](\ref ns3::Ipv4RoutingProtocol)</li>
43061 <li>[ns3::Ipv4PacketFilter](\ref ns3::Ipv4PacketFilter)</li>
43062 <li>[ns3::Ipv4PacketProbe](\ref ns3::Ipv4PacketProbe)</li>
43063 <li>[ns3::Ipv4RawSocketFactory](\ref ns3::Ipv4RawSocketFactory)</li>
43064 <li>[ns3::Ipv4RawSocketImpl](\ref ns3::Ipv4RawSocketImpl)</li>
43065 <li>[ns3::Ipv4StaticRouting](\ref ns3::Ipv4StaticRouting)</li>
43066 <li>[ns3::Ipv6ExtensionDemux](\ref ns3::Ipv6ExtensionDemux)</li>
43067 <li>[ns3::Ipv6ExtensionHeader](\ref ns3::Ipv6ExtensionHeader)</li>
43068 <li>[ns3::Ipv6ExtensionHopByHopHeader](\ref ns3::Ipv6ExtensionHopByHopHeader)</li>
43069 <li>[ns3::Ipv6ExtensionDestinationHeader](\ref ns3::Ipv6ExtensionDestinationHeader)</li>
43070 <li>[ns3::Ipv6ExtensionFragmentHeader](\ref ns3::Ipv6ExtensionFragmentHeader)</li>
43071 <li>[ns3::Ipv6ExtensionRoutingHeader](\ref ns3::Ipv6ExtensionRoutingHeader)</li>
43072 <li>[ns3::Ipv6ExtensionLooseRoutingHeader](\ref ns3::Ipv6ExtensionLooseRoutingHeader)</li>
43073 <li>[ns3::Ipv6ExtensionESPHeader](\ref ns3::Ipv6ExtensionESPHeader)</li>
43074 <li>[ns3::Ipv6ExtensionAHHeader](\ref ns3::Ipv6ExtensionAHHeader)</li>
43075 <li>[ns3::Ipv6Extension](\ref ns3::Ipv6Extension)</li>
43076 <li>[ns3::Ipv6ExtensionHopByHop](\ref ns3::Ipv6ExtensionHopByHop)</li>
43077 <li>[ns3::Ipv6ExtensionDestination](\ref ns3::Ipv6ExtensionDestination)</li>
43078 <li>[ns3::Ipv6ExtensionFragment](\ref ns3::Ipv6ExtensionFragment)</li>
43079 <li>[ns3::Ipv6ExtensionRouting](\ref ns3::Ipv6ExtensionRouting)</li>
43080 <li>[ns3::Ipv6ExtensionRoutingDemux](\ref ns3::Ipv6ExtensionRoutingDemux)</li>
43081 <li>[ns3::Ipv6ExtensionLooseRouting](\ref ns3::Ipv6ExtensionLooseRouting)</li>
43082 <li>[ns3::Ipv6ExtensionESP](\ref ns3::Ipv6ExtensionESP)</li>
43083 <li>[ns3::Ipv6ExtensionAH](\ref ns3::Ipv6ExtensionAH)</li>
43084 <li>[ns3::Ipv6Header](\ref ns3::Ipv6Header)</li>
43085 <li>[ns3::Ipv6Interface](\ref ns3::Ipv6Interface)</li>
43086 <li>[ns3::Ipv6L3Protocol](\ref ns3::Ipv6L3Protocol)</li>
43087 <li>[ns3::Ipv6](\ref ns3::Ipv6)</li>
43088 <li>[ns3::Ipv6ListRouting](\ref ns3::Ipv6ListRouting)</li>
43089 <li>[ns3::Ipv6RoutingProtocol](\ref ns3::Ipv6RoutingProtocol)</li>
43090 <li>[ns3::Ipv6OptionDemux](\ref ns3::Ipv6OptionDemux)</li>
43091 <li>[ns3::Ipv6OptionHeader](\ref ns3::Ipv6OptionHeader)</li>
43092 <li>[ns3::Ipv6OptionPad1Header](\ref ns3::Ipv6OptionPad1Header)</li>
43093 <li>[ns3::Ipv6OptionPadnHeader](\ref ns3::Ipv6OptionPadnHeader)</li>
43094 <li>[ns3::Ipv6OptionJumbogramHeader](\ref ns3::Ipv6OptionJumbogramHeader)</li>
43095 <li>[ns3::Ipv6OptionRouterAlertHeader](\ref ns3::Ipv6OptionRouterAlertHeader)</li>
43096 <li>[ns3::Ipv6Option](\ref ns3::Ipv6Option)</li>
43097 <li>[ns3::Ipv6OptionPad1](\ref ns3::Ipv6OptionPad1)</li>
43098 <li>[ns3::Ipv6OptionPadn](\ref ns3::Ipv6OptionPadn)</li>
43099 <li>[ns3::Ipv6OptionJumbogram](\ref ns3::Ipv6OptionJumbogram)</li>
43100 <li>[ns3::Ipv6OptionRouterAlert](\ref ns3::Ipv6OptionRouterAlert)</li>
43101 <li>[ns3::Ipv6PacketFilter](\ref ns3::Ipv6PacketFilter)</li>
43102 <li>[ns3::Ipv6PacketProbe](\ref ns3::Ipv6PacketProbe)</li>
43103 <li>[ns3::Ipv6PmtuCache](\ref ns3::Ipv6PmtuCache)</li>
43104 <li>[ns3::Ipv6RawSocketFactory](\ref ns3::Ipv6RawSocketFactory)</li>
43105 <li>[ns3::Ipv6RawSocketImpl](\ref ns3::Ipv6RawSocketImpl)</li>
43106 <li>[ns3::Ipv6StaticRouting](\ref ns3::Ipv6StaticRouting)</li>
43107 <li>[ns3::LoopbackNetDevice](\ref ns3::LoopbackNetDevice)</li>
43108 <li>[ns3::NdiscCache](\ref ns3::NdiscCache)</li>
43109 <li>[ns3::RipRte](\ref ns3::RipRte)</li>
43110 <li>[ns3::RipHeader](\ref ns3::RipHeader)</li>
43111 <li>[ns3::Rip](\ref ns3::Rip)</li>
43112 <li>[ns3::RipNgRte](\ref ns3::RipNgRte)</li>
43113 <li>[ns3::RipNgHeader](\ref ns3::RipNgHeader)</li>
43114 <li>[ns3::RipNg](\ref ns3::RipNg)</li>
43115 <li>[ns3::RttEstimator](\ref ns3::RttEstimator)</li>
43116 <li>[ns3::RttMeanDeviation](\ref ns3::RttMeanDeviation)</li>
43117 <li>[ns3::TcpBbr](\ref ns3::TcpBbr)</li>
43118 <li>[ns3::TcpCongestionOps](\ref ns3::TcpCongestionOps)</li>
43119 <li>[ns3::TcpBic](\ref ns3::TcpBic)</li>
43120 <li>[ns3::TcpNewReno](\ref ns3::TcpNewReno)</li>
43121 <li>[ns3::TcpCubic](\ref ns3::TcpCubic)</li>
43122 <li>[ns3::TcpDctcp](\ref ns3::TcpDctcp)</li>
43123 <li>[ns3::TcpLinuxReno](\ref ns3::TcpLinuxReno)</li>
43124 <li>[ns3::TcpHeader](\ref ns3::TcpHeader)</li>
43125 <li>[ns3::TcpHighSpeed](\ref ns3::TcpHighSpeed)</li>
43126 <li>[ns3::TcpHtcp](\ref ns3::TcpHtcp)</li>
43127 <li>[ns3::TcpHybla](\ref ns3::TcpHybla)</li>
43128 <li>[ns3::TcpIllinois](\ref ns3::TcpIllinois)</li>
43129 <li>[ns3::TcpL4Protocol](\ref ns3::TcpL4Protocol)</li>
43130 <li>[ns3::TcpPrrRecovery](\ref ns3::TcpPrrRecovery)</li>
43131 <li>[ns3::TcpClassicRecovery](\ref ns3::TcpClassicRecovery)</li>
43132 <li>[ns3::TcpRecoveryOps](\ref ns3::TcpRecoveryOps)</li>
43133 <li>[ns3::TcpLedbat](\ref ns3::TcpLedbat)</li>
43134 <li>[ns3::TcpLp](\ref ns3::TcpLp)</li>
43135 <li>[ns3::TcpOptionEnd](\ref ns3::TcpOptionEnd)</li>
43136 <li>[ns3::TcpOption](\ref ns3::TcpOption)</li>
43137 <li>[ns3::TcpOptionNOP](\ref ns3::TcpOptionNOP)</li>
43138 <li>[ns3::TcpOptionMSS](\ref ns3::TcpOptionMSS)</li>
43139 <li>[ns3::TcpOptionSackPermitted](\ref ns3::TcpOptionSackPermitted)</li>
43140 <li>[ns3::TcpOptionSack](\ref ns3::TcpOptionSack)</li>
43141 <li>[ns3::TcpOptionTS](\ref ns3::TcpOptionTS)</li>
43142 <li>[ns3::TcpOptionWinScale](\ref ns3::TcpOptionWinScale)</li>
43143 <li>[ns3::TcpOptionUnknown](\ref ns3::TcpOptionUnknown)</li>
43144 <li>[ns3::TcpRateOps](\ref ns3::TcpRateOps)</li>
43145 <li>[ns3::TcpRateLinux](\ref ns3::TcpRateLinux)</li>
43146 <li>[ns3::TcpRxBuffer](\ref ns3::TcpRxBuffer)</li>
43147 <li>[ns3::TcpScalable](\ref ns3::TcpScalable)</li>
43148 <li>[ns3::TcpSocketBase](\ref ns3::TcpSocketBase)</li>
43149 <li>[ns3::TcpSocket](\ref ns3::TcpSocket)</li>
43150 <li>[ns3::TcpSocketFactory](\ref ns3::TcpSocketFactory)</li>
43151 <li>[ns3::TcpSocketState](\ref ns3::TcpSocketState)</li>
43152 <li>[ns3::TcpTxBuffer](\ref ns3::TcpTxBuffer)</li>
43153 <li>[ns3::TcpVegas](\ref ns3::TcpVegas)</li>
43154 <li>[ns3::TcpVeno](\ref ns3::TcpVeno)</li>
43155 <li>[ns3::TcpWestwoodPlus](\ref ns3::TcpWestwoodPlus)</li>
43156 <li>[ns3::TcpYeah](\ref ns3::TcpYeah)</li>
43157 <li>[ns3::UdpHeader](\ref ns3::UdpHeader)</li>
43158 <li>[ns3::UdpL4Protocol](\ref ns3::UdpL4Protocol)</li>
43159 <li>[ns3::UdpSocketFactory](\ref ns3::UdpSocketFactory)</li>
43160 <li>[ns3::UdpSocketImpl](\ref ns3::UdpSocketImpl)</li>
43161 <li>[ns3::UdpSocket](\ref ns3::UdpSocket)</li>
43162</ul>
43163<b>Internet-Apps</b><br>
43164<ul>
43165 <li>[ns3::DhcpClient](\ref ns3::DhcpClient)</li>
43166 <li>[ns3::DhcpHeader](\ref ns3::DhcpHeader)</li>
43167 <li>[ns3::DhcpServer](\ref ns3::DhcpServer)</li>
43168 <li>[ns3::Ping](\ref ns3::Ping)</li>
43169 <li>[ns3::Radvd](\ref ns3::Radvd)</li>
43170 <li>[ns3::V4TraceRoute](\ref ns3::V4TraceRoute)</li>
43171</ul>
43172<b>LrWpan</b><br>
43173<ul>
43174 <li>[ns3::lrwpan::LrWpanCsmaCa](\ref ns3::lrwpan::LrWpanCsmaCa)</li>
43175 <li>[ns3::lrwpan::LrWpanErrorModel](\ref ns3::lrwpan::LrWpanErrorModel)</li>
43176 <li>[ns3::lrwpan::LrWpanLqiTag](\ref ns3::lrwpan::LrWpanLqiTag)</li>
43177 <li>[ns3::lrwpan::LrWpanMacHeader](\ref ns3::lrwpan::LrWpanMacHeader)</li>
43178 <li>[ns3::lrwpan::BeaconPayloadHeader](\ref ns3::lrwpan::BeaconPayloadHeader)</li>
43179 <li>[ns3::CommandPayloadHeader](\ref ns3::CommandPayloadHeader)</li>
43180 <li>[ns3::lrwpan::LrWpanMacTrailer](\ref ns3::lrwpan::LrWpanMacTrailer)</li>
43181 <li>[ns3::lrwpan::LrWpanMacBase](\ref ns3::lrwpan::LrWpanMacBase)</li>
43182 <li>[ns3::lrwpan::LrWpanMac](\ref ns3::lrwpan::LrWpanMac)</li>
43183 <li>[ns3::lrwpan::LrWpanNetDevice](\ref ns3::lrwpan::LrWpanNetDevice)</li>
43184 <li>[ns3::lrwpan::LrWpanPhy](\ref ns3::lrwpan::LrWpanPhy)</li>
43185</ul>
43186<b>Lte</b><br>
43187<ul>
43188 <li>[ns3::EmuEpcHelper](\ref ns3::EmuEpcHelper)</li>
43189 <li>[ns3::EpcHelper](\ref ns3::EpcHelper)</li>
43190 <li>[ns3::LteStatsCalculator](\ref ns3::LteStatsCalculator)</li>
43191 <li>[ns3::MacStatsCalculator](\ref ns3::MacStatsCalculator)</li>
43192 <li>[ns3::NoBackhaulEpcHelper](\ref ns3::NoBackhaulEpcHelper)</li>
43193 <li>[ns3::PhyRxStatsCalculator](\ref ns3::PhyRxStatsCalculator)</li>
43194 <li>[ns3::PhyStatsCalculator](\ref ns3::PhyStatsCalculator)</li>
43195 <li>[ns3::PhyTxStatsCalculator](\ref ns3::PhyTxStatsCalculator)</li>
43196 <li>[ns3::PointToPointEpcHelper](\ref ns3::PointToPointEpcHelper)</li>
43197 <li>[ns3::RadioBearerStatsCalculator](\ref ns3::RadioBearerStatsCalculator)</li>
43198 <li>[ns3::RadioEnvironmentMapHelper](\ref ns3::RadioEnvironmentMapHelper)</li>
43199 <li>[ns3::A2A4RsrqHandoverAlgorithm](\ref ns3::A2A4RsrqHandoverAlgorithm)</li>
43200 <li>[ns3::LteHandoverAlgorithm](\ref ns3::LteHandoverAlgorithm)</li>
43201 <li>[ns3::A3RsrpHandoverAlgorithm](\ref ns3::A3RsrpHandoverAlgorithm)</li>
43202 <li>[ns3::CqaFfMacScheduler](\ref ns3::CqaFfMacScheduler)</li>
43203 <li>[ns3::FfMacScheduler](\ref ns3::FfMacScheduler)</li>
43204 <li>[ns3::GtpcHeader](\ref ns3::GtpcHeader)</li>
43205 <li>[ns3::GtpuHeader](\ref ns3::GtpuHeader)</li>
43206 <li>[ns3::EpcMmeApplication](\ref ns3::EpcMmeApplication)</li>
43207 <li>[ns3::EpcSgwApplication](\ref ns3::EpcSgwApplication)</li>
43208 <li>[ns3::EpcUeNas](\ref ns3::EpcUeNas)</li>
43209 <li>[ns3::EpcX2Header](\ref ns3::EpcX2Header)</li>
43210 <li>[ns3::EpcX2HandoverRequestHeader](\ref ns3::EpcX2HandoverRequestHeader)</li>
43211 <li>[ns3::EpcX2HandoverRequestAckHeader](\ref ns3::EpcX2HandoverRequestAckHeader)</li>
43212 <li>[ns3::EpcX2HandoverPreparationFailureHeader](\ref ns3::EpcX2HandoverPreparationFailureHeader)</li>
43213 <li>[ns3::EpcX2SnStatusTransferHeader](\ref ns3::EpcX2SnStatusTransferHeader)</li>
43214 <li>[ns3::EpcX2UeContextReleaseHeader](\ref ns3::EpcX2UeContextReleaseHeader)</li>
43215 <li>[ns3::EpcX2LoadInformationHeader](\ref ns3::EpcX2LoadInformationHeader)</li>
43216 <li>[ns3::EpcX2ResourceStatusUpdateHeader](\ref ns3::EpcX2ResourceStatusUpdateHeader)</li>
43217 <li>[ns3::EpcX2HandoverCancelHeader](\ref ns3::EpcX2HandoverCancelHeader)</li>
43218 <li>[ns3::EpcX2](\ref ns3::EpcX2)</li>
43219 <li>[ns3::EpsBearerTag](\ref ns3::EpsBearerTag)</li>
43220 <li>[ns3::EpsBearer](\ref ns3::EpsBearer)</li>
43221 <li>[ns3::FdBetFfMacScheduler](\ref ns3::FdBetFfMacScheduler)</li>
43222 <li>[ns3::FdMtFfMacScheduler](\ref ns3::FdMtFfMacScheduler)</li>
43223 <li>[ns3::FdTbfqFfMacScheduler](\ref ns3::FdTbfqFfMacScheduler)</li>
43224 <li>[ns3::LteAmc](\ref ns3::LteAmc)</li>
43225 <li>[ns3::LteAnr](\ref ns3::LteAnr)</li>
43226 <li>[ns3::Asn1Header](\ref ns3::Asn1Header)</li>
43227 <li>[ns3::LteEnbComponentCarrierManager](\ref ns3::LteEnbComponentCarrierManager)</li>
43228 <li>[ns3::LteEnbMac](\ref ns3::LteEnbMac)</li>
43229 <li>[ns3::LteEnbPhy](\ref ns3::LteEnbPhy)</li>
43230 <li>[ns3::LtePhy](\ref ns3::LtePhy)</li>
43231 <li>[ns3::LteEnbRrc](\ref ns3::LteEnbRrc)</li>
43232 <li>[ns3::LteFfrAlgorithm](\ref ns3::LteFfrAlgorithm)</li>
43233 <li>[ns3::LteFfrDistributedAlgorithm](\ref ns3::LteFfrDistributedAlgorithm)</li>
43234 <li>[ns3::LteFfrEnhancedAlgorithm](\ref ns3::LteFfrEnhancedAlgorithm)</li>
43235 <li>[ns3::LteFfrSoftAlgorithm](\ref ns3::LteFfrSoftAlgorithm)</li>
43236 <li>[ns3::LteFrHardAlgorithm](\ref ns3::LteFrHardAlgorithm)</li>
43237 <li>[ns3::LteFrNoOpAlgorithm](\ref ns3::LteFrNoOpAlgorithm)</li>
43238 <li>[ns3::LteFrSoftAlgorithm](\ref ns3::LteFrSoftAlgorithm)</li>
43239 <li>[ns3::LteFrStrictAlgorithm](\ref ns3::LteFrStrictAlgorithm)</li>
43240 <li>[ns3::LtePdcpHeader](\ref ns3::LtePdcpHeader)</li>
43241 <li>[ns3::PdcpTag](\ref ns3::PdcpTag)</li>
43242 <li>[ns3::LtePdcp](\ref ns3::LtePdcp)</li>
43243 <li>[ns3::LtePhyTag](\ref ns3::LtePhyTag)</li>
43244 <li>[ns3::LteRadioBearerTag](\ref ns3::LteRadioBearerTag)</li>
43245 <li>[ns3::LteRlcAmHeader](\ref ns3::LteRlcAmHeader)</li>
43246 <li>[ns3::LteRlcAm](\ref ns3::LteRlcAm)</li>
43247 <li>[ns3::LteRlc](\ref ns3::LteRlc)</li>
43248 <li>[ns3::LteRlcHeader](\ref ns3::LteRlcHeader)</li>
43249 <li>[ns3::LteRlcSduStatusTag](\ref ns3::LteRlcSduStatusTag)</li>
43250 <li>[ns3::RlcTag](\ref ns3::RlcTag)</li>
43251 <li>[ns3::LteRlcTm](\ref ns3::LteRlcTm)</li>
43252 <li>[ns3::LteRlcUm](\ref ns3::LteRlcUm)</li>
43253 <li>[ns3::LteRlcSm](\ref ns3::LteRlcSm)</li>
43254 <li>[ns3::LteUeRrcProtocolIdeal](\ref ns3::LteUeRrcProtocolIdeal)</li>
43255 <li>[ns3::LteEnbRrcProtocolIdeal](\ref ns3::LteEnbRrcProtocolIdeal)</li>
43256 <li>[ns3::LteUeRrcProtocolReal](\ref ns3::LteUeRrcProtocolReal)</li>
43257 <li>[ns3::LteEnbRrcProtocolReal](\ref ns3::LteEnbRrcProtocolReal)</li>
43258 <li>[ns3::LteSpectrumPhy](\ref ns3::LteSpectrumPhy)</li>
43259 <li>[ns3::LteUeComponentCarrierManager](\ref ns3::LteUeComponentCarrierManager)</li>
43260 <li>[ns3::LteUeMac](\ref ns3::LteUeMac)</li>
43261 <li>[ns3::LteUePhy](\ref ns3::LteUePhy)</li>
43262 <li>[ns3::LteUePowerControl](\ref ns3::LteUePowerControl)</li>
43263 <li>[ns3::LteUeRrc](\ref ns3::LteUeRrc)</li>
43264 <li>[ns3::NoOpComponentCarrierManager](\ref ns3::NoOpComponentCarrierManager)</li>
43265 <li>[ns3::RrComponentCarrierManager](\ref ns3::RrComponentCarrierManager)</li>
43266 <li>[ns3::NoOpHandoverAlgorithm](\ref ns3::NoOpHandoverAlgorithm)</li>
43267 <li>[ns3::PfFfMacScheduler](\ref ns3::PfFfMacScheduler)</li>
43268 <li>[ns3::PssFfMacScheduler](\ref ns3::PssFfMacScheduler)</li>
43269 <li>[ns3::RemSpectrumPhy](\ref ns3::RemSpectrumPhy)</li>
43270 <li>[ns3::RrFfMacScheduler](\ref ns3::RrFfMacScheduler)</li>
43271 <li>[ns3::SimpleUeComponentCarrierManager](\ref ns3::SimpleUeComponentCarrierManager)</li>
43272 <li>[ns3::TdBetFfMacScheduler](\ref ns3::TdBetFfMacScheduler)</li>
43273 <li>[ns3::TdMtFfMacScheduler](\ref ns3::TdMtFfMacScheduler)</li>
43274 <li>[ns3::TdTbfqFfMacScheduler](\ref ns3::TdTbfqFfMacScheduler)</li>
43275 <li>[ns3::TtaFfMacScheduler](\ref ns3::TtaFfMacScheduler)</li>
43276</ul>
43277<b>Mesh</b><br>
43278<ul>
43279 <li>[ns3::Dot11sStack](\ref ns3::Dot11sStack)</li>
43280 <li>[ns3::MeshStack](\ref ns3::MeshStack)</li>
43281 <li>[ns3::FlameStack](\ref ns3::FlameStack)</li>
43282 <li>[ns3::dot11s::AirtimeLinkMetricCalculator](\ref ns3::dot11s::AirtimeLinkMetricCalculator)</li>
43283 <li>[ns3::dot11s::HwmpProtocol](\ref ns3::dot11s::HwmpProtocol)</li>
43284 <li>[ns3::MeshL2RoutingProtocol](\ref ns3::MeshL2RoutingProtocol)</li>
43285 <li>[ns3::dot11s::HwmpRtable](\ref ns3::dot11s::HwmpRtable)</li>
43286 <li>[ns3::dot11s::HwmpTag](\ref ns3::dot11s::HwmpTag)</li>
43287 <li>[ns3::dot11s::PeerLinkOpenStart](\ref ns3::dot11s::PeerLinkOpenStart)</li>
43288 <li>[ns3::dot11s::PeerLinkCloseStart](\ref ns3::dot11s::PeerLinkCloseStart)</li>
43289 <li>[ns3::dot11s::PeerLinkConfirmStart](\ref ns3::dot11s::PeerLinkConfirmStart)</li>
43290 <li>[ns3::dot11s::PeerLink](\ref ns3::dot11s::PeerLink)</li>
43291 <li>[ns3::dot11s::PeerManagementProtocol](\ref ns3::dot11s::PeerManagementProtocol)</li>
43292 <li>[ns3::flame::FlameHeader](\ref ns3::flame::FlameHeader)</li>
43293 <li>[ns3::flame::FlameTag](\ref ns3::flame::FlameTag)</li>
43294 <li>[ns3::flame::FlameProtocol](\ref ns3::flame::FlameProtocol)</li>
43295 <li>[ns3::flame::FlameRtable](\ref ns3::flame::FlameRtable)</li>
43296 <li>[ns3::MeshInformationElementVector](\ref ns3::MeshInformationElementVector)</li>
43297 <li>[ns3::MeshPointDevice](\ref ns3::MeshPointDevice)</li>
43298 <li>[ns3::MeshWifiInterfaceMac](\ref ns3::MeshWifiInterfaceMac)</li>
43299</ul>
43300<b>Mobility</b><br>
43301<ul>
43302 <li>[ns3::ConstantAccelerationMobilityModel](\ref ns3::ConstantAccelerationMobilityModel)</li>
43303 <li>[ns3::MobilityModel](\ref ns3::MobilityModel)</li>
43304 <li>[ns3::ConstantPositionMobilityModel](\ref ns3::ConstantPositionMobilityModel)</li>
43305 <li>[ns3::ConstantVelocityMobilityModel](\ref ns3::ConstantVelocityMobilityModel)</li>
43306 <li>[ns3::GaussMarkovMobilityModel](\ref ns3::GaussMarkovMobilityModel)</li>
43307 <li>[ns3::GeocentricConstantPositionMobilityModel](\ref ns3::GeocentricConstantPositionMobilityModel)</li>
43308 <li>[ns3::HierarchicalMobilityModel](\ref ns3::HierarchicalMobilityModel)</li>
43309 <li>[ns3::PositionAllocator](\ref ns3::PositionAllocator)</li>
43310 <li>[ns3::ListPositionAllocator](\ref ns3::ListPositionAllocator)</li>
43311 <li>[ns3::GridPositionAllocator](\ref ns3::GridPositionAllocator)</li>
43312 <li>[ns3::RandomRectanglePositionAllocator](\ref ns3::RandomRectanglePositionAllocator)</li>
43313 <li>[ns3::RandomBoxPositionAllocator](\ref ns3::RandomBoxPositionAllocator)</li>
43314 <li>[ns3::RandomDiscPositionAllocator](\ref ns3::RandomDiscPositionAllocator)</li>
43315 <li>[ns3::UniformDiscPositionAllocator](\ref ns3::UniformDiscPositionAllocator)</li>
43316 <li>[ns3::RandomDirection2dMobilityModel](\ref ns3::RandomDirection2dMobilityModel)</li>
43317 <li>[ns3::RandomWalk2dMobilityModel](\ref ns3::RandomWalk2dMobilityModel)</li>
43318 <li>[ns3::RandomWaypointMobilityModel](\ref ns3::RandomWaypointMobilityModel)</li>
43319 <li>[ns3::SteadyStateRandomWaypointMobilityModel](\ref ns3::SteadyStateRandomWaypointMobilityModel)</li>
43320 <li>[ns3::WaypointMobilityModel](\ref ns3::WaypointMobilityModel)</li>
43321 <li>[ns3::RandomWalk2dOutdoorMobilityModel](\ref ns3::RandomWalk2dOutdoorMobilityModel)</li>
43322</ul>
43323<b>Network</b><br>
43324<ul>
43325 <li>[ns3::Application](\ref ns3::Application)</li>
43326 <li>[ns3::ChannelListPriv](\ref ns3::ChannelListPriv)</li>
43327 <li>[ns3::Channel](\ref ns3::Channel)</li>
43328 <li>[ns3::Chunk](\ref ns3::Chunk)</li>
43329 <li>[ns3::Header](\ref ns3::Header)</li>
43330 <li>[ns3::NetDevice](\ref ns3::NetDevice)</li>
43331 <li>[ns3::NodeListPriv](\ref ns3::NodeListPriv)</li>
43332 <li>[ns3::Node](\ref ns3::Node)</li>
43333 <li>[ns3::SocketFactory](\ref ns3::SocketFactory)</li>
43334 <li>[ns3::Socket](\ref ns3::Socket)</li>
43335 <li>[ns3::SocketIpTtlTag](\ref ns3::SocketIpTtlTag)</li>
43336 <li>[ns3::Tag](\ref ns3::Tag)</li>
43337 <li>[ns3::SocketIpv6HopLimitTag](\ref ns3::SocketIpv6HopLimitTag)</li>
43338 <li>[ns3::SocketSetDontFragmentTag](\ref ns3::SocketSetDontFragmentTag)</li>
43339 <li>[ns3::Trailer](\ref ns3::Trailer)</li>
43340 <li>[ns3::DropTailQueue<Packet>](\ref ns3::DropTailQueue<Packet>)</li>
43341 <li>[ns3::Queue<Packet>](\ref ns3::Queue<Packet>)</li>
43342 <li>[ns3::QueueBase](\ref ns3::QueueBase)</li>
43343 <li>[ns3::DropTailQueue<QueueDiscItem>](\ref ns3::DropTailQueue<QueueDiscItem>)</li>
43344 <li>[ns3::Queue<QueueDiscItem>](\ref ns3::Queue<QueueDiscItem>)</li>
43345 <li>[ns3::DynamicQueueLimits](\ref ns3::DynamicQueueLimits)</li>
43346 <li>[ns3::QueueLimits](\ref ns3::QueueLimits)</li>
43347 <li>[ns3::ErrorChannel](\ref ns3::ErrorChannel)</li>
43348 <li>[ns3::SimpleChannel](\ref ns3::SimpleChannel)</li>
43349 <li>[ns3::ErrorModel](\ref ns3::ErrorModel)</li>
43350 <li>[ns3::RateErrorModel](\ref ns3::RateErrorModel)</li>
43351 <li>[ns3::BurstErrorModel](\ref ns3::BurstErrorModel)</li>
43352 <li>[ns3::ListErrorModel](\ref ns3::ListErrorModel)</li>
43353 <li>[ns3::ReceiveListErrorModel](\ref ns3::ReceiveListErrorModel)</li>
43354 <li>[ns3::EthernetHeader](\ref ns3::EthernetHeader)</li>
43355 <li>[ns3::EthernetTrailer](\ref ns3::EthernetTrailer)</li>
43356 <li>[ns3::FlowIdTag](\ref ns3::FlowIdTag)</li>
43357 <li>[ns3::LlcSnapHeader](\ref ns3::LlcSnapHeader)</li>
43358 <li>[ns3::NetDeviceQueueInterface](\ref ns3::NetDeviceQueueInterface)</li>
43359 <li>[ns3::NetDeviceQueue](\ref ns3::NetDeviceQueue)</li>
43360 <li>[ns3::PacketBurst](\ref ns3::PacketBurst)</li>
43361 <li>[ns3::PacketProbe](\ref ns3::PacketProbe)</li>
43362 <li>[ns3::PacketSocketClient](\ref ns3::PacketSocketClient)</li>
43363 <li>[ns3::PacketSocketFactory](\ref ns3::PacketSocketFactory)</li>
43364 <li>[ns3::PacketSocketServer](\ref ns3::PacketSocketServer)</li>
43365 <li>[ns3::PacketSocket](\ref ns3::PacketSocket)</li>
43366 <li>[ns3::PacketSocketTag](\ref ns3::PacketSocketTag)</li>
43367 <li>[ns3::DeviceNameTag](\ref ns3::DeviceNameTag)</li>
43368 <li>[ns3::PbbPacket](\ref ns3::PbbPacket)</li>
43369 <li>[ns3::PcapFileWrapper](\ref ns3::PcapFileWrapper)</li>
43370 <li>[ns3::RadiotapHeader](\ref ns3::RadiotapHeader)</li>
43371 <li>[ns3::SimpleTag](\ref ns3::SimpleTag)</li>
43372 <li>[ns3::SimpleNetDevice](\ref ns3::SimpleNetDevice)</li>
43373 <li>[ns3::SllHeader](\ref ns3::SllHeader)</li>
43374 <li>[ns3::TimestampTag](\ref ns3::TimestampTag)</li>
43375 <li>[ns3::Queue<WifiMpdu,WifiMacQueueContainer>](\ref ns3::Queue<WifiMpdu,WifiMacQueueContainer>)</li>
43376</ul>
43377<b>NixVectorRouting</b><br>
43378<ul>
43379 <li>[ns3::Ipv4NixVectorRouting](\ref ns3::Ipv4NixVectorRouting)</li>
43380 <li>[ns3::Ipv6NixVectorRouting](\ref ns3::Ipv6NixVectorRouting)</li>
43381</ul>
43382<b>Olsr</b><br>
43383<ul>
43384 <li>[ns3::olsr::PacketHeader](\ref ns3::olsr::PacketHeader)</li>
43385 <li>[ns3::olsr::MessageHeader](\ref ns3::olsr::MessageHeader)</li>
43386 <li>[ns3::olsr::RoutingProtocol](\ref ns3::olsr::RoutingProtocol)</li>
43387</ul>
43388<b>PointToPoint</b><br>
43389<ul>
43390 <li>[ns3::PointToPointChannel](\ref ns3::PointToPointChannel)</li>
43391 <li>[ns3::PointToPointNetDevice](\ref ns3::PointToPointNetDevice)</li>
43392 <li>[ns3::PppHeader](\ref ns3::PppHeader)</li>
43393</ul>
43394<b>Propagation</b><br>
43395<ul>
43396 <li>[ns3::ChannelCondition](\ref ns3::ChannelCondition)</li>
43397 <li>[ns3::ChannelConditionModel](\ref ns3::ChannelConditionModel)</li>
43398 <li>[ns3::AlwaysLosChannelConditionModel](\ref ns3::AlwaysLosChannelConditionModel)</li>
43399 <li>[ns3::NeverLosChannelConditionModel](\ref ns3::NeverLosChannelConditionModel)</li>
43400 <li>[ns3::NeverLosVehicleChannelConditionModel](\ref ns3::NeverLosVehicleChannelConditionModel)</li>
43401 <li>[ns3::ThreeGppChannelConditionModel](\ref ns3::ThreeGppChannelConditionModel)</li>
43402 <li>[ns3::ThreeGppRmaChannelConditionModel](\ref ns3::ThreeGppRmaChannelConditionModel)</li>
43403 <li>[ns3::ThreeGppUmaChannelConditionModel](\ref ns3::ThreeGppUmaChannelConditionModel)</li>
43404 <li>[ns3::ThreeGppUmiStreetCanyonChannelConditionModel](\ref ns3::ThreeGppUmiStreetCanyonChannelConditionModel)</li>
43405 <li>[ns3::ThreeGppIndoorMixedOfficeChannelConditionModel](\ref ns3::ThreeGppIndoorMixedOfficeChannelConditionModel)</li>
43406 <li>[ns3::ThreeGppIndoorOpenOfficeChannelConditionModel](\ref ns3::ThreeGppIndoorOpenOfficeChannelConditionModel)</li>
43407 <li>[ns3::ThreeGppNTNDenseUrbanChannelConditionModel](\ref ns3::ThreeGppNTNDenseUrbanChannelConditionModel)</li>
43408 <li>[ns3::ThreeGppNTNUrbanChannelConditionModel](\ref ns3::ThreeGppNTNUrbanChannelConditionModel)</li>
43409 <li>[ns3::ThreeGppNTNSuburbanChannelConditionModel](\ref ns3::ThreeGppNTNSuburbanChannelConditionModel)</li>
43410 <li>[ns3::ThreeGppNTNRuralChannelConditionModel](\ref ns3::ThreeGppNTNRuralChannelConditionModel)</li>
43411 <li>[ns3::Cost231PropagationLossModel](\ref ns3::Cost231PropagationLossModel)</li>
43412 <li>[ns3::PropagationLossModel](\ref ns3::PropagationLossModel)</li>
43413 <li>[ns3::ItuR1411LosPropagationLossModel](\ref ns3::ItuR1411LosPropagationLossModel)</li>
43414 <li>[ns3::ItuR1411NlosOverRooftopPropagationLossModel](\ref ns3::ItuR1411NlosOverRooftopPropagationLossModel)</li>
43415 <li>[ns3::JakesProcess](\ref ns3::JakesProcess)</li>
43416 <li>[ns3::JakesPropagationLossModel](\ref ns3::JakesPropagationLossModel)</li>
43417 <li>[ns3::Kun2600MhzPropagationLossModel](\ref ns3::Kun2600MhzPropagationLossModel)</li>
43418 <li>[ns3::OkumuraHataPropagationLossModel](\ref ns3::OkumuraHataPropagationLossModel)</li>
43419 <li>[ns3::ProbabilisticV2vUrbanChannelConditionModel](\ref ns3::ProbabilisticV2vUrbanChannelConditionModel)</li>
43420 <li>[ns3::ProbabilisticV2vHighwayChannelConditionModel](\ref ns3::ProbabilisticV2vHighwayChannelConditionModel)</li>
43421 <li>[ns3::PropagationDelayModel](\ref ns3::PropagationDelayModel)</li>
43422 <li>[ns3::RandomPropagationDelayModel](\ref ns3::RandomPropagationDelayModel)</li>
43423 <li>[ns3::ConstantSpeedPropagationDelayModel](\ref ns3::ConstantSpeedPropagationDelayModel)</li>
43424 <li>[ns3::RandomPropagationLossModel](\ref ns3::RandomPropagationLossModel)</li>
43425 <li>[ns3::FriisPropagationLossModel](\ref ns3::FriisPropagationLossModel)</li>
43426 <li>[ns3::TwoRayGroundPropagationLossModel](\ref ns3::TwoRayGroundPropagationLossModel)</li>
43427 <li>[ns3::LogDistancePropagationLossModel](\ref ns3::LogDistancePropagationLossModel)</li>
43428 <li>[ns3::ThreeLogDistancePropagationLossModel](\ref ns3::ThreeLogDistancePropagationLossModel)</li>
43429 <li>[ns3::NakagamiPropagationLossModel](\ref ns3::NakagamiPropagationLossModel)</li>
43430 <li>[ns3::FixedRssLossModel](\ref ns3::FixedRssLossModel)</li>
43431 <li>[ns3::MatrixPropagationLossModel](\ref ns3::MatrixPropagationLossModel)</li>
43432 <li>[ns3::RangePropagationLossModel](\ref ns3::RangePropagationLossModel)</li>
43433 <li>[ns3::ThreeGppPropagationLossModel](\ref ns3::ThreeGppPropagationLossModel)</li>
43434 <li>[ns3::ThreeGppRmaPropagationLossModel](\ref ns3::ThreeGppRmaPropagationLossModel)</li>
43435 <li>[ns3::ThreeGppUmaPropagationLossModel](\ref ns3::ThreeGppUmaPropagationLossModel)</li>
43436 <li>[ns3::ThreeGppUmiStreetCanyonPropagationLossModel](\ref ns3::ThreeGppUmiStreetCanyonPropagationLossModel)</li>
43437 <li>[ns3::ThreeGppIndoorOfficePropagationLossModel](\ref ns3::ThreeGppIndoorOfficePropagationLossModel)</li>
43438 <li>[ns3::ThreeGppNTNDenseUrbanPropagationLossModel](\ref ns3::ThreeGppNTNDenseUrbanPropagationLossModel)</li>
43439 <li>[ns3::ThreeGppNTNUrbanPropagationLossModel](\ref ns3::ThreeGppNTNUrbanPropagationLossModel)</li>
43440 <li>[ns3::ThreeGppNTNSuburbanPropagationLossModel](\ref ns3::ThreeGppNTNSuburbanPropagationLossModel)</li>
43441 <li>[ns3::ThreeGppNTNRuralPropagationLossModel](\ref ns3::ThreeGppNTNRuralPropagationLossModel)</li>
43442 <li>[ns3::ThreeGppV2vUrbanPropagationLossModel](\ref ns3::ThreeGppV2vUrbanPropagationLossModel)</li>
43443 <li>[ns3::ThreeGppV2vHighwayPropagationLossModel](\ref ns3::ThreeGppV2vHighwayPropagationLossModel)</li>
43444</ul>
43445<b>SixLowPan</b><br>
43446<ul>
43447 <li>[ns3::SixLowPanHc1](\ref ns3::SixLowPanHc1)</li>
43448 <li>[ns3::SixLowPanFrag1](\ref ns3::SixLowPanFrag1)</li>
43449 <li>[ns3::SixLowPanFragN](\ref ns3::SixLowPanFragN)</li>
43450 <li>[ns3::SixLowPanIpv6](\ref ns3::SixLowPanIpv6)</li>
43451 <li>[ns3::SixLowPanIphc](\ref ns3::SixLowPanIphc)</li>
43452 <li>[ns3::SixLowPanNhcExtension](\ref ns3::SixLowPanNhcExtension)</li>
43453 <li>[ns3::SixLowPanUdpNhcExtension](\ref ns3::SixLowPanUdpNhcExtension)</li>
43454 <li>[ns3::SixLowPanBc0](\ref ns3::SixLowPanBc0)</li>
43455 <li>[ns3::SixLowPanMesh](\ref ns3::SixLowPanMesh)</li>
43456 <li>[ns3::SixLowPanNetDevice](\ref ns3::SixLowPanNetDevice)</li>
43457</ul>
43458<b>Spectrum</b><br>
43459<ul>
43460 <li>[ns3::AlohaNoackMacHeader](\ref ns3::AlohaNoackMacHeader)</li>
43461 <li>[ns3::AlohaNoackNetDevice](\ref ns3::AlohaNoackNetDevice)</li>
43462 <li>[ns3::ConstantSpectrumPropagationLossModel](\ref ns3::ConstantSpectrumPropagationLossModel)</li>
43463 <li>[ns3::SpectrumPropagationLossModel](\ref ns3::SpectrumPropagationLossModel)</li>
43464 <li>[ns3::FriisSpectrumPropagationLossModel](\ref ns3::FriisSpectrumPropagationLossModel)</li>
43465 <li>[ns3::HalfDuplexIdealPhy](\ref ns3::HalfDuplexIdealPhy)</li>
43466 <li>[ns3::SpectrumPhy](\ref ns3::SpectrumPhy)</li>
43467 <li>[ns3::TwoRaySpectrumPropagationLossModel](\ref ns3::TwoRaySpectrumPropagationLossModel)</li>
43468 <li>[ns3::PhasedArraySpectrumPropagationLossModel](\ref ns3::PhasedArraySpectrumPropagationLossModel)</li>
43469 <li>[ns3::MultiModelSpectrumChannel](\ref ns3::MultiModelSpectrumChannel)</li>
43470 <li>[ns3::SpectrumChannel](\ref ns3::SpectrumChannel)</li>
43471 <li>[ns3::NonCommunicatingNetDevice](\ref ns3::NonCommunicatingNetDevice)</li>
43472 <li>[ns3::SingleModelSpectrumChannel](\ref ns3::SingleModelSpectrumChannel)</li>
43473 <li>[ns3::SpectrumAnalyzer](\ref ns3::SpectrumAnalyzer)</li>
43474 <li>[ns3::SpectrumErrorModel](\ref ns3::SpectrumErrorModel)</li>
43475 <li>[ns3::ShannonSpectrumErrorModel](\ref ns3::ShannonSpectrumErrorModel)</li>
43476 <li>[ns3::SpectrumTransmitFilter](\ref ns3::SpectrumTransmitFilter)</li>
43477 <li>[ns3::ThreeGppChannelModel](\ref ns3::ThreeGppChannelModel)</li>
43478 <li>[ns3::ThreeGppSpectrumPropagationLossModel](\ref ns3::ThreeGppSpectrumPropagationLossModel)</li>
43479 <li>[ns3::TraceFadingLossModel](\ref ns3::TraceFadingLossModel)</li>
43480 <li>[ns3::TvSpectrumTransmitter](\ref ns3::TvSpectrumTransmitter)</li>
43481 <li>[ns3::WaveformGenerator](\ref ns3::WaveformGenerator)</li>
43482</ul>
43483<b>Stats</b><br>
43484<ul>
43485 <li>[ns3::BooleanProbe](\ref ns3::BooleanProbe)</li>
43486 <li>[ns3::Probe](\ref ns3::Probe)</li>
43487 <li>[ns3::DataCollectionObject](\ref ns3::DataCollectionObject)</li>
43488 <li>[ns3::CounterCalculator<uint32_t>](\ref ns3::CounterCalculator<uint32_t>)</li>
43489 <li>[ns3::DoubleProbe](\ref ns3::DoubleProbe)</li>
43490 <li>[ns3::FileAggregator](\ref ns3::FileAggregator)</li>
43491 <li>[ns3::GnuplotAggregator](\ref ns3::GnuplotAggregator)</li>
43492 <li>[ns3::TimeProbe](\ref ns3::TimeProbe)</li>
43493 <li>[ns3::TimeSeriesAdaptor](\ref ns3::TimeSeriesAdaptor)</li>
43494 <li>[ns3::Uinteger16Probe](\ref ns3::Uinteger16Probe)</li>
43495 <li>[ns3::Uinteger32Probe](\ref ns3::Uinteger32Probe)</li>
43496 <li>[ns3::Uinteger8Probe](\ref ns3::Uinteger8Probe)</li>
43497</ul>
43498<b>TapBridge</b><br>
43499<ul>
43500 <li>[ns3::TapBridge](\ref ns3::TapBridge)</li>
43501</ul>
43502<b>TopologyReader</b><br>
43503<ul>
43504 <li>[ns3::InetTopologyReader](\ref ns3::InetTopologyReader)</li>
43505 <li>[ns3::TopologyReader](\ref ns3::TopologyReader)</li>
43506 <li>[ns3::OrbisTopologyReader](\ref ns3::OrbisTopologyReader)</li>
43507 <li>[ns3::RocketfuelTopologyReader](\ref ns3::RocketfuelTopologyReader)</li>
43508</ul>
43509<b>TrafficControl</b><br>
43510<ul>
43511 <li>[ns3::CobaltQueueDisc](\ref ns3::CobaltQueueDisc)</li>
43512 <li>[ns3::QueueDisc](\ref ns3::QueueDisc)</li>
43513 <li>[ns3::CoDelQueueDisc](\ref ns3::CoDelQueueDisc)</li>
43514 <li>[ns3::FifoQueueDisc](\ref ns3::FifoQueueDisc)</li>
43515 <li>[ns3::FqCobaltFlow](\ref ns3::FqCobaltFlow)</li>
43516 <li>[ns3::QueueDiscClass](\ref ns3::QueueDiscClass)</li>
43517 <li>[ns3::FqCobaltQueueDisc](\ref ns3::FqCobaltQueueDisc)</li>
43518 <li>[ns3::FqCoDelFlow](\ref ns3::FqCoDelFlow)</li>
43519 <li>[ns3::FqCoDelQueueDisc](\ref ns3::FqCoDelQueueDisc)</li>
43520 <li>[ns3::FqPieFlow](\ref ns3::FqPieFlow)</li>
43521 <li>[ns3::FqPieQueueDisc](\ref ns3::FqPieQueueDisc)</li>
43522 <li>[ns3::MqQueueDisc](\ref ns3::MqQueueDisc)</li>
43523 <li>[ns3::PacketFilter](\ref ns3::PacketFilter)</li>
43524 <li>[ns3::PfifoFastQueueDisc](\ref ns3::PfifoFastQueueDisc)</li>
43525 <li>[ns3::PieQueueDisc](\ref ns3::PieQueueDisc)</li>
43526 <li>[ns3::PrioQueueDisc](\ref ns3::PrioQueueDisc)</li>
43527 <li>[ns3::RedQueueDisc](\ref ns3::RedQueueDisc)</li>
43528 <li>[ns3::TbfQueueDisc](\ref ns3::TbfQueueDisc)</li>
43529 <li>[ns3::TrafficControlLayer](\ref ns3::TrafficControlLayer)</li>
43530</ul>
43531<b>Uan</b><br>
43532<ul>
43533 <li>[ns3::UanChannel](\ref ns3::UanChannel)</li>
43534 <li>[ns3::UanHeaderCommon](\ref ns3::UanHeaderCommon)</li>
43535 <li>[ns3::UanHeaderRcData](\ref ns3::UanHeaderRcData)</li>
43536 <li>[ns3::UanHeaderRcRts](\ref ns3::UanHeaderRcRts)</li>
43537 <li>[ns3::UanHeaderRcCtsGlobal](\ref ns3::UanHeaderRcCtsGlobal)</li>
43538 <li>[ns3::UanHeaderRcCts](\ref ns3::UanHeaderRcCts)</li>
43539 <li>[ns3::UanHeaderRcAck](\ref ns3::UanHeaderRcAck)</li>
43540 <li>[ns3::UanMacAloha](\ref ns3::UanMacAloha)</li>
43541 <li>[ns3::UanMac](\ref ns3::UanMac)</li>
43542 <li>[ns3::UanMacCw](\ref ns3::UanMacCw)</li>
43543 <li>[ns3::UanMacRcGw](\ref ns3::UanMacRcGw)</li>
43544 <li>[ns3::UanMacRc](\ref ns3::UanMacRc)</li>
43545 <li>[ns3::UanNetDevice](\ref ns3::UanNetDevice)</li>
43546 <li>[ns3::UanNoiseModelDefault](\ref ns3::UanNoiseModelDefault)</li>
43547 <li>[ns3::UanNoiseModel](\ref ns3::UanNoiseModel)</li>
43548 <li>[ns3::UanPhyDual](\ref ns3::UanPhyDual)</li>
43549 <li>[ns3::UanPhy](\ref ns3::UanPhy)</li>
43550 <li>[ns3::UanPhyCalcSinrDual](\ref ns3::UanPhyCalcSinrDual)</li>
43551 <li>[ns3::UanPhyCalcSinr](\ref ns3::UanPhyCalcSinr)</li>
43552 <li>[ns3::UanPhyGen](\ref ns3::UanPhyGen)</li>
43553 <li>[ns3::UanPhyPerGenDefault](\ref ns3::UanPhyPerGenDefault)</li>
43554 <li>[ns3::UanPhyPer](\ref ns3::UanPhyPer)</li>
43555 <li>[ns3::UanPhyCalcSinrDefault](\ref ns3::UanPhyCalcSinrDefault)</li>
43556 <li>[ns3::UanPhyCalcSinrFhFsk](\ref ns3::UanPhyCalcSinrFhFsk)</li>
43557 <li>[ns3::UanPhyPerUmodem](\ref ns3::UanPhyPerUmodem)</li>
43558 <li>[ns3::UanPhyPerCommonModes](\ref ns3::UanPhyPerCommonModes)</li>
43559 <li>[ns3::UanPropModelIdeal](\ref ns3::UanPropModelIdeal)</li>
43560 <li>[ns3::UanPropModel](\ref ns3::UanPropModel)</li>
43561 <li>[ns3::UanPropModelThorp](\ref ns3::UanPropModelThorp)</li>
43562 <li>[ns3::UanTransducerHd](\ref ns3::UanTransducerHd)</li>
43563 <li>[ns3::UanTransducer](\ref ns3::UanTransducer)</li>
43564</ul>
43565<b>VirtualNetDevice</b><br>
43566<ul>
43567 <li>[ns3::VirtualNetDevice](\ref ns3::VirtualNetDevice)</li>
43568</ul>
43569<b>Wifi</b><br>
43570<ul>
43571 <li>[ns3::AthstatsWifiTraceSink](\ref ns3::AthstatsWifiTraceSink)</li>
43572 <li>[ns3::WifiPhyRxTraceSink](\ref ns3::WifiPhyRxTraceSink)</li>
43573 <li>[ns3::AdhocWifiMac](\ref ns3::AdhocWifiMac)</li>
43574 <li>[ns3::WifiMac](\ref ns3::WifiMac)</li>
43575 <li>[ns3::AmpduSubframeHeader](\ref ns3::AmpduSubframeHeader)</li>
43576 <li>[ns3::AmpduTag](\ref ns3::AmpduTag)</li>
43577 <li>[ns3::AmsduSubframeHeader](\ref ns3::AmsduSubframeHeader)</li>
43578 <li>[ns3::ApWifiMac](\ref ns3::ApWifiMac)</li>
43579 <li>[ns3::BlockAckManager](\ref ns3::BlockAckManager)</li>
43580 <li>[ns3::ChannelAccessManager](\ref ns3::ChannelAccessManager)</li>
43581 <li>[ns3::CtrlBAckRequestHeader](\ref ns3::CtrlBAckRequestHeader)</li>
43582 <li>[ns3::CtrlBAckResponseHeader](\ref ns3::CtrlBAckResponseHeader)</li>
43583 <li>[ns3::CtrlTriggerHeader](\ref ns3::CtrlTriggerHeader)</li>
43584 <li>[ns3::AdvancedApEmlsrManager](\ref ns3::AdvancedApEmlsrManager)</li>
43585 <li>[ns3::DefaultApEmlsrManager](\ref ns3::DefaultApEmlsrManager)</li>
43586 <li>[ns3::ApEmlsrManager](\ref ns3::ApEmlsrManager)</li>
43587 <li>[ns3::AdvancedEmlsrManager](\ref ns3::AdvancedEmlsrManager)</li>
43588 <li>[ns3::DefaultEmlsrManager](\ref ns3::DefaultEmlsrManager)</li>
43589 <li>[ns3::EmlsrManager](\ref ns3::EmlsrManager)</li>
43590 <li>[ns3::EhtConfiguration](\ref ns3::EhtConfiguration)</li>
43591 <li>[ns3::EhtFrameExchangeManager](\ref ns3::EhtFrameExchangeManager)</li>
43592 <li>[ns3::HeFrameExchangeManager](\ref ns3::HeFrameExchangeManager)</li>
43593 <li>[ns3::VhtFrameExchangeManager](\ref ns3::VhtFrameExchangeManager)</li>
43594 <li>[ns3::HtFrameExchangeManager](\ref ns3::HtFrameExchangeManager)</li>
43595 <li>[ns3::QosFrameExchangeManager](\ref ns3::QosFrameExchangeManager)</li>
43596 <li>[ns3::FrameExchangeManager](\ref ns3::FrameExchangeManager)</li>
43597 <li>[ns3::ErrorRateModel](\ref ns3::ErrorRateModel)</li>
43598 <li>[ns3::FcfsWifiQueueScheduler](\ref ns3::FcfsWifiQueueScheduler)</li>
43599 <li>[ns3::WifiMacQueueSchedulerImpl](\ref ns3::WifiMacQueueSchedulerImpl)</li>
43600 <li>[ns3::WifiMacQueueScheduler](\ref ns3::WifiMacQueueScheduler)</li>
43601 <li>[ns3::FrameCaptureModel](\ref ns3::FrameCaptureModel)</li>
43602 <li>[ns3::GcrManager](\ref ns3::GcrManager)</li>
43603 <li>[ns3::ConstantObssPdAlgorithm](\ref ns3::ConstantObssPdAlgorithm)</li>
43604 <li>[ns3::ObssPdAlgorithm](\ref ns3::ObssPdAlgorithm)</li>
43605 <li>[ns3::HeConfiguration](\ref ns3::HeConfiguration)</li>
43606 <li>[ns3::MuSnrTag](\ref ns3::MuSnrTag)</li>
43607 <li>[ns3::MultiUserScheduler](\ref ns3::MultiUserScheduler)</li>
43608 <li>[ns3::RrMultiUserScheduler](\ref ns3::RrMultiUserScheduler)</li>
43609 <li>[ns3::HtConfiguration](\ref ns3::HtConfiguration)</li>
43610 <li>[ns3::InterferenceHelper](\ref ns3::InterferenceHelper)</li>
43611 <li>[ns3::MgtAddBaRequestHeader](\ref ns3::MgtAddBaRequestHeader)</li>
43612 <li>[ns3::MgtAddBaResponseHeader](\ref ns3::MgtAddBaResponseHeader)</li>
43613 <li>[ns3::MgtDelBaHeader](\ref ns3::MgtDelBaHeader)</li>
43614 <li>[ns3::MgtEmlOperatingModeNotification](\ref ns3::MgtEmlOperatingModeNotification)</li>
43615 <li>[ns3::FilsDiscHeader](\ref ns3::FilsDiscHeader)</li>
43616 <li>[ns3::MgtProbeRequestHeader](\ref ns3::MgtProbeRequestHeader)</li>
43617 <li>[ns3::MgtProbeResponseHeader](\ref ns3::MgtProbeResponseHeader)</li>
43618 <li>[ns3::MgtBeaconHeader](\ref ns3::MgtBeaconHeader)</li>
43619 <li>[ns3::MgtAssocRequestHeader](\ref ns3::MgtAssocRequestHeader)</li>
43620 <li>[ns3::MgtReassocRequestHeader](\ref ns3::MgtReassocRequestHeader)</li>
43621 <li>[ns3::MgtAssocResponseHeader](\ref ns3::MgtAssocResponseHeader)</li>
43622 <li>[ns3::MpduAggregator](\ref ns3::MpduAggregator)</li>
43623 <li>[ns3::MsduAggregator](\ref ns3::MsduAggregator)</li>
43624 <li>[ns3::NistErrorRateModel](\ref ns3::NistErrorRateModel)</li>
43625 <li>[ns3::PreambleDetectionModel](\ref ns3::PreambleDetectionModel)</li>
43626 <li>[ns3::QosTxop](\ref ns3::QosTxop)</li>
43627 <li>[ns3::Txop](\ref ns3::Txop)</li>
43628 <li>[ns3::AarfWifiManager](\ref ns3::AarfWifiManager)</li>
43629 <li>[ns3::WifiRemoteStationManager](\ref ns3::WifiRemoteStationManager)</li>
43630 <li>[ns3::AarfcdWifiManager](\ref ns3::AarfcdWifiManager)</li>
43631 <li>[ns3::AmrrWifiManager](\ref ns3::AmrrWifiManager)</li>
43632 <li>[ns3::AparfWifiManager](\ref ns3::AparfWifiManager)</li>
43633 <li>[ns3::ArfWifiManager](\ref ns3::ArfWifiManager)</li>
43634 <li>[ns3::CaraWifiManager](\ref ns3::CaraWifiManager)</li>
43635 <li>[ns3::ConstantRateWifiManager](\ref ns3::ConstantRateWifiManager)</li>
43636 <li>[ns3::IdealWifiManager](\ref ns3::IdealWifiManager)</li>
43637 <li>[ns3::MinstrelHtWifiManager](\ref ns3::MinstrelHtWifiManager)</li>
43638 <li>[ns3::MinstrelWifiManager](\ref ns3::MinstrelWifiManager)</li>
43639 <li>[ns3::OnoeWifiManager](\ref ns3::OnoeWifiManager)</li>
43640 <li>[ns3::ParfWifiManager](\ref ns3::ParfWifiManager)</li>
43641 <li>[ns3::RraaWifiManager](\ref ns3::RraaWifiManager)</li>
43642 <li>[ns3::RrpaaWifiManager](\ref ns3::RrpaaWifiManager)</li>
43643 <li>[ns3::ThompsonSamplingWifiManager](\ref ns3::ThompsonSamplingWifiManager)</li>
43644 <li>[ns3::SimpleFrameCaptureModel](\ref ns3::SimpleFrameCaptureModel)</li>
43645 <li>[ns3::SnrTag](\ref ns3::SnrTag)</li>
43646 <li>[ns3::SpectrumWifiPhy](\ref ns3::SpectrumWifiPhy)</li>
43647 <li>[ns3::WifiPhy](\ref ns3::WifiPhy)</li>
43648 <li>[ns3::StaWifiMac](\ref ns3::StaWifiMac)</li>
43649 <li>[ns3::TableBasedErrorRateModel](\ref ns3::TableBasedErrorRateModel)</li>
43650 <li>[ns3::YansErrorRateModel](\ref ns3::YansErrorRateModel)</li>
43651 <li>[ns3::ThresholdPreambleDetectionModel](\ref ns3::ThresholdPreambleDetectionModel)</li>
43652 <li>[ns3::VhtConfiguration](\ref ns3::VhtConfiguration)</li>
43653 <li>[ns3::WifiAckManager](\ref ns3::WifiAckManager)</li>
43654 <li>[ns3::WifiAssocManager](\ref ns3::WifiAssocManager)</li>
43655 <li>[ns3::WifiBandwidthFilter](\ref ns3::WifiBandwidthFilter)</li>
43656 <li>[ns3::WifiDefaultAckManager](\ref ns3::WifiDefaultAckManager)</li>
43657 <li>[ns3::WifiDefaultAssocManager](\ref ns3::WifiDefaultAssocManager)</li>
43658 <li>[ns3::WifiDefaultGcrManager](\ref ns3::WifiDefaultGcrManager)</li>
43659 <li>[ns3::WifiDefaultProtectionManager](\ref ns3::WifiDefaultProtectionManager)</li>
43660 <li>[ns3::WifiProtectionManager](\ref ns3::WifiProtectionManager)</li>
43661 <li>[ns3::WifiMacHeader](\ref ns3::WifiMacHeader)</li>
43662 <li>[ns3::WifiMacQueue](\ref ns3::WifiMacQueue)</li>
43663 <li>[ns3::WifiMacTrailer](\ref ns3::WifiMacTrailer)</li>
43664 <li>[ns3::WifiNetDevice](\ref ns3::WifiNetDevice)</li>
43665 <li>[ns3::WifiPhyStateHelper](\ref ns3::WifiPhyStateHelper)</li>
43666 <li>[ns3::WifiSpectrumPhyInterface](\ref ns3::WifiSpectrumPhyInterface)</li>
43667 <li>[ns3::WifiTxCurrentModel](\ref ns3::WifiTxCurrentModel)</li>
43668 <li>[ns3::LinearWifiTxCurrentModel](\ref ns3::LinearWifiTxCurrentModel)</li>
43669 <li>[ns3::YansWifiChannel](\ref ns3::YansWifiChannel)</li>
43670 <li>[ns3::YansWifiPhy](\ref ns3::YansWifiPhy)</li>
43671</ul>
43672<b>Wimax</b><br>
43673<ul>
43674 <li>[ns3::WimaxNetDevice](\ref ns3::WimaxNetDevice)</li>
43675 <li>[ns3::BaseStationNetDevice](\ref ns3::BaseStationNetDevice)</li>
43676 <li>[ns3::SubscriberStationNetDevice](\ref ns3::SubscriberStationNetDevice)</li>
43677 <li>[ns3::MacHeaderType](\ref ns3::MacHeaderType)</li>
43678 <li>[ns3::GenericMacHeader](\ref ns3::GenericMacHeader)</li>
43679 <li>[ns3::BandwidthRequestHeader](\ref ns3::BandwidthRequestHeader)</li>
43680 <li>[ns3::GrantManagementSubheader](\ref ns3::GrantManagementSubheader)</li>
43681 <li>[ns3::FragmentationSubheader](\ref ns3::FragmentationSubheader)</li>
43682 <li>[ns3::WimaxPhy](\ref ns3::WimaxPhy)</li>
43683 <li>[ns3::WimaxChannel](\ref ns3::WimaxChannel)</li>
43684 <li>[ns3::WimaxConnection](\ref ns3::WimaxConnection)</li>
43685 <li>[ns3::ManagementMessageType](\ref ns3::ManagementMessageType)</li>
43686 <li>[ns3::RngReq](\ref ns3::RngReq)</li>
43687 <li>[ns3::RngRsp](\ref ns3::RngRsp)</li>
43688 <li>[ns3::DsaReq](\ref ns3::DsaReq)</li>
43689 <li>[ns3::DsaRsp](\ref ns3::DsaRsp)</li>
43690 <li>[ns3::DsaAck](\ref ns3::DsaAck)</li>
43691 <li>[ns3::Dcd](\ref ns3::Dcd)</li>
43692 <li>[ns3::DlMap](\ref ns3::DlMap)</li>
43693 <li>[ns3::Ucd](\ref ns3::Ucd)</li>
43694 <li>[ns3::UlMap](\ref ns3::UlMap)</li>
43695 <li>[ns3::SimpleOfdmWimaxPhy](\ref ns3::SimpleOfdmWimaxPhy)</li>
43696 <li>[ns3::SSManager](\ref ns3::SSManager)</li>
43697 <li>[ns3::ConnectionManager](\ref ns3::ConnectionManager)</li>
43698 <li>[ns3::UplinkScheduler](\ref ns3::UplinkScheduler)</li>
43699 <li>[ns3::UplinkSchedulerSimple](\ref ns3::UplinkSchedulerSimple)</li>
43700 <li>[ns3::UplinkSchedulerMBQoS](\ref ns3::UplinkSchedulerMBQoS)</li>
43701 <li>[ns3::UplinkSchedulerRtps](\ref ns3::UplinkSchedulerRtps)</li>
43702 <li>[ns3::BSScheduler](\ref ns3::BSScheduler)</li>
43703 <li>[ns3::BSSchedulerSimple](\ref ns3::BSSchedulerSimple)</li>
43704 <li>[ns3::BSSchedulerRtps](\ref ns3::BSSchedulerRtps)</li>
43705 <li>[ns3::WimaxMacQueue](\ref ns3::WimaxMacQueue)</li>
43706 <li>[ns3::BurstProfileManager](\ref ns3::BurstProfileManager)</li>
43707 <li>[ns3::SSScheduler](\ref ns3::SSScheduler)</li>
43708 <li>[ns3::ServiceFlowManager](\ref ns3::ServiceFlowManager)</li>
43709 <li>[ns3::SSLinkManager](\ref ns3::SSLinkManager)</li>
43710 <li>[ns3::BSLinkManager](\ref ns3::BSLinkManager)</li>
43711 <li>[ns3::BandwidthManager](\ref ns3::BandwidthManager)</li>
43712 <li>[ns3::IpcsClassifier](\ref ns3::IpcsClassifier)</li>
43713 <li>[ns3::WimaxMacToMacHeader](\ref ns3::WimaxMacToMacHeader)</li>
43714</ul>
43715<b>Zigbee</b><br>
43716<ul>
43717 <li>[ns3::zigbee::ZigbeeAps](\ref ns3::zigbee::ZigbeeAps)</li>
43718 <li>[ns3::zigbee::ZigbeeNwk](\ref ns3::zigbee::ZigbeeNwk)</li>
43719 <li>[ns3::zigbee::ZigbeeStack](\ref ns3::zigbee::ZigbeeStack)</li>
43720</ul>
43721*/
43722
43723/*!
43724\page LogComponentList All LogComponents
43725
43726This is a list of all \ref ns3::LogComponent instances.
43727
43728| Log Component | File |
43729| :------------------------------------------ | :----------------------------------------------------------------------------------------------------------- |
43730| PrintIntrospectedDoxygen | /tmp/nsnam/update-docs/ns-3-dev/utils/print-introspected-doxygen.cc |
43731| ZigbeeNwk | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk.cc |
43732| ZigbeeNwkFields | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk-fields.cc |
43733| ZigbeeAps | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-aps.cc |
43734| ZigbeeApsTables | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-aps-tables.cc |
43735| TopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/topology-reader.cc |
43736| TopologyReaderHelper | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/helper/topology-reader-helper.cc |
43737| TapBridgeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/tap-bridge/helper/tap-bridge-helper.cc |
43738| PointToPointStarHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-star.cc |
43739| PointToPointDumbbellHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-dumbbell.cc |
43740| OlsrRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/olsr/model/olsr-routing-protocol.cc |
43741| TdTbfqFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdtbfq-ff-mac-scheduler.cc |
43742| TdMtFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdmt-ff-mac-scheduler.cc |
43743| TdBetFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdbet-ff-mac-scheduler.cc |
43744| RrFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/rr-ff-mac-scheduler.cc |
43745| RemSpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/rem-spectrum-phy.cc |
43746| PssFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/pss-ff-mac-scheduler.cc |
43747| PfFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/pf-ff-mac-scheduler.cc |
43748| NoOpComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/no-op-component-carrier-manager.cc |
43749| LteVendorSpecificParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-vendor-specific-parameters.cc |
43750| LteUeRrc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-rrc.cc |
43751| LteUePowerControl | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-power-control.cc |
43752| LteUePhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-phy.cc |
43753| LteRrcProtocolReal | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-protocol-real.cc |
43754| RrcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-header.cc |
43755| LteRlcUm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-um.cc |
43756| LteRlcTm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-tm.cc |
43757| LteRlcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-header.cc |
43758| LteRlcAmHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-am-header.cc |
43759| LtePdcp | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-pdcp.cc |
43760| LtePdcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-pdcp-header.cc |
43761| LteNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-net-device.cc |
43762| LteMiErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-mi-error-model.cc |
43763| NixVectorRouting | /tmp/nsnam/update-docs/ns-3-dev/src/nix-vector-routing/model/nix-vector-routing.cc |
43764| LteInterference | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-interference.cc |
43765| LteHarqPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-harq-phy.cc |
43766| LteHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-handover-algorithm.cc |
43767| LteFrSoftAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-soft-algorithm.cc |
43768| LteFfrSoftAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-soft-algorithm.cc |
43769| LteFfrDistributedAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-distributed-algorithm.cc |
43770| ZigbeeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/helper/zigbee-helper.cc |
43771| LteFfrAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-algorithm.cc |
43772| LteEnbRrc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-rrc.cc |
43773| LteEnbPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-phy.cc |
43774| LteEnbNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-net-device.cc |
43775| LteEnbComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-component-carrier-manager.cc |
43776| LteControlMessage | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-control-messages.cc |
43777| LteCommon | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-common.cc |
43778| LteAnr | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-anr.cc |
43779| FdBetFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdbet-ff-mac-scheduler.cc |
43780| LtePhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-phy.cc |
43781| EpcX2 | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-x2.cc |
43782| EpcUeNas | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-ue-nas.cc |
43783| LteUeNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-net-device.cc |
43784| EpcTft | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-tft.cc |
43785| EpcSgwApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-sgw-application.cc |
43786| EpcPgwApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-pgw-application.cc |
43787| EpcMmeApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-mme-application.cc |
43788| GtpcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-gtpc-header.cc |
43789| CqaFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/cqa-ff-mac-scheduler.cc |
43790| A3RsrpHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/a3-rsrp-handover-algorithm.cc |
43791| A2A4RsrqHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/a2-a4-rsrq-handover-algorithm.cc |
43792| RadioEnvironmentMapHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-environment-map-helper.cc |
43793| NoBackhaulEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/no-backhaul-epc-helper.cc |
43794| LteStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-stats-calculator.cc |
43795| LteHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-helper.cc |
43796| LteGlobalPathlossDatabase | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-global-pathloss-database.cc |
43797| CcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/cc-helper.cc |
43798| EmuEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/emu-epc-helper.cc |
43799| LrWpanSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-spectrum-value-helper.cc |
43800| LrWpanSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-spectrum-signal-parameters.cc |
43801| LrWpanPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-phy.cc |
43802| LrWpanMac | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-mac.cc |
43803| LrWpanMacBase | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-mac-base.cc |
43804| LrWpanInterferenceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-interference-helper.cc |
43805| Ipv4FlowProbe | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/ipv4-flow-probe.cc |
43806| FdNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/model/fd-net-device.cc |
43807| FdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/fd-net-device-helper.cc |
43808| EmuFdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/emu-fd-net-device-helper.cc |
43809| TapFdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/tap-fd-net-device-helper.cc |
43810| DsrRreqTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rreq-table.cc |
43811| DsrRouting | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-routing.cc |
43812| FlowMonitor | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/flow-monitor.cc |
43813| DsrRouteCache | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rcache.cc |
43814| DsrPassiveBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-passive-buff.cc |
43815| DsrOptionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-option-header.cc |
43816| DsrMaintainBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-maintain-buff.cc |
43817| DsrGraReplyTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-gratuitous-reply-table.cc |
43818| DsrFsHeader | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-fs-header.cc |
43819| DsdvRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-routing-protocol.cc |
43820| CsmaNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/csma-net-device.cc |
43821| CsmaChannel | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/csma-channel.cc |
43822| Backoff | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/backoff.cc |
43823| CsmaHelper | /tmp/nsnam/update-docs/ns-3-dev/src/csma/helper/csma-helper.cc |
43824| RawTextConfig | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/raw-text-config.cc |
43825| ConfigStore | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/config-store.cc |
43826| AttributeIterator | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/attribute-iterator.cc |
43827| ThreeGppV2vChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/three-gpp-v2v-channel-condition-model.cc |
43828| RandomWalk2dOutdoor | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/random-walk-2d-outdoor-mobility-model.cc |
43829| OhBuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/oh-buildings-propagation-loss-model.cc |
43830| ItuR1238PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/itu-r-1238-propagation-loss-model.cc |
43831| EpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/epc-helper.cc |
43832| HybridBuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/hybrid-buildings-propagation-loss-model.cc |
43833| BuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/buildings-propagation-loss-model.cc |
43834| BuildingsChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/buildings-channel-condition-model.cc |
43835| Building | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/building.cc |
43836| BuildingList | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/building-list.cc |
43837| BuildingPositionAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/building-position-allocator.cc |
43838| AodvRequestQueue | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-rqueue.cc |
43839| AodvNeighbors | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-neighbor.cc |
43840| PppHeader | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/ppp-header.cc |
43841| PointToPointNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/point-to-point-net-device.cc |
43842| TcpVegas | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-vegas.cc |
43843| TcpTxBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-tx-buffer.cc |
43844| TcpSocket | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-socket.cc |
43845| Ipv4Interface | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-interface.cc |
43846| LteChunkProcessor | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-chunk-processor.cc |
43847| TcpScalable | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-scalable.cc |
43848| TcpOptionWinScale | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-winscale.cc |
43849| Inet6SocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/inet6-socket-address.cc |
43850| Demangle | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/demangle.cc |
43851| TcpHybla | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-hybla.cc |
43852| PointToPointGridHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-grid.cc |
43853| RipHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rip-header.cc |
43854| ExampleAsTestCase | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/example-as-test.cc |
43855| TcpDctcp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-dctcp.cc |
43856| Dhcp6Options | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-options.cc |
43857| RipNgHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ripng-header.cc |
43858| SllHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/sll-header.cc |
43859| PositionAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/position-allocator.cc |
43860| TcpOption | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option.cc |
43861| TcpHtcp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-htcp.cc |
43862| LoopbackNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/loopback-net-device.cc |
43863| UdpSocket | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-socket.cc |
43864| PhasedArraySpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/phased-array-spectrum-propagation-loss-model.cc |
43865| EmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/emlsr-manager.cc |
43866| Ipv6StaticRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-static-routing.cc |
43867| EthernetHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ethernet-header.cc |
43868| LteSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-value-helper.cc |
43869| TcpLp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-lp.cc |
43870| Ipv6PmtuCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-pmtu-cache.cc |
43871| Timer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/timer.cc |
43872| SixLowPanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/sixlowpan/helper/sixlowpan-helper.cc |
43873| Ipv4RoutingTableEntry | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-routing-table-entry.cc |
43874| Ipv6Interface | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-interface.cc |
43875| NodeList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/node-list.cc |
43876| Ipv6Extension | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-extension.cc |
43877| Ipv6AutoconfiguredPrefix | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-autoconfigured-prefix.cc |
43878| HePpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-ppdu.cc |
43879| Ipv4RawSocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-factory.cc |
43880| TcpRateOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-rate-ops.cc |
43881| RocketfuelTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/rocketfuel-topology-reader.cc |
43882| Ipv6ListRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-list-routing.cc |
43883| BitSerializer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/bit-serializer.cc |
43884| RraaWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/rraa-wifi-manager.cc |
43885| Ipv4L3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-l3-protocol.cc |
43886| TableBasedErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/table-based-error-rate-model.cc |
43887| Ipv4EndPointDemux | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-end-point-demux.cc |
43888| Ipv4PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-probe.cc |
43889| Icmpv6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv6-header.cc |
43890| MACMESSAGES | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/mac-messages.cc |
43891| GlobalRouteManager | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-route-manager.cc |
43892| CandidateQueue | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/candidate-queue.cc |
43893| ArpQueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-queue-disc-item.cc |
43894| CommandLine | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/command-line.cc |
43895| ConnectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/connection-manager.cc |
43896| EpcEnbApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-enb-application.cc |
43897| ArpL3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-l3-protocol.cc |
43898| ArpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-header.cc |
43899| Ipv6StaticRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv6-static-routing-helper.cc |
43900| Ipv4StaticRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-static-routing-helper.cc |
43901| IsmSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/ism-spectrum-value-helper.cc |
43902| WifiSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-signal-parameters.cc |
43903| ZigbeeGroupTable | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-group-table.cc |
43904| BitDeserializer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/bit-deserializer.cc |
43905| QueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/queue-disc.cc |
43906| Ipv6AddressGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-address-generator.cc |
43907| LteUeComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-component-carrier-manager.cc |
43908| WifiDefaultGcrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-gcr-manager.cc |
43909| WifiAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-ack-manager.cc |
43910| DataOutputInterface | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-output-interface.cc |
43911| VhtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-configuration.cc |
43912| AodvRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-routing-protocol.cc |
43913| WifiPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-ppdu.cc |
43914| LteEnbMac | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-mac.cc |
43915| PfifoFastQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/pfifo-fast-queue-disc.cc |
43916| PacketSocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-address.cc |
43917| MqQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/mq-queue-disc.cc |
43918| FqCobaltQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-cobalt-queue-disc.cc |
43919| CobaltQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/cobalt-queue-disc.cc |
43920| BSSchedulerSimple | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler-simple.cc |
43921| TrafficControlHelper | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/helper/traffic-control-helper.cc |
43922| Ipv4StaticRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-static-routing.cc |
43923| SimpleChannel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/simple-channel.cc |
43924| ErpOfdmPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/erp-ofdm-ppdu.cc |
43925| Ipv4RoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-routing-protocol.cc |
43926| Ipv4GlobalRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-global-routing.cc |
43927| TcpBbr | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-bbr.cc |
43928| RrMultiUserScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/rr-multi-user-scheduler.cc |
43929| AdhocWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/adhoc-wifi-mac.cc |
43930| PacketBB | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packetbb.cc |
43931| GlobalRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-global-routing-helper.cc |
43932| Icmpv6L4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv6-l4-protocol.cc |
43933| GtpuHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-gtpu-header.cc |
43934| WifiPhyOperatingChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy-operating-channel.cc |
43935| TcpIllinois | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-illinois.cc |
43936| PacketSocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-factory.cc |
43937| Icmpv4Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv4.cc |
43938| BridgeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/helper/bridge-helper.cc |
43939| LteAmc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-amc.cc |
43940| CoDelQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/codel-queue-disc.cc |
43941| Hash | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash.cc |
43942| TcpOptionSackPermitted | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-sack-permitted.cc |
43943| ArpCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-cache.cc |
43944| SystemPath | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/system-path.cc |
43945| BSLinkManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-link-manager.cc |
43946| YansWifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-wifi-phy.cc |
43947| ComponentCarrier | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier.cc |
43948| WifiProtectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-protection-manager.cc |
43949| XmlConfig | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/xml-config.cc |
43950| TimeDataCalculators | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-data-calculators.cc |
43951| Ipv4ListRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-list-routing.cc |
43952| Double | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/double.cc |
43953| ThreeGppPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/three-gpp-propagation-loss-model.cc |
43954| BridgeNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/model/bridge-net-device.cc |
43955| Breakpoint | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/breakpoint.cc |
43956| DynamicQueueLimits | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/dynamic-queue-limits.cc |
43957| DsssPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-phy.cc |
43958| CosineAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/cosine-antenna-model.cc |
43959| RedQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/red-queue-disc.cc |
43960| PriorityQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/priority-queue-scheduler.cc |
43961| BurstProfileManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/burst-profile-manager.cc |
43962| Ipv4PacketInfoTag | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-info-tag.cc |
43963| TbfQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/tbf-queue-disc.cc |
43964| OfdmPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/ofdm-phy.cc |
43965| Asn1Header | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-asn1-header.cc |
43966| Length | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/length.cc |
43967| QueueItem | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-item.cc |
43968| AttributeConstructionList | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/attribute-construction-list.cc |
43969| ObjectFactory | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-factory.cc |
43970| WifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-helper.cc |
43971| GnuplotAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/gnuplot-aggregator.cc |
43972| HeapScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/heap-scheduler.cc |
43973| DsrErrorBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-errorbuff.cc |
43974| Callback | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/callback.cc |
43975| Ipv6QueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-queue-disc-item.cc |
43976| CalendarScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/calendar-scheduler.cc |
43977| YansErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-error-rate-model.cc |
43978| BlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-agreement.cc |
43979| ThreeGppHttpVariables | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-variables.cc |
43980| GlobalValue | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/global-value.cc |
43981| ThreeGppV2vPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/three-gpp-v2v-propagation-loss-model.cc |
43982| Hash-Fnv | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-fnv.cc |
43983| Dhcp6Client | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-client.cc |
43984| InternetStackHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/internet-stack-helper.cc |
43985| ListScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/list-scheduler.cc |
43986| GlobalRouter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-router-interface.cc |
43987| Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/probe.cc |
43988| ShowProgress | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/show-progress.cc |
43989| TwoRaySpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/two-ray-spectrum-propagation-loss-model.cc |
43990| TrafficControlLayer | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/traffic-control-layer.cc |
43991| UdpClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-client.cc |
43992| PacketMetadata | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet-metadata.cc |
43993| Names | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/names.cc |
43994| Scheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/scheduler.cc |
43995| DataCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-calculator.cc |
43996| ObjectPtrContainer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-ptr-container.cc |
43997| TapBridge | /tmp/nsnam/update-docs/ns-3-dev/src/tap-bridge/model/tap-bridge.cc |
43998| Channel | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/channel.cc |
43999| TcpBic | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-bic.cc |
44000| GlobalRouteManagerImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-route-manager-impl.cc |
44001| PointToPointHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/helper/point-to-point-helper.cc |
44002| BridgeChannel | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/model/bridge-channel.cc |
44003| Ipv6AddressHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv6-address-helper.cc |
44004| LrWpanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-net-device.cc |
44005| AttributeValue | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/attribute.cc |
44006| PointToPointChannel | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/point-to-point-channel.cc |
44007| Ipv4AddressHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-address-helper.cc |
44008| UanChannel | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-channel.cc |
44009| Integer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/integer.cc |
44010| DsrNetworkQueue | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-network-queue.cc |
44011| AarfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aarf-wifi-manager.cc |
44012| TypeId | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/type-id.cc |
44013| ThompsonSamplingWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/thompson-sampling-wifi-manager.cc |
44014| ThresholdPreambleDetectionModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/threshold-preamble-detection-model.cc |
44015| LteFrNoOpAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-no-op-algorithm.cc |
44016| Ipv4QueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-queue-disc-item.cc |
44017| SystemWallClockMs | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/system-wall-clock-ms.cc |
44018| GroupMobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/group-mobility-helper.cc |
44019| Athstats | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/athstats-helper.cc |
44020| SpectrumWifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/spectrum-wifi-phy.cc |
44021| RandomVariableStream | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/random-variable-stream.cc |
44022| Pointer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/pointer.cc |
44023| SpectrumAnalyzer | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-analyzer.cc |
44024| Ipv4Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ipv4-address.cc |
44025| InternetTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/internet-trace-helper.cc |
44026| FileAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/file-aggregator.cc |
44027| WaypointMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/waypoint-mobility-model.cc |
44028| LlcSnalHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/llc-snap-header.cc |
44029| FdReader | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/unix-fd-reader.cc |
44030| EventImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/event-impl.cc |
44031| Application | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/application.cc |
44032| SSLinkManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-link-manager.cc |
44033| RandomVariableStreamHelper | /tmp/nsnam/update-docs/ns-3-dev/src/core/helper/random-variable-stream-helper.cc |
44034| WallClockSynchronizer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/wall-clock-synchronizer.cc |
44035| RngSeedManager | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/rng-seed-manager.cc |
44036| Kun2600MhzPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/kun-2600-mhz-propagation-loss-model.cc |
44037| Simulator | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/simulator.cc |
44038| NetDeviceQueueInterface | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/net-device-queue-interface.cc |
44039| Dhcp6Duid | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-duid.cc |
44040| Ipv4InterfaceAddress | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-interface-address.cc |
44041| Ipv4RawSocketFactoryImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-factory-impl.cc |
44042| OnOffApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/onoff-application.cc |
44043| ChannelAccessManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/channel-access-manager.cc |
44044| MeshL2RoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-l2-routing-protocol.cc |
44045| EpcX2Header | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-x2-header.cc |
44046| Ipv6RawSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-raw-socket-impl.cc |
44047| RadiotapHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/radiotap-header.cc |
44048| WimaxHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/helper/wimax-helper.cc |
44049| FdTbfqFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdtbfq-ff-mac-scheduler.cc |
44050| GnuplotHelper | /tmp/nsnam/update-docs/ns-3-dev/src/stats/helper/gnuplot-helper.cc |
44051| DefaultSimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/default-simulator-impl.cc |
44052| MapScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/map-scheduler.cc |
44053| ByteTagList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/byte-tag-list.cc |
44054| Vector | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/vector.cc |
44055| Ipv6OptionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-option-header.cc |
44056| ZigbeeNwkTables | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk-tables.cc |
44057| RadioBearerStatsConnector | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-bearer-stats-connector.cc |
44058| BaseStationNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-net-device.cc |
44059| NeighborCacheHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/neighbor-cache-helper.cc |
44060| WifiSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-value-helper.cc |
44061| Time | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/time.cc |
44062| Synchronizer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/synchronizer.cc |
44063| AnimationInterface | /tmp/nsnam/update-docs/ns-3-dev/src/netanim/model/animation-interface.cc |
44064| FlameRtable | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-rtable.cc |
44065| TtaFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tta-ff-mac-scheduler.cc |
44066| TcpOptionTS | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-ts.cc |
44067| Packet | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet.cc |
44068| MsduAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/msdu-aggregator.cc |
44069| Object | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object.cc |
44070| Ipv6Option | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-option.cc |
44071| FqCoDelQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-codel-queue-disc.cc |
44072| HashFunction | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-function.cc |
44073| PcapFile | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/pcap-file.cc |
44074| Uinteger16Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-16-probe.cc |
44075| NixVector | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/nix-vector.cc |
44076| DataCollectionObject | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-collection-object.cc |
44077| Mac64Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac64-address.cc |
44078| HwmpRtable | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-rtable.cc |
44079| WaveformGeneratorHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/waveform-generator-helper.cc |
44080| DataCollector | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-collector.cc |
44081| int64x64-128 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/int64x64-128.cc |
44082| UanMacCw | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-cw.cc |
44083| InetSocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/inet-socket-address.cc |
44084| UanMacRc | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-rc.cc |
44085| TcpCongestionOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-congestion-ops.cc |
44086| EnergyHarvesterContainer | /tmp/nsnam/update-docs/ns-3-dev/src/energy/helper/energy-harvester-container.cc |
44087| RadioBearerStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-bearer-stats-calculator.cc |
44088| TimeSeriesAdaptor | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-series-adaptor.cc |
44089| Rip | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rip.cc |
44090| NdiscCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ndisc-cache.cc |
44091| TcpRecoveryOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-recovery-ops.cc |
44092| EhtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-ppdu.cc |
44093| LteRrcProtocolIdeal | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-protocol-ideal.cc |
44094| NistErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/nist-error-rate-model.cc |
44095| VirtualNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/virtual-net-device/model/virtual-net-device.cc |
44096| Histogram | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/histogram.cc |
44097| Uinteger8Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-8-probe.cc |
44098| BuildingsHelper | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/buildings-helper.cc |
44099| ThreeGppAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/three-gpp-antenna-model.cc |
44100| ErpOfdmPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/erp-ofdm-phy.cc |
44101| TraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/trace-helper.cc |
44102| Ipv6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-header.cc |
44103| OmnetDataOutput | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/omnet-data-output.cc |
44104| LrWpanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/helper/lr-wpan-helper.cc |
44105| SupportedRates | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/supported-rates.cc |
44106| ApplicationContainer | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/application-container.cc |
44107| LteRlcAm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-am.cc |
44108| MacStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/mac-stats-calculator.cc |
44109| WifiDefaultAssocManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-assoc-manager.cc |
44110| SimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/simulator-impl.cc |
44111| NonCommunicatingNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/non-communicating-net-device.cc |
44112| SimpleNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/simple-net-device-helper.cc |
44113| SimpleNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/simple-net-device.cc |
44114| FlowIdTag | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/flow-id-tag.cc |
44115| MeshPointDevice | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-point-device.cc |
44116| NoOpHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/no-op-handover-algorithm.cc |
44117| Socket | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/socket.cc |
44118| TimePrinter | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/time-printer.cc |
44119| TvSpectrumTransmitterHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/tv-spectrum-transmitter-helper.cc |
44120| QueueLimits | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-limits.cc |
44121| Ipv4Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-header.cc |
44122| FifoQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fifo-queue-disc.cc |
44123| Watchdog | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/watchdog.cc |
44124| Uinteger | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/uinteger.cc |
44125| CsmaStarHelper | /tmp/nsnam/update-docs/ns-3-dev/src/csma-layout/model/csma-star-helper.cc |
44126| InterferenceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/interference-helper.cc |
44127| FqPieQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-pie-queue-disc.cc |
44128| ComponentCarrierUe | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier-ue.cc |
44129| WifiDefaultAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-ack-manager.cc |
44130| OlsrHeader | /tmp/nsnam/update-docs/ns-3-dev/src/olsr/model/olsr-header.cc |
44131| ChannelList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/channel-list.cc |
44132| DsrHelper | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/helper/dsr-helper.cc |
44133| Ipv4PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-filter.cc |
44134| TcpHighSpeed | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-highspeed.cc |
44135| FileHelper | /tmp/nsnam/update-docs/ns-3-dev/src/stats/helper/file-helper.cc |
44136| Ipv6FlowProbe | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/ipv6-flow-probe.cc |
44137| DhcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-header.cc |
44138| DhcpServer | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-server.cc |
44139| Header | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/header.cc |
44140| YansWifiChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-wifi-channel.cc |
44141| UanMacAloha | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-aloha.cc |
44142| Node | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/node.cc |
44143| Ipv6PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-packet-probe.cc |
44144| PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/packet-filter.cc |
44145| DsssPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-ppdu.cc |
44146| PacketTagList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet-tag-list.cc |
44147| SocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/socket-factory.cc |
44148| RttEstimator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rtt-estimator.cc |
44149| ThreeGppHttpServer | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-server.cc |
44150| ErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/error-model.cc |
44151| TagBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/tag-buffer.cc |
44152| RandomWalk2d | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/random-walk-2d-mobility-model.cc |
44153| PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-probe.cc |
44154| PacketSocketClient | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-client.cc |
44155| Ipv4AddressGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-address-generator.cc |
44156| Ipv6PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-packet-filter.cc |
44157| Trailer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/trailer.cc |
44158| IpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ip-l4-protocol.cc |
44159| AddressUtils | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/address-utils.cc |
44160| SpectrumAnalyzerHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/spectrum-analyzer-helper.cc |
44161| Ipv6EndPointDemux | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-end-point-demux.cc |
44162| PhyStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-stats-calculator.cc |
44163| RipNg | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ripng.cc |
44164| TcpSocketBase | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-socket-base.cc |
44165| Boolean | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/boolean.cc |
44166| PacketSocket | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket.cc |
44167| DataRate | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/data-rate.cc |
44168| PointToPointEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/point-to-point-epc-helper.cc |
44169| FrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/frame-exchange-manager.cc |
44170| QosTxop | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/qos-txop.cc |
44171| VhtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-phy.cc |
44172| BSSchedulerRtps | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler-rtps.cc |
44173| WaveformGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/waveform-generator.cc |
44174| DefaultApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/default-ap-emlsr-manager.cc |
44175| ErrorChannel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/error-channel.cc |
44176| TimeProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-probe.cc |
44177| TraceSourceAccessor | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/trace-source-accessor.cc |
44178| QueueSize | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-size.cc |
44179| ItuR1411NlosOverRooftopPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/itu-r-1411-nlos-over-rooftop-propagation-loss-model.cc |
44180| int64x64 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/int64x64.cc |
44181| UanMacRcGw | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-rc-gw.cc |
44182| TcpCubic | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-cubic.cc |
44183| Hash-Murmur3 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-murmur3.cc |
44184| DsrSendBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rsendbuff.cc |
44185| OutputStreamWrapper | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/output-stream-wrapper.cc |
44186| Ipv6Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ipv6-address.cc |
44187| Queue | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue.cc |
44188| TcpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-l4-protocol.cc |
44189| Mac48Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac48-address.cc |
44190| Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/address.cc |
44191| PacketBurst | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-burst.cc |
44192| TcpWestwoodPlus | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-westwood-plus.cc |
44193| TcpYeah | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-yeah.cc |
44194| UdpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-l4-protocol.cc |
44195| Ipv6EndPoint | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-end-point.cc |
44196| UdpSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-socket-impl.cc |
44197| PacketSocketServer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-server.cc |
44198| DhcpHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/dhcp-helper.cc |
44199| UdpEchoClientApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-echo-client.cc |
44200| PacketDataCalculators | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-data-calculators.cc |
44201| Dhcp6Helper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/dhcp6-helper.cc |
44202| Ipv6L3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-l3-protocol.cc |
44203| RadvdHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/radvd-helper.cc |
44204| DhcpClient | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-client.cc |
44205| DeviceEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/device-energy-model.cc |
44206| PieQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/pie-queue-disc.cc |
44207| Dhcp6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-header.cc |
44208| SimpleDeviceEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/simple-device-energy-model.cc |
44209| EthernetTrailer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ethernet-trailer.cc |
44210| SimpleFrameCaptureModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/simple-frame-capture-model.cc |
44211| MobilityBuildingInfo | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/mobility-building-info.cc |
44212| Dhcp6Server | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-server.cc |
44213| WimaxMacQueue | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-mac-queue.cc |
44214| PhyRxStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-rx-stats-calculator.cc |
44215| WifiRemoteStationManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-remote-station-manager.cc |
44216| Ping | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/ping.cc |
44217| LteFrHardAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-hard-algorithm.cc |
44218| RadvdInterface | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd-interface.cc |
44219| LteRlc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc.cc |
44220| TrickleTimer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/trickle-timer.cc |
44221| YansWifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/yans-wifi-helper.cc |
44222| V4TraceRoute | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/v4traceroute.cc |
44223| AodvRoutingTable | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-rtable.cc |
44224| BasicEnergyHarvester | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/basic-energy-harvester.cc |
44225| UanTransducerHd | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-transducer-hd.cc |
44226| PacketLossCounter | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/packet-loss-counter.cc |
44227| BasicEnergySource | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/basic-energy-source.cc |
44228| WifiTxStatsHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-tx-stats-helper.cc |
44229| DeviceEnergyModelContainer | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/device-energy-model-container.cc |
44230| EnergyHarvester | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/energy-harvester.cc |
44231| GenericBatteryModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/generic-battery-model.cc |
44232| SpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-phy.cc |
44233| BuildingAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/building-allocator.cc |
44234| RvBatteryModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/rv-battery-model.cc |
44235| TcpPrrRecovery | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-prr-recovery.cc |
44236| CircularApertureAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/circular-aperture-antenna-model.cc |
44237| TcpLinuxReno | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-linux-reno.cc |
44238| WifiAssocManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-assoc-manager.cc |
44239| Angles | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/angles.cc |
44240| ZigbeeStack | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-stack.cc |
44241| AntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/antenna-model.cc |
44242| SixLowPanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/sixlowpan/model/sixlowpan-net-device.cc |
44243| IsotropicAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/isotropic-antenna-model.cc |
44244| LrWpanErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-error-model.cc |
44245| Cost231PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/cost231-propagation-loss-model.cc |
44246| PhyEntity | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/phy-entity.cc |
44247| ParabolicAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/parabolic-antenna-model.cc |
44248| PhasedArrayModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/phased-array-model.cc |
44249| AparfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aparf-wifi-manager.cc |
44250| UniformPlanarArray | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/uniform-planar-array.cc |
44251| CsvReader | /tmp/nsnam/update-docs/ns-3-dev/src/core/helper/csv-reader.cc |
44252| UanPhyGen | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-phy-gen.cc |
44253| MobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/mobility-helper.cc |
44254| PrioQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/prio-queue-disc.cc |
44255| SpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-channel.cc |
44256| Ns2MobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/ns2-mobility-helper.cc |
44257| DoubleProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/double-probe.cc |
44258| ConstantVelocityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/constant-velocity-helper.cc |
44259| FcfsWifiQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/fcfs-wifi-queue-scheduler.cc |
44260| GeographicPositions | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/geographic-positions.cc |
44261| VhtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-frame-exchange-manager.cc |
44262| HierarchicalMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/hierarchical-mobility-model.cc |
44263| EpcTftClassifier | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-tft-classifier.cc |
44264| RandomDirection2dMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/random-direction-2d-mobility-model.cc |
44265| ChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/channel-condition-model.cc |
44266| ItuR1411LosPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/itu-r-1411-los-propagation-loss-model.cc |
44267| Jakes | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/jakes-propagation-loss-model.cc |
44268| OkumuraHataPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/okumura-hata-propagation-loss-model.cc |
44269| NodePrinter | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/node-printer.cc |
44270| AlohaNoackNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/aloha-noack-net-device.cc |
44271| HtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-frame-exchange-manager.cc |
44272| FdMtFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdmt-ff-mac-scheduler.cc |
44273| Ipv4RawSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-impl.cc |
44274| ProbabilisticV2vChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/probabilistic-v2v-channel-condition-model.cc |
44275| PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/propagation-loss-model.cc |
44276| AdhocAlohaNoackIdealPhyHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/adhoc-aloha-noack-ideal-phy-helper.cc |
44277| AlohaNoackMacHeader | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/aloha-noack-mac-header.cc |
44278| Ipv4EndPoint | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-end-point.cc |
44279| Test | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/test.cc |
44280| TcpRxBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-rx-buffer.cc |
44281| ConstantSpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/constant-spectrum-propagation-loss.cc |
44282| HalfDuplexIdealPhySignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/half-duplex-ideal-phy-signal-parameters.cc |
44283| HalfDuplexIdealPhy | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/half-duplex-ideal-phy.cc |
44284| IpcsClassifierRecord | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ipcs-classifier-record.cc |
44285| OrbisTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/orbis-topology-reader.cc |
44286| BsServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-service-flow-manager.cc |
44287| MultiModelSpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/multi-model-spectrum-channel.cc |
44288| AdvancedApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/advanced-ap-emlsr-manager.cc |
44289| SpectrumConverter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-converter.cc |
44290| ShannonSpectrumErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-error-model.cc |
44291| WifiMacQueue | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac-queue.cc |
44292| WifiPhyStateHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy-state-helper.cc |
44293| SpectrumModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-model.cc |
44294| TraceFadingLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/trace-fading-loss-model.cc |
44295| TcpOptionSack | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-sack.cc |
44296| SpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-propagation-loss-model.cc |
44297| SpectrumTransmitFilter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-transmit-filter.cc |
44298| SpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-signal-parameters.cc |
44299| LteSpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-phy.cc |
44300| SpectrumValue | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-value.cc |
44301| ThreeGppChannelModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/three-gpp-channel-model.cc |
44302| ThreeGppSpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/three-gpp-spectrum-propagation-loss-model.cc |
44303| ConstantRateWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/constant-rate-wifi-manager.cc |
44304| TcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-header.cc |
44305| TvSpectrumTransmitter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/tv-spectrum-transmitter.cc |
44306| SpectrumWifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/spectrum-wifi-helper.cc |
44307| WifiCoTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-co-trace-helper.cc |
44308| FlameProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-protocol-mac.cc |
44309| ApWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ap-wifi-mac.cc |
44310| SpectrumInterference | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-interference.cc |
44311| BlockAckWindow | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-window.cc |
44312| AdvancedEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/advanced-emlsr-manager.cc |
44313| DefaultEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/default-emlsr-manager.cc |
44314| WifiPhyRxTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-phy-rx-trace-helper.cc |
44315| RealtimeSimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/realtime-simulator-impl.cc |
44316| EhtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-configuration.cc |
44317| NetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/net-device.cc |
44318| MinstrelHtWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/minstrel-ht-wifi-manager.cc |
44319| UanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/uan/helper/uan-helper.cc |
44320| MultiLinkElement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/multi-link-element.cc |
44321| ConstantObssPdAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/constant-obss-pd-algorithm.cc |
44322| HeConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-configuration.cc |
44323| HeFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-frame-exchange-manager.cc |
44324| HePhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-phy.cc |
44325| MultiUserScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/multi-user-scheduler.cc |
44326| ObssPdAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/obss-pd-algorithm.cc |
44327| HtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-configuration.cc |
44328| UanPropModelThorp | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-prop-model-thorp.cc |
44329| HtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-ppdu.cc |
44330| MacRxMiddle | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mac-rx-middle.cc |
44331| MacTxMiddle | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mac-tx-middle.cc |
44332| EhtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-frame-exchange-manager.cc |
44333| MpduAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mpdu-aggregator.cc |
44334| SsServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-service-flow-manager.cc |
44335| DsssErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-error-rate-model.cc |
44336| Uinteger32Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-32-probe.cc |
44337| OfdmPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/ofdm-ppdu.cc |
44338| OriginatorBlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/originator-block-ack-agreement.cc |
44339| SubscriberStationNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-net-device.cc |
44340| QosFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/qos-frame-exchange-manager.cc |
44341| Ipv6InterfaceAddress | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-interface-address.cc |
44342| HtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-phy.cc |
44343| BooleanProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/boolean-probe.cc |
44344| AarfcdWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aarfcd-wifi-manager.cc |
44345| PacketSink | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/packet-sink.cc |
44346| UanTxMode | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-tx-mode.cc |
44347| AmrrWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/amrr-wifi-manager.cc |
44348| ArfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/arf-wifi-manager.cc |
44349| LteFfrEnhancedAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-enhanced-algorithm.cc |
44350| Dot11sPeerManagementProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-link.cc |
44351| CaraWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/cara-wifi-manager.cc |
44352| UdpEchoServerApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-echo-server.cc |
44353| IdealWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/ideal-wifi-manager.cc |
44354| WifiMpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mpdu.cc |
44355| MinstrelWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/minstrel-wifi-manager.cc |
44356| OnoeWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/onoe-wifi-manager.cc |
44357| InetTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/inet-topology-reader.cc |
44358| ParfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/parf-wifi-manager.cc |
44359| DsdvRoutingTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-rtable.cc |
44360| BlockAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-manager.cc |
44361| RrpaaWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/rrpaa-wifi-manager.cc |
44362| UanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-net-device.cc |
44363| LteFrStrictAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-strict-algorithm.cc |
44364| GcrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/gcr-manager.cc |
44365| RecipientBlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/recipient-block-ack-agreement.cc |
44366| StaWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/sta-wifi-mac.cc |
44367| Txop | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/txop.cc |
44368| EventId | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/event-id.cc |
44369| VhtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-ppdu.cc |
44370| Ipv6ExtensionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-extension-header.cc |
44371| WifiBandwidthFilter | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-bandwidth-filter.cc |
44372| WifiDefaultProtectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-protection-manager.cc |
44373| SimpleUeComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/simple-ue-component-carrier-manager.cc |
44374| WifiMacQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac-queue-scheduler.cc |
44375| WifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac.cc |
44376| simpleOfdmWimaxChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/simple-ofdm-wimax-channel.cc |
44377| WifiNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-net-device.cc |
44378| SNRToBlockErrorRateManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/snr-to-block-error-rate-manager.cc |
44379| WifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy.cc |
44380| TcpOptionRfc793 | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-rfc793.cc |
44381| ApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/ap-emlsr-manager.cc |
44382| WifiPsdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-psdu.cc |
44383| Icmpv4L4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv4-l4-protocol.cc |
44384| WifiRadioEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-radio-energy-model.cc |
44385| LteSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-signal-parameters.cc |
44386| PcapFileWrapper | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/pcap-file-wrapper.cc |
44387| WifiSpectrumPhyInterface | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-phy-interface.cc |
44388| WifiTxCurrentModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-current-model.cc |
44389| UdpTraceClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-trace-client.cc |
44390| WifiTxParameters | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-parameters.cc |
44391| WifiTxTimer | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-timer.cc |
44392| ApplicationPacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/application-packet-probe.cc |
44393| EnergySource | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/energy-source.cc |
44394| BulkSendApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/bulk-send-application.cc |
44395| SeqTsEchoHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-echo-header.cc |
44396| SeqTsHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-header.cc |
44397| SeqTsSizeHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-size-header.cc |
44398| TcpVeno | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-veno.cc |
44399| EhtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-phy.cc |
44400| SinkApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/sink-application.cc |
44401| ThreeGppHttpClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-client.cc |
44402| Buffer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/buffer.cc |
44403| RadvdPrefix | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd-prefix.cc |
44404| ThreeGppHttpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-header.cc |
44405| UdpServer | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-server.cc |
44406| DsrMainHelper | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/helper/dsr-main-helper.cc |
44407| HwmpProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-protocol-mac.cc |
44408| HwmpProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-protocol.cc |
44409| PeerManagementProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-management-protocol-mac.cc |
44410| PeerManagementProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-management-protocol.cc |
44411| Ipv4 | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4.cc |
44412| FlameProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-protocol.cc |
44413| ComponentCarrierEnb | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier-enb.cc |
44414| Mac16Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac16-address.cc |
44415| MeshWifiInterfaceMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-wifi-interface-mac.cc |
44416| Mac8Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac8-address.cc |
44417| AcousticModemEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/acoustic-modem-energy-model.cc |
44418| UanPhyDual | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-phy-dual.cc |
44419| WimaxNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-net-device.cc |
44420| PhyTxStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-tx-stats-calculator.cc |
44421| RadvdApplication | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd.cc |
44422| DropTailQueue | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/drop-tail-queue.cc |
44423| SourceApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/source-application.cc |
44424| WimaxPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-phy.cc |
44425| ObjectBase | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-base.cc |
44426| WimaxChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-channel.cc |
44427| TcpLedbat | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-ledbat.cc |
44428| SimpleOfdmWimaxPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/simple-ofdm-wimax-phy.cc |
44429| DsdvPacketQueue | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-packet-queue.cc |
44430| RngStream | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/rng-stream.cc |
44431| SSManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-manager.cc |
44432| LteUeMac | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-mac.cc |
44433| LteHexGridEnbTopologyHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-hex-grid-enb-topology-helper.cc |
44434| Config | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/config.cc |
44435| SingleModelSpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/single-model-spectrum-channel.cc |
44436| UplinkScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler.cc |
44437| UplinkSchedulerSimple | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-simple.cc |
44438| JakesProcess | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/jakes-process.cc |
44439| UplinkSchedulerMBQoS | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-mbqos.cc |
44440| UplinkSchedulerRtps | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-rtps.cc |
44441| LrWpanCsmaCa | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-csmaca.cc |
44442| BSScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler.cc |
44443| SSScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-scheduler.cc |
44444| FfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/ff-mac-scheduler.cc |
44445| DsrOptions | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-options.cc |
44446| FatalImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/fatal-impl.cc |
44447| ServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/service-flow-manager.cc |
44448| BandwidthManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bandwidth-manager.cc |
44449| Ipv4Route | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-route.cc |
44450| IpcsClassifier | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ipcs-classifier.cc |
44451| MicrowaveOvenSpectrumValue | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/microwave-oven-spectrum-value-helper.cc |
44452| Tlv | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-tlv.cc |
44453
44454*/
44455
44456/*!
44457\page TraceSourceList All TraceSources
44458
44459This is a list of all \ref tracing sources. For more information see the \ref tracing section of this API documentation and the Tracing sections in the Tutorial and Manual.
44460
44461<b>ns3::AarfcdWifiManager</b><br>
44462<ul>
44463<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44464</ul>
44465<b>ns3::AarfWifiManager</b><br>
44466<ul>
44467<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44468</ul>
44469<b>ns3::AcousticModemEnergyModel</b><br>
44470<ul>
44471<li><b>TotalEnergyConsumption</b>: Total energy consumption of the modem device.</li>
44472</ul>
44473<b>ns3::AlohaNoackNetDevice</b><br>
44474<ul>
44475<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
44476<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
44477<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44478<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44479</ul>
44480<b>ns3::AmrrWifiManager</b><br>
44481<ul>
44482<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44483</ul>
44484<b>ns3::AparfWifiManager</b><br>
44485<ul>
44486<li><b>PowerChange</b>: The transmission power has change</li>
44487<li><b>RateChange</b>: The transmission rate has change</li>
44488</ul>
44489<b>ns3::ApplicationPacketProbe</b><br>
44490<ul>
44491<li><b>Output</b>: The packet plus its socket address that serve as the output for this probe</li>
44492<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44493</ul>
44494<b>ns3::ApWifiMac</b><br>
44495<ul>
44496<li><b>AssociatedSta</b>: A station associated with this access point.</li>
44497<li><b>DeAssociatedSta</b>: A station lost association with this access point.</li>
44498</ul>
44499<b>ns3::ArfWifiManager</b><br>
44500<ul>
44501<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44502</ul>
44503<b>ns3::ArpCache</b><br>
44504<ul>
44505<li><b>Drop</b>: Packet dropped due to ArpCache entry in WaitReply expiring.</li>
44506</ul>
44507<b>ns3::ArpL3Protocol</b><br>
44508<ul>
44509<li><b>Drop</b>: Packet dropped because not enough room in pending queue for a specific cache entry.</li>
44510</ul>
44511<b>ns3::BaseStationNetDevice</b><br>
44512<ul>
44513<li><b>BSPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
44514<li><b>BSRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
44515<li><b>BSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
44516<li><b>BSTx</b>: A packet has been received from higher layers and is being processed in preparation for queueing for transmission.</li>
44517<li><b>BSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.</li>
44518</ul>
44519<b>ns3::BlockAckManager</b><br>
44520<ul>
44521<li><b>AgreementState</b>: The state of the ADDBA handshake</li>
44522</ul>
44523<b>ns3::BooleanProbe</b><br>
44524<ul>
44525<li><b>Output</b>: The bool that serves as output for this probe</li>
44526</ul>
44527<b>ns3::BulkSendApplication</b><br>
44528<ul>
44529<li><b>TcpRetransmission</b>: The TCP socket retransmitted a packet</li>
44530<li><b>Tx</b>: A new packet is sent</li>
44531<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader</li>
44532</ul>
44533<b>ns3::CaraWifiManager</b><br>
44534<ul>
44535<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44536</ul>
44537<b>ns3::ChannelAccessManager</b><br>
44538<ul>
44539<li><b>NSlotsLeftAlert</b>: The number of remaining backoff slots for the AC with the given index reached the threshold set through the NSlotsLeft attribute.</li>
44540</ul>
44541<b>ns3::CobaltQueueDisc</b><br>
44542<ul>
44543<li><b>Count</b>: Cobalt count</li>
44544<li><b>DropNext</b>: Time until next packet drop</li>
44545<li><b>DropState</b>: Dropping state</li>
44546</ul>
44547<b>ns3::CoDelQueueDisc</b><br>
44548<ul>
44549<li><b>Count</b>: CoDel count</li>
44550<li><b>DropNext</b>: Time until next packet drop</li>
44551<li><b>DropState</b>: Dropping state</li>
44552<li><b>LastCount</b>: CoDel lastcount</li>
44553</ul>
44554<b>ns3::CsmaNetDevice</b><br>
44555<ul>
44556<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
44557<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
44558<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44559<li><b>MacTxBackoff</b>: Trace source indicating a packet has been delayed by the CSMA backoff process</li>
44560<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44561<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44562<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device</li>
44563<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel</li>
44564<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44565<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44566<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44567<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44568</ul>
44569<b>ns3::DhcpClient</b><br>
44570<ul>
44571<li><b>ExpireLease</b>: A lease expires</li>
44572<li><b>NewLease</b>: Get a NewLease</li>
44573</ul>
44574<b>ns3::dot11s::HwmpProtocol</b><br>
44575<ul>
44576<li><b>RouteChange</b>: Routing table changed</li>
44577<li><b>RouteDiscoveryTime</b>: The time of route discovery procedure</li>
44578</ul>
44579<b>ns3::dot11s::PeerManagementProtocol</b><br>
44580<ul>
44581<li><b>LinkClose</b>: New peer link closed</li>
44582<li><b>LinkOpen</b>: New peer link opened</li>
44583</ul>
44584<b>ns3::DoubleProbe</b><br>
44585<ul>
44586<li><b>Output</b>: The double that serves as output for this probe</li>
44587</ul>
44588<b>ns3::dsr::DsrOptions</b><br>
44589<ul>
44590<li><b>Drop</b>: Packet dropped.</li>
44591<li><b>Rx</b>: Receive DSR packet.</li>
44592</ul>
44593<b>ns3::dsr::DsrRouting</b><br>
44594<ul>
44595<li><b>Drop</b>: Drop DSR packet</li>
44596<li><b>Tx</b>: Send DSR packet.</li>
44597</ul>
44598<b>ns3::DynamicQueueLimits</b><br>
44599<ul>
44600<li><b>Limit</b>: Limit value calculated by DQL</li>
44601</ul>
44602<b>ns3::EmlsrManager</b><br>
44603<ul>
44604<li><b>MainPhySwitch</b>: This trace source is fired when the main PHY switches channel to operate on another link. Information associated with the main PHY switch is provided through a struct that is inherited from struct EmlsrMainPhySwitchTrace (use the GetName() method to get the type of the provided object).</li>
44605</ul>
44606<b>ns3::energy::BasicEnergyHarvester</b><br>
44607<ul>
44608<li><b>HarvestedPower</b>: Harvested power by the BasicEnergyHarvester.</li>
44609<li><b>TotalEnergyHarvested</b>: Total energy harvested by the harvester.</li>
44610</ul>
44611<b>ns3::energy::BasicEnergySource</b><br>
44612<ul>
44613<li><b>RemainingEnergy</b>: Remaining energy at BasicEnergySource.</li>
44614</ul>
44615<b>ns3::energy::GenericBatteryModel</b><br>
44616<ul>
44617<li><b>RemainingEnergy</b>: Remaining energy of generic battery</li>
44618</ul>
44619<b>ns3::energy::RvBatteryModel</b><br>
44620<ul>
44621<li><b>RvBatteryModelBatteryLevel</b>: RV battery model battery level.</li>
44622<li><b>RvBatteryModelBatteryLifetime</b>: RV battery model battery lifetime.</li>
44623</ul>
44624<b>ns3::energy::SimpleDeviceEnergyModel</b><br>
44625<ul>
44626<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.</li>
44627</ul>
44628<b>ns3::EpcUeNas</b><br>
44629<ul>
44630<li><b>StateTransition</b>: fired upon every UE NAS state transition</li>
44631</ul>
44632<b>ns3::FdNetDevice</b><br>
44633<ul>
44634<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
44635<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
44636<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44637<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44638<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44639<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44640</ul>
44641<b>ns3::HalfDuplexIdealPhy</b><br>
44642<ul>
44643<li><b>RxAbort</b>: Trace fired when a previously started RX is aborted before time</li>
44644<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error (packet is corrupted)</li>
44645<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully</li>
44646<li><b>RxStart</b>: Trace fired when the start of a signal is detected</li>
44647<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
44648<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
44649</ul>
44650<b>ns3::Icmpv6L4Protocol</b><br>
44651<ul>
44652<li><b>DadFailure</b>: Duplicate Address detected during DAD, the address is now INVALID</li>
44653<li><b>DadSuccess</b>: Duplicate Address not detected during DAD, the address is now PREFERRED</li>
44654</ul>
44655<b>ns3::IdealWifiManager</b><br>
44656<ul>
44657<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44658</ul>
44659<b>ns3::Ipv4Interface</b><br>
44660<ul>
44661<li><b>InterfaceStatus</b>: Interface has been set up or down.</li>
44662</ul>
44663<b>ns3::Ipv4L3Protocol</b><br>
44664<ul>
44665<li><b>Drop</b>: Drop ipv4 packet</li>
44666<li><b>LocalDeliver</b>: An IPv4 packet was received by/for this node, and it is being forward up the stack</li>
44667<li><b>MulticastForward</b>: A multicast IPv4 packet was received by this node and is being forwarded to another node</li>
44668<li><b>Rx</b>: Receive ipv4 packet from incoming interface.</li>
44669<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission</li>
44670<li><b>Tx</b>: Send ipv4 packet to outgoing interface.</li>
44671<li><b>UnicastForward</b>: A unicast IPv4 packet was received by this node and is being forwarded to another node</li>
44672</ul>
44673<b>ns3::Ipv4PacketProbe</b><br>
44674<ul>
44675<li><b>Output</b>: The packet plus its IPv4 object and interface that serve as the output for this probe</li>
44676<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44677</ul>
44678<b>ns3::Ipv6Interface</b><br>
44679<ul>
44680<li><b>InterfaceStatus</b>: Interface has been set up or down.</li>
44681</ul>
44682<b>ns3::Ipv6L3Protocol</b><br>
44683<ul>
44684<li><b>Drop</b>: Drop IPv6 packet</li>
44685<li><b>LocalDeliver</b>: An IPv6 packet was received by/for this node, and it is being forward up the stack</li>
44686<li><b>Rx</b>: Receive IPv6 packet from incoming interface.</li>
44687<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission</li>
44688<li><b>Tx</b>: Send IPv6 packet to outgoing interface.</li>
44689<li><b>UnicastForward</b>: A unicast IPv6 packet was received by this node and is being forwarded to another node</li>
44690</ul>
44691<b>ns3::Ipv6PacketProbe</b><br>
44692<ul>
44693<li><b>Output</b>: The packet plus its IPv6 object and interface that serve as the output for this probe</li>
44694<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44695</ul>
44696<b>ns3::lrwpan::LrWpanMac</b><br>
44697<ul>
44698<li><b>IfsEnd</b>: Trace source reporting the end of an Interframe space (IFS)</li>
44699<li><b>MacIncSuperframeStatus</b>: The period status of the incoming superframe</li>
44700<li><b>MacIndTxDequeue</b>: Trace source indicating a packet has was dequeued from the indirect transaction queue</li>
44701<li><b>MacIndTxDrop</b>: Trace source indicating a packet has been dropped from the indirect transaction queue(The pending transaction list)</li>
44702<li><b>MacIndTxEnqueue</b>: Trace source indicating a packet has been enqueued in the indirect transaction queue</li>
44703<li><b>MacOutSuperframeStatus</b>: The period status of the outgoing superframe</li>
44704<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
44705<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
44706<li><b>MacRxDrop</b>: Trace source indicating a packet was received, but dropped before being forwarded up the stack</li>
44707<li><b>MacSentPkt</b>: Trace source reporting some information about the sent packet</li>
44708<li><b>MacState</b>: The state of LrWpan Mac</li>
44709<li><b>MacStateValue</b>: The state of LrWpan Mac</li>
44710<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44711<li><b>MacTxDequeue</b>: Trace source indicating a packet has was dequeued from the transaction queue</li>
44712<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped during transmission</li>
44713<li><b>MacTxEnqueue</b>: Trace source indicating a packet has been enqueued in the transaction queue</li>
44714<li><b>MacTxOk</b>: Trace source indicating a packet has been successfully sent</li>
44715<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44716<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44717</ul>
44718<b>ns3::lrwpan::LrWpanPhy</b><br>
44719<ul>
44720<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
44721<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44722<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
44723<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium</li>
44724<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44725<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
44726<li><b>TrxState</b>: The state of the transceiver</li>
44727<li><b>TrxStateValue</b>: The state of the transceiver</li>
44728</ul>
44729<b>ns3::LteEnbMac</b><br>
44730<ul>
44731<li><b>DlScheduling</b>: Information regarding DL scheduling.</li>
44732<li><b>UlScheduling</b>: Information regarding UL scheduling.</li>
44733</ul>
44734<b>ns3::LteEnbPhy</b><br>
44735<ul>
44736<li><b>DlPhyTransmission</b>: DL transmission PHY layer statistics.</li>
44737<li><b>ReportInterference</b>: Report linear interference power per PHY RB</li>
44738<li><b>ReportUeSinr</b>: Report UEs' averaged linear SINR</li>
44739</ul>
44740<b>ns3::LteEnbRrc</b><br>
44741<ul>
44742<li><b>ConnectionEstablished</b>: Fired upon successful RRC connection establishment.</li>
44743<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration</li>
44744<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure</li>
44745<li><b>HandoverFailureJoining</b>: trace fired upon handover failure due to handover joining timeout at target eNB</li>
44746<li><b>HandoverFailureLeaving</b>: trace fired upon handover failure due to handover leaving timeout at source eNB</li>
44747<li><b>HandoverFailureMaxRach</b>: trace fired upon handover failure due to max RACH attempts from UE to target eNB</li>
44748<li><b>HandoverFailureNoPreamble</b>: trace fired upon handover failure due to non-allocation of non-contention based preamble at eNB for UE to handover due to max count reached</li>
44749<li><b>HandoverStart</b>: trace fired upon start of a handover procedure</li>
44750<li><b>NewUeContext</b>: Fired upon creation of a new UE context.</li>
44751<li><b>NotifyConnectionRelease</b>: trace fired when an UE is released</li>
44752<li><b>RecvMeasurementReport</b>: trace fired when measurement report is received</li>
44753<li><b>RrcTimeout</b>: trace fired when a timer expires</li>
44754</ul>
44755<b>ns3::LtePdcp</b><br>
44756<ul>
44757<li><b>RxPDU</b>: PDU received.</li>
44758<li><b>TxPDU</b>: PDU transmission notified to the RLC.</li>
44759</ul>
44760<b>ns3::LteRlc</b><br>
44761<ul>
44762<li><b>RxPDU</b>: PDU received.</li>
44763<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission</li>
44764<li><b>TxPDU</b>: PDU transmission notified to the MAC.</li>
44765</ul>
44766<b>ns3::LteSpectrumPhy</b><br>
44767<ul>
44768<li><b>DlPhyReception</b>: DL reception PHY layer statistics.</li>
44769<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error</li>
44770<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully</li>
44771<li><b>RxStart</b>: Trace fired when the start of a signal is detected</li>
44772<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
44773<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
44774<li><b>UlPhyReception</b>: DL reception PHY layer statistics.</li>
44775</ul>
44776<b>ns3::LteUeMac</b><br>
44777<ul>
44778<li><b>RaResponseTimeout</b>: trace fired upon RA response timeout</li>
44779</ul>
44780<b>ns3::LteUePhy</b><br>
44781<ul>
44782<li><b>ReportCurrentCellRsrpSinr</b>: RSRP and SINR statistics.</li>
44783<li><b>ReportPowerSpectralDensity</b>: Power Spectral Density data.</li>
44784<li><b>ReportUeMeasurements</b>: Report UE measurements RSRP (dBm) and RSRQ (dB).</li>
44785<li><b>ReportUlPhyResourceBlocks</b>: UL transmission PHY layer resource blocks.</li>
44786<li><b>StateTransition</b>: Trace fired upon every UE PHY state transition</li>
44787<li><b>UlPhyTransmission</b>: DL transmission PHY layer statistics.</li>
44788</ul>
44789<b>ns3::LteUePowerControl</b><br>
44790<ul>
44791<li><b>ReportPucchTxPower</b>: Report PUCCH TxPower in dBm</li>
44792<li><b>ReportPuschTxPower</b>: Report PUSCH TxPower in dBm</li>
44793<li><b>ReportSrsTxPower</b>: Report SRS TxPower in dBm</li>
44794</ul>
44795<b>ns3::LteUeRrc</b><br>
44796<ul>
44797<li><b>ConnectionEstablished</b>: trace fired upon successful RRC connection establishment</li>
44798<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration</li>
44799<li><b>ConnectionTimeout</b>: trace fired upon timeout RRC connection establishment because of T300</li>
44800<li><b>DrbCreated</b>: trace fired after DRB is created</li>
44801<li><b>HandoverEndError</b>: trace fired upon failure of a handover procedure</li>
44802<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure</li>
44803<li><b>HandoverStart</b>: trace fired upon start of a handover procedure</li>
44804<li><b>InitialCellSelectionEndError</b>: trace fired upon failed initial cell selection procedure</li>
44805<li><b>InitialCellSelectionEndOk</b>: trace fired upon successful initial cell selection procedure</li>
44806<li><b>MibReceived</b>: trace fired upon reception of Master Information Block</li>
44807<li><b>PhySyncDetection</b>: trace fired upon receiving in Sync or out of Sync indications from UE PHY</li>
44808<li><b>RadioLinkFailure</b>: trace fired upon failure of radio link</li>
44809<li><b>RandomAccessError</b>: trace fired upon failure of the random access procedure</li>
44810<li><b>RandomAccessSuccessful</b>: trace fired upon successful completion of the random access procedure</li>
44811<li><b>SCarrierConfigured</b>: trace fired after configuring secondary carriers</li>
44812<li><b>Sib1Received</b>: trace fired upon reception of System Information Block Type 1</li>
44813<li><b>Sib2Received</b>: trace fired upon reception of System Information Block Type 2</li>
44814<li><b>Srb1Created</b>: trace fired after SRB1 is created</li>
44815<li><b>StateTransition</b>: trace fired upon every UE RRC state transition</li>
44816</ul>
44817<b>ns3::MinstrelHtWifiManager</b><br>
44818<ul>
44819<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44820</ul>
44821<b>ns3::MinstrelWifiManager</b><br>
44822<ul>
44823<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44824</ul>
44825<b>ns3::MobilityModel</b><br>
44826<ul>
44827<li><b>CourseChange</b>: The value of the position and/or velocity vector changed</li>
44828</ul>
44829<b>ns3::ObssPdAlgorithm</b><br>
44830<ul>
44831<li><b>Reset</b>: Trace CCA Reset event</li>
44832</ul>
44833<b>ns3::olsr::RoutingProtocol</b><br>
44834<ul>
44835<li><b>RoutingTableChanged</b>: The OLSR routing table has changed.</li>
44836<li><b>Rx</b>: Receive OLSR packet.</li>
44837<li><b>Tx</b>: Send OLSR packet.</li>
44838</ul>
44839<b>ns3::OnoeWifiManager</b><br>
44840<ul>
44841<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44842</ul>
44843<b>ns3::OnOffApplication</b><br>
44844<ul>
44845<li><b>OnOffState</b>: Application state (0-OFF, 1-ON)</li>
44846<li><b>Tx</b>: A new packet is created and is sent</li>
44847<li><b>TxWithAddresses</b>: A new packet is created and is sent</li>
44848<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader</li>
44849</ul>
44850<b>ns3::PacketProbe</b><br>
44851<ul>
44852<li><b>Output</b>: The packet that serve as the output for this probe</li>
44853<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44854</ul>
44855<b>ns3::PacketSink</b><br>
44856<ul>
44857<li><b>Rx</b>: A packet has been received</li>
44858<li><b>RxWithAddresses</b>: A packet has been received</li>
44859<li><b>RxWithSeqTsSize</b>: A packet with SeqTsSize header has been received</li>
44860</ul>
44861<b>ns3::PacketSocket</b><br>
44862<ul>
44863<li><b>Drop</b>: Drop packet due to receive buffer overflow</li>
44864</ul>
44865<b>ns3::PacketSocketClient</b><br>
44866<ul>
44867<li><b>Tx</b>: A packet has been sent</li>
44868</ul>
44869<b>ns3::PacketSocketServer</b><br>
44870<ul>
44871<li><b>Rx</b>: A packet has been received</li>
44872</ul>
44873<b>ns3::ParfWifiManager</b><br>
44874<ul>
44875<li><b>PowerChange</b>: The transmission power has change</li>
44876<li><b>RateChange</b>: The transmission rate has change</li>
44877</ul>
44878<b>ns3::Ping</b><br>
44879<ul>
44880<li><b>Drop</b>: Drop events due to destination unreachable or other errors.</li>
44881<li><b>Report</b>: Summary report at close of application.</li>
44882<li><b>Rtt</b>: The sequence number and RTT sample.</li>
44883<li><b>Tx</b>: The sequence number and ICMP echo response packet.</li>
44884</ul>
44885<b>ns3::PointToPointChannel</b><br>
44886<ul>
44887<li><b>TxRxPointToPoint</b>: Trace source indicating transmission of packet from the PointToPointChannel, used by the Animation interface.</li>
44888</ul>
44889<b>ns3::PointToPointNetDevice</b><br>
44890<ul>
44891<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
44892<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
44893<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44894<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44895<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44896<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device</li>
44897<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel</li>
44898<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44899<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44900<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44901<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44902</ul>
44903<b>ns3::QosTxop</b><br>
44904<ul>
44905<li><b>BaEstablished</b>: A block ack agreement is established with the given recipient for the given TID (and the given GCR group address, if any).</li>
44906<li><b>TxopTrace</b>: Trace source for TXOP start and duration times</li>
44907</ul>
44908<b>ns3::Queue<Packet></b><br>
44909<ul>
44910<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44911<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44912<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44913<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44914<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44915</ul>
44916<b>ns3::Queue<QueueDiscItem></b><br>
44917<ul>
44918<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44919<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44920<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44921<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44922<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44923</ul>
44924<b>ns3::Queue<WifiMpdu,WifiMacQueueContainer></b><br>
44925<ul>
44926<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44927<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44928<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44929<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44930<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44931</ul>
44932<b>ns3::QueueBase</b><br>
44933<ul>
44934<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue</li>
44935<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue</li>
44936</ul>
44937<b>ns3::QueueDisc</b><br>
44938<ul>
44939<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc</li>
44940<li><b>Dequeue</b>: Dequeue a packet from the queue disc</li>
44941<li><b>Drop</b>: Drop a packet stored in the queue disc</li>
44942<li><b>DropAfterDequeue</b>: Drop a packet after dequeue</li>
44943<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue</li>
44944<li><b>Enqueue</b>: Enqueue a packet in the queue disc</li>
44945<li><b>Mark</b>: Mark a packet stored in the queue disc</li>
44946<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc</li>
44947<li><b>Requeue</b>: Requeue a packet in the queue disc</li>
44948<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc</li>
44949</ul>
44950<b>ns3::RraaWifiManager</b><br>
44951<ul>
44952<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44953</ul>
44954<b>ns3::RrpaaWifiManager</b><br>
44955<ul>
44956<li><b>PowerChange</b>: The transmission power has change.</li>
44957<li><b>RateChange</b>: The transmission rate has change.</li>
44958</ul>
44959<b>ns3::SimpleNetDevice</b><br>
44960<ul>
44961<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44962</ul>
44963<b>ns3::SimpleOfdmWimaxPhy</b><br>
44964<ul>
44965<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
44966<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44967<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
44968<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium</li>
44969<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44970<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44971<li><b>Rx</b>: Receive trace</li>
44972<li><b>Tx</b>: Transmit trace</li>
44973</ul>
44974<b>ns3::SixLowPanNetDevice</b><br>
44975<ul>
44976<li><b>Drop</b>: Drop - DropReason, packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
44977<li><b>Rx</b>: Receive - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
44978<li><b>Tx</b>: Send - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
44979</ul>
44980<b>ns3::SpectrumAnalyzer</b><br>
44981<ul>
44982<li><b>AveragePowerSpectralDensityReport</b>: Trace fired whenever a new value for the average Power Spectral Density is calculated</li>
44983</ul>
44984<b>ns3::SpectrumChannel</b><br>
44985<ul>
44986<li><b>Gain</b>: This trace is fired whenever a new path loss value is calculated. The parameters to this trace are : Pointer to the mobility model of the transmitter, Pointer to the mobility model of the receiver, Tx antenna gain, Rx antenna gain, Propagation gain, Pathloss</li>
44987<li><b>PathLoss</b>: This trace is fired whenever a new path loss value is calculated. The first and second parameters to the trace are pointers respectively to the TX and RX SpectrumPhy instances, whereas the third parameters is the loss value in dB. Note that the loss value reported by this trace is the single-frequency loss value obtained by evaluating only the TX and RX AntennaModels and the PropagationLossModel. In particular, note that SpectrumPropagationLossModel (even if present) is never used to evaluate the loss value reported in this trace.</li>
44988<li><b>TxSigParams</b>: This trace is fired whenever a signal is transmitted. The sole parameter is a pointer to a copy of the SpectrumSignalParameters provided by the transmitter.</li>
44989</ul>
44990<b>ns3::SpectrumWifiPhy</b><br>
44991<ul>
44992<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak and foreign signals</li>
44993</ul>
44994<b>ns3::StaWifiMac</b><br>
44995<ul>
44996<li><b>Assoc</b>: Associated with an access point. If this is an MLD that associated with an AP MLD, the AP MLD address is provided.</li>
44997<li><b>BeaconArrival</b>: Time of beacons arrival from associated AP</li>
44998<li><b>DeAssoc</b>: Association with an access point lost. If this is an MLD that disassociated with an AP MLD, the AP MLD address is provided.</li>
44999<li><b>EmlsrLinkSwitch</b>: Trace start/end of EMLSR link switch events. Specifically, this trace is fired: (i) when a PHY _operating on a link_ starts switching to another link, thus the PHY is disconnected from the previous link; (ii) when a PHY is connected to a new link after performing a channel switch. This trace provides: the ID of the previous link, in case the PHY is disconnected, or the ID of the new link, in case the PHY is connected; a pointer to the PHY that switches link; a boolean value indicating if the PHY is connected to (true) or disconnected from (false) the given link.</li>
45000<li><b>LinkSetupCompleted</b>: A link was setup in the context of ML setup with an AP MLD. Provides ID of the setup link and AP MAC address</li>
45001<li><b>ReceivedBeaconInfo</b>: Information about every received Beacon frame</li>
45002</ul>
45003<b>ns3::SubscriberStationNetDevice</b><br>
45004<ul>
45005<li><b>SSPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
45006<li><b>SSRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
45007<li><b>SSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
45008<li><b>SSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.</li>
45009</ul>
45010<b>ns3::TbfQueueDisc</b><br>
45011<ul>
45012<li><b>TokensInFirstBucket</b>: Number of First Bucket Tokens in bytes</li>
45013<li><b>TokensInSecondBucket</b>: Number of Second Bucket Tokens in bytes</li>
45014</ul>
45015<b>ns3::TcpBbr</b><br>
45016<ul>
45017<li><b>CwndGain</b>: The dynamic congestion window gain factor</li>
45018<li><b>MinRtt</b>: Estimated two-way round-trip propagation delay of the path, estimated from the windowed minimum recent round-trip delay sample</li>
45019<li><b>PacingGain</b>: The dynamic pacing gain factor</li>
45020</ul>
45021<b>ns3::TcpDctcp</b><br>
45022<ul>
45023<li><b>CongestionEstimate</b>: Update sender-side congestion estimate state</li>
45024</ul>
45025<b>ns3::TcpHybla</b><br>
45026<ul>
45027<li><b>Rho</b>: Rho parameter of Hybla</li>
45028</ul>
45029<b>ns3::TcpRateLinux</b><br>
45030<ul>
45031<li><b>TcpRateSampleUpdated</b>: Tcp rate sample has been updated</li>
45032<li><b>TcpRateUpdated</b>: Tcp rate information has been updated</li>
45033</ul>
45034<b>ns3::TcpRxBuffer</b><br>
45035<ul>
45036<li><b>NextRxSequence</b>: Next sequence number expected (RCV.NXT)</li>
45037</ul>
45038<b>ns3::TcpSocketBase</b><br>
45039<ul>
45040<li><b>AdvWND</b>: Advertised Window Size</li>
45041<li><b>BytesInFlight</b>: Socket estimation of bytes in flight</li>
45042<li><b>CongState</b>: TCP Congestion machine state</li>
45043<li><b>CongestionWindow</b>: The TCP connection's congestion window</li>
45044<li><b>CongestionWindowInflated</b>: The TCP connection's congestion window inflates as in older RFC</li>
45045<li><b>EcnCeSeq</b>: Sequence of last received CE</li>
45046<li><b>EcnCwrSeq</b>: Sequence of last received CWR</li>
45047<li><b>EcnEchoSeq</b>: Sequence of last received ECN Echo</li>
45048<li><b>EcnState</b>: Trace ECN state change of socket</li>
45049<li><b>HighestRxAck</b>: Highest ack received from peer</li>
45050<li><b>HighestRxSequence</b>: Highest sequence number received from peer</li>
45051<li><b>HighestSequence</b>: Highest sequence number ever sent in socket's life time</li>
45052<li><b>LastRTT</b>: RTT of the last (S)ACKed packet</li>
45053<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)</li>
45054<li><b>PacingRate</b>: The current TCP pacing rate</li>
45055<li><b>RTO</b>: Retransmission timeout</li>
45056<li><b>RTT</b>: Smoothed RTT</li>
45057<li><b>RWND</b>: Remote side's flow control window</li>
45058<li><b>Retransmission</b>: Notification of a TCP retransmission</li>
45059<li><b>Rx</b>: Receive tcp packet from IP protocol</li>
45060<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)</li>
45061<li><b>State</b>: TCP state</li>
45062<li><b>Tx</b>: Send tcp packet to IP protocol</li>
45063</ul>
45064<b>ns3::TcpSocketState</b><br>
45065<ul>
45066<li><b>BytesInFlight</b>: The TCP connection's congestion window</li>
45067<li><b>CongState</b>: TCP Congestion machine state</li>
45068<li><b>CongestionWindow</b>: The TCP connection's congestion window</li>
45069<li><b>CongestionWindowInflated</b>: The TCP connection's inflated congestion window</li>
45070<li><b>EcnState</b>: Trace ECN state change of socket</li>
45071<li><b>HighestSequence</b>: Highest sequence number received from peer</li>
45072<li><b>LastRTT</b>: RTT of the last (S)ACKed packet</li>
45073<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)</li>
45074<li><b>PacingRate</b>: The current TCP pacing rate</li>
45075<li><b>RTT</b>: Smoothed RTT</li>
45076<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)</li>
45077</ul>
45078<b>ns3::TcpTxBuffer</b><br>
45079<ul>
45080<li><b>UnackSequence</b>: First unacknowledged sequence number (SND.UNA)</li>
45081</ul>
45082<b>ns3::TcpWestwoodPlus</b><br>
45083<ul>
45084<li><b>EstimatedBW</b>: The estimated bandwidth</li>
45085</ul>
45086<b>ns3::ThompsonSamplingWifiManager</b><br>
45087<ul>
45088<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
45089</ul>
45090<b>ns3::ThreeGppHttpClient</b><br>
45091<ul>
45092<li><b>ConnectionClosed</b>: Connection to the destination web server is closed.</li>
45093<li><b>ConnectionEstablished</b>: Connection to the destination web server has been established.</li>
45094<li><b>Rx</b>: General trace for receiving a packet of any kind.</li>
45095<li><b>RxDelay</b>: General trace of delay for receiving a complete object.</li>
45096<li><b>RxEmbeddedObject</b>: Received a whole embedded object. Header is included.</li>
45097<li><b>RxEmbeddedObjectPacket</b>: A packet of embedded object has been received.</li>
45098<li><b>RxMainObject</b>: Received a whole main object. Header is included.</li>
45099<li><b>RxMainObjectPacket</b>: A packet of main object has been received.</li>
45100<li><b>RxPage</b>: A page has been received.</li>
45101<li><b>RxRtt</b>: General trace of round trip delay time for receiving a complete object.</li>
45102<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.</li>
45103<li><b>Tx</b>: General trace for sending a packet of any kind.</li>
45104<li><b>TxEmbeddedObjectRequest</b>: Sent a request for an embedded object.</li>
45105<li><b>TxMainObjectRequest</b>: Sent a request for a main object.</li>
45106</ul>
45107<b>ns3::ThreeGppHttpServer</b><br>
45108<ul>
45109<li><b>ConnectionEstablished</b>: Connection to a remote web client has been established.</li>
45110<li><b>EmbeddedObject</b>: An embedded object has been generated.</li>
45111<li><b>MainObject</b>: A main object has been generated.</li>
45112<li><b>Rx</b>: A packet has been received.</li>
45113<li><b>RxDelay</b>: A packet has been received with delay information.</li>
45114<li><b>RxWithAddresses</b>: A packet has been received.</li>
45115<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.</li>
45116<li><b>Tx</b>: A packet has been sent.</li>
45117</ul>
45118<b>ns3::TimeProbe</b><br>
45119<ul>
45120<li><b>Output</b>: The double valued (units of seconds) probe output</li>
45121</ul>
45122<b>ns3::TimeSeriesAdaptor</b><br>
45123<ul>
45124<li><b>Output</b>: The current simulation time versus the current value converted to a double</li>
45125</ul>
45126<b>ns3::TrafficControlLayer</b><br>
45127<ul>
45128<li><b>TcDrop</b>: Trace source indicating a packet has been dropped by the Traffic Control layer because no queue disc is installed on the device, the device supports flow control and the device queue is stopped</li>
45129</ul>
45130<b>ns3::Txop</b><br>
45131<ul>
45132<li><b>BackoffTrace</b>: Trace source for backoff values</li>
45133<li><b>CwTrace</b>: Trace source for contention window values</li>
45134</ul>
45135<b>ns3::UanMacCw</b><br>
45136<ul>
45137<li><b>Dequeue</b>: A was passed down to the PHY from the MAC.</li>
45138<li><b>Enqueue</b>: A packet arrived at the MAC for transmission.</li>
45139<li><b>RX</b>: A packet was destined for this MAC and was received.</li>
45140</ul>
45141<b>ns3::UanMacRc</b><br>
45142<ul>
45143<li><b>Dequeue</b>: A (data) packet was passed down to PHY from MAC.</li>
45144<li><b>Enqueue</b>: A (data) packet arrived at MAC for transmission.</li>
45145<li><b>RX</b>: A packet was destined for and received at this MAC layer.</li>
45146</ul>
45147<b>ns3::UanMacRcGw</b><br>
45148<ul>
45149<li><b>Cycle</b>: Trace cycle statistics.</li>
45150<li><b>RX</b>: A packet was destined for and received at this MAC layer.</li>
45151</ul>
45152<b>ns3::UanNetDevice</b><br>
45153<ul>
45154<li><b>Rx</b>: Received payload from the MAC layer.</li>
45155<li><b>Tx</b>: Send payload to the MAC layer.</li>
45156</ul>
45157<b>ns3::UanPhy</b><br>
45158<ul>
45159<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.</li>
45160<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.</li>
45161<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.</li>
45162<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.</li>
45163<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.</li>
45164<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
45165</ul>
45166<b>ns3::UanPhyDual</b><br>
45167<ul>
45168<li><b>RxError</b>: A packet was received unsuccessfuly.</li>
45169<li><b>RxOk</b>: A packet was received successfully.</li>
45170<li><b>Tx</b>: Packet transmission beginning.</li>
45171</ul>
45172<b>ns3::UanPhyGen</b><br>
45173<ul>
45174<li><b>RxError</b>: A packet was received unsuccessfuly.</li>
45175<li><b>RxOk</b>: A packet was received successfully.</li>
45176<li><b>Tx</b>: Packet transmission beginning.</li>
45177</ul>
45178<b>ns3::UdpClient</b><br>
45179<ul>
45180<li><b>Tx</b>: A new packet is created and sent</li>
45181<li><b>TxWithAddresses</b>: A new packet is created and sent</li>
45182</ul>
45183<b>ns3::UdpEchoClient</b><br>
45184<ul>
45185<li><b>Rx</b>: A packet has been received</li>
45186<li><b>RxWithAddresses</b>: A packet has been received</li>
45187<li><b>Tx</b>: A new packet is created and is sent</li>
45188<li><b>TxWithAddresses</b>: A new packet is created and is sent</li>
45189</ul>
45190<b>ns3::UdpEchoServer</b><br>
45191<ul>
45192<li><b>Rx</b>: A packet has been received</li>
45193<li><b>RxWithAddresses</b>: A packet has been received</li>
45194</ul>
45195<b>ns3::UdpServer</b><br>
45196<ul>
45197<li><b>Rx</b>: A packet has been received</li>
45198<li><b>RxWithAddresses</b>: A packet has been received</li>
45199</ul>
45200<b>ns3::UdpSocketImpl</b><br>
45201<ul>
45202<li><b>Drop</b>: Drop UDP packet due to receive buffer overflow</li>
45203</ul>
45204<b>ns3::UeManager</b><br>
45205<ul>
45206<li><b>DrbCreated</b>: trace fired after DRB is created</li>
45207<li><b>StateTransition</b>: fired upon every UE state transition seen by the UeManager at the eNB RRC</li>
45208</ul>
45209<b>ns3::Uinteger16Probe</b><br>
45210<ul>
45211<li><b>Output</b>: The uint16_t that serves as output for this probe</li>
45212</ul>
45213<b>ns3::Uinteger32Probe</b><br>
45214<ul>
45215<li><b>Output</b>: The uint32_t that serves as output for this probe</li>
45216</ul>
45217<b>ns3::Uinteger8Probe</b><br>
45218<ul>
45219<li><b>Output</b>: The uint8_t that serves as output for this probe</li>
45220</ul>
45221<b>ns3::VirtualNetDevice</b><br>
45222<ul>
45223<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,</li>
45224<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,</li>
45225<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
45226<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
45227<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
45228</ul>
45229<b>ns3::WaveformGenerator</b><br>
45230<ul>
45231<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
45232<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
45233</ul>
45234<b>ns3::WifiMac</b><br>
45235<ul>
45236<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.</li>
45237<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).</li>
45238<li><b>IcfDropReason</b>: An ICF sent by the given sender is dropped by an EMLSR client for the given reason on the link with the given ID. This trace source is actually fed by the EHT Frame Exchange Manager through the m_icfDropCallback member variable.</li>
45239<li><b>MacPromiscRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace.</li>
45240<li><b>MacRx</b>: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace.</li>
45241<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
45242<li><b>MacTx</b>: A packet has been received by the WifiNetDevice and is about to be enqueued; it has a LlcSnapHeader prepended but not yet a WifiMacHeader.</li>
45243<li><b>MacTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission. This trace source is fired, e.g., when an AP's MAC receives from the upper layer a packet destined to a station that is not associated with the AP or a STA's MAC receives a packet from the upper layer while it is not associated with any AP.</li>
45244<li><b>MpduResponseTimeout</b>: An MPDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the MPDU. This trace source is fired when a CTS is missing after an RTS, when all CTS frames are missing after an MU-RTS, or when a Normal Ack is missing after an MPDU or after a DL MU PPDU acknowledged in SU format.</li>
45245<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.</li>
45246<li><b>PsduMapResponseTimeout</b>: A PSDU map for which not all the responses were received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason), the set of MAC addresses of the stations that did not respond and the total number of stations that had to respond. This trace source is fired when not all the addressed stations responded to an MU-BAR Trigger frame (either sent as a SU frame or aggregated to PSDUs in the DL MU PPDU), a Basic Trigger Frame or a BSRP Trigger Frame.</li>
45247<li><b>PsduResponseTimeout</b>: A PSDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the PSDU. This trace source is fired when a BlockAck is missing after an A-MPDU, a BlockAckReq (possibly in the context of the acknowledgment of a DL MU PPDU in SU format) or a TB PPDU (in the latter case the missing BlockAck is a Multi-STA BlockAck).</li>
45248</ul>
45249<b>ns3::WifiMacQueue</b><br>
45250<ul>
45251<li><b>Expired</b>: MPDU dropped because its lifetime expired.</li>
45252</ul>
45253<b>ns3::WifiPhy</b><br>
45254<ul>
45255<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames</li>
45256<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted</li>
45257<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
45258<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
45259<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
45260<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.</li>
45261<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun</li>
45262<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception</li>
45263<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the medium; the packet holds a single MPDU even if the MPDU is transmitted within an A-MPDU (in which case this trace fires for each MPDU in the A-MPDU).</li>
45264<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
45265<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
45266<li><b>PhyTxPsduBegin</b>: Trace source indicating a PSDU has begun transmitting over the channel medium; this trace returns a WifiConstPsduMap with a single element (in the case of SU PPDU) or multiple elements (in the case of MU PPDU)</li>
45267<li><b>SignalTransmission</b>: Trace start of signal transmission</li>
45268</ul>
45269<b>ns3::WifiPhyStateHelper</b><br>
45270<ul>
45271<li><b>RxError</b>: A packet has been received unsuccessfuly.</li>
45272<li><b>RxOk</b>: A packet has been received successfully.</li>
45273<li><b>RxOutcome</b>: The outcome of the decoding of the PPDU, including MPDU decoding status</li>
45274<li><b>State</b>: The state of the PHY layer</li>
45275<li><b>Tx</b>: Packet transmission is starting.</li>
45276</ul>
45277<b>ns3::WifiRadioEnergyModel</b><br>
45278<ul>
45279<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.</li>
45280</ul>
45281<b>ns3::WifiRemoteStationManager</b><br>
45282<ul>
45283<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed</li>
45284<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts</li>
45285<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts</li>
45286<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed</li>
45287</ul>
45288<b>ns3::WimaxMacQueue</b><br>
45289<ul>
45290<li><b>Dequeue</b>: Dequeue trace</li>
45291<li><b>Drop</b>: Drop trace</li>
45292<li><b>Enqueue</b>: Enqueue trace</li>
45293</ul>
45294<b>ns3::WimaxNetDevice</b><br>
45295<ul>
45296<li><b>Rx</b>: Receive trace</li>
45297<li><b>Tx</b>: Transmit trace</li>
45298</ul>
45299<b>ns3::YansWifiPhy</b><br>
45300<ul>
45301<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak signals</li>
45302</ul>
45303<b>ns3::zigbee::ZigbeeNwk</b><br>
45304<ul>
45305<li><b>RreqRetriesExhausted</b>: Trace source indicating when a node has reached the maximum allowed number of RREQ retries during a route discovery request</li>
45306</ul>
45307*/
45308
45309/*!
45310\ingroup attributes
45311\addtogroup attribute_Address Address Attribute
45312AttributeValue implementation for Address
45313\see ns3::Address
45314*/
45315/*!
45316\ingroup attribute_Address
45317\class ns3::AddressValue "address.h"
45318AttributeValue implementation for Address.
45319\see AttributeValue
45320*/
45321/*!
45322\fn ns3::AddressValue::AddressValue(const Address & value)
45323Constructor.
45324\param [in] value The Address value to use.
45325*/
45326/*!
45327\fn Address ns3::AddressValue::Get() const
45328\returns The Address value.
45329*/
45330/*!
45331\fn bool ns3::AddressValue::GetAccessor(T & value) const
45332Access the Address value as type \p T.
45333\tparam T \explicit The type to cast to.
45334\param [out] value The Address value, as type \p T.
45335\returns true.
45336*/
45337/*!
45338\fn void ns3::AddressValue::Set(const Address & value)
45339Set the value.
45340\param [in] value The value to adopt.
45341*/
45342/*!
45343\var Address ns3::AddressValue::m_value
45344The stored Address instance.
45345*/
45346
45347/*!
45348\ingroup attribute_Address
45349\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeAddressAccessor (T1 a1)
45350\copydoc ns3::MakeAccessorHelper(T1)
45351\see AttributeAccessor
45352*/
45353/*!
45354\ingroup attribute_Address
45355\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeAddressAccessor (T1 a1, T2 a2)
45356\copydoc ns3::MakeAccessorHelper(T1,T2)
45357\see AttributeAccessor
45358*/
45359/*!
45360\ingroup attribute_Address
45361
45362\class ns3::AddressChecker "address.h"
45363AttributeChecker implementation for AddressValue.
45364\see AttributeChecker
45365*/
45366/*!
45367\ingroup attribute_Address
45368\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeAddressChecker ()
45369\returns The AttributeChecker.
45370\see AttributeChecker
45371*/
45372/*!
45373\ingroup attributes
45374\addtogroup attribute_Box Box Attribute
45375AttributeValue implementation for Box
45376\see ns3::Box
45377*/
45378/*!
45379\ingroup attribute_Box
45380\class ns3::BoxValue "box.h"
45381AttributeValue implementation for Box.
45382\see AttributeValue
45383*/
45384/*!
45385\fn ns3::BoxValue::BoxValue(const Box & value)
45386Constructor.
45387\param [in] value The Box value to use.
45388*/
45389/*!
45390\fn Box ns3::BoxValue::Get() const
45391\returns The Box value.
45392*/
45393/*!
45394\fn bool ns3::BoxValue::GetAccessor(T & value) const
45395Access the Box value as type \p T.
45396\tparam T \explicit The type to cast to.
45397\param [out] value The Box value, as type \p T.
45398\returns true.
45399*/
45400/*!
45401\fn void ns3::BoxValue::Set(const Box & value)
45402Set the value.
45403\param [in] value The value to adopt.
45404*/
45405/*!
45406\var Box ns3::BoxValue::m_value
45407The stored Box instance.
45408*/
45409
45410/*!
45411\ingroup attribute_Box
45412\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBoxAccessor (T1 a1)
45413\copydoc ns3::MakeAccessorHelper(T1)
45414\see AttributeAccessor
45415*/
45416/*!
45417\ingroup attribute_Box
45418\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBoxAccessor (T1 a1, T2 a2)
45419\copydoc ns3::MakeAccessorHelper(T1,T2)
45420\see AttributeAccessor
45421*/
45422/*!
45423\ingroup attribute_Box
45424
45425\class ns3::BoxChecker "box.h"
45426AttributeChecker implementation for BoxValue.
45427\see AttributeChecker
45428*/
45429/*!
45430\ingroup attribute_Box
45431\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeBoxChecker ()
45432\returns The AttributeChecker.
45433\see AttributeChecker
45434*/
45435/*!
45436\ingroup attributes
45437\addtogroup attribute_DataRate DataRate Attribute
45438AttributeValue implementation for DataRate
45439\see ns3::DataRate
45440*/
45441/*!
45442\ingroup attribute_DataRate
45443\class ns3::DataRateValue "data-rate.h"
45444AttributeValue implementation for DataRate.
45445\see AttributeValue
45446*/
45447/*!
45448\fn ns3::DataRateValue::DataRateValue(const DataRate & value)
45449Constructor.
45450\param [in] value The DataRate value to use.
45451*/
45452/*!
45453\fn DataRate ns3::DataRateValue::Get() const
45454\returns The DataRate value.
45455*/
45456/*!
45457\fn bool ns3::DataRateValue::GetAccessor(T & value) const
45458Access the DataRate value as type \p T.
45459\tparam T \explicit The type to cast to.
45460\param [out] value The DataRate value, as type \p T.
45461\returns true.
45462*/
45463/*!
45464\fn void ns3::DataRateValue::Set(const DataRate & value)
45465Set the value.
45466\param [in] value The value to adopt.
45467*/
45468/*!
45469\var DataRate ns3::DataRateValue::m_value
45470The stored DataRate instance.
45471*/
45472
45473/*!
45474\ingroup attribute_DataRate
45475\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDataRateAccessor (T1 a1)
45476\copydoc ns3::MakeAccessorHelper(T1)
45477\see AttributeAccessor
45478*/
45479/*!
45480\ingroup attribute_DataRate
45481\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDataRateAccessor (T1 a1, T2 a2)
45482\copydoc ns3::MakeAccessorHelper(T1,T2)
45483\see AttributeAccessor
45484*/
45485/*!
45486\ingroup attribute_DataRate
45487
45488\class ns3::DataRateChecker "data-rate.h"
45489AttributeChecker implementation for DataRateValue.
45490\see AttributeChecker
45491*/
45492/*!
45493\ingroup attribute_DataRate
45494\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeDataRateChecker ()
45495\returns The AttributeChecker.
45496\see AttributeChecker
45497*/
45498/*!
45499\ingroup attributes
45500\addtogroup attribute_Length Length Attribute
45501AttributeValue implementation for Length
45502\see ns3::Length
45503*/
45504/*!
45505\ingroup attribute_Length
45506\class ns3::LengthValue "length.h"
45507AttributeValue implementation for Length.
45508\see AttributeValue
45509*/
45510/*!
45511\fn ns3::LengthValue::LengthValue(const Length & value)
45512Constructor.
45513\param [in] value The Length value to use.
45514*/
45515/*!
45516\fn Length ns3::LengthValue::Get() const
45517\returns The Length value.
45518*/
45519/*!
45520\fn bool ns3::LengthValue::GetAccessor(T & value) const
45521Access the Length value as type \p T.
45522\tparam T \explicit The type to cast to.
45523\param [out] value The Length value, as type \p T.
45524\returns true.
45525*/
45526/*!
45527\fn void ns3::LengthValue::Set(const Length & value)
45528Set the value.
45529\param [in] value The value to adopt.
45530*/
45531/*!
45532\var Length ns3::LengthValue::m_value
45533The stored Length instance.
45534*/
45535
45536/*!
45537\ingroup attribute_Length
45538\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeLengthAccessor (T1 a1)
45539\copydoc ns3::MakeAccessorHelper(T1)
45540\see AttributeAccessor
45541*/
45542/*!
45543\ingroup attribute_Length
45544\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeLengthAccessor (T1 a1, T2 a2)
45545\copydoc ns3::MakeAccessorHelper(T1,T2)
45546\see AttributeAccessor
45547*/
45548/*!
45549\ingroup attribute_Length
45550
45551\class ns3::LengthChecker "length.h"
45552AttributeChecker implementation for LengthValue.
45553\see AttributeChecker
45554*/
45555/*!
45556\ingroup attribute_Length
45557\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeLengthChecker ()
45558\returns The AttributeChecker.
45559\see AttributeChecker
45560*/
45561/*!
45562\ingroup attributes
45563\addtogroup attribute_Ipv4Address Ipv4Address Attribute
45564AttributeValue implementation for Ipv4Address
45565\see ns3::Ipv4Address
45566*/
45567/*!
45568\ingroup attribute_Ipv4Address
45569\class ns3::Ipv4AddressValue "ipv4-address.h"
45570AttributeValue implementation for Ipv4Address.
45571\see AttributeValue
45572*/
45573/*!
45574\fn ns3::Ipv4AddressValue::Ipv4AddressValue(const Ipv4Address & value)
45575Constructor.
45576\param [in] value The Ipv4Address value to use.
45577*/
45578/*!
45579\fn Ipv4Address ns3::Ipv4AddressValue::Get() const
45580\returns The Ipv4Address value.
45581*/
45582/*!
45583\fn bool ns3::Ipv4AddressValue::GetAccessor(T & value) const
45584Access the Ipv4Address value as type \p T.
45585\tparam T \explicit The type to cast to.
45586\param [out] value The Ipv4Address value, as type \p T.
45587\returns true.
45588*/
45589/*!
45590\fn void ns3::Ipv4AddressValue::Set(const Ipv4Address & value)
45591Set the value.
45592\param [in] value The value to adopt.
45593*/
45594/*!
45595\var Ipv4Address ns3::Ipv4AddressValue::m_value
45596The stored Ipv4Address instance.
45597*/
45598
45599/*!
45600\ingroup attribute_Ipv4Address
45601\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4AddressAccessor (T1 a1)
45602\copydoc ns3::MakeAccessorHelper(T1)
45603\see AttributeAccessor
45604*/
45605/*!
45606\ingroup attribute_Ipv4Address
45607\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4AddressAccessor (T1 a1, T2 a2)
45608\copydoc ns3::MakeAccessorHelper(T1,T2)
45609\see AttributeAccessor
45610*/
45611/*!
45612\ingroup attribute_Ipv4Address
45613
45614\class ns3::Ipv4AddressChecker "ipv4-address.h"
45615AttributeChecker implementation for Ipv4AddressValue.
45616\see AttributeChecker
45617*/
45618/*!
45619\ingroup attribute_Ipv4Address
45620\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv4AddressChecker ()
45621\returns The AttributeChecker.
45622\see AttributeChecker
45623*/
45624/*!
45625\ingroup attributes
45626\addtogroup attribute_Ipv4Mask Ipv4Mask Attribute
45627AttributeValue implementation for Ipv4Mask
45628\see ns3::Ipv4Mask
45629*/
45630/*!
45631\ingroup attribute_Ipv4Mask
45632\class ns3::Ipv4MaskValue "ipv4-address.h"
45633AttributeValue implementation for Ipv4Mask.
45634\see AttributeValue
45635*/
45636/*!
45637\fn ns3::Ipv4MaskValue::Ipv4MaskValue(const Ipv4Mask & value)
45638Constructor.
45639\param [in] value The Ipv4Mask value to use.
45640*/
45641/*!
45642\fn Ipv4Mask ns3::Ipv4MaskValue::Get() const
45643\returns The Ipv4Mask value.
45644*/
45645/*!
45646\fn bool ns3::Ipv4MaskValue::GetAccessor(T & value) const
45647Access the Ipv4Mask value as type \p T.
45648\tparam T \explicit The type to cast to.
45649\param [out] value The Ipv4Mask value, as type \p T.
45650\returns true.
45651*/
45652/*!
45653\fn void ns3::Ipv4MaskValue::Set(const Ipv4Mask & value)
45654Set the value.
45655\param [in] value The value to adopt.
45656*/
45657/*!
45658\var Ipv4Mask ns3::Ipv4MaskValue::m_value
45659The stored Ipv4Mask instance.
45660*/
45661
45662/*!
45663\ingroup attribute_Ipv4Mask
45664\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4MaskAccessor (T1 a1)
45665\copydoc ns3::MakeAccessorHelper(T1)
45666\see AttributeAccessor
45667*/
45668/*!
45669\ingroup attribute_Ipv4Mask
45670\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4MaskAccessor (T1 a1, T2 a2)
45671\copydoc ns3::MakeAccessorHelper(T1,T2)
45672\see AttributeAccessor
45673*/
45674/*!
45675\ingroup attribute_Ipv4Mask
45676
45677\class ns3::Ipv4MaskChecker "ipv4-address.h"
45678AttributeChecker implementation for Ipv4MaskValue.
45679\see AttributeChecker
45680*/
45681/*!
45682\ingroup attribute_Ipv4Mask
45683\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv4MaskChecker ()
45684\returns The AttributeChecker.
45685\see AttributeChecker
45686*/
45687/*!
45688\ingroup attributes
45689\addtogroup attribute_Ipv6Address Ipv6Address Attribute
45690AttributeValue implementation for Ipv6Address
45691\see ns3::Ipv6Address
45692*/
45693/*!
45694\ingroup attribute_Ipv6Address
45695\class ns3::Ipv6AddressValue "ipv6-address.h"
45696AttributeValue implementation for Ipv6Address.
45697\see AttributeValue
45698*/
45699/*!
45700\fn ns3::Ipv6AddressValue::Ipv6AddressValue(const Ipv6Address & value)
45701Constructor.
45702\param [in] value The Ipv6Address value to use.
45703*/
45704/*!
45705\fn Ipv6Address ns3::Ipv6AddressValue::Get() const
45706\returns The Ipv6Address value.
45707*/
45708/*!
45709\fn bool ns3::Ipv6AddressValue::GetAccessor(T & value) const
45710Access the Ipv6Address value as type \p T.
45711\tparam T \explicit The type to cast to.
45712\param [out] value The Ipv6Address value, as type \p T.
45713\returns true.
45714*/
45715/*!
45716\fn void ns3::Ipv6AddressValue::Set(const Ipv6Address & value)
45717Set the value.
45718\param [in] value The value to adopt.
45719*/
45720/*!
45721\var Ipv6Address ns3::Ipv6AddressValue::m_value
45722The stored Ipv6Address instance.
45723*/
45724
45725/*!
45726\ingroup attribute_Ipv6Address
45727\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6AddressAccessor (T1 a1)
45728\copydoc ns3::MakeAccessorHelper(T1)
45729\see AttributeAccessor
45730*/
45731/*!
45732\ingroup attribute_Ipv6Address
45733\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6AddressAccessor (T1 a1, T2 a2)
45734\copydoc ns3::MakeAccessorHelper(T1,T2)
45735\see AttributeAccessor
45736*/
45737/*!
45738\ingroup attribute_Ipv6Address
45739
45740\class ns3::Ipv6AddressChecker "ipv6-address.h"
45741AttributeChecker implementation for Ipv6AddressValue.
45742\see AttributeChecker
45743*/
45744/*!
45745\ingroup attribute_Ipv6Address
45746\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv6AddressChecker ()
45747\returns The AttributeChecker.
45748\see AttributeChecker
45749*/
45750/*!
45751\ingroup attributes
45752\addtogroup attribute_Ipv6Prefix Ipv6Prefix Attribute
45753AttributeValue implementation for Ipv6Prefix
45754\see ns3::Ipv6Prefix
45755*/
45756/*!
45757\ingroup attribute_Ipv6Prefix
45758\class ns3::Ipv6PrefixValue "ipv6-address.h"
45759AttributeValue implementation for Ipv6Prefix.
45760\see AttributeValue
45761*/
45762/*!
45763\fn ns3::Ipv6PrefixValue::Ipv6PrefixValue(const Ipv6Prefix & value)
45764Constructor.
45765\param [in] value The Ipv6Prefix value to use.
45766*/
45767/*!
45768\fn Ipv6Prefix ns3::Ipv6PrefixValue::Get() const
45769\returns The Ipv6Prefix value.
45770*/
45771/*!
45772\fn bool ns3::Ipv6PrefixValue::GetAccessor(T & value) const
45773Access the Ipv6Prefix value as type \p T.
45774\tparam T \explicit The type to cast to.
45775\param [out] value The Ipv6Prefix value, as type \p T.
45776\returns true.
45777*/
45778/*!
45779\fn void ns3::Ipv6PrefixValue::Set(const Ipv6Prefix & value)
45780Set the value.
45781\param [in] value The value to adopt.
45782*/
45783/*!
45784\var Ipv6Prefix ns3::Ipv6PrefixValue::m_value
45785The stored Ipv6Prefix instance.
45786*/
45787
45788/*!
45789\ingroup attribute_Ipv6Prefix
45790\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6PrefixAccessor (T1 a1)
45791\copydoc ns3::MakeAccessorHelper(T1)
45792\see AttributeAccessor
45793*/
45794/*!
45795\ingroup attribute_Ipv6Prefix
45796\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6PrefixAccessor (T1 a1, T2 a2)
45797\copydoc ns3::MakeAccessorHelper(T1,T2)
45798\see AttributeAccessor
45799*/
45800/*!
45801\ingroup attribute_Ipv6Prefix
45802
45803\class ns3::Ipv6PrefixChecker "ipv6-address.h"
45804AttributeChecker implementation for Ipv6PrefixValue.
45805\see AttributeChecker
45806*/
45807/*!
45808\ingroup attribute_Ipv6Prefix
45809\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv6PrefixChecker ()
45810\returns The AttributeChecker.
45811\see AttributeChecker
45812*/
45813/*!
45814\ingroup attributes
45815\addtogroup attribute_Mac16Address Mac16Address Attribute
45816AttributeValue implementation for Mac16Address
45817\see ns3::Mac16Address
45818*/
45819/*!
45820\ingroup attribute_Mac16Address
45821\class ns3::Mac16AddressValue "mac16-address.h"
45822AttributeValue implementation for Mac16Address.
45823\see AttributeValue
45824*/
45825/*!
45826\fn ns3::Mac16AddressValue::Mac16AddressValue(const Mac16Address & value)
45827Constructor.
45828\param [in] value The Mac16Address value to use.
45829*/
45830/*!
45831\fn Mac16Address ns3::Mac16AddressValue::Get() const
45832\returns The Mac16Address value.
45833*/
45834/*!
45835\fn bool ns3::Mac16AddressValue::GetAccessor(T & value) const
45836Access the Mac16Address value as type \p T.
45837\tparam T \explicit The type to cast to.
45838\param [out] value The Mac16Address value, as type \p T.
45839\returns true.
45840*/
45841/*!
45842\fn void ns3::Mac16AddressValue::Set(const Mac16Address & value)
45843Set the value.
45844\param [in] value The value to adopt.
45845*/
45846/*!
45847\var Mac16Address ns3::Mac16AddressValue::m_value
45848The stored Mac16Address instance.
45849*/
45850
45851/*!
45852\ingroup attribute_Mac16Address
45853\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac16AddressAccessor (T1 a1)
45854\copydoc ns3::MakeAccessorHelper(T1)
45855\see AttributeAccessor
45856*/
45857/*!
45858\ingroup attribute_Mac16Address
45859\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac16AddressAccessor (T1 a1, T2 a2)
45860\copydoc ns3::MakeAccessorHelper(T1,T2)
45861\see AttributeAccessor
45862*/
45863/*!
45864\ingroup attribute_Mac16Address
45865
45866\class ns3::Mac16AddressChecker "mac16-address.h"
45867AttributeChecker implementation for Mac16AddressValue.
45868\see AttributeChecker
45869*/
45870/*!
45871\ingroup attribute_Mac16Address
45872\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac16AddressChecker ()
45873\returns The AttributeChecker.
45874\see AttributeChecker
45875*/
45876/*!
45877\ingroup attributes
45878\addtogroup attribute_Mac48Address Mac48Address Attribute
45879AttributeValue implementation for Mac48Address
45880\see ns3::Mac48Address
45881*/
45882/*!
45883\ingroup attribute_Mac48Address
45884\class ns3::Mac48AddressValue "mac48-address.h"
45885AttributeValue implementation for Mac48Address.
45886\see AttributeValue
45887*/
45888/*!
45889\fn ns3::Mac48AddressValue::Mac48AddressValue(const Mac48Address & value)
45890Constructor.
45891\param [in] value The Mac48Address value to use.
45892*/
45893/*!
45894\fn Mac48Address ns3::Mac48AddressValue::Get() const
45895\returns The Mac48Address value.
45896*/
45897/*!
45898\fn bool ns3::Mac48AddressValue::GetAccessor(T & value) const
45899Access the Mac48Address value as type \p T.
45900\tparam T \explicit The type to cast to.
45901\param [out] value The Mac48Address value, as type \p T.
45902\returns true.
45903*/
45904/*!
45905\fn void ns3::Mac48AddressValue::Set(const Mac48Address & value)
45906Set the value.
45907\param [in] value The value to adopt.
45908*/
45909/*!
45910\var Mac48Address ns3::Mac48AddressValue::m_value
45911The stored Mac48Address instance.
45912*/
45913
45914/*!
45915\ingroup attribute_Mac48Address
45916\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac48AddressAccessor (T1 a1)
45917\copydoc ns3::MakeAccessorHelper(T1)
45918\see AttributeAccessor
45919*/
45920/*!
45921\ingroup attribute_Mac48Address
45922\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac48AddressAccessor (T1 a1, T2 a2)
45923\copydoc ns3::MakeAccessorHelper(T1,T2)
45924\see AttributeAccessor
45925*/
45926/*!
45927\ingroup attribute_Mac48Address
45928
45929\class ns3::Mac48AddressChecker "mac48-address.h"
45930AttributeChecker implementation for Mac48AddressValue.
45931\see AttributeChecker
45932*/
45933/*!
45934\ingroup attribute_Mac48Address
45935\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac48AddressChecker ()
45936\returns The AttributeChecker.
45937\see AttributeChecker
45938*/
45939/*!
45940\ingroup attributes
45941\addtogroup attribute_Mac64Address Mac64Address Attribute
45942AttributeValue implementation for Mac64Address
45943\see ns3::Mac64Address
45944*/
45945/*!
45946\ingroup attribute_Mac64Address
45947\class ns3::Mac64AddressValue "mac64-address.h"
45948AttributeValue implementation for Mac64Address.
45949\see AttributeValue
45950*/
45951/*!
45952\fn ns3::Mac64AddressValue::Mac64AddressValue(const Mac64Address & value)
45953Constructor.
45954\param [in] value The Mac64Address value to use.
45955*/
45956/*!
45957\fn Mac64Address ns3::Mac64AddressValue::Get() const
45958\returns The Mac64Address value.
45959*/
45960/*!
45961\fn bool ns3::Mac64AddressValue::GetAccessor(T & value) const
45962Access the Mac64Address value as type \p T.
45963\tparam T \explicit The type to cast to.
45964\param [out] value The Mac64Address value, as type \p T.
45965\returns true.
45966*/
45967/*!
45968\fn void ns3::Mac64AddressValue::Set(const Mac64Address & value)
45969Set the value.
45970\param [in] value The value to adopt.
45971*/
45972/*!
45973\var Mac64Address ns3::Mac64AddressValue::m_value
45974The stored Mac64Address instance.
45975*/
45976
45977/*!
45978\ingroup attribute_Mac64Address
45979\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac64AddressAccessor (T1 a1)
45980\copydoc ns3::MakeAccessorHelper(T1)
45981\see AttributeAccessor
45982*/
45983/*!
45984\ingroup attribute_Mac64Address
45985\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac64AddressAccessor (T1 a1, T2 a2)
45986\copydoc ns3::MakeAccessorHelper(T1,T2)
45987\see AttributeAccessor
45988*/
45989/*!
45990\ingroup attribute_Mac64Address
45991
45992\class ns3::Mac64AddressChecker "mac64-address.h"
45993AttributeChecker implementation for Mac64AddressValue.
45994\see AttributeChecker
45995*/
45996/*!
45997\ingroup attribute_Mac64Address
45998\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac64AddressChecker ()
45999\returns The AttributeChecker.
46000\see AttributeChecker
46001*/
46002/*!
46003\ingroup attributes
46004\addtogroup attribute_ObjectFactory ObjectFactory Attribute
46005AttributeValue implementation for ObjectFactory
46006\see ns3::ObjectFactory
46007*/
46008/*!
46009\ingroup attribute_ObjectFactory
46010\class ns3::ObjectFactoryValue "object-factory.h"
46011AttributeValue implementation for ObjectFactory.
46012\see AttributeValue
46013*/
46014/*!
46015\fn ns3::ObjectFactoryValue::ObjectFactoryValue(const ObjectFactory & value)
46016Constructor.
46017\param [in] value The ObjectFactory value to use.
46018*/
46019/*!
46020\fn ObjectFactory ns3::ObjectFactoryValue::Get() const
46021\returns The ObjectFactory value.
46022*/
46023/*!
46024\fn bool ns3::ObjectFactoryValue::GetAccessor(T & value) const
46025Access the ObjectFactory value as type \p T.
46026\tparam T \explicit The type to cast to.
46027\param [out] value The ObjectFactory value, as type \p T.
46028\returns true.
46029*/
46030/*!
46031\fn void ns3::ObjectFactoryValue::Set(const ObjectFactory & value)
46032Set the value.
46033\param [in] value The value to adopt.
46034*/
46035/*!
46036\var ObjectFactory ns3::ObjectFactoryValue::m_value
46037The stored ObjectFactory instance.
46038*/
46039
46040/*!
46041\ingroup attribute_ObjectFactory
46042\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectFactoryAccessor (T1 a1)
46043\copydoc ns3::MakeAccessorHelper(T1)
46044\see AttributeAccessor
46045*/
46046/*!
46047\ingroup attribute_ObjectFactory
46048\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectFactoryAccessor (T1 a1, T2 a2)
46049\copydoc ns3::MakeAccessorHelper(T1,T2)
46050\see AttributeAccessor
46051*/
46052/*!
46053\ingroup attribute_ObjectFactory
46054
46055\class ns3::ObjectFactoryChecker "object-factory.h"
46056AttributeChecker implementation for ObjectFactoryValue.
46057\see AttributeChecker
46058*/
46059/*!
46060\ingroup attribute_ObjectFactory
46061\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectFactoryChecker ()
46062\returns The AttributeChecker.
46063\see AttributeChecker
46064*/
46065/*!
46066\ingroup attributes
46067\addtogroup attribute_Priomap Priomap Attribute
46068AttributeValue implementation for Priomap
46069\see ns3::Priomap
46070*/
46071/*!
46072\ingroup attribute_Priomap
46073\class ns3::PriomapValue "prio-queue-disc.h"
46074AttributeValue implementation for Priomap.
46075\see AttributeValue
46076*/
46077/*!
46078\fn ns3::PriomapValue::PriomapValue(const Priomap & value)
46079Constructor.
46080\param [in] value The Priomap value to use.
46081*/
46082/*!
46083\fn Priomap ns3::PriomapValue::Get() const
46084\returns The Priomap value.
46085*/
46086/*!
46087\fn bool ns3::PriomapValue::GetAccessor(T & value) const
46088Access the Priomap value as type \p T.
46089\tparam T \explicit The type to cast to.
46090\param [out] value The Priomap value, as type \p T.
46091\returns true.
46092*/
46093/*!
46094\fn void ns3::PriomapValue::Set(const Priomap & value)
46095Set the value.
46096\param [in] value The value to adopt.
46097*/
46098/*!
46099\var Priomap ns3::PriomapValue::m_value
46100The stored Priomap instance.
46101*/
46102
46103/*!
46104\ingroup attribute_Priomap
46105\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakePriomapAccessor (T1 a1)
46106\copydoc ns3::MakeAccessorHelper(T1)
46107\see AttributeAccessor
46108*/
46109/*!
46110\ingroup attribute_Priomap
46111\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakePriomapAccessor (T1 a1, T2 a2)
46112\copydoc ns3::MakeAccessorHelper(T1,T2)
46113\see AttributeAccessor
46114*/
46115/*!
46116\ingroup attribute_Priomap
46117
46118\class ns3::PriomapChecker "prio-queue-disc.h"
46119AttributeChecker implementation for PriomapValue.
46120\see AttributeChecker
46121*/
46122/*!
46123\ingroup attribute_Priomap
46124\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakePriomapChecker ()
46125\returns The AttributeChecker.
46126\see AttributeChecker
46127*/
46128/*!
46129\ingroup attributes
46130\addtogroup attribute_QueueSize QueueSize Attribute
46131AttributeValue implementation for QueueSize
46132\see ns3::QueueSize
46133*/
46134/*!
46135\ingroup attribute_QueueSize
46136\class ns3::QueueSizeValue "queue-size.h"
46137AttributeValue implementation for QueueSize.
46138\see AttributeValue
46139*/
46140/*!
46141\fn ns3::QueueSizeValue::QueueSizeValue(const QueueSize & value)
46142Constructor.
46143\param [in] value The QueueSize value to use.
46144*/
46145/*!
46146\fn QueueSize ns3::QueueSizeValue::Get() const
46147\returns The QueueSize value.
46148*/
46149/*!
46150\fn bool ns3::QueueSizeValue::GetAccessor(T & value) const
46151Access the QueueSize value as type \p T.
46152\tparam T \explicit The type to cast to.
46153\param [out] value The QueueSize value, as type \p T.
46154\returns true.
46155*/
46156/*!
46157\fn void ns3::QueueSizeValue::Set(const QueueSize & value)
46158Set the value.
46159\param [in] value The value to adopt.
46160*/
46161/*!
46162\var QueueSize ns3::QueueSizeValue::m_value
46163The stored QueueSize instance.
46164*/
46165
46166/*!
46167\ingroup attribute_QueueSize
46168\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeQueueSizeAccessor (T1 a1)
46169\copydoc ns3::MakeAccessorHelper(T1)
46170\see AttributeAccessor
46171*/
46172/*!
46173\ingroup attribute_QueueSize
46174\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeQueueSizeAccessor (T1 a1, T2 a2)
46175\copydoc ns3::MakeAccessorHelper(T1,T2)
46176\see AttributeAccessor
46177*/
46178/*!
46179\ingroup attribute_QueueSize
46180
46181\class ns3::QueueSizeChecker "queue-size.h"
46182AttributeChecker implementation for QueueSizeValue.
46183\see AttributeChecker
46184*/
46185/*!
46186\ingroup attribute_QueueSize
46187\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeQueueSizeChecker ()
46188\returns The AttributeChecker.
46189\see AttributeChecker
46190*/
46191/*!
46192\ingroup attributes
46193\addtogroup attribute_Rectangle Rectangle Attribute
46194AttributeValue implementation for Rectangle
46195\see ns3::Rectangle
46196*/
46197/*!
46198\ingroup attribute_Rectangle
46199\class ns3::RectangleValue "rectangle.h"
46200AttributeValue implementation for Rectangle.
46201\see AttributeValue
46202*/
46203/*!
46204\fn ns3::RectangleValue::RectangleValue(const Rectangle & value)
46205Constructor.
46206\param [in] value The Rectangle value to use.
46207*/
46208/*!
46209\fn Rectangle ns3::RectangleValue::Get() const
46210\returns The Rectangle value.
46211*/
46212/*!
46213\fn bool ns3::RectangleValue::GetAccessor(T & value) const
46214Access the Rectangle value as type \p T.
46215\tparam T \explicit The type to cast to.
46216\param [out] value The Rectangle value, as type \p T.
46217\returns true.
46218*/
46219/*!
46220\fn void ns3::RectangleValue::Set(const Rectangle & value)
46221Set the value.
46222\param [in] value The value to adopt.
46223*/
46224/*!
46225\var Rectangle ns3::RectangleValue::m_value
46226The stored Rectangle instance.
46227*/
46228
46229/*!
46230\ingroup attribute_Rectangle
46231\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeRectangleAccessor (T1 a1)
46232\copydoc ns3::MakeAccessorHelper(T1)
46233\see AttributeAccessor
46234*/
46235/*!
46236\ingroup attribute_Rectangle
46237\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeRectangleAccessor (T1 a1, T2 a2)
46238\copydoc ns3::MakeAccessorHelper(T1,T2)
46239\see AttributeAccessor
46240*/
46241/*!
46242\ingroup attribute_Rectangle
46243
46244\class ns3::RectangleChecker "rectangle.h"
46245AttributeChecker implementation for RectangleValue.
46246\see AttributeChecker
46247*/
46248/*!
46249\ingroup attribute_Rectangle
46250\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeRectangleChecker ()
46251\returns The AttributeChecker.
46252\see AttributeChecker
46253*/
46254/*!
46255\ingroup attributes
46256\addtogroup attribute_Ssid Ssid Attribute
46257AttributeValue implementation for Ssid
46258\see ns3::Ssid
46259*/
46260/*!
46261\ingroup attribute_Ssid
46262\class ns3::SsidValue "ssid.h"
46263AttributeValue implementation for Ssid.
46264\see AttributeValue
46265*/
46266/*!
46267\fn ns3::SsidValue::SsidValue(const Ssid & value)
46268Constructor.
46269\param [in] value The Ssid value to use.
46270*/
46271/*!
46272\fn Ssid ns3::SsidValue::Get() const
46273\returns The Ssid value.
46274*/
46275/*!
46276\fn bool ns3::SsidValue::GetAccessor(T & value) const
46277Access the Ssid value as type \p T.
46278\tparam T \explicit The type to cast to.
46279\param [out] value The Ssid value, as type \p T.
46280\returns true.
46281*/
46282/*!
46283\fn void ns3::SsidValue::Set(const Ssid & value)
46284Set the value.
46285\param [in] value The value to adopt.
46286*/
46287/*!
46288\var Ssid ns3::SsidValue::m_value
46289The stored Ssid instance.
46290*/
46291
46292/*!
46293\ingroup attribute_Ssid
46294\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeSsidAccessor (T1 a1)
46295\copydoc ns3::MakeAccessorHelper(T1)
46296\see AttributeAccessor
46297*/
46298/*!
46299\ingroup attribute_Ssid
46300\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeSsidAccessor (T1 a1, T2 a2)
46301\copydoc ns3::MakeAccessorHelper(T1,T2)
46302\see AttributeAccessor
46303*/
46304/*!
46305\ingroup attribute_Ssid
46306
46307\class ns3::SsidChecker "ssid.h"
46308AttributeChecker implementation for SsidValue.
46309\see AttributeChecker
46310*/
46311/*!
46312\ingroup attribute_Ssid
46313\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeSsidChecker ()
46314\returns The AttributeChecker.
46315\see AttributeChecker
46316*/
46317/*!
46318\ingroup attributes
46319\addtogroup attribute_TypeId TypeId Attribute
46320AttributeValue implementation for TypeId
46321\see ns3::TypeId
46322*/
46323/*!
46324\ingroup attribute_TypeId
46325\class ns3::TypeIdValue "type-id.h"
46326AttributeValue implementation for TypeId.
46327\see AttributeValue
46328*/
46329/*!
46330\fn ns3::TypeIdValue::TypeIdValue(const TypeId & value)
46331Constructor.
46332\param [in] value The TypeId value to use.
46333*/
46334/*!
46335\fn TypeId ns3::TypeIdValue::Get() const
46336\returns The TypeId value.
46337*/
46338/*!
46339\fn bool ns3::TypeIdValue::GetAccessor(T & value) const
46340Access the TypeId value as type \p T.
46341\tparam T \explicit The type to cast to.
46342\param [out] value The TypeId value, as type \p T.
46343\returns true.
46344*/
46345/*!
46346\fn void ns3::TypeIdValue::Set(const TypeId & value)
46347Set the value.
46348\param [in] value The value to adopt.
46349*/
46350/*!
46351\var TypeId ns3::TypeIdValue::m_value
46352The stored TypeId instance.
46353*/
46354
46355/*!
46356\ingroup attribute_TypeId
46357\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTypeIdAccessor (T1 a1)
46358\copydoc ns3::MakeAccessorHelper(T1)
46359\see AttributeAccessor
46360*/
46361/*!
46362\ingroup attribute_TypeId
46363\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTypeIdAccessor (T1 a1, T2 a2)
46364\copydoc ns3::MakeAccessorHelper(T1,T2)
46365\see AttributeAccessor
46366*/
46367/*!
46368\ingroup attribute_TypeId
46369
46370\class ns3::TypeIdChecker "type-id.h"
46371AttributeChecker implementation for TypeIdValue.
46372\see AttributeChecker
46373*/
46374/*!
46375\ingroup attribute_TypeId
46376\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeTypeIdChecker ()
46377\returns The AttributeChecker.
46378\see AttributeChecker
46379*/
46380/*!
46381\ingroup attributes
46382\addtogroup attribute_UanModesList UanModesList Attribute
46383AttributeValue implementation for UanModesList
46384\see ns3::UanModesList
46385*/
46386/*!
46387\ingroup attribute_UanModesList
46388\class ns3::UanModesListValue "uan-tx-mode.h"
46389AttributeValue implementation for UanModesList.
46390\see AttributeValue
46391*/
46392/*!
46393\fn ns3::UanModesListValue::UanModesListValue(const UanModesList & value)
46394Constructor.
46395\param [in] value The UanModesList value to use.
46396*/
46397/*!
46398\fn UanModesList ns3::UanModesListValue::Get() const
46399\returns The UanModesList value.
46400*/
46401/*!
46402\fn bool ns3::UanModesListValue::GetAccessor(T & value) const
46403Access the UanModesList value as type \p T.
46404\tparam T \explicit The type to cast to.
46405\param [out] value The UanModesList value, as type \p T.
46406\returns true.
46407*/
46408/*!
46409\fn void ns3::UanModesListValue::Set(const UanModesList & value)
46410Set the value.
46411\param [in] value The value to adopt.
46412*/
46413/*!
46414\var UanModesList ns3::UanModesListValue::m_value
46415The stored UanModesList instance.
46416*/
46417
46418/*!
46419\ingroup attribute_UanModesList
46420\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUanModesListAccessor (T1 a1)
46421\copydoc ns3::MakeAccessorHelper(T1)
46422\see AttributeAccessor
46423*/
46424/*!
46425\ingroup attribute_UanModesList
46426\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUanModesListAccessor (T1 a1, T2 a2)
46427\copydoc ns3::MakeAccessorHelper(T1,T2)
46428\see AttributeAccessor
46429*/
46430/*!
46431\ingroup attribute_UanModesList
46432
46433\class ns3::UanModesListChecker "uan-tx-mode.h"
46434AttributeChecker implementation for UanModesListValue.
46435\see AttributeChecker
46436*/
46437/*!
46438\ingroup attribute_UanModesList
46439\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeUanModesListChecker ()
46440\returns The AttributeChecker.
46441\see AttributeChecker
46442*/
46443/*!
46444\ingroup attributes
46445\addtogroup attribute_ValueClassTest ValueClassTest Attribute
46446AttributeValue implementation for ValueClassTest
46447*/
46448/*!
46449\ingroup attribute_ValueClassTest
46450\class ns3::ValueClassTestValue "attribute-test-suite.cc"
46451AttributeValue implementation for ValueClassTest.
46452\see AttributeValue
46453*/
46454/*!
46455\fn ns3::ValueClassTestValue::ValueClassTestValue(const ValueClassTest & value)
46456Constructor.
46457\param [in] value The ValueClassTest value to use.
46458*/
46459/*!
46460\fn ValueClassTest ns3::ValueClassTestValue::Get() const
46461\returns The ValueClassTest value.
46462*/
46463/*!
46464\fn bool ns3::ValueClassTestValue::GetAccessor(T & value) const
46465Access the ValueClassTest value as type \p T.
46466\tparam T \explicit The type to cast to.
46467\param [out] value The ValueClassTest value, as type \p T.
46468\returns true.
46469*/
46470/*!
46471\fn void ns3::ValueClassTestValue::Set(const ValueClassTest & value)
46472Set the value.
46473\param [in] value The value to adopt.
46474*/
46475/*!
46476\var ValueClassTest ns3::ValueClassTestValue::m_value
46477The stored ValueClassTest instance.
46478*/
46479
46480/*!
46481\ingroup attribute_ValueClassTest
46482\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeValueClassTestAccessor (T1 a1)
46483\copydoc ns3::MakeAccessorHelper(T1)
46484\see AttributeAccessor
46485*/
46486/*!
46487\ingroup attribute_ValueClassTest
46488\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeValueClassTestAccessor (T1 a1, T2 a2)
46489\copydoc ns3::MakeAccessorHelper(T1,T2)
46490\see AttributeAccessor
46491*/
46492/*!
46493\ingroup attribute_ValueClassTest
46494
46495\class ns3::ValueClassTestChecker "attribute-test-suite.cc"
46496AttributeChecker implementation for ValueClassTestValue.
46497\see AttributeChecker
46498*/
46499/*!
46500\ingroup attribute_ValueClassTest
46501\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeValueClassTestChecker ()
46502\returns The AttributeChecker.
46503\see AttributeChecker
46504*/
46505/*!
46506\ingroup attributes
46507\addtogroup attribute_Vector2D Vector2D Attribute
46508AttributeValue implementation for Vector2D
46509\see ns3::Vector2D
46510*/
46511/*!
46512\ingroup attribute_Vector2D
46513\class ns3::Vector2DValue "vector.h"
46514AttributeValue implementation for Vector2D.
46515\see AttributeValue
46516*/
46517/*!
46518\fn ns3::Vector2DValue::Vector2DValue(const Vector2D & value)
46519Constructor.
46520\param [in] value The Vector2D value to use.
46521*/
46522/*!
46523\fn Vector2D ns3::Vector2DValue::Get() const
46524\returns The Vector2D value.
46525*/
46526/*!
46527\fn bool ns3::Vector2DValue::GetAccessor(T & value) const
46528Access the Vector2D value as type \p T.
46529\tparam T \explicit The type to cast to.
46530\param [out] value The Vector2D value, as type \p T.
46531\returns true.
46532*/
46533/*!
46534\fn void ns3::Vector2DValue::Set(const Vector2D & value)
46535Set the value.
46536\param [in] value The value to adopt.
46537*/
46538/*!
46539\var Vector2D ns3::Vector2DValue::m_value
46540The stored Vector2D instance.
46541*/
46542
46543/*!
46544\ingroup attribute_Vector2D
46545\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector2DAccessor (T1 a1)
46546\copydoc ns3::MakeAccessorHelper(T1)
46547\see AttributeAccessor
46548*/
46549/*!
46550\ingroup attribute_Vector2D
46551\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector2DAccessor (T1 a1, T2 a2)
46552\copydoc ns3::MakeAccessorHelper(T1,T2)
46553\see AttributeAccessor
46554*/
46555/*!
46556\ingroup attribute_Vector2D
46557
46558\class ns3::Vector2DChecker "vector.h"
46559AttributeChecker implementation for Vector2DValue.
46560\see AttributeChecker
46561*/
46562/*!
46563\ingroup attribute_Vector2D
46564\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeVector2DChecker ()
46565\returns The AttributeChecker.
46566\see AttributeChecker
46567*/
46568/*!
46569\ingroup attributes
46570\addtogroup attribute_Vector3D Vector3D Attribute
46571AttributeValue implementation for Vector3D
46572\see ns3::Vector3D
46573*/
46574/*!
46575\ingroup attribute_Vector3D
46576\class ns3::Vector3DValue "vector.h"
46577AttributeValue implementation for Vector3D.
46578\see AttributeValue
46579*/
46580/*!
46581\fn ns3::Vector3DValue::Vector3DValue(const Vector3D & value)
46582Constructor.
46583\param [in] value The Vector3D value to use.
46584*/
46585/*!
46586\fn Vector3D ns3::Vector3DValue::Get() const
46587\returns The Vector3D value.
46588*/
46589/*!
46590\fn bool ns3::Vector3DValue::GetAccessor(T & value) const
46591Access the Vector3D value as type \p T.
46592\tparam T \explicit The type to cast to.
46593\param [out] value The Vector3D value, as type \p T.
46594\returns true.
46595*/
46596/*!
46597\fn void ns3::Vector3DValue::Set(const Vector3D & value)
46598Set the value.
46599\param [in] value The value to adopt.
46600*/
46601/*!
46602\var Vector3D ns3::Vector3DValue::m_value
46603The stored Vector3D instance.
46604*/
46605
46606/*!
46607\ingroup attribute_Vector3D
46608\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector3DAccessor (T1 a1)
46609\copydoc ns3::MakeAccessorHelper(T1)
46610\see AttributeAccessor
46611*/
46612/*!
46613\ingroup attribute_Vector3D
46614\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector3DAccessor (T1 a1, T2 a2)
46615\copydoc ns3::MakeAccessorHelper(T1,T2)
46616\see AttributeAccessor
46617*/
46618/*!
46619\ingroup attribute_Vector3D
46620
46621\class ns3::Vector3DChecker "vector.h"
46622AttributeChecker implementation for Vector3DValue.
46623\see AttributeChecker
46624*/
46625/*!
46626\ingroup attribute_Vector3D
46627\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeVector3DChecker ()
46628\returns The AttributeChecker.
46629\see AttributeChecker
46630*/
46631/*!
46632\ingroup attributes
46633\addtogroup attribute_Waypoint Waypoint Attribute
46634AttributeValue implementation for Waypoint
46635\see ns3::Waypoint
46636*/
46637/*!
46638\ingroup attribute_Waypoint
46639\class ns3::WaypointValue "waypoint.h"
46640AttributeValue implementation for Waypoint.
46641\see AttributeValue
46642*/
46643/*!
46644\fn ns3::WaypointValue::WaypointValue(const Waypoint & value)
46645Constructor.
46646\param [in] value The Waypoint value to use.
46647*/
46648/*!
46649\fn Waypoint ns3::WaypointValue::Get() const
46650\returns The Waypoint value.
46651*/
46652/*!
46653\fn bool ns3::WaypointValue::GetAccessor(T & value) const
46654Access the Waypoint value as type \p T.
46655\tparam T \explicit The type to cast to.
46656\param [out] value The Waypoint value, as type \p T.
46657\returns true.
46658*/
46659/*!
46660\fn void ns3::WaypointValue::Set(const Waypoint & value)
46661Set the value.
46662\param [in] value The value to adopt.
46663*/
46664/*!
46665\var Waypoint ns3::WaypointValue::m_value
46666The stored Waypoint instance.
46667*/
46668
46669/*!
46670\ingroup attribute_Waypoint
46671\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWaypointAccessor (T1 a1)
46672\copydoc ns3::MakeAccessorHelper(T1)
46673\see AttributeAccessor
46674*/
46675/*!
46676\ingroup attribute_Waypoint
46677\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWaypointAccessor (T1 a1, T2 a2)
46678\copydoc ns3::MakeAccessorHelper(T1,T2)
46679\see AttributeAccessor
46680*/
46681/*!
46682\ingroup attribute_Waypoint
46683
46684\class ns3::WaypointChecker "waypoint.h"
46685AttributeChecker implementation for WaypointValue.
46686\see AttributeChecker
46687*/
46688/*!
46689\ingroup attribute_Waypoint
46690\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeWaypointChecker ()
46691\returns The AttributeChecker.
46692\see AttributeChecker
46693*/
46694/*!
46695\ingroup attributes
46696\addtogroup attribute_WifiMode WifiMode Attribute
46697AttributeValue implementation for WifiMode
46698\see ns3::WifiMode
46699*/
46700/*!
46701\ingroup attribute_WifiMode
46702\class ns3::WifiModeValue "wifi-mode.h"
46703AttributeValue implementation for WifiMode.
46704\see AttributeValue
46705*/
46706/*!
46707\fn ns3::WifiModeValue::WifiModeValue(const WifiMode & value)
46708Constructor.
46709\param [in] value The WifiMode value to use.
46710*/
46711/*!
46712\fn WifiMode ns3::WifiModeValue::Get() const
46713\returns The WifiMode value.
46714*/
46715/*!
46716\fn bool ns3::WifiModeValue::GetAccessor(T & value) const
46717Access the WifiMode value as type \p T.
46718\tparam T \explicit The type to cast to.
46719\param [out] value The WifiMode value, as type \p T.
46720\returns true.
46721*/
46722/*!
46723\fn void ns3::WifiModeValue::Set(const WifiMode & value)
46724Set the value.
46725\param [in] value The value to adopt.
46726*/
46727/*!
46728\var WifiMode ns3::WifiModeValue::m_value
46729The stored WifiMode instance.
46730*/
46731
46732/*!
46733\ingroup attribute_WifiMode
46734\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWifiModeAccessor (T1 a1)
46735\copydoc ns3::MakeAccessorHelper(T1)
46736\see AttributeAccessor
46737*/
46738/*!
46739\ingroup attribute_WifiMode
46740\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWifiModeAccessor (T1 a1, T2 a2)
46741\copydoc ns3::MakeAccessorHelper(T1,T2)
46742\see AttributeAccessor
46743*/
46744/*!
46745\ingroup attribute_WifiMode
46746
46747\class ns3::WifiModeChecker "wifi-mode.h"
46748AttributeChecker implementation for WifiModeValue.
46749\see AttributeChecker
46750*/
46751/*!
46752\ingroup attribute_WifiMode
46753\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeWifiModeChecker ()
46754\returns The AttributeChecker.
46755\see AttributeChecker
46756*/
46757/*!
46758\ingroup attributes
46759\addtogroup attribute_Boolean Boolean Attribute
46760AttributeValue implementation for Boolean
46761*/
46762/*!
46763\ingroup attribute_Boolean
46764\class ns3::BooleanValue "boolean.h"
46765AttributeValue implementation for Boolean.
46766\see AttributeValue
46767*/
46768/*!
46769\fn ns3::BooleanValue::BooleanValue(const bool & value)
46770Constructor.
46771\param [in] value The Boolean value to use.
46772*/
46773/*!
46774\fn bool ns3::BooleanValue::Get() const
46775\returns The Boolean value.
46776*/
46777/*!
46778\fn bool ns3::BooleanValue::GetAccessor(T & value) const
46779Access the Boolean value as type \p T.
46780\tparam T \explicit The type to cast to.
46781\param [out] value The Boolean value, as type \p T.
46782\returns true.
46783*/
46784/*!
46785\fn void ns3::BooleanValue::Set(const bool & value)
46786Set the value.
46787\param [in] value The value to adopt.
46788*/
46789/*!
46790\var bool ns3::BooleanValue::m_value
46791The stored Boolean instance.
46792*/
46793
46794/*!
46795\ingroup attribute_Boolean
46796\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBooleanAccessor (T1 a1)
46797\copydoc ns3::MakeAccessorHelper(T1)
46798\see AttributeAccessor
46799*/
46800/*!
46801\ingroup attribute_Boolean
46802\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBooleanAccessor (T1 a1, T2 a2)
46803\copydoc ns3::MakeAccessorHelper(T1,T2)
46804\see AttributeAccessor
46805*/
46806/*!
46807\ingroup attribute_Boolean
46808
46809\class ns3::BooleanChecker "boolean.h"
46810AttributeChecker implementation for BooleanValue.
46811\see AttributeChecker
46812*/
46813/*!
46814\ingroup attribute_Boolean
46815\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeBooleanChecker ()
46816\returns The AttributeChecker.
46817\see AttributeChecker
46818*/
46819/*!
46820\ingroup attributes
46821\addtogroup attribute_Callback Callback Attribute
46822AttributeValue implementation for Callback
46823\see ns3::Callback
46824*/
46825/*!
46826\ingroup attribute_Callback
46827\class ns3::CallbackValue "callback.h"
46828AttributeValue implementation for Callback.
46829\see AttributeValue
46830*/
46831/*!
46832\fn ns3::CallbackValue::CallbackValue(const CallbackBase & value)
46833Constructor.
46834\param [in] value The Callback value to use.
46835*/
46836/*!
46837\fn CallbackBase ns3::CallbackValue::Get() const
46838\returns The Callback value.
46839*/
46840/*!
46841\fn bool ns3::CallbackValue::GetAccessor(T & value) const
46842Access the Callback value as type \p T.
46843\tparam T \explicit The type to cast to.
46844\param [out] value The Callback value, as type \p T.
46845\returns true.
46846*/
46847/*!
46848\fn void ns3::CallbackValue::Set(const CallbackBase & value)
46849Set the value.
46850\param [in] value The value to adopt.
46851*/
46852/*!
46853\var CallbackBase ns3::CallbackValue::m_value
46854The stored Callback instance.
46855*/
46856
46857/*!
46858\ingroup attribute_Callback
46859\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeCallbackAccessor (T1 a1)
46860\copydoc ns3::MakeAccessorHelper(T1)
46861\see AttributeAccessor
46862*/
46863/*!
46864\ingroup attribute_Callback
46865\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeCallbackAccessor (T1 a1, T2 a2)
46866\copydoc ns3::MakeAccessorHelper(T1,T2)
46867\see AttributeAccessor
46868*/
46869/*!
46870\ingroup attribute_Callback
46871
46872\class ns3::CallbackChecker "callback.h"
46873AttributeChecker implementation for CallbackValue.
46874\see AttributeChecker
46875*/
46876/*!
46877\ingroup attribute_Callback
46878\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeCallbackChecker ()
46879\returns The AttributeChecker.
46880\see AttributeChecker
46881*/
46882/*!
46883\ingroup attributes
46884\addtogroup attribute_Double Double Attribute
46885AttributeValue implementation for Double
46886*/
46887/*!
46888\ingroup attribute_Double
46889\class ns3::DoubleValue "double.h"
46890AttributeValue implementation for Double.
46891\see AttributeValue
46892*/
46893/*!
46894\fn ns3::DoubleValue::DoubleValue(const double & value)
46895Constructor.
46896\param [in] value The Double value to use.
46897*/
46898/*!
46899\fn double ns3::DoubleValue::Get() const
46900\returns The Double value.
46901*/
46902/*!
46903\fn bool ns3::DoubleValue::GetAccessor(T & value) const
46904Access the Double value as type \p T.
46905\tparam T \explicit The type to cast to.
46906\param [out] value The Double value, as type \p T.
46907\returns true.
46908*/
46909/*!
46910\fn void ns3::DoubleValue::Set(const double & value)
46911Set the value.
46912\param [in] value The value to adopt.
46913*/
46914/*!
46915\var double ns3::DoubleValue::m_value
46916The stored Double instance.
46917*/
46918
46919/*!
46920\ingroup attribute_Double
46921\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDoubleAccessor (T1 a1)
46922\copydoc ns3::MakeAccessorHelper(T1)
46923\see AttributeAccessor
46924*/
46925/*!
46926\ingroup attribute_Double
46927\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDoubleAccessor (T1 a1, T2 a2)
46928\copydoc ns3::MakeAccessorHelper(T1,T2)
46929\see AttributeAccessor
46930*/
46931/*!
46932\ingroup attribute_Double
46933
46934\class ns3::DoubleChecker "double.h"
46935AttributeChecker implementation for DoubleValue.
46936\see AttributeChecker
46937*/
46938/*!
46939\ingroup attribute_Double
46940\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeDoubleChecker ()
46941\returns The AttributeChecker.
46942\see AttributeChecker
46943*/
46944/*!
46945\ingroup attributes
46946\addtogroup attribute_Enum Enum Attribute
46947AttributeValue implementation for Enum
46948*/
46949/*!
46950\ingroup attribute_Enum
46951\class ns3::EnumValue "enum.h"
46952AttributeValue implementation for Enum.
46953\see AttributeValue
46954*/
46955/*!
46956\fn ns3::EnumValue::EnumValue(const T & value)
46957Constructor.
46958\param [in] value The Enum value to use.
46959*/
46960/*!
46961\fn T ns3::EnumValue::Get() const
46962\returns The Enum value.
46963*/
46964/*!
46965\fn bool ns3::EnumValue::GetAccessor(T & value) const
46966Access the Enum value as type \p T.
46967\tparam T \explicit The type to cast to.
46968\param [out] value The Enum value, as type \p T.
46969\returns true.
46970*/
46971/*!
46972\fn void ns3::EnumValue::Set(const T & value)
46973Set the value.
46974\param [in] value The value to adopt.
46975*/
46976/*!
46977\var T ns3::EnumValue::m_value
46978The stored Enum instance.
46979*/
46980
46981/*!
46982\ingroup attribute_Enum
46983\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeEnumAccessor (T1 a1)
46984\copydoc ns3::MakeAccessorHelper(T1)
46985\see AttributeAccessor
46986*/
46987/*!
46988\ingroup attribute_Enum
46989\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeEnumAccessor (T1 a1, T2 a2)
46990\copydoc ns3::MakeAccessorHelper(T1,T2)
46991\see AttributeAccessor
46992*/
46993/*!
46994\ingroup attribute_Enum
46995
46996\class ns3::EnumChecker "enum.h"
46997AttributeChecker implementation for EnumValue.
46998\see AttributeChecker
46999*/
47000/*!
47001\ingroup attribute_Enum
47002\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeEnumChecker ()
47003\returns The AttributeChecker.
47004\see AttributeChecker
47005*/
47006/*!
47007\ingroup attributes
47008\addtogroup attribute_Integer Integer Attribute
47009AttributeValue implementation for Integer
47010*/
47011/*!
47012\ingroup attribute_Integer
47013\class ns3::IntegerValue "integer.h"
47014AttributeValue implementation for Integer.
47015\see AttributeValue
47016*/
47017/*!
47018\fn ns3::IntegerValue::IntegerValue(const int64_t & value)
47019Constructor.
47020\param [in] value The Integer value to use.
47021*/
47022/*!
47023\fn int64_t ns3::IntegerValue::Get() const
47024\returns The Integer value.
47025*/
47026/*!
47027\fn bool ns3::IntegerValue::GetAccessor(T & value) const
47028Access the Integer value as type \p T.
47029\tparam T \explicit The type to cast to.
47030\param [out] value The Integer value, as type \p T.
47031\returns true.
47032*/
47033/*!
47034\fn void ns3::IntegerValue::Set(const int64_t & value)
47035Set the value.
47036\param [in] value The value to adopt.
47037*/
47038/*!
47039\var int64_t ns3::IntegerValue::m_value
47040The stored Integer instance.
47041*/
47042
47043/*!
47044\ingroup attribute_Integer
47045\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIntegerAccessor (T1 a1)
47046\copydoc ns3::MakeAccessorHelper(T1)
47047\see AttributeAccessor
47048*/
47049/*!
47050\ingroup attribute_Integer
47051\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIntegerAccessor (T1 a1, T2 a2)
47052\copydoc ns3::MakeAccessorHelper(T1,T2)
47053\see AttributeAccessor
47054*/
47055/*!
47056\ingroup attribute_Integer
47057
47058\class ns3::IntegerChecker "integer.h"
47059AttributeChecker implementation for IntegerValue.
47060\see AttributeChecker
47061*/
47062/*!
47063\ingroup attribute_Integer
47064\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIntegerChecker ()
47065\returns The AttributeChecker.
47066\see AttributeChecker
47067*/
47068/*!
47069\ingroup attributes
47070\addtogroup attribute_String String Attribute
47071AttributeValue implementation for String
47072*/
47073/*!
47074\ingroup attribute_String
47075\class ns3::StringValue "string.h"
47076AttributeValue implementation for String.
47077\see AttributeValue
47078*/
47079/*!
47080\fn ns3::StringValue::StringValue(const std::string & value)
47081Constructor.
47082\param [in] value The String value to use.
47083*/
47084/*!
47085\fn std::string ns3::StringValue::Get() const
47086\returns The String value.
47087*/
47088/*!
47089\fn bool ns3::StringValue::GetAccessor(T & value) const
47090Access the String value as type \p T.
47091\tparam T \explicit The type to cast to.
47092\param [out] value The String value, as type \p T.
47093\returns true.
47094*/
47095/*!
47096\fn void ns3::StringValue::Set(const std::string & value)
47097Set the value.
47098\param [in] value The value to adopt.
47099*/
47100/*!
47101\var std::string ns3::StringValue::m_value
47102The stored String instance.
47103*/
47104
47105/*!
47106\ingroup attribute_String
47107\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeStringAccessor (T1 a1)
47108\copydoc ns3::MakeAccessorHelper(T1)
47109\see AttributeAccessor
47110*/
47111/*!
47112\ingroup attribute_String
47113\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeStringAccessor (T1 a1, T2 a2)
47114\copydoc ns3::MakeAccessorHelper(T1,T2)
47115\see AttributeAccessor
47116*/
47117/*!
47118\ingroup attribute_String
47119
47120\class ns3::StringChecker "string.h"
47121AttributeChecker implementation for StringValue.
47122\see AttributeChecker
47123*/
47124/*!
47125\ingroup attribute_String
47126\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeStringChecker ()
47127\returns The AttributeChecker.
47128\see AttributeChecker
47129*/
47130/*!
47131\ingroup attributes
47132\addtogroup attribute_Time Time Attribute
47133AttributeValue implementation for Time
47134\see ns3::Time
47135*/
47136/*!
47137\ingroup attribute_Time
47138\class ns3::TimeValue "nstime.h"
47139AttributeValue implementation for Time.
47140\see AttributeValue
47141*/
47142/*!
47143\fn ns3::TimeValue::TimeValue(const Time & value)
47144Constructor.
47145\param [in] value The Time value to use.
47146*/
47147/*!
47148\fn Time ns3::TimeValue::Get() const
47149\returns The Time value.
47150*/
47151/*!
47152\fn bool ns3::TimeValue::GetAccessor(T & value) const
47153Access the Time value as type \p T.
47154\tparam T \explicit The type to cast to.
47155\param [out] value The Time value, as type \p T.
47156\returns true.
47157*/
47158/*!
47159\fn void ns3::TimeValue::Set(const Time & value)
47160Set the value.
47161\param [in] value The value to adopt.
47162*/
47163/*!
47164\var Time ns3::TimeValue::m_value
47165The stored Time instance.
47166*/
47167
47168/*!
47169\ingroup attribute_Time
47170\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTimeAccessor (T1 a1)
47171\copydoc ns3::MakeAccessorHelper(T1)
47172\see AttributeAccessor
47173*/
47174/*!
47175\ingroup attribute_Time
47176\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTimeAccessor (T1 a1, T2 a2)
47177\copydoc ns3::MakeAccessorHelper(T1,T2)
47178\see AttributeAccessor
47179*/
47180/*!
47181\ingroup attribute_Time
47182
47183\class ns3::TimeChecker "nstime.h"
47184AttributeChecker implementation for TimeValue.
47185\see AttributeChecker
47186*/
47187/*!
47188\ingroup attribute_Time
47189\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeTimeChecker ()
47190\returns The AttributeChecker.
47191\see AttributeChecker
47192*/
47193/*!
47194\ingroup attributes
47195\addtogroup attribute_Uinteger Uinteger Attribute
47196AttributeValue implementation for Uinteger
47197*/
47198/*!
47199\ingroup attribute_Uinteger
47200\class ns3::UintegerValue "uinteger.h"
47201AttributeValue implementation for Uinteger.
47202\see AttributeValue
47203*/
47204/*!
47205\fn ns3::UintegerValue::UintegerValue(const uint64_t & value)
47206Constructor.
47207\param [in] value The Uinteger value to use.
47208*/
47209/*!
47210\fn uint64_t ns3::UintegerValue::Get() const
47211\returns The Uinteger value.
47212*/
47213/*!
47214\fn bool ns3::UintegerValue::GetAccessor(T & value) const
47215Access the Uinteger value as type \p T.
47216\tparam T \explicit The type to cast to.
47217\param [out] value The Uinteger value, as type \p T.
47218\returns true.
47219*/
47220/*!
47221\fn void ns3::UintegerValue::Set(const uint64_t & value)
47222Set the value.
47223\param [in] value The value to adopt.
47224*/
47225/*!
47226\var uint64_t ns3::UintegerValue::m_value
47227The stored Uinteger instance.
47228*/
47229
47230/*!
47231\ingroup attribute_Uinteger
47232\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUintegerAccessor (T1 a1)
47233\copydoc ns3::MakeAccessorHelper(T1)
47234\see AttributeAccessor
47235*/
47236/*!
47237\ingroup attribute_Uinteger
47238\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUintegerAccessor (T1 a1, T2 a2)
47239\copydoc ns3::MakeAccessorHelper(T1,T2)
47240\see AttributeAccessor
47241*/
47242/*!
47243\ingroup attribute_Uinteger
47244
47245\class ns3::UintegerChecker "uinteger.h"
47246AttributeChecker implementation for UintegerValue.
47247\see AttributeChecker
47248*/
47249/*!
47250\ingroup attribute_Uinteger
47251\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeUintegerChecker ()
47252\returns The AttributeChecker.
47253\see AttributeChecker
47254*/
47255/*!
47256\ingroup attributes
47257\addtogroup attribute_ObjectVector ObjectVector Attribute
47258AttributeValue implementation for ObjectVector
47259*/
47260/*!
47261\ingroup attribute_ObjectVector
47262\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectVectorAccessor (T1 a1)
47263\copydoc ns3::MakeAccessorHelper(T1)
47264\see AttributeAccessor
47265*/
47266/*!
47267\ingroup attribute_ObjectVector
47268\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectVectorAccessor (T1 a1, T2 a2)
47269\copydoc ns3::MakeAccessorHelper(T1,T2)
47270\see AttributeAccessor
47271*/
47272/*!
47273\ingroup attribute_ObjectVector
47274
47275\class ns3::ObjectVectorChecker "object-vector.h"
47276AttributeChecker implementation for ObjectVectorValue.
47277\see AttributeChecker
47278*/
47279/*!
47280\ingroup attribute_ObjectVector
47281\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectVectorChecker ()
47282\returns The AttributeChecker.
47283\see AttributeChecker
47284*/
47285/*!
47286\ingroup attributes
47287\addtogroup attribute_ObjectMap ObjectMap Attribute
47288AttributeValue implementation for ObjectMap
47289*/
47290/*!
47291\ingroup attribute_ObjectMap
47292\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectMapAccessor (T1 a1)
47293\copydoc ns3::MakeAccessorHelper(T1)
47294\see AttributeAccessor
47295*/
47296/*!
47297\ingroup attribute_ObjectMap
47298\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectMapAccessor (T1 a1, T2 a2)
47299\copydoc ns3::MakeAccessorHelper(T1,T2)
47300\see AttributeAccessor
47301*/
47302/*!
47303\ingroup attribute_ObjectMap
47304
47305\class ns3::ObjectMapChecker "object-map.h"
47306AttributeChecker implementation for ObjectMapValue.
47307\see AttributeChecker
47308*/
47309/*!
47310\ingroup attribute_ObjectMap
47311\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectMapChecker ()
47312\returns The AttributeChecker.
47313\see AttributeChecker
47314*/