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::Ipv6AutoconfiguredPrefix
13476
13477Introspection did not find any typical Config paths.<br>
13478No Attributes are defined for this type.<br>
13479No TraceSources are defined for this type.<br>
13480<b>Group:</b> Internet
13481
13482<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
13483*/
13484
13485/*!
13486
13487\class ns3::Ipv6Extension
13488
13489Introspection did not find any typical Config paths.<br>
13490<h3>Attributes</h3>
13491<ul>
13492<li><b>ExtensionNumber</b>: The IPv6 extension number.
13493 <ul>
13494 <li>Set with class: \ref ns3::UintegerValue</li>
13495 <li>Underlying type: uint8_t 0:255</li>
13496 <li>Flags: <span class="mlabel">read</span></li>
13497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13498 </ul>
13499</ul>
13500No TraceSources are defined for this type.<br>
13501<b>Group:</b> Internet
13502
13503<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13504*/
13505
13506/*!
13507
13508\class ns3::Ipv6ExtensionAH
13509
13510Introspection did not find any typical Config paths.<br>
13511No Attributes are defined for this type.<br>
13512<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13513<ul>
13514<li><b>ExtensionNumber</b>: The IPv6 extension number.
13515 <ul>
13516 <li>Set with class: \ref ns3::UintegerValue</li>
13517 <li>Underlying type: uint8_t 0:255</li>
13518 <li>Flags: <span class="mlabel">read</span></li>
13519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13520 </ul>
13521</ul>
13522No TraceSources are defined for this type.<br>
13523<b>Group:</b> Internet
13524
13525<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13526*/
13527
13528/*!
13529
13530\class ns3::Ipv6ExtensionAHHeader
13531
13532Introspection did not find any typical Config paths.<br>
13533No Attributes are defined for this type.<br>
13534No TraceSources are defined for this type.<br>
13535<b>Group:</b> Internet
13536
13537<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13538*/
13539
13540/*!
13541
13542\class ns3::Ipv6ExtensionDemux
13543
13544Introspection did not find any typical Config paths.<br>
13545<h3>Attributes</h3>
13546<ul>
13547<li><b>Extensions</b>: The set of IPv6 extensions registered with this demux.
13548 <ul>
13549 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13550 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Extension></li>
13551 <li>Flags: <span class="mlabel">read</span></li>
13552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13553 </ul>
13554</ul>
13555No TraceSources are defined for this type.<br>
13556<b>Group:</b> Internet
13557
13558<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13559*/
13560
13561/*!
13562
13563\class ns3::Ipv6ExtensionDestination
13564
13565Introspection did not find any typical Config paths.<br>
13566No Attributes are defined for this type.<br>
13567<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13568<ul>
13569<li><b>ExtensionNumber</b>: The IPv6 extension number.
13570 <ul>
13571 <li>Set with class: \ref ns3::UintegerValue</li>
13572 <li>Underlying type: uint8_t 0:255</li>
13573 <li>Flags: <span class="mlabel">read</span></li>
13574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13575 </ul>
13576</ul>
13577No TraceSources are defined for this type.<br>
13578<b>Group:</b> Internet
13579
13580<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13581*/
13582
13583/*!
13584
13585\class ns3::Ipv6ExtensionDestinationHeader
13586
13587Introspection did not find any typical Config paths.<br>
13588No Attributes are defined for this type.<br>
13589No TraceSources are defined for this type.<br>
13590<b>Group:</b> Internet
13591
13592<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13593*/
13594
13595/*!
13596
13597\class ns3::Ipv6ExtensionESP
13598
13599Introspection did not find any typical Config paths.<br>
13600No Attributes are defined for this type.<br>
13601<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13602<ul>
13603<li><b>ExtensionNumber</b>: The IPv6 extension number.
13604 <ul>
13605 <li>Set with class: \ref ns3::UintegerValue</li>
13606 <li>Underlying type: uint8_t 0:255</li>
13607 <li>Flags: <span class="mlabel">read</span></li>
13608 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13609 </ul>
13610</ul>
13611No TraceSources are defined for this type.<br>
13612<b>Group:</b> Internet
13613
13614<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13615*/
13616
13617/*!
13618
13619\class ns3::Ipv6ExtensionESPHeader
13620
13621Introspection did not find any typical Config paths.<br>
13622No Attributes are defined for this type.<br>
13623No TraceSources are defined for this type.<br>
13624<b>Group:</b> Internet
13625
13626<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13627*/
13628
13629/*!
13630
13631\class ns3::Ipv6ExtensionFragment
13632
13633Introspection did not find any typical Config paths.<br>
13634<h3>Attributes</h3>
13635<ul>
13636<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
13637 <ul>
13638 <li>Set with class: \ref ns3::TimeValue</li>
13639 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13640 <li>Initial value: +6e+10ns</li>
13641 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13642 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13643 </ul>
13644</ul>
13645<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13646<ul>
13647<li><b>ExtensionNumber</b>: The IPv6 extension number.
13648 <ul>
13649 <li>Set with class: \ref ns3::UintegerValue</li>
13650 <li>Underlying type: uint8_t 0:255</li>
13651 <li>Flags: <span class="mlabel">read</span></li>
13652 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13653 </ul>
13654</ul>
13655No TraceSources are defined for this type.<br>
13656<b>Group:</b> Internet
13657
13658<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13659*/
13660
13661/*!
13662
13663\class ns3::Ipv6ExtensionFragmentHeader
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 56 bytes (on a 64-bit architecture).
13671*/
13672
13673/*!
13674
13675\class ns3::Ipv6ExtensionHeader
13676
13677Introspection did not find any typical Config paths.<br>
13678No Attributes are defined for this type.<br>
13679No TraceSources are defined for this type.<br>
13680<b>Group:</b> Internet
13681
13682<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13683*/
13684
13685/*!
13686
13687\class ns3::Ipv6ExtensionHopByHop
13688
13689Introspection did not find any typical Config paths.<br>
13690No Attributes are defined for this type.<br>
13691<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13692<ul>
13693<li><b>ExtensionNumber</b>: The IPv6 extension number.
13694 <ul>
13695 <li>Set with class: \ref ns3::UintegerValue</li>
13696 <li>Underlying type: uint8_t 0:255</li>
13697 <li>Flags: <span class="mlabel">read</span></li>
13698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13699 </ul>
13700</ul>
13701No TraceSources are defined for this type.<br>
13702<b>Group:</b> Internet
13703
13704<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13705*/
13706
13707/*!
13708
13709\class ns3::Ipv6ExtensionHopByHopHeader
13710
13711Introspection did not find any typical Config paths.<br>
13712No Attributes are defined for this type.<br>
13713No TraceSources are defined for this type.<br>
13714<b>Group:</b> Internet
13715
13716<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13717*/
13718
13719/*!
13720
13721\class ns3::Ipv6ExtensionLooseRouting
13722
13723Introspection did not find any typical Config paths.<br>
13724No Attributes are defined for this type.<br>
13725<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13726<ul>
13727<li><b>ExtensionNumber</b>: The IPv6 extension number.
13728 <ul>
13729 <li>Set with class: \ref ns3::UintegerValue</li>
13730 <li>Underlying type: uint8_t 0:255</li>
13731 <li>Flags: <span class="mlabel">read</span></li>
13732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13733 </ul>
13734</ul>
13735No TraceSources are defined for this type.<br>
13736<b>Group:</b> Internet
13737
13738<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13739*/
13740
13741/*!
13742
13743\class ns3::Ipv6ExtensionLooseRoutingHeader
13744
13745Introspection did not find any typical Config paths.<br>
13746No Attributes are defined for this type.<br>
13747No TraceSources are defined for this type.<br>
13748<b>Group:</b> Internet
13749
13750<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
13751*/
13752
13753/*!
13754
13755\class ns3::Ipv6ExtensionRouting
13756
13757Introspection did not find any typical Config paths.<br>
13758No Attributes are defined for this type.<br>
13759<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13760<ul>
13761<li><b>ExtensionNumber</b>: The IPv6 extension number.
13762 <ul>
13763 <li>Set with class: \ref ns3::UintegerValue</li>
13764 <li>Underlying type: uint8_t 0:255</li>
13765 <li>Flags: <span class="mlabel">read</span></li>
13766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13767 </ul>
13768</ul>
13769No TraceSources are defined for this type.<br>
13770<b>Group:</b> Internet
13771
13772<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13773*/
13774
13775/*!
13776
13777\class ns3::Ipv6ExtensionRoutingDemux
13778
13779Introspection did not find any typical Config paths.<br>
13780<h3>Attributes</h3>
13781<ul>
13782<li><b>RoutingExtensions</b>: The set of IPv6 Routing extensions registered with this demux.
13783 <ul>
13784 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13785 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6ExtensionRouting></li>
13786 <li>Flags: <span class="mlabel">read</span></li>
13787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13788 </ul>
13789</ul>
13790No TraceSources are defined for this type.<br>
13791<b>Group:</b> Internet
13792
13793<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13794*/
13795
13796/*!
13797
13798\class ns3::Ipv6ExtensionRoutingHeader
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::Ipv6Header
13811
13812Introspection did not find any typical Config paths.<br>
13813No Attributes are defined for this type.<br>
13814No TraceSources are defined for this type.<br>
13815<b>Group:</b> Internet
13816
13817<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13818*/
13819
13820/*!
13821
13822\class ns3::Ipv6Interface
13823
13824<h3>Config Paths</h3>
13825
13826ns3::Ipv6Interface is accessible through the following paths with Config::Set and Config::Connect:
13827<ul>
13828<li>"/NodeList/[i]/$ns3::Ipv6L3Protocol/InterfaceList/[i]"</li>
13829</ul>
13830No Attributes are defined for this type.<br>
13831<h3>TraceSources</h3>
13832<ul>
13833<li><b>InterfaceStatus</b>: Interface has been set up or down.<br> <ul>
13834 <li> %Callback signature: ns3::Ipv6Address::TracedCallback
13835</li>
13836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13837</ul>
13838</ul>
13839<b>Group:</b> Internet
13840
13841<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
13842*/
13843
13844/*!
13845
13846\class ns3::Ipv6L3Protocol
13847
13848<h3>Config Paths</h3>
13849
13850ns3::Ipv6L3Protocol is accessible through the following paths with Config::Set and Config::Connect:
13851<ul>
13852<li>"/NodeList/[i]/$ns3::Ipv6L3Protocol"</li>
13853</ul>
13854<h3>Attributes</h3>
13855<ul>
13856<li><b>DefaultTclass</b>: The TCLASS value set by default on all outgoing packets generated on this node.
13857 <ul>
13858 <li>Set with class: \ref ns3::UintegerValue</li>
13859 <li>Underlying type: uint8_t 0:255</li>
13860 <li>Initial value: 0</li>
13861 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13862 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13863 </ul>
13864<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.
13865 <ul>
13866 <li>Set with class: \ref ns3::UintegerValue</li>
13867 <li>Underlying type: uint8_t 0:255</li>
13868 <li>Initial value: 64</li>
13869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13871 </ul>
13872<li><b>InterfaceList</b>: The set of IPv6 interfaces associated to this IPv6 stack.
13873 <ul>
13874 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13875 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Interface></li>
13876 <li>Flags: <span class="mlabel">read</span></li>
13877 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13878 </ul>
13879<li><b>SendIcmpv6Redirect</b>: Send the ICMPv6 Redirect when appropriate.
13880 <ul>
13881 <li>Set with class: \ref ns3::BooleanValue</li>
13882 <li>Underlying type: bool</li>
13883 <li>Initial value: true</li>
13884 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13885 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13886 </ul>
13887</ul>
13888<h3>Attributes defined in parent class ns3::Ipv6</h3>
13889<ul>
13890<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.
13891 <ul>
13892 <li>Set with class: \ref ns3::BooleanValue</li>
13893 <li>Underlying type: bool</li>
13894 <li>Initial value: false</li>
13895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13897 </ul>
13898<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.
13899 <ul>
13900 <li>Set with class: \ref ns3::BooleanValue</li>
13901 <li>Underlying type: bool</li>
13902 <li>Initial value: true</li>
13903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13905 </ul>
13906<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13907 <ul>
13908 <li>Set with class: \ref ns3::BooleanValue</li>
13909 <li>Underlying type: bool</li>
13910 <li>Initial value: true</li>
13911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13913 </ul>
13914</ul>
13915<h3>TraceSources</h3>
13916<ul>
13917<li><b>Drop</b>: Drop IPv6 packet<br> <ul>
13918 <li> %Callback signature: ns3::Ipv6L3Protocol::DropTracedCallback
13919</li>
13920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13921</ul>
13922<li><b>LocalDeliver</b>: An IPv6 packet was received by/for this node, and it is being forward up the stack<br> <ul>
13923 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13924</li>
13925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13926</ul>
13927<li><b>Rx</b>: Receive IPv6 packet from incoming interface.<br> <ul>
13928 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
13929</li>
13930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13931</ul>
13932<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission<br> <ul>
13933 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13934</li>
13935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13936</ul>
13937<li><b>Tx</b>: Send IPv6 packet to outgoing interface.<br> <ul>
13938 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
13939</li>
13940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13941</ul>
13942<li><b>UnicastForward</b>: A unicast IPv6 packet was received by this node and is being forwarded to another node<br> <ul>
13943 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13944</li>
13945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13946</ul>
13947</ul>
13948<b>Group:</b> Internet
13949
13950<b>Size</b> of this type is 544 bytes (on a 64-bit architecture).
13951*/
13952
13953/*!
13954
13955\class ns3::Ipv6ListRouting
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> Internet
13961
13962<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13963*/
13964
13965/*!
13966
13967\class ns3::Ipv6NixVectorRouting
13968
13969Introspection did not find any typical Config paths.<br>
13970No Attributes are defined for this type.<br>
13971No TraceSources are defined for this type.<br>
13972<b>Group:</b> NixVectorRouting
13973
13974<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13975*/
13976
13977/*!
13978
13979\class ns3::Ipv6Option
13980
13981Introspection did not find any typical Config paths.<br>
13982<h3>Attributes</h3>
13983<ul>
13984<li><b>OptionNumber</b>: The IPv6 option number.
13985 <ul>
13986 <li>Set with class: \ref ns3::UintegerValue</li>
13987 <li>Underlying type: uint8_t 0:255</li>
13988 <li>Flags: <span class="mlabel">read</span></li>
13989 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13990 </ul>
13991</ul>
13992No TraceSources are defined for this type.<br>
13993<b>Group:</b> Internet
13994
13995<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
13996*/
13997
13998/*!
13999
14000\class ns3::Ipv6OptionDemux
14001
14002Introspection did not find any typical Config paths.<br>
14003<h3>Attributes</h3>
14004<ul>
14005<li><b>Options</b>: The set of IPv6 options registered with this demux.
14006 <ul>
14007 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
14008 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Option></li>
14009 <li>Flags: <span class="mlabel">read</span></li>
14010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14011 </ul>
14012</ul>
14013No TraceSources are defined for this type.<br>
14014<b>Group:</b> Internet
14015
14016<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14017*/
14018
14019/*!
14020
14021\class ns3::Ipv6OptionHeader
14022
14023Introspection did not find any typical Config paths.<br>
14024No Attributes are defined for this type.<br>
14025No TraceSources are defined for this type.<br>
14026<b>Group:</b> Internet
14027
14028<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14029*/
14030
14031/*!
14032
14033\class ns3::Ipv6OptionJumbogram
14034
14035Introspection did not find any typical Config paths.<br>
14036No Attributes are defined for this type.<br>
14037<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14038<ul>
14039<li><b>OptionNumber</b>: The IPv6 option number.
14040 <ul>
14041 <li>Set with class: \ref ns3::UintegerValue</li>
14042 <li>Underlying type: uint8_t 0:255</li>
14043 <li>Flags: <span class="mlabel">read</span></li>
14044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14045 </ul>
14046</ul>
14047No TraceSources are defined for this type.<br>
14048<b>Group:</b> Internet
14049
14050<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14051*/
14052
14053/*!
14054
14055\class ns3::Ipv6OptionJumbogramHeader
14056
14057Introspection did not find any typical Config paths.<br>
14058No Attributes are defined for this type.<br>
14059No TraceSources are defined for this type.<br>
14060<b>Group:</b> Internet
14061
14062<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14063*/
14064
14065/*!
14066
14067\class ns3::Ipv6OptionPad1
14068
14069Introspection did not find any typical Config paths.<br>
14070No Attributes are defined for this type.<br>
14071<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14072<ul>
14073<li><b>OptionNumber</b>: The IPv6 option number.
14074 <ul>
14075 <li>Set with class: \ref ns3::UintegerValue</li>
14076 <li>Underlying type: uint8_t 0:255</li>
14077 <li>Flags: <span class="mlabel">read</span></li>
14078 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14079 </ul>
14080</ul>
14081No TraceSources are defined for this type.<br>
14082<b>Group:</b> Internet
14083
14084<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14085*/
14086
14087/*!
14088
14089\class ns3::Ipv6OptionPad1Header
14090
14091Introspection did not find any typical Config paths.<br>
14092No Attributes are defined for this type.<br>
14093No TraceSources are defined for this type.<br>
14094<b>Group:</b> Internet
14095
14096<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14097*/
14098
14099/*!
14100
14101\class ns3::Ipv6OptionPadn
14102
14103Introspection did not find any typical Config paths.<br>
14104No Attributes are defined for this type.<br>
14105<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14106<ul>
14107<li><b>OptionNumber</b>: The IPv6 option number.
14108 <ul>
14109 <li>Set with class: \ref ns3::UintegerValue</li>
14110 <li>Underlying type: uint8_t 0:255</li>
14111 <li>Flags: <span class="mlabel">read</span></li>
14112 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14113 </ul>
14114</ul>
14115No TraceSources are defined for this type.<br>
14116<b>Group:</b> Internet
14117
14118<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14119*/
14120
14121/*!
14122
14123\class ns3::Ipv6OptionPadnHeader
14124
14125Introspection did not find any typical Config paths.<br>
14126No Attributes are defined for this type.<br>
14127No TraceSources are defined for this type.<br>
14128<b>Group:</b> Internet
14129
14130<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14131*/
14132
14133/*!
14134
14135\class ns3::Ipv6OptionRouterAlert
14136
14137Introspection did not find any typical Config paths.<br>
14138No Attributes are defined for this type.<br>
14139<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14140<ul>
14141<li><b>OptionNumber</b>: The IPv6 option number.
14142 <ul>
14143 <li>Set with class: \ref ns3::UintegerValue</li>
14144 <li>Underlying type: uint8_t 0:255</li>
14145 <li>Flags: <span class="mlabel">read</span></li>
14146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14147 </ul>
14148</ul>
14149No TraceSources are defined for this type.<br>
14150<b>Group:</b> Internet
14151
14152<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14153*/
14154
14155/*!
14156
14157\class ns3::Ipv6OptionRouterAlertHeader
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::Ipv6PacketFilter
14170
14171Introspection did not find any typical Config paths.<br>
14172No Attributes are defined for this type.<br>
14173No TraceSources are defined for this type.<br>
14174<b>Group:</b> Internet
14175
14176<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14177*/
14178
14179/*!
14180
14181\class ns3::Ipv6PacketProbe
14182
14183Introspection did not find any typical Config paths.<br>
14184No Attributes are defined for this type.<br>
14185<h3>Attributes defined in parent class ns3::Probe</h3>
14186<ul>
14187<li><b>Start</b>: Time data collection starts
14188 <ul>
14189 <li>Set with class: \ref ns3::TimeValue</li>
14190 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
14191 <li>Initial value: +0ns</li>
14192 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14194 </ul>
14195<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
14196 <ul>
14197 <li>Set with class: \ref ns3::TimeValue</li>
14198 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
14199 <li>Initial value: +0ns</li>
14200 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14201 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14202 </ul>
14203</ul>
14204<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
14205<ul>
14206<li><b>Enabled</b>: Object's enabled status
14207 <ul>
14208 <li>Set with class: \ref ns3::BooleanValue</li>
14209 <li>Underlying type: bool</li>
14210 <li>Initial value: true</li>
14211 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14212 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14213 </ul>
14214<li><b>Name</b>: Object's name
14215 <ul>
14216 <li>Set with class: \ref ns3::StringValue</li>
14217 <li>Underlying type: \p std::string</li>
14218 <li>Initial value: unnamed</li>
14219 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14221 </ul>
14222</ul>
14223<h3>TraceSources</h3>
14224<ul>
14225<li><b>Output</b>: The packet plus its IPv6 object and interface that serve as the output for this probe<br> <ul>
14226 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
14227</li>
14228 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14229</ul>
14230<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
14231 <li> %Callback signature: ns3::Packet::SizeTracedCallback
14232</li>
14233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14234</ul>
14235</ul>
14236<b>Group:</b> Internet
14237
14238<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
14239*/
14240
14241/*!
14242
14243\class ns3::Ipv6PmtuCache
14244
14245Introspection did not find any typical Config paths.<br>
14246<h3>Attributes</h3>
14247<ul>
14248<li><b>CacheExpiryTime</b>: Validity time for a Path MTU entry. Default is 10 minutes, minimum is 5 minutes.
14249 <ul>
14250 <li>Set with class: \ref ns3::TimeValue</li>
14251 <li>Underlying type: \p Time +3e+11ns:+9.22337e+18ns</li>
14252 <li>Initial value: +6e+11ns</li>
14253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14255 </ul>
14256</ul>
14257No TraceSources are defined for this type.<br>
14258<b>Group:</b> Internet
14259
14260<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
14261*/
14262
14263/*!
14264
14265\class ns3::Ipv6RawSocketFactory
14266
14267Introspection did not find any typical Config paths.<br>
14268No Attributes are defined for this type.<br>
14269No TraceSources are defined for this type.<br>
14270<b>Group:</b> Internet
14271
14272<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14273*/
14274
14275/*!
14276
14277\class ns3::Ipv6RawSocketImpl
14278
14279Introspection did not find any typical Config paths.<br>
14280<h3>Attributes</h3>
14281<ul>
14282<li><b>Protocol</b>: Protocol number to match.
14283 <ul>
14284 <li>Set with class: \ref ns3::UintegerValue</li>
14285 <li>Underlying type: uint16_t 0:65535</li>
14286 <li>Initial value: 0</li>
14287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14289 </ul>
14290</ul>
14291No TraceSources are defined for this type.<br>
14292<b>Group:</b> Internet
14293
14294<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
14295*/
14296
14297/*!
14298
14299\class ns3::Ipv6RoutingProtocol
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 56 bytes (on a 64-bit architecture).
14307*/
14308
14309/*!
14310
14311\class ns3::Ipv6StaticRouting
14312
14313Introspection did not find any typical Config paths.<br>
14314No Attributes are defined for this type.<br>
14315No TraceSources are defined for this type.<br>
14316<b>Group:</b> Internet
14317
14318<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
14319*/
14320
14321/*!
14322
14323\class ns3::IsotropicAntennaModel
14324
14325Introspection did not find any typical Config paths.<br>
14326<h3>Attributes</h3>
14327<ul>
14328<li><b>Gain</b>: The gain of the antenna in dB
14329 <ul>
14330 <li>Set with class: \ref ns3::DoubleValue</li>
14331 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14332 <li>Initial value: 0</li>
14333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14335 </ul>
14336</ul>
14337No TraceSources are defined for this type.<br>
14338<b>Group:</b> Antenna
14339
14340<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14341*/
14342
14343/*!
14344
14345\class ns3::ItuR1238PropagationLossModel
14346
14347<h3>Config Paths</h3>
14348
14349ns3::ItuR1238PropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14350<ul>
14351<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14352<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14353<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14356<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14357<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14358</ul>
14359<h3>Attributes</h3>
14360<ul>
14361<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
14362 <ul>
14363 <li>Set with class: \ref ns3::DoubleValue</li>
14364 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14365 <li>Initial value: 2.16e+09</li>
14366 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14367 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14368 </ul>
14369</ul>
14370No TraceSources are defined for this type.<br>
14371<b>Group:</b> Buildings
14372
14373<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
14374*/
14375
14376/*!
14377
14378\class ns3::ItuR1411LosPropagationLossModel
14379
14380<h3>Config Paths</h3>
14381
14382ns3::ItuR1411LosPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14383<ul>
14384<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14385<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14386<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14387<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14388<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14389<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14390<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14391</ul>
14392<h3>Attributes</h3>
14393<ul>
14394<li><b>Frequency</b>: The propagation frequency in Hz
14395 <ul>
14396 <li>Set with class: \ref ns3::DoubleValue</li>
14397 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14398 <li>Initial value: 2.16e+09</li>
14399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14401 </ul>
14402</ul>
14403No TraceSources are defined for this type.<br>
14404<b>Group:</b> Propagation
14405
14406<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
14407*/
14408
14409/*!
14410
14411\class ns3::ItuR1411NlosOverRooftopPropagationLossModel
14412
14413<h3>Config Paths</h3>
14414
14415ns3::ItuR1411NlosOverRooftopPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14416<ul>
14417<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14418<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14419<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14420<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14421<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14422<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14423<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14424</ul>
14425<h3>Attributes</h3>
14426<ul>
14427<li><b>BuildingSeparation</b>: The separation between buildings
14428 <ul>
14429 <li>Set with class: \ref ns3::DoubleValue</li>
14430 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14431 <li>Initial value: 50</li>
14432 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14434 </ul>
14435<li><b>BuildingsExtend</b>: The distance over which the buildings extend
14436 <ul>
14437 <li>Set with class: \ref ns3::DoubleValue</li>
14438 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14439 <li>Initial value: 80</li>
14440 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14441 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14442 </ul>
14443<li><b>CitySize</b>: Dimension of the city
14444 <ul>
14445 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
14446 <li>Underlying type: \p Small|Medium|Large</li>
14447 <li>Initial value: Large</li>
14448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14450 </ul>
14451<li><b>Environment</b>: Environment Scenario
14452 <ul>
14453 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
14454 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
14455 <li>Initial value: Urban</li>
14456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14458 </ul>
14459<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
14460 <ul>
14461 <li>Set with class: \ref ns3::DoubleValue</li>
14462 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14463 <li>Initial value: 2.16e+09</li>
14464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14466 </ul>
14467<li><b>RooftopLevel</b>: The height of the rooftop level in meters
14468 <ul>
14469 <li>Set with class: \ref ns3::DoubleValue</li>
14470 <li>Underlying type: double 0:90</li>
14471 <li>Initial value: 20</li>
14472 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14474 </ul>
14475<li><b>StreetsOrientation</b>: The orientation of streets in degrees [0,90] with respect to the direction of propagation
14476 <ul>
14477 <li>Set with class: \ref ns3::DoubleValue</li>
14478 <li>Underlying type: double 0:90</li>
14479 <li>Initial value: 45</li>
14480 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14482 </ul>
14483<li><b>StreetsWidth</b>: The width of streets
14484 <ul>
14485 <li>Set with class: \ref ns3::DoubleValue</li>
14486 <li>Underlying type: double 0:1000</li>
14487 <li>Initial value: 20</li>
14488 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14490 </ul>
14491</ul>
14492No TraceSources are defined for this type.<br>
14493<b>Group:</b> Propagation
14494
14495<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
14496*/
14497
14498/*!
14499
14500\class ns3::JakesProcess
14501
14502Introspection did not find any typical Config paths.<br>
14503<h3>Attributes</h3>
14504<ul>
14505<li><b>DopplerFrequencyHz</b>: Corresponding doppler frequency[Hz]
14506 <ul>
14507 <li>Set with class: \ref ns3::DoubleValue</li>
14508 <li>Underlying type: double 0:10000</li>
14509 <li>Initial value: 80</li>
14510 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14512 </ul>
14513<li><b>NumberOfOscillators</b>: The number of oscillators
14514 <ul>
14515 <li>Set with class: \ref ns3::UintegerValue</li>
14516 <li>Underlying type: uint32_t 4:1000</li>
14517 <li>Initial value: 20</li>
14518 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14520 </ul>
14521</ul>
14522No TraceSources are defined for this type.<br>
14523<b>Group:</b> Propagation
14524
14525<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
14526*/
14527
14528/*!
14529
14530\class ns3::JakesPropagationLossModel
14531
14532<h3>Config Paths</h3>
14533
14534ns3::JakesPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14535<ul>
14536<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14537<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14538<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14539<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14540<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14541<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14542<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14543</ul>
14544No Attributes are defined for this type.<br>
14545No TraceSources are defined for this type.<br>
14546<b>Group:</b> Propagation
14547
14548<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
14549*/
14550
14551/*!
14552
14553\class ns3::Kun2600MhzPropagationLossModel
14554
14555<h3>Config Paths</h3>
14556
14557ns3::Kun2600MhzPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14558<ul>
14559<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14560<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14561<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14562<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14563<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14564<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14565<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14566</ul>
14567No Attributes are defined for this type.<br>
14568No TraceSources are defined for this type.<br>
14569<b>Group:</b> Propagation
14570
14571<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14572*/
14573
14574/*!
14575
14576\class ns3::LaplacianRandomVariable
14577
14578<h3>Config Paths</h3>
14579
14580ns3::LaplacianRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14581<ul>
14582<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14583<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14584<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14585<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14586<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14587<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14588<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14589<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14590<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14591<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14592<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14593<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14594<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14595<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14596<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14597<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LaplacianRandomVariable"</li>
14598<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LaplacianRandomVariable"</li>
14599<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14600<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14602<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14603<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14605<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14606<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14607<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14608<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14609<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LaplacianRandomVariable"</li>
14610<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LaplacianRandomVariable"</li>
14611<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LaplacianRandomVariable"</li>
14612<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LaplacianRandomVariable"</li>
14613<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LaplacianRandomVariable"</li>
14614<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LaplacianRandomVariable"</li>
14615<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LaplacianRandomVariable"</li>
14616<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LaplacianRandomVariable"</li>
14617<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LaplacianRandomVariable"</li>
14618<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14619<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LaplacianRandomVariable"</li>
14620<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LaplacianRandomVariable"</li>
14621<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14622<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14623<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LaplacianRandomVariable"</li>
14624<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14625<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14626<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14627<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14628<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LaplacianRandomVariable"</li>
14629<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LaplacianRandomVariable"</li>
14630<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LaplacianRandomVariable"</li>
14631<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14632<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14633<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LaplacianRandomVariable"</li>
14634<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LaplacianRandomVariable"</li>
14635<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14636<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LaplacianRandomVariable"</li>
14637<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LaplacianRandomVariable"</li>
14638<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LaplacianRandomVariable"</li>
14639<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14640<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14641<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14642</ul>
14643<h3>Attributes</h3>
14644<ul>
14645<li><b>Bound</b>: The bound on the values returned by this RNG stream.
14646 <ul>
14647 <li>Set with class: \ref ns3::DoubleValue</li>
14648 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14649 <li>Initial value: 0</li>
14650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14652 </ul>
14653<li><b>Location</b>: The location parameter for the Laplacian distribution returned by this RNG stream.
14654 <ul>
14655 <li>Set with class: \ref ns3::DoubleValue</li>
14656 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14657 <li>Initial value: 0</li>
14658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14660 </ul>
14661<li><b>Scale</b>: The scale parameter for the Laplacian distribution returned by this RNG stream.
14662 <ul>
14663 <li>Set with class: \ref ns3::DoubleValue</li>
14664 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14665 <li>Initial value: 1</li>
14666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14668 </ul>
14669</ul>
14670<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
14671<ul>
14672<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
14673 <ul>
14674 <li>Set with class: \ref ns3::BooleanValue</li>
14675 <li>Underlying type: bool</li>
14676 <li>Initial value: false</li>
14677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14679 </ul>
14680<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.
14681 <ul>
14682 <li>Set with class: \ref ns3::IntegerValue</li>
14683 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
14684 <li>Initial value: -1</li>
14685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14687 </ul>
14688</ul>
14689No TraceSources are defined for this type.<br>
14690<b>Group:</b> Core
14691
14692<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
14693*/
14694
14695/*!
14696
14697\class ns3::LargestExtremeValueRandomVariable
14698
14699<h3>Config Paths</h3>
14700
14701ns3::LargestExtremeValueRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14702<ul>
14703<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14704<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14705<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14706<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14707<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14708<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14709<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14710<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14711<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14712<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14713<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14714<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14715<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14716<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14717<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14718<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LargestExtremeValueRandomVariable"</li>
14719<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LargestExtremeValueRandomVariable"</li>
14720<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14721<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14722<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14723<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14724<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14725<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14726<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14727<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14728<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14729<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14730<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14731<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LargestExtremeValueRandomVariable"</li>
14732<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LargestExtremeValueRandomVariable"</li>
14733<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LargestExtremeValueRandomVariable"</li>
14734<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LargestExtremeValueRandomVariable"</li>
14735<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LargestExtremeValueRandomVariable"</li>
14736<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LargestExtremeValueRandomVariable"</li>
14737<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LargestExtremeValueRandomVariable"</li>
14738<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LargestExtremeValueRandomVariable"</li>
14739<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14740<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LargestExtremeValueRandomVariable"</li>
14741<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LargestExtremeValueRandomVariable"</li>
14742<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14743<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14744<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LargestExtremeValueRandomVariable"</li>
14745<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14746<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14747<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14748<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14749<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LargestExtremeValueRandomVariable"</li>
14750<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LargestExtremeValueRandomVariable"</li>
14751<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LargestExtremeValueRandomVariable"</li>
14752<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14753<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14754<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LargestExtremeValueRandomVariable"</li>
14755<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LargestExtremeValueRandomVariable"</li>
14756<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14757<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14758<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14759<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14760<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14761<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14762<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14763</ul>
14764<h3>Attributes</h3>
14765<ul>
14766<li><b>Location</b>: The location parameter for the Largest Extreme Value distribution returned by this RNG stream.
14767 <ul>
14768 <li>Set with class: \ref ns3::DoubleValue</li>
14769 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14770 <li>Initial value: 0</li>
14771 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14773 </ul>
14774<li><b>Scale</b>: The scale parameter for the Largest Extreme Value distribution returned by this RNG stream.
14775 <ul>
14776 <li>Set with class: \ref ns3::DoubleValue</li>
14777 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14778 <li>Initial value: 1</li>
14779 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14780 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14781 </ul>
14782</ul>
14783<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
14784<ul>
14785<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
14786 <ul>
14787 <li>Set with class: \ref ns3::BooleanValue</li>
14788 <li>Underlying type: bool</li>
14789 <li>Initial value: false</li>
14790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14792 </ul>
14793<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.
14794 <ul>
14795 <li>Set with class: \ref ns3::IntegerValue</li>
14796 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
14797 <li>Initial value: -1</li>
14798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14800 </ul>
14801</ul>
14802No TraceSources are defined for this type.<br>
14803<b>Group:</b> Core
14804
14805<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
14806*/
14807
14808/*!
14809
14810\class ns3::LinearWifiTxCurrentModel
14811
14812Introspection did not find any typical Config paths.<br>
14813<h3>Attributes</h3>
14814<ul>
14815<li><b>Eta</b>: The efficiency of the power amplifier.
14816 <ul>
14817 <li>Set with class: \ref ns3::DoubleValue</li>
14818 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14819 <li>Initial value: 0.1</li>
14820 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14821 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14822 </ul>
14823<li><b>IdleCurrent</b>: The current in the IDLE state (in Ampere).
14824 <ul>
14825 <li>Set with class: \ref ns3::DoubleValue</li>
14826 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14827 <li>Initial value: 0.273333</li>
14828 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14829 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14830 </ul>
14831<li><b>Voltage</b>: The supply voltage (in Volts).
14832 <ul>
14833 <li>Set with class: \ref ns3::DoubleValue</li>
14834 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14835 <li>Initial value: 3</li>
14836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14838 </ul>
14839</ul>
14840No TraceSources are defined for this type.<br>
14841<b>Group:</b> Wifi
14842
14843<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14844*/
14845
14846/*!
14847
14848\class ns3::ListErrorModel
14849
14850<h3>Config Paths</h3>
14851
14852ns3::ListErrorModel is accessible through the following paths with Config::Set and Config::Connect:
14853<ul>
14854<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14855<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14856<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14857<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14858<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14859<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14860</ul>
14861No Attributes are defined for this type.<br>
14862<h3>Attributes defined in parent class ns3::ErrorModel</h3>
14863<ul>
14864<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
14865 <ul>
14866 <li>Set with class: \ref ns3::BooleanValue</li>
14867 <li>Underlying type: bool</li>
14868 <li>Initial value: true</li>
14869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14871 </ul>
14872</ul>
14873No TraceSources are defined for this type.<br>
14874<b>Group:</b> Network
14875
14876<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14877*/
14878
14879/*!
14880
14881\class ns3::ListPositionAllocator
14882
14883<h3>Config Paths</h3>
14884
14885ns3::ListPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
14886<ul>
14887<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::ListPositionAllocator"</li>
14888</ul>
14889No Attributes are defined for this type.<br>
14890No TraceSources are defined for this type.<br>
14891<b>Group:</b> Mobility
14892
14893<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14894*/
14895
14896/*!
14897
14898\class ns3::ListScheduler
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> Core
14904
14905<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14906*/
14907
14908/*!
14909
14910\class ns3::LlcSnapHeader
14911
14912Introspection did not find any typical Config paths.<br>
14913No Attributes are defined for this type.<br>
14914No TraceSources are defined for this type.<br>
14915<b>Group:</b> Network
14916
14917<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
14918*/
14919
14920/*!
14921
14922\class ns3::LogDistancePropagationLossModel
14923
14924<h3>Config Paths</h3>
14925
14926ns3::LogDistancePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14927<ul>
14928<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14929<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14930<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14931<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14932<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14933<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14934<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14935</ul>
14936<h3>Attributes</h3>
14937<ul>
14938<li><b>Exponent</b>: The exponent of the Path Loss propagation model
14939 <ul>
14940 <li>Set with class: \ref ns3::DoubleValue</li>
14941 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14942 <li>Initial value: 3</li>
14943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14945 </ul>
14946<li><b>ReferenceDistance</b>: The distance at which the reference loss is calculated (m)
14947 <ul>
14948 <li>Set with class: \ref ns3::DoubleValue</li>
14949 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14950 <li>Initial value: 1</li>
14951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14953 </ul>
14954<li><b>ReferenceLoss</b>: The reference loss at reference distance (dB). (Default is Friis at 1m with 5.15 GHz)
14955 <ul>
14956 <li>Set with class: \ref ns3::DoubleValue</li>
14957 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14958 <li>Initial value: 46.6777</li>
14959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14961 </ul>
14962</ul>
14963No TraceSources are defined for this type.<br>
14964<b>Group:</b> Propagation
14965
14966<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14967*/
14968
14969/*!
14970
14971\class ns3::LogNormalRandomVariable
14972
14973<h3>Config Paths</h3>
14974
14975ns3::LogNormalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14976<ul>
14977<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14978<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14979<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14980<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14981<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14982<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
14983<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14984<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14985<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14986<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14987<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14988<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
14989<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14990<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14991<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14992<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LogNormalRandomVariable"</li>
14993<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LogNormalRandomVariable"</li>
14994<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14995<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14996<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14997<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14998<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14999<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
15000<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
15001<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
15002<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
15003<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
15004<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LogNormalRandomVariable"</li>
15005<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LogNormalRandomVariable"</li>
15006<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LogNormalRandomVariable"</li>
15007<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LogNormalRandomVariable"</li>
15008<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LogNormalRandomVariable"</li>
15009<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LogNormalRandomVariable"</li>
15010<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LogNormalRandomVariable"</li>
15011<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LogNormalRandomVariable"</li>
15012<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LogNormalRandomVariable"</li>
15013<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15014<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LogNormalRandomVariable"</li>
15015<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LogNormalRandomVariable"</li>
15016<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15017<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15018<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LogNormalRandomVariable"</li>
15019<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15020<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15021<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15022<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15023<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LogNormalRandomVariable"</li>
15024<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LogNormalRandomVariable"</li>
15025<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LogNormalRandomVariable"</li>
15026<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15027<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15028<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LogNormalRandomVariable"</li>
15029<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LogNormalRandomVariable"</li>
15030<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15031<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LogNormalRandomVariable"</li>
15032<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LogNormalRandomVariable"</li>
15033<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LogNormalRandomVariable"</li>
15034<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
15035<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
15036<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
15037</ul>
15038<h3>Attributes</h3>
15039<ul>
15040<li><b>Mu</b>: The mu value for the log-normal distribution returned by this RNG stream.
15041 <ul>
15042 <li>Set with class: \ref ns3::DoubleValue</li>
15043 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15044 <li>Initial value: 0</li>
15045 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15047 </ul>
15048<li><b>Sigma</b>: The sigma value for the log-normal distribution returned by this RNG stream.
15049 <ul>
15050 <li>Set with class: \ref ns3::DoubleValue</li>
15051 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15052 <li>Initial value: 1</li>
15053 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15055 </ul>
15056</ul>
15057<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
15058<ul>
15059<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
15060 <ul>
15061 <li>Set with class: \ref ns3::BooleanValue</li>
15062 <li>Underlying type: bool</li>
15063 <li>Initial value: false</li>
15064 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15065 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15066 </ul>
15067<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.
15068 <ul>
15069 <li>Set with class: \ref ns3::IntegerValue</li>
15070 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
15071 <li>Initial value: -1</li>
15072 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15073 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15074 </ul>
15075</ul>
15076No TraceSources are defined for this type.<br>
15077<b>Group:</b> Core
15078
15079<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
15080*/
15081
15082/*!
15083
15084\class ns3::LoopbackNetDevice
15085
15086<h3>Config Paths</h3>
15087
15088ns3::LoopbackNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15089<ul>
15090<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LoopbackNetDevice"</li>
15091</ul>
15092No Attributes are defined for this type.<br>
15093No TraceSources are defined for this type.<br>
15094<b>Group:</b> Internet
15095
15096<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
15097*/
15098
15099/*!
15100
15101\class ns3::lrwpan::BeaconPayloadHeader
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 120 bytes (on a 64-bit architecture).
15109*/
15110
15111/*!
15112
15113\class ns3::lrwpan::LrWpanCsmaCa
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 216 bytes (on a 64-bit architecture).
15121*/
15122
15123/*!
15124
15125\class ns3::lrwpan::LrWpanErrorModel
15126
15127Introspection did not find any typical Config paths.<br>
15128No Attributes are defined for this type.<br>
15129No TraceSources are defined for this type.<br>
15130<b>Group:</b> LrWpan
15131
15132<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
15133*/
15134
15135/*!
15136
15137\class ns3::lrwpan::LrWpanLqiTag
15138
15139Introspection did not find any typical Config paths.<br>
15140<h3>Attributes</h3>
15141<ul>
15142<li><b>Lqi</b>: The lqi of the last packet received
15143 <ul>
15144 <li>Set with class: \ref ns3::IntegerValue</li>
15145 <li>Underlying type: uint8_t 0:255</li>
15146 <li>Flags: <span class="mlabel">read</span></li>
15147 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15148 </ul>
15149</ul>
15150No TraceSources are defined for this type.<br>
15151<b>Group:</b> LrWpan
15152
15153<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
15154*/
15155
15156/*!
15157
15158\class ns3::lrwpan::LrWpanMac
15159
15160<h3>Config Paths</h3>
15161
15162ns3::lrwpan::LrWpanMac is accessible through the following paths with Config::Set and Config::Connect:
15163<ul>
15164<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Mac"</li>
15165</ul>
15166<h3>Attributes</h3>
15167<ul>
15168<li><b>PanId</b>: 16-bit identifier of the associated PAN
15169 <ul>
15170 <li>Set with class: \ref ns3::UintegerValue</li>
15171 <li>Underlying type: uint16_t 0:65535</li>
15172 <li>Initial value: 0</li>
15173 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15175 </ul>
15176</ul>
15177<h3>TraceSources</h3>
15178<ul>
15179<li><b>IfsEnd</b>: Trace source reporting the end of an Interframe space (IFS)<br> <ul>
15180 <li> %Callback signature: ns3::Packet::TracedCallback
15181</li>
15182 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15183</ul>
15184<li><b>MacIncSuperframeStatus</b>: The period status of the incoming superframe<br> <ul>
15185 <li> %Callback signature: ns3::TracedValueCallback::SuperframeState
15186</li>
15187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15188</ul>
15189<li><b>MacIndTxDequeue</b>: Trace source indicating a packet has was dequeued from the indirect transaction queue<br> <ul>
15190 <li> %Callback signature: ns3::Packet::TracedCallback
15191</li>
15192 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15193</ul>
15194<li><b>MacIndTxDrop</b>: Trace source indicating a packet has been dropped from the indirect transaction queue(The pending transaction list)<br> <ul>
15195 <li> %Callback signature: ns3::Packet::TracedCallback
15196</li>
15197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15198</ul>
15199<li><b>MacIndTxEnqueue</b>: Trace source indicating a packet has been enqueued in the indirect transaction queue<br> <ul>
15200 <li> %Callback signature: ns3::Packet::TracedCallback
15201</li>
15202 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15203</ul>
15204<li><b>MacOutSuperframeStatus</b>: The period status of the outgoing superframe<br> <ul>
15205 <li> %Callback signature: ns3::TracedValueCallback::SuperframeState
15206</li>
15207 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15208</ul>
15209<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>
15210 <li> %Callback signature: ns3::Packet::TracedCallback
15211</li>
15212 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15213</ul>
15214<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>
15215 <li> %Callback signature: ns3::Packet::TracedCallback
15216</li>
15217 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15218</ul>
15219<li><b>MacRxDrop</b>: Trace source indicating a packet was received, but dropped before being forwarded up the stack<br> <ul>
15220 <li> %Callback signature: ns3::Packet::TracedCallback
15221</li>
15222 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15223</ul>
15224<li><b>MacSentPkt</b>: Trace source reporting some information about the sent packet<br> <ul>
15225 <li> %Callback signature: ns3::lrwpan::LrWpanMac::SentTracedCallback
15226</li>
15227 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15228</ul>
15229<li><b>MacState</b>: The state of LrWpan Mac<br> <ul>
15230 <li> %Callback signature: ns3::lrwpan::LrWpanMac::StateTracedCallback
15231</li>
15232 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15233</ul>
15234<li><b>MacStateValue</b>: The state of LrWpan Mac<br> <ul>
15235 <li> %Callback signature: ns3::TracedValueCallback::LrWpanMacState
15236</li>
15237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15238</ul>
15239<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
15240 <li> %Callback signature: ns3::Packet::TracedCallback
15241</li>
15242 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15243</ul>
15244<li><b>MacTxDequeue</b>: Trace source indicating a packet has was dequeued from the transaction queue<br> <ul>
15245 <li> %Callback signature: ns3::Packet::TracedCallback
15246</li>
15247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15248</ul>
15249<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped during transmission<br> <ul>
15250 <li> %Callback signature: ns3::Packet::TracedCallback
15251</li>
15252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15253</ul>
15254<li><b>MacTxEnqueue</b>: Trace source indicating a packet has been enqueued in the transaction queue<br> <ul>
15255 <li> %Callback signature: ns3::Packet::TracedCallback
15256</li>
15257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15258</ul>
15259<li><b>MacTxOk</b>: Trace source indicating a packet has been successfully sent<br> <ul>
15260 <li> %Callback signature: ns3::Packet::TracedCallback
15261</li>
15262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15263</ul>
15264<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
15265 <li> %Callback signature: ns3::Packet::TracedCallback
15266</li>
15267 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15268</ul>
15269<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
15270 <li> %Callback signature: ns3::Packet::TracedCallback
15271</li>
15272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15273</ul>
15274</ul>
15275<b>Group:</b> LrWpan
15276
15277<b>Size</b> of this type is 1504 bytes (on a 64-bit architecture).
15278*/
15279
15280/*!
15281
15282\class ns3::lrwpan::LrWpanMacBase
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 160 bytes (on a 64-bit architecture).
15290*/
15291
15292/*!
15293
15294\class ns3::lrwpan::LrWpanMacHeader
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 72 bytes (on a 64-bit architecture).
15302*/
15303
15304/*!
15305
15306\class ns3::lrwpan::LrWpanMacTrailer
15307
15308Introspection did not find any typical Config paths.<br>
15309No Attributes are defined for this type.<br>
15310No TraceSources are defined for this type.<br>
15311<b>Group:</b> LrWpan
15312
15313<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
15314*/
15315
15316/*!
15317
15318\class ns3::lrwpan::LrWpanNetDevice
15319
15320<h3>Config Paths</h3>
15321
15322ns3::lrwpan::LrWpanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15323<ul>
15324<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice"</li>
15325</ul>
15326<h3>Attributes</h3>
15327<ul>
15328<li><b>Channel</b>: The channel attached to this device
15329 <ul>
15330 <li>Set with class: \ref ns3::PointerValue</li>
15331 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SpectrumChannel></li>
15332 <li>Flags: <span class="mlabel">read</span></li>
15333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15334 </ul>
15335<li><b>Mac</b>: The MAC layer attached to this device.
15336 <ul>
15337 <li>Set with class: \ref ns3::PointerValue</li>
15338 <li>Underlying type: \ref ns3::Ptr< \ref ns3::lrwpan::LrWpanMac></li>
15339 <li>Initial value: 0</li>
15340 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15342 </ul>
15343<li><b>Phy</b>: The PHY layer attached to this device.
15344 <ul>
15345 <li>Set with class: \ref ns3::PointerValue</li>
15346 <li>Underlying type: \ref ns3::Ptr< \ref ns3::lrwpan::LrWpanPhy></li>
15347 <li>Initial value: 0</li>
15348 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15349 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15350 </ul>
15351<li><b>PseudoMacAddressMode</b>: Build the pseudo-MAC Address according to RFC 4944 or RFC 6282 (default: RFC 6282).
15352 <ul>
15353 <li>Set with class: \ref ns3::EnumValue<ns3::lrwpan::LrWpanNetDevice::PseudoMacAddressMode_e></li>
15354 <li>Underlying type: \p RFC 6282 (don't use PanId)|RFC 4944 (use PanId)</li>
15355 <li>Initial value: RFC 6282 (don't use PanId)</li>
15356 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15357 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15358 </ul>
15359<li><b>UseAcks</b>: Request acknowledgments for data frames.
15360 <ul>
15361 <li>Set with class: \ref ns3::BooleanValue</li>
15362 <li>Underlying type: bool</li>
15363 <li>Initial value: true</li>
15364 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15365 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15366 </ul>
15367</ul>
15368No TraceSources are defined for this type.<br>
15369<b>Group:</b> LrWpan
15370
15371<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
15372*/
15373
15374/*!
15375
15376\class ns3::lrwpan::LrWpanPhy
15377
15378<h3>Config Paths</h3>
15379
15380ns3::lrwpan::LrWpanPhy is accessible through the following paths with Config::Set and Config::Connect:
15381<ul>
15382<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy"</li>
15383</ul>
15384<h3>Attributes</h3>
15385<ul>
15386<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.
15387 <ul>
15388 <li>Set with class: \ref ns3::PointerValue</li>
15389 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
15390 <li>Initial value: 0</li>
15391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15393 </ul>
15394</ul>
15395<h3>TraceSources</h3>
15396<ul>
15397<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
15398 <li> %Callback signature: ns3::Packet::TracedCallback
15399</li>
15400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15401</ul>
15402<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
15403 <li> %Callback signature: ns3::Packet::TracedCallback
15404</li>
15405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15406</ul>
15407<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
15408 <li> %Callback signature: ns3::Packet::SinrTracedCallback
15409</li>
15410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15411</ul>
15412<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium<br> <ul>
15413 <li> %Callback signature: ns3::Packet::TracedCallback
15414</li>
15415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15416</ul>
15417<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
15418 <li> %Callback signature: ns3::Packet::TracedCallback
15419</li>
15420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15421</ul>
15422<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
15423 <li> %Callback signature: ns3::Packet::TracedCallback
15424</li>
15425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15426</ul>
15427<li><b>TrxState</b>: The state of the transceiver<br> <ul>
15428 <li> %Callback signature: ns3::lrwpan::LrWpanPhy::StateTracedCallback
15429</li>
15430 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15431</ul>
15432<li><b>TrxStateValue</b>: The state of the transceiver<br> <ul>
15433 <li> %Callback signature: ns3::TracedValueCallback::LrWpanPhyEnumeration
15434</li>
15435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15436</ul>
15437</ul>
15438<b>Group:</b> LrWpan
15439
15440<b>Size</b> of this type is 752 bytes (on a 64-bit architecture).
15441*/
15442
15443/*!
15444
15445\class ns3::LteAmc
15446
15447Introspection did not find any typical Config paths.<br>
15448<h3>Attributes</h3>
15449<ul>
15450<li><b>AmcModel</b>: AMC model used to assign CQI
15451 <ul>
15452 <li>Set with class: \ref ns3::EnumValue<ns3::LteAmc::AmcModel></li>
15453 <li>Underlying type: \p Vienna|PiroEW2010</li>
15454 <li>Initial value: Vienna</li>
15455 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15456 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15457 </ul>
15458<li><b>Ber</b>: The requested BER in assigning MCS (default is 0.00005).
15459 <ul>
15460 <li>Set with class: \ref ns3::DoubleValue</li>
15461 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15462 <li>Initial value: 5e-05</li>
15463 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15464 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15465 </ul>
15466</ul>
15467No TraceSources are defined for this type.<br>
15468<b>Group:</b> Lte
15469
15470<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
15471*/
15472
15473/*!
15474
15475\class ns3::LteAnr
15476
15477<h3>Config Paths</h3>
15478
15479ns3::LteAnr is accessible through the following paths with Config::Set and Config::Connect:
15480<ul>
15481<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteAnr"</li>
15482<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteAnr"</li>
15483</ul>
15484<h3>Attributes</h3>
15485<ul>
15486<li><b>Threshold</b>: Minimum RSRQ range value required for detecting a neighbour cell
15487 <ul>
15488 <li>Set with class: \ref ns3::UintegerValue</li>
15489 <li>Underlying type: uint8_t 0:34</li>
15490 <li>Initial value: 0</li>
15491 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15492 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15493 </ul>
15494</ul>
15495No TraceSources are defined for this type.<br>
15496<b>Group:</b> Lte
15497
15498<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
15499*/
15500
15501/*!
15502
15503\class ns3::LteDataRadioBearerInfo
15504
15505<h3>Config Paths</h3>
15506
15507ns3::LteDataRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:
15508<ul>
15509<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]"</li>
15510<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]"</li>
15511<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]"</li>
15512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]"</li>
15513</ul>
15514<h3>Attributes</h3>
15515<ul>
15516<li><b>DrbIdentity</b>: The id of this Data Radio Bearer
15517 <ul>
15518 <li>Set with class: \ref ns3::UintegerValue</li>
15519 <li>Underlying type: uint8_t 0:255</li>
15520 <li>Flags: <span class="mlabel">read</span></li>
15521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15522 </ul>
15523<li><b>EpsBearerIdentity</b>: The id of the EPS bearer corresponding to this Data Radio Bearer
15524 <ul>
15525 <li>Set with class: \ref ns3::UintegerValue</li>
15526 <li>Underlying type: uint8_t 0:255</li>
15527 <li>Flags: <span class="mlabel">read</span></li>
15528 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15529 </ul>
15530<li><b>LtePdcp</b>: PDCP instance of the radio bearer.
15531 <ul>
15532 <li>Set with class: \ref ns3::PointerValue</li>
15533 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LtePdcp></li>
15534 <li>Initial value: 0</li>
15535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15537 </ul>
15538<li><b>LteRlc</b>: RLC instance of the radio bearer.
15539 <ul>
15540 <li>Set with class: \ref ns3::PointerValue</li>
15541 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteRlc></li>
15542 <li>Initial value: 0</li>
15543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15545 </ul>
15546<li><b>logicalChannelIdentity</b>: The id of the Logical Channel corresponding to this Data Radio Bearer
15547 <ul>
15548 <li>Set with class: \ref ns3::UintegerValue</li>
15549 <li>Underlying type: uint8_t 0:255</li>
15550 <li>Flags: <span class="mlabel">read</span></li>
15551 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15552 </ul>
15553</ul>
15554No TraceSources are defined for this type.<br>
15555<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
15556*/
15557
15558/*!
15559
15560\class ns3::LteEnbComponentCarrierManager
15561
15562<h3>Config Paths</h3>
15563
15564ns3::LteEnbComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
15565<ul>
15566<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager"</li>
15567<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager"</li>
15568</ul>
15569No Attributes are defined for this type.<br>
15570No TraceSources are defined for this type.<br>
15571<b>Group:</b> Lte
15572
15573<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
15574*/
15575
15576/*!
15577
15578\class ns3::LteEnbMac
15579
15580<h3>Config Paths</h3>
15581
15582ns3::LteEnbMac is accessible through the following paths with Config::Set and Config::Connect:
15583<ul>
15584<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"</li>
15585<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"</li>
15586</ul>
15587<h3>Attributes</h3>
15588<ul>
15589<li><b>ComponentCarrierId</b>: ComponentCarrier Id, needed to reply on the appropriate sap.
15590 <ul>
15591 <li>Set with class: \ref ns3::UintegerValue</li>
15592 <li>Underlying type: uint8_t 0:4</li>
15593 <li>Initial value: 0</li>
15594 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15595 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15596 </ul>
15597<li><b>ConnEstFailCount</b>: how many time T300 timer can expire on the same cell
15598 <ul>
15599 <li>Set with class: \ref ns3::UintegerValue</li>
15600 <li>Underlying type: uint8_t 1:4</li>
15601 <li>Initial value: 1</li>
15602 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15603 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15604 </ul>
15605<li><b>NumberOfRaPreambles</b>: how many random access preambles are available for the contention based RACH process
15606 <ul>
15607 <li>Set with class: \ref ns3::UintegerValue</li>
15608 <li>Underlying type: uint8_t 4:64</li>
15609 <li>Initial value: 52</li>
15610 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15611 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15612 </ul>
15613<li><b>PreambleTransMax</b>: Maximum number of random access preamble transmissions
15614 <ul>
15615 <li>Set with class: \ref ns3::UintegerValue</li>
15616 <li>Underlying type: uint8_t 3:200</li>
15617 <li>Initial value: 50</li>
15618 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15620 </ul>
15621<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
15622 <ul>
15623 <li>Set with class: \ref ns3::UintegerValue</li>
15624 <li>Underlying type: uint8_t 2:10</li>
15625 <li>Initial value: 3</li>
15626 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15628 </ul>
15629</ul>
15630<h3>TraceSources</h3>
15631<ul>
15632<li><b>DlScheduling</b>: Information regarding DL scheduling.<br> <ul>
15633 <li> %Callback signature: ns3::LteEnbMac::DlSchedulingTracedCallback
15634</li>
15635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15636</ul>
15637<li><b>UlScheduling</b>: Information regarding UL scheduling.<br> <ul>
15638 <li> %Callback signature: ns3::LteEnbMac::UlSchedulingTracedCallback
15639</li>
15640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15641</ul>
15642</ul>
15643<b>Group:</b> Lte
15644
15645<b>Size</b> of this type is 592 bytes (on a 64-bit architecture).
15646*/
15647
15648/*!
15649
15650\class ns3::LteEnbNetDevice
15651
15652<h3>Config Paths</h3>
15653
15654ns3::LteEnbNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15655<ul>
15656<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice"</li>
15657<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice"</li>
15658</ul>
15659<h3>Attributes</h3>
15660<ul>
15661<li><b>CellId</b>: Cell Identifier
15662 <ul>
15663 <li>Set with class: \ref ns3::UintegerValue</li>
15664 <li>Underlying type: uint16_t 0:65535</li>
15665 <li>Initial value: 0</li>
15666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15668 </ul>
15669<li><b>ComponentCarrierMap</b>: List of component carriers.
15670 <ul>
15671 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
15672 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ComponentCarrierEnb></li>
15673 <li>Flags: <span class="mlabel">read</span></li>
15674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15675 </ul>
15676<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
15677 <ul>
15678 <li>Set with class: \ref ns3::UintegerValue</li>
15679 <li>Underlying type: uint32_t 0:4294967295</li>
15680 <li>Initial value: 0</li>
15681 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15683 </ul>
15684<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.
15685 <ul>
15686 <li>Set with class: \ref ns3::BooleanValue</li>
15687 <li>Underlying type: bool</li>
15688 <li>Initial value: false</li>
15689 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15690 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15691 </ul>
15692<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
15693 <ul>
15694 <li>Set with class: \ref ns3::UintegerValue</li>
15695 <li>Underlying type: uint8_t 0:255</li>
15696 <li>Initial value: 25</li>
15697 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15699 </ul>
15700<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
15701 <ul>
15702 <li>Set with class: \ref ns3::UintegerValue</li>
15703 <li>Underlying type: uint32_t 0:262143</li>
15704 <li>Initial value: 100</li>
15705 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15706 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15707 </ul>
15708<li><b>LteAnr</b>: The automatic neighbour relation function associated to this EnbNetDevice
15709 <ul>
15710 <li>Set with class: \ref ns3::PointerValue</li>
15711 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteAnr></li>
15712 <li>Initial value: 0</li>
15713 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15714 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15715 </ul>
15716<li><b>LteEnbComponentCarrierManager</b>: The RRC associated to this EnbNetDevice
15717 <ul>
15718 <li>Set with class: \ref ns3::PointerValue</li>
15719 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbComponentCarrierManager></li>
15720 <li>Initial value: 0</li>
15721 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15723 </ul>
15724<li><b>LteEnbRrc</b>: The RRC associated to this EnbNetDevice
15725 <ul>
15726 <li>Set with class: \ref ns3::PointerValue</li>
15727 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbRrc></li>
15728 <li>Initial value: 0</li>
15729 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15731 </ul>
15732<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice
15733 <ul>
15734 <li>Set with class: \ref ns3::PointerValue</li>
15735 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteFfrAlgorithm></li>
15736 <li>Initial value: 0</li>
15737 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15739 </ul>
15740<li><b>LteHandoverAlgorithm</b>: The handover algorithm associated to this EnbNetDevice
15741 <ul>
15742 <li>Set with class: \ref ns3::PointerValue</li>
15743 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteHandoverAlgorithm></li>
15744 <li>Initial value: 0</li>
15745 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15746 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15747 </ul>
15748<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
15749 <ul>
15750 <li>Set with class: \ref ns3::UintegerValue</li>
15751 <li>Underlying type: uint8_t 0:255</li>
15752 <li>Initial value: 25</li>
15753 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15755 </ul>
15756<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
15757 <ul>
15758 <li>Set with class: \ref ns3::UintegerValue</li>
15759 <li>Underlying type: uint32_t 0:262143</li>
15760 <li>Initial value: 18100</li>
15761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15763 </ul>
15764</ul>
15765<h3>Attributes defined in parent class ns3::LteNetDevice</h3>
15766<ul>
15767<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
15768 <ul>
15769 <li>Set with class: \ref ns3::UintegerValue</li>
15770 <li>Underlying type: uint16_t 0:65535</li>
15771 <li>Initial value: 30000</li>
15772 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15774 </ul>
15775</ul>
15776No TraceSources are defined for this type.<br>
15777<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
15778*/
15779
15780/*!
15781
15782\class ns3::LteEnbPhy
15783
15784<h3>Config Paths</h3>
15785
15786ns3::LteEnbPhy is accessible through the following paths with Config::Set and Config::Connect:
15787<ul>
15788<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"</li>
15789<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"</li>
15790</ul>
15791<h3>Attributes</h3>
15792<ul>
15793<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy
15794 <ul>
15795 <li>Set with class: \ref ns3::PointerValue</li>
15796 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
15797 <li>Flags: <span class="mlabel">read</span></li>
15798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15799 </ul>
15800<li><b>InterferenceSamplePeriod</b>: The sampling period for reporting interference stats
15801 <ul>
15802 <li>Set with class: \ref ns3::UintegerValue</li>
15803 <li>Underlying type: uint16_t 0:65535</li>
15804 <li>Initial value: 1</li>
15805 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15807 </ul>
15808<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.
15809 <ul>
15810 <li>Set with class: \ref ns3::UintegerValue</li>
15811 <li>Underlying type: uint8_t 0:255</li>
15812 <li>Initial value: 2</li>
15813 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15815 </ul>
15816<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.
15817 <ul>
15818 <li>Set with class: \ref ns3::DoubleValue</li>
15819 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15820 <li>Initial value: 5</li>
15821 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15823 </ul>
15824<li><b>TxPower</b>: Transmission power in dBm
15825 <ul>
15826 <li>Set with class: \ref ns3::DoubleValue</li>
15827 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15828 <li>Initial value: 30</li>
15829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15831 </ul>
15832<li><b>UeSinrSamplePeriod</b>: The sampling period for reporting UEs' SINR stats.
15833 <ul>
15834 <li>Set with class: \ref ns3::UintegerValue</li>
15835 <li>Underlying type: uint16_t 0:65535</li>
15836 <li>Initial value: 1</li>
15837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15839 </ul>
15840<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy
15841 <ul>
15842 <li>Set with class: \ref ns3::PointerValue</li>
15843 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
15844 <li>Flags: <span class="mlabel">read</span></li>
15845 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15846 </ul>
15847</ul>
15848<h3>TraceSources</h3>
15849<ul>
15850<li><b>DlPhyTransmission</b>: DL transmission PHY layer statistics.<br> <ul>
15851 <li> %Callback signature: ns3::PhyTransmissionStatParameters::TracedCallback
15852</li>
15853 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15854</ul>
15855<li><b>ReportInterference</b>: Report linear interference power per PHY RB<br> <ul>
15856 <li> %Callback signature: ns3::LteEnbPhy::ReportInterferenceTracedCallback
15857</li>
15858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15859</ul>
15860<li><b>ReportUeSinr</b>: Report UEs' averaged linear SINR<br> <ul>
15861 <li> %Callback signature: ns3::LteEnbPhy::ReportUeSinrTracedCallback
15862</li>
15863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15864</ul>
15865</ul>
15866<b>Group:</b> Lte
15867
15868<b>Size</b> of this type is 696 bytes (on a 64-bit architecture).
15869*/
15870
15871/*!
15872
15873\class ns3::LteEnbRrc
15874
15875<h3>Config Paths</h3>
15876
15877ns3::LteEnbRrc is accessible through the following paths with Config::Set and Config::Connect:
15878<ul>
15879<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc"</li>
15880<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc"</li>
15881</ul>
15882<h3>Attributes</h3>
15883<ul>
15884<li><b>AdmitHandoverRequest</b>: Whether to admit an X2 handover request from another eNB
15885 <ul>
15886 <li>Set with class: \ref ns3::BooleanValue</li>
15887 <li>Underlying type: bool</li>
15888 <li>Initial value: true</li>
15889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15891 </ul>
15892<li><b>AdmitRrcConnectionRequest</b>: Whether to admit a connection request from a UE
15893 <ul>
15894 <li>Set with class: \ref ns3::BooleanValue</li>
15895 <li>Underlying type: bool</li>
15896 <li>Initial value: true</li>
15897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15899 </ul>
15900<li><b>ConnectionRejectedTimeoutDuration</b>: Time to wait between sending a RRC CONNECTION REJECT and destroying the UE context
15901 <ul>
15902 <li>Set with class: \ref ns3::TimeValue</li>
15903 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15904 <li>Initial value: +3e+07ns</li>
15905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15907 </ul>
15908<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
15909 <ul>
15910 <li>Set with class: \ref ns3::TimeValue</li>
15911 <li>Underlying type: \p Time +1e+06ns:+1.5e+07ns</li>
15912 <li>Initial value: +1.5e+07ns</li>
15913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15915 </ul>
15916<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.
15917 <ul>
15918 <li>Set with class: \ref ns3::TimeValue</li>
15919 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15920 <li>Initial value: +1.5e+08ns</li>
15921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15923 </ul>
15924<li><b>DefaultTransmissionMode</b>: The default UEs' transmission mode (0: SISO)
15925 <ul>
15926 <li>Set with class: \ref ns3::UintegerValue</li>
15927 <li>Underlying type: uint8_t 0:255</li>
15928 <li>Initial value: 0</li>
15929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15931 </ul>
15932<li><b>EpsBearerToRlcMapping</b>: Specify which type of RLC will be used for each type of EPS bearer.
15933 <ul>
15934 <li>Set with class: \ref ns3::EnumValue<ns3::LteEnbRrc::LteEpsBearerToRlcMapping_t></li>
15935 <li>Underlying type: \p RlcSmAlways|RlcUmAlways|RlcAmAlways|PacketErrorRateBased</li>
15936 <li>Initial value: RlcSmAlways</li>
15937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15939 </ul>
15940<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.
15941 <ul>
15942 <li>Set with class: \ref ns3::TimeValue</li>
15943 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15944 <li>Initial value: +2e+08ns</li>
15945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15947 </ul>
15948<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.
15949 <ul>
15950 <li>Set with class: \ref ns3::TimeValue</li>
15951 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15952 <li>Initial value: +5e+08ns</li>
15953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15955 </ul>
15956<li><b>NumberOfComponentCarriers</b>: Number of Component Carriers
15957 <ul>
15958 <li>Set with class: \ref ns3::IntegerValue</li>
15959 <li>Underlying type: int16_t 1:5</li>
15960 <li>Initial value: 1</li>
15961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15963 </ul>
15964<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.
15965 <ul>
15966 <li>Set with class: \ref ns3::IntegerValue</li>
15967 <li>Underlying type: int8_t -70:-22</li>
15968 <li>Initial value: -70</li>
15969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
15970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15971 </ul>
15972<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
15973 <ul>
15974 <li>Set with class: \ref ns3::UintegerValue</li>
15975 <li>Underlying type: uint8_t 0:255</li>
15976 <li>Initial value: 4</li>
15977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15979 </ul>
15980<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
15981 <ul>
15982 <li>Set with class: \ref ns3::UintegerValue</li>
15983 <li>Underlying type: uint8_t 0:255</li>
15984 <li>Initial value: 4</li>
15985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15987 </ul>
15988<li><b>SrsPeriodicity</b>: The SRS periodicity in milliseconds
15989 <ul>
15990 <li>Set with class: \ref ns3::UintegerValue</li>
15991 <li>Underlying type: uint32_t 0:4294967295</li>
15992 <li>Initial value: 40</li>
15993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15995 </ul>
15996<li><b>SystemInformationPeriodicity</b>: The interval for sending system information (Time value)
15997 <ul>
15998 <li>Set with class: \ref ns3::TimeValue</li>
15999 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
16000 <li>Initial value: +8e+07ns</li>
16001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16003 </ul>
16004<li><b>UeMap</b>: List of UeManager by C-RNTI.
16005 <ul>
16006 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
16007 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UeManager></li>
16008 <li>Flags: <span class="mlabel">read</span></li>
16009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16010 </ul>
16011</ul>
16012<h3>TraceSources</h3>
16013<ul>
16014<li><b>ConnectionEstablished</b>: Fired upon successful RRC connection establishment.<br> <ul>
16015 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16016</li>
16017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16018</ul>
16019<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration<br> <ul>
16020 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16021</li>
16022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16023</ul>
16024<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure<br> <ul>
16025 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16026</li>
16027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16028</ul>
16029<li><b>HandoverFailureJoining</b>: trace fired upon handover failure due to handover joining timeout at target eNB<br> <ul>
16030 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16031</li>
16032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16033</ul>
16034<li><b>HandoverFailureLeaving</b>: trace fired upon handover failure due to handover leaving timeout at source eNB<br> <ul>
16035 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16036</li>
16037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16038</ul>
16039<li><b>HandoverFailureMaxRach</b>: trace fired upon handover failure due to max RACH attempts from UE to target eNB<br> <ul>
16040 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16041</li>
16042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16043</ul>
16044<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>
16045 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16046</li>
16047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16048</ul>
16049<li><b>HandoverStart</b>: trace fired upon start of a handover procedure<br> <ul>
16050 <li> %Callback signature: ns3::LteEnbRrc::HandoverStartTracedCallback
16051</li>
16052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16053</ul>
16054<li><b>NewUeContext</b>: Fired upon creation of a new UE context.<br> <ul>
16055 <li> %Callback signature: ns3::LteEnbRrc::NewUeContextTracedCallback
16056</li>
16057 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16058</ul>
16059<li><b>NotifyConnectionRelease</b>: trace fired when an UE is released<br> <ul>
16060 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16061</li>
16062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16063</ul>
16064<li><b>RecvMeasurementReport</b>: trace fired when measurement report is received<br> <ul>
16065 <li> %Callback signature: ns3::LteEnbRrc::ReceiveReportTracedCallback
16066</li>
16067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16068</ul>
16069<li><b>RrcTimeout</b>: trace fired when a timer expires<br> <ul>
16070 <li> %Callback signature: ns3::LteEnbRrc::TimerExpiryTracedCallback
16071</li>
16072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16073</ul>
16074</ul>
16075<b>Group:</b> Lte
16076
16077<b>Size</b> of this type is 1288 bytes (on a 64-bit architecture).
16078*/
16079
16080/*!
16081
16082\class ns3::LteEnbRrcProtocolIdeal
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 120 bytes (on a 64-bit architecture).
16090*/
16091
16092/*!
16093
16094\class ns3::LteEnbRrcProtocolReal
16095
16096Introspection did not find any typical Config paths.<br>
16097No Attributes are defined for this type.<br>
16098No TraceSources are defined for this type.<br>
16099<b>Group:</b> Lte
16100
16101<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
16102*/
16103
16104/*!
16105
16106\class ns3::LteFfrAlgorithm
16107
16108<h3>Config Paths</h3>
16109
16110ns3::LteFfrAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16111<ul>
16112<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm"</li>
16113<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm"</li>
16114<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm"</li>
16115<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm"</li>
16116</ul>
16117<h3>Attributes</h3>
16118<ul>
16119<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16120 <ul>
16121 <li>Set with class: \ref ns3::BooleanValue</li>
16122 <li>Underlying type: bool</li>
16123 <li>Initial value: true</li>
16124 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16126 </ul>
16127<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
16128 <ul>
16129 <li>Set with class: \ref ns3::UintegerValue</li>
16130 <li>Underlying type: uint8_t 0:255</li>
16131 <li>Initial value: 0</li>
16132 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16134 </ul>
16135</ul>
16136No TraceSources are defined for this type.<br>
16137<b>Group:</b> Lte
16138
16139<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
16140*/
16141
16142/*!
16143
16144\class ns3::LteFfrDistributedAlgorithm
16145
16146<h3>Config Paths</h3>
16147
16148ns3::LteFfrDistributedAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16149<ul>
16150<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16151<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16152<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16153<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16154</ul>
16155<h3>Attributes</h3>
16156<ul>
16157<li><b>CalculationInterval</b>: Time interval between calculation of Edge sub-band, Default value 1 second
16158 <ul>
16159 <li>Set with class: \ref ns3::TimeValue</li>
16160 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
16161 <li>Initial value: +1e+09ns</li>
16162 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16163 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16164 </ul>
16165<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
16166 <ul>
16167 <li>Set with class: \ref ns3::UintegerValue</li>
16168 <li>Underlying type: uint8_t 0:255</li>
16169 <li>Initial value: 1</li>
16170 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16172 </ul>
16173<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16174 <ul>
16175 <li>Set with class: \ref ns3::UintegerValue</li>
16176 <li>Underlying type: uint8_t 0:255</li>
16177 <li>Initial value: 5</li>
16178 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16179 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16180 </ul>
16181<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
16182 <ul>
16183 <li>Set with class: \ref ns3::UintegerValue</li>
16184 <li>Underlying type: uint8_t 0:255</li>
16185 <li>Initial value: 1</li>
16186 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16188 </ul>
16189<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16190 <ul>
16191 <li>Set with class: \ref ns3::UintegerValue</li>
16192 <li>Underlying type: uint8_t 0:255</li>
16193 <li>Initial value: 5</li>
16194 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16195 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16196 </ul>
16197<li><b>EdgeRbNum</b>: Number of RB that can be used in edge Sub-band
16198 <ul>
16199 <li>Set with class: \ref ns3::UintegerValue</li>
16200 <li>Underlying type: uint8_t 0:255</li>
16201 <li>Initial value: 8</li>
16202 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16203 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16204 </ul>
16205<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
16206 <ul>
16207 <li>Set with class: \ref ns3::UintegerValue</li>
16208 <li>Underlying type: uint8_t 0:255</li>
16209 <li>Initial value: 20</li>
16210 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16212 </ul>
16213<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16214 <ul>
16215 <li>Set with class: \ref ns3::UintegerValue</li>
16216 <li>Underlying type: uint8_t 0:255</li>
16217 <li>Initial value: 20</li>
16218 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16219 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16220 </ul>
16221</ul>
16222<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16223<ul>
16224<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16225 <ul>
16226 <li>Set with class: \ref ns3::BooleanValue</li>
16227 <li>Underlying type: bool</li>
16228 <li>Initial value: true</li>
16229 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16230 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16231 </ul>
16232<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
16233 <ul>
16234 <li>Set with class: \ref ns3::UintegerValue</li>
16235 <li>Underlying type: uint8_t 0:255</li>
16236 <li>Initial value: 0</li>
16237 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16238 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16239 </ul>
16240</ul>
16241No TraceSources are defined for this type.<br>
16242<b>Group:</b> Lte
16243
16244<b>Size</b> of this type is 536 bytes (on a 64-bit architecture).
16245*/
16246
16247/*!
16248
16249\class ns3::LteFfrEnhancedAlgorithm
16250
16251<h3>Config Paths</h3>
16252
16253ns3::LteFfrEnhancedAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16254<ul>
16255<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16256<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16257<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16258<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16259</ul>
16260<h3>Attributes</h3>
16261<ul>
16262<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16263 <ul>
16264 <li>Set with class: \ref ns3::UintegerValue</li>
16265 <li>Underlying type: uint8_t 0:255</li>
16266 <li>Initial value: 5</li>
16267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16269 </ul>
16270<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
16271 <ul>
16272 <li>Set with class: \ref ns3::UintegerValue</li>
16273 <li>Underlying type: uint8_t 0:255</li>
16274 <li>Initial value: 1</li>
16275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16277 </ul>
16278<li><b>DlCqiThreshold</b>: If the DL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
16279 <ul>
16280 <li>Set with class: \ref ns3::UintegerValue</li>
16281 <li>Underlying type: uint8_t 0:255</li>
16282 <li>Initial value: 15</li>
16283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16285 </ul>
16286<li><b>DlReuse1SubBandwidth</b>: Downlink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
16287 <ul>
16288 <li>Set with class: \ref ns3::UintegerValue</li>
16289 <li>Underlying type: uint8_t 0:255</li>
16290 <li>Initial value: 4</li>
16291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16293 </ul>
16294<li><b>DlReuse3SubBandwidth</b>: Downlink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
16295 <ul>
16296 <li>Set with class: \ref ns3::UintegerValue</li>
16297 <li>Underlying type: uint8_t 0:255</li>
16298 <li>Initial value: 4</li>
16299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16301 </ul>
16302<li><b>DlSubBandOffset</b>: Downlink SubBand Offset for this cell in number of Resource Block Groups
16303 <ul>
16304 <li>Set with class: \ref ns3::UintegerValue</li>
16305 <li>Underlying type: uint8_t 0:255</li>
16306 <li>Initial value: 0</li>
16307 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16309 </ul>
16310<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16311 <ul>
16312 <li>Set with class: \ref ns3::UintegerValue</li>
16313 <li>Underlying type: uint8_t 0:255</li>
16314 <li>Initial value: 5</li>
16315 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16317 </ul>
16318<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
16319 <ul>
16320 <li>Set with class: \ref ns3::UintegerValue</li>
16321 <li>Underlying type: uint8_t 0:255</li>
16322 <li>Initial value: 1</li>
16323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16325 </ul>
16326<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16327 <ul>
16328 <li>Set with class: \ref ns3::UintegerValue</li>
16329 <li>Underlying type: uint8_t 0:255</li>
16330 <li>Initial value: 26</li>
16331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16333 </ul>
16334<li><b>UlCqiThreshold</b>: If the UL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
16335 <ul>
16336 <li>Set with class: \ref ns3::UintegerValue</li>
16337 <li>Underlying type: uint8_t 0:255</li>
16338 <li>Initial value: 15</li>
16339 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16341 </ul>
16342<li><b>UlReuse1SubBandwidth</b>: Uplink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
16343 <ul>
16344 <li>Set with class: \ref ns3::UintegerValue</li>
16345 <li>Underlying type: uint8_t 0:255</li>
16346 <li>Initial value: 4</li>
16347 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16349 </ul>
16350<li><b>UlReuse3SubBandwidth</b>: Uplink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
16351 <ul>
16352 <li>Set with class: \ref ns3::UintegerValue</li>
16353 <li>Underlying type: uint8_t 0:255</li>
16354 <li>Initial value: 4</li>
16355 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16356 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16357 </ul>
16358<li><b>UlSubBandOffset</b>: Uplink SubBand Offset for this cell in number of Resource Block Groups
16359 <ul>
16360 <li>Set with class: \ref ns3::UintegerValue</li>
16361 <li>Underlying type: uint8_t 0:255</li>
16362 <li>Initial value: 0</li>
16363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16365 </ul>
16366</ul>
16367<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16368<ul>
16369<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16370 <ul>
16371 <li>Set with class: \ref ns3::BooleanValue</li>
16372 <li>Underlying type: bool</li>
16373 <li>Initial value: true</li>
16374 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16375 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16376 </ul>
16377<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
16378 <ul>
16379 <li>Set with class: \ref ns3::UintegerValue</li>
16380 <li>Underlying type: uint8_t 0:255</li>
16381 <li>Initial value: 0</li>
16382 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16383 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16384 </ul>
16385</ul>
16386No TraceSources are defined for this type.<br>
16387<b>Group:</b> Lte
16388
16389<b>Size</b> of this type is 768 bytes (on a 64-bit architecture).
16390*/
16391
16392/*!
16393
16394\class ns3::LteFfrSoftAlgorithm
16395
16396<h3>Config Paths</h3>
16397
16398ns3::LteFfrSoftAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16399<ul>
16400<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16401<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16402<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16403<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16404</ul>
16405<h3>Attributes</h3>
16406<ul>
16407<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16408 <ul>
16409 <li>Set with class: \ref ns3::UintegerValue</li>
16410 <li>Underlying type: uint8_t 0:255</li>
16411 <li>Initial value: 5</li>
16412 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16414 </ul>
16415<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
16416 <ul>
16417 <li>Set with class: \ref ns3::UintegerValue</li>
16418 <li>Underlying type: uint8_t 0:255</li>
16419 <li>Initial value: 1</li>
16420 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16422 </ul>
16423<li><b>CenterRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Medium sub-band
16424 <ul>
16425 <li>Set with class: \ref ns3::UintegerValue</li>
16426 <li>Underlying type: uint8_t 0:255</li>
16427 <li>Initial value: 30</li>
16428 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16430 </ul>
16431<li><b>DlCommonSubBandwidth</b>: Downlink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
16432 <ul>
16433 <li>Set with class: \ref ns3::UintegerValue</li>
16434 <li>Underlying type: uint8_t 0:255</li>
16435 <li>Initial value: 6</li>
16436 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16438 </ul>
16439<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16440 <ul>
16441 <li>Set with class: \ref ns3::UintegerValue</li>
16442 <li>Underlying type: uint8_t 0:255</li>
16443 <li>Initial value: 0</li>
16444 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16445 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16446 </ul>
16447<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16448 <ul>
16449 <li>Set with class: \ref ns3::UintegerValue</li>
16450 <li>Underlying type: uint8_t 0:255</li>
16451 <li>Initial value: 0</li>
16452 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16453 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16454 </ul>
16455<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16456 <ul>
16457 <li>Set with class: \ref ns3::UintegerValue</li>
16458 <li>Underlying type: uint8_t 0:255</li>
16459 <li>Initial value: 5</li>
16460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16462 </ul>
16463<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
16464 <ul>
16465 <li>Set with class: \ref ns3::UintegerValue</li>
16466 <li>Underlying type: uint8_t 0:255</li>
16467 <li>Initial value: 1</li>
16468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16470 </ul>
16471<li><b>EdgeRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16472 <ul>
16473 <li>Set with class: \ref ns3::UintegerValue</li>
16474 <li>Underlying type: uint8_t 0:255</li>
16475 <li>Initial value: 20</li>
16476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16478 </ul>
16479<li><b>MediumAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Medium Sub-band, default value dB0
16480 <ul>
16481 <li>Set with class: \ref ns3::UintegerValue</li>
16482 <li>Underlying type: uint8_t 0:255</li>
16483 <li>Initial value: 5</li>
16484 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16486 </ul>
16487<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
16488 <ul>
16489 <li>Set with class: \ref ns3::UintegerValue</li>
16490 <li>Underlying type: uint8_t 0:255</li>
16491 <li>Initial value: 1</li>
16492 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16494 </ul>
16495<li><b>UlCommonSubBandwidth</b>: Uplink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
16496 <ul>
16497 <li>Set with class: \ref ns3::UintegerValue</li>
16498 <li>Underlying type: uint8_t 0:255</li>
16499 <li>Initial value: 6</li>
16500 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16501 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16502 </ul>
16503<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16504 <ul>
16505 <li>Set with class: \ref ns3::UintegerValue</li>
16506 <li>Underlying type: uint8_t 0:255</li>
16507 <li>Initial value: 0</li>
16508 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16510 </ul>
16511<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16512 <ul>
16513 <li>Set with class: \ref ns3::UintegerValue</li>
16514 <li>Underlying type: uint8_t 0:255</li>
16515 <li>Initial value: 6</li>
16516 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16518 </ul>
16519</ul>
16520<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16521<ul>
16522<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16523 <ul>
16524 <li>Set with class: \ref ns3::BooleanValue</li>
16525 <li>Underlying type: bool</li>
16526 <li>Initial value: true</li>
16527 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16528 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16529 </ul>
16530<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
16531 <ul>
16532 <li>Set with class: \ref ns3::UintegerValue</li>
16533 <li>Underlying type: uint8_t 0:255</li>
16534 <li>Initial value: 0</li>
16535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16537 </ul>
16538</ul>
16539No TraceSources are defined for this type.<br>
16540<b>Group:</b> Lte
16541
16542<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
16543*/
16544
16545/*!
16546
16547\class ns3::LteFrHardAlgorithm
16548
16549<h3>Config Paths</h3>
16550
16551ns3::LteFrHardAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16552<ul>
16553<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16554<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16555<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16556<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16557</ul>
16558<h3>Attributes</h3>
16559<ul>
16560<li><b>DlSubBandOffset</b>: Downlink Offset in number of Resource Block Groups
16561 <ul>
16562 <li>Set with class: \ref ns3::UintegerValue</li>
16563 <li>Underlying type: uint8_t 0:255</li>
16564 <li>Initial value: 0</li>
16565 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16567 </ul>
16568<li><b>DlSubBandwidth</b>: Downlink Transmission SubBandwidth Configuration in number of Resource Block Groups
16569 <ul>
16570 <li>Set with class: \ref ns3::UintegerValue</li>
16571 <li>Underlying type: uint8_t 0:255</li>
16572 <li>Initial value: 25</li>
16573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16575 </ul>
16576<li><b>UlSubBandOffset</b>: Uplink Offset in number of Resource Block Groups
16577 <ul>
16578 <li>Set with class: \ref ns3::UintegerValue</li>
16579 <li>Underlying type: uint8_t 0:255</li>
16580 <li>Initial value: 0</li>
16581 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16582 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16583 </ul>
16584<li><b>UlSubBandwidth</b>: Uplink Transmission SubBandwidth Configuration in number of Resource Block Groups
16585 <ul>
16586 <li>Set with class: \ref ns3::UintegerValue</li>
16587 <li>Underlying type: uint8_t 0:255</li>
16588 <li>Initial value: 25</li>
16589 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16591 </ul>
16592</ul>
16593<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16594<ul>
16595<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16596 <ul>
16597 <li>Set with class: \ref ns3::BooleanValue</li>
16598 <li>Underlying type: bool</li>
16599 <li>Initial value: true</li>
16600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16602 </ul>
16603<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
16604 <ul>
16605 <li>Set with class: \ref ns3::UintegerValue</li>
16606 <li>Underlying type: uint8_t 0:255</li>
16607 <li>Initial value: 0</li>
16608 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16610 </ul>
16611</ul>
16612No TraceSources are defined for this type.<br>
16613<b>Group:</b> Lte
16614
16615<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
16616*/
16617
16618/*!
16619
16620\class ns3::LteFrNoOpAlgorithm
16621
16622<h3>Config Paths</h3>
16623
16624ns3::LteFrNoOpAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16625<ul>
16626<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16627<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16628<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16629<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16630</ul>
16631No Attributes are defined for this type.<br>
16632<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16633<ul>
16634<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16635 <ul>
16636 <li>Set with class: \ref ns3::BooleanValue</li>
16637 <li>Underlying type: bool</li>
16638 <li>Initial value: true</li>
16639 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16641 </ul>
16642<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
16643 <ul>
16644 <li>Set with class: \ref ns3::UintegerValue</li>
16645 <li>Underlying type: uint8_t 0:255</li>
16646 <li>Initial value: 0</li>
16647 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16649 </ul>
16650</ul>
16651No TraceSources are defined for this type.<br>
16652<b>Group:</b> Lte
16653
16654<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
16655*/
16656
16657/*!
16658
16659\class ns3::LteFrSoftAlgorithm
16660
16661<h3>Config Paths</h3>
16662
16663ns3::LteFrSoftAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16664<ul>
16665<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16666<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16667<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16668<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16669</ul>
16670<h3>Attributes</h3>
16671<ul>
16672<li><b>AllowCenterUeUseEdgeSubBand</b>: If true center UEs can receive on Edge SubBand RBGs
16673 <ul>
16674 <li>Set with class: \ref ns3::BooleanValue</li>
16675 <li>Underlying type: bool</li>
16676 <li>Initial value: true</li>
16677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16679 </ul>
16680<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
16681 <ul>
16682 <li>Set with class: \ref ns3::UintegerValue</li>
16683 <li>Underlying type: uint8_t 0:255</li>
16684 <li>Initial value: 1</li>
16685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16687 </ul>
16688<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16689 <ul>
16690 <li>Set with class: \ref ns3::UintegerValue</li>
16691 <li>Underlying type: uint8_t 0:255</li>
16692 <li>Initial value: 5</li>
16693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16695 </ul>
16696<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16697 <ul>
16698 <li>Set with class: \ref ns3::UintegerValue</li>
16699 <li>Underlying type: uint8_t 0:255</li>
16700 <li>Initial value: 0</li>
16701 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16702 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16703 </ul>
16704<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16705 <ul>
16706 <li>Set with class: \ref ns3::UintegerValue</li>
16707 <li>Underlying type: uint8_t 0:255</li>
16708 <li>Initial value: 0</li>
16709 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16711 </ul>
16712<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
16713 <ul>
16714 <li>Set with class: \ref ns3::UintegerValue</li>
16715 <li>Underlying type: uint8_t 0:255</li>
16716 <li>Initial value: 1</li>
16717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16719 </ul>
16720<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16721 <ul>
16722 <li>Set with class: \ref ns3::UintegerValue</li>
16723 <li>Underlying type: uint8_t 0:255</li>
16724 <li>Initial value: 5</li>
16725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16727 </ul>
16728<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16729 <ul>
16730 <li>Set with class: \ref ns3::UintegerValue</li>
16731 <li>Underlying type: uint8_t 0:255</li>
16732 <li>Initial value: 20</li>
16733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16735 </ul>
16736<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16737 <ul>
16738 <li>Set with class: \ref ns3::UintegerValue</li>
16739 <li>Underlying type: uint8_t 0:255</li>
16740 <li>Initial value: 0</li>
16741 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16743 </ul>
16744<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16745 <ul>
16746 <li>Set with class: \ref ns3::UintegerValue</li>
16747 <li>Underlying type: uint8_t 0:255</li>
16748 <li>Initial value: 0</li>
16749 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16751 </ul>
16752</ul>
16753<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16754<ul>
16755<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16756 <ul>
16757 <li>Set with class: \ref ns3::BooleanValue</li>
16758 <li>Underlying type: bool</li>
16759 <li>Initial value: true</li>
16760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16762 </ul>
16763<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
16764 <ul>
16765 <li>Set with class: \ref ns3::UintegerValue</li>
16766 <li>Underlying type: uint8_t 0:255</li>
16767 <li>Initial value: 0</li>
16768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16770 </ul>
16771</ul>
16772No TraceSources are defined for this type.<br>
16773<b>Group:</b> Lte
16774
16775<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
16776*/
16777
16778/*!
16779
16780\class ns3::LteFrStrictAlgorithm
16781
16782<h3>Config Paths</h3>
16783
16784ns3::LteFrStrictAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16785<ul>
16786<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16787<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16788<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16789<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16790</ul>
16791<h3>Attributes</h3>
16792<ul>
16793<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
16794 <ul>
16795 <li>Set with class: \ref ns3::UintegerValue</li>
16796 <li>Underlying type: uint8_t 0:255</li>
16797 <li>Initial value: 1</li>
16798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16800 </ul>
16801<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16802 <ul>
16803 <li>Set with class: \ref ns3::UintegerValue</li>
16804 <li>Underlying type: uint8_t 0:255</li>
16805 <li>Initial value: 4</li>
16806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16808 </ul>
16809<li><b>DlCommonSubBandwidth</b>: Downlink Common SubBandwidth Configuration in number of Resource Block Groups
16810 <ul>
16811 <li>Set with class: \ref ns3::UintegerValue</li>
16812 <li>Underlying type: uint8_t 0:255</li>
16813 <li>Initial value: 25</li>
16814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16816 </ul>
16817<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16818 <ul>
16819 <li>Set with class: \ref ns3::UintegerValue</li>
16820 <li>Underlying type: uint8_t 0:255</li>
16821 <li>Initial value: 0</li>
16822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16824 </ul>
16825<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16826 <ul>
16827 <li>Set with class: \ref ns3::UintegerValue</li>
16828 <li>Underlying type: uint8_t 0:255</li>
16829 <li>Initial value: 0</li>
16830 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16832 </ul>
16833<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
16834 <ul>
16835 <li>Set with class: \ref ns3::UintegerValue</li>
16836 <li>Underlying type: uint8_t 0:255</li>
16837 <li>Initial value: 1</li>
16838 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16840 </ul>
16841<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16842 <ul>
16843 <li>Set with class: \ref ns3::UintegerValue</li>
16844 <li>Underlying type: uint8_t 0:255</li>
16845 <li>Initial value: 5</li>
16846 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16848 </ul>
16849<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16850 <ul>
16851 <li>Set with class: \ref ns3::UintegerValue</li>
16852 <li>Underlying type: uint8_t 0:255</li>
16853 <li>Initial value: 20</li>
16854 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16856 </ul>
16857<li><b>UlCommonSubBandwidth</b>: Uplink Common SubBandwidth Configuration in number of Resource Block Groups
16858 <ul>
16859 <li>Set with class: \ref ns3::UintegerValue</li>
16860 <li>Underlying type: uint8_t 0:255</li>
16861 <li>Initial value: 25</li>
16862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16864 </ul>
16865<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16866 <ul>
16867 <li>Set with class: \ref ns3::UintegerValue</li>
16868 <li>Underlying type: uint8_t 0:255</li>
16869 <li>Initial value: 0</li>
16870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16872 </ul>
16873<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16874 <ul>
16875 <li>Set with class: \ref ns3::UintegerValue</li>
16876 <li>Underlying type: uint8_t 0:255</li>
16877 <li>Initial value: 0</li>
16878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16880 </ul>
16881</ul>
16882<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16883<ul>
16884<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16885 <ul>
16886 <li>Set with class: \ref ns3::BooleanValue</li>
16887 <li>Underlying type: bool</li>
16888 <li>Initial value: true</li>
16889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16891 </ul>
16892<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
16893 <ul>
16894 <li>Set with class: \ref ns3::UintegerValue</li>
16895 <li>Underlying type: uint8_t 0:255</li>
16896 <li>Initial value: 0</li>
16897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16899 </ul>
16900</ul>
16901No TraceSources are defined for this type.<br>
16902<b>Group:</b> Lte
16903
16904<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
16905*/
16906
16907/*!
16908
16909\class ns3::LteHandoverAlgorithm
16910
16911<h3>Config Paths</h3>
16912
16913ns3::LteHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16914<ul>
16915<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm"</li>
16916<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm"</li>
16917</ul>
16918No Attributes are defined for this type.<br>
16919No TraceSources are defined for this type.<br>
16920<b>Group:</b> Lte
16921
16922<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
16923*/
16924
16925/*!
16926
16927\class ns3::LteHelper
16928
16929Introspection did not find any typical Config paths.<br>
16930<h3>Attributes</h3>
16931<ul>
16932<li><b>AnrEnabled</b>: Activate or deactivate Automatic Neighbour Relation function
16933 <ul>
16934 <li>Set with class: \ref ns3::BooleanValue</li>
16935 <li>Underlying type: bool</li>
16936 <li>Initial value: true</li>
16937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16939 </ul>
16940<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.
16941 <ul>
16942 <li>Set with class: \ref ns3::StringValue</li>
16943 <li>Underlying type: \p std::string</li>
16944 <li>Initial value: ns3::NoOpComponentCarrierManager</li>
16945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16947 </ul>
16948<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.
16949 <ul>
16950 <li>Set with class: \ref ns3::StringValue</li>
16951 <li>Underlying type: \p std::string</li>
16952 <li>Initial value: ""</li>
16953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
16954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16955 </ul>
16956<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.
16957 <ul>
16958 <li>Set with class: \ref ns3::StringValue</li>
16959 <li>Underlying type: \p std::string</li>
16960 <li>Initial value: ns3::LteFrNoOpAlgorithm</li>
16961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16963 </ul>
16964<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.
16965 <ul>
16966 <li>Set with class: \ref ns3::StringValue</li>
16967 <li>Underlying type: \p std::string</li>
16968 <li>Initial value: ns3::NoOpHandoverAlgorithm</li>
16969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16971 </ul>
16972<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.
16973 <ul>
16974 <li>Set with class: \ref ns3::UintegerValue</li>
16975 <li>Underlying type: uint16_t 1:5</li>
16976 <li>Initial value: 1</li>
16977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16979 </ul>
16980<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.
16981 <ul>
16982 <li>Set with class: \ref ns3::TypeIdValue</li>
16983 <li>Underlying type: \p TypeId</li>
16984 <li>Initial value: ns3::FriisPropagationLossModel</li>
16985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
16986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16987 </ul>
16988<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.
16989 <ul>
16990 <li>Set with class: \ref ns3::StringValue</li>
16991 <li>Underlying type: \p std::string</li>
16992 <li>Initial value: ns3::PfFfMacScheduler</li>
16993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16995 </ul>
16996<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.
16997 <ul>
16998 <li>Set with class: \ref ns3::StringValue</li>
16999 <li>Underlying type: \p std::string</li>
17000 <li>Initial value: ns3::SimpleUeComponentCarrierManager</li>
17001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17003 </ul>
17004<li><b>UseCa</b>: If true, Carrier Aggregation feature is enabled and a valid Component Carrier Map is expected. If false, single carrier simulation.
17005 <ul>
17006 <li>Set with class: \ref ns3::BooleanValue</li>
17007 <li>Underlying type: bool</li>
17008 <li>Initial value: false</li>
17009 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17011 </ul>
17012<li><b>UseIdealRrc</b>: If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.
17013 <ul>
17014 <li>Set with class: \ref ns3::BooleanValue</li>
17015 <li>Underlying type: bool</li>
17016 <li>Initial value: true</li>
17017 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17018 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17019 </ul>
17020<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.
17021 <ul>
17022 <li>Set with class: \ref ns3::BooleanValue</li>
17023 <li>Underlying type: bool</li>
17024 <li>Initial value: true</li>
17025 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17027 </ul>
17028</ul>
17029No TraceSources are defined for this type.<br>
17030<b>Size</b> of this type is 720 bytes (on a 64-bit architecture).
17031*/
17032
17033/*!
17034
17035\class ns3::LteHexGridEnbTopologyHelper
17036
17037Introspection did not find any typical Config paths.<br>
17038<h3>Attributes</h3>
17039<ul>
17040<li><b>GridWidth</b>: The number of sites in even rows (odd rows will have one additional site).
17041 <ul>
17042 <li>Set with class: \ref ns3::UintegerValue</li>
17043 <li>Underlying type: uint32_t 0:4294967295</li>
17044 <li>Initial value: 1</li>
17045 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17047 </ul>
17048<li><b>InterSiteDistance</b>: The distance [m] between nearby sites
17049 <ul>
17050 <li>Set with class: \ref ns3::DoubleValue</li>
17051 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17052 <li>Initial value: 500</li>
17053 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17055 </ul>
17056<li><b>MinX</b>: The x coordinate where the hex grid starts.
17057 <ul>
17058 <li>Set with class: \ref ns3::DoubleValue</li>
17059 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17060 <li>Initial value: 0</li>
17061 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17063 </ul>
17064<li><b>MinY</b>: The y coordinate where the hex grid starts.
17065 <ul>
17066 <li>Set with class: \ref ns3::DoubleValue</li>
17067 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17068 <li>Initial value: 0</li>
17069 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17070 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17071 </ul>
17072<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
17073 <ul>
17074 <li>Set with class: \ref ns3::DoubleValue</li>
17075 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17076 <li>Initial value: 0.5</li>
17077 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17078 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17079 </ul>
17080<li><b>SiteHeight</b>: The height [m] of each site
17081 <ul>
17082 <li>Set with class: \ref ns3::DoubleValue</li>
17083 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17084 <li>Initial value: 30</li>
17085 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17086 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17087 </ul>
17088</ul>
17089No TraceSources are defined for this type.<br>
17090<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
17091*/
17092
17093/*!
17094
17095\class ns3::LteNetDevice
17096
17097<h3>Config Paths</h3>
17098
17099ns3::LteNetDevice is accessible through the following paths with Config::Set and Config::Connect:
17100<ul>
17101<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice"</li>
17102</ul>
17103<h3>Attributes</h3>
17104<ul>
17105<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
17106 <ul>
17107 <li>Set with class: \ref ns3::UintegerValue</li>
17108 <li>Underlying type: uint16_t 0:65535</li>
17109 <li>Initial value: 30000</li>
17110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17112 </ul>
17113</ul>
17114No TraceSources are defined for this type.<br>
17115<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
17116*/
17117
17118/*!
17119
17120\class ns3::LtePdcp
17121
17122<h3>Config Paths</h3>
17123
17124ns3::LtePdcp is accessible through the following paths with Config::Set and Config::Connect:
17125<ul>
17126<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LtePdcp"</li>
17127<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LtePdcp"</li>
17128<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LtePdcp"</li>
17129<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LtePdcp"</li>
17130<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LtePdcp"</li>
17131<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LtePdcp"</li>
17132<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LtePdcp"</li>
17133<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LtePdcp"</li>
17134<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LtePdcp"</li>
17135<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LtePdcp"</li>
17136<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LtePdcp"</li>
17137<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LtePdcp"</li>
17138</ul>
17139No Attributes are defined for this type.<br>
17140<h3>TraceSources</h3>
17141<ul>
17142<li><b>RxPDU</b>: PDU received.<br> <ul>
17143 <li> %Callback signature: ns3::LtePdcp::PduRxTracedCallback
17144</li>
17145 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17146</ul>
17147<li><b>TxPDU</b>: PDU transmission notified to the RLC.<br> <ul>
17148 <li> %Callback signature: ns3::LtePdcp::PduTxTracedCallback
17149</li>
17150 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17151</ul>
17152</ul>
17153<b>Group:</b> Lte
17154
17155<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
17156*/
17157
17158/*!
17159
17160\class ns3::LtePdcpHeader
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 16 bytes (on a 64-bit architecture).
17168*/
17169
17170/*!
17171
17172\class ns3::LtePhy
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 176 bytes (on a 64-bit architecture).
17180*/
17181
17182/*!
17183
17184\class ns3::LtePhyTag
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>Group:</b> Lte
17190
17191<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17192*/
17193
17194/*!
17195
17196\class ns3::LteRadioBearerInfo
17197
17198Introspection did not find any typical Config paths.<br>
17199No Attributes are defined for this type.<br>
17200No TraceSources are defined for this type.<br>
17201<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
17202*/
17203
17204/*!
17205
17206\class ns3::LteRadioBearerTag
17207
17208Introspection did not find any typical Config paths.<br>
17209<h3>Attributes</h3>
17210<ul>
17211<li><b>lcid</b>: The id within the UE identifying the logical channel to which the packet belongs
17212 <ul>
17213 <li>Set with class: \ref ns3::UintegerValue</li>
17214 <li>Underlying type: uint8_t 0:255</li>
17215 <li>Flags: <span class="mlabel">read</span></li>
17216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17217 </ul>
17218<li><b>rnti</b>: The rnti that indicates the UE to which packet belongs
17219 <ul>
17220 <li>Set with class: \ref ns3::UintegerValue</li>
17221 <li>Underlying type: uint16_t 0:65535</li>
17222 <li>Flags: <span class="mlabel">read</span></li>
17223 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17224 </ul>
17225</ul>
17226No TraceSources are defined for this type.<br>
17227<b>Group:</b> Lte
17228
17229<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17230*/
17231
17232/*!
17233
17234\class ns3::LteRlc
17235
17236<h3>Config Paths</h3>
17237
17238ns3::LteRlc is accessible through the following paths with Config::Set and Config::Connect:
17239<ul>
17240<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc"</li>
17241<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc"</li>
17242<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc"</li>
17243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc"</li>
17244<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc"</li>
17245<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc"</li>
17246<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc"</li>
17247<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc"</li>
17248<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc"</li>
17249<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc"</li>
17250<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc"</li>
17251<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc"</li>
17252</ul>
17253No Attributes are defined for this type.<br>
17254<h3>TraceSources</h3>
17255<ul>
17256<li><b>RxPDU</b>: PDU received.<br> <ul>
17257 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17258</li>
17259 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17260</ul>
17261<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17262 <li> %Callback signature: ns3::Packet::TracedCallback
17263</li>
17264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17265</ul>
17266<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17267 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17268</li>
17269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17270</ul>
17271</ul>
17272<b>Group:</b> Lte
17273
17274<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
17275*/
17276
17277/*!
17278
17279\class ns3::LteRlcAm
17280
17281<h3>Config Paths</h3>
17282
17283ns3::LteRlcAm is accessible through the following paths with Config::Set and Config::Connect:
17284<ul>
17285<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17286<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17287<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17288<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17289<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17290<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17291<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17292<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17293<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17294<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17295<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17296<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17297</ul>
17298<h3>Attributes</h3>
17299<ul>
17300<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes). If zero is configured, the buffer is unlimited.
17301 <ul>
17302 <li>Set with class: \ref ns3::UintegerValue</li>
17303 <li>Underlying type: uint32_t 0:4294967295</li>
17304 <li>Initial value: 10240</li>
17305 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17307 </ul>
17308<li><b>PollRetransmitTimer</b>: Value of the t-PollRetransmit timer (See section 7.3 of 3GPP TS 36.322)
17309 <ul>
17310 <li>Set with class: \ref ns3::TimeValue</li>
17311 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17312 <li>Initial value: +2e+07ns</li>
17313 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17314 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17315 </ul>
17316<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
17317 <ul>
17318 <li>Set with class: \ref ns3::TimeValue</li>
17319 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17320 <li>Initial value: +1e+07ns</li>
17321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17323 </ul>
17324<li><b>ReportBufferStatusTimer</b>: How much to wait to issue a new Report Buffer Status since the last time a new SDU was received
17325 <ul>
17326 <li>Set with class: \ref ns3::TimeValue</li>
17327 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17328 <li>Initial value: +2e+07ns</li>
17329 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17330 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17331 </ul>
17332<li><b>StatusProhibitTimer</b>: Value of the t-StatusProhibit timer (See section 7.3 of 3GPP TS 36.322)
17333 <ul>
17334 <li>Set with class: \ref ns3::TimeValue</li>
17335 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17336 <li>Initial value: +1e+07ns</li>
17337 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17339 </ul>
17340<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.
17341 <ul>
17342 <li>Set with class: \ref ns3::BooleanValue</li>
17343 <li>Underlying type: bool</li>
17344 <li>Initial value: false</li>
17345 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17346 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17347 </ul>
17348</ul>
17349No TraceSources are defined for this type.<br>
17350<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17351<ul>
17352<li><b>RxPDU</b>: PDU received.<br> <ul>
17353 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17354</li>
17355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17356</ul>
17357<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17358 <li> %Callback signature: ns3::Packet::TracedCallback
17359</li>
17360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17361</ul>
17362<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17363 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17364</li>
17365 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17366</ul>
17367</ul>
17368<b>Group:</b> Lte
17369
17370<b>Size</b> of this type is 552 bytes (on a 64-bit architecture).
17371*/
17372
17373/*!
17374
17375\class ns3::LteRlcAmHeader
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 152 bytes (on a 64-bit architecture).
17383*/
17384
17385/*!
17386
17387\class ns3::LteRlcHeader
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 64 bytes (on a 64-bit architecture).
17395*/
17396
17397/*!
17398
17399\class ns3::LteRlcSduStatusTag
17400
17401Introspection did not find any typical Config paths.<br>
17402No Attributes are defined for this type.<br>
17403No TraceSources are defined for this type.<br>
17404<b>Group:</b> Lte
17405
17406<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17407*/
17408
17409/*!
17410
17411\class ns3::LteRlcSm
17412
17413<h3>Config Paths</h3>
17414
17415ns3::LteRlcSm is accessible through the following paths with Config::Set and Config::Connect:
17416<ul>
17417<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17418<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17419<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17420<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17421<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17422<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17423<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17424<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17425<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17426<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17427<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17428<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17429</ul>
17430No Attributes are defined for this type.<br>
17431No TraceSources are defined for this type.<br>
17432<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17433<ul>
17434<li><b>RxPDU</b>: PDU received.<br> <ul>
17435 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17436</li>
17437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17438</ul>
17439<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17440 <li> %Callback signature: ns3::Packet::TracedCallback
17441</li>
17442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17443</ul>
17444<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17445 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17446</li>
17447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17448</ul>
17449</ul>
17450<b>Group:</b> Lte
17451
17452<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
17453*/
17454
17455/*!
17456
17457\class ns3::LteRlcTm
17458
17459<h3>Config Paths</h3>
17460
17461ns3::LteRlcTm is accessible through the following paths with Config::Set and Config::Connect:
17462<ul>
17463<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17464<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17465<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17466<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17467<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17468<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17469<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17470<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17471<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17472<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17473<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17474<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17475</ul>
17476<h3>Attributes</h3>
17477<ul>
17478<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)
17479 <ul>
17480 <li>Set with class: \ref ns3::UintegerValue</li>
17481 <li>Underlying type: uint32_t 0:4294967295</li>
17482 <li>Initial value: 2097152</li>
17483 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17484 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17485 </ul>
17486</ul>
17487No TraceSources are defined for this type.<br>
17488<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17489<ul>
17490<li><b>RxPDU</b>: PDU received.<br> <ul>
17491 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17492</li>
17493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17494</ul>
17495<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17496 <li> %Callback signature: ns3::Packet::TracedCallback
17497</li>
17498 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17499</ul>
17500<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17501 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17502</li>
17503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17504</ul>
17505</ul>
17506<b>Group:</b> Lte
17507
17508<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
17509*/
17510
17511/*!
17512
17513\class ns3::LteRlcUm
17514
17515<h3>Config Paths</h3>
17516
17517ns3::LteRlcUm is accessible through the following paths with Config::Set and Config::Connect:
17518<ul>
17519<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17520<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17521<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17522<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17523<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17524<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17525<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17526<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17527<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17528<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17529<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17530<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17531</ul>
17532<h3>Attributes</h3>
17533<ul>
17534<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.
17535 <ul>
17536 <li>Set with class: \ref ns3::UintegerValue</li>
17537 <li>Underlying type: uint32_t 0:4294967295</li>
17538 <li>Initial value: 0</li>
17539 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17540 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17541 </ul>
17542<li><b>EnablePdcpDiscarding</b>: Whether to use the PDCP discarding, i.e., perform discarding at the moment of passing the PDCP SDU to RLC)
17543 <ul>
17544 <li>Set with class: \ref ns3::BooleanValue</li>
17545 <li>Underlying type: bool</li>
17546 <li>Initial value: true</li>
17547 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17549 </ul>
17550<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)
17551 <ul>
17552 <li>Set with class: \ref ns3::UintegerValue</li>
17553 <li>Underlying type: uint32_t 0:4294967295</li>
17554 <li>Initial value: 10240</li>
17555 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17557 </ul>
17558<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
17559 <ul>
17560 <li>Set with class: \ref ns3::TimeValue</li>
17561 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17562 <li>Initial value: +1e+08ns</li>
17563 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17565 </ul>
17566</ul>
17567No TraceSources are defined for this type.<br>
17568<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17569<ul>
17570<li><b>RxPDU</b>: PDU received.<br> <ul>
17571 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17572</li>
17573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17574</ul>
17575<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17576 <li> %Callback signature: ns3::Packet::TracedCallback
17577</li>
17578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17579</ul>
17580<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17581 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17582</li>
17583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17584</ul>
17585</ul>
17586<b>Group:</b> Lte
17587
17588<b>Size</b> of this type is 464 bytes (on a 64-bit architecture).
17589*/
17590
17591/*!
17592
17593\class ns3::LteSignalingRadioBearerInfo
17594
17595<h3>Config Paths</h3>
17596
17597ns3::LteSignalingRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:
17598<ul>
17599<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0"</li>
17600<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1"</li>
17601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0"</li>
17602<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1"</li>
17603<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0"</li>
17604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1"</li>
17605<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0"</li>
17606<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1"</li>
17607</ul>
17608<h3>Attributes</h3>
17609<ul>
17610<li><b>LtePdcp</b>: PDCP instance of the radio bearer.
17611 <ul>
17612 <li>Set with class: \ref ns3::PointerValue</li>
17613 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LtePdcp></li>
17614 <li>Initial value: 0</li>
17615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17617 </ul>
17618<li><b>LteRlc</b>: RLC instance of the radio bearer.
17619 <ul>
17620 <li>Set with class: \ref ns3::PointerValue</li>
17621 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteRlc></li>
17622 <li>Initial value: 0</li>
17623 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17624 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17625 </ul>
17626<li><b>SrbIdentity</b>: The id of this Signaling Radio Bearer
17627 <ul>
17628 <li>Set with class: \ref ns3::UintegerValue</li>
17629 <li>Underlying type: uint8_t 0:255</li>
17630 <li>Flags: <span class="mlabel">read</span></li>
17631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17632 </ul>
17633</ul>
17634No TraceSources are defined for this type.<br>
17635<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
17636*/
17637
17638/*!
17639
17640\class ns3::LteSpectrumPhy
17641
17642<h3>Config Paths</h3>
17643
17644ns3::LteSpectrumPhy is accessible through the following paths with Config::Set and Config::Connect:
17645<ul>
17646<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/DlSpectrumPhy"</li>
17647<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/UlSpectrumPhy"</li>
17648<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/DlSpectrumPhy"</li>
17649<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/UlSpectrumPhy"</li>
17650<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/DlSpectrumPhy"</li>
17651<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/UlSpectrumPhy"</li>
17652<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/DlSpectrumPhy"</li>
17653<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/UlSpectrumPhy"</li>
17654</ul>
17655<h3>Attributes</h3>
17656<ul>
17657<li><b>CtrlErrorModelEnabled</b>: Activate/Deactivate the error model of control (PCFICH-PDCCH decodification) [by default is active].
17658 <ul>
17659 <li>Set with class: \ref ns3::BooleanValue</li>
17660 <li>Underlying type: bool</li>
17661 <li>Initial value: true</li>
17662 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17663 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17664 </ul>
17665<li><b>DataErrorModelEnabled</b>: Activate/Deactivate the error model of data (TBs of PDSCH and PUSCH) [by default is active].
17666 <ul>
17667 <li>Set with class: \ref ns3::BooleanValue</li>
17668 <li>Underlying type: bool</li>
17669 <li>Initial value: true</li>
17670 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17671 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17672 </ul>
17673</ul>
17674<h3>TraceSources</h3>
17675<ul>
17676<li><b>DlPhyReception</b>: DL reception PHY layer statistics.<br> <ul>
17677 <li> %Callback signature: ns3::PhyReceptionStatParameters::TracedCallback
17678</li>
17679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17680</ul>
17681<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error<br> <ul>
17682 <li> %Callback signature: ns3::Packet::TracedCallback
17683</li>
17684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17685</ul>
17686<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully<br> <ul>
17687 <li> %Callback signature: ns3::Packet::TracedCallback
17688</li>
17689 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17690</ul>
17691<li><b>RxStart</b>: Trace fired when the start of a signal is detected<br> <ul>
17692 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17693</li>
17694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17695</ul>
17696<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished<br> <ul>
17697 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17698</li>
17699 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17700</ul>
17701<li><b>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
17702 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17703</li>
17704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17705</ul>
17706<li><b>UlPhyReception</b>: DL reception PHY layer statistics.<br> <ul>
17707 <li> %Callback signature: ns3::PhyReceptionStatParameters::TracedCallback
17708</li>
17709 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17710</ul>
17711</ul>
17712<b>Group:</b> Lte
17713
17714<b>Size</b> of this type is 688 bytes (on a 64-bit architecture).
17715*/
17716
17717/*!
17718
17719\class ns3::LteStatsCalculator
17720
17721Introspection did not find any typical Config paths.<br>
17722No Attributes are defined for this type.<br>
17723No TraceSources are defined for this type.<br>
17724<b>Group:</b> Lte
17725
17726<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
17727*/
17728
17729/*!
17730
17731\class ns3::LteUeComponentCarrierManager
17732
17733<h3>Config Paths</h3>
17734
17735ns3::LteUeComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
17736<ul>
17737<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeComponentCarrierManager"</li>
17738<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeComponentCarrierManager"</li>
17739</ul>
17740No Attributes are defined for this type.<br>
17741No TraceSources are defined for this type.<br>
17742<b>Group:</b> Lte
17743
17744<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
17745*/
17746
17747/*!
17748
17749\class ns3::LteUeMac
17750
17751<h3>Config Paths</h3>
17752
17753ns3::LteUeMac is accessible through the following paths with Config::Set and Config::Connect:
17754<ul>
17755<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUeMac"</li>
17756<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUeMac"</li>
17757</ul>
17758No Attributes are defined for this type.<br>
17759<h3>TraceSources</h3>
17760<ul>
17761<li><b>RaResponseTimeout</b>: trace fired upon RA response timeout<br> <ul>
17762 <li> %Callback signature: ns3::LteUeMac::RaResponseTimeoutTracedCallback
17763</li>
17764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17765</ul>
17766</ul>
17767<b>Group:</b> Lte
17768
17769<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
17770*/
17771
17772/*!
17773
17774\class ns3::LteUeNetDevice
17775
17776<h3>Config Paths</h3>
17777
17778ns3::LteUeNetDevice is accessible through the following paths with Config::Set and Config::Connect:
17779<ul>
17780<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice"</li>
17781<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice"</li>
17782</ul>
17783<h3>Attributes</h3>
17784<ul>
17785<li><b>ComponentCarrierMapUe</b>: List of all component Carrier.
17786 <ul>
17787 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
17788 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ComponentCarrierUe></li>
17789 <li>Flags: <span class="mlabel">read</span></li>
17790 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17791 </ul>
17792<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.
17793 <ul>
17794 <li>Set with class: \ref ns3::UintegerValue</li>
17795 <li>Underlying type: uint32_t 0:4294967295</li>
17796 <li>Initial value: 0</li>
17797 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17799 </ul>
17800<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
17801 <ul>
17802 <li>Set with class: \ref ns3::UintegerValue</li>
17803 <li>Underlying type: uint32_t 0:262143</li>
17804 <li>Initial value: 100</li>
17805 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17807 </ul>
17808<li><b>EpcUeNas</b>: The NAS associated to this UeNetDevice
17809 <ul>
17810 <li>Set with class: \ref ns3::PointerValue</li>
17811 <li>Underlying type: \ref ns3::Ptr< \ref ns3::EpcUeNas></li>
17812 <li>Initial value: 0</li>
17813 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17815 </ul>
17816<li><b>Imsi</b>: International Mobile Subscriber Identity assigned to this UE
17817 <ul>
17818 <li>Set with class: \ref ns3::UintegerValue</li>
17819 <li>Underlying type: uint64_t 0:18446744073709551615</li>
17820 <li>Initial value: 0</li>
17821 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17823 </ul>
17824<li><b>LteUeComponentCarrierManager</b>: The ComponentCarrierManager associated to this UeNetDevice
17825 <ul>
17826 <li>Set with class: \ref ns3::PointerValue</li>
17827 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUeComponentCarrierManager></li>
17828 <li>Initial value: 0</li>
17829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17831 </ul>
17832<li><b>LteUeRrc</b>: The RRC associated to this UeNetDevice
17833 <ul>
17834 <li>Set with class: \ref ns3::PointerValue</li>
17835 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUeRrc></li>
17836 <li>Initial value: 0</li>
17837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17839 </ul>
17840</ul>
17841<h3>Attributes defined in parent class ns3::LteNetDevice</h3>
17842<ul>
17843<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
17844 <ul>
17845 <li>Set with class: \ref ns3::UintegerValue</li>
17846 <li>Underlying type: uint16_t 0:65535</li>
17847 <li>Initial value: 30000</li>
17848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17850 </ul>
17851</ul>
17852No TraceSources are defined for this type.<br>
17853<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
17854*/
17855
17856/*!
17857
17858\class ns3::LteUePhy
17859
17860<h3>Config Paths</h3>
17861
17862ns3::LteUePhy is accessible through the following paths with Config::Set and Config::Connect:
17863<ul>
17864<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy"</li>
17865<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy"</li>
17866</ul>
17867<h3>Attributes</h3>
17868<ul>
17869<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy
17870 <ul>
17871 <li>Set with class: \ref ns3::PointerValue</li>
17872 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
17873 <li>Flags: <span class="mlabel">read</span></li>
17874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17875 </ul>
17876<li><b>DownlinkCqiPeriodicity</b>: Periodicity in milliseconds for reporting thewideband and subband downlink CQIs to the eNB
17877 <ul>
17878 <li>Set with class: \ref ns3::TimeValue</li>
17879 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17880 <li>Initial value: +1e+06ns</li>
17881 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17882 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17883 </ul>
17884<li><b>EnableRlfDetection</b>: If true, RLF detection will be enabled.
17885 <ul>
17886 <li>Set with class: \ref ns3::BooleanValue</li>
17887 <li>Underlying type: bool</li>
17888 <li>Initial value: true</li>
17889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17891 </ul>
17892<li><b>EnableUplinkPowerControl</b>: If true, Uplink Power Control will be enabled.
17893 <ul>
17894 <li>Set with class: \ref ns3::BooleanValue</li>
17895 <li>Underlying type: bool</li>
17896 <li>Initial value: true</li>
17897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17899 </ul>
17900<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.
17901 <ul>
17902 <li>Set with class: \ref ns3::DoubleValue</li>
17903 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17904 <li>Initial value: 9</li>
17905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17907 </ul>
17908<li><b>NumQinEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qin evaluation period
17909 <ul>
17910 <li>Set with class: \ref ns3::UintegerValue</li>
17911 <li>Underlying type: uint16_t 0:65535</li>
17912 <li>Initial value: 100</li>
17913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17915 </ul>
17916<li><b>NumQoutEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qout evaluation period
17917 <ul>
17918 <li>Set with class: \ref ns3::UintegerValue</li>
17919 <li>Underlying type: uint16_t 0:65535</li>
17920 <li>Initial value: 200</li>
17921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17923 </ul>
17924<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
17925 <ul>
17926 <li>Set with class: \ref ns3::DoubleValue</li>
17927 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17928 <li>Initial value: -3.9</li>
17929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17931 </ul>
17932<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
17933 <ul>
17934 <li>Set with class: \ref ns3::DoubleValue</li>
17935 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17936 <li>Initial value: -5</li>
17937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17939 </ul>
17940<li><b>RsrpSinrSamplePeriod</b>: The sampling period for reporting RSRP-SINR stats (default value 1)
17941 <ul>
17942 <li>Set with class: \ref ns3::UintegerValue</li>
17943 <li>Underlying type: uint16_t 0:65535</li>
17944 <li>Initial value: 1</li>
17945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17947 </ul>
17948<li><b>RsrqUeMeasThreshold</b>: Receive threshold for PSS on RSRQ [dB]
17949 <ul>
17950 <li>Set with class: \ref ns3::DoubleValue</li>
17951 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17952 <li>Initial value: -1000</li>
17953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17955 </ul>
17956<li><b>TxMode1Gain</b>: Transmission mode 1 gain in dB
17957 <ul>
17958 <li>Set with class: \ref ns3::DoubleValue</li>
17959 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17960 <li>Initial value: 0</li>
17961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17963 </ul>
17964<li><b>TxMode2Gain</b>: Transmission mode 2 gain in dB
17965 <ul>
17966 <li>Set with class: \ref ns3::DoubleValue</li>
17967 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17968 <li>Initial value: 4.2</li>
17969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17971 </ul>
17972<li><b>TxMode3Gain</b>: Transmission mode 3 gain in dB
17973 <ul>
17974 <li>Set with class: \ref ns3::DoubleValue</li>
17975 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17976 <li>Initial value: -2.8</li>
17977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17979 </ul>
17980<li><b>TxMode4Gain</b>: Transmission mode 4 gain in dB
17981 <ul>
17982 <li>Set with class: \ref ns3::DoubleValue</li>
17983 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17984 <li>Initial value: 0</li>
17985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17987 </ul>
17988<li><b>TxMode5Gain</b>: Transmission mode 5 gain in dB
17989 <ul>
17990 <li>Set with class: \ref ns3::DoubleValue</li>
17991 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17992 <li>Initial value: 0</li>
17993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17995 </ul>
17996<li><b>TxMode6Gain</b>: Transmission mode 6 gain in dB
17997 <ul>
17998 <li>Set with class: \ref ns3::DoubleValue</li>
17999 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18000 <li>Initial value: 0</li>
18001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18003 </ul>
18004<li><b>TxMode7Gain</b>: Transmission mode 7 gain in dB
18005 <ul>
18006 <li>Set with class: \ref ns3::DoubleValue</li>
18007 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18008 <li>Initial value: 0</li>
18009 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18011 </ul>
18012<li><b>TxPower</b>: Transmission power in dBm
18013 <ul>
18014 <li>Set with class: \ref ns3::DoubleValue</li>
18015 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18016 <li>Initial value: 10</li>
18017 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18018 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18019 </ul>
18020<li><b>UeMeasurementsFilterPeriod</b>: Time period for reporting UE measurements, i.e., thelength of layer-1 filtering.
18021 <ul>
18022 <li>Set with class: \ref ns3::TimeValue</li>
18023 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18024 <li>Initial value: +2e+08ns</li>
18025 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18027 </ul>
18028<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy
18029 <ul>
18030 <li>Set with class: \ref ns3::PointerValue</li>
18031 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
18032 <li>Flags: <span class="mlabel">read</span></li>
18033 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18034 </ul>
18035</ul>
18036<h3>TraceSources</h3>
18037<ul>
18038<li><b>ReportCurrentCellRsrpSinr</b>: RSRP and SINR statistics.<br> <ul>
18039 <li> %Callback signature: ns3::LteUePhy::RsrpSinrTracedCallback
18040</li>
18041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18042</ul>
18043<li><b>ReportPowerSpectralDensity</b>: Power Spectral Density data.<br> <ul>
18044 <li> %Callback signature: ns3::LteUePhy::PowerSpectralDensityTracedCallback
18045</li>
18046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18047</ul>
18048<li><b>ReportUeMeasurements</b>: Report UE measurements RSRP (dBm) and RSRQ (dB).<br> <ul>
18049 <li> %Callback signature: ns3::LteUePhy::RsrpRsrqTracedCallback
18050</li>
18051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18052</ul>
18053<li><b>ReportUlPhyResourceBlocks</b>: UL transmission PHY layer resource blocks.<br> <ul>
18054 <li> %Callback signature: ns3::LteUePhy::UlPhyResourceBlocksTracedCallback
18055</li>
18056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18057</ul>
18058<li><b>StateTransition</b>: Trace fired upon every UE PHY state transition<br> <ul>
18059 <li> %Callback signature: ns3::LteUePhy::StateTracedCallback
18060</li>
18061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18062</ul>
18063<li><b>UlPhyTransmission</b>: DL transmission PHY layer statistics.<br> <ul>
18064 <li> %Callback signature: ns3::PhyTransmissionStatParameters::TracedCallback
18065</li>
18066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18067</ul>
18068</ul>
18069<b>Group:</b> Lte
18070
18071<b>Size</b> of this type is 952 bytes (on a 64-bit architecture).
18072*/
18073
18074/*!
18075
18076\class ns3::LteUePowerControl
18077
18078Introspection did not find any typical Config paths.<br>
18079<h3>Attributes</h3>
18080<ul>
18081<li><b>AccumulationEnabled</b>: If true TCP accumulation mode will be active, otherwise absolute mode will be active
18082 <ul>
18083 <li>Set with class: \ref ns3::BooleanValue</li>
18084 <li>Underlying type: bool</li>
18085 <li>Initial value: true</li>
18086 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18087 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18088 </ul>
18089<li><b>Alpha</b>: Value of Alpha parameter
18090 <ul>
18091 <li>Set with class: \ref ns3::DoubleValue</li>
18092 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18093 <li>Initial value: 1</li>
18094 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18095 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18096 </ul>
18097<li><b>ClosedLoop</b>: If true Closed Loop mode will be active, otherwise Open Loop
18098 <ul>
18099 <li>Set with class: \ref ns3::BooleanValue</li>
18100 <li>Underlying type: bool</li>
18101 <li>Initial value: true</li>
18102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18104 </ul>
18105<li><b>Pcmax</b>: Max Transmission power in dBm, Default value 23 dBmTS36.101 section 6.2.3
18106 <ul>
18107 <li>Set with class: \ref ns3::DoubleValue</li>
18108 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18109 <li>Initial value: 23</li>
18110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18112 </ul>
18113<li><b>Pcmin</b>: Min Transmission power in dBm, Default value -40 dBmTS36.101 section 6.2.3
18114 <ul>
18115 <li>Set with class: \ref ns3::DoubleValue</li>
18116 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18117 <li>Initial value: -40</li>
18118 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18120 </ul>
18121<li><b>PoNominalPusch</b>: P_O_NOMINAL_PUSCH INT (-126 ... 24), Default value -80
18122 <ul>
18123 <li>Set with class: \ref ns3::IntegerValue</li>
18124 <li>Underlying type: int16_t -32768:32767</li>
18125 <li>Initial value: -80</li>
18126 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18128 </ul>
18129<li><b>PoUePusch</b>: P_O_UE_PUSCH INT(-8...7), Default value 0
18130 <ul>
18131 <li>Set with class: \ref ns3::IntegerValue</li>
18132 <li>Underlying type: int16_t -32768:32767</li>
18133 <li>Initial value: 0</li>
18134 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18136 </ul>
18137<li><b>PsrsOffset</b>: P_SRS_OFFSET INT(0...15), Default value 7
18138 <ul>
18139 <li>Set with class: \ref ns3::IntegerValue</li>
18140 <li>Underlying type: int16_t -32768:32767</li>
18141 <li>Initial value: 7</li>
18142 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18143 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18144 </ul>
18145</ul>
18146<h3>TraceSources</h3>
18147<ul>
18148<li><b>ReportPucchTxPower</b>: Report PUCCH TxPower in dBm<br> <ul>
18149 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18150</li>
18151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18152</ul>
18153<li><b>ReportPuschTxPower</b>: Report PUSCH TxPower in dBm<br> <ul>
18154 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18155</li>
18156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18157</ul>
18158<li><b>ReportSrsTxPower</b>: Report SRS TxPower in dBm<br> <ul>
18159 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18160</li>
18161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18162</ul>
18163</ul>
18164<b>Group:</b> Lte
18165
18166<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
18167*/
18168
18169/*!
18170
18171\class ns3::LteUeRrc
18172
18173<h3>Config Paths</h3>
18174
18175ns3::LteUeRrc is accessible through the following paths with Config::Set and Config::Connect:
18176<ul>
18177<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc"</li>
18178<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc"</li>
18179</ul>
18180<h3>Attributes</h3>
18181<ul>
18182<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier
18183 <ul>
18184 <li>Set with class: \ref ns3::UintegerValue</li>
18185 <li>Underlying type: uint16_t 0:65535</li>
18186 <li>Flags: <span class="mlabel">read</span></li>
18187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18188 </ul>
18189<li><b>CellId</b>: Serving cell identifier
18190 <ul>
18191 <li>Set with class: \ref ns3::UintegerValue</li>
18192 <li>Underlying type: uint16_t 0:65535</li>
18193 <li>Flags: <span class="mlabel">read</span></li>
18194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18195 </ul>
18196<li><b>DataRadioBearerMap</b>: List of UE RadioBearerInfo for Data Radio Bearers by LCID.
18197 <ul>
18198 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18199 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteDataRadioBearerInfo></li>
18200 <li>Flags: <span class="mlabel">read</span></li>
18201 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18202 </ul>
18203<li><b>N310</b>: This specifies the maximum number of out-of-sync indications. Standard values: 1, 2, 3, 4, 6, 8, 10, 20
18204 <ul>
18205 <li>Set with class: \ref ns3::UintegerValue</li>
18206 <li>Underlying type: uint8_t 1:20</li>
18207 <li>Initial value: 6</li>
18208 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18209 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18210 </ul>
18211<li><b>N311</b>: This specifies the maximum number of in-sync indications. Standard values: 1, 2, 3, 4, 5, 6, 8, 10
18212 <ul>
18213 <li>Set with class: \ref ns3::UintegerValue</li>
18214 <li>Underlying type: uint8_t 1:10</li>
18215 <li>Initial value: 2</li>
18216 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18217 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18218 </ul>
18219<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0
18220 <ul>
18221 <li>Set with class: \ref ns3::PointerValue</li>
18222 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
18223 <li>Initial value: 0</li>
18224 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18226 </ul>
18227<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1
18228 <ul>
18229 <li>Set with class: \ref ns3::PointerValue</li>
18230 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
18231 <li>Initial value: 0</li>
18232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18234 </ul>
18235<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
18236 <ul>
18237 <li>Set with class: \ref ns3::TimeValue</li>
18238 <li>Underlying type: \p Time +1e+08ns:+2e+09ns</li>
18239 <li>Initial value: +1e+08ns</li>
18240 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18242 </ul>
18243<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
18244 <ul>
18245 <li>Set with class: \ref ns3::TimeValue</li>
18246 <li>Underlying type: \p Time +0ns:+2e+09ns</li>
18247 <li>Initial value: +1e+09ns</li>
18248 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18249 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18250 </ul>
18251</ul>
18252<h3>TraceSources</h3>
18253<ul>
18254<li><b>ConnectionEstablished</b>: trace fired upon successful RRC connection establishment<br> <ul>
18255 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18256</li>
18257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18258</ul>
18259<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration<br> <ul>
18260 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18261</li>
18262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18263</ul>
18264<li><b>ConnectionTimeout</b>: trace fired upon timeout RRC connection establishment because of T300<br> <ul>
18265 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiCountTracedCallback
18266</li>
18267 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18268</ul>
18269<li><b>DrbCreated</b>: trace fired after DRB is created<br> <ul>
18270 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiLcIdTracedCallback
18271</li>
18272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18273</ul>
18274<li><b>HandoverEndError</b>: trace fired upon failure of a handover procedure<br> <ul>
18275 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18276</li>
18277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18278</ul>
18279<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure<br> <ul>
18280 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18281</li>
18282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18283</ul>
18284<li><b>HandoverStart</b>: trace fired upon start of a handover procedure<br> <ul>
18285 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18286</li>
18287 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18288</ul>
18289<li><b>InitialCellSelectionEndError</b>: trace fired upon failed initial cell selection procedure<br> <ul>
18290 <li> %Callback signature: ns3::LteUeRrc::CellSelectionTracedCallback
18291</li>
18292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18293</ul>
18294<li><b>InitialCellSelectionEndOk</b>: trace fired upon successful initial cell selection procedure<br> <ul>
18295 <li> %Callback signature: ns3::LteUeRrc::CellSelectionTracedCallback
18296</li>
18297 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18298</ul>
18299<li><b>MibReceived</b>: trace fired upon reception of Master Information Block<br> <ul>
18300 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18301</li>
18302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18303</ul>
18304<li><b>PhySyncDetection</b>: trace fired upon receiving in Sync or out of Sync indications from UE PHY<br> <ul>
18305 <li> %Callback signature: ns3::LteUeRrc::PhySyncDetectionTracedCallback
18306</li>
18307 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18308</ul>
18309<li><b>RadioLinkFailure</b>: trace fired upon failure of radio link<br> <ul>
18310 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18311</li>
18312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18313</ul>
18314<li><b>RandomAccessError</b>: trace fired upon failure of the random access procedure<br> <ul>
18315 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18316</li>
18317 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18318</ul>
18319<li><b>RandomAccessSuccessful</b>: trace fired upon successful completion of the random access procedure<br> <ul>
18320 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18321</li>
18322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18323</ul>
18324<li><b>SCarrierConfigured</b>: trace fired after configuring secondary carriers<br> <ul>
18325 <li> %Callback signature: ns3::LteUeRrc::SCarrierConfiguredTracedCallback
18326</li>
18327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18328</ul>
18329<li><b>Sib1Received</b>: trace fired upon reception of System Information Block Type 1<br> <ul>
18330 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18331</li>
18332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18333</ul>
18334<li><b>Sib2Received</b>: trace fired upon reception of System Information Block Type 2<br> <ul>
18335 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18336</li>
18337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18338</ul>
18339<li><b>Srb1Created</b>: trace fired after SRB1 is created<br> <ul>
18340 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18341</li>
18342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18343</ul>
18344<li><b>StateTransition</b>: trace fired upon every UE RRC state transition<br> <ul>
18345 <li> %Callback signature: ns3::LteUeRrc::StateTracedCallback
18346</li>
18347 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18348</ul>
18349</ul>
18350<b>Group:</b> Lte
18351
18352<b>Size</b> of this type is 1472 bytes (on a 64-bit architecture).
18353*/
18354
18355/*!
18356
18357\class ns3::LteUeRrcProtocolIdeal
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 96 bytes (on a 64-bit architecture).
18365*/
18366
18367/*!
18368
18369\class ns3::LteUeRrcProtocolReal
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> Lte
18375
18376<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
18377*/
18378
18379/*!
18380
18381\class ns3::MacHeaderType
18382
18383Introspection did not find any typical Config paths.<br>
18384No Attributes are defined for this type.<br>
18385No TraceSources are defined for this type.<br>
18386<b>Group:</b> Wimax
18387
18388<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
18389*/
18390
18391/*!
18392
18393\class ns3::MacStatsCalculator
18394
18395Introspection did not find any typical Config paths.<br>
18396<h3>Attributes</h3>
18397<ul>
18398<li><b>DlOutputFilename</b>: Name of the file where the downlink results will be saved.
18399 <ul>
18400 <li>Set with class: \ref ns3::StringValue</li>
18401 <li>Underlying type: \p std::string</li>
18402 <li>Initial value: DlMacStats.txt</li>
18403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18405 </ul>
18406<li><b>UlOutputFilename</b>: Name of the file where the uplink results will be saved.
18407 <ul>
18408 <li>Set with class: \ref ns3::StringValue</li>
18409 <li>Underlying type: \p std::string</li>
18410 <li>Initial value: UlMacStats.txt</li>
18411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18413 </ul>
18414</ul>
18415No TraceSources are defined for this type.<br>
18416<b>Group:</b> Lte
18417
18418<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
18419*/
18420
18421/*!
18422
18423\class ns3::ManagementMessageType
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> Wimax
18429
18430<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
18431*/
18432
18433/*!
18434
18435\class ns3::MapScheduler
18436
18437Introspection did not find any typical Config paths.<br>
18438No Attributes are defined for this type.<br>
18439No TraceSources are defined for this type.<br>
18440<b>Group:</b> Core
18441
18442<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
18443*/
18444
18445/*!
18446
18447\class ns3::MatrixPropagationLossModel
18448
18449<h3>Config Paths</h3>
18450
18451ns3::MatrixPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
18452<ul>
18453<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18454<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18455<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18456<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18457<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18458<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18459<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18460</ul>
18461<h3>Attributes</h3>
18462<ul>
18463<li><b>DefaultLoss</b>: The default value for propagation loss, dB.
18464 <ul>
18465 <li>Set with class: \ref ns3::DoubleValue</li>
18466 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18467 <li>Initial value: 1.79769e+308</li>
18468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18470 </ul>
18471</ul>
18472No TraceSources are defined for this type.<br>
18473<b>Group:</b> Propagation
18474
18475<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
18476*/
18477
18478/*!
18479
18480\class ns3::MeshInformationElementVector
18481
18482Introspection did not find any typical Config paths.<br>
18483No Attributes are defined for this type.<br>
18484No TraceSources are defined for this type.<br>
18485<b>Group:</b> Mesh
18486
18487<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
18488*/
18489
18490/*!
18491
18492\class ns3::MeshL2RoutingProtocol
18493
18494<h3>Config Paths</h3>
18495
18496ns3::MeshL2RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
18497<ul>
18498<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/RoutingProtocol"</li>
18499</ul>
18500No Attributes are defined for this type.<br>
18501No TraceSources are defined for this type.<br>
18502<b>Group:</b> Mesh
18503
18504<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
18505*/
18506
18507/*!
18508
18509\class ns3::MeshPointDevice
18510
18511<h3>Config Paths</h3>
18512
18513ns3::MeshPointDevice is accessible through the following paths with Config::Set and Config::Connect:
18514<ul>
18515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice"</li>
18516</ul>
18517<h3>Attributes</h3>
18518<ul>
18519<li><b>ForwardingDelay</b>: A random variable to account for processing time (microseconds) to forward a frame.
18520 <ul>
18521 <li>Set with class: \ref ns3::PointerValue</li>
18522 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
18523 <li>Initial value: ns3::UniformRandomVariable[Min=300.0|Max=400.0]</li>
18524 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18525 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18526 </ul>
18527<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
18528 <ul>
18529 <li>Set with class: \ref ns3::UintegerValue</li>
18530 <li>Underlying type: uint16_t 0:65535</li>
18531 <li>Initial value: 65535</li>
18532 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18533 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18534 </ul>
18535<li><b>RoutingProtocol</b>: The mesh routing protocol used by this mesh point.
18536 <ul>
18537 <li>Set with class: \ref ns3::PointerValue</li>
18538 <li>Underlying type: \ref ns3::Ptr< \ref ns3::MeshL2RoutingProtocol></li>
18539 <li>Initial value: 0</li>
18540 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18542 </ul>
18543</ul>
18544No TraceSources are defined for this type.<br>
18545<b>Group:</b> Mesh
18546
18547<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
18548*/
18549
18550/*!
18551
18552\class ns3::MeshStack
18553
18554Introspection did not find any typical Config paths.<br>
18555No Attributes are defined for this type.<br>
18556No TraceSources are defined for this type.<br>
18557<b>Group:</b> Mesh
18558
18559<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
18560*/
18561
18562/*!
18563
18564\class ns3::MeshWifiInterfaceMac
18565
18566<h3>Config Paths</h3>
18567
18568ns3::MeshWifiInterfaceMac is accessible through the following paths with Config::Set and Config::Connect:
18569<ul>
18570<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::MeshWifiInterfaceMac"</li>
18571</ul>
18572<h3>Attributes</h3>
18573<ul>
18574<li><b>BeaconGeneration</b>: Enable/Disable Beaconing.
18575 <ul>
18576 <li>Set with class: \ref ns3::BooleanValue</li>
18577 <li>Underlying type: bool</li>
18578 <li>Initial value: true</li>
18579 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18580 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18581 </ul>
18582<li><b>BeaconInterval</b>: Beacon Interval
18583 <ul>
18584 <li>Set with class: \ref ns3::TimeValue</li>
18585 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18586 <li>Initial value: +5e+08ns</li>
18587 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18588 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18589 </ul>
18590<li><b>RandomStart</b>: Window when beacon generating starts (uniform random) in seconds
18591 <ul>
18592 <li>Set with class: \ref ns3::TimeValue</li>
18593 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18594 <li>Initial value: +5e+08ns</li>
18595 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18597 </ul>
18598</ul>
18599<h3>Attributes defined in parent class ns3::WifiMac</h3>
18600<ul>
18601<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.
18602 <ul>
18603 <li>Set with class: \ref ns3::UintegerValue</li>
18604 <li>Underlying type: uint16_t 0:65535</li>
18605 <li>Initial value: 0</li>
18606 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18607 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18608 </ul>
18609<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.
18610 <ul>
18611 <li>Set with class: \ref ns3::UintegerValue</li>
18612 <li>Underlying type: uint8_t 0:64</li>
18613 <li>Initial value: 0</li>
18614 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18616 </ul>
18617<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.
18618 <ul>
18619 <li>Set with class: \ref ns3::UintegerValue</li>
18620 <li>Underlying type: uint32_t 0:15523200</li>
18621 <li>Initial value: 65535</li>
18622 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18624 </ul>
18625<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.
18626 <ul>
18627 <li>Set with class: \ref ns3::UintegerValue</li>
18628 <li>Underlying type: uint16_t 0:11398</li>
18629 <li>Initial value: 0</li>
18630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18632 </ul>
18633<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
18634 <ul>
18635 <li>Set with class: \ref ns3::PointerValue</li>
18636 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18637 <li>Initial value: 0</li>
18638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18640 </ul>
18641<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.
18642 <ul>
18643 <li>Set with class: \ref ns3::UintegerValue</li>
18644 <li>Underlying type: uint16_t 0:65535</li>
18645 <li>Initial value: 0</li>
18646 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18647 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18648 </ul>
18649<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.
18650 <ul>
18651 <li>Set with class: \ref ns3::UintegerValue</li>
18652 <li>Underlying type: uint8_t 0:64</li>
18653 <li>Initial value: 0</li>
18654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18656 </ul>
18657<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.
18658 <ul>
18659 <li>Set with class: \ref ns3::UintegerValue</li>
18660 <li>Underlying type: uint32_t 0:15523200</li>
18661 <li>Initial value: 0</li>
18662 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18663 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18664 </ul>
18665<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.
18666 <ul>
18667 <li>Set with class: \ref ns3::UintegerValue</li>
18668 <li>Underlying type: uint16_t 0:11398</li>
18669 <li>Initial value: 0</li>
18670 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18671 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18672 </ul>
18673<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
18674 <ul>
18675 <li>Set with class: \ref ns3::PointerValue</li>
18676 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18677 <li>Initial value: 0</li>
18678 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18680 </ul>
18681<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
18682 <ul>
18683 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18684 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
18685 <li>Flags: <span class="mlabel">read</span></li>
18686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18687 </ul>
18688<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
18689 <ul>
18690 <li>Set with class: \ref ns3::BooleanValue</li>
18691 <li>Underlying type: bool</li>
18692 <li>Initial value: false</li>
18693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18695 </ul>
18696<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
18697 <ul>
18698 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18699 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
18700 <li>Flags: <span class="mlabel">read</span></li>
18701 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18702 </ul>
18703<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.
18704 <ul>
18705 <li>Set with class: \ref ns3::UintegerValue</li>
18706 <li>Underlying type: uint32_t 1:65535</li>
18707 <li>Initial value: 7</li>
18708 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18709 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18710 </ul>
18711<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.
18712 <ul>
18713 <li>Set with class: \ref ns3::UintegerValue</li>
18714 <li>Underlying type: uint16_t 1:1024</li>
18715 <li>Initial value: 1024</li>
18716 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18717 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18718 </ul>
18719<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
18720 <ul>
18721 <li>Set with class: \ref ns3::BooleanValue</li>
18722 <li>Underlying type: bool</li>
18723 <li>Initial value: false</li>
18724 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18725 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18726 </ul>
18727<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).
18728 <ul>
18729 <li>Set with class: \ref ns3::BooleanValue</li>
18730 <li>Underlying type: bool</li>
18731 <li>Initial value: false</li>
18732 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18733 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18734 </ul>
18735<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
18736 <ul>
18737 <li>Set with class: \ref ns3::BooleanValue</li>
18738 <li>Underlying type: bool</li>
18739 <li>Initial value: true</li>
18740 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18741 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18742 </ul>
18743<li><b>Ssid</b>: The ssid we want to belong to.
18744 <ul>
18745 <li>Set with class: \ref ns3::SsidValue</li>
18746 <li>Underlying type: \p Ssid</li>
18747 <li>Initial value: SSID=[default]</li>
18748 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18750 </ul>
18751<li><b>Txop</b>: The Txop object.
18752 <ul>
18753 <li>Set with class: \ref ns3::PointerValue</li>
18754 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
18755 <li>Initial value: 0</li>
18756 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18758 </ul>
18759<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.
18760 <ul>
18761 <li>Set with class: \ref ns3::UintegerValue</li>
18762 <li>Underlying type: uint16_t 0:65535</li>
18763 <li>Initial value: 0</li>
18764 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18766 </ul>
18767<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.
18768 <ul>
18769 <li>Set with class: \ref ns3::UintegerValue</li>
18770 <li>Underlying type: uint8_t 0:64</li>
18771 <li>Initial value: 0</li>
18772 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18774 </ul>
18775<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.
18776 <ul>
18777 <li>Set with class: \ref ns3::UintegerValue</li>
18778 <li>Underlying type: uint32_t 0:15523200</li>
18779 <li>Initial value: 65535</li>
18780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18782 </ul>
18783<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.
18784 <ul>
18785 <li>Set with class: \ref ns3::UintegerValue</li>
18786 <li>Underlying type: uint16_t 0:11398</li>
18787 <li>Initial value: 0</li>
18788 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18790 </ul>
18791<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
18792 <ul>
18793 <li>Set with class: \ref ns3::PointerValue</li>
18794 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18795 <li>Initial value: 0</li>
18796 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18797 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18798 </ul>
18799<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.
18800 <ul>
18801 <li>Set with class: \ref ns3::UintegerValue</li>
18802 <li>Underlying type: uint16_t 0:65535</li>
18803 <li>Initial value: 0</li>
18804 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18806 </ul>
18807<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.
18808 <ul>
18809 <li>Set with class: \ref ns3::UintegerValue</li>
18810 <li>Underlying type: uint8_t 0:64</li>
18811 <li>Initial value: 0</li>
18812 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18813 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18814 </ul>
18815<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.
18816 <ul>
18817 <li>Set with class: \ref ns3::UintegerValue</li>
18818 <li>Underlying type: uint32_t 0:15523200</li>
18819 <li>Initial value: 0</li>
18820 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18821 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18822 </ul>
18823<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.
18824 <ul>
18825 <li>Set with class: \ref ns3::UintegerValue</li>
18826 <li>Underlying type: uint16_t 0:11398</li>
18827 <li>Initial value: 0</li>
18828 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18829 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18830 </ul>
18831<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
18832 <ul>
18833 <li>Set with class: \ref ns3::PointerValue</li>
18834 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18835 <li>Initial value: 0</li>
18836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18838 </ul>
18839</ul>
18840No TraceSources are defined for this type.<br>
18841<h3>TraceSources defined in parent class ns3::WifiMac</h3>
18842<ul>
18843<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
18844 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
18845</li>
18846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18847</ul>
18848<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
18849 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
18850</li>
18851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18852</ul>
18853<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>
18854 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
18855</li>
18856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18857</ul>
18858<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>
18859 <li> %Callback signature: ns3::Packet::TracedCallback
18860</li>
18861 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18862</ul>
18863<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>
18864 <li> %Callback signature: ns3::Packet::TracedCallback
18865</li>
18866 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18867</ul>
18868<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>
18869 <li> %Callback signature: ns3::Packet::TracedCallback
18870</li>
18871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18872</ul>
18873<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>
18874 <li> %Callback signature: ns3::Packet::TracedCallback
18875</li>
18876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18877</ul>
18878<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>
18879 <li> %Callback signature: ns3::Packet::TracedCallback
18880</li>
18881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18882</ul>
18883<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>
18884 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
18885</li>
18886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18887</ul>
18888<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
18889 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
18890</li>
18891 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18892</ul>
18893<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>
18894 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
18895</li>
18896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18897</ul>
18898<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>
18899 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
18900</li>
18901 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18902</ul>
18903</ul>
18904<b>Group:</b> Mesh
18905
18906<b>Size</b> of this type is 904 bytes (on a 64-bit architecture).
18907*/
18908
18909/*!
18910
18911\class ns3::MgtAddBaRequestHeader
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::MgtAddBaResponseHeader
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 32 bytes (on a 64-bit architecture).
18931*/
18932
18933/*!
18934
18935\class ns3::MgtAssocRequestHeader
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 1184 bytes (on a 64-bit architecture).
18943*/
18944
18945/*!
18946
18947\class ns3::MgtAssocResponseHeader
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 1520 bytes (on a 64-bit architecture).
18955*/
18956
18957/*!
18958
18959\class ns3::MgtBeaconHeader
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 1688 bytes (on a 64-bit architecture).
18967*/
18968
18969/*!
18970
18971\class ns3::MgtDelBaHeader
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::MgtEmlOperatingModeNotification
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 24 bytes (on a 64-bit architecture).
18991*/
18992
18993/*!
18994
18995\class ns3::MgtProbeRequestHeader
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 1056 bytes (on a 64-bit architecture).
19003*/
19004
19005/*!
19006
19007\class ns3::MgtProbeResponseHeader
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 1688 bytes (on a 64-bit architecture).
19015*/
19016
19017/*!
19018
19019\class ns3::MgtReassocRequestHeader
19020
19021Introspection did not find any typical Config paths.<br>
19022No Attributes are defined for this type.<br>
19023No TraceSources are defined for this type.<br>
19024<b>Group:</b> Wifi
19025
19026<b>Size</b> of this type is 1192 bytes (on a 64-bit architecture).
19027*/
19028
19029/*!
19030
19031\class ns3::MinstrelHtWifiManager
19032
19033<h3>Config Paths</h3>
19034
19035ns3::MinstrelHtWifiManager is accessible through the following paths with Config::Set and Config::Connect:
19036<ul>
19037<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::MinstrelHtWifiManager"</li>
19038<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::MinstrelHtWifiManager"</li>
19039</ul>
19040<h3>Attributes</h3>
19041<ul>
19042<li><b>EWMA</b>: EWMA level
19043 <ul>
19044 <li>Set with class: \ref ns3::UintegerValue</li>
19045 <li>Underlying type: uint8_t 0:100</li>
19046 <li>Initial value: 75</li>
19047 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19049 </ul>
19050<li><b>LegacyUpdateStatistics</b>: The interval between updating statistics table (for legacy Minstrel)
19051 <ul>
19052 <li>Set with class: \ref ns3::TimeValue</li>
19053 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19054 <li>Initial value: +1e+08ns</li>
19055 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19057 </ul>
19058<li><b>LookAroundRate</b>: The percentage to try other rates (for legacy Minstrel)
19059 <ul>
19060 <li>Set with class: \ref ns3::UintegerValue</li>
19061 <li>Underlying type: uint8_t 0:100</li>
19062 <li>Initial value: 10</li>
19063 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19065 </ul>
19066<li><b>PacketLength</b>: The packet length used for calculating mode TxTime (bytes)
19067 <ul>
19068 <li>Set with class: \ref ns3::UintegerValue</li>
19069 <li>Underlying type: uint32_t 0:4294967295</li>
19070 <li>Initial value: 1200</li>
19071 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19073 </ul>
19074<li><b>PrintStats</b>: Control the printing of the statistics table
19075 <ul>
19076 <li>Set with class: \ref ns3::BooleanValue</li>
19077 <li>Underlying type: bool</li>
19078 <li>Initial value: false</li>
19079 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19080 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19081 </ul>
19082<li><b>SampleColumn</b>: The number of columns used for sampling
19083 <ul>
19084 <li>Set with class: \ref ns3::UintegerValue</li>
19085 <li>Underlying type: uint8_t 0:255</li>
19086 <li>Initial value: 10</li>
19087 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19088 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19089 </ul>
19090<li><b>UpdateStatistics</b>: The interval between updating statistics table
19091 <ul>
19092 <li>Set with class: \ref ns3::TimeValue</li>
19093 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19094 <li>Initial value: +5e+07ns</li>
19095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19097 </ul>
19098<li><b>UseLatestAmendmentOnly</b>: Use only the latest amendment when it is supported by both peers
19099 <ul>
19100 <li>Set with class: \ref ns3::BooleanValue</li>
19101 <li>Underlying type: bool</li>
19102 <li>Initial value: true</li>
19103 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19105 </ul>
19106</ul>
19107<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
19108<ul>
19109<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.
19110 <ul>
19111 <li>Set with class: \ref ns3::UintegerValue</li>
19112 <li>Underlying type: uint8_t 0:255</li>
19113 <li>Initial value: 0</li>
19114 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19115 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19116 </ul>
19117<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
19118 <ul>
19119 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19120 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19121 <li>Initial value: Cts-To-Self</li>
19122 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19123 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19124 </ul>
19125<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.
19126 <ul>
19127 <li>Set with class: \ref ns3::UintegerValue</li>
19128 <li>Underlying type: uint32_t 256:65535</li>
19129 <li>Initial value: 65535</li>
19130 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19132 </ul>
19133<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
19134 <ul>
19135 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19136 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19137 <li>Initial value: Cts-To-Self</li>
19138 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19140 </ul>
19141<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.
19142 <ul>
19143 <li>Set with class: \ref ns3::BooleanValue</li>
19144 <li>Underlying type: bool</li>
19145 <li>Initial value: false</li>
19146 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19147 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19148 </ul>
19149<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.
19150 <ul>
19151 <li>Set with class: \ref ns3::UintegerValue</li>
19152 <li>Underlying type: uint32_t 0:4294967295</li>
19153 <li>Initial value: 4</li>
19154 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19155 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19156 </ul>
19157<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.
19158 <ul>
19159 <li>Set with class: \ref ns3::UintegerValue</li>
19160 <li>Underlying type: uint32_t 0:4294967295</li>
19161 <li>Initial value: 7</li>
19162 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19163 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19164 </ul>
19165<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
19166 <ul>
19167 <li>Set with class: \ref ns3::WifiModeValue</li>
19168 <li>Underlying type: \p WifiMode</li>
19169 <li>Initial value: Invalid-WifiMode</li>
19170 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19172 </ul>
19173<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.
19174 <ul>
19175 <li>Set with class: \ref ns3::UintegerValue</li>
19176 <li>Underlying type: uint32_t 0:4692480</li>
19177 <li>Initial value: 4692480</li>
19178 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19179 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19180 </ul>
19181<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.
19182 <ul>
19183 <li>Set with class: \ref ns3::TimeValue</li>
19184 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19185 <li>Initial value: +0ns</li>
19186 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19188 </ul>
19189</ul>
19190<h3>TraceSources</h3>
19191<ul>
19192<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
19193 <li> %Callback signature: ns3::TracedValueCallback::Uint64
19194</li>
19195 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19196</ul>
19197</ul>
19198<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
19199<ul>
19200<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
19201 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19202</li>
19203 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19204</ul>
19205<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
19206 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19207</li>
19208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19209</ul>
19210<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
19211 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19212</li>
19213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19214</ul>
19215<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
19216 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19217</li>
19218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19219</ul>
19220</ul>
19221<b>Group:</b> Wifi
19222
19223<b>Size</b> of this type is 520 bytes (on a 64-bit architecture).
19224*/
19225
19226/*!
19227
19228\class ns3::MinstrelWifiManager
19229
19230<h3>Config Paths</h3>
19231
19232ns3::MinstrelWifiManager is accessible through the following paths with Config::Set and Config::Connect:
19233<ul>
19234<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::MinstrelWifiManager"</li>
19235<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::MinstrelWifiManager"</li>
19236</ul>
19237<h3>Attributes</h3>
19238<ul>
19239<li><b>EWMA</b>: EWMA level
19240 <ul>
19241 <li>Set with class: \ref ns3::UintegerValue</li>
19242 <li>Underlying type: uint8_t 0:255</li>
19243 <li>Initial value: 75</li>
19244 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19246 </ul>
19247<li><b>LookAroundRate</b>: The percentage to try other rates
19248 <ul>
19249 <li>Set with class: \ref ns3::UintegerValue</li>
19250 <li>Underlying type: uint8_t 0:255</li>
19251 <li>Initial value: 10</li>
19252 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19253 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19254 </ul>
19255<li><b>PacketLength</b>: The packet length used for calculating mode TxTime
19256 <ul>
19257 <li>Set with class: \ref ns3::UintegerValue</li>
19258 <li>Underlying type: uint32_t 0:4294967295</li>
19259 <li>Initial value: 1200</li>
19260 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19261 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19262 </ul>
19263<li><b>PrintSamples</b>: Print samples table
19264 <ul>
19265 <li>Set with class: \ref ns3::BooleanValue</li>
19266 <li>Underlying type: bool</li>
19267 <li>Initial value: false</li>
19268 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19270 </ul>
19271<li><b>PrintStats</b>: Print statistics table
19272 <ul>
19273 <li>Set with class: \ref ns3::BooleanValue</li>
19274 <li>Underlying type: bool</li>
19275 <li>Initial value: false</li>
19276 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19278 </ul>
19279<li><b>SampleColumn</b>: The number of columns used for sampling
19280 <ul>
19281 <li>Set with class: \ref ns3::UintegerValue</li>
19282 <li>Underlying type: uint8_t 0:255</li>
19283 <li>Initial value: 10</li>
19284 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19286 </ul>
19287<li><b>UpdateStatistics</b>: The interval between updating statistics table
19288 <ul>
19289 <li>Set with class: \ref ns3::TimeValue</li>
19290 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19291 <li>Initial value: +1e+08ns</li>
19292 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19293 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19294 </ul>
19295</ul>
19296<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
19297<ul>
19298<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.
19299 <ul>
19300 <li>Set with class: \ref ns3::UintegerValue</li>
19301 <li>Underlying type: uint8_t 0:255</li>
19302 <li>Initial value: 0</li>
19303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19305 </ul>
19306<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
19307 <ul>
19308 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19309 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19310 <li>Initial value: Cts-To-Self</li>
19311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19313 </ul>
19314<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.
19315 <ul>
19316 <li>Set with class: \ref ns3::UintegerValue</li>
19317 <li>Underlying type: uint32_t 256:65535</li>
19318 <li>Initial value: 65535</li>
19319 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19321 </ul>
19322<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
19323 <ul>
19324 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19325 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19326 <li>Initial value: Cts-To-Self</li>
19327 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19328 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19329 </ul>
19330<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.
19331 <ul>
19332 <li>Set with class: \ref ns3::BooleanValue</li>
19333 <li>Underlying type: bool</li>
19334 <li>Initial value: false</li>
19335 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19336 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19337 </ul>
19338<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.
19339 <ul>
19340 <li>Set with class: \ref ns3::UintegerValue</li>
19341 <li>Underlying type: uint32_t 0:4294967295</li>
19342 <li>Initial value: 4</li>
19343 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19344 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19345 </ul>
19346<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.
19347 <ul>
19348 <li>Set with class: \ref ns3::UintegerValue</li>
19349 <li>Underlying type: uint32_t 0:4294967295</li>
19350 <li>Initial value: 7</li>
19351 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19352 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19353 </ul>
19354<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
19355 <ul>
19356 <li>Set with class: \ref ns3::WifiModeValue</li>
19357 <li>Underlying type: \p WifiMode</li>
19358 <li>Initial value: Invalid-WifiMode</li>
19359 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19361 </ul>
19362<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.
19363 <ul>
19364 <li>Set with class: \ref ns3::UintegerValue</li>
19365 <li>Underlying type: uint32_t 0:4692480</li>
19366 <li>Initial value: 4692480</li>
19367 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19369 </ul>
19370<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.
19371 <ul>
19372 <li>Set with class: \ref ns3::TimeValue</li>
19373 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19374 <li>Initial value: +0ns</li>
19375 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19377 </ul>
19378</ul>
19379<h3>TraceSources</h3>
19380<ul>
19381<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
19382 <li> %Callback signature: ns3::TracedValueCallback::Uint64
19383</li>
19384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19385</ul>
19386</ul>
19387<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
19388<ul>
19389<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
19390 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19391</li>
19392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19393</ul>
19394<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
19395 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19396</li>
19397 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19398</ul>
19399<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
19400 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19401</li>
19402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19403</ul>
19404<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
19405 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19406</li>
19407 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19408</ul>
19409</ul>
19410<b>Group:</b> Wifi
19411
19412<b>Size</b> of this type is 520 bytes (on a 64-bit architecture).
19413*/
19414
19415/*!
19416
19417\class ns3::MobilityBuildingInfo
19418
19419Introspection did not find any typical Config paths.<br>
19420No Attributes are defined for this type.<br>
19421No TraceSources are defined for this type.<br>
19422<b>Group:</b> Buildings
19423
19424<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
19425*/
19426
19427/*!
19428
19429\class ns3::MobilityModel
19430
19431<h3>Config Paths</h3>
19432
19433ns3::MobilityModel is accessible through the following paths with Config::Set and Config::Connect:
19434<ul>
19435<li>"/NodeList/[i]/$ns3::MobilityModel"</li>
19436</ul>
19437<h3>Attributes</h3>
19438<ul>
19439<li><b>Position</b>: The current position of the mobility model.
19440 <ul>
19441 <li>Set with class: \ref ns3::Vector3DValue</li>
19442 <li>Underlying type: \p Vector3D</li>
19443 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
19444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19445 </ul>
19446<li><b>Velocity</b>: The current velocity of the mobility model.
19447 <ul>
19448 <li>Set with class: \ref ns3::Vector3DValue</li>
19449 <li>Underlying type: \p Vector3D</li>
19450 <li>Flags: <span class="mlabel">read</span></li>
19451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19452 </ul>
19453</ul>
19454<h3>TraceSources</h3>
19455<ul>
19456<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
19457 <li> %Callback signature: ns3::MobilityModel::TracedCallback
19458</li>
19459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19460</ul>
19461</ul>
19462<b>Group:</b> Mobility
19463
19464<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19465*/
19466
19467/*!
19468
19469\class ns3::MpduAggregator
19470
19471Introspection did not find any typical Config paths.<br>
19472No Attributes are defined for this type.<br>
19473No TraceSources are defined for this type.<br>
19474<b>Group:</b> Wifi
19475
19476<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19477*/
19478
19479/*!
19480
19481\class ns3::MqQueueDisc
19482
19483Introspection did not find any typical Config paths.<br>
19484No Attributes are defined for this type.<br>
19485<h3>Attributes defined in parent class ns3::QueueDisc</h3>
19486<ul>
19487<li><b>InternalQueueList</b>: The list of internal queues.
19488 <ul>
19489 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19490 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
19491 <li>Flags: <span class="mlabel">read</span></li>
19492 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19493 </ul>
19494<li><b>PacketFilterList</b>: The list of packet filters.
19495 <ul>
19496 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19497 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
19498 <li>Flags: <span class="mlabel">read</span></li>
19499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19500 </ul>
19501<li><b>QueueDiscClassList</b>: The list of queue disc classes.
19502 <ul>
19503 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19504 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
19505 <li>Flags: <span class="mlabel">read</span></li>
19506 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19507 </ul>
19508<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
19509 <ul>
19510 <li>Set with class: \ref ns3::UintegerValue</li>
19511 <li>Underlying type: uint32_t 0:4294967295</li>
19512 <li>Initial value: 64</li>
19513 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19515 </ul>
19516</ul>
19517No TraceSources are defined for this type.<br>
19518<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
19519<ul>
19520<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
19521 <li> %Callback signature: ns3::TracedValueCallback::Uint32
19522</li>
19523 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19524</ul>
19525<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
19526 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19527</li>
19528 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19529</ul>
19530<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
19531 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19532</li>
19533 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19534</ul>
19535<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
19536 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19537</li>
19538 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19539</ul>
19540<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
19541 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19542</li>
19543 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19544</ul>
19545<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
19546 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19547</li>
19548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19549</ul>
19550<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
19551 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19552</li>
19553 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19554</ul>
19555<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
19556 <li> %Callback signature: ns3::TracedValueCallback::Uint32
19557</li>
19558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19559</ul>
19560<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
19561 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19562</li>
19563 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19564</ul>
19565<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
19566 <li> %Callback signature: ns3::Time::TracedCallback
19567</li>
19568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19569</ul>
19570</ul>
19571<b>Group:</b> TrafficControl
19572
19573<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
19574*/
19575
19576/*!
19577
19578\class ns3::MsduAggregator
19579
19580Introspection did not find any typical Config paths.<br>
19581No Attributes are defined for this type.<br>
19582No TraceSources are defined for this type.<br>
19583<b>Group:</b> Wifi
19584
19585<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19586*/
19587
19588/*!
19589
19590\class ns3::MultiModelSpectrumChannel
19591
19592<h3>Config Paths</h3>
19593
19594ns3::MultiModelSpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
19595<ul>
19596<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::MultiModelSpectrumChannel"</li>
19597<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19598<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::MultiModelSpectrumChannel"</li>
19599<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19600<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/$ns3::MultiModelSpectrumChannel"</li>
19601<li>"/ChannelList/[i]/$ns3::MultiModelSpectrumChannel"</li>
19602<li>"/ChannelList/[i]/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19603</ul>
19604No Attributes are defined for this type.<br>
19605<h3>Attributes defined in parent class ns3::SpectrumChannel</h3>
19606<ul>
19607<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.
19608 <ul>
19609 <li>Set with class: \ref ns3::DoubleValue</li>
19610 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19611 <li>Initial value: 1e+09</li>
19612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19614 </ul>
19615<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
19616 <ul>
19617 <li>Set with class: \ref ns3::PointerValue</li>
19618 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
19619 <li>Initial value: 0</li>
19620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19622 </ul>
19623</ul>
19624<h3>Attributes defined in parent class ns3::Channel</h3>
19625<ul>
19626<li><b>Id</b>: The id (unique integer) of this Channel.
19627 <ul>
19628 <li>Set with class: \ref ns3::UintegerValue</li>
19629 <li>Underlying type: uint32_t 0:4294967295</li>
19630 <li>Flags: <span class="mlabel">read</span></li>
19631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19632 </ul>
19633</ul>
19634No TraceSources are defined for this type.<br>
19635<h3>TraceSources defined in parent class ns3::SpectrumChannel</h3>
19636<ul>
19637<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>
19638 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
19639</li>
19640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19641</ul>
19642<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>
19643 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
19644</li>
19645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19646</ul>
19647<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>
19648 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
19649</li>
19650 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19651</ul>
19652</ul>
19653<b>Group:</b> Spectrum
19654
19655<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
19656*/
19657
19658/*!
19659
19660\class ns3::MultiUserScheduler
19661
19662Introspection did not find any typical Config paths.<br>
19663<h3>Attributes</h3>
19664<ul>
19665<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.
19666 <ul>
19667 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
19668 <li>Underlying type: \p AC_BE|AC_VI|AC_VO|AC_BK</li>
19669 <li>Initial value: AC_BE</li>
19670 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19671 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19672 </ul>
19673<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.
19674 <ul>
19675 <li>Set with class: \ref ns3::TimeValue</li>
19676 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19677 <li>Initial value: +0ns</li>
19678 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19680 </ul>
19681<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.
19682 <ul>
19683 <li>Set with class: \ref ns3::TimeValue</li>
19684 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19685 <li>Initial value: +2e+06ns</li>
19686 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19688 </ul>
19689<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.
19690 <ul>
19691 <li>Set with class: \ref ns3::BooleanValue</li>
19692 <li>Underlying type: bool</li>
19693 <li>Initial value: true</li>
19694 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19696 </ul>
19697</ul>
19698No TraceSources are defined for this type.<br>
19699<b>Group:</b> Wifi
19700
19701<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
19702*/
19703
19704/*!
19705
19706\class ns3::MuSnrTag
19707
19708Introspection did not find any typical Config paths.<br>
19709No Attributes are defined for this type.<br>
19710No TraceSources are defined for this type.<br>
19711<b>Group:</b> Wifi
19712
19713<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19714*/
19715
19716/*!
19717
19718\class ns3::NakagamiPropagationLossModel
19719
19720<h3>Config Paths</h3>
19721
19722ns3::NakagamiPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
19723<ul>
19724<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19725<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19726<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19727<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19728<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19729<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19730<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19731</ul>
19732<h3>Attributes</h3>
19733<ul>
19734<li><b>Distance1</b>: Beginning of the second distance field. Default is 80m.
19735 <ul>
19736 <li>Set with class: \ref ns3::DoubleValue</li>
19737 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19738 <li>Initial value: 80</li>
19739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19741 </ul>
19742<li><b>Distance2</b>: Beginning of the third distance field. Default is 200m.
19743 <ul>
19744 <li>Set with class: \ref ns3::DoubleValue</li>
19745 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19746 <li>Initial value: 200</li>
19747 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19749 </ul>
19750<li><b>ErlangRv</b>: Access to the underlying ErlangRandomVariable
19751 <ul>
19752 <li>Set with class: \ref ns3::PointerValue</li>
19753 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErlangRandomVariable></li>
19754 <li>Initial value: ns3::ErlangRandomVariable</li>
19755 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19756 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19757 </ul>
19758<li><b>GammaRv</b>: Access to the underlying GammaRandomVariable
19759 <ul>
19760 <li>Set with class: \ref ns3::PointerValue</li>
19761 <li>Underlying type: \ref ns3::Ptr< \ref ns3::GammaRandomVariable></li>
19762 <li>Initial value: ns3::GammaRandomVariable</li>
19763 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19765 </ul>
19766<li><b>m0</b>: m0 for distances smaller than Distance1. Default is 1.5.
19767 <ul>
19768 <li>Set with class: \ref ns3::DoubleValue</li>
19769 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19770 <li>Initial value: 1.5</li>
19771 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19773 </ul>
19774<li><b>m1</b>: m1 for distances smaller than Distance2. Default is 0.75.
19775 <ul>
19776 <li>Set with class: \ref ns3::DoubleValue</li>
19777 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19778 <li>Initial value: 0.75</li>
19779 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19780 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19781 </ul>
19782<li><b>m2</b>: m2 for distances greater than Distance2. Default is 0.75.
19783 <ul>
19784 <li>Set with class: \ref ns3::DoubleValue</li>
19785 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19786 <li>Initial value: 0.75</li>
19787 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19788 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19789 </ul>
19790</ul>
19791No TraceSources are defined for this type.<br>
19792<b>Group:</b> Propagation
19793
19794<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
19795*/
19796
19797/*!
19798
19799\class ns3::NdiscCache
19800
19801Introspection did not find any typical Config paths.<br>
19802<h3>Attributes</h3>
19803<ul>
19804<li><b>UnresolvedQueueSize</b>: Size of the queue for packets pending an NA reply.
19805 <ul>
19806 <li>Set with class: \ref ns3::UintegerValue</li>
19807 <li>Underlying type: uint32_t 0:4294967295</li>
19808 <li>Initial value: 3</li>
19809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19811 </ul>
19812</ul>
19813No TraceSources are defined for this type.<br>
19814<b>Group:</b> Internet
19815
19816<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
19817*/
19818
19819/*!
19820
19821\class ns3::NetDevice
19822
19823<h3>Config Paths</h3>
19824
19825ns3::NetDevice is accessible through the following paths with Config::Set and Config::Connect:
19826<ul>
19827<li>"/NodeList/[i]/DeviceList/[i]"</li>
19828</ul>
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 56 bytes (on a 64-bit architecture).
19834*/
19835
19836/*!
19837
19838\class ns3::NetDeviceQueue
19839
19840Introspection did not find any typical Config paths.<br>
19841No Attributes are defined for this type.<br>
19842No TraceSources are defined for this type.<br>
19843<b>Group:</b> Network
19844
19845<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
19846*/
19847
19848/*!
19849
19850\class ns3::NetDeviceQueueInterface
19851
19852Introspection did not find any typical Config paths.<br>
19853<h3>Attributes</h3>
19854<ul>
19855<li><b>NTxQueues</b>: The number of device transmission queues
19856 <ul>
19857 <li>Set with class: \ref ns3::UintegerValue</li>
19858 <li>Underlying type: uint16_t 1:65535</li>
19859 <li>Initial value: 1</li>
19860 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
19861 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19862 </ul>
19863<li><b>TxQueuesType</b>: The type of transmission queues to be used
19864 <ul>
19865 <li>Set with class: \ref ns3::TypeIdValue</li>
19866 <li>Underlying type: \p TypeId</li>
19867 <li>Initial value: ns3::NetDeviceQueue</li>
19868 <li>Flags: <span class="mlabel">construct</span></li>
19869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19870 </ul>
19871</ul>
19872No TraceSources are defined for this type.<br>
19873<b>Group:</b> Network
19874
19875<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
19876*/
19877
19878/*!
19879
19880\class ns3::NeverLosChannelConditionModel
19881
19882Introspection did not find any typical Config paths.<br>
19883No Attributes are defined for this type.<br>
19884No TraceSources are defined for this type.<br>
19885<b>Group:</b> Propagation
19886
19887<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19888*/
19889
19890/*!
19891
19892\class ns3::NeverLosVehicleChannelConditionModel
19893
19894<h3>Config Paths</h3>
19895
19896ns3::NeverLosVehicleChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
19897<ul>
19898<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19899<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19900<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19901<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19902<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19903<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19904<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19905</ul>
19906No Attributes are defined for this type.<br>
19907No TraceSources are defined for this type.<br>
19908<b>Group:</b> Propagation
19909
19910<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19911*/
19912
19913/*!
19914
19915\class ns3::NistErrorRateModel
19916
19917Introspection did not find any typical Config paths.<br>
19918No Attributes are defined for this type.<br>
19919No TraceSources are defined for this type.<br>
19920<b>Group:</b> Wifi
19921
19922<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19923*/
19924
19925/*!
19926
19927\class ns3::NoBackhaulEpcHelper
19928
19929Introspection did not find any typical Config paths.<br>
19930<h3>Attributes</h3>
19931<ul>
19932<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created
19933 <ul>
19934 <li>Set with class: \ref ns3::DataRateValue</li>
19935 <li>Underlying type: \p DataRate</li>
19936 <li>Initial value: 10000000000bps</li>
19937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19939 </ul>
19940<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created
19941 <ul>
19942 <li>Set with class: \ref ns3::TimeValue</li>
19943 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19944 <li>Initial value: +0ns</li>
19945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19947 </ul>
19948<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.
19949 <ul>
19950 <li>Set with class: \ref ns3::UintegerValue</li>
19951 <li>Underlying type: uint16_t 0:65535</li>
19952 <li>Initial value: 2000</li>
19953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19955 </ul>
19956<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created
19957 <ul>
19958 <li>Set with class: \ref ns3::DataRateValue</li>
19959 <li>Underlying type: \p DataRate</li>
19960 <li>Initial value: 10000000000bps</li>
19961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19963 </ul>
19964<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created
19965 <ul>
19966 <li>Set with class: \ref ns3::TimeValue</li>
19967 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19968 <li>Initial value: +0ns</li>
19969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19971 </ul>
19972<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created
19973 <ul>
19974 <li>Set with class: \ref ns3::UintegerValue</li>
19975 <li>Underlying type: uint16_t 0:65535</li>
19976 <li>Initial value: 2000</li>
19977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19979 </ul>
19980<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created
19981 <ul>
19982 <li>Set with class: \ref ns3::DataRateValue</li>
19983 <li>Underlying type: \p DataRate</li>
19984 <li>Initial value: 10000000000bps</li>
19985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19987 </ul>
19988<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created
19989 <ul>
19990 <li>Set with class: \ref ns3::TimeValue</li>
19991 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19992 <li>Initial value: +0ns</li>
19993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19995 </ul>
19996<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link
19997 <ul>
19998 <li>Set with class: \ref ns3::BooleanValue</li>
19999 <li>Underlying type: bool</li>
20000 <li>Initial value: false</li>
20001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20003 </ul>
20004<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.
20005 <ul>
20006 <li>Set with class: \ref ns3::UintegerValue</li>
20007 <li>Underlying type: uint16_t 0:65535</li>
20008 <li>Initial value: 3000</li>
20009 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20011 </ul>
20012<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link
20013 <ul>
20014 <li>Set with class: \ref ns3::StringValue</li>
20015 <li>Underlying type: \p std::string</li>
20016 <li>Initial value: x2</li>
20017 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20018 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20019 </ul>
20020</ul>
20021No TraceSources are defined for this type.<br>
20022<b>Group:</b> Lte
20023
20024<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
20025*/
20026
20027/*!
20028
20029\class ns3::Node
20030
20031<h3>Config Paths</h3>
20032
20033ns3::Node is accessible through the following paths with Config::Set and Config::Connect:
20034<ul>
20035<li>"/NodeList/[i]"</li>
20036</ul>
20037<h3>Attributes</h3>
20038<ul>
20039<li><b>ApplicationList</b>: The list of applications associated to this Node.
20040 <ul>
20041 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20042 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Application></li>
20043 <li>Flags: <span class="mlabel">read</span></li>
20044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20045 </ul>
20046<li><b>DeviceList</b>: The list of devices associated to this Node.
20047 <ul>
20048 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20049 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NetDevice></li>
20050 <li>Flags: <span class="mlabel">read</span></li>
20051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20052 </ul>
20053<li><b>Id</b>: The id (unique integer) of this Node.
20054 <ul>
20055 <li>Set with class: \ref ns3::UintegerValue</li>
20056 <li>Underlying type: uint32_t 0:4294967295</li>
20057 <li>Flags: <span class="mlabel">read</span></li>
20058 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20059 </ul>
20060<li><b>SystemId</b>: The systemId of this node: a unique integer used for parallel simulations.
20061 <ul>
20062 <li>Set with class: \ref ns3::UintegerValue</li>
20063 <li>Underlying type: uint32_t 0:4294967295</li>
20064 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
20065 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20066 </ul>
20067</ul>
20068No TraceSources are defined for this type.<br>
20069<b>Group:</b> Network
20070
20071<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
20072*/
20073
20074/*!
20075
20076\class ns3::NodeListPriv
20077
20078<h3>Config Paths</h3>
20079
20080ns3::NodeListPriv is accessible through the following paths with Config::Set and Config::Connect:
20081<ul>
20082<li>""</li>
20083</ul>
20084<h3>Attributes</h3>
20085<ul>
20086<li><b>NodeList</b>: The list of all nodes created during the simulation.
20087 <ul>
20088 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20089 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Node></li>
20090 <li>Flags: <span class="mlabel">read</span></li>
20091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20092 </ul>
20093</ul>
20094No TraceSources are defined for this type.<br>
20095<b>Group:</b> Network
20096
20097<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20098*/
20099
20100/*!
20101
20102\class ns3::NonCommunicatingNetDevice
20103
20104<h3>Config Paths</h3>
20105
20106ns3::NonCommunicatingNetDevice is accessible through the following paths with Config::Set and Config::Connect:
20107<ul>
20108<li>"/NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice"</li>
20109</ul>
20110<h3>Attributes</h3>
20111<ul>
20112<li><b>Phy</b>: The PHY layer attached to this device.
20113 <ul>
20114 <li>Set with class: \ref ns3::PointerValue</li>
20115 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Object></li>
20116 <li>Initial value: 0</li>
20117 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20119 </ul>
20120</ul>
20121No TraceSources are defined for this type.<br>
20122<b>Group:</b> Spectrum
20123
20124<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
20125*/
20126
20127/*!
20128
20129\class ns3::NoOpComponentCarrierManager
20130
20131<h3>Config Paths</h3>
20132
20133ns3::NoOpComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
20134<ul>
20135<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager"</li>
20136<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager"</li>
20137</ul>
20138No Attributes are defined for this type.<br>
20139No TraceSources are defined for this type.<br>
20140<b>Group:</b> Lte
20141
20142<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
20143*/
20144
20145/*!
20146
20147\class ns3::NoOpHandoverAlgorithm
20148
20149<h3>Config Paths</h3>
20150
20151ns3::NoOpHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
20152<ul>
20153<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::NoOpHandoverAlgorithm"</li>
20154<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::NoOpHandoverAlgorithm"</li>
20155</ul>
20156No Attributes are defined for this type.<br>
20157No TraceSources are defined for this type.<br>
20158<b>Group:</b> Lte
20159
20160<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
20161*/
20162
20163/*!
20164
20165\class ns3::NormalRandomVariable
20166
20167<h3>Config Paths</h3>
20168
20169ns3::NormalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
20170<ul>
20171<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20172<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20173<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20174<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20175<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20176<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20177<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20178<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20179<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20180<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20181<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20182<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20183<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20184<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20185<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20186<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::NormalRandomVariable"</li>
20187<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::NormalRandomVariable"</li>
20188<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20189<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20190<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20191<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20192<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20193<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20194<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20195<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20196<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20197<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20198<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::NormalRandomVariable"</li>
20199<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::NormalRandomVariable"</li>
20200<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::NormalRandomVariable"</li>
20201<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::NormalRandomVariable"</li>
20202<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::NormalRandomVariable"</li>
20203<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::NormalRandomVariable"</li>
20204<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::NormalRandomVariable"</li>
20205<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::NormalRandomVariable"</li>
20206<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::NormalRandomVariable"</li>
20207<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalVelocity"</li>
20208<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalDirection"</li>
20209<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalPitch"</li>
20210<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20211<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::NormalRandomVariable"</li>
20212<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::NormalRandomVariable"</li>
20213<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20214<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20215<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::NormalRandomVariable"</li>
20216<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::NormalRandomVariable"</li>
20217<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20218<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::NormalRandomVariable"</li>
20219<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20220<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::NormalRandomVariable"</li>
20221<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::NormalRandomVariable"</li>
20222<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::NormalRandomVariable"</li>
20223<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::NormalRandomVariable"</li>
20224<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20225<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::NormalRandomVariable"</li>
20226<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::NormalRandomVariable"</li>
20227<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20228<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::NormalRandomVariable"</li>
20229<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::NormalRandomVariable"</li>
20230<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::NormalRandomVariable"</li>
20231<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20232<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20233<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20234</ul>
20235<h3>Attributes</h3>
20236<ul>
20237<li><b>Bound</b>: The bound on the values returned by this RNG stream.
20238 <ul>
20239 <li>Set with class: \ref ns3::DoubleValue</li>
20240 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20241 <li>Initial value: 1.79769e+308</li>
20242 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20243 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20244 </ul>
20245<li><b>Mean</b>: The mean value for the normal distribution returned by this RNG stream.
20246 <ul>
20247 <li>Set with class: \ref ns3::DoubleValue</li>
20248 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20249 <li>Initial value: 0</li>
20250 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20251 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20252 </ul>
20253<li><b>Variance</b>: The variance value for the normal distribution returned by this RNG stream.
20254 <ul>
20255 <li>Set with class: \ref ns3::DoubleValue</li>
20256 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20257 <li>Initial value: 1</li>
20258 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20259 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20260 </ul>
20261</ul>
20262<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
20263<ul>
20264<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
20265 <ul>
20266 <li>Set with class: \ref ns3::BooleanValue</li>
20267 <li>Underlying type: bool</li>
20268 <li>Initial value: false</li>
20269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20271 </ul>
20272<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.
20273 <ul>
20274 <li>Set with class: \ref ns3::IntegerValue</li>
20275 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
20276 <li>Initial value: -1</li>
20277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20279 </ul>
20280</ul>
20281No TraceSources are defined for this type.<br>
20282<b>Group:</b> Core
20283
20284<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
20285*/
20286
20287/*!
20288
20289\class ns3::Object
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 56 bytes (on a 64-bit architecture).
20297*/
20298
20299/*!
20300
20301\class ns3::ObjectBase
20302
20303Introspection did not find any typical Config paths.<br>
20304No Attributes are defined for this type.<br>
20305No TraceSources are defined for this type.<br>
20306<b>Group:</b> Core
20307
20308<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
20309*/
20310
20311/*!
20312
20313\class ns3::ObssPdAlgorithm
20314
20315Introspection did not find any typical Config paths.<br>
20316<h3>Attributes</h3>
20317<ul>
20318<li><b>ObssPdLevel</b>: The current OBSS PD level (dBm).
20319 <ul>
20320 <li>Set with class: \ref ns3::DoubleValue</li>
20321 <li>Underlying type: double -101:-62</li>
20322 <li>Initial value: -82</li>
20323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20325 </ul>
20326<li><b>ObssPdLevelMax</b>: Maximum value (dBm) of OBSS PD level.
20327 <ul>
20328 <li>Set with class: \ref ns3::DoubleValue</li>
20329 <li>Underlying type: double -101:-62</li>
20330 <li>Initial value: -62</li>
20331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20333 </ul>
20334<li><b>ObssPdLevelMin</b>: Minimum value (dBm) of OBSS PD level.
20335 <ul>
20336 <li>Set with class: \ref ns3::DoubleValue</li>
20337 <li>Underlying type: double -101:-62</li>
20338 <li>Initial value: -82</li>
20339 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20341 </ul>
20342<li><b>TxPowerRefMimo</b>: The MIMO reference TX power level (dBm).
20343 <ul>
20344 <li>Set with class: \ref ns3::DoubleValue</li>
20345 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20346 <li>Initial value: 25</li>
20347 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20349 </ul>
20350<li><b>TxPowerRefSiso</b>: The SISO reference TX power level (dBm).
20351 <ul>
20352 <li>Set with class: \ref ns3::DoubleValue</li>
20353 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20354 <li>Initial value: 21</li>
20355 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20356 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20357 </ul>
20358</ul>
20359<h3>TraceSources</h3>
20360<ul>
20361<li><b>Reset</b>: Trace CCA Reset event<br> <ul>
20362 <li> %Callback signature: ns3::ObssPdAlgorithm::ResetTracedCallback
20363</li>
20364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20365</ul>
20366</ul>
20367<b>Group:</b> Wifi
20368
20369<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
20370*/
20371
20372/*!
20373
20374\class ns3::OhBuildingsPropagationLossModel
20375
20376<h3>Config Paths</h3>
20377
20378ns3::OhBuildingsPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
20379<ul>
20380<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20381<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20382<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20383<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20384<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20385<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20386<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20387<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20388<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20389<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20390<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20391<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20392<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20393<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20394</ul>
20395No Attributes are defined for this type.<br>
20396<h3>Attributes defined in parent class ns3::BuildingsPropagationLossModel</h3>
20397<ul>
20398<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]
20399 <ul>
20400 <li>Set with class: \ref ns3::DoubleValue</li>
20401 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20402 <li>Initial value: 5</li>
20403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20405 </ul>
20406<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls
20407 <ul>
20408 <li>Set with class: \ref ns3::DoubleValue</li>
20409 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20410 <li>Initial value: 5</li>
20411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20413 </ul>
20414<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes
20415 <ul>
20416 <li>Set with class: \ref ns3::DoubleValue</li>
20417 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20418 <li>Initial value: 8</li>
20419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20421 </ul>
20422<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes
20423 <ul>
20424 <li>Set with class: \ref ns3::DoubleValue</li>
20425 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20426 <li>Initial value: 7</li>
20427 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20429 </ul>
20430</ul>
20431No TraceSources are defined for this type.<br>
20432<b>Group:</b> Buildings
20433
20434<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
20435*/
20436
20437/*!
20438
20439\class ns3::OkumuraHataPropagationLossModel
20440
20441<h3>Config Paths</h3>
20442
20443ns3::OkumuraHataPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
20444<ul>
20445<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20446<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20447<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20448<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20449<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20450<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20451<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20452</ul>
20453<h3>Attributes</h3>
20454<ul>
20455<li><b>CitySize</b>: Dimension of the city
20456 <ul>
20457 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
20458 <li>Underlying type: \p Small|Medium|Large</li>
20459 <li>Initial value: Large</li>
20460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20462 </ul>
20463<li><b>Environment</b>: Environment Scenario
20464 <ul>
20465 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
20466 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
20467 <li>Initial value: Urban</li>
20468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20470 </ul>
20471<li><b>Frequency</b>: The propagation frequency in Hz
20472 <ul>
20473 <li>Set with class: \ref ns3::DoubleValue</li>
20474 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20475 <li>Initial value: 2.16e+09</li>
20476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20478 </ul>
20479</ul>
20480No TraceSources are defined for this type.<br>
20481<b>Group:</b> Propagation
20482
20483<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20484*/
20485
20486/*!
20487
20488\class ns3::olsr::MessageHeader
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 144 bytes (on a 64-bit architecture).
20496*/
20497
20498/*!
20499
20500\class ns3::olsr::PacketHeader
20501
20502Introspection did not find any typical Config paths.<br>
20503No Attributes are defined for this type.<br>
20504No TraceSources are defined for this type.<br>
20505<b>Group:</b> Olsr
20506
20507<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
20508*/
20509
20510/*!
20511
20512\class ns3::olsr::RoutingProtocol
20513
20514<h3>Config Paths</h3>
20515
20516ns3::olsr::RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
20517<ul>
20518<li>"/NodeList/[i]/$ns3::olsr::RoutingProtocol"</li>
20519</ul>
20520<h3>Attributes</h3>
20521<ul>
20522<li><b>HelloInterval</b>: HELLO messages emission interval.
20523 <ul>
20524 <li>Set with class: \ref ns3::TimeValue</li>
20525 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20526 <li>Initial value: +2e+09ns</li>
20527 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20528 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20529 </ul>
20530<li><b>HnaInterval</b>: HNA messages emission interval. Normally it is equal to TcInterval.
20531 <ul>
20532 <li>Set with class: \ref ns3::TimeValue</li>
20533 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20534 <li>Initial value: +5e+09ns</li>
20535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20537 </ul>
20538<li><b>MidInterval</b>: MID messages emission interval. Normally it is equal to TcInterval.
20539 <ul>
20540 <li>Set with class: \ref ns3::TimeValue</li>
20541 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20542 <li>Initial value: +5e+09ns</li>
20543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20545 </ul>
20546<li><b>TcInterval</b>: TC messages emission interval.
20547 <ul>
20548 <li>Set with class: \ref ns3::TimeValue</li>
20549 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20550 <li>Initial value: +5e+09ns</li>
20551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20553 </ul>
20554<li><b>Willingness</b>: Willingness of a node to carry and forward traffic for other nodes.
20555 <ul>
20556 <li>Set with class: \ref ns3::EnumValue<ns3::olsr::Willingness></li>
20557 <li>Underlying type: \p never|low|default|high|always</li>
20558 <li>Initial value: default</li>
20559 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20561 </ul>
20562</ul>
20563<h3>TraceSources</h3>
20564<ul>
20565<li><b>RoutingTableChanged</b>: The OLSR routing table has changed.<br> <ul>
20566 <li> %Callback signature: ns3::olsr::RoutingProtocol::TableChangeTracedCallback
20567</li>
20568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20569</ul>
20570<li><b>Rx</b>: Receive OLSR packet.<br> <ul>
20571 <li> %Callback signature: ns3::olsr::RoutingProtocol::PacketTxRxTracedCallback
20572</li>
20573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20574</ul>
20575<li><b>Tx</b>: Send OLSR packet.<br> <ul>
20576 <li> %Callback signature: ns3::olsr::RoutingProtocol::PacketTxRxTracedCallback
20577</li>
20578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20579</ul>
20580</ul>
20581<b>Group:</b> Olsr
20582
20583<b>Size</b> of this type is 1016 bytes (on a 64-bit architecture).
20584*/
20585
20586/*!
20587
20588\class ns3::OnoeWifiManager
20589
20590<h3>Config Paths</h3>
20591
20592ns3::OnoeWifiManager is accessible through the following paths with Config::Set and Config::Connect:
20593<ul>
20594<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::OnoeWifiManager"</li>
20595<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::OnoeWifiManager"</li>
20596</ul>
20597<h3>Attributes</h3>
20598<ul>
20599<li><b>AddCreditThreshold</b>: Add credit threshold
20600 <ul>
20601 <li>Set with class: \ref ns3::UintegerValue</li>
20602 <li>Underlying type: uint32_t 0:4294967295</li>
20603 <li>Initial value: 10</li>
20604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20606 </ul>
20607<li><b>RaiseThreshold</b>: Attempt to raise the rate if we hit that threshold
20608 <ul>
20609 <li>Set with class: \ref ns3::UintegerValue</li>
20610 <li>Underlying type: uint32_t 0:4294967295</li>
20611 <li>Initial value: 10</li>
20612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20614 </ul>
20615<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes
20616 <ul>
20617 <li>Set with class: \ref ns3::TimeValue</li>
20618 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20619 <li>Initial value: +1e+09ns</li>
20620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20622 </ul>
20623</ul>
20624<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
20625<ul>
20626<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.
20627 <ul>
20628 <li>Set with class: \ref ns3::UintegerValue</li>
20629 <li>Underlying type: uint8_t 0:255</li>
20630 <li>Initial value: 0</li>
20631 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20632 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20633 </ul>
20634<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
20635 <ul>
20636 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
20637 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
20638 <li>Initial value: Cts-To-Self</li>
20639 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20641 </ul>
20642<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.
20643 <ul>
20644 <li>Set with class: \ref ns3::UintegerValue</li>
20645 <li>Underlying type: uint32_t 256:65535</li>
20646 <li>Initial value: 65535</li>
20647 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20649 </ul>
20650<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
20651 <ul>
20652 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
20653 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
20654 <li>Initial value: Cts-To-Self</li>
20655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20657 </ul>
20658<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.
20659 <ul>
20660 <li>Set with class: \ref ns3::BooleanValue</li>
20661 <li>Underlying type: bool</li>
20662 <li>Initial value: false</li>
20663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20665 </ul>
20666<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.
20667 <ul>
20668 <li>Set with class: \ref ns3::UintegerValue</li>
20669 <li>Underlying type: uint32_t 0:4294967295</li>
20670 <li>Initial value: 4</li>
20671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20672 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
20673 </ul>
20674<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.
20675 <ul>
20676 <li>Set with class: \ref ns3::UintegerValue</li>
20677 <li>Underlying type: uint32_t 0:4294967295</li>
20678 <li>Initial value: 7</li>
20679 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20680 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
20681 </ul>
20682<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
20683 <ul>
20684 <li>Set with class: \ref ns3::WifiModeValue</li>
20685 <li>Underlying type: \p WifiMode</li>
20686 <li>Initial value: Invalid-WifiMode</li>
20687 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20689 </ul>
20690<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.
20691 <ul>
20692 <li>Set with class: \ref ns3::UintegerValue</li>
20693 <li>Underlying type: uint32_t 0:4692480</li>
20694 <li>Initial value: 4692480</li>
20695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20697 </ul>
20698<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.
20699 <ul>
20700 <li>Set with class: \ref ns3::TimeValue</li>
20701 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20702 <li>Initial value: +0ns</li>
20703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20705 </ul>
20706</ul>
20707<h3>TraceSources</h3>
20708<ul>
20709<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
20710 <li> %Callback signature: ns3::TracedValueCallback::Uint64
20711</li>
20712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20713</ul>
20714</ul>
20715<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
20716<ul>
20717<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
20718 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20719</li>
20720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20721</ul>
20722<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
20723 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20724</li>
20725 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20726</ul>
20727<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
20728 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20729</li>
20730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20731</ul>
20732<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
20733 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20734</li>
20735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20736</ul>
20737</ul>
20738<b>Group:</b> Wifi
20739
20740<b>Size</b> of this type is 456 bytes (on a 64-bit architecture).
20741*/
20742
20743/*!
20744
20745\class ns3::OnOffApplication
20746
20747<h3>Config Paths</h3>
20748
20749ns3::OnOffApplication is accessible through the following paths with Config::Set and Config::Connect:
20750<ul>
20751<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication"</li>
20752<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication"</li>
20753</ul>
20754<h3>Attributes</h3>
20755<ul>
20756<li><b>DataRate</b>: The data rate in on state.
20757 <ul>
20758 <li>Set with class: \ref ns3::DataRateValue</li>
20759 <li>Underlying type: \p DataRate</li>
20760 <li>Initial value: 500000bps</li>
20761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20763 </ul>
20764<li><b>EnableSeqTsSizeHeader</b>: Enable use of SeqTsSizeHeader for sequence number and timestamp
20765 <ul>
20766 <li>Set with class: \ref ns3::BooleanValue</li>
20767 <li>Underlying type: bool</li>
20768 <li>Initial value: false</li>
20769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20771 </ul>
20772<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.
20773 <ul>
20774 <li>Set with class: \ref ns3::UintegerValue</li>
20775 <li>Underlying type: uint64_t 0:18446744073709551615</li>
20776 <li>Initial value: 0</li>
20777 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20779 </ul>
20780<li><b>OffTime</b>: A RandomVariableStream used to pick the duration of the 'Off' state.
20781 <ul>
20782 <li>Set with class: \ref ns3::PointerValue</li>
20783 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20784 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
20785 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20787 </ul>
20788<li><b>OnTime</b>: A RandomVariableStream used to pick the duration of the 'On' state.
20789 <ul>
20790 <li>Set with class: \ref ns3::PointerValue</li>
20791 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20792 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
20793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20795 </ul>
20796<li><b>PacketSize</b>: The size of packets sent in on state
20797 <ul>
20798 <li>Set with class: \ref ns3::UintegerValue</li>
20799 <li>Underlying type: uint32_t 1:4294967295</li>
20800 <li>Initial value: 512</li>
20801 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20803 </ul>
20804<li><b>Protocol</b>: The type of protocol to use. This should be a subclass of ns3::SocketFactory
20805 <ul>
20806 <li>Set with class: \ref ns3::TypeIdValue</li>
20807 <li>Underlying type: \p TypeId</li>
20808 <li>Initial value: ns3::UdpSocketFactory</li>
20809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20811 </ul>
20812</ul>
20813<h3>Attributes defined in parent class ns3::SourceApplication</h3>
20814<ul>
20815<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
20816 <ul>
20817 <li>Set with class: \ref ns3::AddressValue</li>
20818 <li>Underlying type: \p Address</li>
20819 <li>Initial value: </li>
20820 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20821 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20822 </ul>
20823<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
20824 <ul>
20825 <li>Set with class: \ref ns3::AddressValue</li>
20826 <li>Underlying type: \p Address</li>
20827 <li>Initial value: </li>
20828 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20829 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20830 </ul>
20831<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).
20832 <ul>
20833 <li>Set with class: \ref ns3::UintegerValue</li>
20834 <li>Underlying type: uint8_t 0:255</li>
20835 <li>Initial value: 0</li>
20836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20838 </ul>
20839</ul>
20840<h3>Attributes defined in parent class ns3::Application</h3>
20841<ul>
20842<li><b>StartTime</b>: Time at which the application will start
20843 <ul>
20844 <li>Set with class: \ref ns3::TimeValue</li>
20845 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20846 <li>Initial value: +0ns</li>
20847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20849 </ul>
20850<li><b>StopTime</b>: Time at which the application will stop
20851 <ul>
20852 <li>Set with class: \ref ns3::TimeValue</li>
20853 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20854 <li>Initial value: +0ns</li>
20855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20857 </ul>
20858</ul>
20859<h3>TraceSources</h3>
20860<ul>
20861<li><b>OnOffState</b>: Application state (0-OFF, 1-ON)<br> <ul>
20862 <li> %Callback signature: ns3::TracedValueCallback::Bool
20863</li>
20864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20865</ul>
20866<li><b>Tx</b>: A new packet is created and is sent<br> <ul>
20867 <li> %Callback signature: ns3::Packet::TracedCallback
20868</li>
20869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20870</ul>
20871<li><b>TxWithAddresses</b>: A new packet is created and is sent<br> <ul>
20872 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
20873</li>
20874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20875</ul>
20876<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader<br> <ul>
20877 <li> %Callback signature: ns3::PacketSink::SeqTsSizeCallback
20878</li>
20879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20880</ul>
20881</ul>
20882<b>Group:</b> Applications
20883
20884<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
20885*/
20886
20887/*!
20888
20889\class ns3::OrbisTopologyReader
20890
20891Introspection did not find any typical Config paths.<br>
20892No Attributes are defined for this type.<br>
20893No TraceSources are defined for this type.<br>
20894<b>Group:</b> TopologyReader
20895
20896<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
20897*/
20898
20899/*!
20900
20901\class ns3::OutdoorPositionAllocator
20902
20903<h3>Config Paths</h3>
20904
20905ns3::OutdoorPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
20906<ul>
20907<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator"</li>
20908</ul>
20909<h3>Attributes</h3>
20910<ul>
20911<li><b>MaxAttempts</b>: Maximum number of attempts for the rejection sampling before giving up.
20912 <ul>
20913 <li>Set with class: \ref ns3::UintegerValue</li>
20914 <li>Underlying type: uint32_t 0:4294967295</li>
20915 <li>Initial value: 1000</li>
20916 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20918 </ul>
20919<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.
20920 <ul>
20921 <li>Set with class: \ref ns3::PointerValue</li>
20922 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20923 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20924 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20926 </ul>
20927<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.
20928 <ul>
20929 <li>Set with class: \ref ns3::PointerValue</li>
20930 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20931 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20932 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20933 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20934 </ul>
20935<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.
20936 <ul>
20937 <li>Set with class: \ref ns3::PointerValue</li>
20938 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20939 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20940 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20941 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20942 </ul>
20943</ul>
20944No TraceSources are defined for this type.<br>
20945<b>Group:</b> Buildings
20946
20947<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
20948*/
20949
20950/*!
20951
20952\class ns3::PacketBurst
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> Network
20958
20959<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20960*/
20961
20962/*!
20963
20964\class ns3::PacketFilter
20965
20966Introspection did not find any typical Config paths.<br>
20967No Attributes are defined for this type.<br>
20968No TraceSources are defined for this type.<br>
20969<b>Group:</b> TrafficControl
20970
20971<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
20972*/
20973
20974/*!
20975
20976\class ns3::PacketProbe
20977
20978Introspection did not find any typical Config paths.<br>
20979No Attributes are defined for this type.<br>
20980<h3>Attributes defined in parent class ns3::Probe</h3>
20981<ul>
20982<li><b>Start</b>: Time data collection starts
20983 <ul>
20984 <li>Set with class: \ref ns3::TimeValue</li>
20985 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20986 <li>Initial value: +0ns</li>
20987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20989 </ul>
20990<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
20991 <ul>
20992 <li>Set with class: \ref ns3::TimeValue</li>
20993 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20994 <li>Initial value: +0ns</li>
20995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20997 </ul>
20998</ul>
20999<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
21000<ul>
21001<li><b>Enabled</b>: Object's enabled status
21002 <ul>
21003 <li>Set with class: \ref ns3::BooleanValue</li>
21004 <li>Underlying type: bool</li>
21005 <li>Initial value: true</li>
21006 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21007 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21008 </ul>
21009<li><b>Name</b>: Object's name
21010 <ul>
21011 <li>Set with class: \ref ns3::StringValue</li>
21012 <li>Underlying type: \p std::string</li>
21013 <li>Initial value: unnamed</li>
21014 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21015 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21016 </ul>
21017</ul>
21018<h3>TraceSources</h3>
21019<ul>
21020<li><b>Output</b>: The packet that serve as the output for this probe<br> <ul>
21021 <li> %Callback signature: ns3::Packet::TracedCallback
21022</li>
21023 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21024</ul>
21025<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
21026 <li> %Callback signature: ns3::Packet::SizeTracedCallback
21027</li>
21028 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21029</ul>
21030</ul>
21031<b>Group:</b> Network
21032
21033<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
21034*/
21035
21036/*!
21037
21038\class ns3::PacketSink
21039
21040<h3>Config Paths</h3>
21041
21042ns3::PacketSink is accessible through the following paths with Config::Set and Config::Connect:
21043<ul>
21044<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSink"</li>
21045<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::PacketSink"</li>
21046</ul>
21047<h3>Attributes</h3>
21048<ul>
21049<li><b>EnableSeqTsSizeHeader</b>: Enable optional header tracing of SeqTsSizeHeader
21050 <ul>
21051 <li>Set with class: \ref ns3::BooleanValue</li>
21052 <li>Underlying type: bool</li>
21053 <li>Initial value: false</li>
21054 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21055 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21056 </ul>
21057<li><b>Protocol</b>: The type id of the protocol to use for the rx socket.
21058 <ul>
21059 <li>Set with class: \ref ns3::TypeIdValue</li>
21060 <li>Underlying type: \p TypeId</li>
21061 <li>Initial value: ns3::UdpSocketFactory</li>
21062 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21063 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21064 </ul>
21065</ul>
21066<h3>Attributes defined in parent class ns3::SinkApplication</h3>
21067<ul>
21068<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
21069 <ul>
21070 <li>Set with class: \ref ns3::AddressValue</li>
21071 <li>Underlying type: \p Address</li>
21072 <li>Initial value: </li>
21073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21075 </ul>
21076<li><b>Port</b>: Port on which the application listens for incoming packets.
21077 <ul>
21078 <li>Set with class: \ref ns3::UintegerValue</li>
21079 <li>Underlying type: uint32_t 0:4294967295</li>
21080 <li>Initial value: 4294967295</li>
21081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21083 </ul>
21084</ul>
21085<h3>Attributes defined in parent class ns3::Application</h3>
21086<ul>
21087<li><b>StartTime</b>: Time at which the application will start
21088 <ul>
21089 <li>Set with class: \ref ns3::TimeValue</li>
21090 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21091 <li>Initial value: +0ns</li>
21092 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21094 </ul>
21095<li><b>StopTime</b>: Time at which the application will stop
21096 <ul>
21097 <li>Set with class: \ref ns3::TimeValue</li>
21098 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21099 <li>Initial value: +0ns</li>
21100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21102 </ul>
21103</ul>
21104<h3>TraceSources</h3>
21105<ul>
21106<li><b>Rx</b>: A packet has been received<br> <ul>
21107 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21108</li>
21109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21110</ul>
21111<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
21112 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
21113</li>
21114 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21115</ul>
21116<li><b>RxWithSeqTsSize</b>: A packet with SeqTsSize header has been received<br> <ul>
21117 <li> %Callback signature: ns3::PacketSink::SeqTsSizeCallback
21118</li>
21119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21120</ul>
21121</ul>
21122<b>Group:</b> Applications
21123
21124<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
21125*/
21126
21127/*!
21128
21129\class ns3::PacketSocket
21130
21131Introspection did not find any typical Config paths.<br>
21132<h3>Attributes</h3>
21133<ul>
21134<li><b>RcvBufSize</b>: PacketSocket maximum receive buffer size (bytes)
21135 <ul>
21136 <li>Set with class: \ref ns3::UintegerValue</li>
21137 <li>Underlying type: uint32_t 0:4294967295</li>
21138 <li>Initial value: 131072</li>
21139 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21140 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21141 </ul>
21142</ul>
21143<h3>TraceSources</h3>
21144<ul>
21145<li><b>Drop</b>: Drop packet due to receive buffer overflow<br> <ul>
21146 <li> %Callback signature: ns3::Packet::TracedCallback
21147</li>
21148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21149</ul>
21150</ul>
21151<b>Group:</b> Network
21152
21153<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
21154*/
21155
21156/*!
21157
21158\class ns3::PacketSocketClient
21159
21160<h3>Config Paths</h3>
21161
21162ns3::PacketSocketClient is accessible through the following paths with Config::Set and Config::Connect:
21163<ul>
21164<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSocketClient"</li>
21165</ul>
21166<h3>Attributes</h3>
21167<ul>
21168<li><b>Interval</b>: The time to wait between packets
21169 <ul>
21170 <li>Set with class: \ref ns3::TimeValue</li>
21171 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21172 <li>Initial value: +1e+09ns</li>
21173 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21175 </ul>
21176<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
21177 <ul>
21178 <li>Set with class: \ref ns3::UintegerValue</li>
21179 <li>Underlying type: uint32_t 0:4294967295</li>
21180 <li>Initial value: 100</li>
21181 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21182 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21183 </ul>
21184<li><b>PacketSize</b>: Size of packets generated (bytes).
21185 <ul>
21186 <li>Set with class: \ref ns3::UintegerValue</li>
21187 <li>Underlying type: uint32_t 0:4294967295</li>
21188 <li>Initial value: 1024</li>
21189 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21191 </ul>
21192<li><b>Priority</b>: Priority assigned to the packets generated.
21193 <ul>
21194 <li>Set with class: \ref ns3::UintegerValue</li>
21195 <li>Underlying type: uint8_t 0:255</li>
21196 <li>Initial value: 0</li>
21197 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21199 </ul>
21200</ul>
21201<h3>Attributes defined in parent class ns3::Application</h3>
21202<ul>
21203<li><b>StartTime</b>: Time at which the application will start
21204 <ul>
21205 <li>Set with class: \ref ns3::TimeValue</li>
21206 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21207 <li>Initial value: +0ns</li>
21208 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21209 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21210 </ul>
21211<li><b>StopTime</b>: Time at which the application will stop
21212 <ul>
21213 <li>Set with class: \ref ns3::TimeValue</li>
21214 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21215 <li>Initial value: +0ns</li>
21216 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21217 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21218 </ul>
21219</ul>
21220<h3>TraceSources</h3>
21221<ul>
21222<li><b>Tx</b>: A packet has been sent<br> <ul>
21223 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21224</li>
21225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21226</ul>
21227</ul>
21228<b>Group:</b> Network
21229
21230<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
21231*/
21232
21233/*!
21234
21235\class ns3::PacketSocketFactory
21236
21237<h3>Config Paths</h3>
21238
21239ns3::PacketSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
21240<ul>
21241<li>"/NodeList/[i]/$ns3::PacketSocketFactory"</li>
21242</ul>
21243No Attributes are defined for this type.<br>
21244No TraceSources are defined for this type.<br>
21245<b>Group:</b> Network
21246
21247<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
21248*/
21249
21250/*!
21251
21252\class ns3::PacketSocketServer
21253
21254<h3>Config Paths</h3>
21255
21256ns3::PacketSocketServer is accessible through the following paths with Config::Set and Config::Connect:
21257<ul>
21258<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSocketServer"</li>
21259</ul>
21260No Attributes are defined for this type.<br>
21261<h3>Attributes defined in parent class ns3::Application</h3>
21262<ul>
21263<li><b>StartTime</b>: Time at which the application will start
21264 <ul>
21265 <li>Set with class: \ref ns3::TimeValue</li>
21266 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21267 <li>Initial value: +0ns</li>
21268 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21270 </ul>
21271<li><b>StopTime</b>: Time at which the application will stop
21272 <ul>
21273 <li>Set with class: \ref ns3::TimeValue</li>
21274 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21275 <li>Initial value: +0ns</li>
21276 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21278 </ul>
21279</ul>
21280<h3>TraceSources</h3>
21281<ul>
21282<li><b>Rx</b>: A packet has been received<br> <ul>
21283 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21284</li>
21285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21286</ul>
21287</ul>
21288<b>Group:</b> Network
21289
21290<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
21291*/
21292
21293/*!
21294
21295\class ns3::PacketSocketTag
21296
21297Introspection did not find any typical Config paths.<br>
21298No Attributes are defined for this type.<br>
21299No TraceSources are defined for this type.<br>
21300<b>Group:</b> Network
21301
21302<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
21303*/
21304
21305/*!
21306
21307\class ns3::ParabolicAntennaModel
21308
21309Introspection did not find any typical Config paths.<br>
21310<h3>Attributes</h3>
21311<ul>
21312<li><b>Beamwidth</b>: The 3dB beamwidth (degrees)
21313 <ul>
21314 <li>Set with class: \ref ns3::DoubleValue</li>
21315 <li>Underlying type: double 0:180</li>
21316 <li>Initial value: 60</li>
21317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21319 </ul>
21320<li><b>MaxAttenuation</b>: The maximum attenuation (dB) of the antenna radiation pattern.
21321 <ul>
21322 <li>Set with class: \ref ns3::DoubleValue</li>
21323 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21324 <li>Initial value: 20</li>
21325 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21327 </ul>
21328<li><b>Orientation</b>: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis
21329 <ul>
21330 <li>Set with class: \ref ns3::DoubleValue</li>
21331 <li>Underlying type: double -360:360</li>
21332 <li>Initial value: 0</li>
21333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21335 </ul>
21336</ul>
21337No TraceSources are defined for this type.<br>
21338<b>Group:</b> Antenna
21339
21340<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
21341*/
21342
21343/*!
21344
21345\class ns3::ParetoRandomVariable
21346
21347<h3>Config Paths</h3>
21348
21349ns3::ParetoRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
21350<ul>
21351<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21352<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21353<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21356<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21357<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21358<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21359<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21360<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21361<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21362<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21363<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21364<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21365<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21366<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ParetoRandomVariable"</li>
21367<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ParetoRandomVariable"</li>
21368<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21369<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21370<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21371<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21372<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21373<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21374<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21375<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21376<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21377<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21378<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ParetoRandomVariable"</li>
21379<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ParetoRandomVariable"</li>
21380<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ParetoRandomVariable"</li>
21381<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ParetoRandomVariable"</li>
21382<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ParetoRandomVariable"</li>
21383<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ParetoRandomVariable"</li>
21384<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ParetoRandomVariable"</li>
21385<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ParetoRandomVariable"</li>
21386<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ParetoRandomVariable"</li>
21387<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21388<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ParetoRandomVariable"</li>
21389<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ParetoRandomVariable"</li>
21390<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21391<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21392<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ParetoRandomVariable"</li>
21393<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21394<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21395<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21396<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21397<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ParetoRandomVariable"</li>
21398<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ParetoRandomVariable"</li>
21399<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ParetoRandomVariable"</li>
21400<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21401<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21402<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ParetoRandomVariable"</li>
21403<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ParetoRandomVariable"</li>
21404<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21405<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ParetoRandomVariable"</li>
21406<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ParetoRandomVariable"</li>
21407<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ParetoRandomVariable"</li>
21408<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21409<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21410<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21411</ul>
21412<h3>Attributes</h3>
21413<ul>
21414<li><b>Bound</b>: The upper bound on the values returned by this RNG stream (if non-zero).
21415 <ul>
21416 <li>Set with class: \ref ns3::DoubleValue</li>
21417 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21418 <li>Initial value: 0</li>
21419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21421 </ul>
21422<li><b>Scale</b>: The scale parameter for the Pareto distribution returned by this RNG stream.
21423 <ul>
21424 <li>Set with class: \ref ns3::DoubleValue</li>
21425 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21426 <li>Initial value: 1</li>
21427 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21429 </ul>
21430<li><b>Shape</b>: The shape parameter for the Pareto distribution returned by this RNG stream.
21431 <ul>
21432 <li>Set with class: \ref ns3::DoubleValue</li>
21433 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21434 <li>Initial value: 2</li>
21435 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21436 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21437 </ul>
21438</ul>
21439<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
21440<ul>
21441<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
21442 <ul>
21443 <li>Set with class: \ref ns3::BooleanValue</li>
21444 <li>Underlying type: bool</li>
21445 <li>Initial value: false</li>
21446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21448 </ul>
21449<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.
21450 <ul>
21451 <li>Set with class: \ref ns3::IntegerValue</li>
21452 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
21453 <li>Initial value: -1</li>
21454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21456 </ul>
21457</ul>
21458No TraceSources are defined for this type.<br>
21459<b>Group:</b> Core
21460
21461<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
21462*/
21463
21464/*!
21465
21466\class ns3::ParfWifiManager
21467
21468<h3>Config Paths</h3>
21469
21470ns3::ParfWifiManager is accessible through the following paths with Config::Set and Config::Connect:
21471<ul>
21472<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ParfWifiManager"</li>
21473<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ParfWifiManager"</li>
21474</ul>
21475<h3>Attributes</h3>
21476<ul>
21477<li><b>AttemptThreshold</b>: The minimum number of transmission attempts to try a new power or rate.
21478 <ul>
21479 <li>Set with class: \ref ns3::UintegerValue</li>
21480 <li>Underlying type: uint32_t 0:4294967295</li>
21481 <li>Initial value: 15</li>
21482 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21484 </ul>
21485<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new power or rate.
21486 <ul>
21487 <li>Set with class: \ref ns3::UintegerValue</li>
21488 <li>Underlying type: uint32_t 0:4294967295</li>
21489 <li>Initial value: 10</li>
21490 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21492 </ul>
21493</ul>
21494<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
21495<ul>
21496<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.
21497 <ul>
21498 <li>Set with class: \ref ns3::UintegerValue</li>
21499 <li>Underlying type: uint8_t 0:255</li>
21500 <li>Initial value: 0</li>
21501 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21502 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21503 </ul>
21504<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
21505 <ul>
21506 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
21507 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
21508 <li>Initial value: Cts-To-Self</li>
21509 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21510 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21511 </ul>
21512<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.
21513 <ul>
21514 <li>Set with class: \ref ns3::UintegerValue</li>
21515 <li>Underlying type: uint32_t 256:65535</li>
21516 <li>Initial value: 65535</li>
21517 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21518 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21519 </ul>
21520<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
21521 <ul>
21522 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
21523 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
21524 <li>Initial value: Cts-To-Self</li>
21525 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21527 </ul>
21528<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.
21529 <ul>
21530 <li>Set with class: \ref ns3::BooleanValue</li>
21531 <li>Underlying type: bool</li>
21532 <li>Initial value: false</li>
21533 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21535 </ul>
21536<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.
21537 <ul>
21538 <li>Set with class: \ref ns3::UintegerValue</li>
21539 <li>Underlying type: uint32_t 0:4294967295</li>
21540 <li>Initial value: 4</li>
21541 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21542 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
21543 </ul>
21544<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.
21545 <ul>
21546 <li>Set with class: \ref ns3::UintegerValue</li>
21547 <li>Underlying type: uint32_t 0:4294967295</li>
21548 <li>Initial value: 7</li>
21549 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21550 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
21551 </ul>
21552<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
21553 <ul>
21554 <li>Set with class: \ref ns3::WifiModeValue</li>
21555 <li>Underlying type: \p WifiMode</li>
21556 <li>Initial value: Invalid-WifiMode</li>
21557 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21559 </ul>
21560<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.
21561 <ul>
21562 <li>Set with class: \ref ns3::UintegerValue</li>
21563 <li>Underlying type: uint32_t 0:4692480</li>
21564 <li>Initial value: 4692480</li>
21565 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21567 </ul>
21568<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.
21569 <ul>
21570 <li>Set with class: \ref ns3::TimeValue</li>
21571 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21572 <li>Initial value: +0ns</li>
21573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21575 </ul>
21576</ul>
21577<h3>TraceSources</h3>
21578<ul>
21579<li><b>PowerChange</b>: The transmission power has change<br> <ul>
21580 <li> %Callback signature: ns3::WifiRemoteStationManager::PowerChangeTracedCallback
21581</li>
21582 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21583</ul>
21584<li><b>RateChange</b>: The transmission rate has change<br> <ul>
21585 <li> %Callback signature: ns3::WifiRemoteStationManager::RateChangeTracedCallback
21586</li>
21587 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21588</ul>
21589</ul>
21590<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
21591<ul>
21592<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
21593 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21594</li>
21595 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21596</ul>
21597<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
21598 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21599</li>
21600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21601</ul>
21602<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
21603 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21604</li>
21605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21606</ul>
21607<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
21608 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21609</li>
21610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21611</ul>
21612</ul>
21613<b>Group:</b> Wifi
21614
21615<b>Size</b> of this type is 472 bytes (on a 64-bit architecture).
21616*/
21617
21618/*!
21619
21620\class ns3::PbbPacket
21621
21622Introspection did not find any typical Config paths.<br>
21623No Attributes are defined for this type.<br>
21624No TraceSources are defined for this type.<br>
21625<b>Group:</b> Network
21626
21627<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
21628*/
21629
21630/*!
21631
21632\class ns3::PcapFileWrapper
21633
21634Introspection did not find any typical Config paths.<br>
21635<h3>Attributes</h3>
21636<ul>
21637<li><b>CaptureSize</b>: Maximum length of captured packets (cf. pcap snaplen)
21638 <ul>
21639 <li>Set with class: \ref ns3::UintegerValue</li>
21640 <li>Underlying type: uint32_t 0:65535</li>
21641 <li>Initial value: 65535</li>
21642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21644 </ul>
21645<li><b>NanosecMode</b>: Whether packet timestamps in the PCAP file are nanoseconds or microseconds(default).
21646 <ul>
21647 <li>Set with class: \ref ns3::BooleanValue</li>
21648 <li>Underlying type: bool</li>
21649 <li>Initial value: false</li>
21650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21652 </ul>
21653</ul>
21654No TraceSources are defined for this type.<br>
21655<b>Group:</b> Network
21656
21657<b>Size</b> of this type is 656 bytes (on a 64-bit architecture).
21658*/
21659
21660/*!
21661
21662\class ns3::PdcpTag
21663
21664Introspection did not find any typical Config paths.<br>
21665No Attributes are defined for this type.<br>
21666No TraceSources are defined for this type.<br>
21667<b>Group:</b> Lte
21668
21669<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
21670*/
21671
21672/*!
21673
21674\class ns3::PfFfMacScheduler
21675
21676<h3>Config Paths</h3>
21677
21678ns3::PfFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
21679<ul>
21680<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PfFfMacScheduler"</li>
21681<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PfFfMacScheduler"</li>
21682</ul>
21683<h3>Attributes</h3>
21684<ul>
21685<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
21686 <ul>
21687 <li>Set with class: \ref ns3::UintegerValue</li>
21688 <li>Underlying type: uint32_t 0:4294967295</li>
21689 <li>Initial value: 1000</li>
21690 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21691 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21692 </ul>
21693<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
21694 <ul>
21695 <li>Set with class: \ref ns3::BooleanValue</li>
21696 <li>Underlying type: bool</li>
21697 <li>Initial value: true</li>
21698 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21699 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21700 </ul>
21701<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
21702 <ul>
21703 <li>Set with class: \ref ns3::UintegerValue</li>
21704 <li>Underlying type: uint8_t 0:255</li>
21705 <li>Initial value: 0</li>
21706 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21707 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21708 </ul>
21709</ul>
21710<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
21711<ul>
21712<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
21713 <ul>
21714 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
21715 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
21716 <li>Initial value: SRS_UL_CQI</li>
21717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21719 </ul>
21720</ul>
21721No TraceSources are defined for this type.<br>
21722<b>Group:</b> Lte
21723
21724<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
21725*/
21726
21727/*!
21728
21729\class ns3::PfifoFastQueueDisc
21730
21731Introspection did not find any typical Config paths.<br>
21732<h3>Attributes</h3>
21733<ul>
21734<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc.
21735 <ul>
21736 <li>Set with class: \ref ns3::QueueSizeValue</li>
21737 <li>Underlying type: \p QueueSize</li>
21738 <li>Initial value: 1000p</li>
21739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21741 </ul>
21742</ul>
21743<h3>Attributes defined in parent class ns3::QueueDisc</h3>
21744<ul>
21745<li><b>InternalQueueList</b>: The list of internal queues.
21746 <ul>
21747 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21748 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
21749 <li>Flags: <span class="mlabel">read</span></li>
21750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21751 </ul>
21752<li><b>PacketFilterList</b>: The list of packet filters.
21753 <ul>
21754 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21755 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
21756 <li>Flags: <span class="mlabel">read</span></li>
21757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21758 </ul>
21759<li><b>QueueDiscClassList</b>: The list of queue disc classes.
21760 <ul>
21761 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21762 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
21763 <li>Flags: <span class="mlabel">read</span></li>
21764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21765 </ul>
21766<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
21767 <ul>
21768 <li>Set with class: \ref ns3::UintegerValue</li>
21769 <li>Underlying type: uint32_t 0:4294967295</li>
21770 <li>Initial value: 64</li>
21771 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21773 </ul>
21774</ul>
21775No TraceSources are defined for this type.<br>
21776<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
21777<ul>
21778<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
21779 <li> %Callback signature: ns3::TracedValueCallback::Uint32
21780</li>
21781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21782</ul>
21783<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
21784 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21785</li>
21786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21787</ul>
21788<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
21789 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21790</li>
21791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21792</ul>
21793<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
21794 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21795</li>
21796 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21797</ul>
21798<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
21799 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21800</li>
21801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21802</ul>
21803<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
21804 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21805</li>
21806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21807</ul>
21808<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
21809 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21810</li>
21811 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21812</ul>
21813<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
21814 <li> %Callback signature: ns3::TracedValueCallback::Uint32
21815</li>
21816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21817</ul>
21818<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
21819 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21820</li>
21821 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21822</ul>
21823<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
21824 <li> %Callback signature: ns3::Time::TracedCallback
21825</li>
21826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21827</ul>
21828</ul>
21829<b>Group:</b> TrafficControl
21830
21831<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
21832*/
21833
21834/*!
21835
21836\class ns3::PhasedArrayModel
21837
21838Introspection did not find any typical Config paths.<br>
21839<h3>Attributes</h3>
21840<ul>
21841<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array
21842 <ul>
21843 <li>Set with class: \ref ns3::PointerValue</li>
21844 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
21845 <li>Initial value: 0x973410</li>
21846 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21848 </ul>
21849</ul>
21850No TraceSources are defined for this type.<br>
21851<b>Group:</b> Antenna
21852
21853<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
21854*/
21855
21856/*!
21857
21858\class ns3::PhasedArraySpectrumPropagationLossModel
21859
21860Introspection did not find any typical Config paths.<br>
21861No Attributes are defined for this type.<br>
21862No TraceSources are defined for this type.<br>
21863<b>Group:</b> Spectrum
21864
21865<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
21866*/
21867
21868/*!
21869
21870\class ns3::PhyRxStatsCalculator
21871
21872Introspection did not find any typical Config paths.<br>
21873<h3>Attributes</h3>
21874<ul>
21875<li><b>DlRxOutputFilename</b>: Name of the file where the downlink results will be saved.
21876 <ul>
21877 <li>Set with class: \ref ns3::StringValue</li>
21878 <li>Underlying type: \p std::string</li>
21879 <li>Initial value: DlRxPhyStats.txt</li>
21880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21882 </ul>
21883<li><b>UlRxOutputFilename</b>: Name of the file where the uplink results will be saved.
21884 <ul>
21885 <li>Set with class: \ref ns3::StringValue</li>
21886 <li>Underlying type: \p std::string</li>
21887 <li>Initial value: UlRxPhyStats.txt</li>
21888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21890 </ul>
21891</ul>
21892No TraceSources are defined for this type.<br>
21893<b>Group:</b> Lte
21894
21895<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
21896*/
21897
21898/*!
21899
21900\class ns3::PhyStatsCalculator
21901
21902Introspection did not find any typical Config paths.<br>
21903<h3>Attributes</h3>
21904<ul>
21905<li><b>DlRsrpSinrFilename</b>: Name of the file where the RSRP/SINR statistics will be saved.
21906 <ul>
21907 <li>Set with class: \ref ns3::StringValue</li>
21908 <li>Underlying type: \p std::string</li>
21909 <li>Initial value: DlRsrpSinrStats.txt</li>
21910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21912 </ul>
21913<li><b>UlInterferenceFilename</b>: Name of the file where the interference statistics will be saved.
21914 <ul>
21915 <li>Set with class: \ref ns3::StringValue</li>
21916 <li>Underlying type: \p std::string</li>
21917 <li>Initial value: UlInterferenceStats.txt</li>
21918 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21919 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21920 </ul>
21921<li><b>UlSinrFilename</b>: Name of the file where the UE SINR statistics will be saved.
21922 <ul>
21923 <li>Set with class: \ref ns3::StringValue</li>
21924 <li>Underlying type: \p std::string</li>
21925 <li>Initial value: UlSinrStats.txt</li>
21926 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21927 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21928 </ul>
21929</ul>
21930No TraceSources are defined for this type.<br>
21931<b>Group:</b> Lte
21932
21933<b>Size</b> of this type is 1856 bytes (on a 64-bit architecture).
21934*/
21935
21936/*!
21937
21938\class ns3::PhyTxStatsCalculator
21939
21940Introspection did not find any typical Config paths.<br>
21941<h3>Attributes</h3>
21942<ul>
21943<li><b>DlTxOutputFilename</b>: Name of the file where the downlink results will be saved.
21944 <ul>
21945 <li>Set with class: \ref ns3::StringValue</li>
21946 <li>Underlying type: \p std::string</li>
21947 <li>Initial value: DlTxPhyStats.txt</li>
21948 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21949 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21950 </ul>
21951<li><b>UlTxOutputFilename</b>: Name of the file where the uplink results will be saved.
21952 <ul>
21953 <li>Set with class: \ref ns3::StringValue</li>
21954 <li>Underlying type: \p std::string</li>
21955 <li>Initial value: UlTxPhyStats.txt</li>
21956 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21957 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21958 </ul>
21959</ul>
21960No TraceSources are defined for this type.<br>
21961<b>Group:</b> Lte
21962
21963<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
21964*/
21965
21966/*!
21967
21968\class ns3::PieQueueDisc
21969
21970Introspection did not find any typical Config paths.<br>
21971<h3>Attributes</h3>
21972<ul>
21973<li><b>A</b>: Value of alpha
21974 <ul>
21975 <li>Set with class: \ref ns3::DoubleValue</li>
21976 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21977 <li>Initial value: 0.125</li>
21978 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21979 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21980 </ul>
21981<li><b>ActiveThreshold</b>: Threshold for activating PIE (disabled by default)
21982 <ul>
21983 <li>Set with class: \ref ns3::TimeValue</li>
21984 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21985 <li>Initial value: +9.22337e+18ns</li>
21986 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21987 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21988 </ul>
21989<li><b>B</b>: Value of beta
21990 <ul>
21991 <li>Set with class: \ref ns3::DoubleValue</li>
21992 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21993 <li>Initial value: 1.25</li>
21994 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21995 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21996 </ul>
21997<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets
21998 <ul>
21999 <li>Set with class: \ref ns3::TimeValue</li>
22000 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22001 <li>Initial value: +9.22337e+18ns</li>
22002 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22004 </ul>
22005<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured
22006 <ul>
22007 <li>Set with class: \ref ns3::UintegerValue</li>
22008 <li>Underlying type: uint32_t 0:4294967295</li>
22009 <li>Initial value: 16384</li>
22010 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22012 </ul>
22013<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)
22014 <ul>
22015 <li>Set with class: \ref ns3::DoubleValue</li>
22016 <li>Underlying type: double 0:1</li>
22017 <li>Initial value: 0.1</li>
22018 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22020 </ul>
22021<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop
22022 <ul>
22023 <li>Set with class: \ref ns3::TimeValue</li>
22024 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22025 <li>Initial value: +1.5e+08ns</li>
22026 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22028 </ul>
22029<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
22030 <ul>
22031 <li>Set with class: \ref ns3::QueueSizeValue</li>
22032 <li>Underlying type: \p QueueSize</li>
22033 <li>Initial value: 25p</li>
22034 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22035 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22036 </ul>
22037<li><b>MeanPktSize</b>: Average of packet size
22038 <ul>
22039 <li>Set with class: \ref ns3::UintegerValue</li>
22040 <li>Underlying type: uint32_t 0:4294967295</li>
22041 <li>Initial value: 1000</li>
22042 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22044 </ul>
22045<li><b>QueueDelayReference</b>: Desired queue delay
22046 <ul>
22047 <li>Set with class: \ref ns3::TimeValue</li>
22048 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22049 <li>Initial value: +1.5e+07ns</li>
22050 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22052 </ul>
22053<li><b>Supdate</b>: Start time of the update timer
22054 <ul>
22055 <li>Set with class: \ref ns3::TimeValue</li>
22056 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22057 <li>Initial value: +0ns</li>
22058 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22060 </ul>
22061<li><b>Tupdate</b>: Time period to calculate drop probability
22062 <ul>
22063 <li>Set with class: \ref ns3::TimeValue</li>
22064 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22065 <li>Initial value: +1.5e+07ns</li>
22066 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22068 </ul>
22069<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033
22070 <ul>
22071 <li>Set with class: \ref ns3::BooleanValue</li>
22072 <li>Underlying type: bool</li>
22073 <li>Initial value: true</li>
22074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22076 </ul>
22077<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator
22078 <ul>
22079 <li>Set with class: \ref ns3::BooleanValue</li>
22080 <li>Underlying type: bool</li>
22081 <li>Initial value: false</li>
22082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22084 </ul>
22085<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033
22086 <ul>
22087 <li>Set with class: \ref ns3::BooleanValue</li>
22088 <li>Underlying type: bool</li>
22089 <li>Initial value: false</li>
22090 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22092 </ul>
22093<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
22094 <ul>
22095 <li>Set with class: \ref ns3::BooleanValue</li>
22096 <li>Underlying type: bool</li>
22097 <li>Initial value: false</li>
22098 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22100 </ul>
22101<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
22102 <ul>
22103 <li>Set with class: \ref ns3::BooleanValue</li>
22104 <li>Underlying type: bool</li>
22105 <li>Initial value: false</li>
22106 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22107 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22108 </ul>
22109</ul>
22110<h3>Attributes defined in parent class ns3::QueueDisc</h3>
22111<ul>
22112<li><b>InternalQueueList</b>: The list of internal queues.
22113 <ul>
22114 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22115 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
22116 <li>Flags: <span class="mlabel">read</span></li>
22117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22118 </ul>
22119<li><b>PacketFilterList</b>: The list of packet filters.
22120 <ul>
22121 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22122 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
22123 <li>Flags: <span class="mlabel">read</span></li>
22124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22125 </ul>
22126<li><b>QueueDiscClassList</b>: The list of queue disc classes.
22127 <ul>
22128 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22129 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
22130 <li>Flags: <span class="mlabel">read</span></li>
22131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22132 </ul>
22133<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
22134 <ul>
22135 <li>Set with class: \ref ns3::UintegerValue</li>
22136 <li>Underlying type: uint32_t 0:4294967295</li>
22137 <li>Initial value: 64</li>
22138 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22140 </ul>
22141</ul>
22142No TraceSources are defined for this type.<br>
22143<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
22144<ul>
22145<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
22146 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22147</li>
22148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22149</ul>
22150<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
22151 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22152</li>
22153 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22154</ul>
22155<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
22156 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22157</li>
22158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22159</ul>
22160<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
22161 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22162</li>
22163 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22164</ul>
22165<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
22166 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22167</li>
22168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22169</ul>
22170<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
22171 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22172</li>
22173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22174</ul>
22175<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
22176 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22177</li>
22178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22179</ul>
22180<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
22181 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22182</li>
22183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22184</ul>
22185<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
22186 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22187</li>
22188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22189</ul>
22190<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
22191 <li> %Callback signature: ns3::Time::TracedCallback
22192</li>
22193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22194</ul>
22195</ul>
22196<b>Group:</b> TrafficControl
22197
22198<b>Size</b> of this type is 1336 bytes (on a 64-bit architecture).
22199*/
22200
22201/*!
22202
22203\class ns3::Ping
22204
22205<h3>Config Paths</h3>
22206
22207ns3::Ping is accessible through the following paths with Config::Set and Config::Connect:
22208<ul>
22209<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Ping"</li>
22210</ul>
22211<h3>Attributes</h3>
22212<ul>
22213<li><b>Count</b>: The maximum number of packets the application will send (zero means no limits)
22214 <ul>
22215 <li>Set with class: \ref ns3::UintegerValue</li>
22216 <li>Underlying type: uint32_t 0:4294967295</li>
22217 <li>Initial value: 0</li>
22218 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22219 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22220 </ul>
22221<li><b>Destination</b>: The unicast IPv4 or IPv6 address of the machine we want to ping
22222 <ul>
22223 <li>Set with class: \ref ns3::AddressValue</li>
22224 <li>Underlying type: \p Address</li>
22225 <li>Initial value: </li>
22226 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22227 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22228 </ul>
22229<li><b>InterfaceAddress</b>: Local address of the sender
22230 <ul>
22231 <li>Set with class: \ref ns3::AddressValue</li>
22232 <li>Underlying type: \p Address</li>
22233 <li>Initial value: </li>
22234 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22235 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22236 </ul>
22237<li><b>Interval</b>: Time interval between sending each packet
22238 <ul>
22239 <li>Set with class: \ref ns3::TimeValue</li>
22240 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22241 <li>Initial value: +1e+09ns</li>
22242 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22243 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22244 </ul>
22245<li><b>Size</b>: The number of data bytes to be sent, before ICMP and IP headers are added
22246 <ul>
22247 <li>Set with class: \ref ns3::UintegerValue</li>
22248 <li>Underlying type: uint32_t 16:4294967295</li>
22249 <li>Initial value: 56</li>
22250 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22251 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22252 </ul>
22253<li><b>Timeout</b>: Time to wait for a response if no RTT samples are available
22254 <ul>
22255 <li>Set with class: \ref ns3::TimeValue</li>
22256 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22257 <li>Initial value: +1e+09ns</li>
22258 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22259 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22260 </ul>
22261<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).
22262 <ul>
22263 <li>Set with class: \ref ns3::UintegerValue</li>
22264 <li>Underlying type: uint8_t 0:255</li>
22265 <li>Initial value: 0</li>
22266 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22267 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22268 </ul>
22269<li><b>VerboseMode</b>: Configure verbose, quiet, or silent output
22270 <ul>
22271 <li>Set with class: \ref ns3::EnumValue<ns3::Ping::VerboseMode></li>
22272 <li>Underlying type: \p Verbose|Quiet|Silent</li>
22273 <li>Initial value: Verbose</li>
22274 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22275 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22276 </ul>
22277</ul>
22278<h3>Attributes defined in parent class ns3::Application</h3>
22279<ul>
22280<li><b>StartTime</b>: Time at which the application will start
22281 <ul>
22282 <li>Set with class: \ref ns3::TimeValue</li>
22283 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22284 <li>Initial value: +0ns</li>
22285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22287 </ul>
22288<li><b>StopTime</b>: Time at which the application will stop
22289 <ul>
22290 <li>Set with class: \ref ns3::TimeValue</li>
22291 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22292 <li>Initial value: +0ns</li>
22293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22295 </ul>
22296</ul>
22297<h3>TraceSources</h3>
22298<ul>
22299<li><b>Drop</b>: Drop events due to destination unreachable or other errors.<br> <ul>
22300 <li> %Callback signature: ns3::Ping::DropTrace
22301</li>
22302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22303</ul>
22304<li><b>Report</b>: Summary report at close of application.<br> <ul>
22305 <li> %Callback signature: ns3::Ping::ReportTrace
22306</li>
22307 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22308</ul>
22309<li><b>Rtt</b>: The sequence number and RTT sample.<br> <ul>
22310 <li> %Callback signature: ns3::Ping::RttTrace
22311</li>
22312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22313</ul>
22314<li><b>Tx</b>: The sequence number and ICMP echo response packet.<br> <ul>
22315 <li> %Callback signature: ns3::Ping::TxTrace
22316</li>
22317 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22318</ul>
22319</ul>
22320<b>Group:</b> Internet-Apps
22321
22322<b>Size</b> of this type is 712 bytes (on a 64-bit architecture).
22323*/
22324
22325/*!
22326
22327\class ns3::PointToPointChannel
22328
22329<h3>Config Paths</h3>
22330
22331ns3::PointToPointChannel is accessible through the following paths with Config::Set and Config::Connect:
22332<ul>
22333<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::PointToPointChannel"</li>
22334<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::PointToPointChannel"</li>
22335<li>"/ChannelList/[i]/$ns3::PointToPointChannel"</li>
22336</ul>
22337<h3>Attributes</h3>
22338<ul>
22339<li><b>Delay</b>: Propagation delay through the channel
22340 <ul>
22341 <li>Set with class: \ref ns3::TimeValue</li>
22342 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22343 <li>Initial value: +0ns</li>
22344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22346 </ul>
22347</ul>
22348<h3>Attributes defined in parent class ns3::Channel</h3>
22349<ul>
22350<li><b>Id</b>: The id (unique integer) of this Channel.
22351 <ul>
22352 <li>Set with class: \ref ns3::UintegerValue</li>
22353 <li>Underlying type: uint32_t 0:4294967295</li>
22354 <li>Flags: <span class="mlabel">read</span></li>
22355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22356 </ul>
22357</ul>
22358<h3>TraceSources</h3>
22359<ul>
22360<li><b>TxRxPointToPoint</b>: Trace source indicating transmission of packet from the PointToPointChannel, used by the Animation interface.<br> <ul>
22361 <li> %Callback signature: ns3::PointToPointChannel::TxRxAnimationCallback
22362</li>
22363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22364</ul>
22365</ul>
22366<b>Group:</b> PointToPoint
22367
22368<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
22369*/
22370
22371/*!
22372
22373\class ns3::PointToPointEpcHelper
22374
22375Introspection did not find any typical Config paths.<br>
22376<h3>Attributes</h3>
22377<ul>
22378<li><b>S1uLinkDataRate</b>: The data rate to be used for the next S1-U link to be created
22379 <ul>
22380 <li>Set with class: \ref ns3::DataRateValue</li>
22381 <li>Underlying type: \p DataRate</li>
22382 <li>Initial value: 10000000000bps</li>
22383 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22385 </ul>
22386<li><b>S1uLinkDelay</b>: The delay to be used for the next S1-U link to be created
22387 <ul>
22388 <li>Set with class: \ref ns3::TimeValue</li>
22389 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22390 <li>Initial value: +0ns</li>
22391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22393 </ul>
22394<li><b>S1uLinkEnablePcap</b>: Enable Pcap for X2 link
22395 <ul>
22396 <li>Set with class: \ref ns3::BooleanValue</li>
22397 <li>Underlying type: bool</li>
22398 <li>Initial value: false</li>
22399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22401 </ul>
22402<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.
22403 <ul>
22404 <li>Set with class: \ref ns3::UintegerValue</li>
22405 <li>Underlying type: uint16_t 0:65535</li>
22406 <li>Initial value: 2000</li>
22407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22409 </ul>
22410<li><b>S1uLinkPcapPrefix</b>: Prefix for Pcap generated by S1-U link
22411 <ul>
22412 <li>Set with class: \ref ns3::StringValue</li>
22413 <li>Underlying type: \p std::string</li>
22414 <li>Initial value: s1u</li>
22415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22417 </ul>
22418</ul>
22419<h3>Attributes defined in parent class ns3::NoBackhaulEpcHelper</h3>
22420<ul>
22421<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created
22422 <ul>
22423 <li>Set with class: \ref ns3::DataRateValue</li>
22424 <li>Underlying type: \p DataRate</li>
22425 <li>Initial value: 10000000000bps</li>
22426 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22428 </ul>
22429<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created
22430 <ul>
22431 <li>Set with class: \ref ns3::TimeValue</li>
22432 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22433 <li>Initial value: +0ns</li>
22434 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22436 </ul>
22437<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.
22438 <ul>
22439 <li>Set with class: \ref ns3::UintegerValue</li>
22440 <li>Underlying type: uint16_t 0:65535</li>
22441 <li>Initial value: 2000</li>
22442 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22443 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22444 </ul>
22445<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created
22446 <ul>
22447 <li>Set with class: \ref ns3::DataRateValue</li>
22448 <li>Underlying type: \p DataRate</li>
22449 <li>Initial value: 10000000000bps</li>
22450 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22452 </ul>
22453<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created
22454 <ul>
22455 <li>Set with class: \ref ns3::TimeValue</li>
22456 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22457 <li>Initial value: +0ns</li>
22458 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22460 </ul>
22461<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created
22462 <ul>
22463 <li>Set with class: \ref ns3::UintegerValue</li>
22464 <li>Underlying type: uint16_t 0:65535</li>
22465 <li>Initial value: 2000</li>
22466 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22468 </ul>
22469<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created
22470 <ul>
22471 <li>Set with class: \ref ns3::DataRateValue</li>
22472 <li>Underlying type: \p DataRate</li>
22473 <li>Initial value: 10000000000bps</li>
22474 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22476 </ul>
22477<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created
22478 <ul>
22479 <li>Set with class: \ref ns3::TimeValue</li>
22480 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22481 <li>Initial value: +0ns</li>
22482 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22484 </ul>
22485<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link
22486 <ul>
22487 <li>Set with class: \ref ns3::BooleanValue</li>
22488 <li>Underlying type: bool</li>
22489 <li>Initial value: false</li>
22490 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22492 </ul>
22493<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.
22494 <ul>
22495 <li>Set with class: \ref ns3::UintegerValue</li>
22496 <li>Underlying type: uint16_t 0:65535</li>
22497 <li>Initial value: 3000</li>
22498 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22500 </ul>
22501<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link
22502 <ul>
22503 <li>Set with class: \ref ns3::StringValue</li>
22504 <li>Underlying type: \p std::string</li>
22505 <li>Initial value: x2</li>
22506 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22508 </ul>
22509</ul>
22510No TraceSources are defined for this type.<br>
22511<b>Group:</b> Lte
22512
22513<b>Size</b> of this type is 536 bytes (on a 64-bit architecture).
22514*/
22515
22516/*!
22517
22518\class ns3::PointToPointNetDevice
22519
22520<h3>Config Paths</h3>
22521
22522ns3::PointToPointNetDevice is accessible through the following paths with Config::Set and Config::Connect:
22523<ul>
22524<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice"</li>
22525</ul>
22526<h3>Attributes</h3>
22527<ul>
22528<li><b>Address</b>: The MAC address of this device.
22529 <ul>
22530 <li>Set with class: \ref ns3::Mac48AddressValue</li>
22531 <li>Underlying type: \p Mac48Address</li>
22532 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
22533 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22535 </ul>
22536<li><b>DataRate</b>: The default data rate for point to point links
22537 <ul>
22538 <li>Set with class: \ref ns3::DataRateValue</li>
22539 <li>Underlying type: \p DataRate</li>
22540 <li>Initial value: 32768bps</li>
22541 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22543 </ul>
22544<li><b>InterframeGap</b>: The time to wait between packet (frame) transmissions
22545 <ul>
22546 <li>Set with class: \ref ns3::TimeValue</li>
22547 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22548 <li>Initial value: +0ns</li>
22549 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22550 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22551 </ul>
22552<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
22553 <ul>
22554 <li>Set with class: \ref ns3::UintegerValue</li>
22555 <li>Underlying type: uint16_t 0:65535</li>
22556 <li>Initial value: 1500</li>
22557 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22559 </ul>
22560<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss
22561 <ul>
22562 <li>Set with class: \ref ns3::PointerValue</li>
22563 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
22564 <li>Initial value: 0</li>
22565 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22567 </ul>
22568<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.
22569 <ul>
22570 <li>Set with class: \ref ns3::PointerValue</li>
22571 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
22572 <li>Initial value: 0</li>
22573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22575 </ul>
22576</ul>
22577<h3>TraceSources</h3>
22578<ul>
22579<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>
22580 <li> %Callback signature: ns3::Packet::TracedCallback
22581</li>
22582 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22583</ul>
22584<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>
22585 <li> %Callback signature: ns3::Packet::TracedCallback
22586</li>
22587 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22588</ul>
22589<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
22590 <li> %Callback signature: ns3::Packet::TracedCallback
22591</li>
22592 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22593</ul>
22594<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission<br> <ul>
22595 <li> %Callback signature: ns3::Packet::TracedCallback
22596</li>
22597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22598</ul>
22599<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
22600 <li> %Callback signature: ns3::Packet::TracedCallback
22601</li>
22602 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22603</ul>
22604<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device<br> <ul>
22605 <li> %Callback signature: ns3::Packet::TracedCallback
22606</li>
22607 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22608</ul>
22609<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel<br> <ul>
22610 <li> %Callback signature: ns3::Packet::TracedCallback
22611</li>
22612 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22613</ul>
22614<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
22615 <li> %Callback signature: ns3::Packet::TracedCallback
22616</li>
22617 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22618</ul>
22619<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel<br> <ul>
22620 <li> %Callback signature: ns3::Packet::TracedCallback
22621</li>
22622 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22623</ul>
22624<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
22625 <li> %Callback signature: ns3::Packet::TracedCallback
22626</li>
22627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22628</ul>
22629<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
22630 <li> %Callback signature: ns3::Packet::TracedCallback
22631</li>
22632 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22633</ul>
22634</ul>
22635<b>Group:</b> PointToPoint
22636
22637<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
22638*/
22639
22640/*!
22641
22642\class ns3::PositionAllocator
22643
22644<h3>Config Paths</h3>
22645
22646ns3::PositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
22647<ul>
22648<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator"</li>
22649</ul>
22650No Attributes are defined for this type.<br>
22651No TraceSources are defined for this type.<br>
22652<b>Group:</b> Mobility
22653
22654<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
22655*/
22656
22657/*!
22658
22659\class ns3::PppHeader
22660
22661Introspection did not find any typical Config paths.<br>
22662No Attributes are defined for this type.<br>
22663No TraceSources are defined for this type.<br>
22664<b>Group:</b> PointToPoint
22665
22666<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
22667*/
22668
22669/*!
22670
22671\class ns3::PreambleDetectionModel
22672
22673<h3>Config Paths</h3>
22674
22675ns3::PreambleDetectionModel is accessible through the following paths with Config::Set and Config::Connect:
22676<ul>
22677<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PreambleDetectionModel"</li>
22678<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PreambleDetectionModel"</li>
22679</ul>
22680No Attributes are defined for this type.<br>
22681No TraceSources are defined for this type.<br>
22682<b>Group:</b> Wifi
22683
22684<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
22685*/
22686
22687/*!
22688
22689\class ns3::PrioQueueDisc
22690
22691Introspection did not find any typical Config paths.<br>
22692<h3>Attributes</h3>
22693<ul>
22694<li><b>Priomap</b>: The priority to band mapping.
22695 <ul>
22696 <li>Set with class: \ref ns3::PriomapValue</li>
22697 <li>Underlying type: \p Priomap</li>
22698 <li>Initial value: 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1</li>
22699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22701 </ul>
22702</ul>
22703<h3>Attributes defined in parent class ns3::QueueDisc</h3>
22704<ul>
22705<li><b>InternalQueueList</b>: The list of internal queues.
22706 <ul>
22707 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22708 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
22709 <li>Flags: <span class="mlabel">read</span></li>
22710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22711 </ul>
22712<li><b>PacketFilterList</b>: The list of packet filters.
22713 <ul>
22714 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22715 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
22716 <li>Flags: <span class="mlabel">read</span></li>
22717 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22718 </ul>
22719<li><b>QueueDiscClassList</b>: The list of queue disc classes.
22720 <ul>
22721 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22722 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
22723 <li>Flags: <span class="mlabel">read</span></li>
22724 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22725 </ul>
22726<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
22727 <ul>
22728 <li>Set with class: \ref ns3::UintegerValue</li>
22729 <li>Underlying type: uint32_t 0:4294967295</li>
22730 <li>Initial value: 64</li>
22731 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22733 </ul>
22734</ul>
22735No TraceSources are defined for this type.<br>
22736<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
22737<ul>
22738<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
22739 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22740</li>
22741 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22742</ul>
22743<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
22744 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22745</li>
22746 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22747</ul>
22748<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
22749 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22750</li>
22751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22752</ul>
22753<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
22754 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22755</li>
22756 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22757</ul>
22758<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
22759 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22760</li>
22761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22762</ul>
22763<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
22764 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22765</li>
22766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22767</ul>
22768<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
22769 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22770</li>
22771 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22772</ul>
22773<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
22774 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22775</li>
22776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22777</ul>
22778<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
22779 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22780</li>
22781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22782</ul>
22783<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
22784 <li> %Callback signature: ns3::Time::TracedCallback
22785</li>
22786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22787</ul>
22788</ul>
22789<b>Group:</b> TrafficControl
22790
22791<b>Size</b> of this type is 1152 bytes (on a 64-bit architecture).
22792*/
22793
22794/*!
22795
22796\class ns3::PriorityQueueScheduler
22797
22798Introspection did not find any typical Config paths.<br>
22799No Attributes are defined for this type.<br>
22800No TraceSources are defined for this type.<br>
22801<b>Group:</b> Core
22802
22803<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
22804*/
22805
22806/*!
22807
22808\class ns3::ProbabilisticV2vHighwayChannelConditionModel
22809
22810<h3>Config Paths</h3>
22811
22812ns3::ProbabilisticV2vHighwayChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
22813<ul>
22814<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22815<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22816<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22817<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22818<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22819<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22820<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22821<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22822<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22823<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22824<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22825<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22826<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22827<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22828</ul>
22829<h3>Attributes</h3>
22830<ul>
22831<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
22832 <ul>
22833 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppChannelConditionModel::VehicleDensity></li>
22834 <li>Underlying type: \p Low|Medium|High</li>
22835 <li>Initial value: Low</li>
22836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22838 </ul>
22839</ul>
22840<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
22841<ul>
22842<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.
22843 <ul>
22844 <li>Set with class: \ref ns3::BooleanValue</li>
22845 <li>Underlying type: bool</li>
22846 <li>Initial value: false</li>
22847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22849 </ul>
22850<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
22851 <ul>
22852 <li>Set with class: \ref ns3::DoubleValue</li>
22853 <li>Underlying type: double 0:1</li>
22854 <li>Initial value: 1</li>
22855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22857 </ul>
22858<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
22859 <ul>
22860 <li>Set with class: \ref ns3::DoubleValue</li>
22861 <li>Underlying type: double 0:1</li>
22862 <li>Initial value: 0</li>
22863 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22865 </ul>
22866<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.
22867 <ul>
22868 <li>Set with class: \ref ns3::TimeValue</li>
22869 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22870 <li>Initial value: +0ns</li>
22871 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22872 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22873 </ul>
22874</ul>
22875No TraceSources are defined for this type.<br>
22876<b>Group:</b> Propagation
22877
22878<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
22879*/
22880
22881/*!
22882
22883\class ns3::ProbabilisticV2vUrbanChannelConditionModel
22884
22885<h3>Config Paths</h3>
22886
22887ns3::ProbabilisticV2vUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
22888<ul>
22889<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22890<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22891<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22892<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22893<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22894<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22895<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22896<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22897<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22898<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22899<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22900<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22901<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22902<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22903</ul>
22904<h3>Attributes</h3>
22905<ul>
22906<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
22907 <ul>
22908 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppChannelConditionModel::VehicleDensity></li>
22909 <li>Underlying type: \p Low|Medium|High</li>
22910 <li>Initial value: Low</li>
22911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22913 </ul>
22914</ul>
22915<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
22916<ul>
22917<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.
22918 <ul>
22919 <li>Set with class: \ref ns3::BooleanValue</li>
22920 <li>Underlying type: bool</li>
22921 <li>Initial value: false</li>
22922 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22924 </ul>
22925<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
22926 <ul>
22927 <li>Set with class: \ref ns3::DoubleValue</li>
22928 <li>Underlying type: double 0:1</li>
22929 <li>Initial value: 1</li>
22930 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22931 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22932 </ul>
22933<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
22934 <ul>
22935 <li>Set with class: \ref ns3::DoubleValue</li>
22936 <li>Underlying type: double 0:1</li>
22937 <li>Initial value: 0</li>
22938 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22940 </ul>
22941<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.
22942 <ul>
22943 <li>Set with class: \ref ns3::TimeValue</li>
22944 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22945 <li>Initial value: +0ns</li>
22946 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22947 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22948 </ul>
22949</ul>
22950No TraceSources are defined for this type.<br>
22951<b>Group:</b> Propagation
22952
22953<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
22954*/
22955
22956/*!
22957
22958\class ns3::Probe
22959
22960Introspection did not find any typical Config paths.<br>
22961<h3>Attributes</h3>
22962<ul>
22963<li><b>Start</b>: Time data collection starts
22964 <ul>
22965 <li>Set with class: \ref ns3::TimeValue</li>
22966 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22967 <li>Initial value: +0ns</li>
22968 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22969 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22970 </ul>
22971<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
22972 <ul>
22973 <li>Set with class: \ref ns3::TimeValue</li>
22974 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22975 <li>Initial value: +0ns</li>
22976 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22977 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22978 </ul>
22979</ul>
22980<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
22981<ul>
22982<li><b>Enabled</b>: Object's enabled status
22983 <ul>
22984 <li>Set with class: \ref ns3::BooleanValue</li>
22985 <li>Underlying type: bool</li>
22986 <li>Initial value: true</li>
22987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22989 </ul>
22990<li><b>Name</b>: Object's name
22991 <ul>
22992 <li>Set with class: \ref ns3::StringValue</li>
22993 <li>Underlying type: \p std::string</li>
22994 <li>Initial value: unnamed</li>
22995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22997 </ul>
22998</ul>
22999No TraceSources are defined for this type.<br>
23000<b>Group:</b> Stats
23001
23002<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
23003*/
23004
23005/*!
23006
23007\class ns3::PropagationDelayModel
23008
23009<h3>Config Paths</h3>
23010
23011ns3::PropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
23012<ul>
23013<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel"</li>
23014<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel"</li>
23015<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel"</li>
23016</ul>
23017No Attributes are defined for this type.<br>
23018No TraceSources are defined for this type.<br>
23019<b>Group:</b> Propagation
23020
23021<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
23022*/
23023
23024/*!
23025
23026\class ns3::PropagationLossModel
23027
23028<h3>Config Paths</h3>
23029
23030ns3::PropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
23031<ul>
23032<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel"</li>
23033<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel"</li>
23034<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel"</li>
23035<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel"</li>
23036<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel"</li>
23037<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel"</li>
23038<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel"</li>
23039</ul>
23040No Attributes are defined for this type.<br>
23041No TraceSources are defined for this type.<br>
23042<b>Group:</b> Propagation
23043
23044<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
23045*/
23046
23047/*!
23048
23049\class ns3::PssFfMacScheduler
23050
23051<h3>Config Paths</h3>
23052
23053ns3::PssFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
23054<ul>
23055<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PssFfMacScheduler"</li>
23056<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PssFfMacScheduler"</li>
23057</ul>
23058<h3>Attributes</h3>
23059<ul>
23060<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
23061 <ul>
23062 <li>Set with class: \ref ns3::UintegerValue</li>
23063 <li>Underlying type: uint32_t 0:4294967295</li>
23064 <li>Initial value: 1000</li>
23065 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23067 </ul>
23068<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
23069 <ul>
23070 <li>Set with class: \ref ns3::BooleanValue</li>
23071 <li>Underlying type: bool</li>
23072 <li>Initial value: true</li>
23073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23075 </ul>
23076<li><b>PssFdSchedulerType</b>: FD scheduler in PSS (default value is PFsch)
23077 <ul>
23078 <li>Set with class: \ref ns3::StringValue</li>
23079 <li>Underlying type: \p std::string</li>
23080 <li>Initial value: PFsch</li>
23081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23083 </ul>
23084<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
23085 <ul>
23086 <li>Set with class: \ref ns3::UintegerValue</li>
23087 <li>Underlying type: uint8_t 0:255</li>
23088 <li>Initial value: 0</li>
23089 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23090 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23091 </ul>
23092<li><b>nMux</b>: The number of UE selected by TD scheduler (default value is 0)
23093 <ul>
23094 <li>Set with class: \ref ns3::UintegerValue</li>
23095 <li>Underlying type: uint32_t 0:4294967295</li>
23096 <li>Initial value: 0</li>
23097 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23098 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23099 </ul>
23100</ul>
23101<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
23102<ul>
23103<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
23104 <ul>
23105 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
23106 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
23107 <li>Initial value: SRS_UL_CQI</li>
23108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23110 </ul>
23111</ul>
23112No TraceSources are defined for this type.<br>
23113<b>Group:</b> Lte
23114
23115<b>Size</b> of this type is 1408 bytes (on a 64-bit architecture).
23116*/
23117
23118/*!
23119
23120\class ns3::QosFrameExchangeManager
23121
23122<h3>Config Paths</h3>
23123
23124ns3::QosFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
23125<ul>
23126<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager"</li>
23127</ul>
23128<h3>Attributes</h3>
23129<ul>
23130<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
23131 <ul>
23132 <li>Set with class: \ref ns3::BooleanValue</li>
23133 <li>Underlying type: bool</li>
23134 <li>Initial value: true</li>
23135 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23137 </ul>
23138<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
23139 <ul>
23140 <li>Set with class: \ref ns3::BooleanValue</li>
23141 <li>Underlying type: bool</li>
23142 <li>Initial value: false</li>
23143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23145 </ul>
23146<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
23147 <ul>
23148 <li>Set with class: \ref ns3::BooleanValue</li>
23149 <li>Underlying type: bool</li>
23150 <li>Initial value: false</li>
23151 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23153 </ul>
23154<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
23155 <ul>
23156 <li>Set with class: \ref ns3::TimeValue</li>
23157 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23158 <li>Initial value: +0ns</li>
23159 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23161 </ul>
23162</ul>
23163<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
23164<ul>
23165<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.
23166 <ul>
23167 <li>Set with class: \ref ns3::BooleanValue</li>
23168 <li>Underlying type: bool</li>
23169 <li>Initial value: true</li>
23170 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23172 </ul>
23173</ul>
23174No TraceSources are defined for this type.<br>
23175<b>Group:</b> Wifi
23176
23177<b>Size</b> of this type is 1256 bytes (on a 64-bit architecture).
23178*/
23179
23180/*!
23181
23182\class ns3::QosTxop
23183
23184<h3>Config Paths</h3>
23185
23186ns3::QosTxop is accessible through the following paths with Config::Set and Config::Connect:
23187<ul>
23188<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop/$ns3::QosTxop"</li>
23189<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VO_Txop"</li>
23190<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VI_Txop"</li>
23191<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BE_Txop"</li>
23192<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BK_Txop"</li>
23193</ul>
23194<h3>Attributes</h3>
23195<ul>
23196<li><b>AddBaResponseTimeout</b>: The timeout to wait for ADDBA response after the Ack to ADDBA request is received.
23197 <ul>
23198 <li>Set with class: \ref ns3::TimeValue</li>
23199 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23200 <li>Initial value: +5e+06ns</li>
23201 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23202 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23203 </ul>
23204<li><b>BlockAckManager</b>: The BlockAckManager object.
23205 <ul>
23206 <li>Set with class: \ref ns3::PointerValue</li>
23207 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BlockAckManager></li>
23208 <li>Initial value: 0</li>
23209 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23211 </ul>
23212<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.
23213 <ul>
23214 <li>Set with class: \ref ns3::TimeValue</li>
23215 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23216 <li>Initial value: +2e+08ns</li>
23217 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23219 </ul>
23220<li><b>NMaxInflights</b>: The maximum number of links (in the range 1-15) on which an MPDU can be simultaneously in-flight.
23221 <ul>
23222 <li>Set with class: \ref ns3::UintegerValue</li>
23223 <li>Underlying type: uint8_t 1:15</li>
23224 <li>Initial value: 1</li>
23225 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23226 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23227 </ul>
23228<li><b>UseExplicitBarAfterMissedBlockAck</b>: Specify whether explicit BlockAckRequest should be sent upon missed BlockAck Response.
23229 <ul>
23230 <li>Set with class: \ref ns3::BooleanValue</li>
23231 <li>Underlying type: bool</li>
23232 <li>Initial value: true</li>
23233 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23234 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23235 </ul>
23236</ul>
23237<h3>Attributes defined in parent class ns3::Txop</h3>
23238<ul>
23239<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.
23240 <ul>
23241 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
23242 <li>Underlying type: \p AC_BE|AC_BK|AC_VI|AC_VO|AC_BE_NQOS|AC_VI|AC_BEACON|AC_UNDEF</li>
23243 <li>Initial value: AC_UNDEF</li>
23244 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23246 </ul>
23247<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).
23248 <ul>
23249 <li>Set with class: \ref ns3::UintegerValue</li>
23250 <li>Underlying type: uint8_t 0:255</li>
23251 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23252 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use Aifsns attribute instead of Aifsn</li>
23253 </ul>
23254<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.
23255 <ul>
23256 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23257 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23258 <li>Initial value: </li>
23259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23261 </ul>
23262<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).
23263 <ul>
23264 <li>Set with class: \ref ns3::UintegerValue</li>
23265 <li>Underlying type: uint32_t 0:4294967295</li>
23266 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23267 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MaxCws attribute instead of MaxCw</li>
23268 </ul>
23269<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.
23270 <ul>
23271 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23272 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23273 <li>Initial value: </li>
23274 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23275 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23276 </ul>
23277<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).
23278 <ul>
23279 <li>Set with class: \ref ns3::UintegerValue</li>
23280 <li>Underlying type: uint32_t 0:4294967295</li>
23281 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23282 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MinCws attribute instead of MinCw</li>
23283 </ul>
23284<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.
23285 <ul>
23286 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23287 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23288 <li>Initial value: </li>
23289 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23291 </ul>
23292<li><b>Queue</b>: The WifiMacQueue object
23293 <ul>
23294 <li>Set with class: \ref ns3::PointerValue</li>
23295 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMacQueue></li>
23296 <li>Flags: <span class="mlabel">read</span></li>
23297 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23298 </ul>
23299<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).
23300 <ul>
23301 <li>Set with class: \ref ns3::TimeValue</li>
23302 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23303 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23304 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use TxopLimits attribute instead of TxopLimit</li>
23305 </ul>
23306<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.
23307 <ul>
23308 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39TimeValueE, NSt7__cxx114listIN3ns33PtrINS1_9TimeValueEEESaIS4_EEE></li>
23309 <li>Underlying type: \p ns3::Ptr<N3ns39TimeValueE></li>
23310 <li>Initial value: </li>
23311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23313 </ul>
23314</ul>
23315<h3>TraceSources</h3>
23316<ul>
23317<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>
23318 <li> %Callback signature: ns3::QosTxop::BaEstablishedCallback
23319</li>
23320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23321</ul>
23322<li><b>TxopTrace</b>: Trace source for TXOP start and duration times<br> <ul>
23323 <li> %Callback signature: ns3::QosTxop::TxopTracedCallback
23324</li>
23325 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23326</ul>
23327</ul>
23328<h3>TraceSources defined in parent class ns3::Txop</h3>
23329<ul>
23330<li><b>BackoffTrace</b>: Trace source for backoff values<br> <ul>
23331 <li> %Callback signature: ns3::Txop::BackoffValueTracedCallback
23332</li>
23333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23334</ul>
23335<li><b>CwTrace</b>: Trace source for contention window values<br> <ul>
23336 <li> %Callback signature: ns3::Txop::CwValueTracedCallback
23337</li>
23338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23339</ul>
23340</ul>
23341<b>Group:</b> Wifi
23342
23343<b>Size</b> of this type is 392 bytes (on a 64-bit architecture).
23344*/
23345
23346/*!
23347
23348\class ns3::Queue<Packet>
23349
23350<h3>Config Paths</h3>
23351
23352ns3::Queue<Packet> is accessible through the following paths with Config::Set and Config::Connect:
23353<ul>
23354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/TxQueue"</li>
23355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Queue"</li>
23356<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/TxQueue"</li>
23357<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/TxQueue"</li>
23358</ul>
23359No Attributes are defined for this type.<br>
23360<h3>TraceSources</h3>
23361<ul>
23362<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23363 <li> %Callback signature: ns3::Packet::TracedCallback
23364</li>
23365 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23366</ul>
23367<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23368 <li> %Callback signature: ns3::Packet::TracedCallback
23369</li>
23370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23371</ul>
23372<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23373 <li> %Callback signature: ns3::Packet::TracedCallback
23374</li>
23375 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23376</ul>
23377<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23378 <li> %Callback signature: ns3::Packet::TracedCallback
23379</li>
23380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23381</ul>
23382<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23383 <li> %Callback signature: ns3::Packet::TracedCallback
23384</li>
23385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23386</ul>
23387</ul>
23388<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23389<ul>
23390<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23391 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23392</li>
23393 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23394</ul>
23395<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23396 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23397</li>
23398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23399</ul>
23400</ul>
23401<b>Group:</b> Network
23402
23403<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
23404*/
23405
23406/*!
23407
23408\class ns3::Queue<QueueDiscItem>
23409
23410Introspection did not find any typical Config paths.<br>
23411No Attributes are defined for this type.<br>
23412<h3>TraceSources</h3>
23413<ul>
23414<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23415 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23416</li>
23417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23418</ul>
23419<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23420 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23421</li>
23422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23423</ul>
23424<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23425 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23426</li>
23427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23428</ul>
23429<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23430 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23431</li>
23432 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23433</ul>
23434<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23435 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23436</li>
23437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23438</ul>
23439</ul>
23440<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23441<ul>
23442<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23443 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23444</li>
23445 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23446</ul>
23447<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23448 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23449</li>
23450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23451</ul>
23452</ul>
23453<b>Group:</b> Network
23454
23455<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
23456*/
23457
23458/*!
23459
23460\class ns3::Queue<WifiMpdu,WifiMacQueueContainer>
23461
23462Introspection did not find any typical Config paths.<br>
23463No Attributes are defined for this type.<br>
23464<h3>TraceSources</h3>
23465<ul>
23466<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23467 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23468</li>
23469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23470</ul>
23471<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23472 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23473</li>
23474 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23475</ul>
23476<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23477 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23478</li>
23479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23480</ul>
23481<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23482 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23483</li>
23484 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23485</ul>
23486<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23487 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23488</li>
23489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23490</ul>
23491</ul>
23492<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23493<ul>
23494<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23495 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23496</li>
23497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23498</ul>
23499<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23500 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23501</li>
23502 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23503</ul>
23504</ul>
23505<b>Group:</b> Network
23506
23507<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
23508*/
23509
23510/*!
23511
23512\class ns3::QueueBase
23513
23514Introspection did not find any typical Config paths.<br>
23515No Attributes are defined for this type.<br>
23516<h3>TraceSources</h3>
23517<ul>
23518<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23519 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23520</li>
23521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23522</ul>
23523<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23524 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23525</li>
23526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23527</ul>
23528</ul>
23529<b>Group:</b> Network
23530
23531<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
23532*/
23533
23534/*!
23535
23536\class ns3::QueueDisc
23537
23538Introspection did not find any typical Config paths.<br>
23539<h3>Attributes</h3>
23540<ul>
23541<li><b>InternalQueueList</b>: The list of internal queues.
23542 <ul>
23543 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23544 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
23545 <li>Flags: <span class="mlabel">read</span></li>
23546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23547 </ul>
23548<li><b>PacketFilterList</b>: The list of packet filters.
23549 <ul>
23550 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23551 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
23552 <li>Flags: <span class="mlabel">read</span></li>
23553 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23554 </ul>
23555<li><b>QueueDiscClassList</b>: The list of queue disc classes.
23556 <ul>
23557 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23558 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
23559 <li>Flags: <span class="mlabel">read</span></li>
23560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23561 </ul>
23562<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
23563 <ul>
23564 <li>Set with class: \ref ns3::UintegerValue</li>
23565 <li>Underlying type: uint32_t 0:4294967295</li>
23566 <li>Initial value: 64</li>
23567 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23569 </ul>
23570</ul>
23571<h3>TraceSources</h3>
23572<ul>
23573<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
23574 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23575</li>
23576 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23577</ul>
23578<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
23579 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23580</li>
23581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23582</ul>
23583<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
23584 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23585</li>
23586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23587</ul>
23588<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
23589 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23590</li>
23591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23592</ul>
23593<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
23594 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23595</li>
23596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23597</ul>
23598<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
23599 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23600</li>
23601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23602</ul>
23603<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
23604 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23605</li>
23606 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23607</ul>
23608<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
23609 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23610</li>
23611 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23612</ul>
23613<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
23614 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23615</li>
23616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23617</ul>
23618<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
23619 <li> %Callback signature: ns3::Time::TracedCallback
23620</li>
23621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23622</ul>
23623</ul>
23624<b>Group:</b> TrafficControl
23625
23626<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
23627*/
23628
23629/*!
23630
23631\class ns3::QueueDiscClass
23632
23633Introspection did not find any typical Config paths.<br>
23634<h3>Attributes</h3>
23635<ul>
23636<li><b>QueueDisc</b>: The queue disc attached to the class
23637 <ul>
23638 <li>Set with class: \ref ns3::PointerValue</li>
23639 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
23640 <li>Initial value: 0</li>
23641 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23642 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23643 </ul>
23644</ul>
23645No TraceSources are defined for this type.<br>
23646<b>Group:</b> TrafficControl
23647
23648<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
23649*/
23650
23651/*!
23652
23653\class ns3::QueueLimits
23654
23655Introspection did not find any typical Config paths.<br>
23656No Attributes are defined for this type.<br>
23657No TraceSources are defined for this type.<br>
23658<b>Group:</b> Network
23659
23660<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
23661*/
23662
23663/*!
23664
23665\class ns3::RadioBearerStatsCalculator
23666
23667Introspection did not find any typical Config paths.<br>
23668<h3>Attributes</h3>
23669<ul>
23670<li><b>DlPdcpOutputFilename</b>: Name of the file where the downlink results will be saved.
23671 <ul>
23672 <li>Set with class: \ref ns3::StringValue</li>
23673 <li>Underlying type: \p std::string</li>
23674 <li>Initial value: DlPdcpStats.txt</li>
23675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23677 </ul>
23678<li><b>DlRlcOutputFilename</b>: Name of the file where the downlink results will be saved.
23679 <ul>
23680 <li>Set with class: \ref ns3::StringValue</li>
23681 <li>Underlying type: \p std::string</li>
23682 <li>Initial value: DlRlcStats.txt</li>
23683 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23685 </ul>
23686<li><b>EpochDuration</b>: Epoch duration.
23687 <ul>
23688 <li>Set with class: \ref ns3::TimeValue</li>
23689 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23690 <li>Initial value: +2.5e+08ns</li>
23691 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23692 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23693 </ul>
23694<li><b>StartTime</b>: Start time of the on going epoch.
23695 <ul>
23696 <li>Set with class: \ref ns3::TimeValue</li>
23697 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23698 <li>Initial value: +0ns</li>
23699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23701 </ul>
23702<li><b>UlPdcpOutputFilename</b>: Name of the file where the uplink results will be saved.
23703 <ul>
23704 <li>Set with class: \ref ns3::StringValue</li>
23705 <li>Underlying type: \p std::string</li>
23706 <li>Initial value: UlPdcpStats.txt</li>
23707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23709 </ul>
23710<li><b>UlRlcOutputFilename</b>: Name of the file where the uplink results will be saved.
23711 <ul>
23712 <li>Set with class: \ref ns3::StringValue</li>
23713 <li>Underlying type: \p std::string</li>
23714 <li>Initial value: UlRlcStats.txt</li>
23715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23717 </ul>
23718</ul>
23719No TraceSources are defined for this type.<br>
23720<b>Group:</b> Lte
23721
23722<b>Size</b> of this type is 1080 bytes (on a 64-bit architecture).
23723*/
23724
23725/*!
23726
23727\class ns3::RadioEnvironmentMapHelper
23728
23729Introspection did not find any typical Config paths.<br>
23730<h3>Attributes</h3>
23731<ul>
23732<li><b>Bandwidth</b>: Transmission Bandwidth Configuration (in number of RBs) over which the SINR will be calculated
23733 <ul>
23734 <li>Set with class: \ref ns3::UintegerValue</li>
23735 <li>Underlying type: uint16_t 0:65535</li>
23736 <li>Initial value: 25</li>
23737 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23739 </ul>
23740<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.
23741 <ul>
23742 <li>Set with class: \ref ns3::PointerValue</li>
23743 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SpectrumChannel></li>
23744 <li>Initial value: 0</li>
23745 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23746 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23747 </ul>
23748<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.
23749 <ul>
23750 <li>Set with class: \ref ns3::StringValue</li>
23751 <li>Underlying type: \p std::string</li>
23752 <li>Initial value: /ChannelList/0</li>
23753 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23755 </ul>
23756<li><b>Earfcn</b>: E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
23757 <ul>
23758 <li>Set with class: \ref ns3::UintegerValue</li>
23759 <li>Underlying type: uint16_t 0:65535</li>
23760 <li>Initial value: 100</li>
23761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23763 </ul>
23764<li><b>MaxPointsPerIteration</b>: Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.
23765 <ul>
23766 <li>Set with class: \ref ns3::UintegerValue</li>
23767 <li>Underlying type: uint32_t 1:4294967295</li>
23768 <li>Initial value: 20000</li>
23769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23771 </ul>
23772<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
23773 <ul>
23774 <li>Set with class: \ref ns3::DoubleValue</li>
23775 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23776 <li>Initial value: 1.423e-13</li>
23777 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23779 </ul>
23780<li><b>OutputFile</b>: the filename to which the Radio Environment Map is saved
23781 <ul>
23782 <li>Set with class: \ref ns3::StringValue</li>
23783 <li>Underlying type: \p std::string</li>
23784 <li>Initial value: rem.out</li>
23785 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23787 </ul>
23788<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
23789 <ul>
23790 <li>Set with class: \ref ns3::IntegerValue</li>
23791 <li>Underlying type: int32_t -2147483648:2147483647</li>
23792 <li>Initial value: -1</li>
23793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23795 </ul>
23796<li><b>StopWhenDone</b>: If true, Simulator::Stop () will be called as soon as the REM has been generated
23797 <ul>
23798 <li>Set with class: \ref ns3::BooleanValue</li>
23799 <li>Underlying type: bool</li>
23800 <li>Initial value: true</li>
23801 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23803 </ul>
23804<li><b>UseDataChannel</b>: If true, REM will be generated for PDSCH and for PDCCH otherwise
23805 <ul>
23806 <li>Set with class: \ref ns3::BooleanValue</li>
23807 <li>Underlying type: bool</li>
23808 <li>Initial value: false</li>
23809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23811 </ul>
23812<li><b>XMax</b>: The max x coordinate of the map.
23813 <ul>
23814 <li>Set with class: \ref ns3::DoubleValue</li>
23815 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23816 <li>Initial value: 1</li>
23817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23819 </ul>
23820<li><b>XMin</b>: The min x coordinate of the map.
23821 <ul>
23822 <li>Set with class: \ref ns3::DoubleValue</li>
23823 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23824 <li>Initial value: 0</li>
23825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23827 </ul>
23828<li><b>XRes</b>: The resolution (number of points) of the map along the x axis.
23829 <ul>
23830 <li>Set with class: \ref ns3::UintegerValue</li>
23831 <li>Underlying type: uint32_t 2:65535</li>
23832 <li>Initial value: 100</li>
23833 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23835 </ul>
23836<li><b>YMax</b>: The max y coordinate of the map.
23837 <ul>
23838 <li>Set with class: \ref ns3::DoubleValue</li>
23839 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23840 <li>Initial value: 1</li>
23841 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23842 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23843 </ul>
23844<li><b>YMin</b>: The min y coordinate of the map.
23845 <ul>
23846 <li>Set with class: \ref ns3::DoubleValue</li>
23847 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23848 <li>Initial value: 0</li>
23849 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23850 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23851 </ul>
23852<li><b>YRes</b>: The resolution (number of points) of the map along the y axis.
23853 <ul>
23854 <li>Set with class: \ref ns3::UintegerValue</li>
23855 <li>Underlying type: uint16_t 2:65535</li>
23856 <li>Initial value: 100</li>
23857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23859 </ul>
23860<li><b>Z</b>: The value of the z coordinate for which the map is to be generated
23861 <ul>
23862 <li>Set with class: \ref ns3::DoubleValue</li>
23863 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23864 <li>Initial value: 0</li>
23865 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23866 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23867 </ul>
23868</ul>
23869No TraceSources are defined for this type.<br>
23870<b>Group:</b> Lte
23871
23872<b>Size</b> of this type is 768 bytes (on a 64-bit architecture).
23873*/
23874
23875/*!
23876
23877\class ns3::RadiotapHeader
23878
23879Introspection did not find any typical Config paths.<br>
23880No Attributes are defined for this type.<br>
23881No TraceSources are defined for this type.<br>
23882<b>Group:</b> Network
23883
23884<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
23885*/
23886
23887/*!
23888
23889\class ns3::Radvd
23890
23891<h3>Config Paths</h3>
23892
23893ns3::Radvd is accessible through the following paths with Config::Set and Config::Connect:
23894<ul>
23895<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Radvd"</li>
23896</ul>
23897<h3>Attributes</h3>
23898<ul>
23899<li><b>AdvertisementJitter</b>: Uniform variable to provide jitter between min and max values of AdvInterval
23900 <ul>
23901 <li>Set with class: \ref ns3::PointerValue</li>
23902 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UniformRandomVariable></li>
23903 <li>Initial value: ns3::UniformRandomVariable</li>
23904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23906 </ul>
23907</ul>
23908<h3>Attributes defined in parent class ns3::Application</h3>
23909<ul>
23910<li><b>StartTime</b>: Time at which the application will start
23911 <ul>
23912 <li>Set with class: \ref ns3::TimeValue</li>
23913 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23914 <li>Initial value: +0ns</li>
23915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23917 </ul>
23918<li><b>StopTime</b>: Time at which the application will stop
23919 <ul>
23920 <li>Set with class: \ref ns3::TimeValue</li>
23921 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23922 <li>Initial value: +0ns</li>
23923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23925 </ul>
23926</ul>
23927No TraceSources are defined for this type.<br>
23928<b>Group:</b> Internet-Apps
23929
23930<b>Size</b> of this type is 312 bytes (on a 64-bit architecture).
23931*/
23932
23933/*!
23934
23935\class ns3::RandomBoxPositionAllocator
23936
23937<h3>Config Paths</h3>
23938
23939ns3::RandomBoxPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
23940<ul>
23941<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator"</li>
23942</ul>
23943<h3>Attributes</h3>
23944<ul>
23945<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.
23946 <ul>
23947 <li>Set with class: \ref ns3::PointerValue</li>
23948 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23949 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23950 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23951 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23952 </ul>
23953<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.
23954 <ul>
23955 <li>Set with class: \ref ns3::PointerValue</li>
23956 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23957 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23958 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23959 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23960 </ul>
23961<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.
23962 <ul>
23963 <li>Set with class: \ref ns3::PointerValue</li>
23964 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23965 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23966 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23967 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23968 </ul>
23969</ul>
23970No TraceSources are defined for this type.<br>
23971<b>Group:</b> Mobility
23972
23973<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
23974*/
23975
23976/*!
23977
23978\class ns3::RandomBuildingPositionAllocator
23979
23980<h3>Config Paths</h3>
23981
23982ns3::RandomBuildingPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
23983<ul>
23984<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBuildingPositionAllocator"</li>
23985</ul>
23986<h3>Attributes</h3>
23987<ul>
23988<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.
23989 <ul>
23990 <li>Set with class: \ref ns3::BooleanValue</li>
23991 <li>Underlying type: bool</li>
23992 <li>Initial value: false</li>
23993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23995 </ul>
23996</ul>
23997No TraceSources are defined for this type.<br>
23998<b>Group:</b> Buildings
23999
24000<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
24001*/
24002
24003/*!
24004
24005\class ns3::RandomDirection2dMobilityModel
24006
24007<h3>Config Paths</h3>
24008
24009ns3::RandomDirection2dMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24010<ul>
24011<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel"</li>
24012</ul>
24013<h3>Attributes</h3>
24014<ul>
24015<li><b>Bounds</b>: The 2d bounding area
24016 <ul>
24017 <li>Set with class: \ref ns3::RectangleValue</li>
24018 <li>Underlying type: \p Rectangle</li>
24019 <li>Initial value: -100|100|-100|100</li>
24020 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24022 </ul>
24023<li><b>Pause</b>: A random variable to control the pause (s).
24024 <ul>
24025 <li>Set with class: \ref ns3::PointerValue</li>
24026 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24027 <li>Initial value: ns3::ConstantRandomVariable[Constant=2.0]</li>
24028 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24030 </ul>
24031<li><b>Speed</b>: A random variable to control the speed (m/s).
24032 <ul>
24033 <li>Set with class: \ref ns3::PointerValue</li>
24034 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24035 <li>Initial value: ns3::UniformRandomVariable[Min=1.0|Max=2.0]</li>
24036 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24038 </ul>
24039</ul>
24040<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24041<ul>
24042<li><b>Position</b>: The current position of the mobility model.
24043 <ul>
24044 <li>Set with class: \ref ns3::Vector3DValue</li>
24045 <li>Underlying type: \p Vector3D</li>
24046 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24048 </ul>
24049<li><b>Velocity</b>: The current velocity of the mobility model.
24050 <ul>
24051 <li>Set with class: \ref ns3::Vector3DValue</li>
24052 <li>Underlying type: \p Vector3D</li>
24053 <li>Flags: <span class="mlabel">read</span></li>
24054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24055 </ul>
24056</ul>
24057No TraceSources are defined for this type.<br>
24058<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24059<ul>
24060<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24061 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24062</li>
24063 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24064</ul>
24065</ul>
24066<b>Group:</b> Mobility
24067
24068<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
24069*/
24070
24071/*!
24072
24073\class ns3::RandomDiscPositionAllocator
24074
24075<h3>Config Paths</h3>
24076
24077ns3::RandomDiscPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24078<ul>
24079<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator"</li>
24080</ul>
24081<h3>Attributes</h3>
24082<ul>
24083<li><b>Rho</b>: A random variable which represents the radius of a position in a random disc.
24084 <ul>
24085 <li>Set with class: \ref ns3::PointerValue</li>
24086 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24087 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=200.0]</li>
24088 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24090 </ul>
24091<li><b>Theta</b>: A random variable which represents the angle (gradients) of a position in a random disc.
24092 <ul>
24093 <li>Set with class: \ref ns3::PointerValue</li>
24094 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24095 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.2830]</li>
24096 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24098 </ul>
24099<li><b>X</b>: The x coordinate of the center of the random position disc.
24100 <ul>
24101 <li>Set with class: \ref ns3::DoubleValue</li>
24102 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24103 <li>Initial value: 0</li>
24104 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24106 </ul>
24107<li><b>Y</b>: The y coordinate of the center of the random position disc.
24108 <ul>
24109 <li>Set with class: \ref ns3::DoubleValue</li>
24110 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24111 <li>Initial value: 0</li>
24112 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24114 </ul>
24115<li><b>Z</b>: The z coordinate of all the positions in the disc.
24116 <ul>
24117 <li>Set with class: \ref ns3::DoubleValue</li>
24118 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24119 <li>Initial value: 0</li>
24120 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24121 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24122 </ul>
24123</ul>
24124No TraceSources are defined for this type.<br>
24125<b>Group:</b> Mobility
24126
24127<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
24128*/
24129
24130/*!
24131
24132\class ns3::RandomPropagationDelayModel
24133
24134<h3>Config Paths</h3>
24135
24136ns3::RandomPropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
24137<ul>
24138<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24139<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24140<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24141</ul>
24142<h3>Attributes</h3>
24143<ul>
24144<li><b>Variable</b>: The random variable which generates random delays (s).
24145 <ul>
24146 <li>Set with class: \ref ns3::PointerValue</li>
24147 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24148 <li>Initial value: ns3::UniformRandomVariable</li>
24149 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24150 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24151 </ul>
24152</ul>
24153No TraceSources are defined for this type.<br>
24154<b>Group:</b> Propagation
24155
24156<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
24157*/
24158
24159/*!
24160
24161\class ns3::RandomPropagationLossModel
24162
24163<h3>Config Paths</h3>
24164
24165ns3::RandomPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
24166<ul>
24167<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24168<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24169<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24170<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24171<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24172<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24173<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24174</ul>
24175<h3>Attributes</h3>
24176<ul>
24177<li><b>Variable</b>: The random variable used to pick a loss every time CalcRxPower is invoked.
24178 <ul>
24179 <li>Set with class: \ref ns3::PointerValue</li>
24180 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24181 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
24182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24184 </ul>
24185</ul>
24186No TraceSources are defined for this type.<br>
24187<b>Group:</b> Propagation
24188
24189<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
24190*/
24191
24192/*!
24193
24194\class ns3::RandomRectanglePositionAllocator
24195
24196<h3>Config Paths</h3>
24197
24198ns3::RandomRectanglePositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24199<ul>
24200<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator"</li>
24201</ul>
24202<h3>Attributes</h3>
24203<ul>
24204<li><b>X</b>: A random variable which represents the x coordinate of a position in a random rectangle.
24205 <ul>
24206 <li>Set with class: \ref ns3::PointerValue</li>
24207 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24208 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24209 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24211 </ul>
24212<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random rectangle.
24213 <ul>
24214 <li>Set with class: \ref ns3::PointerValue</li>
24215 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24216 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24217 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24219 </ul>
24220<li><b>Z</b>: The z coordinate of all the positions allocated.
24221 <ul>
24222 <li>Set with class: \ref ns3::DoubleValue</li>
24223 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24224 <li>Initial value: 0</li>
24225 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24226 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24227 </ul>
24228</ul>
24229No TraceSources are defined for this type.<br>
24230<b>Group:</b> Mobility
24231
24232<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24233*/
24234
24235/*!
24236
24237\class ns3::RandomRoomPositionAllocator
24238
24239<h3>Config Paths</h3>
24240
24241ns3::RandomRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24242<ul>
24243<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRoomPositionAllocator"</li>
24244</ul>
24245No Attributes are defined for this type.<br>
24246No TraceSources are defined for this type.<br>
24247<b>Group:</b> Buildings
24248
24249<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
24250*/
24251
24252/*!
24253
24254\class ns3::RandomVariableStream
24255
24256<h3>Config Paths</h3>
24257
24258ns3::RandomVariableStream is accessible through the following paths with Config::Set and Config::Connect:
24259<ul>
24260<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24261<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24262<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24263<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24264<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24265<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24266<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24267<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24268<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24269<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24270<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24271<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24272<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24273<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24274<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24275<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay"</li>
24276<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay"</li>
24277<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24278<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24279<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24280<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24281<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24282<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24283<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24284<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24285<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24286<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24287<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter"</li>
24288<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions"</li>
24289<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime"</li>
24290<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime"</li>
24291<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime"</li>
24292<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime"</li>
24293<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity"</li>
24294<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection"</li>
24295<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch"</li>
24296<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed"</li>
24297<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause"</li>
24298<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction"</li>
24299<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed"</li>
24300<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed"</li>
24301<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause"</li>
24302<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X"</li>
24303<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y"</li>
24304<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X"</li>
24305<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y"</li>
24306<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z"</li>
24307<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta"</li>
24308<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho"</li>
24309<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X"</li>
24310<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y"</li>
24311<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z"</li>
24312<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction"</li>
24313<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed"</li>
24314<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter"</li>
24315<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter"</li>
24316<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter"</li>
24317<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24318<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24319<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24320</ul>
24321<h3>Attributes</h3>
24322<ul>
24323<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
24324 <ul>
24325 <li>Set with class: \ref ns3::BooleanValue</li>
24326 <li>Underlying type: bool</li>
24327 <li>Initial value: false</li>
24328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24330 </ul>
24331<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.
24332 <ul>
24333 <li>Set with class: \ref ns3::IntegerValue</li>
24334 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
24335 <li>Initial value: -1</li>
24336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24338 </ul>
24339</ul>
24340No TraceSources are defined for this type.<br>
24341<b>Group:</b> Core
24342
24343<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24344*/
24345
24346/*!
24347
24348\class ns3::RandomWalk2dMobilityModel
24349
24350<h3>Config Paths</h3>
24351
24352ns3::RandomWalk2dMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24353<ul>
24354<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel"</li>
24355</ul>
24356<h3>Attributes</h3>
24357<ul>
24358<li><b>Bounds</b>: Bounds of the area to cruise.
24359 <ul>
24360 <li>Set with class: \ref ns3::RectangleValue</li>
24361 <li>Underlying type: \p Rectangle</li>
24362 <li>Initial value: 0|100|0|100</li>
24363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24365 </ul>
24366<li><b>Direction</b>: A random variable used to pick the direction (radians).
24367 <ul>
24368 <li>Set with class: \ref ns3::PointerValue</li>
24369 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24370 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283184]</li>
24371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24373 </ul>
24374<li><b>Distance</b>: Change current direction and speed after moving for this distance.
24375 <ul>
24376 <li>Set with class: \ref ns3::DoubleValue</li>
24377 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24378 <li>Initial value: 1</li>
24379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24381 </ul>
24382<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction
24383 <ul>
24384 <li>Set with class: \ref ns3::EnumValue<ns3::RandomWalk2dMobilityModel::Mode></li>
24385 <li>Underlying type: \p Distance|Time</li>
24386 <li>Initial value: Distance</li>
24387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24389 </ul>
24390<li><b>Speed</b>: A random variable used to pick the speed (m/s).
24391 <ul>
24392 <li>Set with class: \ref ns3::PointerValue</li>
24393 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24394 <li>Initial value: ns3::UniformRandomVariable[Min=2.0|Max=4.0]</li>
24395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24396 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24397 </ul>
24398<li><b>Time</b>: Change current direction and speed after moving for this delay.
24399 <ul>
24400 <li>Set with class: \ref ns3::TimeValue</li>
24401 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24402 <li>Initial value: +1e+09ns</li>
24403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24405 </ul>
24406</ul>
24407<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24408<ul>
24409<li><b>Position</b>: The current position of the mobility model.
24410 <ul>
24411 <li>Set with class: \ref ns3::Vector3DValue</li>
24412 <li>Underlying type: \p Vector3D</li>
24413 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24414 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24415 </ul>
24416<li><b>Velocity</b>: The current velocity of the mobility model.
24417 <ul>
24418 <li>Set with class: \ref ns3::Vector3DValue</li>
24419 <li>Underlying type: \p Vector3D</li>
24420 <li>Flags: <span class="mlabel">read</span></li>
24421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24422 </ul>
24423</ul>
24424No TraceSources are defined for this type.<br>
24425<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24426<ul>
24427<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24428 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24429</li>
24430 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24431</ul>
24432</ul>
24433<b>Group:</b> Mobility
24434
24435<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
24436*/
24437
24438/*!
24439
24440\class ns3::RandomWalk2dOutdoorMobilityModel
24441
24442<h3>Config Paths</h3>
24443
24444ns3::RandomWalk2dOutdoorMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24445<ul>
24446<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel"</li>
24447</ul>
24448<h3>Attributes</h3>
24449<ul>
24450<li><b>Bounds</b>: Bounds of the area to cruise.
24451 <ul>
24452 <li>Set with class: \ref ns3::RectangleValue</li>
24453 <li>Underlying type: \p Rectangle</li>
24454 <li>Initial value: 0|100|0|100</li>
24455 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24456 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24457 </ul>
24458<li><b>Direction</b>: A random variable used to pick the direction (radians).
24459 <ul>
24460 <li>Set with class: \ref ns3::PointerValue</li>
24461 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24462 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283184]</li>
24463 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24464 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24465 </ul>
24466<li><b>Distance</b>: Change current direction and speed after moving for this distance.
24467 <ul>
24468 <li>Set with class: \ref ns3::DoubleValue</li>
24469 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24470 <li>Initial value: 30</li>
24471 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24473 </ul>
24474<li><b>MaxIterations</b>: Maximum number of attempts to find an alternative next positionif the original one is inside a building.
24475 <ul>
24476 <li>Set with class: \ref ns3::UintegerValue</li>
24477 <li>Underlying type: uint32_t 0:4294967295</li>
24478 <li>Initial value: 100</li>
24479 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24481 </ul>
24482<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction
24483 <ul>
24484 <li>Set with class: \ref ns3::EnumValue<ns3::RandomWalk2dOutdoorMobilityModel::Mode></li>
24485 <li>Underlying type: \p Distance|Time</li>
24486 <li>Initial value: Distance</li>
24487 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24488 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24489 </ul>
24490<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.
24491 <ul>
24492 <li>Set with class: \ref ns3::PointerValue</li>
24493 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24494 <li>Initial value: ns3::NormalRandomVariable[Mean=1.53|Variance=0.040401]</li>
24495 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24496 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24497 </ul>
24498<li><b>Time</b>: Change current direction and speed after moving for this delay.
24499 <ul>
24500 <li>Set with class: \ref ns3::TimeValue</li>
24501 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24502 <li>Initial value: +2e+10ns</li>
24503 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24504 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24505 </ul>
24506<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.
24507 <ul>
24508 <li>Set with class: \ref ns3::DoubleValue</li>
24509 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24510 <li>Initial value: 1e-06</li>
24511 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24512 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24513 </ul>
24514</ul>
24515<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24516<ul>
24517<li><b>Position</b>: The current position of the mobility model.
24518 <ul>
24519 <li>Set with class: \ref ns3::Vector3DValue</li>
24520 <li>Underlying type: \p Vector3D</li>
24521 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24523 </ul>
24524<li><b>Velocity</b>: The current velocity of the mobility model.
24525 <ul>
24526 <li>Set with class: \ref ns3::Vector3DValue</li>
24527 <li>Underlying type: \p Vector3D</li>
24528 <li>Flags: <span class="mlabel">read</span></li>
24529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24530 </ul>
24531</ul>
24532No TraceSources are defined for this type.<br>
24533<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24534<ul>
24535<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24536 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24537</li>
24538 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24539</ul>
24540</ul>
24541<b>Group:</b> Mobility
24542
24543<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
24544*/
24545
24546/*!
24547
24548\class ns3::RandomWaypointMobilityModel
24549
24550<h3>Config Paths</h3>
24551
24552ns3::RandomWaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24553<ul>
24554<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel"</li>
24555</ul>
24556<h3>Attributes</h3>
24557<ul>
24558<li><b>Pause</b>: A random variable used to pick the pause of a random waypoint model.
24559 <ul>
24560 <li>Set with class: \ref ns3::PointerValue</li>
24561 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24562 <li>Initial value: ns3::ConstantRandomVariable[Constant=2.0]</li>
24563 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24565 </ul>
24566<li><b>PositionAllocator</b>: The position model used to pick a destination point.
24567 <ul>
24568 <li>Set with class: \ref ns3::PointerValue</li>
24569 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PositionAllocator></li>
24570 <li>Initial value: 0</li>
24571 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24572 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24573 </ul>
24574<li><b>Speed</b>: A random variable used to pick the speed of a random waypoint model.
24575 <ul>
24576 <li>Set with class: \ref ns3::PointerValue</li>
24577 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24578 <li>Initial value: ns3::UniformRandomVariable[Min=0.3|Max=0.7]</li>
24579 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24580 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24581 </ul>
24582</ul>
24583<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24584<ul>
24585<li><b>Position</b>: The current position of the mobility model.
24586 <ul>
24587 <li>Set with class: \ref ns3::Vector3DValue</li>
24588 <li>Underlying type: \p Vector3D</li>
24589 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24591 </ul>
24592<li><b>Velocity</b>: The current velocity of the mobility model.
24593 <ul>
24594 <li>Set with class: \ref ns3::Vector3DValue</li>
24595 <li>Underlying type: \p Vector3D</li>
24596 <li>Flags: <span class="mlabel">read</span></li>
24597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24598 </ul>
24599</ul>
24600No TraceSources are defined for this type.<br>
24601<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24602<ul>
24603<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24604 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24605</li>
24606 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24607</ul>
24608</ul>
24609<b>Group:</b> Mobility
24610
24611<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
24612*/
24613
24614/*!
24615
24616\class ns3::RangePropagationLossModel
24617
24618<h3>Config Paths</h3>
24619
24620ns3::RangePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
24621<ul>
24622<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24623<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24624<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24625<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24626<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24627<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24628<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24629</ul>
24630<h3>Attributes</h3>
24631<ul>
24632<li><b>MaxRange</b>: Maximum Transmission Range (meters)
24633 <ul>
24634 <li>Set with class: \ref ns3::DoubleValue</li>
24635 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24636 <li>Initial value: 250</li>
24637 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24639 </ul>
24640</ul>
24641No TraceSources are defined for this type.<br>
24642<b>Group:</b> Propagation
24643
24644<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
24645*/
24646
24647/*!
24648
24649\class ns3::RateErrorModel
24650
24651<h3>Config Paths</h3>
24652
24653ns3::RateErrorModel is accessible through the following paths with Config::Set and Config::Connect:
24654<ul>
24655<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24656<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24657<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24658<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24659<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24660<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24661</ul>
24662<h3>Attributes</h3>
24663<ul>
24664<li><b>ErrorRate</b>: The error rate.
24665 <ul>
24666 <li>Set with class: \ref ns3::DoubleValue</li>
24667 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24668 <li>Initial value: 0</li>
24669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24671 </ul>
24672<li><b>ErrorUnit</b>: The error unit
24673 <ul>
24674 <li>Set with class: \ref ns3::EnumValue<ns3::RateErrorModel::ErrorUnit></li>
24675 <li>Underlying type: \p ERROR_UNIT_BIT|ERROR_UNIT_BYTE|ERROR_UNIT_PACKET</li>
24676 <li>Initial value: ERROR_UNIT_BYTE</li>
24677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24679 </ul>
24680<li><b>RanVar</b>: The decision variable attached to this error model.
24681 <ul>
24682 <li>Set with class: \ref ns3::PointerValue</li>
24683 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24684 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24687 </ul>
24688</ul>
24689<h3>Attributes defined in parent class ns3::ErrorModel</h3>
24690<ul>
24691<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
24692 <ul>
24693 <li>Set with class: \ref ns3::BooleanValue</li>
24694 <li>Underlying type: bool</li>
24695 <li>Initial value: true</li>
24696 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24697 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24698 </ul>
24699</ul>
24700No TraceSources are defined for this type.<br>
24701<b>Group:</b> Network
24702
24703<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24704*/
24705
24706/*!
24707
24708\class ns3::RealtimeSimulatorImpl
24709
24710Introspection did not find any typical Config paths.<br>
24711<h3>Attributes</h3>
24712<ul>
24713<li><b>HardLimit</b>: Maximum acceptable real-time jitter (used in conjunction with SynchronizationMode=HardLimit)
24714 <ul>
24715 <li>Set with class: \ref ns3::TimeValue</li>
24716 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24717 <li>Initial value: +1e+08ns</li>
24718 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24720 </ul>
24721<li><b>SynchronizationMode</b>: What to do if the simulation cannot keep up with real time.
24722 <ul>
24723 <li>Set with class: \ref ns3::EnumValue<ns3::RealtimeSimulatorImpl::SynchronizationMode></li>
24724 <li>Underlying type: \p BestEffort|HardLimit</li>
24725 <li>Initial value: BestEffort</li>
24726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24728 </ul>
24729</ul>
24730No TraceSources are defined for this type.<br>
24731<b>Group:</b> Core
24732
24733<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
24734*/
24735
24736/*!
24737
24738\class ns3::ReceiveListErrorModel
24739
24740<h3>Config Paths</h3>
24741
24742ns3::ReceiveListErrorModel is accessible through the following paths with Config::Set and Config::Connect:
24743<ul>
24744<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24745<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24746<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24747<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24748<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24749<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24750</ul>
24751No Attributes are defined for this type.<br>
24752<h3>Attributes defined in parent class ns3::ErrorModel</h3>
24753<ul>
24754<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
24755 <ul>
24756 <li>Set with class: \ref ns3::BooleanValue</li>
24757 <li>Underlying type: bool</li>
24758 <li>Initial value: true</li>
24759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24761 </ul>
24762</ul>
24763No TraceSources are defined for this type.<br>
24764<b>Group:</b> Network
24765
24766<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
24767*/
24768
24769/*!
24770
24771\class ns3::RedQueueDisc
24772
24773Introspection did not find any typical Config paths.<br>
24774<h3>Attributes</h3>
24775<ul>
24776<li><b>ARED</b>: True to enable ARED
24777 <ul>
24778 <li>Set with class: \ref ns3::BooleanValue</li>
24779 <li>Underlying type: bool</li>
24780 <li>Initial value: false</li>
24781 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24782 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24783 </ul>
24784<li><b>AdaptMaxP</b>: True to adapt m_curMaxP
24785 <ul>
24786 <li>Set with class: \ref ns3::BooleanValue</li>
24787 <li>Underlying type: bool</li>
24788 <li>Initial value: false</li>
24789 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24790 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24791 </ul>
24792<li><b>Alpha</b>: Increment parameter for m_curMaxP in ARED
24793 <ul>
24794 <li>Set with class: \ref ns3::DoubleValue</li>
24795 <li>Underlying type: double 0:1</li>
24796 <li>Initial value: 0.01</li>
24797 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24799 </ul>
24800<li><b>Beta</b>: Decrement parameter for m_curMaxP in ARED
24801 <ul>
24802 <li>Set with class: \ref ns3::DoubleValue</li>
24803 <li>Underlying type: double 0:1</li>
24804 <li>Initial value: 0.9</li>
24805 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24807 </ul>
24808<li><b>Bottom</b>: Lower bound for m_curMaxP in ARED
24809 <ul>
24810 <li>Set with class: \ref ns3::DoubleValue</li>
24811 <li>Underlying type: double 0:1</li>
24812 <li>Initial value: 0</li>
24813 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24815 </ul>
24816<li><b>FengAdaptive</b>: True to enable Feng's Adaptive RED
24817 <ul>
24818 <li>Set with class: \ref ns3::BooleanValue</li>
24819 <li>Underlying type: bool</li>
24820 <li>Initial value: false</li>
24821 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24823 </ul>
24824<li><b>FengAlpha</b>: Decrement parameter for m_curMaxP in Feng's Adaptive RED
24825 <ul>
24826 <li>Set with class: \ref ns3::DoubleValue</li>
24827 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24828 <li>Initial value: 3</li>
24829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24831 </ul>
24832<li><b>FengBeta</b>: Increment parameter for m_curMaxP in Feng's Adaptive RED
24833 <ul>
24834 <li>Set with class: \ref ns3::DoubleValue</li>
24835 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24836 <li>Initial value: 2</li>
24837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24839 </ul>
24840<li><b>Gentle</b>: True to increases dropping probability slowly when average queue exceeds maxthresh
24841 <ul>
24842 <li>Set with class: \ref ns3::BooleanValue</li>
24843 <li>Underlying type: bool</li>
24844 <li>Initial value: true</li>
24845 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24847 </ul>
24848<li><b>IdlePktSize</b>: Average packet size used during idle times. Used when m_cautions = 3
24849 <ul>
24850 <li>Set with class: \ref ns3::UintegerValue</li>
24851 <li>Underlying type: uint32_t 0:4294967295</li>
24852 <li>Initial value: 0</li>
24853 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24855 </ul>
24856<li><b>Interval</b>: Time interval to update m_curMaxP
24857 <ul>
24858 <li>Set with class: \ref ns3::TimeValue</li>
24859 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24860 <li>Initial value: +5e+08ns</li>
24861 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24862 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24863 </ul>
24864<li><b>LInterm</b>: The maximum probability of dropping a packet
24865 <ul>
24866 <li>Set with class: \ref ns3::DoubleValue</li>
24867 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24868 <li>Initial value: 50</li>
24869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24871 </ul>
24872<li><b>LastSet</b>: Store the last time m_curMaxP was updated
24873 <ul>
24874 <li>Set with class: \ref ns3::TimeValue</li>
24875 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24876 <li>Initial value: +0ns</li>
24877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24879 </ul>
24880<li><b>LinkBandwidth</b>: The RED link bandwidth
24881 <ul>
24882 <li>Set with class: \ref ns3::DataRateValue</li>
24883 <li>Underlying type: \p DataRate</li>
24884 <li>Initial value: 1500000bps</li>
24885 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24887 </ul>
24888<li><b>LinkDelay</b>: The RED link delay
24889 <ul>
24890 <li>Set with class: \ref ns3::TimeValue</li>
24891 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24892 <li>Initial value: +2e+07ns</li>
24893 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24894 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24895 </ul>
24896<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
24897 <ul>
24898 <li>Set with class: \ref ns3::QueueSizeValue</li>
24899 <li>Underlying type: \p QueueSize</li>
24900 <li>Initial value: 25p</li>
24901 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24902 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24903 </ul>
24904<li><b>MaxTh</b>: Maximum average length threshold in packets/bytes
24905 <ul>
24906 <li>Set with class: \ref ns3::DoubleValue</li>
24907 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24908 <li>Initial value: 15</li>
24909 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24911 </ul>
24912<li><b>MeanPktSize</b>: Average of packet size
24913 <ul>
24914 <li>Set with class: \ref ns3::UintegerValue</li>
24915 <li>Underlying type: uint32_t 0:4294967295</li>
24916 <li>Initial value: 500</li>
24917 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24919 </ul>
24920<li><b>MinTh</b>: Minimum average length threshold in packets/bytes
24921 <ul>
24922 <li>Set with class: \ref ns3::DoubleValue</li>
24923 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24924 <li>Initial value: 5</li>
24925 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24926 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24927 </ul>
24928<li><b>NLRED</b>: True to enable Nonlinear RED
24929 <ul>
24930 <li>Set with class: \ref ns3::BooleanValue</li>
24931 <li>Underlying type: bool</li>
24932 <li>Initial value: false</li>
24933 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24935 </ul>
24936<li><b>Ns1Compat</b>: NS-1 compatibility
24937 <ul>
24938 <li>Set with class: \ref ns3::BooleanValue</li>
24939 <li>Underlying type: bool</li>
24940 <li>Initial value: false</li>
24941 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24942 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24943 </ul>
24944<li><b>QW</b>: Queue weight related to the exponential weighted moving average (EWMA)
24945 <ul>
24946 <li>Set with class: \ref ns3::DoubleValue</li>
24947 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24948 <li>Initial value: 0.002</li>
24949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24951 </ul>
24952<li><b>Rtt</b>: Round Trip Time to be considered while automatically setting m_bottom
24953 <ul>
24954 <li>Set with class: \ref ns3::TimeValue</li>
24955 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24956 <li>Initial value: +1e+08ns</li>
24957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24959 </ul>
24960<li><b>TargetDelay</b>: Target average queuing delay in ARED
24961 <ul>
24962 <li>Set with class: \ref ns3::TimeValue</li>
24963 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24964 <li>Initial value: +5e+06ns</li>
24965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24967 </ul>
24968<li><b>Top</b>: Upper bound for m_curMaxP in ARED
24969 <ul>
24970 <li>Set with class: \ref ns3::DoubleValue</li>
24971 <li>Underlying type: double 0:1</li>
24972 <li>Initial value: 0.5</li>
24973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24975 </ul>
24976<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
24977 <ul>
24978 <li>Set with class: \ref ns3::BooleanValue</li>
24979 <li>Underlying type: bool</li>
24980 <li>Initial value: false</li>
24981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24983 </ul>
24984<li><b>UseHardDrop</b>: True to always drop packets above max threshold
24985 <ul>
24986 <li>Set with class: \ref ns3::BooleanValue</li>
24987 <li>Underlying type: bool</li>
24988 <li>Initial value: true</li>
24989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24991 </ul>
24992<li><b>Wait</b>: True for waiting between dropped packets
24993 <ul>
24994 <li>Set with class: \ref ns3::BooleanValue</li>
24995 <li>Underlying type: bool</li>
24996 <li>Initial value: true</li>
24997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24999 </ul>
25000</ul>
25001<h3>Attributes defined in parent class ns3::QueueDisc</h3>
25002<ul>
25003<li><b>InternalQueueList</b>: The list of internal queues.
25004 <ul>
25005 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
25006 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
25007 <li>Flags: <span class="mlabel">read</span></li>
25008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25009 </ul>
25010<li><b>PacketFilterList</b>: The list of packet filters.
25011 <ul>
25012 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
25013 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
25014 <li>Flags: <span class="mlabel">read</span></li>
25015 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25016 </ul>
25017<li><b>QueueDiscClassList</b>: The list of queue disc classes.
25018 <ul>
25019 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
25020 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
25021 <li>Flags: <span class="mlabel">read</span></li>
25022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25023 </ul>
25024<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
25025 <ul>
25026 <li>Set with class: \ref ns3::UintegerValue</li>
25027 <li>Underlying type: uint32_t 0:4294967295</li>
25028 <li>Initial value: 64</li>
25029 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25030 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25031 </ul>
25032</ul>
25033No TraceSources are defined for this type.<br>
25034<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
25035<ul>
25036<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
25037 <li> %Callback signature: ns3::TracedValueCallback::Uint32
25038</li>
25039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25040</ul>
25041<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
25042 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25043</li>
25044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25045</ul>
25046<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
25047 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25048</li>
25049 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25050</ul>
25051<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
25052 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25053</li>
25054 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25055</ul>
25056<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
25057 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25058</li>
25059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25060</ul>
25061<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
25062 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25063</li>
25064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25065</ul>
25066<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
25067 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25068</li>
25069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25070</ul>
25071<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
25072 <li> %Callback signature: ns3::TracedValueCallback::Uint32
25073</li>
25074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25075</ul>
25076<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
25077 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25078</li>
25079 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25080</ul>
25081<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
25082 <li> %Callback signature: ns3::Time::TracedCallback
25083</li>
25084 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25085</ul>
25086</ul>
25087<b>Group:</b> TrafficControl
25088
25089<b>Size</b> of this type is 1400 bytes (on a 64-bit architecture).
25090*/
25091
25092/*!
25093
25094\class ns3::RemSpectrumPhy
25095
25096Introspection did not find any typical Config paths.<br>
25097No Attributes are defined for this type.<br>
25098No TraceSources are defined for this type.<br>
25099<b>Group:</b> Lte
25100
25101<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
25102*/
25103
25104/*!
25105
25106\class ns3::Rip
25107
25108Introspection did not find any typical Config paths.<br>
25109<h3>Attributes</h3>
25110<ul>
25111<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.
25112 <ul>
25113 <li>Set with class: \ref ns3::TimeValue</li>
25114 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25115 <li>Initial value: +1.2e+11ns</li>
25116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25118 </ul>
25119<li><b>LinkDownValue</b>: Value for link down in count to infinity.
25120 <ul>
25121 <li>Set with class: \ref ns3::UintegerValue</li>
25122 <li>Underlying type: uint32_t 0:4294967295</li>
25123 <li>Initial value: 16</li>
25124 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25126 </ul>
25127<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.
25128 <ul>
25129 <li>Set with class: \ref ns3::TimeValue</li>
25130 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25131 <li>Initial value: +5e+09ns</li>
25132 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25134 </ul>
25135<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.
25136 <ul>
25137 <li>Set with class: \ref ns3::TimeValue</li>
25138 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25139 <li>Initial value: +1e+09ns</li>
25140 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25142 </ul>
25143<li><b>SplitHorizon</b>: Split Horizon strategy.
25144 <ul>
25145 <li>Set with class: \ref ns3::EnumValue<ns3::Rip::SplitHorizonType_e></li>
25146 <li>Underlying type: \p NoSplitHorizon|SplitHorizon|PoisonReverse</li>
25147 <li>Initial value: PoisonReverse</li>
25148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25150 </ul>
25151<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).
25152 <ul>
25153 <li>Set with class: \ref ns3::TimeValue</li>
25154 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25155 <li>Initial value: +1e+09ns</li>
25156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25158 </ul>
25159<li><b>TimeoutDelay</b>: The delay to invalidate a route.
25160 <ul>
25161 <li>Set with class: \ref ns3::TimeValue</li>
25162 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25163 <li>Initial value: +1.8e+11ns</li>
25164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25166 </ul>
25167<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.
25168 <ul>
25169 <li>Set with class: \ref ns3::TimeValue</li>
25170 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25171 <li>Initial value: +3e+10ns</li>
25172 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25174 </ul>
25175</ul>
25176No TraceSources are defined for this type.<br>
25177<b>Group:</b> Internet
25178
25179<b>Size</b> of this type is 360 bytes (on a 64-bit architecture).
25180*/
25181
25182/*!
25183
25184\class ns3::RipHeader
25185
25186Introspection did not find any typical Config paths.<br>
25187No Attributes are defined for this type.<br>
25188No TraceSources are defined for this type.<br>
25189<b>Group:</b> Internet
25190
25191<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25192*/
25193
25194/*!
25195
25196\class ns3::RipNg
25197
25198<h3>Config Paths</h3>
25199
25200ns3::RipNg is accessible through the following paths with Config::Set and Config::Connect:
25201<ul>
25202<li>"/NodeList/[i]/$ns3::RipNg"</li>
25203</ul>
25204<h3>Attributes</h3>
25205<ul>
25206<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.
25207 <ul>
25208 <li>Set with class: \ref ns3::TimeValue</li>
25209 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25210 <li>Initial value: +1.2e+11ns</li>
25211 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25212 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25213 </ul>
25214<li><b>LinkDownValue</b>: Value for link down in count to infinity.
25215 <ul>
25216 <li>Set with class: \ref ns3::UintegerValue</li>
25217 <li>Underlying type: uint8_t 0:255</li>
25218 <li>Initial value: 16</li>
25219 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25221 </ul>
25222<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.
25223 <ul>
25224 <li>Set with class: \ref ns3::TimeValue</li>
25225 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25226 <li>Initial value: +5e+09ns</li>
25227 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25228 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25229 </ul>
25230<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.
25231 <ul>
25232 <li>Set with class: \ref ns3::TimeValue</li>
25233 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25234 <li>Initial value: +1e+09ns</li>
25235 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25236 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25237 </ul>
25238<li><b>SplitHorizon</b>: Split Horizon strategy.
25239 <ul>
25240 <li>Set with class: \ref ns3::EnumValue<ns3::RipNg::SplitHorizonType_e></li>
25241 <li>Underlying type: \p NoSplitHorizon|SplitHorizon|PoisonReverse</li>
25242 <li>Initial value: PoisonReverse</li>
25243 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25244 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25245 </ul>
25246<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).
25247 <ul>
25248 <li>Set with class: \ref ns3::TimeValue</li>
25249 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25250 <li>Initial value: +1e+09ns</li>
25251 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25253 </ul>
25254<li><b>TimeoutDelay</b>: The delay to invalidate a route.
25255 <ul>
25256 <li>Set with class: \ref ns3::TimeValue</li>
25257 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25258 <li>Initial value: +1.8e+11ns</li>
25259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25261 </ul>
25262<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.
25263 <ul>
25264 <li>Set with class: \ref ns3::TimeValue</li>
25265 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25266 <li>Initial value: +3e+10ns</li>
25267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25269 </ul>
25270</ul>
25271No TraceSources are defined for this type.<br>
25272<b>Group:</b> Internet
25273
25274<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
25275*/
25276
25277/*!
25278
25279\class ns3::RipNgHeader
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 40 bytes (on a 64-bit architecture).
25287*/
25288
25289/*!
25290
25291\class ns3::RipNgRte
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 32 bytes (on a 64-bit architecture).
25299*/
25300
25301/*!
25302
25303\class ns3::RipRte
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> Internet
25309
25310<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25311*/
25312
25313/*!
25314
25315\class ns3::RlcTag
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> Lte
25321
25322<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
25323*/
25324
25325/*!
25326
25327\class ns3::RngReq
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 24 bytes (on a 64-bit architecture).
25335*/
25336
25337/*!
25338
25339\class ns3::RngRsp
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> Wimax
25345
25346<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
25347*/
25348
25349/*!
25350
25351\class ns3::RocketfuelTopologyReader
25352
25353Introspection did not find any typical Config paths.<br>
25354No Attributes are defined for this type.<br>
25355No TraceSources are defined for this type.<br>
25356<b>Group:</b> TopologyReader
25357
25358<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
25359*/
25360
25361/*!
25362
25363\class ns3::RraaWifiManager
25364
25365<h3>Config Paths</h3>
25366
25367ns3::RraaWifiManager is accessible through the following paths with Config::Set and Config::Connect:
25368<ul>
25369<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::RraaWifiManager"</li>
25370<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::RraaWifiManager"</li>
25371</ul>
25372<h3>Attributes</h3>
25373<ul>
25374<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.
25375 <ul>
25376 <li>Set with class: \ref ns3::UintegerValue</li>
25377 <li>Underlying type: uint32_t 0:4294967295</li>
25378 <li>Initial value: 14</li>
25379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25381 </ul>
25382<li><b>Alpha</b>: Constant for calculating the MTL threshold.
25383 <ul>
25384 <li>Set with class: \ref ns3::DoubleValue</li>
25385 <li>Underlying type: double 1:1.79769e+308</li>
25386 <li>Initial value: 1.25</li>
25387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25389 </ul>
25390<li><b>Basic</b>: If true the RRAA-BASIC algorithm will be used, otherwise the RRAA will be used
25391 <ul>
25392 <li>Set with class: \ref ns3::BooleanValue</li>
25393 <li>Underlying type: bool</li>
25394 <li>Initial value: false</li>
25395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25396 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25397 </ul>
25398<li><b>Beta</b>: Constant for calculating the ORI threshold.
25399 <ul>
25400 <li>Set with class: \ref ns3::DoubleValue</li>
25401 <li>Underlying type: double 1:1.79769e+308</li>
25402 <li>Initial value: 2</li>
25403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25405 </ul>
25406<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.
25407 <ul>
25408 <li>Set with class: \ref ns3::UintegerValue</li>
25409 <li>Underlying type: uint32_t 0:4294967295</li>
25410 <li>Initial value: 1420</li>
25411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25413 </ul>
25414<li><b>Tau</b>: Constant for calculating the EWND size.
25415 <ul>
25416 <li>Set with class: \ref ns3::DoubleValue</li>
25417 <li>Underlying type: double 0:1.79769e+308</li>
25418 <li>Initial value: 0.012</li>
25419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25421 </ul>
25422<li><b>Timeout</b>: Timeout for the RRAA BASIC loss estimation block
25423 <ul>
25424 <li>Set with class: \ref ns3::TimeValue</li>
25425 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25426 <li>Initial value: +5e+07ns</li>
25427 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25429 </ul>
25430</ul>
25431<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
25432<ul>
25433<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.
25434 <ul>
25435 <li>Set with class: \ref ns3::UintegerValue</li>
25436 <li>Underlying type: uint8_t 0:255</li>
25437 <li>Initial value: 0</li>
25438 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25440 </ul>
25441<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
25442 <ul>
25443 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25444 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25445 <li>Initial value: Cts-To-Self</li>
25446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25448 </ul>
25449<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.
25450 <ul>
25451 <li>Set with class: \ref ns3::UintegerValue</li>
25452 <li>Underlying type: uint32_t 256:65535</li>
25453 <li>Initial value: 65535</li>
25454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25456 </ul>
25457<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
25458 <ul>
25459 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25460 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25461 <li>Initial value: Cts-To-Self</li>
25462 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25463 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25464 </ul>
25465<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.
25466 <ul>
25467 <li>Set with class: \ref ns3::BooleanValue</li>
25468 <li>Underlying type: bool</li>
25469 <li>Initial value: false</li>
25470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25472 </ul>
25473<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.
25474 <ul>
25475 <li>Set with class: \ref ns3::UintegerValue</li>
25476 <li>Underlying type: uint32_t 0:4294967295</li>
25477 <li>Initial value: 4</li>
25478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25479 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25480 </ul>
25481<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.
25482 <ul>
25483 <li>Set with class: \ref ns3::UintegerValue</li>
25484 <li>Underlying type: uint32_t 0:4294967295</li>
25485 <li>Initial value: 7</li>
25486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25487 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25488 </ul>
25489<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
25490 <ul>
25491 <li>Set with class: \ref ns3::WifiModeValue</li>
25492 <li>Underlying type: \p WifiMode</li>
25493 <li>Initial value: Invalid-WifiMode</li>
25494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25496 </ul>
25497<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.
25498 <ul>
25499 <li>Set with class: \ref ns3::UintegerValue</li>
25500 <li>Underlying type: uint32_t 0:4692480</li>
25501 <li>Initial value: 4692480</li>
25502 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25504 </ul>
25505<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.
25506 <ul>
25507 <li>Set with class: \ref ns3::TimeValue</li>
25508 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25509 <li>Initial value: +0ns</li>
25510 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25512 </ul>
25513</ul>
25514<h3>TraceSources</h3>
25515<ul>
25516<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
25517 <li> %Callback signature: ns3::TracedValueCallback::Uint64
25518</li>
25519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25520</ul>
25521</ul>
25522<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
25523<ul>
25524<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
25525 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25526</li>
25527 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25528</ul>
25529<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
25530 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25531</li>
25532 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25533</ul>
25534<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
25535 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25536</li>
25537 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25538</ul>
25539<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
25540 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25541</li>
25542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25543</ul>
25544</ul>
25545<b>Group:</b> Wifi
25546
25547<b>Size</b> of this type is 528 bytes (on a 64-bit architecture).
25548*/
25549
25550/*!
25551
25552\class ns3::RrComponentCarrierManager
25553
25554<h3>Config Paths</h3>
25555
25556ns3::RrComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
25557<ul>
25558<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25559<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25560<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25561<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25562</ul>
25563No Attributes are defined for this type.<br>
25564No TraceSources are defined for this type.<br>
25565<b>Group:</b> Lte
25566
25567<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
25568*/
25569
25570/*!
25571
25572\class ns3::RrFfMacScheduler
25573
25574<h3>Config Paths</h3>
25575
25576ns3::RrFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
25577<ul>
25578<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::RrFfMacScheduler"</li>
25579<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::RrFfMacScheduler"</li>
25580</ul>
25581<h3>Attributes</h3>
25582<ul>
25583<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
25584 <ul>
25585 <li>Set with class: \ref ns3::UintegerValue</li>
25586 <li>Underlying type: uint32_t 0:4294967295</li>
25587 <li>Initial value: 1000</li>
25588 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25590 </ul>
25591<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
25592 <ul>
25593 <li>Set with class: \ref ns3::BooleanValue</li>
25594 <li>Underlying type: bool</li>
25595 <li>Initial value: true</li>
25596 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25598 </ul>
25599<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
25600 <ul>
25601 <li>Set with class: \ref ns3::UintegerValue</li>
25602 <li>Underlying type: uint8_t 0:255</li>
25603 <li>Initial value: 0</li>
25604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25606 </ul>
25607</ul>
25608<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
25609<ul>
25610<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
25611 <ul>
25612 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
25613 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
25614 <li>Initial value: SRS_UL_CQI</li>
25615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25617 </ul>
25618</ul>
25619No TraceSources are defined for this type.<br>
25620<b>Group:</b> Lte
25621
25622<b>Size</b> of this type is 1152 bytes (on a 64-bit architecture).
25623*/
25624
25625/*!
25626
25627\class ns3::RrMultiUserScheduler
25628
25629Introspection did not find any typical Config paths.<br>
25630<h3>Attributes</h3>
25631<ul>
25632<li><b>EnableBsrp</b>: If enabled, send a BSRP Trigger Frame before an UL MU transmission.
25633 <ul>
25634 <li>Set with class: \ref ns3::BooleanValue</li>
25635 <li>Underlying type: bool</li>
25636 <li>Initial value: true</li>
25637 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25639 </ul>
25640<li><b>EnableTxopSharing</b>: If enabled, allow A-MPDUs of different TIDs in a DL MU PPDU.
25641 <ul>
25642 <li>Set with class: \ref ns3::BooleanValue</li>
25643 <li>Underlying type: bool</li>
25644 <li>Initial value: true</li>
25645 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25646 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25647 </ul>
25648<li><b>EnableUlOfdma</b>: If enabled, return UL_MU_TX if DL_MU_TX was returned the previous time.
25649 <ul>
25650 <li>Set with class: \ref ns3::BooleanValue</li>
25651 <li>Underlying type: bool</li>
25652 <li>Initial value: true</li>
25653 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25655 </ul>
25656<li><b>ForceDlOfdma</b>: If enabled, return DL_MU_TX even if no DL MU PPDU could be built.
25657 <ul>
25658 <li>Set with class: \ref ns3::BooleanValue</li>
25659 <li>Underlying type: bool</li>
25660 <li>Initial value: false</li>
25661 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25663 </ul>
25664<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
25665 <ul>
25666 <li>Set with class: \ref ns3::TimeValue</li>
25667 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25668 <li>Initial value: +1e+09ns</li>
25669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25671 </ul>
25672<li><b>NStations</b>: The maximum number of stations that can be granted an RU in a DL MU OFDMA transmission
25673 <ul>
25674 <li>Set with class: \ref ns3::UintegerValue</li>
25675 <li>Underlying type: uint8_t 1:74</li>
25676 <li>Initial value: 4</li>
25677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25679 </ul>
25680<li><b>UlPsduSize</b>: The default size in bytes of the solicited PSDU (to be sent in a TB PPDU)
25681 <ul>
25682 <li>Set with class: \ref ns3::UintegerValue</li>
25683 <li>Underlying type: uint32_t 0:4294967295</li>
25684 <li>Initial value: 500</li>
25685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25687 </ul>
25688<li><b>UseCentral26TonesRus</b>: If enabled, central 26-tone RUs are allocated, too, when the selected RU type is at least 52 tones.
25689 <ul>
25690 <li>Set with class: \ref ns3::BooleanValue</li>
25691 <li>Underlying type: bool</li>
25692 <li>Initial value: false</li>
25693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25695 </ul>
25696</ul>
25697<h3>Attributes defined in parent class ns3::MultiUserScheduler</h3>
25698<ul>
25699<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.
25700 <ul>
25701 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
25702 <li>Underlying type: \p AC_BE|AC_VI|AC_VO|AC_BK</li>
25703 <li>Initial value: AC_BE</li>
25704 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25706 </ul>
25707<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.
25708 <ul>
25709 <li>Set with class: \ref ns3::TimeValue</li>
25710 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25711 <li>Initial value: +0ns</li>
25712 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25714 </ul>
25715<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.
25716 <ul>
25717 <li>Set with class: \ref ns3::TimeValue</li>
25718 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25719 <li>Initial value: +2e+06ns</li>
25720 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25721 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25722 </ul>
25723<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.
25724 <ul>
25725 <li>Set with class: \ref ns3::BooleanValue</li>
25726 <li>Underlying type: bool</li>
25727 <li>Initial value: true</li>
25728 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25729 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25730 </ul>
25731</ul>
25732No TraceSources are defined for this type.<br>
25733<b>Group:</b> Wifi
25734
25735<b>Size</b> of this type is 888 bytes (on a 64-bit architecture).
25736*/
25737
25738/*!
25739
25740\class ns3::RrpaaWifiManager
25741
25742<h3>Config Paths</h3>
25743
25744ns3::RrpaaWifiManager is accessible through the following paths with Config::Set and Config::Connect:
25745<ul>
25746<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::RrpaaWifiManager"</li>
25747<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::RrpaaWifiManager"</li>
25748</ul>
25749<h3>Attributes</h3>
25750<ul>
25751<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.
25752 <ul>
25753 <li>Set with class: \ref ns3::UintegerValue</li>
25754 <li>Underlying type: uint32_t 0:4294967295</li>
25755 <li>Initial value: 14</li>
25756 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25758 </ul>
25759<li><b>Alpha</b>: Constant for calculating the MTL threshold.
25760 <ul>
25761 <li>Set with class: \ref ns3::DoubleValue</li>
25762 <li>Underlying type: double 1:1.79769e+308</li>
25763 <li>Initial value: 1.25</li>
25764 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25766 </ul>
25767<li><b>Basic</b>: If true the RRPAA-BASIC algorithm will be used, otherwise the RRPAA will be used.
25768 <ul>
25769 <li>Set with class: \ref ns3::BooleanValue</li>
25770 <li>Underlying type: bool</li>
25771 <li>Initial value: true</li>
25772 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25774 </ul>
25775<li><b>Beta</b>: Constant for calculating the ORI threshold.
25776 <ul>
25777 <li>Set with class: \ref ns3::DoubleValue</li>
25778 <li>Underlying type: double 1:1.79769e+308</li>
25779 <li>Initial value: 2</li>
25780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25782 </ul>
25783<li><b>Delta</b>: Constant for Probabilistic Decision Table increments.
25784 <ul>
25785 <li>Set with class: \ref ns3::DoubleValue</li>
25786 <li>Underlying type: double 1:1.79769e+308</li>
25787 <li>Initial value: 1.0905</li>
25788 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25790 </ul>
25791<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.
25792 <ul>
25793 <li>Set with class: \ref ns3::UintegerValue</li>
25794 <li>Underlying type: uint32_t 0:4294967295</li>
25795 <li>Initial value: 1420</li>
25796 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25797 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25798 </ul>
25799<li><b>Gamma</b>: Constant for Probabilistic Decision Table decrements.
25800 <ul>
25801 <li>Set with class: \ref ns3::DoubleValue</li>
25802 <li>Underlying type: double 1:1.79769e+308</li>
25803 <li>Initial value: 2</li>
25804 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25806 </ul>
25807<li><b>Tau</b>: Constant for calculating the EWND size.
25808 <ul>
25809 <li>Set with class: \ref ns3::DoubleValue</li>
25810 <li>Underlying type: double 0:1.79769e+308</li>
25811 <li>Initial value: 0.015</li>
25812 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25813 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25814 </ul>
25815<li><b>Timeout</b>: Timeout for the RRPAA-BASIC loss estimation block.
25816 <ul>
25817 <li>Set with class: \ref ns3::TimeValue</li>
25818 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25819 <li>Initial value: +5e+08ns</li>
25820 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25821 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25822 </ul>
25823</ul>
25824<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
25825<ul>
25826<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.
25827 <ul>
25828 <li>Set with class: \ref ns3::UintegerValue</li>
25829 <li>Underlying type: uint8_t 0:255</li>
25830 <li>Initial value: 0</li>
25831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25833 </ul>
25834<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
25835 <ul>
25836 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25837 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25838 <li>Initial value: Cts-To-Self</li>
25839 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25841 </ul>
25842<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.
25843 <ul>
25844 <li>Set with class: \ref ns3::UintegerValue</li>
25845 <li>Underlying type: uint32_t 256:65535</li>
25846 <li>Initial value: 65535</li>
25847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25849 </ul>
25850<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
25851 <ul>
25852 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25853 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25854 <li>Initial value: Cts-To-Self</li>
25855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25857 </ul>
25858<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.
25859 <ul>
25860 <li>Set with class: \ref ns3::BooleanValue</li>
25861 <li>Underlying type: bool</li>
25862 <li>Initial value: false</li>
25863 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25865 </ul>
25866<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.
25867 <ul>
25868 <li>Set with class: \ref ns3::UintegerValue</li>
25869 <li>Underlying type: uint32_t 0:4294967295</li>
25870 <li>Initial value: 4</li>
25871 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25872 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25873 </ul>
25874<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.
25875 <ul>
25876 <li>Set with class: \ref ns3::UintegerValue</li>
25877 <li>Underlying type: uint32_t 0:4294967295</li>
25878 <li>Initial value: 7</li>
25879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25880 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25881 </ul>
25882<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
25883 <ul>
25884 <li>Set with class: \ref ns3::WifiModeValue</li>
25885 <li>Underlying type: \p WifiMode</li>
25886 <li>Initial value: Invalid-WifiMode</li>
25887 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25888 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25889 </ul>
25890<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.
25891 <ul>
25892 <li>Set with class: \ref ns3::UintegerValue</li>
25893 <li>Underlying type: uint32_t 0:4692480</li>
25894 <li>Initial value: 4692480</li>
25895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25897 </ul>
25898<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.
25899 <ul>
25900 <li>Set with class: \ref ns3::TimeValue</li>
25901 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25902 <li>Initial value: +0ns</li>
25903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25905 </ul>
25906</ul>
25907<h3>TraceSources</h3>
25908<ul>
25909<li><b>PowerChange</b>: The transmission power has change.<br> <ul>
25910 <li> %Callback signature: ns3::WifiRemoteStationManager::PowerChangeTracedCallback
25911</li>
25912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25913</ul>
25914<li><b>RateChange</b>: The transmission rate has change.<br> <ul>
25915 <li> %Callback signature: ns3::WifiRemoteStationManager::RateChangeTracedCallback
25916</li>
25917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25918</ul>
25919</ul>
25920<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
25921<ul>
25922<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
25923 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25924</li>
25925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25926</ul>
25927<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
25928 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25929</li>
25930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25931</ul>
25932<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
25933 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25934</li>
25935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25936</ul>
25937<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
25938 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25939</li>
25940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25941</ul>
25942</ul>
25943<b>Group:</b> Wifi
25944
25945<b>Size</b> of this type is 576 bytes (on a 64-bit architecture).
25946*/
25947
25948/*!
25949
25950\class ns3::RttEstimator
25951
25952Introspection did not find any typical Config paths.<br>
25953<h3>Attributes</h3>
25954<ul>
25955<li><b>InitialEstimation</b>: Initial RTT estimate
25956 <ul>
25957 <li>Set with class: \ref ns3::TimeValue</li>
25958 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25959 <li>Initial value: +1e+09ns</li>
25960 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25961 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25962 </ul>
25963</ul>
25964No TraceSources are defined for this type.<br>
25965<b>Group:</b> Internet
25966
25967<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
25968*/
25969
25970/*!
25971
25972\class ns3::RttMeanDeviation
25973
25974Introspection did not find any typical Config paths.<br>
25975<h3>Attributes</h3>
25976<ul>
25977<li><b>Alpha</b>: Gain used in estimating the RTT, must be 0 <= alpha <= 1
25978 <ul>
25979 <li>Set with class: \ref ns3::DoubleValue</li>
25980 <li>Underlying type: double 0:1</li>
25981 <li>Initial value: 0.125</li>
25982 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25983 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25984 </ul>
25985<li><b>Beta</b>: Gain used in estimating the RTT variation, must be 0 <= beta <= 1
25986 <ul>
25987 <li>Set with class: \ref ns3::DoubleValue</li>
25988 <li>Underlying type: double 0:1</li>
25989 <li>Initial value: 0.25</li>
25990 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25991 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25992 </ul>
25993</ul>
25994<h3>Attributes defined in parent class ns3::RttEstimator</h3>
25995<ul>
25996<li><b>InitialEstimation</b>: Initial RTT estimate
25997 <ul>
25998 <li>Set with class: \ref ns3::TimeValue</li>
25999 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26000 <li>Initial value: +1e+09ns</li>
26001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26003 </ul>
26004</ul>
26005No TraceSources are defined for this type.<br>
26006<b>Group:</b> Internet
26007
26008<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
26009*/
26010
26011/*!
26012
26013\class ns3::SameRoomPositionAllocator
26014
26015<h3>Config Paths</h3>
26016
26017ns3::SameRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
26018<ul>
26019<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::SameRoomPositionAllocator"</li>
26020</ul>
26021No Attributes are defined for this type.<br>
26022No TraceSources are defined for this type.<br>
26023<b>Group:</b> Buildings
26024
26025<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
26026*/
26027
26028/*!
26029
26030\class ns3::Scheduler
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> Core
26036
26037<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26038*/
26039
26040/*!
26041
26042\class ns3::SeqTsEchoHeader
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 32 bytes (on a 64-bit architecture).
26050*/
26051
26052/*!
26053
26054\class ns3::SeqTsHeader
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 24 bytes (on a 64-bit architecture).
26062*/
26063
26064/*!
26065
26066\class ns3::SeqTsSizeHeader
26067
26068Introspection did not find any typical Config paths.<br>
26069No Attributes are defined for this type.<br>
26070No TraceSources are defined for this type.<br>
26071<b>Group:</b> Applications
26072
26073<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26074*/
26075
26076/*!
26077
26078\class ns3::SequentialRandomVariable
26079
26080<h3>Config Paths</h3>
26081
26082ns3::SequentialRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
26083<ul>
26084<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26085<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26086<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26087<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26088<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26089<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26090<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26091<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26092<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26093<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26094<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26095<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26096<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26097<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26098<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26099<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::SequentialRandomVariable"</li>
26100<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::SequentialRandomVariable"</li>
26101<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26102<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26103<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26104<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26105<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26106<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26107<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26108<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26109<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26110<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26111<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::SequentialRandomVariable"</li>
26112<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::SequentialRandomVariable"</li>
26113<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::SequentialRandomVariable"</li>
26114<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::SequentialRandomVariable"</li>
26115<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::SequentialRandomVariable"</li>
26116<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::SequentialRandomVariable"</li>
26117<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::SequentialRandomVariable"</li>
26118<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::SequentialRandomVariable"</li>
26119<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::SequentialRandomVariable"</li>
26120<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26121<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::SequentialRandomVariable"</li>
26122<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::SequentialRandomVariable"</li>
26123<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26124<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26125<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::SequentialRandomVariable"</li>
26126<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26127<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26128<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26129<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26130<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::SequentialRandomVariable"</li>
26131<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::SequentialRandomVariable"</li>
26132<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::SequentialRandomVariable"</li>
26133<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26134<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26135<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::SequentialRandomVariable"</li>
26136<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::SequentialRandomVariable"</li>
26137<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26138<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::SequentialRandomVariable"</li>
26139<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::SequentialRandomVariable"</li>
26140<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::SequentialRandomVariable"</li>
26141<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26142<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26143<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26144</ul>
26145<h3>Attributes</h3>
26146<ul>
26147<li><b>Consecutive</b>: The number of times each member of the sequence is repeated.
26148 <ul>
26149 <li>Set with class: \ref ns3::IntegerValue</li>
26150 <li>Underlying type: uint32_t 0:4294967295</li>
26151 <li>Initial value: 1</li>
26152 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26153 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26154 </ul>
26155<li><b>Increment</b>: The sequence random variable increment.
26156 <ul>
26157 <li>Set with class: \ref ns3::PointerValue</li>
26158 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
26159 <li>Initial value: ns3::ConstantRandomVariable[Constant=1]</li>
26160 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26162 </ul>
26163<li><b>Max</b>: One more than the last value of the sequence.
26164 <ul>
26165 <li>Set with class: \ref ns3::DoubleValue</li>
26166 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26167 <li>Initial value: 0</li>
26168 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26169 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26170 </ul>
26171<li><b>Min</b>: The first value of the sequence.
26172 <ul>
26173 <li>Set with class: \ref ns3::DoubleValue</li>
26174 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26175 <li>Initial value: 0</li>
26176 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26177 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26178 </ul>
26179</ul>
26180<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
26181<ul>
26182<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
26183 <ul>
26184 <li>Set with class: \ref ns3::BooleanValue</li>
26185 <li>Underlying type: bool</li>
26186 <li>Initial value: false</li>
26187 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26189 </ul>
26190<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.
26191 <ul>
26192 <li>Set with class: \ref ns3::IntegerValue</li>
26193 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
26194 <li>Initial value: -1</li>
26195 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26197 </ul>
26198</ul>
26199No TraceSources are defined for this type.<br>
26200<b>Group:</b> Core
26201
26202<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
26203*/
26204
26205/*!
26206
26207\class ns3::ServiceFlowManager
26208
26209<h3>Config Paths</h3>
26210
26211ns3::ServiceFlowManager is accessible through the following paths with Config::Set and Config::Connect:
26212<ul>
26213<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager"</li>
26214<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager"</li>
26215</ul>
26216No Attributes are defined for this type.<br>
26217No TraceSources are defined for this type.<br>
26218<b>Group:</b> Wimax
26219
26220<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
26221*/
26222
26223/*!
26224
26225\class ns3::ShannonSpectrumErrorModel
26226
26227Introspection did not find any typical Config paths.<br>
26228No Attributes are defined for this type.<br>
26229No TraceSources are defined for this type.<br>
26230<b>Group:</b> Spectrum
26231
26232<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
26233*/
26234
26235/*!
26236
26237\class ns3::SimpleChannel
26238
26239<h3>Config Paths</h3>
26240
26241ns3::SimpleChannel is accessible through the following paths with Config::Set and Config::Connect:
26242<ul>
26243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SimpleChannel"</li>
26244<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SimpleChannel"</li>
26245<li>"/ChannelList/[i]/$ns3::SimpleChannel"</li>
26246</ul>
26247<h3>Attributes</h3>
26248<ul>
26249<li><b>Delay</b>: Transmission delay through the channel
26250 <ul>
26251 <li>Set with class: \ref ns3::TimeValue</li>
26252 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26253 <li>Initial value: +0ns</li>
26254 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26256 </ul>
26257</ul>
26258<h3>Attributes defined in parent class ns3::Channel</h3>
26259<ul>
26260<li><b>Id</b>: The id (unique integer) of this Channel.
26261 <ul>
26262 <li>Set with class: \ref ns3::UintegerValue</li>
26263 <li>Underlying type: uint32_t 0:4294967295</li>
26264 <li>Flags: <span class="mlabel">read</span></li>
26265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26266 </ul>
26267</ul>
26268No TraceSources are defined for this type.<br>
26269<b>Group:</b> Network
26270
26271<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
26272*/
26273
26274/*!
26275
26276\class ns3::SimpleFrameCaptureModel
26277
26278<h3>Config Paths</h3>
26279
26280ns3::SimpleFrameCaptureModel is accessible through the following paths with Config::Set and Config::Connect:
26281<ul>
26282<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/FrameCaptureModel/$ns3::SimpleFrameCaptureModel"</li>
26283<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/FrameCaptureModel/$ns3::SimpleFrameCaptureModel"</li>
26284</ul>
26285<h3>Attributes</h3>
26286<ul>
26287<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).
26288 <ul>
26289 <li>Set with class: \ref ns3::DoubleValue</li>
26290 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26291 <li>Initial value: 5</li>
26292 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26293 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26294 </ul>
26295</ul>
26296<h3>Attributes defined in parent class ns3::FrameCaptureModel</h3>
26297<ul>
26298<li><b>CaptureWindow</b>: The duration of the capture window.
26299 <ul>
26300 <li>Set with class: \ref ns3::TimeValue</li>
26301 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26302 <li>Initial value: +16000ns</li>
26303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26305 </ul>
26306</ul>
26307No TraceSources are defined for this type.<br>
26308<b>Group:</b> Wifi
26309
26310<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
26311*/
26312
26313/*!
26314
26315\class ns3::SimpleNetDevice
26316
26317<h3>Config Paths</h3>
26318
26319ns3::SimpleNetDevice is accessible through the following paths with Config::Set and Config::Connect:
26320<ul>
26321<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice"</li>
26322</ul>
26323<h3>Attributes</h3>
26324<ul>
26325<li><b>DataRate</b>: The default data rate for point to point links. Zero means infinite
26326 <ul>
26327 <li>Set with class: \ref ns3::DataRateValue</li>
26328 <li>Underlying type: \p DataRate</li>
26329 <li>Initial value: 0bps</li>
26330 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26331 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26332 </ul>
26333<li><b>PointToPointMode</b>: The device is configured in Point to Point mode
26334 <ul>
26335 <li>Set with class: \ref ns3::BooleanValue</li>
26336 <li>Underlying type: bool</li>
26337 <li>Initial value: false</li>
26338 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26339 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26340 </ul>
26341<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss
26342 <ul>
26343 <li>Set with class: \ref ns3::PointerValue</li>
26344 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
26345 <li>Initial value: 0</li>
26346 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26347 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26348 </ul>
26349<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.
26350 <ul>
26351 <li>Set with class: \ref ns3::PointerValue</li>
26352 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
26353 <li>Initial value: ns3::DropTailQueue<Packet></li>
26354 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26356 </ul>
26357</ul>
26358<h3>TraceSources</h3>
26359<ul>
26360<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
26361 <li> %Callback signature: ns3::Packet::TracedCallback
26362</li>
26363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26364</ul>
26365</ul>
26366<b>Group:</b> Network
26367
26368<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
26369*/
26370
26371/*!
26372
26373\class ns3::SimpleOfdmWimaxPhy
26374
26375<h3>Config Paths</h3>
26376
26377ns3::SimpleOfdmWimaxPhy is accessible through the following paths with Config::Set and Config::Connect:
26378<ul>
26379<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/$ns3::SimpleOfdmWimaxPhy"</li>
26380</ul>
26381<h3>Attributes</h3>
26382<ul>
26383<li><b>G</b>: This is the ratio of CP time to useful time.
26384 <ul>
26385 <li>Set with class: \ref ns3::DoubleValue</li>
26386 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26387 <li>Initial value: 0.25</li>
26388 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26389 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26390 </ul>
26391<li><b>Nfft</b>: FFT size
26392 <ul>
26393 <li>Set with class: \ref ns3::UintegerValue</li>
26394 <li>Underlying type: uint16_t 256:1024</li>
26395 <li>Initial value: 256</li>
26396 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26397 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26398 </ul>
26399<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.
26400 <ul>
26401 <li>Set with class: \ref ns3::DoubleValue</li>
26402 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26403 <li>Initial value: 5</li>
26404 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26406 </ul>
26407<li><b>RxGain</b>: Reception gain (dB).
26408 <ul>
26409 <li>Set with class: \ref ns3::DoubleValue</li>
26410 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26411 <li>Initial value: 0</li>
26412 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26414 </ul>
26415<li><b>TraceFilePath</b>: Path to the directory containing SNR to block error rate files
26416 <ul>
26417 <li>Set with class: \ref ns3::StringValue</li>
26418 <li>Underlying type: \p std::string</li>
26419 <li>Initial value: ""</li>
26420 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26422 </ul>
26423<li><b>TxGain</b>: Transmission gain (dB).
26424 <ul>
26425 <li>Set with class: \ref ns3::DoubleValue</li>
26426 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26427 <li>Initial value: 0</li>
26428 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26430 </ul>
26431<li><b>TxPower</b>: Transmission power (dB).
26432 <ul>
26433 <li>Set with class: \ref ns3::DoubleValue</li>
26434 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26435 <li>Initial value: 30</li>
26436 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26438 </ul>
26439</ul>
26440<h3>Attributes defined in parent class ns3::WimaxPhy</h3>
26441<ul>
26442<li><b>Bandwidth</b>: The channel bandwidth in Hz.
26443 <ul>
26444 <li>Set with class: \ref ns3::UintegerValue</li>
26445 <li>Underlying type: uint32_t 5000000:30000000</li>
26446 <li>Initial value: 10000000</li>
26447 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26448 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26449 </ul>
26450<li><b>Channel</b>: Wimax channel
26451 <ul>
26452 <li>Set with class: \ref ns3::PointerValue</li>
26453 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
26454 <li>Initial value: 0</li>
26455 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26456 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26457 </ul>
26458<li><b>FrameDuration</b>: The frame duration in seconds.
26459 <ul>
26460 <li>Set with class: \ref ns3::TimeValue</li>
26461 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26462 <li>Initial value: +1e+07ns</li>
26463 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26464 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26465 </ul>
26466<li><b>Frequency</b>: The central frequency in KHz.
26467 <ul>
26468 <li>Set with class: \ref ns3::UintegerValue</li>
26469 <li>Underlying type: uint32_t 1000000:11000000</li>
26470 <li>Initial value: 5000000</li>
26471 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26473 </ul>
26474</ul>
26475<h3>TraceSources</h3>
26476<ul>
26477<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
26478 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26479</li>
26480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26481</ul>
26482<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
26483 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26484</li>
26485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26486</ul>
26487<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
26488 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26489</li>
26490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26491</ul>
26492<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium<br> <ul>
26493 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26494</li>
26495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26496</ul>
26497<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
26498 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26499</li>
26500 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26501</ul>
26502<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel<br> <ul>
26503 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26504</li>
26505 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26506</ul>
26507<li><b>Rx</b>: Receive trace<br> <ul>
26508 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26509</li>
26510 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26511</ul>
26512<li><b>Tx</b>: Transmit trace<br> <ul>
26513 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26514</li>
26515 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26516</ul>
26517</ul>
26518<b>Group:</b> Wimax
26519
26520<b>Size</b> of this type is 544 bytes (on a 64-bit architecture).
26521*/
26522
26523/*!
26524
26525\class ns3::SimpleTag
26526
26527Introspection did not find any typical Config paths.<br>
26528No Attributes are defined for this type.<br>
26529No TraceSources are defined for this type.<br>
26530<b>Group:</b> Network
26531
26532<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
26533*/
26534
26535/*!
26536
26537\class ns3::SimpleUeComponentCarrierManager
26538
26539<h3>Config Paths</h3>
26540
26541ns3::SimpleUeComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
26542<ul>
26543<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeComponentCarrierManager/$ns3::SimpleUeComponentCarrierManager"</li>
26544<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeComponentCarrierManager/$ns3::SimpleUeComponentCarrierManager"</li>
26545</ul>
26546No Attributes are defined for this type.<br>
26547No TraceSources are defined for this type.<br>
26548<b>Group:</b> Lte
26549
26550<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
26551*/
26552
26553/*!
26554
26555\class ns3::SimulatorImpl
26556
26557Introspection did not find any typical Config paths.<br>
26558No Attributes are defined for this type.<br>
26559No TraceSources are defined for this type.<br>
26560<b>Group:</b> Core
26561
26562<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26563*/
26564
26565/*!
26566
26567\class ns3::SingleModelSpectrumChannel
26568
26569<h3>Config Paths</h3>
26570
26571ns3::SingleModelSpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
26572<ul>
26573<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26574<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SingleModelSpectrumChannel"</li>
26575<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26576<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SingleModelSpectrumChannel"</li>
26577<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/$ns3::SingleModelSpectrumChannel"</li>
26578<li>"/ChannelList/[i]/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26579<li>"/ChannelList/[i]/$ns3::SingleModelSpectrumChannel"</li>
26580</ul>
26581No Attributes are defined for this type.<br>
26582<h3>Attributes defined in parent class ns3::SpectrumChannel</h3>
26583<ul>
26584<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.
26585 <ul>
26586 <li>Set with class: \ref ns3::DoubleValue</li>
26587 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26588 <li>Initial value: 1e+09</li>
26589 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26591 </ul>
26592<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
26593 <ul>
26594 <li>Set with class: \ref ns3::PointerValue</li>
26595 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
26596 <li>Initial value: 0</li>
26597 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26598 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26599 </ul>
26600</ul>
26601<h3>Attributes defined in parent class ns3::Channel</h3>
26602<ul>
26603<li><b>Id</b>: The id (unique integer) of this Channel.
26604 <ul>
26605 <li>Set with class: \ref ns3::UintegerValue</li>
26606 <li>Underlying type: uint32_t 0:4294967295</li>
26607 <li>Flags: <span class="mlabel">read</span></li>
26608 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26609 </ul>
26610</ul>
26611No TraceSources are defined for this type.<br>
26612<h3>TraceSources defined in parent class ns3::SpectrumChannel</h3>
26613<ul>
26614<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>
26615 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
26616</li>
26617 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26618</ul>
26619<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>
26620 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
26621</li>
26622 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26623</ul>
26624<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>
26625 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
26626</li>
26627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26628</ul>
26629</ul>
26630<b>Group:</b> Spectrum
26631
26632<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
26633*/
26634
26635/*!
26636
26637\class ns3::SinkApplication
26638
26639<h3>Config Paths</h3>
26640
26641ns3::SinkApplication is accessible through the following paths with Config::Set and Config::Connect:
26642<ul>
26643<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication"</li>
26644</ul>
26645<h3>Attributes</h3>
26646<ul>
26647<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
26648 <ul>
26649 <li>Set with class: \ref ns3::AddressValue</li>
26650 <li>Underlying type: \p Address</li>
26651 <li>Initial value: </li>
26652 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26654 </ul>
26655<li><b>Port</b>: Port on which the application listens for incoming packets.
26656 <ul>
26657 <li>Set with class: \ref ns3::UintegerValue</li>
26658 <li>Underlying type: uint32_t 0:4294967295</li>
26659 <li>Initial value: 4294967295</li>
26660 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26661 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26662 </ul>
26663</ul>
26664<h3>Attributes defined in parent class ns3::Application</h3>
26665<ul>
26666<li><b>StartTime</b>: Time at which the application will start
26667 <ul>
26668 <li>Set with class: \ref ns3::TimeValue</li>
26669 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26670 <li>Initial value: +0ns</li>
26671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26673 </ul>
26674<li><b>StopTime</b>: Time at which the application will stop
26675 <ul>
26676 <li>Set with class: \ref ns3::TimeValue</li>
26677 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26678 <li>Initial value: +0ns</li>
26679 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26680 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26681 </ul>
26682</ul>
26683No TraceSources are defined for this type.<br>
26684<b>Group:</b> Applications
26685
26686<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
26687*/
26688
26689/*!
26690
26691\class ns3::SixLowPanBc0
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::SixLowPanFrag1
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::SixLowPanFragN
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 16 bytes (on a 64-bit architecture).
26723*/
26724
26725/*!
26726
26727\class ns3::SixLowPanHc1
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 72 bytes (on a 64-bit architecture).
26735*/
26736
26737/*!
26738
26739\class ns3::SixLowPanIphc
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 56 bytes (on a 64-bit architecture).
26747*/
26748
26749/*!
26750
26751\class ns3::SixLowPanIpv6
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 8 bytes (on a 64-bit architecture).
26759*/
26760
26761/*!
26762
26763\class ns3::SixLowPanMesh
26764
26765Introspection did not find any typical Config paths.<br>
26766No Attributes are defined for this type.<br>
26767No TraceSources are defined for this type.<br>
26768<b>Group:</b> SixLowPan
26769
26770<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26771*/
26772
26773/*!
26774
26775\class ns3::SixLowPanNetDevice
26776
26777<h3>Config Paths</h3>
26778
26779ns3::SixLowPanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
26780<ul>
26781<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice"</li>
26782</ul>
26783<h3>Attributes</h3>
26784<ul>
26785<li><b>CompressionThreshold</b>: The minimum MAC layer payload size.
26786 <ul>
26787 <li>Set with class: \ref ns3::UintegerValue</li>
26788 <li>Underlying type: uint32_t 0:4294967295</li>
26789 <li>Initial value: 0</li>
26790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26792 </ul>
26793<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
26794 <ul>
26795 <li>Set with class: \ref ns3::TimeValue</li>
26796 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26797 <li>Initial value: +6e+10ns</li>
26798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26800 </ul>
26801<li><b>FragmentReassemblyListSize</b>: The maximum size of the reassembly buffer (in packets). Zero meaning infinite.
26802 <ul>
26803 <li>Set with class: \ref ns3::UintegerValue</li>
26804 <li>Underlying type: uint16_t 0:65535</li>
26805 <li>Initial value: 0</li>
26806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26808 </ul>
26809<li><b>MeshCacheLength</b>: Length of the cache for each source.
26810 <ul>
26811 <li>Set with class: \ref ns3::UintegerValue</li>
26812 <li>Underlying type: uint16_t 0:65535</li>
26813 <li>Initial value: 10</li>
26814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26816 </ul>
26817<li><b>MeshUnderJitter</b>: The jitter in ms a node uses to forward mesh-under packets - used to prevent collisions
26818 <ul>
26819 <li>Set with class: \ref ns3::PointerValue</li>
26820 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
26821 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=10.0]</li>
26822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26824 </ul>
26825<li><b>MeshUnderRadius</b>: Hops Left to use in mesh-under.
26826 <ul>
26827 <li>Set with class: \ref ns3::UintegerValue</li>
26828 <li>Underlying type: uint8_t 0:255</li>
26829 <li>Initial value: 10</li>
26830 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26832 </ul>
26833<li><b>OmitUdpChecksum</b>: Omit the UDP checksum in IPHC compression.
26834 <ul>
26835 <li>Set with class: \ref ns3::BooleanValue</li>
26836 <li>Underlying type: bool</li>
26837 <li>Initial value: true</li>
26838 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26840 </ul>
26841<li><b>Rfc6282</b>: Use RFC6282 (IPHC) if true, RFC4944 (HC1) otherwise.
26842 <ul>
26843 <li>Set with class: \ref ns3::BooleanValue</li>
26844 <li>Underlying type: bool</li>
26845 <li>Initial value: true</li>
26846 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26848 </ul>
26849<li><b>UseMeshUnder</b>: Use a mesh-under routing protocol.
26850 <ul>
26851 <li>Set with class: \ref ns3::BooleanValue</li>
26852 <li>Underlying type: bool</li>
26853 <li>Initial value: false</li>
26854 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26856 </ul>
26857</ul>
26858<h3>TraceSources</h3>
26859<ul>
26860<li><b>Drop</b>: Drop - DropReason, packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26861 <li> %Callback signature: ns3::SixLowPanNetDevice::DropTracedCallback
26862</li>
26863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26864</ul>
26865<li><b>Rx</b>: Receive - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26866 <li> %Callback signature: ns3::SixLowPanNetDevice::RxTxTracedCallback
26867</li>
26868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26869</ul>
26870<li><b>Tx</b>: Send - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26871 <li> %Callback signature: ns3::SixLowPanNetDevice::RxTxTracedCallback
26872</li>
26873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26874</ul>
26875</ul>
26876<b>Group:</b> SixLowPan
26877
26878<b>Size</b> of this type is 400 bytes (on a 64-bit architecture).
26879*/
26880
26881/*!
26882
26883\class ns3::SixLowPanNhcExtension
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 272 bytes (on a 64-bit architecture).
26891*/
26892
26893/*!
26894
26895\class ns3::SixLowPanUdpNhcExtension
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> SixLowPan
26901
26902<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26903*/
26904
26905/*!
26906
26907\class ns3::SllHeader
26908
26909Introspection did not find any typical Config paths.<br>
26910No Attributes are defined for this type.<br>
26911No TraceSources are defined for this type.<br>
26912<b>Group:</b> Network
26913
26914<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26915*/
26916
26917/*!
26918
26919\class ns3::SnrTag
26920
26921Introspection did not find any typical Config paths.<br>
26922<h3>Attributes</h3>
26923<ul>
26924<li><b>Snr</b>: The SNR of the last packet received
26925 <ul>
26926 <li>Set with class: \ref ns3::DoubleValue</li>
26927 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26928 <li>Flags: <span class="mlabel">read</span></li>
26929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26930 </ul>
26931</ul>
26932No TraceSources are defined for this type.<br>
26933<b>Group:</b> Wifi
26934
26935<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26936*/
26937
26938/*!
26939
26940\class ns3::Socket
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 176 bytes (on a 64-bit architecture).
26948*/
26949
26950/*!
26951
26952\class ns3::SocketFactory
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 56 bytes (on a 64-bit architecture).
26960*/
26961
26962/*!
26963
26964\class ns3::SocketIpTtlTag
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::SocketIpv6HopLimitTag
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::SocketSetDontFragmentTag
26989
26990Introspection did not find any typical Config paths.<br>
26991No Attributes are defined for this type.<br>
26992No TraceSources are defined for this type.<br>
26993<b>Group:</b> Network
26994
26995<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26996*/
26997
26998/*!
26999
27000\class ns3::SourceApplication
27001
27002<h3>Config Paths</h3>
27003
27004ns3::SourceApplication is accessible through the following paths with Config::Set and Config::Connect:
27005<ul>
27006<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication"</li>
27007</ul>
27008<h3>Attributes</h3>
27009<ul>
27010<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
27011 <ul>
27012 <li>Set with class: \ref ns3::AddressValue</li>
27013 <li>Underlying type: \p Address</li>
27014 <li>Initial value: </li>
27015 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27017 </ul>
27018<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
27019 <ul>
27020 <li>Set with class: \ref ns3::AddressValue</li>
27021 <li>Underlying type: \p Address</li>
27022 <li>Initial value: </li>
27023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27025 </ul>
27026<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).
27027 <ul>
27028 <li>Set with class: \ref ns3::UintegerValue</li>
27029 <li>Underlying type: uint8_t 0:255</li>
27030 <li>Initial value: 0</li>
27031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27033 </ul>
27034</ul>
27035<h3>Attributes defined in parent class ns3::Application</h3>
27036<ul>
27037<li><b>StartTime</b>: Time at which the application will start
27038 <ul>
27039 <li>Set with class: \ref ns3::TimeValue</li>
27040 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27041 <li>Initial value: +0ns</li>
27042 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27044 </ul>
27045<li><b>StopTime</b>: Time at which the application will stop
27046 <ul>
27047 <li>Set with class: \ref ns3::TimeValue</li>
27048 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27049 <li>Initial value: +0ns</li>
27050 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27052 </ul>
27053</ul>
27054No TraceSources are defined for this type.<br>
27055<b>Group:</b> Applications
27056
27057<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
27058*/
27059
27060/*!
27061
27062\class ns3::SpectrumAnalyzer
27063
27064Introspection did not find any typical Config paths.<br>
27065<h3>Attributes</h3>
27066<ul>
27067<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.
27068 <ul>
27069 <li>Set with class: \ref ns3::DoubleValue</li>
27070 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27071 <li>Initial value: 4.14e-21</li>
27072 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27073 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27074 </ul>
27075<li><b>Resolution</b>: The length of the time interval over which the power spectral density of incoming signals is averaged
27076 <ul>
27077 <li>Set with class: \ref ns3::TimeValue</li>
27078 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27079 <li>Initial value: +1e+06ns</li>
27080 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27081 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27082 </ul>
27083</ul>
27084<h3>TraceSources</h3>
27085<ul>
27086<li><b>AveragePowerSpectralDensityReport</b>: Trace fired whenever a new value for the average Power Spectral Density is calculated<br> <ul>
27087 <li> %Callback signature: ns3::SpectrumValue::TracedCallback
27088</li>
27089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27090</ul>
27091</ul>
27092<b>Group:</b> Spectrum
27093
27094<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
27095*/
27096
27097/*!
27098
27099\class ns3::SpectrumChannel
27100
27101<h3>Config Paths</h3>
27102
27103ns3::SpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
27104<ul>
27105<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel"</li>
27106<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel"</li>
27107<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel"</li>
27108<li>"/ChannelList/[i]/$ns3::SpectrumChannel"</li>
27109</ul>
27110<h3>Attributes</h3>
27111<ul>
27112<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.
27113 <ul>
27114 <li>Set with class: \ref ns3::DoubleValue</li>
27115 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27116 <li>Initial value: 1e+09</li>
27117 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27119 </ul>
27120<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
27121 <ul>
27122 <li>Set with class: \ref ns3::PointerValue</li>
27123 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
27124 <li>Initial value: 0</li>
27125 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27126 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27127 </ul>
27128</ul>
27129<h3>Attributes defined in parent class ns3::Channel</h3>
27130<ul>
27131<li><b>Id</b>: The id (unique integer) of this Channel.
27132 <ul>
27133 <li>Set with class: \ref ns3::UintegerValue</li>
27134 <li>Underlying type: uint32_t 0:4294967295</li>
27135 <li>Flags: <span class="mlabel">read</span></li>
27136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27137 </ul>
27138</ul>
27139<h3>TraceSources</h3>
27140<ul>
27141<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>
27142 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
27143</li>
27144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27145</ul>
27146<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>
27147 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
27148</li>
27149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27150</ul>
27151<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>
27152 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
27153</li>
27154 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27155</ul>
27156</ul>
27157<b>Group:</b> Spectrum
27158
27159<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
27160*/
27161
27162/*!
27163
27164\class ns3::SpectrumErrorModel
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::SpectrumPhy
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 56 bytes (on a 64-bit architecture).
27184*/
27185
27186/*!
27187
27188\class ns3::SpectrumPropagationLossModel
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::SpectrumTransmitFilter
27201
27202Introspection did not find any typical Config paths.<br>
27203No Attributes are defined for this type.<br>
27204No TraceSources are defined for this type.<br>
27205<b>Group:</b> Spectrum
27206
27207<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27208*/
27209
27210/*!
27211
27212\class ns3::SpectrumWifiPhy
27213
27214<h3>Config Paths</h3>
27215
27216ns3::SpectrumWifiPhy is accessible through the following paths with Config::Set and Config::Connect:
27217<ul>
27218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/$ns3::SpectrumWifiPhy"</li>
27219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/$ns3::SpectrumWifiPhy"</li>
27220</ul>
27221<h3>Attributes</h3>
27222<ul>
27223<li><b>DisableWifiReception</b>: Prevent Wi-Fi frame sync from ever happening
27224 <ul>
27225 <li>Set with class: \ref ns3::BooleanValue</li>
27226 <li>Underlying type: bool</li>
27227 <li>Initial value: false</li>
27228 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27230 </ul>
27231<li><b>TrackSignalsFromInactiveInterfaces</b>: Enable or disable tracking signals coming from inactive spectrum PHY interfaces
27232 <ul>
27233 <li>Set with class: \ref ns3::BooleanValue</li>
27234 <li>Underlying type: bool</li>
27235 <li>Initial value: true</li>
27236 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27238 </ul>
27239<li><b>TxMaskInnerBandMinimumRejection</b>: Minimum rejection (dBr) for the inner band of the transmit spectrum mask
27240 <ul>
27241 <li>Set with class: \ref ns3::DoubleValue</li>
27242 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27243 <li>Initial value: -20</li>
27244 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27246 </ul>
27247<li><b>TxMaskOuterBandMaximumRejection</b>: Maximum rejection (dBr) for the outer band of the transmit spectrum mask
27248 <ul>
27249 <li>Set with class: \ref ns3::DoubleValue</li>
27250 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27251 <li>Initial value: -40</li>
27252 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27253 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27254 </ul>
27255<li><b>TxMaskOuterBandMinimumRejection</b>: Minimum rejection (dBr) for the outer band of the transmit spectrum mask
27256 <ul>
27257 <li>Set with class: \ref ns3::DoubleValue</li>
27258 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27259 <li>Initial value: -28</li>
27260 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27261 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27262 </ul>
27263</ul>
27264<h3>Attributes defined in parent class ns3::WifiPhy</h3>
27265<ul>
27266<li><b>Antennas</b>: The number of antennas on the device.
27267 <ul>
27268 <li>Set with class: \ref ns3::UintegerValue</li>
27269 <li>Underlying type: uint8_t 1:8</li>
27270 <li>Initial value: 1</li>
27271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27273 </ul>
27274<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.
27275 <ul>
27276 <li>Set with class: \ref ns3::DoubleValue</li>
27277 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27278 <li>Initial value: -62</li>
27279 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27281 </ul>
27282<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.
27283 <ul>
27284 <li>Set with class: \ref ns3::DoubleValue</li>
27285 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27286 <li>Initial value: -82</li>
27287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27289 </ul>
27290<li><b>Channel</b>: The channel attached to this PHY
27291 <ul>
27292 <li>Set with class: \ref ns3::PointerValue</li>
27293 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
27294 <li>Flags: <span class="mlabel">read</span></li>
27295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27296 </ul>
27297<li><b>ChannelNumber</b>: The channel number of the current operating channel.
27298 <ul>
27299 <li>Set with class: \ref ns3::UintegerValue</li>
27300 <li>Underlying type: uint8_t 0:233</li>
27301 <li>Flags: <span class="mlabel">read</span></li>
27302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27303 </ul>
27304<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.
27305 <ul>
27306 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
27307 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
27308 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
27309 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27311 </ul>
27312<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
27313 <ul>
27314 <li>Set with class: \ref ns3::TimeValue</li>
27315 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
27316 <li>Initial value: +250000ns</li>
27317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27319 </ul>
27320<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.
27321 <ul>
27322 <li>Set with class: \ref ns3::UintegerValue</li>
27323 <li>Underlying type: double 5:320</li>
27324 <li>Flags: <span class="mlabel">read</span></li>
27325 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27326 </ul>
27327<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
27328 <ul>
27329 <li>Set with class: \ref ns3::BooleanValue</li>
27330 <li>Underlying type: bool</li>
27331 <li>Initial value: false</li>
27332 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27334 </ul>
27335<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
27336 <ul>
27337 <li>Set with class: \ref ns3::PointerValue</li>
27338 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
27339 <li>Initial value: 0</li>
27340 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27342 </ul>
27343<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
27344 <ul>
27345 <li>Set with class: \ref ns3::UintegerValue</li>
27346 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
27347 <li>Flags: <span class="mlabel">read</span></li>
27348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27349 </ul>
27350<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
27351 <ul>
27352 <li>Set with class: \ref ns3::PointerValue</li>
27353 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
27354 <li>Initial value: 0</li>
27355 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27356 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27357 </ul>
27358<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.
27359 <ul>
27360 <li>Set with class: \ref ns3::DoubleValue</li>
27361 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27362 <li>Initial value: 0</li>
27363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27365 </ul>
27366<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.
27367 <ul>
27368 <li>Set with class: \ref ns3::UintegerValue</li>
27369 <li>Underlying type: uint8_t 1:8</li>
27370 <li>Initial value: 1</li>
27371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27373 </ul>
27374<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.
27375 <ul>
27376 <li>Set with class: \ref ns3::UintegerValue</li>
27377 <li>Underlying type: uint8_t 1:8</li>
27378 <li>Initial value: 1</li>
27379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27381 </ul>
27382<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.
27383 <ul>
27384 <li>Set with class: \ref ns3::BooleanValue</li>
27385 <li>Underlying type: bool</li>
27386 <li>Initial value: false</li>
27387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27389 </ul>
27390<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.
27391 <ul>
27392 <li>Set with class: \ref ns3::TimeValue</li>
27393 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27394 <li>Initial value: +0ns</li>
27395 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27396 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27397 </ul>
27398<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.
27399 <ul>
27400 <li>Set with class: \ref ns3::PointerValue</li>
27401 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
27402 <li>Initial value: 0</li>
27403 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27405 </ul>
27406<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
27407 <ul>
27408 <li>Set with class: \ref ns3::DoubleValue</li>
27409 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27410 <li>Initial value: 100</li>
27411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27413 </ul>
27414<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
27415 <ul>
27416 <li>Set with class: \ref ns3::PointerValue</li>
27417 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
27418 <li>Initial value: 0</li>
27419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27421 </ul>
27422<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).
27423 <ul>
27424 <li>Set with class: \ref ns3::UintegerValue</li>
27425 <li>Underlying type: uint8_t 0:7</li>
27426 <li>Flags: <span class="mlabel">read</span></li>
27427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27428 </ul>
27429<li><b>RxGain</b>: Reception gain (dB).
27430 <ul>
27431 <li>Set with class: \ref ns3::DoubleValue</li>
27432 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27433 <li>Initial value: 0</li>
27434 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27436 </ul>
27437<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)".
27438 <ul>
27439 <li>Set with class: \ref ns3::DoubleValue</li>
27440 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27441 <li>Initial value: 7</li>
27442 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27443 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27444 </ul>
27445<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.
27446 <ul>
27447 <li>Set with class: \ref ns3::DoubleValue</li>
27448 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27449 <li>Initial value: -101</li>
27450 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27452 </ul>
27453<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.
27454 <ul>
27455 <li>Set with class: \ref ns3::BooleanValue</li>
27456 <li>Underlying type: bool</li>
27457 <li>Initial value: false</li>
27458 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27460 </ul>
27461<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.
27462 <ul>
27463 <li>Set with class: \ref ns3::TimeValue</li>
27464 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27465 <li>Initial value: +0ns</li>
27466 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27468 </ul>
27469<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.
27470 <ul>
27471 <li>Set with class: \ref ns3::TimeValue</li>
27472 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27473 <li>Initial value: +0ns</li>
27474 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27476 </ul>
27477<li><b>State</b>: The state of the PHY layer.
27478 <ul>
27479 <li>Set with class: \ref ns3::PointerValue</li>
27480 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
27481 <li>Initial value: 0</li>
27482 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27484 </ul>
27485<li><b>TxGain</b>: Transmission gain (dB).
27486 <ul>
27487 <li>Set with class: \ref ns3::DoubleValue</li>
27488 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27489 <li>Initial value: 0</li>
27490 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27492 </ul>
27493<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
27494 <ul>
27495 <li>Set with class: \ref ns3::DoubleValue</li>
27496 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27497 <li>Initial value: 16.0206</li>
27498 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27500 </ul>
27501<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
27502 <ul>
27503 <li>Set with class: \ref ns3::UintegerValue</li>
27504 <li>Underlying type: uint8_t 0:255</li>
27505 <li>Initial value: 1</li>
27506 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27508 </ul>
27509<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
27510 <ul>
27511 <li>Set with class: \ref ns3::DoubleValue</li>
27512 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27513 <li>Initial value: 16.0206</li>
27514 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27515 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27516 </ul>
27517</ul>
27518<h3>TraceSources</h3>
27519<ul>
27520<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak and foreign signals<br> <ul>
27521 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalArrivalCallback
27522</li>
27523 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27524</ul>
27525</ul>
27526<h3>TraceSources defined in parent class ns3::WifiPhy</h3>
27527<ul>
27528<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
27529 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
27530</li>
27531 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27532</ul>
27533<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
27534 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
27535</li>
27536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27537</ul>
27538<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
27539 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
27540</li>
27541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27542</ul>
27543<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
27544 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
27545</li>
27546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27547</ul>
27548<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
27549 <li> %Callback signature: ns3::Packet::TracedCallback
27550</li>
27551 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27552</ul>
27553<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
27554 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
27555</li>
27556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27557</ul>
27558<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
27559 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
27560</li>
27561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27562</ul>
27563<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
27564 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
27565</li>
27566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27567</ul>
27568<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>
27569 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
27570</li>
27571 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27572</ul>
27573<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
27574 <li> %Callback signature: ns3::Packet::TracedCallback
27575</li>
27576 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27577</ul>
27578<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
27579 <li> %Callback signature: ns3::Packet::TracedCallback
27580</li>
27581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27582</ul>
27583<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>
27584 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
27585</li>
27586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27587</ul>
27588<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
27589 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
27590</li>
27591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27592</ul>
27593</ul>
27594<b>Group:</b> Wifi
27595
27596<b>Size</b> of this type is 1072 bytes (on a 64-bit architecture).
27597*/
27598
27599/*!
27600
27601\class ns3::SSLinkManager
27602
27603<h3>Config Paths</h3>
27604
27605ns3::SSLinkManager is accessible through the following paths with Config::Set and Config::Connect:
27606<ul>
27607<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager"</li>
27608<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager"</li>
27609</ul>
27610No Attributes are defined for this type.<br>
27611No TraceSources are defined for this type.<br>
27612<b>Group:</b> Wimax
27613
27614<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
27615*/
27616
27617/*!
27618
27619\class ns3::SSManager
27620
27621<h3>Config Paths</h3>
27622
27623ns3::SSManager is accessible through the following paths with Config::Set and Config::Connect:
27624<ul>
27625<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager"</li>
27626<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager"</li>
27627</ul>
27628No Attributes are defined for this type.<br>
27629No TraceSources are defined for this type.<br>
27630<b>Group:</b> Wimax
27631
27632<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27633*/
27634
27635/*!
27636
27637\class ns3::SSScheduler
27638
27639<h3>Config Paths</h3>
27640
27641ns3::SSScheduler is accessible through the following paths with Config::Set and Config::Connect:
27642<ul>
27643<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler"</li>
27644<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler"</li>
27645</ul>
27646No Attributes are defined for this type.<br>
27647No TraceSources are defined for this type.<br>
27648<b>Group:</b> Wimax
27649
27650<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
27651*/
27652
27653/*!
27654
27655\class ns3::StaWifiMac
27656
27657<h3>Config Paths</h3>
27658
27659ns3::StaWifiMac is accessible through the following paths with Config::Set and Config::Connect:
27660<ul>
27661<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac"</li>
27662</ul>
27663<h3>Attributes</h3>
27664<ul>
27665<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.
27666 <ul>
27667 <li>Set with class: \ref ns3::BooleanValue</li>
27668 <li>Underlying type: bool</li>
27669 <li>Initial value: false</li>
27670 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27671 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27672 </ul>
27673<li><b>AssocRequestTimeout</b>: The interval between two consecutive association request attempts.
27674 <ul>
27675 <li>Set with class: \ref ns3::TimeValue</li>
27676 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27677 <li>Initial value: +5e+08ns</li>
27678 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27680 </ul>
27681<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.
27682 <ul>
27683 <li>Set with class: \ref ns3::EnumValue<ns3::WifiAssocType></li>
27684 <li>Underlying type: \p LEGACY|ML_SETUP</li>
27685 <li>Initial value: ML_SETUP</li>
27686 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27688 </ul>
27689<li><b>MaxMissedBeacons</b>: Number of beacons which much be consecutively missed before we attempt to restart association.
27690 <ul>
27691 <li>Set with class: \ref ns3::UintegerValue</li>
27692 <li>Underlying type: uint32_t 0:4294967295</li>
27693 <li>Initial value: 10</li>
27694 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27696 </ul>
27697<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.
27698 <ul>
27699 <li>Set with class: \ref ns3::TimeValue</li>
27700 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27701 <li>Initial value: +1e+08ns</li>
27702 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27703 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27704 </ul>
27705<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
27706 <ul>
27707 <li>Set with class: \ref ns3::PairValue<N3ns33PtrINS_12BooleanValueEEE, N3ns33PtrINS_13UintegerValueEEE></li>
27708 <li>Underlying type: \p St4pairIN3ns33PtrINS0_12BooleanValueEEENS1_INS0_13UintegerValueEEEE</li>
27709 <li>Flags: <span class="mlabel">write</span></li>
27710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27711 </ul>
27712<li><b>ProbeDelay</b>: Delay (in microseconds) to be used prior to transmitting a Probe frame during active scanning.
27713 <ul>
27714 <li>Set with class: \ref ns3::PointerValue</li>
27715 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
27716 <li>Initial value: ns3::UniformRandomVariable[Min=50.0|Max=250.0]</li>
27717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27719 </ul>
27720<li><b>ProbeRequestTimeout</b>: The duration to actively probe the channel.
27721 <ul>
27722 <li>Set with class: \ref ns3::TimeValue</li>
27723 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27724 <li>Initial value: +5e+07ns</li>
27725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27727 </ul>
27728<li><b>WaitBeaconTimeout</b>: The duration to dwell on a channel while passively scanning for beacon
27729 <ul>
27730 <li>Set with class: \ref ns3::TimeValue</li>
27731 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27732 <li>Initial value: +1.2e+08ns</li>
27733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27735 </ul>
27736</ul>
27737<h3>Attributes defined in parent class ns3::WifiMac</h3>
27738<ul>
27739<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.
27740 <ul>
27741 <li>Set with class: \ref ns3::UintegerValue</li>
27742 <li>Underlying type: uint16_t 0:65535</li>
27743 <li>Initial value: 0</li>
27744 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27745 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27746 </ul>
27747<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.
27748 <ul>
27749 <li>Set with class: \ref ns3::UintegerValue</li>
27750 <li>Underlying type: uint8_t 0:64</li>
27751 <li>Initial value: 0</li>
27752 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27754 </ul>
27755<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.
27756 <ul>
27757 <li>Set with class: \ref ns3::UintegerValue</li>
27758 <li>Underlying type: uint32_t 0:15523200</li>
27759 <li>Initial value: 65535</li>
27760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27762 </ul>
27763<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.
27764 <ul>
27765 <li>Set with class: \ref ns3::UintegerValue</li>
27766 <li>Underlying type: uint16_t 0:11398</li>
27767 <li>Initial value: 0</li>
27768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27770 </ul>
27771<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
27772 <ul>
27773 <li>Set with class: \ref ns3::PointerValue</li>
27774 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27775 <li>Initial value: 0</li>
27776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27778 </ul>
27779<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.
27780 <ul>
27781 <li>Set with class: \ref ns3::UintegerValue</li>
27782 <li>Underlying type: uint16_t 0:65535</li>
27783 <li>Initial value: 0</li>
27784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27786 </ul>
27787<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.
27788 <ul>
27789 <li>Set with class: \ref ns3::UintegerValue</li>
27790 <li>Underlying type: uint8_t 0:64</li>
27791 <li>Initial value: 0</li>
27792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27794 </ul>
27795<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.
27796 <ul>
27797 <li>Set with class: \ref ns3::UintegerValue</li>
27798 <li>Underlying type: uint32_t 0:15523200</li>
27799 <li>Initial value: 0</li>
27800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27802 </ul>
27803<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.
27804 <ul>
27805 <li>Set with class: \ref ns3::UintegerValue</li>
27806 <li>Underlying type: uint16_t 0:11398</li>
27807 <li>Initial value: 0</li>
27808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27810 </ul>
27811<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
27812 <ul>
27813 <li>Set with class: \ref ns3::PointerValue</li>
27814 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27815 <li>Initial value: 0</li>
27816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27818 </ul>
27819<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
27820 <ul>
27821 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
27822 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
27823 <li>Flags: <span class="mlabel">read</span></li>
27824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27825 </ul>
27826<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
27827 <ul>
27828 <li>Set with class: \ref ns3::BooleanValue</li>
27829 <li>Underlying type: bool</li>
27830 <li>Initial value: false</li>
27831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27833 </ul>
27834<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
27835 <ul>
27836 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
27837 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
27838 <li>Flags: <span class="mlabel">read</span></li>
27839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27840 </ul>
27841<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.
27842 <ul>
27843 <li>Set with class: \ref ns3::UintegerValue</li>
27844 <li>Underlying type: uint32_t 1:65535</li>
27845 <li>Initial value: 7</li>
27846 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27848 </ul>
27849<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.
27850 <ul>
27851 <li>Set with class: \ref ns3::UintegerValue</li>
27852 <li>Underlying type: uint16_t 1:1024</li>
27853 <li>Initial value: 1024</li>
27854 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27856 </ul>
27857<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
27858 <ul>
27859 <li>Set with class: \ref ns3::BooleanValue</li>
27860 <li>Underlying type: bool</li>
27861 <li>Initial value: false</li>
27862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27864 </ul>
27865<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).
27866 <ul>
27867 <li>Set with class: \ref ns3::BooleanValue</li>
27868 <li>Underlying type: bool</li>
27869 <li>Initial value: false</li>
27870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27872 </ul>
27873<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
27874 <ul>
27875 <li>Set with class: \ref ns3::BooleanValue</li>
27876 <li>Underlying type: bool</li>
27877 <li>Initial value: true</li>
27878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27880 </ul>
27881<li><b>Ssid</b>: The ssid we want to belong to.
27882 <ul>
27883 <li>Set with class: \ref ns3::SsidValue</li>
27884 <li>Underlying type: \p Ssid</li>
27885 <li>Initial value: SSID=[default]</li>
27886 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27887 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27888 </ul>
27889<li><b>Txop</b>: The Txop object.
27890 <ul>
27891 <li>Set with class: \ref ns3::PointerValue</li>
27892 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
27893 <li>Initial value: 0</li>
27894 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27896 </ul>
27897<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.
27898 <ul>
27899 <li>Set with class: \ref ns3::UintegerValue</li>
27900 <li>Underlying type: uint16_t 0:65535</li>
27901 <li>Initial value: 0</li>
27902 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27904 </ul>
27905<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.
27906 <ul>
27907 <li>Set with class: \ref ns3::UintegerValue</li>
27908 <li>Underlying type: uint8_t 0:64</li>
27909 <li>Initial value: 0</li>
27910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27912 </ul>
27913<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.
27914 <ul>
27915 <li>Set with class: \ref ns3::UintegerValue</li>
27916 <li>Underlying type: uint32_t 0:15523200</li>
27917 <li>Initial value: 65535</li>
27918 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27919 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27920 </ul>
27921<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.
27922 <ul>
27923 <li>Set with class: \ref ns3::UintegerValue</li>
27924 <li>Underlying type: uint16_t 0:11398</li>
27925 <li>Initial value: 0</li>
27926 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27927 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27928 </ul>
27929<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
27930 <ul>
27931 <li>Set with class: \ref ns3::PointerValue</li>
27932 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27933 <li>Initial value: 0</li>
27934 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27936 </ul>
27937<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.
27938 <ul>
27939 <li>Set with class: \ref ns3::UintegerValue</li>
27940 <li>Underlying type: uint16_t 0:65535</li>
27941 <li>Initial value: 0</li>
27942 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27943 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27944 </ul>
27945<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.
27946 <ul>
27947 <li>Set with class: \ref ns3::UintegerValue</li>
27948 <li>Underlying type: uint8_t 0:64</li>
27949 <li>Initial value: 0</li>
27950 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27951 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27952 </ul>
27953<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.
27954 <ul>
27955 <li>Set with class: \ref ns3::UintegerValue</li>
27956 <li>Underlying type: uint32_t 0:15523200</li>
27957 <li>Initial value: 0</li>
27958 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27959 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27960 </ul>
27961<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.
27962 <ul>
27963 <li>Set with class: \ref ns3::UintegerValue</li>
27964 <li>Underlying type: uint16_t 0:11398</li>
27965 <li>Initial value: 0</li>
27966 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27967 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27968 </ul>
27969<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
27970 <ul>
27971 <li>Set with class: \ref ns3::PointerValue</li>
27972 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27973 <li>Initial value: 0</li>
27974 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27975 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27976 </ul>
27977</ul>
27978<h3>TraceSources</h3>
27979<ul>
27980<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>
27981 <li> %Callback signature: ns3::Mac48Address::TracedCallback
27982</li>
27983 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27984</ul>
27985<li><b>BeaconArrival</b>: Time of beacons arrival from associated AP<br> <ul>
27986 <li> %Callback signature: ns3::Time::TracedCallback
27987</li>
27988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27989</ul>
27990<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>
27991 <li> %Callback signature: ns3::Mac48Address::TracedCallback
27992</li>
27993 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27994</ul>
27995<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>
27996 <li> %Callback signature: ns3::StaWifiMac::EmlsrLinkSwitchCallback
27997</li>
27998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27999</ul>
28000<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>
28001 <li> %Callback signature: ns3::StaWifiMac::LinkSetupCallback
28002</li>
28003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28004</ul>
28005<li><b>ReceivedBeaconInfo</b>: Information about every received Beacon frame<br> <ul>
28006 <li> %Callback signature: ns3::ApInfo::TracedCallback
28007</li>
28008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28009</ul>
28010</ul>
28011<h3>TraceSources defined in parent class ns3::WifiMac</h3>
28012<ul>
28013<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
28014 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
28015</li>
28016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28017</ul>
28018<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
28019 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
28020</li>
28021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28022</ul>
28023<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>
28024 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
28025</li>
28026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28027</ul>
28028<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>
28029 <li> %Callback signature: ns3::Packet::TracedCallback
28030</li>
28031 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28032</ul>
28033<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>
28034 <li> %Callback signature: ns3::Packet::TracedCallback
28035</li>
28036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28037</ul>
28038<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>
28039 <li> %Callback signature: ns3::Packet::TracedCallback
28040</li>
28041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28042</ul>
28043<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>
28044 <li> %Callback signature: ns3::Packet::TracedCallback
28045</li>
28046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28047</ul>
28048<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>
28049 <li> %Callback signature: ns3::Packet::TracedCallback
28050</li>
28051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28052</ul>
28053<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>
28054 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
28055</li>
28056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28057</ul>
28058<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
28059 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
28060</li>
28061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28062</ul>
28063<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>
28064 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
28065</li>
28066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28067</ul>
28068<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>
28069 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
28070</li>
28071 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28072</ul>
28073</ul>
28074<b>Group:</b> Wifi
28075
28076<b>Size</b> of this type is 1208 bytes (on a 64-bit architecture).
28077*/
28078
28079/*!
28080
28081\class ns3::SteadyStateRandomWaypointMobilityModel
28082
28083<h3>Config Paths</h3>
28084
28085ns3::SteadyStateRandomWaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
28086<ul>
28087<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::SteadyStateRandomWaypointMobilityModel"</li>
28088</ul>
28089<h3>Attributes</h3>
28090<ul>
28091<li><b>MaxPause</b>: Maximum pause value, [s]
28092 <ul>
28093 <li>Set with class: \ref ns3::DoubleValue</li>
28094 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28095 <li>Initial value: 0</li>
28096 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28098 </ul>
28099<li><b>MaxSpeed</b>: Maximum speed value, [m/s]
28100 <ul>
28101 <li>Set with class: \ref ns3::DoubleValue</li>
28102 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28103 <li>Initial value: 0.7</li>
28104 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28106 </ul>
28107<li><b>MaxX</b>: Maximum X value of traveling region, [m]
28108 <ul>
28109 <li>Set with class: \ref ns3::DoubleValue</li>
28110 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28111 <li>Initial value: 1</li>
28112 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28114 </ul>
28115<li><b>MaxY</b>: Maximum Y value of traveling region, [m]
28116 <ul>
28117 <li>Set with class: \ref ns3::DoubleValue</li>
28118 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28119 <li>Initial value: 1</li>
28120 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28121 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28122 </ul>
28123<li><b>MinPause</b>: Minimum pause value, [s]
28124 <ul>
28125 <li>Set with class: \ref ns3::DoubleValue</li>
28126 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28127 <li>Initial value: 0</li>
28128 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28129 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28130 </ul>
28131<li><b>MinSpeed</b>: Minimum speed value, [m/s]
28132 <ul>
28133 <li>Set with class: \ref ns3::DoubleValue</li>
28134 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28135 <li>Initial value: 0.3</li>
28136 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28137 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28138 </ul>
28139<li><b>MinX</b>: Minimum X value of traveling region, [m]
28140 <ul>
28141 <li>Set with class: \ref ns3::DoubleValue</li>
28142 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28143 <li>Initial value: 1</li>
28144 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28145 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28146 </ul>
28147<li><b>MinY</b>: Minimum Y value of traveling region, [m]
28148 <ul>
28149 <li>Set with class: \ref ns3::DoubleValue</li>
28150 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28151 <li>Initial value: 1</li>
28152 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28153 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28154 </ul>
28155<li><b>Z</b>: Z value of traveling region (fixed), [m]
28156 <ul>
28157 <li>Set with class: \ref ns3::DoubleValue</li>
28158 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28159 <li>Initial value: 0</li>
28160 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28162 </ul>
28163</ul>
28164<h3>Attributes defined in parent class ns3::MobilityModel</h3>
28165<ul>
28166<li><b>Position</b>: The current position of the mobility model.
28167 <ul>
28168 <li>Set with class: \ref ns3::Vector3DValue</li>
28169 <li>Underlying type: \p Vector3D</li>
28170 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
28171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28172 </ul>
28173<li><b>Velocity</b>: The current velocity of the mobility model.
28174 <ul>
28175 <li>Set with class: \ref ns3::Vector3DValue</li>
28176 <li>Underlying type: \p Vector3D</li>
28177 <li>Flags: <span class="mlabel">read</span></li>
28178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28179 </ul>
28180</ul>
28181No TraceSources are defined for this type.<br>
28182<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
28183<ul>
28184<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
28185 <li> %Callback signature: ns3::MobilityModel::TracedCallback
28186</li>
28187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28188</ul>
28189</ul>
28190<b>Group:</b> Mobility
28191
28192<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
28193*/
28194
28195/*!
28196
28197\class ns3::SubscriberStationNetDevice
28198
28199<h3>Config Paths</h3>
28200
28201ns3::SubscriberStationNetDevice is accessible through the following paths with Config::Set and Config::Connect:
28202<ul>
28203<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice"</li>
28204<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice"</li>
28205</ul>
28206<h3>Attributes</h3>
28207<ul>
28208<li><b>BasicConnection</b>: Basic connection
28209 <ul>
28210 <li>Set with class: \ref ns3::PointerValue</li>
28211 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28212 <li>Initial value: 0</li>
28213 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28214 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28215 </ul>
28216<li><b>Classifier</b>: The ss classifier attached to this device.
28217 <ul>
28218 <li>Set with class: \ref ns3::PointerValue</li>
28219 <li>Underlying type: \ref ns3::Ptr< \ref ns3::IpcsClassifier></li>
28220 <li>Initial value: 0</li>
28221 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28222 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28223 </ul>
28224<li><b>IntervalT1</b>: Wait for DCD timeout. Maximum is 5*maxDcdInterval
28225 <ul>
28226 <li>Set with class: \ref ns3::TimeValue</li>
28227 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28228 <li>Initial value: +5e+10ns</li>
28229 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28230 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28231 </ul>
28232<li><b>IntervalT12</b>: Wait for UCD descriptor.Maximum is 5*MaxUcdInterval
28233 <ul>
28234 <li>Set with class: \ref ns3::TimeValue</li>
28235 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28236 <li>Initial value: +1e+10ns</li>
28237 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28238 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28239 </ul>
28240<li><b>IntervalT2</b>: Wait for broadcast ranging timeout, i.e., wait for initial ranging opportunity. Maximum is 5*Ranging interval
28241 <ul>
28242 <li>Set with class: \ref ns3::TimeValue</li>
28243 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28244 <li>Initial value: +1e+10ns</li>
28245 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28246 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28247 </ul>
28248<li><b>IntervalT20</b>: Time the SS searches for preambles on a given channel. Minimum is 2 MAC frames
28249 <ul>
28250 <li>Set with class: \ref ns3::TimeValue</li>
28251 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28252 <li>Initial value: +5e+08ns</li>
28253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28255 </ul>
28256<li><b>IntervalT21</b>: time the SS searches for (decodable) DL-MAP on a given channel
28257 <ul>
28258 <li>Set with class: \ref ns3::TimeValue</li>
28259 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28260 <li>Initial value: +1e+10ns</li>
28261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28263 </ul>
28264<li><b>IntervalT3</b>: ranging Response reception timeout following the transmission of a ranging request. Maximum is 200ms
28265 <ul>
28266 <li>Set with class: \ref ns3::TimeValue</li>
28267 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28268 <li>Initial value: +2e+08ns</li>
28269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28271 </ul>
28272<li><b>IntervalT7</b>: wait for DSA/DSC/DSD Response timeout. Maximum is 1s
28273 <ul>
28274 <li>Set with class: \ref ns3::TimeValue</li>
28275 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28276 <li>Initial value: +1e+08ns</li>
28277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28279 </ul>
28280<li><b>LinkManager</b>: The ss link manager attached to this device.
28281 <ul>
28282 <li>Set with class: \ref ns3::PointerValue</li>
28283 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SSLinkManager></li>
28284 <li>Initial value: 0</li>
28285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28287 </ul>
28288<li><b>LostDlMapInterval</b>: Time since last received DL-MAP message before downlink synchronization is considered lost. Maximum is 600ms
28289 <ul>
28290 <li>Set with class: \ref ns3::TimeValue</li>
28291 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28292 <li>Initial value: +5e+08ns</li>
28293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28295 </ul>
28296<li><b>LostUlMapInterval</b>: Time since last received UL-MAP before uplink synchronization is considered lost, maximum is 600.
28297 <ul>
28298 <li>Set with class: \ref ns3::TimeValue</li>
28299 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28300 <li>Initial value: +5e+08ns</li>
28301 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28303 </ul>
28304<li><b>MaxContentionRangingRetries</b>: Number of retries on contention Ranging Requests
28305 <ul>
28306 <li>Set with class: \ref ns3::UintegerValue</li>
28307 <li>Underlying type: uint8_t 1:16</li>
28308 <li>Initial value: 16</li>
28309 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28311 </ul>
28312<li><b>MaxDcdInterval</b>: Maximum time between transmission of DCD messages. Maximum is 10s
28313 <ul>
28314 <li>Set with class: \ref ns3::TimeValue</li>
28315 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28316 <li>Initial value: +1e+10ns</li>
28317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28319 </ul>
28320<li><b>MaxUcdInterval</b>: Maximum time between transmission of UCD messages. Maximum is 10s
28321 <ul>
28322 <li>Set with class: \ref ns3::TimeValue</li>
28323 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28324 <li>Initial value: +1e+10ns</li>
28325 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28327 </ul>
28328<li><b>PrimaryConnection</b>: Primary connection
28329 <ul>
28330 <li>Set with class: \ref ns3::PointerValue</li>
28331 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28332 <li>Initial value: 0</li>
28333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28335 </ul>
28336<li><b>SSScheduler</b>: The ss scheduler attached to this device.
28337 <ul>
28338 <li>Set with class: \ref ns3::PointerValue</li>
28339 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SSScheduler></li>
28340 <li>Initial value: 0</li>
28341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28343 </ul>
28344</ul>
28345<h3>Attributes defined in parent class ns3::WimaxNetDevice</h3>
28346<ul>
28347<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.
28348 <ul>
28349 <li>Set with class: \ref ns3::PointerValue</li>
28350 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BandwidthManager></li>
28351 <li>Initial value: 0</li>
28352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28354 </ul>
28355<li><b>BroadcastConnection</b>: Broadcast connection
28356 <ul>
28357 <li>Set with class: \ref ns3::PointerValue</li>
28358 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28359 <li>Initial value: 0</li>
28360 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28362 </ul>
28363<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.
28364 <ul>
28365 <li>Set with class: \ref ns3::PointerValue</li>
28366 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BurstProfileManager></li>
28367 <li>Initial value: 0</li>
28368 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28369 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28370 </ul>
28371<li><b>Channel</b>: The channel attached to this device.
28372 <ul>
28373 <li>Set with class: \ref ns3::PointerValue</li>
28374 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
28375 <li>Initial value: 0</li>
28376 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28377 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28378 </ul>
28379<li><b>ConnectionManager</b>: The connection manager attached to this device.
28380 <ul>
28381 <li>Set with class: \ref ns3::PointerValue</li>
28382 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ConnectionManager></li>
28383 <li>Initial value: 0</li>
28384 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28386 </ul>
28387<li><b>InitialRangingConnection</b>: Initial ranging connection
28388 <ul>
28389 <li>Set with class: \ref ns3::PointerValue</li>
28390 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28391 <li>Initial value: 0</li>
28392 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28393 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28394 </ul>
28395<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
28396 <ul>
28397 <li>Set with class: \ref ns3::UintegerValue</li>
28398 <li>Underlying type: uint16_t 0:1500</li>
28399 <li>Initial value: 1400</li>
28400 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28401 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28402 </ul>
28403<li><b>Phy</b>: The PHY layer attached to this device.
28404 <ul>
28405 <li>Set with class: \ref ns3::PointerValue</li>
28406 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxPhy></li>
28407 <li>Initial value: 0</li>
28408 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28410 </ul>
28411<li><b>RTG</b>: receive/transmit transition gap.
28412 <ul>
28413 <li>Set with class: \ref ns3::UintegerValue</li>
28414 <li>Underlying type: uint16_t 0:120</li>
28415 <li>Initial value: 0</li>
28416 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28418 </ul>
28419<li><b>TTG</b>: transmit/receive transition gap.
28420 <ul>
28421 <li>Set with class: \ref ns3::UintegerValue</li>
28422 <li>Underlying type: uint16_t 0:120</li>
28423 <li>Initial value: 0</li>
28424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28426 </ul>
28427</ul>
28428<h3>TraceSources</h3>
28429<ul>
28430<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>
28431 <li> %Callback signature: ns3::Packet::TracedCallback
28432</li>
28433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28434</ul>
28435<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>
28436 <li> %Callback signature: ns3::Packet::TracedCallback
28437</li>
28438 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28439</ul>
28440<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>
28441 <li> %Callback signature: ns3::Packet::TracedCallback
28442</li>
28443 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28444</ul>
28445<li><b>SSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.<br> <ul>
28446 <li> %Callback signature: ns3::Packet::TracedCallback
28447</li>
28448 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28449</ul>
28450</ul>
28451<h3>TraceSources defined in parent class ns3::WimaxNetDevice</h3>
28452<ul>
28453<li><b>Rx</b>: Receive trace<br> <ul>
28454 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
28455</li>
28456 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28457</ul>
28458<li><b>Tx</b>: Transmit trace<br> <ul>
28459 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
28460</li>
28461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28462</ul>
28463</ul>
28464<b>Group:</b> Wimax
28465
28466<b>Size</b> of this type is 928 bytes (on a 64-bit architecture).
28467*/
28468
28469/*!
28470
28471\class ns3::Synchronizer
28472
28473Introspection did not find any typical Config paths.<br>
28474No Attributes are defined for this type.<br>
28475No TraceSources are defined for this type.<br>
28476<b>Group:</b> Core
28477
28478<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
28479*/
28480
28481/*!
28482
28483\class ns3::TableBasedErrorRateModel
28484
28485Introspection did not find any typical Config paths.<br>
28486<h3>Attributes</h3>
28487<ul>
28488<li><b>FallbackErrorRateModel</b>: Ptr to the fallback error rate model to be used when no matching value is found in a table
28489 <ul>
28490 <li>Set with class: \ref ns3::PointerValue</li>
28491 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorRateModel></li>
28492 <li>Initial value: 0xaa3f10</li>
28493 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28494 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28495 </ul>
28496<li><b>SizeThreshold</b>: Threshold in bytes over which the table for large size frames is used
28497 <ul>
28498 <li>Set with class: \ref ns3::UintegerValue</li>
28499 <li>Underlying type: uint64_t 0:18446744073709551615</li>
28500 <li>Initial value: 400</li>
28501 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28502 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28503 </ul>
28504</ul>
28505No TraceSources are defined for this type.<br>
28506<b>Group:</b> Wifi
28507
28508<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
28509*/
28510
28511/*!
28512
28513\class ns3::Tag
28514
28515Introspection did not find any typical Config paths.<br>
28516No Attributes are defined for this type.<br>
28517No TraceSources are defined for this type.<br>
28518<b>Group:</b> Network
28519
28520<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
28521*/
28522
28523/*!
28524
28525\class ns3::TapBridge
28526
28527<h3>Config Paths</h3>
28528
28529ns3::TapBridge is accessible through the following paths with Config::Set and Config::Connect:
28530<ul>
28531<li>"/NodeList/[i]/DeviceList/[i]/$ns3::TapBridge"</li>
28532</ul>
28533<h3>Attributes</h3>
28534<ul>
28535<li><b>DeviceName</b>: The name of the tap device to create.
28536 <ul>
28537 <li>Set with class: \ref ns3::StringValue</li>
28538 <li>Underlying type: \p std::string</li>
28539 <li>Initial value: ""</li>
28540 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28542 </ul>
28543<li><b>Gateway</b>: The IP address of the default gateway to assign to the host machine, when in ConfigureLocal mode.
28544 <ul>
28545 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
28546 <li>Underlying type: \p Ipv4Address</li>
28547 <li>Initial value: 255.255.255.255</li>
28548 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28549 <li>Support level: <span class="mlabel">OBSOLETE</span></li>
28550 </ul>
28551<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.
28552 <ul>
28553 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
28554 <li>Underlying type: \p Ipv4Address</li>
28555 <li>Initial value: 255.255.255.255</li>
28556 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28557 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28558 </ul>
28559<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.
28560 <ul>
28561 <li>Set with class: \ref ns3::Mac48AddressValue</li>
28562 <li>Underlying type: \p Mac48Address</li>
28563 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
28564 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28565 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28566 </ul>
28567<li><b>Mode</b>: The operating and configuration mode to use.
28568 <ul>
28569 <li>Set with class: \ref ns3::EnumValue<ns3::TapBridge::Mode></li>
28570 <li>Underlying type: \p ConfigureLocal|UseLocal|UseBridge</li>
28571 <li>Initial value: UseLocal</li>
28572 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28574 </ul>
28575<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
28576 <ul>
28577 <li>Set with class: \ref ns3::UintegerValue</li>
28578 <li>Underlying type: uint16_t 0:65535</li>
28579 <li>Initial value: 0</li>
28580 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28582 </ul>
28583<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.
28584 <ul>
28585 <li>Set with class: \ref ns3::Ipv4MaskValue</li>
28586 <li>Underlying type: \p Ipv4Mask</li>
28587 <li>Initial value: 255.255.255.255</li>
28588 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28590 </ul>
28591<li><b>Start</b>: The simulation time at which to spin up the tap device read thread.
28592 <ul>
28593 <li>Set with class: \ref ns3::TimeValue</li>
28594 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28595 <li>Initial value: +0ns</li>
28596 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28598 </ul>
28599<li><b>Stop</b>: The simulation time at which to tear down the tap device read thread.
28600 <ul>
28601 <li>Set with class: \ref ns3::TimeValue</li>
28602 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28603 <li>Initial value: +0ns</li>
28604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28606 </ul>
28607<li><b>Verbose</b>: Enable verbose output from tap-creator child process
28608 <ul>
28609 <li>Set with class: \ref ns3::BooleanValue</li>
28610 <li>Underlying type: bool</li>
28611 <li>Initial value: false</li>
28612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28614 </ul>
28615</ul>
28616No TraceSources are defined for this type.<br>
28617<b>Group:</b> TapBridge
28618
28619<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
28620*/
28621
28622/*!
28623
28624\class ns3::TbfQueueDisc
28625
28626Introspection did not find any typical Config paths.<br>
28627<h3>Attributes</h3>
28628<ul>
28629<li><b>Burst</b>: Size of the first bucket in bytes
28630 <ul>
28631 <li>Set with class: \ref ns3::UintegerValue</li>
28632 <li>Underlying type: uint32_t 0:4294967295</li>
28633 <li>Initial value: 125000</li>
28634 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28636 </ul>
28637<li><b>MaxSize</b>: The max queue size
28638 <ul>
28639 <li>Set with class: \ref ns3::QueueSizeValue</li>
28640 <li>Underlying type: \p QueueSize</li>
28641 <li>Initial value: 1000p</li>
28642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28644 </ul>
28645<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)
28646 <ul>
28647 <li>Set with class: \ref ns3::UintegerValue</li>
28648 <li>Underlying type: uint32_t 0:4294967295</li>
28649 <li>Initial value: 0</li>
28650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28652 </ul>
28653<li><b>PeakRate</b>: Rate at which tokens enter the second bucket in bps or Bps.If null, there is no second bucket
28654 <ul>
28655 <li>Set with class: \ref ns3::DataRateValue</li>
28656 <li>Underlying type: \p DataRate</li>
28657 <li>Initial value: 0bps</li>
28658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28660 </ul>
28661<li><b>Rate</b>: Rate at which tokens enter the first bucket in bps or Bps.
28662 <ul>
28663 <li>Set with class: \ref ns3::DataRateValue</li>
28664 <li>Underlying type: \p DataRate</li>
28665 <li>Initial value: 1000000bps</li>
28666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28668 </ul>
28669</ul>
28670<h3>Attributes defined in parent class ns3::QueueDisc</h3>
28671<ul>
28672<li><b>InternalQueueList</b>: The list of internal queues.
28673 <ul>
28674 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28675 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
28676 <li>Flags: <span class="mlabel">read</span></li>
28677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28678 </ul>
28679<li><b>PacketFilterList</b>: The list of packet filters.
28680 <ul>
28681 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28682 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
28683 <li>Flags: <span class="mlabel">read</span></li>
28684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28685 </ul>
28686<li><b>QueueDiscClassList</b>: The list of queue disc classes.
28687 <ul>
28688 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28689 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
28690 <li>Flags: <span class="mlabel">read</span></li>
28691 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28692 </ul>
28693<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
28694 <ul>
28695 <li>Set with class: \ref ns3::UintegerValue</li>
28696 <li>Underlying type: uint32_t 0:4294967295</li>
28697 <li>Initial value: 64</li>
28698 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28699 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28700 </ul>
28701</ul>
28702<h3>TraceSources</h3>
28703<ul>
28704<li><b>TokensInFirstBucket</b>: Number of First Bucket Tokens in bytes<br> <ul>
28705 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28706</li>
28707 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28708</ul>
28709<li><b>TokensInSecondBucket</b>: Number of Second Bucket Tokens in bytes<br> <ul>
28710 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28711</li>
28712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28713</ul>
28714</ul>
28715<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
28716<ul>
28717<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
28718 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28719</li>
28720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28721</ul>
28722<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
28723 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28724</li>
28725 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28726</ul>
28727<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
28728 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28729</li>
28730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28731</ul>
28732<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
28733 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28734</li>
28735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28736</ul>
28737<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
28738 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28739</li>
28740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28741</ul>
28742<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
28743 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28744</li>
28745 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28746</ul>
28747<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
28748 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28749</li>
28750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28751</ul>
28752<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
28753 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28754</li>
28755 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28756</ul>
28757<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
28758 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28759</li>
28760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28761</ul>
28762<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
28763 <li> %Callback signature: ns3::Time::TracedCallback
28764</li>
28765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28766</ul>
28767</ul>
28768<b>Group:</b> TrafficControl
28769
28770<b>Size</b> of this type is 1240 bytes (on a 64-bit architecture).
28771*/
28772
28773/*!
28774
28775\class ns3::TcpBbr
28776
28777<h3>Config Paths</h3>
28778
28779ns3::TcpBbr is accessible through the following paths with Config::Set and Config::Connect:
28780<ul>
28781<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpBbr"</li>
28782</ul>
28783<h3>Attributes</h3>
28784<ul>
28785<li><b>AckEpochAckedResetThresh</b>: Max allowed val for m_ackEpochAcked, after which sampling epoch is reset
28786 <ul>
28787 <li>Set with class: \ref ns3::UintegerValue</li>
28788 <li>Underlying type: uint32_t 0:4294967295</li>
28789 <li>Initial value: 4096</li>
28790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28792 </ul>
28793<li><b>BwWindowLength</b>: Length of bandwidth windowed filter
28794 <ul>
28795 <li>Set with class: \ref ns3::UintegerValue</li>
28796 <li>Underlying type: uint32_t 0:4294967295</li>
28797 <li>Initial value: 10</li>
28798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28800 </ul>
28801<li><b>ExtraAckedRttWindowLength</b>: Window length of extra acked window
28802 <ul>
28803 <li>Set with class: \ref ns3::UintegerValue</li>
28804 <li>Underlying type: uint32_t 0:4294967295</li>
28805 <li>Initial value: 5</li>
28806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28808 </ul>
28809<li><b>HighGain</b>: Value of high gain
28810 <ul>
28811 <li>Set with class: \ref ns3::DoubleValue</li>
28812 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28813 <li>Initial value: 2.89</li>
28814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28816 </ul>
28817<li><b>ProbeRttDuration</b>: Time to be spent in PROBE_RTT phase
28818 <ul>
28819 <li>Set with class: \ref ns3::TimeValue</li>
28820 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28821 <li>Initial value: +2e+08ns</li>
28822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28824 </ul>
28825<li><b>RttWindowLength</b>: Length of RTT windowed filter
28826 <ul>
28827 <li>Set with class: \ref ns3::TimeValue</li>
28828 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28829 <li>Initial value: +1e+10ns</li>
28830 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28832 </ul>
28833<li><b>Stream</b>: Random number stream (default is set to 4 to align with Linux results)
28834 <ul>
28835 <li>Set with class: \ref ns3::UintegerValue</li>
28836 <li>Underlying type: uint32_t 0:4294967295</li>
28837 <li>Initial value: 4</li>
28838 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28840 </ul>
28841</ul>
28842<h3>TraceSources</h3>
28843<ul>
28844<li><b>CwndGain</b>: The dynamic congestion window gain factor<br> <ul>
28845 <li> %Callback signature: ns3::TracedValueCallback::Double
28846</li>
28847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28848</ul>
28849<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>
28850 <li> %Callback signature: ns3::TracedValueCallback::Time
28851</li>
28852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28853</ul>
28854<li><b>PacingGain</b>: The dynamic pacing gain factor<br> <ul>
28855 <li> %Callback signature: ns3::TracedValueCallback::Double
28856</li>
28857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28858</ul>
28859</ul>
28860<b>Group:</b> Internet
28861
28862<b>Size</b> of this type is 440 bytes (on a 64-bit architecture).
28863*/
28864
28865/*!
28866
28867\class ns3::TcpBic
28868
28869<h3>Config Paths</h3>
28870
28871ns3::TcpBic is accessible through the following paths with Config::Set and Config::Connect:
28872<ul>
28873<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpBic"</li>
28874</ul>
28875<h3>Attributes</h3>
28876<ul>
28877<li><b>Beta</b>: Beta for multiplicative decrease
28878 <ul>
28879 <li>Set with class: \ref ns3::DoubleValue</li>
28880 <li>Underlying type: double 0:1.79769e+308</li>
28881 <li>Initial value: 0.8</li>
28882 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28883 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28884 </ul>
28885<li><b>BinarySearchCoefficient</b>: Inverse of the coefficient for the binary search. Default 4, as in Linux
28886 <ul>
28887 <li>Set with class: \ref ns3::UintegerValue</li>
28888 <li>Underlying type: uint8_t 2:255</li>
28889 <li>Initial value: 4</li>
28890 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28891 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28892 </ul>
28893<li><b>FastConvergence</b>: Turn on/off fast convergence.
28894 <ul>
28895 <li>Set with class: \ref ns3::BooleanValue</li>
28896 <li>Underlying type: bool</li>
28897 <li>Initial value: true</li>
28898 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28899 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28900 </ul>
28901<li><b>LowWnd</b>: Threshold window size (in segments) for engaging BIC response
28902 <ul>
28903 <li>Set with class: \ref ns3::UintegerValue</li>
28904 <li>Underlying type: uint32_t 0:4294967295</li>
28905 <li>Initial value: 14</li>
28906 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28907 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28908 </ul>
28909<li><b>MaxIncr</b>: Limit on increment allowed during binary search
28910 <ul>
28911 <li>Set with class: \ref ns3::UintegerValue</li>
28912 <li>Underlying type: uint32_t 1:4294967295</li>
28913 <li>Initial value: 16</li>
28914 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28916 </ul>
28917<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.
28918 <ul>
28919 <li>Set with class: \ref ns3::UintegerValue</li>
28920 <li>Underlying type: uint32_t 1:4294967295</li>
28921 <li>Initial value: 5</li>
28922 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28924 </ul>
28925</ul>
28926No TraceSources are defined for this type.<br>
28927<b>Group:</b> Internet
28928
28929<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
28930*/
28931
28932/*!
28933
28934\class ns3::TcpClassicRecovery
28935
28936<h3>Config Paths</h3>
28937
28938ns3::TcpClassicRecovery is accessible through the following paths with Config::Set and Config::Connect:
28939<ul>
28940<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpClassicRecovery"</li>
28941</ul>
28942No Attributes are defined for this type.<br>
28943No TraceSources are defined for this type.<br>
28944<b>Group:</b> Internet
28945
28946<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
28947*/
28948
28949/*!
28950
28951\class ns3::TcpCongestionOps
28952
28953<h3>Config Paths</h3>
28954
28955ns3::TcpCongestionOps is accessible through the following paths with Config::Set and Config::Connect:
28956<ul>
28957<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps"</li>
28958</ul>
28959No Attributes are defined for this type.<br>
28960No TraceSources are defined for this type.<br>
28961<b>Group:</b> Internet
28962
28963<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
28964*/
28965
28966/*!
28967
28968\class ns3::TcpCubic
28969
28970<h3>Config Paths</h3>
28971
28972ns3::TcpCubic is accessible through the following paths with Config::Set and Config::Connect:
28973<ul>
28974<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpCubic"</li>
28975</ul>
28976<h3>Attributes</h3>
28977<ul>
28978<li><b>Beta</b>: Beta for multiplicative decrease
28979 <ul>
28980 <li>Set with class: \ref ns3::DoubleValue</li>
28981 <li>Underlying type: double 0:1.79769e+308</li>
28982 <li>Initial value: 0.7</li>
28983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28985 </ul>
28986<li><b>C</b>: Cubic Scaling factor
28987 <ul>
28988 <li>Set with class: \ref ns3::DoubleValue</li>
28989 <li>Underlying type: double 0:1.79769e+308</li>
28990 <li>Initial value: 0.4</li>
28991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28993 </ul>
28994<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
28995 <ul>
28996 <li>Set with class: \ref ns3::UintegerValue</li>
28997 <li>Underlying type: uint8_t 0:255</li>
28998 <li>Initial value: 20</li>
28999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29001 </ul>
29002<li><b>CubicDelta</b>: Delta Time to wait after fast recovery before adjusting param
29003 <ul>
29004 <li>Set with class: \ref ns3::TimeValue</li>
29005 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29006 <li>Initial value: +1e+07ns</li>
29007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29009 </ul>
29010<li><b>FastConvergence</b>: Enable (true) or disable (false) fast convergence
29011 <ul>
29012 <li>Set with class: \ref ns3::BooleanValue</li>
29013 <li>Underlying type: bool</li>
29014 <li>Initial value: true</li>
29015 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29017 </ul>
29018<li><b>HyStart</b>: Enable (true) or disable (false) hybrid slow start algorithm
29019 <ul>
29020 <li>Set with class: \ref ns3::BooleanValue</li>
29021 <li>Underlying type: bool</li>
29022 <li>Initial value: true</li>
29023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29025 </ul>
29026<li><b>HyStartAckDelta</b>: Spacing between ack's indicating train
29027 <ul>
29028 <li>Set with class: \ref ns3::TimeValue</li>
29029 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29030 <li>Initial value: +2e+06ns</li>
29031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29033 </ul>
29034<li><b>HyStartDelayMax</b>: Maximum time for hystart algorithm
29035 <ul>
29036 <li>Set with class: \ref ns3::TimeValue</li>
29037 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29038 <li>Initial value: +1e+09ns</li>
29039 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29040 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29041 </ul>
29042<li><b>HyStartDelayMin</b>: Minimum time for hystart algorithm
29043 <ul>
29044 <li>Set with class: \ref ns3::TimeValue</li>
29045 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29046 <li>Initial value: +4e+06ns</li>
29047 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29049 </ul>
29050<li><b>HyStartDetect</b>: Hybrid Slow Start detection mechanisms:packet train, delay, both
29051 <ul>
29052 <li>Set with class: \ref ns3::EnumValue<ns3::TcpCubic::HybridSSDetectionMode></li>
29053 <li>Underlying type: \p PACKET_TRAIN|DELAY|BOTH</li>
29054 <li>Initial value: BOTH</li>
29055 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29057 </ul>
29058<li><b>HyStartLowWindow</b>: Lower bound cWnd for hybrid slow start (segments)
29059 <ul>
29060 <li>Set with class: \ref ns3::UintegerValue</li>
29061 <li>Underlying type: uint32_t 0:4294967295</li>
29062 <li>Initial value: 16</li>
29063 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29065 </ul>
29066<li><b>HyStartMinSamples</b>: Number of delay samples for detecting the increase of delay
29067 <ul>
29068 <li>Set with class: \ref ns3::UintegerValue</li>
29069 <li>Underlying type: uint8_t 0:255</li>
29070 <li>Initial value: 8</li>
29071 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29073 </ul>
29074<li><b>TcpFriendliness</b>: Enable (true) or disable (false) TCP friendliness
29075 <ul>
29076 <li>Set with class: \ref ns3::BooleanValue</li>
29077 <li>Underlying type: bool</li>
29078 <li>Initial value: true</li>
29079 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29080 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29081 </ul>
29082</ul>
29083No TraceSources are defined for this type.<br>
29084<b>Group:</b> Internet
29085
29086<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
29087*/
29088
29089/*!
29090
29091\class ns3::TcpDctcp
29092
29093<h3>Config Paths</h3>
29094
29095ns3::TcpDctcp is accessible through the following paths with Config::Set and Config::Connect:
29096<ul>
29097<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpDctcp"</li>
29098<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLinuxReno/$ns3::TcpDctcp"</li>
29099</ul>
29100<h3>Attributes</h3>
29101<ul>
29102<li><b>DctcpAlphaOnInit</b>: Initial alpha value
29103 <ul>
29104 <li>Set with class: \ref ns3::DoubleValue</li>
29105 <li>Underlying type: double 0:1</li>
29106 <li>Initial value: 1</li>
29107 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29108 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29109 </ul>
29110<li><b>DctcpShiftG</b>: Parameter G for updating dctcp_alpha
29111 <ul>
29112 <li>Set with class: \ref ns3::DoubleValue</li>
29113 <li>Underlying type: double 0:1</li>
29114 <li>Initial value: 0.0625</li>
29115 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29116 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29117 </ul>
29118<li><b>UseEct0</b>: Use ECT(0) for ECN codepoint, if false use ECT(1)
29119 <ul>
29120 <li>Set with class: \ref ns3::BooleanValue</li>
29121 <li>Underlying type: bool</li>
29122 <li>Initial value: true</li>
29123 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29125 </ul>
29126</ul>
29127<h3>TraceSources</h3>
29128<ul>
29129<li><b>CongestionEstimate</b>: Update sender-side congestion estimate state<br> <ul>
29130 <li> %Callback signature: ns3::TcpDctcp::CongestionEstimateTracedCallback
29131</li>
29132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29133</ul>
29134</ul>
29135<b>Group:</b> Internet
29136
29137<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
29138*/
29139
29140/*!
29141
29142\class ns3::TcpHeader
29143
29144Introspection did not find any typical Config paths.<br>
29145No Attributes are defined for this type.<br>
29146No TraceSources are defined for this type.<br>
29147<b>Group:</b> Internet
29148
29149<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
29150*/
29151
29152/*!
29153
29154\class ns3::TcpHighSpeed
29155
29156<h3>Config Paths</h3>
29157
29158ns3::TcpHighSpeed is accessible through the following paths with Config::Set and Config::Connect:
29159<ul>
29160<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHighSpeed"</li>
29161<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHighSpeed"</li>
29162</ul>
29163No Attributes are defined for this type.<br>
29164No TraceSources are defined for this type.<br>
29165<b>Group:</b> Internet
29166
29167<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29168*/
29169
29170/*!
29171
29172\class ns3::TcpHtcp
29173
29174<h3>Config Paths</h3>
29175
29176ns3::TcpHtcp is accessible through the following paths with Config::Set and Config::Connect:
29177<ul>
29178<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHtcp"</li>
29179<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHtcp"</li>
29180</ul>
29181<h3>Attributes</h3>
29182<ul>
29183<li><b>DefaultBackoff</b>: The default AIMD backoff factor
29184 <ul>
29185 <li>Set with class: \ref ns3::DoubleValue</li>
29186 <li>Underlying type: double 0:1</li>
29187 <li>Initial value: 0.5</li>
29188 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29190 </ul>
29191<li><b>DeltaL</b>: Delta_L parameter in increase function
29192 <ul>
29193 <li>Set with class: \ref ns3::TimeValue</li>
29194 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29195 <li>Initial value: +1e+09ns</li>
29196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29198 </ul>
29199<li><b>ThroughputRatio</b>: Threshold value for updating beta
29200 <ul>
29201 <li>Set with class: \ref ns3::DoubleValue</li>
29202 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29203 <li>Initial value: 0.2</li>
29204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29206 </ul>
29207</ul>
29208No TraceSources are defined for this type.<br>
29209<b>Group:</b> Internet
29210
29211<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
29212*/
29213
29214/*!
29215
29216\class ns3::TcpHybla
29217
29218<h3>Config Paths</h3>
29219
29220ns3::TcpHybla is accessible through the following paths with Config::Set and Config::Connect:
29221<ul>
29222<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHybla"</li>
29223<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHybla"</li>
29224</ul>
29225<h3>Attributes</h3>
29226<ul>
29227<li><b>RRTT</b>: Reference RTT
29228 <ul>
29229 <li>Set with class: \ref ns3::TimeValue</li>
29230 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29231 <li>Initial value: +5e+07ns</li>
29232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29234 </ul>
29235</ul>
29236<h3>TraceSources</h3>
29237<ul>
29238<li><b>Rho</b>: Rho parameter of Hybla<br> <ul>
29239 <li> %Callback signature: ns3::TracedValueCallback::Double
29240</li>
29241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29242</ul>
29243</ul>
29244<b>Group:</b> Internet
29245
29246<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
29247*/
29248
29249/*!
29250
29251\class ns3::TcpIllinois
29252
29253<h3>Config Paths</h3>
29254
29255ns3::TcpIllinois is accessible through the following paths with Config::Set and Config::Connect:
29256<ul>
29257<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpIllinois"</li>
29258<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpIllinois"</li>
29259</ul>
29260<h3>Attributes</h3>
29261<ul>
29262<li><b>AlphaBase</b>: Alpha base threshold
29263 <ul>
29264 <li>Set with class: \ref ns3::DoubleValue</li>
29265 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29266 <li>Initial value: 1</li>
29267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29269 </ul>
29270<li><b>AlphaMax</b>: Maximum alpha threshold
29271 <ul>
29272 <li>Set with class: \ref ns3::DoubleValue</li>
29273 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29274 <li>Initial value: 10</li>
29275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29277 </ul>
29278<li><b>AlphaMin</b>: Minimum alpha threshold
29279 <ul>
29280 <li>Set with class: \ref ns3::DoubleValue</li>
29281 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29282 <li>Initial value: 0.3</li>
29283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29285 </ul>
29286<li><b>BetaBase</b>: Beta base threshold
29287 <ul>
29288 <li>Set with class: \ref ns3::DoubleValue</li>
29289 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29290 <li>Initial value: 0.5</li>
29291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29293 </ul>
29294<li><b>BetaMax</b>: Maximum beta threshold
29295 <ul>
29296 <li>Set with class: \ref ns3::DoubleValue</li>
29297 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29298 <li>Initial value: 0.5</li>
29299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29301 </ul>
29302<li><b>BetaMin</b>: Minimum beta threshold
29303 <ul>
29304 <li>Set with class: \ref ns3::DoubleValue</li>
29305 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29306 <li>Initial value: 0.125</li>
29307 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29309 </ul>
29310<li><b>Theta</b>: Theta threshold
29311 <ul>
29312 <li>Set with class: \ref ns3::UintegerValue</li>
29313 <li>Underlying type: uint32_t 0:4294967295</li>
29314 <li>Initial value: 5</li>
29315 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29317 </ul>
29318<li><b>WinThresh</b>: Window threshold
29319 <ul>
29320 <li>Set with class: \ref ns3::UintegerValue</li>
29321 <li>Underlying type: uint32_t 0:4294967295</li>
29322 <li>Initial value: 15</li>
29323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29325 </ul>
29326</ul>
29327No TraceSources are defined for this type.<br>
29328<b>Group:</b> Internet
29329
29330<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29331*/
29332
29333/*!
29334
29335\class ns3::TcpL4Protocol
29336
29337<h3>Config Paths</h3>
29338
29339ns3::TcpL4Protocol is accessible through the following paths with Config::Set and Config::Connect:
29340<ul>
29341<li>"/NodeList/[i]/$ns3::TcpL4Protocol"</li>
29342</ul>
29343<h3>Attributes</h3>
29344<ul>
29345<li><b>RecoveryType</b>: Recovery type of TCP objects.
29346 <ul>
29347 <li>Set with class: \ref ns3::TypeIdValue</li>
29348 <li>Underlying type: \p TypeId</li>
29349 <li>Initial value: ns3::TcpPrrRecovery</li>
29350 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29352 </ul>
29353<li><b>RttEstimatorType</b>: Type of RttEstimator objects.
29354 <ul>
29355 <li>Set with class: \ref ns3::TypeIdValue</li>
29356 <li>Underlying type: \p TypeId</li>
29357 <li>Initial value: ns3::RttMeanDeviation</li>
29358 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29359 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29360 </ul>
29361<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.
29362 <ul>
29363 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
29364 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpSocketBase></li>
29365 <li>Flags: <span class="mlabel">read</span></li>
29366 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29367 </ul>
29368<li><b>SocketType</b>: Socket type of TCP objects.
29369 <ul>
29370 <li>Set with class: \ref ns3::TypeIdValue</li>
29371 <li>Underlying type: \p TypeId</li>
29372 <li>Initial value: ns3::TcpCubic</li>
29373 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29375 </ul>
29376</ul>
29377<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
29378<ul>
29379<li><b>ProtocolNumber</b>: The IP protocol number.
29380 <ul>
29381 <li>Set with class: \ref ns3::IntegerValue</li>
29382 <li>Underlying type: int32_t 0:255</li>
29383 <li>Flags: <span class="mlabel">read</span></li>
29384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29385 </ul>
29386</ul>
29387No TraceSources are defined for this type.<br>
29388<b>Group:</b> Internet
29389
29390<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
29391*/
29392
29393/*!
29394
29395\class ns3::TcpLedbat
29396
29397<h3>Config Paths</h3>
29398
29399ns3::TcpLedbat is accessible through the following paths with Config::Set and Config::Connect:
29400<ul>
29401<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpLedbat"</li>
29402<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLedbat"</li>
29403</ul>
29404<h3>Attributes</h3>
29405<ul>
29406<li><b>BaseHistoryLen</b>: Number of Base delay samples
29407 <ul>
29408 <li>Set with class: \ref ns3::UintegerValue</li>
29409 <li>Underlying type: uint32_t 0:4294967295</li>
29410 <li>Initial value: 10</li>
29411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29413 </ul>
29414<li><b>Gain</b>: Offset Gain
29415 <ul>
29416 <li>Set with class: \ref ns3::DoubleValue</li>
29417 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29418 <li>Initial value: 1</li>
29419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29421 </ul>
29422<li><b>MinCwnd</b>: Minimum cWnd for Ledbat
29423 <ul>
29424 <li>Set with class: \ref ns3::UintegerValue</li>
29425 <li>Underlying type: uint32_t 0:4294967295</li>
29426 <li>Initial value: 2</li>
29427 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29429 </ul>
29430<li><b>NoiseFilterLen</b>: Number of Current delay samples
29431 <ul>
29432 <li>Set with class: \ref ns3::UintegerValue</li>
29433 <li>Underlying type: uint32_t 0:4294967295</li>
29434 <li>Initial value: 4</li>
29435 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29436 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29437 </ul>
29438<li><b>SSParam</b>: Possibility of Slow Start
29439 <ul>
29440 <li>Set with class: \ref ns3::EnumValue<ns3::TcpLedbat::SlowStartType></li>
29441 <li>Underlying type: \p yes|no</li>
29442 <li>Initial value: yes</li>
29443 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29445 </ul>
29446<li><b>TargetDelay</b>: Targeted Queue Delay
29447 <ul>
29448 <li>Set with class: \ref ns3::TimeValue</li>
29449 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29450 <li>Initial value: +1e+08ns</li>
29451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29453 </ul>
29454</ul>
29455No TraceSources are defined for this type.<br>
29456<b>Group:</b> Internet
29457
29458<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29459*/
29460
29461/*!
29462
29463\class ns3::TcpLinuxReno
29464
29465<h3>Config Paths</h3>
29466
29467ns3::TcpLinuxReno is accessible through the following paths with Config::Set and Config::Connect:
29468<ul>
29469<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLinuxReno"</li>
29470</ul>
29471No Attributes are defined for this type.<br>
29472No TraceSources are defined for this type.<br>
29473<b>Group:</b> Internet
29474
29475<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29476*/
29477
29478/*!
29479
29480\class ns3::TcpLp
29481
29482<h3>Config Paths</h3>
29483
29484ns3::TcpLp is accessible through the following paths with Config::Set and Config::Connect:
29485<ul>
29486<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpLp"</li>
29487<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLp"</li>
29488</ul>
29489No Attributes are defined for this type.<br>
29490No TraceSources are defined for this type.<br>
29491<b>Group:</b> Internet
29492
29493<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
29494*/
29495
29496/*!
29497
29498\class ns3::TcpNewReno
29499
29500<h3>Config Paths</h3>
29501
29502ns3::TcpNewReno is accessible through the following paths with Config::Set and Config::Connect:
29503<ul>
29504<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno"</li>
29505</ul>
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::TcpOption
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::TcpOptionEnd
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::TcpOptionMSS
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::TcpOptionNOP
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 56 bytes (on a 64-bit architecture).
29559*/
29560
29561/*!
29562
29563\class ns3::TcpOptionSack
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 80 bytes (on a 64-bit architecture).
29571*/
29572
29573/*!
29574
29575\class ns3::TcpOptionSackPermitted
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 56 bytes (on a 64-bit architecture).
29583*/
29584
29585/*!
29586
29587\class ns3::TcpOptionTS
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 64 bytes (on a 64-bit architecture).
29595*/
29596
29597/*!
29598
29599\class ns3::TcpOptionUnknown
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 104 bytes (on a 64-bit architecture).
29607*/
29608
29609/*!
29610
29611\class ns3::TcpOptionWinScale
29612
29613Introspection did not find any typical Config paths.<br>
29614No Attributes are defined for this type.<br>
29615No TraceSources are defined for this type.<br>
29616<b>Group:</b> Internet
29617
29618<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29619*/
29620
29621/*!
29622
29623\class ns3::TcpPrrRecovery
29624
29625<h3>Config Paths</h3>
29626
29627ns3::TcpPrrRecovery is accessible through the following paths with Config::Set and Config::Connect:
29628<ul>
29629<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpPrrRecovery"</li>
29630<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpClassicRecovery/$ns3::TcpPrrRecovery"</li>
29631</ul>
29632No Attributes are defined for this type.<br>
29633No TraceSources are defined for this type.<br>
29634<b>Group:</b> Internet
29635
29636<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29637*/
29638
29639/*!
29640
29641\class ns3::TcpRateLinux
29642
29643Introspection did not find any typical Config paths.<br>
29644No Attributes are defined for this type.<br>
29645<h3>TraceSources</h3>
29646<ul>
29647<li><b>TcpRateSampleUpdated</b>: Tcp rate sample has been updated<br> <ul>
29648 <li> %Callback signature: ns3::TcpRateLinux::TcpRateSampleUpdated
29649</li>
29650 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29651</ul>
29652<li><b>TcpRateUpdated</b>: Tcp rate information has been updated<br> <ul>
29653 <li> %Callback signature: ns3::TcpRateLinux::TcpRateUpdated
29654</li>
29655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29656</ul>
29657</ul>
29658<b>Group:</b> Internet
29659
29660<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
29661*/
29662
29663/*!
29664
29665\class ns3::TcpRateOps
29666
29667Introspection did not find any typical Config paths.<br>
29668No Attributes are defined for this type.<br>
29669No TraceSources are defined for this type.<br>
29670<b>Group:</b> Internet
29671
29672<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29673*/
29674
29675/*!
29676
29677\class ns3::TcpRecoveryOps
29678
29679<h3>Config Paths</h3>
29680
29681ns3::TcpRecoveryOps is accessible through the following paths with Config::Set and Config::Connect:
29682<ul>
29683<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps"</li>
29684</ul>
29685No Attributes are defined for this type.<br>
29686No TraceSources are defined for this type.<br>
29687<b>Group:</b> Internet
29688
29689<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29690*/
29691
29692/*!
29693
29694\class ns3::TcpRxBuffer
29695
29696<h3>Config Paths</h3>
29697
29698ns3::TcpRxBuffer is accessible through the following paths with Config::Set and Config::Connect:
29699<ul>
29700<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RxBuffer"</li>
29701</ul>
29702No Attributes are defined for this type.<br>
29703<h3>TraceSources</h3>
29704<ul>
29705<li><b>NextRxSequence</b>: Next sequence number expected (RCV.NXT)<br> <ul>
29706 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
29707</li>
29708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29709</ul>
29710</ul>
29711<b>Group:</b> Internet
29712
29713<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
29714*/
29715
29716/*!
29717
29718\class ns3::TcpScalable
29719
29720<h3>Config Paths</h3>
29721
29722ns3::TcpScalable is accessible through the following paths with Config::Set and Config::Connect:
29723<ul>
29724<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpScalable"</li>
29725<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpScalable"</li>
29726</ul>
29727<h3>Attributes</h3>
29728<ul>
29729<li><b>AIFactor</b>: Additive Increase Factor
29730 <ul>
29731 <li>Set with class: \ref ns3::UintegerValue</li>
29732 <li>Underlying type: uint32_t 0:4294967295</li>
29733 <li>Initial value: 50</li>
29734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29736 </ul>
29737<li><b>MDFactor</b>: Multiplicative Decrease Factor
29738 <ul>
29739 <li>Set with class: \ref ns3::DoubleValue</li>
29740 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29741 <li>Initial value: 0.125</li>
29742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29744 </ul>
29745</ul>
29746No TraceSources are defined for this type.<br>
29747<b>Group:</b> Internet
29748
29749<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
29750*/
29751
29752/*!
29753
29754\class ns3::TcpSocket
29755
29756Introspection did not find any typical Config paths.<br>
29757<h3>Attributes</h3>
29758<ul>
29759<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure
29760 <ul>
29761 <li>Set with class: \ref ns3::UintegerValue</li>
29762 <li>Underlying type: uint32_t 0:4294967295</li>
29763 <li>Initial value: 6</li>
29764 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29766 </ul>
29767<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)
29768 <ul>
29769 <li>Set with class: \ref ns3::TimeValue</li>
29770 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29771 <li>Initial value: +3e+09ns</li>
29772 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29774 </ul>
29775<li><b>DataRetries</b>: Number of data retransmission attempts
29776 <ul>
29777 <li>Set with class: \ref ns3::UintegerValue</li>
29778 <li>Underlying type: uint32_t 0:4294967295</li>
29779 <li>Initial value: 6</li>
29780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29782 </ul>
29783<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack
29784 <ul>
29785 <li>Set with class: \ref ns3::UintegerValue</li>
29786 <li>Underlying type: uint32_t 0:4294967295</li>
29787 <li>Initial value: 2</li>
29788 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29790 </ul>
29791<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds
29792 <ul>
29793 <li>Set with class: \ref ns3::TimeValue</li>
29794 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29795 <li>Initial value: +2e+08ns</li>
29796 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29797 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29798 </ul>
29799<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)
29800 <ul>
29801 <li>Set with class: \ref ns3::UintegerValue</li>
29802 <li>Underlying type: uint32_t 0:4294967295</li>
29803 <li>Initial value: 10</li>
29804 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29806 </ul>
29807<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)
29808 <ul>
29809 <li>Set with class: \ref ns3::UintegerValue</li>
29810 <li>Underlying type: uint32_t 0:4294967295</li>
29811 <li>Initial value: 4294967295</li>
29812 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29813 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29814 </ul>
29815<li><b>PersistTimeout</b>: Persist timeout to probe for rx window
29816 <ul>
29817 <li>Set with class: \ref ns3::TimeValue</li>
29818 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29819 <li>Initial value: +6e+09ns</li>
29820 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29821 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29822 </ul>
29823<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)
29824 <ul>
29825 <li>Set with class: \ref ns3::UintegerValue</li>
29826 <li>Underlying type: uint32_t 0:4294967295</li>
29827 <li>Initial value: 131072</li>
29828 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29829 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29830 </ul>
29831<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)
29832 <ul>
29833 <li>Set with class: \ref ns3::UintegerValue</li>
29834 <li>Underlying type: uint32_t 0:4294967295</li>
29835 <li>Initial value: 536</li>
29836 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29838 </ul>
29839<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)
29840 <ul>
29841 <li>Set with class: \ref ns3::UintegerValue</li>
29842 <li>Underlying type: uint32_t 0:4294967295</li>
29843 <li>Initial value: 131072</li>
29844 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29845 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29846 </ul>
29847<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm
29848 <ul>
29849 <li>Set with class: \ref ns3::BooleanValue</li>
29850 <li>Underlying type: bool</li>
29851 <li>Initial value: true</li>
29852 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29853 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29854 </ul>
29855</ul>
29856No TraceSources are defined for this type.<br>
29857<b>Group:</b> Internet
29858
29859<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29860*/
29861
29862/*!
29863
29864\class ns3::TcpSocketBase
29865
29866<h3>Config Paths</h3>
29867
29868ns3::TcpSocketBase is accessible through the following paths with Config::Set and Config::Connect:
29869<ul>
29870<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]"</li>
29871</ul>
29872<h3>Attributes</h3>
29873<ul>
29874<li><b>ClockGranularity</b>: Clock Granularity used in RTO calculations
29875 <ul>
29876 <li>Set with class: \ref ns3::TimeValue</li>
29877 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29878 <li>Initial value: +1e+06ns</li>
29879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29880 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29881 </ul>
29882<li><b>CongestionOps</b>: Pointer to TcpCongestionOps object
29883 <ul>
29884 <li>Set with class: \ref ns3::PointerValue</li>
29885 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpCongestionOps></li>
29886 <li>Initial value: 0</li>
29887 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29888 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29889 </ul>
29890<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.
29891 <ul>
29892 <li>Set with class: \ref ns3::CallbackValue</li>
29893 <li>Underlying type: \p Callback</li>
29894 <li>Initial value: 0</li>
29895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29897 </ul>
29898<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.
29899 <ul>
29900 <li>Set with class: \ref ns3::CallbackValue</li>
29901 <li>Underlying type: \p Callback</li>
29902 <li>Initial value: 0</li>
29903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29905 </ul>
29906<li><b>LimitedTransmit</b>: Enable limited transmit
29907 <ul>
29908 <li>Set with class: \ref ns3::BooleanValue</li>
29909 <li>Underlying type: bool</li>
29910 <li>Initial value: true</li>
29911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29913 </ul>
29914<li><b>MaxSegLifetime</b>: Maximum segment lifetime in seconds, use for TIME_WAIT state transition to CLOSED state
29915 <ul>
29916 <li>Set with class: \ref ns3::DoubleValue</li>
29917 <li>Underlying type: double 0:1.79769e+308</li>
29918 <li>Initial value: 120</li>
29919 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29921 </ul>
29922<li><b>MaxWindowSize</b>: Max size of advertised window
29923 <ul>
29924 <li>Set with class: \ref ns3::UintegerValue</li>
29925 <li>Underlying type: uint16_t 0:65535</li>
29926 <li>Initial value: 65535</li>
29927 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29929 </ul>
29930<li><b>MinRto</b>: Minimum retransmit timeout value
29931 <ul>
29932 <li>Set with class: \ref ns3::TimeValue</li>
29933 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29934 <li>Initial value: +1e+09ns</li>
29935 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29937 </ul>
29938<li><b>ReTxThreshold</b>: Threshold for fast retransmit
29939 <ul>
29940 <li>Set with class: \ref ns3::UintegerValue</li>
29941 <li>Underlying type: uint32_t 0:4294967295</li>
29942 <li>Initial value: 3</li>
29943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29945 </ul>
29946<li><b>RecoveryOps</b>: Pointer to TcpRecoveryOps object
29947 <ul>
29948 <li>Set with class: \ref ns3::PointerValue</li>
29949 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpRecoveryOps></li>
29950 <li>Initial value: 0</li>
29951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29953 </ul>
29954<li><b>RxBuffer</b>: TCP Rx buffer
29955 <ul>
29956 <li>Set with class: \ref ns3::PointerValue</li>
29957 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpRxBuffer></li>
29958 <li>Flags: <span class="mlabel">read</span></li>
29959 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29960 </ul>
29961<li><b>Sack</b>: Enable or disable Sack option
29962 <ul>
29963 <li>Set with class: \ref ns3::BooleanValue</li>
29964 <li>Underlying type: bool</li>
29965 <li>Initial value: true</li>
29966 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29967 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29968 </ul>
29969<li><b>Timestamp</b>: Enable or disable Timestamp option
29970 <ul>
29971 <li>Set with class: \ref ns3::BooleanValue</li>
29972 <li>Underlying type: bool</li>
29973 <li>Initial value: true</li>
29974 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29975 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29976 </ul>
29977<li><b>TxBuffer</b>: TCP Tx buffer
29978 <ul>
29979 <li>Set with class: \ref ns3::PointerValue</li>
29980 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpTxBuffer></li>
29981 <li>Flags: <span class="mlabel">read</span></li>
29982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29983 </ul>
29984<li><b>UseEcn</b>: Parameter to set ECN functionality
29985 <ul>
29986 <li>Set with class: \ref ns3::EnumValue<ns3::TcpSocketState::UseEcn_t></li>
29987 <li>Underlying type: \p Off|On|AcceptOnly</li>
29988 <li>Initial value: Off</li>
29989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29991 </ul>
29992<li><b>WindowScaling</b>: Enable or disable Window Scaling option
29993 <ul>
29994 <li>Set with class: \ref ns3::BooleanValue</li>
29995 <li>Underlying type: bool</li>
29996 <li>Initial value: true</li>
29997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29999 </ul>
30000</ul>
30001<h3>Attributes defined in parent class ns3::TcpSocket</h3>
30002<ul>
30003<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure
30004 <ul>
30005 <li>Set with class: \ref ns3::UintegerValue</li>
30006 <li>Underlying type: uint32_t 0:4294967295</li>
30007 <li>Initial value: 6</li>
30008 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30010 </ul>
30011<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)
30012 <ul>
30013 <li>Set with class: \ref ns3::TimeValue</li>
30014 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30015 <li>Initial value: +3e+09ns</li>
30016 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30018 </ul>
30019<li><b>DataRetries</b>: Number of data retransmission attempts
30020 <ul>
30021 <li>Set with class: \ref ns3::UintegerValue</li>
30022 <li>Underlying type: uint32_t 0:4294967295</li>
30023 <li>Initial value: 6</li>
30024 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30026 </ul>
30027<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack
30028 <ul>
30029 <li>Set with class: \ref ns3::UintegerValue</li>
30030 <li>Underlying type: uint32_t 0:4294967295</li>
30031 <li>Initial value: 2</li>
30032 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30033 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30034 </ul>
30035<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds
30036 <ul>
30037 <li>Set with class: \ref ns3::TimeValue</li>
30038 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30039 <li>Initial value: +2e+08ns</li>
30040 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30042 </ul>
30043<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)
30044 <ul>
30045 <li>Set with class: \ref ns3::UintegerValue</li>
30046 <li>Underlying type: uint32_t 0:4294967295</li>
30047 <li>Initial value: 10</li>
30048 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30049 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30050 </ul>
30051<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)
30052 <ul>
30053 <li>Set with class: \ref ns3::UintegerValue</li>
30054 <li>Underlying type: uint32_t 0:4294967295</li>
30055 <li>Initial value: 4294967295</li>
30056 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30057 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30058 </ul>
30059<li><b>PersistTimeout</b>: Persist timeout to probe for rx window
30060 <ul>
30061 <li>Set with class: \ref ns3::TimeValue</li>
30062 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30063 <li>Initial value: +6e+09ns</li>
30064 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30065 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30066 </ul>
30067<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)
30068 <ul>
30069 <li>Set with class: \ref ns3::UintegerValue</li>
30070 <li>Underlying type: uint32_t 0:4294967295</li>
30071 <li>Initial value: 131072</li>
30072 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30073 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30074 </ul>
30075<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)
30076 <ul>
30077 <li>Set with class: \ref ns3::UintegerValue</li>
30078 <li>Underlying type: uint32_t 0:4294967295</li>
30079 <li>Initial value: 536</li>
30080 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30081 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30082 </ul>
30083<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)
30084 <ul>
30085 <li>Set with class: \ref ns3::UintegerValue</li>
30086 <li>Underlying type: uint32_t 0:4294967295</li>
30087 <li>Initial value: 131072</li>
30088 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30090 </ul>
30091<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm
30092 <ul>
30093 <li>Set with class: \ref ns3::BooleanValue</li>
30094 <li>Underlying type: bool</li>
30095 <li>Initial value: true</li>
30096 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30098 </ul>
30099</ul>
30100<h3>TraceSources</h3>
30101<ul>
30102<li><b>AdvWND</b>: Advertised Window Size<br> <ul>
30103 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30104</li>
30105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30106</ul>
30107<li><b>BytesInFlight</b>: Socket estimation of bytes in flight<br> <ul>
30108 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30109</li>
30110 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30111</ul>
30112<li><b>CongState</b>: TCP Congestion machine state<br> <ul>
30113 <li> %Callback signature: ns3::TcpSocketState::TcpCongStatesTracedValueCallback
30114</li>
30115 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30116</ul>
30117<li><b>CongestionWindow</b>: The TCP connection's congestion window<br> <ul>
30118 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30119</li>
30120 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30121</ul>
30122<li><b>CongestionWindowInflated</b>: The TCP connection's congestion window inflates as in older RFC<br> <ul>
30123 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30124</li>
30125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30126</ul>
30127<li><b>EcnCeSeq</b>: Sequence of last received CE<br> <ul>
30128 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30129</li>
30130 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30131</ul>
30132<li><b>EcnCwrSeq</b>: Sequence of last received CWR<br> <ul>
30133 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30134</li>
30135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30136</ul>
30137<li><b>EcnEchoSeq</b>: Sequence of last received ECN Echo<br> <ul>
30138 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30139</li>
30140 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30141</ul>
30142<li><b>EcnState</b>: Trace ECN state change of socket<br> <ul>
30143 <li> %Callback signature: ns3::TcpSocketState::EcnStatesTracedValueCallback
30144</li>
30145 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30146</ul>
30147<li><b>HighestRxAck</b>: Highest ack received from peer<br> <ul>
30148 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30149</li>
30150 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30151</ul>
30152<li><b>HighestRxSequence</b>: Highest sequence number received from peer<br> <ul>
30153 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30154</li>
30155 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30156</ul>
30157<li><b>HighestSequence</b>: Highest sequence number ever sent in socket's life time<br> <ul>
30158 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30159</li>
30160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30161</ul>
30162<li><b>LastRTT</b>: RTT of the last (S)ACKed packet<br> <ul>
30163 <li> %Callback signature: ns3::TracedValueCallback::Time
30164</li>
30165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30166</ul>
30167<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)<br> <ul>
30168 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30169</li>
30170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30171</ul>
30172<li><b>PacingRate</b>: The current TCP pacing rate<br> <ul>
30173 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30174</li>
30175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30176</ul>
30177<li><b>RTO</b>: Retransmission timeout<br> <ul>
30178 <li> %Callback signature: ns3::TracedValueCallback::Time
30179</li>
30180 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30181</ul>
30182<li><b>RTT</b>: Smoothed RTT<br> <ul>
30183 <li> %Callback signature: ns3::TracedValueCallback::Time
30184</li>
30185 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30186</ul>
30187<li><b>RWND</b>: Remote side's flow control window<br> <ul>
30188 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30189</li>
30190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30191</ul>
30192<li><b>Retransmission</b>: Notification of a TCP retransmission<br> <ul>
30193 <li> %Callback signature: ns3::TcpSocketBase::RetransmissionCallback
30194</li>
30195 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30196</ul>
30197<li><b>Rx</b>: Receive tcp packet from IP protocol<br> <ul>
30198 <li> %Callback signature: ns3::TcpSocketBase::TcpTxRxTracedCallback
30199</li>
30200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30201</ul>
30202<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)<br> <ul>
30203 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30204</li>
30205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30206</ul>
30207<li><b>State</b>: TCP state<br> <ul>
30208 <li> %Callback signature: ns3::TcpStatesTracedValueCallback
30209</li>
30210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30211</ul>
30212<li><b>Tx</b>: Send tcp packet to IP protocol<br> <ul>
30213 <li> %Callback signature: ns3::TcpSocketBase::TcpTxRxTracedCallback
30214</li>
30215 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30216</ul>
30217</ul>
30218<b>Group:</b> Internet
30219
30220<b>Size</b> of this type is 1328 bytes (on a 64-bit architecture).
30221*/
30222
30223/*!
30224
30225\class ns3::TcpSocketFactory
30226
30227<h3>Config Paths</h3>
30228
30229ns3::TcpSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
30230<ul>
30231<li>"/NodeList/[i]/$ns3::TcpSocketFactory"</li>
30232</ul>
30233No Attributes are defined for this type.<br>
30234No TraceSources are defined for this type.<br>
30235<b>Group:</b> Internet
30236
30237<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
30238*/
30239
30240/*!
30241
30242\class ns3::TcpSocketState
30243
30244Introspection did not find any typical Config paths.<br>
30245<h3>Attributes</h3>
30246<ul>
30247<li><b>EnablePacing</b>: Enable Pacing
30248 <ul>
30249 <li>Set with class: \ref ns3::BooleanValue</li>
30250 <li>Underlying type: bool</li>
30251 <li>Initial value: false</li>
30252 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30253 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30254 </ul>
30255<li><b>MaxPacingRate</b>: Set Max Pacing Rate
30256 <ul>
30257 <li>Set with class: \ref ns3::DataRateValue</li>
30258 <li>Underlying type: \p DataRate</li>
30259 <li>Initial value: 4000000000bps</li>
30260 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30261 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30262 </ul>
30263<li><b>PaceInitialWindow</b>: Perform pacing for initial window of data
30264 <ul>
30265 <li>Set with class: \ref ns3::BooleanValue</li>
30266 <li>Underlying type: bool</li>
30267 <li>Initial value: false</li>
30268 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30270 </ul>
30271<li><b>PacingCaRatio</b>: Percent pacing rate increase for congestion avoidance conditions
30272 <ul>
30273 <li>Set with class: \ref ns3::UintegerValue</li>
30274 <li>Underlying type: uint16_t 0:65535</li>
30275 <li>Initial value: 120</li>
30276 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30278 </ul>
30279<li><b>PacingSsRatio</b>: Percent pacing rate increase for slow start conditions
30280 <ul>
30281 <li>Set with class: \ref ns3::UintegerValue</li>
30282 <li>Underlying type: uint16_t 0:65535</li>
30283 <li>Initial value: 200</li>
30284 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30286 </ul>
30287</ul>
30288<h3>TraceSources</h3>
30289<ul>
30290<li><b>BytesInFlight</b>: The TCP connection's congestion window<br> <ul>
30291 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30292</li>
30293 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30294</ul>
30295<li><b>CongState</b>: TCP Congestion machine state<br> <ul>
30296 <li> %Callback signature: ns3::TracedValueCallback::TcpCongState
30297</li>
30298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30299</ul>
30300<li><b>CongestionWindow</b>: The TCP connection's congestion window<br> <ul>
30301 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30302</li>
30303 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30304</ul>
30305<li><b>CongestionWindowInflated</b>: The TCP connection's inflated congestion window<br> <ul>
30306 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30307</li>
30308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30309</ul>
30310<li><b>EcnState</b>: Trace ECN state change of socket<br> <ul>
30311 <li> %Callback signature: ns3::TracedValueCallback::EcnState
30312</li>
30313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30314</ul>
30315<li><b>HighestSequence</b>: Highest sequence number received from peer<br> <ul>
30316 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30317</li>
30318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30319</ul>
30320<li><b>LastRTT</b>: RTT of the last (S)ACKed packet<br> <ul>
30321 <li> %Callback signature: ns3::TracedValueCallback::Time
30322</li>
30323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30324</ul>
30325<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)<br> <ul>
30326 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30327</li>
30328 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30329</ul>
30330<li><b>PacingRate</b>: The current TCP pacing rate<br> <ul>
30331 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30332</li>
30333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30334</ul>
30335<li><b>RTT</b>: Smoothed RTT<br> <ul>
30336 <li> %Callback signature: ns3::TracedValueCallback::Time
30337</li>
30338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30339</ul>
30340<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)<br> <ul>
30341 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30342</li>
30343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30344</ul>
30345</ul>
30346<b>Group:</b> Internet
30347
30348<b>Size</b> of this type is 512 bytes (on a 64-bit architecture).
30349*/
30350
30351/*!
30352
30353\class ns3::TcpTxBuffer
30354
30355<h3>Config Paths</h3>
30356
30357ns3::TcpTxBuffer is accessible through the following paths with Config::Set and Config::Connect:
30358<ul>
30359<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/TxBuffer"</li>
30360</ul>
30361No Attributes are defined for this type.<br>
30362<h3>TraceSources</h3>
30363<ul>
30364<li><b>UnackSequence</b>: First unacknowledged sequence number (SND.UNA)<br> <ul>
30365 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30366</li>
30367 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30368</ul>
30369</ul>
30370<b>Group:</b> Internet
30371
30372<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
30373*/
30374
30375/*!
30376
30377\class ns3::TcpVegas
30378
30379<h3>Config Paths</h3>
30380
30381ns3::TcpVegas is accessible through the following paths with Config::Set and Config::Connect:
30382<ul>
30383<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpVegas"</li>
30384<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpVegas"</li>
30385</ul>
30386<h3>Attributes</h3>
30387<ul>
30388<li><b>Alpha</b>: Lower bound of packets in network
30389 <ul>
30390 <li>Set with class: \ref ns3::UintegerValue</li>
30391 <li>Underlying type: uint32_t 0:4294967295</li>
30392 <li>Initial value: 2</li>
30393 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30395 </ul>
30396<li><b>Beta</b>: Upper bound of packets in network
30397 <ul>
30398 <li>Set with class: \ref ns3::UintegerValue</li>
30399 <li>Underlying type: uint32_t 0:4294967295</li>
30400 <li>Initial value: 4</li>
30401 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30403 </ul>
30404<li><b>Gamma</b>: Limit on increase
30405 <ul>
30406 <li>Set with class: \ref ns3::UintegerValue</li>
30407 <li>Underlying type: uint32_t 0:4294967295</li>
30408 <li>Initial value: 1</li>
30409 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30411 </ul>
30412</ul>
30413No TraceSources are defined for this type.<br>
30414<b>Group:</b> Internet
30415
30416<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
30417*/
30418
30419/*!
30420
30421\class ns3::TcpVeno
30422
30423<h3>Config Paths</h3>
30424
30425ns3::TcpVeno is accessible through the following paths with Config::Set and Config::Connect:
30426<ul>
30427<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpVeno"</li>
30428<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpVeno"</li>
30429</ul>
30430<h3>Attributes</h3>
30431<ul>
30432<li><b>Beta</b>: Threshold for congestion detection
30433 <ul>
30434 <li>Set with class: \ref ns3::UintegerValue</li>
30435 <li>Underlying type: uint32_t 0:4294967295</li>
30436 <li>Initial value: 3</li>
30437 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30438 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30439 </ul>
30440</ul>
30441No TraceSources are defined for this type.<br>
30442<b>Group:</b> Internet
30443
30444<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
30445*/
30446
30447/*!
30448
30449\class ns3::TcpWestwoodPlus
30450
30451<h3>Config Paths</h3>
30452
30453ns3::TcpWestwoodPlus is accessible through the following paths with Config::Set and Config::Connect:
30454<ul>
30455<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpWestwoodPlus"</li>
30456<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpWestwoodPlus"</li>
30457</ul>
30458<h3>Attributes</h3>
30459<ul>
30460<li><b>FilterType</b>: Use this to choose no filter or Tustin's approximation filter
30461 <ul>
30462 <li>Set with class: \ref ns3::EnumValue<ns3::TcpWestwoodPlus::FilterType></li>
30463 <li>Underlying type: \p None|Tustin</li>
30464 <li>Initial value: Tustin</li>
30465 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30466 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30467 </ul>
30468</ul>
30469<h3>TraceSources</h3>
30470<ul>
30471<li><b>EstimatedBW</b>: The estimated bandwidth<br> <ul>
30472 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30473</li>
30474 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30475</ul>
30476</ul>
30477<b>Group:</b> Internet
30478
30479<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
30480*/
30481
30482/*!
30483
30484\class ns3::TcpYeah
30485
30486<h3>Config Paths</h3>
30487
30488ns3::TcpYeah is accessible through the following paths with Config::Set and Config::Connect:
30489<ul>
30490<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpYeah"</li>
30491<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpYeah"</li>
30492</ul>
30493<h3>Attributes</h3>
30494<ul>
30495<li><b>Alpha</b>: Maximum backlog allowed at the bottleneck queue
30496 <ul>
30497 <li>Set with class: \ref ns3::UintegerValue</li>
30498 <li>Underlying type: uint32_t 0:4294967295</li>
30499 <li>Initial value: 80</li>
30500 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30501 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30502 </ul>
30503<li><b>Delta</b>: Log minimum fraction of cwnd to be removed on loss
30504 <ul>
30505 <li>Set with class: \ref ns3::UintegerValue</li>
30506 <li>Underlying type: uint32_t 0:4294967295</li>
30507 <li>Initial value: 3</li>
30508 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30510 </ul>
30511<li><b>Epsilon</b>: Log maximum fraction to be removed on early decongestion
30512 <ul>
30513 <li>Set with class: \ref ns3::UintegerValue</li>
30514 <li>Underlying type: uint32_t 0:4294967295</li>
30515 <li>Initial value: 1</li>
30516 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30518 </ul>
30519<li><b>Gamma</b>: Fraction of queue to be removed per RTT
30520 <ul>
30521 <li>Set with class: \ref ns3::UintegerValue</li>
30522 <li>Underlying type: uint32_t 0:4294967295</li>
30523 <li>Initial value: 1</li>
30524 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30525 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30526 </ul>
30527<li><b>Phy</b>: Maximum delta from base
30528 <ul>
30529 <li>Set with class: \ref ns3::UintegerValue</li>
30530 <li>Underlying type: uint32_t 0:4294967295</li>
30531 <li>Initial value: 8</li>
30532 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30533 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30534 </ul>
30535<li><b>Rho</b>: Minimum # of consecutive RTT to consider competition on loss
30536 <ul>
30537 <li>Set with class: \ref ns3::UintegerValue</li>
30538 <li>Underlying type: uint32_t 0:4294967295</li>
30539 <li>Initial value: 16</li>
30540 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30542 </ul>
30543<li><b>StcpAiFactor</b>: STCP additive increase factor
30544 <ul>
30545 <li>Set with class: \ref ns3::UintegerValue</li>
30546 <li>Underlying type: uint32_t 0:4294967295</li>
30547 <li>Initial value: 100</li>
30548 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30549 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30550 </ul>
30551<li><b>Zeta</b>: Minimum # of state switches to reset m_renoCount
30552 <ul>
30553 <li>Set with class: \ref ns3::UintegerValue</li>
30554 <li>Underlying type: uint32_t 0:4294967295</li>
30555 <li>Initial value: 50</li>
30556 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30557 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30558 </ul>
30559</ul>
30560No TraceSources are defined for this type.<br>
30561<b>Group:</b> Internet
30562
30563<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
30564*/
30565
30566/*!
30567
30568\class ns3::TdBetFfMacScheduler
30569
30570<h3>Config Paths</h3>
30571
30572ns3::TdBetFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30573<ul>
30574<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdBetFfMacScheduler"</li>
30575<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdBetFfMacScheduler"</li>
30576</ul>
30577<h3>Attributes</h3>
30578<ul>
30579<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30580 <ul>
30581 <li>Set with class: \ref ns3::UintegerValue</li>
30582 <li>Underlying type: uint32_t 0:4294967295</li>
30583 <li>Initial value: 1000</li>
30584 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30586 </ul>
30587<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30588 <ul>
30589 <li>Set with class: \ref ns3::BooleanValue</li>
30590 <li>Underlying type: bool</li>
30591 <li>Initial value: true</li>
30592 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30594 </ul>
30595<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30596 <ul>
30597 <li>Set with class: \ref ns3::UintegerValue</li>
30598 <li>Underlying type: uint8_t 0:255</li>
30599 <li>Initial value: 0</li>
30600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30602 </ul>
30603</ul>
30604<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30605<ul>
30606<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30607 <ul>
30608 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30609 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30610 <li>Initial value: SRS_UL_CQI</li>
30611 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30612 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30613 </ul>
30614</ul>
30615No TraceSources are defined for this type.<br>
30616<b>Group:</b> Lte
30617
30618<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
30619*/
30620
30621/*!
30622
30623\class ns3::TdMtFfMacScheduler
30624
30625<h3>Config Paths</h3>
30626
30627ns3::TdMtFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30628<ul>
30629<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdMtFfMacScheduler"</li>
30630<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdMtFfMacScheduler"</li>
30631</ul>
30632<h3>Attributes</h3>
30633<ul>
30634<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30635 <ul>
30636 <li>Set with class: \ref ns3::UintegerValue</li>
30637 <li>Underlying type: uint32_t 0:4294967295</li>
30638 <li>Initial value: 1000</li>
30639 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30641 </ul>
30642<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30643 <ul>
30644 <li>Set with class: \ref ns3::BooleanValue</li>
30645 <li>Underlying type: bool</li>
30646 <li>Initial value: true</li>
30647 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30649 </ul>
30650<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30651 <ul>
30652 <li>Set with class: \ref ns3::UintegerValue</li>
30653 <li>Underlying type: uint8_t 0:255</li>
30654 <li>Initial value: 0</li>
30655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30657 </ul>
30658</ul>
30659<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30660<ul>
30661<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30662 <ul>
30663 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30664 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30665 <li>Initial value: SRS_UL_CQI</li>
30666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30668 </ul>
30669</ul>
30670No TraceSources are defined for this type.<br>
30671<b>Group:</b> Lte
30672
30673<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
30674*/
30675
30676/*!
30677
30678\class ns3::TdTbfqFfMacScheduler
30679
30680<h3>Config Paths</h3>
30681
30682ns3::TdTbfqFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30683<ul>
30684<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdTbfqFfMacScheduler"</li>
30685<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdTbfqFfMacScheduler"</li>
30686</ul>
30687<h3>Attributes</h3>
30688<ul>
30689<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30690 <ul>
30691 <li>Set with class: \ref ns3::UintegerValue</li>
30692 <li>Underlying type: uint32_t 0:4294967295</li>
30693 <li>Initial value: 1000</li>
30694 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30696 </ul>
30697<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)
30698 <ul>
30699 <li>Set with class: \ref ns3::UintegerValue</li>
30700 <li>Underlying type: uint32_t 0:4294967295</li>
30701 <li>Initial value: 625000</li>
30702 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30703 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30704 </ul>
30705<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)
30706 <ul>
30707 <li>Set with class: \ref ns3::UintegerValue</li>
30708 <li>Underlying type: uint32_t 0:4294967295</li>
30709 <li>Initial value: 0</li>
30710 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30711 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30712 </ul>
30713<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)
30714 <ul>
30715 <li>Set with class: \ref ns3::IntegerValue</li>
30716 <li>Underlying type: int32_t -2147483648:2147483647</li>
30717 <li>Initial value: -625000</li>
30718 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30720 </ul>
30721<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30722 <ul>
30723 <li>Set with class: \ref ns3::BooleanValue</li>
30724 <li>Underlying type: bool</li>
30725 <li>Initial value: true</li>
30726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30728 </ul>
30729<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)
30730 <ul>
30731 <li>Set with class: \ref ns3::UintegerValue</li>
30732 <li>Underlying type: uint32_t 0:4294967295</li>
30733 <li>Initial value: 1</li>
30734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30736 </ul>
30737<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30738 <ul>
30739 <li>Set with class: \ref ns3::UintegerValue</li>
30740 <li>Underlying type: uint8_t 0:255</li>
30741 <li>Initial value: 0</li>
30742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30744 </ul>
30745</ul>
30746<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30747<ul>
30748<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30749 <ul>
30750 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30751 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30752 <li>Initial value: SRS_UL_CQI</li>
30753 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30755 </ul>
30756</ul>
30757No TraceSources are defined for this type.<br>
30758<b>Group:</b> Lte
30759
30760<b>Size</b> of this type is 1392 bytes (on a 64-bit architecture).
30761*/
30762
30763/*!
30764
30765\class ns3::ThompsonSamplingWifiManager
30766
30767<h3>Config Paths</h3>
30768
30769ns3::ThompsonSamplingWifiManager is accessible through the following paths with Config::Set and Config::Connect:
30770<ul>
30771<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ThompsonSamplingWifiManager"</li>
30772<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ThompsonSamplingWifiManager"</li>
30773</ul>
30774<h3>Attributes</h3>
30775<ul>
30776<li><b>Decay</b>: Exponential decay coefficient, Hz; zero is a valid value for static scenarios
30777 <ul>
30778 <li>Set with class: \ref ns3::DoubleValue</li>
30779 <li>Underlying type: double 0:1.79769e+308</li>
30780 <li>Initial value: 1</li>
30781 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30782 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30783 </ul>
30784</ul>
30785<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
30786<ul>
30787<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.
30788 <ul>
30789 <li>Set with class: \ref ns3::UintegerValue</li>
30790 <li>Underlying type: uint8_t 0:255</li>
30791 <li>Initial value: 0</li>
30792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30794 </ul>
30795<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
30796 <ul>
30797 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
30798 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
30799 <li>Initial value: Cts-To-Self</li>
30800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30802 </ul>
30803<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.
30804 <ul>
30805 <li>Set with class: \ref ns3::UintegerValue</li>
30806 <li>Underlying type: uint32_t 256:65535</li>
30807 <li>Initial value: 65535</li>
30808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30810 </ul>
30811<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
30812 <ul>
30813 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
30814 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
30815 <li>Initial value: Cts-To-Self</li>
30816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30818 </ul>
30819<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.
30820 <ul>
30821 <li>Set with class: \ref ns3::BooleanValue</li>
30822 <li>Underlying type: bool</li>
30823 <li>Initial value: false</li>
30824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30826 </ul>
30827<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.
30828 <ul>
30829 <li>Set with class: \ref ns3::UintegerValue</li>
30830 <li>Underlying type: uint32_t 0:4294967295</li>
30831 <li>Initial value: 4</li>
30832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30833 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
30834 </ul>
30835<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.
30836 <ul>
30837 <li>Set with class: \ref ns3::UintegerValue</li>
30838 <li>Underlying type: uint32_t 0:4294967295</li>
30839 <li>Initial value: 7</li>
30840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30841 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
30842 </ul>
30843<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
30844 <ul>
30845 <li>Set with class: \ref ns3::WifiModeValue</li>
30846 <li>Underlying type: \p WifiMode</li>
30847 <li>Initial value: Invalid-WifiMode</li>
30848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30850 </ul>
30851<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.
30852 <ul>
30853 <li>Set with class: \ref ns3::UintegerValue</li>
30854 <li>Underlying type: uint32_t 0:4692480</li>
30855 <li>Initial value: 4692480</li>
30856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30858 </ul>
30859<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.
30860 <ul>
30861 <li>Set with class: \ref ns3::TimeValue</li>
30862 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30863 <li>Initial value: +0ns</li>
30864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30866 </ul>
30867</ul>
30868<h3>TraceSources</h3>
30869<ul>
30870<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
30871 <li> %Callback signature: ns3::TracedValueCallback::Uint64
30872</li>
30873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30874</ul>
30875</ul>
30876<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
30877<ul>
30878<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
30879 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30880</li>
30881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30882</ul>
30883<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
30884 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30885</li>
30886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30887</ul>
30888<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
30889 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30890</li>
30891 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30892</ul>
30893<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
30894 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30895</li>
30896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30897</ul>
30898</ul>
30899<b>Group:</b> Wifi
30900
30901<b>Size</b> of this type is 456 bytes (on a 64-bit architecture).
30902*/
30903
30904/*!
30905
30906\class ns3::ThreeGppAntennaModel
30907
30908Introspection did not find any typical Config paths.<br>
30909<h3>Attributes</h3>
30910<ul>
30911<li><b>RadiationPattern</b>: Radiation pattern of 3GPP antenna model
30912 <ul>
30913 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppAntennaModel::RadiationPattern></li>
30914 <li>Underlying type: \p Outdoor|Indoor</li>
30915 <li>Initial value: Outdoor</li>
30916 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30918 </ul>
30919</ul>
30920No TraceSources are defined for this type.<br>
30921<b>Group:</b> Antenna
30922
30923<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
30924*/
30925
30926/*!
30927
30928\class ns3::ThreeGppChannelConditionModel
30929
30930<h3>Config Paths</h3>
30931
30932ns3::ThreeGppChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
30933<ul>
30934<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30935<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30936<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30937<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30938<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30939<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30940<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30941</ul>
30942<h3>Attributes</h3>
30943<ul>
30944<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.
30945 <ul>
30946 <li>Set with class: \ref ns3::BooleanValue</li>
30947 <li>Underlying type: bool</li>
30948 <li>Initial value: false</li>
30949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30951 </ul>
30952<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
30953 <ul>
30954 <li>Set with class: \ref ns3::DoubleValue</li>
30955 <li>Underlying type: double 0:1</li>
30956 <li>Initial value: 1</li>
30957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30959 </ul>
30960<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
30961 <ul>
30962 <li>Set with class: \ref ns3::DoubleValue</li>
30963 <li>Underlying type: double 0:1</li>
30964 <li>Initial value: 0</li>
30965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30967 </ul>
30968<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.
30969 <ul>
30970 <li>Set with class: \ref ns3::TimeValue</li>
30971 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30972 <li>Initial value: +0ns</li>
30973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30975 </ul>
30976</ul>
30977No TraceSources are defined for this type.<br>
30978<b>Group:</b> Propagation
30979
30980<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
30981*/
30982
30983/*!
30984
30985\class ns3::ThreeGppChannelModel
30986
30987Introspection did not find any typical Config paths.<br>
30988<h3>Attributes</h3>
30989<ul>
30990<li><b>Blockage</b>: Enable blockage model A (sec 7.6.4.1)
30991 <ul>
30992 <li>Set with class: \ref ns3::BooleanValue</li>
30993 <li>Underlying type: bool</li>
30994 <li>Initial value: false</li>
30995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30997 </ul>
30998<li><b>BlockerSpeed</b>: The speed of moving blockers, the unit is m/s
30999 <ul>
31000 <li>Set with class: \ref ns3::DoubleValue</li>
31001 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31002 <li>Initial value: 1</li>
31003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31005 </ul>
31006<li><b>ChannelConditionModel</b>: Pointer to the channel condition model
31007 <ul>
31008 <li>Set with class: \ref ns3::PointerValue</li>
31009 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31010 <li>Initial value: 0</li>
31011 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31013 </ul>
31014<li><b>Frequency</b>: The operating Frequency in Hz
31015 <ul>
31016 <li>Set with class: \ref ns3::DoubleValue</li>
31017 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31018 <li>Initial value: 5e+08</li>
31019 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31021 </ul>
31022<li><b>NumNonselfBlocking</b>: number of non-self-blocking regions
31023 <ul>
31024 <li>Set with class: \ref ns3::IntegerValue</li>
31025 <li>Underlying type: uint16_t 0:65535</li>
31026 <li>Initial value: 4</li>
31027 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31028 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31029 </ul>
31030<li><b>PortraitMode</b>: true for portrait mode, false for landscape mode
31031 <ul>
31032 <li>Set with class: \ref ns3::BooleanValue</li>
31033 <li>Underlying type: bool</li>
31034 <li>Initial value: true</li>
31035 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31037 </ul>
31038<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed, NTN-DenseUrban, NTN-Urban, NTN-Suburban, NTN-Rural)
31039 <ul>
31040 <li>Set with class: \ref ns3::StringValue</li>
31041 <li>Underlying type: \p std::string</li>
31042 <li>Initial value: UMa</li>
31043 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31045 </ul>
31046<li><b>UpdatePeriod</b>: Specify the channel coherence time
31047 <ul>
31048 <li>Set with class: \ref ns3::TimeValue</li>
31049 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31050 <li>Initial value: +0ns</li>
31051 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31053 </ul>
31054<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
31055 <ul>
31056 <li>Set with class: \ref ns3::DoubleValue</li>
31057 <li>Underlying type: double 0:1.79769e+308</li>
31058 <li>Initial value: 0</li>
31059 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31060 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31061 </ul>
31062</ul>
31063No TraceSources are defined for this type.<br>
31064<b>Group:</b> Spectrum
31065
31066<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
31067*/
31068
31069/*!
31070
31071\class ns3::ThreeGppHttpClient
31072
31073<h3>Config Paths</h3>
31074
31075ns3::ThreeGppHttpClient is accessible through the following paths with Config::Set and Config::Connect:
31076<ul>
31077<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::ThreeGppHttpClient"</li>
31078<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpClient"</li>
31079</ul>
31080<h3>Attributes</h3>
31081<ul>
31082<li><b>RemoteServerAddress</b>: The address of the destination server.
31083 <ul>
31084 <li>Set with class: \ref ns3::AddressValue</li>
31085 <li>Underlying type: \p Address</li>
31086 <li>Initial value: </li>
31087 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31088 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
31089 </ul>
31090<li><b>RemoteServerPort</b>: The destination port of the outbound packets.
31091 <ul>
31092 <li>Set with class: \ref ns3::UintegerValue</li>
31093 <li>Underlying type: uint16_t 0:65535</li>
31094 <li>Initial value: 80</li>
31095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31096 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
31097 </ul>
31098<li><b>Variables</b>: Variable collection, which is used to control e.g. timing and HTTP request size.
31099 <ul>
31100 <li>Set with class: \ref ns3::PointerValue</li>
31101 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ThreeGppHttpVariables></li>
31102 <li>Initial value: 0</li>
31103 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31105 </ul>
31106</ul>
31107<h3>Attributes defined in parent class ns3::SourceApplication</h3>
31108<ul>
31109<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
31110 <ul>
31111 <li>Set with class: \ref ns3::AddressValue</li>
31112 <li>Underlying type: \p Address</li>
31113 <li>Initial value: </li>
31114 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31115 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31116 </ul>
31117<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
31118 <ul>
31119 <li>Set with class: \ref ns3::AddressValue</li>
31120 <li>Underlying type: \p Address</li>
31121 <li>Initial value: </li>
31122 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31123 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31124 </ul>
31125<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).
31126 <ul>
31127 <li>Set with class: \ref ns3::UintegerValue</li>
31128 <li>Underlying type: uint8_t 0:255</li>
31129 <li>Initial value: 0</li>
31130 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31132 </ul>
31133</ul>
31134<h3>Attributes defined in parent class ns3::Application</h3>
31135<ul>
31136<li><b>StartTime</b>: Time at which the application will start
31137 <ul>
31138 <li>Set with class: \ref ns3::TimeValue</li>
31139 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31140 <li>Initial value: +0ns</li>
31141 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31142 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31143 </ul>
31144<li><b>StopTime</b>: Time at which the application will stop
31145 <ul>
31146 <li>Set with class: \ref ns3::TimeValue</li>
31147 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31148 <li>Initial value: +0ns</li>
31149 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31150 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31151 </ul>
31152</ul>
31153<h3>TraceSources</h3>
31154<ul>
31155<li><b>ConnectionClosed</b>: Connection to the destination web server is closed.<br> <ul>
31156 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31157</li>
31158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31159</ul>
31160<li><b>ConnectionEstablished</b>: Connection to the destination web server has been established.<br> <ul>
31161 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31162</li>
31163 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31164</ul>
31165<li><b>Rx</b>: General trace for receiving a packet of any kind.<br> <ul>
31166 <li> %Callback signature: ns3::Packet::PacketAddressTracedCallback
31167</li>
31168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31169</ul>
31170<li><b>RxDelay</b>: General trace of delay for receiving a complete object.<br> <ul>
31171 <li> %Callback signature: ns3::Application::DelayAddressCallback
31172</li>
31173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31174</ul>
31175<li><b>RxEmbeddedObject</b>: Received a whole embedded object. Header is included.<br> <ul>
31176 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31177</li>
31178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31179</ul>
31180<li><b>RxEmbeddedObjectPacket</b>: A packet of embedded object has been received.<br> <ul>
31181 <li> %Callback signature: ns3::Packet::TracedCallback
31182</li>
31183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31184</ul>
31185<li><b>RxMainObject</b>: Received a whole main object. Header is included.<br> <ul>
31186 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31187</li>
31188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31189</ul>
31190<li><b>RxMainObjectPacket</b>: A packet of main object has been received.<br> <ul>
31191 <li> %Callback signature: ns3::Packet::TracedCallback
31192</li>
31193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31194</ul>
31195<li><b>RxPage</b>: A page has been received.<br> <ul>
31196 <li> %Callback signature: ns3::ThreeGppHttpClient::RxPageTracedCallback
31197</li>
31198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31199</ul>
31200<li><b>RxRtt</b>: General trace of round trip delay time for receiving a complete object.<br> <ul>
31201 <li> %Callback signature: ns3::Application::DelayAddressCallback
31202</li>
31203 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31204</ul>
31205<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.<br> <ul>
31206 <li> %Callback signature: ns3::Application::StateTransitionCallback
31207</li>
31208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31209</ul>
31210<li><b>Tx</b>: General trace for sending a packet of any kind.<br> <ul>
31211 <li> %Callback signature: ns3::Packet::TracedCallback
31212</li>
31213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31214</ul>
31215<li><b>TxEmbeddedObjectRequest</b>: Sent a request for an embedded object.<br> <ul>
31216 <li> %Callback signature: ns3::Packet::TracedCallback
31217</li>
31218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31219</ul>
31220<li><b>TxMainObjectRequest</b>: Sent a request for a main object.<br> <ul>
31221 <li> %Callback signature: ns3::Packet::TracedCallback
31222</li>
31223 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31224</ul>
31225</ul>
31226<b>Size</b> of this type is 672 bytes (on a 64-bit architecture).
31227*/
31228
31229/*!
31230
31231\class ns3::ThreeGppHttpHeader
31232
31233Introspection did not find any typical Config paths.<br>
31234No Attributes are defined for this type.<br>
31235No TraceSources are defined for this type.<br>
31236<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
31237*/
31238
31239/*!
31240
31241\class ns3::ThreeGppHttpServer
31242
31243<h3>Config Paths</h3>
31244
31245ns3::ThreeGppHttpServer is accessible through the following paths with Config::Set and Config::Connect:
31246<ul>
31247<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::ThreeGppHttpServer"</li>
31248<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer"</li>
31249</ul>
31250<h3>Attributes</h3>
31251<ul>
31252<li><b>LocalAddress</b>: The local address of the server, i.e., the address on which to bind the Rx socket.
31253 <ul>
31254 <li>Set with class: \ref ns3::AddressValue</li>
31255 <li>Underlying type: \p Address</li>
31256 <li>Initial value: </li>
31257 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31258 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Local in ns-3.44.</li>
31259 </ul>
31260<li><b>LocalPort</b>: Port on which the application listen for incoming packets.
31261 <ul>
31262 <li>Set with class: \ref ns3::UintegerValue</li>
31263 <li>Underlying type: uint16_t 0:65535</li>
31264 <li>Initial value: 80</li>
31265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31266 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Port in ns-3.44.</li>
31267 </ul>
31268<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.
31269 <ul>
31270 <li>Set with class: \ref ns3::UintegerValue</li>
31271 <li>Underlying type: uint32_t 0:4294967295</li>
31272 <li>Flags: <span class="mlabel">read</span></li>
31273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31274 </ul>
31275<li><b>Tos</b>: The Type of Service used to send packets. All 8 bits of the TOS byte are set (including ECN bits).
31276 <ul>
31277 <li>Set with class: \ref ns3::UintegerValue</li>
31278 <li>Underlying type: uint8_t 0:255</li>
31279 <li>Initial value: 0</li>
31280 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31281 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31282 </ul>
31283<li><b>Variables</b>: Variable collection, which is used to control e.g. processing and object generation delays.
31284 <ul>
31285 <li>Set with class: \ref ns3::PointerValue</li>
31286 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ThreeGppHttpVariables></li>
31287 <li>Initial value: 0</li>
31288 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31289 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31290 </ul>
31291</ul>
31292<h3>Attributes defined in parent class ns3::SinkApplication</h3>
31293<ul>
31294<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
31295 <ul>
31296 <li>Set with class: \ref ns3::AddressValue</li>
31297 <li>Underlying type: \p Address</li>
31298 <li>Initial value: </li>
31299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31301 </ul>
31302<li><b>Port</b>: Port on which the application listens for incoming packets.
31303 <ul>
31304 <li>Set with class: \ref ns3::UintegerValue</li>
31305 <li>Underlying type: uint32_t 0:4294967295</li>
31306 <li>Initial value: 4294967295</li>
31307 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31309 </ul>
31310</ul>
31311<h3>Attributes defined in parent class ns3::Application</h3>
31312<ul>
31313<li><b>StartTime</b>: Time at which the application will start
31314 <ul>
31315 <li>Set with class: \ref ns3::TimeValue</li>
31316 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31317 <li>Initial value: +0ns</li>
31318 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31319 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31320 </ul>
31321<li><b>StopTime</b>: Time at which the application will stop
31322 <ul>
31323 <li>Set with class: \ref ns3::TimeValue</li>
31324 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31325 <li>Initial value: +0ns</li>
31326 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31328 </ul>
31329</ul>
31330<h3>TraceSources</h3>
31331<ul>
31332<li><b>ConnectionEstablished</b>: Connection to a remote web client has been established.<br> <ul>
31333 <li> %Callback signature: ns3::HttpServer::ConnectionEstablishedCallback
31334</li>
31335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31336</ul>
31337<li><b>EmbeddedObject</b>: An embedded object has been generated.<br> <ul>
31338 <li> %Callback signature: ns3::HttpServer::HttpObjectCallback
31339</li>
31340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31341</ul>
31342<li><b>MainObject</b>: A main object has been generated.<br> <ul>
31343 <li> %Callback signature: ns3::HttpServer::HttpObjectCallback
31344</li>
31345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31346</ul>
31347<li><b>Rx</b>: A packet has been received.<br> <ul>
31348 <li> %Callback signature: ns3::Packet::AddressTracedCallback
31349</li>
31350 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31351</ul>
31352<li><b>RxDelay</b>: A packet has been received with delay information.<br> <ul>
31353 <li> %Callback signature: ns3::Application::DelayAddressCallback
31354</li>
31355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31356</ul>
31357<li><b>RxWithAddresses</b>: A packet has been received.<br> <ul>
31358 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
31359</li>
31360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31361</ul>
31362<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.<br> <ul>
31363 <li> %Callback signature: ns3::Application::StateTransitionCallback
31364</li>
31365 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31366</ul>
31367<li><b>Tx</b>: A packet has been sent.<br> <ul>
31368 <li> %Callback signature: ns3::Packet::TracedCallback
31369</li>
31370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31371</ul>
31372</ul>
31373<b>Size</b> of this type is 392 bytes (on a 64-bit architecture).
31374*/
31375
31376/*!
31377
31378\class ns3::ThreeGppHttpVariables
31379
31380<h3>Config Paths</h3>
31381
31382ns3::ThreeGppHttpVariables is accessible through the following paths with Config::Set and Config::Connect:
31383<ul>
31384<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::ThreeGppHttpClient/Variables"</li>
31385<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::ThreeGppHttpServer/Variables"</li>
31386<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpClient/Variables"</li>
31387<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer/Variables"</li>
31388</ul>
31389<h3>Attributes</h3>
31390<ul>
31391<li><b>EmbeddedObjectGenerationDelay</b>: The constant time needed by HTTP server to generate an embedded object as a response.
31392 <ul>
31393 <li>Set with class: \ref ns3::TimeValue</li>
31394 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31395 <li>Initial value: +0ns</li>
31396 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31397 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31398 </ul>
31399<li><b>EmbeddedObjectSizeMax</b>: The maximum value of embedded object sizes (in bytes).
31400 <ul>
31401 <li>Set with class: \ref ns3::UintegerValue</li>
31402 <li>Underlying type: uint32_t 0:4294967295</li>
31403 <li>Initial value: 2000000</li>
31404 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31406 </ul>
31407<li><b>EmbeddedObjectSizeMean</b>: The mean of embedded object sizes (in bytes).
31408 <ul>
31409 <li>Set with class: \ref ns3::UintegerValue</li>
31410 <li>Underlying type: uint32_t 0:4294967295</li>
31411 <li>Initial value: 7758</li>
31412 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31414 </ul>
31415<li><b>EmbeddedObjectSizeMin</b>: The minimum value of embedded object sizes (in bytes).
31416 <ul>
31417 <li>Set with class: \ref ns3::UintegerValue</li>
31418 <li>Underlying type: uint32_t 22:4294967295</li>
31419 <li>Initial value: 50</li>
31420 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31422 </ul>
31423<li><b>EmbeddedObjectSizeStdDev</b>: The standard deviation of embedded object sizes (in bytes).
31424 <ul>
31425 <li>Set with class: \ref ns3::UintegerValue</li>
31426 <li>Underlying type: uint32_t 0:4294967295</li>
31427 <li>Initial value: 126168</li>
31428 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31430 </ul>
31431<li><b>HighMtuProbability</b>: The probability that higher MTU size is used.
31432 <ul>
31433 <li>Set with class: \ref ns3::DoubleValue</li>
31434 <li>Underlying type: double 0:1</li>
31435 <li>Initial value: 0.76</li>
31436 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31438 </ul>
31439<li><b>HighMtuSize</b>: The higher MTU size.
31440 <ul>
31441 <li>Set with class: \ref ns3::UintegerValue</li>
31442 <li>Underlying type: uint32_t 0:4294967295</li>
31443 <li>Initial value: 1460</li>
31444 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31445 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31446 </ul>
31447<li><b>LowMtuSize</b>: The lower MTU size.
31448 <ul>
31449 <li>Set with class: \ref ns3::UintegerValue</li>
31450 <li>Underlying type: uint32_t 0:4294967295</li>
31451 <li>Initial value: 536</li>
31452 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31453 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31454 </ul>
31455<li><b>MainObjectGenerationDelay</b>: The constant time needed by HTTP server to generate a main object as a response.
31456 <ul>
31457 <li>Set with class: \ref ns3::TimeValue</li>
31458 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31459 <li>Initial value: +0ns</li>
31460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31462 </ul>
31463<li><b>MainObjectSizeMax</b>: The maximum value of main object sizes (in bytes).
31464 <ul>
31465 <li>Set with class: \ref ns3::UintegerValue</li>
31466 <li>Underlying type: uint32_t 0:4294967295</li>
31467 <li>Initial value: 2000000</li>
31468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31470 </ul>
31471<li><b>MainObjectSizeMean</b>: The mean of main object sizes (in bytes).
31472 <ul>
31473 <li>Set with class: \ref ns3::UintegerValue</li>
31474 <li>Underlying type: uint32_t 0:4294967295</li>
31475 <li>Initial value: 10710</li>
31476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31478 </ul>
31479<li><b>MainObjectSizeMin</b>: The minimum value of main object sizes (in bytes).
31480 <ul>
31481 <li>Set with class: \ref ns3::UintegerValue</li>
31482 <li>Underlying type: uint32_t 22:4294967295</li>
31483 <li>Initial value: 100</li>
31484 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31486 </ul>
31487<li><b>MainObjectSizeStdDev</b>: The standard deviation of main object sizes (in bytes).
31488 <ul>
31489 <li>Set with class: \ref ns3::UintegerValue</li>
31490 <li>Underlying type: uint32_t 0:4294967295</li>
31491 <li>Initial value: 25032</li>
31492 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31494 </ul>
31495<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.
31496 <ul>
31497 <li>Set with class: \ref ns3::UintegerValue</li>
31498 <li>Underlying type: uint32_t 0:4294967295</li>
31499 <li>Initial value: 55</li>
31500 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31501 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31502 </ul>
31503<li><b>NumOfEmbeddedObjectsScale</b>: The scale parameter of Pareto distribution for the number of embedded objects per web page.
31504 <ul>
31505 <li>Set with class: \ref ns3::UintegerValue</li>
31506 <li>Underlying type: uint32_t 0:4294967295</li>
31507 <li>Initial value: 2</li>
31508 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31510 </ul>
31511<li><b>NumOfEmbeddedObjectsShape</b>: The shape parameter of Pareto distribution for the number of embedded objects per web page.
31512 <ul>
31513 <li>Set with class: \ref ns3::DoubleValue</li>
31514 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31515 <li>Initial value: 1.1</li>
31516 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31518 </ul>
31519<li><b>ParsingTimeMean</b>: The mean of parsing time.
31520 <ul>
31521 <li>Set with class: \ref ns3::TimeValue</li>
31522 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31523 <li>Initial value: +1.3e+08ns</li>
31524 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31525 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31526 </ul>
31527<li><b>ReadingTimeMean</b>: The mean of reading time.
31528 <ul>
31529 <li>Set with class: \ref ns3::TimeValue</li>
31530 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31531 <li>Initial value: +3e+10ns</li>
31532 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31533 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31534 </ul>
31535<li><b>RequestSize</b>: The constant size of HTTP request packet (in bytes).
31536 <ul>
31537 <li>Set with class: \ref ns3::UintegerValue</li>
31538 <li>Underlying type: uint32_t 0:4294967295</li>
31539 <li>Initial value: 328</li>
31540 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31542 </ul>
31543</ul>
31544No TraceSources are defined for this type.<br>
31545<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
31546*/
31547
31548/*!
31549
31550\class ns3::ThreeGppIndoorMixedOfficeChannelConditionModel
31551
31552<h3>Config Paths</h3>
31553
31554ns3::ThreeGppIndoorMixedOfficeChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31555<ul>
31556<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31557<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31558<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31559<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31560<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31561<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31562<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31563<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31564<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31565<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31566<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31567<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31568<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31569<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31570</ul>
31571No Attributes are defined for this type.<br>
31572<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31573<ul>
31574<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.
31575 <ul>
31576 <li>Set with class: \ref ns3::BooleanValue</li>
31577 <li>Underlying type: bool</li>
31578 <li>Initial value: false</li>
31579 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31580 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31581 </ul>
31582<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
31583 <ul>
31584 <li>Set with class: \ref ns3::DoubleValue</li>
31585 <li>Underlying type: double 0:1</li>
31586 <li>Initial value: 1</li>
31587 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31588 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31589 </ul>
31590<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31591 <ul>
31592 <li>Set with class: \ref ns3::DoubleValue</li>
31593 <li>Underlying type: double 0:1</li>
31594 <li>Initial value: 0</li>
31595 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31597 </ul>
31598<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.
31599 <ul>
31600 <li>Set with class: \ref ns3::TimeValue</li>
31601 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31602 <li>Initial value: +0ns</li>
31603 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31604 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31605 </ul>
31606</ul>
31607No TraceSources are defined for this type.<br>
31608<b>Group:</b> Propagation
31609
31610<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31611*/
31612
31613/*!
31614
31615\class ns3::ThreeGppIndoorOfficePropagationLossModel
31616
31617<h3>Config Paths</h3>
31618
31619ns3::ThreeGppIndoorOfficePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31620<ul>
31621<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31622<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31623<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31624<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31625<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31626<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31627<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31628<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31629<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31630<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31631<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31632<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31633<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31634<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31635</ul>
31636No Attributes are defined for this type.<br>
31637<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31638<ul>
31639<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31640 <ul>
31641 <li>Set with class: \ref ns3::BooleanValue</li>
31642 <li>Underlying type: bool</li>
31643 <li>Initial value: true</li>
31644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31646 </ul>
31647<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31648 <ul>
31649 <li>Set with class: \ref ns3::PointerValue</li>
31650 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31651 <li>Initial value: 0</li>
31652 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31654 </ul>
31655<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31656 <ul>
31657 <li>Set with class: \ref ns3::BooleanValue</li>
31658 <li>Underlying type: bool</li>
31659 <li>Initial value: false</li>
31660 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31661 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31662 </ul>
31663<li><b>Frequency</b>: The centre frequency in Hz.
31664 <ul>
31665 <li>Set with class: \ref ns3::DoubleValue</li>
31666 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31667 <li>Initial value: 5e+08</li>
31668 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31669 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31670 </ul>
31671<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
31672 <ul>
31673 <li>Set with class: \ref ns3::BooleanValue</li>
31674 <li>Underlying type: bool</li>
31675 <li>Initial value: true</li>
31676 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31678 </ul>
31679</ul>
31680No TraceSources are defined for this type.<br>
31681<b>Group:</b> Propagation
31682
31683<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
31684*/
31685
31686/*!
31687
31688\class ns3::ThreeGppIndoorOpenOfficeChannelConditionModel
31689
31690<h3>Config Paths</h3>
31691
31692ns3::ThreeGppIndoorOpenOfficeChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31693<ul>
31694<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31695<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31696<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31697<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31698<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31699<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31700<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31701<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31702<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31703<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31704<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31705<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31706<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31707<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31708</ul>
31709No Attributes are defined for this type.<br>
31710<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31711<ul>
31712<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.
31713 <ul>
31714 <li>Set with class: \ref ns3::BooleanValue</li>
31715 <li>Underlying type: bool</li>
31716 <li>Initial value: false</li>
31717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31719 </ul>
31720<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
31721 <ul>
31722 <li>Set with class: \ref ns3::DoubleValue</li>
31723 <li>Underlying type: double 0:1</li>
31724 <li>Initial value: 1</li>
31725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31727 </ul>
31728<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31729 <ul>
31730 <li>Set with class: \ref ns3::DoubleValue</li>
31731 <li>Underlying type: double 0:1</li>
31732 <li>Initial value: 0</li>
31733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31735 </ul>
31736<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.
31737 <ul>
31738 <li>Set with class: \ref ns3::TimeValue</li>
31739 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31740 <li>Initial value: +0ns</li>
31741 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31743 </ul>
31744</ul>
31745No TraceSources are defined for this type.<br>
31746<b>Group:</b> Propagation
31747
31748<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31749*/
31750
31751/*!
31752
31753\class ns3::ThreeGppNTNDenseUrbanChannelConditionModel
31754
31755<h3>Config Paths</h3>
31756
31757ns3::ThreeGppNTNDenseUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31758<ul>
31759<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31760<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31761<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31762<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31763<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31764<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31765<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31766<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31767<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31768<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31769<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31770<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31771<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31772<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31773</ul>
31774No Attributes are defined for this type.<br>
31775<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31776<ul>
31777<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.
31778 <ul>
31779 <li>Set with class: \ref ns3::BooleanValue</li>
31780 <li>Underlying type: bool</li>
31781 <li>Initial value: false</li>
31782 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31784 </ul>
31785<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
31786 <ul>
31787 <li>Set with class: \ref ns3::DoubleValue</li>
31788 <li>Underlying type: double 0:1</li>
31789 <li>Initial value: 1</li>
31790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31792 </ul>
31793<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31794 <ul>
31795 <li>Set with class: \ref ns3::DoubleValue</li>
31796 <li>Underlying type: double 0:1</li>
31797 <li>Initial value: 0</li>
31798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31800 </ul>
31801<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.
31802 <ul>
31803 <li>Set with class: \ref ns3::TimeValue</li>
31804 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31805 <li>Initial value: +0ns</li>
31806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31808 </ul>
31809</ul>
31810No TraceSources are defined for this type.<br>
31811<b>Group:</b> Propagation
31812
31813<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31814*/
31815
31816/*!
31817
31818\class ns3::ThreeGppNTNDenseUrbanPropagationLossModel
31819
31820<h3>Config Paths</h3>
31821
31822ns3::ThreeGppNTNDenseUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31823<ul>
31824<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31825<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31826<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31827<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31828<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31829<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31830<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31831<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31832<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31833<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31834<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31835<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31836<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31837<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31838</ul>
31839No Attributes are defined for this type.<br>
31840<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31841<ul>
31842<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31843 <ul>
31844 <li>Set with class: \ref ns3::BooleanValue</li>
31845 <li>Underlying type: bool</li>
31846 <li>Initial value: true</li>
31847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31849 </ul>
31850<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31851 <ul>
31852 <li>Set with class: \ref ns3::PointerValue</li>
31853 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31854 <li>Initial value: 0</li>
31855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31857 </ul>
31858<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31859 <ul>
31860 <li>Set with class: \ref ns3::BooleanValue</li>
31861 <li>Underlying type: bool</li>
31862 <li>Initial value: false</li>
31863 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31865 </ul>
31866<li><b>Frequency</b>: The centre frequency in Hz.
31867 <ul>
31868 <li>Set with class: \ref ns3::DoubleValue</li>
31869 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31870 <li>Initial value: 5e+08</li>
31871 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31872 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31873 </ul>
31874<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
31875 <ul>
31876 <li>Set with class: \ref ns3::BooleanValue</li>
31877 <li>Underlying type: bool</li>
31878 <li>Initial value: true</li>
31879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31880 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31881 </ul>
31882</ul>
31883No TraceSources are defined for this type.<br>
31884<b>Group:</b> Propagation
31885
31886<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
31887*/
31888
31889/*!
31890
31891\class ns3::ThreeGppNTNRuralChannelConditionModel
31892
31893<h3>Config Paths</h3>
31894
31895ns3::ThreeGppNTNRuralChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31896<ul>
31897<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31898<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31899<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31900<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31901<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31902<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31903<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31904<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31905<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31906<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31907<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31908<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31909<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31910<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31911</ul>
31912No Attributes are defined for this type.<br>
31913<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31914<ul>
31915<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.
31916 <ul>
31917 <li>Set with class: \ref ns3::BooleanValue</li>
31918 <li>Underlying type: bool</li>
31919 <li>Initial value: false</li>
31920 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31922 </ul>
31923<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
31924 <ul>
31925 <li>Set with class: \ref ns3::DoubleValue</li>
31926 <li>Underlying type: double 0:1</li>
31927 <li>Initial value: 1</li>
31928 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31930 </ul>
31931<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31932 <ul>
31933 <li>Set with class: \ref ns3::DoubleValue</li>
31934 <li>Underlying type: double 0:1</li>
31935 <li>Initial value: 0</li>
31936 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31937 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31938 </ul>
31939<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.
31940 <ul>
31941 <li>Set with class: \ref ns3::TimeValue</li>
31942 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31943 <li>Initial value: +0ns</li>
31944 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31946 </ul>
31947</ul>
31948No TraceSources are defined for this type.<br>
31949<b>Group:</b> Propagation
31950
31951<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31952*/
31953
31954/*!
31955
31956\class ns3::ThreeGppNTNRuralPropagationLossModel
31957
31958<h3>Config Paths</h3>
31959
31960ns3::ThreeGppNTNRuralPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31961<ul>
31962<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31963<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31964<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31965<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31966<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31967<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31968<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31969<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31970<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31971<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31972<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31973<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31974<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31975<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31976</ul>
31977No Attributes are defined for this type.<br>
31978<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31979<ul>
31980<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31981 <ul>
31982 <li>Set with class: \ref ns3::BooleanValue</li>
31983 <li>Underlying type: bool</li>
31984 <li>Initial value: true</li>
31985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31987 </ul>
31988<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31989 <ul>
31990 <li>Set with class: \ref ns3::PointerValue</li>
31991 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31992 <li>Initial value: 0</li>
31993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31995 </ul>
31996<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31997 <ul>
31998 <li>Set with class: \ref ns3::BooleanValue</li>
31999 <li>Underlying type: bool</li>
32000 <li>Initial value: false</li>
32001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32003 </ul>
32004<li><b>Frequency</b>: The centre frequency in Hz.
32005 <ul>
32006 <li>Set with class: \ref ns3::DoubleValue</li>
32007 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32008 <li>Initial value: 5e+08</li>
32009 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32011 </ul>
32012<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32013 <ul>
32014 <li>Set with class: \ref ns3::BooleanValue</li>
32015 <li>Underlying type: bool</li>
32016 <li>Initial value: true</li>
32017 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32018 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32019 </ul>
32020</ul>
32021No TraceSources are defined for this type.<br>
32022<b>Group:</b> Propagation
32023
32024<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32025*/
32026
32027/*!
32028
32029\class ns3::ThreeGppNTNSuburbanChannelConditionModel
32030
32031<h3>Config Paths</h3>
32032
32033ns3::ThreeGppNTNSuburbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32034<ul>
32035<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32036<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32037<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32038<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32039<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32040<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32041<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32042<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32043<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32044<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32045<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32046<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32047<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32048<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32049</ul>
32050No Attributes are defined for this type.<br>
32051<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32052<ul>
32053<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.
32054 <ul>
32055 <li>Set with class: \ref ns3::BooleanValue</li>
32056 <li>Underlying type: bool</li>
32057 <li>Initial value: false</li>
32058 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32060 </ul>
32061<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
32062 <ul>
32063 <li>Set with class: \ref ns3::DoubleValue</li>
32064 <li>Underlying type: double 0:1</li>
32065 <li>Initial value: 1</li>
32066 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32068 </ul>
32069<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32070 <ul>
32071 <li>Set with class: \ref ns3::DoubleValue</li>
32072 <li>Underlying type: double 0:1</li>
32073 <li>Initial value: 0</li>
32074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32076 </ul>
32077<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.
32078 <ul>
32079 <li>Set with class: \ref ns3::TimeValue</li>
32080 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32081 <li>Initial value: +0ns</li>
32082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32084 </ul>
32085</ul>
32086No TraceSources are defined for this type.<br>
32087<b>Group:</b> Propagation
32088
32089<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32090*/
32091
32092/*!
32093
32094\class ns3::ThreeGppNTNSuburbanPropagationLossModel
32095
32096<h3>Config Paths</h3>
32097
32098ns3::ThreeGppNTNSuburbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32099<ul>
32100<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32101<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32102<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32103<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32104<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32105<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32106<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32107<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32108<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32109<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32110<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32111<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32112<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32113<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32114</ul>
32115No Attributes are defined for this type.<br>
32116<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32117<ul>
32118<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32119 <ul>
32120 <li>Set with class: \ref ns3::BooleanValue</li>
32121 <li>Underlying type: bool</li>
32122 <li>Initial value: true</li>
32123 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32125 </ul>
32126<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32127 <ul>
32128 <li>Set with class: \ref ns3::PointerValue</li>
32129 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32130 <li>Initial value: 0</li>
32131 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32133 </ul>
32134<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32135 <ul>
32136 <li>Set with class: \ref ns3::BooleanValue</li>
32137 <li>Underlying type: bool</li>
32138 <li>Initial value: false</li>
32139 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32140 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32141 </ul>
32142<li><b>Frequency</b>: The centre frequency in Hz.
32143 <ul>
32144 <li>Set with class: \ref ns3::DoubleValue</li>
32145 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32146 <li>Initial value: 5e+08</li>
32147 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32149 </ul>
32150<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32151 <ul>
32152 <li>Set with class: \ref ns3::BooleanValue</li>
32153 <li>Underlying type: bool</li>
32154 <li>Initial value: true</li>
32155 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32157 </ul>
32158</ul>
32159No TraceSources are defined for this type.<br>
32160<b>Group:</b> Propagation
32161
32162<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32163*/
32164
32165/*!
32166
32167\class ns3::ThreeGppNTNUrbanChannelConditionModel
32168
32169<h3>Config Paths</h3>
32170
32171ns3::ThreeGppNTNUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32172<ul>
32173<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32174<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32175<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32176<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32177<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32178<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32179<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32180<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32181<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32182<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32183<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32184<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32185<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32186<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32187</ul>
32188No Attributes are defined for this type.<br>
32189<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32190<ul>
32191<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.
32192 <ul>
32193 <li>Set with class: \ref ns3::BooleanValue</li>
32194 <li>Underlying type: bool</li>
32195 <li>Initial value: false</li>
32196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32198 </ul>
32199<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
32200 <ul>
32201 <li>Set with class: \ref ns3::DoubleValue</li>
32202 <li>Underlying type: double 0:1</li>
32203 <li>Initial value: 1</li>
32204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32206 </ul>
32207<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32208 <ul>
32209 <li>Set with class: \ref ns3::DoubleValue</li>
32210 <li>Underlying type: double 0:1</li>
32211 <li>Initial value: 0</li>
32212 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32214 </ul>
32215<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.
32216 <ul>
32217 <li>Set with class: \ref ns3::TimeValue</li>
32218 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32219 <li>Initial value: +0ns</li>
32220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32222 </ul>
32223</ul>
32224No TraceSources are defined for this type.<br>
32225<b>Group:</b> Propagation
32226
32227<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32228*/
32229
32230/*!
32231
32232\class ns3::ThreeGppNTNUrbanPropagationLossModel
32233
32234<h3>Config Paths</h3>
32235
32236ns3::ThreeGppNTNUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32237<ul>
32238<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32239<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32240<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32241<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32242<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32244<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32245<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32246<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32247<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32248<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32249<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32250<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32251<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32252</ul>
32253No Attributes are defined for this type.<br>
32254<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32255<ul>
32256<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32257 <ul>
32258 <li>Set with class: \ref ns3::BooleanValue</li>
32259 <li>Underlying type: bool</li>
32260 <li>Initial value: true</li>
32261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32263 </ul>
32264<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32265 <ul>
32266 <li>Set with class: \ref ns3::PointerValue</li>
32267 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32268 <li>Initial value: 0</li>
32269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32271 </ul>
32272<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32273 <ul>
32274 <li>Set with class: \ref ns3::BooleanValue</li>
32275 <li>Underlying type: bool</li>
32276 <li>Initial value: false</li>
32277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32279 </ul>
32280<li><b>Frequency</b>: The centre frequency in Hz.
32281 <ul>
32282 <li>Set with class: \ref ns3::DoubleValue</li>
32283 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32284 <li>Initial value: 5e+08</li>
32285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32287 </ul>
32288<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32289 <ul>
32290 <li>Set with class: \ref ns3::BooleanValue</li>
32291 <li>Underlying type: bool</li>
32292 <li>Initial value: true</li>
32293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32295 </ul>
32296</ul>
32297No TraceSources are defined for this type.<br>
32298<b>Group:</b> Propagation
32299
32300<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32301*/
32302
32303/*!
32304
32305\class ns3::ThreeGppPropagationLossModel
32306
32307<h3>Config Paths</h3>
32308
32309ns3::ThreeGppPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32310<ul>
32311<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32312<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32313<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32314<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32315<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32316<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32317<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32318</ul>
32319<h3>Attributes</h3>
32320<ul>
32321<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32322 <ul>
32323 <li>Set with class: \ref ns3::BooleanValue</li>
32324 <li>Underlying type: bool</li>
32325 <li>Initial value: true</li>
32326 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32328 </ul>
32329<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32330 <ul>
32331 <li>Set with class: \ref ns3::PointerValue</li>
32332 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32333 <li>Initial value: 0</li>
32334 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32336 </ul>
32337<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32338 <ul>
32339 <li>Set with class: \ref ns3::BooleanValue</li>
32340 <li>Underlying type: bool</li>
32341 <li>Initial value: false</li>
32342 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32344 </ul>
32345<li><b>Frequency</b>: The centre frequency in Hz.
32346 <ul>
32347 <li>Set with class: \ref ns3::DoubleValue</li>
32348 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32349 <li>Initial value: 5e+08</li>
32350 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32352 </ul>
32353<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32354 <ul>
32355 <li>Set with class: \ref ns3::BooleanValue</li>
32356 <li>Underlying type: bool</li>
32357 <li>Initial value: true</li>
32358 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32359 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32360 </ul>
32361</ul>
32362No TraceSources are defined for this type.<br>
32363<b>Group:</b> Propagation
32364
32365<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
32366*/
32367
32368/*!
32369
32370\class ns3::ThreeGppRmaChannelConditionModel
32371
32372<h3>Config Paths</h3>
32373
32374ns3::ThreeGppRmaChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32375<ul>
32376<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32377<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32378<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32379<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32380<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32381<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32382<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32383<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32384<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32385<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32386<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32387<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32388<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32389<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32390</ul>
32391No Attributes are defined for this type.<br>
32392<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32393<ul>
32394<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.
32395 <ul>
32396 <li>Set with class: \ref ns3::BooleanValue</li>
32397 <li>Underlying type: bool</li>
32398 <li>Initial value: false</li>
32399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32401 </ul>
32402<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
32403 <ul>
32404 <li>Set with class: \ref ns3::DoubleValue</li>
32405 <li>Underlying type: double 0:1</li>
32406 <li>Initial value: 1</li>
32407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32409 </ul>
32410<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32411 <ul>
32412 <li>Set with class: \ref ns3::DoubleValue</li>
32413 <li>Underlying type: double 0:1</li>
32414 <li>Initial value: 0</li>
32415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32417 </ul>
32418<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.
32419 <ul>
32420 <li>Set with class: \ref ns3::TimeValue</li>
32421 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32422 <li>Initial value: +0ns</li>
32423 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32424 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32425 </ul>
32426</ul>
32427No TraceSources are defined for this type.<br>
32428<b>Group:</b> Propagation
32429
32430<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32431*/
32432
32433/*!
32434
32435\class ns3::ThreeGppRmaPropagationLossModel
32436
32437<h3>Config Paths</h3>
32438
32439ns3::ThreeGppRmaPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32440<ul>
32441<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32442<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32443<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32444<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32445<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32446<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32447<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32448<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32449<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32450<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32451<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32452<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32453<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32454<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32455</ul>
32456<h3>Attributes</h3>
32457<ul>
32458<li><b>AvgBuildingHeight</b>: The average building height in meters.
32459 <ul>
32460 <li>Set with class: \ref ns3::DoubleValue</li>
32461 <li>Underlying type: double 5:50</li>
32462 <li>Initial value: 5</li>
32463 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32464 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32465 </ul>
32466<li><b>AvgStreetWidth</b>: The average street width in meters.
32467 <ul>
32468 <li>Set with class: \ref ns3::DoubleValue</li>
32469 <li>Underlying type: double 5:50</li>
32470 <li>Initial value: 20</li>
32471 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32473 </ul>
32474</ul>
32475<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32476<ul>
32477<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32478 <ul>
32479 <li>Set with class: \ref ns3::BooleanValue</li>
32480 <li>Underlying type: bool</li>
32481 <li>Initial value: true</li>
32482 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32484 </ul>
32485<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32486 <ul>
32487 <li>Set with class: \ref ns3::PointerValue</li>
32488 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32489 <li>Initial value: 0</li>
32490 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32492 </ul>
32493<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32494 <ul>
32495 <li>Set with class: \ref ns3::BooleanValue</li>
32496 <li>Underlying type: bool</li>
32497 <li>Initial value: false</li>
32498 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32500 </ul>
32501<li><b>Frequency</b>: The centre frequency in Hz.
32502 <ul>
32503 <li>Set with class: \ref ns3::DoubleValue</li>
32504 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32505 <li>Initial value: 5e+08</li>
32506 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32508 </ul>
32509<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32510 <ul>
32511 <li>Set with class: \ref ns3::BooleanValue</li>
32512 <li>Underlying type: bool</li>
32513 <li>Initial value: true</li>
32514 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32515 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32516 </ul>
32517</ul>
32518No TraceSources are defined for this type.<br>
32519<b>Group:</b> Propagation
32520
32521<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
32522*/
32523
32524/*!
32525
32526\class ns3::ThreeGppSpectrumPropagationLossModel
32527
32528Introspection did not find any typical Config paths.<br>
32529<h3>Attributes</h3>
32530<ul>
32531<li><b>ChannelModel</b>: The channel model. It needs to implement the MatrixBasedChannelModel interface
32532 <ul>
32533 <li>Set with class: \ref ns3::PointerValue</li>
32534 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Object></li>
32535 <li>Initial value: ns3::ThreeGppChannelModel</li>
32536 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32537 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32538 </ul>
32539</ul>
32540No TraceSources are defined for this type.<br>
32541<b>Group:</b> Spectrum
32542
32543<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
32544*/
32545
32546/*!
32547
32548\class ns3::ThreeGppUmaChannelConditionModel
32549
32550<h3>Config Paths</h3>
32551
32552ns3::ThreeGppUmaChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32553<ul>
32554<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32555<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32556<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32557<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32558<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32559<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32560<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32561<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32562<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32563<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32564<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32565<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32566<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32567<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32568</ul>
32569No Attributes are defined for this type.<br>
32570<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32571<ul>
32572<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.
32573 <ul>
32574 <li>Set with class: \ref ns3::BooleanValue</li>
32575 <li>Underlying type: bool</li>
32576 <li>Initial value: false</li>
32577 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32579 </ul>
32580<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
32581 <ul>
32582 <li>Set with class: \ref ns3::DoubleValue</li>
32583 <li>Underlying type: double 0:1</li>
32584 <li>Initial value: 1</li>
32585 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32587 </ul>
32588<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32589 <ul>
32590 <li>Set with class: \ref ns3::DoubleValue</li>
32591 <li>Underlying type: double 0:1</li>
32592 <li>Initial value: 0</li>
32593 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32595 </ul>
32596<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.
32597 <ul>
32598 <li>Set with class: \ref ns3::TimeValue</li>
32599 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32600 <li>Initial value: +0ns</li>
32601 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32602 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32603 </ul>
32604</ul>
32605No TraceSources are defined for this type.<br>
32606<b>Group:</b> Propagation
32607
32608<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32609*/
32610
32611/*!
32612
32613\class ns3::ThreeGppUmaPropagationLossModel
32614
32615<h3>Config Paths</h3>
32616
32617ns3::ThreeGppUmaPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32618<ul>
32619<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32620<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32621<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32622<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32623<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32624<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32625<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32626<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32627<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32628<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32629<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32630<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32631<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32632<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32633</ul>
32634No Attributes are defined for this type.<br>
32635<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32636<ul>
32637<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32638 <ul>
32639 <li>Set with class: \ref ns3::BooleanValue</li>
32640 <li>Underlying type: bool</li>
32641 <li>Initial value: true</li>
32642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32644 </ul>
32645<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32646 <ul>
32647 <li>Set with class: \ref ns3::PointerValue</li>
32648 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32649 <li>Initial value: 0</li>
32650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32652 </ul>
32653<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32654 <ul>
32655 <li>Set with class: \ref ns3::BooleanValue</li>
32656 <li>Underlying type: bool</li>
32657 <li>Initial value: false</li>
32658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32660 </ul>
32661<li><b>Frequency</b>: The centre frequency in Hz.
32662 <ul>
32663 <li>Set with class: \ref ns3::DoubleValue</li>
32664 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32665 <li>Initial value: 5e+08</li>
32666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32668 </ul>
32669<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32670 <ul>
32671 <li>Set with class: \ref ns3::BooleanValue</li>
32672 <li>Underlying type: bool</li>
32673 <li>Initial value: true</li>
32674 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32675 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32676 </ul>
32677</ul>
32678No TraceSources are defined for this type.<br>
32679<b>Group:</b> Propagation
32680
32681<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32682*/
32683
32684/*!
32685
32686\class ns3::ThreeGppUmiStreetCanyonChannelConditionModel
32687
32688<h3>Config Paths</h3>
32689
32690ns3::ThreeGppUmiStreetCanyonChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32691<ul>
32692<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32693<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32694<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32695<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32696<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32697<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32698<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32699<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32700<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32701<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32702<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32703<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32704<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32705<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32706</ul>
32707No Attributes are defined for this type.<br>
32708<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32709<ul>
32710<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.
32711 <ul>
32712 <li>Set with class: \ref ns3::BooleanValue</li>
32713 <li>Underlying type: bool</li>
32714 <li>Initial value: false</li>
32715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32717 </ul>
32718<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
32719 <ul>
32720 <li>Set with class: \ref ns3::DoubleValue</li>
32721 <li>Underlying type: double 0:1</li>
32722 <li>Initial value: 1</li>
32723 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32724 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32725 </ul>
32726<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32727 <ul>
32728 <li>Set with class: \ref ns3::DoubleValue</li>
32729 <li>Underlying type: double 0:1</li>
32730 <li>Initial value: 0</li>
32731 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32733 </ul>
32734<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.
32735 <ul>
32736 <li>Set with class: \ref ns3::TimeValue</li>
32737 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32738 <li>Initial value: +0ns</li>
32739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32741 </ul>
32742</ul>
32743No TraceSources are defined for this type.<br>
32744<b>Group:</b> Propagation
32745
32746<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32747*/
32748
32749/*!
32750
32751\class ns3::ThreeGppUmiStreetCanyonPropagationLossModel
32752
32753<h3>Config Paths</h3>
32754
32755ns3::ThreeGppUmiStreetCanyonPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32756<ul>
32757<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32758<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32759<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32760<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32761<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32762<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32763<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32764<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32765<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32766<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32767<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32768<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32769<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32770<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32771</ul>
32772No Attributes are defined for this type.<br>
32773<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32774<ul>
32775<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32776 <ul>
32777 <li>Set with class: \ref ns3::BooleanValue</li>
32778 <li>Underlying type: bool</li>
32779 <li>Initial value: true</li>
32780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32782 </ul>
32783<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32784 <ul>
32785 <li>Set with class: \ref ns3::PointerValue</li>
32786 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32787 <li>Initial value: 0</li>
32788 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32790 </ul>
32791<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32792 <ul>
32793 <li>Set with class: \ref ns3::BooleanValue</li>
32794 <li>Underlying type: bool</li>
32795 <li>Initial value: false</li>
32796 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32797 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32798 </ul>
32799<li><b>Frequency</b>: The centre frequency in Hz.
32800 <ul>
32801 <li>Set with class: \ref ns3::DoubleValue</li>
32802 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32803 <li>Initial value: 5e+08</li>
32804 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32806 </ul>
32807<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32808 <ul>
32809 <li>Set with class: \ref ns3::BooleanValue</li>
32810 <li>Underlying type: bool</li>
32811 <li>Initial value: true</li>
32812 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32813 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32814 </ul>
32815</ul>
32816No TraceSources are defined for this type.<br>
32817<b>Group:</b> Propagation
32818
32819<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
32820*/
32821
32822/*!
32823
32824\class ns3::ThreeGppV2vHighwayChannelConditionModel
32825
32826<h3>Config Paths</h3>
32827
32828ns3::ThreeGppV2vHighwayChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32829<ul>
32830<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32831<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32832<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32833<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32834<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32835<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32836<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32837<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32838<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32839<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32840<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32841<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32842<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32843<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32844</ul>
32845No Attributes are defined for this type.<br>
32846<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32847<ul>
32848<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.
32849 <ul>
32850 <li>Set with class: \ref ns3::BooleanValue</li>
32851 <li>Underlying type: bool</li>
32852 <li>Initial value: false</li>
32853 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32855 </ul>
32856<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
32857 <ul>
32858 <li>Set with class: \ref ns3::DoubleValue</li>
32859 <li>Underlying type: double 0:1</li>
32860 <li>Initial value: 1</li>
32861 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32862 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32863 </ul>
32864<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32865 <ul>
32866 <li>Set with class: \ref ns3::DoubleValue</li>
32867 <li>Underlying type: double 0:1</li>
32868 <li>Initial value: 0</li>
32869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32871 </ul>
32872<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.
32873 <ul>
32874 <li>Set with class: \ref ns3::TimeValue</li>
32875 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32876 <li>Initial value: +0ns</li>
32877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32879 </ul>
32880</ul>
32881No TraceSources are defined for this type.<br>
32882<b>Group:</b> Buildings
32883
32884<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
32885*/
32886
32887/*!
32888
32889\class ns3::ThreeGppV2vHighwayPropagationLossModel
32890
32891<h3>Config Paths</h3>
32892
32893ns3::ThreeGppV2vHighwayPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32894<ul>
32895<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32896<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32897<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32898<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32899<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32900<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32901<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32902<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32903<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32904<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32905<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32906<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32907<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32908<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32909<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32910<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32911<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32912<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32913<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32914<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32915<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32916<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32917<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32918<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32919<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32920<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32921<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32922<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32923</ul>
32924No Attributes are defined for this type.<br>
32925<h3>Attributes defined in parent class ns3::ThreeGppV2vUrbanPropagationLossModel</h3>
32926<ul>
32927<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario
32928 <ul>
32929 <li>Set with class: \ref ns3::DoubleValue</li>
32930 <li>Underlying type: double 0:100</li>
32931 <li>Initial value: 0</li>
32932 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32933 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32934 </ul>
32935</ul>
32936<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32937<ul>
32938<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32939 <ul>
32940 <li>Set with class: \ref ns3::BooleanValue</li>
32941 <li>Underlying type: bool</li>
32942 <li>Initial value: true</li>
32943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32945 </ul>
32946<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32947 <ul>
32948 <li>Set with class: \ref ns3::PointerValue</li>
32949 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32950 <li>Initial value: 0</li>
32951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32953 </ul>
32954<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32955 <ul>
32956 <li>Set with class: \ref ns3::BooleanValue</li>
32957 <li>Underlying type: bool</li>
32958 <li>Initial value: false</li>
32959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32961 </ul>
32962<li><b>Frequency</b>: The centre frequency in Hz.
32963 <ul>
32964 <li>Set with class: \ref ns3::DoubleValue</li>
32965 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32966 <li>Initial value: 5e+08</li>
32967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32969 </ul>
32970<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32971 <ul>
32972 <li>Set with class: \ref ns3::BooleanValue</li>
32973 <li>Underlying type: bool</li>
32974 <li>Initial value: true</li>
32975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32977 </ul>
32978</ul>
32979No TraceSources are defined for this type.<br>
32980<b>Group:</b> Propagation
32981
32982<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
32983*/
32984
32985/*!
32986
32987\class ns3::ThreeGppV2vUrbanChannelConditionModel
32988
32989<h3>Config Paths</h3>
32990
32991ns3::ThreeGppV2vUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32992<ul>
32993<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32994<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32995<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32996<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32997<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32998<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32999<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33000<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33001<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33002<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33003<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33004<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33005<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33006<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
33007</ul>
33008No Attributes are defined for this type.<br>
33009<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
33010<ul>
33011<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.
33012 <ul>
33013 <li>Set with class: \ref ns3::BooleanValue</li>
33014 <li>Underlying type: bool</li>
33015 <li>Initial value: false</li>
33016 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33018 </ul>
33019<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
33020 <ul>
33021 <li>Set with class: \ref ns3::DoubleValue</li>
33022 <li>Underlying type: double 0:1</li>
33023 <li>Initial value: 1</li>
33024 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33026 </ul>
33027<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
33028 <ul>
33029 <li>Set with class: \ref ns3::DoubleValue</li>
33030 <li>Underlying type: double 0:1</li>
33031 <li>Initial value: 0</li>
33032 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33033 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33034 </ul>
33035<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.
33036 <ul>
33037 <li>Set with class: \ref ns3::TimeValue</li>
33038 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33039 <li>Initial value: +0ns</li>
33040 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33042 </ul>
33043</ul>
33044No TraceSources are defined for this type.<br>
33045<b>Group:</b> Buildings
33046
33047<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
33048*/
33049
33050/*!
33051
33052\class ns3::ThreeGppV2vUrbanPropagationLossModel
33053
33054<h3>Config Paths</h3>
33055
33056ns3::ThreeGppV2vUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33057<ul>
33058<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33059<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33060<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33061<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33062<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33063<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33064<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33065<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33066<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33067<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33068<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33069<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33070<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33071<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33072</ul>
33073<h3>Attributes</h3>
33074<ul>
33075<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario
33076 <ul>
33077 <li>Set with class: \ref ns3::DoubleValue</li>
33078 <li>Underlying type: double 0:100</li>
33079 <li>Initial value: 0</li>
33080 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33081 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33082 </ul>
33083</ul>
33084<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
33085<ul>
33086<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
33087 <ul>
33088 <li>Set with class: \ref ns3::BooleanValue</li>
33089 <li>Underlying type: bool</li>
33090 <li>Initial value: true</li>
33091 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33092 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33093 </ul>
33094<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
33095 <ul>
33096 <li>Set with class: \ref ns3::PointerValue</li>
33097 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
33098 <li>Initial value: 0</li>
33099 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33100 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33101 </ul>
33102<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
33103 <ul>
33104 <li>Set with class: \ref ns3::BooleanValue</li>
33105 <li>Underlying type: bool</li>
33106 <li>Initial value: false</li>
33107 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33108 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33109 </ul>
33110<li><b>Frequency</b>: The centre frequency in Hz.
33111 <ul>
33112 <li>Set with class: \ref ns3::DoubleValue</li>
33113 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33114 <li>Initial value: 5e+08</li>
33115 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33116 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33117 </ul>
33118<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
33119 <ul>
33120 <li>Set with class: \ref ns3::BooleanValue</li>
33121 <li>Underlying type: bool</li>
33122 <li>Initial value: true</li>
33123 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33125 </ul>
33126</ul>
33127No TraceSources are defined for this type.<br>
33128<b>Group:</b> Propagation
33129
33130<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
33131*/
33132
33133/*!
33134
33135\class ns3::ThreeLogDistancePropagationLossModel
33136
33137<h3>Config Paths</h3>
33138
33139ns3::ThreeLogDistancePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33140<ul>
33141<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33142<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33143<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33144<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33145<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33146<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33147<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33148</ul>
33149<h3>Attributes</h3>
33150<ul>
33151<li><b>Distance0</b>: Beginning of the first (near) distance field
33152 <ul>
33153 <li>Set with class: \ref ns3::DoubleValue</li>
33154 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33155 <li>Initial value: 1</li>
33156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33158 </ul>
33159<li><b>Distance1</b>: Beginning of the second (middle) distance field.
33160 <ul>
33161 <li>Set with class: \ref ns3::DoubleValue</li>
33162 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33163 <li>Initial value: 200</li>
33164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33166 </ul>
33167<li><b>Distance2</b>: Beginning of the third (far) distance field.
33168 <ul>
33169 <li>Set with class: \ref ns3::DoubleValue</li>
33170 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33171 <li>Initial value: 500</li>
33172 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33174 </ul>
33175<li><b>Exponent0</b>: The exponent for the first field.
33176 <ul>
33177 <li>Set with class: \ref ns3::DoubleValue</li>
33178 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33179 <li>Initial value: 1.9</li>
33180 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33182 </ul>
33183<li><b>Exponent1</b>: The exponent for the second field.
33184 <ul>
33185 <li>Set with class: \ref ns3::DoubleValue</li>
33186 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33187 <li>Initial value: 3.8</li>
33188 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33190 </ul>
33191<li><b>Exponent2</b>: The exponent for the third field.
33192 <ul>
33193 <li>Set with class: \ref ns3::DoubleValue</li>
33194 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33195 <li>Initial value: 3.8</li>
33196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33198 </ul>
33199<li><b>ReferenceLoss</b>: The reference loss at distance d0 (dB). (Default is Friis at 1m with 5.15 GHz)
33200 <ul>
33201 <li>Set with class: \ref ns3::DoubleValue</li>
33202 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33203 <li>Initial value: 46.6777</li>
33204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33206 </ul>
33207</ul>
33208No TraceSources are defined for this type.<br>
33209<b>Group:</b> Propagation
33210
33211<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
33212*/
33213
33214/*!
33215
33216\class ns3::ThresholdPreambleDetectionModel
33217
33218<h3>Config Paths</h3>
33219
33220ns3::ThresholdPreambleDetectionModel is accessible through the following paths with Config::Set and Config::Connect:
33221<ul>
33222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PreambleDetectionModel/$ns3::ThresholdPreambleDetectionModel"</li>
33223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PreambleDetectionModel/$ns3::ThresholdPreambleDetectionModel"</li>
33224</ul>
33225<h3>Attributes</h3>
33226<ul>
33227<li><b>MinimumRssi</b>: Preamble is dropped if the RSSI is below this value (expressed in dBm).
33228 <ul>
33229 <li>Set with class: \ref ns3::DoubleValue</li>
33230 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33231 <li>Initial value: -82</li>
33232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33234 </ul>
33235<li><b>Threshold</b>: Preamble is successfully detected if the SNR is at or above this value (expressed in dB).
33236 <ul>
33237 <li>Set with class: \ref ns3::DoubleValue</li>
33238 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33239 <li>Initial value: 4</li>
33240 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33241 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33242 </ul>
33243</ul>
33244No TraceSources are defined for this type.<br>
33245<b>Group:</b> Wifi
33246
33247<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
33248*/
33249
33250/*!
33251
33252\class ns3::TimeProbe
33253
33254Introspection did not find any typical Config paths.<br>
33255No Attributes are defined for this type.<br>
33256<h3>Attributes defined in parent class ns3::Probe</h3>
33257<ul>
33258<li><b>Start</b>: Time data collection starts
33259 <ul>
33260 <li>Set with class: \ref ns3::TimeValue</li>
33261 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33262 <li>Initial value: +0ns</li>
33263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33265 </ul>
33266<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
33267 <ul>
33268 <li>Set with class: \ref ns3::TimeValue</li>
33269 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33270 <li>Initial value: +0ns</li>
33271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33273 </ul>
33274</ul>
33275<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
33276<ul>
33277<li><b>Enabled</b>: Object's enabled status
33278 <ul>
33279 <li>Set with class: \ref ns3::BooleanValue</li>
33280 <li>Underlying type: bool</li>
33281 <li>Initial value: true</li>
33282 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33283 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33284 </ul>
33285<li><b>Name</b>: Object's name
33286 <ul>
33287 <li>Set with class: \ref ns3::StringValue</li>
33288 <li>Underlying type: \p std::string</li>
33289 <li>Initial value: unnamed</li>
33290 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33291 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33292 </ul>
33293</ul>
33294<h3>TraceSources</h3>
33295<ul>
33296<li><b>Output</b>: The double valued (units of seconds) probe output<br> <ul>
33297 <li> %Callback signature: ns3::TracedValueCallback::Double
33298</li>
33299 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33300</ul>
33301</ul>
33302<b>Group:</b> Stats
33303
33304<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
33305*/
33306
33307/*!
33308
33309\class ns3::TimeSeriesAdaptor
33310
33311Introspection did not find any typical Config paths.<br>
33312No Attributes are defined for this type.<br>
33313<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
33314<ul>
33315<li><b>Enabled</b>: Object's enabled status
33316 <ul>
33317 <li>Set with class: \ref ns3::BooleanValue</li>
33318 <li>Underlying type: bool</li>
33319 <li>Initial value: true</li>
33320 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33322 </ul>
33323<li><b>Name</b>: Object's name
33324 <ul>
33325 <li>Set with class: \ref ns3::StringValue</li>
33326 <li>Underlying type: \p std::string</li>
33327 <li>Initial value: unnamed</li>
33328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33330 </ul>
33331</ul>
33332<h3>TraceSources</h3>
33333<ul>
33334<li><b>Output</b>: The current simulation time versus the current value converted to a double<br> <ul>
33335 <li> %Callback signature: ns3::TimeSeriesAdaptor::OutputTracedCallback
33336</li>
33337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33338</ul>
33339</ul>
33340<b>Group:</b> Stats
33341
33342<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
33343*/
33344
33345/*!
33346
33347\class ns3::TimestampTag
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> Network
33353
33354<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
33355*/
33356
33357/*!
33358
33359\class ns3::TopologyReader
33360
33361Introspection did not find any typical Config paths.<br>
33362No Attributes are defined for this type.<br>
33363No TraceSources are defined for this type.<br>
33364<b>Group:</b> TopologyReader
33365
33366<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
33367*/
33368
33369/*!
33370
33371\class ns3::TraceFadingLossModel
33372
33373Introspection did not find any typical Config paths.<br>
33374<h3>Attributes</h3>
33375<ul>
33376<li><b>RbNum</b>: The number of RB the trace is made of (default 100)
33377 <ul>
33378 <li>Set with class: \ref ns3::UintegerValue</li>
33379 <li>Underlying type: uint32_t 0:4294967295</li>
33380 <li>Initial value: 100</li>
33381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33383 </ul>
33384<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.
33385 <ul>
33386 <li>Set with class: \ref ns3::UintegerValue</li>
33387 <li>Underlying type: uint64_t 0:18446744073709551615</li>
33388 <li>Initial value: 200000</li>
33389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33391 </ul>
33392<li><b>SamplesNum</b>: The number of samples the trace is made of (default 10000)
33393 <ul>
33394 <li>Set with class: \ref ns3::UintegerValue</li>
33395 <li>Underlying type: uint32_t 0:4294967295</li>
33396 <li>Initial value: 10000</li>
33397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33399 </ul>
33400<li><b>TraceFilename</b>: Name of file to load a trace from.
33401 <ul>
33402 <li>Set with class: \ref ns3::StringValue</li>
33403 <li>Underlying type: \p std::string</li>
33404 <li>Initial value: ""</li>
33405 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33406 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33407 </ul>
33408<li><b>TraceLength</b>: The total length of the fading trace (default value 10 s.)
33409 <ul>
33410 <li>Set with class: \ref ns3::TimeValue</li>
33411 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33412 <li>Initial value: +1e+10ns</li>
33413 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33414 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33415 </ul>
33416<li><b>WindowSize</b>: The size of the window for the fading trace (default value 0.5 s.)
33417 <ul>
33418 <li>Set with class: \ref ns3::TimeValue</li>
33419 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33420 <li>Initial value: +5e+08ns</li>
33421 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33423 </ul>
33424</ul>
33425No TraceSources are defined for this type.<br>
33426<b>Group:</b> Spectrum
33427
33428<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
33429*/
33430
33431/*!
33432
33433\class ns3::TrafficControlLayer
33434
33435Introspection did not find any typical Config paths.<br>
33436<h3>Attributes</h3>
33437<ul>
33438<li><b>RootQueueDiscList</b>: The list of root queue discs associated to this Traffic Control layer.
33439 <ul>
33440 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
33441 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
33442 <li>Flags: <span class="mlabel">read</span></li>
33443 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33444 </ul>
33445</ul>
33446<h3>TraceSources</h3>
33447<ul>
33448<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>
33449 <li> %Callback signature: ns3::Packet::TracedCallback
33450</li>
33451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33452</ul>
33453</ul>
33454<b>Group:</b> TrafficControl
33455
33456<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
33457*/
33458
33459/*!
33460
33461\class ns3::Trailer
33462
33463Introspection did not find any typical Config paths.<br>
33464No Attributes are defined for this type.<br>
33465No TraceSources are defined for this type.<br>
33466<b>Group:</b> Network
33467
33468<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
33469*/
33470
33471/*!
33472
33473\class ns3::TriangularRandomVariable
33474
33475<h3>Config Paths</h3>
33476
33477ns3::TriangularRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
33478<ul>
33479<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33480<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33481<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33482<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33483<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33484<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33485<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33486<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33487<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33488<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33489<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33490<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33491<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33492<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33493<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33494<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::TriangularRandomVariable"</li>
33495<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::TriangularRandomVariable"</li>
33496<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33497<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33498<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33499<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33500<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33501<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33502<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33503<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33504<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33505<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33506<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::TriangularRandomVariable"</li>
33507<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::TriangularRandomVariable"</li>
33508<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::TriangularRandomVariable"</li>
33509<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::TriangularRandomVariable"</li>
33510<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::TriangularRandomVariable"</li>
33511<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::TriangularRandomVariable"</li>
33512<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::TriangularRandomVariable"</li>
33513<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::TriangularRandomVariable"</li>
33514<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::TriangularRandomVariable"</li>
33515<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33516<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::TriangularRandomVariable"</li>
33517<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::TriangularRandomVariable"</li>
33518<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33519<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33520<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::TriangularRandomVariable"</li>
33521<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33522<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33523<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33524<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33525<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::TriangularRandomVariable"</li>
33526<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::TriangularRandomVariable"</li>
33527<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::TriangularRandomVariable"</li>
33528<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33529<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33530<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::TriangularRandomVariable"</li>
33531<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::TriangularRandomVariable"</li>
33532<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33533<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::TriangularRandomVariable"</li>
33534<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::TriangularRandomVariable"</li>
33535<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::TriangularRandomVariable"</li>
33536<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33537<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33538<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33539</ul>
33540<h3>Attributes</h3>
33541<ul>
33542<li><b>Max</b>: The upper bound on the values returned by this RNG stream.
33543 <ul>
33544 <li>Set with class: \ref ns3::DoubleValue</li>
33545 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33546 <li>Initial value: 1</li>
33547 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33549 </ul>
33550<li><b>Mean</b>: The mean value for the triangular distribution returned by this RNG stream.
33551 <ul>
33552 <li>Set with class: \ref ns3::DoubleValue</li>
33553 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33554 <li>Initial value: 0.5</li>
33555 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33557 </ul>
33558<li><b>Min</b>: The lower bound on the values returned by this RNG stream.
33559 <ul>
33560 <li>Set with class: \ref ns3::DoubleValue</li>
33561 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33562 <li>Initial value: 0</li>
33563 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33565 </ul>
33566</ul>
33567<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
33568<ul>
33569<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
33570 <ul>
33571 <li>Set with class: \ref ns3::BooleanValue</li>
33572 <li>Underlying type: bool</li>
33573 <li>Initial value: false</li>
33574 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33576 </ul>
33577<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.
33578 <ul>
33579 <li>Set with class: \ref ns3::IntegerValue</li>
33580 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
33581 <li>Initial value: -1</li>
33582 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33584 </ul>
33585</ul>
33586No TraceSources are defined for this type.<br>
33587<b>Group:</b> Core
33588
33589<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33590*/
33591
33592/*!
33593
33594\class ns3::TtaFfMacScheduler
33595
33596<h3>Config Paths</h3>
33597
33598ns3::TtaFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
33599<ul>
33600<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TtaFfMacScheduler"</li>
33601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TtaFfMacScheduler"</li>
33602</ul>
33603<h3>Attributes</h3>
33604<ul>
33605<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
33606 <ul>
33607 <li>Set with class: \ref ns3::UintegerValue</li>
33608 <li>Underlying type: uint32_t 0:4294967295</li>
33609 <li>Initial value: 1000</li>
33610 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33611 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33612 </ul>
33613<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
33614 <ul>
33615 <li>Set with class: \ref ns3::BooleanValue</li>
33616 <li>Underlying type: bool</li>
33617 <li>Initial value: true</li>
33618 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33620 </ul>
33621<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
33622 <ul>
33623 <li>Set with class: \ref ns3::UintegerValue</li>
33624 <li>Underlying type: uint8_t 0:255</li>
33625 <li>Initial value: 0</li>
33626 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33628 </ul>
33629</ul>
33630<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
33631<ul>
33632<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
33633 <ul>
33634 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
33635 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
33636 <li>Initial value: SRS_UL_CQI</li>
33637 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33638 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33639 </ul>
33640</ul>
33641No TraceSources are defined for this type.<br>
33642<b>Group:</b> Lte
33643
33644<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
33645*/
33646
33647/*!
33648
33649\class ns3::TvSpectrumTransmitter
33650
33651Introspection did not find any typical Config paths.<br>
33652<h3>Attributes</h3>
33653<ul>
33654<li><b>Antenna</b>: The AntennaModel to be used. Allows classes inherited from ns3::AntennaModel. Defaults to ns3::IsotropicAntennaModel.
33655 <ul>
33656 <li>Set with class: \ref ns3::PointerValue</li>
33657 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
33658 <li>Initial value: ns3::IsotropicAntennaModel</li>
33659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33661 </ul>
33662<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.
33663 <ul>
33664 <li>Set with class: \ref ns3::DoubleValue</li>
33665 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33666 <li>Initial value: 20</li>
33667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33669 </ul>
33670<li><b>ChannelBandwidth</b>: The bandwidth (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
33671 <ul>
33672 <li>Set with class: \ref ns3::DoubleValue</li>
33673 <li>Underlying type: double 0:1.79769e+308</li>
33674 <li>Initial value: 6e+06</li>
33675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33677 </ul>
33678<li><b>StartFrequency</b>: The lower end frequency (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
33679 <ul>
33680 <li>Set with class: \ref ns3::DoubleValue</li>
33681 <li>Underlying type: double 0:1.79769e+308</li>
33682 <li>Initial value: 5e+08</li>
33683 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33685 </ul>
33686<li><b>StartingTime</b>: The time point after the simulation begins in which the TV transmitter will begin transmitting.
33687 <ul>
33688 <li>Set with class: \ref ns3::TimeValue</li>
33689 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33690 <li>Initial value: +0ns</li>
33691 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33692 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33693 </ul>
33694<li><b>TransmitDuration</b>: The duration of time that the TV transmitter will transmit for.
33695 <ul>
33696 <li>Set with class: \ref ns3::TimeValue</li>
33697 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33698 <li>Initial value: +2e+08ns</li>
33699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33701 </ul>
33702<li><b>TvType</b>: The type of TV transmitter/modulation to be used.
33703 <ul>
33704 <li>Set with class: \ref ns3::EnumValue<ns3::TvSpectrumTransmitter::TvType></li>
33705 <li>Underlying type: \p 8vsb|cofdm|analog</li>
33706 <li>Initial value: 8vsb</li>
33707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33709 </ul>
33710</ul>
33711No TraceSources are defined for this type.<br>
33712<b>Group:</b> Spectrum
33713
33714<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
33715*/
33716
33717/*!
33718
33719\class ns3::TwoRayGroundPropagationLossModel
33720
33721<h3>Config Paths</h3>
33722
33723ns3::TwoRayGroundPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33724<ul>
33725<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33726<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33727<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33728<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33729<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33730<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33731<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33732</ul>
33733<h3>Attributes</h3>
33734<ul>
33735<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).
33736 <ul>
33737 <li>Set with class: \ref ns3::DoubleValue</li>
33738 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33739 <li>Initial value: 5.15e+09</li>
33740 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33741 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33742 </ul>
33743<li><b>HeightAboveZ</b>: The height of the antenna (m) above the node's Z coordinate
33744 <ul>
33745 <li>Set with class: \ref ns3::DoubleValue</li>
33746 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33747 <li>Initial value: 0</li>
33748 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33750 </ul>
33751<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m)
33752 <ul>
33753 <li>Set with class: \ref ns3::DoubleValue</li>
33754 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33755 <li>Initial value: 0.5</li>
33756 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33757 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33758 </ul>
33759<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)
33760 <ul>
33761 <li>Set with class: \ref ns3::DoubleValue</li>
33762 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33763 <li>Initial value: 1</li>
33764 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33766 </ul>
33767</ul>
33768No TraceSources are defined for this type.<br>
33769<b>Group:</b> Propagation
33770
33771<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33772*/
33773
33774/*!
33775
33776\class ns3::TwoRaySpectrumPropagationLossModel
33777
33778Introspection did not find any typical Config paths.<br>
33779<h3>Attributes</h3>
33780<ul>
33781<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
33782 <ul>
33783 <li>Set with class: \ref ns3::PointerValue</li>
33784 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
33785 <li>Initial value: 0</li>
33786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33788 </ul>
33789<li><b>Frequency</b>: The operating Frequency in Hz
33790 <ul>
33791 <li>Set with class: \ref ns3::DoubleValue</li>
33792 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33793 <li>Initial value: 5e+08</li>
33794 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33796 </ul>
33797<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed).
33798 <ul>
33799 <li>Set with class: \ref ns3::StringValue</li>
33800 <li>Underlying type: \p std::string</li>
33801 <li>Initial value: RMa</li>
33802 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33803 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33804 </ul>
33805</ul>
33806No TraceSources are defined for this type.<br>
33807<b>Group:</b> Spectrum
33808
33809<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
33810*/
33811
33812/*!
33813
33814\class ns3::Txop
33815
33816<h3>Config Paths</h3>
33817
33818ns3::Txop is accessible through the following paths with Config::Set and Config::Connect:
33819<ul>
33820<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop"</li>
33821</ul>
33822<h3>Attributes</h3>
33823<ul>
33824<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.
33825 <ul>
33826 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
33827 <li>Underlying type: \p AC_BE|AC_BK|AC_VI|AC_VO|AC_BE_NQOS|AC_VI|AC_BEACON|AC_UNDEF</li>
33828 <li>Initial value: AC_UNDEF</li>
33829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33831 </ul>
33832<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).
33833 <ul>
33834 <li>Set with class: \ref ns3::UintegerValue</li>
33835 <li>Underlying type: uint8_t 0:255</li>
33836 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33837 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use Aifsns attribute instead of Aifsn</li>
33838 </ul>
33839<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.
33840 <ul>
33841 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33842 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33843 <li>Initial value: </li>
33844 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33845 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33846 </ul>
33847<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).
33848 <ul>
33849 <li>Set with class: \ref ns3::UintegerValue</li>
33850 <li>Underlying type: uint32_t 0:4294967295</li>
33851 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33852 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MaxCws attribute instead of MaxCw</li>
33853 </ul>
33854<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.
33855 <ul>
33856 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33857 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33858 <li>Initial value: </li>
33859 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33860 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33861 </ul>
33862<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).
33863 <ul>
33864 <li>Set with class: \ref ns3::UintegerValue</li>
33865 <li>Underlying type: uint32_t 0:4294967295</li>
33866 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33867 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MinCws attribute instead of MinCw</li>
33868 </ul>
33869<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.
33870 <ul>
33871 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33872 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33873 <li>Initial value: </li>
33874 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33875 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33876 </ul>
33877<li><b>Queue</b>: The WifiMacQueue object
33878 <ul>
33879 <li>Set with class: \ref ns3::PointerValue</li>
33880 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMacQueue></li>
33881 <li>Flags: <span class="mlabel">read</span></li>
33882 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33883 </ul>
33884<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).
33885 <ul>
33886 <li>Set with class: \ref ns3::TimeValue</li>
33887 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33888 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33889 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use TxopLimits attribute instead of TxopLimit</li>
33890 </ul>
33891<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.
33892 <ul>
33893 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39TimeValueE, NSt7__cxx114listIN3ns33PtrINS1_9TimeValueEEESaIS4_EEE></li>
33894 <li>Underlying type: \p ns3::Ptr<N3ns39TimeValueE></li>
33895 <li>Initial value: </li>
33896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33898 </ul>
33899</ul>
33900<h3>TraceSources</h3>
33901<ul>
33902<li><b>BackoffTrace</b>: Trace source for backoff values<br> <ul>
33903 <li> %Callback signature: ns3::Txop::BackoffValueTracedCallback
33904</li>
33905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33906</ul>
33907<li><b>CwTrace</b>: Trace source for contention window values<br> <ul>
33908 <li> %Callback signature: ns3::Txop::CwValueTracedCallback
33909</li>
33910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33911</ul>
33912</ul>
33913<b>Group:</b> Wifi
33914
33915<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
33916*/
33917
33918/*!
33919
33920\class ns3::UanChannel
33921
33922<h3>Config Paths</h3>
33923
33924ns3::UanChannel is accessible through the following paths with Config::Set and Config::Connect:
33925<ul>
33926<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel"</li>
33927<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel"</li>
33928<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel"</li>
33929<li>"/ChannelList/[i]/$ns3::UanChannel"</li>
33930</ul>
33931<h3>Attributes</h3>
33932<ul>
33933<li><b>NoiseModel</b>: A pointer to the model of the channel ambient noise.
33934 <ul>
33935 <li>Set with class: \ref ns3::PointerValue</li>
33936 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanNoiseModel></li>
33937 <li>Initial value: ns3::UanNoiseModelDefault</li>
33938 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33940 </ul>
33941<li><b>PropagationModel</b>: A pointer to the propagation model.
33942 <ul>
33943 <li>Set with class: \ref ns3::PointerValue</li>
33944 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPropModel></li>
33945 <li>Initial value: ns3::UanPropModelIdeal</li>
33946 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33947 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33948 </ul>
33949</ul>
33950<h3>Attributes defined in parent class ns3::Channel</h3>
33951<ul>
33952<li><b>Id</b>: The id (unique integer) of this Channel.
33953 <ul>
33954 <li>Set with class: \ref ns3::UintegerValue</li>
33955 <li>Underlying type: uint32_t 0:4294967295</li>
33956 <li>Flags: <span class="mlabel">read</span></li>
33957 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33958 </ul>
33959</ul>
33960No TraceSources are defined for this type.<br>
33961<b>Group:</b> Uan
33962
33963<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33964*/
33965
33966/*!
33967
33968\class ns3::UanHeaderCommon
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 48 bytes (on a 64-bit architecture).
33976*/
33977
33978/*!
33979
33980\class ns3::UanHeaderRcAck
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 64 bytes (on a 64-bit architecture).
33988*/
33989
33990/*!
33991
33992\class ns3::UanHeaderRcCts
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 56 bytes (on a 64-bit architecture).
34000*/
34001
34002/*!
34003
34004\class ns3::UanHeaderRcCtsGlobal
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 32 bytes (on a 64-bit architecture).
34012*/
34013
34014/*!
34015
34016\class ns3::UanHeaderRcData
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 24 bytes (on a 64-bit architecture).
34024*/
34025
34026/*!
34027
34028\class ns3::UanHeaderRcRts
34029
34030Introspection did not find any typical Config paths.<br>
34031No Attributes are defined for this type.<br>
34032No TraceSources are defined for this type.<br>
34033<b>Group:</b> Uan
34034
34035<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
34036*/
34037
34038/*!
34039
34040\class ns3::UanMac
34041
34042<h3>Config Paths</h3>
34043
34044ns3::UanMac is accessible through the following paths with Config::Set and Config::Connect:
34045<ul>
34046<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac"</li>
34047</ul>
34048No Attributes are defined for this type.<br>
34049No TraceSources are defined for this type.<br>
34050<b>Group:</b> Uan
34051
34052<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
34053*/
34054
34055/*!
34056
34057\class ns3::UanMacAloha
34058
34059<h3>Config Paths</h3>
34060
34061ns3::UanMacAloha is accessible through the following paths with Config::Set and Config::Connect:
34062<ul>
34063<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacAloha"</li>
34064</ul>
34065No Attributes are defined for this type.<br>
34066No TraceSources are defined for this type.<br>
34067<b>Group:</b> Uan
34068
34069<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
34070*/
34071
34072/*!
34073
34074\class ns3::UanMacCw
34075
34076<h3>Config Paths</h3>
34077
34078ns3::UanMacCw is accessible through the following paths with Config::Set and Config::Connect:
34079<ul>
34080<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacCw"</li>
34081</ul>
34082<h3>Attributes</h3>
34083<ul>
34084<li><b>CW</b>: The MAC parameter CW.
34085 <ul>
34086 <li>Set with class: \ref ns3::UintegerValue</li>
34087 <li>Underlying type: uint32_t 0:4294967295</li>
34088 <li>Initial value: 10</li>
34089 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34090 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34091 </ul>
34092<li><b>SlotTime</b>: Time slot duration for MAC backoff.
34093 <ul>
34094 <li>Set with class: \ref ns3::TimeValue</li>
34095 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34096 <li>Initial value: +2e+07ns</li>
34097 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34098 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34099 </ul>
34100</ul>
34101<h3>TraceSources</h3>
34102<ul>
34103<li><b>Dequeue</b>: A was passed down to the PHY from the MAC.<br> <ul>
34104 <li> %Callback signature: ns3::UanMacCw::QueueTracedCallback
34105</li>
34106 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34107</ul>
34108<li><b>Enqueue</b>: A packet arrived at the MAC for transmission.<br> <ul>
34109 <li> %Callback signature: ns3::UanMacCw::QueueTracedCallback
34110</li>
34111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34112</ul>
34113<li><b>RX</b>: A packet was destined for this MAC and was received.<br> <ul>
34114 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34115</li>
34116 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34117</ul>
34118</ul>
34119<b>Group:</b> Uan
34120
34121<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
34122*/
34123
34124/*!
34125
34126\class ns3::UanMacRc
34127
34128<h3>Config Paths</h3>
34129
34130ns3::UanMacRc is accessible through the following paths with Config::Set and Config::Connect:
34131<ul>
34132<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacRc"</li>
34133</ul>
34134<h3>Attributes</h3>
34135<ul>
34136<li><b>MaxFrames</b>: Maximum number of frames to include in a single RTS.
34137 <ul>
34138 <li>Set with class: \ref ns3::UintegerValue</li>
34139 <li>Underlying type: uint32_t 0:4294967295</li>
34140 <li>Initial value: 1</li>
34141 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34142 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34143 </ul>
34144<li><b>MaxPropDelay</b>: Maximum possible propagation delay to gateway.
34145 <ul>
34146 <li>Set with class: \ref ns3::TimeValue</li>
34147 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34148 <li>Initial value: +2e+09ns</li>
34149 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34150 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34151 </ul>
34152<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.
34153 <ul>
34154 <li>Set with class: \ref ns3::DoubleValue</li>
34155 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34156 <li>Initial value: 0.01</li>
34157 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34159 </ul>
34160<li><b>NumberOfRates</b>: Number of rate divisions supported by each PHY.
34161 <ul>
34162 <li>Set with class: \ref ns3::UintegerValue</li>
34163 <li>Underlying type: uint32_t 0:4294967295</li>
34164 <li>Initial value: 0</li>
34165 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34167 </ul>
34168<li><b>QueueLimit</b>: Maximum packets to queue at MAC.
34169 <ul>
34170 <li>Set with class: \ref ns3::UintegerValue</li>
34171 <li>Underlying type: uint32_t 0:4294967295</li>
34172 <li>Initial value: 10</li>
34173 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34175 </ul>
34176<li><b>RetryRate</b>: Number of retry attempts per second (of RTS/GWPING).
34177 <ul>
34178 <li>Set with class: \ref ns3::DoubleValue</li>
34179 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34180 <li>Initial value: 0.2</li>
34181 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34182 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34183 </ul>
34184<li><b>RetryStep</b>: Retry rate increment.
34185 <ul>
34186 <li>Set with class: \ref ns3::DoubleValue</li>
34187 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34188 <li>Initial value: 0.01</li>
34189 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34191 </ul>
34192<li><b>SIFS</b>: Spacing to give between frames (this should match gateway).
34193 <ul>
34194 <li>Set with class: \ref ns3::TimeValue</li>
34195 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34196 <li>Initial value: +2e+08ns</li>
34197 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34199 </ul>
34200</ul>
34201<h3>TraceSources</h3>
34202<ul>
34203<li><b>Dequeue</b>: A (data) packet was passed down to PHY from MAC.<br> <ul>
34204 <li> %Callback signature: ns3::UanMacRc::QueueTracedCallback
34205</li>
34206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34207</ul>
34208<li><b>Enqueue</b>: A (data) packet arrived at MAC for transmission.<br> <ul>
34209 <li> %Callback signature: ns3::UanMacRc::QueueTracedCallback
34210</li>
34211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34212</ul>
34213<li><b>RX</b>: A packet was destined for and received at this MAC layer.<br> <ul>
34214 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34215</li>
34216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34217</ul>
34218</ul>
34219<b>Group:</b> Uan
34220
34221<b>Size</b> of this type is 368 bytes (on a 64-bit architecture).
34222*/
34223
34224/*!
34225
34226\class ns3::UanMacRcGw
34227
34228<h3>Config Paths</h3>
34229
34230ns3::UanMacRcGw is accessible through the following paths with Config::Set and Config::Connect:
34231<ul>
34232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacRcGw"</li>
34233</ul>
34234<h3>Attributes</h3>
34235<ul>
34236<li><b>FrameSize</b>: Size of data frames in bytes.
34237 <ul>
34238 <li>Set with class: \ref ns3::UintegerValue</li>
34239 <li>Underlying type: uint32_t 0:4294967295</li>
34240 <li>Initial value: 1000</li>
34241 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34242 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34243 </ul>
34244<li><b>MaxPropDelay</b>: Maximum propagation delay between gateway and non-gateway nodes.
34245 <ul>
34246 <li>Set with class: \ref ns3::TimeValue</li>
34247 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34248 <li>Initial value: +2e+09ns</li>
34249 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34251 </ul>
34252<li><b>MaxReservations</b>: Maximum number of reservations to accept per cycle.
34253 <ul>
34254 <li>Set with class: \ref ns3::UintegerValue</li>
34255 <li>Underlying type: uint32_t 0:4294967295</li>
34256 <li>Initial value: 10</li>
34257 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34258 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34259 </ul>
34260<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.
34261 <ul>
34262 <li>Set with class: \ref ns3::DoubleValue</li>
34263 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34264 <li>Initial value: 0.01</li>
34265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34266 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34267 </ul>
34268<li><b>NumberOfNodes</b>: Number of non-gateway nodes in this gateway's neighborhood.
34269 <ul>
34270 <li>Set with class: \ref ns3::UintegerValue</li>
34271 <li>Underlying type: uint32_t 0:4294967295</li>
34272 <li>Initial value: 10</li>
34273 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34274 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34275 </ul>
34276<li><b>NumberOfRates</b>: Number of rates per Phy layer.
34277 <ul>
34278 <li>Set with class: \ref ns3::UintegerValue</li>
34279 <li>Underlying type: uint32_t 0:4294967295</li>
34280 <li>Initial value: 1023</li>
34281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34283 </ul>
34284<li><b>RateStep</b>: Increments available for rate assignment in bps.
34285 <ul>
34286 <li>Set with class: \ref ns3::UintegerValue</li>
34287 <li>Underlying type: uint32_t 0:4294967295</li>
34288 <li>Initial value: 4</li>
34289 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34291 </ul>
34292<li><b>RetryStep</b>: Retry rate increment.
34293 <ul>
34294 <li>Set with class: \ref ns3::DoubleValue</li>
34295 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34296 <li>Initial value: 0.01</li>
34297 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34299 </ul>
34300<li><b>SIFS</b>: Spacing between frames to account for timing error and processing delay.
34301 <ul>
34302 <li>Set with class: \ref ns3::TimeValue</li>
34303 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34304 <li>Initial value: +2e+08ns</li>
34305 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34307 </ul>
34308<li><b>TotalRate</b>: Total available channel rate in bps (for a single channel, without splitting reservation channel).
34309 <ul>
34310 <li>Set with class: \ref ns3::UintegerValue</li>
34311 <li>Underlying type: uint32_t 0:4294967295</li>
34312 <li>Initial value: 4096</li>
34313 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34314 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34315 </ul>
34316</ul>
34317<h3>TraceSources</h3>
34318<ul>
34319<li><b>Cycle</b>: Trace cycle statistics.<br> <ul>
34320 <li> %Callback signature: ns3::UanMacRcGw::CycleCallback
34321</li>
34322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34323</ul>
34324<li><b>RX</b>: A packet was destined for and received at this MAC layer.<br> <ul>
34325 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34326</li>
34327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34328</ul>
34329</ul>
34330<b>Group:</b> Uan
34331
34332<b>Size</b> of this type is 424 bytes (on a 64-bit architecture).
34333*/
34334
34335/*!
34336
34337\class ns3::UanNetDevice
34338
34339<h3>Config Paths</h3>
34340
34341ns3::UanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
34342<ul>
34343<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice"</li>
34344</ul>
34345<h3>Attributes</h3>
34346<ul>
34347<li><b>Channel</b>: The channel attached to this device.
34348 <ul>
34349 <li>Set with class: \ref ns3::PointerValue</li>
34350 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanChannel></li>
34351 <li>Initial value: 0</li>
34352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34354 </ul>
34355<li><b>Mac</b>: The MAC layer attached to this device.
34356 <ul>
34357 <li>Set with class: \ref ns3::PointerValue</li>
34358 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanMac></li>
34359 <li>Initial value: 0</li>
34360 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34362 </ul>
34363<li><b>Phy</b>: The PHY layer attached to this device.
34364 <ul>
34365 <li>Set with class: \ref ns3::PointerValue</li>
34366 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhy></li>
34367 <li>Initial value: 0</li>
34368 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34369 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34370 </ul>
34371<li><b>Transducer</b>: The Transducer attached to this device.
34372 <ul>
34373 <li>Set with class: \ref ns3::PointerValue</li>
34374 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanTransducer></li>
34375 <li>Initial value: 0</li>
34376 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34377 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34378 </ul>
34379</ul>
34380<h3>TraceSources</h3>
34381<ul>
34382<li><b>Rx</b>: Received payload from the MAC layer.<br> <ul>
34383 <li> %Callback signature: ns3::UanNetDevice::RxTxTracedCallback
34384</li>
34385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34386</ul>
34387<li><b>Tx</b>: Send payload to the MAC layer.<br> <ul>
34388 <li> %Callback signature: ns3::UanNetDevice::RxTxTracedCallback
34389</li>
34390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34391</ul>
34392</ul>
34393<b>Group:</b> Uan
34394
34395<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
34396*/
34397
34398/*!
34399
34400\class ns3::UanNoiseModel
34401
34402<h3>Config Paths</h3>
34403
34404ns3::UanNoiseModel is accessible through the following paths with Config::Set and Config::Connect:
34405<ul>
34406<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel"</li>
34407<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/NoiseModel"</li>
34408<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel"</li>
34409<li>"/ChannelList/[i]/$ns3::UanChannel/NoiseModel"</li>
34410</ul>
34411No Attributes are defined for this type.<br>
34412No TraceSources are defined for this type.<br>
34413<b>Group:</b> Uan
34414
34415<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34416*/
34417
34418/*!
34419
34420\class ns3::UanNoiseModelDefault
34421
34422<h3>Config Paths</h3>
34423
34424ns3::UanNoiseModelDefault is accessible through the following paths with Config::Set and Config::Connect:
34425<ul>
34426<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34427<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34428<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34429<li>"/ChannelList/[i]/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34430</ul>
34431<h3>Attributes</h3>
34432<ul>
34433<li><b>Shipping</b>: Shipping contribution to noise between 0 and 1.
34434 <ul>
34435 <li>Set with class: \ref ns3::DoubleValue</li>
34436 <li>Underlying type: double 0:1</li>
34437 <li>Initial value: 0</li>
34438 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34440 </ul>
34441<li><b>Wind</b>: Wind speed in m/s.
34442 <ul>
34443 <li>Set with class: \ref ns3::DoubleValue</li>
34444 <li>Underlying type: double 0:1.79769e+308</li>
34445 <li>Initial value: 1</li>
34446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34448 </ul>
34449</ul>
34450No TraceSources are defined for this type.<br>
34451<b>Group:</b> Uan
34452
34453<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
34454*/
34455
34456/*!
34457
34458\class ns3::UanPhy
34459
34460<h3>Config Paths</h3>
34461
34462ns3::UanPhy is accessible through the following paths with Config::Set and Config::Connect:
34463<ul>
34464<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy"</li>
34465</ul>
34466No Attributes are defined for this type.<br>
34467<h3>TraceSources</h3>
34468<ul>
34469<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34470 <li> %Callback signature: ns3::Packet::TracedCallback
34471</li>
34472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34473</ul>
34474<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34475 <li> %Callback signature: ns3::Packet::TracedCallback
34476</li>
34477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34478</ul>
34479<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34480 <li> %Callback signature: ns3::Packet::TracedCallback
34481</li>
34482 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34483</ul>
34484<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34485 <li> %Callback signature: ns3::Packet::TracedCallback
34486</li>
34487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34488</ul>
34489<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34490 <li> %Callback signature: ns3::Packet::TracedCallback
34491</li>
34492 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34493</ul>
34494<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34495 <li> %Callback signature: ns3::Packet::TracedCallback
34496</li>
34497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34498</ul>
34499</ul>
34500<b>Group:</b> Uan
34501
34502<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
34503*/
34504
34505/*!
34506
34507\class ns3::UanPhyCalcSinr
34508
34509<h3>Config Paths</h3>
34510
34511ns3::UanPhyCalcSinr is accessible through the following paths with Config::Set and Config::Connect:
34512<ul>
34513<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1"</li>
34514<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2"</li>
34515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel"</li>
34516</ul>
34517No Attributes are defined for this type.<br>
34518No TraceSources are defined for this type.<br>
34519<b>Group:</b> Uan
34520
34521<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34522*/
34523
34524/*!
34525
34526\class ns3::UanPhyCalcSinrDefault
34527
34528<h3>Config Paths</h3>
34529
34530ns3::UanPhyCalcSinrDefault is accessible through the following paths with Config::Set and Config::Connect:
34531<ul>
34532<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrDefault"</li>
34533<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrDefault"</li>
34534<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrDefault"</li>
34535</ul>
34536No Attributes are defined for this type.<br>
34537No TraceSources are defined for this type.<br>
34538<b>Group:</b> Uan
34539
34540<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34541*/
34542
34543/*!
34544
34545\class ns3::UanPhyCalcSinrDual
34546
34547<h3>Config Paths</h3>
34548
34549ns3::UanPhyCalcSinrDual is accessible through the following paths with Config::Set and Config::Connect:
34550<ul>
34551<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrDual"</li>
34552<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrDual"</li>
34553<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrDual"</li>
34554</ul>
34555No Attributes are defined for this type.<br>
34556No TraceSources are defined for this type.<br>
34557<b>Group:</b> Uan
34558
34559<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34560*/
34561
34562/*!
34563
34564\class ns3::UanPhyCalcSinrFhFsk
34565
34566<h3>Config Paths</h3>
34567
34568ns3::UanPhyCalcSinrFhFsk is accessible through the following paths with Config::Set and Config::Connect:
34569<ul>
34570<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrFhFsk"</li>
34571<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrFhFsk"</li>
34572<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrFhFsk"</li>
34573</ul>
34574<h3>Attributes</h3>
34575<ul>
34576<li><b>NumberOfHops</b>: Number of frequencies in hopping pattern.
34577 <ul>
34578 <li>Set with class: \ref ns3::UintegerValue</li>
34579 <li>Underlying type: uint32_t 0:4294967295</li>
34580 <li>Initial value: 13</li>
34581 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34582 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34583 </ul>
34584</ul>
34585No TraceSources are defined for this type.<br>
34586<b>Group:</b> Uan
34587
34588<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34589*/
34590
34591/*!
34592
34593\class ns3::UanPhyDual
34594
34595<h3>Config Paths</h3>
34596
34597ns3::UanPhyDual is accessible through the following paths with Config::Set and Config::Connect:
34598<ul>
34599<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual"</li>
34600</ul>
34601<h3>Attributes</h3>
34602<ul>
34603<li><b>CcaThresholdPhy1</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy1.
34604 <ul>
34605 <li>Set with class: \ref ns3::DoubleValue</li>
34606 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34607 <li>Initial value: 10</li>
34608 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34610 </ul>
34611<li><b>CcaThresholdPhy2</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy2.
34612 <ul>
34613 <li>Set with class: \ref ns3::DoubleValue</li>
34614 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34615 <li>Initial value: 10</li>
34616 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34617 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34618 </ul>
34619<li><b>PerModelPhy1</b>: Functor to calculate PER based on SINR and TxMode for Phy1.
34620 <ul>
34621 <li>Set with class: \ref ns3::PointerValue</li>
34622 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34623 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34624 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34625 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34626 </ul>
34627<li><b>PerModelPhy2</b>: Functor to calculate PER based on SINR and TxMode for Phy2.
34628 <ul>
34629 <li>Set with class: \ref ns3::PointerValue</li>
34630 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34631 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34632 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34633 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34634 </ul>
34635<li><b>SinrModelPhy1</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy1.
34636 <ul>
34637 <li>Set with class: \ref ns3::PointerValue</li>
34638 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34639 <li>Initial value: ns3::UanPhyCalcSinrDual</li>
34640 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34641 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34642 </ul>
34643<li><b>SinrModelPhy2</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy2.
34644 <ul>
34645 <li>Set with class: \ref ns3::PointerValue</li>
34646 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34647 <li>Initial value: ns3::UanPhyCalcSinrDual</li>
34648 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34650 </ul>
34651<li><b>SupportedModesPhy1</b>: List of modes supported by Phy1.
34652 <ul>
34653 <li>Set with class: \ref ns3::UanModesListValue</li>
34654 <li>Underlying type: \p UanModesList</li>
34655 <li>Initial value: 3|0|1|1|</li>
34656 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34657 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34658 </ul>
34659<li><b>SupportedModesPhy2</b>: List of modes supported by Phy2.
34660 <ul>
34661 <li>Set with class: \ref ns3::UanModesListValue</li>
34662 <li>Underlying type: \p UanModesList</li>
34663 <li>Initial value: 3|0|1|1|</li>
34664 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34665 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34666 </ul>
34667<li><b>TxPowerPhy1</b>: Transmission output power in dB of Phy1.
34668 <ul>
34669 <li>Set with class: \ref ns3::DoubleValue</li>
34670 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34671 <li>Initial value: 190</li>
34672 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34673 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34674 </ul>
34675<li><b>TxPowerPhy2</b>: Transmission output power in dB of Phy2.
34676 <ul>
34677 <li>Set with class: \ref ns3::DoubleValue</li>
34678 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34679 <li>Initial value: 190</li>
34680 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34681 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34682 </ul>
34683</ul>
34684<h3>TraceSources</h3>
34685<ul>
34686<li><b>RxError</b>: A packet was received unsuccessfuly.<br> <ul>
34687 <li> %Callback signature: ns3::UanPhy::TracedCallback
34688</li>
34689 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34690</ul>
34691<li><b>RxOk</b>: A packet was received successfully.<br> <ul>
34692 <li> %Callback signature: ns3::UanPhy::TracedCallback
34693</li>
34694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34695</ul>
34696<li><b>Tx</b>: Packet transmission beginning.<br> <ul>
34697 <li> %Callback signature: ns3::UanPhy::TracedCallback
34698</li>
34699 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34700</ul>
34701</ul>
34702<h3>TraceSources defined in parent class ns3::UanPhy</h3>
34703<ul>
34704<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34705 <li> %Callback signature: ns3::Packet::TracedCallback
34706</li>
34707 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34708</ul>
34709<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34710 <li> %Callback signature: ns3::Packet::TracedCallback
34711</li>
34712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34713</ul>
34714<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34715 <li> %Callback signature: ns3::Packet::TracedCallback
34716</li>
34717 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34718</ul>
34719<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34720 <li> %Callback signature: ns3::Packet::TracedCallback
34721</li>
34722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34723</ul>
34724<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34725 <li> %Callback signature: ns3::Packet::TracedCallback
34726</li>
34727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34728</ul>
34729<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34730 <li> %Callback signature: ns3::Packet::TracedCallback
34731</li>
34732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34733</ul>
34734</ul>
34735<b>Group:</b> Uan
34736
34737<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
34738*/
34739
34740/*!
34741
34742\class ns3::UanPhyGen
34743
34744<h3>Config Paths</h3>
34745
34746ns3::UanPhyGen is accessible through the following paths with Config::Set and Config::Connect:
34747<ul>
34748<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen"</li>
34749</ul>
34750<h3>Attributes</h3>
34751<ul>
34752<li><b>CcaThreshold</b>: Aggregate energy of incoming signals to move to CCA Busy state dB.
34753 <ul>
34754 <li>Set with class: \ref ns3::DoubleValue</li>
34755 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34756 <li>Initial value: 10</li>
34757 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34759 </ul>
34760<li><b>PerModel</b>: Functor to calculate PER based on SINR and TxMode.
34761 <ul>
34762 <li>Set with class: \ref ns3::PointerValue</li>
34763 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34764 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34765 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34767 </ul>
34768<li><b>RxThreshold</b>: Required SNR for signal acquisition in dB.
34769 <ul>
34770 <li>Set with class: \ref ns3::DoubleValue</li>
34771 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34772 <li>Initial value: 10</li>
34773 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34774 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34775 </ul>
34776<li><b>SinrModel</b>: Functor to calculate SINR based on pkt arrivals and modes.
34777 <ul>
34778 <li>Set with class: \ref ns3::PointerValue</li>
34779 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34780 <li>Initial value: ns3::UanPhyCalcSinrDefault</li>
34781 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34782 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34783 </ul>
34784<li><b>SupportedModes</b>: List of modes supported by this PHY.
34785 <ul>
34786 <li>Set with class: \ref ns3::UanModesListValue</li>
34787 <li>Underlying type: \p UanModesList</li>
34788 <li>Initial value: 3|0|1|1|</li>
34789 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34790 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34791 </ul>
34792<li><b>TxPower</b>: Transmission output power in dB.
34793 <ul>
34794 <li>Set with class: \ref ns3::DoubleValue</li>
34795 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34796 <li>Initial value: 190</li>
34797 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34799 </ul>
34800</ul>
34801<h3>TraceSources</h3>
34802<ul>
34803<li><b>RxError</b>: A packet was received unsuccessfuly.<br> <ul>
34804 <li> %Callback signature: ns3::UanPhy::TracedCallback
34805</li>
34806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34807</ul>
34808<li><b>RxOk</b>: A packet was received successfully.<br> <ul>
34809 <li> %Callback signature: ns3::UanPhy::TracedCallback
34810</li>
34811 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34812</ul>
34813<li><b>Tx</b>: Packet transmission beginning.<br> <ul>
34814 <li> %Callback signature: ns3::UanPhy::TracedCallback
34815</li>
34816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34817</ul>
34818</ul>
34819<h3>TraceSources defined in parent class ns3::UanPhy</h3>
34820<ul>
34821<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34822 <li> %Callback signature: ns3::Packet::TracedCallback
34823</li>
34824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34825</ul>
34826<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34827 <li> %Callback signature: ns3::Packet::TracedCallback
34828</li>
34829 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34830</ul>
34831<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34832 <li> %Callback signature: ns3::Packet::TracedCallback
34833</li>
34834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34835</ul>
34836<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34837 <li> %Callback signature: ns3::Packet::TracedCallback
34838</li>
34839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34840</ul>
34841<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34842 <li> %Callback signature: ns3::Packet::TracedCallback
34843</li>
34844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34845</ul>
34846<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34847 <li> %Callback signature: ns3::Packet::TracedCallback
34848</li>
34849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34850</ul>
34851</ul>
34852<b>Group:</b> Uan
34853
34854<b>Size</b> of this type is 568 bytes (on a 64-bit architecture).
34855*/
34856
34857/*!
34858
34859\class ns3::UanPhyPer
34860
34861<h3>Config Paths</h3>
34862
34863ns3::UanPhyPer is accessible through the following paths with Config::Set and Config::Connect:
34864<ul>
34865<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1"</li>
34866<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2"</li>
34867<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel"</li>
34868</ul>
34869No Attributes are defined for this type.<br>
34870No TraceSources are defined for this type.<br>
34871<b>Group:</b> Uan
34872
34873<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34874*/
34875
34876/*!
34877
34878\class ns3::UanPhyPerCommonModes
34879
34880<h3>Config Paths</h3>
34881
34882ns3::UanPhyPerCommonModes is accessible through the following paths with Config::Set and Config::Connect:
34883<ul>
34884<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerCommonModes"</li>
34885<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerCommonModes"</li>
34886<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerCommonModes"</li>
34887</ul>
34888No Attributes are defined for this type.<br>
34889No TraceSources are defined for this type.<br>
34890<b>Group:</b> Uan
34891
34892<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34893*/
34894
34895/*!
34896
34897\class ns3::UanPhyPerGenDefault
34898
34899<h3>Config Paths</h3>
34900
34901ns3::UanPhyPerGenDefault is accessible through the following paths with Config::Set and Config::Connect:
34902<ul>
34903<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerGenDefault"</li>
34904<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerGenDefault"</li>
34905<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerGenDefault"</li>
34906</ul>
34907<h3>Attributes</h3>
34908<ul>
34909<li><b>Threshold</b>: SINR cutoff for good packet reception.
34910 <ul>
34911 <li>Set with class: \ref ns3::DoubleValue</li>
34912 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34913 <li>Initial value: 8</li>
34914 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34916 </ul>
34917</ul>
34918No TraceSources are defined for this type.<br>
34919<b>Group:</b> Uan
34920
34921<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
34922*/
34923
34924/*!
34925
34926\class ns3::UanPhyPerUmodem
34927
34928<h3>Config Paths</h3>
34929
34930ns3::UanPhyPerUmodem is accessible through the following paths with Config::Set and Config::Connect:
34931<ul>
34932<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerUmodem"</li>
34933<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerUmodem"</li>
34934<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerUmodem"</li>
34935</ul>
34936No Attributes are defined for this type.<br>
34937No TraceSources are defined for this type.<br>
34938<b>Group:</b> Uan
34939
34940<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34941*/
34942
34943/*!
34944
34945\class ns3::UanPropModel
34946
34947<h3>Config Paths</h3>
34948
34949ns3::UanPropModel is accessible through the following paths with Config::Set and Config::Connect:
34950<ul>
34951<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel"</li>
34952<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel"</li>
34953<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel"</li>
34954<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel"</li>
34955</ul>
34956No Attributes are defined for this type.<br>
34957No TraceSources are defined for this type.<br>
34958<b>Group:</b> Uan
34959
34960<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34961*/
34962
34963/*!
34964
34965\class ns3::UanPropModelIdeal
34966
34967<h3>Config Paths</h3>
34968
34969ns3::UanPropModelIdeal is accessible through the following paths with Config::Set and Config::Connect:
34970<ul>
34971<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34972<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34973<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34974<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34975</ul>
34976No Attributes are defined for this type.<br>
34977No TraceSources are defined for this type.<br>
34978<b>Group:</b> Uan
34979
34980<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34981*/
34982
34983/*!
34984
34985\class ns3::UanPropModelThorp
34986
34987<h3>Config Paths</h3>
34988
34989ns3::UanPropModelThorp is accessible through the following paths with Config::Set and Config::Connect:
34990<ul>
34991<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34992<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34993<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::UanPropModelThorp"</li>
34994<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34995</ul>
34996<h3>Attributes</h3>
34997<ul>
34998<li><b>SpreadCoef</b>: Spreading coefficient used in calculation of Thorp's approximation.
34999 <ul>
35000 <li>Set with class: \ref ns3::DoubleValue</li>
35001 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
35002 <li>Initial value: 1.5</li>
35003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35005 </ul>
35006</ul>
35007No TraceSources are defined for this type.<br>
35008<b>Group:</b> Uan
35009
35010<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
35011*/
35012
35013/*!
35014
35015\class ns3::UanTransducer
35016
35017<h3>Config Paths</h3>
35018
35019ns3::UanTransducer is accessible through the following paths with Config::Set and Config::Connect:
35020<ul>
35021<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer"</li>
35022</ul>
35023No Attributes are defined for this type.<br>
35024No TraceSources are defined for this type.<br>
35025<b>Group:</b> Uan
35026
35027<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
35028*/
35029
35030/*!
35031
35032\class ns3::UanTransducerHd
35033
35034<h3>Config Paths</h3>
35035
35036ns3::UanTransducerHd is accessible through the following paths with Config::Set and Config::Connect:
35037<ul>
35038<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::UanTransducerHd"</li>
35039</ul>
35040<h3>Attributes</h3>
35041<ul>
35042<li><b>RxGainDb</b>: Gain in Db added to incoming signal at receiver.
35043 <ul>
35044 <li>Set with class: \ref ns3::DoubleValue</li>
35045 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
35046 <li>Initial value: 0</li>
35047 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35049 </ul>
35050</ul>
35051No TraceSources are defined for this type.<br>
35052<b>Group:</b> Uan
35053
35054<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
35055*/
35056
35057/*!
35058
35059\class ns3::Ucd
35060
35061Introspection did not find any typical Config paths.<br>
35062No Attributes are defined for this type.<br>
35063No TraceSources are defined for this type.<br>
35064<b>Group:</b> Wimax
35065
35066<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
35067*/
35068
35069/*!
35070
35071\class ns3::UdpClient
35072
35073<h3>Config Paths</h3>
35074
35075ns3::UdpClient is accessible through the following paths with Config::Set and Config::Connect:
35076<ul>
35077<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpClient"</li>
35078<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpClient"</li>
35079</ul>
35080<h3>Attributes</h3>
35081<ul>
35082<li><b>Interval</b>: The time to wait between packets
35083 <ul>
35084 <li>Set with class: \ref ns3::TimeValue</li>
35085 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35086 <li>Initial value: +1e+09ns</li>
35087 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35088 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35089 </ul>
35090<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
35091 <ul>
35092 <li>Set with class: \ref ns3::UintegerValue</li>
35093 <li>Underlying type: uint32_t 0:4294967295</li>
35094 <li>Initial value: 100</li>
35095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35097 </ul>
35098<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.
35099 <ul>
35100 <li>Set with class: \ref ns3::UintegerValue</li>
35101 <li>Underlying type: uint32_t 12:65507</li>
35102 <li>Initial value: 1024</li>
35103 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35105 </ul>
35106<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35107 <ul>
35108 <li>Set with class: \ref ns3::AddressValue</li>
35109 <li>Underlying type: \p Address</li>
35110 <li>Initial value: </li>
35111 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35112 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35113 </ul>
35114<li><b>RemotePort</b>: The destination port of the outbound packets
35115 <ul>
35116 <li>Set with class: \ref ns3::UintegerValue</li>
35117 <li>Underlying type: uint16_t 0:65535</li>
35118 <li>Initial value: 100</li>
35119 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35120 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35121 </ul>
35122</ul>
35123<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35124<ul>
35125<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35126 <ul>
35127 <li>Set with class: \ref ns3::AddressValue</li>
35128 <li>Underlying type: \p Address</li>
35129 <li>Initial value: </li>
35130 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35132 </ul>
35133<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35134 <ul>
35135 <li>Set with class: \ref ns3::AddressValue</li>
35136 <li>Underlying type: \p Address</li>
35137 <li>Initial value: </li>
35138 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35140 </ul>
35141<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).
35142 <ul>
35143 <li>Set with class: \ref ns3::UintegerValue</li>
35144 <li>Underlying type: uint8_t 0:255</li>
35145 <li>Initial value: 0</li>
35146 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35147 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35148 </ul>
35149</ul>
35150<h3>Attributes defined in parent class ns3::Application</h3>
35151<ul>
35152<li><b>StartTime</b>: Time at which the application will start
35153 <ul>
35154 <li>Set with class: \ref ns3::TimeValue</li>
35155 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35156 <li>Initial value: +0ns</li>
35157 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35159 </ul>
35160<li><b>StopTime</b>: Time at which the application will stop
35161 <ul>
35162 <li>Set with class: \ref ns3::TimeValue</li>
35163 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35164 <li>Initial value: +0ns</li>
35165 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35167 </ul>
35168</ul>
35169<h3>TraceSources</h3>
35170<ul>
35171<li><b>Tx</b>: A new packet is created and sent<br> <ul>
35172 <li> %Callback signature: ns3::Packet::TracedCallback
35173</li>
35174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35175</ul>
35176<li><b>TxWithAddresses</b>: A new packet is created and sent<br> <ul>
35177 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35178</li>
35179 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35180</ul>
35181</ul>
35182<b>Group:</b> Applications
35183
35184<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
35185*/
35186
35187/*!
35188
35189\class ns3::UdpEchoClient
35190
35191<h3>Config Paths</h3>
35192
35193ns3::UdpEchoClient is accessible through the following paths with Config::Set and Config::Connect:
35194<ul>
35195<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpEchoClient"</li>
35196<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpEchoClient"</li>
35197</ul>
35198<h3>Attributes</h3>
35199<ul>
35200<li><b>Interval</b>: The time to wait between packets
35201 <ul>
35202 <li>Set with class: \ref ns3::TimeValue</li>
35203 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35204 <li>Initial value: +1e+09ns</li>
35205 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35207 </ul>
35208<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
35209 <ul>
35210 <li>Set with class: \ref ns3::UintegerValue</li>
35211 <li>Underlying type: uint32_t 0:4294967295</li>
35212 <li>Initial value: 100</li>
35213 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35214 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35215 </ul>
35216<li><b>PacketSize</b>: Size of echo data in outbound packets
35217 <ul>
35218 <li>Set with class: \ref ns3::UintegerValue</li>
35219 <li>Underlying type: uint32_t 0:4294967295</li>
35220 <li>Initial value: 100</li>
35221 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35222 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35223 </ul>
35224<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35225 <ul>
35226 <li>Set with class: \ref ns3::AddressValue</li>
35227 <li>Underlying type: \p Address</li>
35228 <li>Initial value: </li>
35229 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35230 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35231 </ul>
35232<li><b>RemotePort</b>: The destination port of the outbound packets
35233 <ul>
35234 <li>Set with class: \ref ns3::UintegerValue</li>
35235 <li>Underlying type: uint16_t 0:65535</li>
35236 <li>Initial value: 0</li>
35237 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35238 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35239 </ul>
35240</ul>
35241<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35242<ul>
35243<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35244 <ul>
35245 <li>Set with class: \ref ns3::AddressValue</li>
35246 <li>Underlying type: \p Address</li>
35247 <li>Initial value: </li>
35248 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35249 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35250 </ul>
35251<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35252 <ul>
35253 <li>Set with class: \ref ns3::AddressValue</li>
35254 <li>Underlying type: \p Address</li>
35255 <li>Initial value: </li>
35256 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35258 </ul>
35259<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).
35260 <ul>
35261 <li>Set with class: \ref ns3::UintegerValue</li>
35262 <li>Underlying type: uint8_t 0:255</li>
35263 <li>Initial value: 0</li>
35264 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35266 </ul>
35267</ul>
35268<h3>Attributes defined in parent class ns3::Application</h3>
35269<ul>
35270<li><b>StartTime</b>: Time at which the application will start
35271 <ul>
35272 <li>Set with class: \ref ns3::TimeValue</li>
35273 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35274 <li>Initial value: +0ns</li>
35275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35277 </ul>
35278<li><b>StopTime</b>: Time at which the application will stop
35279 <ul>
35280 <li>Set with class: \ref ns3::TimeValue</li>
35281 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35282 <li>Initial value: +0ns</li>
35283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35285 </ul>
35286</ul>
35287<h3>TraceSources</h3>
35288<ul>
35289<li><b>Rx</b>: A packet has been received<br> <ul>
35290 <li> %Callback signature: ns3::Packet::TracedCallback
35291</li>
35292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35293</ul>
35294<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35295 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35296</li>
35297 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35298</ul>
35299<li><b>Tx</b>: A new packet is created and is sent<br> <ul>
35300 <li> %Callback signature: ns3::Packet::TracedCallback
35301</li>
35302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35303</ul>
35304<li><b>TxWithAddresses</b>: A new packet is created and is sent<br> <ul>
35305 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35306</li>
35307 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35308</ul>
35309</ul>
35310<b>Group:</b> Applications
35311
35312<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
35313*/
35314
35315/*!
35316
35317\class ns3::UdpEchoServer
35318
35319<h3>Config Paths</h3>
35320
35321ns3::UdpEchoServer is accessible through the following paths with Config::Set and Config::Connect:
35322<ul>
35323<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::UdpEchoServer"</li>
35324<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpEchoServer"</li>
35325</ul>
35326<h3>Attributes</h3>
35327<ul>
35328<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).
35329 <ul>
35330 <li>Set with class: \ref ns3::UintegerValue</li>
35331 <li>Underlying type: uint8_t 0:255</li>
35332 <li>Initial value: 0</li>
35333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35335 </ul>
35336</ul>
35337<h3>Attributes defined in parent class ns3::SinkApplication</h3>
35338<ul>
35339<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
35340 <ul>
35341 <li>Set with class: \ref ns3::AddressValue</li>
35342 <li>Underlying type: \p Address</li>
35343 <li>Initial value: </li>
35344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35346 </ul>
35347<li><b>Port</b>: Port on which the application listens for incoming packets.
35348 <ul>
35349 <li>Set with class: \ref ns3::UintegerValue</li>
35350 <li>Underlying type: uint32_t 0:4294967295</li>
35351 <li>Initial value: 4294967295</li>
35352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35354 </ul>
35355</ul>
35356<h3>Attributes defined in parent class ns3::Application</h3>
35357<ul>
35358<li><b>StartTime</b>: Time at which the application will start
35359 <ul>
35360 <li>Set with class: \ref ns3::TimeValue</li>
35361 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35362 <li>Initial value: +0ns</li>
35363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35365 </ul>
35366<li><b>StopTime</b>: Time at which the application will stop
35367 <ul>
35368 <li>Set with class: \ref ns3::TimeValue</li>
35369 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35370 <li>Initial value: +0ns</li>
35371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35373 </ul>
35374</ul>
35375<h3>TraceSources</h3>
35376<ul>
35377<li><b>Rx</b>: A packet has been received<br> <ul>
35378 <li> %Callback signature: ns3::Packet::TracedCallback
35379</li>
35380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35381</ul>
35382<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35383 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35384</li>
35385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35386</ul>
35387</ul>
35388<b>Group:</b> Applications
35389
35390<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
35391*/
35392
35393/*!
35394
35395\class ns3::UdpHeader
35396
35397Introspection did not find any typical Config paths.<br>
35398No Attributes are defined for this type.<br>
35399No TraceSources are defined for this type.<br>
35400<b>Group:</b> Internet
35401
35402<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
35403*/
35404
35405/*!
35406
35407\class ns3::UdpL4Protocol
35408
35409<h3>Config Paths</h3>
35410
35411ns3::UdpL4Protocol is accessible through the following paths with Config::Set and Config::Connect:
35412<ul>
35413<li>"/NodeList/[i]/$ns3::UdpL4Protocol"</li>
35414</ul>
35415<h3>Attributes</h3>
35416<ul>
35417<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.
35418 <ul>
35419 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
35420 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UdpSocketImpl></li>
35421 <li>Flags: <span class="mlabel">read</span></li>
35422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35423 </ul>
35424</ul>
35425<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
35426<ul>
35427<li><b>ProtocolNumber</b>: The IP protocol number.
35428 <ul>
35429 <li>Set with class: \ref ns3::IntegerValue</li>
35430 <li>Underlying type: int32_t 0:255</li>
35431 <li>Flags: <span class="mlabel">read</span></li>
35432 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35433 </ul>
35434</ul>
35435No TraceSources are defined for this type.<br>
35436<b>Group:</b> Internet
35437
35438<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
35439*/
35440
35441/*!
35442
35443\class ns3::UdpServer
35444
35445<h3>Config Paths</h3>
35446
35447ns3::UdpServer is accessible through the following paths with Config::Set and Config::Connect:
35448<ul>
35449<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::UdpServer"</li>
35450<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpServer"</li>
35451</ul>
35452<h3>Attributes</h3>
35453<ul>
35454<li><b>PacketWindowSize</b>: The size of the window used to compute the packet loss. This value should be a multiple of 8.
35455 <ul>
35456 <li>Set with class: \ref ns3::UintegerValue</li>
35457 <li>Underlying type: uint16_t 8:256</li>
35458 <li>Initial value: 32</li>
35459 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35461 </ul>
35462</ul>
35463<h3>Attributes defined in parent class ns3::SinkApplication</h3>
35464<ul>
35465<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
35466 <ul>
35467 <li>Set with class: \ref ns3::AddressValue</li>
35468 <li>Underlying type: \p Address</li>
35469 <li>Initial value: </li>
35470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35472 </ul>
35473<li><b>Port</b>: Port on which the application listens for incoming packets.
35474 <ul>
35475 <li>Set with class: \ref ns3::UintegerValue</li>
35476 <li>Underlying type: uint32_t 0:4294967295</li>
35477 <li>Initial value: 4294967295</li>
35478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35480 </ul>
35481</ul>
35482<h3>Attributes defined in parent class ns3::Application</h3>
35483<ul>
35484<li><b>StartTime</b>: Time at which the application will start
35485 <ul>
35486 <li>Set with class: \ref ns3::TimeValue</li>
35487 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35488 <li>Initial value: +0ns</li>
35489 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35491 </ul>
35492<li><b>StopTime</b>: Time at which the application will stop
35493 <ul>
35494 <li>Set with class: \ref ns3::TimeValue</li>
35495 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35496 <li>Initial value: +0ns</li>
35497 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35498 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35499 </ul>
35500</ul>
35501<h3>TraceSources</h3>
35502<ul>
35503<li><b>Rx</b>: A packet has been received<br> <ul>
35504 <li> %Callback signature: ns3::Packet::TracedCallback
35505</li>
35506 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35507</ul>
35508<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35509 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35510</li>
35511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35512</ul>
35513</ul>
35514<b>Group:</b> Applications
35515
35516<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
35517*/
35518
35519/*!
35520
35521\class ns3::UdpSocket
35522
35523Introspection did not find any typical Config paths.<br>
35524<h3>Attributes</h3>
35525<ul>
35526<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface
35527 <ul>
35528 <li>Set with class: \ref ns3::IntegerValue</li>
35529 <li>Underlying type: int32_t -2147483648:2147483647</li>
35530 <li>Initial value: -1</li>
35531 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35532 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35533 </ul>
35534<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface
35535 <ul>
35536 <li>Set with class: \ref ns3::BooleanValue</li>
35537 <li>Underlying type: bool</li>
35538 <li>Initial value: false</li>
35539 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35540 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35541 </ul>
35542<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)
35543 <ul>
35544 <li>Set with class: \ref ns3::UintegerValue</li>
35545 <li>Underlying type: uint8_t 0:255</li>
35546 <li>Initial value: 0</li>
35547 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35549 </ul>
35550<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)
35551 <ul>
35552 <li>Set with class: \ref ns3::UintegerValue</li>
35553 <li>Underlying type: uint8_t 0:255</li>
35554 <li>Initial value: 0</li>
35555 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35557 </ul>
35558<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.
35559 <ul>
35560 <li>Set with class: \ref ns3::BooleanValue</li>
35561 <li>Underlying type: bool</li>
35562 <li>Initial value: false</li>
35563 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35565 </ul>
35566<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)
35567 <ul>
35568 <li>Set with class: \ref ns3::UintegerValue</li>
35569 <li>Underlying type: uint32_t 0:4294967295</li>
35570 <li>Initial value: 131072</li>
35571 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35572 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35573 </ul>
35574</ul>
35575No TraceSources are defined for this type.<br>
35576<b>Group:</b> Internet
35577
35578<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
35579*/
35580
35581/*!
35582
35583\class ns3::UdpSocketFactory
35584
35585<h3>Config Paths</h3>
35586
35587ns3::UdpSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
35588<ul>
35589<li>"/NodeList/[i]/$ns3::UdpSocketFactory"</li>
35590</ul>
35591No Attributes are defined for this type.<br>
35592No TraceSources are defined for this type.<br>
35593<b>Group:</b> Internet
35594
35595<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
35596*/
35597
35598/*!
35599
35600\class ns3::UdpSocketImpl
35601
35602<h3>Config Paths</h3>
35603
35604ns3::UdpSocketImpl is accessible through the following paths with Config::Set and Config::Connect:
35605<ul>
35606<li>"/NodeList/[i]/$ns3::UdpL4Protocol/SocketList/[i]"</li>
35607</ul>
35608<h3>Attributes</h3>
35609<ul>
35610<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.
35611 <ul>
35612 <li>Set with class: \ref ns3::CallbackValue</li>
35613 <li>Underlying type: \p Callback</li>
35614 <li>Initial value: 0</li>
35615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35617 </ul>
35618<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.
35619 <ul>
35620 <li>Set with class: \ref ns3::CallbackValue</li>
35621 <li>Underlying type: \p Callback</li>
35622 <li>Initial value: 0</li>
35623 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35624 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35625 </ul>
35626</ul>
35627<h3>Attributes defined in parent class ns3::UdpSocket</h3>
35628<ul>
35629<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface
35630 <ul>
35631 <li>Set with class: \ref ns3::IntegerValue</li>
35632 <li>Underlying type: int32_t -2147483648:2147483647</li>
35633 <li>Initial value: -1</li>
35634 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35636 </ul>
35637<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface
35638 <ul>
35639 <li>Set with class: \ref ns3::BooleanValue</li>
35640 <li>Underlying type: bool</li>
35641 <li>Initial value: false</li>
35642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35644 </ul>
35645<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)
35646 <ul>
35647 <li>Set with class: \ref ns3::UintegerValue</li>
35648 <li>Underlying type: uint8_t 0:255</li>
35649 <li>Initial value: 0</li>
35650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35652 </ul>
35653<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)
35654 <ul>
35655 <li>Set with class: \ref ns3::UintegerValue</li>
35656 <li>Underlying type: uint8_t 0:255</li>
35657 <li>Initial value: 0</li>
35658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35660 </ul>
35661<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.
35662 <ul>
35663 <li>Set with class: \ref ns3::BooleanValue</li>
35664 <li>Underlying type: bool</li>
35665 <li>Initial value: false</li>
35666 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35668 </ul>
35669<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)
35670 <ul>
35671 <li>Set with class: \ref ns3::UintegerValue</li>
35672 <li>Underlying type: uint32_t 0:4294967295</li>
35673 <li>Initial value: 131072</li>
35674 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35675 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35676 </ul>
35677</ul>
35678<h3>TraceSources</h3>
35679<ul>
35680<li><b>Drop</b>: Drop UDP packet due to receive buffer overflow<br> <ul>
35681 <li> %Callback signature: ns3::Packet::TracedCallback
35682</li>
35683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35684</ul>
35685</ul>
35686<b>Group:</b> Internet
35687
35688<b>Size</b> of this type is 384 bytes (on a 64-bit architecture).
35689*/
35690
35691/*!
35692
35693\class ns3::UdpTraceClient
35694
35695<h3>Config Paths</h3>
35696
35697ns3::UdpTraceClient is accessible through the following paths with Config::Set and Config::Connect:
35698<ul>
35699<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpTraceClient"</li>
35700<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpTraceClient"</li>
35701</ul>
35702<h3>Attributes</h3>
35703<ul>
35704<li><b>MaxPacketSize</b>: The maximum size of a packet (including the SeqTsHeader, 12 bytes).
35705 <ul>
35706 <li>Set with class: \ref ns3::UintegerValue</li>
35707 <li>Underlying type: uint32_t 0:4294967295</li>
35708 <li>Initial value: 1024</li>
35709 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35711 </ul>
35712<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35713 <ul>
35714 <li>Set with class: \ref ns3::AddressValue</li>
35715 <li>Underlying type: \p Address</li>
35716 <li>Initial value: </li>
35717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35718 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35719 </ul>
35720<li><b>RemotePort</b>: The destination port of the outbound packets
35721 <ul>
35722 <li>Set with class: \ref ns3::UintegerValue</li>
35723 <li>Underlying type: uint16_t 0:65535</li>
35724 <li>Initial value: 100</li>
35725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35726 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35727 </ul>
35728<li><b>TraceFilename</b>: Name of file to load a trace from. By default, uses a hardcoded trace.
35729 <ul>
35730 <li>Set with class: \ref ns3::StringValue</li>
35731 <li>Underlying type: \p std::string</li>
35732 <li>Initial value: ""</li>
35733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35735 </ul>
35736<li><b>TraceLoop</b>: Loops through the trace file, starting again once it is over.
35737 <ul>
35738 <li>Set with class: \ref ns3::BooleanValue</li>
35739 <li>Underlying type: bool</li>
35740 <li>Initial value: true</li>
35741 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35743 </ul>
35744</ul>
35745<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35746<ul>
35747<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35748 <ul>
35749 <li>Set with class: \ref ns3::AddressValue</li>
35750 <li>Underlying type: \p Address</li>
35751 <li>Initial value: </li>
35752 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35754 </ul>
35755<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35756 <ul>
35757 <li>Set with class: \ref ns3::AddressValue</li>
35758 <li>Underlying type: \p Address</li>
35759 <li>Initial value: </li>
35760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35762 </ul>
35763<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).
35764 <ul>
35765 <li>Set with class: \ref ns3::UintegerValue</li>
35766 <li>Underlying type: uint8_t 0:255</li>
35767 <li>Initial value: 0</li>
35768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35770 </ul>
35771</ul>
35772<h3>Attributes defined in parent class ns3::Application</h3>
35773<ul>
35774<li><b>StartTime</b>: Time at which the application will start
35775 <ul>
35776 <li>Set with class: \ref ns3::TimeValue</li>
35777 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35778 <li>Initial value: +0ns</li>
35779 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35780 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35781 </ul>
35782<li><b>StopTime</b>: Time at which the application will stop
35783 <ul>
35784 <li>Set with class: \ref ns3::TimeValue</li>
35785 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35786 <li>Initial value: +0ns</li>
35787 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35788 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35789 </ul>
35790</ul>
35791No TraceSources are defined for this type.<br>
35792<b>Group:</b> Applications
35793
35794<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
35795*/
35796
35797/*!
35798
35799\class ns3::UeManager
35800
35801<h3>Config Paths</h3>
35802
35803ns3::UeManager is accessible through the following paths with Config::Set and Config::Connect:
35804<ul>
35805<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]"</li>
35806<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]"</li>
35807</ul>
35808<h3>Attributes</h3>
35809<ul>
35810<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier
35811 <ul>
35812 <li>Set with class: \ref ns3::UintegerValue</li>
35813 <li>Underlying type: uint16_t 0:65535</li>
35814 <li>Flags: <span class="mlabel">read</span></li>
35815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35816 </ul>
35817<li><b>DataRadioBearerMap</b>: List of UE DataRadioBearerInfo by DRBID.
35818 <ul>
35819 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
35820 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteDataRadioBearerInfo></li>
35821 <li>Flags: <span class="mlabel">read</span></li>
35822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35823 </ul>
35824<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0
35825 <ul>
35826 <li>Set with class: \ref ns3::PointerValue</li>
35827 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
35828 <li>Initial value: 0</li>
35829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35831 </ul>
35832<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1
35833 <ul>
35834 <li>Set with class: \ref ns3::PointerValue</li>
35835 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
35836 <li>Initial value: 0</li>
35837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35839 </ul>
35840</ul>
35841<h3>TraceSources</h3>
35842<ul>
35843<li><b>DrbCreated</b>: trace fired after DRB is created<br> <ul>
35844 <li> %Callback signature: ns3::UeManager::ImsiCidRntiLcIdTracedCallback
35845</li>
35846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35847</ul>
35848<li><b>StateTransition</b>: fired upon every UE state transition seen by the UeManager at the eNB RRC<br> <ul>
35849 <li> %Callback signature: ns3::UeManager::StateTracedCallback
35850</li>
35851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35852</ul>
35853</ul>
35854<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
35855*/
35856
35857/*!
35858
35859\class ns3::Uinteger16Probe
35860
35861Introspection did not find any typical Config paths.<br>
35862No Attributes are defined for this type.<br>
35863<h3>Attributes defined in parent class ns3::Probe</h3>
35864<ul>
35865<li><b>Start</b>: Time data collection starts
35866 <ul>
35867 <li>Set with class: \ref ns3::TimeValue</li>
35868 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35869 <li>Initial value: +0ns</li>
35870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35872 </ul>
35873<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35874 <ul>
35875 <li>Set with class: \ref ns3::TimeValue</li>
35876 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35877 <li>Initial value: +0ns</li>
35878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35880 </ul>
35881</ul>
35882<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35883<ul>
35884<li><b>Enabled</b>: Object's enabled status
35885 <ul>
35886 <li>Set with class: \ref ns3::BooleanValue</li>
35887 <li>Underlying type: bool</li>
35888 <li>Initial value: true</li>
35889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35891 </ul>
35892<li><b>Name</b>: Object's name
35893 <ul>
35894 <li>Set with class: \ref ns3::StringValue</li>
35895 <li>Underlying type: \p std::string</li>
35896 <li>Initial value: unnamed</li>
35897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35899 </ul>
35900</ul>
35901<h3>TraceSources</h3>
35902<ul>
35903<li><b>Output</b>: The uint16_t that serves as output for this probe<br> <ul>
35904 <li> %Callback signature: ns3::TracedValueCallback::Uint16
35905</li>
35906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35907</ul>
35908</ul>
35909<b>Group:</b> Stats
35910
35911<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
35912*/
35913
35914/*!
35915
35916\class ns3::Uinteger32Probe
35917
35918Introspection did not find any typical Config paths.<br>
35919No Attributes are defined for this type.<br>
35920<h3>Attributes defined in parent class ns3::Probe</h3>
35921<ul>
35922<li><b>Start</b>: Time data collection starts
35923 <ul>
35924 <li>Set with class: \ref ns3::TimeValue</li>
35925 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35926 <li>Initial value: +0ns</li>
35927 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35929 </ul>
35930<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35931 <ul>
35932 <li>Set with class: \ref ns3::TimeValue</li>
35933 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35934 <li>Initial value: +0ns</li>
35935 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35937 </ul>
35938</ul>
35939<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35940<ul>
35941<li><b>Enabled</b>: Object's enabled status
35942 <ul>
35943 <li>Set with class: \ref ns3::BooleanValue</li>
35944 <li>Underlying type: bool</li>
35945 <li>Initial value: true</li>
35946 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35947 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35948 </ul>
35949<li><b>Name</b>: Object's name
35950 <ul>
35951 <li>Set with class: \ref ns3::StringValue</li>
35952 <li>Underlying type: \p std::string</li>
35953 <li>Initial value: unnamed</li>
35954 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35955 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35956 </ul>
35957</ul>
35958<h3>TraceSources</h3>
35959<ul>
35960<li><b>Output</b>: The uint32_t that serves as output for this probe<br> <ul>
35961 <li> %Callback signature: ns3::TracedValueCallback::Uint32
35962</li>
35963 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35964</ul>
35965</ul>
35966<b>Group:</b> Stats
35967
35968<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
35969*/
35970
35971/*!
35972
35973\class ns3::Uinteger8Probe
35974
35975Introspection did not find any typical Config paths.<br>
35976No Attributes are defined for this type.<br>
35977<h3>Attributes defined in parent class ns3::Probe</h3>
35978<ul>
35979<li><b>Start</b>: Time data collection starts
35980 <ul>
35981 <li>Set with class: \ref ns3::TimeValue</li>
35982 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35983 <li>Initial value: +0ns</li>
35984 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35985 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35986 </ul>
35987<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35988 <ul>
35989 <li>Set with class: \ref ns3::TimeValue</li>
35990 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35991 <li>Initial value: +0ns</li>
35992 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35993 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35994 </ul>
35995</ul>
35996<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35997<ul>
35998<li><b>Enabled</b>: Object's enabled status
35999 <ul>
36000 <li>Set with class: \ref ns3::BooleanValue</li>
36001 <li>Underlying type: bool</li>
36002 <li>Initial value: true</li>
36003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36005 </ul>
36006<li><b>Name</b>: Object's name
36007 <ul>
36008 <li>Set with class: \ref ns3::StringValue</li>
36009 <li>Underlying type: \p std::string</li>
36010 <li>Initial value: unnamed</li>
36011 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36013 </ul>
36014</ul>
36015<h3>TraceSources</h3>
36016<ul>
36017<li><b>Output</b>: The uint8_t that serves as output for this probe<br> <ul>
36018 <li> %Callback signature: ns3::TracedValueCallback::Uint8
36019</li>
36020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36021</ul>
36022</ul>
36023<b>Group:</b> Stats
36024
36025<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
36026*/
36027
36028/*!
36029
36030\class ns3::UlMap
36031
36032Introspection did not find any typical Config paths.<br>
36033No Attributes are defined for this type.<br>
36034No TraceSources are defined for this type.<br>
36035<b>Group:</b> Wimax
36036
36037<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
36038*/
36039
36040/*!
36041
36042\class ns3::UniformDiscPositionAllocator
36043
36044<h3>Config Paths</h3>
36045
36046ns3::UniformDiscPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
36047<ul>
36048<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::UniformDiscPositionAllocator"</li>
36049</ul>
36050<h3>Attributes</h3>
36051<ul>
36052<li><b>X</b>: The x coordinate of the center of the disc.
36053 <ul>
36054 <li>Set with class: \ref ns3::DoubleValue</li>
36055 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36056 <li>Initial value: 0</li>
36057 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36058 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36059 </ul>
36060<li><b>Y</b>: The y coordinate of the center of the disc.
36061 <ul>
36062 <li>Set with class: \ref ns3::DoubleValue</li>
36063 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36064 <li>Initial value: 0</li>
36065 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36067 </ul>
36068<li><b>Z</b>: The z coordinate of all the positions in the disc.
36069 <ul>
36070 <li>Set with class: \ref ns3::DoubleValue</li>
36071 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36072 <li>Initial value: 0</li>
36073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36075 </ul>
36076<li><b>rho</b>: The radius of the disc
36077 <ul>
36078 <li>Set with class: \ref ns3::DoubleValue</li>
36079 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36080 <li>Initial value: 0</li>
36081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36083 </ul>
36084</ul>
36085No TraceSources are defined for this type.<br>
36086<b>Group:</b> Mobility
36087
36088<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
36089*/
36090
36091/*!
36092
36093\class ns3::UniformPlanarArray
36094
36095Introspection did not find any typical Config paths.<br>
36096<h3>Attributes</h3>
36097<ul>
36098<li><b>AntennaHorizontalSpacing</b>: Horizontal spacing between antenna elements, in multiples of wave length
36099 <ul>
36100 <li>Set with class: \ref ns3::DoubleValue</li>
36101 <li>Underlying type: double 0:1.79769e+308</li>
36102 <li>Initial value: 0.5</li>
36103 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36105 </ul>
36106<li><b>AntennaVerticalSpacing</b>: Vertical spacing between antenna elements, in multiples of wave length
36107 <ul>
36108 <li>Set with class: \ref ns3::DoubleValue</li>
36109 <li>Underlying type: double 0:1.79769e+308</li>
36110 <li>Initial value: 0.5</li>
36111 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36112 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36113 </ul>
36114<li><b>BearingAngle</b>: The bearing angle in radians
36115 <ul>
36116 <li>Set with class: \ref ns3::DoubleValue</li>
36117 <li>Underlying type: double -3.14159:3.14159</li>
36118 <li>Initial value: 0</li>
36119 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36120 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36121 </ul>
36122<li><b>DowntiltAngle</b>: The downtilt angle in radians
36123 <ul>
36124 <li>Set with class: \ref ns3::DoubleValue</li>
36125 <li>Underlying type: double -3.14159:3.14159</li>
36126 <li>Initial value: 0</li>
36127 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36129 </ul>
36130<li><b>IsDualPolarized</b>: If true, dual polarized antenna
36131 <ul>
36132 <li>Set with class: \ref ns3::BooleanValue</li>
36133 <li>Underlying type: bool</li>
36134 <li>Initial value: false</li>
36135 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36137 </ul>
36138<li><b>NumColumns</b>: Horizontal size of the array
36139 <ul>
36140 <li>Set with class: \ref ns3::UintegerValue</li>
36141 <li>Underlying type: uint32_t 1:4294967295</li>
36142 <li>Initial value: 4</li>
36143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36145 </ul>
36146<li><b>NumHorizontalPorts</b>: Horizontal number of ports
36147 <ul>
36148 <li>Set with class: \ref ns3::UintegerValue</li>
36149 <li>Underlying type: uint32_t 0:4294967295</li>
36150 <li>Initial value: 1</li>
36151 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36153 </ul>
36154<li><b>NumRows</b>: Vertical size of the array
36155 <ul>
36156 <li>Set with class: \ref ns3::UintegerValue</li>
36157 <li>Underlying type: uint32_t 1:4294967295</li>
36158 <li>Initial value: 4</li>
36159 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36161 </ul>
36162<li><b>NumVerticalPorts</b>: Vertical number of ports
36163 <ul>
36164 <li>Set with class: \ref ns3::UintegerValue</li>
36165 <li>Underlying type: uint32_t 0:4294967295</li>
36166 <li>Initial value: 1</li>
36167 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36169 </ul>
36170<li><b>PolSlantAngle</b>: The polarization slant angle in radians
36171 <ul>
36172 <li>Set with class: \ref ns3::DoubleValue</li>
36173 <li>Underlying type: double -3.14159:3.14159</li>
36174 <li>Initial value: 0</li>
36175 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36177 </ul>
36178</ul>
36179<h3>Attributes defined in parent class ns3::PhasedArrayModel</h3>
36180<ul>
36181<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array
36182 <ul>
36183 <li>Set with class: \ref ns3::PointerValue</li>
36184 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
36185 <li>Initial value: 0x973410</li>
36186 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36188 </ul>
36189</ul>
36190No TraceSources are defined for this type.<br>
36191<b>Group:</b> Antenna
36192
36193<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
36194*/
36195
36196/*!
36197
36198\class ns3::UniformRandomVariable
36199
36200<h3>Config Paths</h3>
36201
36202ns3::UniformRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
36203<ul>
36204<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36205<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36206<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36208<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36209<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36211<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36212<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36213<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36214<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36215<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36216<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/BeaconJitter"</li>
36220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::UniformRandomVariable"</li>
36221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::UniformRandomVariable"</li>
36222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36224<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36225<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36226<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36227<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36229<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36230<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36231<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::UniformRandomVariable"</li>
36233<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::UniformRandomVariable"</li>
36234<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Radvd/AdvertisementJitter"</li>
36235<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::UniformRandomVariable"</li>
36236<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::UniformRandomVariable"</li>
36237<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::UniformRandomVariable"</li>
36238<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::UniformRandomVariable"</li>
36239<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::UniformRandomVariable"</li>
36240<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::UniformRandomVariable"</li>
36241<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::UniformRandomVariable"</li>
36242<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36243<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::UniformRandomVariable"</li>
36244<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::UniformRandomVariable"</li>
36245<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36246<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36247<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::UniformRandomVariable"</li>
36248<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::UniformRandomVariable"</li>
36249<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36250<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::UniformRandomVariable"</li>
36251<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36252<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::UniformRandomVariable"</li>
36253<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::UniformRandomVariable"</li>
36254<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::UniformRandomVariable"</li>
36255<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::UniformRandomVariable"</li>
36256<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36257<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::UniformRandomVariable"</li>
36258<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::UniformRandomVariable"</li>
36259<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36260<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::UniformRandomVariable"</li>
36261<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::UniformRandomVariable"</li>
36262<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::UniformRandomVariable"</li>
36263<li>"/NodeList/[i]/$ns3::aodv::RoutingProtocol/UniformRv"</li>
36264<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36265<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36266<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36267</ul>
36268<h3>Attributes</h3>
36269<ul>
36270<li><b>Max</b>: The upper bound on the values returned by this RNG stream.
36271 <ul>
36272 <li>Set with class: \ref ns3::DoubleValue</li>
36273 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36274 <li>Initial value: 1</li>
36275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36277 </ul>
36278<li><b>Min</b>: The lower bound on the values returned by this RNG stream.
36279 <ul>
36280 <li>Set with class: \ref ns3::DoubleValue</li>
36281 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36282 <li>Initial value: 0</li>
36283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36285 </ul>
36286</ul>
36287<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
36288<ul>
36289<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
36290 <ul>
36291 <li>Set with class: \ref ns3::BooleanValue</li>
36292 <li>Underlying type: bool</li>
36293 <li>Initial value: false</li>
36294 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36296 </ul>
36297<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.
36298 <ul>
36299 <li>Set with class: \ref ns3::IntegerValue</li>
36300 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
36301 <li>Initial value: -1</li>
36302 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36303 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36304 </ul>
36305</ul>
36306No TraceSources are defined for this type.<br>
36307<b>Group:</b> Core
36308
36309<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
36310*/
36311
36312/*!
36313
36314\class ns3::UplinkScheduler
36315
36316<h3>Config Paths</h3>
36317
36318ns3::UplinkScheduler is accessible through the following paths with Config::Set and Config::Connect:
36319<ul>
36320<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler"</li>
36321<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler"</li>
36322</ul>
36323No Attributes are defined for this type.<br>
36324No TraceSources are defined for this type.<br>
36325<b>Group:</b> Wimax
36326
36327<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
36328*/
36329
36330/*!
36331
36332\class ns3::UplinkSchedulerMBQoS
36333
36334<h3>Config Paths</h3>
36335
36336ns3::UplinkSchedulerMBQoS is accessible through the following paths with Config::Set and Config::Connect:
36337<ul>
36338<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerMBQoS"</li>
36339<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerMBQoS"</li>
36340</ul>
36341<h3>Attributes</h3>
36342<ul>
36343<li><b>WindowInterval</b>: The time to wait to reset window
36344 <ul>
36345 <li>Set with class: \ref ns3::TimeValue</li>
36346 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36347 <li>Initial value: +1e+09ns</li>
36348 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36349 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36350 </ul>
36351</ul>
36352No TraceSources are defined for this type.<br>
36353<b>Group:</b> Wimax
36354
36355<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
36356*/
36357
36358/*!
36359
36360\class ns3::UplinkSchedulerRtps
36361
36362<h3>Config Paths</h3>
36363
36364ns3::UplinkSchedulerRtps is accessible through the following paths with Config::Set and Config::Connect:
36365<ul>
36366<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerRtps"</li>
36367<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerRtps"</li>
36368</ul>
36369No Attributes are defined for this type.<br>
36370No TraceSources are defined for this type.<br>
36371<b>Group:</b> Wimax
36372
36373<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
36374*/
36375
36376/*!
36377
36378\class ns3::UplinkSchedulerSimple
36379
36380<h3>Config Paths</h3>
36381
36382ns3::UplinkSchedulerSimple is accessible through the following paths with Config::Set and Config::Connect:
36383<ul>
36384<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerSimple"</li>
36385<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerSimple"</li>
36386</ul>
36387No Attributes are defined for this type.<br>
36388No TraceSources are defined for this type.<br>
36389<b>Group:</b> Wimax
36390
36391<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
36392*/
36393
36394/*!
36395
36396\class ns3::V4TraceRoute
36397
36398<h3>Config Paths</h3>
36399
36400ns3::V4TraceRoute is accessible through the following paths with Config::Set and Config::Connect:
36401<ul>
36402<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::V4TraceRoute"</li>
36403</ul>
36404<h3>Attributes</h3>
36405<ul>
36406<li><b>Interval</b>: Wait interval between sent packets.
36407 <ul>
36408 <li>Set with class: \ref ns3::TimeValue</li>
36409 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36410 <li>Initial value: +0ns</li>
36411 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36413 </ul>
36414<li><b>MaxHop</b>: The maximum number of hops to trace.
36415 <ul>
36416 <li>Set with class: \ref ns3::UintegerValue</li>
36417 <li>Underlying type: uint32_t 0:4294967295</li>
36418 <li>Initial value: 30</li>
36419 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36421 </ul>
36422<li><b>ProbeNum</b>: The number of packets send to each hop.
36423 <ul>
36424 <li>Set with class: \ref ns3::UintegerValue</li>
36425 <li>Underlying type: uint16_t 0:65535</li>
36426 <li>Initial value: 3</li>
36427 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36429 </ul>
36430<li><b>Remote</b>: The address of the machine we want to trace.
36431 <ul>
36432 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
36433 <li>Underlying type: \p Ipv4Address</li>
36434 <li>Initial value: 102.102.102.102</li>
36435 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36436 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36437 </ul>
36438<li><b>Size</b>: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.
36439 <ul>
36440 <li>Set with class: \ref ns3::UintegerValue</li>
36441 <li>Underlying type: uint32_t 0:4294967295</li>
36442 <li>Initial value: 56</li>
36443 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36445 </ul>
36446<li><b>Timeout</b>: The waiting time for a route response before a timeout.
36447 <ul>
36448 <li>Set with class: \ref ns3::TimeValue</li>
36449 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36450 <li>Initial value: +5e+09ns</li>
36451 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36453 </ul>
36454<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).
36455 <ul>
36456 <li>Set with class: \ref ns3::UintegerValue</li>
36457 <li>Underlying type: uint8_t 0:255</li>
36458 <li>Initial value: 0</li>
36459 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36461 </ul>
36462<li><b>Verbose</b>: Produce usual output.
36463 <ul>
36464 <li>Set with class: \ref ns3::BooleanValue</li>
36465 <li>Underlying type: bool</li>
36466 <li>Initial value: true</li>
36467 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36468 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36469 </ul>
36470</ul>
36471<h3>Attributes defined in parent class ns3::Application</h3>
36472<ul>
36473<li><b>StartTime</b>: Time at which the application will start
36474 <ul>
36475 <li>Set with class: \ref ns3::TimeValue</li>
36476 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36477 <li>Initial value: +0ns</li>
36478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36480 </ul>
36481<li><b>StopTime</b>: Time at which the application will stop
36482 <ul>
36483 <li>Set with class: \ref ns3::TimeValue</li>
36484 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36485 <li>Initial value: +0ns</li>
36486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36488 </ul>
36489</ul>
36490No TraceSources are defined for this type.<br>
36491<b>Group:</b> Internet-Apps
36492
36493<b>Size</b> of this type is 1056 bytes (on a 64-bit architecture).
36494*/
36495
36496/*!
36497
36498\class ns3::VhtConfiguration
36499
36500<h3>Config Paths</h3>
36501
36502ns3::VhtConfiguration is accessible through the following paths with Config::Set and Config::Connect:
36503<ul>
36504<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/VhtConfiguration"</li>
36505</ul>
36506<h3>Attributes</h3>
36507<ul>
36508<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.
36509 <ul>
36510 <li>Set with class: \ref ns3::TupleValue</li>
36511 <li>Initial value: {-72.0, -72.0, -69.0}</li>
36512 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36513 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36514 </ul>
36515<li><b>Support160MHzOperation</b>: Whether or not 160 MHz operation is to be supported.
36516 <ul>
36517 <li>Set with class: \ref ns3::BooleanValue</li>
36518 <li>Underlying type: bool</li>
36519 <li>Initial value: true</li>
36520 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36521 <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>
36522 </ul>
36523</ul>
36524No TraceSources are defined for this type.<br>
36525<b>Group:</b> Wifi
36526
36527<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
36528*/
36529
36530/*!
36531
36532\class ns3::VhtFrameExchangeManager
36533
36534<h3>Config Paths</h3>
36535
36536ns3::VhtFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
36537<ul>
36538<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::VhtFrameExchangeManager"</li>
36539<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36540<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36541<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36542</ul>
36543No Attributes are defined for this type.<br>
36544<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
36545<ul>
36546<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
36547 <ul>
36548 <li>Set with class: \ref ns3::BooleanValue</li>
36549 <li>Underlying type: bool</li>
36550 <li>Initial value: true</li>
36551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36553 </ul>
36554<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
36555 <ul>
36556 <li>Set with class: \ref ns3::BooleanValue</li>
36557 <li>Underlying type: bool</li>
36558 <li>Initial value: false</li>
36559 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36561 </ul>
36562<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
36563 <ul>
36564 <li>Set with class: \ref ns3::BooleanValue</li>
36565 <li>Underlying type: bool</li>
36566 <li>Initial value: false</li>
36567 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36569 </ul>
36570<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
36571 <ul>
36572 <li>Set with class: \ref ns3::TimeValue</li>
36573 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36574 <li>Initial value: +0ns</li>
36575 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36576 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36577 </ul>
36578</ul>
36579<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
36580<ul>
36581<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.
36582 <ul>
36583 <li>Set with class: \ref ns3::BooleanValue</li>
36584 <li>Underlying type: bool</li>
36585 <li>Initial value: true</li>
36586 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36587 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36588 </ul>
36589</ul>
36590No TraceSources are defined for this type.<br>
36591<b>Group:</b> Wifi
36592
36593<b>Size</b> of this type is 1736 bytes (on a 64-bit architecture).
36594*/
36595
36596/*!
36597
36598\class ns3::VirtualNetDevice
36599
36600<h3>Config Paths</h3>
36601
36602ns3::VirtualNetDevice is accessible through the following paths with Config::Set and Config::Connect:
36603<ul>
36604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::VirtualNetDevice"</li>
36605</ul>
36606<h3>Attributes</h3>
36607<ul>
36608<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
36609 <ul>
36610 <li>Set with class: \ref ns3::UintegerValue</li>
36611 <li>Underlying type: uint16_t 0:65535</li>
36612 <li>Initial value: 1500</li>
36613 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36614 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36615 </ul>
36616</ul>
36617<h3>TraceSources</h3>
36618<ul>
36619<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>
36620 <li> %Callback signature: ns3::Packet::TracedCallback
36621</li>
36622 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36623</ul>
36624<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>
36625 <li> %Callback signature: ns3::Packet::TracedCallback
36626</li>
36627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36628</ul>
36629<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
36630 <li> %Callback signature: ns3::Packet::TracedCallback
36631</li>
36632 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36633</ul>
36634<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
36635 <li> %Callback signature: ns3::Packet::TracedCallback
36636</li>
36637 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36638</ul>
36639<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
36640 <li> %Callback signature: ns3::Packet::TracedCallback
36641</li>
36642 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36643</ul>
36644</ul>
36645<b>Group:</b> VirtualNetDevice
36646
36647<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
36648*/
36649
36650/*!
36651
36652\class ns3::WallClockSynchronizer
36653
36654Introspection did not find any typical Config paths.<br>
36655No Attributes are defined for this type.<br>
36656No TraceSources are defined for this type.<br>
36657<b>Group:</b> Core
36658
36659<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
36660*/
36661
36662/*!
36663
36664\class ns3::WaveformGenerator
36665
36666Introspection did not find any typical Config paths.<br>
36667<h3>Attributes</h3>
36668<ul>
36669<li><b>DutyCycle</b>: the duty cycle of the generator, i.e., the fraction of the period that is occupied by a signal
36670 <ul>
36671 <li>Set with class: \ref ns3::DoubleValue</li>
36672 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36673 <li>Initial value: 0.5</li>
36674 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36675 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36676 </ul>
36677<li><b>Period</b>: the period (=1/frequency)
36678 <ul>
36679 <li>Set with class: \ref ns3::TimeValue</li>
36680 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36681 <li>Initial value: +1e+09ns</li>
36682 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36684 </ul>
36685</ul>
36686<h3>TraceSources</h3>
36687<ul>
36688<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished<br> <ul>
36689 <li> %Callback signature: ns3::Packet::TracedCallback
36690</li>
36691 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36692</ul>
36693<li><b>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
36694 <li> %Callback signature: ns3::Packet::TracedCallback
36695</li>
36696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36697</ul>
36698</ul>
36699<b>Group:</b> Spectrum
36700
36701<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
36702*/
36703
36704/*!
36705
36706\class ns3::WaypointMobilityModel
36707
36708<h3>Config Paths</h3>
36709
36710ns3::WaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
36711<ul>
36712<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::WaypointMobilityModel"</li>
36713</ul>
36714<h3>Attributes</h3>
36715<ul>
36716<li><b>InitialPositionIsWaypoint</b>: Calling SetPosition with no waypoints creates a waypoint.
36717 <ul>
36718 <li>Set with class: \ref ns3::BooleanValue</li>
36719 <li>Underlying type: bool</li>
36720 <li>Initial value: false</li>
36721 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36723 </ul>
36724<li><b>LazyNotify</b>: Only call NotifyCourseChange when position is calculated.
36725 <ul>
36726 <li>Set with class: \ref ns3::BooleanValue</li>
36727 <li>Underlying type: bool</li>
36728 <li>Initial value: false</li>
36729 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36731 </ul>
36732<li><b>NextWaypoint</b>: The next waypoint used to determine position.
36733 <ul>
36734 <li>Set with class: \ref ns3::WaypointValue</li>
36735 <li>Underlying type: \p Waypoint</li>
36736 <li>Flags: <span class="mlabel">read</span></li>
36737 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36738 </ul>
36739<li><b>WaypointsLeft</b>: The number of waypoints remaining.
36740 <ul>
36741 <li>Set with class: \ref ns3::UintegerValue</li>
36742 <li>Underlying type: uint32_t 0:4294967295</li>
36743 <li>Flags: <span class="mlabel">read</span></li>
36744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36745 </ul>
36746</ul>
36747<h3>Attributes defined in parent class ns3::MobilityModel</h3>
36748<ul>
36749<li><b>Position</b>: The current position of the mobility model.
36750 <ul>
36751 <li>Set with class: \ref ns3::Vector3DValue</li>
36752 <li>Underlying type: \p Vector3D</li>
36753 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
36754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36755 </ul>
36756<li><b>Velocity</b>: The current velocity of the mobility model.
36757 <ul>
36758 <li>Set with class: \ref ns3::Vector3DValue</li>
36759 <li>Underlying type: \p Vector3D</li>
36760 <li>Flags: <span class="mlabel">read</span></li>
36761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36762 </ul>
36763</ul>
36764No TraceSources are defined for this type.<br>
36765<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
36766<ul>
36767<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
36768 <li> %Callback signature: ns3::MobilityModel::TracedCallback
36769</li>
36770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36771</ul>
36772</ul>
36773<b>Group:</b> Mobility
36774
36775<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
36776*/
36777
36778/*!
36779
36780\class ns3::WeibullRandomVariable
36781
36782<h3>Config Paths</h3>
36783
36784ns3::WeibullRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
36785<ul>
36786<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36787<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36788<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36789<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36790<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36791<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36792<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36793<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36794<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36795<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36796<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36797<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36798<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36799<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36800<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36801<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::WeibullRandomVariable"</li>
36802<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::WeibullRandomVariable"</li>
36803<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36804<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36805<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36806<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36807<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36808<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36809<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36810<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36811<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36812<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36813<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::WeibullRandomVariable"</li>
36814<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::WeibullRandomVariable"</li>
36815<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::WeibullRandomVariable"</li>
36816<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::WeibullRandomVariable"</li>
36817<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::WeibullRandomVariable"</li>
36818<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::WeibullRandomVariable"</li>
36819<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::WeibullRandomVariable"</li>
36820<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::WeibullRandomVariable"</li>
36821<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::WeibullRandomVariable"</li>
36822<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36823<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::WeibullRandomVariable"</li>
36824<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::WeibullRandomVariable"</li>
36825<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36826<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36827<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::WeibullRandomVariable"</li>
36828<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36829<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36830<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36831<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36832<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::WeibullRandomVariable"</li>
36833<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::WeibullRandomVariable"</li>
36834<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::WeibullRandomVariable"</li>
36835<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36836<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36837<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::WeibullRandomVariable"</li>
36838<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::WeibullRandomVariable"</li>
36839<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36840<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::WeibullRandomVariable"</li>
36841<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::WeibullRandomVariable"</li>
36842<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::WeibullRandomVariable"</li>
36843<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36844<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36845<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36846</ul>
36847<h3>Attributes</h3>
36848<ul>
36849<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.
36850 <ul>
36851 <li>Set with class: \ref ns3::DoubleValue</li>
36852 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36853 <li>Initial value: 0</li>
36854 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36856 </ul>
36857<li><b>Scale</b>: The scale parameter for the Weibull distribution returned by this RNG stream.
36858 <ul>
36859 <li>Set with class: \ref ns3::DoubleValue</li>
36860 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36861 <li>Initial value: 1</li>
36862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36864 </ul>
36865<li><b>Shape</b>: The shape parameter for the Weibull distribution returned by this RNG stream.
36866 <ul>
36867 <li>Set with class: \ref ns3::DoubleValue</li>
36868 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36869 <li>Initial value: 1</li>
36870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36872 </ul>
36873</ul>
36874<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
36875<ul>
36876<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
36877 <ul>
36878 <li>Set with class: \ref ns3::BooleanValue</li>
36879 <li>Underlying type: bool</li>
36880 <li>Initial value: false</li>
36881 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36882 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36883 </ul>
36884<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.
36885 <ul>
36886 <li>Set with class: \ref ns3::IntegerValue</li>
36887 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
36888 <li>Initial value: -1</li>
36889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36891 </ul>
36892</ul>
36893No TraceSources are defined for this type.<br>
36894<b>Group:</b> Core
36895
36896<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
36897*/
36898
36899/*!
36900
36901\class ns3::WifiAckManager
36902
36903Introspection did not find any typical Config paths.<br>
36904No Attributes are defined for this type.<br>
36905No TraceSources are defined for this type.<br>
36906<b>Group:</b> Wifi
36907
36908<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
36909*/
36910
36911/*!
36912
36913\class ns3::WifiAssocManager
36914
36915Introspection did not find any typical Config paths.<br>
36916<h3>Attributes</h3>
36917<ul>
36918<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.
36919 <ul>
36920 <li>Set with class: \ref ns3::BooleanValue</li>
36921 <li>Underlying type: bool</li>
36922 <li>Initial value: false</li>
36923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36925 </ul>
36926<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.
36927 <ul>
36928 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
36929 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
36930 <li>Initial value: </li>
36931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36933 </ul>
36934</ul>
36935No TraceSources are defined for this type.<br>
36936<b>Group:</b> Wifi
36937
36938<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
36939*/
36940
36941/*!
36942
36943\class ns3::WifiBandwidthFilter
36944
36945Introspection did not find any typical Config paths.<br>
36946No Attributes are defined for this type.<br>
36947No TraceSources are defined for this type.<br>
36948<b>Group:</b> Wifi
36949
36950<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
36951*/
36952
36953/*!
36954
36955\class ns3::WifiDefaultAckManager
36956
36957Introspection did not find any typical Config paths.<br>
36958<h3>Attributes</h3>
36959<ul>
36960<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.
36961 <ul>
36962 <li>Set with class: \ref ns3::DoubleValue</li>
36963 <li>Underlying type: double 0:1</li>
36964 <li>Initial value: 0</li>
36965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36967 </ul>
36968<li><b>DlMuAckSequenceType</b>: Type of the acknowledgment sequence for DL MU PPDUs.
36969 <ul>
36970 <li>Set with class: \ref ns3::EnumValue<ns3::WifiAcknowledgment::Method></li>
36971 <li>Underlying type: \p DL_MU_BAR_BA_SEQUENCE|DL_MU_TF_MU_BAR|DL_MU_AGGREGATE_TF</li>
36972 <li>Initial value: DL_MU_BAR_BA_SEQUENCE</li>
36973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36975 </ul>
36976<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.
36977 <ul>
36978 <li>Set with class: \ref ns3::UintegerValue</li>
36979 <li>Underlying type: uint8_t 0:11</li>
36980 <li>Initial value: 5</li>
36981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36983 </ul>
36984<li><b>UseExplicitBar</b>: Specify whether to send Block Ack Requests (if true) or use Implicit Block Ack Request ack policy (if false).
36985 <ul>
36986 <li>Set with class: \ref ns3::BooleanValue</li>
36987 <li>Underlying type: bool</li>
36988 <li>Initial value: false</li>
36989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36991 </ul>
36992</ul>
36993No TraceSources are defined for this type.<br>
36994<b>Group:</b> Wifi
36995
36996<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
36997*/
36998
36999/*!
37000
37001\class ns3::WifiDefaultAssocManager
37002
37003Introspection did not find any typical Config paths.<br>
37004<h3>Attributes</h3>
37005<ul>
37006<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.
37007 <ul>
37008 <li>Set with class: \ref ns3::TimeValue</li>
37009 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
37010 <li>Initial value: +5e+06ns</li>
37011 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37013 </ul>
37014<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.
37015 <ul>
37016 <li>Set with class: \ref ns3::BooleanValue</li>
37017 <li>Underlying type: bool</li>
37018 <li>Initial value: false</li>
37019 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37021 </ul>
37022</ul>
37023<h3>Attributes defined in parent class ns3::WifiAssocManager</h3>
37024<ul>
37025<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.
37026 <ul>
37027 <li>Set with class: \ref ns3::BooleanValue</li>
37028 <li>Underlying type: bool</li>
37029 <li>Initial value: false</li>
37030 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37031 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37032 </ul>
37033<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.
37034 <ul>
37035 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
37036 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
37037 <li>Initial value: </li>
37038 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37040 </ul>
37041</ul>
37042No TraceSources are defined for this type.<br>
37043<b>Group:</b> Wifi
37044
37045<b>Size</b> of this type is 416 bytes (on a 64-bit architecture).
37046*/
37047
37048/*!
37049
37050\class ns3::WifiDefaultGcrManager
37051
37052<h3>Config Paths</h3>
37053
37054ns3::WifiDefaultGcrManager is accessible through the following paths with Config::Set and Config::Connect:
37055<ul>
37056<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/GcrManager/$ns3::WifiDefaultGcrManager"</li>
37057</ul>
37058No Attributes are defined for this type.<br>
37059<h3>Attributes defined in parent class ns3::GcrManager</h3>
37060<ul>
37061<li><b>GcrConcealmentAddress</b>: The GCR concealment address.
37062 <ul>
37063 <li>Set with class: \ref ns3::Mac48AddressValue</li>
37064 <li>Underlying type: \p Mac48Address</li>
37065 <li>Initial value: 01:0f:ac:47:43:52</li>
37066 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37068 </ul>
37069<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self
37070 <ul>
37071 <li>Set with class: \ref ns3::EnumValue<ns3::GroupcastProtectionMode></li>
37072 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
37073 <li>Initial value: Rts-Cts</li>
37074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37076 </ul>
37077<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.
37078 <ul>
37079 <li>Set with class: \ref ns3::EnumValue<ns3::GroupAddressRetransmissionPolicy></li>
37080 <li>Underlying type: \p NO_RETRY|GCR_UR|GCR_BA</li>
37081 <li>Initial value: NO_RETRY</li>
37082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37084 </ul>
37085<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.
37086 <ul>
37087 <li>Set with class: \ref ns3::UintegerValue</li>
37088 <li>Underlying type: uint8_t 0:255</li>
37089 <li>Initial value: 7</li>
37090 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37092 </ul>
37093</ul>
37094No TraceSources are defined for this type.<br>
37095<b>Group:</b> Wifi
37096
37097<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
37098*/
37099
37100/*!
37101
37102\class ns3::WifiDefaultProtectionManager
37103
37104Introspection did not find any typical Config paths.<br>
37105<h3>Attributes</h3>
37106<ul>
37107<li><b>EnableMuRts</b>: If enabled, always protect a DL/UL MU frame exchange with MU-RTS/CTS.
37108 <ul>
37109 <li>Set with class: \ref ns3::BooleanValue</li>
37110 <li>Underlying type: bool</li>
37111 <li>Initial value: false</li>
37112 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37114 </ul>
37115<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).
37116 <ul>
37117 <li>Set with class: \ref ns3::BooleanValue</li>
37118 <li>Underlying type: bool</li>
37119 <li>Initial value: false</li>
37120 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37121 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37122 </ul>
37123<li><b>SkipMuRtsBeforeBsrp</b>: If enabled, MU-RTS is not used to protect the transmission of a BSRP Trigger Frame.
37124 <ul>
37125 <li>Set with class: \ref ns3::BooleanValue</li>
37126 <li>Underlying type: bool</li>
37127 <li>Initial value: true</li>
37128 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37129 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37130 </ul>
37131</ul>
37132No TraceSources are defined for this type.<br>
37133<b>Group:</b> Wifi
37134
37135<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
37136*/
37137
37138/*!
37139
37140\class ns3::WifiMac
37141
37142<h3>Config Paths</h3>
37143
37144ns3::WifiMac is accessible through the following paths with Config::Set and Config::Connect:
37145<ul>
37146<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac"</li>
37147</ul>
37148<h3>Attributes</h3>
37149<ul>
37150<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.
37151 <ul>
37152 <li>Set with class: \ref ns3::UintegerValue</li>
37153 <li>Underlying type: uint16_t 0:65535</li>
37154 <li>Initial value: 0</li>
37155 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37157 </ul>
37158<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.
37159 <ul>
37160 <li>Set with class: \ref ns3::UintegerValue</li>
37161 <li>Underlying type: uint8_t 0:64</li>
37162 <li>Initial value: 0</li>
37163 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37164 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37165 </ul>
37166<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.
37167 <ul>
37168 <li>Set with class: \ref ns3::UintegerValue</li>
37169 <li>Underlying type: uint32_t 0:15523200</li>
37170 <li>Initial value: 65535</li>
37171 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37172 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37173 </ul>
37174<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.
37175 <ul>
37176 <li>Set with class: \ref ns3::UintegerValue</li>
37177 <li>Underlying type: uint16_t 0:11398</li>
37178 <li>Initial value: 0</li>
37179 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37180 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37181 </ul>
37182<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
37183 <ul>
37184 <li>Set with class: \ref ns3::PointerValue</li>
37185 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37186 <li>Initial value: 0</li>
37187 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37189 </ul>
37190<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.
37191 <ul>
37192 <li>Set with class: \ref ns3::UintegerValue</li>
37193 <li>Underlying type: uint16_t 0:65535</li>
37194 <li>Initial value: 0</li>
37195 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37197 </ul>
37198<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.
37199 <ul>
37200 <li>Set with class: \ref ns3::UintegerValue</li>
37201 <li>Underlying type: uint8_t 0:64</li>
37202 <li>Initial value: 0</li>
37203 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37204 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37205 </ul>
37206<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.
37207 <ul>
37208 <li>Set with class: \ref ns3::UintegerValue</li>
37209 <li>Underlying type: uint32_t 0:15523200</li>
37210 <li>Initial value: 0</li>
37211 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37212 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37213 </ul>
37214<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.
37215 <ul>
37216 <li>Set with class: \ref ns3::UintegerValue</li>
37217 <li>Underlying type: uint16_t 0:11398</li>
37218 <li>Initial value: 0</li>
37219 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37221 </ul>
37222<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
37223 <ul>
37224 <li>Set with class: \ref ns3::PointerValue</li>
37225 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37226 <li>Initial value: 0</li>
37227 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37228 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37229 </ul>
37230<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
37231 <ul>
37232 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37233 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
37234 <li>Flags: <span class="mlabel">read</span></li>
37235 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37236 </ul>
37237<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
37238 <ul>
37239 <li>Set with class: \ref ns3::BooleanValue</li>
37240 <li>Underlying type: bool</li>
37241 <li>Initial value: false</li>
37242 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37243 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37244 </ul>
37245<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
37246 <ul>
37247 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37248 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
37249 <li>Flags: <span class="mlabel">read</span></li>
37250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37251 </ul>
37252<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.
37253 <ul>
37254 <li>Set with class: \ref ns3::UintegerValue</li>
37255 <li>Underlying type: uint32_t 1:65535</li>
37256 <li>Initial value: 7</li>
37257 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37258 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37259 </ul>
37260<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.
37261 <ul>
37262 <li>Set with class: \ref ns3::UintegerValue</li>
37263 <li>Underlying type: uint16_t 1:1024</li>
37264 <li>Initial value: 1024</li>
37265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37266 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37267 </ul>
37268<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
37269 <ul>
37270 <li>Set with class: \ref ns3::BooleanValue</li>
37271 <li>Underlying type: bool</li>
37272 <li>Initial value: false</li>
37273 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37274 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37275 </ul>
37276<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).
37277 <ul>
37278 <li>Set with class: \ref ns3::BooleanValue</li>
37279 <li>Underlying type: bool</li>
37280 <li>Initial value: false</li>
37281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37283 </ul>
37284<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
37285 <ul>
37286 <li>Set with class: \ref ns3::BooleanValue</li>
37287 <li>Underlying type: bool</li>
37288 <li>Initial value: true</li>
37289 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37291 </ul>
37292<li><b>Ssid</b>: The ssid we want to belong to.
37293 <ul>
37294 <li>Set with class: \ref ns3::SsidValue</li>
37295 <li>Underlying type: \p Ssid</li>
37296 <li>Initial value: SSID=[default]</li>
37297 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37299 </ul>
37300<li><b>Txop</b>: The Txop object.
37301 <ul>
37302 <li>Set with class: \ref ns3::PointerValue</li>
37303 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
37304 <li>Initial value: 0</li>
37305 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37307 </ul>
37308<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.
37309 <ul>
37310 <li>Set with class: \ref ns3::UintegerValue</li>
37311 <li>Underlying type: uint16_t 0:65535</li>
37312 <li>Initial value: 0</li>
37313 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37314 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37315 </ul>
37316<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.
37317 <ul>
37318 <li>Set with class: \ref ns3::UintegerValue</li>
37319 <li>Underlying type: uint8_t 0:64</li>
37320 <li>Initial value: 0</li>
37321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37323 </ul>
37324<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.
37325 <ul>
37326 <li>Set with class: \ref ns3::UintegerValue</li>
37327 <li>Underlying type: uint32_t 0:15523200</li>
37328 <li>Initial value: 65535</li>
37329 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37330 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37331 </ul>
37332<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.
37333 <ul>
37334 <li>Set with class: \ref ns3::UintegerValue</li>
37335 <li>Underlying type: uint16_t 0:11398</li>
37336 <li>Initial value: 0</li>
37337 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37339 </ul>
37340<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
37341 <ul>
37342 <li>Set with class: \ref ns3::PointerValue</li>
37343 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37344 <li>Initial value: 0</li>
37345 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37346 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37347 </ul>
37348<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.
37349 <ul>
37350 <li>Set with class: \ref ns3::UintegerValue</li>
37351 <li>Underlying type: uint16_t 0:65535</li>
37352 <li>Initial value: 0</li>
37353 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37354 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37355 </ul>
37356<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.
37357 <ul>
37358 <li>Set with class: \ref ns3::UintegerValue</li>
37359 <li>Underlying type: uint8_t 0:64</li>
37360 <li>Initial value: 0</li>
37361 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37362 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37363 </ul>
37364<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.
37365 <ul>
37366 <li>Set with class: \ref ns3::UintegerValue</li>
37367 <li>Underlying type: uint32_t 0:15523200</li>
37368 <li>Initial value: 0</li>
37369 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37371 </ul>
37372<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.
37373 <ul>
37374 <li>Set with class: \ref ns3::UintegerValue</li>
37375 <li>Underlying type: uint16_t 0:11398</li>
37376 <li>Initial value: 0</li>
37377 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37379 </ul>
37380<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
37381 <ul>
37382 <li>Set with class: \ref ns3::PointerValue</li>
37383 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37384 <li>Initial value: 0</li>
37385 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37387 </ul>
37388</ul>
37389<h3>TraceSources</h3>
37390<ul>
37391<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
37392 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37393</li>
37394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37395</ul>
37396<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
37397 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
37398</li>
37399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37400</ul>
37401<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>
37402 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
37403</li>
37404 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37405</ul>
37406<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>
37407 <li> %Callback signature: ns3::Packet::TracedCallback
37408</li>
37409 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37410</ul>
37411<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>
37412 <li> %Callback signature: ns3::Packet::TracedCallback
37413</li>
37414 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37415</ul>
37416<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>
37417 <li> %Callback signature: ns3::Packet::TracedCallback
37418</li>
37419 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37420</ul>
37421<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>
37422 <li> %Callback signature: ns3::Packet::TracedCallback
37423</li>
37424 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37425</ul>
37426<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>
37427 <li> %Callback signature: ns3::Packet::TracedCallback
37428</li>
37429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37430</ul>
37431<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>
37432 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
37433</li>
37434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37435</ul>
37436<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
37437 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37438</li>
37439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37440</ul>
37441<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>
37442 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
37443</li>
37444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37445</ul>
37446<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>
37447 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
37448</li>
37449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37450</ul>
37451</ul>
37452<b>Group:</b> Wifi
37453
37454<b>Size</b> of this type is 776 bytes (on a 64-bit architecture).
37455*/
37456
37457/*!
37458
37459\class ns3::WifiMacHeader
37460
37461Introspection did not find any typical Config paths.<br>
37462No Attributes are defined for this type.<br>
37463No TraceSources are defined for this type.<br>
37464<b>Group:</b> Wifi
37465
37466<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
37467*/
37468
37469/*!
37470
37471\class ns3::WifiMacQueue
37472
37473<h3>Config Paths</h3>
37474
37475ns3::WifiMacQueue is accessible through the following paths with Config::Set and Config::Connect:
37476<ul>
37477<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop/Queue"</li>
37478</ul>
37479<h3>Attributes</h3>
37480<ul>
37481<li><b>MaxDelay</b>: If a packet stays longer than this delay in the queue, it is dropped.
37482 <ul>
37483 <li>Set with class: \ref ns3::TimeValue</li>
37484 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37485 <li>Initial value: +5e+08ns</li>
37486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37488 </ul>
37489<li><b>MaxSize</b>: The max queue size
37490 <ul>
37491 <li>Set with class: \ref ns3::QueueSizeValue</li>
37492 <li>Underlying type: \p QueueSize</li>
37493 <li>Initial value: 500p</li>
37494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37496 </ul>
37497</ul>
37498<h3>TraceSources</h3>
37499<ul>
37500<li><b>Expired</b>: MPDU dropped because its lifetime expired.<br> <ul>
37501 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37502</li>
37503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37504</ul>
37505</ul>
37506<h3>TraceSources defined in parent class ns3::Queue<WifiMpdu,WifiMacQueueContainer></h3>
37507<ul>
37508<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
37509 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37510</li>
37511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37512</ul>
37513<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
37514 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37515</li>
37516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37517</ul>
37518<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
37519 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37520</li>
37521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37522</ul>
37523<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
37524 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37525</li>
37526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37527</ul>
37528<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
37529 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37530</li>
37531 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37532</ul>
37533</ul>
37534<h3>TraceSources defined in parent class ns3::QueueBase</h3>
37535<ul>
37536<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
37537 <li> %Callback signature: ns3::TracedValueCallback::Uint32
37538</li>
37539 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37540</ul>
37541<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
37542 <li> %Callback signature: ns3::TracedValueCallback::Uint32
37543</li>
37544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37545</ul>
37546</ul>
37547<b>Group:</b> Wifi
37548
37549<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
37550*/
37551
37552/*!
37553
37554\class ns3::WifiMacQueueScheduler
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 64 bytes (on a 64-bit architecture).
37562*/
37563
37564/*!
37565
37566\class ns3::WifiMacQueueSchedulerImpl
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 18446744073709551615 bytes (on a 64-bit architecture).
37574*/
37575
37576/*!
37577
37578\class ns3::WifiMacTrailer
37579
37580Introspection did not find any typical Config paths.<br>
37581No Attributes are defined for this type.<br>
37582No TraceSources are defined for this type.<br>
37583<b>Group:</b> Wifi
37584
37585<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
37586*/
37587
37588/*!
37589
37590\class ns3::WifiNetDevice
37591
37592<h3>Config Paths</h3>
37593
37594ns3::WifiNetDevice is accessible through the following paths with Config::Set and Config::Connect:
37595<ul>
37596<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice"</li>
37597</ul>
37598<h3>Attributes</h3>
37599<ul>
37600<li><b>EhtConfiguration</b>: The EhtConfiguration object.
37601 <ul>
37602 <li>Set with class: \ref ns3::PointerValue</li>
37603 <li>Underlying type: \ref ns3::Ptr< \ref ns3::EhtConfiguration></li>
37604 <li>Flags: <span class="mlabel">read</span></li>
37605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37606 </ul>
37607<li><b>HeConfiguration</b>: The HeConfiguration object.
37608 <ul>
37609 <li>Set with class: \ref ns3::PointerValue</li>
37610 <li>Underlying type: \ref ns3::Ptr< \ref ns3::HeConfiguration></li>
37611 <li>Flags: <span class="mlabel">read</span></li>
37612 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37613 </ul>
37614<li><b>HtConfiguration</b>: The HtConfiguration object.
37615 <ul>
37616 <li>Set with class: \ref ns3::PointerValue</li>
37617 <li>Underlying type: \ref ns3::Ptr< \ref ns3::HtConfiguration></li>
37618 <li>Flags: <span class="mlabel">read</span></li>
37619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37620 </ul>
37621<li><b>Mac</b>: The MAC layer attached to this device.
37622 <ul>
37623 <li>Set with class: \ref ns3::PointerValue</li>
37624 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMac></li>
37625 <li>Initial value: 0</li>
37626 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37628 </ul>
37629<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
37630 <ul>
37631 <li>Set with class: \ref ns3::UintegerValue</li>
37632 <li>Underlying type: uint16_t 1:2296</li>
37633 <li>Initial value: 2296</li>
37634 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37636 </ul>
37637<li><b>Phy</b>: The PHY layer attached to this device.
37638 <ul>
37639 <li>Set with class: \ref ns3::PointerValue</li>
37640 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhy></li>
37641 <li>Initial value: 0</li>
37642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37644 </ul>
37645<li><b>Phys</b>: The PHY layers attached to this device (11be multi-link devices only).
37646 <ul>
37647 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37648 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhy></li>
37649 <li>Flags: <span class="mlabel">read</span></li>
37650 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37651 </ul>
37652<li><b>RemoteStationManager</b>: The station manager attached to this device.
37653 <ul>
37654 <li>Set with class: \ref ns3::PointerValue</li>
37655 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiRemoteStationManager></li>
37656 <li>Initial value: 0</li>
37657 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37658 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37659 </ul>
37660<li><b>RemoteStationManagers</b>: The remote station managers attached to this device (11be multi-link devices only).
37661 <ul>
37662 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37663 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiRemoteStationManager></li>
37664 <li>Flags: <span class="mlabel">read</span></li>
37665 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37666 </ul>
37667<li><b>VhtConfiguration</b>: The VhtConfiguration object.
37668 <ul>
37669 <li>Set with class: \ref ns3::PointerValue</li>
37670 <li>Underlying type: \ref ns3::Ptr< \ref ns3::VhtConfiguration></li>
37671 <li>Flags: <span class="mlabel">read</span></li>
37672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37673 </ul>
37674</ul>
37675No TraceSources are defined for this type.<br>
37676<b>Group:</b> Wifi
37677
37678<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
37679*/
37680
37681/*!
37682
37683\class ns3::WifiPhy
37684
37685<h3>Config Paths</h3>
37686
37687ns3::WifiPhy is accessible through the following paths with Config::Set and Config::Connect:
37688<ul>
37689<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy"</li>
37690<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]"</li>
37691</ul>
37692<h3>Attributes</h3>
37693<ul>
37694<li><b>Antennas</b>: The number of antennas on the device.
37695 <ul>
37696 <li>Set with class: \ref ns3::UintegerValue</li>
37697 <li>Underlying type: uint8_t 1:8</li>
37698 <li>Initial value: 1</li>
37699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37701 </ul>
37702<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.
37703 <ul>
37704 <li>Set with class: \ref ns3::DoubleValue</li>
37705 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37706 <li>Initial value: -62</li>
37707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37709 </ul>
37710<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.
37711 <ul>
37712 <li>Set with class: \ref ns3::DoubleValue</li>
37713 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37714 <li>Initial value: -82</li>
37715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37717 </ul>
37718<li><b>Channel</b>: The channel attached to this PHY
37719 <ul>
37720 <li>Set with class: \ref ns3::PointerValue</li>
37721 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
37722 <li>Flags: <span class="mlabel">read</span></li>
37723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37724 </ul>
37725<li><b>ChannelNumber</b>: The channel number of the current operating channel.
37726 <ul>
37727 <li>Set with class: \ref ns3::UintegerValue</li>
37728 <li>Underlying type: uint8_t 0:233</li>
37729 <li>Flags: <span class="mlabel">read</span></li>
37730 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37731 </ul>
37732<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.
37733 <ul>
37734 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
37735 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
37736 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
37737 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37739 </ul>
37740<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
37741 <ul>
37742 <li>Set with class: \ref ns3::TimeValue</li>
37743 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
37744 <li>Initial value: +250000ns</li>
37745 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37746 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37747 </ul>
37748<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.
37749 <ul>
37750 <li>Set with class: \ref ns3::UintegerValue</li>
37751 <li>Underlying type: double 5:320</li>
37752 <li>Flags: <span class="mlabel">read</span></li>
37753 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37754 </ul>
37755<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
37756 <ul>
37757 <li>Set with class: \ref ns3::BooleanValue</li>
37758 <li>Underlying type: bool</li>
37759 <li>Initial value: false</li>
37760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37762 </ul>
37763<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
37764 <ul>
37765 <li>Set with class: \ref ns3::PointerValue</li>
37766 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
37767 <li>Initial value: 0</li>
37768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37770 </ul>
37771<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
37772 <ul>
37773 <li>Set with class: \ref ns3::UintegerValue</li>
37774 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
37775 <li>Flags: <span class="mlabel">read</span></li>
37776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37777 </ul>
37778<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
37779 <ul>
37780 <li>Set with class: \ref ns3::PointerValue</li>
37781 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
37782 <li>Initial value: 0</li>
37783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37785 </ul>
37786<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.
37787 <ul>
37788 <li>Set with class: \ref ns3::DoubleValue</li>
37789 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37790 <li>Initial value: 0</li>
37791 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37792 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37793 </ul>
37794<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.
37795 <ul>
37796 <li>Set with class: \ref ns3::UintegerValue</li>
37797 <li>Underlying type: uint8_t 1:8</li>
37798 <li>Initial value: 1</li>
37799 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37801 </ul>
37802<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.
37803 <ul>
37804 <li>Set with class: \ref ns3::UintegerValue</li>
37805 <li>Underlying type: uint8_t 1:8</li>
37806 <li>Initial value: 1</li>
37807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37809 </ul>
37810<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.
37811 <ul>
37812 <li>Set with class: \ref ns3::BooleanValue</li>
37813 <li>Underlying type: bool</li>
37814 <li>Initial value: false</li>
37815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37817 </ul>
37818<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.
37819 <ul>
37820 <li>Set with class: \ref ns3::TimeValue</li>
37821 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37822 <li>Initial value: +0ns</li>
37823 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37825 </ul>
37826<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.
37827 <ul>
37828 <li>Set with class: \ref ns3::PointerValue</li>
37829 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
37830 <li>Initial value: 0</li>
37831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37833 </ul>
37834<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
37835 <ul>
37836 <li>Set with class: \ref ns3::DoubleValue</li>
37837 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37838 <li>Initial value: 100</li>
37839 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37841 </ul>
37842<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
37843 <ul>
37844 <li>Set with class: \ref ns3::PointerValue</li>
37845 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
37846 <li>Initial value: 0</li>
37847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37849 </ul>
37850<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).
37851 <ul>
37852 <li>Set with class: \ref ns3::UintegerValue</li>
37853 <li>Underlying type: uint8_t 0:7</li>
37854 <li>Flags: <span class="mlabel">read</span></li>
37855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37856 </ul>
37857<li><b>RxGain</b>: Reception gain (dB).
37858 <ul>
37859 <li>Set with class: \ref ns3::DoubleValue</li>
37860 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37861 <li>Initial value: 0</li>
37862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37864 </ul>
37865<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)".
37866 <ul>
37867 <li>Set with class: \ref ns3::DoubleValue</li>
37868 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37869 <li>Initial value: 7</li>
37870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37872 </ul>
37873<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.
37874 <ul>
37875 <li>Set with class: \ref ns3::DoubleValue</li>
37876 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37877 <li>Initial value: -101</li>
37878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37880 </ul>
37881<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.
37882 <ul>
37883 <li>Set with class: \ref ns3::BooleanValue</li>
37884 <li>Underlying type: bool</li>
37885 <li>Initial value: false</li>
37886 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37887 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37888 </ul>
37889<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.
37890 <ul>
37891 <li>Set with class: \ref ns3::TimeValue</li>
37892 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37893 <li>Initial value: +0ns</li>
37894 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37896 </ul>
37897<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.
37898 <ul>
37899 <li>Set with class: \ref ns3::TimeValue</li>
37900 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37901 <li>Initial value: +0ns</li>
37902 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37904 </ul>
37905<li><b>State</b>: The state of the PHY layer.
37906 <ul>
37907 <li>Set with class: \ref ns3::PointerValue</li>
37908 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
37909 <li>Initial value: 0</li>
37910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37912 </ul>
37913<li><b>TxGain</b>: Transmission gain (dB).
37914 <ul>
37915 <li>Set with class: \ref ns3::DoubleValue</li>
37916 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37917 <li>Initial value: 0</li>
37918 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37919 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37920 </ul>
37921<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
37922 <ul>
37923 <li>Set with class: \ref ns3::DoubleValue</li>
37924 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37925 <li>Initial value: 16.0206</li>
37926 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37927 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37928 </ul>
37929<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
37930 <ul>
37931 <li>Set with class: \ref ns3::UintegerValue</li>
37932 <li>Underlying type: uint8_t 0:255</li>
37933 <li>Initial value: 1</li>
37934 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37936 </ul>
37937<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
37938 <ul>
37939 <li>Set with class: \ref ns3::DoubleValue</li>
37940 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37941 <li>Initial value: 16.0206</li>
37942 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37943 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37944 </ul>
37945</ul>
37946<h3>TraceSources</h3>
37947<ul>
37948<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
37949 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
37950</li>
37951 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37952</ul>
37953<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
37954 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
37955</li>
37956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37957</ul>
37958<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
37959 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
37960</li>
37961 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37962</ul>
37963<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
37964 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
37965</li>
37966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37967</ul>
37968<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
37969 <li> %Callback signature: ns3::Packet::TracedCallback
37970</li>
37971 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37972</ul>
37973<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
37974 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
37975</li>
37976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37977</ul>
37978<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
37979 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
37980</li>
37981 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37982</ul>
37983<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
37984 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
37985</li>
37986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37987</ul>
37988<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>
37989 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
37990</li>
37991 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37992</ul>
37993<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
37994 <li> %Callback signature: ns3::Packet::TracedCallback
37995</li>
37996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37997</ul>
37998<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
37999 <li> %Callback signature: ns3::Packet::TracedCallback
38000</li>
38001 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38002</ul>
38003<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>
38004 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
38005</li>
38006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38007</ul>
38008<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
38009 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
38010</li>
38011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38012</ul>
38013</ul>
38014<b>Group:</b> Wifi
38015
38016<b>Size</b> of this type is 896 bytes (on a 64-bit architecture).
38017*/
38018
38019/*!
38020
38021\class ns3::WifiPhyRxTraceSink
38022
38023Introspection did not find any typical Config paths.<br>
38024No Attributes are defined for this type.<br>
38025No TraceSources are defined for this type.<br>
38026<b>Group:</b> Wifi
38027
38028<b>Size</b> of this type is 528 bytes (on a 64-bit architecture).
38029*/
38030
38031/*!
38032
38033\class ns3::WifiPhyStateHelper
38034
38035<h3>Config Paths</h3>
38036
38037ns3::WifiPhyStateHelper is accessible through the following paths with Config::Set and Config::Connect:
38038<ul>
38039<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/State"</li>
38040<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/State"</li>
38041</ul>
38042No Attributes are defined for this type.<br>
38043<h3>TraceSources</h3>
38044<ul>
38045<li><b>RxError</b>: A packet has been received unsuccessfuly.<br> <ul>
38046 <li> %Callback signature: ns3::WifiPhyStateHelper::RxEndErrorTracedCallback
38047</li>
38048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38049</ul>
38050<li><b>RxOk</b>: A packet has been received successfully.<br> <ul>
38051 <li> %Callback signature: ns3::WifiPhyStateHelper::RxOkTracedCallback
38052</li>
38053 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38054</ul>
38055<li><b>RxOutcome</b>: The outcome of the decoding of the PPDU, including MPDU decoding status<br> <ul>
38056 <li> %Callback signature: ns3::WifiPhyStateHelper::RxOutcomeTracedCallback
38057</li>
38058 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38059</ul>
38060<li><b>State</b>: The state of the PHY layer<br> <ul>
38061 <li> %Callback signature: ns3::WifiPhyStateHelper::StateTracedCallback
38062</li>
38063 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38064</ul>
38065<li><b>Tx</b>: Packet transmission is starting.<br> <ul>
38066 <li> %Callback signature: ns3::WifiPhyStateHelper::TxTracedCallback
38067</li>
38068 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38069</ul>
38070</ul>
38071<b>Group:</b> Wifi
38072
38073<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
38074*/
38075
38076/*!
38077
38078\class ns3::WifiProtectionManager
38079
38080Introspection did not find any typical Config paths.<br>
38081No Attributes are defined for this type.<br>
38082No TraceSources are defined for this type.<br>
38083<b>Group:</b> Wifi
38084
38085<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
38086*/
38087
38088/*!
38089
38090\class ns3::WifiRadioEnergyModel
38091
38092Introspection did not find any typical Config paths.<br>
38093<h3>Attributes</h3>
38094<ul>
38095<li><b>CcaBusyCurrentA</b>: The default radio CCA Busy State current in Ampere.
38096 <ul>
38097 <li>Set with class: \ref ns3::DoubleValue</li>
38098 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38099 <li>Initial value: 0.273</li>
38100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38102 </ul>
38103<li><b>IdleCurrentA</b>: The default radio Idle current in Ampere.
38104 <ul>
38105 <li>Set with class: \ref ns3::DoubleValue</li>
38106 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38107 <li>Initial value: 0.273</li>
38108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38110 </ul>
38111<li><b>RxCurrentA</b>: The radio RX current in Ampere.
38112 <ul>
38113 <li>Set with class: \ref ns3::DoubleValue</li>
38114 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38115 <li>Initial value: 0.313</li>
38116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38118 </ul>
38119<li><b>SleepCurrentA</b>: The radio Sleep current in Ampere.
38120 <ul>
38121 <li>Set with class: \ref ns3::DoubleValue</li>
38122 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38123 <li>Initial value: 0.033</li>
38124 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38126 </ul>
38127<li><b>SwitchingCurrentA</b>: The default radio Channel Switch current in Ampere.
38128 <ul>
38129 <li>Set with class: \ref ns3::DoubleValue</li>
38130 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38131 <li>Initial value: 0.273</li>
38132 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38134 </ul>
38135<li><b>TxCurrentA</b>: The radio TX current in Ampere.
38136 <ul>
38137 <li>Set with class: \ref ns3::DoubleValue</li>
38138 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38139 <li>Initial value: 0.38</li>
38140 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38142 </ul>
38143<li><b>TxCurrentModel</b>: A pointer to the attached TX current model.
38144 <ul>
38145 <li>Set with class: \ref ns3::PointerValue</li>
38146 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiTxCurrentModel></li>
38147 <li>Initial value: 0</li>
38148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38150 </ul>
38151</ul>
38152<h3>TraceSources</h3>
38153<ul>
38154<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.<br> <ul>
38155 <li> %Callback signature: ns3::TracedValueCallback::Double
38156</li>
38157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38158</ul>
38159</ul>
38160<b>Group:</b> Energy
38161
38162<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
38163*/
38164
38165/*!
38166
38167\class ns3::WifiRemoteStationManager
38168
38169<h3>Config Paths</h3>
38170
38171ns3::WifiRemoteStationManager is accessible through the following paths with Config::Set and Config::Connect:
38172<ul>
38173<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager"</li>
38174<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]"</li>
38175</ul>
38176<h3>Attributes</h3>
38177<ul>
38178<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.
38179 <ul>
38180 <li>Set with class: \ref ns3::UintegerValue</li>
38181 <li>Underlying type: uint8_t 0:255</li>
38182 <li>Initial value: 0</li>
38183 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38184 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38185 </ul>
38186<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
38187 <ul>
38188 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
38189 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
38190 <li>Initial value: Cts-To-Self</li>
38191 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38192 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38193 </ul>
38194<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.
38195 <ul>
38196 <li>Set with class: \ref ns3::UintegerValue</li>
38197 <li>Underlying type: uint32_t 256:65535</li>
38198 <li>Initial value: 65535</li>
38199 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38201 </ul>
38202<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
38203 <ul>
38204 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
38205 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
38206 <li>Initial value: Cts-To-Self</li>
38207 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38209 </ul>
38210<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.
38211 <ul>
38212 <li>Set with class: \ref ns3::BooleanValue</li>
38213 <li>Underlying type: bool</li>
38214 <li>Initial value: false</li>
38215 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38217 </ul>
38218<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.
38219 <ul>
38220 <li>Set with class: \ref ns3::UintegerValue</li>
38221 <li>Underlying type: uint32_t 0:4294967295</li>
38222 <li>Initial value: 4</li>
38223 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38224 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
38225 </ul>
38226<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.
38227 <ul>
38228 <li>Set with class: \ref ns3::UintegerValue</li>
38229 <li>Underlying type: uint32_t 0:4294967295</li>
38230 <li>Initial value: 7</li>
38231 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38232 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
38233 </ul>
38234<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
38235 <ul>
38236 <li>Set with class: \ref ns3::WifiModeValue</li>
38237 <li>Underlying type: \p WifiMode</li>
38238 <li>Initial value: Invalid-WifiMode</li>
38239 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38241 </ul>
38242<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.
38243 <ul>
38244 <li>Set with class: \ref ns3::UintegerValue</li>
38245 <li>Underlying type: uint32_t 0:4692480</li>
38246 <li>Initial value: 4692480</li>
38247 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38248 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38249 </ul>
38250<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.
38251 <ul>
38252 <li>Set with class: \ref ns3::TimeValue</li>
38253 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38254 <li>Initial value: +0ns</li>
38255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38257 </ul>
38258</ul>
38259<h3>TraceSources</h3>
38260<ul>
38261<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
38262 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38263</li>
38264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38265</ul>
38266<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
38267 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38268</li>
38269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38270</ul>
38271<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
38272 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38273</li>
38274 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38275</ul>
38276<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
38277 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38278</li>
38279 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38280</ul>
38281</ul>
38282<b>Group:</b> Wifi
38283
38284<b>Size</b> of this type is 408 bytes (on a 64-bit architecture).
38285*/
38286
38287/*!
38288
38289\class ns3::WifiSpectrumPhyInterface
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 208 bytes (on a 64-bit architecture).
38297*/
38298
38299/*!
38300
38301\class ns3::WifiTxCurrentModel
38302
38303Introspection did not find any typical Config paths.<br>
38304No Attributes are defined for this type.<br>
38305No TraceSources are defined for this type.<br>
38306<b>Group:</b> Wifi
38307
38308<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38309*/
38310
38311/*!
38312
38313\class ns3::WimaxChannel
38314
38315<h3>Config Paths</h3>
38316
38317ns3::WimaxChannel is accessible through the following paths with Config::Set and Config::Connect:
38318<ul>
38319<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::WimaxChannel"</li>
38320<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::WimaxChannel"</li>
38321<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel"</li>
38322<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel"</li>
38323<li>"/ChannelList/[i]/$ns3::WimaxChannel"</li>
38324</ul>
38325No Attributes are defined for this type.<br>
38326<h3>Attributes defined in parent class ns3::Channel</h3>
38327<ul>
38328<li><b>Id</b>: The id (unique integer) of this Channel.
38329 <ul>
38330 <li>Set with class: \ref ns3::UintegerValue</li>
38331 <li>Underlying type: uint32_t 0:4294967295</li>
38332 <li>Flags: <span class="mlabel">read</span></li>
38333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38334 </ul>
38335</ul>
38336No TraceSources are defined for this type.<br>
38337<b>Group:</b> Wimax
38338
38339<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38340*/
38341
38342/*!
38343
38344\class ns3::WimaxConnection
38345
38346<h3>Config Paths</h3>
38347
38348ns3::WimaxConnection is accessible through the following paths with Config::Set and Config::Connect:
38349<ul>
38350<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/InitialRangingConnection"</li>
38351<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BroadcastConnection"</li>
38352<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/BasicConnection"</li>
38353<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/PrimaryConnection"</li>
38354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/BasicConnection"</li>
38355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/PrimaryConnection"</li>
38356</ul>
38357<h3>Attributes</h3>
38358<ul>
38359<li><b>TxQueue</b>: Transmit queue
38360 <ul>
38361 <li>Set with class: \ref ns3::PointerValue</li>
38362 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxMacQueue></li>
38363 <li>Flags: <span class="mlabel">read</span></li>
38364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38365 </ul>
38366<li><b>Type</b>: Connection type
38367 <ul>
38368 <li>Set with class: \ref ns3::EnumValue<ns3::Cid::Type></li>
38369 <li>Underlying type: \p Broadcast|InitialRanging|Basic|Primary|Transport|Multicast|Padding</li>
38370 <li>Flags: <span class="mlabel">read</span></li>
38371 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38372 </ul>
38373</ul>
38374No TraceSources are defined for this type.<br>
38375<b>Group:</b> Wimax
38376
38377<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
38378*/
38379
38380/*!
38381
38382\class ns3::WimaxMacQueue
38383
38384<h3>Config Paths</h3>
38385
38386ns3::WimaxMacQueue is accessible through the following paths with Config::Set and Config::Connect:
38387<ul>
38388<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/InitialRangingConnection/TxQueue"</li>
38389<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BroadcastConnection/TxQueue"</li>
38390<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/BasicConnection/TxQueue"</li>
38391<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/PrimaryConnection/TxQueue"</li>
38392<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/BasicConnection/TxQueue"</li>
38393<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/PrimaryConnection/TxQueue"</li>
38394</ul>
38395<h3>Attributes</h3>
38396<ul>
38397<li><b>MaxSize</b>: Maximum size
38398 <ul>
38399 <li>Set with class: \ref ns3::UintegerValue</li>
38400 <li>Underlying type: uint32_t 0:4294967295</li>
38401 <li>Initial value: 1024</li>
38402 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38403 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38404 </ul>
38405</ul>
38406<h3>TraceSources</h3>
38407<ul>
38408<li><b>Dequeue</b>: Dequeue trace<br> <ul>
38409 <li> %Callback signature: ns3::Packet::TracedCallback
38410</li>
38411 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38412</ul>
38413<li><b>Drop</b>: Drop trace<br> <ul>
38414 <li> %Callback signature: ns3::Packet::TracedCallback
38415</li>
38416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38417</ul>
38418<li><b>Enqueue</b>: Enqueue trace<br> <ul>
38419 <li> %Callback signature: ns3::Packet::TracedCallback
38420</li>
38421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38422</ul>
38423</ul>
38424<b>Group:</b> Wimax
38425
38426<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
38427*/
38428
38429/*!
38430
38431\class ns3::WimaxMacToMacHeader
38432
38433Introspection did not find any typical Config paths.<br>
38434No Attributes are defined for this type.<br>
38435No TraceSources are defined for this type.<br>
38436<b>Group:</b> Wimax
38437
38438<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
38439*/
38440
38441/*!
38442
38443\class ns3::WimaxNetDevice
38444
38445<h3>Config Paths</h3>
38446
38447ns3::WimaxNetDevice is accessible through the following paths with Config::Set and Config::Connect:
38448<ul>
38449<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice"</li>
38450</ul>
38451<h3>Attributes</h3>
38452<ul>
38453<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.
38454 <ul>
38455 <li>Set with class: \ref ns3::PointerValue</li>
38456 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BandwidthManager></li>
38457 <li>Initial value: 0</li>
38458 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38460 </ul>
38461<li><b>BroadcastConnection</b>: Broadcast connection
38462 <ul>
38463 <li>Set with class: \ref ns3::PointerValue</li>
38464 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
38465 <li>Initial value: 0</li>
38466 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38468 </ul>
38469<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.
38470 <ul>
38471 <li>Set with class: \ref ns3::PointerValue</li>
38472 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BurstProfileManager></li>
38473 <li>Initial value: 0</li>
38474 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38476 </ul>
38477<li><b>Channel</b>: The channel attached to this device.
38478 <ul>
38479 <li>Set with class: \ref ns3::PointerValue</li>
38480 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
38481 <li>Initial value: 0</li>
38482 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38484 </ul>
38485<li><b>ConnectionManager</b>: The connection manager attached to this device.
38486 <ul>
38487 <li>Set with class: \ref ns3::PointerValue</li>
38488 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ConnectionManager></li>
38489 <li>Initial value: 0</li>
38490 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38492 </ul>
38493<li><b>InitialRangingConnection</b>: Initial ranging connection
38494 <ul>
38495 <li>Set with class: \ref ns3::PointerValue</li>
38496 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
38497 <li>Initial value: 0</li>
38498 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38500 </ul>
38501<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
38502 <ul>
38503 <li>Set with class: \ref ns3::UintegerValue</li>
38504 <li>Underlying type: uint16_t 0:1500</li>
38505 <li>Initial value: 1400</li>
38506 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38508 </ul>
38509<li><b>Phy</b>: The PHY layer attached to this device.
38510 <ul>
38511 <li>Set with class: \ref ns3::PointerValue</li>
38512 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxPhy></li>
38513 <li>Initial value: 0</li>
38514 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38515 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38516 </ul>
38517<li><b>RTG</b>: receive/transmit transition gap.
38518 <ul>
38519 <li>Set with class: \ref ns3::UintegerValue</li>
38520 <li>Underlying type: uint16_t 0:120</li>
38521 <li>Initial value: 0</li>
38522 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38523 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38524 </ul>
38525<li><b>TTG</b>: transmit/receive transition gap.
38526 <ul>
38527 <li>Set with class: \ref ns3::UintegerValue</li>
38528 <li>Underlying type: uint16_t 0:120</li>
38529 <li>Initial value: 0</li>
38530 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38531 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38532 </ul>
38533</ul>
38534<h3>TraceSources</h3>
38535<ul>
38536<li><b>Rx</b>: Receive trace<br> <ul>
38537 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
38538</li>
38539 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38540</ul>
38541<li><b>Tx</b>: Transmit trace<br> <ul>
38542 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
38543</li>
38544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38545</ul>
38546</ul>
38547<b>Group:</b> Wimax
38548
38549<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
38550*/
38551
38552/*!
38553
38554\class ns3::WimaxPhy
38555
38556<h3>Config Paths</h3>
38557
38558ns3::WimaxPhy is accessible through the following paths with Config::Set and Config::Connect:
38559<ul>
38560<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy"</li>
38561</ul>
38562<h3>Attributes</h3>
38563<ul>
38564<li><b>Bandwidth</b>: The channel bandwidth in Hz.
38565 <ul>
38566 <li>Set with class: \ref ns3::UintegerValue</li>
38567 <li>Underlying type: uint32_t 5000000:30000000</li>
38568 <li>Initial value: 10000000</li>
38569 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38570 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38571 </ul>
38572<li><b>Channel</b>: Wimax channel
38573 <ul>
38574 <li>Set with class: \ref ns3::PointerValue</li>
38575 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
38576 <li>Initial value: 0</li>
38577 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38579 </ul>
38580<li><b>FrameDuration</b>: The frame duration in seconds.
38581 <ul>
38582 <li>Set with class: \ref ns3::TimeValue</li>
38583 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38584 <li>Initial value: +1e+07ns</li>
38585 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38587 </ul>
38588<li><b>Frequency</b>: The central frequency in KHz.
38589 <ul>
38590 <li>Set with class: \ref ns3::UintegerValue</li>
38591 <li>Underlying type: uint32_t 1000000:11000000</li>
38592 <li>Initial value: 5000000</li>
38593 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38595 </ul>
38596</ul>
38597No TraceSources are defined for this type.<br>
38598<b>Group:</b> Wimax
38599
38600<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
38601*/
38602
38603/*!
38604
38605\class ns3::YansErrorRateModel
38606
38607Introspection did not find any typical Config paths.<br>
38608No Attributes are defined for this type.<br>
38609No TraceSources are defined for this type.<br>
38610<b>Group:</b> Wifi
38611
38612<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38613*/
38614
38615/*!
38616
38617\class ns3::YansWifiChannel
38618
38619<h3>Config Paths</h3>
38620
38621ns3::YansWifiChannel is accessible through the following paths with Config::Set and Config::Connect:
38622<ul>
38623<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel"</li>
38624<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel"</li>
38625<li>"/ChannelList/[i]/$ns3::YansWifiChannel"</li>
38626</ul>
38627<h3>Attributes</h3>
38628<ul>
38629<li><b>PropagationDelayModel</b>: A pointer to the propagation delay model attached to this channel.
38630 <ul>
38631 <li>Set with class: \ref ns3::PointerValue</li>
38632 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationDelayModel></li>
38633 <li>Initial value: 0</li>
38634 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38636 </ul>
38637<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
38638 <ul>
38639 <li>Set with class: \ref ns3::PointerValue</li>
38640 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
38641 <li>Initial value: 0</li>
38642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38644 </ul>
38645</ul>
38646<h3>Attributes defined in parent class ns3::Channel</h3>
38647<ul>
38648<li><b>Id</b>: The id (unique integer) of this Channel.
38649 <ul>
38650 <li>Set with class: \ref ns3::UintegerValue</li>
38651 <li>Underlying type: uint32_t 0:4294967295</li>
38652 <li>Flags: <span class="mlabel">read</span></li>
38653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38654 </ul>
38655</ul>
38656No TraceSources are defined for this type.<br>
38657<b>Group:</b> Wifi
38658
38659<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
38660*/
38661
38662/*!
38663
38664\class ns3::YansWifiPhy
38665
38666<h3>Config Paths</h3>
38667
38668ns3::YansWifiPhy is accessible through the following paths with Config::Set and Config::Connect:
38669<ul>
38670<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/$ns3::YansWifiPhy"</li>
38671<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/$ns3::YansWifiPhy"</li>
38672</ul>
38673No Attributes are defined for this type.<br>
38674<h3>Attributes defined in parent class ns3::WifiPhy</h3>
38675<ul>
38676<li><b>Antennas</b>: The number of antennas on the device.
38677 <ul>
38678 <li>Set with class: \ref ns3::UintegerValue</li>
38679 <li>Underlying type: uint8_t 1:8</li>
38680 <li>Initial value: 1</li>
38681 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38683 </ul>
38684<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.
38685 <ul>
38686 <li>Set with class: \ref ns3::DoubleValue</li>
38687 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38688 <li>Initial value: -62</li>
38689 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38690 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38691 </ul>
38692<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.
38693 <ul>
38694 <li>Set with class: \ref ns3::DoubleValue</li>
38695 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38696 <li>Initial value: -82</li>
38697 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38699 </ul>
38700<li><b>Channel</b>: The channel attached to this PHY
38701 <ul>
38702 <li>Set with class: \ref ns3::PointerValue</li>
38703 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
38704 <li>Flags: <span class="mlabel">read</span></li>
38705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38706 </ul>
38707<li><b>ChannelNumber</b>: The channel number of the current operating channel.
38708 <ul>
38709 <li>Set with class: \ref ns3::UintegerValue</li>
38710 <li>Underlying type: uint8_t 0:233</li>
38711 <li>Flags: <span class="mlabel">read</span></li>
38712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38713 </ul>
38714<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.
38715 <ul>
38716 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
38717 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
38718 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
38719 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38721 </ul>
38722<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
38723 <ul>
38724 <li>Set with class: \ref ns3::TimeValue</li>
38725 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
38726 <li>Initial value: +250000ns</li>
38727 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38729 </ul>
38730<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.
38731 <ul>
38732 <li>Set with class: \ref ns3::UintegerValue</li>
38733 <li>Underlying type: double 5:320</li>
38734 <li>Flags: <span class="mlabel">read</span></li>
38735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38736 </ul>
38737<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
38738 <ul>
38739 <li>Set with class: \ref ns3::BooleanValue</li>
38740 <li>Underlying type: bool</li>
38741 <li>Initial value: false</li>
38742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38744 </ul>
38745<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
38746 <ul>
38747 <li>Set with class: \ref ns3::PointerValue</li>
38748 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
38749 <li>Initial value: 0</li>
38750 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38752 </ul>
38753<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
38754 <ul>
38755 <li>Set with class: \ref ns3::UintegerValue</li>
38756 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
38757 <li>Flags: <span class="mlabel">read</span></li>
38758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38759 </ul>
38760<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
38761 <ul>
38762 <li>Set with class: \ref ns3::PointerValue</li>
38763 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
38764 <li>Initial value: 0</li>
38765 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38767 </ul>
38768<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.
38769 <ul>
38770 <li>Set with class: \ref ns3::DoubleValue</li>
38771 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38772 <li>Initial value: 0</li>
38773 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
38774 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38775 </ul>
38776<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.
38777 <ul>
38778 <li>Set with class: \ref ns3::UintegerValue</li>
38779 <li>Underlying type: uint8_t 1:8</li>
38780 <li>Initial value: 1</li>
38781 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38782 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38783 </ul>
38784<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.
38785 <ul>
38786 <li>Set with class: \ref ns3::UintegerValue</li>
38787 <li>Underlying type: uint8_t 1:8</li>
38788 <li>Initial value: 1</li>
38789 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38790 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38791 </ul>
38792<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.
38793 <ul>
38794 <li>Set with class: \ref ns3::BooleanValue</li>
38795 <li>Underlying type: bool</li>
38796 <li>Initial value: false</li>
38797 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38798 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38799 </ul>
38800<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.
38801 <ul>
38802 <li>Set with class: \ref ns3::TimeValue</li>
38803 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38804 <li>Initial value: +0ns</li>
38805 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38807 </ul>
38808<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.
38809 <ul>
38810 <li>Set with class: \ref ns3::PointerValue</li>
38811 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
38812 <li>Initial value: 0</li>
38813 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38815 </ul>
38816<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
38817 <ul>
38818 <li>Set with class: \ref ns3::DoubleValue</li>
38819 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38820 <li>Initial value: 100</li>
38821 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38823 </ul>
38824<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
38825 <ul>
38826 <li>Set with class: \ref ns3::PointerValue</li>
38827 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
38828 <li>Initial value: 0</li>
38829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38831 </ul>
38832<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).
38833 <ul>
38834 <li>Set with class: \ref ns3::UintegerValue</li>
38835 <li>Underlying type: uint8_t 0:7</li>
38836 <li>Flags: <span class="mlabel">read</span></li>
38837 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38838 </ul>
38839<li><b>RxGain</b>: Reception gain (dB).
38840 <ul>
38841 <li>Set with class: \ref ns3::DoubleValue</li>
38842 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38843 <li>Initial value: 0</li>
38844 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38845 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38846 </ul>
38847<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)".
38848 <ul>
38849 <li>Set with class: \ref ns3::DoubleValue</li>
38850 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38851 <li>Initial value: 7</li>
38852 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38853 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38854 </ul>
38855<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.
38856 <ul>
38857 <li>Set with class: \ref ns3::DoubleValue</li>
38858 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38859 <li>Initial value: -101</li>
38860 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38861 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38862 </ul>
38863<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.
38864 <ul>
38865 <li>Set with class: \ref ns3::BooleanValue</li>
38866 <li>Underlying type: bool</li>
38867 <li>Initial value: false</li>
38868 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38870 </ul>
38871<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.
38872 <ul>
38873 <li>Set with class: \ref ns3::TimeValue</li>
38874 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38875 <li>Initial value: +0ns</li>
38876 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38877 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38878 </ul>
38879<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.
38880 <ul>
38881 <li>Set with class: \ref ns3::TimeValue</li>
38882 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38883 <li>Initial value: +0ns</li>
38884 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38885 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38886 </ul>
38887<li><b>State</b>: The state of the PHY layer.
38888 <ul>
38889 <li>Set with class: \ref ns3::PointerValue</li>
38890 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
38891 <li>Initial value: 0</li>
38892 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38893 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38894 </ul>
38895<li><b>TxGain</b>: Transmission gain (dB).
38896 <ul>
38897 <li>Set with class: \ref ns3::DoubleValue</li>
38898 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38899 <li>Initial value: 0</li>
38900 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38901 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38902 </ul>
38903<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
38904 <ul>
38905 <li>Set with class: \ref ns3::DoubleValue</li>
38906 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38907 <li>Initial value: 16.0206</li>
38908 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38909 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38910 </ul>
38911<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
38912 <ul>
38913 <li>Set with class: \ref ns3::UintegerValue</li>
38914 <li>Underlying type: uint8_t 0:255</li>
38915 <li>Initial value: 1</li>
38916 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38918 </ul>
38919<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
38920 <ul>
38921 <li>Set with class: \ref ns3::DoubleValue</li>
38922 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38923 <li>Initial value: 16.0206</li>
38924 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38926 </ul>
38927</ul>
38928<h3>TraceSources</h3>
38929<ul>
38930<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak signals<br> <ul>
38931 <li> %Callback signature: ns3::YansWifiPhy::SignalArrivalCallback
38932</li>
38933 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38934</ul>
38935</ul>
38936<h3>TraceSources defined in parent class ns3::WifiPhy</h3>
38937<ul>
38938<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
38939 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
38940</li>
38941 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38942</ul>
38943<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
38944 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
38945</li>
38946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38947</ul>
38948<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
38949 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
38950</li>
38951 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38952</ul>
38953<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
38954 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
38955</li>
38956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38957</ul>
38958<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
38959 <li> %Callback signature: ns3::Packet::TracedCallback
38960</li>
38961 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38962</ul>
38963<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
38964 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
38965</li>
38966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38967</ul>
38968<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
38969 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
38970</li>
38971 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38972</ul>
38973<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
38974 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
38975</li>
38976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38977</ul>
38978<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>
38979 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
38980</li>
38981 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38982</ul>
38983<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
38984 <li> %Callback signature: ns3::Packet::TracedCallback
38985</li>
38986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38987</ul>
38988<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
38989 <li> %Callback signature: ns3::Packet::TracedCallback
38990</li>
38991 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38992</ul>
38993<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>
38994 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
38995</li>
38996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38997</ul>
38998<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
38999 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
39000</li>
39001 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39002</ul>
39003</ul>
39004<b>Group:</b> Wifi
39005
39006<b>Size</b> of this type is 928 bytes (on a 64-bit architecture).
39007*/
39008
39009/*!
39010
39011\class ns3::ZetaRandomVariable
39012
39013<h3>Config Paths</h3>
39014
39015ns3::ZetaRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
39016<ul>
39017<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39018<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39019<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39020<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39021<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39022<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39023<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39024<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39025<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39026<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39027<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39028<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39029<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39030<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39031<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39032<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ZetaRandomVariable"</li>
39033<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ZetaRandomVariable"</li>
39034<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39035<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39036<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39037<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39038<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39039<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39040<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39041<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39042<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39043<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39044<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ZetaRandomVariable"</li>
39045<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ZetaRandomVariable"</li>
39046<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ZetaRandomVariable"</li>
39047<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ZetaRandomVariable"</li>
39048<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ZetaRandomVariable"</li>
39049<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ZetaRandomVariable"</li>
39050<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ZetaRandomVariable"</li>
39051<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ZetaRandomVariable"</li>
39052<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ZetaRandomVariable"</li>
39053<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39054<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ZetaRandomVariable"</li>
39055<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ZetaRandomVariable"</li>
39056<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39057<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39058<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ZetaRandomVariable"</li>
39059<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39060<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39061<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39062<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39063<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ZetaRandomVariable"</li>
39064<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ZetaRandomVariable"</li>
39065<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ZetaRandomVariable"</li>
39066<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39067<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39068<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ZetaRandomVariable"</li>
39069<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ZetaRandomVariable"</li>
39070<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39071<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ZetaRandomVariable"</li>
39072<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ZetaRandomVariable"</li>
39073<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ZetaRandomVariable"</li>
39074<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39075<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39076<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39077</ul>
39078<h3>Attributes</h3>
39079<ul>
39080<li><b>Alpha</b>: The alpha value for the zeta distribution returned by this RNG stream.
39081 <ul>
39082 <li>Set with class: \ref ns3::DoubleValue</li>
39083 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39084 <li>Initial value: 3.14</li>
39085 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39086 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39087 </ul>
39088</ul>
39089<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
39090<ul>
39091<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
39092 <ul>
39093 <li>Set with class: \ref ns3::BooleanValue</li>
39094 <li>Underlying type: bool</li>
39095 <li>Initial value: false</li>
39096 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39098 </ul>
39099<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.
39100 <ul>
39101 <li>Set with class: \ref ns3::IntegerValue</li>
39102 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
39103 <li>Initial value: -1</li>
39104 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39106 </ul>
39107</ul>
39108No TraceSources are defined for this type.<br>
39109<b>Group:</b> Core
39110
39111<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
39112*/
39113
39114/*!
39115
39116\class ns3::zigbee::ZigbeeAps
39117
39118Introspection did not find any typical Config paths.<br>
39119<h3>Attributes</h3>
39120<ul>
39121<li><b>ApsNonMemberRadius</b>: The value to be used for the NonmemberRadius parameter when using NWK layer multicast
39122 <ul>
39123 <li>Set with class: \ref ns3::UintegerValue</li>
39124 <li>Underlying type: uint8_t 0:255</li>
39125 <li>Initial value: 2</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</ul>
39130No TraceSources are defined for this type.<br>
39131<b>Group:</b> Zigbee
39132
39133<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
39134*/
39135
39136/*!
39137
39138\class ns3::zigbee::ZigbeeNwk
39139
39140Introspection did not find any typical Config paths.<br>
39141<h3>Attributes</h3>
39142<ul>
39143<li><b>MaxPendingTxQueueSize</b>: The maximum size of the table storing pending packets awaiting to be transmitted after discovering a route to the destination.
39144 <ul>
39145 <li>Set with class: \ref ns3::UintegerValue</li>
39146 <li>Underlying type: uint32_t 0:4294967295</li>
39147 <li>Initial value: 10</li>
39148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39150 </ul>
39151<li><b>NwkPassiveAckTimeout</b>: The maximum time duration in milliseconds allowed for the parent all the child devices to retransmit a broadcast message.
39152 <ul>
39153 <li>Set with class: \ref ns3::TimeValue</li>
39154 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
39155 <li>Initial value: +5e+08ns</li>
39156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39158 </ul>
39159<li><b>NwkcCoordinatorCapable</b>: [Constant] Indicates whether the device is capable of becoming aZigbee coordinator.
39160 <ul>
39161 <li>Set with class: \ref ns3::BooleanValue</li>
39162 <li>Underlying type: bool</li>
39163 <li>Initial value: true</li>
39164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39166 </ul>
39167<li><b>NwkcInitialRREQRetries</b>: [Constant] The number of times the first broadcast transmissionof a RREQ cmd frame is retried.
39168 <ul>
39169 <li>Set with class: \ref ns3::UintegerValue</li>
39170 <li>Underlying type: uint8_t 0:255</li>
39171 <li>Initial value: 3</li>
39172 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39174 </ul>
39175<li><b>NwkcMaxBroadcastJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)
39176 <ul>
39177 <li>Set with class: \ref ns3::DoubleValue</li>
39178 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39179 <li>Initial value: 40</li>
39180 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39182 </ul>
39183<li><b>NwkcMaxRREQJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)
39184 <ul>
39185 <li>Set with class: \ref ns3::DoubleValue</li>
39186 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39187 <li>Initial value: 128</li>
39188 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39190 </ul>
39191<li><b>NwkcMinRREQJitter</b>: [Constant] The minimum jitter for broadcast retransmission of a RREQ (msec)
39192 <ul>
39193 <li>Set with class: \ref ns3::DoubleValue</li>
39194 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39195 <li>Initial value: 2</li>
39196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39198 </ul>
39199<li><b>NwkcProtocolVersion</b>: [Constant] The version of the Zigbee NWK protocol inthe device (placeholder)
39200 <ul>
39201 <li>Set with class: \ref ns3::UintegerValue</li>
39202 <li>Underlying type: uint8_t 0:255</li>
39203 <li>Initial value: 2</li>
39204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39206 </ul>
39207<li><b>NwkcRREQRetries</b>: [Constant] The number of times the broadcast transmission of aRREQ cmd frame is retried on relay by intermediate router orcoordinator.
39208 <ul>
39209 <li>Set with class: \ref ns3::UintegerValue</li>
39210 <li>Underlying type: uint8_t 0:255</li>
39211 <li>Initial value: 2</li>
39212 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39214 </ul>
39215<li><b>NwkcRREQRetryInterval</b>: [Constant] The duration between retries of a broadcast RREQ cmd frame.
39216 <ul>
39217 <li>Set with class: \ref ns3::TimeValue</li>
39218 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
39219 <li>Initial value: +2.54e+08ns</li>
39220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39222 </ul>
39223<li><b>NwkcRouteDiscoveryTime</b>: [Constant] The duration until a route discovery expires
39224 <ul>
39225 <li>Set with class: \ref ns3::TimeValue</li>
39226 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
39227 <li>Initial value: +1e+10ns</li>
39228 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39230 </ul>
39231<li><b>nwkMaxBroadcastRetries</b>: The maximum number of retries allowed after a broadcast transmission failure.
39232 <ul>
39233 <li>Set with class: \ref ns3::UintegerValue</li>
39234 <li>Underlying type: uint8_t 0:255</li>
39235 <li>Initial value: 3</li>
39236 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39238 </ul>
39239</ul>
39240<h3>TraceSources</h3>
39241<ul>
39242<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>
39243 <li> %Callback signature: ns3::zigbee::ZigbeeNwk::RreqRetriesExhaustedTracedCallback
39244</li>
39245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39246</ul>
39247</ul>
39248<b>Group:</b> Zigbee
39249
39250<b>Size</b> of this type is 1192 bytes (on a 64-bit architecture).
39251*/
39252
39253/*!
39254
39255\class ns3::zigbee::ZigbeeStack
39256
39257Introspection did not find any typical Config paths.<br>
39258No Attributes are defined for this type.<br>
39259No TraceSources are defined for this type.<br>
39260<b>Group:</b> Zigbee
39261
39262<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
39263*/
39264
39265/*!
39266
39267\class ns3::ZipfRandomVariable
39268
39269<h3>Config Paths</h3>
39270
39271ns3::ZipfRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
39272<ul>
39273<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39274<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39275<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39276<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39277<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39278<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39279<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39280<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39281<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39282<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39283<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39284<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39285<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39286<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39287<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39288<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ZipfRandomVariable"</li>
39289<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ZipfRandomVariable"</li>
39290<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39291<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39292<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39293<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39294<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39295<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39296<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39297<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39298<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39300<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ZipfRandomVariable"</li>
39301<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ZipfRandomVariable"</li>
39302<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ZipfRandomVariable"</li>
39303<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ZipfRandomVariable"</li>
39304<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ZipfRandomVariable"</li>
39305<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ZipfRandomVariable"</li>
39306<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ZipfRandomVariable"</li>
39307<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ZipfRandomVariable"</li>
39308<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ZipfRandomVariable"</li>
39309<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39310<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ZipfRandomVariable"</li>
39311<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ZipfRandomVariable"</li>
39312<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39313<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39314<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ZipfRandomVariable"</li>
39315<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39316<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39317<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39318<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39319<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ZipfRandomVariable"</li>
39320<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ZipfRandomVariable"</li>
39321<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ZipfRandomVariable"</li>
39322<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39323<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39324<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ZipfRandomVariable"</li>
39325<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ZipfRandomVariable"</li>
39326<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39327<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ZipfRandomVariable"</li>
39328<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ZipfRandomVariable"</li>
39329<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ZipfRandomVariable"</li>
39330<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39331<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39332<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39333</ul>
39334<h3>Attributes</h3>
39335<ul>
39336<li><b>Alpha</b>: The alpha value for the Zipf distribution returned by this RNG stream.
39337 <ul>
39338 <li>Set with class: \ref ns3::DoubleValue</li>
39339 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39340 <li>Initial value: 0</li>
39341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39343 </ul>
39344<li><b>N</b>: The n value for the Zipf distribution returned by this RNG stream.
39345 <ul>
39346 <li>Set with class: \ref ns3::IntegerValue</li>
39347 <li>Underlying type: uint32_t 0:4294967295</li>
39348 <li>Initial value: 1</li>
39349 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39350 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39351 </ul>
39352</ul>
39353<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
39354<ul>
39355<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
39356 <ul>
39357 <li>Set with class: \ref ns3::BooleanValue</li>
39358 <li>Underlying type: bool</li>
39359 <li>Initial value: false</li>
39360 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39362 </ul>
39363<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.
39364 <ul>
39365 <li>Set with class: \ref ns3::IntegerValue</li>
39366 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
39367 <li>Initial value: -1</li>
39368 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39369 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39370 </ul>
39371</ul>
39372No TraceSources are defined for this type.<br>
39373<b>Group:</b> Core
39374
39375<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
39376*/
39377
39378/*!
39379\page TypeIdList All ns3::TypeId's
39380
39381This is a list of all \ref ns3::TypeId's.
39382For 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.
39383
39384<ul>
39385 <li><b>ns3::A2A4RsrqHandoverAlgorithm</b></li>
39386 <li><b>ns3::A3RsrpHandoverAlgorithm</b></li>
39387 <li><b>ns3::AarfcdWifiManager</b></li>
39388 <li><b>ns3::AarfWifiManager</b></li>
39389 <li><b>ns3::AcousticModemEnergyModel</b></li>
39390 <li><b>ns3::AdhocWifiMac</b></li>
39391 <li><b>ns3::AdvancedApEmlsrManager</b></li>
39392 <li><b>ns3::AdvancedEmlsrManager</b></li>
39393 <li><b>ns3::AlohaNoackMacHeader</b></li>
39394 <li><b>ns3::AlohaNoackNetDevice</b></li>
39395 <li><b>ns3::AlwaysLosChannelConditionModel</b></li>
39396 <li><b>ns3::AmpduSubframeHeader</b></li>
39397 <li><b>ns3::AmpduTag</b></li>
39398 <li><b>ns3::AmrrWifiManager</b></li>
39399 <li><b>ns3::AmsduSubframeHeader</b></li>
39400 <li><b>ns3::AntennaModel</b></li>
39401 <li><b>ns3::aodv::DeferredRouteOutputTag</b></li>
39402 <li><b>ns3::aodv::RerrHeader</b></li>
39403 <li><b>ns3::aodv::RoutingProtocol</b></li>
39404 <li><b>ns3::aodv::RrepAckHeader</b></li>
39405 <li><b>ns3::aodv::RrepHeader</b></li>
39406 <li><b>ns3::aodv::RreqHeader</b></li>
39407 <li><b>ns3::aodv::TypeHeader</b></li>
39408 <li><b>ns3::AparfWifiManager</b></li>
39409 <li><b>ns3::ApEmlsrManager</b></li>
39410 <li><b>ns3::Application</b></li>
39411 <li><b>ns3::ApplicationPacketProbe</b></li>
39412 <li><b>ns3::ApWifiMac</b></li>
39413 <li><b>ns3::ArfWifiManager</b></li>
39414 <li><b>ns3::ArpCache</b></li>
39415 <li><b>ns3::ArpHeader</b></li>
39416 <li><b>ns3::ArpL3Protocol</b></li>
39417 <li><b>ns3::Asn1Header</b></li>
39418 <li><b>ns3::AthstatsWifiTraceSink</b></li>
39419 <li><b>ns3::BandwidthManager</b></li>
39420 <li><b>ns3::BandwidthRequestHeader</b></li>
39421 <li><b>ns3::BaseStationNetDevice</b></li>
39422 <li><b>ns3::BernoulliRandomVariable</b></li>
39423 <li><b>ns3::BinaryErrorModel</b></li>
39424 <li><b>ns3::BinomialRandomVariable</b></li>
39425 <li><b>ns3::BlockAckManager</b></li>
39426 <li><b>ns3::BooleanProbe</b></li>
39427 <li><b>ns3::BridgeChannel</b></li>
39428 <li><b>ns3::BridgeNetDevice</b></li>
39429 <li><b>ns3::BSLinkManager</b></li>
39430 <li><b>ns3::BSScheduler</b></li>
39431 <li><b>ns3::BSSchedulerRtps</b></li>
39432 <li><b>ns3::BSSchedulerSimple</b></li>
39433 <li><b>ns3::Building</b></li>
39434 <li><b>ns3::BuildingListPriv</b></li>
39435 <li><b>ns3::BuildingsChannelConditionModel</b></li>
39436 <li><b>ns3::BuildingsPropagationLossModel</b></li>
39437 <li><b>ns3::BulkSendApplication</b></li>
39438 <li><b>ns3::BurstErrorModel</b></li>
39439 <li><b>ns3::BurstProfileManager</b></li>
39440 <li><b>ns3::CalendarScheduler</b></li>
39441 <li><b>ns3::CaraWifiManager</b></li>
39442 <li><b>ns3::CcHelper</b></li>
39443 <li><b>ns3::Channel</b></li>
39444 <li><b>ns3::ChannelAccessManager</b></li>
39445 <li><b>ns3::ChannelCondition</b></li>
39446 <li><b>ns3::ChannelConditionModel</b></li>
39447 <li><b>ns3::ChannelListPriv</b></li>
39448 <li><b>ns3::Chunk</b></li>
39449 <li><b>ns3::CircularApertureAntennaModel</b></li>
39450 <li><b>ns3::CobaltQueueDisc</b></li>
39451 <li><b>ns3::CoDelQueueDisc</b></li>
39452 <li><b>ns3::CommandPayloadHeader</b></li>
39453 <li><b>ns3::ComponentCarrier</b></li>
39454 <li><b>ns3::ComponentCarrierBaseStation</b></li>
39455 <li><b>ns3::ComponentCarrierEnb</b></li>
39456 <li><b>ns3::ComponentCarrierUe</b></li>
39457 <li><b>ns3::ConfigStore</b></li>
39458 <li><b>ns3::ConnectionManager</b></li>
39459 <li><b>ns3::ConstantAccelerationMobilityModel</b></li>
39460 <li><b>ns3::ConstantObssPdAlgorithm</b></li>
39461 <li><b>ns3::ConstantPositionMobilityModel</b></li>
39462 <li><b>ns3::ConstantRandomVariable</b></li>
39463 <li><b>ns3::ConstantRateWifiManager</b></li>
39464 <li><b>ns3::ConstantSpectrumPropagationLossModel</b></li>
39465 <li><b>ns3::ConstantSpeedPropagationDelayModel</b></li>
39466 <li><b>ns3::ConstantVelocityMobilityModel</b></li>
39467 <li><b>ns3::CosineAntennaModel</b></li>
39468 <li><b>ns3::Cost231PropagationLossModel</b></li>
39469 <li><b>ns3::CounterCalculator<uint32_t></b></li>
39470 <li><b>ns3::CqaFfMacScheduler</b></li>
39471 <li><b>ns3::CsmaChannel</b></li>
39472 <li><b>ns3::CsmaNetDevice</b></li>
39473 <li><b>ns3::CtrlBAckRequestHeader</b></li>
39474 <li><b>ns3::CtrlBAckResponseHeader</b></li>
39475 <li><b>ns3::CtrlTriggerHeader</b></li>
39476 <li><b>ns3::DataCollectionObject</b></li>
39477 <li><b>ns3::Dcd</b></li>
39478 <li><b>ns3::DefaultApEmlsrManager</b></li>
39479 <li><b>ns3::DefaultEmlsrManager</b></li>
39480 <li><b>ns3::DefaultSimulatorImpl</b></li>
39481 <li><b>ns3::DeterministicRandomVariable</b></li>
39482 <li><b>ns3::DeviceNameTag</b></li>
39483 <li><b>ns3::DhcpClient</b></li>
39484 <li><b>ns3::DhcpHeader</b></li>
39485 <li><b>ns3::DhcpServer</b></li>
39486 <li><b>ns3::DlMap</b></li>
39487 <li><b>ns3::dot11s::AirtimeLinkMetricCalculator</b></li>
39488 <li><b>ns3::dot11s::HwmpProtocol</b></li>
39489 <li><b>ns3::dot11s::HwmpRtable</b></li>
39490 <li><b>ns3::dot11s::HwmpTag</b></li>
39491 <li><b>ns3::dot11s::PeerLink</b></li>
39492 <li><b>ns3::dot11s::PeerLinkCloseStart</b></li>
39493 <li><b>ns3::dot11s::PeerLinkConfirmStart</b></li>
39494 <li><b>ns3::dot11s::PeerLinkOpenStart</b></li>
39495 <li><b>ns3::dot11s::PeerManagementProtocol</b></li>
39496 <li><b>ns3::Dot11sStack</b></li>
39497 <li><b>ns3::DoubleProbe</b></li>
39498 <li><b>ns3::DropTailQueue<Packet></b></li>
39499 <li><b>ns3::DropTailQueue<QueueDiscItem></b></li>
39500 <li><b>ns3::DsaAck</b></li>
39501 <li><b>ns3::DsaReq</b></li>
39502 <li><b>ns3::DsaRsp</b></li>
39503 <li><b>ns3::dsdv::DsdvHeader</b></li>
39504 <li><b>ns3::dsdv::RoutingProtocol</b></li>
39505 <li><b>ns3::dsr::DsrFsHeader</b></li>
39506 <li><b>ns3::dsr::DsrGraReply</b></li>
39507 <li><b>ns3::dsr::DsrNetworkQueue</b></li>
39508 <li><b>ns3::dsr::DsrOptionAck</b></li>
39509 <li><b>ns3::dsr::DsrOptionAckHeader</b></li>
39510 <li><b>ns3::dsr::DsrOptionAckReq</b></li>
39511 <li><b>ns3::dsr::DsrOptionAckReqHeader</b></li>
39512 <li><b>ns3::dsr::DsrOptionHeader</b></li>
39513 <li><b>ns3::dsr::DsrOptionPad1</b></li>
39514 <li><b>ns3::dsr::DsrOptionPad1Header</b></li>
39515 <li><b>ns3::dsr::DsrOptionPadn</b></li>
39516 <li><b>ns3::dsr::DsrOptionPadnHeader</b></li>
39517 <li><b>ns3::dsr::DsrOptionRerr</b></li>
39518 <li><b>ns3::dsr::DsrOptionRerrHeader</b></li>
39519 <li><b>ns3::dsr::DsrOptionRerrUnreachHeader</b></li>
39520 <li><b>ns3::dsr::DsrOptionRerrUnsupportedHeader</b></li>
39521 <li><b>ns3::dsr::DsrOptionRrep</b></li>
39522 <li><b>ns3::dsr::DsrOptionRrepHeader</b></li>
39523 <li><b>ns3::dsr::DsrOptionRreq</b></li>
39524 <li><b>ns3::dsr::DsrOptionRreqHeader</b></li>
39525 <li><b>ns3::dsr::DsrOptions</b></li>
39526 <li><b>ns3::dsr::DsrOptionSR</b></li>
39527 <li><b>ns3::dsr::DsrOptionSRHeader</b></li>
39528 <li><b>ns3::dsr::DsrPassiveBuffer</b></li>
39529 <li><b>ns3::dsr::DsrRouteCache</b></li>
39530 <li><b>ns3::dsr::DsrRouting</b></li>
39531 <li><b>ns3::dsr::DsrRreqTable</b></li>
39532 <li><b>ns3::DsrRoutingHeader</b></li>
39533 <li><b>ns3::DynamicQueueLimits</b></li>
39534 <li><b>ns3::EhtConfiguration</b></li>
39535 <li><b>ns3::EhtFrameExchangeManager</b></li>
39536 <li><b>ns3::EmlsrManager</b></li>
39537 <li><b>ns3::EmpiricalRandomVariable</b></li>
39538 <li><b>ns3::EmuEpcHelper</b></li>
39539 <li><b>ns3::energy::BasicEnergyHarvester</b></li>
39540 <li><b>ns3::energy::BasicEnergySource</b></li>
39541 <li><b>ns3::energy::DeviceEnergyModel</b></li>
39542 <li><b>ns3::energy::EnergyHarvester</b></li>
39543 <li><b>ns3::energy::EnergyHarvesterContainer</b></li>
39544 <li><b>ns3::energy::EnergySource</b></li>
39545 <li><b>ns3::energy::EnergySourceContainer</b></li>
39546 <li><b>ns3::energy::GenericBatteryModel</b></li>
39547 <li><b>ns3::energy::RvBatteryModel</b></li>
39548 <li><b>ns3::energy::SimpleDeviceEnergyModel</b></li>
39549 <li><b>ns3::EpcHelper</b></li>
39550 <li><b>ns3::EpcMmeApplication</b></li>
39551 <li><b>ns3::EpcSgwApplication</b></li>
39552 <li><b>ns3::EpcUeNas</b></li>
39553 <li><b>ns3::EpcX2</b></li>
39554 <li><b>ns3::EpcX2HandoverCancelHeader</b></li>
39555 <li><b>ns3::EpcX2HandoverPreparationFailureHeader</b></li>
39556 <li><b>ns3::EpcX2HandoverRequestAckHeader</b></li>
39557 <li><b>ns3::EpcX2HandoverRequestHeader</b></li>
39558 <li><b>ns3::EpcX2Header</b></li>
39559 <li><b>ns3::EpcX2LoadInformationHeader</b></li>
39560 <li><b>ns3::EpcX2ResourceStatusUpdateHeader</b></li>
39561 <li><b>ns3::EpcX2SnStatusTransferHeader</b></li>
39562 <li><b>ns3::EpcX2UeContextReleaseHeader</b></li>
39563 <li><b>ns3::EpsBearer</b></li>
39564 <li><b>ns3::EpsBearerTag</b></li>
39565 <li><b>ns3::ErlangRandomVariable</b></li>
39566 <li><b>ns3::ErrorChannel</b></li>
39567 <li><b>ns3::ErrorModel</b></li>
39568 <li><b>ns3::ErrorRateModel</b></li>
39569 <li><b>ns3::EthernetHeader</b></li>
39570 <li><b>ns3::EthernetTrailer</b></li>
39571 <li><b>ns3::ExponentialRandomVariable</b></li>
39572 <li><b>ns3::FcfsWifiQueueScheduler</b></li>
39573 <li><b>ns3::FdBetFfMacScheduler</b></li>
39574 <li><b>ns3::FdMtFfMacScheduler</b></li>
39575 <li><b>ns3::FdNetDevice</b></li>
39576 <li><b>ns3::FdTbfqFfMacScheduler</b></li>
39577 <li><b>ns3::FfMacScheduler</b></li>
39578 <li><b>ns3::FifoQueueDisc</b></li>
39579 <li><b>ns3::FileAggregator</b></li>
39580 <li><b>ns3::FilsDiscHeader</b></li>
39581 <li><b>ns3::FixedRoomPositionAllocator</b></li>
39582 <li><b>ns3::FixedRssLossModel</b></li>
39583 <li><b>ns3::flame::FlameHeader</b></li>
39584 <li><b>ns3::flame::FlameProtocol</b></li>
39585 <li><b>ns3::flame::FlameRtable</b></li>
39586 <li><b>ns3::flame::FlameTag</b></li>
39587 <li><b>ns3::FlameStack</b></li>
39588 <li><b>ns3::FlowIdTag</b></li>
39589 <li><b>ns3::FlowMonitor</b></li>
39590 <li><b>ns3::FqCobaltFlow</b></li>
39591 <li><b>ns3::FqCobaltQueueDisc</b></li>
39592 <li><b>ns3::FqCoDelFlow</b></li>
39593 <li><b>ns3::FqCoDelQueueDisc</b></li>
39594 <li><b>ns3::FqPieFlow</b></li>
39595 <li><b>ns3::FqPieQueueDisc</b></li>
39596 <li><b>ns3::FragmentationSubheader</b></li>
39597 <li><b>ns3::FrameCaptureModel</b></li>
39598 <li><b>ns3::FrameExchangeManager</b></li>
39599 <li><b>ns3::FriisPropagationLossModel</b></li>
39600 <li><b>ns3::FriisSpectrumPropagationLossModel</b></li>
39601 <li><b>ns3::GammaRandomVariable</b></li>
39602 <li><b>ns3::GaussMarkovMobilityModel</b></li>
39603 <li><b>ns3::GcrManager</b></li>
39604 <li><b>ns3::GenericMacHeader</b></li>
39605 <li><b>ns3::GeocentricConstantPositionMobilityModel</b></li>
39606 <li><b>ns3::GlobalRouter</b></li>
39607 <li><b>ns3::GnuplotAggregator</b></li>
39608 <li><b>ns3::GrantManagementSubheader</b></li>
39609 <li><b>ns3::GridBuildingAllocator</b></li>
39610 <li><b>ns3::GridPositionAllocator</b></li>
39611 <li><b>ns3::GtpcHeader</b></li>
39612 <li><b>ns3::GtpuHeader</b></li>
39613 <li><b>ns3::HalfDuplexIdealPhy</b></li>
39614 <li><b>ns3::Header</b></li>
39615 <li><b>ns3::HeapScheduler</b></li>
39616 <li><b>ns3::HeConfiguration</b></li>
39617 <li><b>ns3::HeFrameExchangeManager</b></li>
39618 <li><b>ns3::HierarchicalMobilityModel</b></li>
39619 <li><b>ns3::HtConfiguration</b></li>
39620 <li><b>ns3::HtFrameExchangeManager</b></li>
39621 <li><b>ns3::HybridBuildingsPropagationLossModel</b></li>
39622 <li><b>ns3::Icmpv4DestinationUnreachable</b></li>
39623 <li><b>ns3::Icmpv4Echo</b></li>
39624 <li><b>ns3::Icmpv4Header</b></li>
39625 <li><b>ns3::Icmpv4L4Protocol</b></li>
39626 <li><b>ns3::Icmpv4TimeExceeded</b></li>
39627 <li><b>ns3::Icmpv6DestinationUnreachable</b></li>
39628 <li><b>ns3::Icmpv6Echo</b></li>
39629 <li><b>ns3::Icmpv6Header</b></li>
39630 <li><b>ns3::Icmpv6L4Protocol</b></li>
39631 <li><b>ns3::Icmpv6NA</b></li>
39632 <li><b>ns3::Icmpv6NS</b></li>
39633 <li><b>ns3::Icmpv6OptionHeader</b></li>
39634 <li><b>ns3::Icmpv6OptionLinkLayerAddress</b></li>
39635 <li><b>ns3::Icmpv6OptionMtu</b></li>
39636 <li><b>ns3::Icmpv6OptionPrefixInformation</b></li>
39637 <li><b>ns3::Icmpv6OptionRedirected</b></li>
39638 <li><b>ns3::Icmpv6ParameterError</b></li>
39639 <li><b>ns3::Icmpv6RA</b></li>
39640 <li><b>ns3::Icmpv6Redirection</b></li>
39641 <li><b>ns3::Icmpv6RS</b></li>
39642 <li><b>ns3::Icmpv6TimeExceeded</b></li>
39643 <li><b>ns3::Icmpv6TooBig</b></li>
39644 <li><b>ns3::IdealWifiManager</b></li>
39645 <li><b>ns3::InetTopologyReader</b></li>
39646 <li><b>ns3::InterferenceHelper</b></li>
39647 <li><b>ns3::IpcsClassifier</b></li>
39648 <li><b>ns3::IpL4Protocol</b></li>
39649 <li><b>ns3::Ipv4</b></li>
39650 <li><b>ns3::Ipv4GlobalRouting</b></li>
39651 <li><b>ns3::Ipv4Header</b></li>
39652 <li><b>ns3::Ipv4Interface</b></li>
39653 <li><b>ns3::Ipv4L3Protocol</b></li>
39654 <li><b>ns3::Ipv4ListRouting</b></li>
39655 <li><b>ns3::Ipv4NixVectorRouting</b></li>
39656 <li><b>ns3::Ipv4PacketFilter</b></li>
39657 <li><b>ns3::Ipv4PacketProbe</b></li>
39658 <li><b>ns3::Ipv4RawSocketFactory</b></li>
39659 <li><b>ns3::Ipv4RawSocketImpl</b></li>
39660 <li><b>ns3::Ipv4RoutingProtocol</b></li>
39661 <li><b>ns3::Ipv4StaticRouting</b></li>
39662 <li><b>ns3::Ipv6</b></li>
39663 <li><b>ns3::Ipv6AutoconfiguredPrefix</b></li>
39664 <li><b>ns3::Ipv6Extension</b></li>
39665 <li><b>ns3::Ipv6ExtensionAH</b></li>
39666 <li><b>ns3::Ipv6ExtensionAHHeader</b></li>
39667 <li><b>ns3::Ipv6ExtensionDemux</b></li>
39668 <li><b>ns3::Ipv6ExtensionDestination</b></li>
39669 <li><b>ns3::Ipv6ExtensionDestinationHeader</b></li>
39670 <li><b>ns3::Ipv6ExtensionESP</b></li>
39671 <li><b>ns3::Ipv6ExtensionESPHeader</b></li>
39672 <li><b>ns3::Ipv6ExtensionFragment</b></li>
39673 <li><b>ns3::Ipv6ExtensionFragmentHeader</b></li>
39674 <li><b>ns3::Ipv6ExtensionHeader</b></li>
39675 <li><b>ns3::Ipv6ExtensionHopByHop</b></li>
39676 <li><b>ns3::Ipv6ExtensionHopByHopHeader</b></li>
39677 <li><b>ns3::Ipv6ExtensionLooseRouting</b></li>
39678 <li><b>ns3::Ipv6ExtensionLooseRoutingHeader</b></li>
39679 <li><b>ns3::Ipv6ExtensionRouting</b></li>
39680 <li><b>ns3::Ipv6ExtensionRoutingDemux</b></li>
39681 <li><b>ns3::Ipv6ExtensionRoutingHeader</b></li>
39682 <li><b>ns3::Ipv6Header</b></li>
39683 <li><b>ns3::Ipv6Interface</b></li>
39684 <li><b>ns3::Ipv6L3Protocol</b></li>
39685 <li><b>ns3::Ipv6ListRouting</b></li>
39686 <li><b>ns3::Ipv6NixVectorRouting</b></li>
39687 <li><b>ns3::Ipv6Option</b></li>
39688 <li><b>ns3::Ipv6OptionDemux</b></li>
39689 <li><b>ns3::Ipv6OptionHeader</b></li>
39690 <li><b>ns3::Ipv6OptionJumbogram</b></li>
39691 <li><b>ns3::Ipv6OptionJumbogramHeader</b></li>
39692 <li><b>ns3::Ipv6OptionPad1</b></li>
39693 <li><b>ns3::Ipv6OptionPad1Header</b></li>
39694 <li><b>ns3::Ipv6OptionPadn</b></li>
39695 <li><b>ns3::Ipv6OptionPadnHeader</b></li>
39696 <li><b>ns3::Ipv6OptionRouterAlert</b></li>
39697 <li><b>ns3::Ipv6OptionRouterAlertHeader</b></li>
39698 <li><b>ns3::Ipv6PacketFilter</b></li>
39699 <li><b>ns3::Ipv6PacketProbe</b></li>
39700 <li><b>ns3::Ipv6PmtuCache</b></li>
39701 <li><b>ns3::Ipv6RawSocketFactory</b></li>
39702 <li><b>ns3::Ipv6RawSocketImpl</b></li>
39703 <li><b>ns3::Ipv6RoutingProtocol</b></li>
39704 <li><b>ns3::Ipv6StaticRouting</b></li>
39705 <li><b>ns3::IsotropicAntennaModel</b></li>
39706 <li><b>ns3::ItuR1238PropagationLossModel</b></li>
39707 <li><b>ns3::ItuR1411LosPropagationLossModel</b></li>
39708 <li><b>ns3::ItuR1411NlosOverRooftopPropagationLossModel</b></li>
39709 <li><b>ns3::JakesProcess</b></li>
39710 <li><b>ns3::JakesPropagationLossModel</b></li>
39711 <li><b>ns3::Kun2600MhzPropagationLossModel</b></li>
39712 <li><b>ns3::LaplacianRandomVariable</b></li>
39713 <li><b>ns3::LargestExtremeValueRandomVariable</b></li>
39714 <li><b>ns3::LinearWifiTxCurrentModel</b></li>
39715 <li><b>ns3::ListErrorModel</b></li>
39716 <li><b>ns3::ListPositionAllocator</b></li>
39717 <li><b>ns3::ListScheduler</b></li>
39718 <li><b>ns3::LlcSnapHeader</b></li>
39719 <li><b>ns3::LogDistancePropagationLossModel</b></li>
39720 <li><b>ns3::LogNormalRandomVariable</b></li>
39721 <li><b>ns3::LoopbackNetDevice</b></li>
39722 <li><b>ns3::lrwpan::BeaconPayloadHeader</b></li>
39723 <li><b>ns3::lrwpan::LrWpanCsmaCa</b></li>
39724 <li><b>ns3::lrwpan::LrWpanErrorModel</b></li>
39725 <li><b>ns3::lrwpan::LrWpanLqiTag</b></li>
39726 <li><b>ns3::lrwpan::LrWpanMac</b></li>
39727 <li><b>ns3::lrwpan::LrWpanMacBase</b></li>
39728 <li><b>ns3::lrwpan::LrWpanMacHeader</b></li>
39729 <li><b>ns3::lrwpan::LrWpanMacTrailer</b></li>
39730 <li><b>ns3::lrwpan::LrWpanNetDevice</b></li>
39731 <li><b>ns3::lrwpan::LrWpanPhy</b></li>
39732 <li><b>ns3::LteAmc</b></li>
39733 <li><b>ns3::LteAnr</b></li>
39734 <li><b>ns3::LteDataRadioBearerInfo</b></li>
39735 <li><b>ns3::LteEnbComponentCarrierManager</b></li>
39736 <li><b>ns3::LteEnbMac</b></li>
39737 <li><b>ns3::LteEnbNetDevice</b></li>
39738 <li><b>ns3::LteEnbPhy</b></li>
39739 <li><b>ns3::LteEnbRrc</b></li>
39740 <li><b>ns3::LteEnbRrcProtocolIdeal</b></li>
39741 <li><b>ns3::LteEnbRrcProtocolReal</b></li>
39742 <li><b>ns3::LteFfrAlgorithm</b></li>
39743 <li><b>ns3::LteFfrDistributedAlgorithm</b></li>
39744 <li><b>ns3::LteFfrEnhancedAlgorithm</b></li>
39745 <li><b>ns3::LteFfrSoftAlgorithm</b></li>
39746 <li><b>ns3::LteFrHardAlgorithm</b></li>
39747 <li><b>ns3::LteFrNoOpAlgorithm</b></li>
39748 <li><b>ns3::LteFrSoftAlgorithm</b></li>
39749 <li><b>ns3::LteFrStrictAlgorithm</b></li>
39750 <li><b>ns3::LteHandoverAlgorithm</b></li>
39751 <li><b>ns3::LteHelper</b></li>
39752 <li><b>ns3::LteHexGridEnbTopologyHelper</b></li>
39753 <li><b>ns3::LteNetDevice</b></li>
39754 <li><b>ns3::LtePdcp</b></li>
39755 <li><b>ns3::LtePdcpHeader</b></li>
39756 <li><b>ns3::LtePhy</b></li>
39757 <li><b>ns3::LtePhyTag</b></li>
39758 <li><b>ns3::LteRadioBearerInfo</b></li>
39759 <li><b>ns3::LteRadioBearerTag</b></li>
39760 <li><b>ns3::LteRlc</b></li>
39761 <li><b>ns3::LteRlcAm</b></li>
39762 <li><b>ns3::LteRlcAmHeader</b></li>
39763 <li><b>ns3::LteRlcHeader</b></li>
39764 <li><b>ns3::LteRlcSduStatusTag</b></li>
39765 <li><b>ns3::LteRlcSm</b></li>
39766 <li><b>ns3::LteRlcTm</b></li>
39767 <li><b>ns3::LteRlcUm</b></li>
39768 <li><b>ns3::LteSignalingRadioBearerInfo</b></li>
39769 <li><b>ns3::LteSpectrumPhy</b></li>
39770 <li><b>ns3::LteStatsCalculator</b></li>
39771 <li><b>ns3::LteUeComponentCarrierManager</b></li>
39772 <li><b>ns3::LteUeMac</b></li>
39773 <li><b>ns3::LteUeNetDevice</b></li>
39774 <li><b>ns3::LteUePhy</b></li>
39775 <li><b>ns3::LteUePowerControl</b></li>
39776 <li><b>ns3::LteUeRrc</b></li>
39777 <li><b>ns3::LteUeRrcProtocolIdeal</b></li>
39778 <li><b>ns3::LteUeRrcProtocolReal</b></li>
39779 <li><b>ns3::MacHeaderType</b></li>
39780 <li><b>ns3::MacStatsCalculator</b></li>
39781 <li><b>ns3::ManagementMessageType</b></li>
39782 <li><b>ns3::MapScheduler</b></li>
39783 <li><b>ns3::MatrixPropagationLossModel</b></li>
39784 <li><b>ns3::MeshInformationElementVector</b></li>
39785 <li><b>ns3::MeshL2RoutingProtocol</b></li>
39786 <li><b>ns3::MeshPointDevice</b></li>
39787 <li><b>ns3::MeshStack</b></li>
39788 <li><b>ns3::MeshWifiInterfaceMac</b></li>
39789 <li><b>ns3::MgtAddBaRequestHeader</b></li>
39790 <li><b>ns3::MgtAddBaResponseHeader</b></li>
39791 <li><b>ns3::MgtAssocRequestHeader</b></li>
39792 <li><b>ns3::MgtAssocResponseHeader</b></li>
39793 <li><b>ns3::MgtBeaconHeader</b></li>
39794 <li><b>ns3::MgtDelBaHeader</b></li>
39795 <li><b>ns3::MgtEmlOperatingModeNotification</b></li>
39796 <li><b>ns3::MgtProbeRequestHeader</b></li>
39797 <li><b>ns3::MgtProbeResponseHeader</b></li>
39798 <li><b>ns3::MgtReassocRequestHeader</b></li>
39799 <li><b>ns3::MinstrelHtWifiManager</b></li>
39800 <li><b>ns3::MinstrelWifiManager</b></li>
39801 <li><b>ns3::MobilityBuildingInfo</b></li>
39802 <li><b>ns3::MobilityModel</b></li>
39803 <li><b>ns3::MpduAggregator</b></li>
39804 <li><b>ns3::MqQueueDisc</b></li>
39805 <li><b>ns3::MsduAggregator</b></li>
39806 <li><b>ns3::MultiModelSpectrumChannel</b></li>
39807 <li><b>ns3::MultiUserScheduler</b></li>
39808 <li><b>ns3::MuSnrTag</b></li>
39809 <li><b>ns3::NakagamiPropagationLossModel</b></li>
39810 <li><b>ns3::NdiscCache</b></li>
39811 <li><b>ns3::NetDevice</b></li>
39812 <li><b>ns3::NetDeviceQueue</b></li>
39813 <li><b>ns3::NetDeviceQueueInterface</b></li>
39814 <li><b>ns3::NeverLosChannelConditionModel</b></li>
39815 <li><b>ns3::NeverLosVehicleChannelConditionModel</b></li>
39816 <li><b>ns3::NistErrorRateModel</b></li>
39817 <li><b>ns3::NoBackhaulEpcHelper</b></li>
39818 <li><b>ns3::Node</b></li>
39819 <li><b>ns3::NodeListPriv</b></li>
39820 <li><b>ns3::NonCommunicatingNetDevice</b></li>
39821 <li><b>ns3::NoOpComponentCarrierManager</b></li>
39822 <li><b>ns3::NoOpHandoverAlgorithm</b></li>
39823 <li><b>ns3::NormalRandomVariable</b></li>
39824 <li><b>ns3::Object</b></li>
39825 <li><b>ns3::ObjectBase</b></li>
39826 <li><b>ns3::ObssPdAlgorithm</b></li>
39827 <li><b>ns3::OhBuildingsPropagationLossModel</b></li>
39828 <li><b>ns3::OkumuraHataPropagationLossModel</b></li>
39829 <li><b>ns3::olsr::MessageHeader</b></li>
39830 <li><b>ns3::olsr::PacketHeader</b></li>
39831 <li><b>ns3::olsr::RoutingProtocol</b></li>
39832 <li><b>ns3::OnoeWifiManager</b></li>
39833 <li><b>ns3::OnOffApplication</b></li>
39834 <li><b>ns3::OrbisTopologyReader</b></li>
39835 <li><b>ns3::OutdoorPositionAllocator</b></li>
39836 <li><b>ns3::PacketBurst</b></li>
39837 <li><b>ns3::PacketFilter</b></li>
39838 <li><b>ns3::PacketProbe</b></li>
39839 <li><b>ns3::PacketSink</b></li>
39840 <li><b>ns3::PacketSocket</b></li>
39841 <li><b>ns3::PacketSocketClient</b></li>
39842 <li><b>ns3::PacketSocketFactory</b></li>
39843 <li><b>ns3::PacketSocketServer</b></li>
39844 <li><b>ns3::PacketSocketTag</b></li>
39845 <li><b>ns3::ParabolicAntennaModel</b></li>
39846 <li><b>ns3::ParetoRandomVariable</b></li>
39847 <li><b>ns3::ParfWifiManager</b></li>
39848 <li><b>ns3::PbbPacket</b></li>
39849 <li><b>ns3::PcapFileWrapper</b></li>
39850 <li><b>ns3::PdcpTag</b></li>
39851 <li><b>ns3::PfFfMacScheduler</b></li>
39852 <li><b>ns3::PfifoFastQueueDisc</b></li>
39853 <li><b>ns3::PhasedArrayModel</b></li>
39854 <li><b>ns3::PhasedArraySpectrumPropagationLossModel</b></li>
39855 <li><b>ns3::PhyRxStatsCalculator</b></li>
39856 <li><b>ns3::PhyStatsCalculator</b></li>
39857 <li><b>ns3::PhyTxStatsCalculator</b></li>
39858 <li><b>ns3::PieQueueDisc</b></li>
39859 <li><b>ns3::Ping</b></li>
39860 <li><b>ns3::PointToPointChannel</b></li>
39861 <li><b>ns3::PointToPointEpcHelper</b></li>
39862 <li><b>ns3::PointToPointNetDevice</b></li>
39863 <li><b>ns3::PositionAllocator</b></li>
39864 <li><b>ns3::PppHeader</b></li>
39865 <li><b>ns3::PreambleDetectionModel</b></li>
39866 <li><b>ns3::PrioQueueDisc</b></li>
39867 <li><b>ns3::PriorityQueueScheduler</b></li>
39868 <li><b>ns3::ProbabilisticV2vHighwayChannelConditionModel</b></li>
39869 <li><b>ns3::ProbabilisticV2vUrbanChannelConditionModel</b></li>
39870 <li><b>ns3::Probe</b></li>
39871 <li><b>ns3::PropagationDelayModel</b></li>
39872 <li><b>ns3::PropagationLossModel</b></li>
39873 <li><b>ns3::PssFfMacScheduler</b></li>
39874 <li><b>ns3::QosFrameExchangeManager</b></li>
39875 <li><b>ns3::QosTxop</b></li>
39876 <li><b>ns3::Queue<Packet></b></li>
39877 <li><b>ns3::Queue<QueueDiscItem></b></li>
39878 <li><b>ns3::Queue<WifiMpdu,WifiMacQueueContainer></b></li>
39879 <li><b>ns3::QueueBase</b></li>
39880 <li><b>ns3::QueueDisc</b></li>
39881 <li><b>ns3::QueueDiscClass</b></li>
39882 <li><b>ns3::QueueLimits</b></li>
39883 <li><b>ns3::RadioBearerStatsCalculator</b></li>
39884 <li><b>ns3::RadioEnvironmentMapHelper</b></li>
39885 <li><b>ns3::RadiotapHeader</b></li>
39886 <li><b>ns3::Radvd</b></li>
39887 <li><b>ns3::RandomBoxPositionAllocator</b></li>
39888 <li><b>ns3::RandomBuildingPositionAllocator</b></li>
39889 <li><b>ns3::RandomDirection2dMobilityModel</b></li>
39890 <li><b>ns3::RandomDiscPositionAllocator</b></li>
39891 <li><b>ns3::RandomPropagationDelayModel</b></li>
39892 <li><b>ns3::RandomPropagationLossModel</b></li>
39893 <li><b>ns3::RandomRectanglePositionAllocator</b></li>
39894 <li><b>ns3::RandomRoomPositionAllocator</b></li>
39895 <li><b>ns3::RandomVariableStream</b></li>
39896 <li><b>ns3::RandomWalk2dMobilityModel</b></li>
39897 <li><b>ns3::RandomWalk2dOutdoorMobilityModel</b></li>
39898 <li><b>ns3::RandomWaypointMobilityModel</b></li>
39899 <li><b>ns3::RangePropagationLossModel</b></li>
39900 <li><b>ns3::RateErrorModel</b></li>
39901 <li><b>ns3::RealtimeSimulatorImpl</b></li>
39902 <li><b>ns3::ReceiveListErrorModel</b></li>
39903 <li><b>ns3::RedQueueDisc</b></li>
39904 <li><b>ns3::RemSpectrumPhy</b></li>
39905 <li><b>ns3::Rip</b></li>
39906 <li><b>ns3::RipHeader</b></li>
39907 <li><b>ns3::RipNg</b></li>
39908 <li><b>ns3::RipNgHeader</b></li>
39909 <li><b>ns3::RipNgRte</b></li>
39910 <li><b>ns3::RipRte</b></li>
39911 <li><b>ns3::RlcTag</b></li>
39912 <li><b>ns3::RngReq</b></li>
39913 <li><b>ns3::RngRsp</b></li>
39914 <li><b>ns3::RocketfuelTopologyReader</b></li>
39915 <li><b>ns3::RraaWifiManager</b></li>
39916 <li><b>ns3::RrComponentCarrierManager</b></li>
39917 <li><b>ns3::RrFfMacScheduler</b></li>
39918 <li><b>ns3::RrMultiUserScheduler</b></li>
39919 <li><b>ns3::RrpaaWifiManager</b></li>
39920 <li><b>ns3::RttEstimator</b></li>
39921 <li><b>ns3::RttMeanDeviation</b></li>
39922 <li><b>ns3::SameRoomPositionAllocator</b></li>
39923 <li><b>ns3::Scheduler</b></li>
39924 <li><b>ns3::SeqTsEchoHeader</b></li>
39925 <li><b>ns3::SeqTsHeader</b></li>
39926 <li><b>ns3::SeqTsSizeHeader</b></li>
39927 <li><b>ns3::SequentialRandomVariable</b></li>
39928 <li><b>ns3::ServiceFlowManager</b></li>
39929 <li><b>ns3::ShannonSpectrumErrorModel</b></li>
39930 <li><b>ns3::SimpleChannel</b></li>
39931 <li><b>ns3::SimpleFrameCaptureModel</b></li>
39932 <li><b>ns3::SimpleNetDevice</b></li>
39933 <li><b>ns3::SimpleOfdmWimaxPhy</b></li>
39934 <li><b>ns3::SimpleTag</b></li>
39935 <li><b>ns3::SimpleUeComponentCarrierManager</b></li>
39936 <li><b>ns3::SimulatorImpl</b></li>
39937 <li><b>ns3::SingleModelSpectrumChannel</b></li>
39938 <li><b>ns3::SinkApplication</b></li>
39939 <li><b>ns3::SixLowPanBc0</b></li>
39940 <li><b>ns3::SixLowPanFrag1</b></li>
39941 <li><b>ns3::SixLowPanFragN</b></li>
39942 <li><b>ns3::SixLowPanHc1</b></li>
39943 <li><b>ns3::SixLowPanIphc</b></li>
39944 <li><b>ns3::SixLowPanIpv6</b></li>
39945 <li><b>ns3::SixLowPanMesh</b></li>
39946 <li><b>ns3::SixLowPanNetDevice</b></li>
39947 <li><b>ns3::SixLowPanNhcExtension</b></li>
39948 <li><b>ns3::SixLowPanUdpNhcExtension</b></li>
39949 <li><b>ns3::SllHeader</b></li>
39950 <li><b>ns3::SnrTag</b></li>
39951 <li><b>ns3::Socket</b></li>
39952 <li><b>ns3::SocketFactory</b></li>
39953 <li><b>ns3::SocketIpTtlTag</b></li>
39954 <li><b>ns3::SocketIpv6HopLimitTag</b></li>
39955 <li><b>ns3::SocketSetDontFragmentTag</b></li>
39956 <li><b>ns3::SourceApplication</b></li>
39957 <li><b>ns3::SpectrumAnalyzer</b></li>
39958 <li><b>ns3::SpectrumChannel</b></li>
39959 <li><b>ns3::SpectrumErrorModel</b></li>
39960 <li><b>ns3::SpectrumPhy</b></li>
39961 <li><b>ns3::SpectrumPropagationLossModel</b></li>
39962 <li><b>ns3::SpectrumTransmitFilter</b></li>
39963 <li><b>ns3::SpectrumWifiPhy</b></li>
39964 <li><b>ns3::SSLinkManager</b></li>
39965 <li><b>ns3::SSManager</b></li>
39966 <li><b>ns3::SSScheduler</b></li>
39967 <li><b>ns3::StaWifiMac</b></li>
39968 <li><b>ns3::SteadyStateRandomWaypointMobilityModel</b></li>
39969 <li><b>ns3::SubscriberStationNetDevice</b></li>
39970 <li><b>ns3::Synchronizer</b></li>
39971 <li><b>ns3::TableBasedErrorRateModel</b></li>
39972 <li><b>ns3::Tag</b></li>
39973 <li><b>ns3::TapBridge</b></li>
39974 <li><b>ns3::TbfQueueDisc</b></li>
39975 <li><b>ns3::TcpBbr</b></li>
39976 <li><b>ns3::TcpBic</b></li>
39977 <li><b>ns3::TcpClassicRecovery</b></li>
39978 <li><b>ns3::TcpCongestionOps</b></li>
39979 <li><b>ns3::TcpCubic</b></li>
39980 <li><b>ns3::TcpDctcp</b></li>
39981 <li><b>ns3::TcpHeader</b></li>
39982 <li><b>ns3::TcpHighSpeed</b></li>
39983 <li><b>ns3::TcpHtcp</b></li>
39984 <li><b>ns3::TcpHybla</b></li>
39985 <li><b>ns3::TcpIllinois</b></li>
39986 <li><b>ns3::TcpL4Protocol</b></li>
39987 <li><b>ns3::TcpLedbat</b></li>
39988 <li><b>ns3::TcpLinuxReno</b></li>
39989 <li><b>ns3::TcpLp</b></li>
39990 <li><b>ns3::TcpNewReno</b></li>
39991 <li><b>ns3::TcpOption</b></li>
39992 <li><b>ns3::TcpOptionEnd</b></li>
39993 <li><b>ns3::TcpOptionMSS</b></li>
39994 <li><b>ns3::TcpOptionNOP</b></li>
39995 <li><b>ns3::TcpOptionSack</b></li>
39996 <li><b>ns3::TcpOptionSackPermitted</b></li>
39997 <li><b>ns3::TcpOptionTS</b></li>
39998 <li><b>ns3::TcpOptionUnknown</b></li>
39999 <li><b>ns3::TcpOptionWinScale</b></li>
40000 <li><b>ns3::TcpPrrRecovery</b></li>
40001 <li><b>ns3::TcpRateLinux</b></li>
40002 <li><b>ns3::TcpRateOps</b></li>
40003 <li><b>ns3::TcpRecoveryOps</b></li>
40004 <li><b>ns3::TcpRxBuffer</b></li>
40005 <li><b>ns3::TcpScalable</b></li>
40006 <li><b>ns3::TcpSocket</b></li>
40007 <li><b>ns3::TcpSocketBase</b></li>
40008 <li><b>ns3::TcpSocketFactory</b></li>
40009 <li><b>ns3::TcpSocketState</b></li>
40010 <li><b>ns3::TcpTxBuffer</b></li>
40011 <li><b>ns3::TcpVegas</b></li>
40012 <li><b>ns3::TcpVeno</b></li>
40013 <li><b>ns3::TcpWestwoodPlus</b></li>
40014 <li><b>ns3::TcpYeah</b></li>
40015 <li><b>ns3::TdBetFfMacScheduler</b></li>
40016 <li><b>ns3::TdMtFfMacScheduler</b></li>
40017 <li><b>ns3::TdTbfqFfMacScheduler</b></li>
40018 <li><b>ns3::ThompsonSamplingWifiManager</b></li>
40019 <li><b>ns3::ThreeGppAntennaModel</b></li>
40020 <li><b>ns3::ThreeGppChannelConditionModel</b></li>
40021 <li><b>ns3::ThreeGppChannelModel</b></li>
40022 <li><b>ns3::ThreeGppHttpClient</b></li>
40023 <li><b>ns3::ThreeGppHttpHeader</b></li>
40024 <li><b>ns3::ThreeGppHttpServer</b></li>
40025 <li><b>ns3::ThreeGppHttpVariables</b></li>
40026 <li><b>ns3::ThreeGppIndoorMixedOfficeChannelConditionModel</b></li>
40027 <li><b>ns3::ThreeGppIndoorOfficePropagationLossModel</b></li>
40028 <li><b>ns3::ThreeGppIndoorOpenOfficeChannelConditionModel</b></li>
40029 <li><b>ns3::ThreeGppNTNDenseUrbanChannelConditionModel</b></li>
40030 <li><b>ns3::ThreeGppNTNDenseUrbanPropagationLossModel</b></li>
40031 <li><b>ns3::ThreeGppNTNRuralChannelConditionModel</b></li>
40032 <li><b>ns3::ThreeGppNTNRuralPropagationLossModel</b></li>
40033 <li><b>ns3::ThreeGppNTNSuburbanChannelConditionModel</b></li>
40034 <li><b>ns3::ThreeGppNTNSuburbanPropagationLossModel</b></li>
40035 <li><b>ns3::ThreeGppNTNUrbanChannelConditionModel</b></li>
40036 <li><b>ns3::ThreeGppNTNUrbanPropagationLossModel</b></li>
40037 <li><b>ns3::ThreeGppPropagationLossModel</b></li>
40038 <li><b>ns3::ThreeGppRmaChannelConditionModel</b></li>
40039 <li><b>ns3::ThreeGppRmaPropagationLossModel</b></li>
40040 <li><b>ns3::ThreeGppSpectrumPropagationLossModel</b></li>
40041 <li><b>ns3::ThreeGppUmaChannelConditionModel</b></li>
40042 <li><b>ns3::ThreeGppUmaPropagationLossModel</b></li>
40043 <li><b>ns3::ThreeGppUmiStreetCanyonChannelConditionModel</b></li>
40044 <li><b>ns3::ThreeGppUmiStreetCanyonPropagationLossModel</b></li>
40045 <li><b>ns3::ThreeGppV2vHighwayChannelConditionModel</b></li>
40046 <li><b>ns3::ThreeGppV2vHighwayPropagationLossModel</b></li>
40047 <li><b>ns3::ThreeGppV2vUrbanChannelConditionModel</b></li>
40048 <li><b>ns3::ThreeGppV2vUrbanPropagationLossModel</b></li>
40049 <li><b>ns3::ThreeLogDistancePropagationLossModel</b></li>
40050 <li><b>ns3::ThresholdPreambleDetectionModel</b></li>
40051 <li><b>ns3::TimeProbe</b></li>
40052 <li><b>ns3::TimeSeriesAdaptor</b></li>
40053 <li><b>ns3::TimestampTag</b></li>
40054 <li><b>ns3::TopologyReader</b></li>
40055 <li><b>ns3::TraceFadingLossModel</b></li>
40056 <li><b>ns3::TrafficControlLayer</b></li>
40057 <li><b>ns3::Trailer</b></li>
40058 <li><b>ns3::TriangularRandomVariable</b></li>
40059 <li><b>ns3::TtaFfMacScheduler</b></li>
40060 <li><b>ns3::TvSpectrumTransmitter</b></li>
40061 <li><b>ns3::TwoRayGroundPropagationLossModel</b></li>
40062 <li><b>ns3::TwoRaySpectrumPropagationLossModel</b></li>
40063 <li><b>ns3::Txop</b></li>
40064 <li><b>ns3::UanChannel</b></li>
40065 <li><b>ns3::UanHeaderCommon</b></li>
40066 <li><b>ns3::UanHeaderRcAck</b></li>
40067 <li><b>ns3::UanHeaderRcCts</b></li>
40068 <li><b>ns3::UanHeaderRcCtsGlobal</b></li>
40069 <li><b>ns3::UanHeaderRcData</b></li>
40070 <li><b>ns3::UanHeaderRcRts</b></li>
40071 <li><b>ns3::UanMac</b></li>
40072 <li><b>ns3::UanMacAloha</b></li>
40073 <li><b>ns3::UanMacCw</b></li>
40074 <li><b>ns3::UanMacRc</b></li>
40075 <li><b>ns3::UanMacRcGw</b></li>
40076 <li><b>ns3::UanNetDevice</b></li>
40077 <li><b>ns3::UanNoiseModel</b></li>
40078 <li><b>ns3::UanNoiseModelDefault</b></li>
40079 <li><b>ns3::UanPhy</b></li>
40080 <li><b>ns3::UanPhyCalcSinr</b></li>
40081 <li><b>ns3::UanPhyCalcSinrDefault</b></li>
40082 <li><b>ns3::UanPhyCalcSinrDual</b></li>
40083 <li><b>ns3::UanPhyCalcSinrFhFsk</b></li>
40084 <li><b>ns3::UanPhyDual</b></li>
40085 <li><b>ns3::UanPhyGen</b></li>
40086 <li><b>ns3::UanPhyPer</b></li>
40087 <li><b>ns3::UanPhyPerCommonModes</b></li>
40088 <li><b>ns3::UanPhyPerGenDefault</b></li>
40089 <li><b>ns3::UanPhyPerUmodem</b></li>
40090 <li><b>ns3::UanPropModel</b></li>
40091 <li><b>ns3::UanPropModelIdeal</b></li>
40092 <li><b>ns3::UanPropModelThorp</b></li>
40093 <li><b>ns3::UanTransducer</b></li>
40094 <li><b>ns3::UanTransducerHd</b></li>
40095 <li><b>ns3::Ucd</b></li>
40096 <li><b>ns3::UdpClient</b></li>
40097 <li><b>ns3::UdpEchoClient</b></li>
40098 <li><b>ns3::UdpEchoServer</b></li>
40099 <li><b>ns3::UdpHeader</b></li>
40100 <li><b>ns3::UdpL4Protocol</b></li>
40101 <li><b>ns3::UdpServer</b></li>
40102 <li><b>ns3::UdpSocket</b></li>
40103 <li><b>ns3::UdpSocketFactory</b></li>
40104 <li><b>ns3::UdpSocketImpl</b></li>
40105 <li><b>ns3::UdpTraceClient</b></li>
40106 <li><b>ns3::UeManager</b></li>
40107 <li><b>ns3::Uinteger16Probe</b></li>
40108 <li><b>ns3::Uinteger32Probe</b></li>
40109 <li><b>ns3::Uinteger8Probe</b></li>
40110 <li><b>ns3::UlMap</b></li>
40111 <li><b>ns3::UniformDiscPositionAllocator</b></li>
40112 <li><b>ns3::UniformPlanarArray</b></li>
40113 <li><b>ns3::UniformRandomVariable</b></li>
40114 <li><b>ns3::UplinkScheduler</b></li>
40115 <li><b>ns3::UplinkSchedulerMBQoS</b></li>
40116 <li><b>ns3::UplinkSchedulerRtps</b></li>
40117 <li><b>ns3::UplinkSchedulerSimple</b></li>
40118 <li><b>ns3::V4TraceRoute</b></li>
40119 <li><b>ns3::VhtConfiguration</b></li>
40120 <li><b>ns3::VhtFrameExchangeManager</b></li>
40121 <li><b>ns3::VirtualNetDevice</b></li>
40122 <li><b>ns3::WallClockSynchronizer</b></li>
40123 <li><b>ns3::WaveformGenerator</b></li>
40124 <li><b>ns3::WaypointMobilityModel</b></li>
40125 <li><b>ns3::WeibullRandomVariable</b></li>
40126 <li><b>ns3::WifiAckManager</b></li>
40127 <li><b>ns3::WifiAssocManager</b></li>
40128 <li><b>ns3::WifiBandwidthFilter</b></li>
40129 <li><b>ns3::WifiDefaultAckManager</b></li>
40130 <li><b>ns3::WifiDefaultAssocManager</b></li>
40131 <li><b>ns3::WifiDefaultGcrManager</b></li>
40132 <li><b>ns3::WifiDefaultProtectionManager</b></li>
40133 <li><b>ns3::WifiMac</b></li>
40134 <li><b>ns3::WifiMacHeader</b></li>
40135 <li><b>ns3::WifiMacQueue</b></li>
40136 <li><b>ns3::WifiMacQueueScheduler</b></li>
40137 <li><b>ns3::WifiMacQueueSchedulerImpl</b></li>
40138 <li><b>ns3::WifiMacTrailer</b></li>
40139 <li><b>ns3::WifiNetDevice</b></li>
40140 <li><b>ns3::WifiPhy</b></li>
40141 <li><b>ns3::WifiPhyRxTraceSink</b></li>
40142 <li><b>ns3::WifiPhyStateHelper</b></li>
40143 <li><b>ns3::WifiProtectionManager</b></li>
40144 <li><b>ns3::WifiRadioEnergyModel</b></li>
40145 <li><b>ns3::WifiRemoteStationManager</b></li>
40146 <li><b>ns3::WifiSpectrumPhyInterface</b></li>
40147 <li><b>ns3::WifiTxCurrentModel</b></li>
40148 <li><b>ns3::WimaxChannel</b></li>
40149 <li><b>ns3::WimaxConnection</b></li>
40150 <li><b>ns3::WimaxMacQueue</b></li>
40151 <li><b>ns3::WimaxMacToMacHeader</b></li>
40152 <li><b>ns3::WimaxNetDevice</b></li>
40153 <li><b>ns3::WimaxPhy</b></li>
40154 <li><b>ns3::YansErrorRateModel</b></li>
40155 <li><b>ns3::YansWifiChannel</b></li>
40156 <li><b>ns3::YansWifiPhy</b></li>
40157 <li><b>ns3::ZetaRandomVariable</b></li>
40158 <li><b>ns3::zigbee::ZigbeeAps</b></li>
40159 <li><b>ns3::zigbee::ZigbeeNwk</b></li>
40160 <li><b>ns3::zigbee::ZigbeeStack</b></li>
40161 <li><b>ns3::ZipfRandomVariable</b></li>
40162</ul>
40163*/
40164
40165/*!
40166\page AttributeList All Attributes
40167
40168This 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.
40169
40170<b>ns3::A2A4RsrqHandoverAlgorithm</b><br>
40171<ul>
40172<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>
40173<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>
40174</ul>
40175<b>ns3::A3RsrpHandoverAlgorithm</b><br>
40176<ul>
40177<li><b>Hysteresis</b>: Handover margin (hysteresis) in dB (rounded to the nearest multiple of 0.5 dB)</li>
40178<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>
40179</ul>
40180<b>ns3::AarfcdWifiManager</b><br>
40181<ul>
40182<li><b>MaxRtsWnd</b>: Maximum value for RTS window of AARF-CD</li>
40183<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.</li>
40184<li><b>MinRtsWnd</b>: Minimum value for RTS window of AARF-CD</li>
40185<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.</li>
40186<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.</li>
40187<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.</li>
40188<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.</li>
40189<li><b>TurnOffRtsAfterRateDecrease</b>: If true the RTS mechanism will be turned off when the rate will be decreased</li>
40190<li><b>TurnOnRtsAfterRateIncrease</b>: If true the RTS mechanism will be turned on when the rate will be increased</li>
40191</ul>
40192<b>ns3::AarfWifiManager</b><br>
40193<ul>
40194<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.</li>
40195<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.</li>
40196<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.</li>
40197<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.</li>
40198<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.</li>
40199</ul>
40200<b>ns3::AcousticModemEnergyModel</b><br>
40201<ul>
40202<li><b>IdlePowerW</b>: The modem Idle power in Watts</li>
40203<li><b>RxPowerW</b>: The modem Rx power in Watts</li>
40204<li><b>SleepPowerW</b>: The modem Sleep power in Watts</li>
40205<li><b>TxPowerW</b>: The modem Tx power in Watts</li>
40206</ul>
40207<b>ns3::AdvancedApEmlsrManager</b><br>
40208<ul>
40209<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>
40210<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>
40211<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>
40212<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.</li>
40213<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>
40214</ul>
40215<b>ns3::AdvancedEmlsrManager</b><br>
40216<ul>
40217<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>
40218<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>
40219<li><b>InterruptSwitch</b>: Whether the main PHY can be interrupted while switching to start switching to another link.</li>
40220<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>
40221<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>
40222<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>
40223<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>
40224</ul>
40225<b>ns3::AlohaNoackNetDevice</b><br>
40226<ul>
40227<li><b>Address</b>: The MAC address of this device.</li>
40228<li><b>Mtu</b>: The Maximum Transmission Unit</li>
40229<li><b>Phy</b>: The PHY layer attached to this device.</li>
40230<li><b>Queue</b>: packets being transmitted get queued here</li>
40231</ul>
40232<b>ns3::AmrrWifiManager</b><br>
40233<ul>
40234<li><b>FailureRatio</b>: Ratio of minimum erroneous transmissions needed to switch to a lower rate</li>
40235<li><b>MaxSuccessThreshold</b>: Maximum number of consecutive success periods needed to switch to a higher rate</li>
40236<li><b>MinSuccessThreshold</b>: Minimum number of consecutive success periods needed to switch to a higher rate</li>
40237<li><b>SuccessRatio</b>: Ratio of maximum erroneous transmissions needed to switch to a higher rate</li>
40238<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes</li>
40239</ul>
40240<b>ns3::aodv::RoutingProtocol</b><br>
40241<ul>
40242<li><b>ActiveRouteTimeout</b>: Period of time during which the route is considered to be valid</li>
40243<li><b>AllowedHelloLoss</b>: Number of hello messages which may be loss for valid link.</li>
40244<li><b>BlackListTimeout</b>: Time for which the node is put into the blacklist = RreqRetries * NetTraversalTime</li>
40245<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>
40246<li><b>DestinationOnly</b>: Indicates only the destination may respond to this RREQ.</li>
40247<li><b>EnableBroadcast</b>: Indicates whether a broadcast data packets forwarding enable.</li>
40248<li><b>EnableHello</b>: Indicates whether a hello messages enable.</li>
40249<li><b>GratuitousReply</b>: Indicates whether a gratuitous RREP should be unicast to the node originated route discovery.</li>
40250<li><b>HelloInterval</b>: HELLO messages emission interval.</li>
40251<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.</li>
40252<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)</li>
40253<li><b>MyRouteTimeout</b>: Value of lifetime field in RREP generating by this node = 2 * max(ActiveRouteTimeout, PathDiscoveryTime)</li>
40254<li><b>NetDiameter</b>: Net diameter measures the maximum possible number of hops between two nodes in the network</li>
40255<li><b>NetTraversalTime</b>: Estimate of the average net traversal time = 2 * NodeTraversalTime * NetDiameter</li>
40256<li><b>NextHopWait</b>: Period of our waiting for the neighbour's RREP_ACK = 10 ms + NodeTraversalTime</li>
40257<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>
40258<li><b>PathDiscoveryTime</b>: Estimate of maximum time needed to find route in network = 2 * NetTraversalTime</li>
40259<li><b>RerrRateLimit</b>: Maximum number of RERR per second.</li>
40260<li><b>RreqRateLimit</b>: Maximum number of RREQ per second.</li>
40261<li><b>RreqRetries</b>: Maximum number of retransmissions of RREQ to discover a route</li>
40262<li><b>TimeoutBuffer</b>: Provide a buffer for the timeout.</li>
40263<li><b>TtlIncrement</b>: TTL increment for each attempt using the expanding ring search for RREQ dissemination.</li>
40264<li><b>TtlStart</b>: Initial TTL value for RREQ.</li>
40265<li><b>TtlThreshold</b>: Maximum TTL value for expanding ring search, TTL = NetDiameter is used beyond this value.</li>
40266<li><b>UniformRv</b>: Access to the underlying UniformRandomVariable</li>
40267</ul>
40268<b>ns3::AparfWifiManager</b><br>
40269<ul>
40270<li><b>FailThreshold</b>: The minimum number of failed transmissions to try a new power or rate.</li>
40271<li><b>PowerDecrementStep</b>: Step size for decrement the power.</li>
40272<li><b>PowerIncrementStep</b>: Step size for increment the power.</li>
40273<li><b>PowerThreshold</b>: The maximum number of power changes.</li>
40274<li><b>RateDecrementStep</b>: Step size for decrement the rate.</li>
40275<li><b>RateIncrementStep</b>: Step size for increment the rate.</li>
40276<li><b>SuccessThreshold1</b>: The minimum number of successful transmissions in "High" state to try a new power or rate.</li>
40277<li><b>SuccessThreshold2</b>: The minimum number of successful transmissions in "Low" state to try a new power or rate.</li>
40278</ul>
40279<b>ns3::Application</b><br>
40280<ul>
40281<li><b>StartTime</b>: Time at which the application will start</li>
40282<li><b>StopTime</b>: Time at which the application will stop</li>
40283</ul>
40284<b>ns3::ApWifiMac</b><br>
40285<ul>
40286<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>
40287<li><b>BeaconGeneration</b>: Whether or not beacons are generated.</li>
40288<li><b>BeaconInterval</b>: Delay between two beacons</li>
40289<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>
40290<li><b>BsrLifetime</b>: Lifetime of Buffer Status Reports received from stations.</li>
40291<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>
40292<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>
40293<li><b>EnableBeaconJitter</b>: If beacons are enabled, whether to jitter the initial send event.</li>
40294<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>
40295<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>
40296<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>
40297<li><b>GcrManager</b>: The GCR manager object.</li>
40298<li><b>SendUnsolProbeResp</b>: Send unsolicited broadcast Probe Response instead of FILS Discovery</li>
40299<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>
40300</ul>
40301<b>ns3::ArfWifiManager</b><br>
40302<ul>
40303<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.</li>
40304<li><b>TimerThreshold</b>: The 'timer' threshold in the ARF algorithm.</li>
40305</ul>
40306<b>ns3::ArpCache</b><br>
40307<ul>
40308<li><b>AliveTimeout</b>: When this timeout expires, the matching cache entry needs refreshing</li>
40309<li><b>DeadTimeout</b>: When this timeout expires, a new attempt to resolve the matching entry is made</li>
40310<li><b>MaxRetries</b>: Number of retransmissions of ArpRequest before marking dead</li>
40311<li><b>PendingQueueSize</b>: The size of the queue for packets pending an arp reply.</li>
40312<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>
40313</ul>
40314<b>ns3::ArpL3Protocol</b><br>
40315<ul>
40316<li><b>CacheList</b>: The list of ARP caches</li>
40317<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>
40318</ul>
40319<b>ns3::AthstatsWifiTraceSink</b><br>
40320<ul>
40321<li><b>Interval</b>: Time interval between reports</li>
40322</ul>
40323<b>ns3::BaseStationNetDevice</b><br>
40324<ul>
40325<li><b>BSScheduler</b>: Downlink Scheduler for BS</li>
40326<li><b>BsIpcsPacketClassifier</b>: The uplink IP packet classifier attached to this device.</li>
40327<li><b>BwReqOppSize</b>: The bandwidth request opportunity size in symbols</li>
40328<li><b>DcdInterval</b>: Time between transmission of DCD messages. Maximum value is 10s.</li>
40329<li><b>InitialRangInterval</b>: Time between Initial Ranging regions assigned by the BS. Maximum is 2s</li>
40330<li><b>IntervalT8</b>: Wait for DSA/DSC Acknowledge timeout. Maximum 300ms.</li>
40331<li><b>LinkManager</b>: The link manager attached to this device.</li>
40332<li><b>MaxRangCorrectionRetries</b>: Number of retries on contention Ranging Requests</li>
40333<li><b>RangReqOppSize</b>: The ranging opportunity size in symbols</li>
40334<li><b>SSManager</b>: The ss manager attached to this device.</li>
40335<li><b>Scheduler</b>: The BS scheduler attached to this device.</li>
40336<li><b>ServiceFlowManager</b>: The service flow manager attached to this device.</li>
40337<li><b>UcdInterval</b>: Time between transmission of UCD messages. Maximum value is 10s.</li>
40338<li><b>UplinkScheduler</b>: The uplink scheduler attached to this device.</li>
40339</ul>
40340<b>ns3::BernoulliRandomVariable</b><br>
40341<ul>
40342<li><b>Probability</b>: The probability of the random variable returning a value of 1.</li>
40343</ul>
40344<b>ns3::BinomialRandomVariable</b><br>
40345<ul>
40346<li><b>Probability</b>: The probability of success in each trial.</li>
40347<li><b>Trials</b>: The number of trials.</li>
40348</ul>
40349<b>ns3::BridgeNetDevice</b><br>
40350<ul>
40351<li><b>EnableLearning</b>: Enable the learning mode of the Learning Bridge</li>
40352<li><b>ExpirationTime</b>: Time it takes for learned MAC state entry to expire.</li>
40353<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
40354</ul>
40355<b>ns3::Building</b><br>
40356<ul>
40357<li><b>Boundaries</b>: The boundaries of this Building as a value of type ns3::Box</li>
40358<li><b>ExternalWallsType</b>: The type of material of which the external walls are made</li>
40359<li><b>Id</b>: The id (unique integer) of this Building.</li>
40360<li><b>NFloors</b>: The number of floors of this building.</li>
40361<li><b>NRoomsX</b>: The number of rooms in the X axis.</li>
40362<li><b>NRoomsY</b>: The number of rooms in the Y axis.</li>
40363<li><b>Type</b>: The type of building</li>
40364</ul>
40365<b>ns3::BuildingListPriv</b><br>
40366<ul>
40367<li><b>BuildingList</b>: The list of all buildings created during the simulation.</li>
40368</ul>
40369<b>ns3::BuildingsPropagationLossModel</b><br>
40370<ul>
40371<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]</li>
40372<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls</li>
40373<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes</li>
40374<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes</li>
40375</ul>
40376<b>ns3::BulkSendApplication</b><br>
40377<ul>
40378<li><b>EnableSeqTsSizeHeader</b>: Add SeqTsSizeHeader to each packet</li>
40379<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>
40380<li><b>Protocol</b>: The type of protocol to use.</li>
40381<li><b>SendSize</b>: The amount of data to send each time.</li>
40382</ul>
40383<b>ns3::BurstErrorModel</b><br>
40384<ul>
40385<li><b>BurstSize</b>: The number of packets being corrupted at one drop.</li>
40386<li><b>BurstStart</b>: The decision variable attached to this error model.</li>
40387<li><b>ErrorRate</b>: The burst error event.</li>
40388</ul>
40389<b>ns3::CalendarScheduler</b><br>
40390<ul>
40391<li><b>Reverse</b>: Store events in reverse chronological order</li>
40392</ul>
40393<b>ns3::CaraWifiManager</b><br>
40394<ul>
40395<li><b>FailureThreshold</b>: The number of consecutive transmissions failure to decrease the rate.</li>
40396<li><b>ProbeThreshold</b>: The number of consecutive transmissions failure to activate the RTS probe.</li>
40397<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.</li>
40398<li><b>Timeout</b>: The 'timer' in the CARA algorithm</li>
40399</ul>
40400<b>ns3::CcHelper</b><br>
40401<ul>
40402<li><b>DlBandwidth</b>: Set Dl Bandwidth for the first carrier component</li>
40403<li><b>DlEarfcn</b>: Set Dl Channel [EARFCN] for the first carrier component</li>
40404<li><b>NumberOfComponentCarriers</b>: Set the number of Component Carriers to setup per eNodeBCurrently the maximum Number of Component Carriers allowed is 2</li>
40405<li><b>UlBandwidth</b>: Set Dl Bandwidth for the first carrier component</li>
40406<li><b>UlEarfcn</b>: Set Ul Channel [EARFCN] for the first carrier component</li>
40407</ul>
40408<b>ns3::Channel</b><br>
40409<ul>
40410<li><b>Id</b>: The id (unique integer) of this Channel.</li>
40411</ul>
40412<b>ns3::ChannelAccessManager</b><br>
40413<ul>
40414<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>
40415<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>
40416<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>
40417<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>
40418<li><b>ResetBackoffThreshold</b>: If no PHY operates on this link for a period greater than this threshold, all the backoffs are reset.</li>
40419</ul>
40420<b>ns3::ChannelListPriv</b><br>
40421<ul>
40422<li><b>ChannelList</b>: The list of all channels created during the simulation.</li>
40423</ul>
40424<b>ns3::CircularApertureAntennaModel</b><br>
40425<ul>
40426<li><b>AntennaCircularApertureRadius</b>: The radius of the aperture of the antenna, in meters</li>
40427<li><b>AntennaMaxGainDb</b>: The maximum gain value in dB of the antenna</li>
40428<li><b>AntennaMinGainDb</b>: The minimum gain value in dB of the antenna</li>
40429<li><b>ForceGainBounds</b>: Force GetGainDb to [AntennaMinGainDb, AntennaMaxGainDb] range</li>
40430<li><b>OperatingFrequency</b>: The operating frequency in Hz of the antenna</li>
40431</ul>
40432<b>ns3::CobaltQueueDisc</b><br>
40433<ul>
40434<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled</li>
40435<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets</li>
40436<li><b>Decrement</b>: Pdrop decrement Value</li>
40437<li><b>Increment</b>: Pdrop increment value</li>
40438<li><b>Interval</b>: The Cobalt algorithm interval</li>
40439<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.</li>
40440<li><b>Pdrop</b>: Marking Probability</li>
40441<li><b>Target</b>: The Cobalt algorithm target queue delay</li>
40442<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40443<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40444</ul>
40445<b>ns3::CoDelQueueDisc</b><br>
40446<ul>
40447<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets</li>
40448<li><b>Interval</b>: The CoDel algorithm interval</li>
40449<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.</li>
40450<li><b>MinBytes</b>: The CoDel algorithm minbytes parameter.</li>
40451<li><b>Target</b>: The CoDel algorithm target queue delay</li>
40452<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40453<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40454</ul>
40455<b>ns3::ComponentCarrier</b><br>
40456<ul>
40457<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to</li>
40458<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>
40459<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks</li>
40460<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
40461<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>
40462<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks</li>
40463<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
40464</ul>
40465<b>ns3::ComponentCarrierEnb</b><br>
40466<ul>
40467<li><b>FfMacScheduler</b>: The scheduler associated to this EnbNetDevice</li>
40468<li><b>LteEnbMac</b>: The MAC associated to this EnbNetDevice</li>
40469<li><b>LteEnbPhy</b>: The PHY associated to this EnbNetDevice</li>
40470<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice</li>
40471</ul>
40472<b>ns3::ComponentCarrierUe</b><br>
40473<ul>
40474<li><b>LteUeMac</b>: The MAC associated to this UeNetDevice</li>
40475<li><b>LteUePhy</b>: The PHY associated to this EnbNetDevice</li>
40476</ul>
40477<b>ns3::ConfigStore</b><br>
40478<ul>
40479<li><b>FileFormat</b>: Type of file format</li>
40480<li><b>Filename</b>: The file where the configuration should be saved to or loaded from.</li>
40481<li><b>Mode</b>: Configuration mode</li>
40482<li><b>SaveDeprecated</b>: Save DEPRECATED attributes</li>
40483</ul>
40484<b>ns3::ConstantRandomVariable</b><br>
40485<ul>
40486<li><b>Constant</b>: The constant value returned by this RNG stream.</li>
40487</ul>
40488<b>ns3::ConstantRateWifiManager</b><br>
40489<ul>
40490<li><b>ControlMode</b>: The transmission mode to use for every RTS packet transmission.</li>
40491<li><b>DataMode</b>: The transmission mode to use for every data packet transmission</li>
40492</ul>
40493<b>ns3::ConstantSpectrumPropagationLossModel</b><br>
40494<ul>
40495<li><b>Loss</b>: Path loss (dB) between transmitter and receiver</li>
40496</ul>
40497<b>ns3::ConstantSpeedPropagationDelayModel</b><br>
40498<ul>
40499<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>
40500</ul>
40501<b>ns3::CosineAntennaModel</b><br>
40502<ul>
40503<li><b>HorizontalBeamwidth</b>: The 3 dB horizontal beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain</li>
40504<li><b>MaxGain</b>: The gain (dB) at the antenna boresight (the direction of maximum gain)</li>
40505<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>
40506<li><b>VerticalBeamwidth</b>: The 3 dB vertical beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain</li>
40507</ul>
40508<b>ns3::Cost231PropagationLossModel</b><br>
40509<ul>
40510<li><b>BSAntennaHeight</b>: BS Antenna Height (default is 50m).</li>
40511<li><b>Frequency</b>: The Frequency (default is 2.3 GHz).</li>
40512<li><b>Lambda</b>: The wavelength (default is 2.3 GHz at 300 000 km/s).</li>
40513<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m).</li>
40514<li><b>SSAntennaHeight</b>: SS Antenna Height (default is 3m).</li>
40515</ul>
40516<b>ns3::CqaFfMacScheduler</b><br>
40517<ul>
40518<li><b>CqaMetric</b>: CqaFfMacScheduler metric type that can be: CqaFf, CqaPf</li>
40519<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40520<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40521<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40522</ul>
40523<b>ns3::CsmaChannel</b><br>
40524<ul>
40525<li><b>DataRate</b>: The transmission data rate to be provided to devices connected to the channel</li>
40526<li><b>Delay</b>: Transmission delay through the channel</li>
40527</ul>
40528<b>ns3::CsmaNetDevice</b><br>
40529<ul>
40530<li><b>Address</b>: The MAC address of this device.</li>
40531<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.</li>
40532<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
40533<li><b>ReceiveEnable</b>: Enable or disable the receiver section of the device.</li>
40534<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
40535<li><b>SendEnable</b>: Enable or disable the transmitter section of the device.</li>
40536<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
40537</ul>
40538<b>ns3::DataCollectionObject</b><br>
40539<ul>
40540<li><b>Enabled</b>: Object's enabled status</li>
40541<li><b>Name</b>: Object's name</li>
40542</ul>
40543<b>ns3::DefaultEmlsrManager</b><br>
40544<ul>
40545<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>
40546</ul>
40547<b>ns3::DhcpClient</b><br>
40548<ul>
40549<li><b>Collect</b>: Time for which offer collection starts</li>
40550<li><b>RTRS</b>: Time for retransmission of Discover message</li>
40551<li><b>ReRequest</b>: Time after which request will be resent to next server</li>
40552<li><b>Transactions</b>: The possible value of transaction numbers</li>
40553</ul>
40554<b>ns3::DhcpServer</b><br>
40555<ul>
40556<li><b>FirstAddress</b>: The First valid address that can be given.</li>
40557<li><b>Gateway</b>: Address of default gateway</li>
40558<li><b>LastAddress</b>: The Last valid address that can be given.</li>
40559<li><b>LeaseTime</b>: Lease for which address will be leased.</li>
40560<li><b>PoolAddresses</b>: Pool of addresses to provide on request.</li>
40561<li><b>PoolMask</b>: Mask of the pool of addresses.</li>
40562<li><b>RebindTime</b>: Time after which client should rebind.</li>
40563<li><b>RenewTime</b>: Time after which client should renew.</li>
40564</ul>
40565<b>ns3::dot11s::AirtimeLinkMetricCalculator</b><br>
40566<ul>
40567<li><b>Dot11MetricTid</b>: TID used to calculate metric (data rate)</li>
40568<li><b>TestLength</b>: Number of bytes in test frame (a constant 1024 in the standard)</li>
40569</ul>
40570<b>ns3::dot11s::HwmpProtocol</b><br>
40571<ul>
40572<li><b>DoFlag</b>: Destination only HWMP flag</li>
40573<li><b>Dot11MeshHWMPactivePathTimeout</b>: Lifetime of reactive routing information</li>
40574<li><b>Dot11MeshHWMPactiveRootTimeout</b>: Lifetime of proactive routing information</li>
40575<li><b>Dot11MeshHWMPmaxPREQretries</b>: Maximum number of retries before we suppose the destination to be unreachable</li>
40576<li><b>Dot11MeshHWMPnetDiameterTraversalTime</b>: Time we suppose the packet to go from one edge of the network to another</li>
40577<li><b>Dot11MeshHWMPpathToRootInterval</b>: Interval between two successive proactive PREQs</li>
40578<li><b>Dot11MeshHWMPperrMinInterval</b>: Minimal interval between to successive PREQs</li>
40579<li><b>Dot11MeshHWMPpreqMinInterval</b>: Minimal interval between to successive PREQs</li>
40580<li><b>Dot11MeshHWMPrannInterval</b>: Lifetime of proactive routing information</li>
40581<li><b>MaxQueueSize</b>: Maximum number of packets we can store when resolving route</li>
40582<li><b>MaxTtl</b>: Initial value of Time To Live field</li>
40583<li><b>RandomStart</b>: Random delay at first proactive PREQ</li>
40584<li><b>RfFlag</b>: Reply and forward flag</li>
40585<li><b>UnicastDataThreshold</b>: Maximum number of broadcast receivers, when we send a broadcast as a chain of unicasts</li>
40586<li><b>UnicastPerrThreshold</b>: Maximum number of PERR receivers, when we send a PERR as a chain of unicasts</li>
40587<li><b>UnicastPreqThreshold</b>: Maximum number of PREQ receivers, when we send a PREQ as a chain of unicasts</li>
40588</ul>
40589<b>ns3::dot11s::PeerLink</b><br>
40590<ul>
40591<li><b>ConfirmTimeout</b>: Confirm timeout</li>
40592<li><b>HoldingTimeout</b>: Holding timeout</li>
40593<li><b>MaxBeaconLoss</b>: Maximum number of lost beacons before link will be closed</li>
40594<li><b>MaxPacketFailure</b>: Maximum number of failed packets before link will be closed</li>
40595<li><b>MaxRetries</b>: Maximum number of retries</li>
40596<li><b>RetryTimeout</b>: Retry timeout</li>
40597</ul>
40598<b>ns3::dot11s::PeerManagementProtocol</b><br>
40599<ul>
40600<li><b>EnableBeaconCollisionAvoidance</b>: Enable/Disable Beacon collision avoidance.</li>
40601<li><b>MaxBeaconShiftValue</b>: Maximum number of TUs for beacon shifting</li>
40602<li><b>MaxNumberOfPeerLinks</b>: Maximum number of peer links</li>
40603</ul>
40604<b>ns3::Dot11sStack</b><br>
40605<ul>
40606<li><b>Root</b>: The MAC address of root mesh point.</li>
40607</ul>
40608<b>ns3::DropTailQueue<Packet></b><br>
40609<ul>
40610<li><b>MaxSize</b>: The max queue size</li>
40611</ul>
40612<b>ns3::DropTailQueue<QueueDiscItem></b><br>
40613<ul>
40614<li><b>MaxSize</b>: The max queue size</li>
40615</ul>
40616<b>ns3::dsdv::RoutingProtocol</b><br>
40617<ul>
40618<li><b>EnableBuffering</b>: Enables buffering of data packets if no route to destination is available</li>
40619<li><b>EnableRouteAggregation</b>: Enables Weighted Settling Time for the updates before advertising</li>
40620<li><b>EnableWST</b>: Enables Weighted Settling Time for the updates before advertising</li>
40621<li><b>Holdtimes</b>: Times the forwarding Interval to purge the route.</li>
40622<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.</li>
40623<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)</li>
40624<li><b>MaxQueuedPacketsPerDst</b>: Maximum number of packets that we allow per destination to buffer.</li>
40625<li><b>PeriodicUpdateInterval</b>: Periodic interval between exchange of full routing tables among nodes.</li>
40626<li><b>RouteAggregationTime</b>: Time to aggregate updates before sending them out (in seconds)</li>
40627<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>
40628<li><b>WeightedFactor</b>: WeightedFactor for the settling time if Weighted Settling Time is enabled</li>
40629</ul>
40630<b>ns3::dsr::DsrOptions</b><br>
40631<ul>
40632<li><b>OptionNumber</b>: The Dsr option number.</li>
40633</ul>
40634<b>ns3::dsr::DsrRouting</b><br>
40635<ul>
40636<li><b>BlacklistTimeout</b>: The time for a neighbor to stay in blacklist.</li>
40637<li><b>BroadcastJitter</b>: The jitter time to avoid collision for broadcast packets.</li>
40638<li><b>CacheType</b>: Use Link Cache or use Path Cache</li>
40639<li><b>DiscoveryHopLimit</b>: The max discovery hop limit for route requests.</li>
40640<li><b>EnableSubRoute</b>: Enables saving of sub route when receiving route error messages, only available when using path route cache</li>
40641<li><b>GraReplyTableSize</b>: The gratuitous reply table size.</li>
40642<li><b>GratReplyHoldoff</b>: The time for gratuitous reply entry to expire.</li>
40643<li><b>InitStability</b>: The initial stability factor for link cache</li>
40644<li><b>LinkAckTimeout</b>: The time a packet in maintenance buffer wait for link acknowledgment.</li>
40645<li><b>LinkAcknowledgment</b>: Enable Link layer acknowledgment mechanism</li>
40646<li><b>MaintenanceRetries</b>: Maximum number of retransmissions for data packets from maintenance buffer.</li>
40647<li><b>MaxCacheLen</b>: Maximum number of route entries that can be stored in route cache.</li>
40648<li><b>MaxEntriesEachDst</b>: Maximum number of route entries for a single destination to respond.</li>
40649<li><b>MaxMaintLen</b>: Maximum number of packets that can be stored in maintenance buffer.</li>
40650<li><b>MaxMaintTime</b>: Maximum time packets can be queued in maintenance buffer.</li>
40651<li><b>MaxNetworkQueueDelay</b>: The max time for a packet to stay in the network queue.</li>
40652<li><b>MaxNetworkQueueSize</b>: The max number of packet to save in the network queue.</li>
40653<li><b>MaxRequestPeriod</b>: The max time interval between route requests.</li>
40654<li><b>MaxSalvageCount</b>: The max salvage count for a single data packet.</li>
40655<li><b>MaxSendBuffLen</b>: Maximum number of packets that can be stored in send buffer.</li>
40656<li><b>MaxSendBuffTime</b>: Maximum time packets can be queued in the send buffer .</li>
40657<li><b>MinLifeTime</b>: The minimal life time for link cache</li>
40658<li><b>NodeTraversalTime</b>: The time it takes to traverse two neighboring nodes.</li>
40659<li><b>NonPropRequestTimeout</b>: The timeout value for non-propagation request.</li>
40660<li><b>NumPriorityQueues</b>: The max number of packet to save in the network queue.</li>
40661<li><b>PassiveAckTimeout</b>: The time a packet in maintenance buffer wait for passive acknowledgment.</li>
40662<li><b>PassiveBuffer</b>: The passive buffer to manage promiscuously received passive ack.</li>
40663<li><b>RequestIdSize</b>: Maximum number of request source Ids in the request table.</li>
40664<li><b>RequestPeriod</b>: The base time interval between route requests.</li>
40665<li><b>RequestTableSize</b>: Maximum number of request entries in the request table, set this as the number of nodes in the simulation.</li>
40666<li><b>RetransIncr</b>: The increase time for retransmission timer when facing network congestion</li>
40667<li><b>RouteCache</b>: The route cache for saving routes from route discovery process.</li>
40668<li><b>RouteCacheTimeout</b>: Maximum time the route cache can be queued in route cache.</li>
40669<li><b>RreqRetries</b>: Maximum number of retransmissions for request discovery of a route.</li>
40670<li><b>RreqTable</b>: The request table to manage route requests.</li>
40671<li><b>SendBuffInterval</b>: How often to check send buffer for packet with route.</li>
40672<li><b>StabilityDecrFactor</b>: The stability decrease factor for link cache</li>
40673<li><b>StabilityIncrFactor</b>: The stability increase factor for link cache</li>
40674<li><b>TryLinkAcks</b>: The number of link acknowledgment to use.</li>
40675<li><b>TryPassiveAcks</b>: The number of passive acknowledgment to use.</li>
40676<li><b>UniqueRequestIdSize</b>: Maximum number of request Ids in the request table for a single destination.</li>
40677<li><b>UseExtends</b>: The extension time for link cache</li>
40678</ul>
40679<b>ns3::DynamicQueueLimits</b><br>
40680<ul>
40681<li><b>HoldTime</b>: The DQL algorithm hold time</li>
40682<li><b>MaxLimit</b>: Maximum limit</li>
40683<li><b>MinLimit</b>: Minimum limit</li>
40684</ul>
40685<b>ns3::EhtConfiguration</b><br>
40686<ul>
40687<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>
40688<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>
40689<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>
40690<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>
40691<li><b>Per20CcaSensitivityThreshold</b>: CCA threshold (dBm) for Per 20MHz check.</li>
40692<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>
40693<li><b>TidToLinkMappingNegSupport</b>: TID-to-Link Mapping Negotiation Support.</li>
40694<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>
40695<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>
40696</ul>
40697<b>ns3::EhtFrameExchangeManager</b><br>
40698<ul>
40699<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>
40700</ul>
40701<b>ns3::EmlsrManager</b><br>
40702<ul>
40703<li><b>AuxPhyChannelWidth</b>: The maximum channel width (MHz) supported by Aux PHYs.</li>
40704<li><b>AuxPhyMaxModClass</b>: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.</li>
40705<li><b>AuxPhyTxCapable</b>: Whether Aux PHYs are capable of transmitting PPDUs.</li>
40706<li><b>EmlsrLinkSet</b>: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.</li>
40707<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>
40708<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>
40709<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>
40710<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>
40711<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>
40712<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>
40713<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.</li>
40714</ul>
40715<b>ns3::EmpiricalRandomVariable</b><br>
40716<ul>
40717<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>
40718</ul>
40719<b>ns3::EmuEpcHelper</b><br>
40720<ul>
40721<li><b>EnbDeviceName</b>: The name of the device used for the S1-U interface of the eNB</li>
40722<li><b>EnbMacAddressBase</b>: First 5 bytes of the eNB MAC address base</li>
40723<li><b>SgwDeviceName</b>: The name of the device used for the S1-U interface of the SGW</li>
40724<li><b>SgwMacAddress</b>: MAC address used for the SGW</li>
40725</ul>
40726<b>ns3::energy::BasicEnergyHarvester</b><br>
40727<ul>
40728<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>
40729<li><b>PeriodicHarvestedPowerUpdateInterval</b>: Time between two consecutive periodic updates of the harvested power. By default, the value is updated every 1 s</li>
40730</ul>
40731<b>ns3::energy::BasicEnergySource</b><br>
40732<ul>
40733<li><b>BasicEnergyHighBatteryThreshold</b>: High battery threshold for basic energy source.</li>
40734<li><b>BasicEnergyLowBatteryThreshold</b>: Low battery threshold for basic energy source.</li>
40735<li><b>BasicEnergySourceInitialEnergyJ</b>: Initial energy stored in basic energy source.</li>
40736<li><b>BasicEnergySupplyVoltageV</b>: Initial supply voltage for basic energy source.</li>
40737<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.</li>
40738</ul>
40739<b>ns3::energy::GenericBatteryModel</b><br>
40740<ul>
40741<li><b>BatteryType</b>: Indicates the battery type used by the model</li>
40742<li><b>CutoffVoltage</b>: The voltage where the battery is considered depleted (V).</li>
40743<li><b>ExponentialCapacity</b>: (Q_exp) Cell Capacity at the end of the exponential zone (Ah).</li>
40744<li><b>ExponentialVoltage</b>: (V_exp) Cell voltage at the end of the exponential zone (V).</li>
40745<li><b>FullVoltage</b>: (Q_full) The voltage of the cell when fully charged (V).</li>
40746<li><b>InternalResistance</b>: (R) Internal resistance of the cell (Ohms)</li>
40747<li><b>LowBatteryThreshold</b>: Low battery threshold for generic battery model.</li>
40748<li><b>MaxCapacity</b>: (Q) The maximum capacity of the cell (Ah).</li>
40749<li><b>NominalCapacity</b>: (Q_nom) Cell capacity at the end of the nominal zone (Ah)</li>
40750<li><b>NominalVoltage</b>: (V_nom) Nominal voltage of the cell (V).</li>
40751<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.</li>
40752<li><b>TypicalDischargeCurrent</b>: Typical discharge current used in manufacturers datasheets (A)</li>
40753</ul>
40754<b>ns3::energy::RvBatteryModel</b><br>
40755<ul>
40756<li><b>RvBatteryModelAlphaValue</b>: RV battery model alpha value.</li>
40757<li><b>RvBatteryModelBetaValue</b>: RV battery model beta value.</li>
40758<li><b>RvBatteryModelCutoffVoltage</b>: RV battery model cutoff voltage.</li>
40759<li><b>RvBatteryModelLowBatteryThreshold</b>: Low battery threshold.</li>
40760<li><b>RvBatteryModelNumOfTerms</b>: The number of terms of the infinite sum for estimating battery level.</li>
40761<li><b>RvBatteryModelOpenCircuitVoltage</b>: RV battery model open circuit voltage.</li>
40762<li><b>RvBatteryModelPeriodicEnergyUpdateInterval</b>: RV battery model sampling interval.</li>
40763</ul>
40764<b>ns3::EpsBearer</b><br>
40765<ul>
40766<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>
40767</ul>
40768<b>ns3::EpsBearerTag</b><br>
40769<ul>
40770<li><b>bid</b>: The EPS bearer id within the UE to which the packet belongs</li>
40771<li><b>rnti</b>: The rnti that indicates the UE which packet belongs</li>
40772</ul>
40773<b>ns3::ErlangRandomVariable</b><br>
40774<ul>
40775<li><b>K</b>: The k value for the Erlang distribution returned by this RNG stream.</li>
40776<li><b>Lambda</b>: The lambda value for the Erlang distribution returned by this RNG stream.</li>
40777</ul>
40778<b>ns3::ErrorModel</b><br>
40779<ul>
40780<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.</li>
40781</ul>
40782<b>ns3::ExponentialRandomVariable</b><br>
40783<ul>
40784<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.</li>
40785<li><b>Mean</b>: The mean of the values returned by this RNG stream.</li>
40786</ul>
40787<b>ns3::FcfsWifiQueueScheduler</b><br>
40788<ul>
40789<li><b>DropPolicy</b>: Upon enqueue with full queue, drop oldest (DropOldest) or newest (DropNewest) packet</li>
40790</ul>
40791<b>ns3::FdBetFfMacScheduler</b><br>
40792<ul>
40793<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40794<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40795<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40796</ul>
40797<b>ns3::FdMtFfMacScheduler</b><br>
40798<ul>
40799<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40800<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40801<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40802</ul>
40803<b>ns3::FdNetDevice</b><br>
40804<ul>
40805<li><b>Address</b>: The MAC address of this device.</li>
40806<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.</li>
40807<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>
40808<li><b>Start</b>: The simulation time at which to spin up the device thread.</li>
40809<li><b>Stop</b>: The simulation time at which to tear down the device thread.</li>
40810</ul>
40811<b>ns3::FdTbfqFfMacScheduler</b><br>
40812<ul>
40813<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40814<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)</li>
40815<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)</li>
40816<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)</li>
40817<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40818<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)</li>
40819<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40820</ul>
40821<b>ns3::FfMacScheduler</b><br>
40822<ul>
40823<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received</li>
40824</ul>
40825<b>ns3::FifoQueueDisc</b><br>
40826<ul>
40827<li><b>MaxSize</b>: The max queue size</li>
40828</ul>
40829<b>ns3::FixedRssLossModel</b><br>
40830<ul>
40831<li><b>Rss</b>: The fixed receiver Rss.</li>
40832</ul>
40833<b>ns3::flame::FlameProtocol</b><br>
40834<ul>
40835<li><b>BroadcastInterval</b>: How often we must send broadcast packets</li>
40836<li><b>MaxCost</b>: Cost threshold after which packet will be dropped</li>
40837</ul>
40838<b>ns3::flame::FlameRtable</b><br>
40839<ul>
40840<li><b>Lifetime</b>: The lifetime of the routing entry</li>
40841</ul>
40842<b>ns3::FlowMonitor</b><br>
40843<ul>
40844<li><b>DelayBinWidth</b>: The width used in the delay histogram.</li>
40845<li><b>FlowInterruptionsBinWidth</b>: The width used in the flowInterruptions histogram.</li>
40846<li><b>FlowInterruptionsMinTime</b>: The minimum inter-arrival time that is considered a flow interruption.</li>
40847<li><b>JitterBinWidth</b>: The width used in the jitter histogram.</li>
40848<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>
40849<li><b>PacketSizeBinWidth</b>: The width used in the packetSize histogram.</li>
40850<li><b>StartTime</b>: The time when the monitoring starts.</li>
40851</ul>
40852<b>ns3::FqCobaltQueueDisc</b><br>
40853<ul>
40854<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled</li>
40855<li><b>CeThreshold</b>: The FqCobalt CE threshold for marking packets</li>
40856<li><b>Decrement</b>: Pdrop decrement Value</li>
40857<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40858<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40859<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40860<li><b>Increment</b>: Pdrop increment value</li>
40861<li><b>Interval</b>: The CoDel algorithm interval for each FqCobalt queue</li>
40862<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40863<li><b>Pdrop</b>: Marking Probability</li>
40864<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40865<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40866<li><b>Target</b>: The CoDel algorithm target queue delay for each FqCobalt queue</li>
40867<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40868<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40869</ul>
40870<b>ns3::FqCoDelQueueDisc</b><br>
40871<ul>
40872<li><b>CeThreshold</b>: The FqCoDel CE threshold for marking packets</li>
40873<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40874<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40875<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40876<li><b>Interval</b>: The CoDel algorithm interval for each FQCoDel queue</li>
40877<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40878<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40879<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40880<li><b>Target</b>: The CoDel algorithm target queue delay for each FQCoDel queue</li>
40881<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40882<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40883</ul>
40884<b>ns3::FqPieQueueDisc</b><br>
40885<ul>
40886<li><b>A</b>: Value of alpha</li>
40887<li><b>B</b>: Value of beta</li>
40888<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets</li>
40889<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured</li>
40890<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40891<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40892<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40893<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)</li>
40894<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop</li>
40895<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40896<li><b>MeanPktSize</b>: Average of packet size</li>
40897<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40898<li><b>QueueDelayReference</b>: Desired queue delay</li>
40899<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40900<li><b>Supdate</b>: Start time of the update timer</li>
40901<li><b>Tupdate</b>: Time period to calculate drop probability</li>
40902<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033</li>
40903<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator</li>
40904<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033</li>
40905<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40906<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40907</ul>
40908<b>ns3::FrameCaptureModel</b><br>
40909<ul>
40910<li><b>CaptureWindow</b>: The duration of the capture window.</li>
40911</ul>
40912<b>ns3::FrameExchangeManager</b><br>
40913<ul>
40914<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>
40915</ul>
40916<b>ns3::FriisPropagationLossModel</b><br>
40917<ul>
40918<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).</li>
40919<li><b>MinLoss</b>: The minimum value (dB) of the total loss, used at short ranges.</li>
40920<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)</li>
40921</ul>
40922<b>ns3::GammaRandomVariable</b><br>
40923<ul>
40924<li><b>Alpha</b>: The alpha value for the gamma distribution returned by this RNG stream.</li>
40925<li><b>Beta</b>: The beta value for the gamma distribution returned by this RNG stream.</li>
40926</ul>
40927<b>ns3::GaussMarkovMobilityModel</b><br>
40928<ul>
40929<li><b>Alpha</b>: A constant representing the tunable parameter in the Gauss-Markov model.</li>
40930<li><b>Bounds</b>: Bounds of the area to cruise.</li>
40931<li><b>MeanDirection</b>: A random variable used to assign the average direction.</li>
40932<li><b>MeanPitch</b>: A random variable used to assign the average pitch.</li>
40933<li><b>MeanVelocity</b>: A random variable used to assign the average velocity.</li>
40934<li><b>NormalDirection</b>: A gaussian random variable used to calculate the next direction value.</li>
40935<li><b>NormalPitch</b>: A gaussian random variable used to calculate the next pitch value.</li>
40936<li><b>NormalVelocity</b>: A gaussian random variable used to calculate the next velocity value.</li>
40937<li><b>TimeStep</b>: Change current direction and speed after moving for this time.</li>
40938</ul>
40939<b>ns3::GcrManager</b><br>
40940<ul>
40941<li><b>GcrConcealmentAddress</b>: The GCR concealment address.</li>
40942<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self</li>
40943<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.</li>
40944<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.</li>
40945</ul>
40946<b>ns3::GeocentricConstantPositionMobilityModel</b><br>
40947<ul>
40948<li><b>GeographicReferencePoint</b>: The point, in meters, taken as reference when converting from geographic to topographic.</li>
40949<li><b>PositionLatLongAlt</b>: The geographic position, in degrees (lat/lon) and meter (alt), in the order: latitude, longitude and altitude</li>
40950</ul>
40951<b>ns3::GridBuildingAllocator</b><br>
40952<ul>
40953<li><b>DeltaX</b>: The x space between buildings.</li>
40954<li><b>DeltaY</b>: The y space between buildings.</li>
40955<li><b>GridWidth</b>: The number of objects laid out on a line.</li>
40956<li><b>Height</b>: The height of the building (roof level)</li>
40957<li><b>LayoutType</b>: The type of layout.</li>
40958<li><b>LengthX</b>: The length of the wall of each building along the X axis.</li>
40959<li><b>LengthY</b>: The length of the wall of each building along the X axis.</li>
40960<li><b>MinX</b>: The x coordinate where the grid starts.</li>
40961<li><b>MinY</b>: The y coordinate where the grid starts.</li>
40962</ul>
40963<b>ns3::GridPositionAllocator</b><br>
40964<ul>
40965<li><b>DeltaX</b>: The x space between objects.</li>
40966<li><b>DeltaY</b>: The y space between objects.</li>
40967<li><b>GridWidth</b>: The number of objects laid out on a line.</li>
40968<li><b>LayoutType</b>: The type of layout.</li>
40969<li><b>MinX</b>: The x coordinate where the grid starts.</li>
40970<li><b>MinY</b>: The y coordinate where the grid starts.</li>
40971<li><b>Z</b>: The z coordinate of all the positions allocated.</li>
40972</ul>
40973<b>ns3::HalfDuplexIdealPhy</b><br>
40974<ul>
40975<li><b>Rate</b>: The PHY rate used by this device</li>
40976</ul>
40977<b>ns3::HeConfiguration</b><br>
40978<ul>
40979<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>
40980<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>
40981<li><b>BssColor</b>: The BSS color</li>
40982<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>
40983<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>
40984<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>
40985<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>
40986<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>
40987<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>
40988<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>
40989<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>
40990<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>
40991<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>
40992<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>
40993<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>
40994<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>
40995<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>
40996<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>
40997<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>
40998</ul>
40999<b>ns3::HeFrameExchangeManager</b><br>
41000<ul>
41001<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>
41002</ul>
41003<b>ns3::HierarchicalMobilityModel</b><br>
41004<ul>
41005<li><b>Child</b>: The child mobility model.</li>
41006<li><b>Parent</b>: The parent mobility model.</li>
41007</ul>
41008<b>ns3::HtConfiguration</b><br>
41009<ul>
41010<li><b>LdpcSupported</b>: Whether or not LDPC coding is supported.</li>
41011<li><b>ShortGuardIntervalSupported</b>: Whether or not short guard interval is supported.</li>
41012<li><b>Support40MHzOperation</b>: Whether or not 40 MHz operation is to be supported.</li>
41013</ul>
41014<b>ns3::HybridBuildingsPropagationLossModel</b><br>
41015<ul>
41016<li><b>CitySize</b>: Dimension of the city</li>
41017<li><b>Environment</b>: Environment Scenario</li>
41018<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
41019<li><b>Los2NlosThr</b>: Threshold from LoS to NLoS in ITU 1411 [m].</li>
41020<li><b>RooftopLevel</b>: The height of the rooftop level in meters</li>
41021</ul>
41022<b>ns3::Icmpv6L4Protocol</b><br>
41023<ul>
41024<li><b>DAD</b>: Always do DAD check.</li>
41025<li><b>DadTimeout</b>: Duplicate Address Detection (DAD) timeout</li>
41026<li><b>DelayFirstProbe</b>: Neighbor Discovery node constants: delay for the first probe.</li>
41027<li><b>MaxMulticastSolicit</b>: Neighbor Discovery node constants: max multicast solicitations.</li>
41028<li><b>MaxUnicastSolicit</b>: Neighbor Discovery node constants: max unicast solicitations.</li>
41029<li><b>ReachableTime</b>: Neighbor Discovery node constants: reachable time.</li>
41030<li><b>RetransmissionTime</b>: Neighbor Discovery node constants: retransmission timer.</li>
41031<li><b>RsInitialRetransmissionTime</b>: Multicast RS initial retransmission time.</li>
41032<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>
41033<li><b>RsMaxRetransmissionDuration</b>: Multicast RS maximum retransmission duration (0 means unbound).</li>
41034<li><b>RsMaxRetransmissionTime</b>: Multicast RS maximum retransmission time (0 means unbound).</li>
41035<li><b>RsRetransmissionJitter</b>: Multicast RS retransmission randomization quantity</li>
41036<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>
41037</ul>
41038<b>ns3::IdealWifiManager</b><br>
41039<ul>
41040<li><b>BerThreshold</b>: The maximum Bit Error Rate acceptable at any transmission mode</li>
41041</ul>
41042<b>ns3::IpL4Protocol</b><br>
41043<ul>
41044<li><b>ProtocolNumber</b>: The IP protocol number.</li>
41045</ul>
41046<b>ns3::Ipv4</b><br>
41047<ul>
41048<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future Ipv4 devices.</li>
41049<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>
41050</ul>
41051<b>ns3::Ipv4GlobalRouting</b><br>
41052<ul>
41053<li><b>RandomEcmpRouting</b>: Set to true if packets are randomly routed among ECMP; set to false for using only one route consistently</li>
41054<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>
41055</ul>
41056<b>ns3::Ipv4Interface</b><br>
41057<ul>
41058<li><b>ArpCache</b>: The arp cache for this ipv4 interface</li>
41059</ul>
41060<b>ns3::Ipv4L3Protocol</b><br>
41061<ul>
41062<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.</li>
41063<li><b>DuplicateExpire</b>: Expiration delay for duplicate cache entries</li>
41064<li><b>EnableDuplicatePacketDetection</b>: Enable multicast duplicate packet detection based on RFC 6621</li>
41065<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
41066<li><b>InterfaceList</b>: The set of Ipv4 interfaces associated to this Ipv4 stack.</li>
41067<li><b>PurgeExpiredPeriod</b>: Time between purges of expired duplicate packet entries, 0 means never purge</li>
41068</ul>
41069<b>ns3::Ipv4RawSocketImpl</b><br>
41070<ul>
41071<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>
41072<li><b>IpHeaderInclude</b>: Include IP Header information (a.k.a setsockopt (IP_HDRINCL)).</li>
41073<li><b>Protocol</b>: Protocol number to match.</li>
41074</ul>
41075<b>ns3::Ipv6</b><br>
41076<ul>
41077<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.</li>
41078<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.</li>
41079<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>
41080</ul>
41081<b>ns3::Ipv6Extension</b><br>
41082<ul>
41083<li><b>ExtensionNumber</b>: The IPv6 extension number.</li>
41084</ul>
41085<b>ns3::Ipv6ExtensionDemux</b><br>
41086<ul>
41087<li><b>Extensions</b>: The set of IPv6 extensions registered with this demux.</li>
41088</ul>
41089<b>ns3::Ipv6ExtensionFragment</b><br>
41090<ul>
41091<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
41092</ul>
41093<b>ns3::Ipv6ExtensionRoutingDemux</b><br>
41094<ul>
41095<li><b>RoutingExtensions</b>: The set of IPv6 Routing extensions registered with this demux.</li>
41096</ul>
41097<b>ns3::Ipv6L3Protocol</b><br>
41098<ul>
41099<li><b>DefaultTclass</b>: The TCLASS value set by default on all outgoing packets generated on this node.</li>
41100<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.</li>
41101<li><b>InterfaceList</b>: The set of IPv6 interfaces associated to this IPv6 stack.</li>
41102<li><b>SendIcmpv6Redirect</b>: Send the ICMPv6 Redirect when appropriate.</li>
41103</ul>
41104<b>ns3::Ipv6Option</b><br>
41105<ul>
41106<li><b>OptionNumber</b>: The IPv6 option number.</li>
41107</ul>
41108<b>ns3::Ipv6OptionDemux</b><br>
41109<ul>
41110<li><b>Options</b>: The set of IPv6 options registered with this demux.</li>
41111</ul>
41112<b>ns3::Ipv6PmtuCache</b><br>
41113<ul>
41114<li><b>CacheExpiryTime</b>: Validity time for a Path MTU entry. Default is 10 minutes, minimum is 5 minutes.</li>
41115</ul>
41116<b>ns3::Ipv6RawSocketImpl</b><br>
41117<ul>
41118<li><b>Protocol</b>: Protocol number to match.</li>
41119</ul>
41120<b>ns3::IsotropicAntennaModel</b><br>
41121<ul>
41122<li><b>Gain</b>: The gain of the antenna in dB</li>
41123</ul>
41124<b>ns3::ItuR1238PropagationLossModel</b><br>
41125<ul>
41126<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
41127</ul>
41128<b>ns3::ItuR1411LosPropagationLossModel</b><br>
41129<ul>
41130<li><b>Frequency</b>: The propagation frequency in Hz</li>
41131</ul>
41132<b>ns3::ItuR1411NlosOverRooftopPropagationLossModel</b><br>
41133<ul>
41134<li><b>BuildingSeparation</b>: The separation between buildings</li>
41135<li><b>BuildingsExtend</b>: The distance over which the buildings extend</li>
41136<li><b>CitySize</b>: Dimension of the city</li>
41137<li><b>Environment</b>: Environment Scenario</li>
41138<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
41139<li><b>RooftopLevel</b>: The height of the rooftop level in meters</li>
41140<li><b>StreetsOrientation</b>: The orientation of streets in degrees [0,90] with respect to the direction of propagation</li>
41141<li><b>StreetsWidth</b>: The width of streets</li>
41142</ul>
41143<b>ns3::JakesProcess</b><br>
41144<ul>
41145<li><b>DopplerFrequencyHz</b>: Corresponding doppler frequency[Hz]</li>
41146<li><b>NumberOfOscillators</b>: The number of oscillators</li>
41147</ul>
41148<b>ns3::LaplacianRandomVariable</b><br>
41149<ul>
41150<li><b>Bound</b>: The bound on the values returned by this RNG stream.</li>
41151<li><b>Location</b>: The location parameter for the Laplacian distribution returned by this RNG stream.</li>
41152<li><b>Scale</b>: The scale parameter for the Laplacian distribution returned by this RNG stream.</li>
41153</ul>
41154<b>ns3::LargestExtremeValueRandomVariable</b><br>
41155<ul>
41156<li><b>Location</b>: The location parameter for the Largest Extreme Value distribution returned by this RNG stream.</li>
41157<li><b>Scale</b>: The scale parameter for the Largest Extreme Value distribution returned by this RNG stream.</li>
41158</ul>
41159<b>ns3::LinearWifiTxCurrentModel</b><br>
41160<ul>
41161<li><b>Eta</b>: The efficiency of the power amplifier.</li>
41162<li><b>IdleCurrent</b>: The current in the IDLE state (in Ampere).</li>
41163<li><b>Voltage</b>: The supply voltage (in Volts).</li>
41164</ul>
41165<b>ns3::LogDistancePropagationLossModel</b><br>
41166<ul>
41167<li><b>Exponent</b>: The exponent of the Path Loss propagation model</li>
41168<li><b>ReferenceDistance</b>: The distance at which the reference loss is calculated (m)</li>
41169<li><b>ReferenceLoss</b>: The reference loss at reference distance (dB). (Default is Friis at 1m with 5.15 GHz)</li>
41170</ul>
41171<b>ns3::LogNormalRandomVariable</b><br>
41172<ul>
41173<li><b>Mu</b>: The mu value for the log-normal distribution returned by this RNG stream.</li>
41174<li><b>Sigma</b>: The sigma value for the log-normal distribution returned by this RNG stream.</li>
41175</ul>
41176<b>ns3::lrwpan::LrWpanLqiTag</b><br>
41177<ul>
41178<li><b>Lqi</b>: The lqi of the last packet received</li>
41179</ul>
41180<b>ns3::lrwpan::LrWpanMac</b><br>
41181<ul>
41182<li><b>PanId</b>: 16-bit identifier of the associated PAN</li>
41183</ul>
41184<b>ns3::lrwpan::LrWpanNetDevice</b><br>
41185<ul>
41186<li><b>Channel</b>: The channel attached to this device</li>
41187<li><b>Mac</b>: The MAC layer attached to this device.</li>
41188<li><b>Phy</b>: The PHY layer attached to this device.</li>
41189<li><b>PseudoMacAddressMode</b>: Build the pseudo-MAC Address according to RFC 4944 or RFC 6282 (default: RFC 6282).</li>
41190<li><b>UseAcks</b>: Request acknowledgments for data frames.</li>
41191</ul>
41192<b>ns3::lrwpan::LrWpanPhy</b><br>
41193<ul>
41194<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>
41195</ul>
41196<b>ns3::LteAmc</b><br>
41197<ul>
41198<li><b>AmcModel</b>: AMC model used to assign CQI</li>
41199<li><b>Ber</b>: The requested BER in assigning MCS (default is 0.00005).</li>
41200</ul>
41201<b>ns3::LteAnr</b><br>
41202<ul>
41203<li><b>Threshold</b>: Minimum RSRQ range value required for detecting a neighbour cell</li>
41204</ul>
41205<b>ns3::LteDataRadioBearerInfo</b><br>
41206<ul>
41207<li><b>DrbIdentity</b>: The id of this Data Radio Bearer</li>
41208<li><b>EpsBearerIdentity</b>: The id of the EPS bearer corresponding to this Data Radio Bearer</li>
41209<li><b>LtePdcp</b>: PDCP instance of the radio bearer.</li>
41210<li><b>LteRlc</b>: RLC instance of the radio bearer.</li>
41211<li><b>logicalChannelIdentity</b>: The id of the Logical Channel corresponding to this Data Radio Bearer</li>
41212</ul>
41213<b>ns3::LteEnbMac</b><br>
41214<ul>
41215<li><b>ComponentCarrierId</b>: ComponentCarrier Id, needed to reply on the appropriate sap.</li>
41216<li><b>ConnEstFailCount</b>: how many time T300 timer can expire on the same cell</li>
41217<li><b>NumberOfRaPreambles</b>: how many random access preambles are available for the contention based RACH process</li>
41218<li><b>PreambleTransMax</b>: Maximum number of random access preamble transmissions</li>
41219<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>
41220</ul>
41221<b>ns3::LteEnbNetDevice</b><br>
41222<ul>
41223<li><b>CellId</b>: Cell Identifier</li>
41224<li><b>ComponentCarrierMap</b>: List of component carriers.</li>
41225<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to</li>
41226<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>
41227<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks</li>
41228<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41229<li><b>LteAnr</b>: The automatic neighbour relation function associated to this EnbNetDevice</li>
41230<li><b>LteEnbComponentCarrierManager</b>: The RRC associated to this EnbNetDevice</li>
41231<li><b>LteEnbRrc</b>: The RRC associated to this EnbNetDevice</li>
41232<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice</li>
41233<li><b>LteHandoverAlgorithm</b>: The handover algorithm associated to this EnbNetDevice</li>
41234<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks</li>
41235<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41236</ul>
41237<b>ns3::LteEnbPhy</b><br>
41238<ul>
41239<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy</li>
41240<li><b>InterferenceSamplePeriod</b>: The sampling period for reporting interference stats</li>
41241<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>
41242<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>
41243<li><b>TxPower</b>: Transmission power in dBm</li>
41244<li><b>UeSinrSamplePeriod</b>: The sampling period for reporting UEs' SINR stats.</li>
41245<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy</li>
41246</ul>
41247<b>ns3::LteEnbRrc</b><br>
41248<ul>
41249<li><b>AdmitHandoverRequest</b>: Whether to admit an X2 handover request from another eNB</li>
41250<li><b>AdmitRrcConnectionRequest</b>: Whether to admit a connection request from a UE</li>
41251<li><b>ConnectionRejectedTimeoutDuration</b>: Time to wait between sending a RRC CONNECTION REJECT and destroying the UE context</li>
41252<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>
41253<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>
41254<li><b>DefaultTransmissionMode</b>: The default UEs' transmission mode (0: SISO)</li>
41255<li><b>EpsBearerToRlcMapping</b>: Specify which type of RLC will be used for each type of EPS bearer.</li>
41256<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>
41257<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>
41258<li><b>NumberOfComponentCarriers</b>: Number of Component Carriers</li>
41259<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>
41260<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>
41261<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>
41262<li><b>SrsPeriodicity</b>: The SRS periodicity in milliseconds</li>
41263<li><b>SystemInformationPeriodicity</b>: The interval for sending system information (Time value)</li>
41264<li><b>UeMap</b>: List of UeManager by C-RNTI.</li>
41265</ul>
41266<b>ns3::LteFfrAlgorithm</b><br>
41267<ul>
41268<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true</li>
41269<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>
41270</ul>
41271<b>ns3::LteFfrDistributedAlgorithm</b><br>
41272<ul>
41273<li><b>CalculationInterval</b>: Time interval between calculation of Edge sub-band, Default value 1 second</li>
41274<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>
41275<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41276<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>
41277<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41278<li><b>EdgeRbNum</b>: Number of RB that can be used in edge Sub-band</li>
41279<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>
41280<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41281</ul>
41282<b>ns3::LteFfrEnhancedAlgorithm</b><br>
41283<ul>
41284<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41285<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>
41286<li><b>DlCqiThreshold</b>: If the DL-CQI for RBG of is higher than this threshold, transmission on RBG is possible</li>
41287<li><b>DlReuse1SubBandwidth</b>: Downlink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups</li>
41288<li><b>DlReuse3SubBandwidth</b>: Downlink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups</li>
41289<li><b>DlSubBandOffset</b>: Downlink SubBand Offset for this cell in number of Resource Block Groups</li>
41290<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41291<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>
41292<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41293<li><b>UlCqiThreshold</b>: If the UL-CQI for RBG of is higher than this threshold, transmission on RBG is possible</li>
41294<li><b>UlReuse1SubBandwidth</b>: Uplink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups</li>
41295<li><b>UlReuse3SubBandwidth</b>: Uplink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups</li>
41296<li><b>UlSubBandOffset</b>: Uplink SubBand Offset for this cell in number of Resource Block Groups</li>
41297</ul>
41298<b>ns3::LteFfrSoftAlgorithm</b><br>
41299<ul>
41300<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41301<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>
41302<li><b>CenterRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Medium sub-band</li>
41303<li><b>DlCommonSubBandwidth</b>: Downlink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups</li>
41304<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41305<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41306<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41307<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>
41308<li><b>EdgeRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41309<li><b>MediumAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Medium Sub-band, default value dB0</li>
41310<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>
41311<li><b>UlCommonSubBandwidth</b>: Uplink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups</li>
41312<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41313<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41314</ul>
41315<b>ns3::LteFrHardAlgorithm</b><br>
41316<ul>
41317<li><b>DlSubBandOffset</b>: Downlink Offset in number of Resource Block Groups</li>
41318<li><b>DlSubBandwidth</b>: Downlink Transmission SubBandwidth Configuration in number of Resource Block Groups</li>
41319<li><b>UlSubBandOffset</b>: Uplink Offset in number of Resource Block Groups</li>
41320<li><b>UlSubBandwidth</b>: Uplink Transmission SubBandwidth Configuration in number of Resource Block Groups</li>
41321</ul>
41322<b>ns3::LteFrSoftAlgorithm</b><br>
41323<ul>
41324<li><b>AllowCenterUeUseEdgeSubBand</b>: If true center UEs can receive on Edge SubBand RBGs</li>
41325<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>
41326<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41327<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41328<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41329<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>
41330<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41331<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41332<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41333<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41334</ul>
41335<b>ns3::LteFrStrictAlgorithm</b><br>
41336<ul>
41337<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>
41338<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41339<li><b>DlCommonSubBandwidth</b>: Downlink Common SubBandwidth Configuration in number of Resource Block Groups</li>
41340<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41341<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41342<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>
41343<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41344<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41345<li><b>UlCommonSubBandwidth</b>: Uplink Common SubBandwidth Configuration in number of Resource Block Groups</li>
41346<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41347<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41348</ul>
41349<b>ns3::LteHelper</b><br>
41350<ul>
41351<li><b>AnrEnabled</b>: Activate or deactivate Automatic Neighbour Relation function</li>
41352<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>
41353<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>
41354<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>
41355<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>
41356<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>
41357<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>
41358<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>
41359<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>
41360<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>
41361<li><b>UseIdealRrc</b>: If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.</li>
41362<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>
41363</ul>
41364<b>ns3::LteHexGridEnbTopologyHelper</b><br>
41365<ul>
41366<li><b>GridWidth</b>: The number of sites in even rows (odd rows will have one additional site).</li>
41367<li><b>InterSiteDistance</b>: The distance [m] between nearby sites</li>
41368<li><b>MinX</b>: The x coordinate where the hex grid starts.</li>
41369<li><b>MinY</b>: The y coordinate where the hex grid starts.</li>
41370<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>
41371<li><b>SiteHeight</b>: The height [m] of each site</li>
41372</ul>
41373<b>ns3::LteNetDevice</b><br>
41374<ul>
41375<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41376</ul>
41377<b>ns3::LteRadioBearerTag</b><br>
41378<ul>
41379<li><b>lcid</b>: The id within the UE identifying the logical channel to which the packet belongs</li>
41380<li><b>rnti</b>: The rnti that indicates the UE to which packet belongs</li>
41381</ul>
41382<b>ns3::LteRlcAm</b><br>
41383<ul>
41384<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes). If zero is configured, the buffer is unlimited.</li>
41385<li><b>PollRetransmitTimer</b>: Value of the t-PollRetransmit timer (See section 7.3 of 3GPP TS 36.322)</li>
41386<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)</li>
41387<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>
41388<li><b>StatusProhibitTimer</b>: Value of the t-StatusProhibit timer (See section 7.3 of 3GPP TS 36.322)</li>
41389<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>
41390</ul>
41391<b>ns3::LteRlcTm</b><br>
41392<ul>
41393<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)</li>
41394</ul>
41395<b>ns3::LteRlcUm</b><br>
41396<ul>
41397<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>
41398<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>
41399<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)</li>
41400<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)</li>
41401</ul>
41402<b>ns3::LteSignalingRadioBearerInfo</b><br>
41403<ul>
41404<li><b>LtePdcp</b>: PDCP instance of the radio bearer.</li>
41405<li><b>LteRlc</b>: RLC instance of the radio bearer.</li>
41406<li><b>SrbIdentity</b>: The id of this Signaling Radio Bearer</li>
41407</ul>
41408<b>ns3::LteSpectrumPhy</b><br>
41409<ul>
41410<li><b>CtrlErrorModelEnabled</b>: Activate/Deactivate the error model of control (PCFICH-PDCCH decodification) [by default is active].</li>
41411<li><b>DataErrorModelEnabled</b>: Activate/Deactivate the error model of data (TBs of PDSCH and PUSCH) [by default is active].</li>
41412</ul>
41413<b>ns3::LteUeNetDevice</b><br>
41414<ul>
41415<li><b>ComponentCarrierMapUe</b>: List of all component Carrier.</li>
41416<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>
41417<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41418<li><b>EpcUeNas</b>: The NAS associated to this UeNetDevice</li>
41419<li><b>Imsi</b>: International Mobile Subscriber Identity assigned to this UE</li>
41420<li><b>LteUeComponentCarrierManager</b>: The ComponentCarrierManager associated to this UeNetDevice</li>
41421<li><b>LteUeRrc</b>: The RRC associated to this UeNetDevice</li>
41422</ul>
41423<b>ns3::LteUePhy</b><br>
41424<ul>
41425<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy</li>
41426<li><b>DownlinkCqiPeriodicity</b>: Periodicity in milliseconds for reporting thewideband and subband downlink CQIs to the eNB</li>
41427<li><b>EnableRlfDetection</b>: If true, RLF detection will be enabled.</li>
41428<li><b>EnableUplinkPowerControl</b>: If true, Uplink Power Control will be enabled.</li>
41429<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>
41430<li><b>NumQinEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qin evaluation period</li>
41431<li><b>NumQoutEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qout evaluation period</li>
41432<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>
41433<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>
41434<li><b>RsrpSinrSamplePeriod</b>: The sampling period for reporting RSRP-SINR stats (default value 1)</li>
41435<li><b>RsrqUeMeasThreshold</b>: Receive threshold for PSS on RSRQ [dB]</li>
41436<li><b>TxMode1Gain</b>: Transmission mode 1 gain in dB</li>
41437<li><b>TxMode2Gain</b>: Transmission mode 2 gain in dB</li>
41438<li><b>TxMode3Gain</b>: Transmission mode 3 gain in dB</li>
41439<li><b>TxMode4Gain</b>: Transmission mode 4 gain in dB</li>
41440<li><b>TxMode5Gain</b>: Transmission mode 5 gain in dB</li>
41441<li><b>TxMode6Gain</b>: Transmission mode 6 gain in dB</li>
41442<li><b>TxMode7Gain</b>: Transmission mode 7 gain in dB</li>
41443<li><b>TxPower</b>: Transmission power in dBm</li>
41444<li><b>UeMeasurementsFilterPeriod</b>: Time period for reporting UE measurements, i.e., thelength of layer-1 filtering.</li>
41445<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy</li>
41446</ul>
41447<b>ns3::LteUePowerControl</b><br>
41448<ul>
41449<li><b>AccumulationEnabled</b>: If true TCP accumulation mode will be active, otherwise absolute mode will be active</li>
41450<li><b>Alpha</b>: Value of Alpha parameter</li>
41451<li><b>ClosedLoop</b>: If true Closed Loop mode will be active, otherwise Open Loop</li>
41452<li><b>Pcmax</b>: Max Transmission power in dBm, Default value 23 dBmTS36.101 section 6.2.3</li>
41453<li><b>Pcmin</b>: Min Transmission power in dBm, Default value -40 dBmTS36.101 section 6.2.3</li>
41454<li><b>PoNominalPusch</b>: P_O_NOMINAL_PUSCH INT (-126 ... 24), Default value -80</li>
41455<li><b>PoUePusch</b>: P_O_UE_PUSCH INT(-8...7), Default value 0</li>
41456<li><b>PsrsOffset</b>: P_SRS_OFFSET INT(0...15), Default value 7</li>
41457</ul>
41458<b>ns3::LteUeRrc</b><br>
41459<ul>
41460<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier</li>
41461<li><b>CellId</b>: Serving cell identifier</li>
41462<li><b>DataRadioBearerMap</b>: List of UE RadioBearerInfo for Data Radio Bearers by LCID.</li>
41463<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>
41464<li><b>N311</b>: This specifies the maximum number of in-sync indications. Standard values: 1, 2, 3, 4, 5, 6, 8, 10</li>
41465<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0</li>
41466<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1</li>
41467<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>
41468<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>
41469</ul>
41470<b>ns3::MacStatsCalculator</b><br>
41471<ul>
41472<li><b>DlOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41473<li><b>UlOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41474</ul>
41475<b>ns3::MatrixPropagationLossModel</b><br>
41476<ul>
41477<li><b>DefaultLoss</b>: The default value for propagation loss, dB.</li>
41478</ul>
41479<b>ns3::MeshPointDevice</b><br>
41480<ul>
41481<li><b>ForwardingDelay</b>: A random variable to account for processing time (microseconds) to forward a frame.</li>
41482<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41483<li><b>RoutingProtocol</b>: The mesh routing protocol used by this mesh point.</li>
41484</ul>
41485<b>ns3::MeshWifiInterfaceMac</b><br>
41486<ul>
41487<li><b>BeaconGeneration</b>: Enable/Disable Beaconing.</li>
41488<li><b>BeaconInterval</b>: Beacon Interval</li>
41489<li><b>RandomStart</b>: Window when beacon generating starts (uniform random) in seconds</li>
41490</ul>
41491<b>ns3::MinstrelHtWifiManager</b><br>
41492<ul>
41493<li><b>EWMA</b>: EWMA level</li>
41494<li><b>LegacyUpdateStatistics</b>: The interval between updating statistics table (for legacy Minstrel)</li>
41495<li><b>LookAroundRate</b>: The percentage to try other rates (for legacy Minstrel)</li>
41496<li><b>PacketLength</b>: The packet length used for calculating mode TxTime (bytes)</li>
41497<li><b>PrintStats</b>: Control the printing of the statistics table</li>
41498<li><b>SampleColumn</b>: The number of columns used for sampling</li>
41499<li><b>UpdateStatistics</b>: The interval between updating statistics table</li>
41500<li><b>UseLatestAmendmentOnly</b>: Use only the latest amendment when it is supported by both peers</li>
41501</ul>
41502<b>ns3::MinstrelWifiManager</b><br>
41503<ul>
41504<li><b>EWMA</b>: EWMA level</li>
41505<li><b>LookAroundRate</b>: The percentage to try other rates</li>
41506<li><b>PacketLength</b>: The packet length used for calculating mode TxTime</li>
41507<li><b>PrintSamples</b>: Print samples table</li>
41508<li><b>PrintStats</b>: Print statistics table</li>
41509<li><b>SampleColumn</b>: The number of columns used for sampling</li>
41510<li><b>UpdateStatistics</b>: The interval between updating statistics table</li>
41511</ul>
41512<b>ns3::MobilityModel</b><br>
41513<ul>
41514<li><b>Position</b>: The current position of the mobility model.</li>
41515<li><b>Velocity</b>: The current velocity of the mobility model.</li>
41516</ul>
41517<b>ns3::MultiUserScheduler</b><br>
41518<ul>
41519<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.</li>
41520<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>
41521<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>
41522<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>
41523</ul>
41524<b>ns3::NakagamiPropagationLossModel</b><br>
41525<ul>
41526<li><b>Distance1</b>: Beginning of the second distance field. Default is 80m.</li>
41527<li><b>Distance2</b>: Beginning of the third distance field. Default is 200m.</li>
41528<li><b>ErlangRv</b>: Access to the underlying ErlangRandomVariable</li>
41529<li><b>GammaRv</b>: Access to the underlying GammaRandomVariable</li>
41530<li><b>m0</b>: m0 for distances smaller than Distance1. Default is 1.5.</li>
41531<li><b>m1</b>: m1 for distances smaller than Distance2. Default is 0.75.</li>
41532<li><b>m2</b>: m2 for distances greater than Distance2. Default is 0.75.</li>
41533</ul>
41534<b>ns3::NdiscCache</b><br>
41535<ul>
41536<li><b>UnresolvedQueueSize</b>: Size of the queue for packets pending an NA reply.</li>
41537</ul>
41538<b>ns3::NetDeviceQueueInterface</b><br>
41539<ul>
41540<li><b>NTxQueues</b>: The number of device transmission queues</li>
41541<li><b>TxQueuesType</b>: The type of transmission queues to be used</li>
41542</ul>
41543<b>ns3::NoBackhaulEpcHelper</b><br>
41544<ul>
41545<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created</li>
41546<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created</li>
41547<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.</li>
41548<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created</li>
41549<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created</li>
41550<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created</li>
41551<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created</li>
41552<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created</li>
41553<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link</li>
41554<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>
41555<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link</li>
41556</ul>
41557<b>ns3::Node</b><br>
41558<ul>
41559<li><b>ApplicationList</b>: The list of applications associated to this Node.</li>
41560<li><b>DeviceList</b>: The list of devices associated to this Node.</li>
41561<li><b>Id</b>: The id (unique integer) of this Node.</li>
41562<li><b>SystemId</b>: The systemId of this node: a unique integer used for parallel simulations.</li>
41563</ul>
41564<b>ns3::NodeListPriv</b><br>
41565<ul>
41566<li><b>NodeList</b>: The list of all nodes created during the simulation.</li>
41567</ul>
41568<b>ns3::NonCommunicatingNetDevice</b><br>
41569<ul>
41570<li><b>Phy</b>: The PHY layer attached to this device.</li>
41571</ul>
41572<b>ns3::NormalRandomVariable</b><br>
41573<ul>
41574<li><b>Bound</b>: The bound on the values returned by this RNG stream.</li>
41575<li><b>Mean</b>: The mean value for the normal distribution returned by this RNG stream.</li>
41576<li><b>Variance</b>: The variance value for the normal distribution returned by this RNG stream.</li>
41577</ul>
41578<b>ns3::ObssPdAlgorithm</b><br>
41579<ul>
41580<li><b>ObssPdLevel</b>: The current OBSS PD level (dBm).</li>
41581<li><b>ObssPdLevelMax</b>: Maximum value (dBm) of OBSS PD level.</li>
41582<li><b>ObssPdLevelMin</b>: Minimum value (dBm) of OBSS PD level.</li>
41583<li><b>TxPowerRefMimo</b>: The MIMO reference TX power level (dBm).</li>
41584<li><b>TxPowerRefSiso</b>: The SISO reference TX power level (dBm).</li>
41585</ul>
41586<b>ns3::OkumuraHataPropagationLossModel</b><br>
41587<ul>
41588<li><b>CitySize</b>: Dimension of the city</li>
41589<li><b>Environment</b>: Environment Scenario</li>
41590<li><b>Frequency</b>: The propagation frequency in Hz</li>
41591</ul>
41592<b>ns3::olsr::RoutingProtocol</b><br>
41593<ul>
41594<li><b>HelloInterval</b>: HELLO messages emission interval.</li>
41595<li><b>HnaInterval</b>: HNA messages emission interval. Normally it is equal to TcInterval.</li>
41596<li><b>MidInterval</b>: MID messages emission interval. Normally it is equal to TcInterval.</li>
41597<li><b>TcInterval</b>: TC messages emission interval.</li>
41598<li><b>Willingness</b>: Willingness of a node to carry and forward traffic for other nodes.</li>
41599</ul>
41600<b>ns3::OnoeWifiManager</b><br>
41601<ul>
41602<li><b>AddCreditThreshold</b>: Add credit threshold</li>
41603<li><b>RaiseThreshold</b>: Attempt to raise the rate if we hit that threshold</li>
41604<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes</li>
41605</ul>
41606<b>ns3::OnOffApplication</b><br>
41607<ul>
41608<li><b>DataRate</b>: The data rate in on state.</li>
41609<li><b>EnableSeqTsSizeHeader</b>: Enable use of SeqTsSizeHeader for sequence number and timestamp</li>
41610<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>
41611<li><b>OffTime</b>: A RandomVariableStream used to pick the duration of the 'Off' state.</li>
41612<li><b>OnTime</b>: A RandomVariableStream used to pick the duration of the 'On' state.</li>
41613<li><b>PacketSize</b>: The size of packets sent in on state</li>
41614<li><b>Protocol</b>: The type of protocol to use. This should be a subclass of ns3::SocketFactory</li>
41615</ul>
41616<b>ns3::OutdoorPositionAllocator</b><br>
41617<ul>
41618<li><b>MaxAttempts</b>: Maximum number of attempts for the rejection sampling before giving up.</li>
41619<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.</li>
41620<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.</li>
41621<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.</li>
41622</ul>
41623<b>ns3::PacketSink</b><br>
41624<ul>
41625<li><b>EnableSeqTsSizeHeader</b>: Enable optional header tracing of SeqTsSizeHeader</li>
41626<li><b>Protocol</b>: The type id of the protocol to use for the rx socket.</li>
41627</ul>
41628<b>ns3::PacketSocket</b><br>
41629<ul>
41630<li><b>RcvBufSize</b>: PacketSocket maximum receive buffer size (bytes)</li>
41631</ul>
41632<b>ns3::PacketSocketClient</b><br>
41633<ul>
41634<li><b>Interval</b>: The time to wait between packets</li>
41635<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
41636<li><b>PacketSize</b>: Size of packets generated (bytes).</li>
41637<li><b>Priority</b>: Priority assigned to the packets generated.</li>
41638</ul>
41639<b>ns3::ParabolicAntennaModel</b><br>
41640<ul>
41641<li><b>Beamwidth</b>: The 3dB beamwidth (degrees)</li>
41642<li><b>MaxAttenuation</b>: The maximum attenuation (dB) of the antenna radiation pattern.</li>
41643<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>
41644</ul>
41645<b>ns3::ParetoRandomVariable</b><br>
41646<ul>
41647<li><b>Bound</b>: The upper bound on the values returned by this RNG stream (if non-zero).</li>
41648<li><b>Scale</b>: The scale parameter for the Pareto distribution returned by this RNG stream.</li>
41649<li><b>Shape</b>: The shape parameter for the Pareto distribution returned by this RNG stream.</li>
41650</ul>
41651<b>ns3::ParfWifiManager</b><br>
41652<ul>
41653<li><b>AttemptThreshold</b>: The minimum number of transmission attempts to try a new power or rate.</li>
41654<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new power or rate.</li>
41655</ul>
41656<b>ns3::PcapFileWrapper</b><br>
41657<ul>
41658<li><b>CaptureSize</b>: Maximum length of captured packets (cf. pcap snaplen)</li>
41659<li><b>NanosecMode</b>: Whether packet timestamps in the PCAP file are nanoseconds or microseconds(default).</li>
41660</ul>
41661<b>ns3::PfFfMacScheduler</b><br>
41662<ul>
41663<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41664<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41665<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41666</ul>
41667<b>ns3::PfifoFastQueueDisc</b><br>
41668<ul>
41669<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc.</li>
41670</ul>
41671<b>ns3::PhasedArrayModel</b><br>
41672<ul>
41673<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array</li>
41674</ul>
41675<b>ns3::PhyRxStatsCalculator</b><br>
41676<ul>
41677<li><b>DlRxOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41678<li><b>UlRxOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41679</ul>
41680<b>ns3::PhyStatsCalculator</b><br>
41681<ul>
41682<li><b>DlRsrpSinrFilename</b>: Name of the file where the RSRP/SINR statistics will be saved.</li>
41683<li><b>UlInterferenceFilename</b>: Name of the file where the interference statistics will be saved.</li>
41684<li><b>UlSinrFilename</b>: Name of the file where the UE SINR statistics will be saved.</li>
41685</ul>
41686<b>ns3::PhyTxStatsCalculator</b><br>
41687<ul>
41688<li><b>DlTxOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41689<li><b>UlTxOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41690</ul>
41691<b>ns3::PieQueueDisc</b><br>
41692<ul>
41693<li><b>A</b>: Value of alpha</li>
41694<li><b>ActiveThreshold</b>: Threshold for activating PIE (disabled by default)</li>
41695<li><b>B</b>: Value of beta</li>
41696<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets</li>
41697<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured</li>
41698<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)</li>
41699<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop</li>
41700<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
41701<li><b>MeanPktSize</b>: Average of packet size</li>
41702<li><b>QueueDelayReference</b>: Desired queue delay</li>
41703<li><b>Supdate</b>: Start time of the update timer</li>
41704<li><b>Tupdate</b>: Time period to calculate drop probability</li>
41705<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033</li>
41706<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator</li>
41707<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033</li>
41708<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
41709<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
41710</ul>
41711<b>ns3::Ping</b><br>
41712<ul>
41713<li><b>Count</b>: The maximum number of packets the application will send (zero means no limits)</li>
41714<li><b>Destination</b>: The unicast IPv4 or IPv6 address of the machine we want to ping</li>
41715<li><b>InterfaceAddress</b>: Local address of the sender</li>
41716<li><b>Interval</b>: Time interval between sending each packet</li>
41717<li><b>Size</b>: The number of data bytes to be sent, before ICMP and IP headers are added</li>
41718<li><b>Timeout</b>: Time to wait for a response if no RTT samples are available</li>
41719<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>
41720<li><b>VerboseMode</b>: Configure verbose, quiet, or silent output</li>
41721</ul>
41722<b>ns3::PointToPointChannel</b><br>
41723<ul>
41724<li><b>Delay</b>: Propagation delay through the channel</li>
41725</ul>
41726<b>ns3::PointToPointEpcHelper</b><br>
41727<ul>
41728<li><b>S1uLinkDataRate</b>: The data rate to be used for the next S1-U link to be created</li>
41729<li><b>S1uLinkDelay</b>: The delay to be used for the next S1-U link to be created</li>
41730<li><b>S1uLinkEnablePcap</b>: Enable Pcap for X2 link</li>
41731<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>
41732<li><b>S1uLinkPcapPrefix</b>: Prefix for Pcap generated by S1-U link</li>
41733</ul>
41734<b>ns3::PointToPointNetDevice</b><br>
41735<ul>
41736<li><b>Address</b>: The MAC address of this device.</li>
41737<li><b>DataRate</b>: The default data rate for point to point links</li>
41738<li><b>InterframeGap</b>: The time to wait between packet (frame) transmissions</li>
41739<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41740<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
41741<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
41742</ul>
41743<b>ns3::PrioQueueDisc</b><br>
41744<ul>
41745<li><b>Priomap</b>: The priority to band mapping.</li>
41746</ul>
41747<b>ns3::ProbabilisticV2vHighwayChannelConditionModel</b><br>
41748<ul>
41749<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.</li>
41750</ul>
41751<b>ns3::ProbabilisticV2vUrbanChannelConditionModel</b><br>
41752<ul>
41753<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.</li>
41754</ul>
41755<b>ns3::Probe</b><br>
41756<ul>
41757<li><b>Start</b>: Time data collection starts</li>
41758<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute</li>
41759</ul>
41760<b>ns3::PssFfMacScheduler</b><br>
41761<ul>
41762<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41763<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41764<li><b>PssFdSchedulerType</b>: FD scheduler in PSS (default value is PFsch)</li>
41765<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41766<li><b>nMux</b>: The number of UE selected by TD scheduler (default value is 0)</li>
41767</ul>
41768<b>ns3::QosFrameExchangeManager</b><br>
41769<ul>
41770<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP</li>
41771<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>
41772<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>
41773<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>
41774</ul>
41775<b>ns3::QosTxop</b><br>
41776<ul>
41777<li><b>AddBaResponseTimeout</b>: The timeout to wait for ADDBA response after the Ack to ADDBA request is received.</li>
41778<li><b>BlockAckManager</b>: The BlockAckManager object.</li>
41779<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>
41780<li><b>NMaxInflights</b>: The maximum number of links (in the range 1-15) on which an MPDU can be simultaneously in-flight.</li>
41781<li><b>UseExplicitBarAfterMissedBlockAck</b>: Specify whether explicit BlockAckRequest should be sent upon missed BlockAck Response.</li>
41782</ul>
41783<b>ns3::QueueDisc</b><br>
41784<ul>
41785<li><b>InternalQueueList</b>: The list of internal queues.</li>
41786<li><b>PacketFilterList</b>: The list of packet filters.</li>
41787<li><b>QueueDiscClassList</b>: The list of queue disc classes.</li>
41788<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run</li>
41789</ul>
41790<b>ns3::QueueDiscClass</b><br>
41791<ul>
41792<li><b>QueueDisc</b>: The queue disc attached to the class</li>
41793</ul>
41794<b>ns3::RadioBearerStatsCalculator</b><br>
41795<ul>
41796<li><b>DlPdcpOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41797<li><b>DlRlcOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41798<li><b>EpochDuration</b>: Epoch duration.</li>
41799<li><b>StartTime</b>: Start time of the on going epoch.</li>
41800<li><b>UlPdcpOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41801<li><b>UlRlcOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41802</ul>
41803<b>ns3::RadioEnvironmentMapHelper</b><br>
41804<ul>
41805<li><b>Bandwidth</b>: Transmission Bandwidth Configuration (in number of RBs) over which the SINR will be calculated</li>
41806<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>
41807<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>
41808<li><b>Earfcn</b>: E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41809<li><b>MaxPointsPerIteration</b>: Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.</li>
41810<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>
41811<li><b>OutputFile</b>: the filename to which the Radio Environment Map is saved</li>
41812<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>
41813<li><b>StopWhenDone</b>: If true, Simulator::Stop () will be called as soon as the REM has been generated</li>
41814<li><b>UseDataChannel</b>: If true, REM will be generated for PDSCH and for PDCCH otherwise</li>
41815<li><b>XMax</b>: The max x coordinate of the map.</li>
41816<li><b>XMin</b>: The min x coordinate of the map.</li>
41817<li><b>XRes</b>: The resolution (number of points) of the map along the x axis.</li>
41818<li><b>YMax</b>: The max y coordinate of the map.</li>
41819<li><b>YMin</b>: The min y coordinate of the map.</li>
41820<li><b>YRes</b>: The resolution (number of points) of the map along the y axis.</li>
41821<li><b>Z</b>: The value of the z coordinate for which the map is to be generated</li>
41822</ul>
41823<b>ns3::Radvd</b><br>
41824<ul>
41825<li><b>AdvertisementJitter</b>: Uniform variable to provide jitter between min and max values of AdvInterval</li>
41826</ul>
41827<b>ns3::RandomBoxPositionAllocator</b><br>
41828<ul>
41829<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.</li>
41830<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.</li>
41831<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.</li>
41832</ul>
41833<b>ns3::RandomBuildingPositionAllocator</b><br>
41834<ul>
41835<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>
41836</ul>
41837<b>ns3::RandomDirection2dMobilityModel</b><br>
41838<ul>
41839<li><b>Bounds</b>: The 2d bounding area</li>
41840<li><b>Pause</b>: A random variable to control the pause (s).</li>
41841<li><b>Speed</b>: A random variable to control the speed (m/s).</li>
41842</ul>
41843<b>ns3::RandomDiscPositionAllocator</b><br>
41844<ul>
41845<li><b>Rho</b>: A random variable which represents the radius of a position in a random disc.</li>
41846<li><b>Theta</b>: A random variable which represents the angle (gradients) of a position in a random disc.</li>
41847<li><b>X</b>: The x coordinate of the center of the random position disc.</li>
41848<li><b>Y</b>: The y coordinate of the center of the random position disc.</li>
41849<li><b>Z</b>: The z coordinate of all the positions in the disc.</li>
41850</ul>
41851<b>ns3::RandomPropagationDelayModel</b><br>
41852<ul>
41853<li><b>Variable</b>: The random variable which generates random delays (s).</li>
41854</ul>
41855<b>ns3::RandomPropagationLossModel</b><br>
41856<ul>
41857<li><b>Variable</b>: The random variable used to pick a loss every time CalcRxPower is invoked.</li>
41858</ul>
41859<b>ns3::RandomRectanglePositionAllocator</b><br>
41860<ul>
41861<li><b>X</b>: A random variable which represents the x coordinate of a position in a random rectangle.</li>
41862<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random rectangle.</li>
41863<li><b>Z</b>: The z coordinate of all the positions allocated.</li>
41864</ul>
41865<b>ns3::RandomVariableStream</b><br>
41866<ul>
41867<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values</li>
41868<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>
41869</ul>
41870<b>ns3::RandomWalk2dMobilityModel</b><br>
41871<ul>
41872<li><b>Bounds</b>: Bounds of the area to cruise.</li>
41873<li><b>Direction</b>: A random variable used to pick the direction (radians).</li>
41874<li><b>Distance</b>: Change current direction and speed after moving for this distance.</li>
41875<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction</li>
41876<li><b>Speed</b>: A random variable used to pick the speed (m/s).</li>
41877<li><b>Time</b>: Change current direction and speed after moving for this delay.</li>
41878</ul>
41879<b>ns3::RandomWalk2dOutdoorMobilityModel</b><br>
41880<ul>
41881<li><b>Bounds</b>: Bounds of the area to cruise.</li>
41882<li><b>Direction</b>: A random variable used to pick the direction (radians).</li>
41883<li><b>Distance</b>: Change current direction and speed after moving for this distance.</li>
41884<li><b>MaxIterations</b>: Maximum number of attempts to find an alternative next positionif the original one is inside a building.</li>
41885<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction</li>
41886<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>
41887<li><b>Time</b>: Change current direction and speed after moving for this delay.</li>
41888<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>
41889</ul>
41890<b>ns3::RandomWaypointMobilityModel</b><br>
41891<ul>
41892<li><b>Pause</b>: A random variable used to pick the pause of a random waypoint model.</li>
41893<li><b>PositionAllocator</b>: The position model used to pick a destination point.</li>
41894<li><b>Speed</b>: A random variable used to pick the speed of a random waypoint model.</li>
41895</ul>
41896<b>ns3::RangePropagationLossModel</b><br>
41897<ul>
41898<li><b>MaxRange</b>: Maximum Transmission Range (meters)</li>
41899</ul>
41900<b>ns3::RateErrorModel</b><br>
41901<ul>
41902<li><b>ErrorRate</b>: The error rate.</li>
41903<li><b>ErrorUnit</b>: The error unit</li>
41904<li><b>RanVar</b>: The decision variable attached to this error model.</li>
41905</ul>
41906<b>ns3::RealtimeSimulatorImpl</b><br>
41907<ul>
41908<li><b>HardLimit</b>: Maximum acceptable real-time jitter (used in conjunction with SynchronizationMode=HardLimit)</li>
41909<li><b>SynchronizationMode</b>: What to do if the simulation cannot keep up with real time.</li>
41910</ul>
41911<b>ns3::RedQueueDisc</b><br>
41912<ul>
41913<li><b>ARED</b>: True to enable ARED</li>
41914<li><b>AdaptMaxP</b>: True to adapt m_curMaxP</li>
41915<li><b>Alpha</b>: Increment parameter for m_curMaxP in ARED</li>
41916<li><b>Beta</b>: Decrement parameter for m_curMaxP in ARED</li>
41917<li><b>Bottom</b>: Lower bound for m_curMaxP in ARED</li>
41918<li><b>FengAdaptive</b>: True to enable Feng's Adaptive RED</li>
41919<li><b>FengAlpha</b>: Decrement parameter for m_curMaxP in Feng's Adaptive RED</li>
41920<li><b>FengBeta</b>: Increment parameter for m_curMaxP in Feng's Adaptive RED</li>
41921<li><b>Gentle</b>: True to increases dropping probability slowly when average queue exceeds maxthresh</li>
41922<li><b>IdlePktSize</b>: Average packet size used during idle times. Used when m_cautions = 3</li>
41923<li><b>Interval</b>: Time interval to update m_curMaxP</li>
41924<li><b>LInterm</b>: The maximum probability of dropping a packet</li>
41925<li><b>LastSet</b>: Store the last time m_curMaxP was updated</li>
41926<li><b>LinkBandwidth</b>: The RED link bandwidth</li>
41927<li><b>LinkDelay</b>: The RED link delay</li>
41928<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
41929<li><b>MaxTh</b>: Maximum average length threshold in packets/bytes</li>
41930<li><b>MeanPktSize</b>: Average of packet size</li>
41931<li><b>MinTh</b>: Minimum average length threshold in packets/bytes</li>
41932<li><b>NLRED</b>: True to enable Nonlinear RED</li>
41933<li><b>Ns1Compat</b>: NS-1 compatibility</li>
41934<li><b>QW</b>: Queue weight related to the exponential weighted moving average (EWMA)</li>
41935<li><b>Rtt</b>: Round Trip Time to be considered while automatically setting m_bottom</li>
41936<li><b>TargetDelay</b>: Target average queuing delay in ARED</li>
41937<li><b>Top</b>: Upper bound for m_curMaxP in ARED</li>
41938<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
41939<li><b>UseHardDrop</b>: True to always drop packets above max threshold</li>
41940<li><b>Wait</b>: True for waiting between dropped packets</li>
41941</ul>
41942<b>ns3::Rip</b><br>
41943<ul>
41944<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.</li>
41945<li><b>LinkDownValue</b>: Value for link down in count to infinity.</li>
41946<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.</li>
41947<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.</li>
41948<li><b>SplitHorizon</b>: Split Horizon strategy.</li>
41949<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).</li>
41950<li><b>TimeoutDelay</b>: The delay to invalidate a route.</li>
41951<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.</li>
41952</ul>
41953<b>ns3::RipNg</b><br>
41954<ul>
41955<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.</li>
41956<li><b>LinkDownValue</b>: Value for link down in count to infinity.</li>
41957<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.</li>
41958<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.</li>
41959<li><b>SplitHorizon</b>: Split Horizon strategy.</li>
41960<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).</li>
41961<li><b>TimeoutDelay</b>: The delay to invalidate a route.</li>
41962<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.</li>
41963</ul>
41964<b>ns3::RraaWifiManager</b><br>
41965<ul>
41966<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.</li>
41967<li><b>Alpha</b>: Constant for calculating the MTL threshold.</li>
41968<li><b>Basic</b>: If true the RRAA-BASIC algorithm will be used, otherwise the RRAA will be used</li>
41969<li><b>Beta</b>: Constant for calculating the ORI threshold.</li>
41970<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.</li>
41971<li><b>Tau</b>: Constant for calculating the EWND size.</li>
41972<li><b>Timeout</b>: Timeout for the RRAA BASIC loss estimation block</li>
41973</ul>
41974<b>ns3::RrFfMacScheduler</b><br>
41975<ul>
41976<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41977<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41978<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41979</ul>
41980<b>ns3::RrMultiUserScheduler</b><br>
41981<ul>
41982<li><b>EnableBsrp</b>: If enabled, send a BSRP Trigger Frame before an UL MU transmission.</li>
41983<li><b>EnableTxopSharing</b>: If enabled, allow A-MPDUs of different TIDs in a DL MU PPDU.</li>
41984<li><b>EnableUlOfdma</b>: If enabled, return UL_MU_TX if DL_MU_TX was returned the previous time.</li>
41985<li><b>ForceDlOfdma</b>: If enabled, return DL_MU_TX even if no DL MU PPDU could be built.</li>
41986<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>
41987<li><b>NStations</b>: The maximum number of stations that can be granted an RU in a DL MU OFDMA transmission</li>
41988<li><b>UlPsduSize</b>: The default size in bytes of the solicited PSDU (to be sent in a TB PPDU)</li>
41989<li><b>UseCentral26TonesRus</b>: If enabled, central 26-tone RUs are allocated, too, when the selected RU type is at least 52 tones.</li>
41990</ul>
41991<b>ns3::RrpaaWifiManager</b><br>
41992<ul>
41993<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.</li>
41994<li><b>Alpha</b>: Constant for calculating the MTL threshold.</li>
41995<li><b>Basic</b>: If true the RRPAA-BASIC algorithm will be used, otherwise the RRPAA will be used.</li>
41996<li><b>Beta</b>: Constant for calculating the ORI threshold.</li>
41997<li><b>Delta</b>: Constant for Probabilistic Decision Table increments.</li>
41998<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.</li>
41999<li><b>Gamma</b>: Constant for Probabilistic Decision Table decrements.</li>
42000<li><b>Tau</b>: Constant for calculating the EWND size.</li>
42001<li><b>Timeout</b>: Timeout for the RRPAA-BASIC loss estimation block.</li>
42002</ul>
42003<b>ns3::RttEstimator</b><br>
42004<ul>
42005<li><b>InitialEstimation</b>: Initial RTT estimate</li>
42006</ul>
42007<b>ns3::RttMeanDeviation</b><br>
42008<ul>
42009<li><b>Alpha</b>: Gain used in estimating the RTT, must be 0 <= alpha <= 1</li>
42010<li><b>Beta</b>: Gain used in estimating the RTT variation, must be 0 <= beta <= 1</li>
42011</ul>
42012<b>ns3::SequentialRandomVariable</b><br>
42013<ul>
42014<li><b>Consecutive</b>: The number of times each member of the sequence is repeated.</li>
42015<li><b>Increment</b>: The sequence random variable increment.</li>
42016<li><b>Max</b>: One more than the last value of the sequence.</li>
42017<li><b>Min</b>: The first value of the sequence.</li>
42018</ul>
42019<b>ns3::SimpleChannel</b><br>
42020<ul>
42021<li><b>Delay</b>: Transmission delay through the channel</li>
42022</ul>
42023<b>ns3::SimpleFrameCaptureModel</b><br>
42024<ul>
42025<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>
42026</ul>
42027<b>ns3::SimpleNetDevice</b><br>
42028<ul>
42029<li><b>DataRate</b>: The default data rate for point to point links. Zero means infinite</li>
42030<li><b>PointToPointMode</b>: The device is configured in Point to Point mode</li>
42031<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
42032<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
42033</ul>
42034<b>ns3::SimpleOfdmWimaxPhy</b><br>
42035<ul>
42036<li><b>G</b>: This is the ratio of CP time to useful time.</li>
42037<li><b>Nfft</b>: FFT size</li>
42038<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.</li>
42039<li><b>RxGain</b>: Reception gain (dB).</li>
42040<li><b>TraceFilePath</b>: Path to the directory containing SNR to block error rate files</li>
42041<li><b>TxGain</b>: Transmission gain (dB).</li>
42042<li><b>TxPower</b>: Transmission power (dB).</li>
42043</ul>
42044<b>ns3::SinkApplication</b><br>
42045<ul>
42046<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>
42047<li><b>Port</b>: Port on which the application listens for incoming packets.</li>
42048</ul>
42049<b>ns3::SixLowPanNetDevice</b><br>
42050<ul>
42051<li><b>CompressionThreshold</b>: The minimum MAC layer payload size.</li>
42052<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
42053<li><b>FragmentReassemblyListSize</b>: The maximum size of the reassembly buffer (in packets). Zero meaning infinite.</li>
42054<li><b>MeshCacheLength</b>: Length of the cache for each source.</li>
42055<li><b>MeshUnderJitter</b>: The jitter in ms a node uses to forward mesh-under packets - used to prevent collisions</li>
42056<li><b>MeshUnderRadius</b>: Hops Left to use in mesh-under.</li>
42057<li><b>OmitUdpChecksum</b>: Omit the UDP checksum in IPHC compression.</li>
42058<li><b>Rfc6282</b>: Use RFC6282 (IPHC) if true, RFC4944 (HC1) otherwise.</li>
42059<li><b>UseMeshUnder</b>: Use a mesh-under routing protocol.</li>
42060</ul>
42061<b>ns3::SnrTag</b><br>
42062<ul>
42063<li><b>Snr</b>: The SNR of the last packet received</li>
42064</ul>
42065<b>ns3::SourceApplication</b><br>
42066<ul>
42067<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>
42068<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port</li>
42069<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>
42070</ul>
42071<b>ns3::SpectrumAnalyzer</b><br>
42072<ul>
42073<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>
42074<li><b>Resolution</b>: The length of the time interval over which the power spectral density of incoming signals is averaged</li>
42075</ul>
42076<b>ns3::SpectrumChannel</b><br>
42077<ul>
42078<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>
42079<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.</li>
42080</ul>
42081<b>ns3::SpectrumWifiPhy</b><br>
42082<ul>
42083<li><b>DisableWifiReception</b>: Prevent Wi-Fi frame sync from ever happening</li>
42084<li><b>TrackSignalsFromInactiveInterfaces</b>: Enable or disable tracking signals coming from inactive spectrum PHY interfaces</li>
42085<li><b>TxMaskInnerBandMinimumRejection</b>: Minimum rejection (dBr) for the inner band of the transmit spectrum mask</li>
42086<li><b>TxMaskOuterBandMaximumRejection</b>: Maximum rejection (dBr) for the outer band of the transmit spectrum mask</li>
42087<li><b>TxMaskOuterBandMinimumRejection</b>: Minimum rejection (dBr) for the outer band of the transmit spectrum mask</li>
42088</ul>
42089<b>ns3::StaWifiMac</b><br>
42090<ul>
42091<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>
42092<li><b>AssocRequestTimeout</b>: The interval between two consecutive association request attempts.</li>
42093<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>
42094<li><b>MaxMissedBeacons</b>: Number of beacons which much be consecutively missed before we attempt to restart association.</li>
42095<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>
42096<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>
42097<li><b>ProbeDelay</b>: Delay (in microseconds) to be used prior to transmitting a Probe frame during active scanning.</li>
42098<li><b>ProbeRequestTimeout</b>: The duration to actively probe the channel.</li>
42099<li><b>WaitBeaconTimeout</b>: The duration to dwell on a channel while passively scanning for beacon</li>
42100</ul>
42101<b>ns3::SteadyStateRandomWaypointMobilityModel</b><br>
42102<ul>
42103<li><b>MaxPause</b>: Maximum pause value, [s]</li>
42104<li><b>MaxSpeed</b>: Maximum speed value, [m/s]</li>
42105<li><b>MaxX</b>: Maximum X value of traveling region, [m]</li>
42106<li><b>MaxY</b>: Maximum Y value of traveling region, [m]</li>
42107<li><b>MinPause</b>: Minimum pause value, [s]</li>
42108<li><b>MinSpeed</b>: Minimum speed value, [m/s]</li>
42109<li><b>MinX</b>: Minimum X value of traveling region, [m]</li>
42110<li><b>MinY</b>: Minimum Y value of traveling region, [m]</li>
42111<li><b>Z</b>: Z value of traveling region (fixed), [m]</li>
42112</ul>
42113<b>ns3::SubscriberStationNetDevice</b><br>
42114<ul>
42115<li><b>BasicConnection</b>: Basic connection</li>
42116<li><b>Classifier</b>: The ss classifier attached to this device.</li>
42117<li><b>IntervalT1</b>: Wait for DCD timeout. Maximum is 5*maxDcdInterval</li>
42118<li><b>IntervalT12</b>: Wait for UCD descriptor.Maximum is 5*MaxUcdInterval</li>
42119<li><b>IntervalT2</b>: Wait for broadcast ranging timeout, i.e., wait for initial ranging opportunity. Maximum is 5*Ranging interval</li>
42120<li><b>IntervalT20</b>: Time the SS searches for preambles on a given channel. Minimum is 2 MAC frames</li>
42121<li><b>IntervalT21</b>: time the SS searches for (decodable) DL-MAP on a given channel</li>
42122<li><b>IntervalT3</b>: ranging Response reception timeout following the transmission of a ranging request. Maximum is 200ms</li>
42123<li><b>IntervalT7</b>: wait for DSA/DSC/DSD Response timeout. Maximum is 1s</li>
42124<li><b>LinkManager</b>: The ss link manager attached to this device.</li>
42125<li><b>LostDlMapInterval</b>: Time since last received DL-MAP message before downlink synchronization is considered lost. Maximum is 600ms</li>
42126<li><b>LostUlMapInterval</b>: Time since last received UL-MAP before uplink synchronization is considered lost, maximum is 600.</li>
42127<li><b>MaxContentionRangingRetries</b>: Number of retries on contention Ranging Requests</li>
42128<li><b>MaxDcdInterval</b>: Maximum time between transmission of DCD messages. Maximum is 10s</li>
42129<li><b>MaxUcdInterval</b>: Maximum time between transmission of UCD messages. Maximum is 10s</li>
42130<li><b>PrimaryConnection</b>: Primary connection</li>
42131<li><b>SSScheduler</b>: The ss scheduler attached to this device.</li>
42132</ul>
42133<b>ns3::TableBasedErrorRateModel</b><br>
42134<ul>
42135<li><b>FallbackErrorRateModel</b>: Ptr to the fallback error rate model to be used when no matching value is found in a table</li>
42136<li><b>SizeThreshold</b>: Threshold in bytes over which the table for large size frames is used</li>
42137</ul>
42138<b>ns3::TapBridge</b><br>
42139<ul>
42140<li><b>DeviceName</b>: The name of the tap device to create.</li>
42141<li><b>Gateway</b>: The IP address of the default gateway to assign to the host machine, when in ConfigureLocal mode.</li>
42142<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>
42143<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>
42144<li><b>Mode</b>: The operating and configuration mode to use.</li>
42145<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42146<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>
42147<li><b>Start</b>: The simulation time at which to spin up the tap device read thread.</li>
42148<li><b>Stop</b>: The simulation time at which to tear down the tap device read thread.</li>
42149<li><b>Verbose</b>: Enable verbose output from tap-creator child process</li>
42150</ul>
42151<b>ns3::TbfQueueDisc</b><br>
42152<ul>
42153<li><b>Burst</b>: Size of the first bucket in bytes</li>
42154<li><b>MaxSize</b>: The max queue size</li>
42155<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>
42156<li><b>PeakRate</b>: Rate at which tokens enter the second bucket in bps or Bps.If null, there is no second bucket</li>
42157<li><b>Rate</b>: Rate at which tokens enter the first bucket in bps or Bps.</li>
42158</ul>
42159<b>ns3::TcpBbr</b><br>
42160<ul>
42161<li><b>AckEpochAckedResetThresh</b>: Max allowed val for m_ackEpochAcked, after which sampling epoch is reset</li>
42162<li><b>BwWindowLength</b>: Length of bandwidth windowed filter</li>
42163<li><b>ExtraAckedRttWindowLength</b>: Window length of extra acked window</li>
42164<li><b>HighGain</b>: Value of high gain</li>
42165<li><b>ProbeRttDuration</b>: Time to be spent in PROBE_RTT phase</li>
42166<li><b>RttWindowLength</b>: Length of RTT windowed filter</li>
42167<li><b>Stream</b>: Random number stream (default is set to 4 to align with Linux results)</li>
42168</ul>
42169<b>ns3::TcpBic</b><br>
42170<ul>
42171<li><b>Beta</b>: Beta for multiplicative decrease</li>
42172<li><b>BinarySearchCoefficient</b>: Inverse of the coefficient for the binary search. Default 4, as in Linux</li>
42173<li><b>FastConvergence</b>: Turn on/off fast convergence.</li>
42174<li><b>LowWnd</b>: Threshold window size (in segments) for engaging BIC response</li>
42175<li><b>MaxIncr</b>: Limit on increment allowed during binary search</li>
42176<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>
42177</ul>
42178<b>ns3::TcpCubic</b><br>
42179<ul>
42180<li><b>Beta</b>: Beta for multiplicative decrease</li>
42181<li><b>C</b>: Cubic Scaling factor</li>
42182<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>
42183<li><b>CubicDelta</b>: Delta Time to wait after fast recovery before adjusting param</li>
42184<li><b>FastConvergence</b>: Enable (true) or disable (false) fast convergence</li>
42185<li><b>HyStart</b>: Enable (true) or disable (false) hybrid slow start algorithm</li>
42186<li><b>HyStartAckDelta</b>: Spacing between ack's indicating train</li>
42187<li><b>HyStartDelayMax</b>: Maximum time for hystart algorithm</li>
42188<li><b>HyStartDelayMin</b>: Minimum time for hystart algorithm</li>
42189<li><b>HyStartDetect</b>: Hybrid Slow Start detection mechanisms:packet train, delay, both</li>
42190<li><b>HyStartLowWindow</b>: Lower bound cWnd for hybrid slow start (segments)</li>
42191<li><b>HyStartMinSamples</b>: Number of delay samples for detecting the increase of delay</li>
42192<li><b>TcpFriendliness</b>: Enable (true) or disable (false) TCP friendliness</li>
42193</ul>
42194<b>ns3::TcpDctcp</b><br>
42195<ul>
42196<li><b>DctcpAlphaOnInit</b>: Initial alpha value</li>
42197<li><b>DctcpShiftG</b>: Parameter G for updating dctcp_alpha</li>
42198<li><b>UseEct0</b>: Use ECT(0) for ECN codepoint, if false use ECT(1)</li>
42199</ul>
42200<b>ns3::TcpHtcp</b><br>
42201<ul>
42202<li><b>DefaultBackoff</b>: The default AIMD backoff factor</li>
42203<li><b>DeltaL</b>: Delta_L parameter in increase function</li>
42204<li><b>ThroughputRatio</b>: Threshold value for updating beta</li>
42205</ul>
42206<b>ns3::TcpHybla</b><br>
42207<ul>
42208<li><b>RRTT</b>: Reference RTT</li>
42209</ul>
42210<b>ns3::TcpIllinois</b><br>
42211<ul>
42212<li><b>AlphaBase</b>: Alpha base threshold</li>
42213<li><b>AlphaMax</b>: Maximum alpha threshold</li>
42214<li><b>AlphaMin</b>: Minimum alpha threshold</li>
42215<li><b>BetaBase</b>: Beta base threshold</li>
42216<li><b>BetaMax</b>: Maximum beta threshold</li>
42217<li><b>BetaMin</b>: Minimum beta threshold</li>
42218<li><b>Theta</b>: Theta threshold</li>
42219<li><b>WinThresh</b>: Window threshold</li>
42220</ul>
42221<b>ns3::TcpL4Protocol</b><br>
42222<ul>
42223<li><b>RecoveryType</b>: Recovery type of TCP objects.</li>
42224<li><b>RttEstimatorType</b>: Type of RttEstimator objects.</li>
42225<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>
42226<li><b>SocketType</b>: Socket type of TCP objects.</li>
42227</ul>
42228<b>ns3::TcpLedbat</b><br>
42229<ul>
42230<li><b>BaseHistoryLen</b>: Number of Base delay samples</li>
42231<li><b>Gain</b>: Offset Gain</li>
42232<li><b>MinCwnd</b>: Minimum cWnd for Ledbat</li>
42233<li><b>NoiseFilterLen</b>: Number of Current delay samples</li>
42234<li><b>SSParam</b>: Possibility of Slow Start</li>
42235<li><b>TargetDelay</b>: Targeted Queue Delay</li>
42236</ul>
42237<b>ns3::TcpScalable</b><br>
42238<ul>
42239<li><b>AIFactor</b>: Additive Increase Factor</li>
42240<li><b>MDFactor</b>: Multiplicative Decrease Factor</li>
42241</ul>
42242<b>ns3::TcpSocket</b><br>
42243<ul>
42244<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure</li>
42245<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)</li>
42246<li><b>DataRetries</b>: Number of data retransmission attempts</li>
42247<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack</li>
42248<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds</li>
42249<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)</li>
42250<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)</li>
42251<li><b>PersistTimeout</b>: Persist timeout to probe for rx window</li>
42252<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)</li>
42253<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)</li>
42254<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)</li>
42255<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm</li>
42256</ul>
42257<b>ns3::TcpSocketBase</b><br>
42258<ul>
42259<li><b>ClockGranularity</b>: Clock Granularity used in RTO calculations</li>
42260<li><b>CongestionOps</b>: Pointer to TcpCongestionOps object</li>
42261<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.</li>
42262<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.</li>
42263<li><b>LimitedTransmit</b>: Enable limited transmit</li>
42264<li><b>MaxSegLifetime</b>: Maximum segment lifetime in seconds, use for TIME_WAIT state transition to CLOSED state</li>
42265<li><b>MaxWindowSize</b>: Max size of advertised window</li>
42266<li><b>MinRto</b>: Minimum retransmit timeout value</li>
42267<li><b>ReTxThreshold</b>: Threshold for fast retransmit</li>
42268<li><b>RecoveryOps</b>: Pointer to TcpRecoveryOps object</li>
42269<li><b>RxBuffer</b>: TCP Rx buffer</li>
42270<li><b>Sack</b>: Enable or disable Sack option</li>
42271<li><b>Timestamp</b>: Enable or disable Timestamp option</li>
42272<li><b>TxBuffer</b>: TCP Tx buffer</li>
42273<li><b>UseEcn</b>: Parameter to set ECN functionality</li>
42274<li><b>WindowScaling</b>: Enable or disable Window Scaling option</li>
42275</ul>
42276<b>ns3::TcpSocketState</b><br>
42277<ul>
42278<li><b>EnablePacing</b>: Enable Pacing</li>
42279<li><b>MaxPacingRate</b>: Set Max Pacing Rate</li>
42280<li><b>PaceInitialWindow</b>: Perform pacing for initial window of data</li>
42281<li><b>PacingCaRatio</b>: Percent pacing rate increase for congestion avoidance conditions</li>
42282<li><b>PacingSsRatio</b>: Percent pacing rate increase for slow start conditions</li>
42283</ul>
42284<b>ns3::TcpVegas</b><br>
42285<ul>
42286<li><b>Alpha</b>: Lower bound of packets in network</li>
42287<li><b>Beta</b>: Upper bound of packets in network</li>
42288<li><b>Gamma</b>: Limit on increase</li>
42289</ul>
42290<b>ns3::TcpVeno</b><br>
42291<ul>
42292<li><b>Beta</b>: Threshold for congestion detection</li>
42293</ul>
42294<b>ns3::TcpWestwoodPlus</b><br>
42295<ul>
42296<li><b>FilterType</b>: Use this to choose no filter or Tustin's approximation filter</li>
42297</ul>
42298<b>ns3::TcpYeah</b><br>
42299<ul>
42300<li><b>Alpha</b>: Maximum backlog allowed at the bottleneck queue</li>
42301<li><b>Delta</b>: Log minimum fraction of cwnd to be removed on loss</li>
42302<li><b>Epsilon</b>: Log maximum fraction to be removed on early decongestion</li>
42303<li><b>Gamma</b>: Fraction of queue to be removed per RTT</li>
42304<li><b>Phy</b>: Maximum delta from base</li>
42305<li><b>Rho</b>: Minimum # of consecutive RTT to consider competition on loss</li>
42306<li><b>StcpAiFactor</b>: STCP additive increase factor</li>
42307<li><b>Zeta</b>: Minimum # of state switches to reset m_renoCount</li>
42308</ul>
42309<b>ns3::TdBetFfMacScheduler</b><br>
42310<ul>
42311<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42312<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42313<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42314</ul>
42315<b>ns3::TdMtFfMacScheduler</b><br>
42316<ul>
42317<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42318<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42319<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42320</ul>
42321<b>ns3::TdTbfqFfMacScheduler</b><br>
42322<ul>
42323<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42324<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)</li>
42325<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)</li>
42326<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)</li>
42327<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42328<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)</li>
42329<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42330</ul>
42331<b>ns3::ThompsonSamplingWifiManager</b><br>
42332<ul>
42333<li><b>Decay</b>: Exponential decay coefficient, Hz; zero is a valid value for static scenarios</li>
42334</ul>
42335<b>ns3::ThreeGppAntennaModel</b><br>
42336<ul>
42337<li><b>RadiationPattern</b>: Radiation pattern of 3GPP antenna model</li>
42338</ul>
42339<b>ns3::ThreeGppChannelConditionModel</b><br>
42340<ul>
42341<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>
42342<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>
42343<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>
42344<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>
42345</ul>
42346<b>ns3::ThreeGppChannelModel</b><br>
42347<ul>
42348<li><b>Blockage</b>: Enable blockage model A (sec 7.6.4.1)</li>
42349<li><b>BlockerSpeed</b>: The speed of moving blockers, the unit is m/s</li>
42350<li><b>ChannelConditionModel</b>: Pointer to the channel condition model</li>
42351<li><b>Frequency</b>: The operating Frequency in Hz</li>
42352<li><b>NumNonselfBlocking</b>: number of non-self-blocking regions</li>
42353<li><b>PortraitMode</b>: true for portrait mode, false for landscape mode</li>
42354<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed, NTN-DenseUrban, NTN-Urban, NTN-Suburban, NTN-Rural)</li>
42355<li><b>UpdatePeriod</b>: Specify the channel coherence time</li>
42356<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>
42357</ul>
42358<b>ns3::ThreeGppHttpClient</b><br>
42359<ul>
42360<li><b>RemoteServerAddress</b>: The address of the destination server.</li>
42361<li><b>RemoteServerPort</b>: The destination port of the outbound packets.</li>
42362<li><b>Variables</b>: Variable collection, which is used to control e.g. timing and HTTP request size.</li>
42363</ul>
42364<b>ns3::ThreeGppHttpServer</b><br>
42365<ul>
42366<li><b>LocalAddress</b>: The local address of the server, i.e., the address on which to bind the Rx socket.</li>
42367<li><b>LocalPort</b>: Port on which the application listen for incoming packets.</li>
42368<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>
42369<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>
42370<li><b>Variables</b>: Variable collection, which is used to control e.g. processing and object generation delays.</li>
42371</ul>
42372<b>ns3::ThreeGppHttpVariables</b><br>
42373<ul>
42374<li><b>EmbeddedObjectGenerationDelay</b>: The constant time needed by HTTP server to generate an embedded object as a response.</li>
42375<li><b>EmbeddedObjectSizeMax</b>: The maximum value of embedded object sizes (in bytes).</li>
42376<li><b>EmbeddedObjectSizeMean</b>: The mean of embedded object sizes (in bytes).</li>
42377<li><b>EmbeddedObjectSizeMin</b>: The minimum value of embedded object sizes (in bytes).</li>
42378<li><b>EmbeddedObjectSizeStdDev</b>: The standard deviation of embedded object sizes (in bytes).</li>
42379<li><b>HighMtuProbability</b>: The probability that higher MTU size is used.</li>
42380<li><b>HighMtuSize</b>: The higher MTU size.</li>
42381<li><b>LowMtuSize</b>: The lower MTU size.</li>
42382<li><b>MainObjectGenerationDelay</b>: The constant time needed by HTTP server to generate a main object as a response.</li>
42383<li><b>MainObjectSizeMax</b>: The maximum value of main object sizes (in bytes).</li>
42384<li><b>MainObjectSizeMean</b>: The mean of main object sizes (in bytes).</li>
42385<li><b>MainObjectSizeMin</b>: The minimum value of main object sizes (in bytes).</li>
42386<li><b>MainObjectSizeStdDev</b>: The standard deviation of main object sizes (in bytes).</li>
42387<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>
42388<li><b>NumOfEmbeddedObjectsScale</b>: The scale parameter of Pareto distribution for the number of embedded objects per web page.</li>
42389<li><b>NumOfEmbeddedObjectsShape</b>: The shape parameter of Pareto distribution for the number of embedded objects per web page.</li>
42390<li><b>ParsingTimeMean</b>: The mean of parsing time.</li>
42391<li><b>ReadingTimeMean</b>: The mean of reading time.</li>
42392<li><b>RequestSize</b>: The constant size of HTTP request packet (in bytes).</li>
42393</ul>
42394<b>ns3::ThreeGppPropagationLossModel</b><br>
42395<ul>
42396<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.</li>
42397<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.</li>
42398<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges</li>
42399<li><b>Frequency</b>: The centre frequency in Hz.</li>
42400<li><b>ShadowingEnabled</b>: Enable/disable shadowing.</li>
42401</ul>
42402<b>ns3::ThreeGppRmaPropagationLossModel</b><br>
42403<ul>
42404<li><b>AvgBuildingHeight</b>: The average building height in meters.</li>
42405<li><b>AvgStreetWidth</b>: The average street width in meters.</li>
42406</ul>
42407<b>ns3::ThreeGppSpectrumPropagationLossModel</b><br>
42408<ul>
42409<li><b>ChannelModel</b>: The channel model. It needs to implement the MatrixBasedChannelModel interface</li>
42410</ul>
42411<b>ns3::ThreeGppV2vUrbanPropagationLossModel</b><br>
42412<ul>
42413<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario</li>
42414</ul>
42415<b>ns3::ThreeLogDistancePropagationLossModel</b><br>
42416<ul>
42417<li><b>Distance0</b>: Beginning of the first (near) distance field</li>
42418<li><b>Distance1</b>: Beginning of the second (middle) distance field.</li>
42419<li><b>Distance2</b>: Beginning of the third (far) distance field.</li>
42420<li><b>Exponent0</b>: The exponent for the first field.</li>
42421<li><b>Exponent1</b>: The exponent for the second field.</li>
42422<li><b>Exponent2</b>: The exponent for the third field.</li>
42423<li><b>ReferenceLoss</b>: The reference loss at distance d0 (dB). (Default is Friis at 1m with 5.15 GHz)</li>
42424</ul>
42425<b>ns3::ThresholdPreambleDetectionModel</b><br>
42426<ul>
42427<li><b>MinimumRssi</b>: Preamble is dropped if the RSSI is below this value (expressed in dBm).</li>
42428<li><b>Threshold</b>: Preamble is successfully detected if the SNR is at or above this value (expressed in dB).</li>
42429</ul>
42430<b>ns3::TraceFadingLossModel</b><br>
42431<ul>
42432<li><b>RbNum</b>: The number of RB the trace is made of (default 100)</li>
42433<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>
42434<li><b>SamplesNum</b>: The number of samples the trace is made of (default 10000)</li>
42435<li><b>TraceFilename</b>: Name of file to load a trace from.</li>
42436<li><b>TraceLength</b>: The total length of the fading trace (default value 10 s.)</li>
42437<li><b>WindowSize</b>: The size of the window for the fading trace (default value 0.5 s.)</li>
42438</ul>
42439<b>ns3::TrafficControlLayer</b><br>
42440<ul>
42441<li><b>RootQueueDiscList</b>: The list of root queue discs associated to this Traffic Control layer.</li>
42442</ul>
42443<b>ns3::TriangularRandomVariable</b><br>
42444<ul>
42445<li><b>Max</b>: The upper bound on the values returned by this RNG stream.</li>
42446<li><b>Mean</b>: The mean value for the triangular distribution returned by this RNG stream.</li>
42447<li><b>Min</b>: The lower bound on the values returned by this RNG stream.</li>
42448</ul>
42449<b>ns3::TtaFfMacScheduler</b><br>
42450<ul>
42451<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42452<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42453<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42454</ul>
42455<b>ns3::TvSpectrumTransmitter</b><br>
42456<ul>
42457<li><b>Antenna</b>: The AntennaModel to be used. Allows classes inherited from ns3::AntennaModel. Defaults to ns3::IsotropicAntennaModel.</li>
42458<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>
42459<li><b>ChannelBandwidth</b>: The bandwidth (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.</li>
42460<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>
42461<li><b>StartingTime</b>: The time point after the simulation begins in which the TV transmitter will begin transmitting.</li>
42462<li><b>TransmitDuration</b>: The duration of time that the TV transmitter will transmit for.</li>
42463<li><b>TvType</b>: The type of TV transmitter/modulation to be used.</li>
42464</ul>
42465<b>ns3::TwoRayGroundPropagationLossModel</b><br>
42466<ul>
42467<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).</li>
42468<li><b>HeightAboveZ</b>: The height of the antenna (m) above the node's Z coordinate</li>
42469<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m)</li>
42470<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)</li>
42471</ul>
42472<b>ns3::TwoRaySpectrumPropagationLossModel</b><br>
42473<ul>
42474<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.</li>
42475<li><b>Frequency</b>: The operating Frequency in Hz</li>
42476<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed).</li>
42477</ul>
42478<b>ns3::Txop</b><br>
42479<ul>
42480<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.</li>
42481<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>
42482<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>
42483<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).</li>
42484<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>
42485<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).</li>
42486<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>
42487<li><b>Queue</b>: The WifiMacQueue object</li>
42488<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>
42489<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>
42490</ul>
42491<b>ns3::UanChannel</b><br>
42492<ul>
42493<li><b>NoiseModel</b>: A pointer to the model of the channel ambient noise.</li>
42494<li><b>PropagationModel</b>: A pointer to the propagation model.</li>
42495</ul>
42496<b>ns3::UanMacCw</b><br>
42497<ul>
42498<li><b>CW</b>: The MAC parameter CW.</li>
42499<li><b>SlotTime</b>: Time slot duration for MAC backoff.</li>
42500</ul>
42501<b>ns3::UanMacRc</b><br>
42502<ul>
42503<li><b>MaxFrames</b>: Maximum number of frames to include in a single RTS.</li>
42504<li><b>MaxPropDelay</b>: Maximum possible propagation delay to gateway.</li>
42505<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.</li>
42506<li><b>NumberOfRates</b>: Number of rate divisions supported by each PHY.</li>
42507<li><b>QueueLimit</b>: Maximum packets to queue at MAC.</li>
42508<li><b>RetryRate</b>: Number of retry attempts per second (of RTS/GWPING).</li>
42509<li><b>RetryStep</b>: Retry rate increment.</li>
42510<li><b>SIFS</b>: Spacing to give between frames (this should match gateway).</li>
42511</ul>
42512<b>ns3::UanMacRcGw</b><br>
42513<ul>
42514<li><b>FrameSize</b>: Size of data frames in bytes.</li>
42515<li><b>MaxPropDelay</b>: Maximum propagation delay between gateway and non-gateway nodes.</li>
42516<li><b>MaxReservations</b>: Maximum number of reservations to accept per cycle.</li>
42517<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.</li>
42518<li><b>NumberOfNodes</b>: Number of non-gateway nodes in this gateway's neighborhood.</li>
42519<li><b>NumberOfRates</b>: Number of rates per Phy layer.</li>
42520<li><b>RateStep</b>: Increments available for rate assignment in bps.</li>
42521<li><b>RetryStep</b>: Retry rate increment.</li>
42522<li><b>SIFS</b>: Spacing between frames to account for timing error and processing delay.</li>
42523<li><b>TotalRate</b>: Total available channel rate in bps (for a single channel, without splitting reservation channel).</li>
42524</ul>
42525<b>ns3::UanNetDevice</b><br>
42526<ul>
42527<li><b>Channel</b>: The channel attached to this device.</li>
42528<li><b>Mac</b>: The MAC layer attached to this device.</li>
42529<li><b>Phy</b>: The PHY layer attached to this device.</li>
42530<li><b>Transducer</b>: The Transducer attached to this device.</li>
42531</ul>
42532<b>ns3::UanNoiseModelDefault</b><br>
42533<ul>
42534<li><b>Shipping</b>: Shipping contribution to noise between 0 and 1.</li>
42535<li><b>Wind</b>: Wind speed in m/s.</li>
42536</ul>
42537<b>ns3::UanPhyCalcSinrFhFsk</b><br>
42538<ul>
42539<li><b>NumberOfHops</b>: Number of frequencies in hopping pattern.</li>
42540</ul>
42541<b>ns3::UanPhyDual</b><br>
42542<ul>
42543<li><b>CcaThresholdPhy1</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy1.</li>
42544<li><b>CcaThresholdPhy2</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy2.</li>
42545<li><b>PerModelPhy1</b>: Functor to calculate PER based on SINR and TxMode for Phy1.</li>
42546<li><b>PerModelPhy2</b>: Functor to calculate PER based on SINR and TxMode for Phy2.</li>
42547<li><b>SinrModelPhy1</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy1.</li>
42548<li><b>SinrModelPhy2</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy2.</li>
42549<li><b>SupportedModesPhy1</b>: List of modes supported by Phy1.</li>
42550<li><b>SupportedModesPhy2</b>: List of modes supported by Phy2.</li>
42551<li><b>TxPowerPhy1</b>: Transmission output power in dB of Phy1.</li>
42552<li><b>TxPowerPhy2</b>: Transmission output power in dB of Phy2.</li>
42553</ul>
42554<b>ns3::UanPhyGen</b><br>
42555<ul>
42556<li><b>CcaThreshold</b>: Aggregate energy of incoming signals to move to CCA Busy state dB.</li>
42557<li><b>PerModel</b>: Functor to calculate PER based on SINR and TxMode.</li>
42558<li><b>RxThreshold</b>: Required SNR for signal acquisition in dB.</li>
42559<li><b>SinrModel</b>: Functor to calculate SINR based on pkt arrivals and modes.</li>
42560<li><b>SupportedModes</b>: List of modes supported by this PHY.</li>
42561<li><b>TxPower</b>: Transmission output power in dB.</li>
42562</ul>
42563<b>ns3::UanPhyPerGenDefault</b><br>
42564<ul>
42565<li><b>Threshold</b>: SINR cutoff for good packet reception.</li>
42566</ul>
42567<b>ns3::UanPropModelThorp</b><br>
42568<ul>
42569<li><b>SpreadCoef</b>: Spreading coefficient used in calculation of Thorp's approximation.</li>
42570</ul>
42571<b>ns3::UanTransducerHd</b><br>
42572<ul>
42573<li><b>RxGainDb</b>: Gain in Db added to incoming signal at receiver.</li>
42574</ul>
42575<b>ns3::UdpClient</b><br>
42576<ul>
42577<li><b>Interval</b>: The time to wait between packets</li>
42578<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
42579<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>
42580<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42581<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42582</ul>
42583<b>ns3::UdpEchoClient</b><br>
42584<ul>
42585<li><b>Interval</b>: The time to wait between packets</li>
42586<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
42587<li><b>PacketSize</b>: Size of echo data in outbound packets</li>
42588<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42589<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42590</ul>
42591<b>ns3::UdpEchoServer</b><br>
42592<ul>
42593<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>
42594</ul>
42595<b>ns3::UdpL4Protocol</b><br>
42596<ul>
42597<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>
42598</ul>
42599<b>ns3::UdpServer</b><br>
42600<ul>
42601<li><b>PacketWindowSize</b>: The size of the window used to compute the packet loss. This value should be a multiple of 8.</li>
42602</ul>
42603<b>ns3::UdpSocket</b><br>
42604<ul>
42605<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface</li>
42606<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface</li>
42607<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)</li>
42608<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)</li>
42609<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.</li>
42610<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)</li>
42611</ul>
42612<b>ns3::UdpSocketImpl</b><br>
42613<ul>
42614<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.</li>
42615<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.</li>
42616</ul>
42617<b>ns3::UdpTraceClient</b><br>
42618<ul>
42619<li><b>MaxPacketSize</b>: The maximum size of a packet (including the SeqTsHeader, 12 bytes).</li>
42620<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42621<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42622<li><b>TraceFilename</b>: Name of file to load a trace from. By default, uses a hardcoded trace.</li>
42623<li><b>TraceLoop</b>: Loops through the trace file, starting again once it is over.</li>
42624</ul>
42625<b>ns3::UeManager</b><br>
42626<ul>
42627<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier</li>
42628<li><b>DataRadioBearerMap</b>: List of UE DataRadioBearerInfo by DRBID.</li>
42629<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0</li>
42630<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1</li>
42631</ul>
42632<b>ns3::UniformDiscPositionAllocator</b><br>
42633<ul>
42634<li><b>X</b>: The x coordinate of the center of the disc.</li>
42635<li><b>Y</b>: The y coordinate of the center of the disc.</li>
42636<li><b>Z</b>: The z coordinate of all the positions in the disc.</li>
42637<li><b>rho</b>: The radius of the disc</li>
42638</ul>
42639<b>ns3::UniformPlanarArray</b><br>
42640<ul>
42641<li><b>AntennaHorizontalSpacing</b>: Horizontal spacing between antenna elements, in multiples of wave length</li>
42642<li><b>AntennaVerticalSpacing</b>: Vertical spacing between antenna elements, in multiples of wave length</li>
42643<li><b>BearingAngle</b>: The bearing angle in radians</li>
42644<li><b>DowntiltAngle</b>: The downtilt angle in radians</li>
42645<li><b>IsDualPolarized</b>: If true, dual polarized antenna</li>
42646<li><b>NumColumns</b>: Horizontal size of the array</li>
42647<li><b>NumHorizontalPorts</b>: Horizontal number of ports</li>
42648<li><b>NumRows</b>: Vertical size of the array</li>
42649<li><b>NumVerticalPorts</b>: Vertical number of ports</li>
42650<li><b>PolSlantAngle</b>: The polarization slant angle in radians</li>
42651</ul>
42652<b>ns3::UniformRandomVariable</b><br>
42653<ul>
42654<li><b>Max</b>: The upper bound on the values returned by this RNG stream.</li>
42655<li><b>Min</b>: The lower bound on the values returned by this RNG stream.</li>
42656</ul>
42657<b>ns3::UplinkSchedulerMBQoS</b><br>
42658<ul>
42659<li><b>WindowInterval</b>: The time to wait to reset window</li>
42660</ul>
42661<b>ns3::V4TraceRoute</b><br>
42662<ul>
42663<li><b>Interval</b>: Wait interval between sent packets.</li>
42664<li><b>MaxHop</b>: The maximum number of hops to trace.</li>
42665<li><b>ProbeNum</b>: The number of packets send to each hop.</li>
42666<li><b>Remote</b>: The address of the machine we want to trace.</li>
42667<li><b>Size</b>: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.</li>
42668<li><b>Timeout</b>: The waiting time for a route response before a timeout.</li>
42669<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>
42670<li><b>Verbose</b>: Produce usual output.</li>
42671</ul>
42672<b>ns3::VhtConfiguration</b><br>
42673<ul>
42674<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>
42675<li><b>Support160MHzOperation</b>: Whether or not 160 MHz operation is to be supported.</li>
42676</ul>
42677<b>ns3::VirtualNetDevice</b><br>
42678<ul>
42679<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42680</ul>
42681<b>ns3::WaveformGenerator</b><br>
42682<ul>
42683<li><b>DutyCycle</b>: the duty cycle of the generator, i.e., the fraction of the period that is occupied by a signal</li>
42684<li><b>Period</b>: the period (=1/frequency)</li>
42685</ul>
42686<b>ns3::WaypointMobilityModel</b><br>
42687<ul>
42688<li><b>InitialPositionIsWaypoint</b>: Calling SetPosition with no waypoints creates a waypoint.</li>
42689<li><b>LazyNotify</b>: Only call NotifyCourseChange when position is calculated.</li>
42690<li><b>NextWaypoint</b>: The next waypoint used to determine position.</li>
42691<li><b>WaypointsLeft</b>: The number of waypoints remaining.</li>
42692</ul>
42693<b>ns3::WeibullRandomVariable</b><br>
42694<ul>
42695<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.</li>
42696<li><b>Scale</b>: The scale parameter for the Weibull distribution returned by this RNG stream.</li>
42697<li><b>Shape</b>: The shape parameter for the Weibull distribution returned by this RNG stream.</li>
42698</ul>
42699<b>ns3::WifiAssocManager</b><br>
42700<ul>
42701<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>
42702<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>
42703</ul>
42704<b>ns3::WifiDefaultAckManager</b><br>
42705<ul>
42706<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>
42707<li><b>DlMuAckSequenceType</b>: Type of the acknowledgment sequence for DL MU PPDUs.</li>
42708<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>
42709<li><b>UseExplicitBar</b>: Specify whether to send Block Ack Requests (if true) or use Implicit Block Ack Request ack policy (if false).</li>
42710</ul>
42711<b>ns3::WifiDefaultAssocManager</b><br>
42712<ul>
42713<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>
42714<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>
42715</ul>
42716<b>ns3::WifiDefaultProtectionManager</b><br>
42717<ul>
42718<li><b>EnableMuRts</b>: If enabled, always protect a DL/UL MU frame exchange with MU-RTS/CTS.</li>
42719<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>
42720<li><b>SkipMuRtsBeforeBsrp</b>: If enabled, MU-RTS is not used to protect the transmission of a BSRP Trigger Frame.</li>
42721</ul>
42722<b>ns3::WifiMac</b><br>
42723<ul>
42724<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>
42725<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>
42726<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>
42727<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>
42728<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.</li>
42729<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>
42730<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>
42731<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>
42732<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>
42733<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.</li>
42734<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.</li>
42735<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.</li>
42736<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.</li>
42737<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>
42738<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>
42739<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.</li>
42740<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>
42741<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).</li>
42742<li><b>Ssid</b>: The ssid we want to belong to.</li>
42743<li><b>Txop</b>: The Txop object.</li>
42744<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>
42745<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>
42746<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>
42747<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>
42748<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.</li>
42749<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>
42750<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>
42751<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>
42752<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>
42753<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.</li>
42754</ul>
42755<b>ns3::WifiMacQueue</b><br>
42756<ul>
42757<li><b>MaxDelay</b>: If a packet stays longer than this delay in the queue, it is dropped.</li>
42758<li><b>MaxSize</b>: The max queue size</li>
42759</ul>
42760<b>ns3::WifiNetDevice</b><br>
42761<ul>
42762<li><b>EhtConfiguration</b>: The EhtConfiguration object.</li>
42763<li><b>HeConfiguration</b>: The HeConfiguration object.</li>
42764<li><b>HtConfiguration</b>: The HtConfiguration object.</li>
42765<li><b>Mac</b>: The MAC layer attached to this device.</li>
42766<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42767<li><b>Phy</b>: The PHY layer attached to this device.</li>
42768<li><b>Phys</b>: The PHY layers attached to this device (11be multi-link devices only).</li>
42769<li><b>RemoteStationManager</b>: The station manager attached to this device.</li>
42770<li><b>RemoteStationManagers</b>: The remote station managers attached to this device (11be multi-link devices only).</li>
42771<li><b>VhtConfiguration</b>: The VhtConfiguration object.</li>
42772</ul>
42773<b>ns3::WifiPhy</b><br>
42774<ul>
42775<li><b>Antennas</b>: The number of antennas on the device.</li>
42776<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>
42777<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>
42778<li><b>Channel</b>: The channel attached to this PHY</li>
42779<li><b>ChannelNumber</b>: The channel number of the current operating channel.</li>
42780<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>
42781<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.</li>
42782<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>
42783<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.</li>
42784<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model</li>
42785<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.</li>
42786<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper</li>
42787<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>
42788<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>
42789<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>
42790<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>
42791<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>
42792<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>
42793<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.</li>
42794<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model</li>
42795<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>
42796<li><b>RxGain</b>: Reception gain (dB).</li>
42797<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>
42798<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>
42799<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>
42800<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>
42801<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>
42802<li><b>State</b>: The state of the PHY layer.</li>
42803<li><b>TxGain</b>: Transmission gain (dB).</li>
42804<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).</li>
42805<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.</li>
42806<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).</li>
42807</ul>
42808<b>ns3::WifiRadioEnergyModel</b><br>
42809<ul>
42810<li><b>CcaBusyCurrentA</b>: The default radio CCA Busy State current in Ampere.</li>
42811<li><b>IdleCurrentA</b>: The default radio Idle current in Ampere.</li>
42812<li><b>RxCurrentA</b>: The radio RX current in Ampere.</li>
42813<li><b>SleepCurrentA</b>: The radio Sleep current in Ampere.</li>
42814<li><b>SwitchingCurrentA</b>: The default radio Channel Switch current in Ampere.</li>
42815<li><b>TxCurrentA</b>: The radio TX current in Ampere.</li>
42816<li><b>TxCurrentModel</b>: A pointer to the attached TX current model.</li>
42817</ul>
42818<b>ns3::WifiRemoteStationManager</b><br>
42819<ul>
42820<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>
42821<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self</li>
42822<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>
42823<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self</li>
42824<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>
42825<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>
42826<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>
42827<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.</li>
42828<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>
42829<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>
42830</ul>
42831<b>ns3::WimaxConnection</b><br>
42832<ul>
42833<li><b>TxQueue</b>: Transmit queue</li>
42834<li><b>Type</b>: Connection type</li>
42835</ul>
42836<b>ns3::WimaxMacQueue</b><br>
42837<ul>
42838<li><b>MaxSize</b>: Maximum size</li>
42839</ul>
42840<b>ns3::WimaxNetDevice</b><br>
42841<ul>
42842<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.</li>
42843<li><b>BroadcastConnection</b>: Broadcast connection</li>
42844<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.</li>
42845<li><b>Channel</b>: The channel attached to this device.</li>
42846<li><b>ConnectionManager</b>: The connection manager attached to this device.</li>
42847<li><b>InitialRangingConnection</b>: Initial ranging connection</li>
42848<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42849<li><b>Phy</b>: The PHY layer attached to this device.</li>
42850<li><b>RTG</b>: receive/transmit transition gap.</li>
42851<li><b>TTG</b>: transmit/receive transition gap.</li>
42852</ul>
42853<b>ns3::WimaxPhy</b><br>
42854<ul>
42855<li><b>Bandwidth</b>: The channel bandwidth in Hz.</li>
42856<li><b>Channel</b>: Wimax channel</li>
42857<li><b>FrameDuration</b>: The frame duration in seconds.</li>
42858<li><b>Frequency</b>: The central frequency in KHz.</li>
42859</ul>
42860<b>ns3::YansWifiChannel</b><br>
42861<ul>
42862<li><b>PropagationDelayModel</b>: A pointer to the propagation delay model attached to this channel.</li>
42863<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.</li>
42864</ul>
42865<b>ns3::ZetaRandomVariable</b><br>
42866<ul>
42867<li><b>Alpha</b>: The alpha value for the zeta distribution returned by this RNG stream.</li>
42868</ul>
42869<b>ns3::zigbee::ZigbeeAps</b><br>
42870<ul>
42871<li><b>ApsNonMemberRadius</b>: The value to be used for the NonmemberRadius parameter when using NWK layer multicast</li>
42872</ul>
42873<b>ns3::zigbee::ZigbeeNwk</b><br>
42874<ul>
42875<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>
42876<li><b>NwkPassiveAckTimeout</b>: The maximum time duration in milliseconds allowed for the parent all the child devices to retransmit a broadcast message.</li>
42877<li><b>NwkcCoordinatorCapable</b>: [Constant] Indicates whether the device is capable of becoming aZigbee coordinator.</li>
42878<li><b>NwkcInitialRREQRetries</b>: [Constant] The number of times the first broadcast transmissionof a RREQ cmd frame is retried.</li>
42879<li><b>NwkcMaxBroadcastJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)</li>
42880<li><b>NwkcMaxRREQJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)</li>
42881<li><b>NwkcMinRREQJitter</b>: [Constant] The minimum jitter for broadcast retransmission of a RREQ (msec)</li>
42882<li><b>NwkcProtocolVersion</b>: [Constant] The version of the Zigbee NWK protocol inthe device (placeholder)</li>
42883<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>
42884<li><b>NwkcRREQRetryInterval</b>: [Constant] The duration between retries of a broadcast RREQ cmd frame.</li>
42885<li><b>NwkcRouteDiscoveryTime</b>: [Constant] The duration until a route discovery expires</li>
42886<li><b>nwkMaxBroadcastRetries</b>: The maximum number of retries allowed after a broadcast transmission failure.</li>
42887</ul>
42888<b>ns3::ZipfRandomVariable</b><br>
42889<ul>
42890<li><b>Alpha</b>: The alpha value for the Zipf distribution returned by this RNG stream.</li>
42891<li><b>N</b>: The n value for the Zipf distribution returned by this RNG stream.</li>
42892</ul>
42893*/
42894
42895/*!
42896\page GlobalValueList All GlobalValues
42897
42898This is a list of all \ref ns3::GlobalValue instances.
42899See ns3::GlobalValue for how to set these.
42900<ul>
42901 <li><b>[SimulatorImplementationType](\ref GlobalValueSimulatorImplementationType)</b>: The object class to use as the simulator implementation. Default value: ns3::DefaultSimulatorImpl.</li>
42902 <li><b>[SchedulerType](\ref GlobalValueSchedulerType)</b>: The object class to use as the scheduler implementation. Default value: ns3::MapScheduler.</li>
42903 <li><b>[RngSeed](\ref GlobalValueRngSeed)</b>: The global seed of all rng streams. Default value: 1.</li>
42904 <li><b>[RngRun](\ref GlobalValueRngRun)</b>: The substream index used for all streams. Default value: 1.</li>
42905 <li><b>[ChecksumEnabled](\ref GlobalValueChecksumEnabled)</b>: A global switch to enable all checksums for all protocols. Default value: false.</li>
42906</ul>
42907*/
42908
42909/*!
42910\page GroupsList All Object Groups
42911
42912This is a list of all Object Groups.
42913Objects are added to groups by [ns3::TypeId::SetGroupName()](\ref ns3::TypeId::SetGroupName)
42914
42915<b>Antenna</b><br>
42916<ul>
42917 <li>[ns3::CircularApertureAntennaModel](\ref ns3::CircularApertureAntennaModel)</li>
42918 <li>[ns3::AntennaModel](\ref ns3::AntennaModel)</li>
42919 <li>[ns3::CosineAntennaModel](\ref ns3::CosineAntennaModel)</li>
42920 <li>[ns3::IsotropicAntennaModel](\ref ns3::IsotropicAntennaModel)</li>
42921 <li>[ns3::ParabolicAntennaModel](\ref ns3::ParabolicAntennaModel)</li>
42922 <li>[ns3::PhasedArrayModel](\ref ns3::PhasedArrayModel)</li>
42923 <li>[ns3::ThreeGppAntennaModel](\ref ns3::ThreeGppAntennaModel)</li>
42924 <li>[ns3::UniformPlanarArray](\ref ns3::UniformPlanarArray)</li>
42925</ul>
42926<b>Aodv</b><br>
42927<ul>
42928 <li>[ns3::aodv::TypeHeader](\ref ns3::aodv::TypeHeader)</li>
42929 <li>[ns3::aodv::RreqHeader](\ref ns3::aodv::RreqHeader)</li>
42930 <li>[ns3::aodv::RrepHeader](\ref ns3::aodv::RrepHeader)</li>
42931 <li>[ns3::aodv::RrepAckHeader](\ref ns3::aodv::RrepAckHeader)</li>
42932 <li>[ns3::aodv::RerrHeader](\ref ns3::aodv::RerrHeader)</li>
42933 <li>[ns3::aodv::RoutingProtocol](\ref ns3::aodv::RoutingProtocol)</li>
42934 <li>[ns3::aodv::DeferredRouteOutputTag](\ref ns3::aodv::DeferredRouteOutputTag)</li>
42935</ul>
42936<b>Applications</b><br>
42937<ul>
42938 <li>[ns3::ApplicationPacketProbe](\ref ns3::ApplicationPacketProbe)</li>
42939 <li>[ns3::BulkSendApplication](\ref ns3::BulkSendApplication)</li>
42940 <li>[ns3::SourceApplication](\ref ns3::SourceApplication)</li>
42941 <li>[ns3::OnOffApplication](\ref ns3::OnOffApplication)</li>
42942 <li>[ns3::PacketSink](\ref ns3::PacketSink)</li>
42943 <li>[ns3::SinkApplication](\ref ns3::SinkApplication)</li>
42944 <li>[ns3::SeqTsEchoHeader](\ref ns3::SeqTsEchoHeader)</li>
42945 <li>[ns3::SeqTsHeader](\ref ns3::SeqTsHeader)</li>
42946 <li>[ns3::SeqTsSizeHeader](\ref ns3::SeqTsSizeHeader)</li>
42947 <li>[ns3::UdpClient](\ref ns3::UdpClient)</li>
42948 <li>[ns3::UdpEchoClient](\ref ns3::UdpEchoClient)</li>
42949 <li>[ns3::UdpEchoServer](\ref ns3::UdpEchoServer)</li>
42950 <li>[ns3::UdpServer](\ref ns3::UdpServer)</li>
42951 <li>[ns3::UdpTraceClient](\ref ns3::UdpTraceClient)</li>
42952</ul>
42953<b>Bridge</b><br>
42954<ul>
42955 <li>[ns3::BridgeChannel](\ref ns3::BridgeChannel)</li>
42956 <li>[ns3::BridgeNetDevice](\ref ns3::BridgeNetDevice)</li>
42957</ul>
42958<b>Buildings</b><br>
42959<ul>
42960 <li>[ns3::GridBuildingAllocator](\ref ns3::GridBuildingAllocator)</li>
42961 <li>[ns3::RandomBuildingPositionAllocator](\ref ns3::RandomBuildingPositionAllocator)</li>
42962 <li>[ns3::OutdoorPositionAllocator](\ref ns3::OutdoorPositionAllocator)</li>
42963 <li>[ns3::RandomRoomPositionAllocator](\ref ns3::RandomRoomPositionAllocator)</li>
42964 <li>[ns3::SameRoomPositionAllocator](\ref ns3::SameRoomPositionAllocator)</li>
42965 <li>[ns3::FixedRoomPositionAllocator](\ref ns3::FixedRoomPositionAllocator)</li>
42966 <li>[ns3::BuildingListPriv](\ref ns3::BuildingListPriv)</li>
42967 <li>[ns3::Building](\ref ns3::Building)</li>
42968 <li>[ns3::BuildingsChannelConditionModel](\ref ns3::BuildingsChannelConditionModel)</li>
42969 <li>[ns3::BuildingsPropagationLossModel](\ref ns3::BuildingsPropagationLossModel)</li>
42970 <li>[ns3::HybridBuildingsPropagationLossModel](\ref ns3::HybridBuildingsPropagationLossModel)</li>
42971 <li>[ns3::ItuR1238PropagationLossModel](\ref ns3::ItuR1238PropagationLossModel)</li>
42972 <li>[ns3::MobilityBuildingInfo](\ref ns3::MobilityBuildingInfo)</li>
42973 <li>[ns3::OhBuildingsPropagationLossModel](\ref ns3::OhBuildingsPropagationLossModel)</li>
42974 <li>[ns3::ThreeGppV2vUrbanChannelConditionModel](\ref ns3::ThreeGppV2vUrbanChannelConditionModel)</li>
42975 <li>[ns3::ThreeGppV2vHighwayChannelConditionModel](\ref ns3::ThreeGppV2vHighwayChannelConditionModel)</li>
42976</ul>
42977<b>ConfigStore</b><br>
42978<ul>
42979 <li>[ns3::ConfigStore](\ref ns3::ConfigStore)</li>
42980</ul>
42981<b>Core</b><br>
42982<ul>
42983 <li>[ns3::Scheduler](\ref ns3::Scheduler)</li>
42984 <li>[ns3::Object](\ref ns3::Object)</li>
42985 <li>[ns3::ObjectBase](\ref ns3::ObjectBase)</li>
42986 <li>[ns3::ListScheduler](\ref ns3::ListScheduler)</li>
42987 <li>[ns3::MapScheduler](\ref ns3::MapScheduler)</li>
42988 <li>[ns3::HeapScheduler](\ref ns3::HeapScheduler)</li>
42989 <li>[ns3::CalendarScheduler](\ref ns3::CalendarScheduler)</li>
42990 <li>[ns3::PriorityQueueScheduler](\ref ns3::PriorityQueueScheduler)</li>
42991 <li>[ns3::SimulatorImpl](\ref ns3::SimulatorImpl)</li>
42992 <li>[ns3::DefaultSimulatorImpl](\ref ns3::DefaultSimulatorImpl)</li>
42993 <li>[ns3::Synchronizer](\ref ns3::Synchronizer)</li>
42994 <li>[ns3::RandomVariableStream](\ref ns3::RandomVariableStream)</li>
42995 <li>[ns3::UniformRandomVariable](\ref ns3::UniformRandomVariable)</li>
42996 <li>[ns3::ConstantRandomVariable](\ref ns3::ConstantRandomVariable)</li>
42997 <li>[ns3::SequentialRandomVariable](\ref ns3::SequentialRandomVariable)</li>
42998 <li>[ns3::ExponentialRandomVariable](\ref ns3::ExponentialRandomVariable)</li>
42999 <li>[ns3::ParetoRandomVariable](\ref ns3::ParetoRandomVariable)</li>
43000 <li>[ns3::WeibullRandomVariable](\ref ns3::WeibullRandomVariable)</li>
43001 <li>[ns3::NormalRandomVariable](\ref ns3::NormalRandomVariable)</li>
43002 <li>[ns3::LogNormalRandomVariable](\ref ns3::LogNormalRandomVariable)</li>
43003 <li>[ns3::GammaRandomVariable](\ref ns3::GammaRandomVariable)</li>
43004 <li>[ns3::ErlangRandomVariable](\ref ns3::ErlangRandomVariable)</li>
43005 <li>[ns3::TriangularRandomVariable](\ref ns3::TriangularRandomVariable)</li>
43006 <li>[ns3::ZipfRandomVariable](\ref ns3::ZipfRandomVariable)</li>
43007 <li>[ns3::ZetaRandomVariable](\ref ns3::ZetaRandomVariable)</li>
43008 <li>[ns3::DeterministicRandomVariable](\ref ns3::DeterministicRandomVariable)</li>
43009 <li>[ns3::EmpiricalRandomVariable](\ref ns3::EmpiricalRandomVariable)</li>
43010 <li>[ns3::BinomialRandomVariable](\ref ns3::BinomialRandomVariable)</li>
43011 <li>[ns3::BernoulliRandomVariable](\ref ns3::BernoulliRandomVariable)</li>
43012 <li>[ns3::LaplacianRandomVariable](\ref ns3::LaplacianRandomVariable)</li>
43013 <li>[ns3::LargestExtremeValueRandomVariable](\ref ns3::LargestExtremeValueRandomVariable)</li>
43014 <li>[ns3::RealtimeSimulatorImpl](\ref ns3::RealtimeSimulatorImpl)</li>
43015 <li>[ns3::WallClockSynchronizer](\ref ns3::WallClockSynchronizer)</li>
43016</ul>
43017<b>Csma</b><br>
43018<ul>
43019 <li>[ns3::CsmaChannel](\ref ns3::CsmaChannel)</li>
43020 <li>[ns3::CsmaNetDevice](\ref ns3::CsmaNetDevice)</li>
43021</ul>
43022<b>Dsdv</b><br>
43023<ul>
43024 <li>[ns3::dsdv::DsdvHeader](\ref ns3::dsdv::DsdvHeader)</li>
43025 <li>[ns3::dsdv::RoutingProtocol](\ref ns3::dsdv::RoutingProtocol)</li>
43026</ul>
43027<b>Dsr</b><br>
43028<ul>
43029 <li>[ns3::dsr::DsrFsHeader](\ref ns3::dsr::DsrFsHeader)</li>
43030 <li>[ns3::dsr::DsrGraReply](\ref ns3::dsr::DsrGraReply)</li>
43031 <li>[ns3::dsr::DsrNetworkQueue](\ref ns3::dsr::DsrNetworkQueue)</li>
43032 <li>[ns3::dsr::DsrOptionHeader](\ref ns3::dsr::DsrOptionHeader)</li>
43033 <li>[ns3::dsr::DsrOptionPad1Header](\ref ns3::dsr::DsrOptionPad1Header)</li>
43034 <li>[ns3::dsr::DsrOptionPadnHeader](\ref ns3::dsr::DsrOptionPadnHeader)</li>
43035 <li>[ns3::dsr::DsrOptionRreqHeader](\ref ns3::dsr::DsrOptionRreqHeader)</li>
43036 <li>[ns3::dsr::DsrOptionRrepHeader](\ref ns3::dsr::DsrOptionRrepHeader)</li>
43037 <li>[ns3::dsr::DsrOptionSRHeader](\ref ns3::dsr::DsrOptionSRHeader)</li>
43038 <li>[ns3::dsr::DsrOptionRerrHeader](\ref ns3::dsr::DsrOptionRerrHeader)</li>
43039 <li>[ns3::dsr::DsrOptionRerrUnreachHeader](\ref ns3::dsr::DsrOptionRerrUnreachHeader)</li>
43040 <li>[ns3::dsr::DsrOptionRerrUnsupportedHeader](\ref ns3::dsr::DsrOptionRerrUnsupportedHeader)</li>
43041 <li>[ns3::dsr::DsrOptionAckReqHeader](\ref ns3::dsr::DsrOptionAckReqHeader)</li>
43042 <li>[ns3::dsr::DsrOptionAckHeader](\ref ns3::dsr::DsrOptionAckHeader)</li>
43043 <li>[ns3::dsr::DsrOptions](\ref ns3::dsr::DsrOptions)</li>
43044 <li>[ns3::dsr::DsrOptionPad1](\ref ns3::dsr::DsrOptionPad1)</li>
43045 <li>[ns3::dsr::DsrOptionPadn](\ref ns3::dsr::DsrOptionPadn)</li>
43046 <li>[ns3::dsr::DsrOptionRreq](\ref ns3::dsr::DsrOptionRreq)</li>
43047 <li>[ns3::dsr::DsrOptionRrep](\ref ns3::dsr::DsrOptionRrep)</li>
43048 <li>[ns3::dsr::DsrOptionSR](\ref ns3::dsr::DsrOptionSR)</li>
43049 <li>[ns3::dsr::DsrOptionRerr](\ref ns3::dsr::DsrOptionRerr)</li>
43050 <li>[ns3::dsr::DsrOptionAckReq](\ref ns3::dsr::DsrOptionAckReq)</li>
43051 <li>[ns3::dsr::DsrOptionAck](\ref ns3::dsr::DsrOptionAck)</li>
43052 <li>[ns3::dsr::DsrPassiveBuffer](\ref ns3::dsr::DsrPassiveBuffer)</li>
43053 <li>[ns3::dsr::DsrRouteCache](\ref ns3::dsr::DsrRouteCache)</li>
43054 <li>[ns3::dsr::DsrRouting](\ref ns3::dsr::DsrRouting)</li>
43055 <li>[ns3::dsr::DsrRreqTable](\ref ns3::dsr::DsrRreqTable)</li>
43056</ul>
43057<b>Energy</b><br>
43058<ul>
43059 <li>[ns3::energy::EnergyHarvesterContainer](\ref ns3::energy::EnergyHarvesterContainer)</li>
43060 <li>[ns3::energy::EnergySourceContainer](\ref ns3::energy::EnergySourceContainer)</li>
43061 <li>[ns3::energy::BasicEnergyHarvester](\ref ns3::energy::BasicEnergyHarvester)</li>
43062 <li>[ns3::energy::EnergyHarvester](\ref ns3::energy::EnergyHarvester)</li>
43063 <li>[ns3::energy::BasicEnergySource](\ref ns3::energy::BasicEnergySource)</li>
43064 <li>[ns3::energy::EnergySource](\ref ns3::energy::EnergySource)</li>
43065 <li>[ns3::energy::DeviceEnergyModel](\ref ns3::energy::DeviceEnergyModel)</li>
43066 <li>[ns3::energy::GenericBatteryModel](\ref ns3::energy::GenericBatteryModel)</li>
43067 <li>[ns3::energy::RvBatteryModel](\ref ns3::energy::RvBatteryModel)</li>
43068 <li>[ns3::energy::SimpleDeviceEnergyModel](\ref ns3::energy::SimpleDeviceEnergyModel)</li>
43069 <li>[ns3::WifiRadioEnergyModel](\ref ns3::WifiRadioEnergyModel)</li>
43070</ul>
43071<b>FdNetDevice</b><br>
43072<ul>
43073 <li>[ns3::FdNetDevice](\ref ns3::FdNetDevice)</li>
43074</ul>
43075<b>FlowMonitor</b><br>
43076<ul>
43077 <li>[ns3::FlowMonitor](\ref ns3::FlowMonitor)</li>
43078</ul>
43079<b>Internet</b><br>
43080<ul>
43081 <li>[ns3::ArpCache](\ref ns3::ArpCache)</li>
43082 <li>[ns3::ArpHeader](\ref ns3::ArpHeader)</li>
43083 <li>[ns3::ArpL3Protocol](\ref ns3::ArpL3Protocol)</li>
43084 <li>[ns3::GlobalRouter](\ref ns3::GlobalRouter)</li>
43085 <li>[ns3::Icmpv4L4Protocol](\ref ns3::Icmpv4L4Protocol)</li>
43086 <li>[ns3::IpL4Protocol](\ref ns3::IpL4Protocol)</li>
43087 <li>[ns3::Icmpv4Header](\ref ns3::Icmpv4Header)</li>
43088 <li>[ns3::Icmpv4Echo](\ref ns3::Icmpv4Echo)</li>
43089 <li>[ns3::Icmpv4DestinationUnreachable](\ref ns3::Icmpv4DestinationUnreachable)</li>
43090 <li>[ns3::Icmpv4TimeExceeded](\ref ns3::Icmpv4TimeExceeded)</li>
43091 <li>[ns3::Icmpv6Header](\ref ns3::Icmpv6Header)</li>
43092 <li>[ns3::Icmpv6NS](\ref ns3::Icmpv6NS)</li>
43093 <li>[ns3::Icmpv6NA](\ref ns3::Icmpv6NA)</li>
43094 <li>[ns3::Icmpv6RA](\ref ns3::Icmpv6RA)</li>
43095 <li>[ns3::Icmpv6RS](\ref ns3::Icmpv6RS)</li>
43096 <li>[ns3::Icmpv6Redirection](\ref ns3::Icmpv6Redirection)</li>
43097 <li>[ns3::Icmpv6Echo](\ref ns3::Icmpv6Echo)</li>
43098 <li>[ns3::Icmpv6DestinationUnreachable](\ref ns3::Icmpv6DestinationUnreachable)</li>
43099 <li>[ns3::Icmpv6TooBig](\ref ns3::Icmpv6TooBig)</li>
43100 <li>[ns3::Icmpv6TimeExceeded](\ref ns3::Icmpv6TimeExceeded)</li>
43101 <li>[ns3::Icmpv6ParameterError](\ref ns3::Icmpv6ParameterError)</li>
43102 <li>[ns3::Icmpv6OptionHeader](\ref ns3::Icmpv6OptionHeader)</li>
43103 <li>[ns3::Icmpv6OptionMtu](\ref ns3::Icmpv6OptionMtu)</li>
43104 <li>[ns3::Icmpv6OptionPrefixInformation](\ref ns3::Icmpv6OptionPrefixInformation)</li>
43105 <li>[ns3::Icmpv6OptionLinkLayerAddress](\ref ns3::Icmpv6OptionLinkLayerAddress)</li>
43106 <li>[ns3::Icmpv6OptionRedirected](\ref ns3::Icmpv6OptionRedirected)</li>
43107 <li>[ns3::Icmpv6L4Protocol](\ref ns3::Icmpv6L4Protocol)</li>
43108 <li>[ns3::Ipv4GlobalRouting](\ref ns3::Ipv4GlobalRouting)</li>
43109 <li>[ns3::Ipv4Header](\ref ns3::Ipv4Header)</li>
43110 <li>[ns3::Ipv4Interface](\ref ns3::Ipv4Interface)</li>
43111 <li>[ns3::Ipv4L3Protocol](\ref ns3::Ipv4L3Protocol)</li>
43112 <li>[ns3::Ipv4](\ref ns3::Ipv4)</li>
43113 <li>[ns3::Ipv4ListRouting](\ref ns3::Ipv4ListRouting)</li>
43114 <li>[ns3::Ipv4RoutingProtocol](\ref ns3::Ipv4RoutingProtocol)</li>
43115 <li>[ns3::Ipv4PacketFilter](\ref ns3::Ipv4PacketFilter)</li>
43116 <li>[ns3::Ipv4PacketProbe](\ref ns3::Ipv4PacketProbe)</li>
43117 <li>[ns3::Ipv4RawSocketFactory](\ref ns3::Ipv4RawSocketFactory)</li>
43118 <li>[ns3::Ipv4RawSocketImpl](\ref ns3::Ipv4RawSocketImpl)</li>
43119 <li>[ns3::Ipv4StaticRouting](\ref ns3::Ipv4StaticRouting)</li>
43120 <li>[ns3::Ipv6AutoconfiguredPrefix](\ref ns3::Ipv6AutoconfiguredPrefix)</li>
43121 <li>[ns3::Ipv6ExtensionDemux](\ref ns3::Ipv6ExtensionDemux)</li>
43122 <li>[ns3::Ipv6ExtensionHeader](\ref ns3::Ipv6ExtensionHeader)</li>
43123 <li>[ns3::Ipv6ExtensionHopByHopHeader](\ref ns3::Ipv6ExtensionHopByHopHeader)</li>
43124 <li>[ns3::Ipv6ExtensionDestinationHeader](\ref ns3::Ipv6ExtensionDestinationHeader)</li>
43125 <li>[ns3::Ipv6ExtensionFragmentHeader](\ref ns3::Ipv6ExtensionFragmentHeader)</li>
43126 <li>[ns3::Ipv6ExtensionRoutingHeader](\ref ns3::Ipv6ExtensionRoutingHeader)</li>
43127 <li>[ns3::Ipv6ExtensionLooseRoutingHeader](\ref ns3::Ipv6ExtensionLooseRoutingHeader)</li>
43128 <li>[ns3::Ipv6ExtensionESPHeader](\ref ns3::Ipv6ExtensionESPHeader)</li>
43129 <li>[ns3::Ipv6ExtensionAHHeader](\ref ns3::Ipv6ExtensionAHHeader)</li>
43130 <li>[ns3::Ipv6Extension](\ref ns3::Ipv6Extension)</li>
43131 <li>[ns3::Ipv6ExtensionHopByHop](\ref ns3::Ipv6ExtensionHopByHop)</li>
43132 <li>[ns3::Ipv6ExtensionDestination](\ref ns3::Ipv6ExtensionDestination)</li>
43133 <li>[ns3::Ipv6ExtensionFragment](\ref ns3::Ipv6ExtensionFragment)</li>
43134 <li>[ns3::Ipv6ExtensionRouting](\ref ns3::Ipv6ExtensionRouting)</li>
43135 <li>[ns3::Ipv6ExtensionRoutingDemux](\ref ns3::Ipv6ExtensionRoutingDemux)</li>
43136 <li>[ns3::Ipv6ExtensionLooseRouting](\ref ns3::Ipv6ExtensionLooseRouting)</li>
43137 <li>[ns3::Ipv6ExtensionESP](\ref ns3::Ipv6ExtensionESP)</li>
43138 <li>[ns3::Ipv6ExtensionAH](\ref ns3::Ipv6ExtensionAH)</li>
43139 <li>[ns3::Ipv6Header](\ref ns3::Ipv6Header)</li>
43140 <li>[ns3::Ipv6Interface](\ref ns3::Ipv6Interface)</li>
43141 <li>[ns3::Ipv6L3Protocol](\ref ns3::Ipv6L3Protocol)</li>
43142 <li>[ns3::Ipv6](\ref ns3::Ipv6)</li>
43143 <li>[ns3::Ipv6ListRouting](\ref ns3::Ipv6ListRouting)</li>
43144 <li>[ns3::Ipv6RoutingProtocol](\ref ns3::Ipv6RoutingProtocol)</li>
43145 <li>[ns3::Ipv6OptionDemux](\ref ns3::Ipv6OptionDemux)</li>
43146 <li>[ns3::Ipv6OptionHeader](\ref ns3::Ipv6OptionHeader)</li>
43147 <li>[ns3::Ipv6OptionPad1Header](\ref ns3::Ipv6OptionPad1Header)</li>
43148 <li>[ns3::Ipv6OptionPadnHeader](\ref ns3::Ipv6OptionPadnHeader)</li>
43149 <li>[ns3::Ipv6OptionJumbogramHeader](\ref ns3::Ipv6OptionJumbogramHeader)</li>
43150 <li>[ns3::Ipv6OptionRouterAlertHeader](\ref ns3::Ipv6OptionRouterAlertHeader)</li>
43151 <li>[ns3::Ipv6Option](\ref ns3::Ipv6Option)</li>
43152 <li>[ns3::Ipv6OptionPad1](\ref ns3::Ipv6OptionPad1)</li>
43153 <li>[ns3::Ipv6OptionPadn](\ref ns3::Ipv6OptionPadn)</li>
43154 <li>[ns3::Ipv6OptionJumbogram](\ref ns3::Ipv6OptionJumbogram)</li>
43155 <li>[ns3::Ipv6OptionRouterAlert](\ref ns3::Ipv6OptionRouterAlert)</li>
43156 <li>[ns3::Ipv6PacketFilter](\ref ns3::Ipv6PacketFilter)</li>
43157 <li>[ns3::Ipv6PacketProbe](\ref ns3::Ipv6PacketProbe)</li>
43158 <li>[ns3::Ipv6PmtuCache](\ref ns3::Ipv6PmtuCache)</li>
43159 <li>[ns3::Ipv6RawSocketFactory](\ref ns3::Ipv6RawSocketFactory)</li>
43160 <li>[ns3::Ipv6RawSocketImpl](\ref ns3::Ipv6RawSocketImpl)</li>
43161 <li>[ns3::Ipv6StaticRouting](\ref ns3::Ipv6StaticRouting)</li>
43162 <li>[ns3::LoopbackNetDevice](\ref ns3::LoopbackNetDevice)</li>
43163 <li>[ns3::NdiscCache](\ref ns3::NdiscCache)</li>
43164 <li>[ns3::RipRte](\ref ns3::RipRte)</li>
43165 <li>[ns3::RipHeader](\ref ns3::RipHeader)</li>
43166 <li>[ns3::Rip](\ref ns3::Rip)</li>
43167 <li>[ns3::RipNgRte](\ref ns3::RipNgRte)</li>
43168 <li>[ns3::RipNgHeader](\ref ns3::RipNgHeader)</li>
43169 <li>[ns3::RipNg](\ref ns3::RipNg)</li>
43170 <li>[ns3::RttEstimator](\ref ns3::RttEstimator)</li>
43171 <li>[ns3::RttMeanDeviation](\ref ns3::RttMeanDeviation)</li>
43172 <li>[ns3::TcpBbr](\ref ns3::TcpBbr)</li>
43173 <li>[ns3::TcpCongestionOps](\ref ns3::TcpCongestionOps)</li>
43174 <li>[ns3::TcpBic](\ref ns3::TcpBic)</li>
43175 <li>[ns3::TcpNewReno](\ref ns3::TcpNewReno)</li>
43176 <li>[ns3::TcpCubic](\ref ns3::TcpCubic)</li>
43177 <li>[ns3::TcpDctcp](\ref ns3::TcpDctcp)</li>
43178 <li>[ns3::TcpLinuxReno](\ref ns3::TcpLinuxReno)</li>
43179 <li>[ns3::TcpHeader](\ref ns3::TcpHeader)</li>
43180 <li>[ns3::TcpHighSpeed](\ref ns3::TcpHighSpeed)</li>
43181 <li>[ns3::TcpHtcp](\ref ns3::TcpHtcp)</li>
43182 <li>[ns3::TcpHybla](\ref ns3::TcpHybla)</li>
43183 <li>[ns3::TcpIllinois](\ref ns3::TcpIllinois)</li>
43184 <li>[ns3::TcpL4Protocol](\ref ns3::TcpL4Protocol)</li>
43185 <li>[ns3::TcpPrrRecovery](\ref ns3::TcpPrrRecovery)</li>
43186 <li>[ns3::TcpClassicRecovery](\ref ns3::TcpClassicRecovery)</li>
43187 <li>[ns3::TcpRecoveryOps](\ref ns3::TcpRecoveryOps)</li>
43188 <li>[ns3::TcpLedbat](\ref ns3::TcpLedbat)</li>
43189 <li>[ns3::TcpLp](\ref ns3::TcpLp)</li>
43190 <li>[ns3::TcpOptionEnd](\ref ns3::TcpOptionEnd)</li>
43191 <li>[ns3::TcpOption](\ref ns3::TcpOption)</li>
43192 <li>[ns3::TcpOptionNOP](\ref ns3::TcpOptionNOP)</li>
43193 <li>[ns3::TcpOptionMSS](\ref ns3::TcpOptionMSS)</li>
43194 <li>[ns3::TcpOptionSackPermitted](\ref ns3::TcpOptionSackPermitted)</li>
43195 <li>[ns3::TcpOptionSack](\ref ns3::TcpOptionSack)</li>
43196 <li>[ns3::TcpOptionTS](\ref ns3::TcpOptionTS)</li>
43197 <li>[ns3::TcpOptionWinScale](\ref ns3::TcpOptionWinScale)</li>
43198 <li>[ns3::TcpOptionUnknown](\ref ns3::TcpOptionUnknown)</li>
43199 <li>[ns3::TcpRateOps](\ref ns3::TcpRateOps)</li>
43200 <li>[ns3::TcpRateLinux](\ref ns3::TcpRateLinux)</li>
43201 <li>[ns3::TcpRxBuffer](\ref ns3::TcpRxBuffer)</li>
43202 <li>[ns3::TcpScalable](\ref ns3::TcpScalable)</li>
43203 <li>[ns3::TcpSocketBase](\ref ns3::TcpSocketBase)</li>
43204 <li>[ns3::TcpSocket](\ref ns3::TcpSocket)</li>
43205 <li>[ns3::TcpSocketFactory](\ref ns3::TcpSocketFactory)</li>
43206 <li>[ns3::TcpSocketState](\ref ns3::TcpSocketState)</li>
43207 <li>[ns3::TcpTxBuffer](\ref ns3::TcpTxBuffer)</li>
43208 <li>[ns3::TcpVegas](\ref ns3::TcpVegas)</li>
43209 <li>[ns3::TcpVeno](\ref ns3::TcpVeno)</li>
43210 <li>[ns3::TcpWestwoodPlus](\ref ns3::TcpWestwoodPlus)</li>
43211 <li>[ns3::TcpYeah](\ref ns3::TcpYeah)</li>
43212 <li>[ns3::UdpHeader](\ref ns3::UdpHeader)</li>
43213 <li>[ns3::UdpL4Protocol](\ref ns3::UdpL4Protocol)</li>
43214 <li>[ns3::UdpSocketFactory](\ref ns3::UdpSocketFactory)</li>
43215 <li>[ns3::UdpSocketImpl](\ref ns3::UdpSocketImpl)</li>
43216 <li>[ns3::UdpSocket](\ref ns3::UdpSocket)</li>
43217</ul>
43218<b>Internet-Apps</b><br>
43219<ul>
43220 <li>[ns3::DhcpClient](\ref ns3::DhcpClient)</li>
43221 <li>[ns3::DhcpHeader](\ref ns3::DhcpHeader)</li>
43222 <li>[ns3::DhcpServer](\ref ns3::DhcpServer)</li>
43223 <li>[ns3::Ping](\ref ns3::Ping)</li>
43224 <li>[ns3::Radvd](\ref ns3::Radvd)</li>
43225 <li>[ns3::V4TraceRoute](\ref ns3::V4TraceRoute)</li>
43226</ul>
43227<b>LrWpan</b><br>
43228<ul>
43229 <li>[ns3::lrwpan::LrWpanCsmaCa](\ref ns3::lrwpan::LrWpanCsmaCa)</li>
43230 <li>[ns3::lrwpan::LrWpanErrorModel](\ref ns3::lrwpan::LrWpanErrorModel)</li>
43231 <li>[ns3::lrwpan::LrWpanLqiTag](\ref ns3::lrwpan::LrWpanLqiTag)</li>
43232 <li>[ns3::lrwpan::LrWpanMacHeader](\ref ns3::lrwpan::LrWpanMacHeader)</li>
43233 <li>[ns3::lrwpan::BeaconPayloadHeader](\ref ns3::lrwpan::BeaconPayloadHeader)</li>
43234 <li>[ns3::CommandPayloadHeader](\ref ns3::CommandPayloadHeader)</li>
43235 <li>[ns3::lrwpan::LrWpanMacTrailer](\ref ns3::lrwpan::LrWpanMacTrailer)</li>
43236 <li>[ns3::lrwpan::LrWpanMacBase](\ref ns3::lrwpan::LrWpanMacBase)</li>
43237 <li>[ns3::lrwpan::LrWpanMac](\ref ns3::lrwpan::LrWpanMac)</li>
43238 <li>[ns3::lrwpan::LrWpanNetDevice](\ref ns3::lrwpan::LrWpanNetDevice)</li>
43239 <li>[ns3::lrwpan::LrWpanPhy](\ref ns3::lrwpan::LrWpanPhy)</li>
43240</ul>
43241<b>Lte</b><br>
43242<ul>
43243 <li>[ns3::EmuEpcHelper](\ref ns3::EmuEpcHelper)</li>
43244 <li>[ns3::EpcHelper](\ref ns3::EpcHelper)</li>
43245 <li>[ns3::LteStatsCalculator](\ref ns3::LteStatsCalculator)</li>
43246 <li>[ns3::MacStatsCalculator](\ref ns3::MacStatsCalculator)</li>
43247 <li>[ns3::NoBackhaulEpcHelper](\ref ns3::NoBackhaulEpcHelper)</li>
43248 <li>[ns3::PhyRxStatsCalculator](\ref ns3::PhyRxStatsCalculator)</li>
43249 <li>[ns3::PhyStatsCalculator](\ref ns3::PhyStatsCalculator)</li>
43250 <li>[ns3::PhyTxStatsCalculator](\ref ns3::PhyTxStatsCalculator)</li>
43251 <li>[ns3::PointToPointEpcHelper](\ref ns3::PointToPointEpcHelper)</li>
43252 <li>[ns3::RadioBearerStatsCalculator](\ref ns3::RadioBearerStatsCalculator)</li>
43253 <li>[ns3::RadioEnvironmentMapHelper](\ref ns3::RadioEnvironmentMapHelper)</li>
43254 <li>[ns3::A2A4RsrqHandoverAlgorithm](\ref ns3::A2A4RsrqHandoverAlgorithm)</li>
43255 <li>[ns3::LteHandoverAlgorithm](\ref ns3::LteHandoverAlgorithm)</li>
43256 <li>[ns3::A3RsrpHandoverAlgorithm](\ref ns3::A3RsrpHandoverAlgorithm)</li>
43257 <li>[ns3::CqaFfMacScheduler](\ref ns3::CqaFfMacScheduler)</li>
43258 <li>[ns3::FfMacScheduler](\ref ns3::FfMacScheduler)</li>
43259 <li>[ns3::GtpcHeader](\ref ns3::GtpcHeader)</li>
43260 <li>[ns3::GtpuHeader](\ref ns3::GtpuHeader)</li>
43261 <li>[ns3::EpcMmeApplication](\ref ns3::EpcMmeApplication)</li>
43262 <li>[ns3::EpcSgwApplication](\ref ns3::EpcSgwApplication)</li>
43263 <li>[ns3::EpcUeNas](\ref ns3::EpcUeNas)</li>
43264 <li>[ns3::EpcX2Header](\ref ns3::EpcX2Header)</li>
43265 <li>[ns3::EpcX2HandoverRequestHeader](\ref ns3::EpcX2HandoverRequestHeader)</li>
43266 <li>[ns3::EpcX2HandoverRequestAckHeader](\ref ns3::EpcX2HandoverRequestAckHeader)</li>
43267 <li>[ns3::EpcX2HandoverPreparationFailureHeader](\ref ns3::EpcX2HandoverPreparationFailureHeader)</li>
43268 <li>[ns3::EpcX2SnStatusTransferHeader](\ref ns3::EpcX2SnStatusTransferHeader)</li>
43269 <li>[ns3::EpcX2UeContextReleaseHeader](\ref ns3::EpcX2UeContextReleaseHeader)</li>
43270 <li>[ns3::EpcX2LoadInformationHeader](\ref ns3::EpcX2LoadInformationHeader)</li>
43271 <li>[ns3::EpcX2ResourceStatusUpdateHeader](\ref ns3::EpcX2ResourceStatusUpdateHeader)</li>
43272 <li>[ns3::EpcX2HandoverCancelHeader](\ref ns3::EpcX2HandoverCancelHeader)</li>
43273 <li>[ns3::EpcX2](\ref ns3::EpcX2)</li>
43274 <li>[ns3::EpsBearerTag](\ref ns3::EpsBearerTag)</li>
43275 <li>[ns3::EpsBearer](\ref ns3::EpsBearer)</li>
43276 <li>[ns3::FdBetFfMacScheduler](\ref ns3::FdBetFfMacScheduler)</li>
43277 <li>[ns3::FdMtFfMacScheduler](\ref ns3::FdMtFfMacScheduler)</li>
43278 <li>[ns3::FdTbfqFfMacScheduler](\ref ns3::FdTbfqFfMacScheduler)</li>
43279 <li>[ns3::LteAmc](\ref ns3::LteAmc)</li>
43280 <li>[ns3::LteAnr](\ref ns3::LteAnr)</li>
43281 <li>[ns3::Asn1Header](\ref ns3::Asn1Header)</li>
43282 <li>[ns3::LteEnbComponentCarrierManager](\ref ns3::LteEnbComponentCarrierManager)</li>
43283 <li>[ns3::LteEnbMac](\ref ns3::LteEnbMac)</li>
43284 <li>[ns3::LteEnbPhy](\ref ns3::LteEnbPhy)</li>
43285 <li>[ns3::LtePhy](\ref ns3::LtePhy)</li>
43286 <li>[ns3::LteEnbRrc](\ref ns3::LteEnbRrc)</li>
43287 <li>[ns3::LteFfrAlgorithm](\ref ns3::LteFfrAlgorithm)</li>
43288 <li>[ns3::LteFfrDistributedAlgorithm](\ref ns3::LteFfrDistributedAlgorithm)</li>
43289 <li>[ns3::LteFfrEnhancedAlgorithm](\ref ns3::LteFfrEnhancedAlgorithm)</li>
43290 <li>[ns3::LteFfrSoftAlgorithm](\ref ns3::LteFfrSoftAlgorithm)</li>
43291 <li>[ns3::LteFrHardAlgorithm](\ref ns3::LteFrHardAlgorithm)</li>
43292 <li>[ns3::LteFrNoOpAlgorithm](\ref ns3::LteFrNoOpAlgorithm)</li>
43293 <li>[ns3::LteFrSoftAlgorithm](\ref ns3::LteFrSoftAlgorithm)</li>
43294 <li>[ns3::LteFrStrictAlgorithm](\ref ns3::LteFrStrictAlgorithm)</li>
43295 <li>[ns3::LtePdcpHeader](\ref ns3::LtePdcpHeader)</li>
43296 <li>[ns3::PdcpTag](\ref ns3::PdcpTag)</li>
43297 <li>[ns3::LtePdcp](\ref ns3::LtePdcp)</li>
43298 <li>[ns3::LtePhyTag](\ref ns3::LtePhyTag)</li>
43299 <li>[ns3::LteRadioBearerTag](\ref ns3::LteRadioBearerTag)</li>
43300 <li>[ns3::LteRlcAmHeader](\ref ns3::LteRlcAmHeader)</li>
43301 <li>[ns3::LteRlcAm](\ref ns3::LteRlcAm)</li>
43302 <li>[ns3::LteRlc](\ref ns3::LteRlc)</li>
43303 <li>[ns3::LteRlcHeader](\ref ns3::LteRlcHeader)</li>
43304 <li>[ns3::LteRlcSduStatusTag](\ref ns3::LteRlcSduStatusTag)</li>
43305 <li>[ns3::RlcTag](\ref ns3::RlcTag)</li>
43306 <li>[ns3::LteRlcTm](\ref ns3::LteRlcTm)</li>
43307 <li>[ns3::LteRlcUm](\ref ns3::LteRlcUm)</li>
43308 <li>[ns3::LteRlcSm](\ref ns3::LteRlcSm)</li>
43309 <li>[ns3::LteUeRrcProtocolIdeal](\ref ns3::LteUeRrcProtocolIdeal)</li>
43310 <li>[ns3::LteEnbRrcProtocolIdeal](\ref ns3::LteEnbRrcProtocolIdeal)</li>
43311 <li>[ns3::LteUeRrcProtocolReal](\ref ns3::LteUeRrcProtocolReal)</li>
43312 <li>[ns3::LteEnbRrcProtocolReal](\ref ns3::LteEnbRrcProtocolReal)</li>
43313 <li>[ns3::LteSpectrumPhy](\ref ns3::LteSpectrumPhy)</li>
43314 <li>[ns3::LteUeComponentCarrierManager](\ref ns3::LteUeComponentCarrierManager)</li>
43315 <li>[ns3::LteUeMac](\ref ns3::LteUeMac)</li>
43316 <li>[ns3::LteUePhy](\ref ns3::LteUePhy)</li>
43317 <li>[ns3::LteUePowerControl](\ref ns3::LteUePowerControl)</li>
43318 <li>[ns3::LteUeRrc](\ref ns3::LteUeRrc)</li>
43319 <li>[ns3::NoOpComponentCarrierManager](\ref ns3::NoOpComponentCarrierManager)</li>
43320 <li>[ns3::RrComponentCarrierManager](\ref ns3::RrComponentCarrierManager)</li>
43321 <li>[ns3::NoOpHandoverAlgorithm](\ref ns3::NoOpHandoverAlgorithm)</li>
43322 <li>[ns3::PfFfMacScheduler](\ref ns3::PfFfMacScheduler)</li>
43323 <li>[ns3::PssFfMacScheduler](\ref ns3::PssFfMacScheduler)</li>
43324 <li>[ns3::RemSpectrumPhy](\ref ns3::RemSpectrumPhy)</li>
43325 <li>[ns3::RrFfMacScheduler](\ref ns3::RrFfMacScheduler)</li>
43326 <li>[ns3::SimpleUeComponentCarrierManager](\ref ns3::SimpleUeComponentCarrierManager)</li>
43327 <li>[ns3::TdBetFfMacScheduler](\ref ns3::TdBetFfMacScheduler)</li>
43328 <li>[ns3::TdMtFfMacScheduler](\ref ns3::TdMtFfMacScheduler)</li>
43329 <li>[ns3::TdTbfqFfMacScheduler](\ref ns3::TdTbfqFfMacScheduler)</li>
43330 <li>[ns3::TtaFfMacScheduler](\ref ns3::TtaFfMacScheduler)</li>
43331</ul>
43332<b>Mesh</b><br>
43333<ul>
43334 <li>[ns3::Dot11sStack](\ref ns3::Dot11sStack)</li>
43335 <li>[ns3::MeshStack](\ref ns3::MeshStack)</li>
43336 <li>[ns3::FlameStack](\ref ns3::FlameStack)</li>
43337 <li>[ns3::dot11s::AirtimeLinkMetricCalculator](\ref ns3::dot11s::AirtimeLinkMetricCalculator)</li>
43338 <li>[ns3::dot11s::HwmpProtocol](\ref ns3::dot11s::HwmpProtocol)</li>
43339 <li>[ns3::MeshL2RoutingProtocol](\ref ns3::MeshL2RoutingProtocol)</li>
43340 <li>[ns3::dot11s::HwmpRtable](\ref ns3::dot11s::HwmpRtable)</li>
43341 <li>[ns3::dot11s::HwmpTag](\ref ns3::dot11s::HwmpTag)</li>
43342 <li>[ns3::dot11s::PeerLinkOpenStart](\ref ns3::dot11s::PeerLinkOpenStart)</li>
43343 <li>[ns3::dot11s::PeerLinkCloseStart](\ref ns3::dot11s::PeerLinkCloseStart)</li>
43344 <li>[ns3::dot11s::PeerLinkConfirmStart](\ref ns3::dot11s::PeerLinkConfirmStart)</li>
43345 <li>[ns3::dot11s::PeerLink](\ref ns3::dot11s::PeerLink)</li>
43346 <li>[ns3::dot11s::PeerManagementProtocol](\ref ns3::dot11s::PeerManagementProtocol)</li>
43347 <li>[ns3::flame::FlameHeader](\ref ns3::flame::FlameHeader)</li>
43348 <li>[ns3::flame::FlameTag](\ref ns3::flame::FlameTag)</li>
43349 <li>[ns3::flame::FlameProtocol](\ref ns3::flame::FlameProtocol)</li>
43350 <li>[ns3::flame::FlameRtable](\ref ns3::flame::FlameRtable)</li>
43351 <li>[ns3::MeshInformationElementVector](\ref ns3::MeshInformationElementVector)</li>
43352 <li>[ns3::MeshPointDevice](\ref ns3::MeshPointDevice)</li>
43353 <li>[ns3::MeshWifiInterfaceMac](\ref ns3::MeshWifiInterfaceMac)</li>
43354</ul>
43355<b>Mobility</b><br>
43356<ul>
43357 <li>[ns3::ConstantAccelerationMobilityModel](\ref ns3::ConstantAccelerationMobilityModel)</li>
43358 <li>[ns3::MobilityModel](\ref ns3::MobilityModel)</li>
43359 <li>[ns3::ConstantPositionMobilityModel](\ref ns3::ConstantPositionMobilityModel)</li>
43360 <li>[ns3::ConstantVelocityMobilityModel](\ref ns3::ConstantVelocityMobilityModel)</li>
43361 <li>[ns3::GaussMarkovMobilityModel](\ref ns3::GaussMarkovMobilityModel)</li>
43362 <li>[ns3::GeocentricConstantPositionMobilityModel](\ref ns3::GeocentricConstantPositionMobilityModel)</li>
43363 <li>[ns3::HierarchicalMobilityModel](\ref ns3::HierarchicalMobilityModel)</li>
43364 <li>[ns3::PositionAllocator](\ref ns3::PositionAllocator)</li>
43365 <li>[ns3::ListPositionAllocator](\ref ns3::ListPositionAllocator)</li>
43366 <li>[ns3::GridPositionAllocator](\ref ns3::GridPositionAllocator)</li>
43367 <li>[ns3::RandomRectanglePositionAllocator](\ref ns3::RandomRectanglePositionAllocator)</li>
43368 <li>[ns3::RandomBoxPositionAllocator](\ref ns3::RandomBoxPositionAllocator)</li>
43369 <li>[ns3::RandomDiscPositionAllocator](\ref ns3::RandomDiscPositionAllocator)</li>
43370 <li>[ns3::UniformDiscPositionAllocator](\ref ns3::UniformDiscPositionAllocator)</li>
43371 <li>[ns3::RandomDirection2dMobilityModel](\ref ns3::RandomDirection2dMobilityModel)</li>
43372 <li>[ns3::RandomWalk2dMobilityModel](\ref ns3::RandomWalk2dMobilityModel)</li>
43373 <li>[ns3::RandomWaypointMobilityModel](\ref ns3::RandomWaypointMobilityModel)</li>
43374 <li>[ns3::SteadyStateRandomWaypointMobilityModel](\ref ns3::SteadyStateRandomWaypointMobilityModel)</li>
43375 <li>[ns3::WaypointMobilityModel](\ref ns3::WaypointMobilityModel)</li>
43376 <li>[ns3::RandomWalk2dOutdoorMobilityModel](\ref ns3::RandomWalk2dOutdoorMobilityModel)</li>
43377</ul>
43378<b>Network</b><br>
43379<ul>
43380 <li>[ns3::Application](\ref ns3::Application)</li>
43381 <li>[ns3::ChannelListPriv](\ref ns3::ChannelListPriv)</li>
43382 <li>[ns3::Channel](\ref ns3::Channel)</li>
43383 <li>[ns3::Chunk](\ref ns3::Chunk)</li>
43384 <li>[ns3::Header](\ref ns3::Header)</li>
43385 <li>[ns3::NetDevice](\ref ns3::NetDevice)</li>
43386 <li>[ns3::NodeListPriv](\ref ns3::NodeListPriv)</li>
43387 <li>[ns3::Node](\ref ns3::Node)</li>
43388 <li>[ns3::SocketFactory](\ref ns3::SocketFactory)</li>
43389 <li>[ns3::Socket](\ref ns3::Socket)</li>
43390 <li>[ns3::SocketIpTtlTag](\ref ns3::SocketIpTtlTag)</li>
43391 <li>[ns3::Tag](\ref ns3::Tag)</li>
43392 <li>[ns3::SocketIpv6HopLimitTag](\ref ns3::SocketIpv6HopLimitTag)</li>
43393 <li>[ns3::SocketSetDontFragmentTag](\ref ns3::SocketSetDontFragmentTag)</li>
43394 <li>[ns3::Trailer](\ref ns3::Trailer)</li>
43395 <li>[ns3::DropTailQueue<Packet>](\ref ns3::DropTailQueue<Packet>)</li>
43396 <li>[ns3::Queue<Packet>](\ref ns3::Queue<Packet>)</li>
43397 <li>[ns3::QueueBase](\ref ns3::QueueBase)</li>
43398 <li>[ns3::DropTailQueue<QueueDiscItem>](\ref ns3::DropTailQueue<QueueDiscItem>)</li>
43399 <li>[ns3::Queue<QueueDiscItem>](\ref ns3::Queue<QueueDiscItem>)</li>
43400 <li>[ns3::DynamicQueueLimits](\ref ns3::DynamicQueueLimits)</li>
43401 <li>[ns3::QueueLimits](\ref ns3::QueueLimits)</li>
43402 <li>[ns3::ErrorChannel](\ref ns3::ErrorChannel)</li>
43403 <li>[ns3::SimpleChannel](\ref ns3::SimpleChannel)</li>
43404 <li>[ns3::ErrorModel](\ref ns3::ErrorModel)</li>
43405 <li>[ns3::RateErrorModel](\ref ns3::RateErrorModel)</li>
43406 <li>[ns3::BurstErrorModel](\ref ns3::BurstErrorModel)</li>
43407 <li>[ns3::ListErrorModel](\ref ns3::ListErrorModel)</li>
43408 <li>[ns3::ReceiveListErrorModel](\ref ns3::ReceiveListErrorModel)</li>
43409 <li>[ns3::EthernetHeader](\ref ns3::EthernetHeader)</li>
43410 <li>[ns3::EthernetTrailer](\ref ns3::EthernetTrailer)</li>
43411 <li>[ns3::FlowIdTag](\ref ns3::FlowIdTag)</li>
43412 <li>[ns3::LlcSnapHeader](\ref ns3::LlcSnapHeader)</li>
43413 <li>[ns3::NetDeviceQueueInterface](\ref ns3::NetDeviceQueueInterface)</li>
43414 <li>[ns3::NetDeviceQueue](\ref ns3::NetDeviceQueue)</li>
43415 <li>[ns3::PacketBurst](\ref ns3::PacketBurst)</li>
43416 <li>[ns3::PacketProbe](\ref ns3::PacketProbe)</li>
43417 <li>[ns3::PacketSocketClient](\ref ns3::PacketSocketClient)</li>
43418 <li>[ns3::PacketSocketFactory](\ref ns3::PacketSocketFactory)</li>
43419 <li>[ns3::PacketSocketServer](\ref ns3::PacketSocketServer)</li>
43420 <li>[ns3::PacketSocket](\ref ns3::PacketSocket)</li>
43421 <li>[ns3::PacketSocketTag](\ref ns3::PacketSocketTag)</li>
43422 <li>[ns3::DeviceNameTag](\ref ns3::DeviceNameTag)</li>
43423 <li>[ns3::PbbPacket](\ref ns3::PbbPacket)</li>
43424 <li>[ns3::PcapFileWrapper](\ref ns3::PcapFileWrapper)</li>
43425 <li>[ns3::RadiotapHeader](\ref ns3::RadiotapHeader)</li>
43426 <li>[ns3::SimpleTag](\ref ns3::SimpleTag)</li>
43427 <li>[ns3::SimpleNetDevice](\ref ns3::SimpleNetDevice)</li>
43428 <li>[ns3::SllHeader](\ref ns3::SllHeader)</li>
43429 <li>[ns3::TimestampTag](\ref ns3::TimestampTag)</li>
43430 <li>[ns3::Queue<WifiMpdu,WifiMacQueueContainer>](\ref ns3::Queue<WifiMpdu,WifiMacQueueContainer>)</li>
43431</ul>
43432<b>NixVectorRouting</b><br>
43433<ul>
43434 <li>[ns3::Ipv4NixVectorRouting](\ref ns3::Ipv4NixVectorRouting)</li>
43435 <li>[ns3::Ipv6NixVectorRouting](\ref ns3::Ipv6NixVectorRouting)</li>
43436</ul>
43437<b>Olsr</b><br>
43438<ul>
43439 <li>[ns3::olsr::PacketHeader](\ref ns3::olsr::PacketHeader)</li>
43440 <li>[ns3::olsr::MessageHeader](\ref ns3::olsr::MessageHeader)</li>
43441 <li>[ns3::olsr::RoutingProtocol](\ref ns3::olsr::RoutingProtocol)</li>
43442</ul>
43443<b>PointToPoint</b><br>
43444<ul>
43445 <li>[ns3::PointToPointChannel](\ref ns3::PointToPointChannel)</li>
43446 <li>[ns3::PointToPointNetDevice](\ref ns3::PointToPointNetDevice)</li>
43447 <li>[ns3::PppHeader](\ref ns3::PppHeader)</li>
43448</ul>
43449<b>Propagation</b><br>
43450<ul>
43451 <li>[ns3::ChannelCondition](\ref ns3::ChannelCondition)</li>
43452 <li>[ns3::ChannelConditionModel](\ref ns3::ChannelConditionModel)</li>
43453 <li>[ns3::AlwaysLosChannelConditionModel](\ref ns3::AlwaysLosChannelConditionModel)</li>
43454 <li>[ns3::NeverLosChannelConditionModel](\ref ns3::NeverLosChannelConditionModel)</li>
43455 <li>[ns3::NeverLosVehicleChannelConditionModel](\ref ns3::NeverLosVehicleChannelConditionModel)</li>
43456 <li>[ns3::ThreeGppChannelConditionModel](\ref ns3::ThreeGppChannelConditionModel)</li>
43457 <li>[ns3::ThreeGppRmaChannelConditionModel](\ref ns3::ThreeGppRmaChannelConditionModel)</li>
43458 <li>[ns3::ThreeGppUmaChannelConditionModel](\ref ns3::ThreeGppUmaChannelConditionModel)</li>
43459 <li>[ns3::ThreeGppUmiStreetCanyonChannelConditionModel](\ref ns3::ThreeGppUmiStreetCanyonChannelConditionModel)</li>
43460 <li>[ns3::ThreeGppIndoorMixedOfficeChannelConditionModel](\ref ns3::ThreeGppIndoorMixedOfficeChannelConditionModel)</li>
43461 <li>[ns3::ThreeGppIndoorOpenOfficeChannelConditionModel](\ref ns3::ThreeGppIndoorOpenOfficeChannelConditionModel)</li>
43462 <li>[ns3::ThreeGppNTNDenseUrbanChannelConditionModel](\ref ns3::ThreeGppNTNDenseUrbanChannelConditionModel)</li>
43463 <li>[ns3::ThreeGppNTNUrbanChannelConditionModel](\ref ns3::ThreeGppNTNUrbanChannelConditionModel)</li>
43464 <li>[ns3::ThreeGppNTNSuburbanChannelConditionModel](\ref ns3::ThreeGppNTNSuburbanChannelConditionModel)</li>
43465 <li>[ns3::ThreeGppNTNRuralChannelConditionModel](\ref ns3::ThreeGppNTNRuralChannelConditionModel)</li>
43466 <li>[ns3::Cost231PropagationLossModel](\ref ns3::Cost231PropagationLossModel)</li>
43467 <li>[ns3::PropagationLossModel](\ref ns3::PropagationLossModel)</li>
43468 <li>[ns3::ItuR1411LosPropagationLossModel](\ref ns3::ItuR1411LosPropagationLossModel)</li>
43469 <li>[ns3::ItuR1411NlosOverRooftopPropagationLossModel](\ref ns3::ItuR1411NlosOverRooftopPropagationLossModel)</li>
43470 <li>[ns3::JakesProcess](\ref ns3::JakesProcess)</li>
43471 <li>[ns3::JakesPropagationLossModel](\ref ns3::JakesPropagationLossModel)</li>
43472 <li>[ns3::Kun2600MhzPropagationLossModel](\ref ns3::Kun2600MhzPropagationLossModel)</li>
43473 <li>[ns3::OkumuraHataPropagationLossModel](\ref ns3::OkumuraHataPropagationLossModel)</li>
43474 <li>[ns3::ProbabilisticV2vUrbanChannelConditionModel](\ref ns3::ProbabilisticV2vUrbanChannelConditionModel)</li>
43475 <li>[ns3::ProbabilisticV2vHighwayChannelConditionModel](\ref ns3::ProbabilisticV2vHighwayChannelConditionModel)</li>
43476 <li>[ns3::PropagationDelayModel](\ref ns3::PropagationDelayModel)</li>
43477 <li>[ns3::RandomPropagationDelayModel](\ref ns3::RandomPropagationDelayModel)</li>
43478 <li>[ns3::ConstantSpeedPropagationDelayModel](\ref ns3::ConstantSpeedPropagationDelayModel)</li>
43479 <li>[ns3::RandomPropagationLossModel](\ref ns3::RandomPropagationLossModel)</li>
43480 <li>[ns3::FriisPropagationLossModel](\ref ns3::FriisPropagationLossModel)</li>
43481 <li>[ns3::TwoRayGroundPropagationLossModel](\ref ns3::TwoRayGroundPropagationLossModel)</li>
43482 <li>[ns3::LogDistancePropagationLossModel](\ref ns3::LogDistancePropagationLossModel)</li>
43483 <li>[ns3::ThreeLogDistancePropagationLossModel](\ref ns3::ThreeLogDistancePropagationLossModel)</li>
43484 <li>[ns3::NakagamiPropagationLossModel](\ref ns3::NakagamiPropagationLossModel)</li>
43485 <li>[ns3::FixedRssLossModel](\ref ns3::FixedRssLossModel)</li>
43486 <li>[ns3::MatrixPropagationLossModel](\ref ns3::MatrixPropagationLossModel)</li>
43487 <li>[ns3::RangePropagationLossModel](\ref ns3::RangePropagationLossModel)</li>
43488 <li>[ns3::ThreeGppPropagationLossModel](\ref ns3::ThreeGppPropagationLossModel)</li>
43489 <li>[ns3::ThreeGppRmaPropagationLossModel](\ref ns3::ThreeGppRmaPropagationLossModel)</li>
43490 <li>[ns3::ThreeGppUmaPropagationLossModel](\ref ns3::ThreeGppUmaPropagationLossModel)</li>
43491 <li>[ns3::ThreeGppUmiStreetCanyonPropagationLossModel](\ref ns3::ThreeGppUmiStreetCanyonPropagationLossModel)</li>
43492 <li>[ns3::ThreeGppIndoorOfficePropagationLossModel](\ref ns3::ThreeGppIndoorOfficePropagationLossModel)</li>
43493 <li>[ns3::ThreeGppNTNDenseUrbanPropagationLossModel](\ref ns3::ThreeGppNTNDenseUrbanPropagationLossModel)</li>
43494 <li>[ns3::ThreeGppNTNUrbanPropagationLossModel](\ref ns3::ThreeGppNTNUrbanPropagationLossModel)</li>
43495 <li>[ns3::ThreeGppNTNSuburbanPropagationLossModel](\ref ns3::ThreeGppNTNSuburbanPropagationLossModel)</li>
43496 <li>[ns3::ThreeGppNTNRuralPropagationLossModel](\ref ns3::ThreeGppNTNRuralPropagationLossModel)</li>
43497 <li>[ns3::ThreeGppV2vUrbanPropagationLossModel](\ref ns3::ThreeGppV2vUrbanPropagationLossModel)</li>
43498 <li>[ns3::ThreeGppV2vHighwayPropagationLossModel](\ref ns3::ThreeGppV2vHighwayPropagationLossModel)</li>
43499</ul>
43500<b>SixLowPan</b><br>
43501<ul>
43502 <li>[ns3::SixLowPanHc1](\ref ns3::SixLowPanHc1)</li>
43503 <li>[ns3::SixLowPanFrag1](\ref ns3::SixLowPanFrag1)</li>
43504 <li>[ns3::SixLowPanFragN](\ref ns3::SixLowPanFragN)</li>
43505 <li>[ns3::SixLowPanIpv6](\ref ns3::SixLowPanIpv6)</li>
43506 <li>[ns3::SixLowPanIphc](\ref ns3::SixLowPanIphc)</li>
43507 <li>[ns3::SixLowPanNhcExtension](\ref ns3::SixLowPanNhcExtension)</li>
43508 <li>[ns3::SixLowPanUdpNhcExtension](\ref ns3::SixLowPanUdpNhcExtension)</li>
43509 <li>[ns3::SixLowPanBc0](\ref ns3::SixLowPanBc0)</li>
43510 <li>[ns3::SixLowPanMesh](\ref ns3::SixLowPanMesh)</li>
43511 <li>[ns3::SixLowPanNetDevice](\ref ns3::SixLowPanNetDevice)</li>
43512</ul>
43513<b>Spectrum</b><br>
43514<ul>
43515 <li>[ns3::AlohaNoackMacHeader](\ref ns3::AlohaNoackMacHeader)</li>
43516 <li>[ns3::AlohaNoackNetDevice](\ref ns3::AlohaNoackNetDevice)</li>
43517 <li>[ns3::ConstantSpectrumPropagationLossModel](\ref ns3::ConstantSpectrumPropagationLossModel)</li>
43518 <li>[ns3::SpectrumPropagationLossModel](\ref ns3::SpectrumPropagationLossModel)</li>
43519 <li>[ns3::FriisSpectrumPropagationLossModel](\ref ns3::FriisSpectrumPropagationLossModel)</li>
43520 <li>[ns3::HalfDuplexIdealPhy](\ref ns3::HalfDuplexIdealPhy)</li>
43521 <li>[ns3::SpectrumPhy](\ref ns3::SpectrumPhy)</li>
43522 <li>[ns3::TwoRaySpectrumPropagationLossModel](\ref ns3::TwoRaySpectrumPropagationLossModel)</li>
43523 <li>[ns3::PhasedArraySpectrumPropagationLossModel](\ref ns3::PhasedArraySpectrumPropagationLossModel)</li>
43524 <li>[ns3::MultiModelSpectrumChannel](\ref ns3::MultiModelSpectrumChannel)</li>
43525 <li>[ns3::SpectrumChannel](\ref ns3::SpectrumChannel)</li>
43526 <li>[ns3::NonCommunicatingNetDevice](\ref ns3::NonCommunicatingNetDevice)</li>
43527 <li>[ns3::SingleModelSpectrumChannel](\ref ns3::SingleModelSpectrumChannel)</li>
43528 <li>[ns3::SpectrumAnalyzer](\ref ns3::SpectrumAnalyzer)</li>
43529 <li>[ns3::SpectrumErrorModel](\ref ns3::SpectrumErrorModel)</li>
43530 <li>[ns3::ShannonSpectrumErrorModel](\ref ns3::ShannonSpectrumErrorModel)</li>
43531 <li>[ns3::SpectrumTransmitFilter](\ref ns3::SpectrumTransmitFilter)</li>
43532 <li>[ns3::ThreeGppChannelModel](\ref ns3::ThreeGppChannelModel)</li>
43533 <li>[ns3::ThreeGppSpectrumPropagationLossModel](\ref ns3::ThreeGppSpectrumPropagationLossModel)</li>
43534 <li>[ns3::TraceFadingLossModel](\ref ns3::TraceFadingLossModel)</li>
43535 <li>[ns3::TvSpectrumTransmitter](\ref ns3::TvSpectrumTransmitter)</li>
43536 <li>[ns3::WaveformGenerator](\ref ns3::WaveformGenerator)</li>
43537</ul>
43538<b>Stats</b><br>
43539<ul>
43540 <li>[ns3::BooleanProbe](\ref ns3::BooleanProbe)</li>
43541 <li>[ns3::Probe](\ref ns3::Probe)</li>
43542 <li>[ns3::DataCollectionObject](\ref ns3::DataCollectionObject)</li>
43543 <li>[ns3::CounterCalculator<uint32_t>](\ref ns3::CounterCalculator<uint32_t>)</li>
43544 <li>[ns3::DoubleProbe](\ref ns3::DoubleProbe)</li>
43545 <li>[ns3::FileAggregator](\ref ns3::FileAggregator)</li>
43546 <li>[ns3::GnuplotAggregator](\ref ns3::GnuplotAggregator)</li>
43547 <li>[ns3::TimeProbe](\ref ns3::TimeProbe)</li>
43548 <li>[ns3::TimeSeriesAdaptor](\ref ns3::TimeSeriesAdaptor)</li>
43549 <li>[ns3::Uinteger16Probe](\ref ns3::Uinteger16Probe)</li>
43550 <li>[ns3::Uinteger32Probe](\ref ns3::Uinteger32Probe)</li>
43551 <li>[ns3::Uinteger8Probe](\ref ns3::Uinteger8Probe)</li>
43552</ul>
43553<b>TapBridge</b><br>
43554<ul>
43555 <li>[ns3::TapBridge](\ref ns3::TapBridge)</li>
43556</ul>
43557<b>TopologyReader</b><br>
43558<ul>
43559 <li>[ns3::InetTopologyReader](\ref ns3::InetTopologyReader)</li>
43560 <li>[ns3::TopologyReader](\ref ns3::TopologyReader)</li>
43561 <li>[ns3::OrbisTopologyReader](\ref ns3::OrbisTopologyReader)</li>
43562 <li>[ns3::RocketfuelTopologyReader](\ref ns3::RocketfuelTopologyReader)</li>
43563</ul>
43564<b>TrafficControl</b><br>
43565<ul>
43566 <li>[ns3::CobaltQueueDisc](\ref ns3::CobaltQueueDisc)</li>
43567 <li>[ns3::QueueDisc](\ref ns3::QueueDisc)</li>
43568 <li>[ns3::CoDelQueueDisc](\ref ns3::CoDelQueueDisc)</li>
43569 <li>[ns3::FifoQueueDisc](\ref ns3::FifoQueueDisc)</li>
43570 <li>[ns3::FqCobaltFlow](\ref ns3::FqCobaltFlow)</li>
43571 <li>[ns3::QueueDiscClass](\ref ns3::QueueDiscClass)</li>
43572 <li>[ns3::FqCobaltQueueDisc](\ref ns3::FqCobaltQueueDisc)</li>
43573 <li>[ns3::FqCoDelFlow](\ref ns3::FqCoDelFlow)</li>
43574 <li>[ns3::FqCoDelQueueDisc](\ref ns3::FqCoDelQueueDisc)</li>
43575 <li>[ns3::FqPieFlow](\ref ns3::FqPieFlow)</li>
43576 <li>[ns3::FqPieQueueDisc](\ref ns3::FqPieQueueDisc)</li>
43577 <li>[ns3::MqQueueDisc](\ref ns3::MqQueueDisc)</li>
43578 <li>[ns3::PacketFilter](\ref ns3::PacketFilter)</li>
43579 <li>[ns3::PfifoFastQueueDisc](\ref ns3::PfifoFastQueueDisc)</li>
43580 <li>[ns3::PieQueueDisc](\ref ns3::PieQueueDisc)</li>
43581 <li>[ns3::PrioQueueDisc](\ref ns3::PrioQueueDisc)</li>
43582 <li>[ns3::RedQueueDisc](\ref ns3::RedQueueDisc)</li>
43583 <li>[ns3::TbfQueueDisc](\ref ns3::TbfQueueDisc)</li>
43584 <li>[ns3::TrafficControlLayer](\ref ns3::TrafficControlLayer)</li>
43585</ul>
43586<b>Uan</b><br>
43587<ul>
43588 <li>[ns3::UanChannel](\ref ns3::UanChannel)</li>
43589 <li>[ns3::UanHeaderCommon](\ref ns3::UanHeaderCommon)</li>
43590 <li>[ns3::UanHeaderRcData](\ref ns3::UanHeaderRcData)</li>
43591 <li>[ns3::UanHeaderRcRts](\ref ns3::UanHeaderRcRts)</li>
43592 <li>[ns3::UanHeaderRcCtsGlobal](\ref ns3::UanHeaderRcCtsGlobal)</li>
43593 <li>[ns3::UanHeaderRcCts](\ref ns3::UanHeaderRcCts)</li>
43594 <li>[ns3::UanHeaderRcAck](\ref ns3::UanHeaderRcAck)</li>
43595 <li>[ns3::UanMacAloha](\ref ns3::UanMacAloha)</li>
43596 <li>[ns3::UanMac](\ref ns3::UanMac)</li>
43597 <li>[ns3::UanMacCw](\ref ns3::UanMacCw)</li>
43598 <li>[ns3::UanMacRcGw](\ref ns3::UanMacRcGw)</li>
43599 <li>[ns3::UanMacRc](\ref ns3::UanMacRc)</li>
43600 <li>[ns3::UanNetDevice](\ref ns3::UanNetDevice)</li>
43601 <li>[ns3::UanNoiseModelDefault](\ref ns3::UanNoiseModelDefault)</li>
43602 <li>[ns3::UanNoiseModel](\ref ns3::UanNoiseModel)</li>
43603 <li>[ns3::UanPhyDual](\ref ns3::UanPhyDual)</li>
43604 <li>[ns3::UanPhy](\ref ns3::UanPhy)</li>
43605 <li>[ns3::UanPhyCalcSinrDual](\ref ns3::UanPhyCalcSinrDual)</li>
43606 <li>[ns3::UanPhyCalcSinr](\ref ns3::UanPhyCalcSinr)</li>
43607 <li>[ns3::UanPhyGen](\ref ns3::UanPhyGen)</li>
43608 <li>[ns3::UanPhyPerGenDefault](\ref ns3::UanPhyPerGenDefault)</li>
43609 <li>[ns3::UanPhyPer](\ref ns3::UanPhyPer)</li>
43610 <li>[ns3::UanPhyCalcSinrDefault](\ref ns3::UanPhyCalcSinrDefault)</li>
43611 <li>[ns3::UanPhyCalcSinrFhFsk](\ref ns3::UanPhyCalcSinrFhFsk)</li>
43612 <li>[ns3::UanPhyPerUmodem](\ref ns3::UanPhyPerUmodem)</li>
43613 <li>[ns3::UanPhyPerCommonModes](\ref ns3::UanPhyPerCommonModes)</li>
43614 <li>[ns3::UanPropModelIdeal](\ref ns3::UanPropModelIdeal)</li>
43615 <li>[ns3::UanPropModel](\ref ns3::UanPropModel)</li>
43616 <li>[ns3::UanPropModelThorp](\ref ns3::UanPropModelThorp)</li>
43617 <li>[ns3::UanTransducerHd](\ref ns3::UanTransducerHd)</li>
43618 <li>[ns3::UanTransducer](\ref ns3::UanTransducer)</li>
43619</ul>
43620<b>VirtualNetDevice</b><br>
43621<ul>
43622 <li>[ns3::VirtualNetDevice](\ref ns3::VirtualNetDevice)</li>
43623</ul>
43624<b>Wifi</b><br>
43625<ul>
43626 <li>[ns3::AthstatsWifiTraceSink](\ref ns3::AthstatsWifiTraceSink)</li>
43627 <li>[ns3::WifiPhyRxTraceSink](\ref ns3::WifiPhyRxTraceSink)</li>
43628 <li>[ns3::AdhocWifiMac](\ref ns3::AdhocWifiMac)</li>
43629 <li>[ns3::WifiMac](\ref ns3::WifiMac)</li>
43630 <li>[ns3::AmpduSubframeHeader](\ref ns3::AmpduSubframeHeader)</li>
43631 <li>[ns3::AmpduTag](\ref ns3::AmpduTag)</li>
43632 <li>[ns3::AmsduSubframeHeader](\ref ns3::AmsduSubframeHeader)</li>
43633 <li>[ns3::ApWifiMac](\ref ns3::ApWifiMac)</li>
43634 <li>[ns3::BlockAckManager](\ref ns3::BlockAckManager)</li>
43635 <li>[ns3::ChannelAccessManager](\ref ns3::ChannelAccessManager)</li>
43636 <li>[ns3::CtrlBAckRequestHeader](\ref ns3::CtrlBAckRequestHeader)</li>
43637 <li>[ns3::CtrlBAckResponseHeader](\ref ns3::CtrlBAckResponseHeader)</li>
43638 <li>[ns3::CtrlTriggerHeader](\ref ns3::CtrlTriggerHeader)</li>
43639 <li>[ns3::AdvancedApEmlsrManager](\ref ns3::AdvancedApEmlsrManager)</li>
43640 <li>[ns3::DefaultApEmlsrManager](\ref ns3::DefaultApEmlsrManager)</li>
43641 <li>[ns3::ApEmlsrManager](\ref ns3::ApEmlsrManager)</li>
43642 <li>[ns3::AdvancedEmlsrManager](\ref ns3::AdvancedEmlsrManager)</li>
43643 <li>[ns3::DefaultEmlsrManager](\ref ns3::DefaultEmlsrManager)</li>
43644 <li>[ns3::EmlsrManager](\ref ns3::EmlsrManager)</li>
43645 <li>[ns3::EhtConfiguration](\ref ns3::EhtConfiguration)</li>
43646 <li>[ns3::EhtFrameExchangeManager](\ref ns3::EhtFrameExchangeManager)</li>
43647 <li>[ns3::HeFrameExchangeManager](\ref ns3::HeFrameExchangeManager)</li>
43648 <li>[ns3::VhtFrameExchangeManager](\ref ns3::VhtFrameExchangeManager)</li>
43649 <li>[ns3::HtFrameExchangeManager](\ref ns3::HtFrameExchangeManager)</li>
43650 <li>[ns3::QosFrameExchangeManager](\ref ns3::QosFrameExchangeManager)</li>
43651 <li>[ns3::FrameExchangeManager](\ref ns3::FrameExchangeManager)</li>
43652 <li>[ns3::ErrorRateModel](\ref ns3::ErrorRateModel)</li>
43653 <li>[ns3::FcfsWifiQueueScheduler](\ref ns3::FcfsWifiQueueScheduler)</li>
43654 <li>[ns3::WifiMacQueueSchedulerImpl](\ref ns3::WifiMacQueueSchedulerImpl)</li>
43655 <li>[ns3::WifiMacQueueScheduler](\ref ns3::WifiMacQueueScheduler)</li>
43656 <li>[ns3::FrameCaptureModel](\ref ns3::FrameCaptureModel)</li>
43657 <li>[ns3::GcrManager](\ref ns3::GcrManager)</li>
43658 <li>[ns3::ConstantObssPdAlgorithm](\ref ns3::ConstantObssPdAlgorithm)</li>
43659 <li>[ns3::ObssPdAlgorithm](\ref ns3::ObssPdAlgorithm)</li>
43660 <li>[ns3::HeConfiguration](\ref ns3::HeConfiguration)</li>
43661 <li>[ns3::MuSnrTag](\ref ns3::MuSnrTag)</li>
43662 <li>[ns3::MultiUserScheduler](\ref ns3::MultiUserScheduler)</li>
43663 <li>[ns3::RrMultiUserScheduler](\ref ns3::RrMultiUserScheduler)</li>
43664 <li>[ns3::HtConfiguration](\ref ns3::HtConfiguration)</li>
43665 <li>[ns3::InterferenceHelper](\ref ns3::InterferenceHelper)</li>
43666 <li>[ns3::MgtAddBaRequestHeader](\ref ns3::MgtAddBaRequestHeader)</li>
43667 <li>[ns3::MgtAddBaResponseHeader](\ref ns3::MgtAddBaResponseHeader)</li>
43668 <li>[ns3::MgtDelBaHeader](\ref ns3::MgtDelBaHeader)</li>
43669 <li>[ns3::MgtEmlOperatingModeNotification](\ref ns3::MgtEmlOperatingModeNotification)</li>
43670 <li>[ns3::FilsDiscHeader](\ref ns3::FilsDiscHeader)</li>
43671 <li>[ns3::MgtProbeRequestHeader](\ref ns3::MgtProbeRequestHeader)</li>
43672 <li>[ns3::MgtProbeResponseHeader](\ref ns3::MgtProbeResponseHeader)</li>
43673 <li>[ns3::MgtBeaconHeader](\ref ns3::MgtBeaconHeader)</li>
43674 <li>[ns3::MgtAssocRequestHeader](\ref ns3::MgtAssocRequestHeader)</li>
43675 <li>[ns3::MgtReassocRequestHeader](\ref ns3::MgtReassocRequestHeader)</li>
43676 <li>[ns3::MgtAssocResponseHeader](\ref ns3::MgtAssocResponseHeader)</li>
43677 <li>[ns3::MpduAggregator](\ref ns3::MpduAggregator)</li>
43678 <li>[ns3::MsduAggregator](\ref ns3::MsduAggregator)</li>
43679 <li>[ns3::NistErrorRateModel](\ref ns3::NistErrorRateModel)</li>
43680 <li>[ns3::PreambleDetectionModel](\ref ns3::PreambleDetectionModel)</li>
43681 <li>[ns3::QosTxop](\ref ns3::QosTxop)</li>
43682 <li>[ns3::Txop](\ref ns3::Txop)</li>
43683 <li>[ns3::AarfWifiManager](\ref ns3::AarfWifiManager)</li>
43684 <li>[ns3::WifiRemoteStationManager](\ref ns3::WifiRemoteStationManager)</li>
43685 <li>[ns3::AarfcdWifiManager](\ref ns3::AarfcdWifiManager)</li>
43686 <li>[ns3::AmrrWifiManager](\ref ns3::AmrrWifiManager)</li>
43687 <li>[ns3::AparfWifiManager](\ref ns3::AparfWifiManager)</li>
43688 <li>[ns3::ArfWifiManager](\ref ns3::ArfWifiManager)</li>
43689 <li>[ns3::CaraWifiManager](\ref ns3::CaraWifiManager)</li>
43690 <li>[ns3::ConstantRateWifiManager](\ref ns3::ConstantRateWifiManager)</li>
43691 <li>[ns3::IdealWifiManager](\ref ns3::IdealWifiManager)</li>
43692 <li>[ns3::MinstrelHtWifiManager](\ref ns3::MinstrelHtWifiManager)</li>
43693 <li>[ns3::MinstrelWifiManager](\ref ns3::MinstrelWifiManager)</li>
43694 <li>[ns3::OnoeWifiManager](\ref ns3::OnoeWifiManager)</li>
43695 <li>[ns3::ParfWifiManager](\ref ns3::ParfWifiManager)</li>
43696 <li>[ns3::RraaWifiManager](\ref ns3::RraaWifiManager)</li>
43697 <li>[ns3::RrpaaWifiManager](\ref ns3::RrpaaWifiManager)</li>
43698 <li>[ns3::ThompsonSamplingWifiManager](\ref ns3::ThompsonSamplingWifiManager)</li>
43699 <li>[ns3::SimpleFrameCaptureModel](\ref ns3::SimpleFrameCaptureModel)</li>
43700 <li>[ns3::SnrTag](\ref ns3::SnrTag)</li>
43701 <li>[ns3::SpectrumWifiPhy](\ref ns3::SpectrumWifiPhy)</li>
43702 <li>[ns3::WifiPhy](\ref ns3::WifiPhy)</li>
43703 <li>[ns3::StaWifiMac](\ref ns3::StaWifiMac)</li>
43704 <li>[ns3::TableBasedErrorRateModel](\ref ns3::TableBasedErrorRateModel)</li>
43705 <li>[ns3::YansErrorRateModel](\ref ns3::YansErrorRateModel)</li>
43706 <li>[ns3::ThresholdPreambleDetectionModel](\ref ns3::ThresholdPreambleDetectionModel)</li>
43707 <li>[ns3::VhtConfiguration](\ref ns3::VhtConfiguration)</li>
43708 <li>[ns3::WifiAckManager](\ref ns3::WifiAckManager)</li>
43709 <li>[ns3::WifiAssocManager](\ref ns3::WifiAssocManager)</li>
43710 <li>[ns3::WifiBandwidthFilter](\ref ns3::WifiBandwidthFilter)</li>
43711 <li>[ns3::WifiDefaultAckManager](\ref ns3::WifiDefaultAckManager)</li>
43712 <li>[ns3::WifiDefaultAssocManager](\ref ns3::WifiDefaultAssocManager)</li>
43713 <li>[ns3::WifiDefaultGcrManager](\ref ns3::WifiDefaultGcrManager)</li>
43714 <li>[ns3::WifiDefaultProtectionManager](\ref ns3::WifiDefaultProtectionManager)</li>
43715 <li>[ns3::WifiProtectionManager](\ref ns3::WifiProtectionManager)</li>
43716 <li>[ns3::WifiMacHeader](\ref ns3::WifiMacHeader)</li>
43717 <li>[ns3::WifiMacQueue](\ref ns3::WifiMacQueue)</li>
43718 <li>[ns3::WifiMacTrailer](\ref ns3::WifiMacTrailer)</li>
43719 <li>[ns3::WifiNetDevice](\ref ns3::WifiNetDevice)</li>
43720 <li>[ns3::WifiPhyStateHelper](\ref ns3::WifiPhyStateHelper)</li>
43721 <li>[ns3::WifiSpectrumPhyInterface](\ref ns3::WifiSpectrumPhyInterface)</li>
43722 <li>[ns3::WifiTxCurrentModel](\ref ns3::WifiTxCurrentModel)</li>
43723 <li>[ns3::LinearWifiTxCurrentModel](\ref ns3::LinearWifiTxCurrentModel)</li>
43724 <li>[ns3::YansWifiChannel](\ref ns3::YansWifiChannel)</li>
43725 <li>[ns3::YansWifiPhy](\ref ns3::YansWifiPhy)</li>
43726</ul>
43727<b>Wimax</b><br>
43728<ul>
43729 <li>[ns3::WimaxNetDevice](\ref ns3::WimaxNetDevice)</li>
43730 <li>[ns3::BaseStationNetDevice](\ref ns3::BaseStationNetDevice)</li>
43731 <li>[ns3::SubscriberStationNetDevice](\ref ns3::SubscriberStationNetDevice)</li>
43732 <li>[ns3::MacHeaderType](\ref ns3::MacHeaderType)</li>
43733 <li>[ns3::GenericMacHeader](\ref ns3::GenericMacHeader)</li>
43734 <li>[ns3::BandwidthRequestHeader](\ref ns3::BandwidthRequestHeader)</li>
43735 <li>[ns3::GrantManagementSubheader](\ref ns3::GrantManagementSubheader)</li>
43736 <li>[ns3::FragmentationSubheader](\ref ns3::FragmentationSubheader)</li>
43737 <li>[ns3::WimaxPhy](\ref ns3::WimaxPhy)</li>
43738 <li>[ns3::WimaxChannel](\ref ns3::WimaxChannel)</li>
43739 <li>[ns3::WimaxConnection](\ref ns3::WimaxConnection)</li>
43740 <li>[ns3::ManagementMessageType](\ref ns3::ManagementMessageType)</li>
43741 <li>[ns3::RngReq](\ref ns3::RngReq)</li>
43742 <li>[ns3::RngRsp](\ref ns3::RngRsp)</li>
43743 <li>[ns3::DsaReq](\ref ns3::DsaReq)</li>
43744 <li>[ns3::DsaRsp](\ref ns3::DsaRsp)</li>
43745 <li>[ns3::DsaAck](\ref ns3::DsaAck)</li>
43746 <li>[ns3::Dcd](\ref ns3::Dcd)</li>
43747 <li>[ns3::DlMap](\ref ns3::DlMap)</li>
43748 <li>[ns3::Ucd](\ref ns3::Ucd)</li>
43749 <li>[ns3::UlMap](\ref ns3::UlMap)</li>
43750 <li>[ns3::SimpleOfdmWimaxPhy](\ref ns3::SimpleOfdmWimaxPhy)</li>
43751 <li>[ns3::SSManager](\ref ns3::SSManager)</li>
43752 <li>[ns3::ConnectionManager](\ref ns3::ConnectionManager)</li>
43753 <li>[ns3::UplinkScheduler](\ref ns3::UplinkScheduler)</li>
43754 <li>[ns3::UplinkSchedulerSimple](\ref ns3::UplinkSchedulerSimple)</li>
43755 <li>[ns3::UplinkSchedulerMBQoS](\ref ns3::UplinkSchedulerMBQoS)</li>
43756 <li>[ns3::UplinkSchedulerRtps](\ref ns3::UplinkSchedulerRtps)</li>
43757 <li>[ns3::BSScheduler](\ref ns3::BSScheduler)</li>
43758 <li>[ns3::BSSchedulerSimple](\ref ns3::BSSchedulerSimple)</li>
43759 <li>[ns3::BSSchedulerRtps](\ref ns3::BSSchedulerRtps)</li>
43760 <li>[ns3::WimaxMacQueue](\ref ns3::WimaxMacQueue)</li>
43761 <li>[ns3::BurstProfileManager](\ref ns3::BurstProfileManager)</li>
43762 <li>[ns3::SSScheduler](\ref ns3::SSScheduler)</li>
43763 <li>[ns3::ServiceFlowManager](\ref ns3::ServiceFlowManager)</li>
43764 <li>[ns3::SSLinkManager](\ref ns3::SSLinkManager)</li>
43765 <li>[ns3::BSLinkManager](\ref ns3::BSLinkManager)</li>
43766 <li>[ns3::BandwidthManager](\ref ns3::BandwidthManager)</li>
43767 <li>[ns3::IpcsClassifier](\ref ns3::IpcsClassifier)</li>
43768 <li>[ns3::WimaxMacToMacHeader](\ref ns3::WimaxMacToMacHeader)</li>
43769</ul>
43770<b>Zigbee</b><br>
43771<ul>
43772 <li>[ns3::zigbee::ZigbeeAps](\ref ns3::zigbee::ZigbeeAps)</li>
43773 <li>[ns3::zigbee::ZigbeeNwk](\ref ns3::zigbee::ZigbeeNwk)</li>
43774 <li>[ns3::zigbee::ZigbeeStack](\ref ns3::zigbee::ZigbeeStack)</li>
43775</ul>
43776*/
43777
43778/*!
43779\page LogComponentList All LogComponents
43780
43781This is a list of all \ref ns3::LogComponent instances.
43782
43783| Log Component | File |
43784| :------------------------------------------ | :----------------------------------------------------------------------------------------------------------- |
43785| PrintIntrospectedDoxygen | /tmp/nsnam/update-docs/ns-3-dev/utils/print-introspected-doxygen.cc |
43786| ZigbeeNwk | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk.cc |
43787| ZigbeeNwkFields | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk-fields.cc |
43788| ZigbeeAps | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-aps.cc |
43789| ZigbeeApsTables | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-aps-tables.cc |
43790| TopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/topology-reader.cc |
43791| TopologyReaderHelper | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/helper/topology-reader-helper.cc |
43792| TapBridgeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/tap-bridge/helper/tap-bridge-helper.cc |
43793| PointToPointStarHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-star.cc |
43794| PointToPointDumbbellHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-dumbbell.cc |
43795| OlsrRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/olsr/model/olsr-routing-protocol.cc |
43796| TdTbfqFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdtbfq-ff-mac-scheduler.cc |
43797| TdMtFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdmt-ff-mac-scheduler.cc |
43798| TdBetFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdbet-ff-mac-scheduler.cc |
43799| RrFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/rr-ff-mac-scheduler.cc |
43800| RemSpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/rem-spectrum-phy.cc |
43801| PssFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/pss-ff-mac-scheduler.cc |
43802| PfFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/pf-ff-mac-scheduler.cc |
43803| NoOpComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/no-op-component-carrier-manager.cc |
43804| LteVendorSpecificParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-vendor-specific-parameters.cc |
43805| LteUeRrc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-rrc.cc |
43806| LteUePowerControl | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-power-control.cc |
43807| LteUePhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-phy.cc |
43808| LteRrcProtocolReal | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-protocol-real.cc |
43809| RrcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-header.cc |
43810| LteRlcUm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-um.cc |
43811| LteRlcTm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-tm.cc |
43812| LteRlcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-header.cc |
43813| LteRlcAmHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-am-header.cc |
43814| LtePdcp | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-pdcp.cc |
43815| LtePdcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-pdcp-header.cc |
43816| LteNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-net-device.cc |
43817| LteMiErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-mi-error-model.cc |
43818| NixVectorRouting | /tmp/nsnam/update-docs/ns-3-dev/src/nix-vector-routing/model/nix-vector-routing.cc |
43819| LteInterference | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-interference.cc |
43820| LteHarqPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-harq-phy.cc |
43821| LteHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-handover-algorithm.cc |
43822| LteFrSoftAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-soft-algorithm.cc |
43823| LteFfrSoftAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-soft-algorithm.cc |
43824| LteFfrDistributedAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-distributed-algorithm.cc |
43825| ZigbeeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/helper/zigbee-helper.cc |
43826| LteFfrAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-algorithm.cc |
43827| LteEnbRrc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-rrc.cc |
43828| LteEnbPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-phy.cc |
43829| LteEnbNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-net-device.cc |
43830| LteEnbComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-component-carrier-manager.cc |
43831| LteControlMessage | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-control-messages.cc |
43832| LteCommon | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-common.cc |
43833| LteAnr | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-anr.cc |
43834| FdBetFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdbet-ff-mac-scheduler.cc |
43835| LtePhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-phy.cc |
43836| EpcX2 | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-x2.cc |
43837| EpcUeNas | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-ue-nas.cc |
43838| LteUeNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-net-device.cc |
43839| EpcTft | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-tft.cc |
43840| EpcSgwApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-sgw-application.cc |
43841| EpcPgwApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-pgw-application.cc |
43842| EpcMmeApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-mme-application.cc |
43843| GtpcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-gtpc-header.cc |
43844| CqaFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/cqa-ff-mac-scheduler.cc |
43845| A3RsrpHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/a3-rsrp-handover-algorithm.cc |
43846| A2A4RsrqHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/a2-a4-rsrq-handover-algorithm.cc |
43847| RadioEnvironmentMapHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-environment-map-helper.cc |
43848| NoBackhaulEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/no-backhaul-epc-helper.cc |
43849| LteStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-stats-calculator.cc |
43850| LteHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-helper.cc |
43851| LteGlobalPathlossDatabase | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-global-pathloss-database.cc |
43852| CcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/cc-helper.cc |
43853| EmuEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/emu-epc-helper.cc |
43854| LrWpanSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-spectrum-value-helper.cc |
43855| LrWpanSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-spectrum-signal-parameters.cc |
43856| LrWpanPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-phy.cc |
43857| LrWpanMac | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-mac.cc |
43858| LrWpanMacBase | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-mac-base.cc |
43859| LrWpanInterferenceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-interference-helper.cc |
43860| Ipv4FlowProbe | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/ipv4-flow-probe.cc |
43861| FdNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/model/fd-net-device.cc |
43862| FdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/fd-net-device-helper.cc |
43863| EmuFdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/emu-fd-net-device-helper.cc |
43864| TapFdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/tap-fd-net-device-helper.cc |
43865| DsrRreqTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rreq-table.cc |
43866| DsrRouting | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-routing.cc |
43867| FlowMonitor | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/flow-monitor.cc |
43868| DsrRouteCache | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rcache.cc |
43869| DsrPassiveBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-passive-buff.cc |
43870| DsrOptionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-option-header.cc |
43871| DsrMaintainBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-maintain-buff.cc |
43872| DsrGraReplyTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-gratuitous-reply-table.cc |
43873| DsrFsHeader | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-fs-header.cc |
43874| DsdvRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-routing-protocol.cc |
43875| CsmaNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/csma-net-device.cc |
43876| CsmaChannel | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/csma-channel.cc |
43877| Backoff | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/backoff.cc |
43878| CsmaHelper | /tmp/nsnam/update-docs/ns-3-dev/src/csma/helper/csma-helper.cc |
43879| RawTextConfig | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/raw-text-config.cc |
43880| ConfigStore | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/config-store.cc |
43881| AttributeIterator | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/attribute-iterator.cc |
43882| ThreeGppV2vChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/three-gpp-v2v-channel-condition-model.cc |
43883| RandomWalk2dOutdoor | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/random-walk-2d-outdoor-mobility-model.cc |
43884| OhBuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/oh-buildings-propagation-loss-model.cc |
43885| ItuR1238PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/itu-r-1238-propagation-loss-model.cc |
43886| EpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/epc-helper.cc |
43887| HybridBuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/hybrid-buildings-propagation-loss-model.cc |
43888| BuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/buildings-propagation-loss-model.cc |
43889| BuildingsChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/buildings-channel-condition-model.cc |
43890| Building | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/building.cc |
43891| BuildingList | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/building-list.cc |
43892| BuildingPositionAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/building-position-allocator.cc |
43893| AodvRequestQueue | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-rqueue.cc |
43894| AodvNeighbors | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-neighbor.cc |
43895| PppHeader | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/ppp-header.cc |
43896| PointToPointNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/point-to-point-net-device.cc |
43897| TcpVegas | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-vegas.cc |
43898| TcpTxBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-tx-buffer.cc |
43899| TcpSocket | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-socket.cc |
43900| Ipv4Interface | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-interface.cc |
43901| LteChunkProcessor | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-chunk-processor.cc |
43902| TcpScalable | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-scalable.cc |
43903| TcpOptionWinScale | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-winscale.cc |
43904| Inet6SocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/inet6-socket-address.cc |
43905| Demangle | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/demangle.cc |
43906| TcpHybla | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-hybla.cc |
43907| PointToPointGridHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-grid.cc |
43908| RipHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rip-header.cc |
43909| ExampleAsTestCase | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/example-as-test.cc |
43910| TcpDctcp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-dctcp.cc |
43911| Dhcp6Options | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-options.cc |
43912| RipNgHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ripng-header.cc |
43913| SllHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/sll-header.cc |
43914| PositionAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/position-allocator.cc |
43915| TcpOption | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option.cc |
43916| TcpHtcp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-htcp.cc |
43917| LoopbackNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/loopback-net-device.cc |
43918| UdpSocket | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-socket.cc |
43919| PhasedArraySpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/phased-array-spectrum-propagation-loss-model.cc |
43920| EmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/emlsr-manager.cc |
43921| Ipv6StaticRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-static-routing.cc |
43922| EthernetHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ethernet-header.cc |
43923| LteSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-value-helper.cc |
43924| TcpLp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-lp.cc |
43925| Ipv6PmtuCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-pmtu-cache.cc |
43926| Timer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/timer.cc |
43927| SixLowPanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/sixlowpan/helper/sixlowpan-helper.cc |
43928| Ipv4RoutingTableEntry | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-routing-table-entry.cc |
43929| Ipv6Interface | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-interface.cc |
43930| NodeList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/node-list.cc |
43931| Ipv6Extension | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-extension.cc |
43932| Ipv6AutoconfiguredPrefix | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-autoconfigured-prefix.cc |
43933| HePpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-ppdu.cc |
43934| Ipv4RawSocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-factory.cc |
43935| TcpRateOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-rate-ops.cc |
43936| RocketfuelTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/rocketfuel-topology-reader.cc |
43937| Ipv6ListRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-list-routing.cc |
43938| BitSerializer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/bit-serializer.cc |
43939| RraaWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/rraa-wifi-manager.cc |
43940| Ipv4L3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-l3-protocol.cc |
43941| TableBasedErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/table-based-error-rate-model.cc |
43942| Ipv4EndPointDemux | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-end-point-demux.cc |
43943| Ipv4PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-probe.cc |
43944| Icmpv6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv6-header.cc |
43945| MACMESSAGES | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/mac-messages.cc |
43946| GlobalRouteManager | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-route-manager.cc |
43947| CandidateQueue | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/candidate-queue.cc |
43948| ArpQueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-queue-disc-item.cc |
43949| CommandLine | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/command-line.cc |
43950| ConnectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/connection-manager.cc |
43951| EpcEnbApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-enb-application.cc |
43952| ArpL3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-l3-protocol.cc |
43953| ArpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-header.cc |
43954| Ipv6StaticRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv6-static-routing-helper.cc |
43955| Ipv4StaticRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-static-routing-helper.cc |
43956| IsmSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/ism-spectrum-value-helper.cc |
43957| WifiSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-signal-parameters.cc |
43958| ZigbeeGroupTable | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-group-table.cc |
43959| BitDeserializer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/bit-deserializer.cc |
43960| QueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/queue-disc.cc |
43961| Ipv6AddressGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-address-generator.cc |
43962| LteUeComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-component-carrier-manager.cc |
43963| WifiDefaultGcrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-gcr-manager.cc |
43964| WifiAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-ack-manager.cc |
43965| DataOutputInterface | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-output-interface.cc |
43966| VhtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-configuration.cc |
43967| AodvRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-routing-protocol.cc |
43968| WifiPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-ppdu.cc |
43969| LteEnbMac | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-mac.cc |
43970| PfifoFastQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/pfifo-fast-queue-disc.cc |
43971| PacketSocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-address.cc |
43972| MqQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/mq-queue-disc.cc |
43973| FqCobaltQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-cobalt-queue-disc.cc |
43974| CobaltQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/cobalt-queue-disc.cc |
43975| BSSchedulerSimple | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler-simple.cc |
43976| TrafficControlHelper | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/helper/traffic-control-helper.cc |
43977| Ipv4StaticRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-static-routing.cc |
43978| SimpleChannel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/simple-channel.cc |
43979| ErpOfdmPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/erp-ofdm-ppdu.cc |
43980| Ipv4RoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-routing-protocol.cc |
43981| Ipv4GlobalRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-global-routing.cc |
43982| TcpBbr | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-bbr.cc |
43983| RrMultiUserScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/rr-multi-user-scheduler.cc |
43984| AdhocWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/adhoc-wifi-mac.cc |
43985| PacketBB | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packetbb.cc |
43986| GlobalRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-global-routing-helper.cc |
43987| Icmpv6L4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv6-l4-protocol.cc |
43988| GtpuHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-gtpu-header.cc |
43989| WifiPhyOperatingChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy-operating-channel.cc |
43990| TcpIllinois | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-illinois.cc |
43991| PacketSocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-factory.cc |
43992| Icmpv4Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv4.cc |
43993| BridgeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/helper/bridge-helper.cc |
43994| LteAmc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-amc.cc |
43995| CoDelQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/codel-queue-disc.cc |
43996| Hash | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash.cc |
43997| TcpOptionSackPermitted | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-sack-permitted.cc |
43998| ArpCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-cache.cc |
43999| SystemPath | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/system-path.cc |
44000| BSLinkManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-link-manager.cc |
44001| YansWifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-wifi-phy.cc |
44002| ComponentCarrier | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier.cc |
44003| WifiProtectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-protection-manager.cc |
44004| XmlConfig | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/xml-config.cc |
44005| TimeDataCalculators | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-data-calculators.cc |
44006| Ipv4ListRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-list-routing.cc |
44007| Double | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/double.cc |
44008| ThreeGppPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/three-gpp-propagation-loss-model.cc |
44009| BridgeNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/model/bridge-net-device.cc |
44010| Breakpoint | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/breakpoint.cc |
44011| DynamicQueueLimits | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/dynamic-queue-limits.cc |
44012| DsssPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-phy.cc |
44013| CosineAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/cosine-antenna-model.cc |
44014| RedQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/red-queue-disc.cc |
44015| PriorityQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/priority-queue-scheduler.cc |
44016| BurstProfileManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/burst-profile-manager.cc |
44017| Ipv4PacketInfoTag | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-info-tag.cc |
44018| TbfQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/tbf-queue-disc.cc |
44019| OfdmPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/ofdm-phy.cc |
44020| Asn1Header | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-asn1-header.cc |
44021| Length | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/length.cc |
44022| QueueItem | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-item.cc |
44023| AttributeConstructionList | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/attribute-construction-list.cc |
44024| ObjectFactory | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-factory.cc |
44025| WifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-helper.cc |
44026| GnuplotAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/gnuplot-aggregator.cc |
44027| HeapScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/heap-scheduler.cc |
44028| DsrErrorBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-errorbuff.cc |
44029| Callback | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/callback.cc |
44030| Ipv6QueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-queue-disc-item.cc |
44031| CalendarScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/calendar-scheduler.cc |
44032| YansErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-error-rate-model.cc |
44033| BlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-agreement.cc |
44034| ThreeGppHttpVariables | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-variables.cc |
44035| GlobalValue | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/global-value.cc |
44036| ThreeGppV2vPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/three-gpp-v2v-propagation-loss-model.cc |
44037| Hash-Fnv | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-fnv.cc |
44038| Dhcp6Client | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-client.cc |
44039| InternetStackHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/internet-stack-helper.cc |
44040| ListScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/list-scheduler.cc |
44041| GlobalRouter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-router-interface.cc |
44042| Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/probe.cc |
44043| ShowProgress | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/show-progress.cc |
44044| TwoRaySpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/two-ray-spectrum-propagation-loss-model.cc |
44045| TrafficControlLayer | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/traffic-control-layer.cc |
44046| UdpClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-client.cc |
44047| PacketMetadata | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet-metadata.cc |
44048| Names | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/names.cc |
44049| Scheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/scheduler.cc |
44050| DataCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-calculator.cc |
44051| ObjectPtrContainer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-ptr-container.cc |
44052| TapBridge | /tmp/nsnam/update-docs/ns-3-dev/src/tap-bridge/model/tap-bridge.cc |
44053| Channel | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/channel.cc |
44054| TcpBic | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-bic.cc |
44055| GlobalRouteManagerImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-route-manager-impl.cc |
44056| PointToPointHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/helper/point-to-point-helper.cc |
44057| BridgeChannel | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/model/bridge-channel.cc |
44058| Ipv6AddressHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv6-address-helper.cc |
44059| LrWpanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-net-device.cc |
44060| AttributeValue | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/attribute.cc |
44061| PointToPointChannel | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/point-to-point-channel.cc |
44062| Ipv4AddressHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-address-helper.cc |
44063| UanChannel | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-channel.cc |
44064| Integer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/integer.cc |
44065| DsrNetworkQueue | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-network-queue.cc |
44066| AarfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aarf-wifi-manager.cc |
44067| TypeId | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/type-id.cc |
44068| ThompsonSamplingWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/thompson-sampling-wifi-manager.cc |
44069| ThresholdPreambleDetectionModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/threshold-preamble-detection-model.cc |
44070| LteFrNoOpAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-no-op-algorithm.cc |
44071| Ipv4QueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-queue-disc-item.cc |
44072| SystemWallClockMs | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/system-wall-clock-ms.cc |
44073| GroupMobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/group-mobility-helper.cc |
44074| Athstats | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/athstats-helper.cc |
44075| SpectrumWifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/spectrum-wifi-phy.cc |
44076| RandomVariableStream | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/random-variable-stream.cc |
44077| Pointer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/pointer.cc |
44078| SpectrumAnalyzer | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-analyzer.cc |
44079| Ipv4Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ipv4-address.cc |
44080| InternetTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/internet-trace-helper.cc |
44081| FileAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/file-aggregator.cc |
44082| WaypointMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/waypoint-mobility-model.cc |
44083| LlcSnalHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/llc-snap-header.cc |
44084| FdReader | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/unix-fd-reader.cc |
44085| EventImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/event-impl.cc |
44086| Application | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/application.cc |
44087| SSLinkManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-link-manager.cc |
44088| RandomVariableStreamHelper | /tmp/nsnam/update-docs/ns-3-dev/src/core/helper/random-variable-stream-helper.cc |
44089| WallClockSynchronizer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/wall-clock-synchronizer.cc |
44090| RngSeedManager | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/rng-seed-manager.cc |
44091| Kun2600MhzPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/kun-2600-mhz-propagation-loss-model.cc |
44092| Simulator | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/simulator.cc |
44093| NetDeviceQueueInterface | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/net-device-queue-interface.cc |
44094| Dhcp6Duid | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-duid.cc |
44095| Ipv4InterfaceAddress | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-interface-address.cc |
44096| Ipv4RawSocketFactoryImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-factory-impl.cc |
44097| OnOffApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/onoff-application.cc |
44098| ChannelAccessManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/channel-access-manager.cc |
44099| MeshL2RoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-l2-routing-protocol.cc |
44100| EpcX2Header | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-x2-header.cc |
44101| Ipv6RawSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-raw-socket-impl.cc |
44102| RadiotapHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/radiotap-header.cc |
44103| WimaxHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/helper/wimax-helper.cc |
44104| FdTbfqFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdtbfq-ff-mac-scheduler.cc |
44105| GnuplotHelper | /tmp/nsnam/update-docs/ns-3-dev/src/stats/helper/gnuplot-helper.cc |
44106| DefaultSimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/default-simulator-impl.cc |
44107| MapScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/map-scheduler.cc |
44108| ByteTagList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/byte-tag-list.cc |
44109| Vector | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/vector.cc |
44110| Ipv6OptionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-option-header.cc |
44111| ZigbeeNwkTables | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk-tables.cc |
44112| RadioBearerStatsConnector | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-bearer-stats-connector.cc |
44113| BaseStationNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-net-device.cc |
44114| NeighborCacheHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/neighbor-cache-helper.cc |
44115| WifiSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-value-helper.cc |
44116| Time | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/time.cc |
44117| Synchronizer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/synchronizer.cc |
44118| AnimationInterface | /tmp/nsnam/update-docs/ns-3-dev/src/netanim/model/animation-interface.cc |
44119| FlameRtable | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-rtable.cc |
44120| TtaFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tta-ff-mac-scheduler.cc |
44121| TcpOptionTS | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-ts.cc |
44122| Packet | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet.cc |
44123| MsduAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/msdu-aggregator.cc |
44124| Object | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object.cc |
44125| Ipv6Option | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-option.cc |
44126| FqCoDelQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-codel-queue-disc.cc |
44127| HashFunction | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-function.cc |
44128| PcapFile | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/pcap-file.cc |
44129| Uinteger16Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-16-probe.cc |
44130| NixVector | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/nix-vector.cc |
44131| DataCollectionObject | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-collection-object.cc |
44132| Mac64Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac64-address.cc |
44133| HwmpRtable | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-rtable.cc |
44134| WaveformGeneratorHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/waveform-generator-helper.cc |
44135| DataCollector | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-collector.cc |
44136| int64x64-128 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/int64x64-128.cc |
44137| UanMacCw | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-cw.cc |
44138| InetSocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/inet-socket-address.cc |
44139| UanMacRc | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-rc.cc |
44140| TcpCongestionOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-congestion-ops.cc |
44141| EnergyHarvesterContainer | /tmp/nsnam/update-docs/ns-3-dev/src/energy/helper/energy-harvester-container.cc |
44142| RadioBearerStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-bearer-stats-calculator.cc |
44143| TimeSeriesAdaptor | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-series-adaptor.cc |
44144| Rip | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rip.cc |
44145| NdiscCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ndisc-cache.cc |
44146| TcpRecoveryOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-recovery-ops.cc |
44147| EhtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-ppdu.cc |
44148| LteRrcProtocolIdeal | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-protocol-ideal.cc |
44149| NistErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/nist-error-rate-model.cc |
44150| VirtualNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/virtual-net-device/model/virtual-net-device.cc |
44151| Histogram | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/histogram.cc |
44152| Uinteger8Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-8-probe.cc |
44153| BuildingsHelper | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/buildings-helper.cc |
44154| ThreeGppAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/three-gpp-antenna-model.cc |
44155| ErpOfdmPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/erp-ofdm-phy.cc |
44156| TraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/trace-helper.cc |
44157| Ipv6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-header.cc |
44158| OmnetDataOutput | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/omnet-data-output.cc |
44159| LrWpanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/helper/lr-wpan-helper.cc |
44160| SupportedRates | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/supported-rates.cc |
44161| ApplicationContainer | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/application-container.cc |
44162| LteRlcAm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-am.cc |
44163| MacStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/mac-stats-calculator.cc |
44164| WifiDefaultAssocManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-assoc-manager.cc |
44165| SimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/simulator-impl.cc |
44166| NonCommunicatingNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/non-communicating-net-device.cc |
44167| SimpleNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/simple-net-device-helper.cc |
44168| SimpleNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/simple-net-device.cc |
44169| FlowIdTag | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/flow-id-tag.cc |
44170| MeshPointDevice | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-point-device.cc |
44171| NoOpHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/no-op-handover-algorithm.cc |
44172| Socket | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/socket.cc |
44173| TimePrinter | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/time-printer.cc |
44174| TvSpectrumTransmitterHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/tv-spectrum-transmitter-helper.cc |
44175| QueueLimits | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-limits.cc |
44176| Ipv4Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-header.cc |
44177| FifoQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fifo-queue-disc.cc |
44178| Watchdog | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/watchdog.cc |
44179| Uinteger | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/uinteger.cc |
44180| CsmaStarHelper | /tmp/nsnam/update-docs/ns-3-dev/src/csma-layout/model/csma-star-helper.cc |
44181| InterferenceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/interference-helper.cc |
44182| FqPieQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-pie-queue-disc.cc |
44183| ComponentCarrierUe | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier-ue.cc |
44184| WifiDefaultAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-ack-manager.cc |
44185| OlsrHeader | /tmp/nsnam/update-docs/ns-3-dev/src/olsr/model/olsr-header.cc |
44186| ChannelList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/channel-list.cc |
44187| DsrHelper | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/helper/dsr-helper.cc |
44188| Ipv4PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-filter.cc |
44189| TcpHighSpeed | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-highspeed.cc |
44190| FileHelper | /tmp/nsnam/update-docs/ns-3-dev/src/stats/helper/file-helper.cc |
44191| Ipv6FlowProbe | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/ipv6-flow-probe.cc |
44192| DhcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-header.cc |
44193| DhcpServer | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-server.cc |
44194| Header | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/header.cc |
44195| YansWifiChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-wifi-channel.cc |
44196| UanMacAloha | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-aloha.cc |
44197| Node | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/node.cc |
44198| Ipv6PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-packet-probe.cc |
44199| PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/packet-filter.cc |
44200| DsssPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-ppdu.cc |
44201| PacketTagList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet-tag-list.cc |
44202| SocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/socket-factory.cc |
44203| RttEstimator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rtt-estimator.cc |
44204| ThreeGppHttpServer | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-server.cc |
44205| ErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/error-model.cc |
44206| TagBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/tag-buffer.cc |
44207| RandomWalk2d | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/random-walk-2d-mobility-model.cc |
44208| PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-probe.cc |
44209| PacketSocketClient | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-client.cc |
44210| Ipv4AddressGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-address-generator.cc |
44211| Ipv6PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-packet-filter.cc |
44212| Trailer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/trailer.cc |
44213| IpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ip-l4-protocol.cc |
44214| AddressUtils | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/address-utils.cc |
44215| SpectrumAnalyzerHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/spectrum-analyzer-helper.cc |
44216| Ipv6EndPointDemux | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-end-point-demux.cc |
44217| PhyStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-stats-calculator.cc |
44218| RipNg | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ripng.cc |
44219| TcpSocketBase | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-socket-base.cc |
44220| Boolean | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/boolean.cc |
44221| PacketSocket | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket.cc |
44222| DataRate | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/data-rate.cc |
44223| PointToPointEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/point-to-point-epc-helper.cc |
44224| FrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/frame-exchange-manager.cc |
44225| QosTxop | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/qos-txop.cc |
44226| VhtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-phy.cc |
44227| BSSchedulerRtps | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler-rtps.cc |
44228| WaveformGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/waveform-generator.cc |
44229| DefaultApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/default-ap-emlsr-manager.cc |
44230| ErrorChannel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/error-channel.cc |
44231| TimeProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-probe.cc |
44232| TraceSourceAccessor | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/trace-source-accessor.cc |
44233| QueueSize | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-size.cc |
44234| ItuR1411NlosOverRooftopPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/itu-r-1411-nlos-over-rooftop-propagation-loss-model.cc |
44235| int64x64 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/int64x64.cc |
44236| UanMacRcGw | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-rc-gw.cc |
44237| TcpCubic | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-cubic.cc |
44238| Hash-Murmur3 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-murmur3.cc |
44239| DsrSendBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rsendbuff.cc |
44240| OutputStreamWrapper | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/output-stream-wrapper.cc |
44241| Ipv6Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ipv6-address.cc |
44242| Queue | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue.cc |
44243| TcpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-l4-protocol.cc |
44244| Mac48Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac48-address.cc |
44245| Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/address.cc |
44246| PacketBurst | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-burst.cc |
44247| TcpWestwoodPlus | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-westwood-plus.cc |
44248| TcpYeah | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-yeah.cc |
44249| UdpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-l4-protocol.cc |
44250| Ipv6EndPoint | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-end-point.cc |
44251| UdpSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-socket-impl.cc |
44252| PacketSocketServer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-server.cc |
44253| DhcpHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/dhcp-helper.cc |
44254| UdpEchoClientApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-echo-client.cc |
44255| PacketDataCalculators | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-data-calculators.cc |
44256| Dhcp6Helper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/dhcp6-helper.cc |
44257| Ipv6L3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-l3-protocol.cc |
44258| RadvdHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/radvd-helper.cc |
44259| DhcpClient | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-client.cc |
44260| DeviceEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/device-energy-model.cc |
44261| PieQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/pie-queue-disc.cc |
44262| Dhcp6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-header.cc |
44263| SimpleDeviceEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/simple-device-energy-model.cc |
44264| EthernetTrailer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ethernet-trailer.cc |
44265| SimpleFrameCaptureModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/simple-frame-capture-model.cc |
44266| MobilityBuildingInfo | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/mobility-building-info.cc |
44267| Dhcp6Server | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-server.cc |
44268| WimaxMacQueue | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-mac-queue.cc |
44269| PhyRxStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-rx-stats-calculator.cc |
44270| WifiRemoteStationManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-remote-station-manager.cc |
44271| Ping | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/ping.cc |
44272| LteFrHardAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-hard-algorithm.cc |
44273| RadvdInterface | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd-interface.cc |
44274| LteRlc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc.cc |
44275| TrickleTimer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/trickle-timer.cc |
44276| YansWifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/yans-wifi-helper.cc |
44277| V4TraceRoute | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/v4traceroute.cc |
44278| AodvRoutingTable | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-rtable.cc |
44279| BasicEnergyHarvester | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/basic-energy-harvester.cc |
44280| UanTransducerHd | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-transducer-hd.cc |
44281| PacketLossCounter | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/packet-loss-counter.cc |
44282| BasicEnergySource | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/basic-energy-source.cc |
44283| WifiTxStatsHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-tx-stats-helper.cc |
44284| DeviceEnergyModelContainer | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/device-energy-model-container.cc |
44285| EnergyHarvester | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/energy-harvester.cc |
44286| GenericBatteryModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/generic-battery-model.cc |
44287| SpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-phy.cc |
44288| BuildingAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/building-allocator.cc |
44289| RvBatteryModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/rv-battery-model.cc |
44290| TcpPrrRecovery | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-prr-recovery.cc |
44291| CircularApertureAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/circular-aperture-antenna-model.cc |
44292| TcpLinuxReno | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-linux-reno.cc |
44293| WifiAssocManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-assoc-manager.cc |
44294| Angles | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/angles.cc |
44295| ZigbeeStack | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-stack.cc |
44296| AntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/antenna-model.cc |
44297| SixLowPanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/sixlowpan/model/sixlowpan-net-device.cc |
44298| IsotropicAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/isotropic-antenna-model.cc |
44299| LrWpanErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-error-model.cc |
44300| Cost231PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/cost231-propagation-loss-model.cc |
44301| PhyEntity | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/phy-entity.cc |
44302| ParabolicAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/parabolic-antenna-model.cc |
44303| PhasedArrayModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/phased-array-model.cc |
44304| AparfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aparf-wifi-manager.cc |
44305| UniformPlanarArray | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/uniform-planar-array.cc |
44306| CsvReader | /tmp/nsnam/update-docs/ns-3-dev/src/core/helper/csv-reader.cc |
44307| UanPhyGen | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-phy-gen.cc |
44308| MobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/mobility-helper.cc |
44309| PrioQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/prio-queue-disc.cc |
44310| SpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-channel.cc |
44311| Ns2MobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/ns2-mobility-helper.cc |
44312| DoubleProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/double-probe.cc |
44313| ConstantVelocityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/constant-velocity-helper.cc |
44314| FcfsWifiQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/fcfs-wifi-queue-scheduler.cc |
44315| GeographicPositions | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/geographic-positions.cc |
44316| VhtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-frame-exchange-manager.cc |
44317| HierarchicalMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/hierarchical-mobility-model.cc |
44318| EpcTftClassifier | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-tft-classifier.cc |
44319| RandomDirection2dMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/random-direction-2d-mobility-model.cc |
44320| ChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/channel-condition-model.cc |
44321| ItuR1411LosPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/itu-r-1411-los-propagation-loss-model.cc |
44322| Jakes | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/jakes-propagation-loss-model.cc |
44323| OkumuraHataPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/okumura-hata-propagation-loss-model.cc |
44324| NodePrinter | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/node-printer.cc |
44325| AlohaNoackNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/aloha-noack-net-device.cc |
44326| HtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-frame-exchange-manager.cc |
44327| FdMtFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdmt-ff-mac-scheduler.cc |
44328| Ipv4RawSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-impl.cc |
44329| ProbabilisticV2vChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/probabilistic-v2v-channel-condition-model.cc |
44330| PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/propagation-loss-model.cc |
44331| AdhocAlohaNoackIdealPhyHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/adhoc-aloha-noack-ideal-phy-helper.cc |
44332| AlohaNoackMacHeader | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/aloha-noack-mac-header.cc |
44333| Ipv4EndPoint | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-end-point.cc |
44334| Test | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/test.cc |
44335| TcpRxBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-rx-buffer.cc |
44336| ConstantSpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/constant-spectrum-propagation-loss.cc |
44337| HalfDuplexIdealPhySignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/half-duplex-ideal-phy-signal-parameters.cc |
44338| HalfDuplexIdealPhy | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/half-duplex-ideal-phy.cc |
44339| IpcsClassifierRecord | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ipcs-classifier-record.cc |
44340| OrbisTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/orbis-topology-reader.cc |
44341| BsServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-service-flow-manager.cc |
44342| MultiModelSpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/multi-model-spectrum-channel.cc |
44343| AdvancedApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/advanced-ap-emlsr-manager.cc |
44344| SpectrumConverter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-converter.cc |
44345| ShannonSpectrumErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-error-model.cc |
44346| WifiMacQueue | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac-queue.cc |
44347| WifiPhyStateHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy-state-helper.cc |
44348| SpectrumModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-model.cc |
44349| TraceFadingLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/trace-fading-loss-model.cc |
44350| TcpOptionSack | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-sack.cc |
44351| SpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-propagation-loss-model.cc |
44352| SpectrumTransmitFilter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-transmit-filter.cc |
44353| SpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-signal-parameters.cc |
44354| LteSpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-phy.cc |
44355| SpectrumValue | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-value.cc |
44356| ThreeGppChannelModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/three-gpp-channel-model.cc |
44357| ThreeGppSpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/three-gpp-spectrum-propagation-loss-model.cc |
44358| ConstantRateWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/constant-rate-wifi-manager.cc |
44359| TcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-header.cc |
44360| TvSpectrumTransmitter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/tv-spectrum-transmitter.cc |
44361| SpectrumWifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/spectrum-wifi-helper.cc |
44362| WifiCoTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-co-trace-helper.cc |
44363| FlameProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-protocol-mac.cc |
44364| ApWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ap-wifi-mac.cc |
44365| SpectrumInterference | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-interference.cc |
44366| BlockAckWindow | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-window.cc |
44367| AdvancedEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/advanced-emlsr-manager.cc |
44368| DefaultEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/default-emlsr-manager.cc |
44369| WifiPhyRxTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-phy-rx-trace-helper.cc |
44370| RealtimeSimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/realtime-simulator-impl.cc |
44371| EhtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-configuration.cc |
44372| NetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/net-device.cc |
44373| MinstrelHtWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/minstrel-ht-wifi-manager.cc |
44374| UanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/uan/helper/uan-helper.cc |
44375| MultiLinkElement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/multi-link-element.cc |
44376| ConstantObssPdAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/constant-obss-pd-algorithm.cc |
44377| HeConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-configuration.cc |
44378| HeFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-frame-exchange-manager.cc |
44379| HePhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-phy.cc |
44380| MultiUserScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/multi-user-scheduler.cc |
44381| ObssPdAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/obss-pd-algorithm.cc |
44382| HtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-configuration.cc |
44383| UanPropModelThorp | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-prop-model-thorp.cc |
44384| HtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-ppdu.cc |
44385| MacRxMiddle | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mac-rx-middle.cc |
44386| MacTxMiddle | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mac-tx-middle.cc |
44387| EhtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-frame-exchange-manager.cc |
44388| MpduAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mpdu-aggregator.cc |
44389| SsServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-service-flow-manager.cc |
44390| DsssErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-error-rate-model.cc |
44391| Uinteger32Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-32-probe.cc |
44392| OfdmPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/ofdm-ppdu.cc |
44393| OriginatorBlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/originator-block-ack-agreement.cc |
44394| SubscriberStationNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-net-device.cc |
44395| QosFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/qos-frame-exchange-manager.cc |
44396| Ipv6InterfaceAddress | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-interface-address.cc |
44397| HtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-phy.cc |
44398| BooleanProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/boolean-probe.cc |
44399| AarfcdWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aarfcd-wifi-manager.cc |
44400| PacketSink | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/packet-sink.cc |
44401| UanTxMode | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-tx-mode.cc |
44402| AmrrWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/amrr-wifi-manager.cc |
44403| ArfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/arf-wifi-manager.cc |
44404| LteFfrEnhancedAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-enhanced-algorithm.cc |
44405| Dot11sPeerManagementProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-link.cc |
44406| CaraWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/cara-wifi-manager.cc |
44407| UdpEchoServerApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-echo-server.cc |
44408| IdealWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/ideal-wifi-manager.cc |
44409| WifiMpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mpdu.cc |
44410| MinstrelWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/minstrel-wifi-manager.cc |
44411| OnoeWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/onoe-wifi-manager.cc |
44412| InetTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/inet-topology-reader.cc |
44413| ParfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/parf-wifi-manager.cc |
44414| DsdvRoutingTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-rtable.cc |
44415| BlockAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-manager.cc |
44416| RrpaaWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/rrpaa-wifi-manager.cc |
44417| UanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-net-device.cc |
44418| LteFrStrictAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-strict-algorithm.cc |
44419| GcrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/gcr-manager.cc |
44420| RecipientBlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/recipient-block-ack-agreement.cc |
44421| StaWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/sta-wifi-mac.cc |
44422| Txop | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/txop.cc |
44423| EventId | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/event-id.cc |
44424| VhtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-ppdu.cc |
44425| Ipv6ExtensionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-extension-header.cc |
44426| WifiBandwidthFilter | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-bandwidth-filter.cc |
44427| WifiDefaultProtectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-protection-manager.cc |
44428| SimpleUeComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/simple-ue-component-carrier-manager.cc |
44429| WifiMacQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac-queue-scheduler.cc |
44430| WifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac.cc |
44431| simpleOfdmWimaxChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/simple-ofdm-wimax-channel.cc |
44432| WifiNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-net-device.cc |
44433| SNRToBlockErrorRateManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/snr-to-block-error-rate-manager.cc |
44434| WifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy.cc |
44435| TcpOptionRfc793 | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-rfc793.cc |
44436| ApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/ap-emlsr-manager.cc |
44437| WifiPsdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-psdu.cc |
44438| Icmpv4L4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv4-l4-protocol.cc |
44439| WifiRadioEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-radio-energy-model.cc |
44440| LteSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-signal-parameters.cc |
44441| PcapFileWrapper | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/pcap-file-wrapper.cc |
44442| WifiSpectrumPhyInterface | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-phy-interface.cc |
44443| WifiTxCurrentModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-current-model.cc |
44444| UdpTraceClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-trace-client.cc |
44445| WifiTxParameters | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-parameters.cc |
44446| WifiTxTimer | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-timer.cc |
44447| ApplicationPacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/application-packet-probe.cc |
44448| EnergySource | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/energy-source.cc |
44449| BulkSendApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/bulk-send-application.cc |
44450| SeqTsEchoHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-echo-header.cc |
44451| SeqTsHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-header.cc |
44452| SeqTsSizeHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-size-header.cc |
44453| TcpVeno | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-veno.cc |
44454| EhtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-phy.cc |
44455| SinkApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/sink-application.cc |
44456| ThreeGppHttpClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-client.cc |
44457| Buffer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/buffer.cc |
44458| RadvdPrefix | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd-prefix.cc |
44459| ThreeGppHttpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-header.cc |
44460| UdpServer | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-server.cc |
44461| DsrMainHelper | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/helper/dsr-main-helper.cc |
44462| HwmpProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-protocol-mac.cc |
44463| HwmpProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-protocol.cc |
44464| PeerManagementProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-management-protocol-mac.cc |
44465| PeerManagementProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-management-protocol.cc |
44466| Ipv4 | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4.cc |
44467| FlameProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-protocol.cc |
44468| ComponentCarrierEnb | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier-enb.cc |
44469| Mac16Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac16-address.cc |
44470| MeshWifiInterfaceMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-wifi-interface-mac.cc |
44471| Mac8Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac8-address.cc |
44472| AcousticModemEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/acoustic-modem-energy-model.cc |
44473| UanPhyDual | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-phy-dual.cc |
44474| WimaxNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-net-device.cc |
44475| PhyTxStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-tx-stats-calculator.cc |
44476| RadvdApplication | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd.cc |
44477| DropTailQueue | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/drop-tail-queue.cc |
44478| SourceApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/source-application.cc |
44479| WimaxPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-phy.cc |
44480| ObjectBase | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-base.cc |
44481| WimaxChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-channel.cc |
44482| TcpLedbat | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-ledbat.cc |
44483| SimpleOfdmWimaxPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/simple-ofdm-wimax-phy.cc |
44484| DsdvPacketQueue | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-packet-queue.cc |
44485| RngStream | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/rng-stream.cc |
44486| SSManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-manager.cc |
44487| LteUeMac | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-mac.cc |
44488| LteHexGridEnbTopologyHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-hex-grid-enb-topology-helper.cc |
44489| Config | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/config.cc |
44490| SingleModelSpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/single-model-spectrum-channel.cc |
44491| UplinkScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler.cc |
44492| UplinkSchedulerSimple | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-simple.cc |
44493| JakesProcess | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/jakes-process.cc |
44494| UplinkSchedulerMBQoS | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-mbqos.cc |
44495| UplinkSchedulerRtps | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-rtps.cc |
44496| LrWpanCsmaCa | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-csmaca.cc |
44497| BSScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler.cc |
44498| SSScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-scheduler.cc |
44499| FfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/ff-mac-scheduler.cc |
44500| DsrOptions | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-options.cc |
44501| FatalImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/fatal-impl.cc |
44502| ServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/service-flow-manager.cc |
44503| BandwidthManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bandwidth-manager.cc |
44504| Ipv4Route | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-route.cc |
44505| IpcsClassifier | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ipcs-classifier.cc |
44506| MicrowaveOvenSpectrumValue | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/microwave-oven-spectrum-value-helper.cc |
44507| Tlv | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-tlv.cc |
44508
44509*/
44510
44511/*!
44512\page TraceSourceList All TraceSources
44513
44514This 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.
44515
44516<b>ns3::AarfcdWifiManager</b><br>
44517<ul>
44518<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44519</ul>
44520<b>ns3::AarfWifiManager</b><br>
44521<ul>
44522<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44523</ul>
44524<b>ns3::AcousticModemEnergyModel</b><br>
44525<ul>
44526<li><b>TotalEnergyConsumption</b>: Total energy consumption of the modem device.</li>
44527</ul>
44528<b>ns3::AlohaNoackNetDevice</b><br>
44529<ul>
44530<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>
44531<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>
44532<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44533<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44534</ul>
44535<b>ns3::AmrrWifiManager</b><br>
44536<ul>
44537<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44538</ul>
44539<b>ns3::AparfWifiManager</b><br>
44540<ul>
44541<li><b>PowerChange</b>: The transmission power has change</li>
44542<li><b>RateChange</b>: The transmission rate has change</li>
44543</ul>
44544<b>ns3::ApplicationPacketProbe</b><br>
44545<ul>
44546<li><b>Output</b>: The packet plus its socket address that serve as the output for this probe</li>
44547<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44548</ul>
44549<b>ns3::ApWifiMac</b><br>
44550<ul>
44551<li><b>AssociatedSta</b>: A station associated with this access point.</li>
44552<li><b>DeAssociatedSta</b>: A station lost association with this access point.</li>
44553</ul>
44554<b>ns3::ArfWifiManager</b><br>
44555<ul>
44556<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44557</ul>
44558<b>ns3::ArpCache</b><br>
44559<ul>
44560<li><b>Drop</b>: Packet dropped due to ArpCache entry in WaitReply expiring.</li>
44561</ul>
44562<b>ns3::ArpL3Protocol</b><br>
44563<ul>
44564<li><b>Drop</b>: Packet dropped because not enough room in pending queue for a specific cache entry.</li>
44565</ul>
44566<b>ns3::BaseStationNetDevice</b><br>
44567<ul>
44568<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>
44569<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>
44570<li><b>BSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
44571<li><b>BSTx</b>: A packet has been received from higher layers and is being processed in preparation for queueing for transmission.</li>
44572<li><b>BSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.</li>
44573</ul>
44574<b>ns3::BlockAckManager</b><br>
44575<ul>
44576<li><b>AgreementState</b>: The state of the ADDBA handshake</li>
44577</ul>
44578<b>ns3::BooleanProbe</b><br>
44579<ul>
44580<li><b>Output</b>: The bool that serves as output for this probe</li>
44581</ul>
44582<b>ns3::BulkSendApplication</b><br>
44583<ul>
44584<li><b>TcpRetransmission</b>: The TCP socket retransmitted a packet</li>
44585<li><b>Tx</b>: A new packet is sent</li>
44586<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader</li>
44587</ul>
44588<b>ns3::CaraWifiManager</b><br>
44589<ul>
44590<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44591</ul>
44592<b>ns3::ChannelAccessManager</b><br>
44593<ul>
44594<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>
44595</ul>
44596<b>ns3::CobaltQueueDisc</b><br>
44597<ul>
44598<li><b>Count</b>: Cobalt count</li>
44599<li><b>DropNext</b>: Time until next packet drop</li>
44600<li><b>DropState</b>: Dropping state</li>
44601</ul>
44602<b>ns3::CoDelQueueDisc</b><br>
44603<ul>
44604<li><b>Count</b>: CoDel count</li>
44605<li><b>DropNext</b>: Time until next packet drop</li>
44606<li><b>DropState</b>: Dropping state</li>
44607<li><b>LastCount</b>: CoDel lastcount</li>
44608</ul>
44609<b>ns3::CsmaNetDevice</b><br>
44610<ul>
44611<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>
44612<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>
44613<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44614<li><b>MacTxBackoff</b>: Trace source indicating a packet has been delayed by the CSMA backoff process</li>
44615<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44616<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44617<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device</li>
44618<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel</li>
44619<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44620<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44621<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44622<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44623</ul>
44624<b>ns3::DhcpClient</b><br>
44625<ul>
44626<li><b>ExpireLease</b>: A lease expires</li>
44627<li><b>NewLease</b>: Get a NewLease</li>
44628</ul>
44629<b>ns3::dot11s::HwmpProtocol</b><br>
44630<ul>
44631<li><b>RouteChange</b>: Routing table changed</li>
44632<li><b>RouteDiscoveryTime</b>: The time of route discovery procedure</li>
44633</ul>
44634<b>ns3::dot11s::PeerManagementProtocol</b><br>
44635<ul>
44636<li><b>LinkClose</b>: New peer link closed</li>
44637<li><b>LinkOpen</b>: New peer link opened</li>
44638</ul>
44639<b>ns3::DoubleProbe</b><br>
44640<ul>
44641<li><b>Output</b>: The double that serves as output for this probe</li>
44642</ul>
44643<b>ns3::dsr::DsrOptions</b><br>
44644<ul>
44645<li><b>Drop</b>: Packet dropped.</li>
44646<li><b>Rx</b>: Receive DSR packet.</li>
44647</ul>
44648<b>ns3::dsr::DsrRouting</b><br>
44649<ul>
44650<li><b>Drop</b>: Drop DSR packet</li>
44651<li><b>Tx</b>: Send DSR packet.</li>
44652</ul>
44653<b>ns3::DynamicQueueLimits</b><br>
44654<ul>
44655<li><b>Limit</b>: Limit value calculated by DQL</li>
44656</ul>
44657<b>ns3::EmlsrManager</b><br>
44658<ul>
44659<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>
44660</ul>
44661<b>ns3::energy::BasicEnergyHarvester</b><br>
44662<ul>
44663<li><b>HarvestedPower</b>: Harvested power by the BasicEnergyHarvester.</li>
44664<li><b>TotalEnergyHarvested</b>: Total energy harvested by the harvester.</li>
44665</ul>
44666<b>ns3::energy::BasicEnergySource</b><br>
44667<ul>
44668<li><b>RemainingEnergy</b>: Remaining energy at BasicEnergySource.</li>
44669</ul>
44670<b>ns3::energy::GenericBatteryModel</b><br>
44671<ul>
44672<li><b>RemainingEnergy</b>: Remaining energy of generic battery</li>
44673</ul>
44674<b>ns3::energy::RvBatteryModel</b><br>
44675<ul>
44676<li><b>RvBatteryModelBatteryLevel</b>: RV battery model battery level.</li>
44677<li><b>RvBatteryModelBatteryLifetime</b>: RV battery model battery lifetime.</li>
44678</ul>
44679<b>ns3::energy::SimpleDeviceEnergyModel</b><br>
44680<ul>
44681<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.</li>
44682</ul>
44683<b>ns3::EpcUeNas</b><br>
44684<ul>
44685<li><b>StateTransition</b>: fired upon every UE NAS state transition</li>
44686</ul>
44687<b>ns3::FdNetDevice</b><br>
44688<ul>
44689<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>
44690<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>
44691<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44692<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44693<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44694<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44695</ul>
44696<b>ns3::HalfDuplexIdealPhy</b><br>
44697<ul>
44698<li><b>RxAbort</b>: Trace fired when a previously started RX is aborted before time</li>
44699<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error (packet is corrupted)</li>
44700<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully</li>
44701<li><b>RxStart</b>: Trace fired when the start of a signal is detected</li>
44702<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
44703<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
44704</ul>
44705<b>ns3::Icmpv6L4Protocol</b><br>
44706<ul>
44707<li><b>DadFailure</b>: Duplicate Address detected during DAD, the address is now INVALID</li>
44708<li><b>DadSuccess</b>: Duplicate Address not detected during DAD, the address is now PREFERRED</li>
44709</ul>
44710<b>ns3::IdealWifiManager</b><br>
44711<ul>
44712<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44713</ul>
44714<b>ns3::Ipv4Interface</b><br>
44715<ul>
44716<li><b>InterfaceStatus</b>: Interface has been set up or down.</li>
44717</ul>
44718<b>ns3::Ipv4L3Protocol</b><br>
44719<ul>
44720<li><b>Drop</b>: Drop ipv4 packet</li>
44721<li><b>LocalDeliver</b>: An IPv4 packet was received by/for this node, and it is being forward up the stack</li>
44722<li><b>MulticastForward</b>: A multicast IPv4 packet was received by this node and is being forwarded to another node</li>
44723<li><b>Rx</b>: Receive ipv4 packet from incoming interface.</li>
44724<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission</li>
44725<li><b>Tx</b>: Send ipv4 packet to outgoing interface.</li>
44726<li><b>UnicastForward</b>: A unicast IPv4 packet was received by this node and is being forwarded to another node</li>
44727</ul>
44728<b>ns3::Ipv4PacketProbe</b><br>
44729<ul>
44730<li><b>Output</b>: The packet plus its IPv4 object and interface that serve as the output for this probe</li>
44731<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44732</ul>
44733<b>ns3::Ipv6Interface</b><br>
44734<ul>
44735<li><b>InterfaceStatus</b>: Interface has been set up or down.</li>
44736</ul>
44737<b>ns3::Ipv6L3Protocol</b><br>
44738<ul>
44739<li><b>Drop</b>: Drop IPv6 packet</li>
44740<li><b>LocalDeliver</b>: An IPv6 packet was received by/for this node, and it is being forward up the stack</li>
44741<li><b>Rx</b>: Receive IPv6 packet from incoming interface.</li>
44742<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission</li>
44743<li><b>Tx</b>: Send IPv6 packet to outgoing interface.</li>
44744<li><b>UnicastForward</b>: A unicast IPv6 packet was received by this node and is being forwarded to another node</li>
44745</ul>
44746<b>ns3::Ipv6PacketProbe</b><br>
44747<ul>
44748<li><b>Output</b>: The packet plus its IPv6 object and interface that serve as the output for this probe</li>
44749<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44750</ul>
44751<b>ns3::lrwpan::LrWpanMac</b><br>
44752<ul>
44753<li><b>IfsEnd</b>: Trace source reporting the end of an Interframe space (IFS)</li>
44754<li><b>MacIncSuperframeStatus</b>: The period status of the incoming superframe</li>
44755<li><b>MacIndTxDequeue</b>: Trace source indicating a packet has was dequeued from the indirect transaction queue</li>
44756<li><b>MacIndTxDrop</b>: Trace source indicating a packet has been dropped from the indirect transaction queue(The pending transaction list)</li>
44757<li><b>MacIndTxEnqueue</b>: Trace source indicating a packet has been enqueued in the indirect transaction queue</li>
44758<li><b>MacOutSuperframeStatus</b>: The period status of the outgoing superframe</li>
44759<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>
44760<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>
44761<li><b>MacRxDrop</b>: Trace source indicating a packet was received, but dropped before being forwarded up the stack</li>
44762<li><b>MacSentPkt</b>: Trace source reporting some information about the sent packet</li>
44763<li><b>MacState</b>: The state of LrWpan Mac</li>
44764<li><b>MacStateValue</b>: The state of LrWpan Mac</li>
44765<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44766<li><b>MacTxDequeue</b>: Trace source indicating a packet has was dequeued from the transaction queue</li>
44767<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped during transmission</li>
44768<li><b>MacTxEnqueue</b>: Trace source indicating a packet has been enqueued in the transaction queue</li>
44769<li><b>MacTxOk</b>: Trace source indicating a packet has been successfully sent</li>
44770<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44771<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44772</ul>
44773<b>ns3::lrwpan::LrWpanPhy</b><br>
44774<ul>
44775<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
44776<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44777<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
44778<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium</li>
44779<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44780<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
44781<li><b>TrxState</b>: The state of the transceiver</li>
44782<li><b>TrxStateValue</b>: The state of the transceiver</li>
44783</ul>
44784<b>ns3::LteEnbMac</b><br>
44785<ul>
44786<li><b>DlScheduling</b>: Information regarding DL scheduling.</li>
44787<li><b>UlScheduling</b>: Information regarding UL scheduling.</li>
44788</ul>
44789<b>ns3::LteEnbPhy</b><br>
44790<ul>
44791<li><b>DlPhyTransmission</b>: DL transmission PHY layer statistics.</li>
44792<li><b>ReportInterference</b>: Report linear interference power per PHY RB</li>
44793<li><b>ReportUeSinr</b>: Report UEs' averaged linear SINR</li>
44794</ul>
44795<b>ns3::LteEnbRrc</b><br>
44796<ul>
44797<li><b>ConnectionEstablished</b>: Fired upon successful RRC connection establishment.</li>
44798<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration</li>
44799<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure</li>
44800<li><b>HandoverFailureJoining</b>: trace fired upon handover failure due to handover joining timeout at target eNB</li>
44801<li><b>HandoverFailureLeaving</b>: trace fired upon handover failure due to handover leaving timeout at source eNB</li>
44802<li><b>HandoverFailureMaxRach</b>: trace fired upon handover failure due to max RACH attempts from UE to target eNB</li>
44803<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>
44804<li><b>HandoverStart</b>: trace fired upon start of a handover procedure</li>
44805<li><b>NewUeContext</b>: Fired upon creation of a new UE context.</li>
44806<li><b>NotifyConnectionRelease</b>: trace fired when an UE is released</li>
44807<li><b>RecvMeasurementReport</b>: trace fired when measurement report is received</li>
44808<li><b>RrcTimeout</b>: trace fired when a timer expires</li>
44809</ul>
44810<b>ns3::LtePdcp</b><br>
44811<ul>
44812<li><b>RxPDU</b>: PDU received.</li>
44813<li><b>TxPDU</b>: PDU transmission notified to the RLC.</li>
44814</ul>
44815<b>ns3::LteRlc</b><br>
44816<ul>
44817<li><b>RxPDU</b>: PDU received.</li>
44818<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission</li>
44819<li><b>TxPDU</b>: PDU transmission notified to the MAC.</li>
44820</ul>
44821<b>ns3::LteSpectrumPhy</b><br>
44822<ul>
44823<li><b>DlPhyReception</b>: DL reception PHY layer statistics.</li>
44824<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error</li>
44825<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully</li>
44826<li><b>RxStart</b>: Trace fired when the start of a signal is detected</li>
44827<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
44828<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
44829<li><b>UlPhyReception</b>: DL reception PHY layer statistics.</li>
44830</ul>
44831<b>ns3::LteUeMac</b><br>
44832<ul>
44833<li><b>RaResponseTimeout</b>: trace fired upon RA response timeout</li>
44834</ul>
44835<b>ns3::LteUePhy</b><br>
44836<ul>
44837<li><b>ReportCurrentCellRsrpSinr</b>: RSRP and SINR statistics.</li>
44838<li><b>ReportPowerSpectralDensity</b>: Power Spectral Density data.</li>
44839<li><b>ReportUeMeasurements</b>: Report UE measurements RSRP (dBm) and RSRQ (dB).</li>
44840<li><b>ReportUlPhyResourceBlocks</b>: UL transmission PHY layer resource blocks.</li>
44841<li><b>StateTransition</b>: Trace fired upon every UE PHY state transition</li>
44842<li><b>UlPhyTransmission</b>: DL transmission PHY layer statistics.</li>
44843</ul>
44844<b>ns3::LteUePowerControl</b><br>
44845<ul>
44846<li><b>ReportPucchTxPower</b>: Report PUCCH TxPower in dBm</li>
44847<li><b>ReportPuschTxPower</b>: Report PUSCH TxPower in dBm</li>
44848<li><b>ReportSrsTxPower</b>: Report SRS TxPower in dBm</li>
44849</ul>
44850<b>ns3::LteUeRrc</b><br>
44851<ul>
44852<li><b>ConnectionEstablished</b>: trace fired upon successful RRC connection establishment</li>
44853<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration</li>
44854<li><b>ConnectionTimeout</b>: trace fired upon timeout RRC connection establishment because of T300</li>
44855<li><b>DrbCreated</b>: trace fired after DRB is created</li>
44856<li><b>HandoverEndError</b>: trace fired upon failure of a handover procedure</li>
44857<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure</li>
44858<li><b>HandoverStart</b>: trace fired upon start of a handover procedure</li>
44859<li><b>InitialCellSelectionEndError</b>: trace fired upon failed initial cell selection procedure</li>
44860<li><b>InitialCellSelectionEndOk</b>: trace fired upon successful initial cell selection procedure</li>
44861<li><b>MibReceived</b>: trace fired upon reception of Master Information Block</li>
44862<li><b>PhySyncDetection</b>: trace fired upon receiving in Sync or out of Sync indications from UE PHY</li>
44863<li><b>RadioLinkFailure</b>: trace fired upon failure of radio link</li>
44864<li><b>RandomAccessError</b>: trace fired upon failure of the random access procedure</li>
44865<li><b>RandomAccessSuccessful</b>: trace fired upon successful completion of the random access procedure</li>
44866<li><b>SCarrierConfigured</b>: trace fired after configuring secondary carriers</li>
44867<li><b>Sib1Received</b>: trace fired upon reception of System Information Block Type 1</li>
44868<li><b>Sib2Received</b>: trace fired upon reception of System Information Block Type 2</li>
44869<li><b>Srb1Created</b>: trace fired after SRB1 is created</li>
44870<li><b>StateTransition</b>: trace fired upon every UE RRC state transition</li>
44871</ul>
44872<b>ns3::MinstrelHtWifiManager</b><br>
44873<ul>
44874<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44875</ul>
44876<b>ns3::MinstrelWifiManager</b><br>
44877<ul>
44878<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44879</ul>
44880<b>ns3::MobilityModel</b><br>
44881<ul>
44882<li><b>CourseChange</b>: The value of the position and/or velocity vector changed</li>
44883</ul>
44884<b>ns3::ObssPdAlgorithm</b><br>
44885<ul>
44886<li><b>Reset</b>: Trace CCA Reset event</li>
44887</ul>
44888<b>ns3::olsr::RoutingProtocol</b><br>
44889<ul>
44890<li><b>RoutingTableChanged</b>: The OLSR routing table has changed.</li>
44891<li><b>Rx</b>: Receive OLSR packet.</li>
44892<li><b>Tx</b>: Send OLSR packet.</li>
44893</ul>
44894<b>ns3::OnoeWifiManager</b><br>
44895<ul>
44896<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44897</ul>
44898<b>ns3::OnOffApplication</b><br>
44899<ul>
44900<li><b>OnOffState</b>: Application state (0-OFF, 1-ON)</li>
44901<li><b>Tx</b>: A new packet is created and is sent</li>
44902<li><b>TxWithAddresses</b>: A new packet is created and is sent</li>
44903<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader</li>
44904</ul>
44905<b>ns3::PacketProbe</b><br>
44906<ul>
44907<li><b>Output</b>: The packet that serve as the output for this probe</li>
44908<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44909</ul>
44910<b>ns3::PacketSink</b><br>
44911<ul>
44912<li><b>Rx</b>: A packet has been received</li>
44913<li><b>RxWithAddresses</b>: A packet has been received</li>
44914<li><b>RxWithSeqTsSize</b>: A packet with SeqTsSize header has been received</li>
44915</ul>
44916<b>ns3::PacketSocket</b><br>
44917<ul>
44918<li><b>Drop</b>: Drop packet due to receive buffer overflow</li>
44919</ul>
44920<b>ns3::PacketSocketClient</b><br>
44921<ul>
44922<li><b>Tx</b>: A packet has been sent</li>
44923</ul>
44924<b>ns3::PacketSocketServer</b><br>
44925<ul>
44926<li><b>Rx</b>: A packet has been received</li>
44927</ul>
44928<b>ns3::ParfWifiManager</b><br>
44929<ul>
44930<li><b>PowerChange</b>: The transmission power has change</li>
44931<li><b>RateChange</b>: The transmission rate has change</li>
44932</ul>
44933<b>ns3::Ping</b><br>
44934<ul>
44935<li><b>Drop</b>: Drop events due to destination unreachable or other errors.</li>
44936<li><b>Report</b>: Summary report at close of application.</li>
44937<li><b>Rtt</b>: The sequence number and RTT sample.</li>
44938<li><b>Tx</b>: The sequence number and ICMP echo response packet.</li>
44939</ul>
44940<b>ns3::PointToPointChannel</b><br>
44941<ul>
44942<li><b>TxRxPointToPoint</b>: Trace source indicating transmission of packet from the PointToPointChannel, used by the Animation interface.</li>
44943</ul>
44944<b>ns3::PointToPointNetDevice</b><br>
44945<ul>
44946<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>
44947<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>
44948<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44949<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44950<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44951<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device</li>
44952<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel</li>
44953<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44954<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44955<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44956<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44957</ul>
44958<b>ns3::QosTxop</b><br>
44959<ul>
44960<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>
44961<li><b>TxopTrace</b>: Trace source for TXOP start and duration times</li>
44962</ul>
44963<b>ns3::Queue<Packet></b><br>
44964<ul>
44965<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44966<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44967<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44968<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44969<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44970</ul>
44971<b>ns3::Queue<QueueDiscItem></b><br>
44972<ul>
44973<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44974<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44975<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44976<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44977<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44978</ul>
44979<b>ns3::Queue<WifiMpdu,WifiMacQueueContainer></b><br>
44980<ul>
44981<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44982<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44983<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44984<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44985<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44986</ul>
44987<b>ns3::QueueBase</b><br>
44988<ul>
44989<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue</li>
44990<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue</li>
44991</ul>
44992<b>ns3::QueueDisc</b><br>
44993<ul>
44994<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc</li>
44995<li><b>Dequeue</b>: Dequeue a packet from the queue disc</li>
44996<li><b>Drop</b>: Drop a packet stored in the queue disc</li>
44997<li><b>DropAfterDequeue</b>: Drop a packet after dequeue</li>
44998<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue</li>
44999<li><b>Enqueue</b>: Enqueue a packet in the queue disc</li>
45000<li><b>Mark</b>: Mark a packet stored in the queue disc</li>
45001<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc</li>
45002<li><b>Requeue</b>: Requeue a packet in the queue disc</li>
45003<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc</li>
45004</ul>
45005<b>ns3::RraaWifiManager</b><br>
45006<ul>
45007<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
45008</ul>
45009<b>ns3::RrpaaWifiManager</b><br>
45010<ul>
45011<li><b>PowerChange</b>: The transmission power has change.</li>
45012<li><b>RateChange</b>: The transmission rate has change.</li>
45013</ul>
45014<b>ns3::SimpleNetDevice</b><br>
45015<ul>
45016<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
45017</ul>
45018<b>ns3::SimpleOfdmWimaxPhy</b><br>
45019<ul>
45020<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
45021<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
45022<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
45023<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium</li>
45024<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
45025<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
45026<li><b>Rx</b>: Receive trace</li>
45027<li><b>Tx</b>: Transmit trace</li>
45028</ul>
45029<b>ns3::SixLowPanNetDevice</b><br>
45030<ul>
45031<li><b>Drop</b>: Drop - DropReason, packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
45032<li><b>Rx</b>: Receive - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
45033<li><b>Tx</b>: Send - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
45034</ul>
45035<b>ns3::SpectrumAnalyzer</b><br>
45036<ul>
45037<li><b>AveragePowerSpectralDensityReport</b>: Trace fired whenever a new value for the average Power Spectral Density is calculated</li>
45038</ul>
45039<b>ns3::SpectrumChannel</b><br>
45040<ul>
45041<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>
45042<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>
45043<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>
45044</ul>
45045<b>ns3::SpectrumWifiPhy</b><br>
45046<ul>
45047<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak and foreign signals</li>
45048</ul>
45049<b>ns3::StaWifiMac</b><br>
45050<ul>
45051<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>
45052<li><b>BeaconArrival</b>: Time of beacons arrival from associated AP</li>
45053<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>
45054<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>
45055<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>
45056<li><b>ReceivedBeaconInfo</b>: Information about every received Beacon frame</li>
45057</ul>
45058<b>ns3::SubscriberStationNetDevice</b><br>
45059<ul>
45060<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>
45061<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>
45062<li><b>SSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
45063<li><b>SSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.</li>
45064</ul>
45065<b>ns3::TbfQueueDisc</b><br>
45066<ul>
45067<li><b>TokensInFirstBucket</b>: Number of First Bucket Tokens in bytes</li>
45068<li><b>TokensInSecondBucket</b>: Number of Second Bucket Tokens in bytes</li>
45069</ul>
45070<b>ns3::TcpBbr</b><br>
45071<ul>
45072<li><b>CwndGain</b>: The dynamic congestion window gain factor</li>
45073<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>
45074<li><b>PacingGain</b>: The dynamic pacing gain factor</li>
45075</ul>
45076<b>ns3::TcpDctcp</b><br>
45077<ul>
45078<li><b>CongestionEstimate</b>: Update sender-side congestion estimate state</li>
45079</ul>
45080<b>ns3::TcpHybla</b><br>
45081<ul>
45082<li><b>Rho</b>: Rho parameter of Hybla</li>
45083</ul>
45084<b>ns3::TcpRateLinux</b><br>
45085<ul>
45086<li><b>TcpRateSampleUpdated</b>: Tcp rate sample has been updated</li>
45087<li><b>TcpRateUpdated</b>: Tcp rate information has been updated</li>
45088</ul>
45089<b>ns3::TcpRxBuffer</b><br>
45090<ul>
45091<li><b>NextRxSequence</b>: Next sequence number expected (RCV.NXT)</li>
45092</ul>
45093<b>ns3::TcpSocketBase</b><br>
45094<ul>
45095<li><b>AdvWND</b>: Advertised Window Size</li>
45096<li><b>BytesInFlight</b>: Socket estimation of bytes in flight</li>
45097<li><b>CongState</b>: TCP Congestion machine state</li>
45098<li><b>CongestionWindow</b>: The TCP connection's congestion window</li>
45099<li><b>CongestionWindowInflated</b>: The TCP connection's congestion window inflates as in older RFC</li>
45100<li><b>EcnCeSeq</b>: Sequence of last received CE</li>
45101<li><b>EcnCwrSeq</b>: Sequence of last received CWR</li>
45102<li><b>EcnEchoSeq</b>: Sequence of last received ECN Echo</li>
45103<li><b>EcnState</b>: Trace ECN state change of socket</li>
45104<li><b>HighestRxAck</b>: Highest ack received from peer</li>
45105<li><b>HighestRxSequence</b>: Highest sequence number received from peer</li>
45106<li><b>HighestSequence</b>: Highest sequence number ever sent in socket's life time</li>
45107<li><b>LastRTT</b>: RTT of the last (S)ACKed packet</li>
45108<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)</li>
45109<li><b>PacingRate</b>: The current TCP pacing rate</li>
45110<li><b>RTO</b>: Retransmission timeout</li>
45111<li><b>RTT</b>: Smoothed RTT</li>
45112<li><b>RWND</b>: Remote side's flow control window</li>
45113<li><b>Retransmission</b>: Notification of a TCP retransmission</li>
45114<li><b>Rx</b>: Receive tcp packet from IP protocol</li>
45115<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)</li>
45116<li><b>State</b>: TCP state</li>
45117<li><b>Tx</b>: Send tcp packet to IP protocol</li>
45118</ul>
45119<b>ns3::TcpSocketState</b><br>
45120<ul>
45121<li><b>BytesInFlight</b>: The TCP connection's congestion window</li>
45122<li><b>CongState</b>: TCP Congestion machine state</li>
45123<li><b>CongestionWindow</b>: The TCP connection's congestion window</li>
45124<li><b>CongestionWindowInflated</b>: The TCP connection's inflated congestion window</li>
45125<li><b>EcnState</b>: Trace ECN state change of socket</li>
45126<li><b>HighestSequence</b>: Highest sequence number received from peer</li>
45127<li><b>LastRTT</b>: RTT of the last (S)ACKed packet</li>
45128<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)</li>
45129<li><b>PacingRate</b>: The current TCP pacing rate</li>
45130<li><b>RTT</b>: Smoothed RTT</li>
45131<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)</li>
45132</ul>
45133<b>ns3::TcpTxBuffer</b><br>
45134<ul>
45135<li><b>UnackSequence</b>: First unacknowledged sequence number (SND.UNA)</li>
45136</ul>
45137<b>ns3::TcpWestwoodPlus</b><br>
45138<ul>
45139<li><b>EstimatedBW</b>: The estimated bandwidth</li>
45140</ul>
45141<b>ns3::ThompsonSamplingWifiManager</b><br>
45142<ul>
45143<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
45144</ul>
45145<b>ns3::ThreeGppHttpClient</b><br>
45146<ul>
45147<li><b>ConnectionClosed</b>: Connection to the destination web server is closed.</li>
45148<li><b>ConnectionEstablished</b>: Connection to the destination web server has been established.</li>
45149<li><b>Rx</b>: General trace for receiving a packet of any kind.</li>
45150<li><b>RxDelay</b>: General trace of delay for receiving a complete object.</li>
45151<li><b>RxEmbeddedObject</b>: Received a whole embedded object. Header is included.</li>
45152<li><b>RxEmbeddedObjectPacket</b>: A packet of embedded object has been received.</li>
45153<li><b>RxMainObject</b>: Received a whole main object. Header is included.</li>
45154<li><b>RxMainObjectPacket</b>: A packet of main object has been received.</li>
45155<li><b>RxPage</b>: A page has been received.</li>
45156<li><b>RxRtt</b>: General trace of round trip delay time for receiving a complete object.</li>
45157<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.</li>
45158<li><b>Tx</b>: General trace for sending a packet of any kind.</li>
45159<li><b>TxEmbeddedObjectRequest</b>: Sent a request for an embedded object.</li>
45160<li><b>TxMainObjectRequest</b>: Sent a request for a main object.</li>
45161</ul>
45162<b>ns3::ThreeGppHttpServer</b><br>
45163<ul>
45164<li><b>ConnectionEstablished</b>: Connection to a remote web client has been established.</li>
45165<li><b>EmbeddedObject</b>: An embedded object has been generated.</li>
45166<li><b>MainObject</b>: A main object has been generated.</li>
45167<li><b>Rx</b>: A packet has been received.</li>
45168<li><b>RxDelay</b>: A packet has been received with delay information.</li>
45169<li><b>RxWithAddresses</b>: A packet has been received.</li>
45170<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.</li>
45171<li><b>Tx</b>: A packet has been sent.</li>
45172</ul>
45173<b>ns3::TimeProbe</b><br>
45174<ul>
45175<li><b>Output</b>: The double valued (units of seconds) probe output</li>
45176</ul>
45177<b>ns3::TimeSeriesAdaptor</b><br>
45178<ul>
45179<li><b>Output</b>: The current simulation time versus the current value converted to a double</li>
45180</ul>
45181<b>ns3::TrafficControlLayer</b><br>
45182<ul>
45183<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>
45184</ul>
45185<b>ns3::Txop</b><br>
45186<ul>
45187<li><b>BackoffTrace</b>: Trace source for backoff values</li>
45188<li><b>CwTrace</b>: Trace source for contention window values</li>
45189</ul>
45190<b>ns3::UanMacCw</b><br>
45191<ul>
45192<li><b>Dequeue</b>: A was passed down to the PHY from the MAC.</li>
45193<li><b>Enqueue</b>: A packet arrived at the MAC for transmission.</li>
45194<li><b>RX</b>: A packet was destined for this MAC and was received.</li>
45195</ul>
45196<b>ns3::UanMacRc</b><br>
45197<ul>
45198<li><b>Dequeue</b>: A (data) packet was passed down to PHY from MAC.</li>
45199<li><b>Enqueue</b>: A (data) packet arrived at MAC for transmission.</li>
45200<li><b>RX</b>: A packet was destined for and received at this MAC layer.</li>
45201</ul>
45202<b>ns3::UanMacRcGw</b><br>
45203<ul>
45204<li><b>Cycle</b>: Trace cycle statistics.</li>
45205<li><b>RX</b>: A packet was destined for and received at this MAC layer.</li>
45206</ul>
45207<b>ns3::UanNetDevice</b><br>
45208<ul>
45209<li><b>Rx</b>: Received payload from the MAC layer.</li>
45210<li><b>Tx</b>: Send payload to the MAC layer.</li>
45211</ul>
45212<b>ns3::UanPhy</b><br>
45213<ul>
45214<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.</li>
45215<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.</li>
45216<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.</li>
45217<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.</li>
45218<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.</li>
45219<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
45220</ul>
45221<b>ns3::UanPhyDual</b><br>
45222<ul>
45223<li><b>RxError</b>: A packet was received unsuccessfuly.</li>
45224<li><b>RxOk</b>: A packet was received successfully.</li>
45225<li><b>Tx</b>: Packet transmission beginning.</li>
45226</ul>
45227<b>ns3::UanPhyGen</b><br>
45228<ul>
45229<li><b>RxError</b>: A packet was received unsuccessfuly.</li>
45230<li><b>RxOk</b>: A packet was received successfully.</li>
45231<li><b>Tx</b>: Packet transmission beginning.</li>
45232</ul>
45233<b>ns3::UdpClient</b><br>
45234<ul>
45235<li><b>Tx</b>: A new packet is created and sent</li>
45236<li><b>TxWithAddresses</b>: A new packet is created and sent</li>
45237</ul>
45238<b>ns3::UdpEchoClient</b><br>
45239<ul>
45240<li><b>Rx</b>: A packet has been received</li>
45241<li><b>RxWithAddresses</b>: A packet has been received</li>
45242<li><b>Tx</b>: A new packet is created and is sent</li>
45243<li><b>TxWithAddresses</b>: A new packet is created and is sent</li>
45244</ul>
45245<b>ns3::UdpEchoServer</b><br>
45246<ul>
45247<li><b>Rx</b>: A packet has been received</li>
45248<li><b>RxWithAddresses</b>: A packet has been received</li>
45249</ul>
45250<b>ns3::UdpServer</b><br>
45251<ul>
45252<li><b>Rx</b>: A packet has been received</li>
45253<li><b>RxWithAddresses</b>: A packet has been received</li>
45254</ul>
45255<b>ns3::UdpSocketImpl</b><br>
45256<ul>
45257<li><b>Drop</b>: Drop UDP packet due to receive buffer overflow</li>
45258</ul>
45259<b>ns3::UeManager</b><br>
45260<ul>
45261<li><b>DrbCreated</b>: trace fired after DRB is created</li>
45262<li><b>StateTransition</b>: fired upon every UE state transition seen by the UeManager at the eNB RRC</li>
45263</ul>
45264<b>ns3::Uinteger16Probe</b><br>
45265<ul>
45266<li><b>Output</b>: The uint16_t that serves as output for this probe</li>
45267</ul>
45268<b>ns3::Uinteger32Probe</b><br>
45269<ul>
45270<li><b>Output</b>: The uint32_t that serves as output for this probe</li>
45271</ul>
45272<b>ns3::Uinteger8Probe</b><br>
45273<ul>
45274<li><b>Output</b>: The uint8_t that serves as output for this probe</li>
45275</ul>
45276<b>ns3::VirtualNetDevice</b><br>
45277<ul>
45278<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>
45279<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>
45280<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
45281<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
45282<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
45283</ul>
45284<b>ns3::WaveformGenerator</b><br>
45285<ul>
45286<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
45287<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
45288</ul>
45289<b>ns3::WifiMac</b><br>
45290<ul>
45291<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.</li>
45292<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).</li>
45293<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>
45294<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>
45295<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>
45296<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
45297<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>
45298<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>
45299<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>
45300<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.</li>
45301<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>
45302<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>
45303</ul>
45304<b>ns3::WifiMacQueue</b><br>
45305<ul>
45306<li><b>Expired</b>: MPDU dropped because its lifetime expired.</li>
45307</ul>
45308<b>ns3::WifiPhy</b><br>
45309<ul>
45310<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames</li>
45311<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted</li>
45312<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
45313<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
45314<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
45315<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.</li>
45316<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun</li>
45317<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception</li>
45318<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>
45319<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
45320<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
45321<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>
45322<li><b>SignalTransmission</b>: Trace start of signal transmission</li>
45323</ul>
45324<b>ns3::WifiPhyStateHelper</b><br>
45325<ul>
45326<li><b>RxError</b>: A packet has been received unsuccessfuly.</li>
45327<li><b>RxOk</b>: A packet has been received successfully.</li>
45328<li><b>RxOutcome</b>: The outcome of the decoding of the PPDU, including MPDU decoding status</li>
45329<li><b>State</b>: The state of the PHY layer</li>
45330<li><b>Tx</b>: Packet transmission is starting.</li>
45331</ul>
45332<b>ns3::WifiRadioEnergyModel</b><br>
45333<ul>
45334<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.</li>
45335</ul>
45336<b>ns3::WifiRemoteStationManager</b><br>
45337<ul>
45338<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed</li>
45339<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts</li>
45340<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts</li>
45341<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed</li>
45342</ul>
45343<b>ns3::WimaxMacQueue</b><br>
45344<ul>
45345<li><b>Dequeue</b>: Dequeue trace</li>
45346<li><b>Drop</b>: Drop trace</li>
45347<li><b>Enqueue</b>: Enqueue trace</li>
45348</ul>
45349<b>ns3::WimaxNetDevice</b><br>
45350<ul>
45351<li><b>Rx</b>: Receive trace</li>
45352<li><b>Tx</b>: Transmit trace</li>
45353</ul>
45354<b>ns3::YansWifiPhy</b><br>
45355<ul>
45356<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak signals</li>
45357</ul>
45358<b>ns3::zigbee::ZigbeeNwk</b><br>
45359<ul>
45360<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>
45361</ul>
45362*/
45363
45364/*!
45365\ingroup attributes
45366\addtogroup attribute_Address Address Attribute
45367AttributeValue implementation for Address
45368\see ns3::Address
45369*/
45370/*!
45371\ingroup attribute_Address
45372\class ns3::AddressValue "address.h"
45373AttributeValue implementation for Address.
45374\see AttributeValue
45375*/
45376/*!
45377\fn ns3::AddressValue::AddressValue(const Address & value)
45378Constructor.
45379\param [in] value The Address value to use.
45380*/
45381/*!
45382\fn Address ns3::AddressValue::Get() const
45383\returns The Address value.
45384*/
45385/*!
45386\fn bool ns3::AddressValue::GetAccessor(T & value) const
45387Access the Address value as type \p T.
45388\tparam T \explicit The type to cast to.
45389\param [out] value The Address value, as type \p T.
45390\returns true.
45391*/
45392/*!
45393\fn void ns3::AddressValue::Set(const Address & value)
45394Set the value.
45395\param [in] value The value to adopt.
45396*/
45397/*!
45398\var Address ns3::AddressValue::m_value
45399The stored Address instance.
45400*/
45401
45402/*!
45403\ingroup attribute_Address
45404\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeAddressAccessor (T1 a1)
45405\copydoc ns3::MakeAccessorHelper(T1)
45406\see AttributeAccessor
45407*/
45408/*!
45409\ingroup attribute_Address
45410\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeAddressAccessor (T1 a1, T2 a2)
45411\copydoc ns3::MakeAccessorHelper(T1,T2)
45412\see AttributeAccessor
45413*/
45414/*!
45415\ingroup attribute_Address
45416
45417\class ns3::AddressChecker "address.h"
45418AttributeChecker implementation for AddressValue.
45419\see AttributeChecker
45420*/
45421/*!
45422\ingroup attribute_Address
45423\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeAddressChecker ()
45424\returns The AttributeChecker.
45425\see AttributeChecker
45426*/
45427/*!
45428\ingroup attributes
45429\addtogroup attribute_Box Box Attribute
45430AttributeValue implementation for Box
45431\see ns3::Box
45432*/
45433/*!
45434\ingroup attribute_Box
45435\class ns3::BoxValue "box.h"
45436AttributeValue implementation for Box.
45437\see AttributeValue
45438*/
45439/*!
45440\fn ns3::BoxValue::BoxValue(const Box & value)
45441Constructor.
45442\param [in] value The Box value to use.
45443*/
45444/*!
45445\fn Box ns3::BoxValue::Get() const
45446\returns The Box value.
45447*/
45448/*!
45449\fn bool ns3::BoxValue::GetAccessor(T & value) const
45450Access the Box value as type \p T.
45451\tparam T \explicit The type to cast to.
45452\param [out] value The Box value, as type \p T.
45453\returns true.
45454*/
45455/*!
45456\fn void ns3::BoxValue::Set(const Box & value)
45457Set the value.
45458\param [in] value The value to adopt.
45459*/
45460/*!
45461\var Box ns3::BoxValue::m_value
45462The stored Box instance.
45463*/
45464
45465/*!
45466\ingroup attribute_Box
45467\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBoxAccessor (T1 a1)
45468\copydoc ns3::MakeAccessorHelper(T1)
45469\see AttributeAccessor
45470*/
45471/*!
45472\ingroup attribute_Box
45473\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBoxAccessor (T1 a1, T2 a2)
45474\copydoc ns3::MakeAccessorHelper(T1,T2)
45475\see AttributeAccessor
45476*/
45477/*!
45478\ingroup attribute_Box
45479
45480\class ns3::BoxChecker "box.h"
45481AttributeChecker implementation for BoxValue.
45482\see AttributeChecker
45483*/
45484/*!
45485\ingroup attribute_Box
45486\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeBoxChecker ()
45487\returns The AttributeChecker.
45488\see AttributeChecker
45489*/
45490/*!
45491\ingroup attributes
45492\addtogroup attribute_DataRate DataRate Attribute
45493AttributeValue implementation for DataRate
45494\see ns3::DataRate
45495*/
45496/*!
45497\ingroup attribute_DataRate
45498\class ns3::DataRateValue "data-rate.h"
45499AttributeValue implementation for DataRate.
45500\see AttributeValue
45501*/
45502/*!
45503\fn ns3::DataRateValue::DataRateValue(const DataRate & value)
45504Constructor.
45505\param [in] value The DataRate value to use.
45506*/
45507/*!
45508\fn DataRate ns3::DataRateValue::Get() const
45509\returns The DataRate value.
45510*/
45511/*!
45512\fn bool ns3::DataRateValue::GetAccessor(T & value) const
45513Access the DataRate value as type \p T.
45514\tparam T \explicit The type to cast to.
45515\param [out] value The DataRate value, as type \p T.
45516\returns true.
45517*/
45518/*!
45519\fn void ns3::DataRateValue::Set(const DataRate & value)
45520Set the value.
45521\param [in] value The value to adopt.
45522*/
45523/*!
45524\var DataRate ns3::DataRateValue::m_value
45525The stored DataRate instance.
45526*/
45527
45528/*!
45529\ingroup attribute_DataRate
45530\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDataRateAccessor (T1 a1)
45531\copydoc ns3::MakeAccessorHelper(T1)
45532\see AttributeAccessor
45533*/
45534/*!
45535\ingroup attribute_DataRate
45536\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDataRateAccessor (T1 a1, T2 a2)
45537\copydoc ns3::MakeAccessorHelper(T1,T2)
45538\see AttributeAccessor
45539*/
45540/*!
45541\ingroup attribute_DataRate
45542
45543\class ns3::DataRateChecker "data-rate.h"
45544AttributeChecker implementation for DataRateValue.
45545\see AttributeChecker
45546*/
45547/*!
45548\ingroup attribute_DataRate
45549\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeDataRateChecker ()
45550\returns The AttributeChecker.
45551\see AttributeChecker
45552*/
45553/*!
45554\ingroup attributes
45555\addtogroup attribute_Length Length Attribute
45556AttributeValue implementation for Length
45557\see ns3::Length
45558*/
45559/*!
45560\ingroup attribute_Length
45561\class ns3::LengthValue "length.h"
45562AttributeValue implementation for Length.
45563\see AttributeValue
45564*/
45565/*!
45566\fn ns3::LengthValue::LengthValue(const Length & value)
45567Constructor.
45568\param [in] value The Length value to use.
45569*/
45570/*!
45571\fn Length ns3::LengthValue::Get() const
45572\returns The Length value.
45573*/
45574/*!
45575\fn bool ns3::LengthValue::GetAccessor(T & value) const
45576Access the Length value as type \p T.
45577\tparam T \explicit The type to cast to.
45578\param [out] value The Length value, as type \p T.
45579\returns true.
45580*/
45581/*!
45582\fn void ns3::LengthValue::Set(const Length & value)
45583Set the value.
45584\param [in] value The value to adopt.
45585*/
45586/*!
45587\var Length ns3::LengthValue::m_value
45588The stored Length instance.
45589*/
45590
45591/*!
45592\ingroup attribute_Length
45593\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeLengthAccessor (T1 a1)
45594\copydoc ns3::MakeAccessorHelper(T1)
45595\see AttributeAccessor
45596*/
45597/*!
45598\ingroup attribute_Length
45599\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeLengthAccessor (T1 a1, T2 a2)
45600\copydoc ns3::MakeAccessorHelper(T1,T2)
45601\see AttributeAccessor
45602*/
45603/*!
45604\ingroup attribute_Length
45605
45606\class ns3::LengthChecker "length.h"
45607AttributeChecker implementation for LengthValue.
45608\see AttributeChecker
45609*/
45610/*!
45611\ingroup attribute_Length
45612\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeLengthChecker ()
45613\returns The AttributeChecker.
45614\see AttributeChecker
45615*/
45616/*!
45617\ingroup attributes
45618\addtogroup attribute_Ipv4Address Ipv4Address Attribute
45619AttributeValue implementation for Ipv4Address
45620\see ns3::Ipv4Address
45621*/
45622/*!
45623\ingroup attribute_Ipv4Address
45624\class ns3::Ipv4AddressValue "ipv4-address.h"
45625AttributeValue implementation for Ipv4Address.
45626\see AttributeValue
45627*/
45628/*!
45629\fn ns3::Ipv4AddressValue::Ipv4AddressValue(const Ipv4Address & value)
45630Constructor.
45631\param [in] value The Ipv4Address value to use.
45632*/
45633/*!
45634\fn Ipv4Address ns3::Ipv4AddressValue::Get() const
45635\returns The Ipv4Address value.
45636*/
45637/*!
45638\fn bool ns3::Ipv4AddressValue::GetAccessor(T & value) const
45639Access the Ipv4Address value as type \p T.
45640\tparam T \explicit The type to cast to.
45641\param [out] value The Ipv4Address value, as type \p T.
45642\returns true.
45643*/
45644/*!
45645\fn void ns3::Ipv4AddressValue::Set(const Ipv4Address & value)
45646Set the value.
45647\param [in] value The value to adopt.
45648*/
45649/*!
45650\var Ipv4Address ns3::Ipv4AddressValue::m_value
45651The stored Ipv4Address instance.
45652*/
45653
45654/*!
45655\ingroup attribute_Ipv4Address
45656\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4AddressAccessor (T1 a1)
45657\copydoc ns3::MakeAccessorHelper(T1)
45658\see AttributeAccessor
45659*/
45660/*!
45661\ingroup attribute_Ipv4Address
45662\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4AddressAccessor (T1 a1, T2 a2)
45663\copydoc ns3::MakeAccessorHelper(T1,T2)
45664\see AttributeAccessor
45665*/
45666/*!
45667\ingroup attribute_Ipv4Address
45668
45669\class ns3::Ipv4AddressChecker "ipv4-address.h"
45670AttributeChecker implementation for Ipv4AddressValue.
45671\see AttributeChecker
45672*/
45673/*!
45674\ingroup attribute_Ipv4Address
45675\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv4AddressChecker ()
45676\returns The AttributeChecker.
45677\see AttributeChecker
45678*/
45679/*!
45680\ingroup attributes
45681\addtogroup attribute_Ipv4Mask Ipv4Mask Attribute
45682AttributeValue implementation for Ipv4Mask
45683\see ns3::Ipv4Mask
45684*/
45685/*!
45686\ingroup attribute_Ipv4Mask
45687\class ns3::Ipv4MaskValue "ipv4-address.h"
45688AttributeValue implementation for Ipv4Mask.
45689\see AttributeValue
45690*/
45691/*!
45692\fn ns3::Ipv4MaskValue::Ipv4MaskValue(const Ipv4Mask & value)
45693Constructor.
45694\param [in] value The Ipv4Mask value to use.
45695*/
45696/*!
45697\fn Ipv4Mask ns3::Ipv4MaskValue::Get() const
45698\returns The Ipv4Mask value.
45699*/
45700/*!
45701\fn bool ns3::Ipv4MaskValue::GetAccessor(T & value) const
45702Access the Ipv4Mask value as type \p T.
45703\tparam T \explicit The type to cast to.
45704\param [out] value The Ipv4Mask value, as type \p T.
45705\returns true.
45706*/
45707/*!
45708\fn void ns3::Ipv4MaskValue::Set(const Ipv4Mask & value)
45709Set the value.
45710\param [in] value The value to adopt.
45711*/
45712/*!
45713\var Ipv4Mask ns3::Ipv4MaskValue::m_value
45714The stored Ipv4Mask instance.
45715*/
45716
45717/*!
45718\ingroup attribute_Ipv4Mask
45719\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4MaskAccessor (T1 a1)
45720\copydoc ns3::MakeAccessorHelper(T1)
45721\see AttributeAccessor
45722*/
45723/*!
45724\ingroup attribute_Ipv4Mask
45725\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4MaskAccessor (T1 a1, T2 a2)
45726\copydoc ns3::MakeAccessorHelper(T1,T2)
45727\see AttributeAccessor
45728*/
45729/*!
45730\ingroup attribute_Ipv4Mask
45731
45732\class ns3::Ipv4MaskChecker "ipv4-address.h"
45733AttributeChecker implementation for Ipv4MaskValue.
45734\see AttributeChecker
45735*/
45736/*!
45737\ingroup attribute_Ipv4Mask
45738\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv4MaskChecker ()
45739\returns The AttributeChecker.
45740\see AttributeChecker
45741*/
45742/*!
45743\ingroup attributes
45744\addtogroup attribute_Ipv6Address Ipv6Address Attribute
45745AttributeValue implementation for Ipv6Address
45746\see ns3::Ipv6Address
45747*/
45748/*!
45749\ingroup attribute_Ipv6Address
45750\class ns3::Ipv6AddressValue "ipv6-address.h"
45751AttributeValue implementation for Ipv6Address.
45752\see AttributeValue
45753*/
45754/*!
45755\fn ns3::Ipv6AddressValue::Ipv6AddressValue(const Ipv6Address & value)
45756Constructor.
45757\param [in] value The Ipv6Address value to use.
45758*/
45759/*!
45760\fn Ipv6Address ns3::Ipv6AddressValue::Get() const
45761\returns The Ipv6Address value.
45762*/
45763/*!
45764\fn bool ns3::Ipv6AddressValue::GetAccessor(T & value) const
45765Access the Ipv6Address value as type \p T.
45766\tparam T \explicit The type to cast to.
45767\param [out] value The Ipv6Address value, as type \p T.
45768\returns true.
45769*/
45770/*!
45771\fn void ns3::Ipv6AddressValue::Set(const Ipv6Address & value)
45772Set the value.
45773\param [in] value The value to adopt.
45774*/
45775/*!
45776\var Ipv6Address ns3::Ipv6AddressValue::m_value
45777The stored Ipv6Address instance.
45778*/
45779
45780/*!
45781\ingroup attribute_Ipv6Address
45782\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6AddressAccessor (T1 a1)
45783\copydoc ns3::MakeAccessorHelper(T1)
45784\see AttributeAccessor
45785*/
45786/*!
45787\ingroup attribute_Ipv6Address
45788\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6AddressAccessor (T1 a1, T2 a2)
45789\copydoc ns3::MakeAccessorHelper(T1,T2)
45790\see AttributeAccessor
45791*/
45792/*!
45793\ingroup attribute_Ipv6Address
45794
45795\class ns3::Ipv6AddressChecker "ipv6-address.h"
45796AttributeChecker implementation for Ipv6AddressValue.
45797\see AttributeChecker
45798*/
45799/*!
45800\ingroup attribute_Ipv6Address
45801\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv6AddressChecker ()
45802\returns The AttributeChecker.
45803\see AttributeChecker
45804*/
45805/*!
45806\ingroup attributes
45807\addtogroup attribute_Ipv6Prefix Ipv6Prefix Attribute
45808AttributeValue implementation for Ipv6Prefix
45809\see ns3::Ipv6Prefix
45810*/
45811/*!
45812\ingroup attribute_Ipv6Prefix
45813\class ns3::Ipv6PrefixValue "ipv6-address.h"
45814AttributeValue implementation for Ipv6Prefix.
45815\see AttributeValue
45816*/
45817/*!
45818\fn ns3::Ipv6PrefixValue::Ipv6PrefixValue(const Ipv6Prefix & value)
45819Constructor.
45820\param [in] value The Ipv6Prefix value to use.
45821*/
45822/*!
45823\fn Ipv6Prefix ns3::Ipv6PrefixValue::Get() const
45824\returns The Ipv6Prefix value.
45825*/
45826/*!
45827\fn bool ns3::Ipv6PrefixValue::GetAccessor(T & value) const
45828Access the Ipv6Prefix value as type \p T.
45829\tparam T \explicit The type to cast to.
45830\param [out] value The Ipv6Prefix value, as type \p T.
45831\returns true.
45832*/
45833/*!
45834\fn void ns3::Ipv6PrefixValue::Set(const Ipv6Prefix & value)
45835Set the value.
45836\param [in] value The value to adopt.
45837*/
45838/*!
45839\var Ipv6Prefix ns3::Ipv6PrefixValue::m_value
45840The stored Ipv6Prefix instance.
45841*/
45842
45843/*!
45844\ingroup attribute_Ipv6Prefix
45845\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6PrefixAccessor (T1 a1)
45846\copydoc ns3::MakeAccessorHelper(T1)
45847\see AttributeAccessor
45848*/
45849/*!
45850\ingroup attribute_Ipv6Prefix
45851\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6PrefixAccessor (T1 a1, T2 a2)
45852\copydoc ns3::MakeAccessorHelper(T1,T2)
45853\see AttributeAccessor
45854*/
45855/*!
45856\ingroup attribute_Ipv6Prefix
45857
45858\class ns3::Ipv6PrefixChecker "ipv6-address.h"
45859AttributeChecker implementation for Ipv6PrefixValue.
45860\see AttributeChecker
45861*/
45862/*!
45863\ingroup attribute_Ipv6Prefix
45864\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv6PrefixChecker ()
45865\returns The AttributeChecker.
45866\see AttributeChecker
45867*/
45868/*!
45869\ingroup attributes
45870\addtogroup attribute_Mac16Address Mac16Address Attribute
45871AttributeValue implementation for Mac16Address
45872\see ns3::Mac16Address
45873*/
45874/*!
45875\ingroup attribute_Mac16Address
45876\class ns3::Mac16AddressValue "mac16-address.h"
45877AttributeValue implementation for Mac16Address.
45878\see AttributeValue
45879*/
45880/*!
45881\fn ns3::Mac16AddressValue::Mac16AddressValue(const Mac16Address & value)
45882Constructor.
45883\param [in] value The Mac16Address value to use.
45884*/
45885/*!
45886\fn Mac16Address ns3::Mac16AddressValue::Get() const
45887\returns The Mac16Address value.
45888*/
45889/*!
45890\fn bool ns3::Mac16AddressValue::GetAccessor(T & value) const
45891Access the Mac16Address value as type \p T.
45892\tparam T \explicit The type to cast to.
45893\param [out] value The Mac16Address value, as type \p T.
45894\returns true.
45895*/
45896/*!
45897\fn void ns3::Mac16AddressValue::Set(const Mac16Address & value)
45898Set the value.
45899\param [in] value The value to adopt.
45900*/
45901/*!
45902\var Mac16Address ns3::Mac16AddressValue::m_value
45903The stored Mac16Address instance.
45904*/
45905
45906/*!
45907\ingroup attribute_Mac16Address
45908\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac16AddressAccessor (T1 a1)
45909\copydoc ns3::MakeAccessorHelper(T1)
45910\see AttributeAccessor
45911*/
45912/*!
45913\ingroup attribute_Mac16Address
45914\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac16AddressAccessor (T1 a1, T2 a2)
45915\copydoc ns3::MakeAccessorHelper(T1,T2)
45916\see AttributeAccessor
45917*/
45918/*!
45919\ingroup attribute_Mac16Address
45920
45921\class ns3::Mac16AddressChecker "mac16-address.h"
45922AttributeChecker implementation for Mac16AddressValue.
45923\see AttributeChecker
45924*/
45925/*!
45926\ingroup attribute_Mac16Address
45927\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac16AddressChecker ()
45928\returns The AttributeChecker.
45929\see AttributeChecker
45930*/
45931/*!
45932\ingroup attributes
45933\addtogroup attribute_Mac48Address Mac48Address Attribute
45934AttributeValue implementation for Mac48Address
45935\see ns3::Mac48Address
45936*/
45937/*!
45938\ingroup attribute_Mac48Address
45939\class ns3::Mac48AddressValue "mac48-address.h"
45940AttributeValue implementation for Mac48Address.
45941\see AttributeValue
45942*/
45943/*!
45944\fn ns3::Mac48AddressValue::Mac48AddressValue(const Mac48Address & value)
45945Constructor.
45946\param [in] value The Mac48Address value to use.
45947*/
45948/*!
45949\fn Mac48Address ns3::Mac48AddressValue::Get() const
45950\returns The Mac48Address value.
45951*/
45952/*!
45953\fn bool ns3::Mac48AddressValue::GetAccessor(T & value) const
45954Access the Mac48Address value as type \p T.
45955\tparam T \explicit The type to cast to.
45956\param [out] value The Mac48Address value, as type \p T.
45957\returns true.
45958*/
45959/*!
45960\fn void ns3::Mac48AddressValue::Set(const Mac48Address & value)
45961Set the value.
45962\param [in] value The value to adopt.
45963*/
45964/*!
45965\var Mac48Address ns3::Mac48AddressValue::m_value
45966The stored Mac48Address instance.
45967*/
45968
45969/*!
45970\ingroup attribute_Mac48Address
45971\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac48AddressAccessor (T1 a1)
45972\copydoc ns3::MakeAccessorHelper(T1)
45973\see AttributeAccessor
45974*/
45975/*!
45976\ingroup attribute_Mac48Address
45977\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac48AddressAccessor (T1 a1, T2 a2)
45978\copydoc ns3::MakeAccessorHelper(T1,T2)
45979\see AttributeAccessor
45980*/
45981/*!
45982\ingroup attribute_Mac48Address
45983
45984\class ns3::Mac48AddressChecker "mac48-address.h"
45985AttributeChecker implementation for Mac48AddressValue.
45986\see AttributeChecker
45987*/
45988/*!
45989\ingroup attribute_Mac48Address
45990\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac48AddressChecker ()
45991\returns The AttributeChecker.
45992\see AttributeChecker
45993*/
45994/*!
45995\ingroup attributes
45996\addtogroup attribute_Mac64Address Mac64Address Attribute
45997AttributeValue implementation for Mac64Address
45998\see ns3::Mac64Address
45999*/
46000/*!
46001\ingroup attribute_Mac64Address
46002\class ns3::Mac64AddressValue "mac64-address.h"
46003AttributeValue implementation for Mac64Address.
46004\see AttributeValue
46005*/
46006/*!
46007\fn ns3::Mac64AddressValue::Mac64AddressValue(const Mac64Address & value)
46008Constructor.
46009\param [in] value The Mac64Address value to use.
46010*/
46011/*!
46012\fn Mac64Address ns3::Mac64AddressValue::Get() const
46013\returns The Mac64Address value.
46014*/
46015/*!
46016\fn bool ns3::Mac64AddressValue::GetAccessor(T & value) const
46017Access the Mac64Address value as type \p T.
46018\tparam T \explicit The type to cast to.
46019\param [out] value The Mac64Address value, as type \p T.
46020\returns true.
46021*/
46022/*!
46023\fn void ns3::Mac64AddressValue::Set(const Mac64Address & value)
46024Set the value.
46025\param [in] value The value to adopt.
46026*/
46027/*!
46028\var Mac64Address ns3::Mac64AddressValue::m_value
46029The stored Mac64Address instance.
46030*/
46031
46032/*!
46033\ingroup attribute_Mac64Address
46034\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac64AddressAccessor (T1 a1)
46035\copydoc ns3::MakeAccessorHelper(T1)
46036\see AttributeAccessor
46037*/
46038/*!
46039\ingroup attribute_Mac64Address
46040\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac64AddressAccessor (T1 a1, T2 a2)
46041\copydoc ns3::MakeAccessorHelper(T1,T2)
46042\see AttributeAccessor
46043*/
46044/*!
46045\ingroup attribute_Mac64Address
46046
46047\class ns3::Mac64AddressChecker "mac64-address.h"
46048AttributeChecker implementation for Mac64AddressValue.
46049\see AttributeChecker
46050*/
46051/*!
46052\ingroup attribute_Mac64Address
46053\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac64AddressChecker ()
46054\returns The AttributeChecker.
46055\see AttributeChecker
46056*/
46057/*!
46058\ingroup attributes
46059\addtogroup attribute_ObjectFactory ObjectFactory Attribute
46060AttributeValue implementation for ObjectFactory
46061\see ns3::ObjectFactory
46062*/
46063/*!
46064\ingroup attribute_ObjectFactory
46065\class ns3::ObjectFactoryValue "object-factory.h"
46066AttributeValue implementation for ObjectFactory.
46067\see AttributeValue
46068*/
46069/*!
46070\fn ns3::ObjectFactoryValue::ObjectFactoryValue(const ObjectFactory & value)
46071Constructor.
46072\param [in] value The ObjectFactory value to use.
46073*/
46074/*!
46075\fn ObjectFactory ns3::ObjectFactoryValue::Get() const
46076\returns The ObjectFactory value.
46077*/
46078/*!
46079\fn bool ns3::ObjectFactoryValue::GetAccessor(T & value) const
46080Access the ObjectFactory value as type \p T.
46081\tparam T \explicit The type to cast to.
46082\param [out] value The ObjectFactory value, as type \p T.
46083\returns true.
46084*/
46085/*!
46086\fn void ns3::ObjectFactoryValue::Set(const ObjectFactory & value)
46087Set the value.
46088\param [in] value The value to adopt.
46089*/
46090/*!
46091\var ObjectFactory ns3::ObjectFactoryValue::m_value
46092The stored ObjectFactory instance.
46093*/
46094
46095/*!
46096\ingroup attribute_ObjectFactory
46097\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectFactoryAccessor (T1 a1)
46098\copydoc ns3::MakeAccessorHelper(T1)
46099\see AttributeAccessor
46100*/
46101/*!
46102\ingroup attribute_ObjectFactory
46103\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectFactoryAccessor (T1 a1, T2 a2)
46104\copydoc ns3::MakeAccessorHelper(T1,T2)
46105\see AttributeAccessor
46106*/
46107/*!
46108\ingroup attribute_ObjectFactory
46109
46110\class ns3::ObjectFactoryChecker "object-factory.h"
46111AttributeChecker implementation for ObjectFactoryValue.
46112\see AttributeChecker
46113*/
46114/*!
46115\ingroup attribute_ObjectFactory
46116\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectFactoryChecker ()
46117\returns The AttributeChecker.
46118\see AttributeChecker
46119*/
46120/*!
46121\ingroup attributes
46122\addtogroup attribute_Priomap Priomap Attribute
46123AttributeValue implementation for Priomap
46124\see ns3::Priomap
46125*/
46126/*!
46127\ingroup attribute_Priomap
46128\class ns3::PriomapValue "prio-queue-disc.h"
46129AttributeValue implementation for Priomap.
46130\see AttributeValue
46131*/
46132/*!
46133\fn ns3::PriomapValue::PriomapValue(const Priomap & value)
46134Constructor.
46135\param [in] value The Priomap value to use.
46136*/
46137/*!
46138\fn Priomap ns3::PriomapValue::Get() const
46139\returns The Priomap value.
46140*/
46141/*!
46142\fn bool ns3::PriomapValue::GetAccessor(T & value) const
46143Access the Priomap value as type \p T.
46144\tparam T \explicit The type to cast to.
46145\param [out] value The Priomap value, as type \p T.
46146\returns true.
46147*/
46148/*!
46149\fn void ns3::PriomapValue::Set(const Priomap & value)
46150Set the value.
46151\param [in] value The value to adopt.
46152*/
46153/*!
46154\var Priomap ns3::PriomapValue::m_value
46155The stored Priomap instance.
46156*/
46157
46158/*!
46159\ingroup attribute_Priomap
46160\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakePriomapAccessor (T1 a1)
46161\copydoc ns3::MakeAccessorHelper(T1)
46162\see AttributeAccessor
46163*/
46164/*!
46165\ingroup attribute_Priomap
46166\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakePriomapAccessor (T1 a1, T2 a2)
46167\copydoc ns3::MakeAccessorHelper(T1,T2)
46168\see AttributeAccessor
46169*/
46170/*!
46171\ingroup attribute_Priomap
46172
46173\class ns3::PriomapChecker "prio-queue-disc.h"
46174AttributeChecker implementation for PriomapValue.
46175\see AttributeChecker
46176*/
46177/*!
46178\ingroup attribute_Priomap
46179\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakePriomapChecker ()
46180\returns The AttributeChecker.
46181\see AttributeChecker
46182*/
46183/*!
46184\ingroup attributes
46185\addtogroup attribute_QueueSize QueueSize Attribute
46186AttributeValue implementation for QueueSize
46187\see ns3::QueueSize
46188*/
46189/*!
46190\ingroup attribute_QueueSize
46191\class ns3::QueueSizeValue "queue-size.h"
46192AttributeValue implementation for QueueSize.
46193\see AttributeValue
46194*/
46195/*!
46196\fn ns3::QueueSizeValue::QueueSizeValue(const QueueSize & value)
46197Constructor.
46198\param [in] value The QueueSize value to use.
46199*/
46200/*!
46201\fn QueueSize ns3::QueueSizeValue::Get() const
46202\returns The QueueSize value.
46203*/
46204/*!
46205\fn bool ns3::QueueSizeValue::GetAccessor(T & value) const
46206Access the QueueSize value as type \p T.
46207\tparam T \explicit The type to cast to.
46208\param [out] value The QueueSize value, as type \p T.
46209\returns true.
46210*/
46211/*!
46212\fn void ns3::QueueSizeValue::Set(const QueueSize & value)
46213Set the value.
46214\param [in] value The value to adopt.
46215*/
46216/*!
46217\var QueueSize ns3::QueueSizeValue::m_value
46218The stored QueueSize instance.
46219*/
46220
46221/*!
46222\ingroup attribute_QueueSize
46223\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeQueueSizeAccessor (T1 a1)
46224\copydoc ns3::MakeAccessorHelper(T1)
46225\see AttributeAccessor
46226*/
46227/*!
46228\ingroup attribute_QueueSize
46229\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeQueueSizeAccessor (T1 a1, T2 a2)
46230\copydoc ns3::MakeAccessorHelper(T1,T2)
46231\see AttributeAccessor
46232*/
46233/*!
46234\ingroup attribute_QueueSize
46235
46236\class ns3::QueueSizeChecker "queue-size.h"
46237AttributeChecker implementation for QueueSizeValue.
46238\see AttributeChecker
46239*/
46240/*!
46241\ingroup attribute_QueueSize
46242\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeQueueSizeChecker ()
46243\returns The AttributeChecker.
46244\see AttributeChecker
46245*/
46246/*!
46247\ingroup attributes
46248\addtogroup attribute_Rectangle Rectangle Attribute
46249AttributeValue implementation for Rectangle
46250\see ns3::Rectangle
46251*/
46252/*!
46253\ingroup attribute_Rectangle
46254\class ns3::RectangleValue "rectangle.h"
46255AttributeValue implementation for Rectangle.
46256\see AttributeValue
46257*/
46258/*!
46259\fn ns3::RectangleValue::RectangleValue(const Rectangle & value)
46260Constructor.
46261\param [in] value The Rectangle value to use.
46262*/
46263/*!
46264\fn Rectangle ns3::RectangleValue::Get() const
46265\returns The Rectangle value.
46266*/
46267/*!
46268\fn bool ns3::RectangleValue::GetAccessor(T & value) const
46269Access the Rectangle value as type \p T.
46270\tparam T \explicit The type to cast to.
46271\param [out] value The Rectangle value, as type \p T.
46272\returns true.
46273*/
46274/*!
46275\fn void ns3::RectangleValue::Set(const Rectangle & value)
46276Set the value.
46277\param [in] value The value to adopt.
46278*/
46279/*!
46280\var Rectangle ns3::RectangleValue::m_value
46281The stored Rectangle instance.
46282*/
46283
46284/*!
46285\ingroup attribute_Rectangle
46286\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeRectangleAccessor (T1 a1)
46287\copydoc ns3::MakeAccessorHelper(T1)
46288\see AttributeAccessor
46289*/
46290/*!
46291\ingroup attribute_Rectangle
46292\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeRectangleAccessor (T1 a1, T2 a2)
46293\copydoc ns3::MakeAccessorHelper(T1,T2)
46294\see AttributeAccessor
46295*/
46296/*!
46297\ingroup attribute_Rectangle
46298
46299\class ns3::RectangleChecker "rectangle.h"
46300AttributeChecker implementation for RectangleValue.
46301\see AttributeChecker
46302*/
46303/*!
46304\ingroup attribute_Rectangle
46305\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeRectangleChecker ()
46306\returns The AttributeChecker.
46307\see AttributeChecker
46308*/
46309/*!
46310\ingroup attributes
46311\addtogroup attribute_Ssid Ssid Attribute
46312AttributeValue implementation for Ssid
46313\see ns3::Ssid
46314*/
46315/*!
46316\ingroup attribute_Ssid
46317\class ns3::SsidValue "ssid.h"
46318AttributeValue implementation for Ssid.
46319\see AttributeValue
46320*/
46321/*!
46322\fn ns3::SsidValue::SsidValue(const Ssid & value)
46323Constructor.
46324\param [in] value The Ssid value to use.
46325*/
46326/*!
46327\fn Ssid ns3::SsidValue::Get() const
46328\returns The Ssid value.
46329*/
46330/*!
46331\fn bool ns3::SsidValue::GetAccessor(T & value) const
46332Access the Ssid value as type \p T.
46333\tparam T \explicit The type to cast to.
46334\param [out] value The Ssid value, as type \p T.
46335\returns true.
46336*/
46337/*!
46338\fn void ns3::SsidValue::Set(const Ssid & value)
46339Set the value.
46340\param [in] value The value to adopt.
46341*/
46342/*!
46343\var Ssid ns3::SsidValue::m_value
46344The stored Ssid instance.
46345*/
46346
46347/*!
46348\ingroup attribute_Ssid
46349\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeSsidAccessor (T1 a1)
46350\copydoc ns3::MakeAccessorHelper(T1)
46351\see AttributeAccessor
46352*/
46353/*!
46354\ingroup attribute_Ssid
46355\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeSsidAccessor (T1 a1, T2 a2)
46356\copydoc ns3::MakeAccessorHelper(T1,T2)
46357\see AttributeAccessor
46358*/
46359/*!
46360\ingroup attribute_Ssid
46361
46362\class ns3::SsidChecker "ssid.h"
46363AttributeChecker implementation for SsidValue.
46364\see AttributeChecker
46365*/
46366/*!
46367\ingroup attribute_Ssid
46368\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeSsidChecker ()
46369\returns The AttributeChecker.
46370\see AttributeChecker
46371*/
46372/*!
46373\ingroup attributes
46374\addtogroup attribute_TypeId TypeId Attribute
46375AttributeValue implementation for TypeId
46376\see ns3::TypeId
46377*/
46378/*!
46379\ingroup attribute_TypeId
46380\class ns3::TypeIdValue "type-id.h"
46381AttributeValue implementation for TypeId.
46382\see AttributeValue
46383*/
46384/*!
46385\fn ns3::TypeIdValue::TypeIdValue(const TypeId & value)
46386Constructor.
46387\param [in] value The TypeId value to use.
46388*/
46389/*!
46390\fn TypeId ns3::TypeIdValue::Get() const
46391\returns The TypeId value.
46392*/
46393/*!
46394\fn bool ns3::TypeIdValue::GetAccessor(T & value) const
46395Access the TypeId value as type \p T.
46396\tparam T \explicit The type to cast to.
46397\param [out] value The TypeId value, as type \p T.
46398\returns true.
46399*/
46400/*!
46401\fn void ns3::TypeIdValue::Set(const TypeId & value)
46402Set the value.
46403\param [in] value The value to adopt.
46404*/
46405/*!
46406\var TypeId ns3::TypeIdValue::m_value
46407The stored TypeId instance.
46408*/
46409
46410/*!
46411\ingroup attribute_TypeId
46412\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTypeIdAccessor (T1 a1)
46413\copydoc ns3::MakeAccessorHelper(T1)
46414\see AttributeAccessor
46415*/
46416/*!
46417\ingroup attribute_TypeId
46418\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTypeIdAccessor (T1 a1, T2 a2)
46419\copydoc ns3::MakeAccessorHelper(T1,T2)
46420\see AttributeAccessor
46421*/
46422/*!
46423\ingroup attribute_TypeId
46424
46425\class ns3::TypeIdChecker "type-id.h"
46426AttributeChecker implementation for TypeIdValue.
46427\see AttributeChecker
46428*/
46429/*!
46430\ingroup attribute_TypeId
46431\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeTypeIdChecker ()
46432\returns The AttributeChecker.
46433\see AttributeChecker
46434*/
46435/*!
46436\ingroup attributes
46437\addtogroup attribute_UanModesList UanModesList Attribute
46438AttributeValue implementation for UanModesList
46439\see ns3::UanModesList
46440*/
46441/*!
46442\ingroup attribute_UanModesList
46443\class ns3::UanModesListValue "uan-tx-mode.h"
46444AttributeValue implementation for UanModesList.
46445\see AttributeValue
46446*/
46447/*!
46448\fn ns3::UanModesListValue::UanModesListValue(const UanModesList & value)
46449Constructor.
46450\param [in] value The UanModesList value to use.
46451*/
46452/*!
46453\fn UanModesList ns3::UanModesListValue::Get() const
46454\returns The UanModesList value.
46455*/
46456/*!
46457\fn bool ns3::UanModesListValue::GetAccessor(T & value) const
46458Access the UanModesList value as type \p T.
46459\tparam T \explicit The type to cast to.
46460\param [out] value The UanModesList value, as type \p T.
46461\returns true.
46462*/
46463/*!
46464\fn void ns3::UanModesListValue::Set(const UanModesList & value)
46465Set the value.
46466\param [in] value The value to adopt.
46467*/
46468/*!
46469\var UanModesList ns3::UanModesListValue::m_value
46470The stored UanModesList instance.
46471*/
46472
46473/*!
46474\ingroup attribute_UanModesList
46475\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUanModesListAccessor (T1 a1)
46476\copydoc ns3::MakeAccessorHelper(T1)
46477\see AttributeAccessor
46478*/
46479/*!
46480\ingroup attribute_UanModesList
46481\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUanModesListAccessor (T1 a1, T2 a2)
46482\copydoc ns3::MakeAccessorHelper(T1,T2)
46483\see AttributeAccessor
46484*/
46485/*!
46486\ingroup attribute_UanModesList
46487
46488\class ns3::UanModesListChecker "uan-tx-mode.h"
46489AttributeChecker implementation for UanModesListValue.
46490\see AttributeChecker
46491*/
46492/*!
46493\ingroup attribute_UanModesList
46494\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeUanModesListChecker ()
46495\returns The AttributeChecker.
46496\see AttributeChecker
46497*/
46498/*!
46499\ingroup attributes
46500\addtogroup attribute_ValueClassTest ValueClassTest Attribute
46501AttributeValue implementation for ValueClassTest
46502*/
46503/*!
46504\ingroup attribute_ValueClassTest
46505\class ns3::ValueClassTestValue "attribute-test-suite.cc"
46506AttributeValue implementation for ValueClassTest.
46507\see AttributeValue
46508*/
46509/*!
46510\fn ns3::ValueClassTestValue::ValueClassTestValue(const ValueClassTest & value)
46511Constructor.
46512\param [in] value The ValueClassTest value to use.
46513*/
46514/*!
46515\fn ValueClassTest ns3::ValueClassTestValue::Get() const
46516\returns The ValueClassTest value.
46517*/
46518/*!
46519\fn bool ns3::ValueClassTestValue::GetAccessor(T & value) const
46520Access the ValueClassTest value as type \p T.
46521\tparam T \explicit The type to cast to.
46522\param [out] value The ValueClassTest value, as type \p T.
46523\returns true.
46524*/
46525/*!
46526\fn void ns3::ValueClassTestValue::Set(const ValueClassTest & value)
46527Set the value.
46528\param [in] value The value to adopt.
46529*/
46530/*!
46531\var ValueClassTest ns3::ValueClassTestValue::m_value
46532The stored ValueClassTest instance.
46533*/
46534
46535/*!
46536\ingroup attribute_ValueClassTest
46537\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeValueClassTestAccessor (T1 a1)
46538\copydoc ns3::MakeAccessorHelper(T1)
46539\see AttributeAccessor
46540*/
46541/*!
46542\ingroup attribute_ValueClassTest
46543\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeValueClassTestAccessor (T1 a1, T2 a2)
46544\copydoc ns3::MakeAccessorHelper(T1,T2)
46545\see AttributeAccessor
46546*/
46547/*!
46548\ingroup attribute_ValueClassTest
46549
46550\class ns3::ValueClassTestChecker "attribute-test-suite.cc"
46551AttributeChecker implementation for ValueClassTestValue.
46552\see AttributeChecker
46553*/
46554/*!
46555\ingroup attribute_ValueClassTest
46556\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeValueClassTestChecker ()
46557\returns The AttributeChecker.
46558\see AttributeChecker
46559*/
46560/*!
46561\ingroup attributes
46562\addtogroup attribute_Vector2D Vector2D Attribute
46563AttributeValue implementation for Vector2D
46564\see ns3::Vector2D
46565*/
46566/*!
46567\ingroup attribute_Vector2D
46568\class ns3::Vector2DValue "vector.h"
46569AttributeValue implementation for Vector2D.
46570\see AttributeValue
46571*/
46572/*!
46573\fn ns3::Vector2DValue::Vector2DValue(const Vector2D & value)
46574Constructor.
46575\param [in] value The Vector2D value to use.
46576*/
46577/*!
46578\fn Vector2D ns3::Vector2DValue::Get() const
46579\returns The Vector2D value.
46580*/
46581/*!
46582\fn bool ns3::Vector2DValue::GetAccessor(T & value) const
46583Access the Vector2D value as type \p T.
46584\tparam T \explicit The type to cast to.
46585\param [out] value The Vector2D value, as type \p T.
46586\returns true.
46587*/
46588/*!
46589\fn void ns3::Vector2DValue::Set(const Vector2D & value)
46590Set the value.
46591\param [in] value The value to adopt.
46592*/
46593/*!
46594\var Vector2D ns3::Vector2DValue::m_value
46595The stored Vector2D instance.
46596*/
46597
46598/*!
46599\ingroup attribute_Vector2D
46600\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector2DAccessor (T1 a1)
46601\copydoc ns3::MakeAccessorHelper(T1)
46602\see AttributeAccessor
46603*/
46604/*!
46605\ingroup attribute_Vector2D
46606\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector2DAccessor (T1 a1, T2 a2)
46607\copydoc ns3::MakeAccessorHelper(T1,T2)
46608\see AttributeAccessor
46609*/
46610/*!
46611\ingroup attribute_Vector2D
46612
46613\class ns3::Vector2DChecker "vector.h"
46614AttributeChecker implementation for Vector2DValue.
46615\see AttributeChecker
46616*/
46617/*!
46618\ingroup attribute_Vector2D
46619\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeVector2DChecker ()
46620\returns The AttributeChecker.
46621\see AttributeChecker
46622*/
46623/*!
46624\ingroup attributes
46625\addtogroup attribute_Vector3D Vector3D Attribute
46626AttributeValue implementation for Vector3D
46627\see ns3::Vector3D
46628*/
46629/*!
46630\ingroup attribute_Vector3D
46631\class ns3::Vector3DValue "vector.h"
46632AttributeValue implementation for Vector3D.
46633\see AttributeValue
46634*/
46635/*!
46636\fn ns3::Vector3DValue::Vector3DValue(const Vector3D & value)
46637Constructor.
46638\param [in] value The Vector3D value to use.
46639*/
46640/*!
46641\fn Vector3D ns3::Vector3DValue::Get() const
46642\returns The Vector3D value.
46643*/
46644/*!
46645\fn bool ns3::Vector3DValue::GetAccessor(T & value) const
46646Access the Vector3D value as type \p T.
46647\tparam T \explicit The type to cast to.
46648\param [out] value The Vector3D value, as type \p T.
46649\returns true.
46650*/
46651/*!
46652\fn void ns3::Vector3DValue::Set(const Vector3D & value)
46653Set the value.
46654\param [in] value The value to adopt.
46655*/
46656/*!
46657\var Vector3D ns3::Vector3DValue::m_value
46658The stored Vector3D instance.
46659*/
46660
46661/*!
46662\ingroup attribute_Vector3D
46663\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector3DAccessor (T1 a1)
46664\copydoc ns3::MakeAccessorHelper(T1)
46665\see AttributeAccessor
46666*/
46667/*!
46668\ingroup attribute_Vector3D
46669\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector3DAccessor (T1 a1, T2 a2)
46670\copydoc ns3::MakeAccessorHelper(T1,T2)
46671\see AttributeAccessor
46672*/
46673/*!
46674\ingroup attribute_Vector3D
46675
46676\class ns3::Vector3DChecker "vector.h"
46677AttributeChecker implementation for Vector3DValue.
46678\see AttributeChecker
46679*/
46680/*!
46681\ingroup attribute_Vector3D
46682\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeVector3DChecker ()
46683\returns The AttributeChecker.
46684\see AttributeChecker
46685*/
46686/*!
46687\ingroup attributes
46688\addtogroup attribute_Waypoint Waypoint Attribute
46689AttributeValue implementation for Waypoint
46690\see ns3::Waypoint
46691*/
46692/*!
46693\ingroup attribute_Waypoint
46694\class ns3::WaypointValue "waypoint.h"
46695AttributeValue implementation for Waypoint.
46696\see AttributeValue
46697*/
46698/*!
46699\fn ns3::WaypointValue::WaypointValue(const Waypoint & value)
46700Constructor.
46701\param [in] value The Waypoint value to use.
46702*/
46703/*!
46704\fn Waypoint ns3::WaypointValue::Get() const
46705\returns The Waypoint value.
46706*/
46707/*!
46708\fn bool ns3::WaypointValue::GetAccessor(T & value) const
46709Access the Waypoint value as type \p T.
46710\tparam T \explicit The type to cast to.
46711\param [out] value The Waypoint value, as type \p T.
46712\returns true.
46713*/
46714/*!
46715\fn void ns3::WaypointValue::Set(const Waypoint & value)
46716Set the value.
46717\param [in] value The value to adopt.
46718*/
46719/*!
46720\var Waypoint ns3::WaypointValue::m_value
46721The stored Waypoint instance.
46722*/
46723
46724/*!
46725\ingroup attribute_Waypoint
46726\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWaypointAccessor (T1 a1)
46727\copydoc ns3::MakeAccessorHelper(T1)
46728\see AttributeAccessor
46729*/
46730/*!
46731\ingroup attribute_Waypoint
46732\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWaypointAccessor (T1 a1, T2 a2)
46733\copydoc ns3::MakeAccessorHelper(T1,T2)
46734\see AttributeAccessor
46735*/
46736/*!
46737\ingroup attribute_Waypoint
46738
46739\class ns3::WaypointChecker "waypoint.h"
46740AttributeChecker implementation for WaypointValue.
46741\see AttributeChecker
46742*/
46743/*!
46744\ingroup attribute_Waypoint
46745\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeWaypointChecker ()
46746\returns The AttributeChecker.
46747\see AttributeChecker
46748*/
46749/*!
46750\ingroup attributes
46751\addtogroup attribute_WifiMode WifiMode Attribute
46752AttributeValue implementation for WifiMode
46753\see ns3::WifiMode
46754*/
46755/*!
46756\ingroup attribute_WifiMode
46757\class ns3::WifiModeValue "wifi-mode.h"
46758AttributeValue implementation for WifiMode.
46759\see AttributeValue
46760*/
46761/*!
46762\fn ns3::WifiModeValue::WifiModeValue(const WifiMode & value)
46763Constructor.
46764\param [in] value The WifiMode value to use.
46765*/
46766/*!
46767\fn WifiMode ns3::WifiModeValue::Get() const
46768\returns The WifiMode value.
46769*/
46770/*!
46771\fn bool ns3::WifiModeValue::GetAccessor(T & value) const
46772Access the WifiMode value as type \p T.
46773\tparam T \explicit The type to cast to.
46774\param [out] value The WifiMode value, as type \p T.
46775\returns true.
46776*/
46777/*!
46778\fn void ns3::WifiModeValue::Set(const WifiMode & value)
46779Set the value.
46780\param [in] value The value to adopt.
46781*/
46782/*!
46783\var WifiMode ns3::WifiModeValue::m_value
46784The stored WifiMode instance.
46785*/
46786
46787/*!
46788\ingroup attribute_WifiMode
46789\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWifiModeAccessor (T1 a1)
46790\copydoc ns3::MakeAccessorHelper(T1)
46791\see AttributeAccessor
46792*/
46793/*!
46794\ingroup attribute_WifiMode
46795\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWifiModeAccessor (T1 a1, T2 a2)
46796\copydoc ns3::MakeAccessorHelper(T1,T2)
46797\see AttributeAccessor
46798*/
46799/*!
46800\ingroup attribute_WifiMode
46801
46802\class ns3::WifiModeChecker "wifi-mode.h"
46803AttributeChecker implementation for WifiModeValue.
46804\see AttributeChecker
46805*/
46806/*!
46807\ingroup attribute_WifiMode
46808\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeWifiModeChecker ()
46809\returns The AttributeChecker.
46810\see AttributeChecker
46811*/
46812/*!
46813\ingroup attributes
46814\addtogroup attribute_Boolean Boolean Attribute
46815AttributeValue implementation for Boolean
46816*/
46817/*!
46818\ingroup attribute_Boolean
46819\class ns3::BooleanValue "boolean.h"
46820AttributeValue implementation for Boolean.
46821\see AttributeValue
46822*/
46823/*!
46824\fn ns3::BooleanValue::BooleanValue(const bool & value)
46825Constructor.
46826\param [in] value The Boolean value to use.
46827*/
46828/*!
46829\fn bool ns3::BooleanValue::Get() const
46830\returns The Boolean value.
46831*/
46832/*!
46833\fn bool ns3::BooleanValue::GetAccessor(T & value) const
46834Access the Boolean value as type \p T.
46835\tparam T \explicit The type to cast to.
46836\param [out] value The Boolean value, as type \p T.
46837\returns true.
46838*/
46839/*!
46840\fn void ns3::BooleanValue::Set(const bool & value)
46841Set the value.
46842\param [in] value The value to adopt.
46843*/
46844/*!
46845\var bool ns3::BooleanValue::m_value
46846The stored Boolean instance.
46847*/
46848
46849/*!
46850\ingroup attribute_Boolean
46851\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBooleanAccessor (T1 a1)
46852\copydoc ns3::MakeAccessorHelper(T1)
46853\see AttributeAccessor
46854*/
46855/*!
46856\ingroup attribute_Boolean
46857\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBooleanAccessor (T1 a1, T2 a2)
46858\copydoc ns3::MakeAccessorHelper(T1,T2)
46859\see AttributeAccessor
46860*/
46861/*!
46862\ingroup attribute_Boolean
46863
46864\class ns3::BooleanChecker "boolean.h"
46865AttributeChecker implementation for BooleanValue.
46866\see AttributeChecker
46867*/
46868/*!
46869\ingroup attribute_Boolean
46870\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeBooleanChecker ()
46871\returns The AttributeChecker.
46872\see AttributeChecker
46873*/
46874/*!
46875\ingroup attributes
46876\addtogroup attribute_Callback Callback Attribute
46877AttributeValue implementation for Callback
46878\see ns3::Callback
46879*/
46880/*!
46881\ingroup attribute_Callback
46882\class ns3::CallbackValue "callback.h"
46883AttributeValue implementation for Callback.
46884\see AttributeValue
46885*/
46886/*!
46887\fn ns3::CallbackValue::CallbackValue(const CallbackBase & value)
46888Constructor.
46889\param [in] value The Callback value to use.
46890*/
46891/*!
46892\fn CallbackBase ns3::CallbackValue::Get() const
46893\returns The Callback value.
46894*/
46895/*!
46896\fn bool ns3::CallbackValue::GetAccessor(T & value) const
46897Access the Callback value as type \p T.
46898\tparam T \explicit The type to cast to.
46899\param [out] value The Callback value, as type \p T.
46900\returns true.
46901*/
46902/*!
46903\fn void ns3::CallbackValue::Set(const CallbackBase & value)
46904Set the value.
46905\param [in] value The value to adopt.
46906*/
46907/*!
46908\var CallbackBase ns3::CallbackValue::m_value
46909The stored Callback instance.
46910*/
46911
46912/*!
46913\ingroup attribute_Callback
46914\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeCallbackAccessor (T1 a1)
46915\copydoc ns3::MakeAccessorHelper(T1)
46916\see AttributeAccessor
46917*/
46918/*!
46919\ingroup attribute_Callback
46920\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeCallbackAccessor (T1 a1, T2 a2)
46921\copydoc ns3::MakeAccessorHelper(T1,T2)
46922\see AttributeAccessor
46923*/
46924/*!
46925\ingroup attribute_Callback
46926
46927\class ns3::CallbackChecker "callback.h"
46928AttributeChecker implementation for CallbackValue.
46929\see AttributeChecker
46930*/
46931/*!
46932\ingroup attribute_Callback
46933\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeCallbackChecker ()
46934\returns The AttributeChecker.
46935\see AttributeChecker
46936*/
46937/*!
46938\ingroup attributes
46939\addtogroup attribute_Double Double Attribute
46940AttributeValue implementation for Double
46941*/
46942/*!
46943\ingroup attribute_Double
46944\class ns3::DoubleValue "double.h"
46945AttributeValue implementation for Double.
46946\see AttributeValue
46947*/
46948/*!
46949\fn ns3::DoubleValue::DoubleValue(const double & value)
46950Constructor.
46951\param [in] value The Double value to use.
46952*/
46953/*!
46954\fn double ns3::DoubleValue::Get() const
46955\returns The Double value.
46956*/
46957/*!
46958\fn bool ns3::DoubleValue::GetAccessor(T & value) const
46959Access the Double value as type \p T.
46960\tparam T \explicit The type to cast to.
46961\param [out] value The Double value, as type \p T.
46962\returns true.
46963*/
46964/*!
46965\fn void ns3::DoubleValue::Set(const double & value)
46966Set the value.
46967\param [in] value The value to adopt.
46968*/
46969/*!
46970\var double ns3::DoubleValue::m_value
46971The stored Double instance.
46972*/
46973
46974/*!
46975\ingroup attribute_Double
46976\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDoubleAccessor (T1 a1)
46977\copydoc ns3::MakeAccessorHelper(T1)
46978\see AttributeAccessor
46979*/
46980/*!
46981\ingroup attribute_Double
46982\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDoubleAccessor (T1 a1, T2 a2)
46983\copydoc ns3::MakeAccessorHelper(T1,T2)
46984\see AttributeAccessor
46985*/
46986/*!
46987\ingroup attribute_Double
46989\class ns3::DoubleChecker "double.h"
46990AttributeChecker implementation for DoubleValue.
46991\see AttributeChecker
46992*/
46993/*!
46994\ingroup attribute_Double
46995\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeDoubleChecker ()
46996\returns The AttributeChecker.
46997\see AttributeChecker
46998*/
46999/*!
47000\ingroup attributes
47001\addtogroup attribute_Enum Enum Attribute
47002AttributeValue implementation for Enum
47003*/
47004/*!
47005\ingroup attribute_Enum
47006\class ns3::EnumValue "enum.h"
47007AttributeValue implementation for Enum.
47008\see AttributeValue
47009*/
47010/*!
47011\fn ns3::EnumValue::EnumValue(const T & value)
47012Constructor.
47013\param [in] value The Enum value to use.
47014*/
47015/*!
47016\fn T ns3::EnumValue::Get() const
47017\returns The Enum value.
47018*/
47019/*!
47020\fn bool ns3::EnumValue::GetAccessor(T & value) const
47021Access the Enum value as type \p T.
47022\tparam T \explicit The type to cast to.
47023\param [out] value The Enum value, as type \p T.
47024\returns true.
47025*/
47026/*!
47027\fn void ns3::EnumValue::Set(const T & value)
47028Set the value.
47029\param [in] value The value to adopt.
47030*/
47031/*!
47032\var T ns3::EnumValue::m_value
47033The stored Enum instance.
47034*/
47035
47036/*!
47037\ingroup attribute_Enum
47038\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeEnumAccessor (T1 a1)
47039\copydoc ns3::MakeAccessorHelper(T1)
47040\see AttributeAccessor
47041*/
47042/*!
47043\ingroup attribute_Enum
47044\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeEnumAccessor (T1 a1, T2 a2)
47045\copydoc ns3::MakeAccessorHelper(T1,T2)
47046\see AttributeAccessor
47047*/
47048/*!
47049\ingroup attribute_Enum
47050
47051\class ns3::EnumChecker "enum.h"
47052AttributeChecker implementation for EnumValue.
47053\see AttributeChecker
47054*/
47055/*!
47056\ingroup attribute_Enum
47057\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeEnumChecker ()
47058\returns The AttributeChecker.
47059\see AttributeChecker
47060*/
47061/*!
47062\ingroup attributes
47063\addtogroup attribute_Integer Integer Attribute
47064AttributeValue implementation for Integer
47065*/
47066/*!
47067\ingroup attribute_Integer
47068\class ns3::IntegerValue "integer.h"
47069AttributeValue implementation for Integer.
47070\see AttributeValue
47071*/
47072/*!
47073\fn ns3::IntegerValue::IntegerValue(const int64_t & value)
47074Constructor.
47075\param [in] value The Integer value to use.
47076*/
47077/*!
47078\fn int64_t ns3::IntegerValue::Get() const
47079\returns The Integer value.
47080*/
47081/*!
47082\fn bool ns3::IntegerValue::GetAccessor(T & value) const
47083Access the Integer value as type \p T.
47084\tparam T \explicit The type to cast to.
47085\param [out] value The Integer value, as type \p T.
47086\returns true.
47087*/
47088/*!
47089\fn void ns3::IntegerValue::Set(const int64_t & value)
47090Set the value.
47091\param [in] value The value to adopt.
47092*/
47093/*!
47094\var int64_t ns3::IntegerValue::m_value
47095The stored Integer instance.
47096*/
47097
47098/*!
47099\ingroup attribute_Integer
47100\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIntegerAccessor (T1 a1)
47101\copydoc ns3::MakeAccessorHelper(T1)
47102\see AttributeAccessor
47103*/
47104/*!
47105\ingroup attribute_Integer
47106\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIntegerAccessor (T1 a1, T2 a2)
47107\copydoc ns3::MakeAccessorHelper(T1,T2)
47108\see AttributeAccessor
47109*/
47110/*!
47111\ingroup attribute_Integer
47113\class ns3::IntegerChecker "integer.h"
47114AttributeChecker implementation for IntegerValue.
47115\see AttributeChecker
47116*/
47117/*!
47118\ingroup attribute_Integer
47119\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIntegerChecker ()
47120\returns The AttributeChecker.
47121\see AttributeChecker
47122*/
47123/*!
47124\ingroup attributes
47125\addtogroup attribute_String String Attribute
47126AttributeValue implementation for String
47127*/
47128/*!
47129\ingroup attribute_String
47130\class ns3::StringValue "string.h"
47131AttributeValue implementation for String.
47132\see AttributeValue
47133*/
47134/*!
47135\fn ns3::StringValue::StringValue(const std::string & value)
47136Constructor.
47137\param [in] value The String value to use.
47138*/
47139/*!
47140\fn std::string ns3::StringValue::Get() const
47141\returns The String value.
47142*/
47143/*!
47144\fn bool ns3::StringValue::GetAccessor(T & value) const
47145Access the String value as type \p T.
47146\tparam T \explicit The type to cast to.
47147\param [out] value The String value, as type \p T.
47148\returns true.
47149*/
47150/*!
47151\fn void ns3::StringValue::Set(const std::string & value)
47152Set the value.
47153\param [in] value The value to adopt.
47154*/
47155/*!
47156\var std::string ns3::StringValue::m_value
47157The stored String instance.
47158*/
47159
47160/*!
47161\ingroup attribute_String
47162\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeStringAccessor (T1 a1)
47163\copydoc ns3::MakeAccessorHelper(T1)
47164\see AttributeAccessor
47165*/
47166/*!
47167\ingroup attribute_String
47168\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeStringAccessor (T1 a1, T2 a2)
47169\copydoc ns3::MakeAccessorHelper(T1,T2)
47170\see AttributeAccessor
47171*/
47172/*!
47173\ingroup attribute_String
47174
47175\class ns3::StringChecker "string.h"
47176AttributeChecker implementation for StringValue.
47177\see AttributeChecker
47178*/
47179/*!
47180\ingroup attribute_String
47181\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeStringChecker ()
47182\returns The AttributeChecker.
47183\see AttributeChecker
47184*/
47185/*!
47186\ingroup attributes
47187\addtogroup attribute_Time Time Attribute
47188AttributeValue implementation for Time
47189\see ns3::Time
47190*/
47191/*!
47192\ingroup attribute_Time
47193\class ns3::TimeValue "nstime.h"
47194AttributeValue implementation for Time.
47195\see AttributeValue
47196*/
47197/*!
47198\fn ns3::TimeValue::TimeValue(const Time & value)
47199Constructor.
47200\param [in] value The Time value to use.
47201*/
47202/*!
47203\fn Time ns3::TimeValue::Get() const
47204\returns The Time value.
47205*/
47206/*!
47207\fn bool ns3::TimeValue::GetAccessor(T & value) const
47208Access the Time value as type \p T.
47209\tparam T \explicit The type to cast to.
47210\param [out] value The Time value, as type \p T.
47211\returns true.
47212*/
47213/*!
47214\fn void ns3::TimeValue::Set(const Time & value)
47215Set the value.
47216\param [in] value The value to adopt.
47217*/
47218/*!
47219\var Time ns3::TimeValue::m_value
47220The stored Time instance.
47221*/
47222
47223/*!
47224\ingroup attribute_Time
47225\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTimeAccessor (T1 a1)
47226\copydoc ns3::MakeAccessorHelper(T1)
47227\see AttributeAccessor
47228*/
47229/*!
47230\ingroup attribute_Time
47231\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTimeAccessor (T1 a1, T2 a2)
47232\copydoc ns3::MakeAccessorHelper(T1,T2)
47233\see AttributeAccessor
47234*/
47235/*!
47236\ingroup attribute_Time
47238\class ns3::TimeChecker "nstime.h"
47239AttributeChecker implementation for TimeValue.
47240\see AttributeChecker
47241*/
47242/*!
47243\ingroup attribute_Time
47244\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeTimeChecker ()
47245\returns The AttributeChecker.
47246\see AttributeChecker
47247*/
47248/*!
47249\ingroup attributes
47250\addtogroup attribute_Uinteger Uinteger Attribute
47251AttributeValue implementation for Uinteger
47252*/
47253/*!
47254\ingroup attribute_Uinteger
47255\class ns3::UintegerValue "uinteger.h"
47256AttributeValue implementation for Uinteger.
47257\see AttributeValue
47258*/
47259/*!
47260\fn ns3::UintegerValue::UintegerValue(const uint64_t & value)
47261Constructor.
47262\param [in] value The Uinteger value to use.
47263*/
47264/*!
47265\fn uint64_t ns3::UintegerValue::Get() const
47266\returns The Uinteger value.
47267*/
47268/*!
47269\fn bool ns3::UintegerValue::GetAccessor(T & value) const
47270Access the Uinteger value as type \p T.
47271\tparam T \explicit The type to cast to.
47272\param [out] value The Uinteger value, as type \p T.
47273\returns true.
47274*/
47275/*!
47276\fn void ns3::UintegerValue::Set(const uint64_t & value)
47277Set the value.
47278\param [in] value The value to adopt.
47279*/
47280/*!
47281\var uint64_t ns3::UintegerValue::m_value
47282The stored Uinteger instance.
47283*/
47284
47285/*!
47286\ingroup attribute_Uinteger
47287\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUintegerAccessor (T1 a1)
47288\copydoc ns3::MakeAccessorHelper(T1)
47289\see AttributeAccessor
47290*/
47291/*!
47292\ingroup attribute_Uinteger
47293\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUintegerAccessor (T1 a1, T2 a2)
47294\copydoc ns3::MakeAccessorHelper(T1,T2)
47295\see AttributeAccessor
47296*/
47297/*!
47298\ingroup attribute_Uinteger
47300\class ns3::UintegerChecker "uinteger.h"
47301AttributeChecker implementation for UintegerValue.
47302\see AttributeChecker
47303*/
47304/*!
47305\ingroup attribute_Uinteger
47306\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeUintegerChecker ()
47307\returns The AttributeChecker.
47308\see AttributeChecker
47309*/
47310/*!
47311\ingroup attributes
47312\addtogroup attribute_ObjectVector ObjectVector Attribute
47313AttributeValue implementation for ObjectVector
47314*/
47315/*!
47316\ingroup attribute_ObjectVector
47317\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectVectorAccessor (T1 a1)
47318\copydoc ns3::MakeAccessorHelper(T1)
47319\see AttributeAccessor
47320*/
47321/*!
47322\ingroup attribute_ObjectVector
47323\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectVectorAccessor (T1 a1, T2 a2)
47324\copydoc ns3::MakeAccessorHelper(T1,T2)
47325\see AttributeAccessor
47326*/
47327/*!
47328\ingroup attribute_ObjectVector
47330\class ns3::ObjectVectorChecker "object-vector.h"
47331AttributeChecker implementation for ObjectVectorValue.
47332\see AttributeChecker
47333*/
47334/*!
47335\ingroup attribute_ObjectVector
47336\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectVectorChecker ()
47337\returns The AttributeChecker.
47338\see AttributeChecker
47339*/
47340/*!
47341\ingroup attributes
47342\addtogroup attribute_ObjectMap ObjectMap Attribute
47343AttributeValue implementation for ObjectMap
47344*/
47345/*!
47346\ingroup attribute_ObjectMap
47347\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectMapAccessor (T1 a1)
47348\copydoc ns3::MakeAccessorHelper(T1)
47349\see AttributeAccessor
47350*/
47351/*!
47352\ingroup attribute_ObjectMap
47353\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectMapAccessor (T1 a1, T2 a2)
47354\copydoc ns3::MakeAccessorHelper(T1,T2)
47355\see AttributeAccessor
47356*/
47357/*!
47358\ingroup attribute_ObjectMap
47360\class ns3::ObjectMapChecker "object-map.h"
47361AttributeChecker implementation for ObjectMapValue.
47362\see AttributeChecker
47363*/
47364/*!
47365\ingroup attribute_ObjectMap
47366\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectMapChecker ()
47367\returns The AttributeChecker.
47368\see AttributeChecker
47369*/