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>
8315No Attributes are defined for this type.<br>
8316<h3>Attributes defined in parent class ns3::HeFrameExchangeManager</h3>
8317<ul>
8318<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.
8319 <ul>
8320 <li>Set with class: \ref ns3::BooleanValue</li>
8321 <li>Underlying type: bool</li>
8322 <li>Initial value: false</li>
8323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8325 </ul>
8326</ul>
8327<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
8328<ul>
8329<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
8330 <ul>
8331 <li>Set with class: \ref ns3::BooleanValue</li>
8332 <li>Underlying type: bool</li>
8333 <li>Initial value: true</li>
8334 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8336 </ul>
8337<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
8338 <ul>
8339 <li>Set with class: \ref ns3::BooleanValue</li>
8340 <li>Underlying type: bool</li>
8341 <li>Initial value: false</li>
8342 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8344 </ul>
8345<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
8346 <ul>
8347 <li>Set with class: \ref ns3::BooleanValue</li>
8348 <li>Underlying type: bool</li>
8349 <li>Initial value: false</li>
8350 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8352 </ul>
8353<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
8354 <ul>
8355 <li>Set with class: \ref ns3::TimeValue</li>
8356 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8357 <li>Initial value: +0ns</li>
8358 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8359 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8360 </ul>
8361</ul>
8362<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
8363<ul>
8364<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.
8365 <ul>
8366 <li>Set with class: \ref ns3::BooleanValue</li>
8367 <li>Underlying type: bool</li>
8368 <li>Initial value: true</li>
8369 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8371 </ul>
8372</ul>
8373No TraceSources are defined for this type.<br>
8374<b>Group:</b> Wifi
8375
8376<b>Size</b> of this type is 2600 bytes (on a 64-bit architecture).
8377*/
8378
8379/*!
8380
8381\class ns3::EmlsrManager
8382
8383Introspection did not find any typical Config paths.<br>
8384<h3>Attributes</h3>
8385<ul>
8386<li><b>AuxPhyChannelWidth</b>: The maximum channel width (MHz) supported by Aux PHYs.
8387 <ul>
8388 <li>Set with class: \ref ns3::UintegerValue</li>
8389 <li>Underlying type: double 20:320</li>
8390 <li>Initial value: 20</li>
8391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
8392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8393 </ul>
8394<li><b>AuxPhyMaxModClass</b>: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.
8395 <ul>
8396 <li>Set with class: \ref ns3::EnumValue<ns3::WifiModulationClass></li>
8397 <li>Underlying type: \p HR-DSSS|ERP-OFDM|OFDM|HT|VHT|HE|EHT</li>
8398 <li>Initial value: OFDM</li>
8399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
8400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8401 </ul>
8402<li><b>AuxPhyTxCapable</b>: Whether Aux PHYs are capable of transmitting PPDUs.
8403 <ul>
8404 <li>Set with class: \ref ns3::BooleanValue</li>
8405 <li>Underlying type: bool</li>
8406 <li>Initial value: true</li>
8407 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8409 </ul>
8410<li><b>EmlsrLinkSet</b>: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.
8411 <ul>
8412 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
8413 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
8414 <li>Initial value: </li>
8415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
8416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8417 </ul>
8418<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.
8419 <ul>
8420 <li>Set with class: \ref ns3::TimeValue</li>
8421 <li>Underlying type: \p Time +0ns:+256000ns</li>
8422 <li>Initial value: +0ns</li>
8423 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8424 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8425 </ul>
8426<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.
8427 <ul>
8428 <li>Set with class: \ref ns3::TimeValue</li>
8429 <li>Underlying type: \p Time +0ns:+256000ns</li>
8430 <li>Initial value: +0ns</li>
8431 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8432 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8433 </ul>
8434<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.
8435 <ul>
8436 <li>Set with class: \ref ns3::BooleanValue</li>
8437 <li>Underlying type: bool</li>
8438 <li>Initial value: false</li>
8439 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8440 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8441 </ul>
8442<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.
8443 <ul>
8444 <li>Set with class: \ref ns3::UintegerValue</li>
8445 <li>Underlying type: uint8_t 0:255</li>
8446 <li>Initial value: 0</li>
8447 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
8448 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8449 </ul>
8450<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.
8451 <ul>
8452 <li>Set with class: \ref ns3::BooleanValue</li>
8453 <li>Underlying type: bool</li>
8454 <li>Initial value: false</li>
8455 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8456 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8457 </ul>
8458<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.
8459 <ul>
8460 <li>Set with class: \ref ns3::BooleanValue</li>
8461 <li>Underlying type: bool</li>
8462 <li>Initial value: false</li>
8463 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8464 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8465 </ul>
8466<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.
8467 <ul>
8468 <li>Set with class: \ref ns3::BooleanValue</li>
8469 <li>Underlying type: bool</li>
8470 <li>Initial value: true</li>
8471 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8473 </ul>
8474</ul>
8475<h3>TraceSources</h3>
8476<ul>
8477<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>
8478 <li> %Callback signature: ns3::EmlsrManager::MainPhySwitchCallback
8479</li>
8480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8481</ul>
8482</ul>
8483<b>Group:</b> Wifi
8484
8485<b>Size</b> of this type is 744 bytes (on a 64-bit architecture).
8486*/
8487
8488/*!
8489
8490\class ns3::EmpiricalRandomVariable
8491
8492<h3>Config Paths</h3>
8493
8494ns3::EmpiricalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
8495<ul>
8496<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8497<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8498<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8499<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8500<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8501<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8502<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8503<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8504<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8505<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8506<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8507<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8508<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8509<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8510<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8511<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::EmpiricalRandomVariable"</li>
8512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::EmpiricalRandomVariable"</li>
8513<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8514<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8516<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8517<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8519<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8520<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::EmpiricalRandomVariable"</li>
8521<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::EmpiricalRandomVariable"</li>
8522<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::EmpiricalRandomVariable"</li>
8523<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::EmpiricalRandomVariable"</li>
8524<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::EmpiricalRandomVariable"</li>
8525<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::EmpiricalRandomVariable"</li>
8526<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::EmpiricalRandomVariable"</li>
8527<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::EmpiricalRandomVariable"</li>
8528<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::EmpiricalRandomVariable"</li>
8529<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::EmpiricalRandomVariable"</li>
8530<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::EmpiricalRandomVariable"</li>
8531<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::EmpiricalRandomVariable"</li>
8532<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8533<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::EmpiricalRandomVariable"</li>
8534<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::EmpiricalRandomVariable"</li>
8535<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8536<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8537<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::EmpiricalRandomVariable"</li>
8538<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::EmpiricalRandomVariable"</li>
8539<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::EmpiricalRandomVariable"</li>
8540<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::EmpiricalRandomVariable"</li>
8541<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::EmpiricalRandomVariable"</li>
8542<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::EmpiricalRandomVariable"</li>
8543<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::EmpiricalRandomVariable"</li>
8544<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::EmpiricalRandomVariable"</li>
8545<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::EmpiricalRandomVariable"</li>
8546<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::EmpiricalRandomVariable"</li>
8547<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::EmpiricalRandomVariable"</li>
8548<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::EmpiricalRandomVariable"</li>
8549<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::EmpiricalRandomVariable"</li>
8550<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::EmpiricalRandomVariable"</li>
8551<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::EmpiricalRandomVariable"</li>
8552<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::EmpiricalRandomVariable"</li>
8553<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8554<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8555<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::EmpiricalRandomVariable"</li>
8556</ul>
8557<h3>Attributes</h3>
8558<ul>
8559<li><b>Interpolate</b>: Treat the CDF as a smooth distribution and interpolate, default is to treat the CDF as a histogram and sample.
8560 <ul>
8561 <li>Set with class: \ref ns3::BooleanValue</li>
8562 <li>Underlying type: bool</li>
8563 <li>Initial value: false</li>
8564 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8565 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8566 </ul>
8567</ul>
8568<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
8569<ul>
8570<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
8571 <ul>
8572 <li>Set with class: \ref ns3::BooleanValue</li>
8573 <li>Underlying type: bool</li>
8574 <li>Initial value: false</li>
8575 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8576 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8577 </ul>
8578<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.
8579 <ul>
8580 <li>Set with class: \ref ns3::IntegerValue</li>
8581 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
8582 <li>Initial value: -1</li>
8583 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8585 </ul>
8586</ul>
8587No TraceSources are defined for this type.<br>
8588<b>Group:</b> Core
8589
8590<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
8591*/
8592
8593/*!
8594
8595\class ns3::EmuEpcHelper
8596
8597Introspection did not find any typical Config paths.<br>
8598<h3>Attributes</h3>
8599<ul>
8600<li><b>EnbDeviceName</b>: The name of the device used for the S1-U interface of the eNB
8601 <ul>
8602 <li>Set with class: \ref ns3::StringValue</li>
8603 <li>Underlying type: \p std::string</li>
8604 <li>Initial value: veth1</li>
8605 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8606 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8607 </ul>
8608<li><b>EnbMacAddressBase</b>: First 5 bytes of the eNB MAC address base
8609 <ul>
8610 <li>Set with class: \ref ns3::StringValue</li>
8611 <li>Underlying type: \p std::string</li>
8612 <li>Initial value: 00:00:00:eb:00</li>
8613 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8614 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8615 </ul>
8616<li><b>SgwDeviceName</b>: The name of the device used for the S1-U interface of the SGW
8617 <ul>
8618 <li>Set with class: \ref ns3::StringValue</li>
8619 <li>Underlying type: \p std::string</li>
8620 <li>Initial value: veth0</li>
8621 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8622 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8623 </ul>
8624<li><b>SgwMacAddress</b>: MAC address used for the SGW
8625 <ul>
8626 <li>Set with class: \ref ns3::StringValue</li>
8627 <li>Underlying type: \p std::string</li>
8628 <li>Initial value: 00:00:00:59:00:aa</li>
8629 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8630 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8631 </ul>
8632</ul>
8633No TraceSources are defined for this type.<br>
8634<b>Group:</b> Lte
8635
8636<b>Size</b> of this type is 608 bytes (on a 64-bit architecture).
8637*/
8638
8639/*!
8640
8641\class ns3::energy::BasicEnergyHarvester
8642
8643Introspection did not find any typical Config paths.<br>
8644<h3>Attributes</h3>
8645<ul>
8646<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
8647 <ul>
8648 <li>Set with class: \ref ns3::PointerValue</li>
8649 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
8650 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=2.0]</li>
8651 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8652 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8653 </ul>
8654<li><b>PeriodicHarvestedPowerUpdateInterval</b>: Time between two consecutive periodic updates of the harvested power. By default, the value is updated every 1 s
8655 <ul>
8656 <li>Set with class: \ref ns3::TimeValue</li>
8657 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8658 <li>Initial value: +1e+09ns</li>
8659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8661 </ul>
8662</ul>
8663<h3>TraceSources</h3>
8664<ul>
8665<li><b>HarvestedPower</b>: Harvested power by the BasicEnergyHarvester.<br> <ul>
8666 <li> %Callback signature: ns3::TracedValueCallback::Double
8667</li>
8668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8669</ul>
8670<li><b>TotalEnergyHarvested</b>: Total energy harvested by the harvester.<br> <ul>
8671 <li> %Callback signature: ns3::TracedValueCallback::Double
8672</li>
8673 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8674</ul>
8675</ul>
8676<b>Group:</b> Energy
8677
8678<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
8679*/
8680
8681/*!
8682
8683\class ns3::energy::BasicEnergySource
8684
8685Introspection did not find any typical Config paths.<br>
8686<h3>Attributes</h3>
8687<ul>
8688<li><b>BasicEnergyHighBatteryThreshold</b>: High battery threshold for basic energy source.
8689 <ul>
8690 <li>Set with class: \ref ns3::DoubleValue</li>
8691 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8692 <li>Initial value: 0.15</li>
8693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8695 </ul>
8696<li><b>BasicEnergyLowBatteryThreshold</b>: Low battery threshold for basic energy source.
8697 <ul>
8698 <li>Set with class: \ref ns3::DoubleValue</li>
8699 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8700 <li>Initial value: 0.1</li>
8701 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8702 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8703 </ul>
8704<li><b>BasicEnergySourceInitialEnergyJ</b>: Initial energy stored in basic energy source.
8705 <ul>
8706 <li>Set with class: \ref ns3::DoubleValue</li>
8707 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8708 <li>Initial value: 10</li>
8709 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8711 </ul>
8712<li><b>BasicEnergySupplyVoltageV</b>: Initial supply voltage for basic energy source.
8713 <ul>
8714 <li>Set with class: \ref ns3::DoubleValue</li>
8715 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8716 <li>Initial value: 3</li>
8717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8719 </ul>
8720<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.
8721 <ul>
8722 <li>Set with class: \ref ns3::TimeValue</li>
8723 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8724 <li>Initial value: +1e+09ns</li>
8725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8727 </ul>
8728</ul>
8729<h3>TraceSources</h3>
8730<ul>
8731<li><b>RemainingEnergy</b>: Remaining energy at BasicEnergySource.<br> <ul>
8732 <li> %Callback signature: ns3::TracedValueCallback::Double
8733</li>
8734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8735</ul>
8736</ul>
8737<b>Group:</b> Energy
8738
8739<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
8740*/
8741
8742/*!
8743
8744\class ns3::energy::DeviceEnergyModel
8745
8746Introspection did not find any typical Config paths.<br>
8747No Attributes are defined for this type.<br>
8748No TraceSources are defined for this type.<br>
8749<b>Group:</b> Energy
8750
8751<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
8752*/
8753
8754/*!
8755
8756\class ns3::energy::EnergyHarvester
8757
8758Introspection did not find any typical Config paths.<br>
8759No Attributes are defined for this type.<br>
8760No TraceSources are defined for this type.<br>
8761<b>Group:</b> Energy
8762
8763<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
8764*/
8765
8766/*!
8767
8768\class ns3::energy::EnergyHarvesterContainer
8769
8770<h3>Config Paths</h3>
8771
8772ns3::energy::EnergyHarvesterContainer is accessible through the following paths with Config::Set and Config::Connect:
8773<ul>
8774<li>"/NodeList/[i]/$ns3::energy::EnergyHarvesterContainer"</li>
8775</ul>
8776No Attributes are defined for this type.<br>
8777No TraceSources are defined for this type.<br>
8778<b>Group:</b> Energy
8779
8780<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
8781*/
8782
8783/*!
8784
8785\class ns3::energy::EnergySource
8786
8787Introspection did not find any typical Config paths.<br>
8788No Attributes are defined for this type.<br>
8789No TraceSources are defined for this type.<br>
8790<b>Group:</b> Energy
8791
8792<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
8793*/
8794
8795/*!
8796
8797\class ns3::energy::EnergySourceContainer
8798
8799<h3>Config Paths</h3>
8800
8801ns3::energy::EnergySourceContainer is accessible through the following paths with Config::Set and Config::Connect:
8802<ul>
8803<li>"/NodeList/[i]/$ns3::energy::EnergySourceContainer"</li>
8804</ul>
8805No Attributes are defined for this type.<br>
8806No TraceSources are defined for this type.<br>
8807<b>Group:</b> Energy
8808
8809<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
8810*/
8811
8812/*!
8813
8814\class ns3::energy::GenericBatteryModel
8815
8816Introspection did not find any typical Config paths.<br>
8817<h3>Attributes</h3>
8818<ul>
8819<li><b>BatteryType</b>: Indicates the battery type used by the model
8820 <ul>
8821 <li>Set with class: \ref ns3::EnumValue<ns3::energy::GenericBatteryType></li>
8822 <li>Underlying type: \p LION_LIPO|NIMH_NICD|LEADACID</li>
8823 <li>Initial value: LION_LIPO</li>
8824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8826 </ul>
8827<li><b>CutoffVoltage</b>: The voltage where the battery is considered depleted (V).
8828 <ul>
8829 <li>Set with class: \ref ns3::DoubleValue</li>
8830 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8831 <li>Initial value: 3.3</li>
8832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8834 </ul>
8835<li><b>ExponentialCapacity</b>: (Q_exp) Cell Capacity at the end of the exponential zone (Ah).
8836 <ul>
8837 <li>Set with class: \ref ns3::DoubleValue</li>
8838 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8839 <li>Initial value: 0.39</li>
8840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8842 </ul>
8843<li><b>ExponentialVoltage</b>: (V_exp) Cell voltage at the end of the exponential zone (V).
8844 <ul>
8845 <li>Set with class: \ref ns3::DoubleValue</li>
8846 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8847 <li>Initial value: 3.75</li>
8848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8850 </ul>
8851<li><b>FullVoltage</b>: (Q_full) The voltage of the cell when fully charged (V).
8852 <ul>
8853 <li>Set with class: \ref ns3::DoubleValue</li>
8854 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8855 <li>Initial value: 4.18</li>
8856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8858 </ul>
8859<li><b>InternalResistance</b>: (R) Internal resistance of the cell (Ohms)
8860 <ul>
8861 <li>Set with class: \ref ns3::DoubleValue</li>
8862 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8863 <li>Initial value: 0.083</li>
8864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8866 </ul>
8867<li><b>LowBatteryThreshold</b>: Low battery threshold for generic battery model.
8868 <ul>
8869 <li>Set with class: \ref ns3::DoubleValue</li>
8870 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8871 <li>Initial value: 0.1</li>
8872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8874 </ul>
8875<li><b>MaxCapacity</b>: (Q) The maximum capacity of the cell (Ah).
8876 <ul>
8877 <li>Set with class: \ref ns3::DoubleValue</li>
8878 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8879 <li>Initial value: 2.45</li>
8880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8882 </ul>
8883<li><b>NominalCapacity</b>: (Q_nom) Cell capacity at the end of the nominal zone (Ah)
8884 <ul>
8885 <li>Set with class: \ref ns3::DoubleValue</li>
8886 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8887 <li>Initial value: 1.3</li>
8888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8890 </ul>
8891<li><b>NominalVoltage</b>: (V_nom) Nominal voltage of the cell (V).
8892 <ul>
8893 <li>Set with class: \ref ns3::DoubleValue</li>
8894 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8895 <li>Initial value: 3.59</li>
8896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8898 </ul>
8899<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.
8900 <ul>
8901 <li>Set with class: \ref ns3::TimeValue</li>
8902 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8903 <li>Initial value: +1e+09ns</li>
8904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8906 </ul>
8907<li><b>TypicalDischargeCurrent</b>: Typical discharge current used in manufacturers datasheets (A)
8908 <ul>
8909 <li>Set with class: \ref ns3::DoubleValue</li>
8910 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8911 <li>Initial value: 2.33</li>
8912 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8914 </ul>
8915</ul>
8916<h3>TraceSources</h3>
8917<ul>
8918<li><b>RemainingEnergy</b>: Remaining energy of generic battery<br> <ul>
8919 <li> %Callback signature: ns3::TracedValueCallback::Double
8920</li>
8921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8922</ul>
8923</ul>
8924<b>Group:</b> Energy
8925
8926<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
8927*/
8928
8929/*!
8930
8931\class ns3::energy::RvBatteryModel
8932
8933Introspection did not find any typical Config paths.<br>
8934<h3>Attributes</h3>
8935<ul>
8936<li><b>RvBatteryModelAlphaValue</b>: RV battery model alpha value.
8937 <ul>
8938 <li>Set with class: \ref ns3::DoubleValue</li>
8939 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8940 <li>Initial value: 35220</li>
8941 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8942 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8943 </ul>
8944<li><b>RvBatteryModelBetaValue</b>: RV battery model beta value.
8945 <ul>
8946 <li>Set with class: \ref ns3::DoubleValue</li>
8947 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8948 <li>Initial value: 0.637</li>
8949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8951 </ul>
8952<li><b>RvBatteryModelCutoffVoltage</b>: RV battery model cutoff voltage.
8953 <ul>
8954 <li>Set with class: \ref ns3::DoubleValue</li>
8955 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8956 <li>Initial value: 3</li>
8957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8959 </ul>
8960<li><b>RvBatteryModelLowBatteryThreshold</b>: Low battery threshold.
8961 <ul>
8962 <li>Set with class: \ref ns3::DoubleValue</li>
8963 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8964 <li>Initial value: 0.1</li>
8965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8967 </ul>
8968<li><b>RvBatteryModelNumOfTerms</b>: The number of terms of the infinite sum for estimating battery level.
8969 <ul>
8970 <li>Set with class: \ref ns3::IntegerValue</li>
8971 <li>Underlying type: int32_t -2147483648:2147483647</li>
8972 <li>Initial value: 10</li>
8973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8975 </ul>
8976<li><b>RvBatteryModelOpenCircuitVoltage</b>: RV battery model open circuit voltage.
8977 <ul>
8978 <li>Set with class: \ref ns3::DoubleValue</li>
8979 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
8980 <li>Initial value: 4.1</li>
8981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8983 </ul>
8984<li><b>RvBatteryModelPeriodicEnergyUpdateInterval</b>: RV battery model sampling interval.
8985 <ul>
8986 <li>Set with class: \ref ns3::TimeValue</li>
8987 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
8988 <li>Initial value: +1e+09ns</li>
8989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
8990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8991 </ul>
8992</ul>
8993<h3>TraceSources</h3>
8994<ul>
8995<li><b>RvBatteryModelBatteryLevel</b>: RV battery model battery level.<br> <ul>
8996 <li> %Callback signature: ns3::TracedValueCallback::Double
8997</li>
8998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
8999</ul>
9000<li><b>RvBatteryModelBatteryLifetime</b>: RV battery model battery lifetime.<br> <ul>
9001 <li> %Callback signature: ns3::TracedValueCallback::Time
9002</li>
9003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9004</ul>
9005</ul>
9006<b>Group:</b> Energy
9007
9008<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
9009*/
9010
9011/*!
9012
9013\class ns3::energy::SimpleDeviceEnergyModel
9014
9015Introspection did not find any typical Config paths.<br>
9016No Attributes are defined for this type.<br>
9017<h3>TraceSources</h3>
9018<ul>
9019<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.<br> <ul>
9020 <li> %Callback signature: ns3::TracedValueCallback::Double
9021</li>
9022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9023</ul>
9024</ul>
9025<b>Group:</b> Energy
9026
9027<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
9028*/
9029
9030/*!
9031
9032\class ns3::EpcHelper
9033
9034Introspection did not find any typical Config paths.<br>
9035No Attributes are defined for this type.<br>
9036No TraceSources are defined for this type.<br>
9037<b>Group:</b> Lte
9038
9039<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9040*/
9041
9042/*!
9043
9044\class ns3::EpcMmeApplication
9045
9046Introspection did not find any typical Config paths.<br>
9047No Attributes are defined for this type.<br>
9048No TraceSources are defined for this type.<br>
9049<b>Group:</b> Lte
9050
9051<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
9052*/
9053
9054/*!
9055
9056\class ns3::EpcSgwApplication
9057
9058Introspection did not find any typical Config paths.<br>
9059No Attributes are defined for this type.<br>
9060No TraceSources are defined for this type.<br>
9061<b>Group:</b> Lte
9062
9063<b>Size</b> of this type is 336 bytes (on a 64-bit architecture).
9064*/
9065
9066/*!
9067
9068\class ns3::EpcUeNas
9069
9070<h3>Config Paths</h3>
9071
9072ns3::EpcUeNas is accessible through the following paths with Config::Set and Config::Connect:
9073<ul>
9074<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/EpcUeNas"</li>
9075<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/EpcUeNas"</li>
9076</ul>
9077No Attributes are defined for this type.<br>
9078<h3>TraceSources</h3>
9079<ul>
9080<li><b>StateTransition</b>: fired upon every UE NAS state transition<br> <ul>
9081 <li> %Callback signature: ns3::EpcUeNas::StateTracedCallback
9082</li>
9083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9084</ul>
9085</ul>
9086<b>Group:</b> Lte
9087
9088<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
9089*/
9090
9091/*!
9092
9093\class ns3::EpcX2
9094
9095Introspection did not find any typical Config paths.<br>
9096No Attributes are defined for this type.<br>
9097No TraceSources are defined for this type.<br>
9098<b>Group:</b> Lte
9099
9100<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
9101*/
9102
9103/*!
9104
9105\class ns3::EpcX2HandoverCancelHeader
9106
9107Introspection did not find any typical Config paths.<br>
9108No Attributes are defined for this type.<br>
9109No TraceSources are defined for this type.<br>
9110<b>Group:</b> Lte
9111
9112<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9113*/
9114
9115/*!
9116
9117\class ns3::EpcX2HandoverPreparationFailureHeader
9118
9119Introspection did not find any typical Config paths.<br>
9120No Attributes are defined for this type.<br>
9121No TraceSources are defined for this type.<br>
9122<b>Group:</b> Lte
9123
9124<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9125*/
9126
9127/*!
9128
9129\class ns3::EpcX2HandoverRequestAckHeader
9130
9131Introspection did not find any typical Config paths.<br>
9132No Attributes are defined for this type.<br>
9133No TraceSources are defined for this type.<br>
9134<b>Group:</b> Lte
9135
9136<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
9137*/
9138
9139/*!
9140
9141\class ns3::EpcX2HandoverRequestHeader
9142
9143Introspection did not find any typical Config paths.<br>
9144No Attributes are defined for this type.<br>
9145No TraceSources are defined for this type.<br>
9146<b>Group:</b> Lte
9147
9148<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
9149*/
9150
9151/*!
9152
9153\class ns3::EpcX2Header
9154
9155Introspection did not find any typical Config paths.<br>
9156No Attributes are defined for this type.<br>
9157No TraceSources are defined for this type.<br>
9158<b>Group:</b> Lte
9159
9160<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9161*/
9162
9163/*!
9164
9165\class ns3::EpcX2LoadInformationHeader
9166
9167Introspection did not find any typical Config paths.<br>
9168No Attributes are defined for this type.<br>
9169No TraceSources are defined for this type.<br>
9170<b>Group:</b> Lte
9171
9172<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
9173*/
9174
9175/*!
9176
9177\class ns3::EpcX2ResourceStatusUpdateHeader
9178
9179Introspection did not find any typical Config paths.<br>
9180No Attributes are defined for this type.<br>
9181No TraceSources are defined for this type.<br>
9182<b>Group:</b> Lte
9183
9184<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
9185*/
9186
9187/*!
9188
9189\class ns3::EpcX2SnStatusTransferHeader
9190
9191Introspection did not find any typical Config paths.<br>
9192No Attributes are defined for this type.<br>
9193No TraceSources are defined for this type.<br>
9194<b>Group:</b> Lte
9195
9196<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
9197*/
9198
9199/*!
9200
9201\class ns3::EpcX2UeContextReleaseHeader
9202
9203Introspection did not find any typical Config paths.<br>
9204No Attributes are defined for this type.<br>
9205No TraceSources are defined for this type.<br>
9206<b>Group:</b> Lte
9207
9208<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
9209*/
9210
9211/*!
9212
9213\class ns3::EpsBearer
9214
9215Introspection did not find any typical Config paths.<br>
9216<h3>Attributes</h3>
9217<ul>
9218<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.
9219 <ul>
9220 <li>Set with class: \ref ns3::UintegerValue</li>
9221 <li>Underlying type: uint32_t 0:4294967295</li>
9222 <li>Initial value: 11</li>
9223 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9224 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9225 </ul>
9226</ul>
9227No TraceSources are defined for this type.<br>
9228<b>Group:</b> Lte
9229
9230<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
9231*/
9232
9233/*!
9234
9235\class ns3::EpsBearerTag
9236
9237Introspection did not find any typical Config paths.<br>
9238<h3>Attributes</h3>
9239<ul>
9240<li><b>bid</b>: The EPS bearer id within the UE to which the packet belongs
9241 <ul>
9242 <li>Set with class: \ref ns3::UintegerValue</li>
9243 <li>Underlying type: uint8_t 0:255</li>
9244 <li>Flags: <span class="mlabel">read</span></li>
9245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9246 </ul>
9247<li><b>rnti</b>: The rnti that indicates the UE which packet belongs
9248 <ul>
9249 <li>Set with class: \ref ns3::UintegerValue</li>
9250 <li>Underlying type: uint16_t 0:65535</li>
9251 <li>Flags: <span class="mlabel">read</span></li>
9252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9253 </ul>
9254</ul>
9255No TraceSources are defined for this type.<br>
9256<b>Group:</b> Lte
9257
9258<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
9259*/
9260
9261/*!
9262
9263\class ns3::ErlangRandomVariable
9264
9265<h3>Config Paths</h3>
9266
9267ns3::ErlangRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
9268<ul>
9269<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9270<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9271<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9272<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9273<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9274<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9275<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9276<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ErlangRandomVariable"</li>
9277<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9278<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9279<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9280<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9281<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9282<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9283<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9284<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ErlangRandomVariable"</li>
9285<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9286<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9287<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9288<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ErlangRandomVariable"</li>
9289<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ErlangRandomVariable"</li>
9290<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9291<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9292<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9293<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9294<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9295<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9296<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9297<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9298<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ErlangRandomVariable"</li>
9299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ErlangRandomVariable"</li>
9300<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ErlangRandomVariable"</li>
9301<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ErlangRandomVariable"</li>
9302<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ErlangRandomVariable"</li>
9303<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ErlangRandomVariable"</li>
9304<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ErlangRandomVariable"</li>
9305<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ErlangRandomVariable"</li>
9306<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ErlangRandomVariable"</li>
9307<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ErlangRandomVariable"</li>
9308<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ErlangRandomVariable"</li>
9309<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ErlangRandomVariable"</li>
9310<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9311<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ErlangRandomVariable"</li>
9312<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ErlangRandomVariable"</li>
9313<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9314<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9315<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ErlangRandomVariable"</li>
9316<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ErlangRandomVariable"</li>
9317<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ErlangRandomVariable"</li>
9318<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ErlangRandomVariable"</li>
9319<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ErlangRandomVariable"</li>
9320<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ErlangRandomVariable"</li>
9321<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ErlangRandomVariable"</li>
9322<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ErlangRandomVariable"</li>
9323<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ErlangRandomVariable"</li>
9324<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ErlangRandomVariable"</li>
9325<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ErlangRandomVariable"</li>
9326<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ErlangRandomVariable"</li>
9327<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ErlangRandomVariable"</li>
9328<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ErlangRandomVariable"</li>
9329<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ErlangRandomVariable"</li>
9330<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ErlangRandomVariable"</li>
9331<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9332<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9333<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ErlangRandomVariable"</li>
9334<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/ErlangRv"</li>
9335<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ErlangRandomVariable"</li>
9336</ul>
9337<h3>Attributes</h3>
9338<ul>
9339<li><b>K</b>: The k value for the Erlang distribution returned by this RNG stream.
9340 <ul>
9341 <li>Set with class: \ref ns3::IntegerValue</li>
9342 <li>Underlying type: uint32_t 0:4294967295</li>
9343 <li>Initial value: 1</li>
9344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9346 </ul>
9347<li><b>Lambda</b>: The lambda value for the Erlang distribution returned by this RNG stream.
9348 <ul>
9349 <li>Set with class: \ref ns3::DoubleValue</li>
9350 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
9351 <li>Initial value: 1</li>
9352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9354 </ul>
9355</ul>
9356<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
9357<ul>
9358<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
9359 <ul>
9360 <li>Set with class: \ref ns3::BooleanValue</li>
9361 <li>Underlying type: bool</li>
9362 <li>Initial value: false</li>
9363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9365 </ul>
9366<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.
9367 <ul>
9368 <li>Set with class: \ref ns3::IntegerValue</li>
9369 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
9370 <li>Initial value: -1</li>
9371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9373 </ul>
9374</ul>
9375No TraceSources are defined for this type.<br>
9376<b>Group:</b> Core
9377
9378<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
9379*/
9380
9381/*!
9382
9383\class ns3::ErrorChannel
9384
9385<h3>Config Paths</h3>
9386
9387ns3::ErrorChannel is accessible through the following paths with Config::Set and Config::Connect:
9388<ul>
9389<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::ErrorChannel"</li>
9390<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SimpleChannel/$ns3::ErrorChannel"</li>
9391<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::ErrorChannel"</li>
9392<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SimpleChannel/$ns3::ErrorChannel"</li>
9393<li>"/ChannelList/[i]/$ns3::ErrorChannel"</li>
9394<li>"/ChannelList/[i]/$ns3::SimpleChannel/$ns3::ErrorChannel"</li>
9395</ul>
9396No Attributes are defined for this type.<br>
9397<h3>Attributes defined in parent class ns3::SimpleChannel</h3>
9398<ul>
9399<li><b>Delay</b>: Transmission delay through the channel
9400 <ul>
9401 <li>Set with class: \ref ns3::TimeValue</li>
9402 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
9403 <li>Initial value: +0ns</li>
9404 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9406 </ul>
9407</ul>
9408<h3>Attributes defined in parent class ns3::Channel</h3>
9409<ul>
9410<li><b>Id</b>: The id (unique integer) of this Channel.
9411 <ul>
9412 <li>Set with class: \ref ns3::UintegerValue</li>
9413 <li>Underlying type: uint32_t 0:4294967295</li>
9414 <li>Flags: <span class="mlabel">read</span></li>
9415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9416 </ul>
9417</ul>
9418No TraceSources are defined for this type.<br>
9419<b>Group:</b> Network
9420
9421<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
9422*/
9423
9424/*!
9425
9426\class ns3::ErrorModel
9427
9428<h3>Config Paths</h3>
9429
9430ns3::ErrorModel is accessible through the following paths with Config::Set and Config::Connect:
9431<ul>
9432<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel"</li>
9433<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel"</li>
9434<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel"</li>
9435<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel"</li>
9436<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel"</li>
9437<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel"</li>
9438</ul>
9439<h3>Attributes</h3>
9440<ul>
9441<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
9442 <ul>
9443 <li>Set with class: \ref ns3::BooleanValue</li>
9444 <li>Underlying type: bool</li>
9445 <li>Initial value: true</li>
9446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9448 </ul>
9449</ul>
9450No TraceSources are defined for this type.<br>
9451<b>Group:</b> Network
9452
9453<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9454*/
9455
9456/*!
9457
9458\class ns3::ErrorRateModel
9459
9460Introspection did not find any typical Config paths.<br>
9461No Attributes are defined for this type.<br>
9462No TraceSources are defined for this type.<br>
9463<b>Group:</b> Wifi
9464
9465<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9466*/
9467
9468/*!
9469
9470\class ns3::EthernetHeader
9471
9472Introspection did not find any typical Config paths.<br>
9473No Attributes are defined for this type.<br>
9474No TraceSources are defined for this type.<br>
9475<b>Group:</b> Network
9476
9477<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
9478*/
9479
9480/*!
9481
9482\class ns3::EthernetTrailer
9483
9484Introspection did not find any typical Config paths.<br>
9485No Attributes are defined for this type.<br>
9486No TraceSources are defined for this type.<br>
9487<b>Group:</b> Network
9488
9489<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
9490*/
9491
9492/*!
9493
9494\class ns3::ExponentialRandomVariable
9495
9496<h3>Config Paths</h3>
9497
9498ns3::ExponentialRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
9499<ul>
9500<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9501<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9502<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9503<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9504<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9505<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ExponentialRandomVariable"</li>
9506<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9507<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9508<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9509<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9510<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9511<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ExponentialRandomVariable"</li>
9512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9513<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9514<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ExponentialRandomVariable"</li>
9516<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ExponentialRandomVariable"</li>
9517<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9519<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9520<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9521<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9522<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9523<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9524<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ExponentialRandomVariable"</li>
9525<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ExponentialRandomVariable"</li>
9526<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ExponentialRandomVariable"</li>
9527<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ExponentialRandomVariable"</li>
9528<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ExponentialRandomVariable"</li>
9529<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ExponentialRandomVariable"</li>
9530<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ExponentialRandomVariable"</li>
9531<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ExponentialRandomVariable"</li>
9532<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ExponentialRandomVariable"</li>
9533<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ExponentialRandomVariable"</li>
9534<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ExponentialRandomVariable"</li>
9535<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ExponentialRandomVariable"</li>
9536<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9537<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ExponentialRandomVariable"</li>
9538<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ExponentialRandomVariable"</li>
9539<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9540<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9541<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ExponentialRandomVariable"</li>
9542<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ExponentialRandomVariable"</li>
9543<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ExponentialRandomVariable"</li>
9544<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ExponentialRandomVariable"</li>
9545<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ExponentialRandomVariable"</li>
9546<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ExponentialRandomVariable"</li>
9547<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ExponentialRandomVariable"</li>
9548<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ExponentialRandomVariable"</li>
9549<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ExponentialRandomVariable"</li>
9550<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ExponentialRandomVariable"</li>
9551<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ExponentialRandomVariable"</li>
9552<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ExponentialRandomVariable"</li>
9553<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ExponentialRandomVariable"</li>
9554<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ExponentialRandomVariable"</li>
9555<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ExponentialRandomVariable"</li>
9556<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ExponentialRandomVariable"</li>
9557<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9558<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ExponentialRandomVariable"</li>
9559<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ExponentialRandomVariable"</li>
9560</ul>
9561<h3>Attributes</h3>
9562<ul>
9563<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.
9564 <ul>
9565 <li>Set with class: \ref ns3::DoubleValue</li>
9566 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
9567 <li>Initial value: 0</li>
9568 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9570 </ul>
9571<li><b>Mean</b>: The mean of the values returned by this RNG stream.
9572 <ul>
9573 <li>Set with class: \ref ns3::DoubleValue</li>
9574 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
9575 <li>Initial value: 1</li>
9576 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9577 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9578 </ul>
9579</ul>
9580<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
9581<ul>
9582<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
9583 <ul>
9584 <li>Set with class: \ref ns3::BooleanValue</li>
9585 <li>Underlying type: bool</li>
9586 <li>Initial value: false</li>
9587 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9588 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9589 </ul>
9590<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.
9591 <ul>
9592 <li>Set with class: \ref ns3::IntegerValue</li>
9593 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
9594 <li>Initial value: -1</li>
9595 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9597 </ul>
9598</ul>
9599No TraceSources are defined for this type.<br>
9600<b>Group:</b> Core
9601
9602<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
9603*/
9604
9605/*!
9606
9607\class ns3::FcfsWifiQueueScheduler
9608
9609Introspection did not find any typical Config paths.<br>
9610<h3>Attributes</h3>
9611<ul>
9612<li><b>DropPolicy</b>: Upon enqueue with full queue, drop oldest (DropOldest) or newest (DropNewest) packet
9613 <ul>
9614 <li>Set with class: \ref ns3::EnumValue<ns3::FcfsWifiQueueScheduler::DropPolicy></li>
9615 <li>Underlying type: \p DropOldest|DropNewest</li>
9616 <li>Initial value: DropNewest</li>
9617 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9618 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9619 </ul>
9620</ul>
9621No TraceSources are defined for this type.<br>
9622<b>Group:</b> Wifi
9623
9624<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
9625*/
9626
9627/*!
9628
9629\class ns3::FdBetFfMacScheduler
9630
9631<h3>Config Paths</h3>
9632
9633ns3::FdBetFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9634<ul>
9635<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdBetFfMacScheduler"</li>
9636<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdBetFfMacScheduler"</li>
9637</ul>
9638<h3>Attributes</h3>
9639<ul>
9640<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
9641 <ul>
9642 <li>Set with class: \ref ns3::UintegerValue</li>
9643 <li>Underlying type: uint32_t 0:4294967295</li>
9644 <li>Initial value: 1000</li>
9645 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9646 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9647 </ul>
9648<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
9649 <ul>
9650 <li>Set with class: \ref ns3::BooleanValue</li>
9651 <li>Underlying type: bool</li>
9652 <li>Initial value: true</li>
9653 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9655 </ul>
9656<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
9657 <ul>
9658 <li>Set with class: \ref ns3::UintegerValue</li>
9659 <li>Underlying type: uint8_t 0:255</li>
9660 <li>Initial value: 0</li>
9661 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9663 </ul>
9664</ul>
9665<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
9666<ul>
9667<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9668 <ul>
9669 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9670 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9671 <li>Initial value: SRS_UL_CQI</li>
9672 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9673 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9674 </ul>
9675</ul>
9676No TraceSources are defined for this type.<br>
9677<b>Group:</b> Lte
9678
9679<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
9680*/
9681
9682/*!
9683
9684\class ns3::FdMtFfMacScheduler
9685
9686<h3>Config Paths</h3>
9687
9688ns3::FdMtFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9689<ul>
9690<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdMtFfMacScheduler"</li>
9691<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdMtFfMacScheduler"</li>
9692</ul>
9693<h3>Attributes</h3>
9694<ul>
9695<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
9696 <ul>
9697 <li>Set with class: \ref ns3::UintegerValue</li>
9698 <li>Underlying type: uint32_t 0:4294967295</li>
9699 <li>Initial value: 1000</li>
9700 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9701 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9702 </ul>
9703<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
9704 <ul>
9705 <li>Set with class: \ref ns3::BooleanValue</li>
9706 <li>Underlying type: bool</li>
9707 <li>Initial value: true</li>
9708 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9709 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9710 </ul>
9711<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
9712 <ul>
9713 <li>Set with class: \ref ns3::UintegerValue</li>
9714 <li>Underlying type: uint8_t 0:255</li>
9715 <li>Initial value: 0</li>
9716 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9717 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9718 </ul>
9719</ul>
9720<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
9721<ul>
9722<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9723 <ul>
9724 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9725 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9726 <li>Initial value: SRS_UL_CQI</li>
9727 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9729 </ul>
9730</ul>
9731No TraceSources are defined for this type.<br>
9732<b>Group:</b> Lte
9733
9734<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
9735*/
9736
9737/*!
9738
9739\class ns3::FdNetDevice
9740
9741<h3>Config Paths</h3>
9742
9743ns3::FdNetDevice is accessible through the following paths with Config::Set and Config::Connect:
9744<ul>
9745<li>"/NodeList/[i]/DeviceList/[i]/$ns3::FdNetDevice"</li>
9746</ul>
9747<h3>Attributes</h3>
9748<ul>
9749<li><b>Address</b>: The MAC address of this device.
9750 <ul>
9751 <li>Set with class: \ref ns3::Mac48AddressValue</li>
9752 <li>Underlying type: \p Mac48Address</li>
9753 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
9754 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9755 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9756 </ul>
9757<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.
9758 <ul>
9759 <li>Set with class: \ref ns3::EnumValue<ns3::FdNetDevice::EncapsulationMode></li>
9760 <li>Underlying type: \p Dix|Llc|DixPi</li>
9761 <li>Initial value: Dix</li>
9762 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9763 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9764 </ul>
9765<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.
9766 <ul>
9767 <li>Set with class: \ref ns3::UintegerValue</li>
9768 <li>Underlying type: uint32_t 0:4294967295</li>
9769 <li>Initial value: 1000</li>
9770 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9771 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9772 </ul>
9773<li><b>Start</b>: The simulation time at which to spin up the device thread.
9774 <ul>
9775 <li>Set with class: \ref ns3::TimeValue</li>
9776 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
9777 <li>Initial value: +0ns</li>
9778 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9780 </ul>
9781<li><b>Stop</b>: The simulation time at which to tear down the device thread.
9782 <ul>
9783 <li>Set with class: \ref ns3::TimeValue</li>
9784 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
9785 <li>Initial value: +0ns</li>
9786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9788 </ul>
9789</ul>
9790<h3>TraceSources</h3>
9791<ul>
9792<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>
9793 <li> %Callback signature: ns3::Packet::TracedCallback
9794</li>
9795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9796</ul>
9797<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>
9798 <li> %Callback signature: ns3::Packet::TracedCallback
9799</li>
9800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9801</ul>
9802<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<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>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission<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>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the 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>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
9818 <li> %Callback signature: ns3::Packet::TracedCallback
9819</li>
9820 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9821</ul>
9822</ul>
9823<b>Group:</b> FdNetDevice
9824
9825<b>Size</b> of this type is 552 bytes (on a 64-bit architecture).
9826*/
9827
9828/*!
9829
9830\class ns3::FdTbfqFfMacScheduler
9831
9832<h3>Config Paths</h3>
9833
9834ns3::FdTbfqFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9835<ul>
9836<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdTbfqFfMacScheduler"</li>
9837<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::FdTbfqFfMacScheduler"</li>
9838</ul>
9839<h3>Attributes</h3>
9840<ul>
9841<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
9842 <ul>
9843 <li>Set with class: \ref ns3::UintegerValue</li>
9844 <li>Underlying type: uint32_t 0:4294967295</li>
9845 <li>Initial value: 1000</li>
9846 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9848 </ul>
9849<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)
9850 <ul>
9851 <li>Set with class: \ref ns3::UintegerValue</li>
9852 <li>Underlying type: uint32_t 0:4294967295</li>
9853 <li>Initial value: 625000</li>
9854 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9856 </ul>
9857<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)
9858 <ul>
9859 <li>Set with class: \ref ns3::UintegerValue</li>
9860 <li>Underlying type: uint32_t 0:4294967295</li>
9861 <li>Initial value: 0</li>
9862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9864 </ul>
9865<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)
9866 <ul>
9867 <li>Set with class: \ref ns3::IntegerValue</li>
9868 <li>Underlying type: int32_t -2147483648:2147483647</li>
9869 <li>Initial value: -625000</li>
9870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9872 </ul>
9873<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
9874 <ul>
9875 <li>Set with class: \ref ns3::BooleanValue</li>
9876 <li>Underlying type: bool</li>
9877 <li>Initial value: true</li>
9878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9880 </ul>
9881<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)
9882 <ul>
9883 <li>Set with class: \ref ns3::UintegerValue</li>
9884 <li>Underlying type: uint32_t 0:4294967295</li>
9885 <li>Initial value: 1</li>
9886 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9887 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9888 </ul>
9889<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
9890 <ul>
9891 <li>Set with class: \ref ns3::UintegerValue</li>
9892 <li>Underlying type: uint8_t 0:255</li>
9893 <li>Initial value: 0</li>
9894 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9896 </ul>
9897</ul>
9898<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
9899<ul>
9900<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9901 <ul>
9902 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9903 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9904 <li>Initial value: SRS_UL_CQI</li>
9905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9907 </ul>
9908</ul>
9909No TraceSources are defined for this type.<br>
9910<b>Group:</b> Lte
9911
9912<b>Size</b> of this type is 1392 bytes (on a 64-bit architecture).
9913*/
9914
9915/*!
9916
9917\class ns3::FfMacScheduler
9918
9919<h3>Config Paths</h3>
9920
9921ns3::FfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
9922<ul>
9923<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler"</li>
9924<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler"</li>
9925</ul>
9926<h3>Attributes</h3>
9927<ul>
9928<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
9929 <ul>
9930 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
9931 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
9932 <li>Initial value: SRS_UL_CQI</li>
9933 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9935 </ul>
9936</ul>
9937No TraceSources are defined for this type.<br>
9938<b>Group:</b> Lte
9939
9940<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
9941*/
9942
9943/*!
9944
9945\class ns3::FifoQueueDisc
9946
9947Introspection did not find any typical Config paths.<br>
9948<h3>Attributes</h3>
9949<ul>
9950<li><b>MaxSize</b>: The max queue size
9951 <ul>
9952 <li>Set with class: \ref ns3::QueueSizeValue</li>
9953 <li>Underlying type: \p QueueSize</li>
9954 <li>Initial value: 1000p</li>
9955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9957 </ul>
9958</ul>
9959<h3>Attributes defined in parent class ns3::QueueDisc</h3>
9960<ul>
9961<li><b>InternalQueueList</b>: The list of internal queues.
9962 <ul>
9963 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
9964 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
9965 <li>Flags: <span class="mlabel">read</span></li>
9966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9967 </ul>
9968<li><b>PacketFilterList</b>: The list of packet filters.
9969 <ul>
9970 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
9971 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
9972 <li>Flags: <span class="mlabel">read</span></li>
9973 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9974 </ul>
9975<li><b>QueueDiscClassList</b>: The list of queue disc classes.
9976 <ul>
9977 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
9978 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
9979 <li>Flags: <span class="mlabel">read</span></li>
9980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9981 </ul>
9982<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
9983 <ul>
9984 <li>Set with class: \ref ns3::UintegerValue</li>
9985 <li>Underlying type: uint32_t 0:4294967295</li>
9986 <li>Initial value: 64</li>
9987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
9988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9989 </ul>
9990</ul>
9991No TraceSources are defined for this type.<br>
9992<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
9993<ul>
9994<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
9995 <li> %Callback signature: ns3::TracedValueCallback::Uint32
9996</li>
9997 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
9998</ul>
9999<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
10000 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10001</li>
10002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10003</ul>
10004<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
10005 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10006</li>
10007 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10008</ul>
10009<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<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>DropBeforeEnqueue</b>: Drop a packet before enqueue<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>Enqueue</b>: Enqueue a packet in the queue disc<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>Mark</b>: Mark a packet stored in the queue disc<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>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
10030 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10031</li>
10032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10033</ul>
10034<li><b>Requeue</b>: Requeue a packet 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>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
10040 <li> %Callback signature: ns3::Time::TracedCallback
10041</li>
10042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10043</ul>
10044</ul>
10045<b>Group:</b> TrafficControl
10046
10047<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
10048*/
10049
10050/*!
10051
10052\class ns3::FileAggregator
10053
10054Introspection did not find any typical Config paths.<br>
10055No Attributes are defined for this type.<br>
10056<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
10057<ul>
10058<li><b>Enabled</b>: Object's enabled status
10059 <ul>
10060 <li>Set with class: \ref ns3::BooleanValue</li>
10061 <li>Underlying type: bool</li>
10062 <li>Initial value: true</li>
10063 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10065 </ul>
10066<li><b>Name</b>: Object's name
10067 <ul>
10068 <li>Set with class: \ref ns3::StringValue</li>
10069 <li>Underlying type: \p std::string</li>
10070 <li>Initial value: unnamed</li>
10071 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10072 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10073 </ul>
10074</ul>
10075No TraceSources are defined for this type.<br>
10076<b>Group:</b> Stats
10077
10078<b>Size</b> of this type is 1032 bytes (on a 64-bit architecture).
10079*/
10080
10081/*!
10082
10083\class ns3::FilsDiscHeader
10084
10085Introspection did not find any typical Config paths.<br>
10086No Attributes are defined for this type.<br>
10087No TraceSources are defined for this type.<br>
10088<b>Group:</b> Wifi
10089
10090<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
10091*/
10092
10093/*!
10094
10095\class ns3::FixedRoomPositionAllocator
10096
10097<h3>Config Paths</h3>
10098
10099ns3::FixedRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
10100<ul>
10101<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::FixedRoomPositionAllocator"</li>
10102</ul>
10103No Attributes are defined for this type.<br>
10104No TraceSources are defined for this type.<br>
10105<b>Group:</b> Buildings
10106
10107<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10108*/
10109
10110/*!
10111
10112\class ns3::FixedRssLossModel
10113
10114<h3>Config Paths</h3>
10115
10116ns3::FixedRssLossModel is accessible through the following paths with Config::Set and Config::Connect:
10117<ul>
10118<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10119<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10120<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10121<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10122<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10123<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10124<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FixedRssLossModel"</li>
10125</ul>
10126<h3>Attributes</h3>
10127<ul>
10128<li><b>Rss</b>: The fixed receiver Rss.
10129 <ul>
10130 <li>Set with class: \ref ns3::DoubleValue</li>
10131 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10132 <li>Initial value: -150</li>
10133 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10134 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10135 </ul>
10136</ul>
10137No TraceSources are defined for this type.<br>
10138<b>Group:</b> Propagation
10139
10140<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
10141*/
10142
10143/*!
10144
10145\class ns3::flame::FlameHeader
10146
10147Introspection did not find any typical Config paths.<br>
10148No Attributes are defined for this type.<br>
10149No TraceSources are defined for this type.<br>
10150<b>Group:</b> Mesh
10151
10152<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
10153*/
10154
10155/*!
10156
10157\class ns3::flame::FlameProtocol
10158
10159<h3>Config Paths</h3>
10160
10161ns3::flame::FlameProtocol is accessible through the following paths with Config::Set and Config::Connect:
10162<ul>
10163<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/RoutingProtocol/$ns3::flame::FlameProtocol"</li>
10164</ul>
10165<h3>Attributes</h3>
10166<ul>
10167<li><b>BroadcastInterval</b>: How often we must send broadcast packets
10168 <ul>
10169 <li>Set with class: \ref ns3::TimeValue</li>
10170 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10171 <li>Initial value: +5e+09ns</li>
10172 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10174 </ul>
10175<li><b>MaxCost</b>: Cost threshold after which packet will be dropped
10176 <ul>
10177 <li>Set with class: \ref ns3::UintegerValue</li>
10178 <li>Underlying type: uint8_t 3:255</li>
10179 <li>Initial value: 32</li>
10180 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10182 </ul>
10183</ul>
10184No TraceSources are defined for this type.<br>
10185<b>Group:</b> Mesh
10186
10187<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
10188*/
10189
10190/*!
10191
10192\class ns3::flame::FlameRtable
10193
10194Introspection did not find any typical Config paths.<br>
10195<h3>Attributes</h3>
10196<ul>
10197<li><b>Lifetime</b>: The lifetime of the routing entry
10198 <ul>
10199 <li>Set with class: \ref ns3::TimeValue</li>
10200 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10201 <li>Initial value: +1.2e+11ns</li>
10202 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10203 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10204 </ul>
10205</ul>
10206No TraceSources are defined for this type.<br>
10207<b>Group:</b> Mesh
10208
10209<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
10210*/
10211
10212/*!
10213
10214\class ns3::flame::FlameTag
10215
10216Introspection did not find any typical Config paths.<br>
10217No Attributes are defined for this type.<br>
10218No TraceSources are defined for this type.<br>
10219<b>Group:</b> Mesh
10220
10221<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
10222*/
10223
10224/*!
10225
10226\class ns3::FlameStack
10227
10228Introspection did not find any typical Config paths.<br>
10229No Attributes are defined for this type.<br>
10230No TraceSources are defined for this type.<br>
10231<b>Group:</b> Mesh
10232
10233<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
10234*/
10235
10236/*!
10237
10238\class ns3::FlowIdTag
10239
10240Introspection did not find any typical Config paths.<br>
10241No Attributes are defined for this type.<br>
10242No TraceSources are defined for this type.<br>
10243<b>Group:</b> Network
10244
10245<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
10246*/
10247
10248/*!
10249
10250\class ns3::FlowMonitor
10251
10252Introspection did not find any typical Config paths.<br>
10253<h3>Attributes</h3>
10254<ul>
10255<li><b>DelayBinWidth</b>: The width used in the delay histogram.
10256 <ul>
10257 <li>Set with class: \ref ns3::DoubleValue</li>
10258 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10259 <li>Initial value: 0.001</li>
10260 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10261 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10262 </ul>
10263<li><b>FlowInterruptionsBinWidth</b>: The width used in the flowInterruptions histogram.
10264 <ul>
10265 <li>Set with class: \ref ns3::DoubleValue</li>
10266 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10267 <li>Initial value: 0.25</li>
10268 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10270 </ul>
10271<li><b>FlowInterruptionsMinTime</b>: The minimum inter-arrival time that is considered a flow interruption.
10272 <ul>
10273 <li>Set with class: \ref ns3::TimeValue</li>
10274 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10275 <li>Initial value: +5e+08ns</li>
10276 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10278 </ul>
10279<li><b>JitterBinWidth</b>: The width used in the jitter histogram.
10280 <ul>
10281 <li>Set with class: \ref ns3::DoubleValue</li>
10282 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10283 <li>Initial value: 0.001</li>
10284 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10286 </ul>
10287<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.
10288 <ul>
10289 <li>Set with class: \ref ns3::TimeValue</li>
10290 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10291 <li>Initial value: +1e+10ns</li>
10292 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10293 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10294 </ul>
10295<li><b>PacketSizeBinWidth</b>: The width used in the packetSize histogram.
10296 <ul>
10297 <li>Set with class: \ref ns3::DoubleValue</li>
10298 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10299 <li>Initial value: 20</li>
10300 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10301 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10302 </ul>
10303<li><b>StartTime</b>: The time when the monitoring starts.
10304 <ul>
10305 <li>Set with class: \ref ns3::TimeValue</li>
10306 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10307 <li>Initial value: +0ns</li>
10308 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
10309 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10310 </ul>
10311</ul>
10312No TraceSources are defined for this type.<br>
10313<b>Group:</b> FlowMonitor
10314
10315<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
10316*/
10317
10318/*!
10319
10320\class ns3::FqCobaltFlow
10321
10322Introspection did not find any typical Config paths.<br>
10323No Attributes are defined for this type.<br>
10324<h3>Attributes defined in parent class ns3::QueueDiscClass</h3>
10325<ul>
10326<li><b>QueueDisc</b>: The queue disc attached to the class
10327 <ul>
10328 <li>Set with class: \ref ns3::PointerValue</li>
10329 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
10330 <li>Initial value: 0</li>
10331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10333 </ul>
10334</ul>
10335No TraceSources are defined for this type.<br>
10336<b>Group:</b> TrafficControl
10337
10338<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10339*/
10340
10341/*!
10342
10343\class ns3::FqCobaltQueueDisc
10344
10345Introspection did not find any typical Config paths.<br>
10346<h3>Attributes</h3>
10347<ul>
10348<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled
10349 <ul>
10350 <li>Set with class: \ref ns3::TimeValue</li>
10351 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10352 <li>Initial value: +4e+08ns</li>
10353 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10354 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10355 </ul>
10356<li><b>CeThreshold</b>: The FqCobalt CE threshold for marking packets
10357 <ul>
10358 <li>Set with class: \ref ns3::TimeValue</li>
10359 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10360 <li>Initial value: +9.22337e+18ns</li>
10361 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10362 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10363 </ul>
10364<li><b>Decrement</b>: Pdrop decrement Value
10365 <ul>
10366 <li>Set with class: \ref ns3::DoubleValue</li>
10367 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10368 <li>Initial value: 0.000244141</li>
10369 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10371 </ul>
10372<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow
10373 <ul>
10374 <li>Set with class: \ref ns3::UintegerValue</li>
10375 <li>Underlying type: uint32_t 0:4294967295</li>
10376 <li>Initial value: 64</li>
10377 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10379 </ul>
10380<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash
10381 <ul>
10382 <li>Set with class: \ref ns3::BooleanValue</li>
10383 <li>Underlying type: bool</li>
10384 <li>Initial value: false</li>
10385 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10387 </ul>
10388<li><b>Flows</b>: The number of queues into which the incoming packets are classified
10389 <ul>
10390 <li>Set with class: \ref ns3::UintegerValue</li>
10391 <li>Underlying type: uint32_t 0:4294967295</li>
10392 <li>Initial value: 1024</li>
10393 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10395 </ul>
10396<li><b>Increment</b>: Pdrop increment value
10397 <ul>
10398 <li>Set with class: \ref ns3::DoubleValue</li>
10399 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10400 <li>Initial value: 0.00390625</li>
10401 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10403 </ul>
10404<li><b>Interval</b>: The CoDel algorithm interval for each FqCobalt queue
10405 <ul>
10406 <li>Set with class: \ref ns3::StringValue</li>
10407 <li>Underlying type: \p std::string</li>
10408 <li>Initial value: 100ms</li>
10409 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10411 </ul>
10412<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
10413 <ul>
10414 <li>Set with class: \ref ns3::QueueSizeValue</li>
10415 <li>Underlying type: \p QueueSize</li>
10416 <li>Initial value: 10240p</li>
10417 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10418 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10419 </ul>
10420<li><b>Pdrop</b>: Marking Probability
10421 <ul>
10422 <li>Set with class: \ref ns3::DoubleValue</li>
10423 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10424 <li>Initial value: 0</li>
10425 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10427 </ul>
10428<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets
10429 <ul>
10430 <li>Set with class: \ref ns3::UintegerValue</li>
10431 <li>Underlying type: uint32_t 0:4294967295</li>
10432 <li>Initial value: 0</li>
10433 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10435 </ul>
10436<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)
10437 <ul>
10438 <li>Set with class: \ref ns3::UintegerValue</li>
10439 <li>Underlying type: uint32_t 0:4294967295</li>
10440 <li>Initial value: 8</li>
10441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10443 </ul>
10444<li><b>Target</b>: The CoDel algorithm target queue delay for each FqCobalt queue
10445 <ul>
10446 <li>Set with class: \ref ns3::StringValue</li>
10447 <li>Underlying type: \p std::string</li>
10448 <li>Initial value: 5ms</li>
10449 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10451 </ul>
10452<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
10453 <ul>
10454 <li>Set with class: \ref ns3::BooleanValue</li>
10455 <li>Underlying type: bool</li>
10456 <li>Initial value: true</li>
10457 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10458 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10459 </ul>
10460<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
10461 <ul>
10462 <li>Set with class: \ref ns3::BooleanValue</li>
10463 <li>Underlying type: bool</li>
10464 <li>Initial value: false</li>
10465 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10466 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10467 </ul>
10468</ul>
10469<h3>Attributes defined in parent class ns3::QueueDisc</h3>
10470<ul>
10471<li><b>InternalQueueList</b>: The list of internal queues.
10472 <ul>
10473 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10474 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
10475 <li>Flags: <span class="mlabel">read</span></li>
10476 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10477 </ul>
10478<li><b>PacketFilterList</b>: The list of packet filters.
10479 <ul>
10480 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10481 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
10482 <li>Flags: <span class="mlabel">read</span></li>
10483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10484 </ul>
10485<li><b>QueueDiscClassList</b>: The list of queue disc classes.
10486 <ul>
10487 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10488 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
10489 <li>Flags: <span class="mlabel">read</span></li>
10490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10491 </ul>
10492<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
10493 <ul>
10494 <li>Set with class: \ref ns3::UintegerValue</li>
10495 <li>Underlying type: uint32_t 0:4294967295</li>
10496 <li>Initial value: 64</li>
10497 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10498 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10499 </ul>
10500</ul>
10501No TraceSources are defined for this type.<br>
10502<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
10503<ul>
10504<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
10505 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10506</li>
10507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10508</ul>
10509<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
10510 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10511</li>
10512 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10513</ul>
10514<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
10515 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10516</li>
10517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10518</ul>
10519<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<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>DropBeforeEnqueue</b>: Drop a packet before enqueue<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>Enqueue</b>: Enqueue a packet in the queue disc<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>Mark</b>: Mark a packet stored in the queue disc<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>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
10540 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10541</li>
10542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10543</ul>
10544<li><b>Requeue</b>: Requeue a packet 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>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
10550 <li> %Callback signature: ns3::Time::TracedCallback
10551</li>
10552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10553</ul>
10554</ul>
10555<b>Group:</b> TrafficControl
10556
10557<b>Size</b> of this type is 1464 bytes (on a 64-bit architecture).
10558*/
10559
10560/*!
10561
10562\class ns3::FqCoDelFlow
10563
10564Introspection did not find any typical Config paths.<br>
10565No Attributes are defined for this type.<br>
10566<h3>Attributes defined in parent class ns3::QueueDiscClass</h3>
10567<ul>
10568<li><b>QueueDisc</b>: The queue disc attached to the class
10569 <ul>
10570 <li>Set with class: \ref ns3::PointerValue</li>
10571 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
10572 <li>Initial value: 0</li>
10573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10575 </ul>
10576</ul>
10577No TraceSources are defined for this type.<br>
10578<b>Group:</b> TrafficControl
10579
10580<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10581*/
10582
10583/*!
10584
10585\class ns3::FqCoDelQueueDisc
10586
10587Introspection did not find any typical Config paths.<br>
10588<h3>Attributes</h3>
10589<ul>
10590<li><b>CeThreshold</b>: The FqCoDel CE threshold for marking packets
10591 <ul>
10592 <li>Set with class: \ref ns3::TimeValue</li>
10593 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10594 <li>Initial value: +9.22337e+18ns</li>
10595 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10596 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10597 </ul>
10598<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow
10599 <ul>
10600 <li>Set with class: \ref ns3::UintegerValue</li>
10601 <li>Underlying type: uint32_t 0:4294967295</li>
10602 <li>Initial value: 64</li>
10603 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10604 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10605 </ul>
10606<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash
10607 <ul>
10608 <li>Set with class: \ref ns3::BooleanValue</li>
10609 <li>Underlying type: bool</li>
10610 <li>Initial value: false</li>
10611 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10612 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10613 </ul>
10614<li><b>Flows</b>: The number of queues into which the incoming packets are classified
10615 <ul>
10616 <li>Set with class: \ref ns3::UintegerValue</li>
10617 <li>Underlying type: uint32_t 0:4294967295</li>
10618 <li>Initial value: 1024</li>
10619 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10621 </ul>
10622<li><b>Interval</b>: The CoDel algorithm interval for each FQCoDel queue
10623 <ul>
10624 <li>Set with class: \ref ns3::StringValue</li>
10625 <li>Underlying type: \p std::string</li>
10626 <li>Initial value: 100ms</li>
10627 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10629 </ul>
10630<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
10631 <ul>
10632 <li>Set with class: \ref ns3::QueueSizeValue</li>
10633 <li>Underlying type: \p QueueSize</li>
10634 <li>Initial value: 10240p</li>
10635 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10636 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10637 </ul>
10638<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets
10639 <ul>
10640 <li>Set with class: \ref ns3::UintegerValue</li>
10641 <li>Underlying type: uint32_t 0:4294967295</li>
10642 <li>Initial value: 0</li>
10643 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10644 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10645 </ul>
10646<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)
10647 <ul>
10648 <li>Set with class: \ref ns3::UintegerValue</li>
10649 <li>Underlying type: uint32_t 0:4294967295</li>
10650 <li>Initial value: 8</li>
10651 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10652 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10653 </ul>
10654<li><b>Target</b>: The CoDel algorithm target queue delay for each FQCoDel queue
10655 <ul>
10656 <li>Set with class: \ref ns3::StringValue</li>
10657 <li>Underlying type: \p std::string</li>
10658 <li>Initial value: 5ms</li>
10659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10661 </ul>
10662<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
10663 <ul>
10664 <li>Set with class: \ref ns3::BooleanValue</li>
10665 <li>Underlying type: bool</li>
10666 <li>Initial value: true</li>
10667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10669 </ul>
10670<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
10671 <ul>
10672 <li>Set with class: \ref ns3::BooleanValue</li>
10673 <li>Underlying type: bool</li>
10674 <li>Initial value: false</li>
10675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10677 </ul>
10678</ul>
10679<h3>Attributes defined in parent class ns3::QueueDisc</h3>
10680<ul>
10681<li><b>InternalQueueList</b>: The list of internal queues.
10682 <ul>
10683 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10684 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
10685 <li>Flags: <span class="mlabel">read</span></li>
10686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10687 </ul>
10688<li><b>PacketFilterList</b>: The list of packet filters.
10689 <ul>
10690 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10691 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
10692 <li>Flags: <span class="mlabel">read</span></li>
10693 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10694 </ul>
10695<li><b>QueueDiscClassList</b>: The list of queue disc classes.
10696 <ul>
10697 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10698 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
10699 <li>Flags: <span class="mlabel">read</span></li>
10700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10701 </ul>
10702<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
10703 <ul>
10704 <li>Set with class: \ref ns3::UintegerValue</li>
10705 <li>Underlying type: uint32_t 0:4294967295</li>
10706 <li>Initial value: 64</li>
10707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10709 </ul>
10710</ul>
10711No TraceSources are defined for this type.<br>
10712<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
10713<ul>
10714<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
10715 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10716</li>
10717 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10718</ul>
10719<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
10720 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10721</li>
10722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10723</ul>
10724<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
10725 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
10726</li>
10727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10728</ul>
10729<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<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>DropBeforeEnqueue</b>: Drop a packet before enqueue<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>Enqueue</b>: Enqueue a packet in the queue disc<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>Mark</b>: Mark a packet stored in the queue disc<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>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
10750 <li> %Callback signature: ns3::TracedValueCallback::Uint32
10751</li>
10752 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10753</ul>
10754<li><b>Requeue</b>: Requeue a packet 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>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
10760 <li> %Callback signature: ns3::Time::TracedCallback
10761</li>
10762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10763</ul>
10764</ul>
10765<b>Group:</b> TrafficControl
10766
10767<b>Size</b> of this type is 1440 bytes (on a 64-bit architecture).
10768*/
10769
10770/*!
10771
10772\class ns3::FqPieFlow
10773
10774Introspection did not find any typical Config paths.<br>
10775No Attributes are defined for this type.<br>
10776<h3>Attributes defined in parent class ns3::QueueDiscClass</h3>
10777<ul>
10778<li><b>QueueDisc</b>: The queue disc attached to the class
10779 <ul>
10780 <li>Set with class: \ref ns3::PointerValue</li>
10781 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
10782 <li>Initial value: 0</li>
10783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10785 </ul>
10786</ul>
10787No TraceSources are defined for this type.<br>
10788<b>Group:</b> TrafficControl
10789
10790<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
10791*/
10792
10793/*!
10794
10795\class ns3::FqPieQueueDisc
10796
10797Introspection did not find any typical Config paths.<br>
10798<h3>Attributes</h3>
10799<ul>
10800<li><b>A</b>: Value of alpha
10801 <ul>
10802 <li>Set with class: \ref ns3::DoubleValue</li>
10803 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10804 <li>Initial value: 0.125</li>
10805 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10806 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10807 </ul>
10808<li><b>B</b>: Value of beta
10809 <ul>
10810 <li>Set with class: \ref ns3::DoubleValue</li>
10811 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
10812 <li>Initial value: 1.25</li>
10813 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10815 </ul>
10816<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets
10817 <ul>
10818 <li>Set with class: \ref ns3::TimeValue</li>
10819 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10820 <li>Initial value: +9.22337e+18ns</li>
10821 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10823 </ul>
10824<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured
10825 <ul>
10826 <li>Set with class: \ref ns3::UintegerValue</li>
10827 <li>Underlying type: uint32_t 0:4294967295</li>
10828 <li>Initial value: 16384</li>
10829 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10831 </ul>
10832<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow
10833 <ul>
10834 <li>Set with class: \ref ns3::UintegerValue</li>
10835 <li>Underlying type: uint32_t 0:4294967295</li>
10836 <li>Initial value: 64</li>
10837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10839 </ul>
10840<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash
10841 <ul>
10842 <li>Set with class: \ref ns3::BooleanValue</li>
10843 <li>Underlying type: bool</li>
10844 <li>Initial value: false</li>
10845 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10847 </ul>
10848<li><b>Flows</b>: The number of queues into which the incoming packets are classified
10849 <ul>
10850 <li>Set with class: \ref ns3::UintegerValue</li>
10851 <li>Underlying type: uint32_t 0:4294967295</li>
10852 <li>Initial value: 1024</li>
10853 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10855 </ul>
10856<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)
10857 <ul>
10858 <li>Set with class: \ref ns3::DoubleValue</li>
10859 <li>Underlying type: double 0:1</li>
10860 <li>Initial value: 0.1</li>
10861 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10862 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10863 </ul>
10864<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop
10865 <ul>
10866 <li>Set with class: \ref ns3::TimeValue</li>
10867 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10868 <li>Initial value: +1.5e+08ns</li>
10869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10871 </ul>
10872<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
10873 <ul>
10874 <li>Set with class: \ref ns3::QueueSizeValue</li>
10875 <li>Underlying type: \p QueueSize</li>
10876 <li>Initial value: 10240p</li>
10877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10878 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10879 </ul>
10880<li><b>MeanPktSize</b>: Average of packet size
10881 <ul>
10882 <li>Set with class: \ref ns3::UintegerValue</li>
10883 <li>Underlying type: uint32_t 0:4294967295</li>
10884 <li>Initial value: 1000</li>
10885 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10886 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10887 </ul>
10888<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets
10889 <ul>
10890 <li>Set with class: \ref ns3::UintegerValue</li>
10891 <li>Underlying type: uint32_t 0:4294967295</li>
10892 <li>Initial value: 0</li>
10893 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10894 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10895 </ul>
10896<li><b>QueueDelayReference</b>: Desired queue delay
10897 <ul>
10898 <li>Set with class: \ref ns3::TimeValue</li>
10899 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10900 <li>Initial value: +1.5e+07ns</li>
10901 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10902 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10903 </ul>
10904<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)
10905 <ul>
10906 <li>Set with class: \ref ns3::UintegerValue</li>
10907 <li>Underlying type: uint32_t 0:4294967295</li>
10908 <li>Initial value: 8</li>
10909 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10911 </ul>
10912<li><b>Supdate</b>: Start time of the update timer
10913 <ul>
10914 <li>Set with class: \ref ns3::TimeValue</li>
10915 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10916 <li>Initial value: +0ns</li>
10917 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10919 </ul>
10920<li><b>Tupdate</b>: Time period to calculate drop probability
10921 <ul>
10922 <li>Set with class: \ref ns3::TimeValue</li>
10923 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
10924 <li>Initial value: +1.5e+07ns</li>
10925 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10926 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10927 </ul>
10928<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033
10929 <ul>
10930 <li>Set with class: \ref ns3::BooleanValue</li>
10931 <li>Underlying type: bool</li>
10932 <li>Initial value: true</li>
10933 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10935 </ul>
10936<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator
10937 <ul>
10938 <li>Set with class: \ref ns3::BooleanValue</li>
10939 <li>Underlying type: bool</li>
10940 <li>Initial value: false</li>
10941 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10942 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10943 </ul>
10944<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033
10945 <ul>
10946 <li>Set with class: \ref ns3::BooleanValue</li>
10947 <li>Underlying type: bool</li>
10948 <li>Initial value: false</li>
10949 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10950 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10951 </ul>
10952<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
10953 <ul>
10954 <li>Set with class: \ref ns3::BooleanValue</li>
10955 <li>Underlying type: bool</li>
10956 <li>Initial value: true</li>
10957 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10958 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10959 </ul>
10960<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
10961 <ul>
10962 <li>Set with class: \ref ns3::BooleanValue</li>
10963 <li>Underlying type: bool</li>
10964 <li>Initial value: false</li>
10965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10967 </ul>
10968</ul>
10969<h3>Attributes defined in parent class ns3::QueueDisc</h3>
10970<ul>
10971<li><b>InternalQueueList</b>: The list of internal queues.
10972 <ul>
10973 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10974 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
10975 <li>Flags: <span class="mlabel">read</span></li>
10976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10977 </ul>
10978<li><b>PacketFilterList</b>: The list of packet filters.
10979 <ul>
10980 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10981 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
10982 <li>Flags: <span class="mlabel">read</span></li>
10983 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10984 </ul>
10985<li><b>QueueDiscClassList</b>: The list of queue disc classes.
10986 <ul>
10987 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
10988 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
10989 <li>Flags: <span class="mlabel">read</span></li>
10990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10991 </ul>
10992<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
10993 <ul>
10994 <li>Set with class: \ref ns3::UintegerValue</li>
10995 <li>Underlying type: uint32_t 0:4294967295</li>
10996 <li>Initial value: 64</li>
10997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
10998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
10999 </ul>
11000</ul>
11001No TraceSources are defined for this type.<br>
11002<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
11003<ul>
11004<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
11005 <li> %Callback signature: ns3::TracedValueCallback::Uint32
11006</li>
11007 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11008</ul>
11009<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
11010 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11011</li>
11012 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11013</ul>
11014<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
11015 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
11016</li>
11017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11018</ul>
11019<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<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>DropBeforeEnqueue</b>: Drop a packet before enqueue<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>Enqueue</b>: Enqueue a packet in the queue disc<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>Mark</b>: Mark a packet stored in the queue disc<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>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
11040 <li> %Callback signature: ns3::TracedValueCallback::Uint32
11041</li>
11042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11043</ul>
11044<li><b>Requeue</b>: Requeue a packet 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>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
11050 <li> %Callback signature: ns3::Time::TracedCallback
11051</li>
11052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11053</ul>
11054</ul>
11055<b>Group:</b> TrafficControl
11056
11057<b>Size</b> of this type is 1448 bytes (on a 64-bit architecture).
11058*/
11059
11060/*!
11061
11062\class ns3::FragmentationSubheader
11063
11064Introspection did not find any typical Config paths.<br>
11065No Attributes are defined for this type.<br>
11066No TraceSources are defined for this type.<br>
11067<b>Group:</b> Wimax
11068
11069<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
11070*/
11071
11072/*!
11073
11074\class ns3::FrameCaptureModel
11075
11076<h3>Config Paths</h3>
11077
11078ns3::FrameCaptureModel is accessible through the following paths with Config::Set and Config::Connect:
11079<ul>
11080<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/FrameCaptureModel"</li>
11081<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/FrameCaptureModel"</li>
11082</ul>
11083<h3>Attributes</h3>
11084<ul>
11085<li><b>CaptureWindow</b>: The duration of the capture window.
11086 <ul>
11087 <li>Set with class: \ref ns3::TimeValue</li>
11088 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
11089 <li>Initial value: +16000ns</li>
11090 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11092 </ul>
11093</ul>
11094No TraceSources are defined for this type.<br>
11095<b>Group:</b> Wifi
11096
11097<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
11098*/
11099
11100/*!
11101
11102\class ns3::FrameExchangeManager
11103
11104<h3>Config Paths</h3>
11105
11106ns3::FrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
11107<ul>
11108<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]"</li>
11109</ul>
11110<h3>Attributes</h3>
11111<ul>
11112<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.
11113 <ul>
11114 <li>Set with class: \ref ns3::BooleanValue</li>
11115 <li>Underlying type: bool</li>
11116 <li>Initial value: true</li>
11117 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11119 </ul>
11120</ul>
11121No TraceSources are defined for this type.<br>
11122<b>Group:</b> Wifi
11123
11124<b>Size</b> of this type is 1184 bytes (on a 64-bit architecture).
11125*/
11126
11127/*!
11128
11129\class ns3::FriisPropagationLossModel
11130
11131<h3>Config Paths</h3>
11132
11133ns3::FriisPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
11134<ul>
11135<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11136<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11137<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11138<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11139<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11140<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11141<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::FriisPropagationLossModel"</li>
11142</ul>
11143<h3>Attributes</h3>
11144<ul>
11145<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).
11146 <ul>
11147 <li>Set with class: \ref ns3::DoubleValue</li>
11148 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11149 <li>Initial value: 5.15e+09</li>
11150 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11152 </ul>
11153<li><b>MinLoss</b>: The minimum value (dB) of the total loss, used at short ranges.
11154 <ul>
11155 <li>Set with class: \ref ns3::DoubleValue</li>
11156 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11157 <li>Initial value: 0</li>
11158 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11159 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11160 </ul>
11161<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)
11162 <ul>
11163 <li>Set with class: \ref ns3::DoubleValue</li>
11164 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11165 <li>Initial value: 1</li>
11166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11168 </ul>
11169</ul>
11170No TraceSources are defined for this type.<br>
11171<b>Group:</b> Propagation
11172
11173<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
11174*/
11175
11176/*!
11177
11178\class ns3::FriisSpectrumPropagationLossModel
11179
11180Introspection did not find any typical Config paths.<br>
11181No Attributes are defined for this type.<br>
11182No TraceSources are defined for this type.<br>
11183<b>Group:</b> Spectrum
11184
11185<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
11186*/
11187
11188/*!
11189
11190\class ns3::GammaRandomVariable
11191
11192<h3>Config Paths</h3>
11193
11194ns3::GammaRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
11195<ul>
11196<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11197<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11198<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11199<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11200<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11201<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11202<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11203<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::GammaRandomVariable"</li>
11204<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11205<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11206<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11208<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11209<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11211<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::GammaRandomVariable"</li>
11212<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11213<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11214<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11215<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::GammaRandomVariable"</li>
11216<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::GammaRandomVariable"</li>
11217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11224<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11225<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::GammaRandomVariable"</li>
11226<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::GammaRandomVariable"</li>
11227<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::GammaRandomVariable"</li>
11228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::GammaRandomVariable"</li>
11229<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::GammaRandomVariable"</li>
11230<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::GammaRandomVariable"</li>
11231<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::GammaRandomVariable"</li>
11232<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::GammaRandomVariable"</li>
11233<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::GammaRandomVariable"</li>
11234<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::GammaRandomVariable"</li>
11235<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::GammaRandomVariable"</li>
11236<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::GammaRandomVariable"</li>
11237<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11238<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::GammaRandomVariable"</li>
11239<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::GammaRandomVariable"</li>
11240<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11241<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11242<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::GammaRandomVariable"</li>
11243<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::GammaRandomVariable"</li>
11244<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::GammaRandomVariable"</li>
11245<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::GammaRandomVariable"</li>
11246<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::GammaRandomVariable"</li>
11247<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::GammaRandomVariable"</li>
11248<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::GammaRandomVariable"</li>
11249<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::GammaRandomVariable"</li>
11250<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::GammaRandomVariable"</li>
11251<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::GammaRandomVariable"</li>
11252<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::GammaRandomVariable"</li>
11253<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::GammaRandomVariable"</li>
11254<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::GammaRandomVariable"</li>
11255<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::GammaRandomVariable"</li>
11256<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::GammaRandomVariable"</li>
11257<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::GammaRandomVariable"</li>
11258<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11259<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11260<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::GammaRandomVariable"</li>
11261<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel/GammaRv"</li>
11262<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::GammaRandomVariable"</li>
11263</ul>
11264<h3>Attributes</h3>
11265<ul>
11266<li><b>Alpha</b>: The alpha value for the gamma distribution returned by this RNG stream.
11267 <ul>
11268 <li>Set with class: \ref ns3::DoubleValue</li>
11269 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11270 <li>Initial value: 1</li>
11271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11273 </ul>
11274<li><b>Beta</b>: The beta value for the gamma distribution returned by this RNG stream.
11275 <ul>
11276 <li>Set with class: \ref ns3::DoubleValue</li>
11277 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11278 <li>Initial value: 1</li>
11279 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11281 </ul>
11282</ul>
11283<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
11284<ul>
11285<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
11286 <ul>
11287 <li>Set with class: \ref ns3::BooleanValue</li>
11288 <li>Underlying type: bool</li>
11289 <li>Initial value: false</li>
11290 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11291 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11292 </ul>
11293<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.
11294 <ul>
11295 <li>Set with class: \ref ns3::IntegerValue</li>
11296 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
11297 <li>Initial value: -1</li>
11298 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11299 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11300 </ul>
11301</ul>
11302No TraceSources are defined for this type.<br>
11303<b>Group:</b> Core
11304
11305<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
11306*/
11307
11308/*!
11309
11310\class ns3::GaussMarkovMobilityModel
11311
11312<h3>Config Paths</h3>
11313
11314ns3::GaussMarkovMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
11315<ul>
11316<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel"</li>
11317</ul>
11318<h3>Attributes</h3>
11319<ul>
11320<li><b>Alpha</b>: A constant representing the tunable parameter in the Gauss-Markov model.
11321 <ul>
11322 <li>Set with class: \ref ns3::DoubleValue</li>
11323 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11324 <li>Initial value: 1</li>
11325 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11327 </ul>
11328<li><b>Bounds</b>: Bounds of the area to cruise.
11329 <ul>
11330 <li>Set with class: \ref ns3::BoxValue</li>
11331 <li>Underlying type: \p Box</li>
11332 <li>Initial value: -100|100|-100|100|0|100</li>
11333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11335 </ul>
11336<li><b>MeanDirection</b>: A random variable used to assign the average direction.
11337 <ul>
11338 <li>Set with class: \ref ns3::PointerValue</li>
11339 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
11340 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283185307]</li>
11341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11343 </ul>
11344<li><b>MeanPitch</b>: A random variable used to assign the average pitch.
11345 <ul>
11346 <li>Set with class: \ref ns3::PointerValue</li>
11347 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
11348 <li>Initial value: ns3::ConstantRandomVariable[Constant=0.0]</li>
11349 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11350 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11351 </ul>
11352<li><b>MeanVelocity</b>: A random variable used to assign the average velocity.
11353 <ul>
11354 <li>Set with class: \ref ns3::PointerValue</li>
11355 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
11356 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
11357 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11359 </ul>
11360<li><b>NormalDirection</b>: A gaussian random variable used to calculate the next direction value.
11361 <ul>
11362 <li>Set with class: \ref ns3::PointerValue</li>
11363 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NormalRandomVariable></li>
11364 <li>Initial value: ns3::NormalRandomVariable[Mean=0.0|Variance=1.0|Bound=10.0]</li>
11365 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11366 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11367 </ul>
11368<li><b>NormalPitch</b>: A gaussian random variable used to calculate the next pitch value.
11369 <ul>
11370 <li>Set with class: \ref ns3::PointerValue</li>
11371 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NormalRandomVariable></li>
11372 <li>Initial value: ns3::NormalRandomVariable[Mean=0.0|Variance=1.0|Bound=10.0]</li>
11373 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11375 </ul>
11376<li><b>NormalVelocity</b>: A gaussian random variable used to calculate the next velocity value.
11377 <ul>
11378 <li>Set with class: \ref ns3::PointerValue</li>
11379 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NormalRandomVariable></li>
11380 <li>Initial value: ns3::NormalRandomVariable[Mean=0.0|Variance=1.0|Bound=10.0]</li>
11381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11383 </ul>
11384<li><b>TimeStep</b>: Change current direction and speed after moving for this time.
11385 <ul>
11386 <li>Set with class: \ref ns3::TimeValue</li>
11387 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
11388 <li>Initial value: +1e+09ns</li>
11389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11391 </ul>
11392</ul>
11393<h3>Attributes defined in parent class ns3::MobilityModel</h3>
11394<ul>
11395<li><b>Position</b>: The current position of the mobility model.
11396 <ul>
11397 <li>Set with class: \ref ns3::Vector3DValue</li>
11398 <li>Underlying type: \p Vector3D</li>
11399 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
11400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11401 </ul>
11402<li><b>Velocity</b>: The current velocity of the mobility model.
11403 <ul>
11404 <li>Set with class: \ref ns3::Vector3DValue</li>
11405 <li>Underlying type: \p Vector3D</li>
11406 <li>Flags: <span class="mlabel">read</span></li>
11407 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11408 </ul>
11409</ul>
11410No TraceSources are defined for this type.<br>
11411<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
11412<ul>
11413<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
11414 <li> %Callback signature: ns3::MobilityModel::TracedCallback
11415</li>
11416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11417</ul>
11418</ul>
11419<b>Group:</b> Mobility
11420
11421<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
11422*/
11423
11424/*!
11425
11426\class ns3::GcrManager
11427
11428<h3>Config Paths</h3>
11429
11430ns3::GcrManager is accessible through the following paths with Config::Set and Config::Connect:
11431<ul>
11432<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/GcrManager"</li>
11433</ul>
11434<h3>Attributes</h3>
11435<ul>
11436<li><b>GcrConcealmentAddress</b>: The GCR concealment address.
11437 <ul>
11438 <li>Set with class: \ref ns3::Mac48AddressValue</li>
11439 <li>Underlying type: \p Mac48Address</li>
11440 <li>Initial value: 01:0f:ac:47:43:52</li>
11441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11443 </ul>
11444<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self
11445 <ul>
11446 <li>Set with class: \ref ns3::EnumValue<ns3::GroupcastProtectionMode></li>
11447 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
11448 <li>Initial value: Rts-Cts</li>
11449 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11451 </ul>
11452<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.
11453 <ul>
11454 <li>Set with class: \ref ns3::EnumValue<ns3::GroupAddressRetransmissionPolicy></li>
11455 <li>Underlying type: \p NO_RETRY|GCR_UR|GCR_BA</li>
11456 <li>Initial value: NO_RETRY</li>
11457 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
11458 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11459 </ul>
11460<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.
11461 <ul>
11462 <li>Set with class: \ref ns3::UintegerValue</li>
11463 <li>Underlying type: uint8_t 0:255</li>
11464 <li>Initial value: 7</li>
11465 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11466 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11467 </ul>
11468</ul>
11469No TraceSources are defined for this type.<br>
11470<b>Group:</b> Wifi
11471
11472<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
11473*/
11474
11475/*!
11476
11477\class ns3::GenericMacHeader
11478
11479Introspection did not find any typical Config paths.<br>
11480No Attributes are defined for this type.<br>
11481No TraceSources are defined for this type.<br>
11482<b>Group:</b> Wimax
11483
11484<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
11485*/
11486
11487/*!
11488
11489\class ns3::GeocentricConstantPositionMobilityModel
11490
11491<h3>Config Paths</h3>
11492
11493ns3::GeocentricConstantPositionMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
11494<ul>
11495<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GeocentricConstantPositionMobilityModel"</li>
11496</ul>
11497<h3>Attributes</h3>
11498<ul>
11499<li><b>GeographicReferencePoint</b>: The point, in meters, taken as reference when converting from geographic to topographic.
11500 <ul>
11501 <li>Set with class: \ref ns3::Vector3DValue</li>
11502 <li>Underlying type: \p Vector3D</li>
11503 <li>Initial value: 0:0:0</li>
11504 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11505 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11506 </ul>
11507<li><b>PositionLatLongAlt</b>: The geographic position, in degrees (lat/lon) and meter (alt), in the order: latitude, longitude and altitude
11508 <ul>
11509 <li>Set with class: \ref ns3::Vector3DValue</li>
11510 <li>Underlying type: \p Vector3D</li>
11511 <li>Initial value: 0:0:0</li>
11512 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11513 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11514 </ul>
11515</ul>
11516<h3>Attributes defined in parent class ns3::MobilityModel</h3>
11517<ul>
11518<li><b>Position</b>: The current position of the mobility model.
11519 <ul>
11520 <li>Set with class: \ref ns3::Vector3DValue</li>
11521 <li>Underlying type: \p Vector3D</li>
11522 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
11523 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11524 </ul>
11525<li><b>Velocity</b>: The current velocity of the mobility model.
11526 <ul>
11527 <li>Set with class: \ref ns3::Vector3DValue</li>
11528 <li>Underlying type: \p Vector3D</li>
11529 <li>Flags: <span class="mlabel">read</span></li>
11530 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11531 </ul>
11532</ul>
11533No TraceSources are defined for this type.<br>
11534<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
11535<ul>
11536<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
11537 <li> %Callback signature: ns3::MobilityModel::TracedCallback
11538</li>
11539 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11540</ul>
11541</ul>
11542<b>Group:</b> Mobility
11543
11544<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
11545*/
11546
11547/*!
11548
11549\class ns3::GlobalRouter
11550
11551<h3>Config Paths</h3>
11552
11553ns3::GlobalRouter is accessible through the following paths with Config::Set and Config::Connect:
11554<ul>
11555<li>"/NodeList/[i]/$ns3::GlobalRouter"</li>
11556</ul>
11557No Attributes are defined for this type.<br>
11558No TraceSources are defined for this type.<br>
11559<b>Group:</b> Internet
11560
11561<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
11562*/
11563
11564/*!
11565
11566\class ns3::GnuplotAggregator
11567
11568Introspection did not find any typical Config paths.<br>
11569No Attributes are defined for this type.<br>
11570<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
11571<ul>
11572<li><b>Enabled</b>: Object's enabled status
11573 <ul>
11574 <li>Set with class: \ref ns3::BooleanValue</li>
11575 <li>Underlying type: bool</li>
11576 <li>Initial value: true</li>
11577 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11579 </ul>
11580<li><b>Name</b>: Object's name
11581 <ul>
11582 <li>Set with class: \ref ns3::StringValue</li>
11583 <li>Underlying type: \p std::string</li>
11584 <li>Initial value: unnamed</li>
11585 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11587 </ul>
11588</ul>
11589No TraceSources are defined for this type.<br>
11590<b>Group:</b> Stats
11591
11592<b>Size</b> of this type is 592 bytes (on a 64-bit architecture).
11593*/
11594
11595/*!
11596
11597\class ns3::GrantManagementSubheader
11598
11599Introspection did not find any typical Config paths.<br>
11600No Attributes are defined for this type.<br>
11601No TraceSources are defined for this type.<br>
11602<b>Group:</b> Wimax
11603
11604<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
11605*/
11606
11607/*!
11608
11609\class ns3::GridBuildingAllocator
11610
11611Introspection did not find any typical Config paths.<br>
11612<h3>Attributes</h3>
11613<ul>
11614<li><b>DeltaX</b>: The x space between buildings.
11615 <ul>
11616 <li>Set with class: \ref ns3::DoubleValue</li>
11617 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11618 <li>Initial value: 1</li>
11619 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11621 </ul>
11622<li><b>DeltaY</b>: The y space between buildings.
11623 <ul>
11624 <li>Set with class: \ref ns3::DoubleValue</li>
11625 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11626 <li>Initial value: 1</li>
11627 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11629 </ul>
11630<li><b>GridWidth</b>: The number of objects laid out on a line.
11631 <ul>
11632 <li>Set with class: \ref ns3::UintegerValue</li>
11633 <li>Underlying type: uint32_t 0:4294967295</li>
11634 <li>Initial value: 10</li>
11635 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11636 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11637 </ul>
11638<li><b>Height</b>: The height of the building (roof level)
11639 <ul>
11640 <li>Set with class: \ref ns3::DoubleValue</li>
11641 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11642 <li>Initial value: 10</li>
11643 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11644 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11645 </ul>
11646<li><b>LayoutType</b>: The type of layout.
11647 <ul>
11648 <li>Set with class: \ref ns3::EnumValue<ns3::GridPositionAllocator::LayoutType></li>
11649 <li>Underlying type: \p RowFirst|ColumnFirst</li>
11650 <li>Initial value: RowFirst</li>
11651 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11652 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11653 </ul>
11654<li><b>LengthX</b>: The length of the wall of each building along the X axis.
11655 <ul>
11656 <li>Set with class: \ref ns3::DoubleValue</li>
11657 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11658 <li>Initial value: 1</li>
11659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11661 </ul>
11662<li><b>LengthY</b>: The length of the wall of each building along the X axis.
11663 <ul>
11664 <li>Set with class: \ref ns3::DoubleValue</li>
11665 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11666 <li>Initial value: 1</li>
11667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11669 </ul>
11670<li><b>MinX</b>: The x coordinate where the grid starts.
11671 <ul>
11672 <li>Set with class: \ref ns3::DoubleValue</li>
11673 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11674 <li>Initial value: 1</li>
11675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11677 </ul>
11678<li><b>MinY</b>: The y coordinate where the grid starts.
11679 <ul>
11680 <li>Set with class: \ref ns3::DoubleValue</li>
11681 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11682 <li>Initial value: 0</li>
11683 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11685 </ul>
11686</ul>
11687No TraceSources are defined for this type.<br>
11688<b>Group:</b> Buildings
11689
11690<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
11691*/
11692
11693/*!
11694
11695\class ns3::GridPositionAllocator
11696
11697<h3>Config Paths</h3>
11698
11699ns3::GridPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
11700<ul>
11701<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::GridPositionAllocator"</li>
11702</ul>
11703<h3>Attributes</h3>
11704<ul>
11705<li><b>DeltaX</b>: The x space between objects.
11706 <ul>
11707 <li>Set with class: \ref ns3::DoubleValue</li>
11708 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11709 <li>Initial value: 1</li>
11710 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11711 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11712 </ul>
11713<li><b>DeltaY</b>: The y space between objects.
11714 <ul>
11715 <li>Set with class: \ref ns3::DoubleValue</li>
11716 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11717 <li>Initial value: 1</li>
11718 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11720 </ul>
11721<li><b>GridWidth</b>: The number of objects laid out on a line.
11722 <ul>
11723 <li>Set with class: \ref ns3::UintegerValue</li>
11724 <li>Underlying type: uint32_t 0:4294967295</li>
11725 <li>Initial value: 10</li>
11726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11728 </ul>
11729<li><b>LayoutType</b>: The type of layout.
11730 <ul>
11731 <li>Set with class: \ref ns3::EnumValue<ns3::GridPositionAllocator::LayoutType></li>
11732 <li>Underlying type: \p RowFirst|ColumnFirst</li>
11733 <li>Initial value: RowFirst</li>
11734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11736 </ul>
11737<li><b>MinX</b>: The x coordinate where the grid starts.
11738 <ul>
11739 <li>Set with class: \ref ns3::DoubleValue</li>
11740 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11741 <li>Initial value: 1</li>
11742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11744 </ul>
11745<li><b>MinY</b>: The y coordinate where the grid starts.
11746 <ul>
11747 <li>Set with class: \ref ns3::DoubleValue</li>
11748 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11749 <li>Initial value: 0</li>
11750 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11752 </ul>
11753<li><b>Z</b>: The z coordinate of all the positions allocated.
11754 <ul>
11755 <li>Set with class: \ref ns3::DoubleValue</li>
11756 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
11757 <li>Initial value: 0</li>
11758 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11760 </ul>
11761</ul>
11762No TraceSources are defined for this type.<br>
11763<b>Group:</b> Mobility
11764
11765<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
11766*/
11767
11768/*!
11769
11770\class ns3::GtpcHeader
11771
11772Introspection did not find any typical Config paths.<br>
11773No Attributes are defined for this type.<br>
11774No TraceSources are defined for this type.<br>
11775<b>Group:</b> Lte
11776
11777<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
11778*/
11779
11780/*!
11781
11782\class ns3::GtpuHeader
11783
11784Introspection did not find any typical Config paths.<br>
11785No Attributes are defined for this type.<br>
11786No TraceSources are defined for this type.<br>
11787<b>Group:</b> Lte
11788
11789<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
11790*/
11791
11792/*!
11793
11794\class ns3::HalfDuplexIdealPhy
11795
11796Introspection did not find any typical Config paths.<br>
11797<h3>Attributes</h3>
11798<ul>
11799<li><b>Rate</b>: The PHY rate used by this device
11800 <ul>
11801 <li>Set with class: \ref ns3::DataRateValue</li>
11802 <li>Underlying type: \p DataRate</li>
11803 <li>Initial value: 1000000bps</li>
11804 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11805 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11806 </ul>
11807</ul>
11808<h3>TraceSources</h3>
11809<ul>
11810<li><b>RxAbort</b>: Trace fired when a previously started RX is aborted before time<br> <ul>
11811 <li> %Callback signature: ns3::Packet::TracedCallback
11812</li>
11813 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11814</ul>
11815<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error (packet is corrupted)<br> <ul>
11816 <li> %Callback signature: ns3::Packet::TracedCallback
11817</li>
11818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11819</ul>
11820<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully<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>RxStart</b>: Trace fired when the start of a signal is detected<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>TxEnd</b>: Trace fired when a previously started transmission is finished<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>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
11836 <li> %Callback signature: ns3::Packet::TracedCallback
11837</li>
11838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11839</ul>
11840</ul>
11841<b>Group:</b> Spectrum
11842
11843<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
11844*/
11845
11846/*!
11847
11848\class ns3::Header
11849
11850Introspection did not find any typical Config paths.<br>
11851No Attributes are defined for this type.<br>
11852No TraceSources are defined for this type.<br>
11853<b>Group:</b> Network
11854
11855<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
11856*/
11857
11858/*!
11859
11860\class ns3::HeapScheduler
11861
11862Introspection did not find any typical Config paths.<br>
11863No Attributes are defined for this type.<br>
11864No TraceSources are defined for this type.<br>
11865<b>Group:</b> Core
11866
11867<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
11868*/
11869
11870/*!
11871
11872\class ns3::HeConfiguration
11873
11874<h3>Config Paths</h3>
11875
11876ns3::HeConfiguration is accessible through the following paths with Config::Set and Config::Connect:
11877<ul>
11878<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/HeConfiguration"</li>
11879</ul>
11880<h3>Attributes</h3>
11881<ul>
11882<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.
11883 <ul>
11884 <li>Set with class: \ref ns3::TimeValue</li>
11885 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
11886 <li>Initial value: +0ns</li>
11887 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11888 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11889 </ul>
11890<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.
11891 <ul>
11892 <li>Set with class: \ref ns3::TimeValue</li>
11893 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
11894 <li>Initial value: +0ns</li>
11895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11897 </ul>
11898<li><b>BssColor</b>: The BSS color
11899 <ul>
11900 <li>Set with class: \ref ns3::UintegerValue</li>
11901 <li>Underlying type: uint8_t 0:255</li>
11902 <li>Initial value: 0</li>
11903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11905 </ul>
11906<li><b>GuardInterval</b>: Specify the shortest guard interval duration that can be used for HE transmissions.Possible values are 800ns, 1600ns or 3200ns.
11907 <ul>
11908 <li>Set with class: \ref ns3::TimeValue</li>
11909 <li>Underlying type: \p Time +800ns:+3200ns</li>
11910 <li>Initial value: +3200ns</li>
11911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11913 </ul>
11914<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.
11915 <ul>
11916 <li>Set with class: \ref ns3::TimeValue</li>
11917 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
11918 <li>Initial value: +0ns</li>
11919 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11921 </ul>
11922<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.
11923 <ul>
11924 <li>Set with class: \ref ns3::UintegerValue</li>
11925 <li>Underlying type: uint8_t 0:15</li>
11926 <li>Initial value: 0</li>
11927 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11929 </ul>
11930<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.
11931 <ul>
11932 <li>Set with class: \ref ns3::UintegerValue</li>
11933 <li>Underlying type: uint16_t 0:32767</li>
11934 <li>Initial value: 1023</li>
11935 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11937 </ul>
11938<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.
11939 <ul>
11940 <li>Set with class: \ref ns3::UintegerValue</li>
11941 <li>Underlying type: uint16_t 0:32767</li>
11942 <li>Initial value: 15</li>
11943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11945 </ul>
11946<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.
11947 <ul>
11948 <li>Set with class: \ref ns3::UintegerValue</li>
11949 <li>Underlying type: uint8_t 0:15</li>
11950 <li>Initial value: 0</li>
11951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11953 </ul>
11954<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.
11955 <ul>
11956 <li>Set with class: \ref ns3::UintegerValue</li>
11957 <li>Underlying type: uint16_t 0:32767</li>
11958 <li>Initial value: 1023</li>
11959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11961 </ul>
11962<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.
11963 <ul>
11964 <li>Set with class: \ref ns3::UintegerValue</li>
11965 <li>Underlying type: uint16_t 0:32767</li>
11966 <li>Initial value: 15</li>
11967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11969 </ul>
11970<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.
11971 <ul>
11972 <li>Set with class: \ref ns3::UintegerValue</li>
11973 <li>Underlying type: uint8_t 0:15</li>
11974 <li>Initial value: 0</li>
11975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11977 </ul>
11978<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.
11979 <ul>
11980 <li>Set with class: \ref ns3::UintegerValue</li>
11981 <li>Underlying type: uint16_t 0:32767</li>
11982 <li>Initial value: 1023</li>
11983 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11985 </ul>
11986<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.
11987 <ul>
11988 <li>Set with class: \ref ns3::UintegerValue</li>
11989 <li>Underlying type: uint16_t 0:32767</li>
11990 <li>Initial value: 15</li>
11991 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
11992 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
11993 </ul>
11994<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.
11995 <ul>
11996 <li>Set with class: \ref ns3::UintegerValue</li>
11997 <li>Underlying type: uint8_t 0:15</li>
11998 <li>Initial value: 0</li>
11999 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12001 </ul>
12002<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.
12003 <ul>
12004 <li>Set with class: \ref ns3::UintegerValue</li>
12005 <li>Underlying type: uint16_t 0:32767</li>
12006 <li>Initial value: 1023</li>
12007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12009 </ul>
12010<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.
12011 <ul>
12012 <li>Set with class: \ref ns3::UintegerValue</li>
12013 <li>Underlying type: uint16_t 0:32767</li>
12014 <li>Initial value: 15</li>
12015 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12016 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12017 </ul>
12018<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.
12019 <ul>
12020 <li>Set with class: \ref ns3::TimeValue</li>
12021 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
12022 <li>Initial value: +0ns</li>
12023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12025 </ul>
12026<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.
12027 <ul>
12028 <li>Set with class: \ref ns3::TimeValue</li>
12029 <li>Underlying type: \p Time +0ns:+2.08896e+09ns</li>
12030 <li>Initial value: +0ns</li>
12031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12033 </ul>
12034</ul>
12035No TraceSources are defined for this type.<br>
12036<b>Group:</b> Wifi
12037
12038<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
12039*/
12040
12041/*!
12042
12043\class ns3::HeFrameExchangeManager
12044
12045<h3>Config Paths</h3>
12046
12047ns3::HeFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
12048<ul>
12049<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HeFrameExchangeManager"</li>
12050<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12051<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12052<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12053<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12054<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12055<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12056<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager/$ns3::HeFrameExchangeManager"</li>
12057</ul>
12058<h3>Attributes</h3>
12059<ul>
12060<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.
12061 <ul>
12062 <li>Set with class: \ref ns3::BooleanValue</li>
12063 <li>Underlying type: bool</li>
12064 <li>Initial value: false</li>
12065 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12067 </ul>
12068</ul>
12069<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
12070<ul>
12071<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
12072 <ul>
12073 <li>Set with class: \ref ns3::BooleanValue</li>
12074 <li>Underlying type: bool</li>
12075 <li>Initial value: true</li>
12076 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12077 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12078 </ul>
12079<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
12080 <ul>
12081 <li>Set with class: \ref ns3::BooleanValue</li>
12082 <li>Underlying type: bool</li>
12083 <li>Initial value: false</li>
12084 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12085 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12086 </ul>
12087<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
12088 <ul>
12089 <li>Set with class: \ref ns3::BooleanValue</li>
12090 <li>Underlying type: bool</li>
12091 <li>Initial value: false</li>
12092 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12094 </ul>
12095<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
12096 <ul>
12097 <li>Set with class: \ref ns3::TimeValue</li>
12098 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12099 <li>Initial value: +0ns</li>
12100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12102 </ul>
12103</ul>
12104<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
12105<ul>
12106<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.
12107 <ul>
12108 <li>Set with class: \ref ns3::BooleanValue</li>
12109 <li>Underlying type: bool</li>
12110 <li>Initial value: true</li>
12111 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12112 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12113 </ul>
12114</ul>
12115No TraceSources are defined for this type.<br>
12116<b>Group:</b> Wifi
12117
12118<b>Size</b> of this type is 2488 bytes (on a 64-bit architecture).
12119*/
12120
12121/*!
12122
12123\class ns3::HierarchicalMobilityModel
12124
12125<h3>Config Paths</h3>
12126
12127ns3::HierarchicalMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
12128<ul>
12129<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::HierarchicalMobilityModel"</li>
12130</ul>
12131<h3>Attributes</h3>
12132<ul>
12133<li><b>Child</b>: The child mobility model.
12134 <ul>
12135 <li>Set with class: \ref ns3::PointerValue</li>
12136 <li>Underlying type: \ref ns3::Ptr< \ref ns3::MobilityModel></li>
12137 <li>Initial value: 0</li>
12138 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12140 </ul>
12141<li><b>Parent</b>: The parent mobility model.
12142 <ul>
12143 <li>Set with class: \ref ns3::PointerValue</li>
12144 <li>Underlying type: \ref ns3::Ptr< \ref ns3::MobilityModel></li>
12145 <li>Initial value: 0</li>
12146 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12147 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12148 </ul>
12149</ul>
12150<h3>Attributes defined in parent class ns3::MobilityModel</h3>
12151<ul>
12152<li><b>Position</b>: The current position of the mobility model.
12153 <ul>
12154 <li>Set with class: \ref ns3::Vector3DValue</li>
12155 <li>Underlying type: \p Vector3D</li>
12156 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
12157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12158 </ul>
12159<li><b>Velocity</b>: The current velocity of the mobility model.
12160 <ul>
12161 <li>Set with class: \ref ns3::Vector3DValue</li>
12162 <li>Underlying type: \p Vector3D</li>
12163 <li>Flags: <span class="mlabel">read</span></li>
12164 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12165 </ul>
12166</ul>
12167No TraceSources are defined for this type.<br>
12168<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
12169<ul>
12170<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
12171 <li> %Callback signature: ns3::MobilityModel::TracedCallback
12172</li>
12173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12174</ul>
12175</ul>
12176<b>Group:</b> Mobility
12177
12178<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
12179*/
12180
12181/*!
12182
12183\class ns3::HtConfiguration
12184
12185<h3>Config Paths</h3>
12186
12187ns3::HtConfiguration is accessible through the following paths with Config::Set and Config::Connect:
12188<ul>
12189<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/HtConfiguration"</li>
12190</ul>
12191<h3>Attributes</h3>
12192<ul>
12193<li><b>LdpcSupported</b>: Whether or not LDPC coding is supported.
12194 <ul>
12195 <li>Set with class: \ref ns3::BooleanValue</li>
12196 <li>Underlying type: bool</li>
12197 <li>Initial value: false</li>
12198 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12199 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12200 </ul>
12201<li><b>ShortGuardIntervalSupported</b>: Whether or not short guard interval is supported.
12202 <ul>
12203 <li>Set with class: \ref ns3::BooleanValue</li>
12204 <li>Underlying type: bool</li>
12205 <li>Initial value: false</li>
12206 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12207 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12208 </ul>
12209<li><b>Support40MHzOperation</b>: Whether or not 40 MHz operation is to be supported.
12210 <ul>
12211 <li>Set with class: \ref ns3::BooleanValue</li>
12212 <li>Underlying type: bool</li>
12213 <li>Initial value: true</li>
12214 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12215 <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>
12216 </ul>
12217</ul>
12218No TraceSources are defined for this type.<br>
12219<b>Group:</b> Wifi
12220
12221<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
12222*/
12223
12224/*!
12225
12226\class ns3::HtFrameExchangeManager
12227
12228<h3>Config Paths</h3>
12229
12230ns3::HtFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
12231<ul>
12232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager"</li>
12233<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager"</li>
12234</ul>
12235No Attributes are defined for this type.<br>
12236<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
12237<ul>
12238<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
12239 <ul>
12240 <li>Set with class: \ref ns3::BooleanValue</li>
12241 <li>Underlying type: bool</li>
12242 <li>Initial value: true</li>
12243 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12244 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12245 </ul>
12246<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
12247 <ul>
12248 <li>Set with class: \ref ns3::BooleanValue</li>
12249 <li>Underlying type: bool</li>
12250 <li>Initial value: false</li>
12251 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12253 </ul>
12254<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
12255 <ul>
12256 <li>Set with class: \ref ns3::BooleanValue</li>
12257 <li>Underlying type: bool</li>
12258 <li>Initial value: false</li>
12259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12261 </ul>
12262<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
12263 <ul>
12264 <li>Set with class: \ref ns3::TimeValue</li>
12265 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12266 <li>Initial value: +0ns</li>
12267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12269 </ul>
12270</ul>
12271<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
12272<ul>
12273<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.
12274 <ul>
12275 <li>Set with class: \ref ns3::BooleanValue</li>
12276 <li>Underlying type: bool</li>
12277 <li>Initial value: true</li>
12278 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12279 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12280 </ul>
12281</ul>
12282No TraceSources are defined for this type.<br>
12283<b>Group:</b> Wifi
12284
12285<b>Size</b> of this type is 1736 bytes (on a 64-bit architecture).
12286*/
12287
12288/*!
12289
12290\class ns3::HybridBuildingsPropagationLossModel
12291
12292<h3>Config Paths</h3>
12293
12294ns3::HybridBuildingsPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
12295<ul>
12296<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12297<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12298<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12300<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12301<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12302<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12303<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12304<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12305<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12306<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12307<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12308<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12309<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::HybridBuildingsPropagationLossModel"</li>
12310</ul>
12311<h3>Attributes</h3>
12312<ul>
12313<li><b>CitySize</b>: Dimension of the city
12314 <ul>
12315 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
12316 <li>Underlying type: \p Small|Medium|Large</li>
12317 <li>Initial value: Large</li>
12318 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12319 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12320 </ul>
12321<li><b>Environment</b>: Environment Scenario
12322 <ul>
12323 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
12324 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
12325 <li>Initial value: Urban</li>
12326 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12328 </ul>
12329<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
12330 <ul>
12331 <li>Set with class: \ref ns3::DoubleValue</li>
12332 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12333 <li>Initial value: 2.16e+09</li>
12334 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12336 </ul>
12337<li><b>Los2NlosThr</b>: Threshold from LoS to NLoS in ITU 1411 [m].
12338 <ul>
12339 <li>Set with class: \ref ns3::DoubleValue</li>
12340 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12341 <li>Initial value: 200</li>
12342 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12344 </ul>
12345<li><b>RooftopLevel</b>: The height of the rooftop level in meters
12346 <ul>
12347 <li>Set with class: \ref ns3::DoubleValue</li>
12348 <li>Underlying type: double 0:90</li>
12349 <li>Initial value: 20</li>
12350 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12351 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12352 </ul>
12353</ul>
12354<h3>Attributes defined in parent class ns3::BuildingsPropagationLossModel</h3>
12355<ul>
12356<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]
12357 <ul>
12358 <li>Set with class: \ref ns3::DoubleValue</li>
12359 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12360 <li>Initial value: 5</li>
12361 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12362 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12363 </ul>
12364<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls
12365 <ul>
12366 <li>Set with class: \ref ns3::DoubleValue</li>
12367 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12368 <li>Initial value: 5</li>
12369 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12371 </ul>
12372<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes
12373 <ul>
12374 <li>Set with class: \ref ns3::DoubleValue</li>
12375 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12376 <li>Initial value: 8</li>
12377 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12379 </ul>
12380<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes
12381 <ul>
12382 <li>Set with class: \ref ns3::DoubleValue</li>
12383 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12384 <li>Initial value: 7</li>
12385 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12387 </ul>
12388</ul>
12389No TraceSources are defined for this type.<br>
12390<b>Group:</b> Buildings
12391
12392<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
12393*/
12394
12395/*!
12396
12397\class ns3::Icmpv4DestinationUnreachable
12398
12399Introspection did not find any typical Config paths.<br>
12400No Attributes are defined for this type.<br>
12401No TraceSources are defined for this type.<br>
12402<b>Group:</b> Internet
12403
12404<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
12405*/
12406
12407/*!
12408
12409\class ns3::Icmpv4Echo
12410
12411Introspection did not find any typical Config paths.<br>
12412No Attributes are defined for this type.<br>
12413No TraceSources are defined for this type.<br>
12414<b>Group:</b> Internet
12415
12416<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12417*/
12418
12419/*!
12420
12421\class ns3::Icmpv4Header
12422
12423Introspection did not find any typical Config paths.<br>
12424No Attributes are defined for this type.<br>
12425No TraceSources are defined for this type.<br>
12426<b>Group:</b> Internet
12427
12428<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12429*/
12430
12431/*!
12432
12433\class ns3::Icmpv4L4Protocol
12434
12435<h3>Config Paths</h3>
12436
12437ns3::Icmpv4L4Protocol is accessible through the following paths with Config::Set and Config::Connect:
12438<ul>
12439<li>"/NodeList/[i]/$ns3::Icmpv4L4Protocol"</li>
12440<li>"/NodeList/[i]/$ns3::Icmpv4L4Protocol"</li>
12441</ul>
12442No Attributes are defined for this type.<br>
12443<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
12444<ul>
12445<li><b>ProtocolNumber</b>: The IP protocol number.
12446 <ul>
12447 <li>Set with class: \ref ns3::IntegerValue</li>
12448 <li>Underlying type: int32_t 0:255</li>
12449 <li>Flags: <span class="mlabel">read</span></li>
12450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12451 </ul>
12452</ul>
12453No TraceSources are defined for this type.<br>
12454<b>Group:</b> Internet
12455
12456<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
12457*/
12458
12459/*!
12460
12461\class ns3::Icmpv4TimeExceeded
12462
12463Introspection did not find any typical Config paths.<br>
12464No Attributes are defined for this type.<br>
12465No TraceSources are defined for this type.<br>
12466<b>Group:</b> Internet
12467
12468<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
12469*/
12470
12471/*!
12472
12473\class ns3::Icmpv6DestinationUnreachable
12474
12475Introspection did not find any typical Config paths.<br>
12476No Attributes are defined for this type.<br>
12477No TraceSources are defined for this type.<br>
12478<b>Group:</b> Internet
12479
12480<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12481*/
12482
12483/*!
12484
12485\class ns3::Icmpv6Echo
12486
12487Introspection did not find any typical Config paths.<br>
12488No Attributes are defined for this type.<br>
12489No TraceSources are defined for this type.<br>
12490<b>Group:</b> Internet
12491
12492<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12493*/
12494
12495/*!
12496
12497\class ns3::Icmpv6Header
12498
12499Introspection did not find any typical Config paths.<br>
12500No Attributes are defined for this type.<br>
12501No TraceSources are defined for this type.<br>
12502<b>Group:</b> Internet
12503
12504<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12505*/
12506
12507/*!
12508
12509\class ns3::Icmpv6L4Protocol
12510
12511<h3>Config Paths</h3>
12512
12513ns3::Icmpv6L4Protocol is accessible through the following paths with Config::Set and Config::Connect:
12514<ul>
12515<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol"</li>
12516</ul>
12517<h3>Attributes</h3>
12518<ul>
12519<li><b>DAD</b>: Always do DAD check.
12520 <ul>
12521 <li>Set with class: \ref ns3::BooleanValue</li>
12522 <li>Underlying type: bool</li>
12523 <li>Initial value: true</li>
12524 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12525 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12526 </ul>
12527<li><b>DadTimeout</b>: Duplicate Address Detection (DAD) timeout
12528 <ul>
12529 <li>Set with class: \ref ns3::TimeValue</li>
12530 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12531 <li>Initial value: +1e+09ns</li>
12532 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12533 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12534 </ul>
12535<li><b>DelayFirstProbe</b>: Neighbor Discovery node constants: delay for the first probe.
12536 <ul>
12537 <li>Set with class: \ref ns3::TimeValue</li>
12538 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12539 <li>Initial value: +5e+09ns</li>
12540 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12542 </ul>
12543<li><b>MaxMulticastSolicit</b>: Neighbor Discovery node constants: max multicast solicitations.
12544 <ul>
12545 <li>Set with class: \ref ns3::IntegerValue</li>
12546 <li>Underlying type: uint8_t 0:255</li>
12547 <li>Initial value: 3</li>
12548 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12549 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12550 </ul>
12551<li><b>MaxUnicastSolicit</b>: Neighbor Discovery node constants: max unicast solicitations.
12552 <ul>
12553 <li>Set with class: \ref ns3::IntegerValue</li>
12554 <li>Underlying type: uint8_t 0:255</li>
12555 <li>Initial value: 3</li>
12556 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12557 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12558 </ul>
12559<li><b>ReachableTime</b>: Neighbor Discovery node constants: reachable time.
12560 <ul>
12561 <li>Set with class: \ref ns3::TimeValue</li>
12562 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12563 <li>Initial value: +3e+10ns</li>
12564 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12565 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12566 </ul>
12567<li><b>RetransmissionTime</b>: Neighbor Discovery node constants: retransmission timer.
12568 <ul>
12569 <li>Set with class: \ref ns3::TimeValue</li>
12570 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12571 <li>Initial value: +1e+09ns</li>
12572 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12574 </ul>
12575<li><b>RsInitialRetransmissionTime</b>: Multicast RS initial retransmission time.
12576 <ul>
12577 <li>Set with class: \ref ns3::TimeValue</li>
12578 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12579 <li>Initial value: +4e+09ns</li>
12580 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12582 </ul>
12583<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.
12584 <ul>
12585 <li>Set with class: \ref ns3::UintegerValue</li>
12586 <li>Underlying type: uint32_t 0:4294967295</li>
12587 <li>Initial value: 4</li>
12588 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12590 </ul>
12591<li><b>RsMaxRetransmissionDuration</b>: Multicast RS maximum retransmission duration (0 means unbound).
12592 <ul>
12593 <li>Set with class: \ref ns3::TimeValue</li>
12594 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12595 <li>Initial value: +0ns</li>
12596 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12598 </ul>
12599<li><b>RsMaxRetransmissionTime</b>: Multicast RS maximum retransmission time (0 means unbound).
12600 <ul>
12601 <li>Set with class: \ref ns3::TimeValue</li>
12602 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12603 <li>Initial value: +3.6e+12ns</li>
12604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12606 </ul>
12607<li><b>RsRetransmissionJitter</b>: Multicast RS retransmission randomization quantity
12608 <ul>
12609 <li>Set with class: \ref ns3::PointerValue</li>
12610 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
12611 <li>Initial value: ns3::UniformRandomVariable[Min=-0.1|Max=0.1]</li>
12612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12614 </ul>
12615<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
12616 <ul>
12617 <li>Set with class: \ref ns3::PointerValue</li>
12618 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
12619 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=10.0]</li>
12620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12622 </ul>
12623</ul>
12624<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
12625<ul>
12626<li><b>ProtocolNumber</b>: The IP protocol number.
12627 <ul>
12628 <li>Set with class: \ref ns3::IntegerValue</li>
12629 <li>Underlying type: int32_t 0:255</li>
12630 <li>Flags: <span class="mlabel">read</span></li>
12631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12632 </ul>
12633</ul>
12634<h3>TraceSources</h3>
12635<ul>
12636<li><b>DadFailure</b>: Duplicate Address detected during DAD, the address is now INVALID<br> <ul>
12637 <li> %Callback signature: ns3::Ipv6Address::TracedCallback
12638</li>
12639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12640</ul>
12641<li><b>DadSuccess</b>: Duplicate Address not detected during DAD, the address is now PREFERRED<br> <ul>
12642 <li> %Callback signature: ns3::Ipv6Address::TracedCallback
12643</li>
12644 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12645</ul>
12646</ul>
12647<b>Group:</b> Internet
12648
12649<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
12650*/
12651
12652/*!
12653
12654\class ns3::Icmpv6NA
12655
12656Introspection did not find any typical Config paths.<br>
12657No Attributes are defined for this type.<br>
12658No TraceSources are defined for this type.<br>
12659<b>Group:</b> Internet
12660
12661<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
12662*/
12663
12664/*!
12665
12666\class ns3::Icmpv6NS
12667
12668Introspection did not find any typical Config paths.<br>
12669No Attributes are defined for this type.<br>
12670No TraceSources are defined for this type.<br>
12671<b>Group:</b> Internet
12672
12673<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
12674*/
12675
12676/*!
12677
12678\class ns3::Icmpv6OptionHeader
12679
12680Introspection did not find any typical Config paths.<br>
12681No Attributes are defined for this type.<br>
12682No TraceSources are defined for this type.<br>
12683<b>Group:</b> Internet
12684
12685<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12686*/
12687
12688/*!
12689
12690\class ns3::Icmpv6OptionLinkLayerAddress
12691
12692Introspection did not find any typical Config paths.<br>
12693No Attributes are defined for this type.<br>
12694No TraceSources are defined for this type.<br>
12695<b>Group:</b> Internet
12696
12697<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12698*/
12699
12700/*!
12701
12702\class ns3::Icmpv6OptionMtu
12703
12704Introspection did not find any typical Config paths.<br>
12705No Attributes are defined for this type.<br>
12706No TraceSources are defined for this type.<br>
12707<b>Group:</b> Internet
12708
12709<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
12710*/
12711
12712/*!
12713
12714\class ns3::Icmpv6OptionPrefixInformation
12715
12716Introspection did not find any typical Config paths.<br>
12717No Attributes are defined for this type.<br>
12718No TraceSources are defined for this type.<br>
12719<b>Group:</b> Internet
12720
12721<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
12722*/
12723
12724/*!
12725
12726\class ns3::Icmpv6OptionRedirected
12727
12728Introspection did not find any typical Config paths.<br>
12729No Attributes are defined for this type.<br>
12730No TraceSources are defined for this type.<br>
12731<b>Group:</b> Internet
12732
12733<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12734*/
12735
12736/*!
12737
12738\class ns3::Icmpv6ParameterError
12739
12740Introspection did not find any typical Config paths.<br>
12741No Attributes are defined for this type.<br>
12742No TraceSources are defined for this type.<br>
12743<b>Group:</b> Internet
12744
12745<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12746*/
12747
12748/*!
12749
12750\class ns3::Icmpv6RA
12751
12752Introspection did not find any typical Config paths.<br>
12753No Attributes are defined for this type.<br>
12754No TraceSources are defined for this type.<br>
12755<b>Group:</b> Internet
12756
12757<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12758*/
12759
12760/*!
12761
12762\class ns3::Icmpv6Redirection
12763
12764Introspection did not find any typical Config paths.<br>
12765No Attributes are defined for this type.<br>
12766No TraceSources are defined for this type.<br>
12767<b>Group:</b> Internet
12768
12769<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
12770*/
12771
12772/*!
12773
12774\class ns3::Icmpv6RS
12775
12776Introspection did not find any typical Config paths.<br>
12777No Attributes are defined for this type.<br>
12778No TraceSources are defined for this type.<br>
12779<b>Group:</b> Internet
12780
12781<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12782*/
12783
12784/*!
12785
12786\class ns3::Icmpv6TimeExceeded
12787
12788Introspection did not find any typical Config paths.<br>
12789No Attributes are defined for this type.<br>
12790No TraceSources are defined for this type.<br>
12791<b>Group:</b> Internet
12792
12793<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
12794*/
12795
12796/*!
12797
12798\class ns3::Icmpv6TooBig
12799
12800Introspection did not find any typical Config paths.<br>
12801No Attributes are defined for this type.<br>
12802No TraceSources are defined for this type.<br>
12803<b>Group:</b> Internet
12804
12805<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
12806*/
12807
12808/*!
12809
12810\class ns3::IdealWifiManager
12811
12812<h3>Config Paths</h3>
12813
12814ns3::IdealWifiManager is accessible through the following paths with Config::Set and Config::Connect:
12815<ul>
12816<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::IdealWifiManager"</li>
12817<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::IdealWifiManager"</li>
12818</ul>
12819<h3>Attributes</h3>
12820<ul>
12821<li><b>BerThreshold</b>: The maximum Bit Error Rate acceptable at any transmission mode
12822 <ul>
12823 <li>Set with class: \ref ns3::DoubleValue</li>
12824 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
12825 <li>Initial value: 1e-06</li>
12826 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12828 </ul>
12829</ul>
12830<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
12831<ul>
12832<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.
12833 <ul>
12834 <li>Set with class: \ref ns3::UintegerValue</li>
12835 <li>Underlying type: uint8_t 0:255</li>
12836 <li>Initial value: 0</li>
12837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12839 </ul>
12840<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
12841 <ul>
12842 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
12843 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
12844 <li>Initial value: Cts-To-Self</li>
12845 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12847 </ul>
12848<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.
12849 <ul>
12850 <li>Set with class: \ref ns3::UintegerValue</li>
12851 <li>Underlying type: uint32_t 256:65535</li>
12852 <li>Initial value: 65535</li>
12853 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12855 </ul>
12856<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
12857 <ul>
12858 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
12859 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
12860 <li>Initial value: Cts-To-Self</li>
12861 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12862 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12863 </ul>
12864<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.
12865 <ul>
12866 <li>Set with class: \ref ns3::BooleanValue</li>
12867 <li>Underlying type: bool</li>
12868 <li>Initial value: false</li>
12869 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12870 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12871 </ul>
12872<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.
12873 <ul>
12874 <li>Set with class: \ref ns3::UintegerValue</li>
12875 <li>Underlying type: uint32_t 0:4294967295</li>
12876 <li>Initial value: 4</li>
12877 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12878 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
12879 </ul>
12880<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.
12881 <ul>
12882 <li>Set with class: \ref ns3::UintegerValue</li>
12883 <li>Underlying type: uint32_t 0:4294967295</li>
12884 <li>Initial value: 7</li>
12885 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12886 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
12887 </ul>
12888<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
12889 <ul>
12890 <li>Set with class: \ref ns3::WifiModeValue</li>
12891 <li>Underlying type: \p WifiMode</li>
12892 <li>Initial value: Invalid-WifiMode</li>
12893 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12894 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12895 </ul>
12896<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.
12897 <ul>
12898 <li>Set with class: \ref ns3::UintegerValue</li>
12899 <li>Underlying type: uint32_t 0:4692480</li>
12900 <li>Initial value: 4692480</li>
12901 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
12902 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12903 </ul>
12904<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.
12905 <ul>
12906 <li>Set with class: \ref ns3::TimeValue</li>
12907 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
12908 <li>Initial value: +0ns</li>
12909 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
12910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12911 </ul>
12912</ul>
12913<h3>TraceSources</h3>
12914<ul>
12915<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
12916 <li> %Callback signature: ns3::TracedValueCallback::Uint64
12917</li>
12918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12919</ul>
12920</ul>
12921<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
12922<ul>
12923<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
12924 <li> %Callback signature: ns3::Mac48Address::TracedCallback
12925</li>
12926 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12927</ul>
12928<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
12929 <li> %Callback signature: ns3::Mac48Address::TracedCallback
12930</li>
12931 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12932</ul>
12933<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<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>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
12939 <li> %Callback signature: ns3::Mac48Address::TracedCallback
12940</li>
12941 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
12942</ul>
12943</ul>
12944<b>Group:</b> Wifi
12945
12946<b>Size</b> of this type is 472 bytes (on a 64-bit architecture).
12947*/
12948
12949/*!
12950
12951\class ns3::InetTopologyReader
12952
12953Introspection did not find any typical Config paths.<br>
12954No Attributes are defined for this type.<br>
12955No TraceSources are defined for this type.<br>
12956<b>Group:</b> TopologyReader
12957
12958<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
12959*/
12960
12961/*!
12962
12963\class ns3::InterferenceHelper
12964
12965<h3>Config Paths</h3>
12966
12967ns3::InterferenceHelper is accessible through the following paths with Config::Set and Config::Connect:
12968<ul>
12969<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/InterferenceHelper"</li>
12970<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/InterferenceHelper"</li>
12971</ul>
12972No Attributes are defined for this type.<br>
12973No TraceSources are defined for this type.<br>
12974<b>Group:</b> Wifi
12975
12976<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
12977*/
12978
12979/*!
12980
12981\class ns3::IpcsClassifier
12982
12983<h3>Config Paths</h3>
12984
12985ns3::IpcsClassifier is accessible through the following paths with Config::Set and Config::Connect:
12986<ul>
12987<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier"</li>
12988<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier"</li>
12989<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier"</li>
12990<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier"</li>
12991</ul>
12992No Attributes are defined for this type.<br>
12993No TraceSources are defined for this type.<br>
12994<b>Group:</b> Wimax
12995
12996<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
12997*/
12998
12999/*!
13000
13001\class ns3::IpL4Protocol
13002
13003Introspection did not find any typical Config paths.<br>
13004<h3>Attributes</h3>
13005<ul>
13006<li><b>ProtocolNumber</b>: The IP protocol number.
13007 <ul>
13008 <li>Set with class: \ref ns3::IntegerValue</li>
13009 <li>Underlying type: int32_t 0:255</li>
13010 <li>Flags: <span class="mlabel">read</span></li>
13011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13012 </ul>
13013</ul>
13014No TraceSources are defined for this type.<br>
13015<b>Group:</b> Internet
13016
13017<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13018*/
13019
13020/*!
13021
13022\class ns3::Ipv4
13023
13024Introspection did not find any typical Config paths.<br>
13025<h3>Attributes</h3>
13026<ul>
13027<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future Ipv4 devices.
13028 <ul>
13029 <li>Set with class: \ref ns3::BooleanValue</li>
13030 <li>Underlying type: bool</li>
13031 <li>Initial value: true</li>
13032 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13033 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13034 </ul>
13035<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13036 <ul>
13037 <li>Set with class: \ref ns3::BooleanValue</li>
13038 <li>Underlying type: bool</li>
13039 <li>Initial value: false</li>
13040 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13042 </ul>
13043</ul>
13044No TraceSources are defined for this type.<br>
13045<b>Group:</b> Internet
13046
13047<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13048*/
13049
13050/*!
13051
13052\class ns3::Ipv4GlobalRouting
13053
13054Introspection did not find any typical Config paths.<br>
13055<h3>Attributes</h3>
13056<ul>
13057<li><b>RandomEcmpRouting</b>: Set to true if packets are randomly routed among ECMP; set to false for using only one route consistently
13058 <ul>
13059 <li>Set with class: \ref ns3::BooleanValue</li>
13060 <li>Underlying type: bool</li>
13061 <li>Initial value: false</li>
13062 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13063 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13064 </ul>
13065<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)
13066 <ul>
13067 <li>Set with class: \ref ns3::BooleanValue</li>
13068 <li>Underlying type: bool</li>
13069 <li>Initial value: false</li>
13070 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13071 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13072 </ul>
13073</ul>
13074No TraceSources are defined for this type.<br>
13075<b>Group:</b> Internet
13076
13077<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
13078*/
13079
13080/*!
13081
13082\class ns3::Ipv4Header
13083
13084Introspection did not find any typical Config paths.<br>
13085No Attributes are defined for this type.<br>
13086No TraceSources are defined for this type.<br>
13087<b>Group:</b> Internet
13088
13089<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13090*/
13091
13092/*!
13093
13094\class ns3::Ipv4Interface
13095
13096<h3>Config Paths</h3>
13097
13098ns3::Ipv4Interface is accessible through the following paths with Config::Set and Config::Connect:
13099<ul>
13100<li>"/NodeList/[i]/$ns3::Ipv4L3Protocol/InterfaceList/[i]"</li>
13101</ul>
13102<h3>Attributes</h3>
13103<ul>
13104<li><b>ArpCache</b>: The arp cache for this ipv4 interface
13105 <ul>
13106 <li>Set with class: \ref ns3::PointerValue</li>
13107 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ArpCache></li>
13108 <li>Initial value: 0</li>
13109 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13110 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13111 </ul>
13112</ul>
13113<h3>TraceSources</h3>
13114<ul>
13115<li><b>InterfaceStatus</b>: Interface has been set up or down.<br> <ul>
13116 <li> %Callback signature: ns3::Ipv4Address::TracedCallback
13117</li>
13118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13119</ul>
13120</ul>
13121<b>Group:</b> Internet
13122
13123<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
13124*/
13125
13126/*!
13127
13128\class ns3::Ipv4L3Protocol
13129
13130<h3>Config Paths</h3>
13131
13132ns3::Ipv4L3Protocol is accessible through the following paths with Config::Set and Config::Connect:
13133<ul>
13134<li>"/NodeList/[i]/$ns3::Ipv4L3Protocol"</li>
13135</ul>
13136<h3>Attributes</h3>
13137<ul>
13138<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.
13139 <ul>
13140 <li>Set with class: \ref ns3::UintegerValue</li>
13141 <li>Underlying type: uint8_t 0:255</li>
13142 <li>Initial value: 64</li>
13143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13145 </ul>
13146<li><b>DuplicateExpire</b>: Expiration delay for duplicate cache entries
13147 <ul>
13148 <li>Set with class: \ref ns3::TimeValue</li>
13149 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13150 <li>Initial value: +1e+06ns</li>
13151 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13153 </ul>
13154<li><b>EnableDuplicatePacketDetection</b>: Enable multicast duplicate packet detection based on RFC 6621
13155 <ul>
13156 <li>Set with class: \ref ns3::BooleanValue</li>
13157 <li>Underlying type: bool</li>
13158 <li>Initial value: false</li>
13159 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13161 </ul>
13162<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
13163 <ul>
13164 <li>Set with class: \ref ns3::TimeValue</li>
13165 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13166 <li>Initial value: +3e+10ns</li>
13167 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13169 </ul>
13170<li><b>InterfaceList</b>: The set of Ipv4 interfaces associated to this Ipv4 stack.
13171 <ul>
13172 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13173 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv4Interface></li>
13174 <li>Flags: <span class="mlabel">read</span></li>
13175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13176 </ul>
13177<li><b>PurgeExpiredPeriod</b>: Time between purges of expired duplicate packet entries, 0 means never purge
13178 <ul>
13179 <li>Set with class: \ref ns3::TimeValue</li>
13180 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
13181 <li>Initial value: +1e+09ns</li>
13182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13184 </ul>
13185</ul>
13186<h3>Attributes defined in parent class ns3::Ipv4</h3>
13187<ul>
13188<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future Ipv4 devices.
13189 <ul>
13190 <li>Set with class: \ref ns3::BooleanValue</li>
13191 <li>Underlying type: bool</li>
13192 <li>Initial value: true</li>
13193 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13195 </ul>
13196<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13197 <ul>
13198 <li>Set with class: \ref ns3::BooleanValue</li>
13199 <li>Underlying type: bool</li>
13200 <li>Initial value: false</li>
13201 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13202 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13203 </ul>
13204</ul>
13205<h3>TraceSources</h3>
13206<ul>
13207<li><b>Drop</b>: Drop ipv4 packet<br> <ul>
13208 <li> %Callback signature: ns3::Ipv4L3Protocol::DropTracedCallback
13209</li>
13210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13211</ul>
13212<li><b>LocalDeliver</b>: An IPv4 packet was received by/for this node, and it is being forward up the stack<br> <ul>
13213 <li> %Callback signature: ns3::Ipv4L3Protocol::SentTracedCallback
13214</li>
13215 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13216</ul>
13217<li><b>MulticastForward</b>: A multicast IPv4 packet was received by this node and is being forwarded to another node<br> <ul>
13218 <li> %Callback signature: ns3::Ipv4L3Protocol::SentTracedCallback
13219</li>
13220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13221</ul>
13222<li><b>Rx</b>: Receive ipv4 packet from incoming interface.<br> <ul>
13223 <li> %Callback signature: ns3::Ipv4L3Protocol::TxRxTracedCallback
13224</li>
13225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13226</ul>
13227<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission<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>Tx</b>: Send ipv4 packet to outgoing 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>UnicastForward</b>: A unicast IPv4 packet was received by this node and is being forwarded to another node<br> <ul>
13238 <li> %Callback signature: ns3::Ipv4L3Protocol::SentTracedCallback
13239</li>
13240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13241</ul>
13242</ul>
13243<b>Group:</b> Internet
13244
13245<b>Size</b> of this type is 672 bytes (on a 64-bit architecture).
13246*/
13247
13248/*!
13249
13250\class ns3::Ipv4ListRouting
13251
13252Introspection did not find any typical Config paths.<br>
13253No Attributes are defined for this type.<br>
13254No TraceSources are defined for this type.<br>
13255<b>Group:</b> Internet
13256
13257<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13258*/
13259
13260/*!
13261
13262\class ns3::Ipv4NixVectorRouting
13263
13264<h3>Config Paths</h3>
13265
13266ns3::Ipv4NixVectorRouting is accessible through the following paths with Config::Set and Config::Connect:
13267<ul>
13268<li>"/NodeList/[i]/$ns3::Ipv4NixVectorRouting"</li>
13269</ul>
13270No Attributes are defined for this type.<br>
13271No TraceSources are defined for this type.<br>
13272<b>Group:</b> NixVectorRouting
13273
13274<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13275*/
13276
13277/*!
13278
13279\class ns3::Ipv4PacketFilter
13280
13281Introspection did not find any typical Config paths.<br>
13282No Attributes are defined for this type.<br>
13283No TraceSources are defined for this type.<br>
13284<b>Group:</b> Internet
13285
13286<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13287*/
13288
13289/*!
13290
13291\class ns3::Ipv4PacketProbe
13292
13293Introspection did not find any typical Config paths.<br>
13294No Attributes are defined for this type.<br>
13295<h3>Attributes defined in parent class ns3::Probe</h3>
13296<ul>
13297<li><b>Start</b>: Time data collection starts
13298 <ul>
13299 <li>Set with class: \ref ns3::TimeValue</li>
13300 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13301 <li>Initial value: +0ns</li>
13302 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13303 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13304 </ul>
13305<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
13306 <ul>
13307 <li>Set with class: \ref ns3::TimeValue</li>
13308 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13309 <li>Initial value: +0ns</li>
13310 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13312 </ul>
13313</ul>
13314<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
13315<ul>
13316<li><b>Enabled</b>: Object's enabled status
13317 <ul>
13318 <li>Set with class: \ref ns3::BooleanValue</li>
13319 <li>Underlying type: bool</li>
13320 <li>Initial value: true</li>
13321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13322 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13323 </ul>
13324<li><b>Name</b>: Object's name
13325 <ul>
13326 <li>Set with class: \ref ns3::StringValue</li>
13327 <li>Underlying type: \p std::string</li>
13328 <li>Initial value: unnamed</li>
13329 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13330 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13331 </ul>
13332</ul>
13333<h3>TraceSources</h3>
13334<ul>
13335<li><b>Output</b>: The packet plus its IPv4 object and interface that serve as the output for this probe<br> <ul>
13336 <li> %Callback signature: ns3::Ipv4L3Protocol::TxRxTracedCallback
13337</li>
13338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13339</ul>
13340<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
13341 <li> %Callback signature: ns3::Packet::SizeTracedCallback
13342</li>
13343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13344</ul>
13345</ul>
13346<b>Group:</b> Internet
13347
13348<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13349*/
13350
13351/*!
13352
13353\class ns3::Ipv4RawSocketFactory
13354
13355Introspection did not find any typical Config paths.<br>
13356No Attributes are defined for this type.<br>
13357No TraceSources are defined for this type.<br>
13358<b>Group:</b> Internet
13359
13360<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13361*/
13362
13363/*!
13364
13365\class ns3::Ipv4RawSocketImpl
13366
13367Introspection did not find any typical Config paths.<br>
13368<h3>Attributes</h3>
13369<ul>
13370<li><b>IcmpFilter</b>: Any icmp header whose type field matches a bit in this filter is dropped. Type must be less than 32.
13371 <ul>
13372 <li>Set with class: \ref ns3::UintegerValue</li>
13373 <li>Underlying type: uint32_t 0:4294967295</li>
13374 <li>Initial value: 0</li>
13375 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13377 </ul>
13378<li><b>IpHeaderInclude</b>: Include IP Header information (a.k.a setsockopt (IP_HDRINCL)).
13379 <ul>
13380 <li>Set with class: \ref ns3::BooleanValue</li>
13381 <li>Underlying type: bool</li>
13382 <li>Initial value: false</li>
13383 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13385 </ul>
13386<li><b>Protocol</b>: Protocol number to match.
13387 <ul>
13388 <li>Set with class: \ref ns3::UintegerValue</li>
13389 <li>Underlying type: uint16_t 0:65535</li>
13390 <li>Initial value: 0</li>
13391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13393 </ul>
13394</ul>
13395No TraceSources are defined for this type.<br>
13396<b>Group:</b> Internet
13397
13398<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
13399*/
13400
13401/*!
13402
13403\class ns3::Ipv4RoutingProtocol
13404
13405Introspection did not find any typical Config paths.<br>
13406No Attributes are defined for this type.<br>
13407No TraceSources are defined for this type.<br>
13408<b>Group:</b> Internet
13409
13410<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13411*/
13412
13413/*!
13414
13415\class ns3::Ipv4StaticRouting
13416
13417Introspection did not find any typical Config paths.<br>
13418No Attributes are defined for this type.<br>
13419No TraceSources are defined for this type.<br>
13420<b>Group:</b> Internet
13421
13422<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
13423*/
13424
13425/*!
13426
13427\class ns3::Ipv6
13428
13429Introspection did not find any typical Config paths.<br>
13430<h3>Attributes</h3>
13431<ul>
13432<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.
13433 <ul>
13434 <li>Set with class: \ref ns3::BooleanValue</li>
13435 <li>Underlying type: bool</li>
13436 <li>Initial value: false</li>
13437 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13438 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13439 </ul>
13440<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.
13441 <ul>
13442 <li>Set with class: \ref ns3::BooleanValue</li>
13443 <li>Underlying type: bool</li>
13444 <li>Initial value: true</li>
13445 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13446 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13447 </ul>
13448<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13449 <ul>
13450 <li>Set with class: \ref ns3::BooleanValue</li>
13451 <li>Underlying type: bool</li>
13452 <li>Initial value: true</li>
13453 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13454 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13455 </ul>
13456</ul>
13457No TraceSources are defined for this type.<br>
13458<b>Group:</b> Internet
13459
13460<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13461*/
13462
13463/*!
13464
13465\class ns3::Ipv6Extension
13466
13467Introspection did not find any typical Config paths.<br>
13468<h3>Attributes</h3>
13469<ul>
13470<li><b>ExtensionNumber</b>: The IPv6 extension number.
13471 <ul>
13472 <li>Set with class: \ref ns3::UintegerValue</li>
13473 <li>Underlying type: uint8_t 0:255</li>
13474 <li>Flags: <span class="mlabel">read</span></li>
13475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13476 </ul>
13477</ul>
13478No TraceSources are defined for this type.<br>
13479<b>Group:</b> Internet
13480
13481<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13482*/
13483
13484/*!
13485
13486\class ns3::Ipv6ExtensionAH
13487
13488Introspection did not find any typical Config paths.<br>
13489No Attributes are defined for this type.<br>
13490<h3>Attributes defined in parent class ns3::Ipv6Extension</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::Ipv6ExtensionAHHeader
13509
13510Introspection did not find any typical Config paths.<br>
13511No Attributes are defined for this type.<br>
13512No TraceSources are defined for this type.<br>
13513<b>Group:</b> Internet
13514
13515<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13516*/
13517
13518/*!
13519
13520\class ns3::Ipv6ExtensionDemux
13521
13522Introspection did not find any typical Config paths.<br>
13523<h3>Attributes</h3>
13524<ul>
13525<li><b>Extensions</b>: The set of IPv6 extensions registered with this demux.
13526 <ul>
13527 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13528 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Extension></li>
13529 <li>Flags: <span class="mlabel">read</span></li>
13530 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13531 </ul>
13532</ul>
13533No TraceSources are defined for this type.<br>
13534<b>Group:</b> Internet
13535
13536<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13537*/
13538
13539/*!
13540
13541\class ns3::Ipv6ExtensionDestination
13542
13543Introspection did not find any typical Config paths.<br>
13544No Attributes are defined for this type.<br>
13545<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13546<ul>
13547<li><b>ExtensionNumber</b>: The IPv6 extension number.
13548 <ul>
13549 <li>Set with class: \ref ns3::UintegerValue</li>
13550 <li>Underlying type: uint8_t 0:255</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 72 bytes (on a 64-bit architecture).
13559*/
13560
13561/*!
13562
13563\class ns3::Ipv6ExtensionDestinationHeader
13564
13565Introspection did not find any typical Config paths.<br>
13566No Attributes are defined for this type.<br>
13567No TraceSources are defined for this type.<br>
13568<b>Group:</b> Internet
13569
13570<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13571*/
13572
13573/*!
13574
13575\class ns3::Ipv6ExtensionESP
13576
13577Introspection did not find any typical Config paths.<br>
13578No Attributes are defined for this type.<br>
13579<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13580<ul>
13581<li><b>ExtensionNumber</b>: The IPv6 extension number.
13582 <ul>
13583 <li>Set with class: \ref ns3::UintegerValue</li>
13584 <li>Underlying type: uint8_t 0:255</li>
13585 <li>Flags: <span class="mlabel">read</span></li>
13586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13587 </ul>
13588</ul>
13589No TraceSources are defined for this type.<br>
13590<b>Group:</b> Internet
13591
13592<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13593*/
13594
13595/*!
13596
13597\class ns3::Ipv6ExtensionESPHeader
13598
13599Introspection did not find any typical Config paths.<br>
13600No Attributes are defined for this type.<br>
13601No TraceSources are defined for this type.<br>
13602<b>Group:</b> Internet
13603
13604<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13605*/
13606
13607/*!
13608
13609\class ns3::Ipv6ExtensionFragment
13610
13611Introspection did not find any typical Config paths.<br>
13612<h3>Attributes</h3>
13613<ul>
13614<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
13615 <ul>
13616 <li>Set with class: \ref ns3::TimeValue</li>
13617 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
13618 <li>Initial value: +6e+10ns</li>
13619 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13621 </ul>
13622</ul>
13623<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13624<ul>
13625<li><b>ExtensionNumber</b>: The IPv6 extension number.
13626 <ul>
13627 <li>Set with class: \ref ns3::UintegerValue</li>
13628 <li>Underlying type: uint8_t 0:255</li>
13629 <li>Flags: <span class="mlabel">read</span></li>
13630 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13631 </ul>
13632</ul>
13633No TraceSources are defined for this type.<br>
13634<b>Group:</b> Internet
13635
13636<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13637*/
13638
13639/*!
13640
13641\class ns3::Ipv6ExtensionFragmentHeader
13642
13643Introspection did not find any typical Config paths.<br>
13644No Attributes are defined for this type.<br>
13645No TraceSources are defined for this type.<br>
13646<b>Group:</b> Internet
13647
13648<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13649*/
13650
13651/*!
13652
13653\class ns3::Ipv6ExtensionHeader
13654
13655Introspection did not find any typical Config paths.<br>
13656No Attributes are defined for this type.<br>
13657No TraceSources are defined for this type.<br>
13658<b>Group:</b> Internet
13659
13660<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
13661*/
13662
13663/*!
13664
13665\class ns3::Ipv6ExtensionHopByHop
13666
13667Introspection did not find any typical Config paths.<br>
13668No Attributes are defined for this type.<br>
13669<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13670<ul>
13671<li><b>ExtensionNumber</b>: The IPv6 extension number.
13672 <ul>
13673 <li>Set with class: \ref ns3::UintegerValue</li>
13674 <li>Underlying type: uint8_t 0:255</li>
13675 <li>Flags: <span class="mlabel">read</span></li>
13676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13677 </ul>
13678</ul>
13679No TraceSources are defined for this type.<br>
13680<b>Group:</b> Internet
13681
13682<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13683*/
13684
13685/*!
13686
13687\class ns3::Ipv6ExtensionHopByHopHeader
13688
13689Introspection did not find any typical Config paths.<br>
13690No Attributes are defined for this type.<br>
13691No TraceSources are defined for this type.<br>
13692<b>Group:</b> Internet
13693
13694<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13695*/
13696
13697/*!
13698
13699\class ns3::Ipv6ExtensionLooseRouting
13700
13701Introspection did not find any typical Config paths.<br>
13702No Attributes are defined for this type.<br>
13703<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13704<ul>
13705<li><b>ExtensionNumber</b>: The IPv6 extension number.
13706 <ul>
13707 <li>Set with class: \ref ns3::UintegerValue</li>
13708 <li>Underlying type: uint8_t 0:255</li>
13709 <li>Flags: <span class="mlabel">read</span></li>
13710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13711 </ul>
13712</ul>
13713No TraceSources are defined for this type.<br>
13714<b>Group:</b> Internet
13715
13716<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13717*/
13718
13719/*!
13720
13721\class ns3::Ipv6ExtensionLooseRoutingHeader
13722
13723Introspection did not find any typical Config paths.<br>
13724No Attributes are defined for this type.<br>
13725No TraceSources are defined for this type.<br>
13726<b>Group:</b> Internet
13727
13728<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
13729*/
13730
13731/*!
13732
13733\class ns3::Ipv6ExtensionRouting
13734
13735Introspection did not find any typical Config paths.<br>
13736No Attributes are defined for this type.<br>
13737<h3>Attributes defined in parent class ns3::Ipv6Extension</h3>
13738<ul>
13739<li><b>ExtensionNumber</b>: The IPv6 extension number.
13740 <ul>
13741 <li>Set with class: \ref ns3::UintegerValue</li>
13742 <li>Underlying type: uint8_t 0:255</li>
13743 <li>Flags: <span class="mlabel">read</span></li>
13744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13745 </ul>
13746</ul>
13747No TraceSources are defined for this type.<br>
13748<b>Group:</b> Internet
13749
13750<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
13751*/
13752
13753/*!
13754
13755\class ns3::Ipv6ExtensionRoutingDemux
13756
13757Introspection did not find any typical Config paths.<br>
13758<h3>Attributes</h3>
13759<ul>
13760<li><b>RoutingExtensions</b>: The set of IPv6 Routing extensions registered with this demux.
13761 <ul>
13762 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13763 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6ExtensionRouting></li>
13764 <li>Flags: <span class="mlabel">read</span></li>
13765 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13766 </ul>
13767</ul>
13768No TraceSources are defined for this type.<br>
13769<b>Group:</b> Internet
13770
13771<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13772*/
13773
13774/*!
13775
13776\class ns3::Ipv6ExtensionRoutingHeader
13777
13778Introspection did not find any typical Config paths.<br>
13779No Attributes are defined for this type.<br>
13780No TraceSources are defined for this type.<br>
13781<b>Group:</b> Internet
13782
13783<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13784*/
13785
13786/*!
13787
13788\class ns3::Ipv6Header
13789
13790Introspection did not find any typical Config paths.<br>
13791No Attributes are defined for this type.<br>
13792No TraceSources are defined for this type.<br>
13793<b>Group:</b> Internet
13794
13795<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
13796*/
13797
13798/*!
13799
13800\class ns3::Ipv6Interface
13801
13802<h3>Config Paths</h3>
13803
13804ns3::Ipv6Interface is accessible through the following paths with Config::Set and Config::Connect:
13805<ul>
13806<li>"/NodeList/[i]/$ns3::Ipv6L3Protocol/InterfaceList/[i]"</li>
13807</ul>
13808No Attributes are defined for this type.<br>
13809<h3>TraceSources</h3>
13810<ul>
13811<li><b>InterfaceStatus</b>: Interface has been set up or down.<br> <ul>
13812 <li> %Callback signature: ns3::Ipv6Address::TracedCallback
13813</li>
13814 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13815</ul>
13816</ul>
13817<b>Group:</b> Internet
13818
13819<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
13820*/
13821
13822/*!
13823
13824\class ns3::Ipv6L3Protocol
13825
13826<h3>Config Paths</h3>
13827
13828ns3::Ipv6L3Protocol is accessible through the following paths with Config::Set and Config::Connect:
13829<ul>
13830<li>"/NodeList/[i]/$ns3::Ipv6L3Protocol"</li>
13831</ul>
13832<h3>Attributes</h3>
13833<ul>
13834<li><b>DefaultTclass</b>: The TCLASS value set by default on all outgoing packets generated on this node.
13835 <ul>
13836 <li>Set with class: \ref ns3::UintegerValue</li>
13837 <li>Underlying type: uint8_t 0:255</li>
13838 <li>Initial value: 0</li>
13839 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13841 </ul>
13842<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.
13843 <ul>
13844 <li>Set with class: \ref ns3::UintegerValue</li>
13845 <li>Underlying type: uint8_t 0:255</li>
13846 <li>Initial value: 64</li>
13847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13849 </ul>
13850<li><b>InterfaceList</b>: The set of IPv6 interfaces associated to this IPv6 stack.
13851 <ul>
13852 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13853 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Interface></li>
13854 <li>Flags: <span class="mlabel">read</span></li>
13855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13856 </ul>
13857<li><b>SendIcmpv6Redirect</b>: Send the ICMPv6 Redirect when appropriate.
13858 <ul>
13859 <li>Set with class: \ref ns3::BooleanValue</li>
13860 <li>Underlying type: bool</li>
13861 <li>Initial value: true</li>
13862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13864 </ul>
13865</ul>
13866<h3>Attributes defined in parent class ns3::Ipv6</h3>
13867<ul>
13868<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.
13869 <ul>
13870 <li>Set with class: \ref ns3::BooleanValue</li>
13871 <li>Underlying type: bool</li>
13872 <li>Initial value: false</li>
13873 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13875 </ul>
13876<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.
13877 <ul>
13878 <li>Set with class: \ref ns3::BooleanValue</li>
13879 <li>Underlying type: bool</li>
13880 <li>Initial value: true</li>
13881 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13882 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13883 </ul>
13884<li><b>StrongEndSystemModel</b>: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
13885 <ul>
13886 <li>Set with class: \ref ns3::BooleanValue</li>
13887 <li>Underlying type: bool</li>
13888 <li>Initial value: true</li>
13889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
13890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13891 </ul>
13892</ul>
13893<h3>TraceSources</h3>
13894<ul>
13895<li><b>Drop</b>: Drop IPv6 packet<br> <ul>
13896 <li> %Callback signature: ns3::Ipv6L3Protocol::DropTracedCallback
13897</li>
13898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13899</ul>
13900<li><b>LocalDeliver</b>: An IPv6 packet was received by/for this node, and it is being forward up the stack<br> <ul>
13901 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13902</li>
13903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13904</ul>
13905<li><b>Rx</b>: Receive IPv6 packet from incoming interface.<br> <ul>
13906 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
13907</li>
13908 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13909</ul>
13910<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission<br> <ul>
13911 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13912</li>
13913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13914</ul>
13915<li><b>Tx</b>: Send IPv6 packet to outgoing interface.<br> <ul>
13916 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
13917</li>
13918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13919</ul>
13920<li><b>UnicastForward</b>: A unicast IPv6 packet was received by this node and is being forwarded to another node<br> <ul>
13921 <li> %Callback signature: ns3::Ipv6L3Protocol::SentTracedCallback
13922</li>
13923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13924</ul>
13925</ul>
13926<b>Group:</b> Internet
13927
13928<b>Size</b> of this type is 544 bytes (on a 64-bit architecture).
13929*/
13930
13931/*!
13932
13933\class ns3::Ipv6ListRouting
13934
13935Introspection did not find any typical Config paths.<br>
13936No Attributes are defined for this type.<br>
13937No TraceSources are defined for this type.<br>
13938<b>Group:</b> Internet
13939
13940<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13941*/
13942
13943/*!
13944
13945\class ns3::Ipv6NixVectorRouting
13946
13947Introspection did not find any typical Config paths.<br>
13948No Attributes are defined for this type.<br>
13949No TraceSources are defined for this type.<br>
13950<b>Group:</b> NixVectorRouting
13951
13952<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
13953*/
13954
13955/*!
13956
13957\class ns3::Ipv6Option
13958
13959Introspection did not find any typical Config paths.<br>
13960<h3>Attributes</h3>
13961<ul>
13962<li><b>OptionNumber</b>: The IPv6 option number.
13963 <ul>
13964 <li>Set with class: \ref ns3::UintegerValue</li>
13965 <li>Underlying type: uint8_t 0:255</li>
13966 <li>Flags: <span class="mlabel">read</span></li>
13967 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13968 </ul>
13969</ul>
13970No TraceSources are defined for this type.<br>
13971<b>Group:</b> Internet
13972
13973<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
13974*/
13975
13976/*!
13977
13978\class ns3::Ipv6OptionDemux
13979
13980Introspection did not find any typical Config paths.<br>
13981<h3>Attributes</h3>
13982<ul>
13983<li><b>Options</b>: The set of IPv6 options registered with this demux.
13984 <ul>
13985 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
13986 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Ipv6Option></li>
13987 <li>Flags: <span class="mlabel">read</span></li>
13988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
13989 </ul>
13990</ul>
13991No TraceSources are defined for this type.<br>
13992<b>Group:</b> Internet
13993
13994<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
13995*/
13996
13997/*!
13998
13999\class ns3::Ipv6OptionHeader
14000
14001Introspection did not find any typical Config paths.<br>
14002No Attributes are defined for this type.<br>
14003No TraceSources are defined for this type.<br>
14004<b>Group:</b> Internet
14005
14006<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14007*/
14008
14009/*!
14010
14011\class ns3::Ipv6OptionJumbogram
14012
14013Introspection did not find any typical Config paths.<br>
14014No Attributes are defined for this type.<br>
14015<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14016<ul>
14017<li><b>OptionNumber</b>: The IPv6 option number.
14018 <ul>
14019 <li>Set with class: \ref ns3::UintegerValue</li>
14020 <li>Underlying type: uint8_t 0:255</li>
14021 <li>Flags: <span class="mlabel">read</span></li>
14022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14023 </ul>
14024</ul>
14025No TraceSources are defined for this type.<br>
14026<b>Group:</b> Internet
14027
14028<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14029*/
14030
14031/*!
14032
14033\class ns3::Ipv6OptionJumbogramHeader
14034
14035Introspection did not find any typical Config paths.<br>
14036No Attributes are defined for this type.<br>
14037No TraceSources are defined for this type.<br>
14038<b>Group:</b> Internet
14039
14040<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14041*/
14042
14043/*!
14044
14045\class ns3::Ipv6OptionPad1
14046
14047Introspection did not find any typical Config paths.<br>
14048No Attributes are defined for this type.<br>
14049<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14050<ul>
14051<li><b>OptionNumber</b>: The IPv6 option number.
14052 <ul>
14053 <li>Set with class: \ref ns3::UintegerValue</li>
14054 <li>Underlying type: uint8_t 0:255</li>
14055 <li>Flags: <span class="mlabel">read</span></li>
14056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14057 </ul>
14058</ul>
14059No TraceSources are defined for this type.<br>
14060<b>Group:</b> Internet
14061
14062<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14063*/
14064
14065/*!
14066
14067\class ns3::Ipv6OptionPad1Header
14068
14069Introspection did not find any typical Config paths.<br>
14070No Attributes are defined for this type.<br>
14071No TraceSources are defined for this type.<br>
14072<b>Group:</b> Internet
14073
14074<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14075*/
14076
14077/*!
14078
14079\class ns3::Ipv6OptionPadn
14080
14081Introspection did not find any typical Config paths.<br>
14082No Attributes are defined for this type.<br>
14083<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14084<ul>
14085<li><b>OptionNumber</b>: The IPv6 option number.
14086 <ul>
14087 <li>Set with class: \ref ns3::UintegerValue</li>
14088 <li>Underlying type: uint8_t 0:255</li>
14089 <li>Flags: <span class="mlabel">read</span></li>
14090 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14091 </ul>
14092</ul>
14093No TraceSources are defined for this type.<br>
14094<b>Group:</b> Internet
14095
14096<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14097*/
14098
14099/*!
14100
14101\class ns3::Ipv6OptionPadnHeader
14102
14103Introspection did not find any typical Config paths.<br>
14104No Attributes are defined for this type.<br>
14105No TraceSources are defined for this type.<br>
14106<b>Group:</b> Internet
14107
14108<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
14109*/
14110
14111/*!
14112
14113\class ns3::Ipv6OptionRouterAlert
14114
14115Introspection did not find any typical Config paths.<br>
14116No Attributes are defined for this type.<br>
14117<h3>Attributes defined in parent class ns3::Ipv6Option</h3>
14118<ul>
14119<li><b>OptionNumber</b>: The IPv6 option number.
14120 <ul>
14121 <li>Set with class: \ref ns3::UintegerValue</li>
14122 <li>Underlying type: uint8_t 0:255</li>
14123 <li>Flags: <span class="mlabel">read</span></li>
14124 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14125 </ul>
14126</ul>
14127No TraceSources are defined for this type.<br>
14128<b>Group:</b> Internet
14129
14130<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14131*/
14132
14133/*!
14134
14135\class ns3::Ipv6OptionRouterAlertHeader
14136
14137Introspection did not find any typical Config paths.<br>
14138No Attributes are defined for this type.<br>
14139No TraceSources are defined for this type.<br>
14140<b>Group:</b> Internet
14141
14142<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14143*/
14144
14145/*!
14146
14147\class ns3::Ipv6PacketFilter
14148
14149Introspection did not find any typical Config paths.<br>
14150No Attributes are defined for this type.<br>
14151No TraceSources are defined for this type.<br>
14152<b>Group:</b> Internet
14153
14154<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14155*/
14156
14157/*!
14158
14159\class ns3::Ipv6PacketProbe
14160
14161Introspection did not find any typical Config paths.<br>
14162No Attributes are defined for this type.<br>
14163<h3>Attributes defined in parent class ns3::Probe</h3>
14164<ul>
14165<li><b>Start</b>: Time data collection starts
14166 <ul>
14167 <li>Set with class: \ref ns3::TimeValue</li>
14168 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
14169 <li>Initial value: +0ns</li>
14170 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14172 </ul>
14173<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
14174 <ul>
14175 <li>Set with class: \ref ns3::TimeValue</li>
14176 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
14177 <li>Initial value: +0ns</li>
14178 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14179 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14180 </ul>
14181</ul>
14182<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
14183<ul>
14184<li><b>Enabled</b>: Object's enabled status
14185 <ul>
14186 <li>Set with class: \ref ns3::BooleanValue</li>
14187 <li>Underlying type: bool</li>
14188 <li>Initial value: true</li>
14189 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14191 </ul>
14192<li><b>Name</b>: Object's name
14193 <ul>
14194 <li>Set with class: \ref ns3::StringValue</li>
14195 <li>Underlying type: \p std::string</li>
14196 <li>Initial value: unnamed</li>
14197 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14199 </ul>
14200</ul>
14201<h3>TraceSources</h3>
14202<ul>
14203<li><b>Output</b>: The packet plus its IPv6 object and interface that serve as the output for this probe<br> <ul>
14204 <li> %Callback signature: ns3::Ipv6L3Protocol::TxRxTracedCallback
14205</li>
14206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14207</ul>
14208<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
14209 <li> %Callback signature: ns3::Packet::SizeTracedCallback
14210</li>
14211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14212</ul>
14213</ul>
14214<b>Group:</b> Internet
14215
14216<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
14217*/
14218
14219/*!
14220
14221\class ns3::Ipv6PmtuCache
14222
14223Introspection did not find any typical Config paths.<br>
14224<h3>Attributes</h3>
14225<ul>
14226<li><b>CacheExpiryTime</b>: Validity time for a Path MTU entry. Default is 10 minutes, minimum is 5 minutes.
14227 <ul>
14228 <li>Set with class: \ref ns3::TimeValue</li>
14229 <li>Underlying type: \p Time +3e+11ns:+9.22337e+18ns</li>
14230 <li>Initial value: +6e+11ns</li>
14231 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14232 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14233 </ul>
14234</ul>
14235No TraceSources are defined for this type.<br>
14236<b>Group:</b> Internet
14237
14238<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
14239*/
14240
14241/*!
14242
14243\class ns3::Ipv6RawSocketFactory
14244
14245Introspection did not find any typical Config paths.<br>
14246No Attributes are defined for this type.<br>
14247No TraceSources are defined for this type.<br>
14248<b>Group:</b> Internet
14249
14250<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14251*/
14252
14253/*!
14254
14255\class ns3::Ipv6RawSocketImpl
14256
14257Introspection did not find any typical Config paths.<br>
14258<h3>Attributes</h3>
14259<ul>
14260<li><b>Protocol</b>: Protocol number to match.
14261 <ul>
14262 <li>Set with class: \ref ns3::UintegerValue</li>
14263 <li>Underlying type: uint16_t 0:65535</li>
14264 <li>Initial value: 0</li>
14265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14266 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14267 </ul>
14268</ul>
14269No TraceSources are defined for this type.<br>
14270<b>Group:</b> Internet
14271
14272<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
14273*/
14274
14275/*!
14276
14277\class ns3::Ipv6RoutingProtocol
14278
14279Introspection did not find any typical Config paths.<br>
14280No Attributes are defined for this type.<br>
14281No TraceSources are defined for this type.<br>
14282<b>Group:</b> Internet
14283
14284<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
14285*/
14286
14287/*!
14288
14289\class ns3::Ipv6StaticRouting
14290
14291Introspection did not find any typical Config paths.<br>
14292No Attributes are defined for this type.<br>
14293No TraceSources are defined for this type.<br>
14294<b>Group:</b> Internet
14295
14296<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
14297*/
14298
14299/*!
14300
14301\class ns3::IsotropicAntennaModel
14302
14303Introspection did not find any typical Config paths.<br>
14304<h3>Attributes</h3>
14305<ul>
14306<li><b>Gain</b>: The gain of the antenna in dB
14307 <ul>
14308 <li>Set with class: \ref ns3::DoubleValue</li>
14309 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14310 <li>Initial value: 0</li>
14311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14313 </ul>
14314</ul>
14315No TraceSources are defined for this type.<br>
14316<b>Group:</b> Antenna
14317
14318<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14319*/
14320
14321/*!
14322
14323\class ns3::ItuR1238PropagationLossModel
14324
14325<h3>Config Paths</h3>
14326
14327ns3::ItuR1238PropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14328<ul>
14329<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14330<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14331<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14332<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14333<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14334<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14335<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1238PropagationLossModel"</li>
14336</ul>
14337<h3>Attributes</h3>
14338<ul>
14339<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
14340 <ul>
14341 <li>Set with class: \ref ns3::DoubleValue</li>
14342 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14343 <li>Initial value: 2.16e+09</li>
14344 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14346 </ul>
14347</ul>
14348No TraceSources are defined for this type.<br>
14349<b>Group:</b> Buildings
14350
14351<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
14352*/
14353
14354/*!
14355
14356\class ns3::ItuR1411LosPropagationLossModel
14357
14358<h3>Config Paths</h3>
14359
14360ns3::ItuR1411LosPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14361<ul>
14362<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14363<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14364<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14365<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14366<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14367<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14368<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411LosPropagationLossModel"</li>
14369</ul>
14370<h3>Attributes</h3>
14371<ul>
14372<li><b>Frequency</b>: The propagation frequency in Hz
14373 <ul>
14374 <li>Set with class: \ref ns3::DoubleValue</li>
14375 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14376 <li>Initial value: 2.16e+09</li>
14377 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14379 </ul>
14380</ul>
14381No TraceSources are defined for this type.<br>
14382<b>Group:</b> Propagation
14383
14384<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
14385*/
14386
14387/*!
14388
14389\class ns3::ItuR1411NlosOverRooftopPropagationLossModel
14390
14391<h3>Config Paths</h3>
14392
14393ns3::ItuR1411NlosOverRooftopPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14394<ul>
14395<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14396<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14397<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14398<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14399<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14400<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14401<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ItuR1411NlosOverRooftopPropagationLossModel"</li>
14402</ul>
14403<h3>Attributes</h3>
14404<ul>
14405<li><b>BuildingSeparation</b>: The separation between buildings
14406 <ul>
14407 <li>Set with class: \ref ns3::DoubleValue</li>
14408 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14409 <li>Initial value: 50</li>
14410 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14411 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14412 </ul>
14413<li><b>BuildingsExtend</b>: The distance over which the buildings extend
14414 <ul>
14415 <li>Set with class: \ref ns3::DoubleValue</li>
14416 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14417 <li>Initial value: 80</li>
14418 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14419 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14420 </ul>
14421<li><b>CitySize</b>: Dimension of the city
14422 <ul>
14423 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
14424 <li>Underlying type: \p Small|Medium|Large</li>
14425 <li>Initial value: Large</li>
14426 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14428 </ul>
14429<li><b>Environment</b>: Environment Scenario
14430 <ul>
14431 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
14432 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
14433 <li>Initial value: Urban</li>
14434 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14435 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14436 </ul>
14437<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).
14438 <ul>
14439 <li>Set with class: \ref ns3::DoubleValue</li>
14440 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14441 <li>Initial value: 2.16e+09</li>
14442 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14443 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14444 </ul>
14445<li><b>RooftopLevel</b>: The height of the rooftop level in meters
14446 <ul>
14447 <li>Set with class: \ref ns3::DoubleValue</li>
14448 <li>Underlying type: double 0:90</li>
14449 <li>Initial value: 20</li>
14450 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14451 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14452 </ul>
14453<li><b>StreetsOrientation</b>: The orientation of streets in degrees [0,90] with respect to the direction of propagation
14454 <ul>
14455 <li>Set with class: \ref ns3::DoubleValue</li>
14456 <li>Underlying type: double 0:90</li>
14457 <li>Initial value: 45</li>
14458 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14459 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14460 </ul>
14461<li><b>StreetsWidth</b>: The width of streets
14462 <ul>
14463 <li>Set with class: \ref ns3::DoubleValue</li>
14464 <li>Underlying type: double 0:1000</li>
14465 <li>Initial value: 20</li>
14466 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14468 </ul>
14469</ul>
14470No TraceSources are defined for this type.<br>
14471<b>Group:</b> Propagation
14472
14473<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
14474*/
14475
14476/*!
14477
14478\class ns3::JakesProcess
14479
14480Introspection did not find any typical Config paths.<br>
14481<h3>Attributes</h3>
14482<ul>
14483<li><b>DopplerFrequencyHz</b>: Corresponding doppler frequency[Hz]
14484 <ul>
14485 <li>Set with class: \ref ns3::DoubleValue</li>
14486 <li>Underlying type: double 0:10000</li>
14487 <li>Initial value: 80</li>
14488 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14490 </ul>
14491<li><b>NumberOfOscillators</b>: The number of oscillators
14492 <ul>
14493 <li>Set with class: \ref ns3::UintegerValue</li>
14494 <li>Underlying type: uint32_t 4:1000</li>
14495 <li>Initial value: 20</li>
14496 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
14497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14498 </ul>
14499</ul>
14500No TraceSources are defined for this type.<br>
14501<b>Group:</b> Propagation
14502
14503<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
14504*/
14505
14506/*!
14507
14508\class ns3::JakesPropagationLossModel
14509
14510<h3>Config Paths</h3>
14511
14512ns3::JakesPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14513<ul>
14514<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14515<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14516<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14517<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14519<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14520<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::JakesPropagationLossModel"</li>
14521</ul>
14522No Attributes are defined for this type.<br>
14523No TraceSources are defined for this type.<br>
14524<b>Group:</b> Propagation
14525
14526<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
14527*/
14528
14529/*!
14530
14531\class ns3::Kun2600MhzPropagationLossModel
14532
14533<h3>Config Paths</h3>
14534
14535ns3::Kun2600MhzPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14536<ul>
14537<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14538<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14539<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14540<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14541<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14542<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14543<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::Kun2600MhzPropagationLossModel"</li>
14544</ul>
14545No Attributes are defined for this type.<br>
14546No TraceSources are defined for this type.<br>
14547<b>Group:</b> Propagation
14548
14549<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
14550*/
14551
14552/*!
14553
14554\class ns3::LaplacianRandomVariable
14555
14556<h3>Config Paths</h3>
14557
14558ns3::LaplacianRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14559<ul>
14560<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14561<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14562<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14563<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14564<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14565<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14566<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14567<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14568<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14569<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14570<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14571<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14572<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14573<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14574<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14575<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LaplacianRandomVariable"</li>
14576<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LaplacianRandomVariable"</li>
14577<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14578<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14579<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14580<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14581<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14582<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14583<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14584<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LaplacianRandomVariable"</li>
14585<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LaplacianRandomVariable"</li>
14586<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LaplacianRandomVariable"</li>
14587<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LaplacianRandomVariable"</li>
14588<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LaplacianRandomVariable"</li>
14589<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LaplacianRandomVariable"</li>
14590<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LaplacianRandomVariable"</li>
14591<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LaplacianRandomVariable"</li>
14592<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LaplacianRandomVariable"</li>
14593<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LaplacianRandomVariable"</li>
14594<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LaplacianRandomVariable"</li>
14595<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LaplacianRandomVariable"</li>
14596<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14597<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LaplacianRandomVariable"</li>
14598<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LaplacianRandomVariable"</li>
14599<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14600<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14601<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LaplacianRandomVariable"</li>
14602<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14603<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14604<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14605<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14606<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LaplacianRandomVariable"</li>
14607<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LaplacianRandomVariable"</li>
14608<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LaplacianRandomVariable"</li>
14609<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LaplacianRandomVariable"</li>
14610<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LaplacianRandomVariable"</li>
14611<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LaplacianRandomVariable"</li>
14612<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LaplacianRandomVariable"</li>
14613<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LaplacianRandomVariable"</li>
14614<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LaplacianRandomVariable"</li>
14615<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LaplacianRandomVariable"</li>
14616<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LaplacianRandomVariable"</li>
14617<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14618<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LaplacianRandomVariable"</li>
14619<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LaplacianRandomVariable"</li>
14620</ul>
14621<h3>Attributes</h3>
14622<ul>
14623<li><b>Bound</b>: The bound on the values returned by this RNG stream.
14624 <ul>
14625 <li>Set with class: \ref ns3::DoubleValue</li>
14626 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14627 <li>Initial value: 0</li>
14628 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14629 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14630 </ul>
14631<li><b>Location</b>: The location parameter for the Laplacian distribution returned by this RNG stream.
14632 <ul>
14633 <li>Set with class: \ref ns3::DoubleValue</li>
14634 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14635 <li>Initial value: 0</li>
14636 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14637 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14638 </ul>
14639<li><b>Scale</b>: The scale parameter for the Laplacian distribution returned by this RNG stream.
14640 <ul>
14641 <li>Set with class: \ref ns3::DoubleValue</li>
14642 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14643 <li>Initial value: 1</li>
14644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14646 </ul>
14647</ul>
14648<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
14649<ul>
14650<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
14651 <ul>
14652 <li>Set with class: \ref ns3::BooleanValue</li>
14653 <li>Underlying type: bool</li>
14654 <li>Initial value: false</li>
14655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14657 </ul>
14658<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.
14659 <ul>
14660 <li>Set with class: \ref ns3::IntegerValue</li>
14661 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
14662 <li>Initial value: -1</li>
14663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14665 </ul>
14666</ul>
14667No TraceSources are defined for this type.<br>
14668<b>Group:</b> Core
14669
14670<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
14671*/
14672
14673/*!
14674
14675\class ns3::LargestExtremeValueRandomVariable
14676
14677<h3>Config Paths</h3>
14678
14679ns3::LargestExtremeValueRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14680<ul>
14681<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14682<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14683<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14684<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14685<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14686<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14687<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14688<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14689<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14690<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14691<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14692<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14693<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14694<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14695<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14696<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LargestExtremeValueRandomVariable"</li>
14697<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LargestExtremeValueRandomVariable"</li>
14698<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14699<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14700<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14701<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14702<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14703<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14704<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14705<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LargestExtremeValueRandomVariable"</li>
14706<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LargestExtremeValueRandomVariable"</li>
14707<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LargestExtremeValueRandomVariable"</li>
14708<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14709<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LargestExtremeValueRandomVariable"</li>
14710<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LargestExtremeValueRandomVariable"</li>
14711<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LargestExtremeValueRandomVariable"</li>
14712<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LargestExtremeValueRandomVariable"</li>
14713<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LargestExtremeValueRandomVariable"</li>
14714<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LargestExtremeValueRandomVariable"</li>
14715<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LargestExtremeValueRandomVariable"</li>
14716<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LargestExtremeValueRandomVariable"</li>
14717<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14718<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LargestExtremeValueRandomVariable"</li>
14719<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LargestExtremeValueRandomVariable"</li>
14720<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14721<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14722<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LargestExtremeValueRandomVariable"</li>
14723<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14724<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14725<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14726<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14727<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LargestExtremeValueRandomVariable"</li>
14728<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LargestExtremeValueRandomVariable"</li>
14729<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LargestExtremeValueRandomVariable"</li>
14730<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LargestExtremeValueRandomVariable"</li>
14731<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LargestExtremeValueRandomVariable"</li>
14732<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LargestExtremeValueRandomVariable"</li>
14733<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LargestExtremeValueRandomVariable"</li>
14734<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LargestExtremeValueRandomVariable"</li>
14735<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14736<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14737<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LargestExtremeValueRandomVariable"</li>
14738<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14739<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14740<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LargestExtremeValueRandomVariable"</li>
14741</ul>
14742<h3>Attributes</h3>
14743<ul>
14744<li><b>Location</b>: The location parameter for the Largest Extreme Value distribution returned by this RNG stream.
14745 <ul>
14746 <li>Set with class: \ref ns3::DoubleValue</li>
14747 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14748 <li>Initial value: 0</li>
14749 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14751 </ul>
14752<li><b>Scale</b>: The scale parameter for the Largest Extreme Value distribution returned by this RNG stream.
14753 <ul>
14754 <li>Set with class: \ref ns3::DoubleValue</li>
14755 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14756 <li>Initial value: 1</li>
14757 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14759 </ul>
14760</ul>
14761<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
14762<ul>
14763<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
14764 <ul>
14765 <li>Set with class: \ref ns3::BooleanValue</li>
14766 <li>Underlying type: bool</li>
14767 <li>Initial value: false</li>
14768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14770 </ul>
14771<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.
14772 <ul>
14773 <li>Set with class: \ref ns3::IntegerValue</li>
14774 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
14775 <li>Initial value: -1</li>
14776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14778 </ul>
14779</ul>
14780No TraceSources are defined for this type.<br>
14781<b>Group:</b> Core
14782
14783<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
14784*/
14785
14786/*!
14787
14788\class ns3::LinearWifiTxCurrentModel
14789
14790Introspection did not find any typical Config paths.<br>
14791<h3>Attributes</h3>
14792<ul>
14793<li><b>Eta</b>: The efficiency of the power amplifier.
14794 <ul>
14795 <li>Set with class: \ref ns3::DoubleValue</li>
14796 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14797 <li>Initial value: 0.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<li><b>IdleCurrent</b>: The current in the IDLE state (in Ampere).
14802 <ul>
14803 <li>Set with class: \ref ns3::DoubleValue</li>
14804 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14805 <li>Initial value: 0.273333</li>
14806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14808 </ul>
14809<li><b>Voltage</b>: The supply voltage (in Volts).
14810 <ul>
14811 <li>Set with class: \ref ns3::DoubleValue</li>
14812 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14813 <li>Initial value: 3</li>
14814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14816 </ul>
14817</ul>
14818No TraceSources are defined for this type.<br>
14819<b>Group:</b> Wifi
14820
14821<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14822*/
14823
14824/*!
14825
14826\class ns3::ListErrorModel
14827
14828<h3>Config Paths</h3>
14829
14830ns3::ListErrorModel is accessible through the following paths with Config::Set and Config::Connect:
14831<ul>
14832<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14833<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14834<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14835<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14836<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::ListErrorModel"</li>
14837<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::ListErrorModel"</li>
14838</ul>
14839No Attributes are defined for this type.<br>
14840<h3>Attributes defined in parent class ns3::ErrorModel</h3>
14841<ul>
14842<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
14843 <ul>
14844 <li>Set with class: \ref ns3::BooleanValue</li>
14845 <li>Underlying type: bool</li>
14846 <li>Initial value: true</li>
14847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14849 </ul>
14850</ul>
14851No TraceSources are defined for this type.<br>
14852<b>Group:</b> Network
14853
14854<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14855*/
14856
14857/*!
14858
14859\class ns3::ListPositionAllocator
14860
14861<h3>Config Paths</h3>
14862
14863ns3::ListPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
14864<ul>
14865<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::ListPositionAllocator"</li>
14866</ul>
14867No Attributes are defined for this type.<br>
14868No TraceSources are defined for this type.<br>
14869<b>Group:</b> Mobility
14870
14871<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14872*/
14873
14874/*!
14875
14876\class ns3::ListScheduler
14877
14878Introspection did not find any typical Config paths.<br>
14879No Attributes are defined for this type.<br>
14880No TraceSources are defined for this type.<br>
14881<b>Group:</b> Core
14882
14883<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
14884*/
14885
14886/*!
14887
14888\class ns3::LlcSnapHeader
14889
14890Introspection did not find any typical Config paths.<br>
14891No Attributes are defined for this type.<br>
14892No TraceSources are defined for this type.<br>
14893<b>Group:</b> Network
14894
14895<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
14896*/
14897
14898/*!
14899
14900\class ns3::LogDistancePropagationLossModel
14901
14902<h3>Config Paths</h3>
14903
14904ns3::LogDistancePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
14905<ul>
14906<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14907<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14908<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14909<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14910<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14911<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14912<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::LogDistancePropagationLossModel"</li>
14913</ul>
14914<h3>Attributes</h3>
14915<ul>
14916<li><b>Exponent</b>: The exponent of the Path Loss propagation model
14917 <ul>
14918 <li>Set with class: \ref ns3::DoubleValue</li>
14919 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14920 <li>Initial value: 3</li>
14921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14923 </ul>
14924<li><b>ReferenceDistance</b>: The distance at which the reference loss is calculated (m)
14925 <ul>
14926 <li>Set with class: \ref ns3::DoubleValue</li>
14927 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14928 <li>Initial value: 1</li>
14929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14931 </ul>
14932<li><b>ReferenceLoss</b>: The reference loss at reference distance (dB). (Default is Friis at 1m with 5.15 GHz)
14933 <ul>
14934 <li>Set with class: \ref ns3::DoubleValue</li>
14935 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
14936 <li>Initial value: 46.6777</li>
14937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
14938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
14939 </ul>
14940</ul>
14941No TraceSources are defined for this type.<br>
14942<b>Group:</b> Propagation
14943
14944<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
14945*/
14946
14947/*!
14948
14949\class ns3::LogNormalRandomVariable
14950
14951<h3>Config Paths</h3>
14952
14953ns3::LogNormalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
14954<ul>
14955<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14956<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14957<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14958<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14959<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14960<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
14961<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14962<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14963<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14964<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14965<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14966<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
14967<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14968<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14969<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14970<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::LogNormalRandomVariable"</li>
14971<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::LogNormalRandomVariable"</li>
14972<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14973<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14974<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14975<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14976<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14977<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14978<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
14979<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::LogNormalRandomVariable"</li>
14980<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::LogNormalRandomVariable"</li>
14981<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::LogNormalRandomVariable"</li>
14982<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::LogNormalRandomVariable"</li>
14983<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::LogNormalRandomVariable"</li>
14984<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::LogNormalRandomVariable"</li>
14985<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::LogNormalRandomVariable"</li>
14986<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::LogNormalRandomVariable"</li>
14987<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::LogNormalRandomVariable"</li>
14988<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::LogNormalRandomVariable"</li>
14989<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::LogNormalRandomVariable"</li>
14990<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::LogNormalRandomVariable"</li>
14991<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
14992<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::LogNormalRandomVariable"</li>
14993<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::LogNormalRandomVariable"</li>
14994<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
14995<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
14996<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::LogNormalRandomVariable"</li>
14997<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
14998<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
14999<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15000<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15001<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::LogNormalRandomVariable"</li>
15002<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::LogNormalRandomVariable"</li>
15003<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::LogNormalRandomVariable"</li>
15004<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::LogNormalRandomVariable"</li>
15005<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::LogNormalRandomVariable"</li>
15006<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::LogNormalRandomVariable"</li>
15007<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::LogNormalRandomVariable"</li>
15008<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::LogNormalRandomVariable"</li>
15009<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::LogNormalRandomVariable"</li>
15010<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::LogNormalRandomVariable"</li>
15011<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::LogNormalRandomVariable"</li>
15012<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
15013<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::LogNormalRandomVariable"</li>
15014<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::LogNormalRandomVariable"</li>
15015</ul>
15016<h3>Attributes</h3>
15017<ul>
15018<li><b>Mu</b>: The mu value for the log-normal distribution returned by this RNG stream.
15019 <ul>
15020 <li>Set with class: \ref ns3::DoubleValue</li>
15021 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15022 <li>Initial value: 0</li>
15023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15025 </ul>
15026<li><b>Sigma</b>: The sigma value for the log-normal distribution returned by this RNG stream.
15027 <ul>
15028 <li>Set with class: \ref ns3::DoubleValue</li>
15029 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15030 <li>Initial value: 1</li>
15031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15033 </ul>
15034</ul>
15035<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
15036<ul>
15037<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
15038 <ul>
15039 <li>Set with class: \ref ns3::BooleanValue</li>
15040 <li>Underlying type: bool</li>
15041 <li>Initial value: false</li>
15042 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15044 </ul>
15045<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.
15046 <ul>
15047 <li>Set with class: \ref ns3::IntegerValue</li>
15048 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
15049 <li>Initial value: -1</li>
15050 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15052 </ul>
15053</ul>
15054No TraceSources are defined for this type.<br>
15055<b>Group:</b> Core
15056
15057<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
15058*/
15059
15060/*!
15061
15062\class ns3::LoopbackNetDevice
15063
15064<h3>Config Paths</h3>
15065
15066ns3::LoopbackNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15067<ul>
15068<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LoopbackNetDevice"</li>
15069</ul>
15070No Attributes are defined for this type.<br>
15071No TraceSources are defined for this type.<br>
15072<b>Group:</b> Internet
15073
15074<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
15075*/
15076
15077/*!
15078
15079\class ns3::lrwpan::BeaconPayloadHeader
15080
15081Introspection did not find any typical Config paths.<br>
15082No Attributes are defined for this type.<br>
15083No TraceSources are defined for this type.<br>
15084<b>Group:</b> LrWpan
15085
15086<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
15087*/
15088
15089/*!
15090
15091\class ns3::lrwpan::LrWpanCsmaCa
15092
15093Introspection did not find any typical Config paths.<br>
15094No Attributes are defined for this type.<br>
15095No TraceSources are defined for this type.<br>
15096<b>Group:</b> LrWpan
15097
15098<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
15099*/
15100
15101/*!
15102
15103\class ns3::lrwpan::LrWpanErrorModel
15104
15105Introspection did not find any typical Config paths.<br>
15106No Attributes are defined for this type.<br>
15107No TraceSources are defined for this type.<br>
15108<b>Group:</b> LrWpan
15109
15110<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
15111*/
15112
15113/*!
15114
15115\class ns3::lrwpan::LrWpanLqiTag
15116
15117Introspection did not find any typical Config paths.<br>
15118<h3>Attributes</h3>
15119<ul>
15120<li><b>Lqi</b>: The lqi of the last packet received
15121 <ul>
15122 <li>Set with class: \ref ns3::IntegerValue</li>
15123 <li>Underlying type: uint8_t 0:255</li>
15124 <li>Flags: <span class="mlabel">read</span></li>
15125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15126 </ul>
15127</ul>
15128No TraceSources are defined for this type.<br>
15129<b>Group:</b> LrWpan
15130
15131<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
15132*/
15133
15134/*!
15135
15136\class ns3::lrwpan::LrWpanMac
15137
15138<h3>Config Paths</h3>
15139
15140ns3::lrwpan::LrWpanMac is accessible through the following paths with Config::Set and Config::Connect:
15141<ul>
15142<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Mac"</li>
15143</ul>
15144<h3>Attributes</h3>
15145<ul>
15146<li><b>PanId</b>: 16-bit identifier of the associated PAN
15147 <ul>
15148 <li>Set with class: \ref ns3::UintegerValue</li>
15149 <li>Underlying type: uint16_t 0:65535</li>
15150 <li>Initial value: 0</li>
15151 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15153 </ul>
15154</ul>
15155<h3>TraceSources</h3>
15156<ul>
15157<li><b>IfsEnd</b>: Trace source reporting the end of an Interframe space (IFS)<br> <ul>
15158 <li> %Callback signature: ns3::Packet::TracedCallback
15159</li>
15160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15161</ul>
15162<li><b>MacIncSuperframeStatus</b>: The period status of the incoming superframe<br> <ul>
15163 <li> %Callback signature: ns3::TracedValueCallback::SuperframeState
15164</li>
15165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15166</ul>
15167<li><b>MacIndTxDequeue</b>: Trace source indicating a packet has was dequeued from the indirect transaction queue<br> <ul>
15168 <li> %Callback signature: ns3::Packet::TracedCallback
15169</li>
15170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15171</ul>
15172<li><b>MacIndTxDrop</b>: Trace source indicating a packet has been dropped from the indirect transaction queue(The pending transaction list)<br> <ul>
15173 <li> %Callback signature: ns3::Packet::TracedCallback
15174</li>
15175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15176</ul>
15177<li><b>MacIndTxEnqueue</b>: Trace source indicating a packet has been enqueued in the indirect transaction queue<br> <ul>
15178 <li> %Callback signature: ns3::Packet::TracedCallback
15179</li>
15180 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15181</ul>
15182<li><b>MacOutSuperframeStatus</b>: The period status of the outgoing superframe<br> <ul>
15183 <li> %Callback signature: ns3::TracedValueCallback::SuperframeState
15184</li>
15185 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15186</ul>
15187<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>
15188 <li> %Callback signature: ns3::Packet::TracedCallback
15189</li>
15190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15191</ul>
15192<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>
15193 <li> %Callback signature: ns3::Packet::TracedCallback
15194</li>
15195 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15196</ul>
15197<li><b>MacRxDrop</b>: Trace source indicating a packet was received, but dropped before being forwarded up the stack<br> <ul>
15198 <li> %Callback signature: ns3::Packet::TracedCallback
15199</li>
15200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15201</ul>
15202<li><b>MacSentPkt</b>: Trace source reporting some information about the sent packet<br> <ul>
15203 <li> %Callback signature: ns3::lrwpan::LrWpanMac::SentTracedCallback
15204</li>
15205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15206</ul>
15207<li><b>MacState</b>: The state of LrWpan Mac<br> <ul>
15208 <li> %Callback signature: ns3::lrwpan::LrWpanMac::StateTracedCallback
15209</li>
15210 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15211</ul>
15212<li><b>MacStateValue</b>: The state of LrWpan Mac<br> <ul>
15213 <li> %Callback signature: ns3::TracedValueCallback::LrWpanMacState
15214</li>
15215 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15216</ul>
15217<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
15218 <li> %Callback signature: ns3::Packet::TracedCallback
15219</li>
15220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15221</ul>
15222<li><b>MacTxDequeue</b>: Trace source indicating a packet has was dequeued from the transaction queue<br> <ul>
15223 <li> %Callback signature: ns3::Packet::TracedCallback
15224</li>
15225 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15226</ul>
15227<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped during transmission<br> <ul>
15228 <li> %Callback signature: ns3::Packet::TracedCallback
15229</li>
15230 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15231</ul>
15232<li><b>MacTxEnqueue</b>: Trace source indicating a packet has been enqueued in the transaction queue<br> <ul>
15233 <li> %Callback signature: ns3::Packet::TracedCallback
15234</li>
15235 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15236</ul>
15237<li><b>MacTxOk</b>: Trace source indicating a packet has been successfully sent<br> <ul>
15238 <li> %Callback signature: ns3::Packet::TracedCallback
15239</li>
15240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15241</ul>
15242<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
15243 <li> %Callback signature: ns3::Packet::TracedCallback
15244</li>
15245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15246</ul>
15247<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
15248 <li> %Callback signature: ns3::Packet::TracedCallback
15249</li>
15250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15251</ul>
15252</ul>
15253<b>Group:</b> LrWpan
15254
15255<b>Size</b> of this type is 1504 bytes (on a 64-bit architecture).
15256*/
15257
15258/*!
15259
15260\class ns3::lrwpan::LrWpanMacBase
15261
15262Introspection did not find any typical Config paths.<br>
15263No Attributes are defined for this type.<br>
15264No TraceSources are defined for this type.<br>
15265<b>Group:</b> LrWpan
15266
15267<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
15268*/
15269
15270/*!
15271
15272\class ns3::lrwpan::LrWpanMacHeader
15273
15274Introspection did not find any typical Config paths.<br>
15275No Attributes are defined for this type.<br>
15276No TraceSources are defined for this type.<br>
15277<b>Group:</b> LrWpan
15278
15279<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
15280*/
15281
15282/*!
15283
15284\class ns3::lrwpan::LrWpanMacTrailer
15285
15286Introspection did not find any typical Config paths.<br>
15287No Attributes are defined for this type.<br>
15288No TraceSources are defined for this type.<br>
15289<b>Group:</b> LrWpan
15290
15291<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
15292*/
15293
15294/*!
15295
15296\class ns3::lrwpan::LrWpanNetDevice
15297
15298<h3>Config Paths</h3>
15299
15300ns3::lrwpan::LrWpanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15301<ul>
15302<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice"</li>
15303</ul>
15304<h3>Attributes</h3>
15305<ul>
15306<li><b>Channel</b>: The channel attached to this device
15307 <ul>
15308 <li>Set with class: \ref ns3::PointerValue</li>
15309 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SpectrumChannel></li>
15310 <li>Flags: <span class="mlabel">read</span></li>
15311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15312 </ul>
15313<li><b>Mac</b>: The MAC layer attached to this device.
15314 <ul>
15315 <li>Set with class: \ref ns3::PointerValue</li>
15316 <li>Underlying type: \ref ns3::Ptr< \ref ns3::lrwpan::LrWpanMac></li>
15317 <li>Initial value: 0</li>
15318 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15319 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15320 </ul>
15321<li><b>Phy</b>: The PHY layer attached to this device.
15322 <ul>
15323 <li>Set with class: \ref ns3::PointerValue</li>
15324 <li>Underlying type: \ref ns3::Ptr< \ref ns3::lrwpan::LrWpanPhy></li>
15325 <li>Initial value: 0</li>
15326 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15328 </ul>
15329<li><b>PseudoMacAddressMode</b>: Build the pseudo-MAC Address according to RFC 4944 or RFC 6282 (default: RFC 6282).
15330 <ul>
15331 <li>Set with class: \ref ns3::EnumValue<ns3::lrwpan::LrWpanNetDevice::PseudoMacAddressMode_e></li>
15332 <li>Underlying type: \p RFC 6282 (don't use PanId)|RFC 4944 (use PanId)</li>
15333 <li>Initial value: RFC 6282 (don't use PanId)</li>
15334 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15335 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15336 </ul>
15337<li><b>UseAcks</b>: Request acknowledgments for data frames.
15338 <ul>
15339 <li>Set with class: \ref ns3::BooleanValue</li>
15340 <li>Underlying type: bool</li>
15341 <li>Initial value: true</li>
15342 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15344 </ul>
15345</ul>
15346No TraceSources are defined for this type.<br>
15347<b>Group:</b> LrWpan
15348
15349<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
15350*/
15351
15352/*!
15353
15354\class ns3::lrwpan::LrWpanPhy
15355
15356<h3>Config Paths</h3>
15357
15358ns3::lrwpan::LrWpanPhy is accessible through the following paths with Config::Set and Config::Connect:
15359<ul>
15360<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy"</li>
15361</ul>
15362<h3>Attributes</h3>
15363<ul>
15364<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.
15365 <ul>
15366 <li>Set with class: \ref ns3::PointerValue</li>
15367 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
15368 <li>Initial value: 0</li>
15369 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15371 </ul>
15372</ul>
15373<h3>TraceSources</h3>
15374<ul>
15375<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
15376 <li> %Callback signature: ns3::Packet::TracedCallback
15377</li>
15378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15379</ul>
15380<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
15381 <li> %Callback signature: ns3::Packet::TracedCallback
15382</li>
15383 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15384</ul>
15385<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
15386 <li> %Callback signature: ns3::Packet::SinrTracedCallback
15387</li>
15388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15389</ul>
15390<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium<br> <ul>
15391 <li> %Callback signature: ns3::Packet::TracedCallback
15392</li>
15393 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15394</ul>
15395<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
15396 <li> %Callback signature: ns3::Packet::TracedCallback
15397</li>
15398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15399</ul>
15400<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
15401 <li> %Callback signature: ns3::Packet::TracedCallback
15402</li>
15403 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15404</ul>
15405<li><b>TrxState</b>: The state of the transceiver<br> <ul>
15406 <li> %Callback signature: ns3::lrwpan::LrWpanPhy::StateTracedCallback
15407</li>
15408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15409</ul>
15410<li><b>TrxStateValue</b>: The state of the transceiver<br> <ul>
15411 <li> %Callback signature: ns3::TracedValueCallback::LrWpanPhyEnumeration
15412</li>
15413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15414</ul>
15415</ul>
15416<b>Group:</b> LrWpan
15417
15418<b>Size</b> of this type is 752 bytes (on a 64-bit architecture).
15419*/
15420
15421/*!
15422
15423\class ns3::LteAmc
15424
15425Introspection did not find any typical Config paths.<br>
15426<h3>Attributes</h3>
15427<ul>
15428<li><b>AmcModel</b>: AMC model used to assign CQI
15429 <ul>
15430 <li>Set with class: \ref ns3::EnumValue<ns3::LteAmc::AmcModel></li>
15431 <li>Underlying type: \p Vienna|PiroEW2010</li>
15432 <li>Initial value: Vienna</li>
15433 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15435 </ul>
15436<li><b>Ber</b>: The requested BER in assigning MCS (default is 0.00005).
15437 <ul>
15438 <li>Set with class: \ref ns3::DoubleValue</li>
15439 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15440 <li>Initial value: 5e-05</li>
15441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15443 </ul>
15444</ul>
15445No TraceSources are defined for this type.<br>
15446<b>Group:</b> Lte
15447
15448<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
15449*/
15450
15451/*!
15452
15453\class ns3::LteAnr
15454
15455<h3>Config Paths</h3>
15456
15457ns3::LteAnr is accessible through the following paths with Config::Set and Config::Connect:
15458<ul>
15459<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteAnr"</li>
15460<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteAnr"</li>
15461</ul>
15462<h3>Attributes</h3>
15463<ul>
15464<li><b>Threshold</b>: Minimum RSRQ range value required for detecting a neighbour cell
15465 <ul>
15466 <li>Set with class: \ref ns3::UintegerValue</li>
15467 <li>Underlying type: uint8_t 0:34</li>
15468 <li>Initial value: 0</li>
15469 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15470 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15471 </ul>
15472</ul>
15473No TraceSources are defined for this type.<br>
15474<b>Group:</b> Lte
15475
15476<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
15477*/
15478
15479/*!
15480
15481\class ns3::LteDataRadioBearerInfo
15482
15483<h3>Config Paths</h3>
15484
15485ns3::LteDataRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:
15486<ul>
15487<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]"</li>
15488<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]"</li>
15489<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]"</li>
15490<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]"</li>
15491</ul>
15492<h3>Attributes</h3>
15493<ul>
15494<li><b>DrbIdentity</b>: The id of this Data Radio Bearer
15495 <ul>
15496 <li>Set with class: \ref ns3::UintegerValue</li>
15497 <li>Underlying type: uint8_t 0:255</li>
15498 <li>Flags: <span class="mlabel">read</span></li>
15499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15500 </ul>
15501<li><b>EpsBearerIdentity</b>: The id of the EPS bearer corresponding to this Data Radio Bearer
15502 <ul>
15503 <li>Set with class: \ref ns3::UintegerValue</li>
15504 <li>Underlying type: uint8_t 0:255</li>
15505 <li>Flags: <span class="mlabel">read</span></li>
15506 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15507 </ul>
15508<li><b>LtePdcp</b>: PDCP instance of the radio bearer.
15509 <ul>
15510 <li>Set with class: \ref ns3::PointerValue</li>
15511 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LtePdcp></li>
15512 <li>Initial value: 0</li>
15513 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15515 </ul>
15516<li><b>LteRlc</b>: RLC instance of the radio bearer.
15517 <ul>
15518 <li>Set with class: \ref ns3::PointerValue</li>
15519 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteRlc></li>
15520 <li>Initial value: 0</li>
15521 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15523 </ul>
15524<li><b>logicalChannelIdentity</b>: The id of the Logical Channel corresponding to this Data Radio Bearer
15525 <ul>
15526 <li>Set with class: \ref ns3::UintegerValue</li>
15527 <li>Underlying type: uint8_t 0:255</li>
15528 <li>Flags: <span class="mlabel">read</span></li>
15529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15530 </ul>
15531</ul>
15532No TraceSources are defined for this type.<br>
15533<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
15534*/
15535
15536/*!
15537
15538\class ns3::LteEnbComponentCarrierManager
15539
15540<h3>Config Paths</h3>
15541
15542ns3::LteEnbComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
15543<ul>
15544<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager"</li>
15545<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager"</li>
15546</ul>
15547No Attributes are defined for this type.<br>
15548No TraceSources are defined for this type.<br>
15549<b>Group:</b> Lte
15550
15551<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
15552*/
15553
15554/*!
15555
15556\class ns3::LteEnbMac
15557
15558<h3>Config Paths</h3>
15559
15560ns3::LteEnbMac is accessible through the following paths with Config::Set and Config::Connect:
15561<ul>
15562<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"</li>
15563<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"</li>
15564</ul>
15565<h3>Attributes</h3>
15566<ul>
15567<li><b>ComponentCarrierId</b>: ComponentCarrier Id, needed to reply on the appropriate sap.
15568 <ul>
15569 <li>Set with class: \ref ns3::UintegerValue</li>
15570 <li>Underlying type: uint8_t 0:4</li>
15571 <li>Initial value: 0</li>
15572 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15574 </ul>
15575<li><b>ConnEstFailCount</b>: how many time T300 timer can expire on the same cell
15576 <ul>
15577 <li>Set with class: \ref ns3::UintegerValue</li>
15578 <li>Underlying type: uint8_t 1:4</li>
15579 <li>Initial value: 1</li>
15580 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15581 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15582 </ul>
15583<li><b>NumberOfRaPreambles</b>: how many random access preambles are available for the contention based RACH process
15584 <ul>
15585 <li>Set with class: \ref ns3::UintegerValue</li>
15586 <li>Underlying type: uint8_t 4:64</li>
15587 <li>Initial value: 52</li>
15588 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15590 </ul>
15591<li><b>PreambleTransMax</b>: Maximum number of random access preamble transmissions
15592 <ul>
15593 <li>Set with class: \ref ns3::UintegerValue</li>
15594 <li>Underlying type: uint8_t 3:200</li>
15595 <li>Initial value: 50</li>
15596 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15598 </ul>
15599<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
15600 <ul>
15601 <li>Set with class: \ref ns3::UintegerValue</li>
15602 <li>Underlying type: uint8_t 2:10</li>
15603 <li>Initial value: 3</li>
15604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15606 </ul>
15607</ul>
15608<h3>TraceSources</h3>
15609<ul>
15610<li><b>DlScheduling</b>: Information regarding DL scheduling.<br> <ul>
15611 <li> %Callback signature: ns3::LteEnbMac::DlSchedulingTracedCallback
15612</li>
15613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15614</ul>
15615<li><b>UlScheduling</b>: Information regarding UL scheduling.<br> <ul>
15616 <li> %Callback signature: ns3::LteEnbMac::UlSchedulingTracedCallback
15617</li>
15618 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15619</ul>
15620</ul>
15621<b>Group:</b> Lte
15622
15623<b>Size</b> of this type is 592 bytes (on a 64-bit architecture).
15624*/
15625
15626/*!
15627
15628\class ns3::LteEnbNetDevice
15629
15630<h3>Config Paths</h3>
15631
15632ns3::LteEnbNetDevice is accessible through the following paths with Config::Set and Config::Connect:
15633<ul>
15634<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice"</li>
15635<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice"</li>
15636</ul>
15637<h3>Attributes</h3>
15638<ul>
15639<li><b>CellId</b>: Cell Identifier
15640 <ul>
15641 <li>Set with class: \ref ns3::UintegerValue</li>
15642 <li>Underlying type: uint16_t 0:65535</li>
15643 <li>Initial value: 0</li>
15644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15646 </ul>
15647<li><b>ComponentCarrierMap</b>: List of component carriers.
15648 <ul>
15649 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
15650 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ComponentCarrierEnb></li>
15651 <li>Flags: <span class="mlabel">read</span></li>
15652 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15653 </ul>
15654<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
15655 <ul>
15656 <li>Set with class: \ref ns3::UintegerValue</li>
15657 <li>Underlying type: uint32_t 0:4294967295</li>
15658 <li>Initial value: 0</li>
15659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15661 </ul>
15662<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.
15663 <ul>
15664 <li>Set with class: \ref ns3::BooleanValue</li>
15665 <li>Underlying type: bool</li>
15666 <li>Initial value: false</li>
15667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15669 </ul>
15670<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
15671 <ul>
15672 <li>Set with class: \ref ns3::UintegerValue</li>
15673 <li>Underlying type: uint8_t 0:255</li>
15674 <li>Initial value: 25</li>
15675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15677 </ul>
15678<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
15679 <ul>
15680 <li>Set with class: \ref ns3::UintegerValue</li>
15681 <li>Underlying type: uint32_t 0:262143</li>
15682 <li>Initial value: 100</li>
15683 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15684 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15685 </ul>
15686<li><b>LteAnr</b>: The automatic neighbour relation function associated to this EnbNetDevice
15687 <ul>
15688 <li>Set with class: \ref ns3::PointerValue</li>
15689 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteAnr></li>
15690 <li>Initial value: 0</li>
15691 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15692 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15693 </ul>
15694<li><b>LteEnbComponentCarrierManager</b>: The RRC associated to this EnbNetDevice
15695 <ul>
15696 <li>Set with class: \ref ns3::PointerValue</li>
15697 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbComponentCarrierManager></li>
15698 <li>Initial value: 0</li>
15699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15701 </ul>
15702<li><b>LteEnbRrc</b>: The RRC associated to this EnbNetDevice
15703 <ul>
15704 <li>Set with class: \ref ns3::PointerValue</li>
15705 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteEnbRrc></li>
15706 <li>Initial value: 0</li>
15707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15709 </ul>
15710<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice
15711 <ul>
15712 <li>Set with class: \ref ns3::PointerValue</li>
15713 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteFfrAlgorithm></li>
15714 <li>Initial value: 0</li>
15715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15717 </ul>
15718<li><b>LteHandoverAlgorithm</b>: The handover algorithm associated to this EnbNetDevice
15719 <ul>
15720 <li>Set with class: \ref ns3::PointerValue</li>
15721 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteHandoverAlgorithm></li>
15722 <li>Initial value: 0</li>
15723 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15724 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15725 </ul>
15726<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
15727 <ul>
15728 <li>Set with class: \ref ns3::UintegerValue</li>
15729 <li>Underlying type: uint8_t 0:255</li>
15730 <li>Initial value: 25</li>
15731 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15733 </ul>
15734<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
15735 <ul>
15736 <li>Set with class: \ref ns3::UintegerValue</li>
15737 <li>Underlying type: uint32_t 0:262143</li>
15738 <li>Initial value: 18100</li>
15739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15741 </ul>
15742</ul>
15743<h3>Attributes defined in parent class ns3::LteNetDevice</h3>
15744<ul>
15745<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
15746 <ul>
15747 <li>Set with class: \ref ns3::UintegerValue</li>
15748 <li>Underlying type: uint16_t 0:65535</li>
15749 <li>Initial value: 30000</li>
15750 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15752 </ul>
15753</ul>
15754No TraceSources are defined for this type.<br>
15755<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
15756*/
15757
15758/*!
15759
15760\class ns3::LteEnbPhy
15761
15762<h3>Config Paths</h3>
15763
15764ns3::LteEnbPhy is accessible through the following paths with Config::Set and Config::Connect:
15765<ul>
15766<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"</li>
15767<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"</li>
15768</ul>
15769<h3>Attributes</h3>
15770<ul>
15771<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy
15772 <ul>
15773 <li>Set with class: \ref ns3::PointerValue</li>
15774 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
15775 <li>Flags: <span class="mlabel">read</span></li>
15776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15777 </ul>
15778<li><b>InterferenceSamplePeriod</b>: The sampling period for reporting interference stats
15779 <ul>
15780 <li>Set with class: \ref ns3::UintegerValue</li>
15781 <li>Underlying type: uint16_t 0:65535</li>
15782 <li>Initial value: 1</li>
15783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15785 </ul>
15786<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.
15787 <ul>
15788 <li>Set with class: \ref ns3::UintegerValue</li>
15789 <li>Underlying type: uint8_t 0:255</li>
15790 <li>Initial value: 2</li>
15791 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15792 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15793 </ul>
15794<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.
15795 <ul>
15796 <li>Set with class: \ref ns3::DoubleValue</li>
15797 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15798 <li>Initial value: 5</li>
15799 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15801 </ul>
15802<li><b>TxPower</b>: Transmission power in dBm
15803 <ul>
15804 <li>Set with class: \ref ns3::DoubleValue</li>
15805 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
15806 <li>Initial value: 30</li>
15807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15809 </ul>
15810<li><b>UeSinrSamplePeriod</b>: The sampling period for reporting UEs' SINR stats.
15811 <ul>
15812 <li>Set with class: \ref ns3::UintegerValue</li>
15813 <li>Underlying type: uint16_t 0:65535</li>
15814 <li>Initial value: 1</li>
15815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15817 </ul>
15818<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy
15819 <ul>
15820 <li>Set with class: \ref ns3::PointerValue</li>
15821 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
15822 <li>Flags: <span class="mlabel">read</span></li>
15823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15824 </ul>
15825</ul>
15826<h3>TraceSources</h3>
15827<ul>
15828<li><b>DlPhyTransmission</b>: DL transmission PHY layer statistics.<br> <ul>
15829 <li> %Callback signature: ns3::PhyTransmissionStatParameters::TracedCallback
15830</li>
15831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15832</ul>
15833<li><b>ReportInterference</b>: Report linear interference power per PHY RB<br> <ul>
15834 <li> %Callback signature: ns3::LteEnbPhy::ReportInterferenceTracedCallback
15835</li>
15836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15837</ul>
15838<li><b>ReportUeSinr</b>: Report UEs' averaged linear SINR<br> <ul>
15839 <li> %Callback signature: ns3::LteEnbPhy::ReportUeSinrTracedCallback
15840</li>
15841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15842</ul>
15843</ul>
15844<b>Group:</b> Lte
15845
15846<b>Size</b> of this type is 696 bytes (on a 64-bit architecture).
15847*/
15848
15849/*!
15850
15851\class ns3::LteEnbRrc
15852
15853<h3>Config Paths</h3>
15854
15855ns3::LteEnbRrc is accessible through the following paths with Config::Set and Config::Connect:
15856<ul>
15857<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc"</li>
15858<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc"</li>
15859</ul>
15860<h3>Attributes</h3>
15861<ul>
15862<li><b>AdmitHandoverRequest</b>: Whether to admit an X2 handover request from another eNB
15863 <ul>
15864 <li>Set with class: \ref ns3::BooleanValue</li>
15865 <li>Underlying type: bool</li>
15866 <li>Initial value: true</li>
15867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15869 </ul>
15870<li><b>AdmitRrcConnectionRequest</b>: Whether to admit a connection request from a UE
15871 <ul>
15872 <li>Set with class: \ref ns3::BooleanValue</li>
15873 <li>Underlying type: bool</li>
15874 <li>Initial value: true</li>
15875 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15877 </ul>
15878<li><b>ConnectionRejectedTimeoutDuration</b>: Time to wait between sending a RRC CONNECTION REJECT and destroying the UE context
15879 <ul>
15880 <li>Set with class: \ref ns3::TimeValue</li>
15881 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15882 <li>Initial value: +3e+07ns</li>
15883 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15885 </ul>
15886<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
15887 <ul>
15888 <li>Set with class: \ref ns3::TimeValue</li>
15889 <li>Underlying type: \p Time +1e+06ns:+1.5e+07ns</li>
15890 <li>Initial value: +1.5e+07ns</li>
15891 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15892 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15893 </ul>
15894<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.
15895 <ul>
15896 <li>Set with class: \ref ns3::TimeValue</li>
15897 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15898 <li>Initial value: +1.5e+08ns</li>
15899 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15900 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15901 </ul>
15902<li><b>DefaultTransmissionMode</b>: The default UEs' transmission mode (0: SISO)
15903 <ul>
15904 <li>Set with class: \ref ns3::UintegerValue</li>
15905 <li>Underlying type: uint8_t 0:255</li>
15906 <li>Initial value: 0</li>
15907 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15908 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15909 </ul>
15910<li><b>EpsBearerToRlcMapping</b>: Specify which type of RLC will be used for each type of EPS bearer.
15911 <ul>
15912 <li>Set with class: \ref ns3::EnumValue<ns3::LteEnbRrc::LteEpsBearerToRlcMapping_t></li>
15913 <li>Underlying type: \p RlcSmAlways|RlcUmAlways|RlcAmAlways|PacketErrorRateBased</li>
15914 <li>Initial value: RlcSmAlways</li>
15915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15917 </ul>
15918<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.
15919 <ul>
15920 <li>Set with class: \ref ns3::TimeValue</li>
15921 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15922 <li>Initial value: +2e+08ns</li>
15923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15925 </ul>
15926<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.
15927 <ul>
15928 <li>Set with class: \ref ns3::TimeValue</li>
15929 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15930 <li>Initial value: +5e+08ns</li>
15931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15933 </ul>
15934<li><b>NumberOfComponentCarriers</b>: Number of Component Carriers
15935 <ul>
15936 <li>Set with class: \ref ns3::IntegerValue</li>
15937 <li>Underlying type: int16_t 1:5</li>
15938 <li>Initial value: 1</li>
15939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15941 </ul>
15942<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.
15943 <ul>
15944 <li>Set with class: \ref ns3::IntegerValue</li>
15945 <li>Underlying type: int8_t -70:-22</li>
15946 <li>Initial value: -70</li>
15947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
15948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15949 </ul>
15950<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
15951 <ul>
15952 <li>Set with class: \ref ns3::UintegerValue</li>
15953 <li>Underlying type: uint8_t 0:255</li>
15954 <li>Initial value: 4</li>
15955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15957 </ul>
15958<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
15959 <ul>
15960 <li>Set with class: \ref ns3::UintegerValue</li>
15961 <li>Underlying type: uint8_t 0:255</li>
15962 <li>Initial value: 4</li>
15963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15965 </ul>
15966<li><b>SrsPeriodicity</b>: The SRS periodicity in milliseconds
15967 <ul>
15968 <li>Set with class: \ref ns3::UintegerValue</li>
15969 <li>Underlying type: uint32_t 0:4294967295</li>
15970 <li>Initial value: 40</li>
15971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15973 </ul>
15974<li><b>SystemInformationPeriodicity</b>: The interval for sending system information (Time value)
15975 <ul>
15976 <li>Set with class: \ref ns3::TimeValue</li>
15977 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
15978 <li>Initial value: +8e+07ns</li>
15979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
15980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15981 </ul>
15982<li><b>UeMap</b>: List of UeManager by C-RNTI.
15983 <ul>
15984 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
15985 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UeManager></li>
15986 <li>Flags: <span class="mlabel">read</span></li>
15987 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15988 </ul>
15989</ul>
15990<h3>TraceSources</h3>
15991<ul>
15992<li><b>ConnectionEstablished</b>: Fired upon successful RRC connection establishment.<br> <ul>
15993 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
15994</li>
15995 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
15996</ul>
15997<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration<br> <ul>
15998 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
15999</li>
16000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16001</ul>
16002<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure<br> <ul>
16003 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16004</li>
16005 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16006</ul>
16007<li><b>HandoverFailureJoining</b>: trace fired upon handover failure due to handover joining timeout at target eNB<br> <ul>
16008 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16009</li>
16010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16011</ul>
16012<li><b>HandoverFailureLeaving</b>: trace fired upon handover failure due to handover leaving timeout at source eNB<br> <ul>
16013 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16014</li>
16015 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16016</ul>
16017<li><b>HandoverFailureMaxRach</b>: trace fired upon handover failure due to max RACH attempts from UE to target eNB<br> <ul>
16018 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16019</li>
16020 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16021</ul>
16022<li><b>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>
16023 <li> %Callback signature: ns3::LteEnbRrc::HandoverFailureTracedCallback
16024</li>
16025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16026</ul>
16027<li><b>HandoverStart</b>: trace fired upon start of a handover procedure<br> <ul>
16028 <li> %Callback signature: ns3::LteEnbRrc::HandoverStartTracedCallback
16029</li>
16030 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16031</ul>
16032<li><b>NewUeContext</b>: Fired upon creation of a new UE context.<br> <ul>
16033 <li> %Callback signature: ns3::LteEnbRrc::NewUeContextTracedCallback
16034</li>
16035 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16036</ul>
16037<li><b>NotifyConnectionRelease</b>: trace fired when an UE is released<br> <ul>
16038 <li> %Callback signature: ns3::LteEnbRrc::ConnectionHandoverTracedCallback
16039</li>
16040 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16041</ul>
16042<li><b>RecvMeasurementReport</b>: trace fired when measurement report is received<br> <ul>
16043 <li> %Callback signature: ns3::LteEnbRrc::ReceiveReportTracedCallback
16044</li>
16045 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16046</ul>
16047<li><b>RrcTimeout</b>: trace fired when a timer expires<br> <ul>
16048 <li> %Callback signature: ns3::LteEnbRrc::TimerExpiryTracedCallback
16049</li>
16050 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16051</ul>
16052</ul>
16053<b>Group:</b> Lte
16054
16055<b>Size</b> of this type is 1288 bytes (on a 64-bit architecture).
16056*/
16057
16058/*!
16059
16060\class ns3::LteEnbRrcProtocolIdeal
16061
16062Introspection did not find any typical Config paths.<br>
16063No Attributes are defined for this type.<br>
16064No TraceSources are defined for this type.<br>
16065<b>Group:</b> Lte
16066
16067<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
16068*/
16069
16070/*!
16071
16072\class ns3::LteEnbRrcProtocolReal
16073
16074Introspection did not find any typical Config paths.<br>
16075No Attributes are defined for this type.<br>
16076No TraceSources are defined for this type.<br>
16077<b>Group:</b> Lte
16078
16079<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
16080*/
16081
16082/*!
16083
16084\class ns3::LteFfrAlgorithm
16085
16086<h3>Config Paths</h3>
16087
16088ns3::LteFfrAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16089<ul>
16090<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm"</li>
16091<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm"</li>
16092<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm"</li>
16093<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm"</li>
16094</ul>
16095<h3>Attributes</h3>
16096<ul>
16097<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16098 <ul>
16099 <li>Set with class: \ref ns3::BooleanValue</li>
16100 <li>Underlying type: bool</li>
16101 <li>Initial value: true</li>
16102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16104 </ul>
16105<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
16106 <ul>
16107 <li>Set with class: \ref ns3::UintegerValue</li>
16108 <li>Underlying type: uint8_t 0:255</li>
16109 <li>Initial value: 0</li>
16110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16112 </ul>
16113</ul>
16114No TraceSources are defined for this type.<br>
16115<b>Group:</b> Lte
16116
16117<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
16118*/
16119
16120/*!
16121
16122\class ns3::LteFfrDistributedAlgorithm
16123
16124<h3>Config Paths</h3>
16125
16126ns3::LteFfrDistributedAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16127<ul>
16128<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16129<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16130<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16131<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrDistributedAlgorithm"</li>
16132</ul>
16133<h3>Attributes</h3>
16134<ul>
16135<li><b>CalculationInterval</b>: Time interval between calculation of Edge sub-band, Default value 1 second
16136 <ul>
16137 <li>Set with class: \ref ns3::TimeValue</li>
16138 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
16139 <li>Initial value: +1e+09ns</li>
16140 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16142 </ul>
16143<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
16144 <ul>
16145 <li>Set with class: \ref ns3::UintegerValue</li>
16146 <li>Underlying type: uint8_t 0:255</li>
16147 <li>Initial value: 1</li>
16148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16150 </ul>
16151<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16152 <ul>
16153 <li>Set with class: \ref ns3::UintegerValue</li>
16154 <li>Underlying type: uint8_t 0:255</li>
16155 <li>Initial value: 5</li>
16156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16158 </ul>
16159<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
16160 <ul>
16161 <li>Set with class: \ref ns3::UintegerValue</li>
16162 <li>Underlying type: uint8_t 0:255</li>
16163 <li>Initial value: 1</li>
16164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16166 </ul>
16167<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16168 <ul>
16169 <li>Set with class: \ref ns3::UintegerValue</li>
16170 <li>Underlying type: uint8_t 0:255</li>
16171 <li>Initial value: 5</li>
16172 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16174 </ul>
16175<li><b>EdgeRbNum</b>: Number of RB that can be used in edge Sub-band
16176 <ul>
16177 <li>Set with class: \ref ns3::UintegerValue</li>
16178 <li>Underlying type: uint8_t 0:255</li>
16179 <li>Initial value: 8</li>
16180 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16182 </ul>
16183<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
16184 <ul>
16185 <li>Set with class: \ref ns3::UintegerValue</li>
16186 <li>Underlying type: uint8_t 0:255</li>
16187 <li>Initial value: 20</li>
16188 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16190 </ul>
16191<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16192 <ul>
16193 <li>Set with class: \ref ns3::UintegerValue</li>
16194 <li>Underlying type: uint8_t 0:255</li>
16195 <li>Initial value: 20</li>
16196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16198 </ul>
16199</ul>
16200<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16201<ul>
16202<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16203 <ul>
16204 <li>Set with class: \ref ns3::BooleanValue</li>
16205 <li>Underlying type: bool</li>
16206 <li>Initial value: true</li>
16207 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16209 </ul>
16210<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
16211 <ul>
16212 <li>Set with class: \ref ns3::UintegerValue</li>
16213 <li>Underlying type: uint8_t 0:255</li>
16214 <li>Initial value: 0</li>
16215 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16217 </ul>
16218</ul>
16219No TraceSources are defined for this type.<br>
16220<b>Group:</b> Lte
16221
16222<b>Size</b> of this type is 536 bytes (on a 64-bit architecture).
16223*/
16224
16225/*!
16226
16227\class ns3::LteFfrEnhancedAlgorithm
16228
16229<h3>Config Paths</h3>
16230
16231ns3::LteFfrEnhancedAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16232<ul>
16233<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16234<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16235<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16236<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrEnhancedAlgorithm"</li>
16237</ul>
16238<h3>Attributes</h3>
16239<ul>
16240<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16241 <ul>
16242 <li>Set with class: \ref ns3::UintegerValue</li>
16243 <li>Underlying type: uint8_t 0:255</li>
16244 <li>Initial value: 5</li>
16245 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16246 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16247 </ul>
16248<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
16249 <ul>
16250 <li>Set with class: \ref ns3::UintegerValue</li>
16251 <li>Underlying type: uint8_t 0:255</li>
16252 <li>Initial value: 1</li>
16253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16255 </ul>
16256<li><b>DlCqiThreshold</b>: If the DL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
16257 <ul>
16258 <li>Set with class: \ref ns3::UintegerValue</li>
16259 <li>Underlying type: uint8_t 0:255</li>
16260 <li>Initial value: 15</li>
16261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16263 </ul>
16264<li><b>DlReuse1SubBandwidth</b>: Downlink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
16265 <ul>
16266 <li>Set with class: \ref ns3::UintegerValue</li>
16267 <li>Underlying type: uint8_t 0:255</li>
16268 <li>Initial value: 4</li>
16269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16271 </ul>
16272<li><b>DlReuse3SubBandwidth</b>: Downlink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
16273 <ul>
16274 <li>Set with class: \ref ns3::UintegerValue</li>
16275 <li>Underlying type: uint8_t 0:255</li>
16276 <li>Initial value: 4</li>
16277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16279 </ul>
16280<li><b>DlSubBandOffset</b>: Downlink SubBand Offset for this cell in number of Resource Block Groups
16281 <ul>
16282 <li>Set with class: \ref ns3::UintegerValue</li>
16283 <li>Underlying type: uint8_t 0:255</li>
16284 <li>Initial value: 0</li>
16285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16287 </ul>
16288<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16289 <ul>
16290 <li>Set with class: \ref ns3::UintegerValue</li>
16291 <li>Underlying type: uint8_t 0:255</li>
16292 <li>Initial value: 5</li>
16293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16295 </ul>
16296<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
16297 <ul>
16298 <li>Set with class: \ref ns3::UintegerValue</li>
16299 <li>Underlying type: uint8_t 0:255</li>
16300 <li>Initial value: 1</li>
16301 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16303 </ul>
16304<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16305 <ul>
16306 <li>Set with class: \ref ns3::UintegerValue</li>
16307 <li>Underlying type: uint8_t 0:255</li>
16308 <li>Initial value: 26</li>
16309 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16311 </ul>
16312<li><b>UlCqiThreshold</b>: If the UL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
16313 <ul>
16314 <li>Set with class: \ref ns3::UintegerValue</li>
16315 <li>Underlying type: uint8_t 0:255</li>
16316 <li>Initial value: 15</li>
16317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16319 </ul>
16320<li><b>UlReuse1SubBandwidth</b>: Uplink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
16321 <ul>
16322 <li>Set with class: \ref ns3::UintegerValue</li>
16323 <li>Underlying type: uint8_t 0:255</li>
16324 <li>Initial value: 4</li>
16325 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16327 </ul>
16328<li><b>UlReuse3SubBandwidth</b>: Uplink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
16329 <ul>
16330 <li>Set with class: \ref ns3::UintegerValue</li>
16331 <li>Underlying type: uint8_t 0:255</li>
16332 <li>Initial value: 4</li>
16333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16335 </ul>
16336<li><b>UlSubBandOffset</b>: Uplink SubBand Offset for this cell in number of Resource Block Groups
16337 <ul>
16338 <li>Set with class: \ref ns3::UintegerValue</li>
16339 <li>Underlying type: uint8_t 0:255</li>
16340 <li>Initial value: 0</li>
16341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16343 </ul>
16344</ul>
16345<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16346<ul>
16347<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16348 <ul>
16349 <li>Set with class: \ref ns3::BooleanValue</li>
16350 <li>Underlying type: bool</li>
16351 <li>Initial value: true</li>
16352 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16354 </ul>
16355<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
16356 <ul>
16357 <li>Set with class: \ref ns3::UintegerValue</li>
16358 <li>Underlying type: uint8_t 0:255</li>
16359 <li>Initial value: 0</li>
16360 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16361 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16362 </ul>
16363</ul>
16364No TraceSources are defined for this type.<br>
16365<b>Group:</b> Lte
16366
16367<b>Size</b> of this type is 768 bytes (on a 64-bit architecture).
16368*/
16369
16370/*!
16371
16372\class ns3::LteFfrSoftAlgorithm
16373
16374<h3>Config Paths</h3>
16375
16376ns3::LteFfrSoftAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16377<ul>
16378<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16379<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16380<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16381<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFfrSoftAlgorithm"</li>
16382</ul>
16383<h3>Attributes</h3>
16384<ul>
16385<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16386 <ul>
16387 <li>Set with class: \ref ns3::UintegerValue</li>
16388 <li>Underlying type: uint8_t 0:255</li>
16389 <li>Initial value: 5</li>
16390 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16391 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16392 </ul>
16393<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
16394 <ul>
16395 <li>Set with class: \ref ns3::UintegerValue</li>
16396 <li>Underlying type: uint8_t 0:255</li>
16397 <li>Initial value: 1</li>
16398 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16400 </ul>
16401<li><b>CenterRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Medium sub-band
16402 <ul>
16403 <li>Set with class: \ref ns3::UintegerValue</li>
16404 <li>Underlying type: uint8_t 0:255</li>
16405 <li>Initial value: 30</li>
16406 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16407 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16408 </ul>
16409<li><b>DlCommonSubBandwidth</b>: Downlink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
16410 <ul>
16411 <li>Set with class: \ref ns3::UintegerValue</li>
16412 <li>Underlying type: uint8_t 0:255</li>
16413 <li>Initial value: 6</li>
16414 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16416 </ul>
16417<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16418 <ul>
16419 <li>Set with class: \ref ns3::UintegerValue</li>
16420 <li>Underlying type: uint8_t 0:255</li>
16421 <li>Initial value: 0</li>
16422 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16423 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16424 </ul>
16425<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16426 <ul>
16427 <li>Set with class: \ref ns3::UintegerValue</li>
16428 <li>Underlying type: uint8_t 0:255</li>
16429 <li>Initial value: 0</li>
16430 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16431 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16432 </ul>
16433<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16434 <ul>
16435 <li>Set with class: \ref ns3::UintegerValue</li>
16436 <li>Underlying type: uint8_t 0:255</li>
16437 <li>Initial value: 5</li>
16438 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16440 </ul>
16441<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
16442 <ul>
16443 <li>Set with class: \ref ns3::UintegerValue</li>
16444 <li>Underlying type: uint8_t 0:255</li>
16445 <li>Initial value: 1</li>
16446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16448 </ul>
16449<li><b>EdgeRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16450 <ul>
16451 <li>Set with class: \ref ns3::UintegerValue</li>
16452 <li>Underlying type: uint8_t 0:255</li>
16453 <li>Initial value: 20</li>
16454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16456 </ul>
16457<li><b>MediumAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Medium Sub-band, default value dB0
16458 <ul>
16459 <li>Set with class: \ref ns3::UintegerValue</li>
16460 <li>Underlying type: uint8_t 0:255</li>
16461 <li>Initial value: 5</li>
16462 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16463 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16464 </ul>
16465<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
16466 <ul>
16467 <li>Set with class: \ref ns3::UintegerValue</li>
16468 <li>Underlying type: uint8_t 0:255</li>
16469 <li>Initial value: 1</li>
16470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16472 </ul>
16473<li><b>UlCommonSubBandwidth</b>: Uplink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
16474 <ul>
16475 <li>Set with class: \ref ns3::UintegerValue</li>
16476 <li>Underlying type: uint8_t 0:255</li>
16477 <li>Initial value: 6</li>
16478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16480 </ul>
16481<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16482 <ul>
16483 <li>Set with class: \ref ns3::UintegerValue</li>
16484 <li>Underlying type: uint8_t 0:255</li>
16485 <li>Initial value: 0</li>
16486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16488 </ul>
16489<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16490 <ul>
16491 <li>Set with class: \ref ns3::UintegerValue</li>
16492 <li>Underlying type: uint8_t 0:255</li>
16493 <li>Initial value: 6</li>
16494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16496 </ul>
16497</ul>
16498<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16499<ul>
16500<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16501 <ul>
16502 <li>Set with class: \ref ns3::BooleanValue</li>
16503 <li>Underlying type: bool</li>
16504 <li>Initial value: true</li>
16505 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16506 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16507 </ul>
16508<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
16509 <ul>
16510 <li>Set with class: \ref ns3::UintegerValue</li>
16511 <li>Underlying type: uint8_t 0:255</li>
16512 <li>Initial value: 0</li>
16513 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16515 </ul>
16516</ul>
16517No TraceSources are defined for this type.<br>
16518<b>Group:</b> Lte
16519
16520<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
16521*/
16522
16523/*!
16524
16525\class ns3::LteFrHardAlgorithm
16526
16527<h3>Config Paths</h3>
16528
16529ns3::LteFrHardAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16530<ul>
16531<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16532<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16533<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16534<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrHardAlgorithm"</li>
16535</ul>
16536<h3>Attributes</h3>
16537<ul>
16538<li><b>DlSubBandOffset</b>: Downlink Offset in number of Resource Block Groups
16539 <ul>
16540 <li>Set with class: \ref ns3::UintegerValue</li>
16541 <li>Underlying type: uint8_t 0:255</li>
16542 <li>Initial value: 0</li>
16543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16545 </ul>
16546<li><b>DlSubBandwidth</b>: Downlink Transmission SubBandwidth Configuration in number of Resource Block Groups
16547 <ul>
16548 <li>Set with class: \ref ns3::UintegerValue</li>
16549 <li>Underlying type: uint8_t 0:255</li>
16550 <li>Initial value: 25</li>
16551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16553 </ul>
16554<li><b>UlSubBandOffset</b>: Uplink Offset in number of Resource Block Groups
16555 <ul>
16556 <li>Set with class: \ref ns3::UintegerValue</li>
16557 <li>Underlying type: uint8_t 0:255</li>
16558 <li>Initial value: 0</li>
16559 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16561 </ul>
16562<li><b>UlSubBandwidth</b>: Uplink Transmission SubBandwidth Configuration in number of Resource Block Groups
16563 <ul>
16564 <li>Set with class: \ref ns3::UintegerValue</li>
16565 <li>Underlying type: uint8_t 0:255</li>
16566 <li>Initial value: 25</li>
16567 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16569 </ul>
16570</ul>
16571<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16572<ul>
16573<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16574 <ul>
16575 <li>Set with class: \ref ns3::BooleanValue</li>
16576 <li>Underlying type: bool</li>
16577 <li>Initial value: true</li>
16578 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16579 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16580 </ul>
16581<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
16582 <ul>
16583 <li>Set with class: \ref ns3::UintegerValue</li>
16584 <li>Underlying type: uint8_t 0:255</li>
16585 <li>Initial value: 0</li>
16586 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16587 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16588 </ul>
16589</ul>
16590No TraceSources are defined for this type.<br>
16591<b>Group:</b> Lte
16592
16593<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
16594*/
16595
16596/*!
16597
16598\class ns3::LteFrNoOpAlgorithm
16599
16600<h3>Config Paths</h3>
16601
16602ns3::LteFrNoOpAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16603<ul>
16604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16605<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16606<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16607<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrNoOpAlgorithm"</li>
16608</ul>
16609No Attributes are defined for this type.<br>
16610<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16611<ul>
16612<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16613 <ul>
16614 <li>Set with class: \ref ns3::BooleanValue</li>
16615 <li>Underlying type: bool</li>
16616 <li>Initial value: true</li>
16617 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16618 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16619 </ul>
16620<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
16621 <ul>
16622 <li>Set with class: \ref ns3::UintegerValue</li>
16623 <li>Underlying type: uint8_t 0:255</li>
16624 <li>Initial value: 0</li>
16625 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16627 </ul>
16628</ul>
16629No TraceSources are defined for this type.<br>
16630<b>Group:</b> Lte
16631
16632<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
16633*/
16634
16635/*!
16636
16637\class ns3::LteFrSoftAlgorithm
16638
16639<h3>Config Paths</h3>
16640
16641ns3::LteFrSoftAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16642<ul>
16643<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16644<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16645<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16646<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrSoftAlgorithm"</li>
16647</ul>
16648<h3>Attributes</h3>
16649<ul>
16650<li><b>AllowCenterUeUseEdgeSubBand</b>: If true center UEs can receive on Edge SubBand RBGs
16651 <ul>
16652 <li>Set with class: \ref ns3::BooleanValue</li>
16653 <li>Underlying type: bool</li>
16654 <li>Initial value: true</li>
16655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16657 </ul>
16658<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
16659 <ul>
16660 <li>Set with class: \ref ns3::UintegerValue</li>
16661 <li>Underlying type: uint8_t 0:255</li>
16662 <li>Initial value: 1</li>
16663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16665 </ul>
16666<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16667 <ul>
16668 <li>Set with class: \ref ns3::UintegerValue</li>
16669 <li>Underlying type: uint8_t 0:255</li>
16670 <li>Initial value: 5</li>
16671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16673 </ul>
16674<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16675 <ul>
16676 <li>Set with class: \ref ns3::UintegerValue</li>
16677 <li>Underlying type: uint8_t 0:255</li>
16678 <li>Initial value: 0</li>
16679 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16680 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16681 </ul>
16682<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16683 <ul>
16684 <li>Set with class: \ref ns3::UintegerValue</li>
16685 <li>Underlying type: uint8_t 0:255</li>
16686 <li>Initial value: 0</li>
16687 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16689 </ul>
16690<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
16691 <ul>
16692 <li>Set with class: \ref ns3::UintegerValue</li>
16693 <li>Underlying type: uint8_t 0:255</li>
16694 <li>Initial value: 1</li>
16695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16697 </ul>
16698<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16699 <ul>
16700 <li>Set with class: \ref ns3::UintegerValue</li>
16701 <li>Underlying type: uint8_t 0:255</li>
16702 <li>Initial value: 5</li>
16703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16705 </ul>
16706<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16707 <ul>
16708 <li>Set with class: \ref ns3::UintegerValue</li>
16709 <li>Underlying type: uint8_t 0:255</li>
16710 <li>Initial value: 20</li>
16711 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16713 </ul>
16714<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16715 <ul>
16716 <li>Set with class: \ref ns3::UintegerValue</li>
16717 <li>Underlying type: uint8_t 0:255</li>
16718 <li>Initial value: 0</li>
16719 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16721 </ul>
16722<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16723 <ul>
16724 <li>Set with class: \ref ns3::UintegerValue</li>
16725 <li>Underlying type: uint8_t 0:255</li>
16726 <li>Initial value: 0</li>
16727 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16729 </ul>
16730</ul>
16731<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16732<ul>
16733<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16734 <ul>
16735 <li>Set with class: \ref ns3::BooleanValue</li>
16736 <li>Underlying type: bool</li>
16737 <li>Initial value: true</li>
16738 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16740 </ul>
16741<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
16742 <ul>
16743 <li>Set with class: \ref ns3::UintegerValue</li>
16744 <li>Underlying type: uint8_t 0:255</li>
16745 <li>Initial value: 0</li>
16746 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16747 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16748 </ul>
16749</ul>
16750No TraceSources are defined for this type.<br>
16751<b>Group:</b> Lte
16752
16753<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
16754*/
16755
16756/*!
16757
16758\class ns3::LteFrStrictAlgorithm
16759
16760<h3>Config Paths</h3>
16761
16762ns3::LteFrStrictAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16763<ul>
16764<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16765<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16766<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16767<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteFfrAlgorithm/$ns3::LteFrStrictAlgorithm"</li>
16768</ul>
16769<h3>Attributes</h3>
16770<ul>
16771<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
16772 <ul>
16773 <li>Set with class: \ref ns3::UintegerValue</li>
16774 <li>Underlying type: uint8_t 0:255</li>
16775 <li>Initial value: 1</li>
16776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16778 </ul>
16779<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
16780 <ul>
16781 <li>Set with class: \ref ns3::UintegerValue</li>
16782 <li>Underlying type: uint8_t 0:255</li>
16783 <li>Initial value: 4</li>
16784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16786 </ul>
16787<li><b>DlCommonSubBandwidth</b>: Downlink Common SubBandwidth Configuration in number of Resource Block Groups
16788 <ul>
16789 <li>Set with class: \ref ns3::UintegerValue</li>
16790 <li>Underlying type: uint8_t 0:255</li>
16791 <li>Initial value: 25</li>
16792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16794 </ul>
16795<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups
16796 <ul>
16797 <li>Set with class: \ref ns3::UintegerValue</li>
16798 <li>Underlying type: uint8_t 0:255</li>
16799 <li>Initial value: 0</li>
16800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16802 </ul>
16803<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
16804 <ul>
16805 <li>Set with class: \ref ns3::UintegerValue</li>
16806 <li>Underlying type: uint8_t 0:255</li>
16807 <li>Initial value: 0</li>
16808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16810 </ul>
16811<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
16812 <ul>
16813 <li>Set with class: \ref ns3::UintegerValue</li>
16814 <li>Underlying type: uint8_t 0:255</li>
16815 <li>Initial value: 1</li>
16816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16818 </ul>
16819<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
16820 <ul>
16821 <li>Set with class: \ref ns3::UintegerValue</li>
16822 <li>Underlying type: uint8_t 0:255</li>
16823 <li>Initial value: 5</li>
16824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16826 </ul>
16827<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
16828 <ul>
16829 <li>Set with class: \ref ns3::UintegerValue</li>
16830 <li>Underlying type: uint8_t 0:255</li>
16831 <li>Initial value: 20</li>
16832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16834 </ul>
16835<li><b>UlCommonSubBandwidth</b>: Uplink Common SubBandwidth Configuration in number of Resource Block Groups
16836 <ul>
16837 <li>Set with class: \ref ns3::UintegerValue</li>
16838 <li>Underlying type: uint8_t 0:255</li>
16839 <li>Initial value: 25</li>
16840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16842 </ul>
16843<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups
16844 <ul>
16845 <li>Set with class: \ref ns3::UintegerValue</li>
16846 <li>Underlying type: uint8_t 0:255</li>
16847 <li>Initial value: 0</li>
16848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16850 </ul>
16851<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
16852 <ul>
16853 <li>Set with class: \ref ns3::UintegerValue</li>
16854 <li>Underlying type: uint8_t 0:255</li>
16855 <li>Initial value: 0</li>
16856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16858 </ul>
16859</ul>
16860<h3>Attributes defined in parent class ns3::LteFfrAlgorithm</h3>
16861<ul>
16862<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true
16863 <ul>
16864 <li>Set with class: \ref ns3::BooleanValue</li>
16865 <li>Underlying type: bool</li>
16866 <li>Initial value: true</li>
16867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16869 </ul>
16870<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
16871 <ul>
16872 <li>Set with class: \ref ns3::UintegerValue</li>
16873 <li>Underlying type: uint8_t 0:255</li>
16874 <li>Initial value: 0</li>
16875 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16877 </ul>
16878</ul>
16879No TraceSources are defined for this type.<br>
16880<b>Group:</b> Lte
16881
16882<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
16883*/
16884
16885/*!
16886
16887\class ns3::LteHandoverAlgorithm
16888
16889<h3>Config Paths</h3>
16890
16891ns3::LteHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
16892<ul>
16893<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm"</li>
16894<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm"</li>
16895</ul>
16896No Attributes are defined for this type.<br>
16897No TraceSources are defined for this type.<br>
16898<b>Group:</b> Lte
16899
16900<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
16901*/
16902
16903/*!
16904
16905\class ns3::LteHelper
16906
16907Introspection did not find any typical Config paths.<br>
16908<h3>Attributes</h3>
16909<ul>
16910<li><b>AnrEnabled</b>: Activate or deactivate Automatic Neighbour Relation function
16911 <ul>
16912 <li>Set with class: \ref ns3::BooleanValue</li>
16913 <li>Underlying type: bool</li>
16914 <li>Initial value: true</li>
16915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16917 </ul>
16918<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.
16919 <ul>
16920 <li>Set with class: \ref ns3::StringValue</li>
16921 <li>Underlying type: \p std::string</li>
16922 <li>Initial value: ns3::NoOpComponentCarrierManager</li>
16923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16925 </ul>
16926<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.
16927 <ul>
16928 <li>Set with class: \ref ns3::StringValue</li>
16929 <li>Underlying type: \p std::string</li>
16930 <li>Initial value: ""</li>
16931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
16932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16933 </ul>
16934<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.
16935 <ul>
16936 <li>Set with class: \ref ns3::StringValue</li>
16937 <li>Underlying type: \p std::string</li>
16938 <li>Initial value: ns3::LteFrNoOpAlgorithm</li>
16939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16941 </ul>
16942<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.
16943 <ul>
16944 <li>Set with class: \ref ns3::StringValue</li>
16945 <li>Underlying type: \p std::string</li>
16946 <li>Initial value: ns3::NoOpHandoverAlgorithm</li>
16947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16949 </ul>
16950<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.
16951 <ul>
16952 <li>Set with class: \ref ns3::UintegerValue</li>
16953 <li>Underlying type: uint16_t 1:5</li>
16954 <li>Initial value: 1</li>
16955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16957 </ul>
16958<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.
16959 <ul>
16960 <li>Set with class: \ref ns3::TypeIdValue</li>
16961 <li>Underlying type: \p TypeId</li>
16962 <li>Initial value: ns3::FriisPropagationLossModel</li>
16963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
16964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16965 </ul>
16966<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.
16967 <ul>
16968 <li>Set with class: \ref ns3::StringValue</li>
16969 <li>Underlying type: \p std::string</li>
16970 <li>Initial value: ns3::PfFfMacScheduler</li>
16971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16973 </ul>
16974<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.
16975 <ul>
16976 <li>Set with class: \ref ns3::StringValue</li>
16977 <li>Underlying type: \p std::string</li>
16978 <li>Initial value: ns3::SimpleUeComponentCarrierManager</li>
16979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16981 </ul>
16982<li><b>UseCa</b>: If true, Carrier Aggregation feature is enabled and a valid Component Carrier Map is expected. If false, single carrier simulation.
16983 <ul>
16984 <li>Set with class: \ref ns3::BooleanValue</li>
16985 <li>Underlying type: bool</li>
16986 <li>Initial value: false</li>
16987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16989 </ul>
16990<li><b>UseIdealRrc</b>: If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.
16991 <ul>
16992 <li>Set with class: \ref ns3::BooleanValue</li>
16993 <li>Underlying type: bool</li>
16994 <li>Initial value: true</li>
16995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
16996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
16997 </ul>
16998<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.
16999 <ul>
17000 <li>Set with class: \ref ns3::BooleanValue</li>
17001 <li>Underlying type: bool</li>
17002 <li>Initial value: true</li>
17003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17005 </ul>
17006</ul>
17007No TraceSources are defined for this type.<br>
17008<b>Size</b> of this type is 720 bytes (on a 64-bit architecture).
17009*/
17010
17011/*!
17012
17013\class ns3::LteHexGridEnbTopologyHelper
17014
17015Introspection did not find any typical Config paths.<br>
17016<h3>Attributes</h3>
17017<ul>
17018<li><b>GridWidth</b>: The number of sites in even rows (odd rows will have one additional site).
17019 <ul>
17020 <li>Set with class: \ref ns3::UintegerValue</li>
17021 <li>Underlying type: uint32_t 0:4294967295</li>
17022 <li>Initial value: 1</li>
17023 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17025 </ul>
17026<li><b>InterSiteDistance</b>: The distance [m] between nearby sites
17027 <ul>
17028 <li>Set with class: \ref ns3::DoubleValue</li>
17029 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17030 <li>Initial value: 500</li>
17031 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17033 </ul>
17034<li><b>MinX</b>: The x coordinate where the hex grid starts.
17035 <ul>
17036 <li>Set with class: \ref ns3::DoubleValue</li>
17037 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17038 <li>Initial value: 0</li>
17039 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17040 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17041 </ul>
17042<li><b>MinY</b>: The y coordinate where the hex grid starts.
17043 <ul>
17044 <li>Set with class: \ref ns3::DoubleValue</li>
17045 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17046 <li>Initial value: 0</li>
17047 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17048 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17049 </ul>
17050<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
17051 <ul>
17052 <li>Set with class: \ref ns3::DoubleValue</li>
17053 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17054 <li>Initial value: 0.5</li>
17055 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17056 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17057 </ul>
17058<li><b>SiteHeight</b>: The height [m] of each site
17059 <ul>
17060 <li>Set with class: \ref ns3::DoubleValue</li>
17061 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17062 <li>Initial value: 30</li>
17063 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17065 </ul>
17066</ul>
17067No TraceSources are defined for this type.<br>
17068<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
17069*/
17070
17071/*!
17072
17073\class ns3::LteNetDevice
17074
17075<h3>Config Paths</h3>
17076
17077ns3::LteNetDevice is accessible through the following paths with Config::Set and Config::Connect:
17078<ul>
17079<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice"</li>
17080</ul>
17081<h3>Attributes</h3>
17082<ul>
17083<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
17084 <ul>
17085 <li>Set with class: \ref ns3::UintegerValue</li>
17086 <li>Underlying type: uint16_t 0:65535</li>
17087 <li>Initial value: 30000</li>
17088 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17090 </ul>
17091</ul>
17092No TraceSources are defined for this type.<br>
17093<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
17094*/
17095
17096/*!
17097
17098\class ns3::LtePdcp
17099
17100<h3>Config Paths</h3>
17101
17102ns3::LtePdcp is accessible through the following paths with Config::Set and Config::Connect:
17103<ul>
17104<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LtePdcp"</li>
17105<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LtePdcp"</li>
17106<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LtePdcp"</li>
17107<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LtePdcp"</li>
17108<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LtePdcp"</li>
17109<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LtePdcp"</li>
17110<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LtePdcp"</li>
17111<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LtePdcp"</li>
17112<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LtePdcp"</li>
17113<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LtePdcp"</li>
17114<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LtePdcp"</li>
17115<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LtePdcp"</li>
17116</ul>
17117No Attributes are defined for this type.<br>
17118<h3>TraceSources</h3>
17119<ul>
17120<li><b>RxPDU</b>: PDU received.<br> <ul>
17121 <li> %Callback signature: ns3::LtePdcp::PduRxTracedCallback
17122</li>
17123 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17124</ul>
17125<li><b>TxPDU</b>: PDU transmission notified to the RLC.<br> <ul>
17126 <li> %Callback signature: ns3::LtePdcp::PduTxTracedCallback
17127</li>
17128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17129</ul>
17130</ul>
17131<b>Group:</b> Lte
17132
17133<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
17134*/
17135
17136/*!
17137
17138\class ns3::LtePdcpHeader
17139
17140Introspection did not find any typical Config paths.<br>
17141No Attributes are defined for this type.<br>
17142No TraceSources are defined for this type.<br>
17143<b>Group:</b> Lte
17144
17145<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17146*/
17147
17148/*!
17149
17150\class ns3::LtePhy
17151
17152Introspection did not find any typical Config paths.<br>
17153No Attributes are defined for this type.<br>
17154No TraceSources are defined for this type.<br>
17155<b>Group:</b> Lte
17156
17157<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
17158*/
17159
17160/*!
17161
17162\class ns3::LtePhyTag
17163
17164Introspection did not find any typical Config paths.<br>
17165No Attributes are defined for this type.<br>
17166No TraceSources are defined for this type.<br>
17167<b>Group:</b> Lte
17168
17169<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17170*/
17171
17172/*!
17173
17174\class ns3::LteRadioBearerInfo
17175
17176Introspection did not find any typical Config paths.<br>
17177No Attributes are defined for this type.<br>
17178No TraceSources are defined for this type.<br>
17179<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
17180*/
17181
17182/*!
17183
17184\class ns3::LteRadioBearerTag
17185
17186Introspection did not find any typical Config paths.<br>
17187<h3>Attributes</h3>
17188<ul>
17189<li><b>lcid</b>: The id within the UE identifying the logical channel to which the packet belongs
17190 <ul>
17191 <li>Set with class: \ref ns3::UintegerValue</li>
17192 <li>Underlying type: uint8_t 0:255</li>
17193 <li>Flags: <span class="mlabel">read</span></li>
17194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17195 </ul>
17196<li><b>rnti</b>: The rnti that indicates the UE to which packet belongs
17197 <ul>
17198 <li>Set with class: \ref ns3::UintegerValue</li>
17199 <li>Underlying type: uint16_t 0:65535</li>
17200 <li>Flags: <span class="mlabel">read</span></li>
17201 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17202 </ul>
17203</ul>
17204No TraceSources are defined for this type.<br>
17205<b>Group:</b> Lte
17206
17207<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17208*/
17209
17210/*!
17211
17212\class ns3::LteRlc
17213
17214<h3>Config Paths</h3>
17215
17216ns3::LteRlc is accessible through the following paths with Config::Set and Config::Connect:
17217<ul>
17218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc"</li>
17219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc"</li>
17220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc"</li>
17221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc"</li>
17222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc"</li>
17223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc"</li>
17224<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc"</li>
17225<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc"</li>
17226<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc"</li>
17227<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc"</li>
17228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc"</li>
17229<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc"</li>
17230</ul>
17231No Attributes are defined for this type.<br>
17232<h3>TraceSources</h3>
17233<ul>
17234<li><b>RxPDU</b>: PDU received.<br> <ul>
17235 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17236</li>
17237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17238</ul>
17239<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17240 <li> %Callback signature: ns3::Packet::TracedCallback
17241</li>
17242 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17243</ul>
17244<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17245 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17246</li>
17247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17248</ul>
17249</ul>
17250<b>Group:</b> Lte
17251
17252<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
17253*/
17254
17255/*!
17256
17257\class ns3::LteRlcAm
17258
17259<h3>Config Paths</h3>
17260
17261ns3::LteRlcAm is accessible through the following paths with Config::Set and Config::Connect:
17262<ul>
17263<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17264<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17265<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17266<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17267<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17268<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17269<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17270<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17271<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17272<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcAm"</li>
17273<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcAm"</li>
17274<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcAm"</li>
17275</ul>
17276<h3>Attributes</h3>
17277<ul>
17278<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes). If zero is configured, the buffer is unlimited.
17279 <ul>
17280 <li>Set with class: \ref ns3::UintegerValue</li>
17281 <li>Underlying type: uint32_t 0:4294967295</li>
17282 <li>Initial value: 10240</li>
17283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17285 </ul>
17286<li><b>PollRetransmitTimer</b>: Value of the t-PollRetransmit timer (See section 7.3 of 3GPP TS 36.322)
17287 <ul>
17288 <li>Set with class: \ref ns3::TimeValue</li>
17289 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17290 <li>Initial value: +2e+07ns</li>
17291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17293 </ul>
17294<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
17295 <ul>
17296 <li>Set with class: \ref ns3::TimeValue</li>
17297 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17298 <li>Initial value: +1e+07ns</li>
17299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17301 </ul>
17302<li><b>ReportBufferStatusTimer</b>: How much to wait to issue a new Report Buffer Status since the last time a new SDU was received
17303 <ul>
17304 <li>Set with class: \ref ns3::TimeValue</li>
17305 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17306 <li>Initial value: +2e+07ns</li>
17307 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17309 </ul>
17310<li><b>StatusProhibitTimer</b>: Value of the t-StatusProhibit timer (See section 7.3 of 3GPP TS 36.322)
17311 <ul>
17312 <li>Set with class: \ref ns3::TimeValue</li>
17313 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17314 <li>Initial value: +1e+07ns</li>
17315 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17317 </ul>
17318<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.
17319 <ul>
17320 <li>Set with class: \ref ns3::BooleanValue</li>
17321 <li>Underlying type: bool</li>
17322 <li>Initial value: false</li>
17323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17325 </ul>
17326</ul>
17327No TraceSources are defined for this type.<br>
17328<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17329<ul>
17330<li><b>RxPDU</b>: PDU received.<br> <ul>
17331 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17332</li>
17333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17334</ul>
17335<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17336 <li> %Callback signature: ns3::Packet::TracedCallback
17337</li>
17338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17339</ul>
17340<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17341 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17342</li>
17343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17344</ul>
17345</ul>
17346<b>Group:</b> Lte
17347
17348<b>Size</b> of this type is 552 bytes (on a 64-bit architecture).
17349*/
17350
17351/*!
17352
17353\class ns3::LteRlcAmHeader
17354
17355Introspection did not find any typical Config paths.<br>
17356No Attributes are defined for this type.<br>
17357No TraceSources are defined for this type.<br>
17358<b>Group:</b> Lte
17359
17360<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
17361*/
17362
17363/*!
17364
17365\class ns3::LteRlcHeader
17366
17367Introspection did not find any typical Config paths.<br>
17368No Attributes are defined for this type.<br>
17369No TraceSources are defined for this type.<br>
17370<b>Group:</b> Lte
17371
17372<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
17373*/
17374
17375/*!
17376
17377\class ns3::LteRlcSduStatusTag
17378
17379Introspection did not find any typical Config paths.<br>
17380No Attributes are defined for this type.<br>
17381No TraceSources are defined for this type.<br>
17382<b>Group:</b> Lte
17383
17384<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
17385*/
17386
17387/*!
17388
17389\class ns3::LteRlcSm
17390
17391<h3>Config Paths</h3>
17392
17393ns3::LteRlcSm is accessible through the following paths with Config::Set and Config::Connect:
17394<ul>
17395<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17396<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17397<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17398<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17399<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17400<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17401<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17402<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17403<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17404<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcSm"</li>
17405<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcSm"</li>
17406<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcSm"</li>
17407</ul>
17408No Attributes are defined for this type.<br>
17409No TraceSources are defined for this type.<br>
17410<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17411<ul>
17412<li><b>RxPDU</b>: PDU received.<br> <ul>
17413 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17414</li>
17415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17416</ul>
17417<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17418 <li> %Callback signature: ns3::Packet::TracedCallback
17419</li>
17420 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17421</ul>
17422<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17423 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17424</li>
17425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17426</ul>
17427</ul>
17428<b>Group:</b> Lte
17429
17430<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
17431*/
17432
17433/*!
17434
17435\class ns3::LteRlcTm
17436
17437<h3>Config Paths</h3>
17438
17439ns3::LteRlcTm is accessible through the following paths with Config::Set and Config::Connect:
17440<ul>
17441<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17442<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17443<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17444<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17445<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17446<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17447<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17448<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17449<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17450<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcTm"</li>
17451<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcTm"</li>
17452<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcTm"</li>
17453</ul>
17454<h3>Attributes</h3>
17455<ul>
17456<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)
17457 <ul>
17458 <li>Set with class: \ref ns3::UintegerValue</li>
17459 <li>Underlying type: uint32_t 0:4294967295</li>
17460 <li>Initial value: 2097152</li>
17461 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17462 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17463 </ul>
17464</ul>
17465No TraceSources are defined for this type.<br>
17466<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17467<ul>
17468<li><b>RxPDU</b>: PDU received.<br> <ul>
17469 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17470</li>
17471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17472</ul>
17473<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17474 <li> %Callback signature: ns3::Packet::TracedCallback
17475</li>
17476 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17477</ul>
17478<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17479 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17480</li>
17481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17482</ul>
17483</ul>
17484<b>Group:</b> Lte
17485
17486<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
17487*/
17488
17489/*!
17490
17491\class ns3::LteRlcUm
17492
17493<h3>Config Paths</h3>
17494
17495ns3::LteRlcUm is accessible through the following paths with Config::Set and Config::Connect:
17496<ul>
17497<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17498<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17499<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17500<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17501<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17502<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17503<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17504<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17505<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17506<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]/LteRlc/$ns3::LteRlcUm"</li>
17507<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0/LteRlc/$ns3::LteRlcUm"</li>
17508<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1/LteRlc/$ns3::LteRlcUm"</li>
17509</ul>
17510<h3>Attributes</h3>
17511<ul>
17512<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.
17513 <ul>
17514 <li>Set with class: \ref ns3::UintegerValue</li>
17515 <li>Underlying type: uint32_t 0:4294967295</li>
17516 <li>Initial value: 0</li>
17517 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17518 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17519 </ul>
17520<li><b>EnablePdcpDiscarding</b>: Whether to use the PDCP discarding, i.e., perform discarding at the moment of passing the PDCP SDU to RLC)
17521 <ul>
17522 <li>Set with class: \ref ns3::BooleanValue</li>
17523 <li>Underlying type: bool</li>
17524 <li>Initial value: true</li>
17525 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17527 </ul>
17528<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)
17529 <ul>
17530 <li>Set with class: \ref ns3::UintegerValue</li>
17531 <li>Underlying type: uint32_t 0:4294967295</li>
17532 <li>Initial value: 10240</li>
17533 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17535 </ul>
17536<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
17537 <ul>
17538 <li>Set with class: \ref ns3::TimeValue</li>
17539 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17540 <li>Initial value: +1e+08ns</li>
17541 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17543 </ul>
17544</ul>
17545No TraceSources are defined for this type.<br>
17546<h3>TraceSources defined in parent class ns3::LteRlc</h3>
17547<ul>
17548<li><b>RxPDU</b>: PDU received.<br> <ul>
17549 <li> %Callback signature: ns3::LteRlc::ReceiveTracedCallback
17550</li>
17551 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17552</ul>
17553<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission<br> <ul>
17554 <li> %Callback signature: ns3::Packet::TracedCallback
17555</li>
17556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17557</ul>
17558<li><b>TxPDU</b>: PDU transmission notified to the MAC.<br> <ul>
17559 <li> %Callback signature: ns3::LteRlc::NotifyTxTracedCallback
17560</li>
17561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17562</ul>
17563</ul>
17564<b>Group:</b> Lte
17565
17566<b>Size</b> of this type is 464 bytes (on a 64-bit architecture).
17567*/
17568
17569/*!
17570
17571\class ns3::LteSignalingRadioBearerInfo
17572
17573<h3>Config Paths</h3>
17574
17575ns3::LteSignalingRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:
17576<ul>
17577<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0"</li>
17578<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1"</li>
17579<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb0"</li>
17580<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/Srb1"</li>
17581<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb0"</li>
17582<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/Srb1"</li>
17583<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb0"</li>
17584<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/Srb1"</li>
17585</ul>
17586<h3>Attributes</h3>
17587<ul>
17588<li><b>LtePdcp</b>: PDCP instance of the radio bearer.
17589 <ul>
17590 <li>Set with class: \ref ns3::PointerValue</li>
17591 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LtePdcp></li>
17592 <li>Initial value: 0</li>
17593 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17595 </ul>
17596<li><b>LteRlc</b>: RLC instance of the radio bearer.
17597 <ul>
17598 <li>Set with class: \ref ns3::PointerValue</li>
17599 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteRlc></li>
17600 <li>Initial value: 0</li>
17601 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17602 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17603 </ul>
17604<li><b>SrbIdentity</b>: The id of this Signaling Radio Bearer
17605 <ul>
17606 <li>Set with class: \ref ns3::UintegerValue</li>
17607 <li>Underlying type: uint8_t 0:255</li>
17608 <li>Flags: <span class="mlabel">read</span></li>
17609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17610 </ul>
17611</ul>
17612No TraceSources are defined for this type.<br>
17613<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
17614*/
17615
17616/*!
17617
17618\class ns3::LteSpectrumPhy
17619
17620<h3>Config Paths</h3>
17621
17622ns3::LteSpectrumPhy is accessible through the following paths with Config::Set and Config::Connect:
17623<ul>
17624<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/DlSpectrumPhy"</li>
17625<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/UlSpectrumPhy"</li>
17626<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/DlSpectrumPhy"</li>
17627<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy/UlSpectrumPhy"</li>
17628<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/DlSpectrumPhy"</li>
17629<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/UlSpectrumPhy"</li>
17630<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/DlSpectrumPhy"</li>
17631<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/UlSpectrumPhy"</li>
17632</ul>
17633<h3>Attributes</h3>
17634<ul>
17635<li><b>CtrlErrorModelEnabled</b>: Activate/Deactivate the error model of control (PCFICH-PDCCH decodification) [by default is active].
17636 <ul>
17637 <li>Set with class: \ref ns3::BooleanValue</li>
17638 <li>Underlying type: bool</li>
17639 <li>Initial value: true</li>
17640 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17641 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17642 </ul>
17643<li><b>DataErrorModelEnabled</b>: Activate/Deactivate the error model of data (TBs of PDSCH and PUSCH) [by default is active].
17644 <ul>
17645 <li>Set with class: \ref ns3::BooleanValue</li>
17646 <li>Underlying type: bool</li>
17647 <li>Initial value: true</li>
17648 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17650 </ul>
17651</ul>
17652<h3>TraceSources</h3>
17653<ul>
17654<li><b>DlPhyReception</b>: DL reception PHY layer statistics.<br> <ul>
17655 <li> %Callback signature: ns3::PhyReceptionStatParameters::TracedCallback
17656</li>
17657 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17658</ul>
17659<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error<br> <ul>
17660 <li> %Callback signature: ns3::Packet::TracedCallback
17661</li>
17662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17663</ul>
17664<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully<br> <ul>
17665 <li> %Callback signature: ns3::Packet::TracedCallback
17666</li>
17667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17668</ul>
17669<li><b>RxStart</b>: Trace fired when the start of a signal is detected<br> <ul>
17670 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17671</li>
17672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17673</ul>
17674<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished<br> <ul>
17675 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17676</li>
17677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17678</ul>
17679<li><b>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
17680 <li> %Callback signature: ns3::PacketBurst::TracedCallback
17681</li>
17682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17683</ul>
17684<li><b>UlPhyReception</b>: DL reception PHY layer statistics.<br> <ul>
17685 <li> %Callback signature: ns3::PhyReceptionStatParameters::TracedCallback
17686</li>
17687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17688</ul>
17689</ul>
17690<b>Group:</b> Lte
17691
17692<b>Size</b> of this type is 688 bytes (on a 64-bit architecture).
17693*/
17694
17695/*!
17696
17697\class ns3::LteStatsCalculator
17698
17699Introspection did not find any typical Config paths.<br>
17700No Attributes are defined for this type.<br>
17701No TraceSources are defined for this type.<br>
17702<b>Group:</b> Lte
17703
17704<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
17705*/
17706
17707/*!
17708
17709\class ns3::LteUeComponentCarrierManager
17710
17711<h3>Config Paths</h3>
17712
17713ns3::LteUeComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
17714<ul>
17715<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeComponentCarrierManager"</li>
17716<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeComponentCarrierManager"</li>
17717</ul>
17718No Attributes are defined for this type.<br>
17719No TraceSources are defined for this type.<br>
17720<b>Group:</b> Lte
17721
17722<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
17723*/
17724
17725/*!
17726
17727\class ns3::LteUeMac
17728
17729<h3>Config Paths</h3>
17730
17731ns3::LteUeMac is accessible through the following paths with Config::Set and Config::Connect:
17732<ul>
17733<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUeMac"</li>
17734<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUeMac"</li>
17735</ul>
17736No Attributes are defined for this type.<br>
17737<h3>TraceSources</h3>
17738<ul>
17739<li><b>RaResponseTimeout</b>: trace fired upon RA response timeout<br> <ul>
17740 <li> %Callback signature: ns3::LteUeMac::RaResponseTimeoutTracedCallback
17741</li>
17742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17743</ul>
17744</ul>
17745<b>Group:</b> Lte
17746
17747<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
17748*/
17749
17750/*!
17751
17752\class ns3::LteUeNetDevice
17753
17754<h3>Config Paths</h3>
17755
17756ns3::LteUeNetDevice is accessible through the following paths with Config::Set and Config::Connect:
17757<ul>
17758<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice"</li>
17759<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice"</li>
17760</ul>
17761<h3>Attributes</h3>
17762<ul>
17763<li><b>ComponentCarrierMapUe</b>: List of all component Carrier.
17764 <ul>
17765 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
17766 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ComponentCarrierUe></li>
17767 <li>Flags: <span class="mlabel">read</span></li>
17768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17769 </ul>
17770<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.
17771 <ul>
17772 <li>Set with class: \ref ns3::UintegerValue</li>
17773 <li>Underlying type: uint32_t 0:4294967295</li>
17774 <li>Initial value: 0</li>
17775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17777 </ul>
17778<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
17779 <ul>
17780 <li>Set with class: \ref ns3::UintegerValue</li>
17781 <li>Underlying type: uint32_t 0:262143</li>
17782 <li>Initial value: 100</li>
17783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17785 </ul>
17786<li><b>EpcUeNas</b>: The NAS associated to this UeNetDevice
17787 <ul>
17788 <li>Set with class: \ref ns3::PointerValue</li>
17789 <li>Underlying type: \ref ns3::Ptr< \ref ns3::EpcUeNas></li>
17790 <li>Initial value: 0</li>
17791 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17792 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17793 </ul>
17794<li><b>Imsi</b>: International Mobile Subscriber Identity assigned to this UE
17795 <ul>
17796 <li>Set with class: \ref ns3::UintegerValue</li>
17797 <li>Underlying type: uint64_t 0:18446744073709551615</li>
17798 <li>Initial value: 0</li>
17799 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17801 </ul>
17802<li><b>LteUeComponentCarrierManager</b>: The ComponentCarrierManager associated to this UeNetDevice
17803 <ul>
17804 <li>Set with class: \ref ns3::PointerValue</li>
17805 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUeComponentCarrierManager></li>
17806 <li>Initial value: 0</li>
17807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17809 </ul>
17810<li><b>LteUeRrc</b>: The RRC associated to this UeNetDevice
17811 <ul>
17812 <li>Set with class: \ref ns3::PointerValue</li>
17813 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteUeRrc></li>
17814 <li>Initial value: 0</li>
17815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17817 </ul>
17818</ul>
17819<h3>Attributes defined in parent class ns3::LteNetDevice</h3>
17820<ul>
17821<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
17822 <ul>
17823 <li>Set with class: \ref ns3::UintegerValue</li>
17824 <li>Underlying type: uint16_t 0:65535</li>
17825 <li>Initial value: 30000</li>
17826 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17828 </ul>
17829</ul>
17830No TraceSources are defined for this type.<br>
17831<b>Size</b> of this type is 216 bytes (on a 64-bit architecture).
17832*/
17833
17834/*!
17835
17836\class ns3::LteUePhy
17837
17838<h3>Config Paths</h3>
17839
17840ns3::LteUePhy is accessible through the following paths with Config::Set and Config::Connect:
17841<ul>
17842<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy"</li>
17843<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy"</li>
17844</ul>
17845<h3>Attributes</h3>
17846<ul>
17847<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy
17848 <ul>
17849 <li>Set with class: \ref ns3::PointerValue</li>
17850 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
17851 <li>Flags: <span class="mlabel">read</span></li>
17852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17853 </ul>
17854<li><b>DownlinkCqiPeriodicity</b>: Periodicity in milliseconds for reporting thewideband and subband downlink CQIs to the eNB
17855 <ul>
17856 <li>Set with class: \ref ns3::TimeValue</li>
17857 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
17858 <li>Initial value: +1e+06ns</li>
17859 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17860 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17861 </ul>
17862<li><b>EnableRlfDetection</b>: If true, RLF detection will be enabled.
17863 <ul>
17864 <li>Set with class: \ref ns3::BooleanValue</li>
17865 <li>Underlying type: bool</li>
17866 <li>Initial value: true</li>
17867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17869 </ul>
17870<li><b>EnableUplinkPowerControl</b>: If true, Uplink Power Control will be enabled.
17871 <ul>
17872 <li>Set with class: \ref ns3::BooleanValue</li>
17873 <li>Underlying type: bool</li>
17874 <li>Initial value: true</li>
17875 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17877 </ul>
17878<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.
17879 <ul>
17880 <li>Set with class: \ref ns3::DoubleValue</li>
17881 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17882 <li>Initial value: 9</li>
17883 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17885 </ul>
17886<li><b>NumQinEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qin evaluation period
17887 <ul>
17888 <li>Set with class: \ref ns3::UintegerValue</li>
17889 <li>Underlying type: uint16_t 0:65535</li>
17890 <li>Initial value: 100</li>
17891 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17892 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17893 </ul>
17894<li><b>NumQoutEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qout evaluation period
17895 <ul>
17896 <li>Set with class: \ref ns3::UintegerValue</li>
17897 <li>Underlying type: uint16_t 0:65535</li>
17898 <li>Initial value: 200</li>
17899 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17900 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17901 </ul>
17902<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
17903 <ul>
17904 <li>Set with class: \ref ns3::DoubleValue</li>
17905 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17906 <li>Initial value: -3.9</li>
17907 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17908 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17909 </ul>
17910<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
17911 <ul>
17912 <li>Set with class: \ref ns3::DoubleValue</li>
17913 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17914 <li>Initial value: -5</li>
17915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17917 </ul>
17918<li><b>RsrpSinrSamplePeriod</b>: The sampling period for reporting RSRP-SINR stats (default value 1)
17919 <ul>
17920 <li>Set with class: \ref ns3::UintegerValue</li>
17921 <li>Underlying type: uint16_t 0:65535</li>
17922 <li>Initial value: 1</li>
17923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17925 </ul>
17926<li><b>RsrqUeMeasThreshold</b>: Receive threshold for PSS on RSRQ [dB]
17927 <ul>
17928 <li>Set with class: \ref ns3::DoubleValue</li>
17929 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17930 <li>Initial value: -1000</li>
17931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17933 </ul>
17934<li><b>TxMode1Gain</b>: Transmission mode 1 gain in dB
17935 <ul>
17936 <li>Set with class: \ref ns3::DoubleValue</li>
17937 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17938 <li>Initial value: 0</li>
17939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17941 </ul>
17942<li><b>TxMode2Gain</b>: Transmission mode 2 gain in dB
17943 <ul>
17944 <li>Set with class: \ref ns3::DoubleValue</li>
17945 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17946 <li>Initial value: 4.2</li>
17947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17949 </ul>
17950<li><b>TxMode3Gain</b>: Transmission mode 3 gain in dB
17951 <ul>
17952 <li>Set with class: \ref ns3::DoubleValue</li>
17953 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17954 <li>Initial value: -2.8</li>
17955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17957 </ul>
17958<li><b>TxMode4Gain</b>: Transmission mode 4 gain in dB
17959 <ul>
17960 <li>Set with class: \ref ns3::DoubleValue</li>
17961 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17962 <li>Initial value: 0</li>
17963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17965 </ul>
17966<li><b>TxMode5Gain</b>: Transmission mode 5 gain in dB
17967 <ul>
17968 <li>Set with class: \ref ns3::DoubleValue</li>
17969 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17970 <li>Initial value: 0</li>
17971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17973 </ul>
17974<li><b>TxMode6Gain</b>: Transmission mode 6 gain in dB
17975 <ul>
17976 <li>Set with class: \ref ns3::DoubleValue</li>
17977 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17978 <li>Initial value: 0</li>
17979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17981 </ul>
17982<li><b>TxMode7Gain</b>: Transmission mode 7 gain in dB
17983 <ul>
17984 <li>Set with class: \ref ns3::DoubleValue</li>
17985 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17986 <li>Initial value: 0</li>
17987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
17988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17989 </ul>
17990<li><b>TxPower</b>: Transmission power in dBm
17991 <ul>
17992 <li>Set with class: \ref ns3::DoubleValue</li>
17993 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
17994 <li>Initial value: 10</li>
17995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
17996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
17997 </ul>
17998<li><b>UeMeasurementsFilterPeriod</b>: Time period for reporting UE measurements, i.e., thelength of layer-1 filtering.
17999 <ul>
18000 <li>Set with class: \ref ns3::TimeValue</li>
18001 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18002 <li>Initial value: +2e+08ns</li>
18003 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18005 </ul>
18006<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy
18007 <ul>
18008 <li>Set with class: \ref ns3::PointerValue</li>
18009 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSpectrumPhy></li>
18010 <li>Flags: <span class="mlabel">read</span></li>
18011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18012 </ul>
18013</ul>
18014<h3>TraceSources</h3>
18015<ul>
18016<li><b>ReportCurrentCellRsrpSinr</b>: RSRP and SINR statistics.<br> <ul>
18017 <li> %Callback signature: ns3::LteUePhy::RsrpSinrTracedCallback
18018</li>
18019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18020</ul>
18021<li><b>ReportPowerSpectralDensity</b>: Power Spectral Density data.<br> <ul>
18022 <li> %Callback signature: ns3::LteUePhy::PowerSpectralDensityTracedCallback
18023</li>
18024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18025</ul>
18026<li><b>ReportUeMeasurements</b>: Report UE measurements RSRP (dBm) and RSRQ (dB).<br> <ul>
18027 <li> %Callback signature: ns3::LteUePhy::RsrpRsrqTracedCallback
18028</li>
18029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18030</ul>
18031<li><b>ReportUlPhyResourceBlocks</b>: UL transmission PHY layer resource blocks.<br> <ul>
18032 <li> %Callback signature: ns3::LteUePhy::UlPhyResourceBlocksTracedCallback
18033</li>
18034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18035</ul>
18036<li><b>StateTransition</b>: Trace fired upon every UE PHY state transition<br> <ul>
18037 <li> %Callback signature: ns3::LteUePhy::StateTracedCallback
18038</li>
18039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18040</ul>
18041<li><b>UlPhyTransmission</b>: DL transmission PHY layer statistics.<br> <ul>
18042 <li> %Callback signature: ns3::PhyTransmissionStatParameters::TracedCallback
18043</li>
18044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18045</ul>
18046</ul>
18047<b>Group:</b> Lte
18048
18049<b>Size</b> of this type is 952 bytes (on a 64-bit architecture).
18050*/
18051
18052/*!
18053
18054\class ns3::LteUePowerControl
18055
18056Introspection did not find any typical Config paths.<br>
18057<h3>Attributes</h3>
18058<ul>
18059<li><b>AccumulationEnabled</b>: If true TCP accumulation mode will be active, otherwise absolute mode will be active
18060 <ul>
18061 <li>Set with class: \ref ns3::BooleanValue</li>
18062 <li>Underlying type: bool</li>
18063 <li>Initial value: true</li>
18064 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18065 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18066 </ul>
18067<li><b>Alpha</b>: Value of Alpha parameter
18068 <ul>
18069 <li>Set with class: \ref ns3::DoubleValue</li>
18070 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18071 <li>Initial value: 1</li>
18072 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18073 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18074 </ul>
18075<li><b>ClosedLoop</b>: If true Closed Loop mode will be active, otherwise Open Loop
18076 <ul>
18077 <li>Set with class: \ref ns3::BooleanValue</li>
18078 <li>Underlying type: bool</li>
18079 <li>Initial value: true</li>
18080 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18081 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18082 </ul>
18083<li><b>Pcmax</b>: Max Transmission power in dBm, Default value 23 dBmTS36.101 section 6.2.3
18084 <ul>
18085 <li>Set with class: \ref ns3::DoubleValue</li>
18086 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18087 <li>Initial value: 23</li>
18088 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18090 </ul>
18091<li><b>Pcmin</b>: Min Transmission power in dBm, Default value -40 dBmTS36.101 section 6.2.3
18092 <ul>
18093 <li>Set with class: \ref ns3::DoubleValue</li>
18094 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18095 <li>Initial value: -40</li>
18096 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18098 </ul>
18099<li><b>PoNominalPusch</b>: P_O_NOMINAL_PUSCH INT (-126 ... 24), Default value -80
18100 <ul>
18101 <li>Set with class: \ref ns3::IntegerValue</li>
18102 <li>Underlying type: int16_t -32768:32767</li>
18103 <li>Initial value: -80</li>
18104 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18105 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18106 </ul>
18107<li><b>PoUePusch</b>: P_O_UE_PUSCH INT(-8...7), Default value 0
18108 <ul>
18109 <li>Set with class: \ref ns3::IntegerValue</li>
18110 <li>Underlying type: int16_t -32768:32767</li>
18111 <li>Initial value: 0</li>
18112 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18114 </ul>
18115<li><b>PsrsOffset</b>: P_SRS_OFFSET INT(0...15), Default value 7
18116 <ul>
18117 <li>Set with class: \ref ns3::IntegerValue</li>
18118 <li>Underlying type: int16_t -32768:32767</li>
18119 <li>Initial value: 7</li>
18120 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18121 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18122 </ul>
18123</ul>
18124<h3>TraceSources</h3>
18125<ul>
18126<li><b>ReportPucchTxPower</b>: Report PUCCH TxPower in dBm<br> <ul>
18127 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18128</li>
18129 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18130</ul>
18131<li><b>ReportPuschTxPower</b>: Report PUSCH TxPower in dBm<br> <ul>
18132 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18133</li>
18134 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18135</ul>
18136<li><b>ReportSrsTxPower</b>: Report SRS TxPower in dBm<br> <ul>
18137 <li> %Callback signature: ns3::LteUePowerControl::TxPowerTracedCallback
18138</li>
18139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18140</ul>
18141</ul>
18142<b>Group:</b> Lte
18143
18144<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
18145*/
18146
18147/*!
18148
18149\class ns3::LteUeRrc
18150
18151<h3>Config Paths</h3>
18152
18153ns3::LteUeRrc is accessible through the following paths with Config::Set and Config::Connect:
18154<ul>
18155<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc"</li>
18156<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc"</li>
18157</ul>
18158<h3>Attributes</h3>
18159<ul>
18160<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier
18161 <ul>
18162 <li>Set with class: \ref ns3::UintegerValue</li>
18163 <li>Underlying type: uint16_t 0:65535</li>
18164 <li>Flags: <span class="mlabel">read</span></li>
18165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18166 </ul>
18167<li><b>CellId</b>: Serving cell identifier
18168 <ul>
18169 <li>Set with class: \ref ns3::UintegerValue</li>
18170 <li>Underlying type: uint16_t 0:65535</li>
18171 <li>Flags: <span class="mlabel">read</span></li>
18172 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18173 </ul>
18174<li><b>DataRadioBearerMap</b>: List of UE RadioBearerInfo for Data Radio Bearers by LCID.
18175 <ul>
18176 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18177 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteDataRadioBearerInfo></li>
18178 <li>Flags: <span class="mlabel">read</span></li>
18179 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18180 </ul>
18181<li><b>N310</b>: This specifies the maximum number of out-of-sync indications. Standard values: 1, 2, 3, 4, 6, 8, 10, 20
18182 <ul>
18183 <li>Set with class: \ref ns3::UintegerValue</li>
18184 <li>Underlying type: uint8_t 1:20</li>
18185 <li>Initial value: 6</li>
18186 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18188 </ul>
18189<li><b>N311</b>: This specifies the maximum number of in-sync indications. Standard values: 1, 2, 3, 4, 5, 6, 8, 10
18190 <ul>
18191 <li>Set with class: \ref ns3::UintegerValue</li>
18192 <li>Underlying type: uint8_t 1:10</li>
18193 <li>Initial value: 2</li>
18194 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18195 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18196 </ul>
18197<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0
18198 <ul>
18199 <li>Set with class: \ref ns3::PointerValue</li>
18200 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
18201 <li>Initial value: 0</li>
18202 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18203 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18204 </ul>
18205<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1
18206 <ul>
18207 <li>Set with class: \ref ns3::PointerValue</li>
18208 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
18209 <li>Initial value: 0</li>
18210 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18212 </ul>
18213<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
18214 <ul>
18215 <li>Set with class: \ref ns3::TimeValue</li>
18216 <li>Underlying type: \p Time +1e+08ns:+2e+09ns</li>
18217 <li>Initial value: +1e+08ns</li>
18218 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18219 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18220 </ul>
18221<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
18222 <ul>
18223 <li>Set with class: \ref ns3::TimeValue</li>
18224 <li>Underlying type: \p Time +0ns:+2e+09ns</li>
18225 <li>Initial value: +1e+09ns</li>
18226 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18227 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18228 </ul>
18229</ul>
18230<h3>TraceSources</h3>
18231<ul>
18232<li><b>ConnectionEstablished</b>: trace fired upon successful RRC connection establishment<br> <ul>
18233 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18234</li>
18235 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18236</ul>
18237<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration<br> <ul>
18238 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18239</li>
18240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18241</ul>
18242<li><b>ConnectionTimeout</b>: trace fired upon timeout RRC connection establishment because of T300<br> <ul>
18243 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiCountTracedCallback
18244</li>
18245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18246</ul>
18247<li><b>DrbCreated</b>: trace fired after DRB is created<br> <ul>
18248 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiLcIdTracedCallback
18249</li>
18250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18251</ul>
18252<li><b>HandoverEndError</b>: trace fired upon failure of a handover procedure<br> <ul>
18253 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18254</li>
18255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18256</ul>
18257<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure<br> <ul>
18258 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18259</li>
18260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18261</ul>
18262<li><b>HandoverStart</b>: trace fired upon start of a handover procedure<br> <ul>
18263 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18264</li>
18265 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18266</ul>
18267<li><b>InitialCellSelectionEndError</b>: trace fired upon failed initial cell selection procedure<br> <ul>
18268 <li> %Callback signature: ns3::LteUeRrc::CellSelectionTracedCallback
18269</li>
18270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18271</ul>
18272<li><b>InitialCellSelectionEndOk</b>: trace fired upon successful initial cell selection procedure<br> <ul>
18273 <li> %Callback signature: ns3::LteUeRrc::CellSelectionTracedCallback
18274</li>
18275 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18276</ul>
18277<li><b>MibReceived</b>: trace fired upon reception of Master Information Block<br> <ul>
18278 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18279</li>
18280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18281</ul>
18282<li><b>PhySyncDetection</b>: trace fired upon receiving in Sync or out of Sync indications from UE PHY<br> <ul>
18283 <li> %Callback signature: ns3::LteUeRrc::PhySyncDetectionTracedCallback
18284</li>
18285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18286</ul>
18287<li><b>RadioLinkFailure</b>: trace fired upon failure of radio link<br> <ul>
18288 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18289</li>
18290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18291</ul>
18292<li><b>RandomAccessError</b>: trace fired upon failure of the random access procedure<br> <ul>
18293 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18294</li>
18295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18296</ul>
18297<li><b>RandomAccessSuccessful</b>: trace fired upon successful completion of the random access procedure<br> <ul>
18298 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18299</li>
18300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18301</ul>
18302<li><b>SCarrierConfigured</b>: trace fired after configuring secondary carriers<br> <ul>
18303 <li> %Callback signature: ns3::LteUeRrc::SCarrierConfiguredTracedCallback
18304</li>
18305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18306</ul>
18307<li><b>Sib1Received</b>: trace fired upon reception of System Information Block Type 1<br> <ul>
18308 <li> %Callback signature: ns3::LteUeRrc::MibSibHandoverTracedCallback
18309</li>
18310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18311</ul>
18312<li><b>Sib2Received</b>: trace fired upon reception of System Information Block Type 2<br> <ul>
18313 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18314</li>
18315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18316</ul>
18317<li><b>Srb1Created</b>: trace fired after SRB1 is created<br> <ul>
18318 <li> %Callback signature: ns3::LteUeRrc::ImsiCidRntiTracedCallback
18319</li>
18320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18321</ul>
18322<li><b>StateTransition</b>: trace fired upon every UE RRC state transition<br> <ul>
18323 <li> %Callback signature: ns3::LteUeRrc::StateTracedCallback
18324</li>
18325 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18326</ul>
18327</ul>
18328<b>Group:</b> Lte
18329
18330<b>Size</b> of this type is 1472 bytes (on a 64-bit architecture).
18331*/
18332
18333/*!
18334
18335\class ns3::LteUeRrcProtocolIdeal
18336
18337Introspection did not find any typical Config paths.<br>
18338No Attributes are defined for this type.<br>
18339No TraceSources are defined for this type.<br>
18340<b>Group:</b> Lte
18341
18342<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
18343*/
18344
18345/*!
18346
18347\class ns3::LteUeRrcProtocolReal
18348
18349Introspection did not find any typical Config paths.<br>
18350No Attributes are defined for this type.<br>
18351No TraceSources are defined for this type.<br>
18352<b>Group:</b> Lte
18353
18354<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
18355*/
18356
18357/*!
18358
18359\class ns3::MacHeaderType
18360
18361Introspection did not find any typical Config paths.<br>
18362No Attributes are defined for this type.<br>
18363No TraceSources are defined for this type.<br>
18364<b>Group:</b> Wimax
18365
18366<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
18367*/
18368
18369/*!
18370
18371\class ns3::MacStatsCalculator
18372
18373Introspection did not find any typical Config paths.<br>
18374<h3>Attributes</h3>
18375<ul>
18376<li><b>DlOutputFilename</b>: Name of the file where the downlink results will be saved.
18377 <ul>
18378 <li>Set with class: \ref ns3::StringValue</li>
18379 <li>Underlying type: \p std::string</li>
18380 <li>Initial value: DlMacStats.txt</li>
18381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18383 </ul>
18384<li><b>UlOutputFilename</b>: Name of the file where the uplink results will be saved.
18385 <ul>
18386 <li>Set with class: \ref ns3::StringValue</li>
18387 <li>Underlying type: \p std::string</li>
18388 <li>Initial value: UlMacStats.txt</li>
18389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18391 </ul>
18392</ul>
18393No TraceSources are defined for this type.<br>
18394<b>Group:</b> Lte
18395
18396<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
18397*/
18398
18399/*!
18400
18401\class ns3::ManagementMessageType
18402
18403Introspection did not find any typical Config paths.<br>
18404No Attributes are defined for this type.<br>
18405No TraceSources are defined for this type.<br>
18406<b>Group:</b> Wimax
18407
18408<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
18409*/
18410
18411/*!
18412
18413\class ns3::MapScheduler
18414
18415Introspection did not find any typical Config paths.<br>
18416No Attributes are defined for this type.<br>
18417No TraceSources are defined for this type.<br>
18418<b>Group:</b> Core
18419
18420<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
18421*/
18422
18423/*!
18424
18425\class ns3::MatrixPropagationLossModel
18426
18427<h3>Config Paths</h3>
18428
18429ns3::MatrixPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
18430<ul>
18431<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18432<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18433<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18434<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18435<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18436<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18437<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::MatrixPropagationLossModel"</li>
18438</ul>
18439<h3>Attributes</h3>
18440<ul>
18441<li><b>DefaultLoss</b>: The default value for propagation loss, dB.
18442 <ul>
18443 <li>Set with class: \ref ns3::DoubleValue</li>
18444 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
18445 <li>Initial value: 1.79769e+308</li>
18446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18448 </ul>
18449</ul>
18450No TraceSources are defined for this type.<br>
18451<b>Group:</b> Propagation
18452
18453<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
18454*/
18455
18456/*!
18457
18458\class ns3::MeshInformationElementVector
18459
18460Introspection did not find any typical Config paths.<br>
18461No Attributes are defined for this type.<br>
18462No TraceSources are defined for this type.<br>
18463<b>Group:</b> Mesh
18464
18465<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
18466*/
18467
18468/*!
18469
18470\class ns3::MeshL2RoutingProtocol
18471
18472<h3>Config Paths</h3>
18473
18474ns3::MeshL2RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
18475<ul>
18476<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/RoutingProtocol"</li>
18477</ul>
18478No Attributes are defined for this type.<br>
18479No TraceSources are defined for this type.<br>
18480<b>Group:</b> Mesh
18481
18482<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
18483*/
18484
18485/*!
18486
18487\class ns3::MeshPointDevice
18488
18489<h3>Config Paths</h3>
18490
18491ns3::MeshPointDevice is accessible through the following paths with Config::Set and Config::Connect:
18492<ul>
18493<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice"</li>
18494</ul>
18495<h3>Attributes</h3>
18496<ul>
18497<li><b>ForwardingDelay</b>: A random variable to account for processing time (microseconds) to forward a frame.
18498 <ul>
18499 <li>Set with class: \ref ns3::PointerValue</li>
18500 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
18501 <li>Initial value: ns3::UniformRandomVariable[Min=300.0|Max=400.0]</li>
18502 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18504 </ul>
18505<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
18506 <ul>
18507 <li>Set with class: \ref ns3::UintegerValue</li>
18508 <li>Underlying type: uint16_t 0:65535</li>
18509 <li>Initial value: 65535</li>
18510 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18512 </ul>
18513<li><b>RoutingProtocol</b>: The mesh routing protocol used by this mesh point.
18514 <ul>
18515 <li>Set with class: \ref ns3::PointerValue</li>
18516 <li>Underlying type: \ref ns3::Ptr< \ref ns3::MeshL2RoutingProtocol></li>
18517 <li>Initial value: 0</li>
18518 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18520 </ul>
18521</ul>
18522No TraceSources are defined for this type.<br>
18523<b>Group:</b> Mesh
18524
18525<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
18526*/
18527
18528/*!
18529
18530\class ns3::MeshStack
18531
18532Introspection did not find any typical Config paths.<br>
18533No Attributes are defined for this type.<br>
18534No TraceSources are defined for this type.<br>
18535<b>Group:</b> Mesh
18536
18537<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
18538*/
18539
18540/*!
18541
18542\class ns3::MeshWifiInterfaceMac
18543
18544<h3>Config Paths</h3>
18545
18546ns3::MeshWifiInterfaceMac is accessible through the following paths with Config::Set and Config::Connect:
18547<ul>
18548<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::MeshWifiInterfaceMac"</li>
18549</ul>
18550<h3>Attributes</h3>
18551<ul>
18552<li><b>BeaconGeneration</b>: Enable/Disable Beaconing.
18553 <ul>
18554 <li>Set with class: \ref ns3::BooleanValue</li>
18555 <li>Underlying type: bool</li>
18556 <li>Initial value: true</li>
18557 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18559 </ul>
18560<li><b>BeaconInterval</b>: Beacon Interval
18561 <ul>
18562 <li>Set with class: \ref ns3::TimeValue</li>
18563 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18564 <li>Initial value: +5e+08ns</li>
18565 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18567 </ul>
18568<li><b>RandomStart</b>: Window when beacon generating starts (uniform random) in seconds
18569 <ul>
18570 <li>Set with class: \ref ns3::TimeValue</li>
18571 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
18572 <li>Initial value: +5e+08ns</li>
18573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18575 </ul>
18576</ul>
18577<h3>Attributes defined in parent class ns3::WifiMac</h3>
18578<ul>
18579<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.
18580 <ul>
18581 <li>Set with class: \ref ns3::UintegerValue</li>
18582 <li>Underlying type: uint16_t 0:65535</li>
18583 <li>Initial value: 0</li>
18584 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18586 </ul>
18587<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.
18588 <ul>
18589 <li>Set with class: \ref ns3::UintegerValue</li>
18590 <li>Underlying type: uint8_t 0:64</li>
18591 <li>Initial value: 0</li>
18592 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18593 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18594 </ul>
18595<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.
18596 <ul>
18597 <li>Set with class: \ref ns3::UintegerValue</li>
18598 <li>Underlying type: uint32_t 0:15523200</li>
18599 <li>Initial value: 65535</li>
18600 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18601 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18602 </ul>
18603<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.
18604 <ul>
18605 <li>Set with class: \ref ns3::UintegerValue</li>
18606 <li>Underlying type: uint16_t 0:11398</li>
18607 <li>Initial value: 0</li>
18608 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18610 </ul>
18611<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
18612 <ul>
18613 <li>Set with class: \ref ns3::PointerValue</li>
18614 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18615 <li>Initial value: 0</li>
18616 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18617 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18618 </ul>
18619<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.
18620 <ul>
18621 <li>Set with class: \ref ns3::UintegerValue</li>
18622 <li>Underlying type: uint16_t 0:65535</li>
18623 <li>Initial value: 0</li>
18624 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18625 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18626 </ul>
18627<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.
18628 <ul>
18629 <li>Set with class: \ref ns3::UintegerValue</li>
18630 <li>Underlying type: uint8_t 0:64</li>
18631 <li>Initial value: 0</li>
18632 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18633 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18634 </ul>
18635<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.
18636 <ul>
18637 <li>Set with class: \ref ns3::UintegerValue</li>
18638 <li>Underlying type: uint32_t 0:15523200</li>
18639 <li>Initial value: 0</li>
18640 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18641 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18642 </ul>
18643<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.
18644 <ul>
18645 <li>Set with class: \ref ns3::UintegerValue</li>
18646 <li>Underlying type: uint16_t 0:11398</li>
18647 <li>Initial value: 0</li>
18648 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18650 </ul>
18651<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
18652 <ul>
18653 <li>Set with class: \ref ns3::PointerValue</li>
18654 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18655 <li>Initial value: 0</li>
18656 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18657 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18658 </ul>
18659<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
18660 <ul>
18661 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18662 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
18663 <li>Flags: <span class="mlabel">read</span></li>
18664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18665 </ul>
18666<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
18667 <ul>
18668 <li>Set with class: \ref ns3::BooleanValue</li>
18669 <li>Underlying type: bool</li>
18670 <li>Initial value: false</li>
18671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18673 </ul>
18674<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
18675 <ul>
18676 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
18677 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
18678 <li>Flags: <span class="mlabel">read</span></li>
18679 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18680 </ul>
18681<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.
18682 <ul>
18683 <li>Set with class: \ref ns3::UintegerValue</li>
18684 <li>Underlying type: uint32_t 1:65535</li>
18685 <li>Initial value: 7</li>
18686 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18687 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18688 </ul>
18689<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.
18690 <ul>
18691 <li>Set with class: \ref ns3::UintegerValue</li>
18692 <li>Underlying type: uint16_t 1:1024</li>
18693 <li>Initial value: 1024</li>
18694 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18696 </ul>
18697<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
18698 <ul>
18699 <li>Set with class: \ref ns3::BooleanValue</li>
18700 <li>Underlying type: bool</li>
18701 <li>Initial value: false</li>
18702 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18703 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18704 </ul>
18705<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).
18706 <ul>
18707 <li>Set with class: \ref ns3::BooleanValue</li>
18708 <li>Underlying type: bool</li>
18709 <li>Initial value: false</li>
18710 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18711 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18712 </ul>
18713<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
18714 <ul>
18715 <li>Set with class: \ref ns3::BooleanValue</li>
18716 <li>Underlying type: bool</li>
18717 <li>Initial value: true</li>
18718 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18720 </ul>
18721<li><b>Ssid</b>: The ssid we want to belong to.
18722 <ul>
18723 <li>Set with class: \ref ns3::SsidValue</li>
18724 <li>Underlying type: \p Ssid</li>
18725 <li>Initial value: SSID=[default]</li>
18726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18728 </ul>
18729<li><b>Txop</b>: The Txop object.
18730 <ul>
18731 <li>Set with class: \ref ns3::PointerValue</li>
18732 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
18733 <li>Initial value: 0</li>
18734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18736 </ul>
18737<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.
18738 <ul>
18739 <li>Set with class: \ref ns3::UintegerValue</li>
18740 <li>Underlying type: uint16_t 0:65535</li>
18741 <li>Initial value: 0</li>
18742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18744 </ul>
18745<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.
18746 <ul>
18747 <li>Set with class: \ref ns3::UintegerValue</li>
18748 <li>Underlying type: uint8_t 0:64</li>
18749 <li>Initial value: 0</li>
18750 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18752 </ul>
18753<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.
18754 <ul>
18755 <li>Set with class: \ref ns3::UintegerValue</li>
18756 <li>Underlying type: uint32_t 0:15523200</li>
18757 <li>Initial value: 65535</li>
18758 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18760 </ul>
18761<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.
18762 <ul>
18763 <li>Set with class: \ref ns3::UintegerValue</li>
18764 <li>Underlying type: uint16_t 0:11398</li>
18765 <li>Initial value: 0</li>
18766 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18767 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18768 </ul>
18769<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
18770 <ul>
18771 <li>Set with class: \ref ns3::PointerValue</li>
18772 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18773 <li>Initial value: 0</li>
18774 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18776 </ul>
18777<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.
18778 <ul>
18779 <li>Set with class: \ref ns3::UintegerValue</li>
18780 <li>Underlying type: uint16_t 0:65535</li>
18781 <li>Initial value: 0</li>
18782 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18784 </ul>
18785<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.
18786 <ul>
18787 <li>Set with class: \ref ns3::UintegerValue</li>
18788 <li>Underlying type: uint8_t 0:64</li>
18789 <li>Initial value: 0</li>
18790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
18791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18792 </ul>
18793<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.
18794 <ul>
18795 <li>Set with class: \ref ns3::UintegerValue</li>
18796 <li>Underlying type: uint32_t 0:15523200</li>
18797 <li>Initial value: 0</li>
18798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18800 </ul>
18801<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.
18802 <ul>
18803 <li>Set with class: \ref ns3::UintegerValue</li>
18804 <li>Underlying type: uint16_t 0:11398</li>
18805 <li>Initial value: 0</li>
18806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
18807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18808 </ul>
18809<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
18810 <ul>
18811 <li>Set with class: \ref ns3::PointerValue</li>
18812 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
18813 <li>Initial value: 0</li>
18814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
18815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18816 </ul>
18817</ul>
18818No TraceSources are defined for this type.<br>
18819<h3>TraceSources defined in parent class ns3::WifiMac</h3>
18820<ul>
18821<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
18822 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
18823</li>
18824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18825</ul>
18826<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
18827 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
18828</li>
18829 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18830</ul>
18831<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>
18832 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
18833</li>
18834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18835</ul>
18836<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>
18837 <li> %Callback signature: ns3::Packet::TracedCallback
18838</li>
18839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18840</ul>
18841<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>
18842 <li> %Callback signature: ns3::Packet::TracedCallback
18843</li>
18844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18845</ul>
18846<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>
18847 <li> %Callback signature: ns3::Packet::TracedCallback
18848</li>
18849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18850</ul>
18851<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>
18852 <li> %Callback signature: ns3::Packet::TracedCallback
18853</li>
18854 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18855</ul>
18856<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>
18857 <li> %Callback signature: ns3::Packet::TracedCallback
18858</li>
18859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18860</ul>
18861<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>
18862 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
18863</li>
18864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18865</ul>
18866<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
18867 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
18868</li>
18869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18870</ul>
18871<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>
18872 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
18873</li>
18874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18875</ul>
18876<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>
18877 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
18878</li>
18879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
18880</ul>
18881</ul>
18882<b>Group:</b> Mesh
18883
18884<b>Size</b> of this type is 904 bytes (on a 64-bit architecture).
18885*/
18886
18887/*!
18888
18889\class ns3::MgtAddBaRequestHeader
18890
18891Introspection did not find any typical Config paths.<br>
18892No Attributes are defined for this type.<br>
18893No TraceSources are defined for this type.<br>
18894<b>Group:</b> Wifi
18895
18896<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
18897*/
18898
18899/*!
18900
18901\class ns3::MgtAddBaResponseHeader
18902
18903Introspection did not find any typical Config paths.<br>
18904No Attributes are defined for this type.<br>
18905No TraceSources are defined for this type.<br>
18906<b>Group:</b> Wifi
18907
18908<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
18909*/
18910
18911/*!
18912
18913\class ns3::MgtAssocRequestHeader
18914
18915Introspection did not find any typical Config paths.<br>
18916No Attributes are defined for this type.<br>
18917No TraceSources are defined for this type.<br>
18918<b>Group:</b> Wifi
18919
18920<b>Size</b> of this type is 1184 bytes (on a 64-bit architecture).
18921*/
18922
18923/*!
18924
18925\class ns3::MgtAssocResponseHeader
18926
18927Introspection did not find any typical Config paths.<br>
18928No Attributes are defined for this type.<br>
18929No TraceSources are defined for this type.<br>
18930<b>Group:</b> Wifi
18931
18932<b>Size</b> of this type is 1520 bytes (on a 64-bit architecture).
18933*/
18934
18935/*!
18936
18937\class ns3::MgtBeaconHeader
18938
18939Introspection did not find any typical Config paths.<br>
18940No Attributes are defined for this type.<br>
18941No TraceSources are defined for this type.<br>
18942<b>Group:</b> Wifi
18943
18944<b>Size</b> of this type is 1688 bytes (on a 64-bit architecture).
18945*/
18946
18947/*!
18948
18949\class ns3::MgtDelBaHeader
18950
18951Introspection did not find any typical Config paths.<br>
18952No Attributes are defined for this type.<br>
18953No TraceSources are defined for this type.<br>
18954<b>Group:</b> Wifi
18955
18956<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
18957*/
18958
18959/*!
18960
18961\class ns3::MgtEmlOperatingModeNotification
18962
18963Introspection did not find any typical Config paths.<br>
18964No Attributes are defined for this type.<br>
18965No TraceSources are defined for this type.<br>
18966<b>Group:</b> Wifi
18967
18968<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
18969*/
18970
18971/*!
18972
18973\class ns3::MgtProbeRequestHeader
18974
18975Introspection did not find any typical Config paths.<br>
18976No Attributes are defined for this type.<br>
18977No TraceSources are defined for this type.<br>
18978<b>Group:</b> Wifi
18979
18980<b>Size</b> of this type is 1056 bytes (on a 64-bit architecture).
18981*/
18982
18983/*!
18984
18985\class ns3::MgtProbeResponseHeader
18986
18987Introspection did not find any typical Config paths.<br>
18988No Attributes are defined for this type.<br>
18989No TraceSources are defined for this type.<br>
18990<b>Group:</b> Wifi
18991
18992<b>Size</b> of this type is 1688 bytes (on a 64-bit architecture).
18993*/
18994
18995/*!
18996
18997\class ns3::MgtReassocRequestHeader
18998
18999Introspection did not find any typical Config paths.<br>
19000No Attributes are defined for this type.<br>
19001No TraceSources are defined for this type.<br>
19002<b>Group:</b> Wifi
19003
19004<b>Size</b> of this type is 1192 bytes (on a 64-bit architecture).
19005*/
19006
19007/*!
19008
19009\class ns3::MinstrelHtWifiManager
19010
19011<h3>Config Paths</h3>
19012
19013ns3::MinstrelHtWifiManager is accessible through the following paths with Config::Set and Config::Connect:
19014<ul>
19015<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::MinstrelHtWifiManager"</li>
19016<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::MinstrelHtWifiManager"</li>
19017</ul>
19018<h3>Attributes</h3>
19019<ul>
19020<li><b>EWMA</b>: EWMA level
19021 <ul>
19022 <li>Set with class: \ref ns3::UintegerValue</li>
19023 <li>Underlying type: uint8_t 0:100</li>
19024 <li>Initial value: 75</li>
19025 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19027 </ul>
19028<li><b>LegacyUpdateStatistics</b>: The interval between updating statistics table (for legacy Minstrel)
19029 <ul>
19030 <li>Set with class: \ref ns3::TimeValue</li>
19031 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19032 <li>Initial value: +1e+08ns</li>
19033 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19035 </ul>
19036<li><b>LookAroundRate</b>: The percentage to try other rates (for legacy Minstrel)
19037 <ul>
19038 <li>Set with class: \ref ns3::UintegerValue</li>
19039 <li>Underlying type: uint8_t 0:100</li>
19040 <li>Initial value: 10</li>
19041 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19043 </ul>
19044<li><b>PacketLength</b>: The packet length used for calculating mode TxTime (bytes)
19045 <ul>
19046 <li>Set with class: \ref ns3::UintegerValue</li>
19047 <li>Underlying type: uint32_t 0:4294967295</li>
19048 <li>Initial value: 1200</li>
19049 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19050 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19051 </ul>
19052<li><b>PrintStats</b>: Control the printing of the statistics table
19053 <ul>
19054 <li>Set with class: \ref ns3::BooleanValue</li>
19055 <li>Underlying type: bool</li>
19056 <li>Initial value: false</li>
19057 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19058 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19059 </ul>
19060<li><b>SampleColumn</b>: The number of columns used for sampling
19061 <ul>
19062 <li>Set with class: \ref ns3::UintegerValue</li>
19063 <li>Underlying type: uint8_t 0:255</li>
19064 <li>Initial value: 10</li>
19065 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19067 </ul>
19068<li><b>UpdateStatistics</b>: The interval between updating statistics table
19069 <ul>
19070 <li>Set with class: \ref ns3::TimeValue</li>
19071 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19072 <li>Initial value: +5e+07ns</li>
19073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19075 </ul>
19076<li><b>UseLatestAmendmentOnly</b>: Use only the latest amendment when it is supported by both peers
19077 <ul>
19078 <li>Set with class: \ref ns3::BooleanValue</li>
19079 <li>Underlying type: bool</li>
19080 <li>Initial value: true</li>
19081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19083 </ul>
19084</ul>
19085<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
19086<ul>
19087<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.
19088 <ul>
19089 <li>Set with class: \ref ns3::UintegerValue</li>
19090 <li>Underlying type: uint8_t 0:255</li>
19091 <li>Initial value: 0</li>
19092 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19094 </ul>
19095<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
19096 <ul>
19097 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19098 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19099 <li>Initial value: Cts-To-Self</li>
19100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19102 </ul>
19103<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.
19104 <ul>
19105 <li>Set with class: \ref ns3::UintegerValue</li>
19106 <li>Underlying type: uint32_t 256:65535</li>
19107 <li>Initial value: 65535</li>
19108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19110 </ul>
19111<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
19112 <ul>
19113 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19114 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19115 <li>Initial value: Cts-To-Self</li>
19116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19118 </ul>
19119<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.
19120 <ul>
19121 <li>Set with class: \ref ns3::BooleanValue</li>
19122 <li>Underlying type: bool</li>
19123 <li>Initial value: false</li>
19124 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19126 </ul>
19127<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.
19128 <ul>
19129 <li>Set with class: \ref ns3::UintegerValue</li>
19130 <li>Underlying type: uint32_t 0:4294967295</li>
19131 <li>Initial value: 4</li>
19132 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19133 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19134 </ul>
19135<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.
19136 <ul>
19137 <li>Set with class: \ref ns3::UintegerValue</li>
19138 <li>Underlying type: uint32_t 0:4294967295</li>
19139 <li>Initial value: 7</li>
19140 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19141 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19142 </ul>
19143<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
19144 <ul>
19145 <li>Set with class: \ref ns3::WifiModeValue</li>
19146 <li>Underlying type: \p WifiMode</li>
19147 <li>Initial value: Invalid-WifiMode</li>
19148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19150 </ul>
19151<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.
19152 <ul>
19153 <li>Set with class: \ref ns3::UintegerValue</li>
19154 <li>Underlying type: uint32_t 0:4692480</li>
19155 <li>Initial value: 4692480</li>
19156 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19158 </ul>
19159<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.
19160 <ul>
19161 <li>Set with class: \ref ns3::TimeValue</li>
19162 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19163 <li>Initial value: +0ns</li>
19164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19166 </ul>
19167</ul>
19168<h3>TraceSources</h3>
19169<ul>
19170<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
19171 <li> %Callback signature: ns3::TracedValueCallback::Uint64
19172</li>
19173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19174</ul>
19175</ul>
19176<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
19177<ul>
19178<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
19179 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19180</li>
19181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19182</ul>
19183<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
19184 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19185</li>
19186 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19187</ul>
19188<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
19189 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19190</li>
19191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19192</ul>
19193<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
19194 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19195</li>
19196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19197</ul>
19198</ul>
19199<b>Group:</b> Wifi
19200
19201<b>Size</b> of this type is 520 bytes (on a 64-bit architecture).
19202*/
19203
19204/*!
19205
19206\class ns3::MinstrelWifiManager
19207
19208<h3>Config Paths</h3>
19209
19210ns3::MinstrelWifiManager is accessible through the following paths with Config::Set and Config::Connect:
19211<ul>
19212<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::MinstrelWifiManager"</li>
19213<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::MinstrelWifiManager"</li>
19214</ul>
19215<h3>Attributes</h3>
19216<ul>
19217<li><b>EWMA</b>: EWMA level
19218 <ul>
19219 <li>Set with class: \ref ns3::UintegerValue</li>
19220 <li>Underlying type: uint8_t 0:255</li>
19221 <li>Initial value: 75</li>
19222 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19223 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19224 </ul>
19225<li><b>LookAroundRate</b>: The percentage to try other rates
19226 <ul>
19227 <li>Set with class: \ref ns3::UintegerValue</li>
19228 <li>Underlying type: uint8_t 0:255</li>
19229 <li>Initial value: 10</li>
19230 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19231 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19232 </ul>
19233<li><b>PacketLength</b>: The packet length used for calculating mode TxTime
19234 <ul>
19235 <li>Set with class: \ref ns3::UintegerValue</li>
19236 <li>Underlying type: uint32_t 0:4294967295</li>
19237 <li>Initial value: 1200</li>
19238 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19239 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19240 </ul>
19241<li><b>PrintSamples</b>: Print samples table
19242 <ul>
19243 <li>Set with class: \ref ns3::BooleanValue</li>
19244 <li>Underlying type: bool</li>
19245 <li>Initial value: false</li>
19246 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19248 </ul>
19249<li><b>PrintStats</b>: Print statistics table
19250 <ul>
19251 <li>Set with class: \ref ns3::BooleanValue</li>
19252 <li>Underlying type: bool</li>
19253 <li>Initial value: false</li>
19254 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19256 </ul>
19257<li><b>SampleColumn</b>: The number of columns used for sampling
19258 <ul>
19259 <li>Set with class: \ref ns3::UintegerValue</li>
19260 <li>Underlying type: uint8_t 0:255</li>
19261 <li>Initial value: 10</li>
19262 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19263 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19264 </ul>
19265<li><b>UpdateStatistics</b>: The interval between updating statistics table
19266 <ul>
19267 <li>Set with class: \ref ns3::TimeValue</li>
19268 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19269 <li>Initial value: +1e+08ns</li>
19270 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19271 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19272 </ul>
19273</ul>
19274<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
19275<ul>
19276<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.
19277 <ul>
19278 <li>Set with class: \ref ns3::UintegerValue</li>
19279 <li>Underlying type: uint8_t 0:255</li>
19280 <li>Initial value: 0</li>
19281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19283 </ul>
19284<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
19285 <ul>
19286 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19287 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19288 <li>Initial value: Cts-To-Self</li>
19289 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19291 </ul>
19292<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.
19293 <ul>
19294 <li>Set with class: \ref ns3::UintegerValue</li>
19295 <li>Underlying type: uint32_t 256:65535</li>
19296 <li>Initial value: 65535</li>
19297 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19299 </ul>
19300<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
19301 <ul>
19302 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
19303 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
19304 <li>Initial value: Cts-To-Self</li>
19305 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19307 </ul>
19308<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.
19309 <ul>
19310 <li>Set with class: \ref ns3::BooleanValue</li>
19311 <li>Underlying type: bool</li>
19312 <li>Initial value: false</li>
19313 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19314 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19315 </ul>
19316<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.
19317 <ul>
19318 <li>Set with class: \ref ns3::UintegerValue</li>
19319 <li>Underlying type: uint32_t 0:4294967295</li>
19320 <li>Initial value: 4</li>
19321 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19322 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19323 </ul>
19324<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.
19325 <ul>
19326 <li>Set with class: \ref ns3::UintegerValue</li>
19327 <li>Underlying type: uint32_t 0:4294967295</li>
19328 <li>Initial value: 7</li>
19329 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19330 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
19331 </ul>
19332<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
19333 <ul>
19334 <li>Set with class: \ref ns3::WifiModeValue</li>
19335 <li>Underlying type: \p WifiMode</li>
19336 <li>Initial value: Invalid-WifiMode</li>
19337 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19339 </ul>
19340<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.
19341 <ul>
19342 <li>Set with class: \ref ns3::UintegerValue</li>
19343 <li>Underlying type: uint32_t 0:4692480</li>
19344 <li>Initial value: 4692480</li>
19345 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
19346 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19347 </ul>
19348<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.
19349 <ul>
19350 <li>Set with class: \ref ns3::TimeValue</li>
19351 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19352 <li>Initial value: +0ns</li>
19353 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19354 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19355 </ul>
19356</ul>
19357<h3>TraceSources</h3>
19358<ul>
19359<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
19360 <li> %Callback signature: ns3::TracedValueCallback::Uint64
19361</li>
19362 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19363</ul>
19364</ul>
19365<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
19366<ul>
19367<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
19368 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19369</li>
19370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19371</ul>
19372<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
19373 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19374</li>
19375 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19376</ul>
19377<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
19378 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19379</li>
19380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19381</ul>
19382<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
19383 <li> %Callback signature: ns3::Mac48Address::TracedCallback
19384</li>
19385 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19386</ul>
19387</ul>
19388<b>Group:</b> Wifi
19389
19390<b>Size</b> of this type is 520 bytes (on a 64-bit architecture).
19391*/
19392
19393/*!
19394
19395\class ns3::MobilityBuildingInfo
19396
19397Introspection did not find any typical Config paths.<br>
19398No Attributes are defined for this type.<br>
19399No TraceSources are defined for this type.<br>
19400<b>Group:</b> Buildings
19401
19402<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
19403*/
19404
19405/*!
19406
19407\class ns3::MobilityModel
19408
19409<h3>Config Paths</h3>
19410
19411ns3::MobilityModel is accessible through the following paths with Config::Set and Config::Connect:
19412<ul>
19413<li>"/NodeList/[i]/$ns3::MobilityModel"</li>
19414</ul>
19415<h3>Attributes</h3>
19416<ul>
19417<li><b>Position</b>: The current position of the mobility model.
19418 <ul>
19419 <li>Set with class: \ref ns3::Vector3DValue</li>
19420 <li>Underlying type: \p Vector3D</li>
19421 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
19422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19423 </ul>
19424<li><b>Velocity</b>: The current velocity of the mobility model.
19425 <ul>
19426 <li>Set with class: \ref ns3::Vector3DValue</li>
19427 <li>Underlying type: \p Vector3D</li>
19428 <li>Flags: <span class="mlabel">read</span></li>
19429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19430 </ul>
19431</ul>
19432<h3>TraceSources</h3>
19433<ul>
19434<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
19435 <li> %Callback signature: ns3::MobilityModel::TracedCallback
19436</li>
19437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19438</ul>
19439</ul>
19440<b>Group:</b> Mobility
19441
19442<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19443*/
19444
19445/*!
19446
19447\class ns3::MpduAggregator
19448
19449Introspection did not find any typical Config paths.<br>
19450No Attributes are defined for this type.<br>
19451No TraceSources are defined for this type.<br>
19452<b>Group:</b> Wifi
19453
19454<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19455*/
19456
19457/*!
19458
19459\class ns3::MqQueueDisc
19460
19461Introspection did not find any typical Config paths.<br>
19462No Attributes are defined for this type.<br>
19463<h3>Attributes defined in parent class ns3::QueueDisc</h3>
19464<ul>
19465<li><b>InternalQueueList</b>: The list of internal queues.
19466 <ul>
19467 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19468 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
19469 <li>Flags: <span class="mlabel">read</span></li>
19470 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19471 </ul>
19472<li><b>PacketFilterList</b>: The list of packet filters.
19473 <ul>
19474 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19475 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
19476 <li>Flags: <span class="mlabel">read</span></li>
19477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19478 </ul>
19479<li><b>QueueDiscClassList</b>: The list of queue disc classes.
19480 <ul>
19481 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
19482 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
19483 <li>Flags: <span class="mlabel">read</span></li>
19484 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19485 </ul>
19486<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
19487 <ul>
19488 <li>Set with class: \ref ns3::UintegerValue</li>
19489 <li>Underlying type: uint32_t 0:4294967295</li>
19490 <li>Initial value: 64</li>
19491 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19492 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19493 </ul>
19494</ul>
19495No TraceSources are defined for this type.<br>
19496<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
19497<ul>
19498<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
19499 <li> %Callback signature: ns3::TracedValueCallback::Uint32
19500</li>
19501 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19502</ul>
19503<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
19504 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19505</li>
19506 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19507</ul>
19508<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
19509 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19510</li>
19511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19512</ul>
19513<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
19514 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19515</li>
19516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19517</ul>
19518<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
19519 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19520</li>
19521 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19522</ul>
19523<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
19524 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19525</li>
19526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19527</ul>
19528<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
19529 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19530</li>
19531 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19532</ul>
19533<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
19534 <li> %Callback signature: ns3::TracedValueCallback::Uint32
19535</li>
19536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19537</ul>
19538<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
19539 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
19540</li>
19541 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19542</ul>
19543<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
19544 <li> %Callback signature: ns3::Time::TracedCallback
19545</li>
19546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19547</ul>
19548</ul>
19549<b>Group:</b> TrafficControl
19550
19551<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
19552*/
19553
19554/*!
19555
19556\class ns3::MsduAggregator
19557
19558Introspection did not find any typical Config paths.<br>
19559No Attributes are defined for this type.<br>
19560No TraceSources are defined for this type.<br>
19561<b>Group:</b> Wifi
19562
19563<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
19564*/
19565
19566/*!
19567
19568\class ns3::MultiModelSpectrumChannel
19569
19570<h3>Config Paths</h3>
19571
19572ns3::MultiModelSpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
19573<ul>
19574<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::MultiModelSpectrumChannel"</li>
19575<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19576<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::MultiModelSpectrumChannel"</li>
19577<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19578<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/$ns3::MultiModelSpectrumChannel"</li>
19579<li>"/ChannelList/[i]/$ns3::MultiModelSpectrumChannel"</li>
19580<li>"/ChannelList/[i]/$ns3::SpectrumChannel/$ns3::MultiModelSpectrumChannel"</li>
19581</ul>
19582No Attributes are defined for this type.<br>
19583<h3>Attributes defined in parent class ns3::SpectrumChannel</h3>
19584<ul>
19585<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.
19586 <ul>
19587 <li>Set with class: \ref ns3::DoubleValue</li>
19588 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19589 <li>Initial value: 1e+09</li>
19590 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19592 </ul>
19593<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
19594 <ul>
19595 <li>Set with class: \ref ns3::PointerValue</li>
19596 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
19597 <li>Initial value: 0</li>
19598 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19599 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19600 </ul>
19601</ul>
19602<h3>Attributes defined in parent class ns3::Channel</h3>
19603<ul>
19604<li><b>Id</b>: The id (unique integer) of this Channel.
19605 <ul>
19606 <li>Set with class: \ref ns3::UintegerValue</li>
19607 <li>Underlying type: uint32_t 0:4294967295</li>
19608 <li>Flags: <span class="mlabel">read</span></li>
19609 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19610 </ul>
19611</ul>
19612No TraceSources are defined for this type.<br>
19613<h3>TraceSources defined in parent class ns3::SpectrumChannel</h3>
19614<ul>
19615<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>
19616 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
19617</li>
19618 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19619</ul>
19620<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>
19621 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
19622</li>
19623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19624</ul>
19625<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>
19626 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
19627</li>
19628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19629</ul>
19630</ul>
19631<b>Group:</b> Spectrum
19632
19633<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
19634*/
19635
19636/*!
19637
19638\class ns3::MultiUserScheduler
19639
19640Introspection did not find any typical Config paths.<br>
19641<h3>Attributes</h3>
19642<ul>
19643<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.
19644 <ul>
19645 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
19646 <li>Underlying type: \p AC_BE|AC_VI|AC_VO|AC_BK</li>
19647 <li>Initial value: AC_BE</li>
19648 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19650 </ul>
19651<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.
19652 <ul>
19653 <li>Set with class: \ref ns3::TimeValue</li>
19654 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19655 <li>Initial value: +0ns</li>
19656 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19657 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19658 </ul>
19659<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.
19660 <ul>
19661 <li>Set with class: \ref ns3::TimeValue</li>
19662 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19663 <li>Initial value: +2e+06ns</li>
19664 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19665 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19666 </ul>
19667<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.
19668 <ul>
19669 <li>Set with class: \ref ns3::BooleanValue</li>
19670 <li>Underlying type: bool</li>
19671 <li>Initial value: true</li>
19672 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19673 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19674 </ul>
19675</ul>
19676No TraceSources are defined for this type.<br>
19677<b>Group:</b> Wifi
19678
19679<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
19680*/
19681
19682/*!
19683
19684\class ns3::MuSnrTag
19685
19686Introspection did not find any typical Config paths.<br>
19687No Attributes are defined for this type.<br>
19688No TraceSources are defined for this type.<br>
19689<b>Group:</b> Wifi
19690
19691<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19692*/
19693
19694/*!
19695
19696\class ns3::NakagamiPropagationLossModel
19697
19698<h3>Config Paths</h3>
19699
19700ns3::NakagamiPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
19701<ul>
19702<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19703<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19704<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19705<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19706<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19707<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19708<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::NakagamiPropagationLossModel"</li>
19709</ul>
19710<h3>Attributes</h3>
19711<ul>
19712<li><b>Distance1</b>: Beginning of the second distance field. Default is 80m.
19713 <ul>
19714 <li>Set with class: \ref ns3::DoubleValue</li>
19715 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19716 <li>Initial value: 80</li>
19717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19719 </ul>
19720<li><b>Distance2</b>: Beginning of the third distance field. Default is 200m.
19721 <ul>
19722 <li>Set with class: \ref ns3::DoubleValue</li>
19723 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19724 <li>Initial value: 200</li>
19725 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19726 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19727 </ul>
19728<li><b>ErlangRv</b>: Access to the underlying ErlangRandomVariable
19729 <ul>
19730 <li>Set with class: \ref ns3::PointerValue</li>
19731 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErlangRandomVariable></li>
19732 <li>Initial value: ns3::ErlangRandomVariable</li>
19733 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19735 </ul>
19736<li><b>GammaRv</b>: Access to the underlying GammaRandomVariable
19737 <ul>
19738 <li>Set with class: \ref ns3::PointerValue</li>
19739 <li>Underlying type: \ref ns3::Ptr< \ref ns3::GammaRandomVariable></li>
19740 <li>Initial value: ns3::GammaRandomVariable</li>
19741 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19743 </ul>
19744<li><b>m0</b>: m0 for distances smaller than Distance1. Default is 1.5.
19745 <ul>
19746 <li>Set with class: \ref ns3::DoubleValue</li>
19747 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19748 <li>Initial value: 1.5</li>
19749 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19751 </ul>
19752<li><b>m1</b>: m1 for distances smaller than Distance2. Default is 0.75.
19753 <ul>
19754 <li>Set with class: \ref ns3::DoubleValue</li>
19755 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19756 <li>Initial value: 0.75</li>
19757 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19759 </ul>
19760<li><b>m2</b>: m2 for distances greater than Distance2. Default is 0.75.
19761 <ul>
19762 <li>Set with class: \ref ns3::DoubleValue</li>
19763 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
19764 <li>Initial value: 0.75</li>
19765 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19767 </ul>
19768</ul>
19769No TraceSources are defined for this type.<br>
19770<b>Group:</b> Propagation
19771
19772<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
19773*/
19774
19775/*!
19776
19777\class ns3::NdiscCache
19778
19779Introspection did not find any typical Config paths.<br>
19780<h3>Attributes</h3>
19781<ul>
19782<li><b>UnresolvedQueueSize</b>: Size of the queue for packets pending an NA reply.
19783 <ul>
19784 <li>Set with class: \ref ns3::UintegerValue</li>
19785 <li>Underlying type: uint32_t 0:4294967295</li>
19786 <li>Initial value: 3</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> Internet
19793
19794<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
19795*/
19796
19797/*!
19798
19799\class ns3::NetDevice
19800
19801<h3>Config Paths</h3>
19802
19803ns3::NetDevice is accessible through the following paths with Config::Set and Config::Connect:
19804<ul>
19805<li>"/NodeList/[i]/DeviceList/[i]"</li>
19806</ul>
19807No Attributes are defined for this type.<br>
19808No TraceSources are defined for this type.<br>
19809<b>Group:</b> Network
19810
19811<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19812*/
19813
19814/*!
19815
19816\class ns3::NetDeviceQueue
19817
19818Introspection did not find any typical Config paths.<br>
19819No Attributes are defined for this type.<br>
19820No TraceSources are defined for this type.<br>
19821<b>Group:</b> Network
19822
19823<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
19824*/
19825
19826/*!
19827
19828\class ns3::NetDeviceQueueInterface
19829
19830Introspection did not find any typical Config paths.<br>
19831<h3>Attributes</h3>
19832<ul>
19833<li><b>NTxQueues</b>: The number of device transmission queues
19834 <ul>
19835 <li>Set with class: \ref ns3::UintegerValue</li>
19836 <li>Underlying type: uint16_t 1:65535</li>
19837 <li>Initial value: 1</li>
19838 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
19839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19840 </ul>
19841<li><b>TxQueuesType</b>: The type of transmission queues to be used
19842 <ul>
19843 <li>Set with class: \ref ns3::TypeIdValue</li>
19844 <li>Underlying type: \p TypeId</li>
19845 <li>Initial value: ns3::NetDeviceQueue</li>
19846 <li>Flags: <span class="mlabel">construct</span></li>
19847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19848 </ul>
19849</ul>
19850No TraceSources are defined for this type.<br>
19851<b>Group:</b> Network
19852
19853<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
19854*/
19855
19856/*!
19857
19858\class ns3::NeverLosChannelConditionModel
19859
19860Introspection did not find any typical Config paths.<br>
19861No Attributes are defined for this type.<br>
19862No TraceSources are defined for this type.<br>
19863<b>Group:</b> Propagation
19864
19865<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19866*/
19867
19868/*!
19869
19870\class ns3::NeverLosVehicleChannelConditionModel
19871
19872<h3>Config Paths</h3>
19873
19874ns3::NeverLosVehicleChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
19875<ul>
19876<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19877<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19878<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19879<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19880<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19881<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19882<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::NeverLosVehicleChannelConditionModel"</li>
19883</ul>
19884No Attributes are defined for this type.<br>
19885No TraceSources are defined for this type.<br>
19886<b>Group:</b> Propagation
19887
19888<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19889*/
19890
19891/*!
19892
19893\class ns3::NistErrorRateModel
19894
19895Introspection did not find any typical Config paths.<br>
19896No Attributes are defined for this type.<br>
19897No TraceSources are defined for this type.<br>
19898<b>Group:</b> Wifi
19899
19900<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
19901*/
19902
19903/*!
19904
19905\class ns3::NoBackhaulEpcHelper
19906
19907Introspection did not find any typical Config paths.<br>
19908<h3>Attributes</h3>
19909<ul>
19910<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created
19911 <ul>
19912 <li>Set with class: \ref ns3::DataRateValue</li>
19913 <li>Underlying type: \p DataRate</li>
19914 <li>Initial value: 10000000000bps</li>
19915 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19916 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19917 </ul>
19918<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created
19919 <ul>
19920 <li>Set with class: \ref ns3::TimeValue</li>
19921 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19922 <li>Initial value: +0ns</li>
19923 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19925 </ul>
19926<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.
19927 <ul>
19928 <li>Set with class: \ref ns3::UintegerValue</li>
19929 <li>Underlying type: uint16_t 0:65535</li>
19930 <li>Initial value: 2000</li>
19931 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19932 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19933 </ul>
19934<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created
19935 <ul>
19936 <li>Set with class: \ref ns3::DataRateValue</li>
19937 <li>Underlying type: \p DataRate</li>
19938 <li>Initial value: 10000000000bps</li>
19939 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19940 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19941 </ul>
19942<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created
19943 <ul>
19944 <li>Set with class: \ref ns3::TimeValue</li>
19945 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19946 <li>Initial value: +0ns</li>
19947 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19948 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19949 </ul>
19950<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created
19951 <ul>
19952 <li>Set with class: \ref ns3::UintegerValue</li>
19953 <li>Underlying type: uint16_t 0:65535</li>
19954 <li>Initial value: 2000</li>
19955 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19956 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19957 </ul>
19958<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created
19959 <ul>
19960 <li>Set with class: \ref ns3::DataRateValue</li>
19961 <li>Underlying type: \p DataRate</li>
19962 <li>Initial value: 10000000000bps</li>
19963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19965 </ul>
19966<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created
19967 <ul>
19968 <li>Set with class: \ref ns3::TimeValue</li>
19969 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
19970 <li>Initial value: +0ns</li>
19971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19973 </ul>
19974<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link
19975 <ul>
19976 <li>Set with class: \ref ns3::BooleanValue</li>
19977 <li>Underlying type: bool</li>
19978 <li>Initial value: false</li>
19979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19981 </ul>
19982<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.
19983 <ul>
19984 <li>Set with class: \ref ns3::UintegerValue</li>
19985 <li>Underlying type: uint16_t 0:65535</li>
19986 <li>Initial value: 3000</li>
19987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19989 </ul>
19990<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link
19991 <ul>
19992 <li>Set with class: \ref ns3::StringValue</li>
19993 <li>Underlying type: \p std::string</li>
19994 <li>Initial value: x2</li>
19995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
19996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
19997 </ul>
19998</ul>
19999No TraceSources are defined for this type.<br>
20000<b>Group:</b> Lte
20001
20002<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
20003*/
20004
20005/*!
20006
20007\class ns3::Node
20008
20009<h3>Config Paths</h3>
20010
20011ns3::Node is accessible through the following paths with Config::Set and Config::Connect:
20012<ul>
20013<li>"/NodeList/[i]"</li>
20014</ul>
20015<h3>Attributes</h3>
20016<ul>
20017<li><b>ApplicationList</b>: The list of applications associated to this Node.
20018 <ul>
20019 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20020 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Application></li>
20021 <li>Flags: <span class="mlabel">read</span></li>
20022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20023 </ul>
20024<li><b>DeviceList</b>: The list of devices associated to this Node.
20025 <ul>
20026 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20027 <li>Underlying type: \ref ns3::Ptr< \ref ns3::NetDevice></li>
20028 <li>Flags: <span class="mlabel">read</span></li>
20029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20030 </ul>
20031<li><b>Id</b>: The id (unique integer) of this Node.
20032 <ul>
20033 <li>Set with class: \ref ns3::UintegerValue</li>
20034 <li>Underlying type: uint32_t 0:4294967295</li>
20035 <li>Flags: <span class="mlabel">read</span></li>
20036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20037 </ul>
20038<li><b>SystemId</b>: The systemId of this node: a unique integer used for parallel simulations.
20039 <ul>
20040 <li>Set with class: \ref ns3::UintegerValue</li>
20041 <li>Underlying type: uint32_t 0:4294967295</li>
20042 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
20043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20044 </ul>
20045</ul>
20046No TraceSources are defined for this type.<br>
20047<b>Group:</b> Network
20048
20049<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
20050*/
20051
20052/*!
20053
20054\class ns3::NodeListPriv
20055
20056<h3>Config Paths</h3>
20057
20058ns3::NodeListPriv is accessible through the following paths with Config::Set and Config::Connect:
20059<ul>
20060<li>""</li>
20061</ul>
20062<h3>Attributes</h3>
20063<ul>
20064<li><b>NodeList</b>: The list of all nodes created during the simulation.
20065 <ul>
20066 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
20067 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Node></li>
20068 <li>Flags: <span class="mlabel">read</span></li>
20069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20070 </ul>
20071</ul>
20072No TraceSources are defined for this type.<br>
20073<b>Group:</b> Network
20074
20075<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20076*/
20077
20078/*!
20079
20080\class ns3::NonCommunicatingNetDevice
20081
20082<h3>Config Paths</h3>
20083
20084ns3::NonCommunicatingNetDevice is accessible through the following paths with Config::Set and Config::Connect:
20085<ul>
20086<li>"/NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice"</li>
20087</ul>
20088<h3>Attributes</h3>
20089<ul>
20090<li><b>Phy</b>: The PHY layer attached to this device.
20091 <ul>
20092 <li>Set with class: \ref ns3::PointerValue</li>
20093 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Object></li>
20094 <li>Initial value: 0</li>
20095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20097 </ul>
20098</ul>
20099No TraceSources are defined for this type.<br>
20100<b>Group:</b> Spectrum
20101
20102<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
20103*/
20104
20105/*!
20106
20107\class ns3::NoOpComponentCarrierManager
20108
20109<h3>Config Paths</h3>
20110
20111ns3::NoOpComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
20112<ul>
20113<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager"</li>
20114<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager"</li>
20115</ul>
20116No Attributes are defined for this type.<br>
20117No TraceSources are defined for this type.<br>
20118<b>Group:</b> Lte
20119
20120<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
20121*/
20122
20123/*!
20124
20125\class ns3::NoOpHandoverAlgorithm
20126
20127<h3>Config Paths</h3>
20128
20129ns3::NoOpHandoverAlgorithm is accessible through the following paths with Config::Set and Config::Connect:
20130<ul>
20131<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::NoOpHandoverAlgorithm"</li>
20132<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteHandoverAlgorithm/$ns3::NoOpHandoverAlgorithm"</li>
20133</ul>
20134No Attributes are defined for this type.<br>
20135No TraceSources are defined for this type.<br>
20136<b>Group:</b> Lte
20137
20138<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
20139*/
20140
20141/*!
20142
20143\class ns3::NormalRandomVariable
20144
20145<h3>Config Paths</h3>
20146
20147ns3::NormalRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
20148<ul>
20149<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20150<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20151<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20152<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20153<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20154<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20155<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20156<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20157<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20158<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20159<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20160<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20161<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20162<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20163<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20164<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::NormalRandomVariable"</li>
20165<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::NormalRandomVariable"</li>
20166<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20167<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20168<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20169<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20170<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20171<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20172<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20173<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::NormalRandomVariable"</li>
20174<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::NormalRandomVariable"</li>
20175<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::NormalRandomVariable"</li>
20176<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::NormalRandomVariable"</li>
20177<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::NormalRandomVariable"</li>
20178<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::NormalRandomVariable"</li>
20179<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::NormalRandomVariable"</li>
20180<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::NormalRandomVariable"</li>
20181<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::NormalRandomVariable"</li>
20182<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::NormalRandomVariable"</li>
20183<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::NormalRandomVariable"</li>
20184<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::NormalRandomVariable"</li>
20185<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalVelocity"</li>
20186<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalDirection"</li>
20187<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/NormalPitch"</li>
20188<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20189<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::NormalRandomVariable"</li>
20190<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::NormalRandomVariable"</li>
20191<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20192<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20193<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::NormalRandomVariable"</li>
20194<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::NormalRandomVariable"</li>
20195<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20196<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::NormalRandomVariable"</li>
20197<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20198<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::NormalRandomVariable"</li>
20199<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::NormalRandomVariable"</li>
20200<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::NormalRandomVariable"</li>
20201<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::NormalRandomVariable"</li>
20202<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::NormalRandomVariable"</li>
20203<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::NormalRandomVariable"</li>
20204<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::NormalRandomVariable"</li>
20205<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::NormalRandomVariable"</li>
20206<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::NormalRandomVariable"</li>
20207<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::NormalRandomVariable"</li>
20208<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::NormalRandomVariable"</li>
20209<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20210<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::NormalRandomVariable"</li>
20211<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::NormalRandomVariable"</li>
20212</ul>
20213<h3>Attributes</h3>
20214<ul>
20215<li><b>Bound</b>: The bound on the values returned by this RNG stream.
20216 <ul>
20217 <li>Set with class: \ref ns3::DoubleValue</li>
20218 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20219 <li>Initial value: 1e+307</li>
20220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20222 </ul>
20223<li><b>Mean</b>: The mean value for the normal distribution returned by this RNG stream.
20224 <ul>
20225 <li>Set with class: \ref ns3::DoubleValue</li>
20226 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20227 <li>Initial value: 0</li>
20228 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20230 </ul>
20231<li><b>Variance</b>: The variance value for the normal distribution returned by this RNG stream.
20232 <ul>
20233 <li>Set with class: \ref ns3::DoubleValue</li>
20234 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20235 <li>Initial value: 1</li>
20236 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20238 </ul>
20239</ul>
20240<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
20241<ul>
20242<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
20243 <ul>
20244 <li>Set with class: \ref ns3::BooleanValue</li>
20245 <li>Underlying type: bool</li>
20246 <li>Initial value: false</li>
20247 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20248 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20249 </ul>
20250<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.
20251 <ul>
20252 <li>Set with class: \ref ns3::IntegerValue</li>
20253 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
20254 <li>Initial value: -1</li>
20255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20257 </ul>
20258</ul>
20259No TraceSources are defined for this type.<br>
20260<b>Group:</b> Core
20261
20262<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
20263*/
20264
20265/*!
20266
20267\class ns3::Object
20268
20269Introspection did not find any typical Config paths.<br>
20270No Attributes are defined for this type.<br>
20271No TraceSources are defined for this type.<br>
20272<b>Group:</b> Core
20273
20274<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
20275*/
20276
20277/*!
20278
20279\class ns3::ObjectBase
20280
20281Introspection did not find any typical Config paths.<br>
20282No Attributes are defined for this type.<br>
20283No TraceSources are defined for this type.<br>
20284<b>Group:</b> Core
20285
20286<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
20287*/
20288
20289/*!
20290
20291\class ns3::ObssPdAlgorithm
20292
20293Introspection did not find any typical Config paths.<br>
20294<h3>Attributes</h3>
20295<ul>
20296<li><b>ObssPdLevel</b>: The current OBSS PD level (dBm).
20297 <ul>
20298 <li>Set with class: \ref ns3::DoubleValue</li>
20299 <li>Underlying type: double -101:-62</li>
20300 <li>Initial value: -82</li>
20301 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20303 </ul>
20304<li><b>ObssPdLevelMax</b>: Maximum value (dBm) of OBSS PD level.
20305 <ul>
20306 <li>Set with class: \ref ns3::DoubleValue</li>
20307 <li>Underlying type: double -101:-62</li>
20308 <li>Initial value: -62</li>
20309 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20310 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20311 </ul>
20312<li><b>ObssPdLevelMin</b>: Minimum value (dBm) of OBSS PD level.
20313 <ul>
20314 <li>Set with class: \ref ns3::DoubleValue</li>
20315 <li>Underlying type: double -101:-62</li>
20316 <li>Initial value: -82</li>
20317 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20319 </ul>
20320<li><b>TxPowerRefMimo</b>: The MIMO reference TX power level (dBm).
20321 <ul>
20322 <li>Set with class: \ref ns3::DoubleValue</li>
20323 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20324 <li>Initial value: 25</li>
20325 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20327 </ul>
20328<li><b>TxPowerRefSiso</b>: The SISO reference TX power level (dBm).
20329 <ul>
20330 <li>Set with class: \ref ns3::DoubleValue</li>
20331 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20332 <li>Initial value: 21</li>
20333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20335 </ul>
20336</ul>
20337<h3>TraceSources</h3>
20338<ul>
20339<li><b>Reset</b>: Trace CCA Reset event<br> <ul>
20340 <li> %Callback signature: ns3::ObssPdAlgorithm::ResetTracedCallback
20341</li>
20342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20343</ul>
20344</ul>
20345<b>Group:</b> Wifi
20346
20347<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
20348*/
20349
20350/*!
20351
20352\class ns3::OhBuildingsPropagationLossModel
20353
20354<h3>Config Paths</h3>
20355
20356ns3::OhBuildingsPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
20357<ul>
20358<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20359<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20360<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20361<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20362<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20363<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20364<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20365<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20366<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20367<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20368<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20369<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20370<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::BuildingsPropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20371<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OhBuildingsPropagationLossModel"</li>
20372</ul>
20373No Attributes are defined for this type.<br>
20374<h3>Attributes defined in parent class ns3::BuildingsPropagationLossModel</h3>
20375<ul>
20376<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]
20377 <ul>
20378 <li>Set with class: \ref ns3::DoubleValue</li>
20379 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20380 <li>Initial value: 5</li>
20381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20383 </ul>
20384<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls
20385 <ul>
20386 <li>Set with class: \ref ns3::DoubleValue</li>
20387 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20388 <li>Initial value: 5</li>
20389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20391 </ul>
20392<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes
20393 <ul>
20394 <li>Set with class: \ref ns3::DoubleValue</li>
20395 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20396 <li>Initial value: 8</li>
20397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20399 </ul>
20400<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes
20401 <ul>
20402 <li>Set with class: \ref ns3::DoubleValue</li>
20403 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20404 <li>Initial value: 7</li>
20405 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20406 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20407 </ul>
20408</ul>
20409No TraceSources are defined for this type.<br>
20410<b>Group:</b> Buildings
20411
20412<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
20413*/
20414
20415/*!
20416
20417\class ns3::OkumuraHataPropagationLossModel
20418
20419<h3>Config Paths</h3>
20420
20421ns3::OkumuraHataPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
20422<ul>
20423<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20424<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20425<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20426<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20427<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20428<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20429<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::OkumuraHataPropagationLossModel"</li>
20430</ul>
20431<h3>Attributes</h3>
20432<ul>
20433<li><b>CitySize</b>: Dimension of the city
20434 <ul>
20435 <li>Set with class: \ref ns3::EnumValue<ns3::CitySize></li>
20436 <li>Underlying type: \p Small|Medium|Large</li>
20437 <li>Initial value: Large</li>
20438 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20440 </ul>
20441<li><b>Environment</b>: Environment Scenario
20442 <ul>
20443 <li>Set with class: \ref ns3::EnumValue<ns3::EnvironmentType></li>
20444 <li>Underlying type: \p Urban|SubUrban|OpenAreas</li>
20445 <li>Initial value: Urban</li>
20446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20448 </ul>
20449<li><b>Frequency</b>: The propagation frequency in Hz
20450 <ul>
20451 <li>Set with class: \ref ns3::DoubleValue</li>
20452 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
20453 <li>Initial value: 2.16e+09</li>
20454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20456 </ul>
20457</ul>
20458No TraceSources are defined for this type.<br>
20459<b>Group:</b> Propagation
20460
20461<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20462*/
20463
20464/*!
20465
20466\class ns3::olsr::MessageHeader
20467
20468Introspection did not find any typical Config paths.<br>
20469No Attributes are defined for this type.<br>
20470No TraceSources are defined for this type.<br>
20471<b>Group:</b> Olsr
20472
20473<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
20474*/
20475
20476/*!
20477
20478\class ns3::olsr::PacketHeader
20479
20480Introspection did not find any typical Config paths.<br>
20481No Attributes are defined for this type.<br>
20482No TraceSources are defined for this type.<br>
20483<b>Group:</b> Olsr
20484
20485<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
20486*/
20487
20488/*!
20489
20490\class ns3::olsr::RoutingProtocol
20491
20492<h3>Config Paths</h3>
20493
20494ns3::olsr::RoutingProtocol is accessible through the following paths with Config::Set and Config::Connect:
20495<ul>
20496<li>"/NodeList/[i]/$ns3::olsr::RoutingProtocol"</li>
20497</ul>
20498<h3>Attributes</h3>
20499<ul>
20500<li><b>HelloInterval</b>: HELLO messages emission interval.
20501 <ul>
20502 <li>Set with class: \ref ns3::TimeValue</li>
20503 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20504 <li>Initial value: +2e+09ns</li>
20505 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20506 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20507 </ul>
20508<li><b>HnaInterval</b>: HNA messages emission interval. Normally it is equal to TcInterval.
20509 <ul>
20510 <li>Set with class: \ref ns3::TimeValue</li>
20511 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20512 <li>Initial value: +5e+09ns</li>
20513 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20515 </ul>
20516<li><b>MidInterval</b>: MID messages emission interval. Normally it is equal to TcInterval.
20517 <ul>
20518 <li>Set with class: \ref ns3::TimeValue</li>
20519 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20520 <li>Initial value: +5e+09ns</li>
20521 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20523 </ul>
20524<li><b>TcInterval</b>: TC messages emission interval.
20525 <ul>
20526 <li>Set with class: \ref ns3::TimeValue</li>
20527 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20528 <li>Initial value: +5e+09ns</li>
20529 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20530 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20531 </ul>
20532<li><b>Willingness</b>: Willingness of a node to carry and forward traffic for other nodes.
20533 <ul>
20534 <li>Set with class: \ref ns3::EnumValue<ns3::olsr::Willingness></li>
20535 <li>Underlying type: \p never|low|default|high|always</li>
20536 <li>Initial value: default</li>
20537 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20538 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20539 </ul>
20540</ul>
20541<h3>TraceSources</h3>
20542<ul>
20543<li><b>RoutingTableChanged</b>: The OLSR routing table has changed.<br> <ul>
20544 <li> %Callback signature: ns3::olsr::RoutingProtocol::TableChangeTracedCallback
20545</li>
20546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20547</ul>
20548<li><b>Rx</b>: Receive OLSR packet.<br> <ul>
20549 <li> %Callback signature: ns3::olsr::RoutingProtocol::PacketTxRxTracedCallback
20550</li>
20551 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20552</ul>
20553<li><b>Tx</b>: Send OLSR packet.<br> <ul>
20554 <li> %Callback signature: ns3::olsr::RoutingProtocol::PacketTxRxTracedCallback
20555</li>
20556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20557</ul>
20558</ul>
20559<b>Group:</b> Olsr
20560
20561<b>Size</b> of this type is 1016 bytes (on a 64-bit architecture).
20562*/
20563
20564/*!
20565
20566\class ns3::OnoeWifiManager
20567
20568<h3>Config Paths</h3>
20569
20570ns3::OnoeWifiManager is accessible through the following paths with Config::Set and Config::Connect:
20571<ul>
20572<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::OnoeWifiManager"</li>
20573<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::OnoeWifiManager"</li>
20574</ul>
20575<h3>Attributes</h3>
20576<ul>
20577<li><b>AddCreditThreshold</b>: Add credit threshold
20578 <ul>
20579 <li>Set with class: \ref ns3::UintegerValue</li>
20580 <li>Underlying type: uint32_t 0:4294967295</li>
20581 <li>Initial value: 10</li>
20582 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20584 </ul>
20585<li><b>RaiseThreshold</b>: Attempt to raise the rate if we hit that threshold
20586 <ul>
20587 <li>Set with class: \ref ns3::UintegerValue</li>
20588 <li>Underlying type: uint32_t 0:4294967295</li>
20589 <li>Initial value: 10</li>
20590 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20592 </ul>
20593<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes
20594 <ul>
20595 <li>Set with class: \ref ns3::TimeValue</li>
20596 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20597 <li>Initial value: +1e+09ns</li>
20598 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20599 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20600 </ul>
20601</ul>
20602<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
20603<ul>
20604<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.
20605 <ul>
20606 <li>Set with class: \ref ns3::UintegerValue</li>
20607 <li>Underlying type: uint8_t 0:255</li>
20608 <li>Initial value: 0</li>
20609 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20611 </ul>
20612<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
20613 <ul>
20614 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
20615 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
20616 <li>Initial value: Cts-To-Self</li>
20617 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20618 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20619 </ul>
20620<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.
20621 <ul>
20622 <li>Set with class: \ref ns3::UintegerValue</li>
20623 <li>Underlying type: uint32_t 256:65535</li>
20624 <li>Initial value: 65535</li>
20625 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20627 </ul>
20628<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
20629 <ul>
20630 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
20631 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
20632 <li>Initial value: Cts-To-Self</li>
20633 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20634 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20635 </ul>
20636<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.
20637 <ul>
20638 <li>Set with class: \ref ns3::BooleanValue</li>
20639 <li>Underlying type: bool</li>
20640 <li>Initial value: false</li>
20641 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20642 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20643 </ul>
20644<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.
20645 <ul>
20646 <li>Set with class: \ref ns3::UintegerValue</li>
20647 <li>Underlying type: uint32_t 0:4294967295</li>
20648 <li>Initial value: 4</li>
20649 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20650 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
20651 </ul>
20652<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.
20653 <ul>
20654 <li>Set with class: \ref ns3::UintegerValue</li>
20655 <li>Underlying type: uint32_t 0:4294967295</li>
20656 <li>Initial value: 7</li>
20657 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20658 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
20659 </ul>
20660<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
20661 <ul>
20662 <li>Set with class: \ref ns3::WifiModeValue</li>
20663 <li>Underlying type: \p WifiMode</li>
20664 <li>Initial value: Invalid-WifiMode</li>
20665 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20666 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20667 </ul>
20668<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.
20669 <ul>
20670 <li>Set with class: \ref ns3::UintegerValue</li>
20671 <li>Underlying type: uint32_t 0:4692480</li>
20672 <li>Initial value: 4692480</li>
20673 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
20674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20675 </ul>
20676<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.
20677 <ul>
20678 <li>Set with class: \ref ns3::TimeValue</li>
20679 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20680 <li>Initial value: +0ns</li>
20681 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20682 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20683 </ul>
20684</ul>
20685<h3>TraceSources</h3>
20686<ul>
20687<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
20688 <li> %Callback signature: ns3::TracedValueCallback::Uint64
20689</li>
20690 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20691</ul>
20692</ul>
20693<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
20694<ul>
20695<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
20696 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20697</li>
20698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20699</ul>
20700<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
20701 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20702</li>
20703 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20704</ul>
20705<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
20706 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20707</li>
20708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20709</ul>
20710<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
20711 <li> %Callback signature: ns3::Mac48Address::TracedCallback
20712</li>
20713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20714</ul>
20715</ul>
20716<b>Group:</b> Wifi
20717
20718<b>Size</b> of this type is 456 bytes (on a 64-bit architecture).
20719*/
20720
20721/*!
20722
20723\class ns3::OnOffApplication
20724
20725<h3>Config Paths</h3>
20726
20727ns3::OnOffApplication is accessible through the following paths with Config::Set and Config::Connect:
20728<ul>
20729<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication"</li>
20730<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication"</li>
20731</ul>
20732<h3>Attributes</h3>
20733<ul>
20734<li><b>DataRate</b>: The data rate in on state.
20735 <ul>
20736 <li>Set with class: \ref ns3::DataRateValue</li>
20737 <li>Underlying type: \p DataRate</li>
20738 <li>Initial value: 500000bps</li>
20739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20741 </ul>
20742<li><b>EnableSeqTsSizeHeader</b>: Enable use of SeqTsSizeHeader for sequence number and timestamp
20743 <ul>
20744 <li>Set with class: \ref ns3::BooleanValue</li>
20745 <li>Underlying type: bool</li>
20746 <li>Initial value: false</li>
20747 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20749 </ul>
20750<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.
20751 <ul>
20752 <li>Set with class: \ref ns3::UintegerValue</li>
20753 <li>Underlying type: uint64_t 0:18446744073709551615</li>
20754 <li>Initial value: 0</li>
20755 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20756 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20757 </ul>
20758<li><b>OffTime</b>: A RandomVariableStream used to pick the duration of the 'Off' state.
20759 <ul>
20760 <li>Set with class: \ref ns3::PointerValue</li>
20761 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20762 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
20763 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20765 </ul>
20766<li><b>OnTime</b>: A RandomVariableStream used to pick the duration of the 'On' state.
20767 <ul>
20768 <li>Set with class: \ref ns3::PointerValue</li>
20769 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20770 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
20771 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20773 </ul>
20774<li><b>PacketSize</b>: The size of packets sent in on state
20775 <ul>
20776 <li>Set with class: \ref ns3::UintegerValue</li>
20777 <li>Underlying type: uint32_t 1:4294967295</li>
20778 <li>Initial value: 512</li>
20779 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20780 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20781 </ul>
20782<li><b>Protocol</b>: The type of protocol to use. This should be a subclass of ns3::SocketFactory
20783 <ul>
20784 <li>Set with class: \ref ns3::TypeIdValue</li>
20785 <li>Underlying type: \p TypeId</li>
20786 <li>Initial value: ns3::UdpSocketFactory</li>
20787 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20788 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20789 </ul>
20790</ul>
20791<h3>Attributes defined in parent class ns3::SourceApplication</h3>
20792<ul>
20793<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
20794 <ul>
20795 <li>Set with class: \ref ns3::AddressValue</li>
20796 <li>Underlying type: \p Address</li>
20797 <li>Initial value: </li>
20798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20800 </ul>
20801<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
20802 <ul>
20803 <li>Set with class: \ref ns3::AddressValue</li>
20804 <li>Underlying type: \p Address</li>
20805 <li>Initial value: </li>
20806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20808 </ul>
20809<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).
20810 <ul>
20811 <li>Set with class: \ref ns3::UintegerValue</li>
20812 <li>Underlying type: uint8_t 0:255</li>
20813 <li>Initial value: 0</li>
20814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20816 </ul>
20817</ul>
20818<h3>Attributes defined in parent class ns3::Application</h3>
20819<ul>
20820<li><b>StartTime</b>: Time at which the application will start
20821 <ul>
20822 <li>Set with class: \ref ns3::TimeValue</li>
20823 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20824 <li>Initial value: +0ns</li>
20825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20827 </ul>
20828<li><b>StopTime</b>: Time at which the application will stop
20829 <ul>
20830 <li>Set with class: \ref ns3::TimeValue</li>
20831 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20832 <li>Initial value: +0ns</li>
20833 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20835 </ul>
20836</ul>
20837<h3>TraceSources</h3>
20838<ul>
20839<li><b>OnOffState</b>: Application state (0-OFF, 1-ON)<br> <ul>
20840 <li> %Callback signature: ns3::TracedValueCallback::Bool
20841</li>
20842 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20843</ul>
20844<li><b>Tx</b>: A new packet is created and is sent<br> <ul>
20845 <li> %Callback signature: ns3::Packet::TracedCallback
20846</li>
20847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20848</ul>
20849<li><b>TxWithAddresses</b>: A new packet is created and is sent<br> <ul>
20850 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
20851</li>
20852 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20853</ul>
20854<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader<br> <ul>
20855 <li> %Callback signature: ns3::PacketSink::SeqTsSizeCallback
20856</li>
20857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20858</ul>
20859</ul>
20860<b>Group:</b> Applications
20861
20862<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
20863*/
20864
20865/*!
20866
20867\class ns3::OrbisTopologyReader
20868
20869Introspection did not find any typical Config paths.<br>
20870No Attributes are defined for this type.<br>
20871No TraceSources are defined for this type.<br>
20872<b>Group:</b> TopologyReader
20873
20874<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
20875*/
20876
20877/*!
20878
20879\class ns3::OutdoorPositionAllocator
20880
20881<h3>Config Paths</h3>
20882
20883ns3::OutdoorPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
20884<ul>
20885<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator"</li>
20886</ul>
20887<h3>Attributes</h3>
20888<ul>
20889<li><b>MaxAttempts</b>: Maximum number of attempts for the rejection sampling before giving up.
20890 <ul>
20891 <li>Set with class: \ref ns3::UintegerValue</li>
20892 <li>Underlying type: uint32_t 0:4294967295</li>
20893 <li>Initial value: 1000</li>
20894 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20896 </ul>
20897<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.
20898 <ul>
20899 <li>Set with class: \ref ns3::PointerValue</li>
20900 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20901 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20902 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20904 </ul>
20905<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.
20906 <ul>
20907 <li>Set with class: \ref ns3::PointerValue</li>
20908 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20909 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20912 </ul>
20913<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.
20914 <ul>
20915 <li>Set with class: \ref ns3::PointerValue</li>
20916 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
20917 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
20918 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20919 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20920 </ul>
20921</ul>
20922No TraceSources are defined for this type.<br>
20923<b>Group:</b> Buildings
20924
20925<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
20926*/
20927
20928/*!
20929
20930\class ns3::PacketBurst
20931
20932Introspection did not find any typical Config paths.<br>
20933No Attributes are defined for this type.<br>
20934No TraceSources are defined for this type.<br>
20935<b>Group:</b> Network
20936
20937<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
20938*/
20939
20940/*!
20941
20942\class ns3::PacketFilter
20943
20944Introspection did not find any typical Config paths.<br>
20945No Attributes are defined for this type.<br>
20946No TraceSources are defined for this type.<br>
20947<b>Group:</b> TrafficControl
20948
20949<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
20950*/
20951
20952/*!
20953
20954\class ns3::PacketProbe
20955
20956Introspection did not find any typical Config paths.<br>
20957No Attributes are defined for this type.<br>
20958<h3>Attributes defined in parent class ns3::Probe</h3>
20959<ul>
20960<li><b>Start</b>: Time data collection starts
20961 <ul>
20962 <li>Set with class: \ref ns3::TimeValue</li>
20963 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20964 <li>Initial value: +0ns</li>
20965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20967 </ul>
20968<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
20969 <ul>
20970 <li>Set with class: \ref ns3::TimeValue</li>
20971 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
20972 <li>Initial value: +0ns</li>
20973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20975 </ul>
20976</ul>
20977<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
20978<ul>
20979<li><b>Enabled</b>: Object's enabled status
20980 <ul>
20981 <li>Set with class: \ref ns3::BooleanValue</li>
20982 <li>Underlying type: bool</li>
20983 <li>Initial value: true</li>
20984 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20985 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20986 </ul>
20987<li><b>Name</b>: Object's name
20988 <ul>
20989 <li>Set with class: \ref ns3::StringValue</li>
20990 <li>Underlying type: \p std::string</li>
20991 <li>Initial value: unnamed</li>
20992 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
20993 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
20994 </ul>
20995</ul>
20996<h3>TraceSources</h3>
20997<ul>
20998<li><b>Output</b>: The packet that serve as the output for this probe<br> <ul>
20999 <li> %Callback signature: ns3::Packet::TracedCallback
21000</li>
21001 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21002</ul>
21003<li><b>OutputBytes</b>: The number of bytes in the packet<br> <ul>
21004 <li> %Callback signature: ns3::Packet::SizeTracedCallback
21005</li>
21006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21007</ul>
21008</ul>
21009<b>Group:</b> Network
21010
21011<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
21012*/
21013
21014/*!
21015
21016\class ns3::PacketSink
21017
21018<h3>Config Paths</h3>
21019
21020ns3::PacketSink is accessible through the following paths with Config::Set and Config::Connect:
21021<ul>
21022<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSink"</li>
21023<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::PacketSink"</li>
21024</ul>
21025<h3>Attributes</h3>
21026<ul>
21027<li><b>EnableSeqTsSizeHeader</b>: Enable optional header tracing of SeqTsSizeHeader
21028 <ul>
21029 <li>Set with class: \ref ns3::BooleanValue</li>
21030 <li>Underlying type: bool</li>
21031 <li>Initial value: false</li>
21032 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21033 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21034 </ul>
21035<li><b>Protocol</b>: The type id of the protocol to use for the rx socket.
21036 <ul>
21037 <li>Set with class: \ref ns3::TypeIdValue</li>
21038 <li>Underlying type: \p TypeId</li>
21039 <li>Initial value: ns3::UdpSocketFactory</li>
21040 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21042 </ul>
21043</ul>
21044<h3>Attributes defined in parent class ns3::SinkApplication</h3>
21045<ul>
21046<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
21047 <ul>
21048 <li>Set with class: \ref ns3::AddressValue</li>
21049 <li>Underlying type: \p Address</li>
21050 <li>Initial value: </li>
21051 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21053 </ul>
21054<li><b>Port</b>: Port on which the application listens for incoming packets.
21055 <ul>
21056 <li>Set with class: \ref ns3::UintegerValue</li>
21057 <li>Underlying type: uint32_t 0:4294967295</li>
21058 <li>Initial value: 4294967295</li>
21059 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21060 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21061 </ul>
21062</ul>
21063<h3>Attributes defined in parent class ns3::Application</h3>
21064<ul>
21065<li><b>StartTime</b>: Time at which the application will start
21066 <ul>
21067 <li>Set with class: \ref ns3::TimeValue</li>
21068 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21069 <li>Initial value: +0ns</li>
21070 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21071 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21072 </ul>
21073<li><b>StopTime</b>: Time at which the application will stop
21074 <ul>
21075 <li>Set with class: \ref ns3::TimeValue</li>
21076 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21077 <li>Initial value: +0ns</li>
21078 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21079 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21080 </ul>
21081</ul>
21082<h3>TraceSources</h3>
21083<ul>
21084<li><b>Rx</b>: A packet has been received<br> <ul>
21085 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21086</li>
21087 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21088</ul>
21089<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
21090 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
21091</li>
21092 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21093</ul>
21094<li><b>RxWithSeqTsSize</b>: A packet with SeqTsSize header has been received<br> <ul>
21095 <li> %Callback signature: ns3::PacketSink::SeqTsSizeCallback
21096</li>
21097 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21098</ul>
21099</ul>
21100<b>Group:</b> Applications
21101
21102<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
21103*/
21104
21105/*!
21106
21107\class ns3::PacketSocket
21108
21109Introspection did not find any typical Config paths.<br>
21110<h3>Attributes</h3>
21111<ul>
21112<li><b>RcvBufSize</b>: PacketSocket maximum receive buffer size (bytes)
21113 <ul>
21114 <li>Set with class: \ref ns3::UintegerValue</li>
21115 <li>Underlying type: uint32_t 0:4294967295</li>
21116 <li>Initial value: 131072</li>
21117 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21119 </ul>
21120</ul>
21121<h3>TraceSources</h3>
21122<ul>
21123<li><b>Drop</b>: Drop packet due to receive buffer overflow<br> <ul>
21124 <li> %Callback signature: ns3::Packet::TracedCallback
21125</li>
21126 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21127</ul>
21128</ul>
21129<b>Group:</b> Network
21130
21131<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
21132*/
21133
21134/*!
21135
21136\class ns3::PacketSocketClient
21137
21138<h3>Config Paths</h3>
21139
21140ns3::PacketSocketClient is accessible through the following paths with Config::Set and Config::Connect:
21141<ul>
21142<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSocketClient"</li>
21143</ul>
21144<h3>Attributes</h3>
21145<ul>
21146<li><b>Interval</b>: The time to wait between packets
21147 <ul>
21148 <li>Set with class: \ref ns3::TimeValue</li>
21149 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21150 <li>Initial value: +1e+09ns</li>
21151 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21153 </ul>
21154<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
21155 <ul>
21156 <li>Set with class: \ref ns3::UintegerValue</li>
21157 <li>Underlying type: uint32_t 0:4294967295</li>
21158 <li>Initial value: 100</li>
21159 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21161 </ul>
21162<li><b>PacketSize</b>: Size of packets generated (bytes).
21163 <ul>
21164 <li>Set with class: \ref ns3::UintegerValue</li>
21165 <li>Underlying type: uint32_t 0:4294967295</li>
21166 <li>Initial value: 1024</li>
21167 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21169 </ul>
21170<li><b>Priority</b>: Priority assigned to the packets generated.
21171 <ul>
21172 <li>Set with class: \ref ns3::UintegerValue</li>
21173 <li>Underlying type: uint8_t 0:255</li>
21174 <li>Initial value: 0</li>
21175 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21177 </ul>
21178</ul>
21179<h3>Attributes defined in parent class ns3::Application</h3>
21180<ul>
21181<li><b>StartTime</b>: Time at which the application will start
21182 <ul>
21183 <li>Set with class: \ref ns3::TimeValue</li>
21184 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21185 <li>Initial value: +0ns</li>
21186 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21187 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21188 </ul>
21189<li><b>StopTime</b>: Time at which the application will stop
21190 <ul>
21191 <li>Set with class: \ref ns3::TimeValue</li>
21192 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21193 <li>Initial value: +0ns</li>
21194 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21195 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21196 </ul>
21197</ul>
21198<h3>TraceSources</h3>
21199<ul>
21200<li><b>Tx</b>: A packet has been sent<br> <ul>
21201 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21202</li>
21203 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21204</ul>
21205</ul>
21206<b>Group:</b> Network
21207
21208<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
21209*/
21210
21211/*!
21212
21213\class ns3::PacketSocketFactory
21214
21215<h3>Config Paths</h3>
21216
21217ns3::PacketSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
21218<ul>
21219<li>"/NodeList/[i]/$ns3::PacketSocketFactory"</li>
21220</ul>
21221No Attributes are defined for this type.<br>
21222No TraceSources are defined for this type.<br>
21223<b>Group:</b> Network
21224
21225<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
21226*/
21227
21228/*!
21229
21230\class ns3::PacketSocketServer
21231
21232<h3>Config Paths</h3>
21233
21234ns3::PacketSocketServer is accessible through the following paths with Config::Set and Config::Connect:
21235<ul>
21236<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::PacketSocketServer"</li>
21237</ul>
21238No Attributes are defined for this type.<br>
21239<h3>Attributes defined in parent class ns3::Application</h3>
21240<ul>
21241<li><b>StartTime</b>: Time at which the application will start
21242 <ul>
21243 <li>Set with class: \ref ns3::TimeValue</li>
21244 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21245 <li>Initial value: +0ns</li>
21246 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21248 </ul>
21249<li><b>StopTime</b>: Time at which the application will stop
21250 <ul>
21251 <li>Set with class: \ref ns3::TimeValue</li>
21252 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21253 <li>Initial value: +0ns</li>
21254 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21256 </ul>
21257</ul>
21258<h3>TraceSources</h3>
21259<ul>
21260<li><b>Rx</b>: A packet has been received<br> <ul>
21261 <li> %Callback signature: ns3::Packet::AddressTracedCallback
21262</li>
21263 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21264</ul>
21265</ul>
21266<b>Group:</b> Network
21267
21268<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
21269*/
21270
21271/*!
21272
21273\class ns3::PacketSocketTag
21274
21275Introspection did not find any typical Config paths.<br>
21276No Attributes are defined for this type.<br>
21277No TraceSources are defined for this type.<br>
21278<b>Group:</b> Network
21279
21280<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
21281*/
21282
21283/*!
21284
21285\class ns3::ParabolicAntennaModel
21286
21287Introspection did not find any typical Config paths.<br>
21288<h3>Attributes</h3>
21289<ul>
21290<li><b>Beamwidth</b>: The 3dB beamwidth (degrees)
21291 <ul>
21292 <li>Set with class: \ref ns3::DoubleValue</li>
21293 <li>Underlying type: double 0:180</li>
21294 <li>Initial value: 60</li>
21295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21297 </ul>
21298<li><b>MaxAttenuation</b>: The maximum attenuation (dB) of the antenna radiation pattern.
21299 <ul>
21300 <li>Set with class: \ref ns3::DoubleValue</li>
21301 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21302 <li>Initial value: 20</li>
21303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21305 </ul>
21306<li><b>Orientation</b>: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis
21307 <ul>
21308 <li>Set with class: \ref ns3::DoubleValue</li>
21309 <li>Underlying type: double -360:360</li>
21310 <li>Initial value: 0</li>
21311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21313 </ul>
21314</ul>
21315No TraceSources are defined for this type.<br>
21316<b>Group:</b> Antenna
21317
21318<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
21319*/
21320
21321/*!
21322
21323\class ns3::ParetoRandomVariable
21324
21325<h3>Config Paths</h3>
21326
21327ns3::ParetoRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
21328<ul>
21329<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21330<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21331<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21332<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21333<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21334<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21335<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21336<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21337<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21338<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21339<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21340<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21341<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21342<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21343<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21344<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ParetoRandomVariable"</li>
21345<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ParetoRandomVariable"</li>
21346<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21347<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21348<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21349<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21350<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21351<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21352<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21353<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ParetoRandomVariable"</li>
21354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ParetoRandomVariable"</li>
21355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ParetoRandomVariable"</li>
21356<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ParetoRandomVariable"</li>
21357<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ParetoRandomVariable"</li>
21358<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ParetoRandomVariable"</li>
21359<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ParetoRandomVariable"</li>
21360<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ParetoRandomVariable"</li>
21361<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ParetoRandomVariable"</li>
21362<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ParetoRandomVariable"</li>
21363<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ParetoRandomVariable"</li>
21364<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ParetoRandomVariable"</li>
21365<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21366<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ParetoRandomVariable"</li>
21367<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ParetoRandomVariable"</li>
21368<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21369<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21370<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ParetoRandomVariable"</li>
21371<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21372<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21373<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21374<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21375<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ParetoRandomVariable"</li>
21376<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ParetoRandomVariable"</li>
21377<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ParetoRandomVariable"</li>
21378<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ParetoRandomVariable"</li>
21379<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ParetoRandomVariable"</li>
21380<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ParetoRandomVariable"</li>
21381<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ParetoRandomVariable"</li>
21382<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ParetoRandomVariable"</li>
21383<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ParetoRandomVariable"</li>
21384<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ParetoRandomVariable"</li>
21385<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ParetoRandomVariable"</li>
21386<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21387<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ParetoRandomVariable"</li>
21388<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ParetoRandomVariable"</li>
21389</ul>
21390<h3>Attributes</h3>
21391<ul>
21392<li><b>Bound</b>: The upper bound on the values returned by this RNG stream (if non-zero).
21393 <ul>
21394 <li>Set with class: \ref ns3::DoubleValue</li>
21395 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21396 <li>Initial value: 0</li>
21397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21399 </ul>
21400<li><b>Scale</b>: The scale parameter for the Pareto distribution returned by this RNG stream.
21401 <ul>
21402 <li>Set with class: \ref ns3::DoubleValue</li>
21403 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21404 <li>Initial value: 1</li>
21405 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21406 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21407 </ul>
21408<li><b>Shape</b>: The shape parameter for the Pareto distribution returned by this RNG stream.
21409 <ul>
21410 <li>Set with class: \ref ns3::DoubleValue</li>
21411 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21412 <li>Initial value: 2</li>
21413 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21414 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21415 </ul>
21416</ul>
21417<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
21418<ul>
21419<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
21420 <ul>
21421 <li>Set with class: \ref ns3::BooleanValue</li>
21422 <li>Underlying type: bool</li>
21423 <li>Initial value: false</li>
21424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21426 </ul>
21427<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.
21428 <ul>
21429 <li>Set with class: \ref ns3::IntegerValue</li>
21430 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
21431 <li>Initial value: -1</li>
21432 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21434 </ul>
21435</ul>
21436No TraceSources are defined for this type.<br>
21437<b>Group:</b> Core
21438
21439<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
21440*/
21441
21442/*!
21443
21444\class ns3::ParfWifiManager
21445
21446<h3>Config Paths</h3>
21447
21448ns3::ParfWifiManager is accessible through the following paths with Config::Set and Config::Connect:
21449<ul>
21450<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ParfWifiManager"</li>
21451<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ParfWifiManager"</li>
21452</ul>
21453<h3>Attributes</h3>
21454<ul>
21455<li><b>AttemptThreshold</b>: The minimum number of transmission attempts to try a new power or rate.
21456 <ul>
21457 <li>Set with class: \ref ns3::UintegerValue</li>
21458 <li>Underlying type: uint32_t 0:4294967295</li>
21459 <li>Initial value: 15</li>
21460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21462 </ul>
21463<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new power or rate.
21464 <ul>
21465 <li>Set with class: \ref ns3::UintegerValue</li>
21466 <li>Underlying type: uint32_t 0:4294967295</li>
21467 <li>Initial value: 10</li>
21468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21470 </ul>
21471</ul>
21472<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
21473<ul>
21474<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.
21475 <ul>
21476 <li>Set with class: \ref ns3::UintegerValue</li>
21477 <li>Underlying type: uint8_t 0:255</li>
21478 <li>Initial value: 0</li>
21479 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21481 </ul>
21482<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
21483 <ul>
21484 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
21485 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
21486 <li>Initial value: Cts-To-Self</li>
21487 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21488 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21489 </ul>
21490<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.
21491 <ul>
21492 <li>Set with class: \ref ns3::UintegerValue</li>
21493 <li>Underlying type: uint32_t 256:65535</li>
21494 <li>Initial value: 65535</li>
21495 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21496 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21497 </ul>
21498<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
21499 <ul>
21500 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
21501 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
21502 <li>Initial value: Cts-To-Self</li>
21503 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21504 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21505 </ul>
21506<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.
21507 <ul>
21508 <li>Set with class: \ref ns3::BooleanValue</li>
21509 <li>Underlying type: bool</li>
21510 <li>Initial value: false</li>
21511 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21512 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21513 </ul>
21514<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.
21515 <ul>
21516 <li>Set with class: \ref ns3::UintegerValue</li>
21517 <li>Underlying type: uint32_t 0:4294967295</li>
21518 <li>Initial value: 4</li>
21519 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21520 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
21521 </ul>
21522<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.
21523 <ul>
21524 <li>Set with class: \ref ns3::UintegerValue</li>
21525 <li>Underlying type: uint32_t 0:4294967295</li>
21526 <li>Initial value: 7</li>
21527 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21528 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
21529 </ul>
21530<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
21531 <ul>
21532 <li>Set with class: \ref ns3::WifiModeValue</li>
21533 <li>Underlying type: \p WifiMode</li>
21534 <li>Initial value: Invalid-WifiMode</li>
21535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21537 </ul>
21538<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.
21539 <ul>
21540 <li>Set with class: \ref ns3::UintegerValue</li>
21541 <li>Underlying type: uint32_t 0:4692480</li>
21542 <li>Initial value: 4692480</li>
21543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21545 </ul>
21546<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.
21547 <ul>
21548 <li>Set with class: \ref ns3::TimeValue</li>
21549 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21550 <li>Initial value: +0ns</li>
21551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21553 </ul>
21554</ul>
21555<h3>TraceSources</h3>
21556<ul>
21557<li><b>PowerChange</b>: The transmission power has change<br> <ul>
21558 <li> %Callback signature: ns3::WifiRemoteStationManager::PowerChangeTracedCallback
21559</li>
21560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21561</ul>
21562<li><b>RateChange</b>: The transmission rate has change<br> <ul>
21563 <li> %Callback signature: ns3::WifiRemoteStationManager::RateChangeTracedCallback
21564</li>
21565 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21566</ul>
21567</ul>
21568<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
21569<ul>
21570<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
21571 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21572</li>
21573 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21574</ul>
21575<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
21576 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21577</li>
21578 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21579</ul>
21580<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
21581 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21582</li>
21583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21584</ul>
21585<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
21586 <li> %Callback signature: ns3::Mac48Address::TracedCallback
21587</li>
21588 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21589</ul>
21590</ul>
21591<b>Group:</b> Wifi
21592
21593<b>Size</b> of this type is 472 bytes (on a 64-bit architecture).
21594*/
21595
21596/*!
21597
21598\class ns3::PbbPacket
21599
21600Introspection did not find any typical Config paths.<br>
21601No Attributes are defined for this type.<br>
21602No TraceSources are defined for this type.<br>
21603<b>Group:</b> Network
21604
21605<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
21606*/
21607
21608/*!
21609
21610\class ns3::PcapFileWrapper
21611
21612Introspection did not find any typical Config paths.<br>
21613<h3>Attributes</h3>
21614<ul>
21615<li><b>CaptureSize</b>: Maximum length of captured packets (cf. pcap snaplen)
21616 <ul>
21617 <li>Set with class: \ref ns3::UintegerValue</li>
21618 <li>Underlying type: uint32_t 0:65535</li>
21619 <li>Initial value: 65535</li>
21620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21622 </ul>
21623<li><b>NanosecMode</b>: Whether packet timestamps in the PCAP file are nanoseconds or microseconds(default).
21624 <ul>
21625 <li>Set with class: \ref ns3::BooleanValue</li>
21626 <li>Underlying type: bool</li>
21627 <li>Initial value: false</li>
21628 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21629 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21630 </ul>
21631</ul>
21632No TraceSources are defined for this type.<br>
21633<b>Group:</b> Network
21634
21635<b>Size</b> of this type is 656 bytes (on a 64-bit architecture).
21636*/
21637
21638/*!
21639
21640\class ns3::PdcpTag
21641
21642Introspection did not find any typical Config paths.<br>
21643No Attributes are defined for this type.<br>
21644No TraceSources are defined for this type.<br>
21645<b>Group:</b> Lte
21646
21647<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
21648*/
21649
21650/*!
21651
21652\class ns3::PfFfMacScheduler
21653
21654<h3>Config Paths</h3>
21655
21656ns3::PfFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
21657<ul>
21658<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PfFfMacScheduler"</li>
21659<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PfFfMacScheduler"</li>
21660</ul>
21661<h3>Attributes</h3>
21662<ul>
21663<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
21664 <ul>
21665 <li>Set with class: \ref ns3::UintegerValue</li>
21666 <li>Underlying type: uint32_t 0:4294967295</li>
21667 <li>Initial value: 1000</li>
21668 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21669 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21670 </ul>
21671<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
21672 <ul>
21673 <li>Set with class: \ref ns3::BooleanValue</li>
21674 <li>Underlying type: bool</li>
21675 <li>Initial value: true</li>
21676 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21678 </ul>
21679<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
21680 <ul>
21681 <li>Set with class: \ref ns3::UintegerValue</li>
21682 <li>Underlying type: uint8_t 0:255</li>
21683 <li>Initial value: 0</li>
21684 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21685 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21686 </ul>
21687</ul>
21688<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
21689<ul>
21690<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
21691 <ul>
21692 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
21693 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
21694 <li>Initial value: SRS_UL_CQI</li>
21695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21697 </ul>
21698</ul>
21699No TraceSources are defined for this type.<br>
21700<b>Group:</b> Lte
21701
21702<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
21703*/
21704
21705/*!
21706
21707\class ns3::PfifoFastQueueDisc
21708
21709Introspection did not find any typical Config paths.<br>
21710<h3>Attributes</h3>
21711<ul>
21712<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc.
21713 <ul>
21714 <li>Set with class: \ref ns3::QueueSizeValue</li>
21715 <li>Underlying type: \p QueueSize</li>
21716 <li>Initial value: 1000p</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>
21721<h3>Attributes defined in parent class ns3::QueueDisc</h3>
21722<ul>
21723<li><b>InternalQueueList</b>: The list of internal queues.
21724 <ul>
21725 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21726 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
21727 <li>Flags: <span class="mlabel">read</span></li>
21728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21729 </ul>
21730<li><b>PacketFilterList</b>: The list of packet filters.
21731 <ul>
21732 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21733 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
21734 <li>Flags: <span class="mlabel">read</span></li>
21735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21736 </ul>
21737<li><b>QueueDiscClassList</b>: The list of queue disc classes.
21738 <ul>
21739 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
21740 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
21741 <li>Flags: <span class="mlabel">read</span></li>
21742 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21743 </ul>
21744<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
21745 <ul>
21746 <li>Set with class: \ref ns3::UintegerValue</li>
21747 <li>Underlying type: uint32_t 0:4294967295</li>
21748 <li>Initial value: 64</li>
21749 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21750 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21751 </ul>
21752</ul>
21753No TraceSources are defined for this type.<br>
21754<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
21755<ul>
21756<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
21757 <li> %Callback signature: ns3::TracedValueCallback::Uint32
21758</li>
21759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21760</ul>
21761<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
21762 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21763</li>
21764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21765</ul>
21766<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
21767 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21768</li>
21769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21770</ul>
21771<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
21772 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21773</li>
21774 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21775</ul>
21776<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
21777 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21778</li>
21779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21780</ul>
21781<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
21782 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21783</li>
21784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21785</ul>
21786<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
21787 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21788</li>
21789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21790</ul>
21791<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
21792 <li> %Callback signature: ns3::TracedValueCallback::Uint32
21793</li>
21794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21795</ul>
21796<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
21797 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
21798</li>
21799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21800</ul>
21801<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
21802 <li> %Callback signature: ns3::Time::TracedCallback
21803</li>
21804 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21805</ul>
21806</ul>
21807<b>Group:</b> TrafficControl
21808
21809<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
21810*/
21811
21812/*!
21813
21814\class ns3::PhasedArrayModel
21815
21816Introspection did not find any typical Config paths.<br>
21817<h3>Attributes</h3>
21818<ul>
21819<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array
21820 <ul>
21821 <li>Set with class: \ref ns3::PointerValue</li>
21822 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
21823 <li>Initial value: 0x20f1a50</li>
21824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21826 </ul>
21827</ul>
21828No TraceSources are defined for this type.<br>
21829<b>Group:</b> Antenna
21830
21831<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
21832*/
21833
21834/*!
21835
21836\class ns3::PhasedArraySpectrumPropagationLossModel
21837
21838Introspection did not find any typical Config paths.<br>
21839No Attributes are defined for this type.<br>
21840No TraceSources are defined for this type.<br>
21841<b>Group:</b> Spectrum
21842
21843<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
21844*/
21845
21846/*!
21847
21848\class ns3::PhyRxStatsCalculator
21849
21850Introspection did not find any typical Config paths.<br>
21851<h3>Attributes</h3>
21852<ul>
21853<li><b>DlRxOutputFilename</b>: Name of the file where the downlink results will be saved.
21854 <ul>
21855 <li>Set with class: \ref ns3::StringValue</li>
21856 <li>Underlying type: \p std::string</li>
21857 <li>Initial value: DlRxPhyStats.txt</li>
21858 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21860 </ul>
21861<li><b>UlRxOutputFilename</b>: Name of the file where the uplink results will be saved.
21862 <ul>
21863 <li>Set with class: \ref ns3::StringValue</li>
21864 <li>Underlying type: \p std::string</li>
21865 <li>Initial value: UlRxPhyStats.txt</li>
21866 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21867 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21868 </ul>
21869</ul>
21870No TraceSources are defined for this type.<br>
21871<b>Group:</b> Lte
21872
21873<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
21874*/
21875
21876/*!
21877
21878\class ns3::PhyStatsCalculator
21879
21880Introspection did not find any typical Config paths.<br>
21881<h3>Attributes</h3>
21882<ul>
21883<li><b>DlRsrpSinrFilename</b>: Name of the file where the RSRP/SINR statistics 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: DlRsrpSinrStats.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<li><b>UlInterferenceFilename</b>: Name of the file where the interference statistics will be saved.
21892 <ul>
21893 <li>Set with class: \ref ns3::StringValue</li>
21894 <li>Underlying type: \p std::string</li>
21895 <li>Initial value: UlInterferenceStats.txt</li>
21896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21898 </ul>
21899<li><b>UlSinrFilename</b>: Name of the file where the UE SINR statistics will be saved.
21900 <ul>
21901 <li>Set with class: \ref ns3::StringValue</li>
21902 <li>Underlying type: \p std::string</li>
21903 <li>Initial value: UlSinrStats.txt</li>
21904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21906 </ul>
21907</ul>
21908No TraceSources are defined for this type.<br>
21909<b>Group:</b> Lte
21910
21911<b>Size</b> of this type is 1856 bytes (on a 64-bit architecture).
21912*/
21913
21914/*!
21915
21916\class ns3::PhyTxStatsCalculator
21917
21918Introspection did not find any typical Config paths.<br>
21919<h3>Attributes</h3>
21920<ul>
21921<li><b>DlTxOutputFilename</b>: Name of the file where the downlink results 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: DlTxPhyStats.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<li><b>UlTxOutputFilename</b>: Name of the file where the uplink results will be saved.
21930 <ul>
21931 <li>Set with class: \ref ns3::StringValue</li>
21932 <li>Underlying type: \p std::string</li>
21933 <li>Initial value: UlTxPhyStats.txt</li>
21934 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
21935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21936 </ul>
21937</ul>
21938No TraceSources are defined for this type.<br>
21939<b>Group:</b> Lte
21940
21941<b>Size</b> of this type is 1248 bytes (on a 64-bit architecture).
21942*/
21943
21944/*!
21945
21946\class ns3::PieQueueDisc
21947
21948Introspection did not find any typical Config paths.<br>
21949<h3>Attributes</h3>
21950<ul>
21951<li><b>A</b>: Value of alpha
21952 <ul>
21953 <li>Set with class: \ref ns3::DoubleValue</li>
21954 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21955 <li>Initial value: 0.125</li>
21956 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21957 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21958 </ul>
21959<li><b>ActiveThreshold</b>: Threshold for activating PIE (disabled by default)
21960 <ul>
21961 <li>Set with class: \ref ns3::TimeValue</li>
21962 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21963 <li>Initial value: +9.22337e+18ns</li>
21964 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21965 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21966 </ul>
21967<li><b>B</b>: Value of beta
21968 <ul>
21969 <li>Set with class: \ref ns3::DoubleValue</li>
21970 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
21971 <li>Initial value: 1.25</li>
21972 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21973 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21974 </ul>
21975<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets
21976 <ul>
21977 <li>Set with class: \ref ns3::TimeValue</li>
21978 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
21979 <li>Initial value: +9.22337e+18ns</li>
21980 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21981 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21982 </ul>
21983<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured
21984 <ul>
21985 <li>Set with class: \ref ns3::UintegerValue</li>
21986 <li>Underlying type: uint32_t 0:4294967295</li>
21987 <li>Initial value: 16384</li>
21988 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21989 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21990 </ul>
21991<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)
21992 <ul>
21993 <li>Set with class: \ref ns3::DoubleValue</li>
21994 <li>Underlying type: double 0:1</li>
21995 <li>Initial value: 0.1</li>
21996 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
21997 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
21998 </ul>
21999<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop
22000 <ul>
22001 <li>Set with class: \ref ns3::TimeValue</li>
22002 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22003 <li>Initial value: +1.5e+08ns</li>
22004 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22005 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22006 </ul>
22007<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
22008 <ul>
22009 <li>Set with class: \ref ns3::QueueSizeValue</li>
22010 <li>Underlying type: \p QueueSize</li>
22011 <li>Initial value: 25p</li>
22012 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22013 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22014 </ul>
22015<li><b>MeanPktSize</b>: Average of packet size
22016 <ul>
22017 <li>Set with class: \ref ns3::UintegerValue</li>
22018 <li>Underlying type: uint32_t 0:4294967295</li>
22019 <li>Initial value: 1000</li>
22020 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22022 </ul>
22023<li><b>QueueDelayReference</b>: Desired queue delay
22024 <ul>
22025 <li>Set with class: \ref ns3::TimeValue</li>
22026 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22027 <li>Initial value: +1.5e+07ns</li>
22028 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22030 </ul>
22031<li><b>Supdate</b>: Start time of the update timer
22032 <ul>
22033 <li>Set with class: \ref ns3::TimeValue</li>
22034 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22035 <li>Initial value: +0ns</li>
22036 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22038 </ul>
22039<li><b>Tupdate</b>: Time period to calculate drop probability
22040 <ul>
22041 <li>Set with class: \ref ns3::TimeValue</li>
22042 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22043 <li>Initial value: +1.5e+07ns</li>
22044 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22045 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22046 </ul>
22047<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033
22048 <ul>
22049 <li>Set with class: \ref ns3::BooleanValue</li>
22050 <li>Underlying type: bool</li>
22051 <li>Initial value: true</li>
22052 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22053 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22054 </ul>
22055<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator
22056 <ul>
22057 <li>Set with class: \ref ns3::BooleanValue</li>
22058 <li>Underlying type: bool</li>
22059 <li>Initial value: false</li>
22060 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22062 </ul>
22063<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033
22064 <ul>
22065 <li>Set with class: \ref ns3::BooleanValue</li>
22066 <li>Underlying type: bool</li>
22067 <li>Initial value: false</li>
22068 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22070 </ul>
22071<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
22072 <ul>
22073 <li>Set with class: \ref ns3::BooleanValue</li>
22074 <li>Underlying type: bool</li>
22075 <li>Initial value: false</li>
22076 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22077 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22078 </ul>
22079<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)
22080 <ul>
22081 <li>Set with class: \ref ns3::BooleanValue</li>
22082 <li>Underlying type: bool</li>
22083 <li>Initial value: false</li>
22084 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22085 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22086 </ul>
22087</ul>
22088<h3>Attributes defined in parent class ns3::QueueDisc</h3>
22089<ul>
22090<li><b>InternalQueueList</b>: The list of internal queues.
22091 <ul>
22092 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22093 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
22094 <li>Flags: <span class="mlabel">read</span></li>
22095 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22096 </ul>
22097<li><b>PacketFilterList</b>: The list of packet filters.
22098 <ul>
22099 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22100 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
22101 <li>Flags: <span class="mlabel">read</span></li>
22102 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22103 </ul>
22104<li><b>QueueDiscClassList</b>: The list of queue disc classes.
22105 <ul>
22106 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22107 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
22108 <li>Flags: <span class="mlabel">read</span></li>
22109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22110 </ul>
22111<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
22112 <ul>
22113 <li>Set with class: \ref ns3::UintegerValue</li>
22114 <li>Underlying type: uint32_t 0:4294967295</li>
22115 <li>Initial value: 64</li>
22116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22118 </ul>
22119</ul>
22120No TraceSources are defined for this type.<br>
22121<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
22122<ul>
22123<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
22124 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22125</li>
22126 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22127</ul>
22128<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
22129 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22130</li>
22131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22132</ul>
22133<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
22134 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22135</li>
22136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22137</ul>
22138<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
22139 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22140</li>
22141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22142</ul>
22143<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
22144 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22145</li>
22146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22147</ul>
22148<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
22149 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22150</li>
22151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22152</ul>
22153<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
22154 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22155</li>
22156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22157</ul>
22158<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
22159 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22160</li>
22161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22162</ul>
22163<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
22164 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22165</li>
22166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22167</ul>
22168<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
22169 <li> %Callback signature: ns3::Time::TracedCallback
22170</li>
22171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22172</ul>
22173</ul>
22174<b>Group:</b> TrafficControl
22175
22176<b>Size</b> of this type is 1336 bytes (on a 64-bit architecture).
22177*/
22178
22179/*!
22180
22181\class ns3::Ping
22182
22183<h3>Config Paths</h3>
22184
22185ns3::Ping is accessible through the following paths with Config::Set and Config::Connect:
22186<ul>
22187<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Ping"</li>
22188</ul>
22189<h3>Attributes</h3>
22190<ul>
22191<li><b>Count</b>: The maximum number of packets the application will send (zero means no limits)
22192 <ul>
22193 <li>Set with class: \ref ns3::UintegerValue</li>
22194 <li>Underlying type: uint32_t 0:4294967295</li>
22195 <li>Initial value: 0</li>
22196 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22197 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22198 </ul>
22199<li><b>Destination</b>: The unicast IPv4 or IPv6 address of the machine we want to ping
22200 <ul>
22201 <li>Set with class: \ref ns3::AddressValue</li>
22202 <li>Underlying type: \p Address</li>
22203 <li>Initial value: </li>
22204 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22205 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22206 </ul>
22207<li><b>InterfaceAddress</b>: Local address of the sender
22208 <ul>
22209 <li>Set with class: \ref ns3::AddressValue</li>
22210 <li>Underlying type: \p Address</li>
22211 <li>Initial value: </li>
22212 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22214 </ul>
22215<li><b>Interval</b>: Time interval between sending each packet
22216 <ul>
22217 <li>Set with class: \ref ns3::TimeValue</li>
22218 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22219 <li>Initial value: +1e+09ns</li>
22220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22222 </ul>
22223<li><b>Size</b>: The number of data bytes to be sent, before ICMP and IP headers are added
22224 <ul>
22225 <li>Set with class: \ref ns3::UintegerValue</li>
22226 <li>Underlying type: uint32_t 16:4294967295</li>
22227 <li>Initial value: 56</li>
22228 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22229 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22230 </ul>
22231<li><b>Timeout</b>: Time to wait for a response if no RTT samples are available
22232 <ul>
22233 <li>Set with class: \ref ns3::TimeValue</li>
22234 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22235 <li>Initial value: +1e+09ns</li>
22236 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22237 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22238 </ul>
22239<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).
22240 <ul>
22241 <li>Set with class: \ref ns3::UintegerValue</li>
22242 <li>Underlying type: uint8_t 0:255</li>
22243 <li>Initial value: 0</li>
22244 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22245 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22246 </ul>
22247<li><b>VerboseMode</b>: Configure verbose, quiet, or silent output
22248 <ul>
22249 <li>Set with class: \ref ns3::EnumValue<ns3::Ping::VerboseMode></li>
22250 <li>Underlying type: \p Verbose|Quiet|Silent</li>
22251 <li>Initial value: Verbose</li>
22252 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22253 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22254 </ul>
22255</ul>
22256<h3>Attributes defined in parent class ns3::Application</h3>
22257<ul>
22258<li><b>StartTime</b>: Time at which the application will start
22259 <ul>
22260 <li>Set with class: \ref ns3::TimeValue</li>
22261 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22262 <li>Initial value: +0ns</li>
22263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22265 </ul>
22266<li><b>StopTime</b>: Time at which the application will stop
22267 <ul>
22268 <li>Set with class: \ref ns3::TimeValue</li>
22269 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22270 <li>Initial value: +0ns</li>
22271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22273 </ul>
22274</ul>
22275<h3>TraceSources</h3>
22276<ul>
22277<li><b>Drop</b>: Drop events due to destination unreachable or other errors.<br> <ul>
22278 <li> %Callback signature: ns3::Ping::DropTrace
22279</li>
22280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22281</ul>
22282<li><b>Report</b>: Summary report at close of application.<br> <ul>
22283 <li> %Callback signature: ns3::Ping::ReportTrace
22284</li>
22285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22286</ul>
22287<li><b>Rtt</b>: The sequence number and RTT sample.<br> <ul>
22288 <li> %Callback signature: ns3::Ping::RttTrace
22289</li>
22290 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22291</ul>
22292<li><b>Tx</b>: The sequence number and ICMP echo response packet.<br> <ul>
22293 <li> %Callback signature: ns3::Ping::TxTrace
22294</li>
22295 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22296</ul>
22297</ul>
22298<b>Group:</b> Internet-Apps
22299
22300<b>Size</b> of this type is 712 bytes (on a 64-bit architecture).
22301*/
22302
22303/*!
22304
22305\class ns3::PointToPointChannel
22306
22307<h3>Config Paths</h3>
22308
22309ns3::PointToPointChannel is accessible through the following paths with Config::Set and Config::Connect:
22310<ul>
22311<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::PointToPointChannel"</li>
22312<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::PointToPointChannel"</li>
22313<li>"/ChannelList/[i]/$ns3::PointToPointChannel"</li>
22314</ul>
22315<h3>Attributes</h3>
22316<ul>
22317<li><b>Delay</b>: Propagation delay through the channel
22318 <ul>
22319 <li>Set with class: \ref ns3::TimeValue</li>
22320 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22321 <li>Initial value: +0ns</li>
22322 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22324 </ul>
22325</ul>
22326<h3>Attributes defined in parent class ns3::Channel</h3>
22327<ul>
22328<li><b>Id</b>: The id (unique integer) of this Channel.
22329 <ul>
22330 <li>Set with class: \ref ns3::UintegerValue</li>
22331 <li>Underlying type: uint32_t 0:4294967295</li>
22332 <li>Flags: <span class="mlabel">read</span></li>
22333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22334 </ul>
22335</ul>
22336<h3>TraceSources</h3>
22337<ul>
22338<li><b>TxRxPointToPoint</b>: Trace source indicating transmission of packet from the PointToPointChannel, used by the Animation interface.<br> <ul>
22339 <li> %Callback signature: ns3::PointToPointChannel::TxRxAnimationCallback
22340</li>
22341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22342</ul>
22343</ul>
22344<b>Group:</b> PointToPoint
22345
22346<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
22347*/
22348
22349/*!
22350
22351\class ns3::PointToPointEpcHelper
22352
22353Introspection did not find any typical Config paths.<br>
22354<h3>Attributes</h3>
22355<ul>
22356<li><b>S1uLinkDataRate</b>: The data rate to be used for the next S1-U link to be created
22357 <ul>
22358 <li>Set with class: \ref ns3::DataRateValue</li>
22359 <li>Underlying type: \p DataRate</li>
22360 <li>Initial value: 10000000000bps</li>
22361 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22362 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22363 </ul>
22364<li><b>S1uLinkDelay</b>: The delay to be used for the next S1-U link to be created
22365 <ul>
22366 <li>Set with class: \ref ns3::TimeValue</li>
22367 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22368 <li>Initial value: +0ns</li>
22369 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22370 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22371 </ul>
22372<li><b>S1uLinkEnablePcap</b>: Enable Pcap for X2 link
22373 <ul>
22374 <li>Set with class: \ref ns3::BooleanValue</li>
22375 <li>Underlying type: bool</li>
22376 <li>Initial value: false</li>
22377 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22379 </ul>
22380<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.
22381 <ul>
22382 <li>Set with class: \ref ns3::UintegerValue</li>
22383 <li>Underlying type: uint16_t 0:65535</li>
22384 <li>Initial value: 2000</li>
22385 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22387 </ul>
22388<li><b>S1uLinkPcapPrefix</b>: Prefix for Pcap generated by S1-U link
22389 <ul>
22390 <li>Set with class: \ref ns3::StringValue</li>
22391 <li>Underlying type: \p std::string</li>
22392 <li>Initial value: s1u</li>
22393 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22395 </ul>
22396</ul>
22397<h3>Attributes defined in parent class ns3::NoBackhaulEpcHelper</h3>
22398<ul>
22399<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created
22400 <ul>
22401 <li>Set with class: \ref ns3::DataRateValue</li>
22402 <li>Underlying type: \p DataRate</li>
22403 <li>Initial value: 10000000000bps</li>
22404 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22406 </ul>
22407<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created
22408 <ul>
22409 <li>Set with class: \ref ns3::TimeValue</li>
22410 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22411 <li>Initial value: +0ns</li>
22412 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22414 </ul>
22415<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.
22416 <ul>
22417 <li>Set with class: \ref ns3::UintegerValue</li>
22418 <li>Underlying type: uint16_t 0:65535</li>
22419 <li>Initial value: 2000</li>
22420 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22422 </ul>
22423<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created
22424 <ul>
22425 <li>Set with class: \ref ns3::DataRateValue</li>
22426 <li>Underlying type: \p DataRate</li>
22427 <li>Initial value: 10000000000bps</li>
22428 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22430 </ul>
22431<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created
22432 <ul>
22433 <li>Set with class: \ref ns3::TimeValue</li>
22434 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22435 <li>Initial value: +0ns</li>
22436 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22438 </ul>
22439<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created
22440 <ul>
22441 <li>Set with class: \ref ns3::UintegerValue</li>
22442 <li>Underlying type: uint16_t 0:65535</li>
22443 <li>Initial value: 2000</li>
22444 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22445 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22446 </ul>
22447<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created
22448 <ul>
22449 <li>Set with class: \ref ns3::DataRateValue</li>
22450 <li>Underlying type: \p DataRate</li>
22451 <li>Initial value: 10000000000bps</li>
22452 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22453 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22454 </ul>
22455<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created
22456 <ul>
22457 <li>Set with class: \ref ns3::TimeValue</li>
22458 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22459 <li>Initial value: +0ns</li>
22460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22462 </ul>
22463<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link
22464 <ul>
22465 <li>Set with class: \ref ns3::BooleanValue</li>
22466 <li>Underlying type: bool</li>
22467 <li>Initial value: false</li>
22468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22470 </ul>
22471<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.
22472 <ul>
22473 <li>Set with class: \ref ns3::UintegerValue</li>
22474 <li>Underlying type: uint16_t 0:65535</li>
22475 <li>Initial value: 3000</li>
22476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22478 </ul>
22479<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link
22480 <ul>
22481 <li>Set with class: \ref ns3::StringValue</li>
22482 <li>Underlying type: \p std::string</li>
22483 <li>Initial value: x2</li>
22484 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22486 </ul>
22487</ul>
22488No TraceSources are defined for this type.<br>
22489<b>Group:</b> Lte
22490
22491<b>Size</b> of this type is 536 bytes (on a 64-bit architecture).
22492*/
22493
22494/*!
22495
22496\class ns3::PointToPointNetDevice
22497
22498<h3>Config Paths</h3>
22499
22500ns3::PointToPointNetDevice is accessible through the following paths with Config::Set and Config::Connect:
22501<ul>
22502<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice"</li>
22503</ul>
22504<h3>Attributes</h3>
22505<ul>
22506<li><b>Address</b>: The MAC address of this device.
22507 <ul>
22508 <li>Set with class: \ref ns3::Mac48AddressValue</li>
22509 <li>Underlying type: \p Mac48Address</li>
22510 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
22511 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22512 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22513 </ul>
22514<li><b>DataRate</b>: The default data rate for point to point links
22515 <ul>
22516 <li>Set with class: \ref ns3::DataRateValue</li>
22517 <li>Underlying type: \p DataRate</li>
22518 <li>Initial value: 32768bps</li>
22519 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22520 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22521 </ul>
22522<li><b>InterframeGap</b>: The time to wait between packet (frame) transmissions
22523 <ul>
22524 <li>Set with class: \ref ns3::TimeValue</li>
22525 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22526 <li>Initial value: +0ns</li>
22527 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22528 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22529 </ul>
22530<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
22531 <ul>
22532 <li>Set with class: \ref ns3::UintegerValue</li>
22533 <li>Underlying type: uint16_t 0:65535</li>
22534 <li>Initial value: 1500</li>
22535 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22536 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22537 </ul>
22538<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss
22539 <ul>
22540 <li>Set with class: \ref ns3::PointerValue</li>
22541 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
22542 <li>Initial value: 0</li>
22543 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22545 </ul>
22546<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.
22547 <ul>
22548 <li>Set with class: \ref ns3::PointerValue</li>
22549 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
22550 <li>Initial value: 0</li>
22551 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22552 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22553 </ul>
22554</ul>
22555<h3>TraceSources</h3>
22556<ul>
22557<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>
22558 <li> %Callback signature: ns3::Packet::TracedCallback
22559</li>
22560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22561</ul>
22562<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>
22563 <li> %Callback signature: ns3::Packet::TracedCallback
22564</li>
22565 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22566</ul>
22567<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
22568 <li> %Callback signature: ns3::Packet::TracedCallback
22569</li>
22570 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22571</ul>
22572<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission<br> <ul>
22573 <li> %Callback signature: ns3::Packet::TracedCallback
22574</li>
22575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22576</ul>
22577<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
22578 <li> %Callback signature: ns3::Packet::TracedCallback
22579</li>
22580 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22581</ul>
22582<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device<br> <ul>
22583 <li> %Callback signature: ns3::Packet::TracedCallback
22584</li>
22585 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22586</ul>
22587<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel<br> <ul>
22588 <li> %Callback signature: ns3::Packet::TracedCallback
22589</li>
22590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22591</ul>
22592<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
22593 <li> %Callback signature: ns3::Packet::TracedCallback
22594</li>
22595 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22596</ul>
22597<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel<br> <ul>
22598 <li> %Callback signature: ns3::Packet::TracedCallback
22599</li>
22600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22601</ul>
22602<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
22603 <li> %Callback signature: ns3::Packet::TracedCallback
22604</li>
22605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22606</ul>
22607<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
22608 <li> %Callback signature: ns3::Packet::TracedCallback
22609</li>
22610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22611</ul>
22612</ul>
22613<b>Group:</b> PointToPoint
22614
22615<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
22616*/
22617
22618/*!
22619
22620\class ns3::PositionAllocator
22621
22622<h3>Config Paths</h3>
22623
22624ns3::PositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
22625<ul>
22626<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator"</li>
22627</ul>
22628No Attributes are defined for this type.<br>
22629No TraceSources are defined for this type.<br>
22630<b>Group:</b> Mobility
22631
22632<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
22633*/
22634
22635/*!
22636
22637\class ns3::PppHeader
22638
22639Introspection did not find any typical Config paths.<br>
22640No Attributes are defined for this type.<br>
22641No TraceSources are defined for this type.<br>
22642<b>Group:</b> PointToPoint
22643
22644<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
22645*/
22646
22647/*!
22648
22649\class ns3::PreambleDetectionModel
22650
22651<h3>Config Paths</h3>
22652
22653ns3::PreambleDetectionModel is accessible through the following paths with Config::Set and Config::Connect:
22654<ul>
22655<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PreambleDetectionModel"</li>
22656<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PreambleDetectionModel"</li>
22657</ul>
22658No Attributes are defined for this type.<br>
22659No TraceSources are defined for this type.<br>
22660<b>Group:</b> Wifi
22661
22662<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
22663*/
22664
22665/*!
22666
22667\class ns3::PrioQueueDisc
22668
22669Introspection did not find any typical Config paths.<br>
22670<h3>Attributes</h3>
22671<ul>
22672<li><b>Priomap</b>: The priority to band mapping.
22673 <ul>
22674 <li>Set with class: \ref ns3::PriomapValue</li>
22675 <li>Underlying type: \p Priomap</li>
22676 <li>Initial value: 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1</li>
22677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22679 </ul>
22680</ul>
22681<h3>Attributes defined in parent class ns3::QueueDisc</h3>
22682<ul>
22683<li><b>InternalQueueList</b>: The list of internal queues.
22684 <ul>
22685 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22686 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
22687 <li>Flags: <span class="mlabel">read</span></li>
22688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22689 </ul>
22690<li><b>PacketFilterList</b>: The list of packet filters.
22691 <ul>
22692 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22693 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
22694 <li>Flags: <span class="mlabel">read</span></li>
22695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22696 </ul>
22697<li><b>QueueDiscClassList</b>: The list of queue disc classes.
22698 <ul>
22699 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
22700 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
22701 <li>Flags: <span class="mlabel">read</span></li>
22702 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22703 </ul>
22704<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
22705 <ul>
22706 <li>Set with class: \ref ns3::UintegerValue</li>
22707 <li>Underlying type: uint32_t 0:4294967295</li>
22708 <li>Initial value: 64</li>
22709 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22711 </ul>
22712</ul>
22713No TraceSources are defined for this type.<br>
22714<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
22715<ul>
22716<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
22717 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22718</li>
22719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22720</ul>
22721<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
22722 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22723</li>
22724 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22725</ul>
22726<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
22727 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22728</li>
22729 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22730</ul>
22731<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
22732 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22733</li>
22734 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22735</ul>
22736<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
22737 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22738</li>
22739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22740</ul>
22741<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
22742 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22743</li>
22744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22745</ul>
22746<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
22747 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22748</li>
22749 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22750</ul>
22751<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
22752 <li> %Callback signature: ns3::TracedValueCallback::Uint32
22753</li>
22754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22755</ul>
22756<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
22757 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
22758</li>
22759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22760</ul>
22761<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
22762 <li> %Callback signature: ns3::Time::TracedCallback
22763</li>
22764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22765</ul>
22766</ul>
22767<b>Group:</b> TrafficControl
22768
22769<b>Size</b> of this type is 1152 bytes (on a 64-bit architecture).
22770*/
22771
22772/*!
22773
22774\class ns3::PriorityQueueScheduler
22775
22776Introspection did not find any typical Config paths.<br>
22777No Attributes are defined for this type.<br>
22778No TraceSources are defined for this type.<br>
22779<b>Group:</b> Core
22780
22781<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
22782*/
22783
22784/*!
22785
22786\class ns3::ProbabilisticV2vHighwayChannelConditionModel
22787
22788<h3>Config Paths</h3>
22789
22790ns3::ProbabilisticV2vHighwayChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
22791<ul>
22792<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22793<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22794<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22795<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22796<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22797<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22798<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22799<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22800<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22801<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22802<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22803<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22804<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22805<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vHighwayChannelConditionModel"</li>
22806</ul>
22807<h3>Attributes</h3>
22808<ul>
22809<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
22810 <ul>
22811 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppChannelConditionModel::VehicleDensity></li>
22812 <li>Underlying type: \p Low|Medium|High</li>
22813 <li>Initial value: Low</li>
22814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22816 </ul>
22817</ul>
22818<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
22819<ul>
22820<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.
22821 <ul>
22822 <li>Set with class: \ref ns3::BooleanValue</li>
22823 <li>Underlying type: bool</li>
22824 <li>Initial value: false</li>
22825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22827 </ul>
22828<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
22829 <ul>
22830 <li>Set with class: \ref ns3::DoubleValue</li>
22831 <li>Underlying type: double 0:1</li>
22832 <li>Initial value: 1</li>
22833 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22835 </ul>
22836<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
22837 <ul>
22838 <li>Set with class: \ref ns3::DoubleValue</li>
22839 <li>Underlying type: double 0:1</li>
22840 <li>Initial value: 0</li>
22841 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22842 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22843 </ul>
22844<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.
22845 <ul>
22846 <li>Set with class: \ref ns3::TimeValue</li>
22847 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22848 <li>Initial value: +0ns</li>
22849 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22850 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22851 </ul>
22852</ul>
22853No TraceSources are defined for this type.<br>
22854<b>Group:</b> Propagation
22855
22856<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
22857*/
22858
22859/*!
22860
22861\class ns3::ProbabilisticV2vUrbanChannelConditionModel
22862
22863<h3>Config Paths</h3>
22864
22865ns3::ProbabilisticV2vUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
22866<ul>
22867<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22868<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22869<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22870<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22871<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22872<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22873<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22874<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22875<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22876<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22877<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22878<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22879<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22880<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ProbabilisticV2vUrbanChannelConditionModel"</li>
22881</ul>
22882<h3>Attributes</h3>
22883<ul>
22884<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
22885 <ul>
22886 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppChannelConditionModel::VehicleDensity></li>
22887 <li>Underlying type: \p Low|Medium|High</li>
22888 <li>Initial value: Low</li>
22889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22891 </ul>
22892</ul>
22893<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
22894<ul>
22895<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.
22896 <ul>
22897 <li>Set with class: \ref ns3::BooleanValue</li>
22898 <li>Underlying type: bool</li>
22899 <li>Initial value: false</li>
22900 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22901 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22902 </ul>
22903<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
22904 <ul>
22905 <li>Set with class: \ref ns3::DoubleValue</li>
22906 <li>Underlying type: double 0:1</li>
22907 <li>Initial value: 1</li>
22908 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22909 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22910 </ul>
22911<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
22912 <ul>
22913 <li>Set with class: \ref ns3::DoubleValue</li>
22914 <li>Underlying type: double 0:1</li>
22915 <li>Initial value: 0</li>
22916 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22918 </ul>
22919<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.
22920 <ul>
22921 <li>Set with class: \ref ns3::TimeValue</li>
22922 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22923 <li>Initial value: +0ns</li>
22924 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22926 </ul>
22927</ul>
22928No TraceSources are defined for this type.<br>
22929<b>Group:</b> Propagation
22930
22931<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
22932*/
22933
22934/*!
22935
22936\class ns3::Probe
22937
22938Introspection did not find any typical Config paths.<br>
22939<h3>Attributes</h3>
22940<ul>
22941<li><b>Start</b>: Time data collection starts
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<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
22950 <ul>
22951 <li>Set with class: \ref ns3::TimeValue</li>
22952 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
22953 <li>Initial value: +0ns</li>
22954 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22955 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22956 </ul>
22957</ul>
22958<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
22959<ul>
22960<li><b>Enabled</b>: Object's enabled status
22961 <ul>
22962 <li>Set with class: \ref ns3::BooleanValue</li>
22963 <li>Underlying type: bool</li>
22964 <li>Initial value: true</li>
22965 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22967 </ul>
22968<li><b>Name</b>: Object's name
22969 <ul>
22970 <li>Set with class: \ref ns3::StringValue</li>
22971 <li>Underlying type: \p std::string</li>
22972 <li>Initial value: unnamed</li>
22973 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
22974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
22975 </ul>
22976</ul>
22977No TraceSources are defined for this type.<br>
22978<b>Group:</b> Stats
22979
22980<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
22981*/
22982
22983/*!
22984
22985\class ns3::PropagationDelayModel
22986
22987<h3>Config Paths</h3>
22988
22989ns3::PropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
22990<ul>
22991<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel"</li>
22992<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel"</li>
22993<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel"</li>
22994</ul>
22995No Attributes are defined for this type.<br>
22996No TraceSources are defined for this type.<br>
22997<b>Group:</b> Propagation
22998
22999<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
23000*/
23001
23002/*!
23003
23004\class ns3::PropagationLossModel
23005
23006<h3>Config Paths</h3>
23007
23008ns3::PropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
23009<ul>
23010<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel"</li>
23011<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel"</li>
23012<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel"</li>
23013<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel"</li>
23014<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel"</li>
23015<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel"</li>
23016<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel"</li>
23017</ul>
23018No Attributes are defined for this type.<br>
23019No TraceSources are defined for this type.<br>
23020<b>Group:</b> Propagation
23021
23022<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
23023*/
23024
23025/*!
23026
23027\class ns3::PssFfMacScheduler
23028
23029<h3>Config Paths</h3>
23030
23031ns3::PssFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
23032<ul>
23033<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PssFfMacScheduler"</li>
23034<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::PssFfMacScheduler"</li>
23035</ul>
23036<h3>Attributes</h3>
23037<ul>
23038<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
23039 <ul>
23040 <li>Set with class: \ref ns3::UintegerValue</li>
23041 <li>Underlying type: uint32_t 0:4294967295</li>
23042 <li>Initial value: 1000</li>
23043 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23045 </ul>
23046<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
23047 <ul>
23048 <li>Set with class: \ref ns3::BooleanValue</li>
23049 <li>Underlying type: bool</li>
23050 <li>Initial value: true</li>
23051 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23053 </ul>
23054<li><b>PssFdSchedulerType</b>: FD scheduler in PSS (default value is PFsch)
23055 <ul>
23056 <li>Set with class: \ref ns3::StringValue</li>
23057 <li>Underlying type: \p std::string</li>
23058 <li>Initial value: PFsch</li>
23059 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23060 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23061 </ul>
23062<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
23063 <ul>
23064 <li>Set with class: \ref ns3::UintegerValue</li>
23065 <li>Underlying type: uint8_t 0:255</li>
23066 <li>Initial value: 0</li>
23067 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23068 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23069 </ul>
23070<li><b>nMux</b>: The number of UE selected by TD scheduler (default value is 0)
23071 <ul>
23072 <li>Set with class: \ref ns3::UintegerValue</li>
23073 <li>Underlying type: uint32_t 0:4294967295</li>
23074 <li>Initial value: 0</li>
23075 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23076 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23077 </ul>
23078</ul>
23079<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
23080<ul>
23081<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
23082 <ul>
23083 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
23084 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
23085 <li>Initial value: SRS_UL_CQI</li>
23086 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23087 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23088 </ul>
23089</ul>
23090No TraceSources are defined for this type.<br>
23091<b>Group:</b> Lte
23092
23093<b>Size</b> of this type is 1408 bytes (on a 64-bit architecture).
23094*/
23095
23096/*!
23097
23098\class ns3::QosFrameExchangeManager
23099
23100<h3>Config Paths</h3>
23101
23102ns3::QosFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
23103<ul>
23104<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager"</li>
23105</ul>
23106<h3>Attributes</h3>
23107<ul>
23108<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
23109 <ul>
23110 <li>Set with class: \ref ns3::BooleanValue</li>
23111 <li>Underlying type: bool</li>
23112 <li>Initial value: true</li>
23113 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23114 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23115 </ul>
23116<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
23117 <ul>
23118 <li>Set with class: \ref ns3::BooleanValue</li>
23119 <li>Underlying type: bool</li>
23120 <li>Initial value: false</li>
23121 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23122 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23123 </ul>
23124<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
23125 <ul>
23126 <li>Set with class: \ref ns3::BooleanValue</li>
23127 <li>Underlying type: bool</li>
23128 <li>Initial value: false</li>
23129 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23130 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23131 </ul>
23132<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
23133 <ul>
23134 <li>Set with class: \ref ns3::TimeValue</li>
23135 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23136 <li>Initial value: +0ns</li>
23137 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23139 </ul>
23140</ul>
23141<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
23142<ul>
23143<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.
23144 <ul>
23145 <li>Set with class: \ref ns3::BooleanValue</li>
23146 <li>Underlying type: bool</li>
23147 <li>Initial value: true</li>
23148 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23150 </ul>
23151</ul>
23152No TraceSources are defined for this type.<br>
23153<b>Group:</b> Wifi
23154
23155<b>Size</b> of this type is 1256 bytes (on a 64-bit architecture).
23156*/
23157
23158/*!
23159
23160\class ns3::QosTxop
23161
23162<h3>Config Paths</h3>
23163
23164ns3::QosTxop is accessible through the following paths with Config::Set and Config::Connect:
23165<ul>
23166<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop/$ns3::QosTxop"</li>
23167<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VO_Txop"</li>
23168<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/VI_Txop"</li>
23169<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BE_Txop"</li>
23170<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/BK_Txop"</li>
23171</ul>
23172<h3>Attributes</h3>
23173<ul>
23174<li><b>AddBaResponseTimeout</b>: The timeout to wait for ADDBA response after the Ack to ADDBA request is received.
23175 <ul>
23176 <li>Set with class: \ref ns3::TimeValue</li>
23177 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23178 <li>Initial value: +5e+06ns</li>
23179 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23180 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23181 </ul>
23182<li><b>BlockAckManager</b>: The BlockAckManager object.
23183 <ul>
23184 <li>Set with class: \ref ns3::PointerValue</li>
23185 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BlockAckManager></li>
23186 <li>Initial value: 0</li>
23187 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23189 </ul>
23190<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.
23191 <ul>
23192 <li>Set with class: \ref ns3::TimeValue</li>
23193 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23194 <li>Initial value: +2e+08ns</li>
23195 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23197 </ul>
23198<li><b>NMaxInflights</b>: The maximum number of links (in the range 1-15) on which an MPDU can be simultaneously in-flight.
23199 <ul>
23200 <li>Set with class: \ref ns3::UintegerValue</li>
23201 <li>Underlying type: uint8_t 1:15</li>
23202 <li>Initial value: 1</li>
23203 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23204 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23205 </ul>
23206<li><b>UseExplicitBarAfterMissedBlockAck</b>: Specify whether explicit BlockAckRequest should be sent upon missed BlockAck Response.
23207 <ul>
23208 <li>Set with class: \ref ns3::BooleanValue</li>
23209 <li>Underlying type: bool</li>
23210 <li>Initial value: true</li>
23211 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23212 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23213 </ul>
23214</ul>
23215<h3>Attributes defined in parent class ns3::Txop</h3>
23216<ul>
23217<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.
23218 <ul>
23219 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
23220 <li>Underlying type: \p AC_BE|AC_BK|AC_VI|AC_VO|AC_BE_NQOS|AC_VI|AC_BEACON|AC_UNDEF</li>
23221 <li>Initial value: AC_UNDEF</li>
23222 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23223 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23224 </ul>
23225<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).
23226 <ul>
23227 <li>Set with class: \ref ns3::UintegerValue</li>
23228 <li>Underlying type: uint8_t 0:255</li>
23229 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23230 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use Aifsns attribute instead of Aifsn</li>
23231 </ul>
23232<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.
23233 <ul>
23234 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23235 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23236 <li>Initial value: </li>
23237 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23238 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23239 </ul>
23240<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).
23241 <ul>
23242 <li>Set with class: \ref ns3::UintegerValue</li>
23243 <li>Underlying type: uint32_t 0:4294967295</li>
23244 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23245 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MaxCws attribute instead of MaxCw</li>
23246 </ul>
23247<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.
23248 <ul>
23249 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23250 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23251 <li>Initial value: </li>
23252 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23253 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23254 </ul>
23255<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).
23256 <ul>
23257 <li>Set with class: \ref ns3::UintegerValue</li>
23258 <li>Underlying type: uint32_t 0:4294967295</li>
23259 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
23260 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MinCws attribute instead of MinCw</li>
23261 </ul>
23262<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.
23263 <ul>
23264 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
23265 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
23266 <li>Initial value: </li>
23267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23269 </ul>
23270<li><b>Queue</b>: The WifiMacQueue object
23271 <ul>
23272 <li>Set with class: \ref ns3::PointerValue</li>
23273 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMacQueue></li>
23274 <li>Flags: <span class="mlabel">read</span></li>
23275 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23276 </ul>
23277<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).
23278 <ul>
23279 <li>Set with class: \ref ns3::TimeValue</li>
23280 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</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 TxopLimits attribute instead of TxopLimit</li>
23283 </ul>
23284<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.
23285 <ul>
23286 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39TimeValueE, NSt7__cxx114listIN3ns33PtrINS1_9TimeValueEEESaIS4_EEE></li>
23287 <li>Underlying type: \p ns3::Ptr<N3ns39TimeValueE></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</ul>
23293<h3>TraceSources</h3>
23294<ul>
23295<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>
23296 <li> %Callback signature: ns3::QosTxop::BaEstablishedCallback
23297</li>
23298 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23299</ul>
23300<li><b>TxopTrace</b>: Trace source for TXOP start and duration times<br> <ul>
23301 <li> %Callback signature: ns3::QosTxop::TxopTracedCallback
23302</li>
23303 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23304</ul>
23305</ul>
23306<h3>TraceSources defined in parent class ns3::Txop</h3>
23307<ul>
23308<li><b>BackoffTrace</b>: Trace source for backoff values<br> <ul>
23309 <li> %Callback signature: ns3::Txop::BackoffValueTracedCallback
23310</li>
23311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23312</ul>
23313<li><b>CwTrace</b>: Trace source for contention window values<br> <ul>
23314 <li> %Callback signature: ns3::Txop::CwValueTracedCallback
23315</li>
23316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23317</ul>
23318</ul>
23319<b>Group:</b> Wifi
23320
23321<b>Size</b> of this type is 392 bytes (on a 64-bit architecture).
23322*/
23323
23324/*!
23325
23326\class ns3::Queue<Packet>
23327
23328<h3>Config Paths</h3>
23329
23330ns3::Queue<Packet> is accessible through the following paths with Config::Set and Config::Connect:
23331<ul>
23332<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/TxQueue"</li>
23333<li>"/NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Queue"</li>
23334<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/TxQueue"</li>
23335<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/TxQueue"</li>
23336</ul>
23337No Attributes are defined for this type.<br>
23338<h3>TraceSources</h3>
23339<ul>
23340<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23341 <li> %Callback signature: ns3::Packet::TracedCallback
23342</li>
23343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23344</ul>
23345<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23346 <li> %Callback signature: ns3::Packet::TracedCallback
23347</li>
23348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23349</ul>
23350<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23351 <li> %Callback signature: ns3::Packet::TracedCallback
23352</li>
23353 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23354</ul>
23355<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23356 <li> %Callback signature: ns3::Packet::TracedCallback
23357</li>
23358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23359</ul>
23360<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23361 <li> %Callback signature: ns3::Packet::TracedCallback
23362</li>
23363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23364</ul>
23365</ul>
23366<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23367<ul>
23368<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23369 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23370</li>
23371 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23372</ul>
23373<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23374 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23375</li>
23376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23377</ul>
23378</ul>
23379<b>Group:</b> Network
23380
23381<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
23382*/
23383
23384/*!
23385
23386\class ns3::Queue<QueueDiscItem>
23387
23388Introspection did not find any typical Config paths.<br>
23389No Attributes are defined for this type.<br>
23390<h3>TraceSources</h3>
23391<ul>
23392<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23393 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23394</li>
23395 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23396</ul>
23397<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23398 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23399</li>
23400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23401</ul>
23402<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23403 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23404</li>
23405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23406</ul>
23407<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23408 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23409</li>
23410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23411</ul>
23412<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23413 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23414</li>
23415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23416</ul>
23417</ul>
23418<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23419<ul>
23420<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23421 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23422</li>
23423 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23424</ul>
23425<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23426 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23427</li>
23428 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23429</ul>
23430</ul>
23431<b>Group:</b> Network
23432
23433<b>Size</b> of this type is 320 bytes (on a 64-bit architecture).
23434*/
23435
23436/*!
23437
23438\class ns3::Queue<WifiMpdu,WifiMacQueueContainer>
23439
23440Introspection did not find any typical Config paths.<br>
23441No Attributes are defined for this type.<br>
23442<h3>TraceSources</h3>
23443<ul>
23444<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
23445 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23446</li>
23447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23448</ul>
23449<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
23450 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23451</li>
23452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23453</ul>
23454<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
23455 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23456</li>
23457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23458</ul>
23459<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
23460 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23461</li>
23462 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23463</ul>
23464<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
23465 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
23466</li>
23467 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23468</ul>
23469</ul>
23470<h3>TraceSources defined in parent class ns3::QueueBase</h3>
23471<ul>
23472<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23473 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23474</li>
23475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23476</ul>
23477<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23478 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23479</li>
23480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23481</ul>
23482</ul>
23483<b>Group:</b> Network
23484
23485<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
23486*/
23487
23488/*!
23489
23490\class ns3::QueueBase
23491
23492Introspection did not find any typical Config paths.<br>
23493No Attributes are defined for this type.<br>
23494<h3>TraceSources</h3>
23495<ul>
23496<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
23497 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23498</li>
23499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23500</ul>
23501<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
23502 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23503</li>
23504 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23505</ul>
23506</ul>
23507<b>Group:</b> Network
23508
23509<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
23510*/
23511
23512/*!
23513
23514\class ns3::QueueDisc
23515
23516Introspection did not find any typical Config paths.<br>
23517<h3>Attributes</h3>
23518<ul>
23519<li><b>InternalQueueList</b>: The list of internal queues.
23520 <ul>
23521 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23522 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
23523 <li>Flags: <span class="mlabel">read</span></li>
23524 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23525 </ul>
23526<li><b>PacketFilterList</b>: The list of packet filters.
23527 <ul>
23528 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23529 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
23530 <li>Flags: <span class="mlabel">read</span></li>
23531 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23532 </ul>
23533<li><b>QueueDiscClassList</b>: The list of queue disc classes.
23534 <ul>
23535 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
23536 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
23537 <li>Flags: <span class="mlabel">read</span></li>
23538 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23539 </ul>
23540<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
23541 <ul>
23542 <li>Set with class: \ref ns3::UintegerValue</li>
23543 <li>Underlying type: uint32_t 0:4294967295</li>
23544 <li>Initial value: 64</li>
23545 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23547 </ul>
23548</ul>
23549<h3>TraceSources</h3>
23550<ul>
23551<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
23552 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23553</li>
23554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23555</ul>
23556<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
23557 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23558</li>
23559 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23560</ul>
23561<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
23562 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23563</li>
23564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23565</ul>
23566<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
23567 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23568</li>
23569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23570</ul>
23571<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
23572 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23573</li>
23574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23575</ul>
23576<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
23577 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23578</li>
23579 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23580</ul>
23581<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
23582 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23583</li>
23584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23585</ul>
23586<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
23587 <li> %Callback signature: ns3::TracedValueCallback::Uint32
23588</li>
23589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23590</ul>
23591<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
23592 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
23593</li>
23594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23595</ul>
23596<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
23597 <li> %Callback signature: ns3::Time::TracedCallback
23598</li>
23599 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23600</ul>
23601</ul>
23602<b>Group:</b> TrafficControl
23603
23604<b>Size</b> of this type is 1120 bytes (on a 64-bit architecture).
23605*/
23606
23607/*!
23608
23609\class ns3::QueueDiscClass
23610
23611Introspection did not find any typical Config paths.<br>
23612<h3>Attributes</h3>
23613<ul>
23614<li><b>QueueDisc</b>: The queue disc attached to the class
23615 <ul>
23616 <li>Set with class: \ref ns3::PointerValue</li>
23617 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
23618 <li>Initial value: 0</li>
23619 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23621 </ul>
23622</ul>
23623No TraceSources are defined for this type.<br>
23624<b>Group:</b> TrafficControl
23625
23626<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
23627*/
23628
23629/*!
23630
23631\class ns3::QueueLimits
23632
23633Introspection did not find any typical Config paths.<br>
23634No Attributes are defined for this type.<br>
23635No TraceSources are defined for this type.<br>
23636<b>Group:</b> Network
23637
23638<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
23639*/
23640
23641/*!
23642
23643\class ns3::RadioBearerStatsCalculator
23644
23645Introspection did not find any typical Config paths.<br>
23646<h3>Attributes</h3>
23647<ul>
23648<li><b>DlPdcpOutputFilename</b>: Name of the file where the downlink results will be saved.
23649 <ul>
23650 <li>Set with class: \ref ns3::StringValue</li>
23651 <li>Underlying type: \p std::string</li>
23652 <li>Initial value: DlPdcpStats.txt</li>
23653 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23655 </ul>
23656<li><b>DlRlcOutputFilename</b>: Name of the file where the downlink results will be saved.
23657 <ul>
23658 <li>Set with class: \ref ns3::StringValue</li>
23659 <li>Underlying type: \p std::string</li>
23660 <li>Initial value: DlRlcStats.txt</li>
23661 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23663 </ul>
23664<li><b>EpochDuration</b>: Epoch duration.
23665 <ul>
23666 <li>Set with class: \ref ns3::TimeValue</li>
23667 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23668 <li>Initial value: +2.5e+08ns</li>
23669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23671 </ul>
23672<li><b>StartTime</b>: Start time of the on going epoch.
23673 <ul>
23674 <li>Set with class: \ref ns3::TimeValue</li>
23675 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23676 <li>Initial value: +0ns</li>
23677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23679 </ul>
23680<li><b>UlPdcpOutputFilename</b>: Name of the file where the uplink results will be saved.
23681 <ul>
23682 <li>Set with class: \ref ns3::StringValue</li>
23683 <li>Underlying type: \p std::string</li>
23684 <li>Initial value: UlPdcpStats.txt</li>
23685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23687 </ul>
23688<li><b>UlRlcOutputFilename</b>: Name of the file where the uplink results will be saved.
23689 <ul>
23690 <li>Set with class: \ref ns3::StringValue</li>
23691 <li>Underlying type: \p std::string</li>
23692 <li>Initial value: UlRlcStats.txt</li>
23693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
23694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23695 </ul>
23696</ul>
23697No TraceSources are defined for this type.<br>
23698<b>Group:</b> Lte
23699
23700<b>Size</b> of this type is 1080 bytes (on a 64-bit architecture).
23701*/
23702
23703/*!
23704
23705\class ns3::RadioEnvironmentMapHelper
23706
23707Introspection did not find any typical Config paths.<br>
23708<h3>Attributes</h3>
23709<ul>
23710<li><b>Bandwidth</b>: Transmission Bandwidth Configuration (in number of RBs) over which the SINR will be calculated
23711 <ul>
23712 <li>Set with class: \ref ns3::UintegerValue</li>
23713 <li>Underlying type: uint16_t 0:65535</li>
23714 <li>Initial value: 25</li>
23715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23717 </ul>
23718<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.
23719 <ul>
23720 <li>Set with class: \ref ns3::PointerValue</li>
23721 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SpectrumChannel></li>
23722 <li>Initial value: 0</li>
23723 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23724 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23725 </ul>
23726<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.
23727 <ul>
23728 <li>Set with class: \ref ns3::StringValue</li>
23729 <li>Underlying type: \p std::string</li>
23730 <li>Initial value: /ChannelList/0</li>
23731 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23733 </ul>
23734<li><b>Earfcn</b>: E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
23735 <ul>
23736 <li>Set with class: \ref ns3::UintegerValue</li>
23737 <li>Underlying type: uint16_t 0:65535</li>
23738 <li>Initial value: 100</li>
23739 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23740 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23741 </ul>
23742<li><b>MaxPointsPerIteration</b>: Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.
23743 <ul>
23744 <li>Set with class: \ref ns3::UintegerValue</li>
23745 <li>Underlying type: uint32_t 1:4294967295</li>
23746 <li>Initial value: 20000</li>
23747 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23749 </ul>
23750<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
23751 <ul>
23752 <li>Set with class: \ref ns3::DoubleValue</li>
23753 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23754 <li>Initial value: 1.423e-13</li>
23755 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23756 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23757 </ul>
23758<li><b>OutputFile</b>: the filename to which the Radio Environment Map is saved
23759 <ul>
23760 <li>Set with class: \ref ns3::StringValue</li>
23761 <li>Underlying type: \p std::string</li>
23762 <li>Initial value: rem.out</li>
23763 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23764 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23765 </ul>
23766<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
23767 <ul>
23768 <li>Set with class: \ref ns3::IntegerValue</li>
23769 <li>Underlying type: int32_t -2147483648:2147483647</li>
23770 <li>Initial value: -1</li>
23771 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23772 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23773 </ul>
23774<li><b>StopWhenDone</b>: If true, Simulator::Stop () will be called as soon as the REM has been generated
23775 <ul>
23776 <li>Set with class: \ref ns3::BooleanValue</li>
23777 <li>Underlying type: bool</li>
23778 <li>Initial value: true</li>
23779 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23780 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23781 </ul>
23782<li><b>UseDataChannel</b>: If true, REM will be generated for PDSCH and for PDCCH otherwise
23783 <ul>
23784 <li>Set with class: \ref ns3::BooleanValue</li>
23785 <li>Underlying type: bool</li>
23786 <li>Initial value: false</li>
23787 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23788 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23789 </ul>
23790<li><b>XMax</b>: The max x coordinate of the map.
23791 <ul>
23792 <li>Set with class: \ref ns3::DoubleValue</li>
23793 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23794 <li>Initial value: 1</li>
23795 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23796 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23797 </ul>
23798<li><b>XMin</b>: The min x coordinate of the map.
23799 <ul>
23800 <li>Set with class: \ref ns3::DoubleValue</li>
23801 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23802 <li>Initial value: 0</li>
23803 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23804 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23805 </ul>
23806<li><b>XRes</b>: The resolution (number of points) of the map along the x axis.
23807 <ul>
23808 <li>Set with class: \ref ns3::UintegerValue</li>
23809 <li>Underlying type: uint32_t 2:65535</li>
23810 <li>Initial value: 100</li>
23811 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23812 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23813 </ul>
23814<li><b>YMax</b>: The max y coordinate of the map.
23815 <ul>
23816 <li>Set with class: \ref ns3::DoubleValue</li>
23817 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23818 <li>Initial value: 1</li>
23819 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23820 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23821 </ul>
23822<li><b>YMin</b>: The min y coordinate of the map.
23823 <ul>
23824 <li>Set with class: \ref ns3::DoubleValue</li>
23825 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23826 <li>Initial value: 0</li>
23827 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23828 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23829 </ul>
23830<li><b>YRes</b>: The resolution (number of points) of the map along the y axis.
23831 <ul>
23832 <li>Set with class: \ref ns3::UintegerValue</li>
23833 <li>Underlying type: uint16_t 2:65535</li>
23834 <li>Initial value: 100</li>
23835 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23836 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23837 </ul>
23838<li><b>Z</b>: The value of the z coordinate for which the map is to be generated
23839 <ul>
23840 <li>Set with class: \ref ns3::DoubleValue</li>
23841 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
23842 <li>Initial value: 0</li>
23843 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23844 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23845 </ul>
23846</ul>
23847No TraceSources are defined for this type.<br>
23848<b>Group:</b> Lte
23849
23850<b>Size</b> of this type is 768 bytes (on a 64-bit architecture).
23851*/
23852
23853/*!
23854
23855\class ns3::RadiotapHeader
23856
23857Introspection did not find any typical Config paths.<br>
23858No Attributes are defined for this type.<br>
23859No TraceSources are defined for this type.<br>
23860<b>Group:</b> Network
23861
23862<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
23863*/
23864
23865/*!
23866
23867\class ns3::Radvd
23868
23869<h3>Config Paths</h3>
23870
23871ns3::Radvd is accessible through the following paths with Config::Set and Config::Connect:
23872<ul>
23873<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Radvd"</li>
23874</ul>
23875<h3>Attributes</h3>
23876<ul>
23877<li><b>AdvertisementJitter</b>: Uniform variable to provide jitter between min and max values of AdvInterval
23878 <ul>
23879 <li>Set with class: \ref ns3::PointerValue</li>
23880 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UniformRandomVariable></li>
23881 <li>Initial value: ns3::UniformRandomVariable</li>
23882 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23883 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23884 </ul>
23885</ul>
23886<h3>Attributes defined in parent class ns3::Application</h3>
23887<ul>
23888<li><b>StartTime</b>: Time at which the application will start
23889 <ul>
23890 <li>Set with class: \ref ns3::TimeValue</li>
23891 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23892 <li>Initial value: +0ns</li>
23893 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23894 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23895 </ul>
23896<li><b>StopTime</b>: Time at which the application will stop
23897 <ul>
23898 <li>Set with class: \ref ns3::TimeValue</li>
23899 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
23900 <li>Initial value: +0ns</li>
23901 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23902 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23903 </ul>
23904</ul>
23905No TraceSources are defined for this type.<br>
23906<b>Group:</b> Internet-Apps
23907
23908<b>Size</b> of this type is 312 bytes (on a 64-bit architecture).
23909*/
23910
23911/*!
23912
23913\class ns3::RandomBoxPositionAllocator
23914
23915<h3>Config Paths</h3>
23916
23917ns3::RandomBoxPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
23918<ul>
23919<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator"</li>
23920</ul>
23921<h3>Attributes</h3>
23922<ul>
23923<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.
23924 <ul>
23925 <li>Set with class: \ref ns3::PointerValue</li>
23926 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23927 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23928 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23930 </ul>
23931<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.
23932 <ul>
23933 <li>Set with class: \ref ns3::PointerValue</li>
23934 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23935 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23936 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23937 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23938 </ul>
23939<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.
23940 <ul>
23941 <li>Set with class: \ref ns3::PointerValue</li>
23942 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
23943 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
23944 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23946 </ul>
23947</ul>
23948No TraceSources are defined for this type.<br>
23949<b>Group:</b> Mobility
23950
23951<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
23952*/
23953
23954/*!
23955
23956\class ns3::RandomBuildingPositionAllocator
23957
23958<h3>Config Paths</h3>
23959
23960ns3::RandomBuildingPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
23961<ul>
23962<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBuildingPositionAllocator"</li>
23963</ul>
23964<h3>Attributes</h3>
23965<ul>
23966<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.
23967 <ul>
23968 <li>Set with class: \ref ns3::BooleanValue</li>
23969 <li>Underlying type: bool</li>
23970 <li>Initial value: false</li>
23971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
23973 </ul>
23974</ul>
23975No TraceSources are defined for this type.<br>
23976<b>Group:</b> Buildings
23977
23978<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
23979*/
23980
23981/*!
23982
23983\class ns3::RandomDirection2dMobilityModel
23984
23985<h3>Config Paths</h3>
23986
23987ns3::RandomDirection2dMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
23988<ul>
23989<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel"</li>
23990</ul>
23991<h3>Attributes</h3>
23992<ul>
23993<li><b>Bounds</b>: The 2d bounding area
23994 <ul>
23995 <li>Set with class: \ref ns3::RectangleValue</li>
23996 <li>Underlying type: \p Rectangle</li>
23997 <li>Initial value: -100|100|-100|100</li>
23998 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
23999 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24000 </ul>
24001<li><b>Pause</b>: A random variable to control the pause (s).
24002 <ul>
24003 <li>Set with class: \ref ns3::PointerValue</li>
24004 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24005 <li>Initial value: ns3::ConstantRandomVariable[Constant=2.0]</li>
24006 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24007 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24008 </ul>
24009<li><b>Speed</b>: A random variable to control the speed (m/s).
24010 <ul>
24011 <li>Set with class: \ref ns3::PointerValue</li>
24012 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24013 <li>Initial value: ns3::UniformRandomVariable[Min=1.0|Max=2.0]</li>
24014 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24015 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24016 </ul>
24017</ul>
24018<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24019<ul>
24020<li><b>Position</b>: The current position of the mobility model.
24021 <ul>
24022 <li>Set with class: \ref ns3::Vector3DValue</li>
24023 <li>Underlying type: \p Vector3D</li>
24024 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24025 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24026 </ul>
24027<li><b>Velocity</b>: The current velocity of the mobility model.
24028 <ul>
24029 <li>Set with class: \ref ns3::Vector3DValue</li>
24030 <li>Underlying type: \p Vector3D</li>
24031 <li>Flags: <span class="mlabel">read</span></li>
24032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24033 </ul>
24034</ul>
24035No TraceSources are defined for this type.<br>
24036<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24037<ul>
24038<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24039 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24040</li>
24041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24042</ul>
24043</ul>
24044<b>Group:</b> Mobility
24045
24046<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
24047*/
24048
24049/*!
24050
24051\class ns3::RandomDiscPositionAllocator
24052
24053<h3>Config Paths</h3>
24054
24055ns3::RandomDiscPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24056<ul>
24057<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator"</li>
24058</ul>
24059<h3>Attributes</h3>
24060<ul>
24061<li><b>Rho</b>: A random variable which represents the radius of a position in a random disc.
24062 <ul>
24063 <li>Set with class: \ref ns3::PointerValue</li>
24064 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24065 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=200.0]</li>
24066 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24068 </ul>
24069<li><b>Theta</b>: A random variable which represents the angle (gradients) of a position in a random disc.
24070 <ul>
24071 <li>Set with class: \ref ns3::PointerValue</li>
24072 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24073 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.2830]</li>
24074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24076 </ul>
24077<li><b>X</b>: The x coordinate of the center of the random position disc.
24078 <ul>
24079 <li>Set with class: \ref ns3::DoubleValue</li>
24080 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24081 <li>Initial value: 0</li>
24082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24084 </ul>
24085<li><b>Y</b>: The y coordinate of the center of the random position disc.
24086 <ul>
24087 <li>Set with class: \ref ns3::DoubleValue</li>
24088 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24089 <li>Initial value: 0</li>
24090 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24092 </ul>
24093<li><b>Z</b>: The z coordinate of all the positions in the disc.
24094 <ul>
24095 <li>Set with class: \ref ns3::DoubleValue</li>
24096 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24097 <li>Initial value: 0</li>
24098 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24100 </ul>
24101</ul>
24102No TraceSources are defined for this type.<br>
24103<b>Group:</b> Mobility
24104
24105<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
24106*/
24107
24108/*!
24109
24110\class ns3::RandomPropagationDelayModel
24111
24112<h3>Config Paths</h3>
24113
24114ns3::RandomPropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
24115<ul>
24116<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24117<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24118<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel"</li>
24119</ul>
24120<h3>Attributes</h3>
24121<ul>
24122<li><b>Variable</b>: The random variable which generates random delays (s).
24123 <ul>
24124 <li>Set with class: \ref ns3::PointerValue</li>
24125 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24126 <li>Initial value: ns3::UniformRandomVariable</li>
24127 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24129 </ul>
24130</ul>
24131No TraceSources are defined for this type.<br>
24132<b>Group:</b> Propagation
24133
24134<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
24135*/
24136
24137/*!
24138
24139\class ns3::RandomPropagationLossModel
24140
24141<h3>Config Paths</h3>
24142
24143ns3::RandomPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
24144<ul>
24145<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24146<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24147<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24148<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24149<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24150<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24151<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel"</li>
24152</ul>
24153<h3>Attributes</h3>
24154<ul>
24155<li><b>Variable</b>: The random variable used to pick a loss every time CalcRxPower is invoked.
24156 <ul>
24157 <li>Set with class: \ref ns3::PointerValue</li>
24158 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24159 <li>Initial value: ns3::ConstantRandomVariable[Constant=1.0]</li>
24160 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24162 </ul>
24163</ul>
24164No TraceSources are defined for this type.<br>
24165<b>Group:</b> Propagation
24166
24167<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
24168*/
24169
24170/*!
24171
24172\class ns3::RandomRectanglePositionAllocator
24173
24174<h3>Config Paths</h3>
24175
24176ns3::RandomRectanglePositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24177<ul>
24178<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator"</li>
24179</ul>
24180<h3>Attributes</h3>
24181<ul>
24182<li><b>X</b>: A random variable which represents the x coordinate of a position in a random rectangle.
24183 <ul>
24184 <li>Set with class: \ref ns3::PointerValue</li>
24185 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24186 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24187 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24189 </ul>
24190<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random rectangle.
24191 <ul>
24192 <li>Set with class: \ref ns3::PointerValue</li>
24193 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24194 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24195 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24197 </ul>
24198<li><b>Z</b>: The z coordinate of all the positions allocated.
24199 <ul>
24200 <li>Set with class: \ref ns3::DoubleValue</li>
24201 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24202 <li>Initial value: 0</li>
24203 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24204 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24205 </ul>
24206</ul>
24207No TraceSources are defined for this type.<br>
24208<b>Group:</b> Mobility
24209
24210<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24211*/
24212
24213/*!
24214
24215\class ns3::RandomRoomPositionAllocator
24216
24217<h3>Config Paths</h3>
24218
24219ns3::RandomRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
24220<ul>
24221<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRoomPositionAllocator"</li>
24222</ul>
24223No Attributes are defined for this type.<br>
24224No TraceSources are defined for this type.<br>
24225<b>Group:</b> Buildings
24226
24227<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
24228*/
24229
24230/*!
24231
24232\class ns3::RandomVariableStream
24233
24234<h3>Config Paths</h3>
24235
24236ns3::RandomVariableStream is accessible through the following paths with Config::Set and Config::Connect:
24237<ul>
24238<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24239<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24240<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24241<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24242<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24244<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24245<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24246<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24247<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24248<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24249<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24250<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24251<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24252<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24253<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay"</li>
24254<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay"</li>
24255<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24256<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24257<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24258<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar"</li>
24259<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24260<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24261<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24262<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar"</li>
24263<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart"</li>
24264<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize"</li>
24265<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter"</li>
24266<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions"</li>
24267<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime"</li>
24268<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime"</li>
24269<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime"</li>
24270<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime"</li>
24271<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity"</li>
24272<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection"</li>
24273<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch"</li>
24274<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed"</li>
24275<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause"</li>
24276<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction"</li>
24277<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed"</li>
24278<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed"</li>
24279<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause"</li>
24280<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X"</li>
24281<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y"</li>
24282<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X"</li>
24283<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y"</li>
24284<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z"</li>
24285<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta"</li>
24286<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho"</li>
24287<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X"</li>
24288<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y"</li>
24289<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z"</li>
24290<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction"</li>
24291<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed"</li>
24292<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter"</li>
24293<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter"</li>
24294<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter"</li>
24295<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24296<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable"</li>
24297<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable"</li>
24298</ul>
24299<h3>Attributes</h3>
24300<ul>
24301<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
24302 <ul>
24303 <li>Set with class: \ref ns3::BooleanValue</li>
24304 <li>Underlying type: bool</li>
24305 <li>Initial value: false</li>
24306 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24307 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24308 </ul>
24309<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.
24310 <ul>
24311 <li>Set with class: \ref ns3::IntegerValue</li>
24312 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
24313 <li>Initial value: -1</li>
24314 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24316 </ul>
24317</ul>
24318No TraceSources are defined for this type.<br>
24319<b>Group:</b> Core
24320
24321<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24322*/
24323
24324/*!
24325
24326\class ns3::RandomWalk2dMobilityModel
24327
24328<h3>Config Paths</h3>
24329
24330ns3::RandomWalk2dMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24331<ul>
24332<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel"</li>
24333</ul>
24334<h3>Attributes</h3>
24335<ul>
24336<li><b>Bounds</b>: Bounds of the area to cruise.
24337 <ul>
24338 <li>Set with class: \ref ns3::RectangleValue</li>
24339 <li>Underlying type: \p Rectangle</li>
24340 <li>Initial value: 0|100|0|100</li>
24341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24343 </ul>
24344<li><b>Direction</b>: A random variable used to pick the direction (radians).
24345 <ul>
24346 <li>Set with class: \ref ns3::PointerValue</li>
24347 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24348 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283184]</li>
24349 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24350 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24351 </ul>
24352<li><b>Distance</b>: Change current direction and speed after moving for this distance.
24353 <ul>
24354 <li>Set with class: \ref ns3::DoubleValue</li>
24355 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24356 <li>Initial value: 1</li>
24357 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24359 </ul>
24360<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction
24361 <ul>
24362 <li>Set with class: \ref ns3::EnumValue<ns3::RandomWalk2dMobilityModel::Mode></li>
24363 <li>Underlying type: \p Distance|Time</li>
24364 <li>Initial value: Distance</li>
24365 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24366 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24367 </ul>
24368<li><b>Speed</b>: A random variable used to pick the speed (m/s).
24369 <ul>
24370 <li>Set with class: \ref ns3::PointerValue</li>
24371 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24372 <li>Initial value: ns3::UniformRandomVariable[Min=2.0|Max=4.0]</li>
24373 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24375 </ul>
24376<li><b>Time</b>: Change current direction and speed after moving for this delay.
24377 <ul>
24378 <li>Set with class: \ref ns3::TimeValue</li>
24379 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24380 <li>Initial value: +1e+09ns</li>
24381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24383 </ul>
24384</ul>
24385<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24386<ul>
24387<li><b>Position</b>: The current position of the mobility model.
24388 <ul>
24389 <li>Set with class: \ref ns3::Vector3DValue</li>
24390 <li>Underlying type: \p Vector3D</li>
24391 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24393 </ul>
24394<li><b>Velocity</b>: The current velocity of the mobility model.
24395 <ul>
24396 <li>Set with class: \ref ns3::Vector3DValue</li>
24397 <li>Underlying type: \p Vector3D</li>
24398 <li>Flags: <span class="mlabel">read</span></li>
24399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24400 </ul>
24401</ul>
24402No TraceSources are defined for this type.<br>
24403<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24404<ul>
24405<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24406 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24407</li>
24408 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24409</ul>
24410</ul>
24411<b>Group:</b> Mobility
24412
24413<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
24414*/
24415
24416/*!
24417
24418\class ns3::RandomWalk2dOutdoorMobilityModel
24419
24420<h3>Config Paths</h3>
24421
24422ns3::RandomWalk2dOutdoorMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24423<ul>
24424<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel"</li>
24425</ul>
24426<h3>Attributes</h3>
24427<ul>
24428<li><b>Bounds</b>: Bounds of the area to cruise.
24429 <ul>
24430 <li>Set with class: \ref ns3::RectangleValue</li>
24431 <li>Underlying type: \p Rectangle</li>
24432 <li>Initial value: 0|100|0|100</li>
24433 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24435 </ul>
24436<li><b>Direction</b>: A random variable used to pick the direction (radians).
24437 <ul>
24438 <li>Set with class: \ref ns3::PointerValue</li>
24439 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24440 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=6.283184]</li>
24441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24443 </ul>
24444<li><b>Distance</b>: Change current direction and speed after moving for this distance.
24445 <ul>
24446 <li>Set with class: \ref ns3::DoubleValue</li>
24447 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24448 <li>Initial value: 30</li>
24449 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24451 </ul>
24452<li><b>MaxIterations</b>: Maximum number of attempts to find an alternative next positionif the original one is inside a building.
24453 <ul>
24454 <li>Set with class: \ref ns3::UintegerValue</li>
24455 <li>Underlying type: uint32_t 0:4294967295</li>
24456 <li>Initial value: 100</li>
24457 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24458 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24459 </ul>
24460<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction
24461 <ul>
24462 <li>Set with class: \ref ns3::EnumValue<ns3::RandomWalk2dOutdoorMobilityModel::Mode></li>
24463 <li>Underlying type: \p Distance|Time</li>
24464 <li>Initial value: Distance</li>
24465 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24466 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24467 </ul>
24468<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.
24469 <ul>
24470 <li>Set with class: \ref ns3::PointerValue</li>
24471 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24472 <li>Initial value: ns3::NormalRandomVariable[Mean=1.53|Variance=0.040401]</li>
24473 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24474 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24475 </ul>
24476<li><b>Time</b>: Change current direction and speed after moving for this delay.
24477 <ul>
24478 <li>Set with class: \ref ns3::TimeValue</li>
24479 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24480 <li>Initial value: +2e+10ns</li>
24481 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24482 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24483 </ul>
24484<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.
24485 <ul>
24486 <li>Set with class: \ref ns3::DoubleValue</li>
24487 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24488 <li>Initial value: 1e-06</li>
24489 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24490 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24491 </ul>
24492</ul>
24493<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24494<ul>
24495<li><b>Position</b>: The current position of the mobility model.
24496 <ul>
24497 <li>Set with class: \ref ns3::Vector3DValue</li>
24498 <li>Underlying type: \p Vector3D</li>
24499 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24500 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24501 </ul>
24502<li><b>Velocity</b>: The current velocity of the mobility model.
24503 <ul>
24504 <li>Set with class: \ref ns3::Vector3DValue</li>
24505 <li>Underlying type: \p Vector3D</li>
24506 <li>Flags: <span class="mlabel">read</span></li>
24507 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24508 </ul>
24509</ul>
24510No TraceSources are defined for this type.<br>
24511<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24512<ul>
24513<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24514 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24515</li>
24516 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24517</ul>
24518</ul>
24519<b>Group:</b> Mobility
24520
24521<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
24522*/
24523
24524/*!
24525
24526\class ns3::RandomWaypointMobilityModel
24527
24528<h3>Config Paths</h3>
24529
24530ns3::RandomWaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
24531<ul>
24532<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel"</li>
24533</ul>
24534<h3>Attributes</h3>
24535<ul>
24536<li><b>Pause</b>: A random variable used to pick the pause of a random waypoint model.
24537 <ul>
24538 <li>Set with class: \ref ns3::PointerValue</li>
24539 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24540 <li>Initial value: ns3::ConstantRandomVariable[Constant=2.0]</li>
24541 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24543 </ul>
24544<li><b>PositionAllocator</b>: The position model used to pick a destination point.
24545 <ul>
24546 <li>Set with class: \ref ns3::PointerValue</li>
24547 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PositionAllocator></li>
24548 <li>Initial value: 0</li>
24549 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24550 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24551 </ul>
24552<li><b>Speed</b>: A random variable used to pick the speed of a random waypoint model.
24553 <ul>
24554 <li>Set with class: \ref ns3::PointerValue</li>
24555 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24556 <li>Initial value: ns3::UniformRandomVariable[Min=0.3|Max=0.7]</li>
24557 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24559 </ul>
24560</ul>
24561<h3>Attributes defined in parent class ns3::MobilityModel</h3>
24562<ul>
24563<li><b>Position</b>: The current position of the mobility model.
24564 <ul>
24565 <li>Set with class: \ref ns3::Vector3DValue</li>
24566 <li>Underlying type: \p Vector3D</li>
24567 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
24568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24569 </ul>
24570<li><b>Velocity</b>: The current velocity of the mobility model.
24571 <ul>
24572 <li>Set with class: \ref ns3::Vector3DValue</li>
24573 <li>Underlying type: \p Vector3D</li>
24574 <li>Flags: <span class="mlabel">read</span></li>
24575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24576 </ul>
24577</ul>
24578No TraceSources are defined for this type.<br>
24579<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
24580<ul>
24581<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
24582 <li> %Callback signature: ns3::MobilityModel::TracedCallback
24583</li>
24584 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24585</ul>
24586</ul>
24587<b>Group:</b> Mobility
24588
24589<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
24590*/
24591
24592/*!
24593
24594\class ns3::RangePropagationLossModel
24595
24596<h3>Config Paths</h3>
24597
24598ns3::RangePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
24599<ul>
24600<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24602<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24603<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24605<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24606<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RangePropagationLossModel"</li>
24607</ul>
24608<h3>Attributes</h3>
24609<ul>
24610<li><b>MaxRange</b>: Maximum Transmission Range (meters)
24611 <ul>
24612 <li>Set with class: \ref ns3::DoubleValue</li>
24613 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24614 <li>Initial value: 250</li>
24615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24617 </ul>
24618</ul>
24619No TraceSources are defined for this type.<br>
24620<b>Group:</b> Propagation
24621
24622<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
24623*/
24624
24625/*!
24626
24627\class ns3::RateErrorModel
24628
24629<h3>Config Paths</h3>
24630
24631ns3::RateErrorModel is accessible through the following paths with Config::Set and Config::Connect:
24632<ul>
24633<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24634<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24635<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24636<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24637<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel"</li>
24638<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel"</li>
24639</ul>
24640<h3>Attributes</h3>
24641<ul>
24642<li><b>ErrorRate</b>: The error rate.
24643 <ul>
24644 <li>Set with class: \ref ns3::DoubleValue</li>
24645 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24646 <li>Initial value: 0</li>
24647 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24649 </ul>
24650<li><b>ErrorUnit</b>: The error unit
24651 <ul>
24652 <li>Set with class: \ref ns3::EnumValue<ns3::RateErrorModel::ErrorUnit></li>
24653 <li>Underlying type: \p ERROR_UNIT_BIT|ERROR_UNIT_BYTE|ERROR_UNIT_PACKET</li>
24654 <li>Initial value: ERROR_UNIT_BYTE</li>
24655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24657 </ul>
24658<li><b>RanVar</b>: The decision variable attached to this error model.
24659 <ul>
24660 <li>Set with class: \ref ns3::PointerValue</li>
24661 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
24662 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=1.0]</li>
24663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24665 </ul>
24666</ul>
24667<h3>Attributes defined in parent class ns3::ErrorModel</h3>
24668<ul>
24669<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
24670 <ul>
24671 <li>Set with class: \ref ns3::BooleanValue</li>
24672 <li>Underlying type: bool</li>
24673 <li>Initial value: true</li>
24674 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24675 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24676 </ul>
24677</ul>
24678No TraceSources are defined for this type.<br>
24679<b>Group:</b> Network
24680
24681<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
24682*/
24683
24684/*!
24685
24686\class ns3::RealtimeSimulatorImpl
24687
24688Introspection did not find any typical Config paths.<br>
24689<h3>Attributes</h3>
24690<ul>
24691<li><b>HardLimit</b>: Maximum acceptable real-time jitter (used in conjunction with SynchronizationMode=HardLimit)
24692 <ul>
24693 <li>Set with class: \ref ns3::TimeValue</li>
24694 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24695 <li>Initial value: +1e+08ns</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<li><b>SynchronizationMode</b>: What to do if the simulation cannot keep up with real time.
24700 <ul>
24701 <li>Set with class: \ref ns3::EnumValue<ns3::RealtimeSimulatorImpl::SynchronizationMode></li>
24702 <li>Underlying type: \p BestEffort|HardLimit</li>
24703 <li>Initial value: BestEffort</li>
24704 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24706 </ul>
24707</ul>
24708No TraceSources are defined for this type.<br>
24709<b>Group:</b> Core
24710
24711<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
24712*/
24713
24714/*!
24715
24716\class ns3::ReceiveListErrorModel
24717
24718<h3>Config Paths</h3>
24719
24720ns3::ReceiveListErrorModel is accessible through the following paths with Config::Set and Config::Connect:
24721<ul>
24722<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24723<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24724<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24725<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24726<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::ReceiveListErrorModel"</li>
24727<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::ReceiveListErrorModel"</li>
24728</ul>
24729No Attributes are defined for this type.<br>
24730<h3>Attributes defined in parent class ns3::ErrorModel</h3>
24731<ul>
24732<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.
24733 <ul>
24734 <li>Set with class: \ref ns3::BooleanValue</li>
24735 <li>Underlying type: bool</li>
24736 <li>Initial value: true</li>
24737 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24739 </ul>
24740</ul>
24741No TraceSources are defined for this type.<br>
24742<b>Group:</b> Network
24743
24744<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
24745*/
24746
24747/*!
24748
24749\class ns3::RedQueueDisc
24750
24751Introspection did not find any typical Config paths.<br>
24752<h3>Attributes</h3>
24753<ul>
24754<li><b>ARED</b>: True to enable ARED
24755 <ul>
24756 <li>Set with class: \ref ns3::BooleanValue</li>
24757 <li>Underlying type: bool</li>
24758 <li>Initial value: false</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<li><b>AdaptMaxP</b>: True to adapt m_curMaxP
24763 <ul>
24764 <li>Set with class: \ref ns3::BooleanValue</li>
24765 <li>Underlying type: bool</li>
24766 <li>Initial value: false</li>
24767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24769 </ul>
24770<li><b>Alpha</b>: Increment parameter for m_curMaxP in ARED
24771 <ul>
24772 <li>Set with class: \ref ns3::DoubleValue</li>
24773 <li>Underlying type: double 0:1</li>
24774 <li>Initial value: 0.01</li>
24775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24777 </ul>
24778<li><b>Beta</b>: Decrement parameter for m_curMaxP in ARED
24779 <ul>
24780 <li>Set with class: \ref ns3::DoubleValue</li>
24781 <li>Underlying type: double 0:1</li>
24782 <li>Initial value: 0.9</li>
24783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24785 </ul>
24786<li><b>Bottom</b>: Lower bound for m_curMaxP in ARED
24787 <ul>
24788 <li>Set with class: \ref ns3::DoubleValue</li>
24789 <li>Underlying type: double 0:1</li>
24790 <li>Initial value: 0</li>
24791 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24792 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24793 </ul>
24794<li><b>FengAdaptive</b>: True to enable Feng's Adaptive RED
24795 <ul>
24796 <li>Set with class: \ref ns3::BooleanValue</li>
24797 <li>Underlying type: bool</li>
24798 <li>Initial value: false</li>
24799 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24801 </ul>
24802<li><b>FengAlpha</b>: Decrement parameter for m_curMaxP in Feng's Adaptive RED
24803 <ul>
24804 <li>Set with class: \ref ns3::DoubleValue</li>
24805 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24806 <li>Initial value: 3</li>
24807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24809 </ul>
24810<li><b>FengBeta</b>: Increment parameter for m_curMaxP in Feng's Adaptive RED
24811 <ul>
24812 <li>Set with class: \ref ns3::DoubleValue</li>
24813 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24814 <li>Initial value: 2</li>
24815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
24816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24817 </ul>
24818<li><b>Gentle</b>: True to increases dropping probability slowly when average queue exceeds maxthresh
24819 <ul>
24820 <li>Set with class: \ref ns3::BooleanValue</li>
24821 <li>Underlying type: bool</li>
24822 <li>Initial value: true</li>
24823 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24825 </ul>
24826<li><b>IdlePktSize</b>: Average packet size used during idle times. Used when m_cautions = 3
24827 <ul>
24828 <li>Set with class: \ref ns3::UintegerValue</li>
24829 <li>Underlying type: uint32_t 0:4294967295</li>
24830 <li>Initial value: 0</li>
24831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24833 </ul>
24834<li><b>Interval</b>: Time interval to update m_curMaxP
24835 <ul>
24836 <li>Set with class: \ref ns3::TimeValue</li>
24837 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24838 <li>Initial value: +5e+08ns</li>
24839 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24841 </ul>
24842<li><b>LInterm</b>: The maximum probability of dropping a packet
24843 <ul>
24844 <li>Set with class: \ref ns3::DoubleValue</li>
24845 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24846 <li>Initial value: 50</li>
24847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24849 </ul>
24850<li><b>LastSet</b>: Store the last time m_curMaxP was updated
24851 <ul>
24852 <li>Set with class: \ref ns3::TimeValue</li>
24853 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24854 <li>Initial value: +0ns</li>
24855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24857 </ul>
24858<li><b>LinkBandwidth</b>: The RED link bandwidth
24859 <ul>
24860 <li>Set with class: \ref ns3::DataRateValue</li>
24861 <li>Underlying type: \p DataRate</li>
24862 <li>Initial value: 1500000bps</li>
24863 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24865 </ul>
24866<li><b>LinkDelay</b>: The RED link delay
24867 <ul>
24868 <li>Set with class: \ref ns3::TimeValue</li>
24869 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24870 <li>Initial value: +2e+07ns</li>
24871 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24872 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24873 </ul>
24874<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc
24875 <ul>
24876 <li>Set with class: \ref ns3::QueueSizeValue</li>
24877 <li>Underlying type: \p QueueSize</li>
24878 <li>Initial value: 25p</li>
24879 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24880 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24881 </ul>
24882<li><b>MaxTh</b>: Maximum average length threshold in packets/bytes
24883 <ul>
24884 <li>Set with class: \ref ns3::DoubleValue</li>
24885 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24886 <li>Initial value: 15</li>
24887 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24888 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24889 </ul>
24890<li><b>MeanPktSize</b>: Average of packet size
24891 <ul>
24892 <li>Set with class: \ref ns3::UintegerValue</li>
24893 <li>Underlying type: uint32_t 0:4294967295</li>
24894 <li>Initial value: 500</li>
24895 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24896 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24897 </ul>
24898<li><b>MinTh</b>: Minimum average length threshold in packets/bytes
24899 <ul>
24900 <li>Set with class: \ref ns3::DoubleValue</li>
24901 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24902 <li>Initial value: 5</li>
24903 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24904 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24905 </ul>
24906<li><b>NLRED</b>: True to enable Nonlinear RED
24907 <ul>
24908 <li>Set with class: \ref ns3::BooleanValue</li>
24909 <li>Underlying type: bool</li>
24910 <li>Initial value: false</li>
24911 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24912 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24913 </ul>
24914<li><b>Ns1Compat</b>: NS-1 compatibility
24915 <ul>
24916 <li>Set with class: \ref ns3::BooleanValue</li>
24917 <li>Underlying type: bool</li>
24918 <li>Initial value: false</li>
24919 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24920 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24921 </ul>
24922<li><b>QW</b>: Queue weight related to the exponential weighted moving average (EWMA)
24923 <ul>
24924 <li>Set with class: \ref ns3::DoubleValue</li>
24925 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
24926 <li>Initial value: 0.002</li>
24927 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24929 </ul>
24930<li><b>Rtt</b>: Round Trip Time to be considered while automatically setting m_bottom
24931 <ul>
24932 <li>Set with class: \ref ns3::TimeValue</li>
24933 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24934 <li>Initial value: +1e+08ns</li>
24935 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24937 </ul>
24938<li><b>TargetDelay</b>: Target average queuing delay in ARED
24939 <ul>
24940 <li>Set with class: \ref ns3::TimeValue</li>
24941 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
24942 <li>Initial value: +5e+06ns</li>
24943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24945 </ul>
24946<li><b>Top</b>: Upper bound for m_curMaxP in ARED
24947 <ul>
24948 <li>Set with class: \ref ns3::DoubleValue</li>
24949 <li>Underlying type: double 0:1</li>
24950 <li>Initial value: 0.5</li>
24951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24953 </ul>
24954<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)
24955 <ul>
24956 <li>Set with class: \ref ns3::BooleanValue</li>
24957 <li>Underlying type: bool</li>
24958 <li>Initial value: false</li>
24959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24961 </ul>
24962<li><b>UseHardDrop</b>: True to always drop packets above max threshold
24963 <ul>
24964 <li>Set with class: \ref ns3::BooleanValue</li>
24965 <li>Underlying type: bool</li>
24966 <li>Initial value: true</li>
24967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24969 </ul>
24970<li><b>Wait</b>: True for waiting between dropped packets
24971 <ul>
24972 <li>Set with class: \ref ns3::BooleanValue</li>
24973 <li>Underlying type: bool</li>
24974 <li>Initial value: true</li>
24975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
24976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24977 </ul>
24978</ul>
24979<h3>Attributes defined in parent class ns3::QueueDisc</h3>
24980<ul>
24981<li><b>InternalQueueList</b>: The list of internal queues.
24982 <ul>
24983 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
24984 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
24985 <li>Flags: <span class="mlabel">read</span></li>
24986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24987 </ul>
24988<li><b>PacketFilterList</b>: The list of packet filters.
24989 <ul>
24990 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
24991 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
24992 <li>Flags: <span class="mlabel">read</span></li>
24993 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
24994 </ul>
24995<li><b>QueueDiscClassList</b>: The list of queue disc classes.
24996 <ul>
24997 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
24998 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
24999 <li>Flags: <span class="mlabel">read</span></li>
25000 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25001 </ul>
25002<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
25003 <ul>
25004 <li>Set with class: \ref ns3::UintegerValue</li>
25005 <li>Underlying type: uint32_t 0:4294967295</li>
25006 <li>Initial value: 64</li>
25007 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25008 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25009 </ul>
25010</ul>
25011No TraceSources are defined for this type.<br>
25012<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
25013<ul>
25014<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
25015 <li> %Callback signature: ns3::TracedValueCallback::Uint32
25016</li>
25017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25018</ul>
25019<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
25020 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25021</li>
25022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25023</ul>
25024<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
25025 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25026</li>
25027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25028</ul>
25029<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
25030 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25031</li>
25032 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25033</ul>
25034<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
25035 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25036</li>
25037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25038</ul>
25039<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
25040 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25041</li>
25042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25043</ul>
25044<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
25045 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25046</li>
25047 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25048</ul>
25049<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
25050 <li> %Callback signature: ns3::TracedValueCallback::Uint32
25051</li>
25052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25053</ul>
25054<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
25055 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
25056</li>
25057 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25058</ul>
25059<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
25060 <li> %Callback signature: ns3::Time::TracedCallback
25061</li>
25062 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25063</ul>
25064</ul>
25065<b>Group:</b> TrafficControl
25066
25067<b>Size</b> of this type is 1400 bytes (on a 64-bit architecture).
25068*/
25069
25070/*!
25071
25072\class ns3::RemSpectrumPhy
25073
25074Introspection did not find any typical Config paths.<br>
25075No Attributes are defined for this type.<br>
25076No TraceSources are defined for this type.<br>
25077<b>Group:</b> Lte
25078
25079<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
25080*/
25081
25082/*!
25083
25084\class ns3::Rip
25085
25086Introspection did not find any typical Config paths.<br>
25087<h3>Attributes</h3>
25088<ul>
25089<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.
25090 <ul>
25091 <li>Set with class: \ref ns3::TimeValue</li>
25092 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25093 <li>Initial value: +1.2e+11ns</li>
25094 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25095 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25096 </ul>
25097<li><b>LinkDownValue</b>: Value for link down in count to infinity.
25098 <ul>
25099 <li>Set with class: \ref ns3::UintegerValue</li>
25100 <li>Underlying type: uint32_t 0:4294967295</li>
25101 <li>Initial value: 16</li>
25102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25104 </ul>
25105<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.
25106 <ul>
25107 <li>Set with class: \ref ns3::TimeValue</li>
25108 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25109 <li>Initial value: +5e+09ns</li>
25110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25112 </ul>
25113<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.
25114 <ul>
25115 <li>Set with class: \ref ns3::TimeValue</li>
25116 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25117 <li>Initial value: +1e+09ns</li>
25118 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25120 </ul>
25121<li><b>SplitHorizon</b>: Split Horizon strategy.
25122 <ul>
25123 <li>Set with class: \ref ns3::EnumValue<ns3::Rip::SplitHorizonType_e></li>
25124 <li>Underlying type: \p NoSplitHorizon|SplitHorizon|PoisonReverse</li>
25125 <li>Initial value: PoisonReverse</li>
25126 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25128 </ul>
25129<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).
25130 <ul>
25131 <li>Set with class: \ref ns3::TimeValue</li>
25132 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25133 <li>Initial value: +1e+09ns</li>
25134 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25136 </ul>
25137<li><b>TimeoutDelay</b>: The delay to invalidate a route.
25138 <ul>
25139 <li>Set with class: \ref ns3::TimeValue</li>
25140 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25141 <li>Initial value: +1.8e+11ns</li>
25142 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25143 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25144 </ul>
25145<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.
25146 <ul>
25147 <li>Set with class: \ref ns3::TimeValue</li>
25148 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25149 <li>Initial value: +3e+10ns</li>
25150 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25152 </ul>
25153</ul>
25154No TraceSources are defined for this type.<br>
25155<b>Group:</b> Internet
25156
25157<b>Size</b> of this type is 360 bytes (on a 64-bit architecture).
25158*/
25159
25160/*!
25161
25162\class ns3::RipHeader
25163
25164Introspection did not find any typical Config paths.<br>
25165No Attributes are defined for this type.<br>
25166No TraceSources are defined for this type.<br>
25167<b>Group:</b> Internet
25168
25169<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25170*/
25171
25172/*!
25173
25174\class ns3::RipNg
25175
25176<h3>Config Paths</h3>
25177
25178ns3::RipNg is accessible through the following paths with Config::Set and Config::Connect:
25179<ul>
25180<li>"/NodeList/[i]/$ns3::RipNg"</li>
25181</ul>
25182<h3>Attributes</h3>
25183<ul>
25184<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.
25185 <ul>
25186 <li>Set with class: \ref ns3::TimeValue</li>
25187 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25188 <li>Initial value: +1.2e+11ns</li>
25189 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25191 </ul>
25192<li><b>LinkDownValue</b>: Value for link down in count to infinity.
25193 <ul>
25194 <li>Set with class: \ref ns3::UintegerValue</li>
25195 <li>Underlying type: uint8_t 0:255</li>
25196 <li>Initial value: 16</li>
25197 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25199 </ul>
25200<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.
25201 <ul>
25202 <li>Set with class: \ref ns3::TimeValue</li>
25203 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25204 <li>Initial value: +5e+09ns</li>
25205 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25207 </ul>
25208<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.
25209 <ul>
25210 <li>Set with class: \ref ns3::TimeValue</li>
25211 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25212 <li>Initial value: +1e+09ns</li>
25213 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25214 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25215 </ul>
25216<li><b>SplitHorizon</b>: Split Horizon strategy.
25217 <ul>
25218 <li>Set with class: \ref ns3::EnumValue<ns3::RipNg::SplitHorizonType_e></li>
25219 <li>Underlying type: \p NoSplitHorizon|SplitHorizon|PoisonReverse</li>
25220 <li>Initial value: PoisonReverse</li>
25221 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25222 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25223 </ul>
25224<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).
25225 <ul>
25226 <li>Set with class: \ref ns3::TimeValue</li>
25227 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25228 <li>Initial value: +1e+09ns</li>
25229 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25230 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25231 </ul>
25232<li><b>TimeoutDelay</b>: The delay to invalidate a route.
25233 <ul>
25234 <li>Set with class: \ref ns3::TimeValue</li>
25235 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25236 <li>Initial value: +1.8e+11ns</li>
25237 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25238 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25239 </ul>
25240<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.
25241 <ul>
25242 <li>Set with class: \ref ns3::TimeValue</li>
25243 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25244 <li>Initial value: +3e+10ns</li>
25245 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25246 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25247 </ul>
25248</ul>
25249No TraceSources are defined for this type.<br>
25250<b>Group:</b> Internet
25251
25252<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
25253*/
25254
25255/*!
25256
25257\class ns3::RipNgHeader
25258
25259Introspection did not find any typical Config paths.<br>
25260No Attributes are defined for this type.<br>
25261No TraceSources are defined for this type.<br>
25262<b>Group:</b> Internet
25263
25264<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25265*/
25266
25267/*!
25268
25269\class ns3::RipNgRte
25270
25271Introspection did not find any typical Config paths.<br>
25272No Attributes are defined for this type.<br>
25273No TraceSources are defined for this type.<br>
25274<b>Group:</b> Internet
25275
25276<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
25277*/
25278
25279/*!
25280
25281\class ns3::RipRte
25282
25283Introspection did not find any typical Config paths.<br>
25284No Attributes are defined for this type.<br>
25285No TraceSources are defined for this type.<br>
25286<b>Group:</b> Internet
25287
25288<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
25289*/
25290
25291/*!
25292
25293\class ns3::RlcTag
25294
25295Introspection did not find any typical Config paths.<br>
25296No Attributes are defined for this type.<br>
25297No TraceSources are defined for this type.<br>
25298<b>Group:</b> Lte
25299
25300<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
25301*/
25302
25303/*!
25304
25305\class ns3::RngReq
25306
25307Introspection did not find any typical Config paths.<br>
25308No Attributes are defined for this type.<br>
25309No TraceSources are defined for this type.<br>
25310<b>Group:</b> Wimax
25311
25312<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
25313*/
25314
25315/*!
25316
25317\class ns3::RngRsp
25318
25319Introspection did not find any typical Config paths.<br>
25320No Attributes are defined for this type.<br>
25321No TraceSources are defined for this type.<br>
25322<b>Group:</b> Wimax
25323
25324<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
25325*/
25326
25327/*!
25328
25329\class ns3::RocketfuelTopologyReader
25330
25331Introspection did not find any typical Config paths.<br>
25332No Attributes are defined for this type.<br>
25333No TraceSources are defined for this type.<br>
25334<b>Group:</b> TopologyReader
25335
25336<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
25337*/
25338
25339/*!
25340
25341\class ns3::RraaWifiManager
25342
25343<h3>Config Paths</h3>
25344
25345ns3::RraaWifiManager is accessible through the following paths with Config::Set and Config::Connect:
25346<ul>
25347<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::RraaWifiManager"</li>
25348<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::RraaWifiManager"</li>
25349</ul>
25350<h3>Attributes</h3>
25351<ul>
25352<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.
25353 <ul>
25354 <li>Set with class: \ref ns3::UintegerValue</li>
25355 <li>Underlying type: uint32_t 0:4294967295</li>
25356 <li>Initial value: 14</li>
25357 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25359 </ul>
25360<li><b>Alpha</b>: Constant for calculating the MTL threshold.
25361 <ul>
25362 <li>Set with class: \ref ns3::DoubleValue</li>
25363 <li>Underlying type: double 1:1.79769e+308</li>
25364 <li>Initial value: 1.25</li>
25365 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25366 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25367 </ul>
25368<li><b>Basic</b>: If true the RRAA-BASIC algorithm will be used, otherwise the RRAA will be used
25369 <ul>
25370 <li>Set with class: \ref ns3::BooleanValue</li>
25371 <li>Underlying type: bool</li>
25372 <li>Initial value: false</li>
25373 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25375 </ul>
25376<li><b>Beta</b>: Constant for calculating the ORI threshold.
25377 <ul>
25378 <li>Set with class: \ref ns3::DoubleValue</li>
25379 <li>Underlying type: double 1:1.79769e+308</li>
25380 <li>Initial value: 2</li>
25381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25383 </ul>
25384<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.
25385 <ul>
25386 <li>Set with class: \ref ns3::UintegerValue</li>
25387 <li>Underlying type: uint32_t 0:4294967295</li>
25388 <li>Initial value: 1420</li>
25389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25391 </ul>
25392<li><b>Tau</b>: Constant for calculating the EWND size.
25393 <ul>
25394 <li>Set with class: \ref ns3::DoubleValue</li>
25395 <li>Underlying type: double 0:1.79769e+308</li>
25396 <li>Initial value: 0.012</li>
25397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25399 </ul>
25400<li><b>Timeout</b>: Timeout for the RRAA BASIC loss estimation block
25401 <ul>
25402 <li>Set with class: \ref ns3::TimeValue</li>
25403 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25404 <li>Initial value: +5e+07ns</li>
25405 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25406 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25407 </ul>
25408</ul>
25409<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
25410<ul>
25411<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.
25412 <ul>
25413 <li>Set with class: \ref ns3::UintegerValue</li>
25414 <li>Underlying type: uint8_t 0:255</li>
25415 <li>Initial value: 0</li>
25416 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25418 </ul>
25419<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
25420 <ul>
25421 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25422 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25423 <li>Initial value: Cts-To-Self</li>
25424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25426 </ul>
25427<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.
25428 <ul>
25429 <li>Set with class: \ref ns3::UintegerValue</li>
25430 <li>Underlying type: uint32_t 256:65535</li>
25431 <li>Initial value: 65535</li>
25432 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25433 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25434 </ul>
25435<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
25436 <ul>
25437 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25438 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25439 <li>Initial value: Cts-To-Self</li>
25440 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25441 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25442 </ul>
25443<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.
25444 <ul>
25445 <li>Set with class: \ref ns3::BooleanValue</li>
25446 <li>Underlying type: bool</li>
25447 <li>Initial value: false</li>
25448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25450 </ul>
25451<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.
25452 <ul>
25453 <li>Set with class: \ref ns3::UintegerValue</li>
25454 <li>Underlying type: uint32_t 0:4294967295</li>
25455 <li>Initial value: 4</li>
25456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25457 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25458 </ul>
25459<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.
25460 <ul>
25461 <li>Set with class: \ref ns3::UintegerValue</li>
25462 <li>Underlying type: uint32_t 0:4294967295</li>
25463 <li>Initial value: 7</li>
25464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25465 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25466 </ul>
25467<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
25468 <ul>
25469 <li>Set with class: \ref ns3::WifiModeValue</li>
25470 <li>Underlying type: \p WifiMode</li>
25471 <li>Initial value: Invalid-WifiMode</li>
25472 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25474 </ul>
25475<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.
25476 <ul>
25477 <li>Set with class: \ref ns3::UintegerValue</li>
25478 <li>Underlying type: uint32_t 0:4692480</li>
25479 <li>Initial value: 4692480</li>
25480 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25482 </ul>
25483<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.
25484 <ul>
25485 <li>Set with class: \ref ns3::TimeValue</li>
25486 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25487 <li>Initial value: +0ns</li>
25488 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25490 </ul>
25491</ul>
25492<h3>TraceSources</h3>
25493<ul>
25494<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
25495 <li> %Callback signature: ns3::TracedValueCallback::Uint64
25496</li>
25497 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25498</ul>
25499</ul>
25500<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
25501<ul>
25502<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
25503 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25504</li>
25505 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25506</ul>
25507<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
25508 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25509</li>
25510 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25511</ul>
25512<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
25513 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25514</li>
25515 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25516</ul>
25517<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
25518 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25519</li>
25520 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25521</ul>
25522</ul>
25523<b>Group:</b> Wifi
25524
25525<b>Size</b> of this type is 528 bytes (on a 64-bit architecture).
25526*/
25527
25528/*!
25529
25530\class ns3::RrComponentCarrierManager
25531
25532<h3>Config Paths</h3>
25533
25534ns3::RrComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
25535<ul>
25536<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25537<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25538<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::NoOpComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25539<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbComponentCarrierManager/$ns3::RrComponentCarrierManager"</li>
25540</ul>
25541No Attributes are defined for this type.<br>
25542No TraceSources are defined for this type.<br>
25543<b>Group:</b> Lte
25544
25545<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
25546*/
25547
25548/*!
25549
25550\class ns3::RrFfMacScheduler
25551
25552<h3>Config Paths</h3>
25553
25554ns3::RrFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
25555<ul>
25556<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::RrFfMacScheduler"</li>
25557<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::RrFfMacScheduler"</li>
25558</ul>
25559<h3>Attributes</h3>
25560<ul>
25561<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
25562 <ul>
25563 <li>Set with class: \ref ns3::UintegerValue</li>
25564 <li>Underlying type: uint32_t 0:4294967295</li>
25565 <li>Initial value: 1000</li>
25566 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25567 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25568 </ul>
25569<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
25570 <ul>
25571 <li>Set with class: \ref ns3::BooleanValue</li>
25572 <li>Underlying type: bool</li>
25573 <li>Initial value: true</li>
25574 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25576 </ul>
25577<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
25578 <ul>
25579 <li>Set with class: \ref ns3::UintegerValue</li>
25580 <li>Underlying type: uint8_t 0:255</li>
25581 <li>Initial value: 0</li>
25582 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25584 </ul>
25585</ul>
25586<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
25587<ul>
25588<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
25589 <ul>
25590 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
25591 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
25592 <li>Initial value: SRS_UL_CQI</li>
25593 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25595 </ul>
25596</ul>
25597No TraceSources are defined for this type.<br>
25598<b>Group:</b> Lte
25599
25600<b>Size</b> of this type is 1152 bytes (on a 64-bit architecture).
25601*/
25602
25603/*!
25604
25605\class ns3::RrMultiUserScheduler
25606
25607Introspection did not find any typical Config paths.<br>
25608<h3>Attributes</h3>
25609<ul>
25610<li><b>EnableBsrp</b>: If enabled, send a BSRP Trigger Frame before an UL MU transmission.
25611 <ul>
25612 <li>Set with class: \ref ns3::BooleanValue</li>
25613 <li>Underlying type: bool</li>
25614 <li>Initial value: true</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<li><b>EnableTxopSharing</b>: If enabled, allow A-MPDUs of different TIDs in a DL MU PPDU.
25619 <ul>
25620 <li>Set with class: \ref ns3::BooleanValue</li>
25621 <li>Underlying type: bool</li>
25622 <li>Initial value: true</li>
25623 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25624 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25625 </ul>
25626<li><b>EnableUlOfdma</b>: If enabled, return UL_MU_TX if DL_MU_TX was returned the previous time.
25627 <ul>
25628 <li>Set with class: \ref ns3::BooleanValue</li>
25629 <li>Underlying type: bool</li>
25630 <li>Initial value: true</li>
25631 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25632 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25633 </ul>
25634<li><b>ForceDlOfdma</b>: If enabled, return DL_MU_TX even if no DL MU PPDU could be built.
25635 <ul>
25636 <li>Set with class: \ref ns3::BooleanValue</li>
25637 <li>Underlying type: bool</li>
25638 <li>Initial value: false</li>
25639 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25640 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25641 </ul>
25642<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
25643 <ul>
25644 <li>Set with class: \ref ns3::TimeValue</li>
25645 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25646 <li>Initial value: +1e+09ns</li>
25647 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25648 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25649 </ul>
25650<li><b>NStations</b>: The maximum number of stations that can be granted an RU in a DL MU OFDMA transmission
25651 <ul>
25652 <li>Set with class: \ref ns3::UintegerValue</li>
25653 <li>Underlying type: uint8_t 1:74</li>
25654 <li>Initial value: 4</li>
25655 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25656 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25657 </ul>
25658<li><b>UlPsduSize</b>: The default size in bytes of the solicited PSDU (to be sent in a TB PPDU)
25659 <ul>
25660 <li>Set with class: \ref ns3::UintegerValue</li>
25661 <li>Underlying type: uint32_t 0:4294967295</li>
25662 <li>Initial value: 500</li>
25663 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25664 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25665 </ul>
25666<li><b>UseCentral26TonesRus</b>: If enabled, central 26-tone RUs are allocated, too, when the selected RU type is at least 52 tones.
25667 <ul>
25668 <li>Set with class: \ref ns3::BooleanValue</li>
25669 <li>Underlying type: bool</li>
25670 <li>Initial value: false</li>
25671 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25673 </ul>
25674</ul>
25675<h3>Attributes defined in parent class ns3::MultiUserScheduler</h3>
25676<ul>
25677<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.
25678 <ul>
25679 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
25680 <li>Underlying type: \p AC_BE|AC_VI|AC_VO|AC_BK</li>
25681 <li>Initial value: AC_BE</li>
25682 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25684 </ul>
25685<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.
25686 <ul>
25687 <li>Set with class: \ref ns3::TimeValue</li>
25688 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25689 <li>Initial value: +0ns</li>
25690 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25691 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25692 </ul>
25693<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.
25694 <ul>
25695 <li>Set with class: \ref ns3::TimeValue</li>
25696 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25697 <li>Initial value: +2e+06ns</li>
25698 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25699 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25700 </ul>
25701<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.
25702 <ul>
25703 <li>Set with class: \ref ns3::BooleanValue</li>
25704 <li>Underlying type: bool</li>
25705 <li>Initial value: true</li>
25706 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25707 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25708 </ul>
25709</ul>
25710No TraceSources are defined for this type.<br>
25711<b>Group:</b> Wifi
25712
25713<b>Size</b> of this type is 888 bytes (on a 64-bit architecture).
25714*/
25715
25716/*!
25717
25718\class ns3::RrpaaWifiManager
25719
25720<h3>Config Paths</h3>
25721
25722ns3::RrpaaWifiManager is accessible through the following paths with Config::Set and Config::Connect:
25723<ul>
25724<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::RrpaaWifiManager"</li>
25725<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::RrpaaWifiManager"</li>
25726</ul>
25727<h3>Attributes</h3>
25728<ul>
25729<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.
25730 <ul>
25731 <li>Set with class: \ref ns3::UintegerValue</li>
25732 <li>Underlying type: uint32_t 0:4294967295</li>
25733 <li>Initial value: 14</li>
25734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25736 </ul>
25737<li><b>Alpha</b>: Constant for calculating the MTL threshold.
25738 <ul>
25739 <li>Set with class: \ref ns3::DoubleValue</li>
25740 <li>Underlying type: double 1:1.79769e+308</li>
25741 <li>Initial value: 1.25</li>
25742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25744 </ul>
25745<li><b>Basic</b>: If true the RRPAA-BASIC algorithm will be used, otherwise the RRPAA will be used.
25746 <ul>
25747 <li>Set with class: \ref ns3::BooleanValue</li>
25748 <li>Underlying type: bool</li>
25749 <li>Initial value: true</li>
25750 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25752 </ul>
25753<li><b>Beta</b>: Constant for calculating the ORI threshold.
25754 <ul>
25755 <li>Set with class: \ref ns3::DoubleValue</li>
25756 <li>Underlying type: double 1:1.79769e+308</li>
25757 <li>Initial value: 2</li>
25758 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25760 </ul>
25761<li><b>Delta</b>: Constant for Probabilistic Decision Table increments.
25762 <ul>
25763 <li>Set with class: \ref ns3::DoubleValue</li>
25764 <li>Underlying type: double 1:1.79769e+308</li>
25765 <li>Initial value: 1.0905</li>
25766 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25767 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25768 </ul>
25769<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.
25770 <ul>
25771 <li>Set with class: \ref ns3::UintegerValue</li>
25772 <li>Underlying type: uint32_t 0:4294967295</li>
25773 <li>Initial value: 1420</li>
25774 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25776 </ul>
25777<li><b>Gamma</b>: Constant for Probabilistic Decision Table decrements.
25778 <ul>
25779 <li>Set with class: \ref ns3::DoubleValue</li>
25780 <li>Underlying type: double 1:1.79769e+308</li>
25781 <li>Initial value: 2</li>
25782 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25784 </ul>
25785<li><b>Tau</b>: Constant for calculating the EWND size.
25786 <ul>
25787 <li>Set with class: \ref ns3::DoubleValue</li>
25788 <li>Underlying type: double 0:1.79769e+308</li>
25789 <li>Initial value: 0.015</li>
25790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25792 </ul>
25793<li><b>Timeout</b>: Timeout for the RRPAA-BASIC loss estimation block.
25794 <ul>
25795 <li>Set with class: \ref ns3::TimeValue</li>
25796 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25797 <li>Initial value: +5e+08ns</li>
25798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25800 </ul>
25801</ul>
25802<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
25803<ul>
25804<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.
25805 <ul>
25806 <li>Set with class: \ref ns3::UintegerValue</li>
25807 <li>Underlying type: uint8_t 0:255</li>
25808 <li>Initial value: 0</li>
25809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25811 </ul>
25812<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
25813 <ul>
25814 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25815 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25816 <li>Initial value: Cts-To-Self</li>
25817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25819 </ul>
25820<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.
25821 <ul>
25822 <li>Set with class: \ref ns3::UintegerValue</li>
25823 <li>Underlying type: uint32_t 256:65535</li>
25824 <li>Initial value: 65535</li>
25825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25827 </ul>
25828<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
25829 <ul>
25830 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
25831 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
25832 <li>Initial value: Cts-To-Self</li>
25833 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25835 </ul>
25836<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.
25837 <ul>
25838 <li>Set with class: \ref ns3::BooleanValue</li>
25839 <li>Underlying type: bool</li>
25840 <li>Initial value: false</li>
25841 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25842 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25843 </ul>
25844<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.
25845 <ul>
25846 <li>Set with class: \ref ns3::UintegerValue</li>
25847 <li>Underlying type: uint32_t 0:4294967295</li>
25848 <li>Initial value: 4</li>
25849 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25850 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25851 </ul>
25852<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.
25853 <ul>
25854 <li>Set with class: \ref ns3::UintegerValue</li>
25855 <li>Underlying type: uint32_t 0:4294967295</li>
25856 <li>Initial value: 7</li>
25857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25858 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
25859 </ul>
25860<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
25861 <ul>
25862 <li>Set with class: \ref ns3::WifiModeValue</li>
25863 <li>Underlying type: \p WifiMode</li>
25864 <li>Initial value: Invalid-WifiMode</li>
25865 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25866 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25867 </ul>
25868<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.
25869 <ul>
25870 <li>Set with class: \ref ns3::UintegerValue</li>
25871 <li>Underlying type: uint32_t 0:4692480</li>
25872 <li>Initial value: 4692480</li>
25873 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
25874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25875 </ul>
25876<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.
25877 <ul>
25878 <li>Set with class: \ref ns3::TimeValue</li>
25879 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25880 <li>Initial value: +0ns</li>
25881 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25882 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25883 </ul>
25884</ul>
25885<h3>TraceSources</h3>
25886<ul>
25887<li><b>PowerChange</b>: The transmission power has change.<br> <ul>
25888 <li> %Callback signature: ns3::WifiRemoteStationManager::PowerChangeTracedCallback
25889</li>
25890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25891</ul>
25892<li><b>RateChange</b>: The transmission rate has change.<br> <ul>
25893 <li> %Callback signature: ns3::WifiRemoteStationManager::RateChangeTracedCallback
25894</li>
25895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25896</ul>
25897</ul>
25898<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
25899<ul>
25900<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
25901 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25902</li>
25903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25904</ul>
25905<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
25906 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25907</li>
25908 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25909</ul>
25910<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
25911 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25912</li>
25913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25914</ul>
25915<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
25916 <li> %Callback signature: ns3::Mac48Address::TracedCallback
25917</li>
25918 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25919</ul>
25920</ul>
25921<b>Group:</b> Wifi
25922
25923<b>Size</b> of this type is 576 bytes (on a 64-bit architecture).
25924*/
25925
25926/*!
25927
25928\class ns3::RttEstimator
25929
25930Introspection did not find any typical Config paths.<br>
25931<h3>Attributes</h3>
25932<ul>
25933<li><b>InitialEstimation</b>: Initial RTT estimate
25934 <ul>
25935 <li>Set with class: \ref ns3::TimeValue</li>
25936 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25937 <li>Initial value: +1e+09ns</li>
25938 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25940 </ul>
25941</ul>
25942No TraceSources are defined for this type.<br>
25943<b>Group:</b> Internet
25944
25945<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
25946*/
25947
25948/*!
25949
25950\class ns3::RttMeanDeviation
25951
25952Introspection did not find any typical Config paths.<br>
25953<h3>Attributes</h3>
25954<ul>
25955<li><b>Alpha</b>: Gain used in estimating the RTT, must be 0 <= alpha <= 1
25956 <ul>
25957 <li>Set with class: \ref ns3::DoubleValue</li>
25958 <li>Underlying type: double 0:1</li>
25959 <li>Initial value: 0.125</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<li><b>Beta</b>: Gain used in estimating the RTT variation, must be 0 <= beta <= 1
25964 <ul>
25965 <li>Set with class: \ref ns3::DoubleValue</li>
25966 <li>Underlying type: double 0:1</li>
25967 <li>Initial value: 0.25</li>
25968 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25969 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25970 </ul>
25971</ul>
25972<h3>Attributes defined in parent class ns3::RttEstimator</h3>
25973<ul>
25974<li><b>InitialEstimation</b>: Initial RTT estimate
25975 <ul>
25976 <li>Set with class: \ref ns3::TimeValue</li>
25977 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
25978 <li>Initial value: +1e+09ns</li>
25979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
25980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
25981 </ul>
25982</ul>
25983No TraceSources are defined for this type.<br>
25984<b>Group:</b> Internet
25985
25986<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
25987*/
25988
25989/*!
25990
25991\class ns3::SameRoomPositionAllocator
25992
25993<h3>Config Paths</h3>
25994
25995ns3::SameRoomPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
25996<ul>
25997<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::SameRoomPositionAllocator"</li>
25998</ul>
25999No Attributes are defined for this type.<br>
26000No TraceSources are defined for this type.<br>
26001<b>Group:</b> Buildings
26002
26003<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
26004*/
26005
26006/*!
26007
26008\class ns3::Scheduler
26009
26010Introspection did not find any typical Config paths.<br>
26011No Attributes are defined for this type.<br>
26012No TraceSources are defined for this type.<br>
26013<b>Group:</b> Core
26014
26015<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26016*/
26017
26018/*!
26019
26020\class ns3::SeqTsEchoHeader
26021
26022Introspection did not find any typical Config paths.<br>
26023No Attributes are defined for this type.<br>
26024No TraceSources are defined for this type.<br>
26025<b>Group:</b> Applications
26026
26027<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26028*/
26029
26030/*!
26031
26032\class ns3::SeqTsHeader
26033
26034Introspection did not find any typical Config paths.<br>
26035No Attributes are defined for this type.<br>
26036No TraceSources are defined for this type.<br>
26037<b>Group:</b> Applications
26038
26039<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
26040*/
26041
26042/*!
26043
26044\class ns3::SeqTsSizeHeader
26045
26046Introspection did not find any typical Config paths.<br>
26047No Attributes are defined for this type.<br>
26048No TraceSources are defined for this type.<br>
26049<b>Group:</b> Applications
26050
26051<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26052*/
26053
26054/*!
26055
26056\class ns3::SequentialRandomVariable
26057
26058<h3>Config Paths</h3>
26059
26060ns3::SequentialRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
26061<ul>
26062<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26063<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26064<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26065<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26066<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26067<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26068<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26069<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26070<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26071<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26072<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26073<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26074<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26075<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26076<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26077<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::SequentialRandomVariable"</li>
26078<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::SequentialRandomVariable"</li>
26079<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26080<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26081<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26082<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26083<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26084<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26085<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26086<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::SequentialRandomVariable"</li>
26087<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::SequentialRandomVariable"</li>
26088<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::SequentialRandomVariable"</li>
26089<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::SequentialRandomVariable"</li>
26090<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::SequentialRandomVariable"</li>
26091<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::SequentialRandomVariable"</li>
26092<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::SequentialRandomVariable"</li>
26093<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::SequentialRandomVariable"</li>
26094<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::SequentialRandomVariable"</li>
26095<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::SequentialRandomVariable"</li>
26096<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::SequentialRandomVariable"</li>
26097<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::SequentialRandomVariable"</li>
26098<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26099<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::SequentialRandomVariable"</li>
26100<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::SequentialRandomVariable"</li>
26101<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26102<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26103<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::SequentialRandomVariable"</li>
26104<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26105<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26106<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26107<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26108<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::SequentialRandomVariable"</li>
26109<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::SequentialRandomVariable"</li>
26110<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::SequentialRandomVariable"</li>
26111<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::SequentialRandomVariable"</li>
26112<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::SequentialRandomVariable"</li>
26113<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::SequentialRandomVariable"</li>
26114<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::SequentialRandomVariable"</li>
26115<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::SequentialRandomVariable"</li>
26116<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::SequentialRandomVariable"</li>
26117<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::SequentialRandomVariable"</li>
26118<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::SequentialRandomVariable"</li>
26119<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26120<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::SequentialRandomVariable"</li>
26121<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::SequentialRandomVariable"</li>
26122</ul>
26123<h3>Attributes</h3>
26124<ul>
26125<li><b>Consecutive</b>: The number of times each member of the sequence is repeated.
26126 <ul>
26127 <li>Set with class: \ref ns3::IntegerValue</li>
26128 <li>Underlying type: uint32_t 0:4294967295</li>
26129 <li>Initial value: 1</li>
26130 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26132 </ul>
26133<li><b>Increment</b>: The sequence random variable increment.
26134 <ul>
26135 <li>Set with class: \ref ns3::PointerValue</li>
26136 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
26137 <li>Initial value: ns3::ConstantRandomVariable[Constant=1]</li>
26138 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26140 </ul>
26141<li><b>Max</b>: One more than the last value of the sequence.
26142 <ul>
26143 <li>Set with class: \ref ns3::DoubleValue</li>
26144 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26145 <li>Initial value: 0</li>
26146 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26147 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26148 </ul>
26149<li><b>Min</b>: The first value of the sequence.
26150 <ul>
26151 <li>Set with class: \ref ns3::DoubleValue</li>
26152 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26153 <li>Initial value: 0</li>
26154 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26155 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26156 </ul>
26157</ul>
26158<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
26159<ul>
26160<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
26161 <ul>
26162 <li>Set with class: \ref ns3::BooleanValue</li>
26163 <li>Underlying type: bool</li>
26164 <li>Initial value: false</li>
26165 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26167 </ul>
26168<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.
26169 <ul>
26170 <li>Set with class: \ref ns3::IntegerValue</li>
26171 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
26172 <li>Initial value: -1</li>
26173 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26175 </ul>
26176</ul>
26177No TraceSources are defined for this type.<br>
26178<b>Group:</b> Core
26179
26180<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
26181*/
26182
26183/*!
26184
26185\class ns3::ServiceFlowManager
26186
26187<h3>Config Paths</h3>
26188
26189ns3::ServiceFlowManager is accessible through the following paths with Config::Set and Config::Connect:
26190<ul>
26191<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager"</li>
26192<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager"</li>
26193</ul>
26194No Attributes are defined for this type.<br>
26195No TraceSources are defined for this type.<br>
26196<b>Group:</b> Wimax
26197
26198<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
26199*/
26200
26201/*!
26202
26203\class ns3::ShannonSpectrumErrorModel
26204
26205Introspection did not find any typical Config paths.<br>
26206No Attributes are defined for this type.<br>
26207No TraceSources are defined for this type.<br>
26208<b>Group:</b> Spectrum
26209
26210<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
26211*/
26212
26213/*!
26214
26215\class ns3::SimpleChannel
26216
26217<h3>Config Paths</h3>
26218
26219ns3::SimpleChannel is accessible through the following paths with Config::Set and Config::Connect:
26220<ul>
26221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SimpleChannel"</li>
26222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SimpleChannel"</li>
26223<li>"/ChannelList/[i]/$ns3::SimpleChannel"</li>
26224</ul>
26225<h3>Attributes</h3>
26226<ul>
26227<li><b>Delay</b>: Transmission delay through the channel
26228 <ul>
26229 <li>Set with class: \ref ns3::TimeValue</li>
26230 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26231 <li>Initial value: +0ns</li>
26232 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26233 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26234 </ul>
26235</ul>
26236<h3>Attributes defined in parent class ns3::Channel</h3>
26237<ul>
26238<li><b>Id</b>: The id (unique integer) of this Channel.
26239 <ul>
26240 <li>Set with class: \ref ns3::UintegerValue</li>
26241 <li>Underlying type: uint32_t 0:4294967295</li>
26242 <li>Flags: <span class="mlabel">read</span></li>
26243 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26244 </ul>
26245</ul>
26246No TraceSources are defined for this type.<br>
26247<b>Group:</b> Network
26248
26249<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
26250*/
26251
26252/*!
26253
26254\class ns3::SimpleFrameCaptureModel
26255
26256<h3>Config Paths</h3>
26257
26258ns3::SimpleFrameCaptureModel is accessible through the following paths with Config::Set and Config::Connect:
26259<ul>
26260<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/FrameCaptureModel/$ns3::SimpleFrameCaptureModel"</li>
26261<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/FrameCaptureModel/$ns3::SimpleFrameCaptureModel"</li>
26262</ul>
26263<h3>Attributes</h3>
26264<ul>
26265<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).
26266 <ul>
26267 <li>Set with class: \ref ns3::DoubleValue</li>
26268 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26269 <li>Initial value: 5</li>
26270 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26271 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26272 </ul>
26273</ul>
26274<h3>Attributes defined in parent class ns3::FrameCaptureModel</h3>
26275<ul>
26276<li><b>CaptureWindow</b>: The duration of the capture window.
26277 <ul>
26278 <li>Set with class: \ref ns3::TimeValue</li>
26279 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26280 <li>Initial value: +16000ns</li>
26281 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26282 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26283 </ul>
26284</ul>
26285No TraceSources are defined for this type.<br>
26286<b>Group:</b> Wifi
26287
26288<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
26289*/
26290
26291/*!
26292
26293\class ns3::SimpleNetDevice
26294
26295<h3>Config Paths</h3>
26296
26297ns3::SimpleNetDevice is accessible through the following paths with Config::Set and Config::Connect:
26298<ul>
26299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice"</li>
26300</ul>
26301<h3>Attributes</h3>
26302<ul>
26303<li><b>DataRate</b>: The default data rate for point to point links. Zero means infinite
26304 <ul>
26305 <li>Set with class: \ref ns3::DataRateValue</li>
26306 <li>Underlying type: \p DataRate</li>
26307 <li>Initial value: 0bps</li>
26308 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26309 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26310 </ul>
26311<li><b>PointToPointMode</b>: The device is configured in Point to Point mode
26312 <ul>
26313 <li>Set with class: \ref ns3::BooleanValue</li>
26314 <li>Underlying type: bool</li>
26315 <li>Initial value: false</li>
26316 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26317 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26318 </ul>
26319<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss
26320 <ul>
26321 <li>Set with class: \ref ns3::PointerValue</li>
26322 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
26323 <li>Initial value: 0</li>
26324 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26325 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26326 </ul>
26327<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.
26328 <ul>
26329 <li>Set with class: \ref ns3::PointerValue</li>
26330 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<Packet>></li>
26331 <li>Initial value: ns3::DropTailQueue<Packet></li>
26332 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26334 </ul>
26335</ul>
26336<h3>TraceSources</h3>
26337<ul>
26338<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
26339 <li> %Callback signature: ns3::Packet::TracedCallback
26340</li>
26341 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26342</ul>
26343</ul>
26344<b>Group:</b> Network
26345
26346<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
26347*/
26348
26349/*!
26350
26351\class ns3::SimpleOfdmWimaxPhy
26352
26353<h3>Config Paths</h3>
26354
26355ns3::SimpleOfdmWimaxPhy is accessible through the following paths with Config::Set and Config::Connect:
26356<ul>
26357<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/$ns3::SimpleOfdmWimaxPhy"</li>
26358</ul>
26359<h3>Attributes</h3>
26360<ul>
26361<li><b>G</b>: This is the ratio of CP time to useful time.
26362 <ul>
26363 <li>Set with class: \ref ns3::DoubleValue</li>
26364 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26365 <li>Initial value: 0.25</li>
26366 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26367 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26368 </ul>
26369<li><b>Nfft</b>: FFT size
26370 <ul>
26371 <li>Set with class: \ref ns3::UintegerValue</li>
26372 <li>Underlying type: uint16_t 256:1024</li>
26373 <li>Initial value: 256</li>
26374 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26375 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26376 </ul>
26377<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.
26378 <ul>
26379 <li>Set with class: \ref ns3::DoubleValue</li>
26380 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26381 <li>Initial value: 5</li>
26382 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26383 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26384 </ul>
26385<li><b>RxGain</b>: Reception gain (dB).
26386 <ul>
26387 <li>Set with class: \ref ns3::DoubleValue</li>
26388 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26389 <li>Initial value: 0</li>
26390 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26391 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26392 </ul>
26393<li><b>TraceFilePath</b>: Path to the directory containing SNR to block error rate files
26394 <ul>
26395 <li>Set with class: \ref ns3::StringValue</li>
26396 <li>Underlying type: \p std::string</li>
26397 <li>Initial value: ""</li>
26398 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26400 </ul>
26401<li><b>TxGain</b>: Transmission gain (dB).
26402 <ul>
26403 <li>Set with class: \ref ns3::DoubleValue</li>
26404 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26405 <li>Initial value: 0</li>
26406 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26407 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26408 </ul>
26409<li><b>TxPower</b>: Transmission power (dB).
26410 <ul>
26411 <li>Set with class: \ref ns3::DoubleValue</li>
26412 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26413 <li>Initial value: 30</li>
26414 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26416 </ul>
26417</ul>
26418<h3>Attributes defined in parent class ns3::WimaxPhy</h3>
26419<ul>
26420<li><b>Bandwidth</b>: The channel bandwidth in Hz.
26421 <ul>
26422 <li>Set with class: \ref ns3::UintegerValue</li>
26423 <li>Underlying type: uint32_t 5000000:30000000</li>
26424 <li>Initial value: 10000000</li>
26425 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26427 </ul>
26428<li><b>Channel</b>: Wimax channel
26429 <ul>
26430 <li>Set with class: \ref ns3::PointerValue</li>
26431 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
26432 <li>Initial value: 0</li>
26433 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26435 </ul>
26436<li><b>FrameDuration</b>: The frame duration in seconds.
26437 <ul>
26438 <li>Set with class: \ref ns3::TimeValue</li>
26439 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26440 <li>Initial value: +1e+07ns</li>
26441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26443 </ul>
26444<li><b>Frequency</b>: The central frequency in KHz.
26445 <ul>
26446 <li>Set with class: \ref ns3::UintegerValue</li>
26447 <li>Underlying type: uint32_t 1000000:11000000</li>
26448 <li>Initial value: 5000000</li>
26449 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26451 </ul>
26452</ul>
26453<h3>TraceSources</h3>
26454<ul>
26455<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
26456 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26457</li>
26458 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26459</ul>
26460<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
26461 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26462</li>
26463 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26464</ul>
26465<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
26466 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26467</li>
26468 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26469</ul>
26470<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium<br> <ul>
26471 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26472</li>
26473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26474</ul>
26475<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
26476 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26477</li>
26478 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26479</ul>
26480<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel<br> <ul>
26481 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26482</li>
26483 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26484</ul>
26485<li><b>Rx</b>: Receive trace<br> <ul>
26486 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26487</li>
26488 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26489</ul>
26490<li><b>Tx</b>: Transmit trace<br> <ul>
26491 <li> %Callback signature: ns3::PacketBurst::TracedCallback
26492</li>
26493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26494</ul>
26495</ul>
26496<b>Group:</b> Wimax
26497
26498<b>Size</b> of this type is 544 bytes (on a 64-bit architecture).
26499*/
26500
26501/*!
26502
26503\class ns3::SimpleTag
26504
26505Introspection did not find any typical Config paths.<br>
26506No Attributes are defined for this type.<br>
26507No TraceSources are defined for this type.<br>
26508<b>Group:</b> Network
26509
26510<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
26511*/
26512
26513/*!
26514
26515\class ns3::SimpleUeComponentCarrierManager
26516
26517<h3>Config Paths</h3>
26518
26519ns3::SimpleUeComponentCarrierManager is accessible through the following paths with Config::Set and Config::Connect:
26520<ul>
26521<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeComponentCarrierManager/$ns3::SimpleUeComponentCarrierManager"</li>
26522<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeComponentCarrierManager/$ns3::SimpleUeComponentCarrierManager"</li>
26523</ul>
26524No Attributes are defined for this type.<br>
26525No TraceSources are defined for this type.<br>
26526<b>Group:</b> Lte
26527
26528<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
26529*/
26530
26531/*!
26532
26533\class ns3::SimulatorImpl
26534
26535Introspection did not find any typical Config paths.<br>
26536No Attributes are defined for this type.<br>
26537No TraceSources are defined for this type.<br>
26538<b>Group:</b> Core
26539
26540<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26541*/
26542
26543/*!
26544
26545\class ns3::SingleModelSpectrumChannel
26546
26547<h3>Config Paths</h3>
26548
26549ns3::SingleModelSpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
26550<ul>
26551<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26552<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SingleModelSpectrumChannel"</li>
26553<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26554<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SingleModelSpectrumChannel"</li>
26555<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/$ns3::SingleModelSpectrumChannel"</li>
26556<li>"/ChannelList/[i]/$ns3::SpectrumChannel/$ns3::SingleModelSpectrumChannel"</li>
26557<li>"/ChannelList/[i]/$ns3::SingleModelSpectrumChannel"</li>
26558</ul>
26559No Attributes are defined for this type.<br>
26560<h3>Attributes defined in parent class ns3::SpectrumChannel</h3>
26561<ul>
26562<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.
26563 <ul>
26564 <li>Set with class: \ref ns3::DoubleValue</li>
26565 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26566 <li>Initial value: 1e+09</li>
26567 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26568 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26569 </ul>
26570<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
26571 <ul>
26572 <li>Set with class: \ref ns3::PointerValue</li>
26573 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
26574 <li>Initial value: 0</li>
26575 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26576 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26577 </ul>
26578</ul>
26579<h3>Attributes defined in parent class ns3::Channel</h3>
26580<ul>
26581<li><b>Id</b>: The id (unique integer) of this Channel.
26582 <ul>
26583 <li>Set with class: \ref ns3::UintegerValue</li>
26584 <li>Underlying type: uint32_t 0:4294967295</li>
26585 <li>Flags: <span class="mlabel">read</span></li>
26586 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26587 </ul>
26588</ul>
26589No TraceSources are defined for this type.<br>
26590<h3>TraceSources defined in parent class ns3::SpectrumChannel</h3>
26591<ul>
26592<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>
26593 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
26594</li>
26595 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26596</ul>
26597<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>
26598 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
26599</li>
26600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26601</ul>
26602<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>
26603 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
26604</li>
26605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26606</ul>
26607</ul>
26608<b>Group:</b> Spectrum
26609
26610<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
26611*/
26612
26613/*!
26614
26615\class ns3::SinkApplication
26616
26617<h3>Config Paths</h3>
26618
26619ns3::SinkApplication is accessible through the following paths with Config::Set and Config::Connect:
26620<ul>
26621<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication"</li>
26622</ul>
26623<h3>Attributes</h3>
26624<ul>
26625<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
26626 <ul>
26627 <li>Set with class: \ref ns3::AddressValue</li>
26628 <li>Underlying type: \p Address</li>
26629 <li>Initial value: </li>
26630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26632 </ul>
26633<li><b>Port</b>: Port on which the application listens for incoming packets.
26634 <ul>
26635 <li>Set with class: \ref ns3::UintegerValue</li>
26636 <li>Underlying type: uint32_t 0:4294967295</li>
26637 <li>Initial value: 4294967295</li>
26638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26640 </ul>
26641</ul>
26642<h3>Attributes defined in parent class ns3::Application</h3>
26643<ul>
26644<li><b>StartTime</b>: Time at which the application will start
26645 <ul>
26646 <li>Set with class: \ref ns3::TimeValue</li>
26647 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26648 <li>Initial value: +0ns</li>
26649 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26650 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26651 </ul>
26652<li><b>StopTime</b>: Time at which the application will stop
26653 <ul>
26654 <li>Set with class: \ref ns3::TimeValue</li>
26655 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26656 <li>Initial value: +0ns</li>
26657 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26658 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26659 </ul>
26660</ul>
26661No TraceSources are defined for this type.<br>
26662<b>Group:</b> Applications
26663
26664<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
26665*/
26666
26667/*!
26668
26669\class ns3::SixLowPanBc0
26670
26671Introspection did not find any typical Config paths.<br>
26672No Attributes are defined for this type.<br>
26673No TraceSources are defined for this type.<br>
26674<b>Group:</b> SixLowPan
26675
26676<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26677*/
26678
26679/*!
26680
26681\class ns3::SixLowPanFrag1
26682
26683Introspection did not find any typical Config paths.<br>
26684No Attributes are defined for this type.<br>
26685No TraceSources are defined for this type.<br>
26686<b>Group:</b> SixLowPan
26687
26688<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26689*/
26690
26691/*!
26692
26693\class ns3::SixLowPanFragN
26694
26695Introspection did not find any typical Config paths.<br>
26696No Attributes are defined for this type.<br>
26697No TraceSources are defined for this type.<br>
26698<b>Group:</b> SixLowPan
26699
26700<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26701*/
26702
26703/*!
26704
26705\class ns3::SixLowPanHc1
26706
26707Introspection did not find any typical Config paths.<br>
26708No Attributes are defined for this type.<br>
26709No TraceSources are defined for this type.<br>
26710<b>Group:</b> SixLowPan
26711
26712<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
26713*/
26714
26715/*!
26716
26717\class ns3::SixLowPanIphc
26718
26719Introspection did not find any typical Config paths.<br>
26720No Attributes are defined for this type.<br>
26721No TraceSources are defined for this type.<br>
26722<b>Group:</b> SixLowPan
26723
26724<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26725*/
26726
26727/*!
26728
26729\class ns3::SixLowPanIpv6
26730
26731Introspection did not find any typical Config paths.<br>
26732No Attributes are defined for this type.<br>
26733No TraceSources are defined for this type.<br>
26734<b>Group:</b> SixLowPan
26735
26736<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
26737*/
26738
26739/*!
26740
26741\class ns3::SixLowPanMesh
26742
26743Introspection did not find any typical Config paths.<br>
26744No Attributes are defined for this type.<br>
26745No TraceSources are defined for this type.<br>
26746<b>Group:</b> SixLowPan
26747
26748<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26749*/
26750
26751/*!
26752
26753\class ns3::SixLowPanNetDevice
26754
26755<h3>Config Paths</h3>
26756
26757ns3::SixLowPanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
26758<ul>
26759<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice"</li>
26760</ul>
26761<h3>Attributes</h3>
26762<ul>
26763<li><b>CompressionThreshold</b>: The minimum MAC layer payload size.
26764 <ul>
26765 <li>Set with class: \ref ns3::UintegerValue</li>
26766 <li>Underlying type: uint32_t 0:4294967295</li>
26767 <li>Initial value: 0</li>
26768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26770 </ul>
26771<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.
26772 <ul>
26773 <li>Set with class: \ref ns3::TimeValue</li>
26774 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
26775 <li>Initial value: +6e+10ns</li>
26776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26778 </ul>
26779<li><b>FragmentReassemblyListSize</b>: The maximum size of the reassembly buffer (in packets). Zero meaning infinite.
26780 <ul>
26781 <li>Set with class: \ref ns3::UintegerValue</li>
26782 <li>Underlying type: uint16_t 0:65535</li>
26783 <li>Initial value: 0</li>
26784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26786 </ul>
26787<li><b>MeshCacheLength</b>: Length of the cache for each source.
26788 <ul>
26789 <li>Set with class: \ref ns3::UintegerValue</li>
26790 <li>Underlying type: uint16_t 0:65535</li>
26791 <li>Initial value: 10</li>
26792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26794 </ul>
26795<li><b>MeshUnderJitter</b>: The jitter in ms a node uses to forward mesh-under packets - used to prevent collisions
26796 <ul>
26797 <li>Set with class: \ref ns3::PointerValue</li>
26798 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
26799 <li>Initial value: ns3::UniformRandomVariable[Min=0.0|Max=10.0]</li>
26800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26802 </ul>
26803<li><b>MeshUnderRadius</b>: Hops Left to use in mesh-under.
26804 <ul>
26805 <li>Set with class: \ref ns3::UintegerValue</li>
26806 <li>Underlying type: uint8_t 0:255</li>
26807 <li>Initial value: 10</li>
26808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26810 </ul>
26811<li><b>OmitUdpChecksum</b>: Omit the UDP checksum in IPHC compression.
26812 <ul>
26813 <li>Set with class: \ref ns3::BooleanValue</li>
26814 <li>Underlying type: bool</li>
26815 <li>Initial value: true</li>
26816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26818 </ul>
26819<li><b>Rfc6282</b>: Use RFC6282 (IPHC) if true, RFC4944 (HC1) otherwise.
26820 <ul>
26821 <li>Set with class: \ref ns3::BooleanValue</li>
26822 <li>Underlying type: bool</li>
26823 <li>Initial value: true</li>
26824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26826 </ul>
26827<li><b>UseMeshUnder</b>: Use a mesh-under routing protocol.
26828 <ul>
26829 <li>Set with class: \ref ns3::BooleanValue</li>
26830 <li>Underlying type: bool</li>
26831 <li>Initial value: false</li>
26832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26834 </ul>
26835</ul>
26836<h3>TraceSources</h3>
26837<ul>
26838<li><b>Drop</b>: Drop - DropReason, packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26839 <li> %Callback signature: ns3::SixLowPanNetDevice::DropTracedCallback
26840</li>
26841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26842</ul>
26843<li><b>Rx</b>: Receive - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26844 <li> %Callback signature: ns3::SixLowPanNetDevice::RxTxTracedCallback
26845</li>
26846 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26847</ul>
26848<li><b>Tx</b>: Send - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.<br> <ul>
26849 <li> %Callback signature: ns3::SixLowPanNetDevice::RxTxTracedCallback
26850</li>
26851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26852</ul>
26853</ul>
26854<b>Group:</b> SixLowPan
26855
26856<b>Size</b> of this type is 400 bytes (on a 64-bit architecture).
26857*/
26858
26859/*!
26860
26861\class ns3::SixLowPanNhcExtension
26862
26863Introspection did not find any typical Config paths.<br>
26864No Attributes are defined for this type.<br>
26865No TraceSources are defined for this type.<br>
26866<b>Group:</b> SixLowPan
26867
26868<b>Size</b> of this type is 272 bytes (on a 64-bit architecture).
26869*/
26870
26871/*!
26872
26873\class ns3::SixLowPanUdpNhcExtension
26874
26875Introspection did not find any typical Config paths.<br>
26876No Attributes are defined for this type.<br>
26877No TraceSources are defined for this type.<br>
26878<b>Group:</b> SixLowPan
26879
26880<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26881*/
26882
26883/*!
26884
26885\class ns3::SllHeader
26886
26887Introspection did not find any typical Config paths.<br>
26888No Attributes are defined for this type.<br>
26889No TraceSources are defined for this type.<br>
26890<b>Group:</b> Network
26891
26892<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
26893*/
26894
26895/*!
26896
26897\class ns3::SnrTag
26898
26899Introspection did not find any typical Config paths.<br>
26900<h3>Attributes</h3>
26901<ul>
26902<li><b>Snr</b>: The SNR of the last packet received
26903 <ul>
26904 <li>Set with class: \ref ns3::DoubleValue</li>
26905 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
26906 <li>Flags: <span class="mlabel">read</span></li>
26907 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26908 </ul>
26909</ul>
26910No TraceSources are defined for this type.<br>
26911<b>Group:</b> Wifi
26912
26913<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26914*/
26915
26916/*!
26917
26918\class ns3::Socket
26919
26920Introspection did not find any typical Config paths.<br>
26921No Attributes are defined for this type.<br>
26922No TraceSources are defined for this type.<br>
26923<b>Group:</b> Network
26924
26925<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
26926*/
26927
26928/*!
26929
26930\class ns3::SocketFactory
26931
26932Introspection did not find any typical Config paths.<br>
26933No Attributes are defined for this type.<br>
26934No TraceSources are defined for this type.<br>
26935<b>Group:</b> Network
26936
26937<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
26938*/
26939
26940/*!
26941
26942\class ns3::SocketIpTtlTag
26943
26944Introspection did not find any typical Config paths.<br>
26945No Attributes are defined for this type.<br>
26946No TraceSources are defined for this type.<br>
26947<b>Group:</b> Network
26948
26949<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26950*/
26951
26952/*!
26953
26954\class ns3::SocketIpv6HopLimitTag
26955
26956Introspection did not find any typical Config paths.<br>
26957No Attributes are defined for this type.<br>
26958No TraceSources are defined for this type.<br>
26959<b>Group:</b> Network
26960
26961<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26962*/
26963
26964/*!
26965
26966\class ns3::SocketSetDontFragmentTag
26967
26968Introspection did not find any typical Config paths.<br>
26969No Attributes are defined for this type.<br>
26970No TraceSources are defined for this type.<br>
26971<b>Group:</b> Network
26972
26973<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
26974*/
26975
26976/*!
26977
26978\class ns3::SourceApplication
26979
26980<h3>Config Paths</h3>
26981
26982ns3::SourceApplication is accessible through the following paths with Config::Set and Config::Connect:
26983<ul>
26984<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication"</li>
26985</ul>
26986<h3>Attributes</h3>
26987<ul>
26988<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
26989 <ul>
26990 <li>Set with class: \ref ns3::AddressValue</li>
26991 <li>Underlying type: \p Address</li>
26992 <li>Initial value: </li>
26993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
26994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
26995 </ul>
26996<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
26997 <ul>
26998 <li>Set with class: \ref ns3::AddressValue</li>
26999 <li>Underlying type: \p Address</li>
27000 <li>Initial value: </li>
27001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27003 </ul>
27004<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).
27005 <ul>
27006 <li>Set with class: \ref ns3::UintegerValue</li>
27007 <li>Underlying type: uint8_t 0:255</li>
27008 <li>Initial value: 0</li>
27009 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27011 </ul>
27012</ul>
27013<h3>Attributes defined in parent class ns3::Application</h3>
27014<ul>
27015<li><b>StartTime</b>: Time at which the application will start
27016 <ul>
27017 <li>Set with class: \ref ns3::TimeValue</li>
27018 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27019 <li>Initial value: +0ns</li>
27020 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27021 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27022 </ul>
27023<li><b>StopTime</b>: Time at which the application will stop
27024 <ul>
27025 <li>Set with class: \ref ns3::TimeValue</li>
27026 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27027 <li>Initial value: +0ns</li>
27028 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27030 </ul>
27031</ul>
27032No TraceSources are defined for this type.<br>
27033<b>Group:</b> Applications
27034
27035<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
27036*/
27037
27038/*!
27039
27040\class ns3::SpectrumAnalyzer
27041
27042Introspection did not find any typical Config paths.<br>
27043<h3>Attributes</h3>
27044<ul>
27045<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.
27046 <ul>
27047 <li>Set with class: \ref ns3::DoubleValue</li>
27048 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27049 <li>Initial value: 4.14e-21</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<li><b>Resolution</b>: The length of the time interval over which the power spectral density of incoming signals is averaged
27054 <ul>
27055 <li>Set with class: \ref ns3::TimeValue</li>
27056 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27057 <li>Initial value: +1e+06ns</li>
27058 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27060 </ul>
27061</ul>
27062<h3>TraceSources</h3>
27063<ul>
27064<li><b>AveragePowerSpectralDensityReport</b>: Trace fired whenever a new value for the average Power Spectral Density is calculated<br> <ul>
27065 <li> %Callback signature: ns3::SpectrumValue::TracedCallback
27066</li>
27067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27068</ul>
27069</ul>
27070<b>Group:</b> Spectrum
27071
27072<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
27073*/
27074
27075/*!
27076
27077\class ns3::SpectrumChannel
27078
27079<h3>Config Paths</h3>
27080
27081ns3::SpectrumChannel is accessible through the following paths with Config::Set and Config::Connect:
27082<ul>
27083<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel"</li>
27084<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel"</li>
27085<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel"</li>
27086<li>"/ChannelList/[i]/$ns3::SpectrumChannel"</li>
27087</ul>
27088<h3>Attributes</h3>
27089<ul>
27090<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.
27091 <ul>
27092 <li>Set with class: \ref ns3::DoubleValue</li>
27093 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27094 <li>Initial value: 1e+09</li>
27095 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27096 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27097 </ul>
27098<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
27099 <ul>
27100 <li>Set with class: \ref ns3::PointerValue</li>
27101 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
27102 <li>Initial value: 0</li>
27103 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27104 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27105 </ul>
27106</ul>
27107<h3>Attributes defined in parent class ns3::Channel</h3>
27108<ul>
27109<li><b>Id</b>: The id (unique integer) of this Channel.
27110 <ul>
27111 <li>Set with class: \ref ns3::UintegerValue</li>
27112 <li>Underlying type: uint32_t 0:4294967295</li>
27113 <li>Flags: <span class="mlabel">read</span></li>
27114 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27115 </ul>
27116</ul>
27117<h3>TraceSources</h3>
27118<ul>
27119<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>
27120 <li> %Callback signature: ns3::SpectrumChannel::GainTracedCallback
27121</li>
27122 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27123</ul>
27124<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>
27125 <li> %Callback signature: ns3::SpectrumChannel::LossTracedCallback
27126</li>
27127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27128</ul>
27129<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>
27130 <li> %Callback signature: ns3::SpectrumChannel::SignalParametersTracedCallback
27131</li>
27132 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27133</ul>
27134</ul>
27135<b>Group:</b> Spectrum
27136
27137<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
27138*/
27139
27140/*!
27141
27142\class ns3::SpectrumErrorModel
27143
27144Introspection did not find any typical Config paths.<br>
27145No Attributes are defined for this type.<br>
27146No TraceSources are defined for this type.<br>
27147<b>Group:</b> Spectrum
27148
27149<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
27150*/
27151
27152/*!
27153
27154\class ns3::SpectrumPhy
27155
27156Introspection did not find any typical Config paths.<br>
27157No Attributes are defined for this type.<br>
27158No TraceSources are defined for this type.<br>
27159<b>Group:</b> Spectrum
27160
27161<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
27162*/
27163
27164/*!
27165
27166\class ns3::SpectrumPropagationLossModel
27167
27168Introspection did not find any typical Config paths.<br>
27169No Attributes are defined for this type.<br>
27170No TraceSources are defined for this type.<br>
27171<b>Group:</b> Spectrum
27172
27173<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27174*/
27175
27176/*!
27177
27178\class ns3::SpectrumTransmitFilter
27179
27180Introspection did not find any typical Config paths.<br>
27181No Attributes are defined for this type.<br>
27182No TraceSources are defined for this type.<br>
27183<b>Group:</b> Spectrum
27184
27185<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27186*/
27187
27188/*!
27189
27190\class ns3::SpectrumWifiPhy
27191
27192<h3>Config Paths</h3>
27193
27194ns3::SpectrumWifiPhy is accessible through the following paths with Config::Set and Config::Connect:
27195<ul>
27196<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/$ns3::SpectrumWifiPhy"</li>
27197<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/$ns3::SpectrumWifiPhy"</li>
27198</ul>
27199<h3>Attributes</h3>
27200<ul>
27201<li><b>DisableWifiReception</b>: Prevent Wi-Fi frame sync from ever happening
27202 <ul>
27203 <li>Set with class: \ref ns3::BooleanValue</li>
27204 <li>Underlying type: bool</li>
27205 <li>Initial value: false</li>
27206 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27207 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27208 </ul>
27209<li><b>TrackSignalsFromInactiveInterfaces</b>: Enable or disable tracking signals coming from inactive spectrum PHY interfaces
27210 <ul>
27211 <li>Set with class: \ref ns3::BooleanValue</li>
27212 <li>Underlying type: bool</li>
27213 <li>Initial value: true</li>
27214 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27215 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27216 </ul>
27217<li><b>TxMaskInnerBandMinimumRejection</b>: Minimum rejection (dBr) for the inner band of the transmit spectrum mask
27218 <ul>
27219 <li>Set with class: \ref ns3::DoubleValue</li>
27220 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27221 <li>Initial value: -20</li>
27222 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27223 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27224 </ul>
27225<li><b>TxMaskOuterBandMaximumRejection</b>: Maximum rejection (dBr) for the outer band of the transmit spectrum mask
27226 <ul>
27227 <li>Set with class: \ref ns3::DoubleValue</li>
27228 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27229 <li>Initial value: -40</li>
27230 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27231 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27232 </ul>
27233<li><b>TxMaskOuterBandMinimumRejection</b>: Minimum rejection (dBr) for the outer band of the transmit spectrum mask
27234 <ul>
27235 <li>Set with class: \ref ns3::DoubleValue</li>
27236 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27237 <li>Initial value: -28</li>
27238 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27239 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27240 </ul>
27241</ul>
27242<h3>Attributes defined in parent class ns3::WifiPhy</h3>
27243<ul>
27244<li><b>Antennas</b>: The number of antennas on the device.
27245 <ul>
27246 <li>Set with class: \ref ns3::UintegerValue</li>
27247 <li>Underlying type: uint8_t 1:8</li>
27248 <li>Initial value: 1</li>
27249 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27251 </ul>
27252<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.
27253 <ul>
27254 <li>Set with class: \ref ns3::DoubleValue</li>
27255 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27256 <li>Initial value: -62</li>
27257 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27258 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27259 </ul>
27260<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.
27261 <ul>
27262 <li>Set with class: \ref ns3::DoubleValue</li>
27263 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27264 <li>Initial value: -82</li>
27265 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27266 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27267 </ul>
27268<li><b>Channel</b>: The channel attached to this PHY
27269 <ul>
27270 <li>Set with class: \ref ns3::PointerValue</li>
27271 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
27272 <li>Flags: <span class="mlabel">read</span></li>
27273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27274 </ul>
27275<li><b>ChannelNumber</b>: The channel number of the current operating channel.
27276 <ul>
27277 <li>Set with class: \ref ns3::UintegerValue</li>
27278 <li>Underlying type: uint8_t 0:233</li>
27279 <li>Flags: <span class="mlabel">read</span></li>
27280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27281 </ul>
27282<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.
27283 <ul>
27284 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
27285 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
27286 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
27287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27289 </ul>
27290<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
27291 <ul>
27292 <li>Set with class: \ref ns3::TimeValue</li>
27293 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
27294 <li>Initial value: +250000ns</li>
27295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27297 </ul>
27298<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.
27299 <ul>
27300 <li>Set with class: \ref ns3::UintegerValue</li>
27301 <li>Underlying type: double 5:320</li>
27302 <li>Flags: <span class="mlabel">read</span></li>
27303 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27304 </ul>
27305<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
27306 <ul>
27307 <li>Set with class: \ref ns3::BooleanValue</li>
27308 <li>Underlying type: bool</li>
27309 <li>Initial value: false</li>
27310 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27312 </ul>
27313<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
27314 <ul>
27315 <li>Set with class: \ref ns3::PointerValue</li>
27316 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
27317 <li>Initial value: 0</li>
27318 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27319 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27320 </ul>
27321<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
27322 <ul>
27323 <li>Set with class: \ref ns3::UintegerValue</li>
27324 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
27325 <li>Flags: <span class="mlabel">read</span></li>
27326 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27327 </ul>
27328<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
27329 <ul>
27330 <li>Set with class: \ref ns3::PointerValue</li>
27331 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
27332 <li>Initial value: 0</li>
27333 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27334 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27335 </ul>
27336<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.
27337 <ul>
27338 <li>Set with class: \ref ns3::DoubleValue</li>
27339 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27340 <li>Initial value: 0</li>
27341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27343 </ul>
27344<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.
27345 <ul>
27346 <li>Set with class: \ref ns3::UintegerValue</li>
27347 <li>Underlying type: uint8_t 1:8</li>
27348 <li>Initial value: 1</li>
27349 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27350 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27351 </ul>
27352<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.
27353 <ul>
27354 <li>Set with class: \ref ns3::UintegerValue</li>
27355 <li>Underlying type: uint8_t 1:8</li>
27356 <li>Initial value: 1</li>
27357 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27359 </ul>
27360<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.
27361 <ul>
27362 <li>Set with class: \ref ns3::BooleanValue</li>
27363 <li>Underlying type: bool</li>
27364 <li>Initial value: false</li>
27365 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27366 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27367 </ul>
27368<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.
27369 <ul>
27370 <li>Set with class: \ref ns3::TimeValue</li>
27371 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27372 <li>Initial value: +0ns</li>
27373 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27374 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27375 </ul>
27376<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.
27377 <ul>
27378 <li>Set with class: \ref ns3::PointerValue</li>
27379 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
27380 <li>Initial value: 0</li>
27381 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27383 </ul>
27384<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
27385 <ul>
27386 <li>Set with class: \ref ns3::DoubleValue</li>
27387 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27388 <li>Initial value: 100</li>
27389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27391 </ul>
27392<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
27393 <ul>
27394 <li>Set with class: \ref ns3::PointerValue</li>
27395 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
27396 <li>Initial value: 0</li>
27397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27399 </ul>
27400<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).
27401 <ul>
27402 <li>Set with class: \ref ns3::UintegerValue</li>
27403 <li>Underlying type: uint8_t 0:7</li>
27404 <li>Flags: <span class="mlabel">read</span></li>
27405 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27406 </ul>
27407<li><b>RxGain</b>: Reception gain (dB).
27408 <ul>
27409 <li>Set with class: \ref ns3::DoubleValue</li>
27410 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27411 <li>Initial value: 0</li>
27412 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27413 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27414 </ul>
27415<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)".
27416 <ul>
27417 <li>Set with class: \ref ns3::DoubleValue</li>
27418 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27419 <li>Initial value: 7</li>
27420 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27422 </ul>
27423<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.
27424 <ul>
27425 <li>Set with class: \ref ns3::DoubleValue</li>
27426 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27427 <li>Initial value: -101</li>
27428 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27430 </ul>
27431<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.
27432 <ul>
27433 <li>Set with class: \ref ns3::BooleanValue</li>
27434 <li>Underlying type: bool</li>
27435 <li>Initial value: false</li>
27436 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27438 </ul>
27439<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.
27440 <ul>
27441 <li>Set with class: \ref ns3::TimeValue</li>
27442 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27443 <li>Initial value: +0ns</li>
27444 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27445 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27446 </ul>
27447<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.
27448 <ul>
27449 <li>Set with class: \ref ns3::TimeValue</li>
27450 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27451 <li>Initial value: +0ns</li>
27452 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27453 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27454 </ul>
27455<li><b>State</b>: The state of the PHY layer.
27456 <ul>
27457 <li>Set with class: \ref ns3::PointerValue</li>
27458 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
27459 <li>Initial value: 0</li>
27460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27462 </ul>
27463<li><b>TxGain</b>: Transmission gain (dB).
27464 <ul>
27465 <li>Set with class: \ref ns3::DoubleValue</li>
27466 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27467 <li>Initial value: 0</li>
27468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27470 </ul>
27471<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
27472 <ul>
27473 <li>Set with class: \ref ns3::DoubleValue</li>
27474 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27475 <li>Initial value: 16.0206</li>
27476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27478 </ul>
27479<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
27480 <ul>
27481 <li>Set with class: \ref ns3::UintegerValue</li>
27482 <li>Underlying type: uint8_t 0:255</li>
27483 <li>Initial value: 1</li>
27484 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27486 </ul>
27487<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
27488 <ul>
27489 <li>Set with class: \ref ns3::DoubleValue</li>
27490 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
27491 <li>Initial value: 16.0206</li>
27492 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27494 </ul>
27495</ul>
27496<h3>TraceSources</h3>
27497<ul>
27498<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak and foreign signals<br> <ul>
27499 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalArrivalCallback
27500</li>
27501 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27502</ul>
27503</ul>
27504<h3>TraceSources defined in parent class ns3::WifiPhy</h3>
27505<ul>
27506<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
27507 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
27508</li>
27509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27510</ul>
27511<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
27512 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
27513</li>
27514 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27515</ul>
27516<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
27517 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
27518</li>
27519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27520</ul>
27521<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
27522 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
27523</li>
27524 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27525</ul>
27526<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
27527 <li> %Callback signature: ns3::Packet::TracedCallback
27528</li>
27529 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27530</ul>
27531<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
27532 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
27533</li>
27534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27535</ul>
27536<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
27537 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
27538</li>
27539 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27540</ul>
27541<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
27542 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
27543</li>
27544 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27545</ul>
27546<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>
27547 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
27548</li>
27549 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27550</ul>
27551<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
27552 <li> %Callback signature: ns3::Packet::TracedCallback
27553</li>
27554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27555</ul>
27556<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
27557 <li> %Callback signature: ns3::Packet::TracedCallback
27558</li>
27559 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27560</ul>
27561<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>
27562 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
27563</li>
27564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27565</ul>
27566<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
27567 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
27568</li>
27569 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27570</ul>
27571</ul>
27572<b>Group:</b> Wifi
27573
27574<b>Size</b> of this type is 1072 bytes (on a 64-bit architecture).
27575*/
27576
27577/*!
27578
27579\class ns3::SSLinkManager
27580
27581<h3>Config Paths</h3>
27582
27583ns3::SSLinkManager is accessible through the following paths with Config::Set and Config::Connect:
27584<ul>
27585<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager"</li>
27586<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager"</li>
27587</ul>
27588No Attributes are defined for this type.<br>
27589No TraceSources are defined for this type.<br>
27590<b>Group:</b> Wimax
27591
27592<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
27593*/
27594
27595/*!
27596
27597\class ns3::SSManager
27598
27599<h3>Config Paths</h3>
27600
27601ns3::SSManager is accessible through the following paths with Config::Set and Config::Connect:
27602<ul>
27603<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager"</li>
27604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager"</li>
27605</ul>
27606No Attributes are defined for this type.<br>
27607No TraceSources are defined for this type.<br>
27608<b>Group:</b> Wimax
27609
27610<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
27611*/
27612
27613/*!
27614
27615\class ns3::SSScheduler
27616
27617<h3>Config Paths</h3>
27618
27619ns3::SSScheduler is accessible through the following paths with Config::Set and Config::Connect:
27620<ul>
27621<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler"</li>
27622<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler"</li>
27623</ul>
27624No Attributes are defined for this type.<br>
27625No TraceSources are defined for this type.<br>
27626<b>Group:</b> Wimax
27627
27628<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
27629*/
27630
27631/*!
27632
27633\class ns3::StaWifiMac
27634
27635<h3>Config Paths</h3>
27636
27637ns3::StaWifiMac is accessible through the following paths with Config::Set and Config::Connect:
27638<ul>
27639<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac"</li>
27640</ul>
27641<h3>Attributes</h3>
27642<ul>
27643<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.
27644 <ul>
27645 <li>Set with class: \ref ns3::BooleanValue</li>
27646 <li>Underlying type: bool</li>
27647 <li>Initial value: false</li>
27648 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27649 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27650 </ul>
27651<li><b>AssocRequestTimeout</b>: The interval between two consecutive association request attempts.
27652 <ul>
27653 <li>Set with class: \ref ns3::TimeValue</li>
27654 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27655 <li>Initial value: +5e+08ns</li>
27656 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27657 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27658 </ul>
27659<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.
27660 <ul>
27661 <li>Set with class: \ref ns3::EnumValue<ns3::WifiAssocType></li>
27662 <li>Underlying type: \p LEGACY|ML_SETUP</li>
27663 <li>Initial value: ML_SETUP</li>
27664 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27665 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27666 </ul>
27667<li><b>MaxMissedBeacons</b>: Number of beacons which much be consecutively missed before we attempt to restart association.
27668 <ul>
27669 <li>Set with class: \ref ns3::UintegerValue</li>
27670 <li>Underlying type: uint32_t 0:4294967295</li>
27671 <li>Initial value: 10</li>
27672 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27673 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27674 </ul>
27675<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.
27676 <ul>
27677 <li>Set with class: \ref ns3::TimeValue</li>
27678 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27679 <li>Initial value: +1e+08ns</li>
27680 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27681 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27682 </ul>
27683<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
27684 <ul>
27685 <li>Set with class: \ref ns3::PairValue<N3ns33PtrINS_12BooleanValueEEE, N3ns33PtrINS_13UintegerValueEEE></li>
27686 <li>Underlying type: \p St4pairIN3ns33PtrINS0_12BooleanValueEEENS1_INS0_13UintegerValueEEEE</li>
27687 <li>Flags: <span class="mlabel">write</span></li>
27688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27689 </ul>
27690<li><b>ProbeDelay</b>: Delay (in microseconds) to be used prior to transmitting a Probe frame during active scanning.
27691 <ul>
27692 <li>Set with class: \ref ns3::PointerValue</li>
27693 <li>Underlying type: \ref ns3::Ptr< \ref ns3::RandomVariableStream></li>
27694 <li>Initial value: ns3::UniformRandomVariable[Min=50.0|Max=250.0]</li>
27695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27697 </ul>
27698<li><b>ProbeRequestTimeout</b>: The duration to actively probe the channel.
27699 <ul>
27700 <li>Set with class: \ref ns3::TimeValue</li>
27701 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27702 <li>Initial value: +5e+07ns</li>
27703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27705 </ul>
27706<li><b>WaitBeaconTimeout</b>: The duration to dwell on a channel while passively scanning for beacon
27707 <ul>
27708 <li>Set with class: \ref ns3::TimeValue</li>
27709 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
27710 <li>Initial value: +1.2e+08ns</li>
27711 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27713 </ul>
27714</ul>
27715<h3>Attributes defined in parent class ns3::WifiMac</h3>
27716<ul>
27717<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.
27718 <ul>
27719 <li>Set with class: \ref ns3::UintegerValue</li>
27720 <li>Underlying type: uint16_t 0:65535</li>
27721 <li>Initial value: 0</li>
27722 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27724 </ul>
27725<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.
27726 <ul>
27727 <li>Set with class: \ref ns3::UintegerValue</li>
27728 <li>Underlying type: uint8_t 0:64</li>
27729 <li>Initial value: 0</li>
27730 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27731 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27732 </ul>
27733<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.
27734 <ul>
27735 <li>Set with class: \ref ns3::UintegerValue</li>
27736 <li>Underlying type: uint32_t 0:15523200</li>
27737 <li>Initial value: 65535</li>
27738 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27740 </ul>
27741<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.
27742 <ul>
27743 <li>Set with class: \ref ns3::UintegerValue</li>
27744 <li>Underlying type: uint16_t 0:11398</li>
27745 <li>Initial value: 0</li>
27746 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27747 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27748 </ul>
27749<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
27750 <ul>
27751 <li>Set with class: \ref ns3::PointerValue</li>
27752 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27753 <li>Initial value: 0</li>
27754 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27755 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27756 </ul>
27757<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.
27758 <ul>
27759 <li>Set with class: \ref ns3::UintegerValue</li>
27760 <li>Underlying type: uint16_t 0:65535</li>
27761 <li>Initial value: 0</li>
27762 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27763 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27764 </ul>
27765<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.
27766 <ul>
27767 <li>Set with class: \ref ns3::UintegerValue</li>
27768 <li>Underlying type: uint8_t 0:64</li>
27769 <li>Initial value: 0</li>
27770 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27771 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27772 </ul>
27773<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.
27774 <ul>
27775 <li>Set with class: \ref ns3::UintegerValue</li>
27776 <li>Underlying type: uint32_t 0:15523200</li>
27777 <li>Initial value: 0</li>
27778 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27780 </ul>
27781<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.
27782 <ul>
27783 <li>Set with class: \ref ns3::UintegerValue</li>
27784 <li>Underlying type: uint16_t 0:11398</li>
27785 <li>Initial value: 0</li>
27786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27788 </ul>
27789<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
27790 <ul>
27791 <li>Set with class: \ref ns3::PointerValue</li>
27792 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27793 <li>Initial value: 0</li>
27794 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27796 </ul>
27797<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
27798 <ul>
27799 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
27800 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
27801 <li>Flags: <span class="mlabel">read</span></li>
27802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27803 </ul>
27804<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
27805 <ul>
27806 <li>Set with class: \ref ns3::BooleanValue</li>
27807 <li>Underlying type: bool</li>
27808 <li>Initial value: false</li>
27809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27811 </ul>
27812<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
27813 <ul>
27814 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
27815 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
27816 <li>Flags: <span class="mlabel">read</span></li>
27817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27818 </ul>
27819<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.
27820 <ul>
27821 <li>Set with class: \ref ns3::UintegerValue</li>
27822 <li>Underlying type: uint32_t 1:65535</li>
27823 <li>Initial value: 7</li>
27824 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27826 </ul>
27827<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.
27828 <ul>
27829 <li>Set with class: \ref ns3::UintegerValue</li>
27830 <li>Underlying type: uint16_t 1:1024</li>
27831 <li>Initial value: 1024</li>
27832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27834 </ul>
27835<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
27836 <ul>
27837 <li>Set with class: \ref ns3::BooleanValue</li>
27838 <li>Underlying type: bool</li>
27839 <li>Initial value: false</li>
27840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27842 </ul>
27843<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).
27844 <ul>
27845 <li>Set with class: \ref ns3::BooleanValue</li>
27846 <li>Underlying type: bool</li>
27847 <li>Initial value: false</li>
27848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27850 </ul>
27851<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
27852 <ul>
27853 <li>Set with class: \ref ns3::BooleanValue</li>
27854 <li>Underlying type: bool</li>
27855 <li>Initial value: true</li>
27856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27858 </ul>
27859<li><b>Ssid</b>: The ssid we want to belong to.
27860 <ul>
27861 <li>Set with class: \ref ns3::SsidValue</li>
27862 <li>Underlying type: \p Ssid</li>
27863 <li>Initial value: SSID=[default]</li>
27864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27866 </ul>
27867<li><b>Txop</b>: The Txop object.
27868 <ul>
27869 <li>Set with class: \ref ns3::PointerValue</li>
27870 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
27871 <li>Initial value: 0</li>
27872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27874 </ul>
27875<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.
27876 <ul>
27877 <li>Set with class: \ref ns3::UintegerValue</li>
27878 <li>Underlying type: uint16_t 0:65535</li>
27879 <li>Initial value: 0</li>
27880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27882 </ul>
27883<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.
27884 <ul>
27885 <li>Set with class: \ref ns3::UintegerValue</li>
27886 <li>Underlying type: uint8_t 0:64</li>
27887 <li>Initial value: 0</li>
27888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27890 </ul>
27891<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.
27892 <ul>
27893 <li>Set with class: \ref ns3::UintegerValue</li>
27894 <li>Underlying type: uint32_t 0:15523200</li>
27895 <li>Initial value: 65535</li>
27896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27898 </ul>
27899<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.
27900 <ul>
27901 <li>Set with class: \ref ns3::UintegerValue</li>
27902 <li>Underlying type: uint16_t 0:11398</li>
27903 <li>Initial value: 0</li>
27904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27906 </ul>
27907<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
27908 <ul>
27909 <li>Set with class: \ref ns3::PointerValue</li>
27910 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27911 <li>Initial value: 0</li>
27912 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27914 </ul>
27915<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.
27916 <ul>
27917 <li>Set with class: \ref ns3::UintegerValue</li>
27918 <li>Underlying type: uint16_t 0:65535</li>
27919 <li>Initial value: 0</li>
27920 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27922 </ul>
27923<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.
27924 <ul>
27925 <li>Set with class: \ref ns3::UintegerValue</li>
27926 <li>Underlying type: uint8_t 0:64</li>
27927 <li>Initial value: 0</li>
27928 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
27929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27930 </ul>
27931<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.
27932 <ul>
27933 <li>Set with class: \ref ns3::UintegerValue</li>
27934 <li>Underlying type: uint32_t 0:15523200</li>
27935 <li>Initial value: 0</li>
27936 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27937 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27938 </ul>
27939<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.
27940 <ul>
27941 <li>Set with class: \ref ns3::UintegerValue</li>
27942 <li>Underlying type: uint16_t 0:11398</li>
27943 <li>Initial value: 0</li>
27944 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
27945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27946 </ul>
27947<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
27948 <ul>
27949 <li>Set with class: \ref ns3::PointerValue</li>
27950 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
27951 <li>Initial value: 0</li>
27952 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
27953 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27954 </ul>
27955</ul>
27956<h3>TraceSources</h3>
27957<ul>
27958<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>
27959 <li> %Callback signature: ns3::Mac48Address::TracedCallback
27960</li>
27961 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27962</ul>
27963<li><b>BeaconArrival</b>: Time of beacons arrival from associated AP<br> <ul>
27964 <li> %Callback signature: ns3::Time::TracedCallback
27965</li>
27966 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27967</ul>
27968<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>
27969 <li> %Callback signature: ns3::Mac48Address::TracedCallback
27970</li>
27971 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27972</ul>
27973<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>
27974 <li> %Callback signature: ns3::StaWifiMac::EmlsrLinkSwitchCallback
27975</li>
27976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27977</ul>
27978<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>
27979 <li> %Callback signature: ns3::StaWifiMac::LinkSetupCallback
27980</li>
27981 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27982</ul>
27983<li><b>ReceivedBeaconInfo</b>: Information about every received Beacon frame<br> <ul>
27984 <li> %Callback signature: ns3::ApInfo::TracedCallback
27985</li>
27986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27987</ul>
27988</ul>
27989<h3>TraceSources defined in parent class ns3::WifiMac</h3>
27990<ul>
27991<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
27992 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
27993</li>
27994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
27995</ul>
27996<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
27997 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
27998</li>
27999 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28000</ul>
28001<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>
28002 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
28003</li>
28004 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28005</ul>
28006<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>
28007 <li> %Callback signature: ns3::Packet::TracedCallback
28008</li>
28009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28010</ul>
28011<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>
28012 <li> %Callback signature: ns3::Packet::TracedCallback
28013</li>
28014 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28015</ul>
28016<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>
28017 <li> %Callback signature: ns3::Packet::TracedCallback
28018</li>
28019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28020</ul>
28021<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>
28022 <li> %Callback signature: ns3::Packet::TracedCallback
28023</li>
28024 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28025</ul>
28026<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>
28027 <li> %Callback signature: ns3::Packet::TracedCallback
28028</li>
28029 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28030</ul>
28031<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>
28032 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
28033</li>
28034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28035</ul>
28036<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
28037 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
28038</li>
28039 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28040</ul>
28041<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>
28042 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
28043</li>
28044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28045</ul>
28046<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>
28047 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
28048</li>
28049 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28050</ul>
28051</ul>
28052<b>Group:</b> Wifi
28053
28054<b>Size</b> of this type is 1208 bytes (on a 64-bit architecture).
28055*/
28056
28057/*!
28058
28059\class ns3::SteadyStateRandomWaypointMobilityModel
28060
28061<h3>Config Paths</h3>
28062
28063ns3::SteadyStateRandomWaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
28064<ul>
28065<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::SteadyStateRandomWaypointMobilityModel"</li>
28066</ul>
28067<h3>Attributes</h3>
28068<ul>
28069<li><b>MaxPause</b>: Maximum pause value, [s]
28070 <ul>
28071 <li>Set with class: \ref ns3::DoubleValue</li>
28072 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28073 <li>Initial value: 0</li>
28074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28076 </ul>
28077<li><b>MaxSpeed</b>: Maximum speed value, [m/s]
28078 <ul>
28079 <li>Set with class: \ref ns3::DoubleValue</li>
28080 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28081 <li>Initial value: 0.7</li>
28082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28084 </ul>
28085<li><b>MaxX</b>: Maximum X value of traveling region, [m]
28086 <ul>
28087 <li>Set with class: \ref ns3::DoubleValue</li>
28088 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28089 <li>Initial value: 1</li>
28090 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28091 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28092 </ul>
28093<li><b>MaxY</b>: Maximum Y value of traveling region, [m]
28094 <ul>
28095 <li>Set with class: \ref ns3::DoubleValue</li>
28096 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28097 <li>Initial value: 1</li>
28098 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28100 </ul>
28101<li><b>MinPause</b>: Minimum pause value, [s]
28102 <ul>
28103 <li>Set with class: \ref ns3::DoubleValue</li>
28104 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28105 <li>Initial value: 0</li>
28106 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28107 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28108 </ul>
28109<li><b>MinSpeed</b>: Minimum speed value, [m/s]
28110 <ul>
28111 <li>Set with class: \ref ns3::DoubleValue</li>
28112 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28113 <li>Initial value: 0.3</li>
28114 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28115 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28116 </ul>
28117<li><b>MinX</b>: Minimum X value of traveling region, [m]
28118 <ul>
28119 <li>Set with class: \ref ns3::DoubleValue</li>
28120 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28121 <li>Initial value: 1</li>
28122 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28123 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28124 </ul>
28125<li><b>MinY</b>: Minimum Y value of traveling region, [m]
28126 <ul>
28127 <li>Set with class: \ref ns3::DoubleValue</li>
28128 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28129 <li>Initial value: 1</li>
28130 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28131 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28132 </ul>
28133<li><b>Z</b>: Z value of traveling region (fixed), [m]
28134 <ul>
28135 <li>Set with class: \ref ns3::DoubleValue</li>
28136 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28137 <li>Initial value: 0</li>
28138 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28139 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28140 </ul>
28141</ul>
28142<h3>Attributes defined in parent class ns3::MobilityModel</h3>
28143<ul>
28144<li><b>Position</b>: The current position of the mobility model.
28145 <ul>
28146 <li>Set with class: \ref ns3::Vector3DValue</li>
28147 <li>Underlying type: \p Vector3D</li>
28148 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
28149 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28150 </ul>
28151<li><b>Velocity</b>: The current velocity of the mobility model.
28152 <ul>
28153 <li>Set with class: \ref ns3::Vector3DValue</li>
28154 <li>Underlying type: \p Vector3D</li>
28155 <li>Flags: <span class="mlabel">read</span></li>
28156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28157 </ul>
28158</ul>
28159No TraceSources are defined for this type.<br>
28160<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
28161<ul>
28162<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
28163 <li> %Callback signature: ns3::MobilityModel::TracedCallback
28164</li>
28165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28166</ul>
28167</ul>
28168<b>Group:</b> Mobility
28169
28170<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
28171*/
28172
28173/*!
28174
28175\class ns3::SubscriberStationNetDevice
28176
28177<h3>Config Paths</h3>
28178
28179ns3::SubscriberStationNetDevice is accessible through the following paths with Config::Set and Config::Connect:
28180<ul>
28181<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice"</li>
28182<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice"</li>
28183</ul>
28184<h3>Attributes</h3>
28185<ul>
28186<li><b>BasicConnection</b>: Basic connection
28187 <ul>
28188 <li>Set with class: \ref ns3::PointerValue</li>
28189 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28190 <li>Initial value: 0</li>
28191 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28192 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28193 </ul>
28194<li><b>Classifier</b>: The ss classifier attached to this device.
28195 <ul>
28196 <li>Set with class: \ref ns3::PointerValue</li>
28197 <li>Underlying type: \ref ns3::Ptr< \ref ns3::IpcsClassifier></li>
28198 <li>Initial value: 0</li>
28199 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28201 </ul>
28202<li><b>IntervalT1</b>: Wait for DCD timeout. Maximum is 5*maxDcdInterval
28203 <ul>
28204 <li>Set with class: \ref ns3::TimeValue</li>
28205 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28206 <li>Initial value: +5e+10ns</li>
28207 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28208 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28209 </ul>
28210<li><b>IntervalT12</b>: Wait for UCD descriptor.Maximum is 5*MaxUcdInterval
28211 <ul>
28212 <li>Set with class: \ref ns3::TimeValue</li>
28213 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28214 <li>Initial value: +1e+10ns</li>
28215 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28216 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28217 </ul>
28218<li><b>IntervalT2</b>: Wait for broadcast ranging timeout, i.e., wait for initial ranging opportunity. Maximum is 5*Ranging interval
28219 <ul>
28220 <li>Set with class: \ref ns3::TimeValue</li>
28221 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28222 <li>Initial value: +1e+10ns</li>
28223 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28224 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28225 </ul>
28226<li><b>IntervalT20</b>: Time the SS searches for preambles on a given channel. Minimum is 2 MAC frames
28227 <ul>
28228 <li>Set with class: \ref ns3::TimeValue</li>
28229 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28230 <li>Initial value: +5e+08ns</li>
28231 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28232 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28233 </ul>
28234<li><b>IntervalT21</b>: time the SS searches for (decodable) DL-MAP on a given channel
28235 <ul>
28236 <li>Set with class: \ref ns3::TimeValue</li>
28237 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28238 <li>Initial value: +1e+10ns</li>
28239 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28241 </ul>
28242<li><b>IntervalT3</b>: ranging Response reception timeout following the transmission of a ranging request. Maximum is 200ms
28243 <ul>
28244 <li>Set with class: \ref ns3::TimeValue</li>
28245 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28246 <li>Initial value: +2e+08ns</li>
28247 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28248 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28249 </ul>
28250<li><b>IntervalT7</b>: wait for DSA/DSC/DSD Response timeout. Maximum is 1s
28251 <ul>
28252 <li>Set with class: \ref ns3::TimeValue</li>
28253 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28254 <li>Initial value: +1e+08ns</li>
28255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28257 </ul>
28258<li><b>LinkManager</b>: The ss link manager attached to this device.
28259 <ul>
28260 <li>Set with class: \ref ns3::PointerValue</li>
28261 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SSLinkManager></li>
28262 <li>Initial value: 0</li>
28263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28265 </ul>
28266<li><b>LostDlMapInterval</b>: Time since last received DL-MAP message before downlink synchronization is considered lost. Maximum is 600ms
28267 <ul>
28268 <li>Set with class: \ref ns3::TimeValue</li>
28269 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28270 <li>Initial value: +5e+08ns</li>
28271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28273 </ul>
28274<li><b>LostUlMapInterval</b>: Time since last received UL-MAP before uplink synchronization is considered lost, maximum is 600.
28275 <ul>
28276 <li>Set with class: \ref ns3::TimeValue</li>
28277 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28278 <li>Initial value: +5e+08ns</li>
28279 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28281 </ul>
28282<li><b>MaxContentionRangingRetries</b>: Number of retries on contention Ranging Requests
28283 <ul>
28284 <li>Set with class: \ref ns3::UintegerValue</li>
28285 <li>Underlying type: uint8_t 1:16</li>
28286 <li>Initial value: 16</li>
28287 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28288 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28289 </ul>
28290<li><b>MaxDcdInterval</b>: Maximum time between transmission of DCD messages. Maximum is 10s
28291 <ul>
28292 <li>Set with class: \ref ns3::TimeValue</li>
28293 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28294 <li>Initial value: +1e+10ns</li>
28295 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28297 </ul>
28298<li><b>MaxUcdInterval</b>: Maximum time between transmission of UCD messages. Maximum is 10s
28299 <ul>
28300 <li>Set with class: \ref ns3::TimeValue</li>
28301 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28302 <li>Initial value: +1e+10ns</li>
28303 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28304 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28305 </ul>
28306<li><b>PrimaryConnection</b>: Primary connection
28307 <ul>
28308 <li>Set with class: \ref ns3::PointerValue</li>
28309 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28310 <li>Initial value: 0</li>
28311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28313 </ul>
28314<li><b>SSScheduler</b>: The ss scheduler attached to this device.
28315 <ul>
28316 <li>Set with class: \ref ns3::PointerValue</li>
28317 <li>Underlying type: \ref ns3::Ptr< \ref ns3::SSScheduler></li>
28318 <li>Initial value: 0</li>
28319 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28320 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28321 </ul>
28322</ul>
28323<h3>Attributes defined in parent class ns3::WimaxNetDevice</h3>
28324<ul>
28325<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.
28326 <ul>
28327 <li>Set with class: \ref ns3::PointerValue</li>
28328 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BandwidthManager></li>
28329 <li>Initial value: 0</li>
28330 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28331 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28332 </ul>
28333<li><b>BroadcastConnection</b>: Broadcast connection
28334 <ul>
28335 <li>Set with class: \ref ns3::PointerValue</li>
28336 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28337 <li>Initial value: 0</li>
28338 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28339 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28340 </ul>
28341<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.
28342 <ul>
28343 <li>Set with class: \ref ns3::PointerValue</li>
28344 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BurstProfileManager></li>
28345 <li>Initial value: 0</li>
28346 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28347 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28348 </ul>
28349<li><b>Channel</b>: The channel attached to this device.
28350 <ul>
28351 <li>Set with class: \ref ns3::PointerValue</li>
28352 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
28353 <li>Initial value: 0</li>
28354 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28356 </ul>
28357<li><b>ConnectionManager</b>: The connection manager attached to this device.
28358 <ul>
28359 <li>Set with class: \ref ns3::PointerValue</li>
28360 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ConnectionManager></li>
28361 <li>Initial value: 0</li>
28362 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28364 </ul>
28365<li><b>InitialRangingConnection</b>: Initial ranging connection
28366 <ul>
28367 <li>Set with class: \ref ns3::PointerValue</li>
28368 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
28369 <li>Initial value: 0</li>
28370 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28371 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28372 </ul>
28373<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
28374 <ul>
28375 <li>Set with class: \ref ns3::UintegerValue</li>
28376 <li>Underlying type: uint16_t 0:1500</li>
28377 <li>Initial value: 1400</li>
28378 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28379 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28380 </ul>
28381<li><b>Phy</b>: The PHY layer attached to this device.
28382 <ul>
28383 <li>Set with class: \ref ns3::PointerValue</li>
28384 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxPhy></li>
28385 <li>Initial value: 0</li>
28386 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28387 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28388 </ul>
28389<li><b>RTG</b>: receive/transmit transition gap.
28390 <ul>
28391 <li>Set with class: \ref ns3::UintegerValue</li>
28392 <li>Underlying type: uint16_t 0:120</li>
28393 <li>Initial value: 0</li>
28394 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28395 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28396 </ul>
28397<li><b>TTG</b>: transmit/receive transition gap.
28398 <ul>
28399 <li>Set with class: \ref ns3::UintegerValue</li>
28400 <li>Underlying type: uint16_t 0:120</li>
28401 <li>Initial value: 0</li>
28402 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28403 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28404 </ul>
28405</ul>
28406<h3>TraceSources</h3>
28407<ul>
28408<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>
28409 <li> %Callback signature: ns3::Packet::TracedCallback
28410</li>
28411 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28412</ul>
28413<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>
28414 <li> %Callback signature: ns3::Packet::TracedCallback
28415</li>
28416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28417</ul>
28418<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>
28419 <li> %Callback signature: ns3::Packet::TracedCallback
28420</li>
28421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28422</ul>
28423<li><b>SSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.<br> <ul>
28424 <li> %Callback signature: ns3::Packet::TracedCallback
28425</li>
28426 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28427</ul>
28428</ul>
28429<h3>TraceSources defined in parent class ns3::WimaxNetDevice</h3>
28430<ul>
28431<li><b>Rx</b>: Receive trace<br> <ul>
28432 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
28433</li>
28434 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28435</ul>
28436<li><b>Tx</b>: Transmit trace<br> <ul>
28437 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
28438</li>
28439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28440</ul>
28441</ul>
28442<b>Group:</b> Wimax
28443
28444<b>Size</b> of this type is 928 bytes (on a 64-bit architecture).
28445*/
28446
28447/*!
28448
28449\class ns3::Synchronizer
28450
28451Introspection did not find any typical Config paths.<br>
28452No Attributes are defined for this type.<br>
28453No TraceSources are defined for this type.<br>
28454<b>Group:</b> Core
28455
28456<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
28457*/
28458
28459/*!
28460
28461\class ns3::TableBasedErrorRateModel
28462
28463Introspection did not find any typical Config paths.<br>
28464<h3>Attributes</h3>
28465<ul>
28466<li><b>FallbackErrorRateModel</b>: Ptr to the fallback error rate model to be used when no matching value is found in a table
28467 <ul>
28468 <li>Set with class: \ref ns3::PointerValue</li>
28469 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorRateModel></li>
28470 <li>Initial value: 0x21c28c0</li>
28471 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28472 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28473 </ul>
28474<li><b>SizeThreshold</b>: Threshold in bytes over which the table for large size frames is used
28475 <ul>
28476 <li>Set with class: \ref ns3::UintegerValue</li>
28477 <li>Underlying type: uint64_t 0:18446744073709551615</li>
28478 <li>Initial value: 400</li>
28479 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28480 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28481 </ul>
28482</ul>
28483No TraceSources are defined for this type.<br>
28484<b>Group:</b> Wifi
28485
28486<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
28487*/
28488
28489/*!
28490
28491\class ns3::Tag
28492
28493Introspection did not find any typical Config paths.<br>
28494No Attributes are defined for this type.<br>
28495No TraceSources are defined for this type.<br>
28496<b>Group:</b> Network
28497
28498<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
28499*/
28500
28501/*!
28502
28503\class ns3::TapBridge
28504
28505<h3>Config Paths</h3>
28506
28507ns3::TapBridge is accessible through the following paths with Config::Set and Config::Connect:
28508<ul>
28509<li>"/NodeList/[i]/DeviceList/[i]/$ns3::TapBridge"</li>
28510</ul>
28511<h3>Attributes</h3>
28512<ul>
28513<li><b>DeviceName</b>: The name of the tap device to create.
28514 <ul>
28515 <li>Set with class: \ref ns3::StringValue</li>
28516 <li>Underlying type: \p std::string</li>
28517 <li>Initial value: ""</li>
28518 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28520 </ul>
28521<li><b>Gateway</b>: The IP address of the default gateway to assign to the host machine, when in ConfigureLocal mode.
28522 <ul>
28523 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
28524 <li>Underlying type: \p Ipv4Address</li>
28525 <li>Initial value: 255.255.255.255</li>
28526 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28527 <li>Support level: <span class="mlabel">OBSOLETE</span></li>
28528 </ul>
28529<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.
28530 <ul>
28531 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
28532 <li>Underlying type: \p Ipv4Address</li>
28533 <li>Initial value: 255.255.255.255</li>
28534 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28535 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28536 </ul>
28537<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.
28538 <ul>
28539 <li>Set with class: \ref ns3::Mac48AddressValue</li>
28540 <li>Underlying type: \p Mac48Address</li>
28541 <li>Initial value: ff:ff:ff:ff:ff:ff</li>
28542 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28543 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28544 </ul>
28545<li><b>Mode</b>: The operating and configuration mode to use.
28546 <ul>
28547 <li>Set with class: \ref ns3::EnumValue<ns3::TapBridge::Mode></li>
28548 <li>Underlying type: \p ConfigureLocal|UseLocal|UseBridge</li>
28549 <li>Initial value: UseLocal</li>
28550 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28551 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28552 </ul>
28553<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
28554 <ul>
28555 <li>Set with class: \ref ns3::UintegerValue</li>
28556 <li>Underlying type: uint16_t 0:65535</li>
28557 <li>Initial value: 0</li>
28558 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28559 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28560 </ul>
28561<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.
28562 <ul>
28563 <li>Set with class: \ref ns3::Ipv4MaskValue</li>
28564 <li>Underlying type: \p Ipv4Mask</li>
28565 <li>Initial value: 255.255.255.255</li>
28566 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28567 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28568 </ul>
28569<li><b>Start</b>: The simulation time at which to spin up the tap device read thread.
28570 <ul>
28571 <li>Set with class: \ref ns3::TimeValue</li>
28572 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28573 <li>Initial value: +0ns</li>
28574 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28575 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28576 </ul>
28577<li><b>Stop</b>: The simulation time at which to tear down the tap device read thread.
28578 <ul>
28579 <li>Set with class: \ref ns3::TimeValue</li>
28580 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28581 <li>Initial value: +0ns</li>
28582 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28584 </ul>
28585<li><b>Verbose</b>: Enable verbose output from tap-creator child process
28586 <ul>
28587 <li>Set with class: \ref ns3::BooleanValue</li>
28588 <li>Underlying type: bool</li>
28589 <li>Initial value: false</li>
28590 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28591 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28592 </ul>
28593</ul>
28594No TraceSources are defined for this type.<br>
28595<b>Group:</b> TapBridge
28596
28597<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
28598*/
28599
28600/*!
28601
28602\class ns3::TbfQueueDisc
28603
28604Introspection did not find any typical Config paths.<br>
28605<h3>Attributes</h3>
28606<ul>
28607<li><b>Burst</b>: Size of the first bucket in bytes
28608 <ul>
28609 <li>Set with class: \ref ns3::UintegerValue</li>
28610 <li>Underlying type: uint32_t 0:4294967295</li>
28611 <li>Initial value: 125000</li>
28612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28614 </ul>
28615<li><b>MaxSize</b>: The max queue size
28616 <ul>
28617 <li>Set with class: \ref ns3::QueueSizeValue</li>
28618 <li>Underlying type: \p QueueSize</li>
28619 <li>Initial value: 1000p</li>
28620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28622 </ul>
28623<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)
28624 <ul>
28625 <li>Set with class: \ref ns3::UintegerValue</li>
28626 <li>Underlying type: uint32_t 0:4294967295</li>
28627 <li>Initial value: 0</li>
28628 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28629 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28630 </ul>
28631<li><b>PeakRate</b>: Rate at which tokens enter the second bucket in bps or Bps.If null, there is no second bucket
28632 <ul>
28633 <li>Set with class: \ref ns3::DataRateValue</li>
28634 <li>Underlying type: \p DataRate</li>
28635 <li>Initial value: 0bps</li>
28636 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28637 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28638 </ul>
28639<li><b>Rate</b>: Rate at which tokens enter the first bucket in bps or Bps.
28640 <ul>
28641 <li>Set with class: \ref ns3::DataRateValue</li>
28642 <li>Underlying type: \p DataRate</li>
28643 <li>Initial value: 1000000bps</li>
28644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28646 </ul>
28647</ul>
28648<h3>Attributes defined in parent class ns3::QueueDisc</h3>
28649<ul>
28650<li><b>InternalQueueList</b>: The list of internal queues.
28651 <ul>
28652 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28653 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Queue<QueueDiscItem>></li>
28654 <li>Flags: <span class="mlabel">read</span></li>
28655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28656 </ul>
28657<li><b>PacketFilterList</b>: The list of packet filters.
28658 <ul>
28659 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28660 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PacketFilter></li>
28661 <li>Flags: <span class="mlabel">read</span></li>
28662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28663 </ul>
28664<li><b>QueueDiscClassList</b>: The list of queue disc classes.
28665 <ul>
28666 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
28667 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDiscClass></li>
28668 <li>Flags: <span class="mlabel">read</span></li>
28669 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28670 </ul>
28671<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run
28672 <ul>
28673 <li>Set with class: \ref ns3::UintegerValue</li>
28674 <li>Underlying type: uint32_t 0:4294967295</li>
28675 <li>Initial value: 64</li>
28676 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28678 </ul>
28679</ul>
28680<h3>TraceSources</h3>
28681<ul>
28682<li><b>TokensInFirstBucket</b>: Number of First Bucket Tokens in bytes<br> <ul>
28683 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28684</li>
28685 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28686</ul>
28687<li><b>TokensInSecondBucket</b>: Number of Second Bucket Tokens in bytes<br> <ul>
28688 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28689</li>
28690 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28691</ul>
28692</ul>
28693<h3>TraceSources defined in parent class ns3::QueueDisc</h3>
28694<ul>
28695<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc<br> <ul>
28696 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28697</li>
28698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28699</ul>
28700<li><b>Dequeue</b>: Dequeue a packet from the queue disc<br> <ul>
28701 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28702</li>
28703 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28704</ul>
28705<li><b>Drop</b>: Drop a packet stored in the queue disc<br> <ul>
28706 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28707</li>
28708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28709</ul>
28710<li><b>DropAfterDequeue</b>: Drop a packet after dequeue<br> <ul>
28711 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28712</li>
28713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28714</ul>
28715<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue<br> <ul>
28716 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28717</li>
28718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28719</ul>
28720<li><b>Enqueue</b>: Enqueue a packet in the queue disc<br> <ul>
28721 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28722</li>
28723 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28724</ul>
28725<li><b>Mark</b>: Mark a packet stored in the queue disc<br> <ul>
28726 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28727</li>
28728 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28729</ul>
28730<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc<br> <ul>
28731 <li> %Callback signature: ns3::TracedValueCallback::Uint32
28732</li>
28733 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28734</ul>
28735<li><b>Requeue</b>: Requeue a packet in the queue disc<br> <ul>
28736 <li> %Callback signature: ns3::QueueDiscItem::TracedCallback
28737</li>
28738 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28739</ul>
28740<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc<br> <ul>
28741 <li> %Callback signature: ns3::Time::TracedCallback
28742</li>
28743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28744</ul>
28745</ul>
28746<b>Group:</b> TrafficControl
28747
28748<b>Size</b> of this type is 1240 bytes (on a 64-bit architecture).
28749*/
28750
28751/*!
28752
28753\class ns3::TcpBbr
28754
28755<h3>Config Paths</h3>
28756
28757ns3::TcpBbr is accessible through the following paths with Config::Set and Config::Connect:
28758<ul>
28759<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpBbr"</li>
28760</ul>
28761<h3>Attributes</h3>
28762<ul>
28763<li><b>AckEpochAckedResetThresh</b>: Max allowed val for m_ackEpochAcked, after which sampling epoch is reset
28764 <ul>
28765 <li>Set with class: \ref ns3::UintegerValue</li>
28766 <li>Underlying type: uint32_t 0:4294967295</li>
28767 <li>Initial value: 4096</li>
28768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28770 </ul>
28771<li><b>BwWindowLength</b>: Length of bandwidth windowed filter
28772 <ul>
28773 <li>Set with class: \ref ns3::UintegerValue</li>
28774 <li>Underlying type: uint32_t 0:4294967295</li>
28775 <li>Initial value: 10</li>
28776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28778 </ul>
28779<li><b>ExtraAckedRttWindowLength</b>: Window length of extra acked window
28780 <ul>
28781 <li>Set with class: \ref ns3::UintegerValue</li>
28782 <li>Underlying type: uint32_t 0:4294967295</li>
28783 <li>Initial value: 5</li>
28784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28786 </ul>
28787<li><b>HighGain</b>: Value of high gain
28788 <ul>
28789 <li>Set with class: \ref ns3::DoubleValue</li>
28790 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
28791 <li>Initial value: 2.89</li>
28792 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28794 </ul>
28795<li><b>ProbeRttDuration</b>: Time to be spent in PROBE_RTT phase
28796 <ul>
28797 <li>Set with class: \ref ns3::TimeValue</li>
28798 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28799 <li>Initial value: +2e+08ns</li>
28800 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28801 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28802 </ul>
28803<li><b>RttWindowLength</b>: Length of RTT windowed filter
28804 <ul>
28805 <li>Set with class: \ref ns3::TimeValue</li>
28806 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28807 <li>Initial value: +1e+10ns</li>
28808 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28809 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28810 </ul>
28811<li><b>Stream</b>: Random number stream (default is set to 4 to align with Linux results)
28812 <ul>
28813 <li>Set with class: \ref ns3::UintegerValue</li>
28814 <li>Underlying type: uint32_t 0:4294967295</li>
28815 <li>Initial value: 4</li>
28816 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
28817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28818 </ul>
28819</ul>
28820<h3>TraceSources</h3>
28821<ul>
28822<li><b>CwndGain</b>: The dynamic congestion window gain factor<br> <ul>
28823 <li> %Callback signature: ns3::TracedValueCallback::Double
28824</li>
28825 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28826</ul>
28827<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>
28828 <li> %Callback signature: ns3::TracedValueCallback::Time
28829</li>
28830 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28831</ul>
28832<li><b>PacingGain</b>: The dynamic pacing gain factor<br> <ul>
28833 <li> %Callback signature: ns3::TracedValueCallback::Double
28834</li>
28835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28836</ul>
28837</ul>
28838<b>Group:</b> Internet
28839
28840<b>Size</b> of this type is 440 bytes (on a 64-bit architecture).
28841*/
28842
28843/*!
28844
28845\class ns3::TcpBic
28846
28847<h3>Config Paths</h3>
28848
28849ns3::TcpBic is accessible through the following paths with Config::Set and Config::Connect:
28850<ul>
28851<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpBic"</li>
28852</ul>
28853<h3>Attributes</h3>
28854<ul>
28855<li><b>Beta</b>: Beta for multiplicative decrease
28856 <ul>
28857 <li>Set with class: \ref ns3::DoubleValue</li>
28858 <li>Underlying type: double 0:1.79769e+308</li>
28859 <li>Initial value: 0.8</li>
28860 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28861 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28862 </ul>
28863<li><b>BinarySearchCoefficient</b>: Inverse of the coefficient for the binary search. Default 4, as in Linux
28864 <ul>
28865 <li>Set with class: \ref ns3::UintegerValue</li>
28866 <li>Underlying type: uint8_t 2:255</li>
28867 <li>Initial value: 4</li>
28868 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28870 </ul>
28871<li><b>FastConvergence</b>: Turn on/off fast convergence.
28872 <ul>
28873 <li>Set with class: \ref ns3::BooleanValue</li>
28874 <li>Underlying type: bool</li>
28875 <li>Initial value: true</li>
28876 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28877 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28878 </ul>
28879<li><b>LowWnd</b>: Threshold window size (in segments) for engaging BIC response
28880 <ul>
28881 <li>Set with class: \ref ns3::UintegerValue</li>
28882 <li>Underlying type: uint32_t 0:4294967295</li>
28883 <li>Initial value: 14</li>
28884 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28885 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28886 </ul>
28887<li><b>MaxIncr</b>: Limit on increment allowed during binary search
28888 <ul>
28889 <li>Set with class: \ref ns3::UintegerValue</li>
28890 <li>Underlying type: uint32_t 1:4294967295</li>
28891 <li>Initial value: 16</li>
28892 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28893 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28894 </ul>
28895<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.
28896 <ul>
28897 <li>Set with class: \ref ns3::UintegerValue</li>
28898 <li>Underlying type: uint32_t 1:4294967295</li>
28899 <li>Initial value: 5</li>
28900 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28901 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28902 </ul>
28903</ul>
28904No TraceSources are defined for this type.<br>
28905<b>Group:</b> Internet
28906
28907<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
28908*/
28909
28910/*!
28911
28912\class ns3::TcpClassicRecovery
28913
28914<h3>Config Paths</h3>
28915
28916ns3::TcpClassicRecovery is accessible through the following paths with Config::Set and Config::Connect:
28917<ul>
28918<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpClassicRecovery"</li>
28919</ul>
28920No Attributes are defined for this type.<br>
28921No TraceSources are defined for this type.<br>
28922<b>Group:</b> Internet
28923
28924<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
28925*/
28926
28927/*!
28928
28929\class ns3::TcpCongestionOps
28930
28931<h3>Config Paths</h3>
28932
28933ns3::TcpCongestionOps is accessible through the following paths with Config::Set and Config::Connect:
28934<ul>
28935<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps"</li>
28936</ul>
28937No Attributes are defined for this type.<br>
28938No TraceSources are defined for this type.<br>
28939<b>Group:</b> Internet
28940
28941<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
28942*/
28943
28944/*!
28945
28946\class ns3::TcpCubic
28947
28948<h3>Config Paths</h3>
28949
28950ns3::TcpCubic is accessible through the following paths with Config::Set and Config::Connect:
28951<ul>
28952<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpCubic"</li>
28953</ul>
28954<h3>Attributes</h3>
28955<ul>
28956<li><b>Beta</b>: Beta for multiplicative decrease
28957 <ul>
28958 <li>Set with class: \ref ns3::DoubleValue</li>
28959 <li>Underlying type: double 0:1.79769e+308</li>
28960 <li>Initial value: 0.7</li>
28961 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28962 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28963 </ul>
28964<li><b>C</b>: Cubic Scaling factor
28965 <ul>
28966 <li>Set with class: \ref ns3::DoubleValue</li>
28967 <li>Underlying type: double 0:1.79769e+308</li>
28968 <li>Initial value: 0.4</li>
28969 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28970 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28971 </ul>
28972<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
28973 <ul>
28974 <li>Set with class: \ref ns3::UintegerValue</li>
28975 <li>Underlying type: uint8_t 0:255</li>
28976 <li>Initial value: 20</li>
28977 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28978 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28979 </ul>
28980<li><b>CubicDelta</b>: Delta Time to wait after fast recovery before adjusting param
28981 <ul>
28982 <li>Set with class: \ref ns3::TimeValue</li>
28983 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
28984 <li>Initial value: +1e+07ns</li>
28985 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28986 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28987 </ul>
28988<li><b>FastConvergence</b>: Enable (true) or disable (false) fast convergence
28989 <ul>
28990 <li>Set with class: \ref ns3::BooleanValue</li>
28991 <li>Underlying type: bool</li>
28992 <li>Initial value: true</li>
28993 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
28994 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
28995 </ul>
28996<li><b>HyStart</b>: Enable (true) or disable (false) hybrid slow start algorithm
28997 <ul>
28998 <li>Set with class: \ref ns3::BooleanValue</li>
28999 <li>Underlying type: bool</li>
29000 <li>Initial value: true</li>
29001 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29002 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29003 </ul>
29004<li><b>HyStartAckDelta</b>: Spacing between ack's indicating train
29005 <ul>
29006 <li>Set with class: \ref ns3::TimeValue</li>
29007 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29008 <li>Initial value: +2e+06ns</li>
29009 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29010 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29011 </ul>
29012<li><b>HyStartDelayMax</b>: Maximum time for hystart algorithm
29013 <ul>
29014 <li>Set with class: \ref ns3::TimeValue</li>
29015 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29016 <li>Initial value: +1e+09ns</li>
29017 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29018 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29019 </ul>
29020<li><b>HyStartDelayMin</b>: Minimum time for hystart algorithm
29021 <ul>
29022 <li>Set with class: \ref ns3::TimeValue</li>
29023 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29024 <li>Initial value: +4e+06ns</li>
29025 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29027 </ul>
29028<li><b>HyStartDetect</b>: Hybrid Slow Start detection mechanisms:packet train, delay, both
29029 <ul>
29030 <li>Set with class: \ref ns3::EnumValue<ns3::TcpCubic::HybridSSDetectionMode></li>
29031 <li>Underlying type: \p PACKET_TRAIN|DELAY|BOTH</li>
29032 <li>Initial value: BOTH</li>
29033 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29034 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29035 </ul>
29036<li><b>HyStartLowWindow</b>: Lower bound cWnd for hybrid slow start (segments)
29037 <ul>
29038 <li>Set with class: \ref ns3::UintegerValue</li>
29039 <li>Underlying type: uint32_t 0:4294967295</li>
29040 <li>Initial value: 16</li>
29041 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29042 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29043 </ul>
29044<li><b>HyStartMinSamples</b>: Number of delay samples for detecting the increase of delay
29045 <ul>
29046 <li>Set with class: \ref ns3::UintegerValue</li>
29047 <li>Underlying type: uint8_t 0:255</li>
29048 <li>Initial value: 8</li>
29049 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29050 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29051 </ul>
29052<li><b>TcpFriendliness</b>: Enable (true) or disable (false) TCP friendliness
29053 <ul>
29054 <li>Set with class: \ref ns3::BooleanValue</li>
29055 <li>Underlying type: bool</li>
29056 <li>Initial value: true</li>
29057 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29058 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29059 </ul>
29060</ul>
29061No TraceSources are defined for this type.<br>
29062<b>Group:</b> Internet
29063
29064<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
29065*/
29066
29067/*!
29068
29069\class ns3::TcpDctcp
29070
29071<h3>Config Paths</h3>
29072
29073ns3::TcpDctcp is accessible through the following paths with Config::Set and Config::Connect:
29074<ul>
29075<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpDctcp"</li>
29076<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLinuxReno/$ns3::TcpDctcp"</li>
29077</ul>
29078<h3>Attributes</h3>
29079<ul>
29080<li><b>DctcpAlphaOnInit</b>: Initial alpha value
29081 <ul>
29082 <li>Set with class: \ref ns3::DoubleValue</li>
29083 <li>Underlying type: double 0:1</li>
29084 <li>Initial value: 1</li>
29085 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29086 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29087 </ul>
29088<li><b>DctcpShiftG</b>: Parameter G for updating dctcp_alpha
29089 <ul>
29090 <li>Set with class: \ref ns3::DoubleValue</li>
29091 <li>Underlying type: double 0:1</li>
29092 <li>Initial value: 0.0625</li>
29093 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29094 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29095 </ul>
29096<li><b>UseEct0</b>: Use ECT(0) for ECN codepoint, if false use ECT(1)
29097 <ul>
29098 <li>Set with class: \ref ns3::BooleanValue</li>
29099 <li>Underlying type: bool</li>
29100 <li>Initial value: true</li>
29101 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29102 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29103 </ul>
29104</ul>
29105<h3>TraceSources</h3>
29106<ul>
29107<li><b>CongestionEstimate</b>: Update sender-side congestion estimate state<br> <ul>
29108 <li> %Callback signature: ns3::TcpDctcp::CongestionEstimateTracedCallback
29109</li>
29110 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29111</ul>
29112</ul>
29113<b>Group:</b> Internet
29114
29115<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
29116*/
29117
29118/*!
29119
29120\class ns3::TcpHeader
29121
29122Introspection did not find any typical Config paths.<br>
29123No Attributes are defined for this type.<br>
29124No TraceSources are defined for this type.<br>
29125<b>Group:</b> Internet
29126
29127<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
29128*/
29129
29130/*!
29131
29132\class ns3::TcpHighSpeed
29133
29134<h3>Config Paths</h3>
29135
29136ns3::TcpHighSpeed is accessible through the following paths with Config::Set and Config::Connect:
29137<ul>
29138<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHighSpeed"</li>
29139<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHighSpeed"</li>
29140</ul>
29141No Attributes are defined for this type.<br>
29142No TraceSources are defined for this type.<br>
29143<b>Group:</b> Internet
29144
29145<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29146*/
29147
29148/*!
29149
29150\class ns3::TcpHtcp
29151
29152<h3>Config Paths</h3>
29153
29154ns3::TcpHtcp is accessible through the following paths with Config::Set and Config::Connect:
29155<ul>
29156<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHtcp"</li>
29157<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHtcp"</li>
29158</ul>
29159<h3>Attributes</h3>
29160<ul>
29161<li><b>DefaultBackoff</b>: The default AIMD backoff factor
29162 <ul>
29163 <li>Set with class: \ref ns3::DoubleValue</li>
29164 <li>Underlying type: double 0:1</li>
29165 <li>Initial value: 0.5</li>
29166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29168 </ul>
29169<li><b>DeltaL</b>: Delta_L parameter in increase function
29170 <ul>
29171 <li>Set with class: \ref ns3::TimeValue</li>
29172 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29173 <li>Initial value: +1e+09ns</li>
29174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29176 </ul>
29177<li><b>ThroughputRatio</b>: Threshold value for updating beta
29178 <ul>
29179 <li>Set with class: \ref ns3::DoubleValue</li>
29180 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29181 <li>Initial value: 0.2</li>
29182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29184 </ul>
29185</ul>
29186No TraceSources are defined for this type.<br>
29187<b>Group:</b> Internet
29188
29189<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
29190*/
29191
29192/*!
29193
29194\class ns3::TcpHybla
29195
29196<h3>Config Paths</h3>
29197
29198ns3::TcpHybla is accessible through the following paths with Config::Set and Config::Connect:
29199<ul>
29200<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpHybla"</li>
29201<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpHybla"</li>
29202</ul>
29203<h3>Attributes</h3>
29204<ul>
29205<li><b>RRTT</b>: Reference RTT
29206 <ul>
29207 <li>Set with class: \ref ns3::TimeValue</li>
29208 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29209 <li>Initial value: +5e+07ns</li>
29210 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29212 </ul>
29213</ul>
29214<h3>TraceSources</h3>
29215<ul>
29216<li><b>Rho</b>: Rho parameter of Hybla<br> <ul>
29217 <li> %Callback signature: ns3::TracedValueCallback::Double
29218</li>
29219 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29220</ul>
29221</ul>
29222<b>Group:</b> Internet
29223
29224<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
29225*/
29226
29227/*!
29228
29229\class ns3::TcpIllinois
29230
29231<h3>Config Paths</h3>
29232
29233ns3::TcpIllinois is accessible through the following paths with Config::Set and Config::Connect:
29234<ul>
29235<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpIllinois"</li>
29236<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpIllinois"</li>
29237</ul>
29238<h3>Attributes</h3>
29239<ul>
29240<li><b>AlphaBase</b>: Alpha base threshold
29241 <ul>
29242 <li>Set with class: \ref ns3::DoubleValue</li>
29243 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29244 <li>Initial value: 1</li>
29245 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29246 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29247 </ul>
29248<li><b>AlphaMax</b>: Maximum alpha threshold
29249 <ul>
29250 <li>Set with class: \ref ns3::DoubleValue</li>
29251 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29252 <li>Initial value: 10</li>
29253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29255 </ul>
29256<li><b>AlphaMin</b>: Minimum alpha threshold
29257 <ul>
29258 <li>Set with class: \ref ns3::DoubleValue</li>
29259 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29260 <li>Initial value: 0.3</li>
29261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29263 </ul>
29264<li><b>BetaBase</b>: Beta base threshold
29265 <ul>
29266 <li>Set with class: \ref ns3::DoubleValue</li>
29267 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29268 <li>Initial value: 0.5</li>
29269 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29271 </ul>
29272<li><b>BetaMax</b>: Maximum beta threshold
29273 <ul>
29274 <li>Set with class: \ref ns3::DoubleValue</li>
29275 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29276 <li>Initial value: 0.5</li>
29277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29279 </ul>
29280<li><b>BetaMin</b>: Minimum beta threshold
29281 <ul>
29282 <li>Set with class: \ref ns3::DoubleValue</li>
29283 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29284 <li>Initial value: 0.125</li>
29285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29287 </ul>
29288<li><b>Theta</b>: Theta threshold
29289 <ul>
29290 <li>Set with class: \ref ns3::UintegerValue</li>
29291 <li>Underlying type: uint32_t 0:4294967295</li>
29292 <li>Initial value: 5</li>
29293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29295 </ul>
29296<li><b>WinThresh</b>: Window threshold
29297 <ul>
29298 <li>Set with class: \ref ns3::UintegerValue</li>
29299 <li>Underlying type: uint32_t 0:4294967295</li>
29300 <li>Initial value: 15</li>
29301 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29302 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29303 </ul>
29304</ul>
29305No TraceSources are defined for this type.<br>
29306<b>Group:</b> Internet
29307
29308<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29309*/
29310
29311/*!
29312
29313\class ns3::TcpL4Protocol
29314
29315<h3>Config Paths</h3>
29316
29317ns3::TcpL4Protocol is accessible through the following paths with Config::Set and Config::Connect:
29318<ul>
29319<li>"/NodeList/[i]/$ns3::TcpL4Protocol"</li>
29320</ul>
29321<h3>Attributes</h3>
29322<ul>
29323<li><b>RecoveryType</b>: Recovery type of TCP objects.
29324 <ul>
29325 <li>Set with class: \ref ns3::TypeIdValue</li>
29326 <li>Underlying type: \p TypeId</li>
29327 <li>Initial value: ns3::TcpPrrRecovery</li>
29328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29330 </ul>
29331<li><b>RttEstimatorType</b>: Type of RttEstimator objects.
29332 <ul>
29333 <li>Set with class: \ref ns3::TypeIdValue</li>
29334 <li>Underlying type: \p TypeId</li>
29335 <li>Initial value: ns3::RttMeanDeviation</li>
29336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29338 </ul>
29339<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.
29340 <ul>
29341 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
29342 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpSocketBase></li>
29343 <li>Flags: <span class="mlabel">read</span></li>
29344 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29345 </ul>
29346<li><b>SocketType</b>: Socket type of TCP objects.
29347 <ul>
29348 <li>Set with class: \ref ns3::TypeIdValue</li>
29349 <li>Underlying type: \p TypeId</li>
29350 <li>Initial value: ns3::TcpCubic</li>
29351 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29352 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29353 </ul>
29354</ul>
29355<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
29356<ul>
29357<li><b>ProtocolNumber</b>: The IP protocol number.
29358 <ul>
29359 <li>Set with class: \ref ns3::IntegerValue</li>
29360 <li>Underlying type: int32_t 0:255</li>
29361 <li>Flags: <span class="mlabel">read</span></li>
29362 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29363 </ul>
29364</ul>
29365No TraceSources are defined for this type.<br>
29366<b>Group:</b> Internet
29367
29368<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
29369*/
29370
29371/*!
29372
29373\class ns3::TcpLedbat
29374
29375<h3>Config Paths</h3>
29376
29377ns3::TcpLedbat is accessible through the following paths with Config::Set and Config::Connect:
29378<ul>
29379<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpLedbat"</li>
29380<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLedbat"</li>
29381</ul>
29382<h3>Attributes</h3>
29383<ul>
29384<li><b>BaseHistoryLen</b>: Number of Base delay samples
29385 <ul>
29386 <li>Set with class: \ref ns3::UintegerValue</li>
29387 <li>Underlying type: uint32_t 0:4294967295</li>
29388 <li>Initial value: 10</li>
29389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29391 </ul>
29392<li><b>Gain</b>: Offset Gain
29393 <ul>
29394 <li>Set with class: \ref ns3::DoubleValue</li>
29395 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29396 <li>Initial value: 1</li>
29397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29399 </ul>
29400<li><b>MinCwnd</b>: Minimum cWnd for Ledbat
29401 <ul>
29402 <li>Set with class: \ref ns3::UintegerValue</li>
29403 <li>Underlying type: uint32_t 0:4294967295</li>
29404 <li>Initial value: 2</li>
29405 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29406 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29407 </ul>
29408<li><b>NoiseFilterLen</b>: Number of Current delay samples
29409 <ul>
29410 <li>Set with class: \ref ns3::UintegerValue</li>
29411 <li>Underlying type: uint32_t 0:4294967295</li>
29412 <li>Initial value: 4</li>
29413 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29414 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29415 </ul>
29416<li><b>SSParam</b>: Possibility of Slow Start
29417 <ul>
29418 <li>Set with class: \ref ns3::EnumValue<ns3::TcpLedbat::SlowStartType></li>
29419 <li>Underlying type: \p yes|no</li>
29420 <li>Initial value: yes</li>
29421 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29423 </ul>
29424<li><b>TargetDelay</b>: Targeted Queue Delay
29425 <ul>
29426 <li>Set with class: \ref ns3::TimeValue</li>
29427 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29428 <li>Initial value: +1e+08ns</li>
29429 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29430 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29431 </ul>
29432</ul>
29433No TraceSources are defined for this type.<br>
29434<b>Group:</b> Internet
29435
29436<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29437*/
29438
29439/*!
29440
29441\class ns3::TcpLinuxReno
29442
29443<h3>Config Paths</h3>
29444
29445ns3::TcpLinuxReno is accessible through the following paths with Config::Set and Config::Connect:
29446<ul>
29447<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLinuxReno"</li>
29448</ul>
29449No Attributes are defined for this type.<br>
29450No TraceSources are defined for this type.<br>
29451<b>Group:</b> Internet
29452
29453<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29454*/
29455
29456/*!
29457
29458\class ns3::TcpLp
29459
29460<h3>Config Paths</h3>
29461
29462ns3::TcpLp is accessible through the following paths with Config::Set and Config::Connect:
29463<ul>
29464<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpLp"</li>
29465<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpLp"</li>
29466</ul>
29467No Attributes are defined for this type.<br>
29468No TraceSources are defined for this type.<br>
29469<b>Group:</b> Internet
29470
29471<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
29472*/
29473
29474/*!
29475
29476\class ns3::TcpNewReno
29477
29478<h3>Config Paths</h3>
29479
29480ns3::TcpNewReno is accessible through the following paths with Config::Set and Config::Connect:
29481<ul>
29482<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno"</li>
29483</ul>
29484No Attributes are defined for this type.<br>
29485No TraceSources are defined for this type.<br>
29486<b>Group:</b> Internet
29487
29488<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29489*/
29490
29491/*!
29492
29493\class ns3::TcpOption
29494
29495Introspection did not find any typical Config paths.<br>
29496No Attributes are defined for this type.<br>
29497No TraceSources are defined for this type.<br>
29498<b>Group:</b> Internet
29499
29500<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29501*/
29502
29503/*!
29504
29505\class ns3::TcpOptionEnd
29506
29507Introspection did not find any typical Config paths.<br>
29508No Attributes are defined for this type.<br>
29509No TraceSources are defined for this type.<br>
29510<b>Group:</b> Internet
29511
29512<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29513*/
29514
29515/*!
29516
29517\class ns3::TcpOptionMSS
29518
29519Introspection did not find any typical Config paths.<br>
29520No Attributes are defined for this type.<br>
29521No TraceSources are defined for this type.<br>
29522<b>Group:</b> Internet
29523
29524<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29525*/
29526
29527/*!
29528
29529\class ns3::TcpOptionNOP
29530
29531Introspection did not find any typical Config paths.<br>
29532No Attributes are defined for this type.<br>
29533No TraceSources are defined for this type.<br>
29534<b>Group:</b> Internet
29535
29536<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29537*/
29538
29539/*!
29540
29541\class ns3::TcpOptionSack
29542
29543Introspection did not find any typical Config paths.<br>
29544No Attributes are defined for this type.<br>
29545No TraceSources are defined for this type.<br>
29546<b>Group:</b> Internet
29547
29548<b>Size</b> of this type is 80 bytes (on a 64-bit architecture).
29549*/
29550
29551/*!
29552
29553\class ns3::TcpOptionSackPermitted
29554
29555Introspection did not find any typical Config paths.<br>
29556No Attributes are defined for this type.<br>
29557No TraceSources are defined for this type.<br>
29558<b>Group:</b> Internet
29559
29560<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29561*/
29562
29563/*!
29564
29565\class ns3::TcpOptionTS
29566
29567Introspection did not find any typical Config paths.<br>
29568No Attributes are defined for this type.<br>
29569No TraceSources are defined for this type.<br>
29570<b>Group:</b> Internet
29571
29572<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29573*/
29574
29575/*!
29576
29577\class ns3::TcpOptionUnknown
29578
29579Introspection did not find any typical Config paths.<br>
29580No Attributes are defined for this type.<br>
29581No TraceSources are defined for this type.<br>
29582<b>Group:</b> Internet
29583
29584<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
29585*/
29586
29587/*!
29588
29589\class ns3::TcpOptionWinScale
29590
29591Introspection did not find any typical Config paths.<br>
29592No Attributes are defined for this type.<br>
29593No TraceSources are defined for this type.<br>
29594<b>Group:</b> Internet
29595
29596<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29597*/
29598
29599/*!
29600
29601\class ns3::TcpPrrRecovery
29602
29603<h3>Config Paths</h3>
29604
29605ns3::TcpPrrRecovery is accessible through the following paths with Config::Set and Config::Connect:
29606<ul>
29607<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpPrrRecovery"</li>
29608<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps/$ns3::TcpClassicRecovery/$ns3::TcpPrrRecovery"</li>
29609</ul>
29610No Attributes are defined for this type.<br>
29611No TraceSources are defined for this type.<br>
29612<b>Group:</b> Internet
29613
29614<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
29615*/
29616
29617/*!
29618
29619\class ns3::TcpRateLinux
29620
29621Introspection did not find any typical Config paths.<br>
29622No Attributes are defined for this type.<br>
29623<h3>TraceSources</h3>
29624<ul>
29625<li><b>TcpRateSampleUpdated</b>: Tcp rate sample has been updated<br> <ul>
29626 <li> %Callback signature: ns3::TcpRateLinux::TcpRateSampleUpdated
29627</li>
29628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29629</ul>
29630<li><b>TcpRateUpdated</b>: Tcp rate information has been updated<br> <ul>
29631 <li> %Callback signature: ns3::TcpRateLinux::TcpRateUpdated
29632</li>
29633 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29634</ul>
29635</ul>
29636<b>Group:</b> Internet
29637
29638<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
29639*/
29640
29641/*!
29642
29643\class ns3::TcpRateOps
29644
29645Introspection did not find any typical Config paths.<br>
29646No Attributes are defined for this type.<br>
29647No TraceSources are defined for this type.<br>
29648<b>Group:</b> Internet
29649
29650<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29651*/
29652
29653/*!
29654
29655\class ns3::TcpRecoveryOps
29656
29657<h3>Config Paths</h3>
29658
29659ns3::TcpRecoveryOps is accessible through the following paths with Config::Set and Config::Connect:
29660<ul>
29661<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RecoveryOps"</li>
29662</ul>
29663No Attributes are defined for this type.<br>
29664No TraceSources are defined for this type.<br>
29665<b>Group:</b> Internet
29666
29667<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
29668*/
29669
29670/*!
29671
29672\class ns3::TcpRxBuffer
29673
29674<h3>Config Paths</h3>
29675
29676ns3::TcpRxBuffer is accessible through the following paths with Config::Set and Config::Connect:
29677<ul>
29678<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/RxBuffer"</li>
29679</ul>
29680No Attributes are defined for this type.<br>
29681<h3>TraceSources</h3>
29682<ul>
29683<li><b>NextRxSequence</b>: Next sequence number expected (RCV.NXT)<br> <ul>
29684 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
29685</li>
29686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29687</ul>
29688</ul>
29689<b>Group:</b> Internet
29690
29691<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
29692*/
29693
29694/*!
29695
29696\class ns3::TcpScalable
29697
29698<h3>Config Paths</h3>
29699
29700ns3::TcpScalable is accessible through the following paths with Config::Set and Config::Connect:
29701<ul>
29702<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpScalable"</li>
29703<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpScalable"</li>
29704</ul>
29705<h3>Attributes</h3>
29706<ul>
29707<li><b>AIFactor</b>: Additive Increase Factor
29708 <ul>
29709 <li>Set with class: \ref ns3::UintegerValue</li>
29710 <li>Underlying type: uint32_t 0:4294967295</li>
29711 <li>Initial value: 50</li>
29712 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29714 </ul>
29715<li><b>MDFactor</b>: Multiplicative Decrease Factor
29716 <ul>
29717 <li>Set with class: \ref ns3::DoubleValue</li>
29718 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
29719 <li>Initial value: 0.125</li>
29720 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29721 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29722 </ul>
29723</ul>
29724No TraceSources are defined for this type.<br>
29725<b>Group:</b> Internet
29726
29727<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
29728*/
29729
29730/*!
29731
29732\class ns3::TcpSocket
29733
29734Introspection did not find any typical Config paths.<br>
29735<h3>Attributes</h3>
29736<ul>
29737<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure
29738 <ul>
29739 <li>Set with class: \ref ns3::UintegerValue</li>
29740 <li>Underlying type: uint32_t 0:4294967295</li>
29741 <li>Initial value: 6</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<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)
29746 <ul>
29747 <li>Set with class: \ref ns3::TimeValue</li>
29748 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29749 <li>Initial value: +3e+09ns</li>
29750 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29751 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29752 </ul>
29753<li><b>DataRetries</b>: Number of data retransmission attempts
29754 <ul>
29755 <li>Set with class: \ref ns3::UintegerValue</li>
29756 <li>Underlying type: uint32_t 0:4294967295</li>
29757 <li>Initial value: 6</li>
29758 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29760 </ul>
29761<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack
29762 <ul>
29763 <li>Set with class: \ref ns3::UintegerValue</li>
29764 <li>Underlying type: uint32_t 0:4294967295</li>
29765 <li>Initial value: 2</li>
29766 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29767 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29768 </ul>
29769<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds
29770 <ul>
29771 <li>Set with class: \ref ns3::TimeValue</li>
29772 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29773 <li>Initial value: +2e+08ns</li>
29774 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29776 </ul>
29777<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)
29778 <ul>
29779 <li>Set with class: \ref ns3::UintegerValue</li>
29780 <li>Underlying type: uint32_t 0:4294967295</li>
29781 <li>Initial value: 10</li>
29782 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29784 </ul>
29785<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)
29786 <ul>
29787 <li>Set with class: \ref ns3::UintegerValue</li>
29788 <li>Underlying type: uint32_t 0:4294967295</li>
29789 <li>Initial value: 4294967295</li>
29790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29792 </ul>
29793<li><b>PersistTimeout</b>: Persist timeout to probe for rx window
29794 <ul>
29795 <li>Set with class: \ref ns3::TimeValue</li>
29796 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29797 <li>Initial value: +6e+09ns</li>
29798 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29799 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29800 </ul>
29801<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)
29802 <ul>
29803 <li>Set with class: \ref ns3::UintegerValue</li>
29804 <li>Underlying type: uint32_t 0:4294967295</li>
29805 <li>Initial value: 131072</li>
29806 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29808 </ul>
29809<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)
29810 <ul>
29811 <li>Set with class: \ref ns3::UintegerValue</li>
29812 <li>Underlying type: uint32_t 0:4294967295</li>
29813 <li>Initial value: 536</li>
29814 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29816 </ul>
29817<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)
29818 <ul>
29819 <li>Set with class: \ref ns3::UintegerValue</li>
29820 <li>Underlying type: uint32_t 0:4294967295</li>
29821 <li>Initial value: 131072</li>
29822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29824 </ul>
29825<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm
29826 <ul>
29827 <li>Set with class: \ref ns3::BooleanValue</li>
29828 <li>Underlying type: bool</li>
29829 <li>Initial value: true</li>
29830 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29832 </ul>
29833</ul>
29834No TraceSources are defined for this type.<br>
29835<b>Group:</b> Internet
29836
29837<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
29838*/
29839
29840/*!
29841
29842\class ns3::TcpSocketBase
29843
29844<h3>Config Paths</h3>
29845
29846ns3::TcpSocketBase is accessible through the following paths with Config::Set and Config::Connect:
29847<ul>
29848<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]"</li>
29849</ul>
29850<h3>Attributes</h3>
29851<ul>
29852<li><b>ClockGranularity</b>: Clock Granularity used in RTO calculations
29853 <ul>
29854 <li>Set with class: \ref ns3::TimeValue</li>
29855 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29856 <li>Initial value: +1e+06ns</li>
29857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29859 </ul>
29860<li><b>CongestionOps</b>: Pointer to TcpCongestionOps object
29861 <ul>
29862 <li>Set with class: \ref ns3::PointerValue</li>
29863 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpCongestionOps></li>
29864 <li>Initial value: 0</li>
29865 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29866 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29867 </ul>
29868<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.
29869 <ul>
29870 <li>Set with class: \ref ns3::CallbackValue</li>
29871 <li>Underlying type: \p Callback</li>
29872 <li>Initial value: 0</li>
29873 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29875 </ul>
29876<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.
29877 <ul>
29878 <li>Set with class: \ref ns3::CallbackValue</li>
29879 <li>Underlying type: \p Callback</li>
29880 <li>Initial value: 0</li>
29881 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29882 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29883 </ul>
29884<li><b>LimitedTransmit</b>: Enable limited transmit
29885 <ul>
29886 <li>Set with class: \ref ns3::BooleanValue</li>
29887 <li>Underlying type: bool</li>
29888 <li>Initial value: true</li>
29889 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29890 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29891 </ul>
29892<li><b>MaxSegLifetime</b>: Maximum segment lifetime in seconds, use for TIME_WAIT state transition to CLOSED state
29893 <ul>
29894 <li>Set with class: \ref ns3::DoubleValue</li>
29895 <li>Underlying type: double 0:1.79769e+308</li>
29896 <li>Initial value: 120</li>
29897 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29898 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29899 </ul>
29900<li><b>MaxWindowSize</b>: Max size of advertised window
29901 <ul>
29902 <li>Set with class: \ref ns3::UintegerValue</li>
29903 <li>Underlying type: uint16_t 0:65535</li>
29904 <li>Initial value: 65535</li>
29905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29907 </ul>
29908<li><b>MinRto</b>: Minimum retransmit timeout value
29909 <ul>
29910 <li>Set with class: \ref ns3::TimeValue</li>
29911 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29912 <li>Initial value: +1e+09ns</li>
29913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29915 </ul>
29916<li><b>ReTxThreshold</b>: Threshold for fast retransmit
29917 <ul>
29918 <li>Set with class: \ref ns3::UintegerValue</li>
29919 <li>Underlying type: uint32_t 0:4294967295</li>
29920 <li>Initial value: 3</li>
29921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29923 </ul>
29924<li><b>RecoveryOps</b>: Pointer to TcpRecoveryOps object
29925 <ul>
29926 <li>Set with class: \ref ns3::PointerValue</li>
29927 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpRecoveryOps></li>
29928 <li>Initial value: 0</li>
29929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29931 </ul>
29932<li><b>RxBuffer</b>: TCP Rx buffer
29933 <ul>
29934 <li>Set with class: \ref ns3::PointerValue</li>
29935 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpRxBuffer></li>
29936 <li>Flags: <span class="mlabel">read</span></li>
29937 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29938 </ul>
29939<li><b>Sack</b>: Enable or disable Sack option
29940 <ul>
29941 <li>Set with class: \ref ns3::BooleanValue</li>
29942 <li>Underlying type: bool</li>
29943 <li>Initial value: true</li>
29944 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29945 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29946 </ul>
29947<li><b>Timestamp</b>: Enable or disable Timestamp option
29948 <ul>
29949 <li>Set with class: \ref ns3::BooleanValue</li>
29950 <li>Underlying type: bool</li>
29951 <li>Initial value: true</li>
29952 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29953 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29954 </ul>
29955<li><b>TxBuffer</b>: TCP Tx buffer
29956 <ul>
29957 <li>Set with class: \ref ns3::PointerValue</li>
29958 <li>Underlying type: \ref ns3::Ptr< \ref ns3::TcpTxBuffer></li>
29959 <li>Flags: <span class="mlabel">read</span></li>
29960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29961 </ul>
29962<li><b>UseEcn</b>: Parameter to set ECN functionality
29963 <ul>
29964 <li>Set with class: \ref ns3::EnumValue<ns3::TcpSocketState::UseEcn_t></li>
29965 <li>Underlying type: \p Off|On|AcceptOnly</li>
29966 <li>Initial value: Off</li>
29967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
29968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29969 </ul>
29970<li><b>WindowScaling</b>: Enable or disable Window Scaling option
29971 <ul>
29972 <li>Set with class: \ref ns3::BooleanValue</li>
29973 <li>Underlying type: bool</li>
29974 <li>Initial value: true</li>
29975 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29976 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29977 </ul>
29978</ul>
29979<h3>Attributes defined in parent class ns3::TcpSocket</h3>
29980<ul>
29981<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure
29982 <ul>
29983 <li>Set with class: \ref ns3::UintegerValue</li>
29984 <li>Underlying type: uint32_t 0:4294967295</li>
29985 <li>Initial value: 6</li>
29986 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29987 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29988 </ul>
29989<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)
29990 <ul>
29991 <li>Set with class: \ref ns3::TimeValue</li>
29992 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
29993 <li>Initial value: +3e+09ns</li>
29994 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
29995 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
29996 </ul>
29997<li><b>DataRetries</b>: Number of data retransmission attempts
29998 <ul>
29999 <li>Set with class: \ref ns3::UintegerValue</li>
30000 <li>Underlying type: uint32_t 0:4294967295</li>
30001 <li>Initial value: 6</li>
30002 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30004 </ul>
30005<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack
30006 <ul>
30007 <li>Set with class: \ref ns3::UintegerValue</li>
30008 <li>Underlying type: uint32_t 0:4294967295</li>
30009 <li>Initial value: 2</li>
30010 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30012 </ul>
30013<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds
30014 <ul>
30015 <li>Set with class: \ref ns3::TimeValue</li>
30016 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30017 <li>Initial value: +2e+08ns</li>
30018 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30020 </ul>
30021<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)
30022 <ul>
30023 <li>Set with class: \ref ns3::UintegerValue</li>
30024 <li>Underlying type: uint32_t 0:4294967295</li>
30025 <li>Initial value: 10</li>
30026 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30027 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30028 </ul>
30029<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)
30030 <ul>
30031 <li>Set with class: \ref ns3::UintegerValue</li>
30032 <li>Underlying type: uint32_t 0:4294967295</li>
30033 <li>Initial value: 4294967295</li>
30034 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30035 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30036 </ul>
30037<li><b>PersistTimeout</b>: Persist timeout to probe for rx window
30038 <ul>
30039 <li>Set with class: \ref ns3::TimeValue</li>
30040 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30041 <li>Initial value: +6e+09ns</li>
30042 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30043 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30044 </ul>
30045<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)
30046 <ul>
30047 <li>Set with class: \ref ns3::UintegerValue</li>
30048 <li>Underlying type: uint32_t 0:4294967295</li>
30049 <li>Initial value: 131072</li>
30050 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30051 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30052 </ul>
30053<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)
30054 <ul>
30055 <li>Set with class: \ref ns3::UintegerValue</li>
30056 <li>Underlying type: uint32_t 0:4294967295</li>
30057 <li>Initial value: 536</li>
30058 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30060 </ul>
30061<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)
30062 <ul>
30063 <li>Set with class: \ref ns3::UintegerValue</li>
30064 <li>Underlying type: uint32_t 0:4294967295</li>
30065 <li>Initial value: 131072</li>
30066 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30067 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30068 </ul>
30069<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm
30070 <ul>
30071 <li>Set with class: \ref ns3::BooleanValue</li>
30072 <li>Underlying type: bool</li>
30073 <li>Initial value: true</li>
30074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30076 </ul>
30077</ul>
30078<h3>TraceSources</h3>
30079<ul>
30080<li><b>AdvWND</b>: Advertised Window Size<br> <ul>
30081 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30082</li>
30083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30084</ul>
30085<li><b>BytesInFlight</b>: Socket estimation of bytes in flight<br> <ul>
30086 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30087</li>
30088 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30089</ul>
30090<li><b>CongState</b>: TCP Congestion machine state<br> <ul>
30091 <li> %Callback signature: ns3::TcpSocketState::TcpCongStatesTracedValueCallback
30092</li>
30093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30094</ul>
30095<li><b>CongestionWindow</b>: The TCP connection's congestion window<br> <ul>
30096 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30097</li>
30098 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30099</ul>
30100<li><b>CongestionWindowInflated</b>: The TCP connection's congestion window inflates as in older RFC<br> <ul>
30101 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30102</li>
30103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30104</ul>
30105<li><b>EcnCeSeq</b>: Sequence of last received CE<br> <ul>
30106 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30107</li>
30108 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30109</ul>
30110<li><b>EcnCwrSeq</b>: Sequence of last received CWR<br> <ul>
30111 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30112</li>
30113 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30114</ul>
30115<li><b>EcnEchoSeq</b>: Sequence of last received ECN Echo<br> <ul>
30116 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30117</li>
30118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30119</ul>
30120<li><b>EcnState</b>: Trace ECN state change of socket<br> <ul>
30121 <li> %Callback signature: ns3::TcpSocketState::EcnStatesTracedValueCallback
30122</li>
30123 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30124</ul>
30125<li><b>HighestRxAck</b>: Highest ack received from peer<br> <ul>
30126 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30127</li>
30128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30129</ul>
30130<li><b>HighestRxSequence</b>: Highest sequence number received from peer<br> <ul>
30131 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30132</li>
30133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30134</ul>
30135<li><b>HighestSequence</b>: Highest sequence number ever sent in socket's life time<br> <ul>
30136 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30137</li>
30138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30139</ul>
30140<li><b>LastRTT</b>: RTT of the last (S)ACKed packet<br> <ul>
30141 <li> %Callback signature: ns3::TracedValueCallback::Time
30142</li>
30143 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30144</ul>
30145<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)<br> <ul>
30146 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30147</li>
30148 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30149</ul>
30150<li><b>PacingRate</b>: The current TCP pacing rate<br> <ul>
30151 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30152</li>
30153 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30154</ul>
30155<li><b>RTO</b>: Retransmission timeout<br> <ul>
30156 <li> %Callback signature: ns3::TracedValueCallback::Time
30157</li>
30158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30159</ul>
30160<li><b>RTT</b>: Smoothed RTT<br> <ul>
30161 <li> %Callback signature: ns3::TracedValueCallback::Time
30162</li>
30163 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30164</ul>
30165<li><b>RWND</b>: Remote side's flow control window<br> <ul>
30166 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30167</li>
30168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30169</ul>
30170<li><b>Retransmission</b>: Notification of a TCP retransmission<br> <ul>
30171 <li> %Callback signature: ns3::TcpSocketBase::RetransmissionCallback
30172</li>
30173 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30174</ul>
30175<li><b>Rx</b>: Receive tcp packet from IP protocol<br> <ul>
30176 <li> %Callback signature: ns3::TcpSocketBase::TcpTxRxTracedCallback
30177</li>
30178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30179</ul>
30180<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)<br> <ul>
30181 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30182</li>
30183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30184</ul>
30185<li><b>State</b>: TCP state<br> <ul>
30186 <li> %Callback signature: ns3::TcpStatesTracedValueCallback
30187</li>
30188 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30189</ul>
30190<li><b>Tx</b>: Send tcp packet to IP protocol<br> <ul>
30191 <li> %Callback signature: ns3::TcpSocketBase::TcpTxRxTracedCallback
30192</li>
30193 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30194</ul>
30195</ul>
30196<b>Group:</b> Internet
30197
30198<b>Size</b> of this type is 1328 bytes (on a 64-bit architecture).
30199*/
30200
30201/*!
30202
30203\class ns3::TcpSocketFactory
30204
30205<h3>Config Paths</h3>
30206
30207ns3::TcpSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
30208<ul>
30209<li>"/NodeList/[i]/$ns3::TcpSocketFactory"</li>
30210</ul>
30211No Attributes are defined for this type.<br>
30212No TraceSources are defined for this type.<br>
30213<b>Group:</b> Internet
30214
30215<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
30216*/
30217
30218/*!
30219
30220\class ns3::TcpSocketState
30221
30222Introspection did not find any typical Config paths.<br>
30223<h3>Attributes</h3>
30224<ul>
30225<li><b>EnablePacing</b>: Enable Pacing
30226 <ul>
30227 <li>Set with class: \ref ns3::BooleanValue</li>
30228 <li>Underlying type: bool</li>
30229 <li>Initial value: false</li>
30230 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30231 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30232 </ul>
30233<li><b>MaxPacingRate</b>: Set Max Pacing Rate
30234 <ul>
30235 <li>Set with class: \ref ns3::DataRateValue</li>
30236 <li>Underlying type: \p DataRate</li>
30237 <li>Initial value: 4000000000bps</li>
30238 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30239 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30240 </ul>
30241<li><b>PaceInitialWindow</b>: Perform pacing for initial window of data
30242 <ul>
30243 <li>Set with class: \ref ns3::BooleanValue</li>
30244 <li>Underlying type: bool</li>
30245 <li>Initial value: false</li>
30246 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30248 </ul>
30249<li><b>PacingCaRatio</b>: Percent pacing rate increase for congestion avoidance conditions
30250 <ul>
30251 <li>Set with class: \ref ns3::UintegerValue</li>
30252 <li>Underlying type: uint16_t 0:65535</li>
30253 <li>Initial value: 120</li>
30254 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30255 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30256 </ul>
30257<li><b>PacingSsRatio</b>: Percent pacing rate increase for slow start conditions
30258 <ul>
30259 <li>Set with class: \ref ns3::UintegerValue</li>
30260 <li>Underlying type: uint16_t 0:65535</li>
30261 <li>Initial value: 200</li>
30262 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30263 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30264 </ul>
30265</ul>
30266<h3>TraceSources</h3>
30267<ul>
30268<li><b>BytesInFlight</b>: The TCP connection's congestion window<br> <ul>
30269 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30270</li>
30271 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30272</ul>
30273<li><b>CongState</b>: TCP Congestion machine state<br> <ul>
30274 <li> %Callback signature: ns3::TracedValueCallback::TcpCongState
30275</li>
30276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30277</ul>
30278<li><b>CongestionWindow</b>: The TCP connection's congestion window<br> <ul>
30279 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30280</li>
30281 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30282</ul>
30283<li><b>CongestionWindowInflated</b>: The TCP connection's inflated congestion window<br> <ul>
30284 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30285</li>
30286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30287</ul>
30288<li><b>EcnState</b>: Trace ECN state change of socket<br> <ul>
30289 <li> %Callback signature: ns3::TracedValueCallback::EcnState
30290</li>
30291 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30292</ul>
30293<li><b>HighestSequence</b>: Highest sequence number received from peer<br> <ul>
30294 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30295</li>
30296 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30297</ul>
30298<li><b>LastRTT</b>: RTT of the last (S)ACKed packet<br> <ul>
30299 <li> %Callback signature: ns3::TracedValueCallback::Time
30300</li>
30301 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30302</ul>
30303<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)<br> <ul>
30304 <li> %Callback signature: ns3::TracedValueCallback::SequenceNumber32
30305</li>
30306 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30307</ul>
30308<li><b>PacingRate</b>: The current TCP pacing rate<br> <ul>
30309 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30310</li>
30311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30312</ul>
30313<li><b>RTT</b>: Smoothed RTT<br> <ul>
30314 <li> %Callback signature: ns3::TracedValueCallback::Time
30315</li>
30316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30317</ul>
30318<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)<br> <ul>
30319 <li> %Callback signature: ns3::TracedValueCallback::Uint32
30320</li>
30321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30322</ul>
30323</ul>
30324<b>Group:</b> Internet
30325
30326<b>Size</b> of this type is 512 bytes (on a 64-bit architecture).
30327*/
30328
30329/*!
30330
30331\class ns3::TcpTxBuffer
30332
30333<h3>Config Paths</h3>
30334
30335ns3::TcpTxBuffer is accessible through the following paths with Config::Set and Config::Connect:
30336<ul>
30337<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/TxBuffer"</li>
30338</ul>
30339No Attributes are defined for this type.<br>
30340<h3>TraceSources</h3>
30341<ul>
30342<li><b>UnackSequence</b>: First unacknowledged sequence number (SND.UNA)<br> <ul>
30343 <li> %Callback signature: ns3::SequenceNumber32TracedValueCallback
30344</li>
30345 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30346</ul>
30347</ul>
30348<b>Group:</b> Internet
30349
30350<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
30351*/
30352
30353/*!
30354
30355\class ns3::TcpVegas
30356
30357<h3>Config Paths</h3>
30358
30359ns3::TcpVegas is accessible through the following paths with Config::Set and Config::Connect:
30360<ul>
30361<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpVegas"</li>
30362<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpVegas"</li>
30363</ul>
30364<h3>Attributes</h3>
30365<ul>
30366<li><b>Alpha</b>: Lower bound of packets in network
30367 <ul>
30368 <li>Set with class: \ref ns3::UintegerValue</li>
30369 <li>Underlying type: uint32_t 0:4294967295</li>
30370 <li>Initial value: 2</li>
30371 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30373 </ul>
30374<li><b>Beta</b>: Upper bound of packets in network
30375 <ul>
30376 <li>Set with class: \ref ns3::UintegerValue</li>
30377 <li>Underlying type: uint32_t 0:4294967295</li>
30378 <li>Initial value: 4</li>
30379 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30380 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30381 </ul>
30382<li><b>Gamma</b>: Limit on increase
30383 <ul>
30384 <li>Set with class: \ref ns3::UintegerValue</li>
30385 <li>Underlying type: uint32_t 0:4294967295</li>
30386 <li>Initial value: 1</li>
30387 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30388 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30389 </ul>
30390</ul>
30391No TraceSources are defined for this type.<br>
30392<b>Group:</b> Internet
30393
30394<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
30395*/
30396
30397/*!
30398
30399\class ns3::TcpVeno
30400
30401<h3>Config Paths</h3>
30402
30403ns3::TcpVeno is accessible through the following paths with Config::Set and Config::Connect:
30404<ul>
30405<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpVeno"</li>
30406<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpVeno"</li>
30407</ul>
30408<h3>Attributes</h3>
30409<ul>
30410<li><b>Beta</b>: Threshold for congestion detection
30411 <ul>
30412 <li>Set with class: \ref ns3::UintegerValue</li>
30413 <li>Underlying type: uint32_t 0:4294967295</li>
30414 <li>Initial value: 3</li>
30415 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30416 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30417 </ul>
30418</ul>
30419No TraceSources are defined for this type.<br>
30420<b>Group:</b> Internet
30421
30422<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
30423*/
30424
30425/*!
30426
30427\class ns3::TcpWestwoodPlus
30428
30429<h3>Config Paths</h3>
30430
30431ns3::TcpWestwoodPlus is accessible through the following paths with Config::Set and Config::Connect:
30432<ul>
30433<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpWestwoodPlus"</li>
30434<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpWestwoodPlus"</li>
30435</ul>
30436<h3>Attributes</h3>
30437<ul>
30438<li><b>FilterType</b>: Use this to choose no filter or Tustin's approximation filter
30439 <ul>
30440 <li>Set with class: \ref ns3::EnumValue<ns3::TcpWestwoodPlus::FilterType></li>
30441 <li>Underlying type: \p None|Tustin</li>
30442 <li>Initial value: Tustin</li>
30443 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30444 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30445 </ul>
30446</ul>
30447<h3>TraceSources</h3>
30448<ul>
30449<li><b>EstimatedBW</b>: The estimated bandwidth<br> <ul>
30450 <li> %Callback signature: ns3::TracedValueCallback::DataRate
30451</li>
30452 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30453</ul>
30454</ul>
30455<b>Group:</b> Internet
30456
30457<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
30458*/
30459
30460/*!
30461
30462\class ns3::TcpYeah
30463
30464<h3>Config Paths</h3>
30465
30466ns3::TcpYeah is accessible through the following paths with Config::Set and Config::Connect:
30467<ul>
30468<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpNewReno/$ns3::TcpYeah"</li>
30469<li>"/NodeList/[i]/$ns3::TcpL4Protocol/SocketList/[i]/CongestionOps/$ns3::TcpYeah"</li>
30470</ul>
30471<h3>Attributes</h3>
30472<ul>
30473<li><b>Alpha</b>: Maximum backlog allowed at the bottleneck queue
30474 <ul>
30475 <li>Set with class: \ref ns3::UintegerValue</li>
30476 <li>Underlying type: uint32_t 0:4294967295</li>
30477 <li>Initial value: 80</li>
30478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30480 </ul>
30481<li><b>Delta</b>: Log minimum fraction of cwnd to be removed on loss
30482 <ul>
30483 <li>Set with class: \ref ns3::UintegerValue</li>
30484 <li>Underlying type: uint32_t 0:4294967295</li>
30485 <li>Initial value: 3</li>
30486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30488 </ul>
30489<li><b>Epsilon</b>: Log maximum fraction to be removed on early decongestion
30490 <ul>
30491 <li>Set with class: \ref ns3::UintegerValue</li>
30492 <li>Underlying type: uint32_t 0:4294967295</li>
30493 <li>Initial value: 1</li>
30494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30496 </ul>
30497<li><b>Gamma</b>: Fraction of queue to be removed per RTT
30498 <ul>
30499 <li>Set with class: \ref ns3::UintegerValue</li>
30500 <li>Underlying type: uint32_t 0:4294967295</li>
30501 <li>Initial value: 1</li>
30502 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30504 </ul>
30505<li><b>Phy</b>: Maximum delta from base
30506 <ul>
30507 <li>Set with class: \ref ns3::UintegerValue</li>
30508 <li>Underlying type: uint32_t 0:4294967295</li>
30509 <li>Initial value: 8</li>
30510 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30512 </ul>
30513<li><b>Rho</b>: Minimum # of consecutive RTT to consider competition on loss
30514 <ul>
30515 <li>Set with class: \ref ns3::UintegerValue</li>
30516 <li>Underlying type: uint32_t 0:4294967295</li>
30517 <li>Initial value: 16</li>
30518 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30520 </ul>
30521<li><b>StcpAiFactor</b>: STCP additive increase factor
30522 <ul>
30523 <li>Set with class: \ref ns3::UintegerValue</li>
30524 <li>Underlying type: uint32_t 0:4294967295</li>
30525 <li>Initial value: 100</li>
30526 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30527 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30528 </ul>
30529<li><b>Zeta</b>: Minimum # of state switches to reset m_renoCount
30530 <ul>
30531 <li>Set with class: \ref ns3::UintegerValue</li>
30532 <li>Underlying type: uint32_t 0:4294967295</li>
30533 <li>Initial value: 50</li>
30534 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30535 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30536 </ul>
30537</ul>
30538No TraceSources are defined for this type.<br>
30539<b>Group:</b> Internet
30540
30541<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
30542*/
30543
30544/*!
30545
30546\class ns3::TdBetFfMacScheduler
30547
30548<h3>Config Paths</h3>
30549
30550ns3::TdBetFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30551<ul>
30552<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdBetFfMacScheduler"</li>
30553<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdBetFfMacScheduler"</li>
30554</ul>
30555<h3>Attributes</h3>
30556<ul>
30557<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30558 <ul>
30559 <li>Set with class: \ref ns3::UintegerValue</li>
30560 <li>Underlying type: uint32_t 0:4294967295</li>
30561 <li>Initial value: 1000</li>
30562 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30563 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30564 </ul>
30565<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30566 <ul>
30567 <li>Set with class: \ref ns3::BooleanValue</li>
30568 <li>Underlying type: bool</li>
30569 <li>Initial value: true</li>
30570 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30571 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30572 </ul>
30573<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30574 <ul>
30575 <li>Set with class: \ref ns3::UintegerValue</li>
30576 <li>Underlying type: uint8_t 0:255</li>
30577 <li>Initial value: 0</li>
30578 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30579 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30580 </ul>
30581</ul>
30582<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30583<ul>
30584<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30585 <ul>
30586 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30587 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30588 <li>Initial value: SRS_UL_CQI</li>
30589 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30591 </ul>
30592</ul>
30593No TraceSources are defined for this type.<br>
30594<b>Group:</b> Lte
30595
30596<b>Size</b> of this type is 1376 bytes (on a 64-bit architecture).
30597*/
30598
30599/*!
30600
30601\class ns3::TdMtFfMacScheduler
30602
30603<h3>Config Paths</h3>
30604
30605ns3::TdMtFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30606<ul>
30607<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdMtFfMacScheduler"</li>
30608<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdMtFfMacScheduler"</li>
30609</ul>
30610<h3>Attributes</h3>
30611<ul>
30612<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30613 <ul>
30614 <li>Set with class: \ref ns3::UintegerValue</li>
30615 <li>Underlying type: uint32_t 0:4294967295</li>
30616 <li>Initial value: 1000</li>
30617 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30618 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30619 </ul>
30620<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30621 <ul>
30622 <li>Set with class: \ref ns3::BooleanValue</li>
30623 <li>Underlying type: bool</li>
30624 <li>Initial value: true</li>
30625 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30626 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30627 </ul>
30628<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30629 <ul>
30630 <li>Set with class: \ref ns3::UintegerValue</li>
30631 <li>Underlying type: uint8_t 0:255</li>
30632 <li>Initial value: 0</li>
30633 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30634 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30635 </ul>
30636</ul>
30637<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30638<ul>
30639<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30640 <ul>
30641 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30642 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30643 <li>Initial value: SRS_UL_CQI</li>
30644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30646 </ul>
30647</ul>
30648No TraceSources are defined for this type.<br>
30649<b>Group:</b> Lte
30650
30651<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
30652*/
30653
30654/*!
30655
30656\class ns3::TdTbfqFfMacScheduler
30657
30658<h3>Config Paths</h3>
30659
30660ns3::TdTbfqFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
30661<ul>
30662<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdTbfqFfMacScheduler"</li>
30663<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TdTbfqFfMacScheduler"</li>
30664</ul>
30665<h3>Attributes</h3>
30666<ul>
30667<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
30668 <ul>
30669 <li>Set with class: \ref ns3::UintegerValue</li>
30670 <li>Underlying type: uint32_t 0:4294967295</li>
30671 <li>Initial value: 1000</li>
30672 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30673 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30674 </ul>
30675<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)
30676 <ul>
30677 <li>Set with class: \ref ns3::UintegerValue</li>
30678 <li>Underlying type: uint32_t 0:4294967295</li>
30679 <li>Initial value: 625000</li>
30680 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30681 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30682 </ul>
30683<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)
30684 <ul>
30685 <li>Set with class: \ref ns3::UintegerValue</li>
30686 <li>Underlying type: uint32_t 0:4294967295</li>
30687 <li>Initial value: 0</li>
30688 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30689 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30690 </ul>
30691<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)
30692 <ul>
30693 <li>Set with class: \ref ns3::IntegerValue</li>
30694 <li>Underlying type: int32_t -2147483648:2147483647</li>
30695 <li>Initial value: -625000</li>
30696 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30697 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30698 </ul>
30699<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
30700 <ul>
30701 <li>Set with class: \ref ns3::BooleanValue</li>
30702 <li>Underlying type: bool</li>
30703 <li>Initial value: true</li>
30704 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30706 </ul>
30707<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)
30708 <ul>
30709 <li>Set with class: \ref ns3::UintegerValue</li>
30710 <li>Underlying type: uint32_t 0:4294967295</li>
30711 <li>Initial value: 1</li>
30712 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30714 </ul>
30715<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
30716 <ul>
30717 <li>Set with class: \ref ns3::UintegerValue</li>
30718 <li>Underlying type: uint8_t 0:255</li>
30719 <li>Initial value: 0</li>
30720 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30721 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30722 </ul>
30723</ul>
30724<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
30725<ul>
30726<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
30727 <ul>
30728 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
30729 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
30730 <li>Initial value: SRS_UL_CQI</li>
30731 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30733 </ul>
30734</ul>
30735No TraceSources are defined for this type.<br>
30736<b>Group:</b> Lte
30737
30738<b>Size</b> of this type is 1392 bytes (on a 64-bit architecture).
30739*/
30740
30741/*!
30742
30743\class ns3::ThompsonSamplingWifiManager
30744
30745<h3>Config Paths</h3>
30746
30747ns3::ThompsonSamplingWifiManager is accessible through the following paths with Config::Set and Config::Connect:
30748<ul>
30749<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager/$ns3::ThompsonSamplingWifiManager"</li>
30750<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]/$ns3::ThompsonSamplingWifiManager"</li>
30751</ul>
30752<h3>Attributes</h3>
30753<ul>
30754<li><b>Decay</b>: Exponential decay coefficient, Hz; zero is a valid value for static scenarios
30755 <ul>
30756 <li>Set with class: \ref ns3::DoubleValue</li>
30757 <li>Underlying type: double 0:1.79769e+308</li>
30758 <li>Initial value: 1</li>
30759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30761 </ul>
30762</ul>
30763<h3>Attributes defined in parent class ns3::WifiRemoteStationManager</h3>
30764<ul>
30765<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.
30766 <ul>
30767 <li>Set with class: \ref ns3::UintegerValue</li>
30768 <li>Underlying type: uint8_t 0:255</li>
30769 <li>Initial value: 0</li>
30770 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30771 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30772 </ul>
30773<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
30774 <ul>
30775 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
30776 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
30777 <li>Initial value: Cts-To-Self</li>
30778 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30779 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30780 </ul>
30781<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.
30782 <ul>
30783 <li>Set with class: \ref ns3::UintegerValue</li>
30784 <li>Underlying type: uint32_t 256:65535</li>
30785 <li>Initial value: 65535</li>
30786 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30787 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30788 </ul>
30789<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
30790 <ul>
30791 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
30792 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
30793 <li>Initial value: Cts-To-Self</li>
30794 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30795 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30796 </ul>
30797<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.
30798 <ul>
30799 <li>Set with class: \ref ns3::BooleanValue</li>
30800 <li>Underlying type: bool</li>
30801 <li>Initial value: false</li>
30802 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30803 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30804 </ul>
30805<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.
30806 <ul>
30807 <li>Set with class: \ref ns3::UintegerValue</li>
30808 <li>Underlying type: uint32_t 0:4294967295</li>
30809 <li>Initial value: 4</li>
30810 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30811 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
30812 </ul>
30813<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.
30814 <ul>
30815 <li>Set with class: \ref ns3::UintegerValue</li>
30816 <li>Underlying type: uint32_t 0:4294967295</li>
30817 <li>Initial value: 7</li>
30818 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30819 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
30820 </ul>
30821<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
30822 <ul>
30823 <li>Set with class: \ref ns3::WifiModeValue</li>
30824 <li>Underlying type: \p WifiMode</li>
30825 <li>Initial value: Invalid-WifiMode</li>
30826 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30828 </ul>
30829<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.
30830 <ul>
30831 <li>Set with class: \ref ns3::UintegerValue</li>
30832 <li>Underlying type: uint32_t 0:4692480</li>
30833 <li>Initial value: 4692480</li>
30834 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
30835 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30836 </ul>
30837<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.
30838 <ul>
30839 <li>Set with class: \ref ns3::TimeValue</li>
30840 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30841 <li>Initial value: +0ns</li>
30842 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30843 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30844 </ul>
30845</ul>
30846<h3>TraceSources</h3>
30847<ul>
30848<li><b>Rate</b>: Traced value for rate changes (b/s)<br> <ul>
30849 <li> %Callback signature: ns3::TracedValueCallback::Uint64
30850</li>
30851 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30852</ul>
30853</ul>
30854<h3>TraceSources defined in parent class ns3::WifiRemoteStationManager</h3>
30855<ul>
30856<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
30857 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30858</li>
30859 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30860</ul>
30861<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
30862 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30863</li>
30864 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30865</ul>
30866<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
30867 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30868</li>
30869 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30870</ul>
30871<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
30872 <li> %Callback signature: ns3::Mac48Address::TracedCallback
30873</li>
30874 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30875</ul>
30876</ul>
30877<b>Group:</b> Wifi
30878
30879<b>Size</b> of this type is 456 bytes (on a 64-bit architecture).
30880*/
30881
30882/*!
30883
30884\class ns3::ThreeGppAntennaModel
30885
30886Introspection did not find any typical Config paths.<br>
30887<h3>Attributes</h3>
30888<ul>
30889<li><b>RadiationPattern</b>: Radiation pattern of 3GPP antenna model
30890 <ul>
30891 <li>Set with class: \ref ns3::EnumValue<ns3::ThreeGppAntennaModel::RadiationPattern></li>
30892 <li>Underlying type: \p Outdoor|Indoor</li>
30893 <li>Initial value: Outdoor</li>
30894 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30896 </ul>
30897</ul>
30898No TraceSources are defined for this type.<br>
30899<b>Group:</b> Antenna
30900
30901<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
30902*/
30903
30904/*!
30905
30906\class ns3::ThreeGppChannelConditionModel
30907
30908<h3>Config Paths</h3>
30909
30910ns3::ThreeGppChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
30911<ul>
30912<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30913<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30914<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30915<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30916<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30917<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30918<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel"</li>
30919</ul>
30920<h3>Attributes</h3>
30921<ul>
30922<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.
30923 <ul>
30924 <li>Set with class: \ref ns3::BooleanValue</li>
30925 <li>Underlying type: bool</li>
30926 <li>Initial value: false</li>
30927 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30928 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30929 </ul>
30930<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
30931 <ul>
30932 <li>Set with class: \ref ns3::DoubleValue</li>
30933 <li>Underlying type: double 0:1</li>
30934 <li>Initial value: 1</li>
30935 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30936 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30937 </ul>
30938<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
30939 <ul>
30940 <li>Set with class: \ref ns3::DoubleValue</li>
30941 <li>Underlying type: double 0:1</li>
30942 <li>Initial value: 0</li>
30943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30945 </ul>
30946<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.
30947 <ul>
30948 <li>Set with class: \ref ns3::TimeValue</li>
30949 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
30950 <li>Initial value: +0ns</li>
30951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30953 </ul>
30954</ul>
30955No TraceSources are defined for this type.<br>
30956<b>Group:</b> Propagation
30957
30958<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
30959*/
30960
30961/*!
30962
30963\class ns3::ThreeGppChannelModel
30964
30965Introspection did not find any typical Config paths.<br>
30966<h3>Attributes</h3>
30967<ul>
30968<li><b>Blockage</b>: Enable blockage model A (sec 7.6.4.1)
30969 <ul>
30970 <li>Set with class: \ref ns3::BooleanValue</li>
30971 <li>Underlying type: bool</li>
30972 <li>Initial value: false</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<li><b>BlockerSpeed</b>: The speed of moving blockers, the unit is m/s
30977 <ul>
30978 <li>Set with class: \ref ns3::DoubleValue</li>
30979 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
30980 <li>Initial value: 1</li>
30981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30983 </ul>
30984<li><b>ChannelConditionModel</b>: Pointer to the channel condition model
30985 <ul>
30986 <li>Set with class: \ref ns3::PointerValue</li>
30987 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
30988 <li>Initial value: 0</li>
30989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30991 </ul>
30992<li><b>Frequency</b>: The operating Frequency in Hz
30993 <ul>
30994 <li>Set with class: \ref ns3::DoubleValue</li>
30995 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
30996 <li>Initial value: 5e+08</li>
30997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
30998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
30999 </ul>
31000<li><b>NumNonselfBlocking</b>: number of non-self-blocking regions
31001 <ul>
31002 <li>Set with class: \ref ns3::IntegerValue</li>
31003 <li>Underlying type: uint16_t 0:65535</li>
31004 <li>Initial value: 4</li>
31005 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31006 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31007 </ul>
31008<li><b>PortraitMode</b>: true for portrait mode, false for landscape mode
31009 <ul>
31010 <li>Set with class: \ref ns3::BooleanValue</li>
31011 <li>Underlying type: bool</li>
31012 <li>Initial value: true</li>
31013 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31014 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31015 </ul>
31016<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed, NTN-DenseUrban, NTN-Urban, NTN-Suburban, NTN-Rural)
31017 <ul>
31018 <li>Set with class: \ref ns3::StringValue</li>
31019 <li>Underlying type: \p std::string</li>
31020 <li>Initial value: UMa</li>
31021 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31022 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31023 </ul>
31024<li><b>UpdatePeriod</b>: Specify the channel coherence time
31025 <ul>
31026 <li>Set with class: \ref ns3::TimeValue</li>
31027 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31028 <li>Initial value: +0ns</li>
31029 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31030 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31031 </ul>
31032<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
31033 <ul>
31034 <li>Set with class: \ref ns3::DoubleValue</li>
31035 <li>Underlying type: double 0:1.79769e+308</li>
31036 <li>Initial value: 0</li>
31037 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31038 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31039 </ul>
31040</ul>
31041No TraceSources are defined for this type.<br>
31042<b>Group:</b> Spectrum
31043
31044<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
31045*/
31046
31047/*!
31048
31049\class ns3::ThreeGppHttpClient
31050
31051<h3>Config Paths</h3>
31052
31053ns3::ThreeGppHttpClient is accessible through the following paths with Config::Set and Config::Connect:
31054<ul>
31055<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::ThreeGppHttpClient"</li>
31056<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpClient"</li>
31057</ul>
31058<h3>Attributes</h3>
31059<ul>
31060<li><b>RemoteServerAddress</b>: The address of the destination server.
31061 <ul>
31062 <li>Set with class: \ref ns3::AddressValue</li>
31063 <li>Underlying type: \p Address</li>
31064 <li>Initial value: </li>
31065 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31066 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
31067 </ul>
31068<li><b>RemoteServerPort</b>: The destination port of the outbound packets.
31069 <ul>
31070 <li>Set with class: \ref ns3::UintegerValue</li>
31071 <li>Underlying type: uint16_t 0:65535</li>
31072 <li>Initial value: 80</li>
31073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31074 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
31075 </ul>
31076<li><b>Variables</b>: Variable collection, which is used to control e.g. timing and HTTP request size.
31077 <ul>
31078 <li>Set with class: \ref ns3::PointerValue</li>
31079 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ThreeGppHttpVariables></li>
31080 <li>Initial value: 0</li>
31081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31083 </ul>
31084</ul>
31085<h3>Attributes defined in parent class ns3::SourceApplication</h3>
31086<ul>
31087<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
31088 <ul>
31089 <li>Set with class: \ref ns3::AddressValue</li>
31090 <li>Underlying type: \p Address</li>
31091 <li>Initial value: </li>
31092 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31093 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31094 </ul>
31095<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
31096 <ul>
31097 <li>Set with class: \ref ns3::AddressValue</li>
31098 <li>Underlying type: \p Address</li>
31099 <li>Initial value: </li>
31100 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31101 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31102 </ul>
31103<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).
31104 <ul>
31105 <li>Set with class: \ref ns3::UintegerValue</li>
31106 <li>Underlying type: uint8_t 0:255</li>
31107 <li>Initial value: 0</li>
31108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31110 </ul>
31111</ul>
31112<h3>Attributes defined in parent class ns3::Application</h3>
31113<ul>
31114<li><b>StartTime</b>: Time at which the application will start
31115 <ul>
31116 <li>Set with class: \ref ns3::TimeValue</li>
31117 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31118 <li>Initial value: +0ns</li>
31119 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31120 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31121 </ul>
31122<li><b>StopTime</b>: Time at which the application will stop
31123 <ul>
31124 <li>Set with class: \ref ns3::TimeValue</li>
31125 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31126 <li>Initial value: +0ns</li>
31127 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31129 </ul>
31130</ul>
31131<h3>TraceSources</h3>
31132<ul>
31133<li><b>ConnectionClosed</b>: Connection to the destination web server is closed.<br> <ul>
31134 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31135</li>
31136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31137</ul>
31138<li><b>ConnectionEstablished</b>: Connection to the destination web server has been established.<br> <ul>
31139 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31140</li>
31141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31142</ul>
31143<li><b>Rx</b>: General trace for receiving a packet of any kind.<br> <ul>
31144 <li> %Callback signature: ns3::Packet::PacketAddressTracedCallback
31145</li>
31146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31147</ul>
31148<li><b>RxDelay</b>: General trace of delay for receiving a complete object.<br> <ul>
31149 <li> %Callback signature: ns3::Application::DelayAddressCallback
31150</li>
31151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31152</ul>
31153<li><b>RxEmbeddedObject</b>: Received a whole embedded object. Header is included.<br> <ul>
31154 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31155</li>
31156 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31157</ul>
31158<li><b>RxEmbeddedObjectPacket</b>: A packet of embedded object has been received.<br> <ul>
31159 <li> %Callback signature: ns3::Packet::TracedCallback
31160</li>
31161 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31162</ul>
31163<li><b>RxMainObject</b>: Received a whole main object. Header is included.<br> <ul>
31164 <li> %Callback signature: ns3::ThreeGppHttpClient::TracedCallback
31165</li>
31166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31167</ul>
31168<li><b>RxMainObjectPacket</b>: A packet of main object has been received.<br> <ul>
31169 <li> %Callback signature: ns3::Packet::TracedCallback
31170</li>
31171 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31172</ul>
31173<li><b>RxPage</b>: A page has been received.<br> <ul>
31174 <li> %Callback signature: ns3::ThreeGppHttpClient::RxPageTracedCallback
31175</li>
31176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31177</ul>
31178<li><b>RxRtt</b>: General trace of round trip delay time for receiving a complete object.<br> <ul>
31179 <li> %Callback signature: ns3::Application::DelayAddressCallback
31180</li>
31181 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31182</ul>
31183<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.<br> <ul>
31184 <li> %Callback signature: ns3::Application::StateTransitionCallback
31185</li>
31186 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31187</ul>
31188<li><b>Tx</b>: General trace for sending a packet of any kind.<br> <ul>
31189 <li> %Callback signature: ns3::Packet::TracedCallback
31190</li>
31191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31192</ul>
31193<li><b>TxEmbeddedObjectRequest</b>: Sent a request for an embedded object.<br> <ul>
31194 <li> %Callback signature: ns3::Packet::TracedCallback
31195</li>
31196 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31197</ul>
31198<li><b>TxMainObjectRequest</b>: Sent a request for a main object.<br> <ul>
31199 <li> %Callback signature: ns3::Packet::TracedCallback
31200</li>
31201 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31202</ul>
31203</ul>
31204<b>Size</b> of this type is 672 bytes (on a 64-bit architecture).
31205*/
31206
31207/*!
31208
31209\class ns3::ThreeGppHttpHeader
31210
31211Introspection did not find any typical Config paths.<br>
31212No Attributes are defined for this type.<br>
31213No TraceSources are defined for this type.<br>
31214<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
31215*/
31216
31217/*!
31218
31219\class ns3::ThreeGppHttpServer
31220
31221<h3>Config Paths</h3>
31222
31223ns3::ThreeGppHttpServer is accessible through the following paths with Config::Set and Config::Connect:
31224<ul>
31225<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::ThreeGppHttpServer"</li>
31226<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer"</li>
31227</ul>
31228<h3>Attributes</h3>
31229<ul>
31230<li><b>LocalAddress</b>: The local address of the server, i.e., the address on which to bind the Rx socket.
31231 <ul>
31232 <li>Set with class: \ref ns3::AddressValue</li>
31233 <li>Underlying type: \p Address</li>
31234 <li>Initial value: </li>
31235 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31236 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Local in ns-3.44.</li>
31237 </ul>
31238<li><b>LocalPort</b>: Port on which the application listen for incoming packets.
31239 <ul>
31240 <li>Set with class: \ref ns3::UintegerValue</li>
31241 <li>Underlying type: uint16_t 0:65535</li>
31242 <li>Initial value: 80</li>
31243 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31244 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Port in ns-3.44.</li>
31245 </ul>
31246<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.
31247 <ul>
31248 <li>Set with class: \ref ns3::UintegerValue</li>
31249 <li>Underlying type: uint32_t 0:4294967295</li>
31250 <li>Flags: <span class="mlabel">read</span></li>
31251 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31252 </ul>
31253<li><b>Tos</b>: The Type of Service used to send packets. All 8 bits of the TOS byte are set (including ECN bits).
31254 <ul>
31255 <li>Set with class: \ref ns3::UintegerValue</li>
31256 <li>Underlying type: uint8_t 0:255</li>
31257 <li>Initial value: 0</li>
31258 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31259 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31260 </ul>
31261<li><b>Variables</b>: Variable collection, which is used to control e.g. processing and object generation delays.
31262 <ul>
31263 <li>Set with class: \ref ns3::PointerValue</li>
31264 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ThreeGppHttpVariables></li>
31265 <li>Initial value: 0</li>
31266 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31267 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31268 </ul>
31269</ul>
31270<h3>Attributes defined in parent class ns3::SinkApplication</h3>
31271<ul>
31272<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
31273 <ul>
31274 <li>Set with class: \ref ns3::AddressValue</li>
31275 <li>Underlying type: \p Address</li>
31276 <li>Initial value: </li>
31277 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31278 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31279 </ul>
31280<li><b>Port</b>: Port on which the application listens for incoming packets.
31281 <ul>
31282 <li>Set with class: \ref ns3::UintegerValue</li>
31283 <li>Underlying type: uint32_t 0:4294967295</li>
31284 <li>Initial value: 4294967295</li>
31285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31287 </ul>
31288</ul>
31289<h3>Attributes defined in parent class ns3::Application</h3>
31290<ul>
31291<li><b>StartTime</b>: Time at which the application will start
31292 <ul>
31293 <li>Set with class: \ref ns3::TimeValue</li>
31294 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31295 <li>Initial value: +0ns</li>
31296 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31297 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31298 </ul>
31299<li><b>StopTime</b>: Time at which the application will stop
31300 <ul>
31301 <li>Set with class: \ref ns3::TimeValue</li>
31302 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31303 <li>Initial value: +0ns</li>
31304 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31306 </ul>
31307</ul>
31308<h3>TraceSources</h3>
31309<ul>
31310<li><b>ConnectionEstablished</b>: Connection to a remote web client has been established.<br> <ul>
31311 <li> %Callback signature: ns3::HttpServer::ConnectionEstablishedCallback
31312</li>
31313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31314</ul>
31315<li><b>EmbeddedObject</b>: An embedded object has been generated.<br> <ul>
31316 <li> %Callback signature: ns3::HttpServer::HttpObjectCallback
31317</li>
31318 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31319</ul>
31320<li><b>MainObject</b>: A main object has been generated.<br> <ul>
31321 <li> %Callback signature: ns3::HttpServer::HttpObjectCallback
31322</li>
31323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31324</ul>
31325<li><b>Rx</b>: A packet has been received.<br> <ul>
31326 <li> %Callback signature: ns3::Packet::AddressTracedCallback
31327</li>
31328 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31329</ul>
31330<li><b>RxDelay</b>: A packet has been received with delay information.<br> <ul>
31331 <li> %Callback signature: ns3::Application::DelayAddressCallback
31332</li>
31333 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31334</ul>
31335<li><b>RxWithAddresses</b>: A packet has been received.<br> <ul>
31336 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
31337</li>
31338 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31339</ul>
31340<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.<br> <ul>
31341 <li> %Callback signature: ns3::Application::StateTransitionCallback
31342</li>
31343 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31344</ul>
31345<li><b>Tx</b>: A packet has been sent.<br> <ul>
31346 <li> %Callback signature: ns3::Packet::TracedCallback
31347</li>
31348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31349</ul>
31350</ul>
31351<b>Size</b> of this type is 392 bytes (on a 64-bit architecture).
31352*/
31353
31354/*!
31355
31356\class ns3::ThreeGppHttpVariables
31357
31358<h3>Config Paths</h3>
31359
31360ns3::ThreeGppHttpVariables is accessible through the following paths with Config::Set and Config::Connect:
31361<ul>
31362<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::ThreeGppHttpClient/Variables"</li>
31363<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::ThreeGppHttpServer/Variables"</li>
31364<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpClient/Variables"</li>
31365<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer/Variables"</li>
31366</ul>
31367<h3>Attributes</h3>
31368<ul>
31369<li><b>EmbeddedObjectGenerationDelay</b>: The constant time needed by HTTP server to generate an embedded object as a response.
31370 <ul>
31371 <li>Set with class: \ref ns3::TimeValue</li>
31372 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31373 <li>Initial value: +0ns</li>
31374 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31375 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31376 </ul>
31377<li><b>EmbeddedObjectSizeMax</b>: The maximum value of embedded object sizes (in bytes).
31378 <ul>
31379 <li>Set with class: \ref ns3::UintegerValue</li>
31380 <li>Underlying type: uint32_t 0:4294967295</li>
31381 <li>Initial value: 2000000</li>
31382 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31383 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31384 </ul>
31385<li><b>EmbeddedObjectSizeMean</b>: The mean of embedded object sizes (in bytes).
31386 <ul>
31387 <li>Set with class: \ref ns3::UintegerValue</li>
31388 <li>Underlying type: uint32_t 0:4294967295</li>
31389 <li>Initial value: 7758</li>
31390 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31391 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31392 </ul>
31393<li><b>EmbeddedObjectSizeMin</b>: The minimum value of embedded object sizes (in bytes).
31394 <ul>
31395 <li>Set with class: \ref ns3::UintegerValue</li>
31396 <li>Underlying type: uint32_t 22:4294967295</li>
31397 <li>Initial value: 50</li>
31398 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31400 </ul>
31401<li><b>EmbeddedObjectSizeStdDev</b>: The standard deviation of embedded object sizes (in bytes).
31402 <ul>
31403 <li>Set with class: \ref ns3::UintegerValue</li>
31404 <li>Underlying type: uint32_t 0:4294967295</li>
31405 <li>Initial value: 126168</li>
31406 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31407 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31408 </ul>
31409<li><b>HighMtuProbability</b>: The probability that higher MTU size is used.
31410 <ul>
31411 <li>Set with class: \ref ns3::DoubleValue</li>
31412 <li>Underlying type: double 0:1</li>
31413 <li>Initial value: 0.76</li>
31414 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31415 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31416 </ul>
31417<li><b>HighMtuSize</b>: The higher MTU size.
31418 <ul>
31419 <li>Set with class: \ref ns3::UintegerValue</li>
31420 <li>Underlying type: uint32_t 0:4294967295</li>
31421 <li>Initial value: 1460</li>
31422 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31423 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31424 </ul>
31425<li><b>LowMtuSize</b>: The lower MTU size.
31426 <ul>
31427 <li>Set with class: \ref ns3::UintegerValue</li>
31428 <li>Underlying type: uint32_t 0:4294967295</li>
31429 <li>Initial value: 536</li>
31430 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31431 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31432 </ul>
31433<li><b>MainObjectGenerationDelay</b>: The constant time needed by HTTP server to generate a main object as a response.
31434 <ul>
31435 <li>Set with class: \ref ns3::TimeValue</li>
31436 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31437 <li>Initial value: +0ns</li>
31438 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31439 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31440 </ul>
31441<li><b>MainObjectSizeMax</b>: The maximum value of main object sizes (in bytes).
31442 <ul>
31443 <li>Set with class: \ref ns3::UintegerValue</li>
31444 <li>Underlying type: uint32_t 0:4294967295</li>
31445 <li>Initial value: 2000000</li>
31446 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31447 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31448 </ul>
31449<li><b>MainObjectSizeMean</b>: The mean of main object sizes (in bytes).
31450 <ul>
31451 <li>Set with class: \ref ns3::UintegerValue</li>
31452 <li>Underlying type: uint32_t 0:4294967295</li>
31453 <li>Initial value: 10710</li>
31454 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31456 </ul>
31457<li><b>MainObjectSizeMin</b>: The minimum value of main object sizes (in bytes).
31458 <ul>
31459 <li>Set with class: \ref ns3::UintegerValue</li>
31460 <li>Underlying type: uint32_t 22:4294967295</li>
31461 <li>Initial value: 100</li>
31462 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31463 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31464 </ul>
31465<li><b>MainObjectSizeStdDev</b>: The standard deviation of main object sizes (in bytes).
31466 <ul>
31467 <li>Set with class: \ref ns3::UintegerValue</li>
31468 <li>Underlying type: uint32_t 0:4294967295</li>
31469 <li>Initial value: 25032</li>
31470 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31471 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31472 </ul>
31473<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.
31474 <ul>
31475 <li>Set with class: \ref ns3::UintegerValue</li>
31476 <li>Underlying type: uint32_t 0:4294967295</li>
31477 <li>Initial value: 55</li>
31478 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31479 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31480 </ul>
31481<li><b>NumOfEmbeddedObjectsScale</b>: The scale parameter of Pareto distribution for the number of embedded objects per web page.
31482 <ul>
31483 <li>Set with class: \ref ns3::UintegerValue</li>
31484 <li>Underlying type: uint32_t 0:4294967295</li>
31485 <li>Initial value: 2</li>
31486 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31487 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31488 </ul>
31489<li><b>NumOfEmbeddedObjectsShape</b>: The shape parameter of Pareto distribution for the number of embedded objects per web page.
31490 <ul>
31491 <li>Set with class: \ref ns3::DoubleValue</li>
31492 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31493 <li>Initial value: 1.1</li>
31494 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31495 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31496 </ul>
31497<li><b>ParsingTimeMean</b>: The mean of parsing time.
31498 <ul>
31499 <li>Set with class: \ref ns3::TimeValue</li>
31500 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31501 <li>Initial value: +1.3e+08ns</li>
31502 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31503 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31504 </ul>
31505<li><b>ReadingTimeMean</b>: The mean of reading time.
31506 <ul>
31507 <li>Set with class: \ref ns3::TimeValue</li>
31508 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31509 <li>Initial value: +3e+10ns</li>
31510 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31511 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31512 </ul>
31513<li><b>RequestSize</b>: The constant size of HTTP request packet (in bytes).
31514 <ul>
31515 <li>Set with class: \ref ns3::UintegerValue</li>
31516 <li>Underlying type: uint32_t 0:4294967295</li>
31517 <li>Initial value: 328</li>
31518 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
31519 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31520 </ul>
31521</ul>
31522No TraceSources are defined for this type.<br>
31523<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
31524*/
31525
31526/*!
31527
31528\class ns3::ThreeGppIndoorMixedOfficeChannelConditionModel
31529
31530<h3>Config Paths</h3>
31531
31532ns3::ThreeGppIndoorMixedOfficeChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31533<ul>
31534<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31535<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31536<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31537<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31538<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31539<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31540<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31541<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31542<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31543<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31544<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31545<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31546<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31547<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorMixedOfficeChannelConditionModel"</li>
31548</ul>
31549No Attributes are defined for this type.<br>
31550<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31551<ul>
31552<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.
31553 <ul>
31554 <li>Set with class: \ref ns3::BooleanValue</li>
31555 <li>Underlying type: bool</li>
31556 <li>Initial value: false</li>
31557 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31558 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31559 </ul>
31560<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
31561 <ul>
31562 <li>Set with class: \ref ns3::DoubleValue</li>
31563 <li>Underlying type: double 0:1</li>
31564 <li>Initial value: 1</li>
31565 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31566 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31567 </ul>
31568<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31569 <ul>
31570 <li>Set with class: \ref ns3::DoubleValue</li>
31571 <li>Underlying type: double 0:1</li>
31572 <li>Initial value: 0</li>
31573 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31574 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31575 </ul>
31576<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.
31577 <ul>
31578 <li>Set with class: \ref ns3::TimeValue</li>
31579 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31580 <li>Initial value: +0ns</li>
31581 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31582 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31583 </ul>
31584</ul>
31585No TraceSources are defined for this type.<br>
31586<b>Group:</b> Propagation
31587
31588<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31589*/
31590
31591/*!
31592
31593\class ns3::ThreeGppIndoorOfficePropagationLossModel
31594
31595<h3>Config Paths</h3>
31596
31597ns3::ThreeGppIndoorOfficePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31598<ul>
31599<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31600<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31602<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31603<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31605<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31606<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31607<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31608<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31609<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31610<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31611<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31612<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppIndoorOfficePropagationLossModel"</li>
31613</ul>
31614No Attributes are defined for this type.<br>
31615<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31616<ul>
31617<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31618 <ul>
31619 <li>Set with class: \ref ns3::BooleanValue</li>
31620 <li>Underlying type: bool</li>
31621 <li>Initial value: true</li>
31622 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31623 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31624 </ul>
31625<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31626 <ul>
31627 <li>Set with class: \ref ns3::PointerValue</li>
31628 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31629 <li>Initial value: 0</li>
31630 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31632 </ul>
31633<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31634 <ul>
31635 <li>Set with class: \ref ns3::BooleanValue</li>
31636 <li>Underlying type: bool</li>
31637 <li>Initial value: false</li>
31638 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31639 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31640 </ul>
31641<li><b>Frequency</b>: The centre frequency in Hz.
31642 <ul>
31643 <li>Set with class: \ref ns3::DoubleValue</li>
31644 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31645 <li>Initial value: 5e+08</li>
31646 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31647 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31648 </ul>
31649<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
31650 <ul>
31651 <li>Set with class: \ref ns3::BooleanValue</li>
31652 <li>Underlying type: bool</li>
31653 <li>Initial value: true</li>
31654 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31655 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31656 </ul>
31657</ul>
31658No TraceSources are defined for this type.<br>
31659<b>Group:</b> Propagation
31660
31661<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
31662*/
31663
31664/*!
31665
31666\class ns3::ThreeGppIndoorOpenOfficeChannelConditionModel
31667
31668<h3>Config Paths</h3>
31669
31670ns3::ThreeGppIndoorOpenOfficeChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31671<ul>
31672<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31673<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31674<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31675<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31676<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31677<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31678<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31679<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31680<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31681<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31682<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31683<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31684<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31685<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppIndoorOpenOfficeChannelConditionModel"</li>
31686</ul>
31687No Attributes are defined for this type.<br>
31688<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31689<ul>
31690<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.
31691 <ul>
31692 <li>Set with class: \ref ns3::BooleanValue</li>
31693 <li>Underlying type: bool</li>
31694 <li>Initial value: false</li>
31695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31696 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31697 </ul>
31698<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
31699 <ul>
31700 <li>Set with class: \ref ns3::DoubleValue</li>
31701 <li>Underlying type: double 0:1</li>
31702 <li>Initial value: 1</li>
31703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31704 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31705 </ul>
31706<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31707 <ul>
31708 <li>Set with class: \ref ns3::DoubleValue</li>
31709 <li>Underlying type: double 0:1</li>
31710 <li>Initial value: 0</li>
31711 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31713 </ul>
31714<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.
31715 <ul>
31716 <li>Set with class: \ref ns3::TimeValue</li>
31717 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31718 <li>Initial value: +0ns</li>
31719 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31721 </ul>
31722</ul>
31723No TraceSources are defined for this type.<br>
31724<b>Group:</b> Propagation
31725
31726<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31727*/
31728
31729/*!
31730
31731\class ns3::ThreeGppNTNDenseUrbanChannelConditionModel
31732
31733<h3>Config Paths</h3>
31734
31735ns3::ThreeGppNTNDenseUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31736<ul>
31737<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31738<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31739<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31740<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31741<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31742<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31743<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31744<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31745<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31746<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31747<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31748<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31749<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31750<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNDenseUrbanChannelConditionModel"</li>
31751</ul>
31752No Attributes are defined for this type.<br>
31753<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31754<ul>
31755<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.
31756 <ul>
31757 <li>Set with class: \ref ns3::BooleanValue</li>
31758 <li>Underlying type: bool</li>
31759 <li>Initial value: false</li>
31760 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31761 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31762 </ul>
31763<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
31764 <ul>
31765 <li>Set with class: \ref ns3::DoubleValue</li>
31766 <li>Underlying type: double 0:1</li>
31767 <li>Initial value: 1</li>
31768 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31769 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31770 </ul>
31771<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31772 <ul>
31773 <li>Set with class: \ref ns3::DoubleValue</li>
31774 <li>Underlying type: double 0:1</li>
31775 <li>Initial value: 0</li>
31776 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31777 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31778 </ul>
31779<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.
31780 <ul>
31781 <li>Set with class: \ref ns3::TimeValue</li>
31782 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31783 <li>Initial value: +0ns</li>
31784 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31785 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31786 </ul>
31787</ul>
31788No TraceSources are defined for this type.<br>
31789<b>Group:</b> Propagation
31790
31791<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31792*/
31793
31794/*!
31795
31796\class ns3::ThreeGppNTNDenseUrbanPropagationLossModel
31797
31798<h3>Config Paths</h3>
31799
31800ns3::ThreeGppNTNDenseUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31801<ul>
31802<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31803<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31804<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31805<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31806<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31807<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31808<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31809<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31810<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31811<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31812<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31813<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31814<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31815<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNDenseUrbanPropagationLossModel"</li>
31816</ul>
31817No Attributes are defined for this type.<br>
31818<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31819<ul>
31820<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31821 <ul>
31822 <li>Set with class: \ref ns3::BooleanValue</li>
31823 <li>Underlying type: bool</li>
31824 <li>Initial value: true</li>
31825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31827 </ul>
31828<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31829 <ul>
31830 <li>Set with class: \ref ns3::PointerValue</li>
31831 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31832 <li>Initial value: 0</li>
31833 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31834 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31835 </ul>
31836<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31837 <ul>
31838 <li>Set with class: \ref ns3::BooleanValue</li>
31839 <li>Underlying type: bool</li>
31840 <li>Initial value: false</li>
31841 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31842 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31843 </ul>
31844<li><b>Frequency</b>: The centre frequency in Hz.
31845 <ul>
31846 <li>Set with class: \ref ns3::DoubleValue</li>
31847 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31848 <li>Initial value: 5e+08</li>
31849 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31850 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31851 </ul>
31852<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
31853 <ul>
31854 <li>Set with class: \ref ns3::BooleanValue</li>
31855 <li>Underlying type: bool</li>
31856 <li>Initial value: true</li>
31857 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31858 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31859 </ul>
31860</ul>
31861No TraceSources are defined for this type.<br>
31862<b>Group:</b> Propagation
31863
31864<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
31865*/
31866
31867/*!
31868
31869\class ns3::ThreeGppNTNRuralChannelConditionModel
31870
31871<h3>Config Paths</h3>
31872
31873ns3::ThreeGppNTNRuralChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
31874<ul>
31875<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31876<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31877<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31878<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31879<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31880<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31881<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31882<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31883<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31884<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31885<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31886<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31887<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31888<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNRuralChannelConditionModel"</li>
31889</ul>
31890No Attributes are defined for this type.<br>
31891<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
31892<ul>
31893<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.
31894 <ul>
31895 <li>Set with class: \ref ns3::BooleanValue</li>
31896 <li>Underlying type: bool</li>
31897 <li>Initial value: false</li>
31898 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31899 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31900 </ul>
31901<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
31902 <ul>
31903 <li>Set with class: \ref ns3::DoubleValue</li>
31904 <li>Underlying type: double 0:1</li>
31905 <li>Initial value: 1</li>
31906 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31907 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31908 </ul>
31909<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
31910 <ul>
31911 <li>Set with class: \ref ns3::DoubleValue</li>
31912 <li>Underlying type: double 0:1</li>
31913 <li>Initial value: 0</li>
31914 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31915 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31916 </ul>
31917<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.
31918 <ul>
31919 <li>Set with class: \ref ns3::TimeValue</li>
31920 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
31921 <li>Initial value: +0ns</li>
31922 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31923 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31924 </ul>
31925</ul>
31926No TraceSources are defined for this type.<br>
31927<b>Group:</b> Propagation
31928
31929<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
31930*/
31931
31932/*!
31933
31934\class ns3::ThreeGppNTNRuralPropagationLossModel
31935
31936<h3>Config Paths</h3>
31937
31938ns3::ThreeGppNTNRuralPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
31939<ul>
31940<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31941<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31942<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31943<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31944<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31945<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31946<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31947<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31948<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31949<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31950<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31951<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31952<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31953<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNRuralPropagationLossModel"</li>
31954</ul>
31955No Attributes are defined for this type.<br>
31956<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
31957<ul>
31958<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
31959 <ul>
31960 <li>Set with class: \ref ns3::BooleanValue</li>
31961 <li>Underlying type: bool</li>
31962 <li>Initial value: true</li>
31963 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31965 </ul>
31966<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
31967 <ul>
31968 <li>Set with class: \ref ns3::PointerValue</li>
31969 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
31970 <li>Initial value: 0</li>
31971 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31972 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31973 </ul>
31974<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
31975 <ul>
31976 <li>Set with class: \ref ns3::BooleanValue</li>
31977 <li>Underlying type: bool</li>
31978 <li>Initial value: false</li>
31979 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31980 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31981 </ul>
31982<li><b>Frequency</b>: The centre frequency in Hz.
31983 <ul>
31984 <li>Set with class: \ref ns3::DoubleValue</li>
31985 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
31986 <li>Initial value: 5e+08</li>
31987 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31988 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31989 </ul>
31990<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
31991 <ul>
31992 <li>Set with class: \ref ns3::BooleanValue</li>
31993 <li>Underlying type: bool</li>
31994 <li>Initial value: true</li>
31995 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
31996 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
31997 </ul>
31998</ul>
31999No TraceSources are defined for this type.<br>
32000<b>Group:</b> Propagation
32001
32002<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32003*/
32004
32005/*!
32006
32007\class ns3::ThreeGppNTNSuburbanChannelConditionModel
32008
32009<h3>Config Paths</h3>
32010
32011ns3::ThreeGppNTNSuburbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32012<ul>
32013<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32014<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32015<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32016<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32017<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32018<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32019<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32020<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32021<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32022<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32023<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32024<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32025<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32026<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNSuburbanChannelConditionModel"</li>
32027</ul>
32028No Attributes are defined for this type.<br>
32029<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32030<ul>
32031<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.
32032 <ul>
32033 <li>Set with class: \ref ns3::BooleanValue</li>
32034 <li>Underlying type: bool</li>
32035 <li>Initial value: false</li>
32036 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32037 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32038 </ul>
32039<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
32040 <ul>
32041 <li>Set with class: \ref ns3::DoubleValue</li>
32042 <li>Underlying type: double 0:1</li>
32043 <li>Initial value: 1</li>
32044 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32045 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32046 </ul>
32047<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32048 <ul>
32049 <li>Set with class: \ref ns3::DoubleValue</li>
32050 <li>Underlying type: double 0:1</li>
32051 <li>Initial value: 0</li>
32052 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32053 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32054 </ul>
32055<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.
32056 <ul>
32057 <li>Set with class: \ref ns3::TimeValue</li>
32058 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32059 <li>Initial value: +0ns</li>
32060 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32062 </ul>
32063</ul>
32064No TraceSources are defined for this type.<br>
32065<b>Group:</b> Propagation
32066
32067<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32068*/
32069
32070/*!
32071
32072\class ns3::ThreeGppNTNSuburbanPropagationLossModel
32073
32074<h3>Config Paths</h3>
32075
32076ns3::ThreeGppNTNSuburbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32077<ul>
32078<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32079<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32080<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32081<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32082<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32083<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32084<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32085<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32086<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32087<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32088<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32089<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32090<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32091<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNSuburbanPropagationLossModel"</li>
32092</ul>
32093No Attributes are defined for this type.<br>
32094<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32095<ul>
32096<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32097 <ul>
32098 <li>Set with class: \ref ns3::BooleanValue</li>
32099 <li>Underlying type: bool</li>
32100 <li>Initial value: true</li>
32101 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32102 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32103 </ul>
32104<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32105 <ul>
32106 <li>Set with class: \ref ns3::PointerValue</li>
32107 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32108 <li>Initial value: 0</li>
32109 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32110 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32111 </ul>
32112<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32113 <ul>
32114 <li>Set with class: \ref ns3::BooleanValue</li>
32115 <li>Underlying type: bool</li>
32116 <li>Initial value: false</li>
32117 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32118 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32119 </ul>
32120<li><b>Frequency</b>: The centre frequency in Hz.
32121 <ul>
32122 <li>Set with class: \ref ns3::DoubleValue</li>
32123 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32124 <li>Initial value: 5e+08</li>
32125 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32126 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32127 </ul>
32128<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32129 <ul>
32130 <li>Set with class: \ref ns3::BooleanValue</li>
32131 <li>Underlying type: bool</li>
32132 <li>Initial value: true</li>
32133 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32134 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32135 </ul>
32136</ul>
32137No TraceSources are defined for this type.<br>
32138<b>Group:</b> Propagation
32139
32140<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32141*/
32142
32143/*!
32144
32145\class ns3::ThreeGppNTNUrbanChannelConditionModel
32146
32147<h3>Config Paths</h3>
32148
32149ns3::ThreeGppNTNUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32150<ul>
32151<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32152<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32153<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32154<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32155<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32156<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32157<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32158<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32159<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32160<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32161<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32162<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32163<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32164<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppNTNUrbanChannelConditionModel"</li>
32165</ul>
32166No Attributes are defined for this type.<br>
32167<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32168<ul>
32169<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.
32170 <ul>
32171 <li>Set with class: \ref ns3::BooleanValue</li>
32172 <li>Underlying type: bool</li>
32173 <li>Initial value: false</li>
32174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32176 </ul>
32177<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
32178 <ul>
32179 <li>Set with class: \ref ns3::DoubleValue</li>
32180 <li>Underlying type: double 0:1</li>
32181 <li>Initial value: 1</li>
32182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32184 </ul>
32185<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32186 <ul>
32187 <li>Set with class: \ref ns3::DoubleValue</li>
32188 <li>Underlying type: double 0:1</li>
32189 <li>Initial value: 0</li>
32190 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32191 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32192 </ul>
32193<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.
32194 <ul>
32195 <li>Set with class: \ref ns3::TimeValue</li>
32196 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32197 <li>Initial value: +0ns</li>
32198 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32199 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32200 </ul>
32201</ul>
32202No TraceSources are defined for this type.<br>
32203<b>Group:</b> Propagation
32204
32205<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32206*/
32207
32208/*!
32209
32210\class ns3::ThreeGppNTNUrbanPropagationLossModel
32211
32212<h3>Config Paths</h3>
32213
32214ns3::ThreeGppNTNUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32215<ul>
32216<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32224<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32225<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32226<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32227<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32228<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32229<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppNTNUrbanPropagationLossModel"</li>
32230</ul>
32231No Attributes are defined for this type.<br>
32232<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32233<ul>
32234<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32235 <ul>
32236 <li>Set with class: \ref ns3::BooleanValue</li>
32237 <li>Underlying type: bool</li>
32238 <li>Initial value: true</li>
32239 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32240 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32241 </ul>
32242<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32243 <ul>
32244 <li>Set with class: \ref ns3::PointerValue</li>
32245 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32246 <li>Initial value: 0</li>
32247 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32248 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32249 </ul>
32250<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32251 <ul>
32252 <li>Set with class: \ref ns3::BooleanValue</li>
32253 <li>Underlying type: bool</li>
32254 <li>Initial value: false</li>
32255 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32256 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32257 </ul>
32258<li><b>Frequency</b>: The centre frequency in Hz.
32259 <ul>
32260 <li>Set with class: \ref ns3::DoubleValue</li>
32261 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32262 <li>Initial value: 5e+08</li>
32263 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32264 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32265 </ul>
32266<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32267 <ul>
32268 <li>Set with class: \ref ns3::BooleanValue</li>
32269 <li>Underlying type: bool</li>
32270 <li>Initial value: true</li>
32271 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32272 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32273 </ul>
32274</ul>
32275No TraceSources are defined for this type.<br>
32276<b>Group:</b> Propagation
32277
32278<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32279*/
32280
32281/*!
32282
32283\class ns3::ThreeGppPropagationLossModel
32284
32285<h3>Config Paths</h3>
32286
32287ns3::ThreeGppPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32288<ul>
32289<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32290<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32291<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32292<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32293<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32294<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32295<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel"</li>
32296</ul>
32297<h3>Attributes</h3>
32298<ul>
32299<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32300 <ul>
32301 <li>Set with class: \ref ns3::BooleanValue</li>
32302 <li>Underlying type: bool</li>
32303 <li>Initial value: true</li>
32304 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32306 </ul>
32307<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32308 <ul>
32309 <li>Set with class: \ref ns3::PointerValue</li>
32310 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32311 <li>Initial value: 0</li>
32312 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32314 </ul>
32315<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32316 <ul>
32317 <li>Set with class: \ref ns3::BooleanValue</li>
32318 <li>Underlying type: bool</li>
32319 <li>Initial value: false</li>
32320 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32321 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32322 </ul>
32323<li><b>Frequency</b>: The centre frequency in Hz.
32324 <ul>
32325 <li>Set with class: \ref ns3::DoubleValue</li>
32326 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32327 <li>Initial value: 5e+08</li>
32328 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32329 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32330 </ul>
32331<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32332 <ul>
32333 <li>Set with class: \ref ns3::BooleanValue</li>
32334 <li>Underlying type: bool</li>
32335 <li>Initial value: true</li>
32336 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32337 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32338 </ul>
32339</ul>
32340No TraceSources are defined for this type.<br>
32341<b>Group:</b> Propagation
32342
32343<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
32344*/
32345
32346/*!
32347
32348\class ns3::ThreeGppRmaChannelConditionModel
32349
32350<h3>Config Paths</h3>
32351
32352ns3::ThreeGppRmaChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32353<ul>
32354<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32355<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32356<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32357<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32358<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32359<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32360<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32361<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32362<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32363<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32364<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32365<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32366<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32367<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppRmaChannelConditionModel"</li>
32368</ul>
32369No Attributes are defined for this type.<br>
32370<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32371<ul>
32372<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.
32373 <ul>
32374 <li>Set with class: \ref ns3::BooleanValue</li>
32375 <li>Underlying type: bool</li>
32376 <li>Initial value: false</li>
32377 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32378 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32379 </ul>
32380<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
32381 <ul>
32382 <li>Set with class: \ref ns3::DoubleValue</li>
32383 <li>Underlying type: double 0:1</li>
32384 <li>Initial value: 1</li>
32385 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32386 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32387 </ul>
32388<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32389 <ul>
32390 <li>Set with class: \ref ns3::DoubleValue</li>
32391 <li>Underlying type: double 0:1</li>
32392 <li>Initial value: 0</li>
32393 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32395 </ul>
32396<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.
32397 <ul>
32398 <li>Set with class: \ref ns3::TimeValue</li>
32399 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32400 <li>Initial value: +0ns</li>
32401 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32403 </ul>
32404</ul>
32405No TraceSources are defined for this type.<br>
32406<b>Group:</b> Propagation
32407
32408<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32409*/
32410
32411/*!
32412
32413\class ns3::ThreeGppRmaPropagationLossModel
32414
32415<h3>Config Paths</h3>
32416
32417ns3::ThreeGppRmaPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32418<ul>
32419<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32420<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32421<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32422<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32423<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32424<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32425<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32426<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32427<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32428<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32429<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32430<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32431<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32432<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppRmaPropagationLossModel"</li>
32433</ul>
32434<h3>Attributes</h3>
32435<ul>
32436<li><b>AvgBuildingHeight</b>: The average building height in meters.
32437 <ul>
32438 <li>Set with class: \ref ns3::DoubleValue</li>
32439 <li>Underlying type: double 5:50</li>
32440 <li>Initial value: 5</li>
32441 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32442 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32443 </ul>
32444<li><b>AvgStreetWidth</b>: The average street width in meters.
32445 <ul>
32446 <li>Set with class: \ref ns3::DoubleValue</li>
32447 <li>Underlying type: double 5:50</li>
32448 <li>Initial value: 20</li>
32449 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32451 </ul>
32452</ul>
32453<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32454<ul>
32455<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32456 <ul>
32457 <li>Set with class: \ref ns3::BooleanValue</li>
32458 <li>Underlying type: bool</li>
32459 <li>Initial value: true</li>
32460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32462 </ul>
32463<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32464 <ul>
32465 <li>Set with class: \ref ns3::PointerValue</li>
32466 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32467 <li>Initial value: 0</li>
32468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32470 </ul>
32471<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32472 <ul>
32473 <li>Set with class: \ref ns3::BooleanValue</li>
32474 <li>Underlying type: bool</li>
32475 <li>Initial value: false</li>
32476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32478 </ul>
32479<li><b>Frequency</b>: The centre frequency in Hz.
32480 <ul>
32481 <li>Set with class: \ref ns3::DoubleValue</li>
32482 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32483 <li>Initial value: 5e+08</li>
32484 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32486 </ul>
32487<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32488 <ul>
32489 <li>Set with class: \ref ns3::BooleanValue</li>
32490 <li>Underlying type: bool</li>
32491 <li>Initial value: true</li>
32492 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32494 </ul>
32495</ul>
32496No TraceSources are defined for this type.<br>
32497<b>Group:</b> Propagation
32498
32499<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
32500*/
32501
32502/*!
32503
32504\class ns3::ThreeGppSpectrumPropagationLossModel
32505
32506Introspection did not find any typical Config paths.<br>
32507<h3>Attributes</h3>
32508<ul>
32509<li><b>ChannelModel</b>: The channel model. It needs to implement the MatrixBasedChannelModel interface
32510 <ul>
32511 <li>Set with class: \ref ns3::PointerValue</li>
32512 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Object></li>
32513 <li>Initial value: ns3::ThreeGppChannelModel</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> Spectrum
32520
32521<b>Size</b> of this type is 128 bytes (on a 64-bit architecture).
32522*/
32523
32524/*!
32525
32526\class ns3::ThreeGppUmaChannelConditionModel
32527
32528<h3>Config Paths</h3>
32529
32530ns3::ThreeGppUmaChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32531<ul>
32532<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32533<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32534<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32535<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32536<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32537<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32538<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32539<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32540<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32541<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32542<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32543<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32544<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32545<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmaChannelConditionModel"</li>
32546</ul>
32547No Attributes are defined for this type.<br>
32548<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32549<ul>
32550<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.
32551 <ul>
32552 <li>Set with class: \ref ns3::BooleanValue</li>
32553 <li>Underlying type: bool</li>
32554 <li>Initial value: false</li>
32555 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32557 </ul>
32558<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
32559 <ul>
32560 <li>Set with class: \ref ns3::DoubleValue</li>
32561 <li>Underlying type: double 0:1</li>
32562 <li>Initial value: 1</li>
32563 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32565 </ul>
32566<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32567 <ul>
32568 <li>Set with class: \ref ns3::DoubleValue</li>
32569 <li>Underlying type: double 0:1</li>
32570 <li>Initial value: 0</li>
32571 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32572 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32573 </ul>
32574<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.
32575 <ul>
32576 <li>Set with class: \ref ns3::TimeValue</li>
32577 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32578 <li>Initial value: +0ns</li>
32579 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32580 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32581 </ul>
32582</ul>
32583No TraceSources are defined for this type.<br>
32584<b>Group:</b> Propagation
32585
32586<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32587*/
32588
32589/*!
32590
32591\class ns3::ThreeGppUmaPropagationLossModel
32592
32593<h3>Config Paths</h3>
32594
32595ns3::ThreeGppUmaPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32596<ul>
32597<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32598<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32599<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32600<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32602<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32603<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32604<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32605<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32606<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32607<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32608<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32609<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32610<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmaPropagationLossModel"</li>
32611</ul>
32612No Attributes are defined for this type.<br>
32613<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32614<ul>
32615<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32616 <ul>
32617 <li>Set with class: \ref ns3::BooleanValue</li>
32618 <li>Underlying type: bool</li>
32619 <li>Initial value: true</li>
32620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32622 </ul>
32623<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32624 <ul>
32625 <li>Set with class: \ref ns3::PointerValue</li>
32626 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32627 <li>Initial value: 0</li>
32628 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32629 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32630 </ul>
32631<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32632 <ul>
32633 <li>Set with class: \ref ns3::BooleanValue</li>
32634 <li>Underlying type: bool</li>
32635 <li>Initial value: false</li>
32636 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32637 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32638 </ul>
32639<li><b>Frequency</b>: The centre frequency in Hz.
32640 <ul>
32641 <li>Set with class: \ref ns3::DoubleValue</li>
32642 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32643 <li>Initial value: 5e+08</li>
32644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32646 </ul>
32647<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32648 <ul>
32649 <li>Set with class: \ref ns3::BooleanValue</li>
32650 <li>Underlying type: bool</li>
32651 <li>Initial value: true</li>
32652 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32654 </ul>
32655</ul>
32656No TraceSources are defined for this type.<br>
32657<b>Group:</b> Propagation
32658
32659<b>Size</b> of this type is 248 bytes (on a 64-bit architecture).
32660*/
32661
32662/*!
32663
32664\class ns3::ThreeGppUmiStreetCanyonChannelConditionModel
32665
32666<h3>Config Paths</h3>
32667
32668ns3::ThreeGppUmiStreetCanyonChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32669<ul>
32670<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32671<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32672<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32673<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32674<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32675<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32676<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32677<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32678<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32679<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32680<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32681<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32682<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32683<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppUmiStreetCanyonChannelConditionModel"</li>
32684</ul>
32685No Attributes are defined for this type.<br>
32686<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32687<ul>
32688<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.
32689 <ul>
32690 <li>Set with class: \ref ns3::BooleanValue</li>
32691 <li>Underlying type: bool</li>
32692 <li>Initial value: false</li>
32693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32695 </ul>
32696<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
32697 <ul>
32698 <li>Set with class: \ref ns3::DoubleValue</li>
32699 <li>Underlying type: double 0:1</li>
32700 <li>Initial value: 1</li>
32701 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32702 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32703 </ul>
32704<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32705 <ul>
32706 <li>Set with class: \ref ns3::DoubleValue</li>
32707 <li>Underlying type: double 0:1</li>
32708 <li>Initial value: 0</li>
32709 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32711 </ul>
32712<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.
32713 <ul>
32714 <li>Set with class: \ref ns3::TimeValue</li>
32715 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32716 <li>Initial value: +0ns</li>
32717 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32718 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32719 </ul>
32720</ul>
32721No TraceSources are defined for this type.<br>
32722<b>Group:</b> Propagation
32723
32724<b>Size</b> of this type is 168 bytes (on a 64-bit architecture).
32725*/
32726
32727/*!
32728
32729\class ns3::ThreeGppUmiStreetCanyonPropagationLossModel
32730
32731<h3>Config Paths</h3>
32732
32733ns3::ThreeGppUmiStreetCanyonPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32734<ul>
32735<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32736<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32737<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32738<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32739<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32740<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32741<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32742<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32743<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32744<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32745<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32746<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32747<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32748<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppUmiStreetCanyonPropagationLossModel"</li>
32749</ul>
32750No Attributes are defined for this type.<br>
32751<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32752<ul>
32753<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32754 <ul>
32755 <li>Set with class: \ref ns3::BooleanValue</li>
32756 <li>Underlying type: bool</li>
32757 <li>Initial value: true</li>
32758 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32759 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32760 </ul>
32761<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32762 <ul>
32763 <li>Set with class: \ref ns3::PointerValue</li>
32764 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32765 <li>Initial value: 0</li>
32766 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32767 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32768 </ul>
32769<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32770 <ul>
32771 <li>Set with class: \ref ns3::BooleanValue</li>
32772 <li>Underlying type: bool</li>
32773 <li>Initial value: false</li>
32774 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32775 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32776 </ul>
32777<li><b>Frequency</b>: The centre frequency in Hz.
32778 <ul>
32779 <li>Set with class: \ref ns3::DoubleValue</li>
32780 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32781 <li>Initial value: 5e+08</li>
32782 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32783 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32784 </ul>
32785<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32786 <ul>
32787 <li>Set with class: \ref ns3::BooleanValue</li>
32788 <li>Underlying type: bool</li>
32789 <li>Initial value: true</li>
32790 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32791 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32792 </ul>
32793</ul>
32794No TraceSources are defined for this type.<br>
32795<b>Group:</b> Propagation
32796
32797<b>Size</b> of this type is 240 bytes (on a 64-bit architecture).
32798*/
32799
32800/*!
32801
32802\class ns3::ThreeGppV2vHighwayChannelConditionModel
32803
32804<h3>Config Paths</h3>
32805
32806ns3::ThreeGppV2vHighwayChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32807<ul>
32808<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32809<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32810<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32811<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32812<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32813<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32814<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32815<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32816<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32817<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32818<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32819<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32820<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32821<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vHighwayChannelConditionModel"</li>
32822</ul>
32823No Attributes are defined for this type.<br>
32824<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32825<ul>
32826<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.
32827 <ul>
32828 <li>Set with class: \ref ns3::BooleanValue</li>
32829 <li>Underlying type: bool</li>
32830 <li>Initial value: false</li>
32831 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32832 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32833 </ul>
32834<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
32835 <ul>
32836 <li>Set with class: \ref ns3::DoubleValue</li>
32837 <li>Underlying type: double 0:1</li>
32838 <li>Initial value: 1</li>
32839 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32840 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32841 </ul>
32842<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
32843 <ul>
32844 <li>Set with class: \ref ns3::DoubleValue</li>
32845 <li>Underlying type: double 0:1</li>
32846 <li>Initial value: 0</li>
32847 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32848 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32849 </ul>
32850<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.
32851 <ul>
32852 <li>Set with class: \ref ns3::TimeValue</li>
32853 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
32854 <li>Initial value: +0ns</li>
32855 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32856 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32857 </ul>
32858</ul>
32859No TraceSources are defined for this type.<br>
32860<b>Group:</b> Buildings
32861
32862<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
32863*/
32864
32865/*!
32866
32867\class ns3::ThreeGppV2vHighwayPropagationLossModel
32868
32869<h3>Config Paths</h3>
32870
32871ns3::ThreeGppV2vHighwayPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
32872<ul>
32873<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32874<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32875<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32876<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32877<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32878<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32879<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32880<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32881<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32882<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32883<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32884<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32885<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32886<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32887<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32888<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32889<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32890<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32891<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32892<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32893<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32894<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32895<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32896<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32897<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32898<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32899<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32900<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vHighwayPropagationLossModel"</li>
32901</ul>
32902No Attributes are defined for this type.<br>
32903<h3>Attributes defined in parent class ns3::ThreeGppV2vUrbanPropagationLossModel</h3>
32904<ul>
32905<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario
32906 <ul>
32907 <li>Set with class: \ref ns3::DoubleValue</li>
32908 <li>Underlying type: double 0:100</li>
32909 <li>Initial value: 0</li>
32910 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32912 </ul>
32913</ul>
32914<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
32915<ul>
32916<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
32917 <ul>
32918 <li>Set with class: \ref ns3::BooleanValue</li>
32919 <li>Underlying type: bool</li>
32920 <li>Initial value: true</li>
32921 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32922 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32923 </ul>
32924<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
32925 <ul>
32926 <li>Set with class: \ref ns3::PointerValue</li>
32927 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
32928 <li>Initial value: 0</li>
32929 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32930 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32931 </ul>
32932<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
32933 <ul>
32934 <li>Set with class: \ref ns3::BooleanValue</li>
32935 <li>Underlying type: bool</li>
32936 <li>Initial value: false</li>
32937 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32938 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32939 </ul>
32940<li><b>Frequency</b>: The centre frequency in Hz.
32941 <ul>
32942 <li>Set with class: \ref ns3::DoubleValue</li>
32943 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
32944 <li>Initial value: 5e+08</li>
32945 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32946 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32947 </ul>
32948<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
32949 <ul>
32950 <li>Set with class: \ref ns3::BooleanValue</li>
32951 <li>Underlying type: bool</li>
32952 <li>Initial value: true</li>
32953 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32955 </ul>
32956</ul>
32957No TraceSources are defined for this type.<br>
32958<b>Group:</b> Propagation
32959
32960<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
32961*/
32962
32963/*!
32964
32965\class ns3::ThreeGppV2vUrbanChannelConditionModel
32966
32967<h3>Config Paths</h3>
32968
32969ns3::ThreeGppV2vUrbanChannelConditionModel is accessible through the following paths with Config::Set and Config::Connect:
32970<ul>
32971<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32972<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32973<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32974<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32975<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32976<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32977<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32978<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32979<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32980<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32981<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32982<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32983<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32984<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/ChannelConditionModel/$ns3::ThreeGppV2vUrbanChannelConditionModel"</li>
32985</ul>
32986No Attributes are defined for this type.<br>
32987<h3>Attributes defined in parent class ns3::ThreeGppChannelConditionModel</h3>
32988<ul>
32989<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.
32990 <ul>
32991 <li>Set with class: \ref ns3::BooleanValue</li>
32992 <li>Underlying type: bool</li>
32993 <li>Initial value: false</li>
32994 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
32995 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
32996 </ul>
32997<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
32998 <ul>
32999 <li>Set with class: \ref ns3::DoubleValue</li>
33000 <li>Underlying type: double 0:1</li>
33001 <li>Initial value: 1</li>
33002 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33003 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33004 </ul>
33005<li><b>O2iThreshold</b>: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
33006 <ul>
33007 <li>Set with class: \ref ns3::DoubleValue</li>
33008 <li>Underlying type: double 0:1</li>
33009 <li>Initial value: 0</li>
33010 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33011 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33012 </ul>
33013<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.
33014 <ul>
33015 <li>Set with class: \ref ns3::TimeValue</li>
33016 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33017 <li>Initial value: +0ns</li>
33018 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33019 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33020 </ul>
33021</ul>
33022No TraceSources are defined for this type.<br>
33023<b>Group:</b> Buildings
33024
33025<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
33026*/
33027
33028/*!
33029
33030\class ns3::ThreeGppV2vUrbanPropagationLossModel
33031
33032<h3>Config Paths</h3>
33033
33034ns3::ThreeGppV2vUrbanPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33035<ul>
33036<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33037<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33038<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33039<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33040<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33041<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33042<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33043<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33044<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33045<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33046<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33047<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33048<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppPropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33049<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeGppV2vUrbanPropagationLossModel"</li>
33050</ul>
33051<h3>Attributes</h3>
33052<ul>
33053<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario
33054 <ul>
33055 <li>Set with class: \ref ns3::DoubleValue</li>
33056 <li>Underlying type: double 0:100</li>
33057 <li>Initial value: 0</li>
33058 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33059 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33060 </ul>
33061</ul>
33062<h3>Attributes defined in parent class ns3::ThreeGppPropagationLossModel</h3>
33063<ul>
33064<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.
33065 <ul>
33066 <li>Set with class: \ref ns3::BooleanValue</li>
33067 <li>Underlying type: bool</li>
33068 <li>Initial value: true</li>
33069 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33070 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33071 </ul>
33072<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
33073 <ul>
33074 <li>Set with class: \ref ns3::PointerValue</li>
33075 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
33076 <li>Initial value: 0</li>
33077 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33078 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33079 </ul>
33080<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges
33081 <ul>
33082 <li>Set with class: \ref ns3::BooleanValue</li>
33083 <li>Underlying type: bool</li>
33084 <li>Initial value: false</li>
33085 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33086 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33087 </ul>
33088<li><b>Frequency</b>: The centre frequency in Hz.
33089 <ul>
33090 <li>Set with class: \ref ns3::DoubleValue</li>
33091 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33092 <li>Initial value: 5e+08</li>
33093 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33094 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33095 </ul>
33096<li><b>ShadowingEnabled</b>: Enable/disable shadowing.
33097 <ul>
33098 <li>Set with class: \ref ns3::BooleanValue</li>
33099 <li>Underlying type: bool</li>
33100 <li>Initial value: true</li>
33101 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33102 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33103 </ul>
33104</ul>
33105No TraceSources are defined for this type.<br>
33106<b>Group:</b> Propagation
33107
33108<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
33109*/
33110
33111/*!
33112
33113\class ns3::ThreeLogDistancePropagationLossModel
33114
33115<h3>Config Paths</h3>
33116
33117ns3::ThreeLogDistancePropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33118<ul>
33119<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33120<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33121<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33122<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33123<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33124<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33125<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::ThreeLogDistancePropagationLossModel"</li>
33126</ul>
33127<h3>Attributes</h3>
33128<ul>
33129<li><b>Distance0</b>: Beginning of the first (near) distance field
33130 <ul>
33131 <li>Set with class: \ref ns3::DoubleValue</li>
33132 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33133 <li>Initial value: 1</li>
33134 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33136 </ul>
33137<li><b>Distance1</b>: Beginning of the second (middle) distance field.
33138 <ul>
33139 <li>Set with class: \ref ns3::DoubleValue</li>
33140 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33141 <li>Initial value: 200</li>
33142 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33143 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33144 </ul>
33145<li><b>Distance2</b>: Beginning of the third (far) distance field.
33146 <ul>
33147 <li>Set with class: \ref ns3::DoubleValue</li>
33148 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33149 <li>Initial value: 500</li>
33150 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33151 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33152 </ul>
33153<li><b>Exponent0</b>: The exponent for the first field.
33154 <ul>
33155 <li>Set with class: \ref ns3::DoubleValue</li>
33156 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33157 <li>Initial value: 1.9</li>
33158 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33159 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33160 </ul>
33161<li><b>Exponent1</b>: The exponent for the second field.
33162 <ul>
33163 <li>Set with class: \ref ns3::DoubleValue</li>
33164 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33165 <li>Initial value: 3.8</li>
33166 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33167 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33168 </ul>
33169<li><b>Exponent2</b>: The exponent for the third field.
33170 <ul>
33171 <li>Set with class: \ref ns3::DoubleValue</li>
33172 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33173 <li>Initial value: 3.8</li>
33174 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33175 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33176 </ul>
33177<li><b>ReferenceLoss</b>: The reference loss at distance d0 (dB). (Default is Friis at 1m with 5.15 GHz)
33178 <ul>
33179 <li>Set with class: \ref ns3::DoubleValue</li>
33180 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33181 <li>Initial value: 46.6777</li>
33182 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33183 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33184 </ul>
33185</ul>
33186No TraceSources are defined for this type.<br>
33187<b>Group:</b> Propagation
33188
33189<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
33190*/
33191
33192/*!
33193
33194\class ns3::ThresholdPreambleDetectionModel
33195
33196<h3>Config Paths</h3>
33197
33198ns3::ThresholdPreambleDetectionModel is accessible through the following paths with Config::Set and Config::Connect:
33199<ul>
33200<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PreambleDetectionModel/$ns3::ThresholdPreambleDetectionModel"</li>
33201<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PreambleDetectionModel/$ns3::ThresholdPreambleDetectionModel"</li>
33202</ul>
33203<h3>Attributes</h3>
33204<ul>
33205<li><b>MinimumRssi</b>: Preamble is dropped if the RSSI is below this value (expressed in dBm).
33206 <ul>
33207 <li>Set with class: \ref ns3::DoubleValue</li>
33208 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33209 <li>Initial value: -82</li>
33210 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33211 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33212 </ul>
33213<li><b>Threshold</b>: Preamble is successfully detected if the SNR is at or above this value (expressed in dB).
33214 <ul>
33215 <li>Set with class: \ref ns3::DoubleValue</li>
33216 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33217 <li>Initial value: 4</li>
33218 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33219 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33220 </ul>
33221</ul>
33222No TraceSources are defined for this type.<br>
33223<b>Group:</b> Wifi
33224
33225<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
33226*/
33227
33228/*!
33229
33230\class ns3::TimeProbe
33231
33232Introspection did not find any typical Config paths.<br>
33233No Attributes are defined for this type.<br>
33234<h3>Attributes defined in parent class ns3::Probe</h3>
33235<ul>
33236<li><b>Start</b>: Time data collection starts
33237 <ul>
33238 <li>Set with class: \ref ns3::TimeValue</li>
33239 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33240 <li>Initial value: +0ns</li>
33241 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33242 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33243 </ul>
33244<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
33245 <ul>
33246 <li>Set with class: \ref ns3::TimeValue</li>
33247 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33248 <li>Initial value: +0ns</li>
33249 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33250 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33251 </ul>
33252</ul>
33253<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
33254<ul>
33255<li><b>Enabled</b>: Object's enabled status
33256 <ul>
33257 <li>Set with class: \ref ns3::BooleanValue</li>
33258 <li>Underlying type: bool</li>
33259 <li>Initial value: true</li>
33260 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33261 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33262 </ul>
33263<li><b>Name</b>: Object's name
33264 <ul>
33265 <li>Set with class: \ref ns3::StringValue</li>
33266 <li>Underlying type: \p std::string</li>
33267 <li>Initial value: unnamed</li>
33268 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33269 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33270 </ul>
33271</ul>
33272<h3>TraceSources</h3>
33273<ul>
33274<li><b>Output</b>: The double valued (units of seconds) probe output<br> <ul>
33275 <li> %Callback signature: ns3::TracedValueCallback::Double
33276</li>
33277 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33278</ul>
33279</ul>
33280<b>Group:</b> Stats
33281
33282<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
33283*/
33284
33285/*!
33286
33287\class ns3::TimeSeriesAdaptor
33288
33289Introspection did not find any typical Config paths.<br>
33290No Attributes are defined for this type.<br>
33291<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
33292<ul>
33293<li><b>Enabled</b>: Object's enabled status
33294 <ul>
33295 <li>Set with class: \ref ns3::BooleanValue</li>
33296 <li>Underlying type: bool</li>
33297 <li>Initial value: true</li>
33298 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33299 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33300 </ul>
33301<li><b>Name</b>: Object's name
33302 <ul>
33303 <li>Set with class: \ref ns3::StringValue</li>
33304 <li>Underlying type: \p std::string</li>
33305 <li>Initial value: unnamed</li>
33306 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33307 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33308 </ul>
33309</ul>
33310<h3>TraceSources</h3>
33311<ul>
33312<li><b>Output</b>: The current simulation time versus the current value converted to a double<br> <ul>
33313 <li> %Callback signature: ns3::TimeSeriesAdaptor::OutputTracedCallback
33314</li>
33315 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33316</ul>
33317</ul>
33318<b>Group:</b> Stats
33319
33320<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
33321*/
33322
33323/*!
33324
33325\class ns3::TimestampTag
33326
33327Introspection did not find any typical Config paths.<br>
33328No Attributes are defined for this type.<br>
33329No TraceSources are defined for this type.<br>
33330<b>Group:</b> Network
33331
33332<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
33333*/
33334
33335/*!
33336
33337\class ns3::TopologyReader
33338
33339Introspection did not find any typical Config paths.<br>
33340No Attributes are defined for this type.<br>
33341No TraceSources are defined for this type.<br>
33342<b>Group:</b> TopologyReader
33343
33344<b>Size</b> of this type is 112 bytes (on a 64-bit architecture).
33345*/
33346
33347/*!
33348
33349\class ns3::TraceFadingLossModel
33350
33351Introspection did not find any typical Config paths.<br>
33352<h3>Attributes</h3>
33353<ul>
33354<li><b>RbNum</b>: The number of RB the trace is made of (default 100)
33355 <ul>
33356 <li>Set with class: \ref ns3::UintegerValue</li>
33357 <li>Underlying type: uint32_t 0:4294967295</li>
33358 <li>Initial value: 100</li>
33359 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33360 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33361 </ul>
33362<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.
33363 <ul>
33364 <li>Set with class: \ref ns3::UintegerValue</li>
33365 <li>Underlying type: uint64_t 0:18446744073709551615</li>
33366 <li>Initial value: 200000</li>
33367 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33369 </ul>
33370<li><b>SamplesNum</b>: The number of samples the trace is made of (default 10000)
33371 <ul>
33372 <li>Set with class: \ref ns3::UintegerValue</li>
33373 <li>Underlying type: uint32_t 0:4294967295</li>
33374 <li>Initial value: 10000</li>
33375 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33376 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33377 </ul>
33378<li><b>TraceFilename</b>: Name of file to load a trace from.
33379 <ul>
33380 <li>Set with class: \ref ns3::StringValue</li>
33381 <li>Underlying type: \p std::string</li>
33382 <li>Initial value: ""</li>
33383 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33384 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33385 </ul>
33386<li><b>TraceLength</b>: The total length of the fading trace (default value 10 s.)
33387 <ul>
33388 <li>Set with class: \ref ns3::TimeValue</li>
33389 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33390 <li>Initial value: +1e+10ns</li>
33391 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33393 </ul>
33394<li><b>WindowSize</b>: The size of the window for the fading trace (default value 0.5 s.)
33395 <ul>
33396 <li>Set with class: \ref ns3::TimeValue</li>
33397 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33398 <li>Initial value: +5e+08ns</li>
33399 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33401 </ul>
33402</ul>
33403No TraceSources are defined for this type.<br>
33404<b>Group:</b> Spectrum
33405
33406<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
33407*/
33408
33409/*!
33410
33411\class ns3::TrafficControlLayer
33412
33413Introspection did not find any typical Config paths.<br>
33414<h3>Attributes</h3>
33415<ul>
33416<li><b>RootQueueDiscList</b>: The list of root queue discs associated to this Traffic Control layer.
33417 <ul>
33418 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
33419 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QueueDisc></li>
33420 <li>Flags: <span class="mlabel">read</span></li>
33421 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33422 </ul>
33423</ul>
33424<h3>TraceSources</h3>
33425<ul>
33426<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>
33427 <li> %Callback signature: ns3::Packet::TracedCallback
33428</li>
33429 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33430</ul>
33431</ul>
33432<b>Group:</b> TrafficControl
33433
33434<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
33435*/
33436
33437/*!
33438
33439\class ns3::Trailer
33440
33441Introspection did not find any typical Config paths.<br>
33442No Attributes are defined for this type.<br>
33443No TraceSources are defined for this type.<br>
33444<b>Group:</b> Network
33445
33446<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
33447*/
33448
33449/*!
33450
33451\class ns3::TriangularRandomVariable
33452
33453<h3>Config Paths</h3>
33454
33455ns3::TriangularRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
33456<ul>
33457<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33458<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33459<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33460<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33461<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33462<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33463<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33464<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33465<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33466<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33467<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33468<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33469<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33470<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33471<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33472<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::TriangularRandomVariable"</li>
33473<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::TriangularRandomVariable"</li>
33474<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33475<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33476<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33477<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33478<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33479<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33480<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33481<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::TriangularRandomVariable"</li>
33482<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::TriangularRandomVariable"</li>
33483<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::TriangularRandomVariable"</li>
33484<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::TriangularRandomVariable"</li>
33485<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::TriangularRandomVariable"</li>
33486<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::TriangularRandomVariable"</li>
33487<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::TriangularRandomVariable"</li>
33488<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::TriangularRandomVariable"</li>
33489<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::TriangularRandomVariable"</li>
33490<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::TriangularRandomVariable"</li>
33491<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::TriangularRandomVariable"</li>
33492<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::TriangularRandomVariable"</li>
33493<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33494<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::TriangularRandomVariable"</li>
33495<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::TriangularRandomVariable"</li>
33496<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33497<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33498<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::TriangularRandomVariable"</li>
33499<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33500<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33501<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33502<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33503<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::TriangularRandomVariable"</li>
33504<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::TriangularRandomVariable"</li>
33505<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::TriangularRandomVariable"</li>
33506<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::TriangularRandomVariable"</li>
33507<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::TriangularRandomVariable"</li>
33508<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::TriangularRandomVariable"</li>
33509<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::TriangularRandomVariable"</li>
33510<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::TriangularRandomVariable"</li>
33511<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::TriangularRandomVariable"</li>
33512<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::TriangularRandomVariable"</li>
33513<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::TriangularRandomVariable"</li>
33514<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33515<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::TriangularRandomVariable"</li>
33516<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::TriangularRandomVariable"</li>
33517</ul>
33518<h3>Attributes</h3>
33519<ul>
33520<li><b>Max</b>: The upper bound on the values returned by this RNG stream.
33521 <ul>
33522 <li>Set with class: \ref ns3::DoubleValue</li>
33523 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33524 <li>Initial value: 1</li>
33525 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33527 </ul>
33528<li><b>Mean</b>: The mean value for the triangular distribution returned by this RNG stream.
33529 <ul>
33530 <li>Set with class: \ref ns3::DoubleValue</li>
33531 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33532 <li>Initial value: 0.5</li>
33533 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33535 </ul>
33536<li><b>Min</b>: The lower bound on the values returned by this RNG stream.
33537 <ul>
33538 <li>Set with class: \ref ns3::DoubleValue</li>
33539 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33540 <li>Initial value: 0</li>
33541 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33543 </ul>
33544</ul>
33545<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
33546<ul>
33547<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
33548 <ul>
33549 <li>Set with class: \ref ns3::BooleanValue</li>
33550 <li>Underlying type: bool</li>
33551 <li>Initial value: false</li>
33552 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33553 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33554 </ul>
33555<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.
33556 <ul>
33557 <li>Set with class: \ref ns3::IntegerValue</li>
33558 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
33559 <li>Initial value: -1</li>
33560 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33561 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33562 </ul>
33563</ul>
33564No TraceSources are defined for this type.<br>
33565<b>Group:</b> Core
33566
33567<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33568*/
33569
33570/*!
33571
33572\class ns3::TtaFfMacScheduler
33573
33574<h3>Config Paths</h3>
33575
33576ns3::TtaFfMacScheduler is accessible through the following paths with Config::Set and Config::Connect:
33577<ul>
33578<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TtaFfMacScheduler"</li>
33579<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/FfMacScheduler/$ns3::TtaFfMacScheduler"</li>
33580</ul>
33581<h3>Attributes</h3>
33582<ul>
33583<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
33584 <ul>
33585 <li>Set with class: \ref ns3::UintegerValue</li>
33586 <li>Underlying type: uint32_t 0:4294967295</li>
33587 <li>Initial value: 1000</li>
33588 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33589 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33590 </ul>
33591<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].
33592 <ul>
33593 <li>Set with class: \ref ns3::BooleanValue</li>
33594 <li>Underlying type: bool</li>
33595 <li>Initial value: true</li>
33596 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33598 </ul>
33599<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)
33600 <ul>
33601 <li>Set with class: \ref ns3::UintegerValue</li>
33602 <li>Underlying type: uint8_t 0:255</li>
33603 <li>Initial value: 0</li>
33604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33606 </ul>
33607</ul>
33608<h3>Attributes defined in parent class ns3::FfMacScheduler</h3>
33609<ul>
33610<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received
33611 <ul>
33612 <li>Set with class: \ref ns3::EnumValue<ns3::FfMacScheduler::UlCqiFilter_t></li>
33613 <li>Underlying type: \p SRS_UL_CQI|PUSCH_UL_CQI</li>
33614 <li>Initial value: SRS_UL_CQI</li>
33615 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33616 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33617 </ul>
33618</ul>
33619No TraceSources are defined for this type.<br>
33620<b>Group:</b> Lte
33621
33622<b>Size</b> of this type is 1368 bytes (on a 64-bit architecture).
33623*/
33624
33625/*!
33626
33627\class ns3::TvSpectrumTransmitter
33628
33629Introspection did not find any typical Config paths.<br>
33630<h3>Attributes</h3>
33631<ul>
33632<li><b>Antenna</b>: The AntennaModel to be used. Allows classes inherited from ns3::AntennaModel. Defaults to ns3::IsotropicAntennaModel.
33633 <ul>
33634 <li>Set with class: \ref ns3::PointerValue</li>
33635 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
33636 <li>Initial value: ns3::IsotropicAntennaModel</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<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.
33641 <ul>
33642 <li>Set with class: \ref ns3::DoubleValue</li>
33643 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33644 <li>Initial value: 20</li>
33645 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33646 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33647 </ul>
33648<li><b>ChannelBandwidth</b>: The bandwidth (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
33649 <ul>
33650 <li>Set with class: \ref ns3::DoubleValue</li>
33651 <li>Underlying type: double 0:1.79769e+308</li>
33652 <li>Initial value: 6e+06</li>
33653 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33654 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33655 </ul>
33656<li><b>StartFrequency</b>: The lower end frequency (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
33657 <ul>
33658 <li>Set with class: \ref ns3::DoubleValue</li>
33659 <li>Underlying type: double 0:1.79769e+308</li>
33660 <li>Initial value: 5e+08</li>
33661 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33662 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33663 </ul>
33664<li><b>StartingTime</b>: The time point after the simulation begins in which the TV transmitter will begin transmitting.
33665 <ul>
33666 <li>Set with class: \ref ns3::TimeValue</li>
33667 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33668 <li>Initial value: +0ns</li>
33669 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33670 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33671 </ul>
33672<li><b>TransmitDuration</b>: The duration of time that the TV transmitter will transmit for.
33673 <ul>
33674 <li>Set with class: \ref ns3::TimeValue</li>
33675 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
33676 <li>Initial value: +2e+08ns</li>
33677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33679 </ul>
33680<li><b>TvType</b>: The type of TV transmitter/modulation to be used.
33681 <ul>
33682 <li>Set with class: \ref ns3::EnumValue<ns3::TvSpectrumTransmitter::TvType></li>
33683 <li>Underlying type: \p 8vsb|cofdm|analog</li>
33684 <li>Initial value: 8vsb</li>
33685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33687 </ul>
33688</ul>
33689No TraceSources are defined for this type.<br>
33690<b>Group:</b> Spectrum
33691
33692<b>Size</b> of this type is 152 bytes (on a 64-bit architecture).
33693*/
33694
33695/*!
33696
33697\class ns3::TwoRayGroundPropagationLossModel
33698
33699<h3>Config Paths</h3>
33700
33701ns3::TwoRayGroundPropagationLossModel is accessible through the following paths with Config::Set and Config::Connect:
33702<ul>
33703<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33704<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33705<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33706<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33707<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33708<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33709<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::TwoRayGroundPropagationLossModel"</li>
33710</ul>
33711<h3>Attributes</h3>
33712<ul>
33713<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).
33714 <ul>
33715 <li>Set with class: \ref ns3::DoubleValue</li>
33716 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33717 <li>Initial value: 5.15e+09</li>
33718 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33719 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33720 </ul>
33721<li><b>HeightAboveZ</b>: The height of the antenna (m) above the node's Z coordinate
33722 <ul>
33723 <li>Set with class: \ref ns3::DoubleValue</li>
33724 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33725 <li>Initial value: 0</li>
33726 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33727 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33728 </ul>
33729<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m)
33730 <ul>
33731 <li>Set with class: \ref ns3::DoubleValue</li>
33732 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33733 <li>Initial value: 0.5</li>
33734 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33735 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33736 </ul>
33737<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)
33738 <ul>
33739 <li>Set with class: \ref ns3::DoubleValue</li>
33740 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33741 <li>Initial value: 1</li>
33742 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33743 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33744 </ul>
33745</ul>
33746No TraceSources are defined for this type.<br>
33747<b>Group:</b> Propagation
33748
33749<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33750*/
33751
33752/*!
33753
33754\class ns3::TwoRaySpectrumPropagationLossModel
33755
33756Introspection did not find any typical Config paths.<br>
33757<h3>Attributes</h3>
33758<ul>
33759<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.
33760 <ul>
33761 <li>Set with class: \ref ns3::PointerValue</li>
33762 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelConditionModel></li>
33763 <li>Initial value: 0</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<li><b>Frequency</b>: The operating Frequency in Hz
33768 <ul>
33769 <li>Set with class: \ref ns3::DoubleValue</li>
33770 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
33771 <li>Initial value: 5e+08</li>
33772 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33773 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33774 </ul>
33775<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed).
33776 <ul>
33777 <li>Set with class: \ref ns3::StringValue</li>
33778 <li>Underlying type: \p std::string</li>
33779 <li>Initial value: RMa</li>
33780 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33781 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33782 </ul>
33783</ul>
33784No TraceSources are defined for this type.<br>
33785<b>Group:</b> Spectrum
33786
33787<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
33788*/
33789
33790/*!
33791
33792\class ns3::Txop
33793
33794<h3>Config Paths</h3>
33795
33796ns3::Txop is accessible through the following paths with Config::Set and Config::Connect:
33797<ul>
33798<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop"</li>
33799</ul>
33800<h3>Attributes</h3>
33801<ul>
33802<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.
33803 <ul>
33804 <li>Set with class: \ref ns3::EnumValue<ns3::AcIndex></li>
33805 <li>Underlying type: \p AC_BE|AC_BK|AC_VI|AC_VO|AC_BE_NQOS|AC_VI|AC_BEACON|AC_UNDEF</li>
33806 <li>Initial value: AC_UNDEF</li>
33807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
33808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33809 </ul>
33810<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).
33811 <ul>
33812 <li>Set with class: \ref ns3::UintegerValue</li>
33813 <li>Underlying type: uint8_t 0:255</li>
33814 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33815 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use Aifsns attribute instead of Aifsn</li>
33816 </ul>
33817<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.
33818 <ul>
33819 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33820 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33821 <li>Initial value: </li>
33822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33824 </ul>
33825<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).
33826 <ul>
33827 <li>Set with class: \ref ns3::UintegerValue</li>
33828 <li>Underlying type: uint32_t 0:4294967295</li>
33829 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33830 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MaxCws attribute instead of MaxCw</li>
33831 </ul>
33832<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.
33833 <ul>
33834 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33835 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33836 <li>Initial value: </li>
33837 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33838 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33839 </ul>
33840<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).
33841 <ul>
33842 <li>Set with class: \ref ns3::UintegerValue</li>
33843 <li>Underlying type: uint32_t 0:4294967295</li>
33844 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
33845 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use MinCws attribute instead of MinCw</li>
33846 </ul>
33847<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.
33848 <ul>
33849 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
33850 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
33851 <li>Initial value: </li>
33852 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33853 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33854 </ul>
33855<li><b>Queue</b>: The WifiMacQueue object
33856 <ul>
33857 <li>Set with class: \ref ns3::PointerValue</li>
33858 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMacQueue></li>
33859 <li>Flags: <span class="mlabel">read</span></li>
33860 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33861 </ul>
33862<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).
33863 <ul>
33864 <li>Set with class: \ref ns3::TimeValue</li>
33865 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</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 TxopLimits attribute instead of TxopLimit</li>
33868 </ul>
33869<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.
33870 <ul>
33871 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns39TimeValueE, NSt7__cxx114listIN3ns33PtrINS1_9TimeValueEEESaIS4_EEE></li>
33872 <li>Underlying type: \p ns3::Ptr<N3ns39TimeValueE></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</ul>
33878<h3>TraceSources</h3>
33879<ul>
33880<li><b>BackoffTrace</b>: Trace source for backoff values<br> <ul>
33881 <li> %Callback signature: ns3::Txop::BackoffValueTracedCallback
33882</li>
33883 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33884</ul>
33885<li><b>CwTrace</b>: Trace source for contention window values<br> <ul>
33886 <li> %Callback signature: ns3::Txop::CwValueTracedCallback
33887</li>
33888 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33889</ul>
33890</ul>
33891<b>Group:</b> Wifi
33892
33893<b>Size</b> of this type is 296 bytes (on a 64-bit architecture).
33894*/
33895
33896/*!
33897
33898\class ns3::UanChannel
33899
33900<h3>Config Paths</h3>
33901
33902ns3::UanChannel is accessible through the following paths with Config::Set and Config::Connect:
33903<ul>
33904<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel"</li>
33905<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel"</li>
33906<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel"</li>
33907<li>"/ChannelList/[i]/$ns3::UanChannel"</li>
33908</ul>
33909<h3>Attributes</h3>
33910<ul>
33911<li><b>NoiseModel</b>: A pointer to the model of the channel ambient noise.
33912 <ul>
33913 <li>Set with class: \ref ns3::PointerValue</li>
33914 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanNoiseModel></li>
33915 <li>Initial value: ns3::UanNoiseModelDefault</li>
33916 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33917 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33918 </ul>
33919<li><b>PropagationModel</b>: A pointer to the propagation model.
33920 <ul>
33921 <li>Set with class: \ref ns3::PointerValue</li>
33922 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPropModel></li>
33923 <li>Initial value: ns3::UanPropModelIdeal</li>
33924 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
33925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33926 </ul>
33927</ul>
33928<h3>Attributes defined in parent class ns3::Channel</h3>
33929<ul>
33930<li><b>Id</b>: The id (unique integer) of this Channel.
33931 <ul>
33932 <li>Set with class: \ref ns3::UintegerValue</li>
33933 <li>Underlying type: uint32_t 0:4294967295</li>
33934 <li>Flags: <span class="mlabel">read</span></li>
33935 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
33936 </ul>
33937</ul>
33938No TraceSources are defined for this type.<br>
33939<b>Group:</b> Uan
33940
33941<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
33942*/
33943
33944/*!
33945
33946\class ns3::UanHeaderCommon
33947
33948Introspection did not find any typical Config paths.<br>
33949No Attributes are defined for this type.<br>
33950No TraceSources are defined for this type.<br>
33951<b>Group:</b> Uan
33952
33953<b>Size</b> of this type is 48 bytes (on a 64-bit architecture).
33954*/
33955
33956/*!
33957
33958\class ns3::UanHeaderRcAck
33959
33960Introspection did not find any typical Config paths.<br>
33961No Attributes are defined for this type.<br>
33962No TraceSources are defined for this type.<br>
33963<b>Group:</b> Uan
33964
33965<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
33966*/
33967
33968/*!
33969
33970\class ns3::UanHeaderRcCts
33971
33972Introspection did not find any typical Config paths.<br>
33973No Attributes are defined for this type.<br>
33974No TraceSources are defined for this type.<br>
33975<b>Group:</b> Uan
33976
33977<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
33978*/
33979
33980/*!
33981
33982\class ns3::UanHeaderRcCtsGlobal
33983
33984Introspection did not find any typical Config paths.<br>
33985No Attributes are defined for this type.<br>
33986No TraceSources are defined for this type.<br>
33987<b>Group:</b> Uan
33988
33989<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
33990*/
33991
33992/*!
33993
33994\class ns3::UanHeaderRcData
33995
33996Introspection did not find any typical Config paths.<br>
33997No Attributes are defined for this type.<br>
33998No TraceSources are defined for this type.<br>
33999<b>Group:</b> Uan
34000
34001<b>Size</b> of this type is 24 bytes (on a 64-bit architecture).
34002*/
34003
34004/*!
34005
34006\class ns3::UanHeaderRcRts
34007
34008Introspection did not find any typical Config paths.<br>
34009No Attributes are defined for this type.<br>
34010No TraceSources are defined for this type.<br>
34011<b>Group:</b> Uan
34012
34013<b>Size</b> of this type is 32 bytes (on a 64-bit architecture).
34014*/
34015
34016/*!
34017
34018\class ns3::UanMac
34019
34020<h3>Config Paths</h3>
34021
34022ns3::UanMac is accessible through the following paths with Config::Set and Config::Connect:
34023<ul>
34024<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac"</li>
34025</ul>
34026No Attributes are defined for this type.<br>
34027No TraceSources are defined for this type.<br>
34028<b>Group:</b> Uan
34029
34030<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
34031*/
34032
34033/*!
34034
34035\class ns3::UanMacAloha
34036
34037<h3>Config Paths</h3>
34038
34039ns3::UanMacAloha is accessible through the following paths with Config::Set and Config::Connect:
34040<ul>
34041<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacAloha"</li>
34042</ul>
34043No Attributes are defined for this type.<br>
34044No TraceSources are defined for this type.<br>
34045<b>Group:</b> Uan
34046
34047<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
34048*/
34049
34050/*!
34051
34052\class ns3::UanMacCw
34053
34054<h3>Config Paths</h3>
34055
34056ns3::UanMacCw is accessible through the following paths with Config::Set and Config::Connect:
34057<ul>
34058<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacCw"</li>
34059</ul>
34060<h3>Attributes</h3>
34061<ul>
34062<li><b>CW</b>: The MAC parameter CW.
34063 <ul>
34064 <li>Set with class: \ref ns3::UintegerValue</li>
34065 <li>Underlying type: uint32_t 0:4294967295</li>
34066 <li>Initial value: 10</li>
34067 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34068 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34069 </ul>
34070<li><b>SlotTime</b>: Time slot duration for MAC backoff.
34071 <ul>
34072 <li>Set with class: \ref ns3::TimeValue</li>
34073 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34074 <li>Initial value: +2e+07ns</li>
34075 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34076 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34077 </ul>
34078</ul>
34079<h3>TraceSources</h3>
34080<ul>
34081<li><b>Dequeue</b>: A was passed down to the PHY from the MAC.<br> <ul>
34082 <li> %Callback signature: ns3::UanMacCw::QueueTracedCallback
34083</li>
34084 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34085</ul>
34086<li><b>Enqueue</b>: A packet arrived at the MAC for transmission.<br> <ul>
34087 <li> %Callback signature: ns3::UanMacCw::QueueTracedCallback
34088</li>
34089 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34090</ul>
34091<li><b>RX</b>: A packet was destined for this MAC and was received.<br> <ul>
34092 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34093</li>
34094 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34095</ul>
34096</ul>
34097<b>Group:</b> Uan
34098
34099<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
34100*/
34101
34102/*!
34103
34104\class ns3::UanMacRc
34105
34106<h3>Config Paths</h3>
34107
34108ns3::UanMacRc is accessible through the following paths with Config::Set and Config::Connect:
34109<ul>
34110<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacRc"</li>
34111</ul>
34112<h3>Attributes</h3>
34113<ul>
34114<li><b>MaxFrames</b>: Maximum number of frames to include in a single RTS.
34115 <ul>
34116 <li>Set with class: \ref ns3::UintegerValue</li>
34117 <li>Underlying type: uint32_t 0:4294967295</li>
34118 <li>Initial value: 1</li>
34119 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34120 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34121 </ul>
34122<li><b>MaxPropDelay</b>: Maximum possible propagation delay to gateway.
34123 <ul>
34124 <li>Set with class: \ref ns3::TimeValue</li>
34125 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34126 <li>Initial value: +2e+09ns</li>
34127 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34128 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34129 </ul>
34130<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.
34131 <ul>
34132 <li>Set with class: \ref ns3::DoubleValue</li>
34133 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34134 <li>Initial value: 0.01</li>
34135 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34137 </ul>
34138<li><b>NumberOfRates</b>: Number of rate divisions supported by each PHY.
34139 <ul>
34140 <li>Set with class: \ref ns3::UintegerValue</li>
34141 <li>Underlying type: uint32_t 0:4294967295</li>
34142 <li>Initial value: 0</li>
34143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34145 </ul>
34146<li><b>QueueLimit</b>: Maximum packets to queue at MAC.
34147 <ul>
34148 <li>Set with class: \ref ns3::UintegerValue</li>
34149 <li>Underlying type: uint32_t 0:4294967295</li>
34150 <li>Initial value: 10</li>
34151 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34153 </ul>
34154<li><b>RetryRate</b>: Number of retry attempts per second (of RTS/GWPING).
34155 <ul>
34156 <li>Set with class: \ref ns3::DoubleValue</li>
34157 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34158 <li>Initial value: 0.2</li>
34159 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34160 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34161 </ul>
34162<li><b>RetryStep</b>: Retry rate increment.
34163 <ul>
34164 <li>Set with class: \ref ns3::DoubleValue</li>
34165 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34166 <li>Initial value: 0.01</li>
34167 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34168 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34169 </ul>
34170<li><b>SIFS</b>: Spacing to give between frames (this should match gateway).
34171 <ul>
34172 <li>Set with class: \ref ns3::TimeValue</li>
34173 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34174 <li>Initial value: +2e+08ns</li>
34175 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34176 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34177 </ul>
34178</ul>
34179<h3>TraceSources</h3>
34180<ul>
34181<li><b>Dequeue</b>: A (data) packet was passed down to PHY from MAC.<br> <ul>
34182 <li> %Callback signature: ns3::UanMacRc::QueueTracedCallback
34183</li>
34184 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34185</ul>
34186<li><b>Enqueue</b>: A (data) packet arrived at MAC for transmission.<br> <ul>
34187 <li> %Callback signature: ns3::UanMacRc::QueueTracedCallback
34188</li>
34189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34190</ul>
34191<li><b>RX</b>: A packet was destined for and received at this MAC layer.<br> <ul>
34192 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34193</li>
34194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34195</ul>
34196</ul>
34197<b>Group:</b> Uan
34198
34199<b>Size</b> of this type is 368 bytes (on a 64-bit architecture).
34200*/
34201
34202/*!
34203
34204\class ns3::UanMacRcGw
34205
34206<h3>Config Paths</h3>
34207
34208ns3::UanMacRcGw is accessible through the following paths with Config::Set and Config::Connect:
34209<ul>
34210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacRcGw"</li>
34211</ul>
34212<h3>Attributes</h3>
34213<ul>
34214<li><b>FrameSize</b>: Size of data frames in bytes.
34215 <ul>
34216 <li>Set with class: \ref ns3::UintegerValue</li>
34217 <li>Underlying type: uint32_t 0:4294967295</li>
34218 <li>Initial value: 1000</li>
34219 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34220 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34221 </ul>
34222<li><b>MaxPropDelay</b>: Maximum propagation delay between gateway and non-gateway nodes.
34223 <ul>
34224 <li>Set with class: \ref ns3::TimeValue</li>
34225 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34226 <li>Initial value: +2e+09ns</li>
34227 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34228 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34229 </ul>
34230<li><b>MaxReservations</b>: Maximum number of reservations to accept per cycle.
34231 <ul>
34232 <li>Set with class: \ref ns3::UintegerValue</li>
34233 <li>Underlying type: uint32_t 0:4294967295</li>
34234 <li>Initial value: 10</li>
34235 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34236 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34237 </ul>
34238<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.
34239 <ul>
34240 <li>Set with class: \ref ns3::DoubleValue</li>
34241 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34242 <li>Initial value: 0.01</li>
34243 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34244 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34245 </ul>
34246<li><b>NumberOfNodes</b>: Number of non-gateway nodes in this gateway's neighborhood.
34247 <ul>
34248 <li>Set with class: \ref ns3::UintegerValue</li>
34249 <li>Underlying type: uint32_t 0:4294967295</li>
34250 <li>Initial value: 10</li>
34251 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34253 </ul>
34254<li><b>NumberOfRates</b>: Number of rates per Phy layer.
34255 <ul>
34256 <li>Set with class: \ref ns3::UintegerValue</li>
34257 <li>Underlying type: uint32_t 0:4294967295</li>
34258 <li>Initial value: 1023</li>
34259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34261 </ul>
34262<li><b>RateStep</b>: Increments available for rate assignment in bps.
34263 <ul>
34264 <li>Set with class: \ref ns3::UintegerValue</li>
34265 <li>Underlying type: uint32_t 0:4294967295</li>
34266 <li>Initial value: 4</li>
34267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34269 </ul>
34270<li><b>RetryStep</b>: Retry rate increment.
34271 <ul>
34272 <li>Set with class: \ref ns3::DoubleValue</li>
34273 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34274 <li>Initial value: 0.01</li>
34275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34277 </ul>
34278<li><b>SIFS</b>: Spacing between frames to account for timing error and processing delay.
34279 <ul>
34280 <li>Set with class: \ref ns3::TimeValue</li>
34281 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
34282 <li>Initial value: +2e+08ns</li>
34283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34285 </ul>
34286<li><b>TotalRate</b>: Total available channel rate in bps (for a single channel, without splitting reservation channel).
34287 <ul>
34288 <li>Set with class: \ref ns3::UintegerValue</li>
34289 <li>Underlying type: uint32_t 0:4294967295</li>
34290 <li>Initial value: 4096</li>
34291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34293 </ul>
34294</ul>
34295<h3>TraceSources</h3>
34296<ul>
34297<li><b>Cycle</b>: Trace cycle statistics.<br> <ul>
34298 <li> %Callback signature: ns3::UanMacRcGw::CycleCallback
34299</li>
34300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34301</ul>
34302<li><b>RX</b>: A packet was destined for and received at this MAC layer.<br> <ul>
34303 <li> %Callback signature: ns3::UanMac::PacketModeTracedCallback
34304</li>
34305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34306</ul>
34307</ul>
34308<b>Group:</b> Uan
34309
34310<b>Size</b> of this type is 424 bytes (on a 64-bit architecture).
34311*/
34312
34313/*!
34314
34315\class ns3::UanNetDevice
34316
34317<h3>Config Paths</h3>
34318
34319ns3::UanNetDevice is accessible through the following paths with Config::Set and Config::Connect:
34320<ul>
34321<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice"</li>
34322</ul>
34323<h3>Attributes</h3>
34324<ul>
34325<li><b>Channel</b>: The channel attached to this device.
34326 <ul>
34327 <li>Set with class: \ref ns3::PointerValue</li>
34328 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanChannel></li>
34329 <li>Initial value: 0</li>
34330 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34331 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34332 </ul>
34333<li><b>Mac</b>: The MAC layer attached to this device.
34334 <ul>
34335 <li>Set with class: \ref ns3::PointerValue</li>
34336 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanMac></li>
34337 <li>Initial value: 0</li>
34338 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34339 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34340 </ul>
34341<li><b>Phy</b>: The PHY layer attached to this device.
34342 <ul>
34343 <li>Set with class: \ref ns3::PointerValue</li>
34344 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhy></li>
34345 <li>Initial value: 0</li>
34346 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34347 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34348 </ul>
34349<li><b>Transducer</b>: The Transducer attached to this device.
34350 <ul>
34351 <li>Set with class: \ref ns3::PointerValue</li>
34352 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanTransducer></li>
34353 <li>Initial value: 0</li>
34354 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34355 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34356 </ul>
34357</ul>
34358<h3>TraceSources</h3>
34359<ul>
34360<li><b>Rx</b>: Received payload from the MAC layer.<br> <ul>
34361 <li> %Callback signature: ns3::UanNetDevice::RxTxTracedCallback
34362</li>
34363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34364</ul>
34365<li><b>Tx</b>: Send payload to the MAC layer.<br> <ul>
34366 <li> %Callback signature: ns3::UanNetDevice::RxTxTracedCallback
34367</li>
34368 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34369</ul>
34370</ul>
34371<b>Group:</b> Uan
34372
34373<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
34374*/
34375
34376/*!
34377
34378\class ns3::UanNoiseModel
34379
34380<h3>Config Paths</h3>
34381
34382ns3::UanNoiseModel is accessible through the following paths with Config::Set and Config::Connect:
34383<ul>
34384<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel"</li>
34385<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/NoiseModel"</li>
34386<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel"</li>
34387<li>"/ChannelList/[i]/$ns3::UanChannel/NoiseModel"</li>
34388</ul>
34389No Attributes are defined for this type.<br>
34390No TraceSources are defined for this type.<br>
34391<b>Group:</b> Uan
34392
34393<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34394*/
34395
34396/*!
34397
34398\class ns3::UanNoiseModelDefault
34399
34400<h3>Config Paths</h3>
34401
34402ns3::UanNoiseModelDefault is accessible through the following paths with Config::Set and Config::Connect:
34403<ul>
34404<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34405<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34406<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34407<li>"/ChannelList/[i]/$ns3::UanChannel/NoiseModel/$ns3::UanNoiseModelDefault"</li>
34408</ul>
34409<h3>Attributes</h3>
34410<ul>
34411<li><b>Shipping</b>: Shipping contribution to noise between 0 and 1.
34412 <ul>
34413 <li>Set with class: \ref ns3::DoubleValue</li>
34414 <li>Underlying type: double 0:1</li>
34415 <li>Initial value: 0</li>
34416 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34418 </ul>
34419<li><b>Wind</b>: Wind speed in m/s.
34420 <ul>
34421 <li>Set with class: \ref ns3::DoubleValue</li>
34422 <li>Underlying type: double 0:1.79769e+308</li>
34423 <li>Initial value: 1</li>
34424 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34425 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34426 </ul>
34427</ul>
34428No TraceSources are defined for this type.<br>
34429<b>Group:</b> Uan
34430
34431<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
34432*/
34433
34434/*!
34435
34436\class ns3::UanPhy
34437
34438<h3>Config Paths</h3>
34439
34440ns3::UanPhy is accessible through the following paths with Config::Set and Config::Connect:
34441<ul>
34442<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy"</li>
34443</ul>
34444No Attributes are defined for this type.<br>
34445<h3>TraceSources</h3>
34446<ul>
34447<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34448 <li> %Callback signature: ns3::Packet::TracedCallback
34449</li>
34450 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34451</ul>
34452<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34453 <li> %Callback signature: ns3::Packet::TracedCallback
34454</li>
34455 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34456</ul>
34457<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34458 <li> %Callback signature: ns3::Packet::TracedCallback
34459</li>
34460 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34461</ul>
34462<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34463 <li> %Callback signature: ns3::Packet::TracedCallback
34464</li>
34465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34466</ul>
34467<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34468 <li> %Callback signature: ns3::Packet::TracedCallback
34469</li>
34470 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34471</ul>
34472<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34473 <li> %Callback signature: ns3::Packet::TracedCallback
34474</li>
34475 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34476</ul>
34477</ul>
34478<b>Group:</b> Uan
34479
34480<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
34481*/
34482
34483/*!
34484
34485\class ns3::UanPhyCalcSinr
34486
34487<h3>Config Paths</h3>
34488
34489ns3::UanPhyCalcSinr is accessible through the following paths with Config::Set and Config::Connect:
34490<ul>
34491<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1"</li>
34492<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2"</li>
34493<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel"</li>
34494</ul>
34495No Attributes are defined for this type.<br>
34496No TraceSources are defined for this type.<br>
34497<b>Group:</b> Uan
34498
34499<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34500*/
34501
34502/*!
34503
34504\class ns3::UanPhyCalcSinrDefault
34505
34506<h3>Config Paths</h3>
34507
34508ns3::UanPhyCalcSinrDefault is accessible through the following paths with Config::Set and Config::Connect:
34509<ul>
34510<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrDefault"</li>
34511<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrDefault"</li>
34512<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrDefault"</li>
34513</ul>
34514No Attributes are defined for this type.<br>
34515No TraceSources are defined for this type.<br>
34516<b>Group:</b> Uan
34517
34518<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34519*/
34520
34521/*!
34522
34523\class ns3::UanPhyCalcSinrDual
34524
34525<h3>Config Paths</h3>
34526
34527ns3::UanPhyCalcSinrDual is accessible through the following paths with Config::Set and Config::Connect:
34528<ul>
34529<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrDual"</li>
34530<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrDual"</li>
34531<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrDual"</li>
34532</ul>
34533No Attributes are defined for this type.<br>
34534No TraceSources are defined for this type.<br>
34535<b>Group:</b> Uan
34536
34537<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34538*/
34539
34540/*!
34541
34542\class ns3::UanPhyCalcSinrFhFsk
34543
34544<h3>Config Paths</h3>
34545
34546ns3::UanPhyCalcSinrFhFsk is accessible through the following paths with Config::Set and Config::Connect:
34547<ul>
34548<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy1/$ns3::UanPhyCalcSinrFhFsk"</li>
34549<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/SinrModelPhy2/$ns3::UanPhyCalcSinrFhFsk"</li>
34550<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/SinrModel/$ns3::UanPhyCalcSinrFhFsk"</li>
34551</ul>
34552<h3>Attributes</h3>
34553<ul>
34554<li><b>NumberOfHops</b>: Number of frequencies in hopping pattern.
34555 <ul>
34556 <li>Set with class: \ref ns3::UintegerValue</li>
34557 <li>Underlying type: uint32_t 0:4294967295</li>
34558 <li>Initial value: 13</li>
34559 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34560 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34561 </ul>
34562</ul>
34563No TraceSources are defined for this type.<br>
34564<b>Group:</b> Uan
34565
34566<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34567*/
34568
34569/*!
34570
34571\class ns3::UanPhyDual
34572
34573<h3>Config Paths</h3>
34574
34575ns3::UanPhyDual is accessible through the following paths with Config::Set and Config::Connect:
34576<ul>
34577<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual"</li>
34578</ul>
34579<h3>Attributes</h3>
34580<ul>
34581<li><b>CcaThresholdPhy1</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy1.
34582 <ul>
34583 <li>Set with class: \ref ns3::DoubleValue</li>
34584 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34585 <li>Initial value: 10</li>
34586 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34587 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34588 </ul>
34589<li><b>CcaThresholdPhy2</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy2.
34590 <ul>
34591 <li>Set with class: \ref ns3::DoubleValue</li>
34592 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34593 <li>Initial value: 10</li>
34594 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34595 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34596 </ul>
34597<li><b>PerModelPhy1</b>: Functor to calculate PER based on SINR and TxMode for Phy1.
34598 <ul>
34599 <li>Set with class: \ref ns3::PointerValue</li>
34600 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34601 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34602 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34603 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34604 </ul>
34605<li><b>PerModelPhy2</b>: Functor to calculate PER based on SINR and TxMode for Phy2.
34606 <ul>
34607 <li>Set with class: \ref ns3::PointerValue</li>
34608 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34609 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34610 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34611 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34612 </ul>
34613<li><b>SinrModelPhy1</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy1.
34614 <ul>
34615 <li>Set with class: \ref ns3::PointerValue</li>
34616 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34617 <li>Initial value: ns3::UanPhyCalcSinrDual</li>
34618 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34619 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34620 </ul>
34621<li><b>SinrModelPhy2</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy2.
34622 <ul>
34623 <li>Set with class: \ref ns3::PointerValue</li>
34624 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34625 <li>Initial value: ns3::UanPhyCalcSinrDual</li>
34626 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34627 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34628 </ul>
34629<li><b>SupportedModesPhy1</b>: List of modes supported by Phy1.
34630 <ul>
34631 <li>Set with class: \ref ns3::UanModesListValue</li>
34632 <li>Underlying type: \p UanModesList</li>
34633 <li>Initial value: 3|0|1|1|</li>
34634 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34635 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34636 </ul>
34637<li><b>SupportedModesPhy2</b>: List of modes supported by Phy2.
34638 <ul>
34639 <li>Set with class: \ref ns3::UanModesListValue</li>
34640 <li>Underlying type: \p UanModesList</li>
34641 <li>Initial value: 3|0|1|1|</li>
34642 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34644 </ul>
34645<li><b>TxPowerPhy1</b>: Transmission output power in dB of Phy1.
34646 <ul>
34647 <li>Set with class: \ref ns3::DoubleValue</li>
34648 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34649 <li>Initial value: 190</li>
34650 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34651 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34652 </ul>
34653<li><b>TxPowerPhy2</b>: Transmission output power in dB of Phy2.
34654 <ul>
34655 <li>Set with class: \ref ns3::DoubleValue</li>
34656 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34657 <li>Initial value: 190</li>
34658 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34659 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34660 </ul>
34661</ul>
34662<h3>TraceSources</h3>
34663<ul>
34664<li><b>RxError</b>: A packet was received unsuccessfuly.<br> <ul>
34665 <li> %Callback signature: ns3::UanPhy::TracedCallback
34666</li>
34667 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34668</ul>
34669<li><b>RxOk</b>: A packet was received successfully.<br> <ul>
34670 <li> %Callback signature: ns3::UanPhy::TracedCallback
34671</li>
34672 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34673</ul>
34674<li><b>Tx</b>: Packet transmission beginning.<br> <ul>
34675 <li> %Callback signature: ns3::UanPhy::TracedCallback
34676</li>
34677 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34678</ul>
34679</ul>
34680<h3>TraceSources defined in parent class ns3::UanPhy</h3>
34681<ul>
34682<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34683 <li> %Callback signature: ns3::Packet::TracedCallback
34684</li>
34685 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34686</ul>
34687<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34688 <li> %Callback signature: ns3::Packet::TracedCallback
34689</li>
34690 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34691</ul>
34692<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34693 <li> %Callback signature: ns3::Packet::TracedCallback
34694</li>
34695 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34696</ul>
34697<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34698 <li> %Callback signature: ns3::Packet::TracedCallback
34699</li>
34700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34701</ul>
34702<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34703 <li> %Callback signature: ns3::Packet::TracedCallback
34704</li>
34705 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34706</ul>
34707<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34708 <li> %Callback signature: ns3::Packet::TracedCallback
34709</li>
34710 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34711</ul>
34712</ul>
34713<b>Group:</b> Uan
34714
34715<b>Size</b> of this type is 304 bytes (on a 64-bit architecture).
34716*/
34717
34718/*!
34719
34720\class ns3::UanPhyGen
34721
34722<h3>Config Paths</h3>
34723
34724ns3::UanPhyGen is accessible through the following paths with Config::Set and Config::Connect:
34725<ul>
34726<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen"</li>
34727</ul>
34728<h3>Attributes</h3>
34729<ul>
34730<li><b>CcaThreshold</b>: Aggregate energy of incoming signals to move to CCA Busy state dB.
34731 <ul>
34732 <li>Set with class: \ref ns3::DoubleValue</li>
34733 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34734 <li>Initial value: 10</li>
34735 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34736 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34737 </ul>
34738<li><b>PerModel</b>: Functor to calculate PER based on SINR and TxMode.
34739 <ul>
34740 <li>Set with class: \ref ns3::PointerValue</li>
34741 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyPer></li>
34742 <li>Initial value: ns3::UanPhyPerGenDefault</li>
34743 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34745 </ul>
34746<li><b>RxThreshold</b>: Required SNR for signal acquisition in dB.
34747 <ul>
34748 <li>Set with class: \ref ns3::DoubleValue</li>
34749 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34750 <li>Initial value: 10</li>
34751 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34752 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34753 </ul>
34754<li><b>SinrModel</b>: Functor to calculate SINR based on pkt arrivals and modes.
34755 <ul>
34756 <li>Set with class: \ref ns3::PointerValue</li>
34757 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UanPhyCalcSinr></li>
34758 <li>Initial value: ns3::UanPhyCalcSinrDefault</li>
34759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34761 </ul>
34762<li><b>SupportedModes</b>: List of modes supported by this PHY.
34763 <ul>
34764 <li>Set with class: \ref ns3::UanModesListValue</li>
34765 <li>Underlying type: \p UanModesList</li>
34766 <li>Initial value: 3|0|1|1|</li>
34767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34769 </ul>
34770<li><b>TxPower</b>: Transmission output power in dB.
34771 <ul>
34772 <li>Set with class: \ref ns3::DoubleValue</li>
34773 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34774 <li>Initial value: 190</li>
34775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34777 </ul>
34778</ul>
34779<h3>TraceSources</h3>
34780<ul>
34781<li><b>RxError</b>: A packet was received unsuccessfuly.<br> <ul>
34782 <li> %Callback signature: ns3::UanPhy::TracedCallback
34783</li>
34784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34785</ul>
34786<li><b>RxOk</b>: A packet was received successfully.<br> <ul>
34787 <li> %Callback signature: ns3::UanPhy::TracedCallback
34788</li>
34789 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34790</ul>
34791<li><b>Tx</b>: Packet transmission beginning.<br> <ul>
34792 <li> %Callback signature: ns3::UanPhy::TracedCallback
34793</li>
34794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34795</ul>
34796</ul>
34797<h3>TraceSources defined in parent class ns3::UanPhy</h3>
34798<ul>
34799<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.<br> <ul>
34800 <li> %Callback signature: ns3::Packet::TracedCallback
34801</li>
34802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34803</ul>
34804<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.<br> <ul>
34805 <li> %Callback signature: ns3::Packet::TracedCallback
34806</li>
34807 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34808</ul>
34809<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.<br> <ul>
34810 <li> %Callback signature: ns3::Packet::TracedCallback
34811</li>
34812 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34813</ul>
34814<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.<br> <ul>
34815 <li> %Callback signature: ns3::Packet::TracedCallback
34816</li>
34817 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34818</ul>
34819<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.<br> <ul>
34820 <li> %Callback signature: ns3::Packet::TracedCallback
34821</li>
34822 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34823</ul>
34824<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
34825 <li> %Callback signature: ns3::Packet::TracedCallback
34826</li>
34827 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34828</ul>
34829</ul>
34830<b>Group:</b> Uan
34831
34832<b>Size</b> of this type is 568 bytes (on a 64-bit architecture).
34833*/
34834
34835/*!
34836
34837\class ns3::UanPhyPer
34838
34839<h3>Config Paths</h3>
34840
34841ns3::UanPhyPer is accessible through the following paths with Config::Set and Config::Connect:
34842<ul>
34843<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1"</li>
34844<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2"</li>
34845<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel"</li>
34846</ul>
34847No Attributes are defined for this type.<br>
34848No TraceSources are defined for this type.<br>
34849<b>Group:</b> Uan
34850
34851<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34852*/
34853
34854/*!
34855
34856\class ns3::UanPhyPerCommonModes
34857
34858<h3>Config Paths</h3>
34859
34860ns3::UanPhyPerCommonModes is accessible through the following paths with Config::Set and Config::Connect:
34861<ul>
34862<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerCommonModes"</li>
34863<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerCommonModes"</li>
34864<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerCommonModes"</li>
34865</ul>
34866No Attributes are defined for this type.<br>
34867No TraceSources are defined for this type.<br>
34868<b>Group:</b> Uan
34869
34870<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34871*/
34872
34873/*!
34874
34875\class ns3::UanPhyPerGenDefault
34876
34877<h3>Config Paths</h3>
34878
34879ns3::UanPhyPerGenDefault is accessible through the following paths with Config::Set and Config::Connect:
34880<ul>
34881<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerGenDefault"</li>
34882<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerGenDefault"</li>
34883<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerGenDefault"</li>
34884</ul>
34885<h3>Attributes</h3>
34886<ul>
34887<li><b>Threshold</b>: SINR cutoff for good packet reception.
34888 <ul>
34889 <li>Set with class: \ref ns3::DoubleValue</li>
34890 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34891 <li>Initial value: 8</li>
34892 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34893 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34894 </ul>
34895</ul>
34896No TraceSources are defined for this type.<br>
34897<b>Group:</b> Uan
34898
34899<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
34900*/
34901
34902/*!
34903
34904\class ns3::UanPhyPerUmodem
34905
34906<h3>Config Paths</h3>
34907
34908ns3::UanPhyPerUmodem is accessible through the following paths with Config::Set and Config::Connect:
34909<ul>
34910<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy1/$ns3::UanPhyPerUmodem"</li>
34911<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyDual/PerModelPhy2/$ns3::UanPhyPerUmodem"</li>
34912<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::UanPhyGen/PerModel/$ns3::UanPhyPerUmodem"</li>
34913</ul>
34914No Attributes are defined for this type.<br>
34915No TraceSources are defined for this type.<br>
34916<b>Group:</b> Uan
34917
34918<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34919*/
34920
34921/*!
34922
34923\class ns3::UanPropModel
34924
34925<h3>Config Paths</h3>
34926
34927ns3::UanPropModel is accessible through the following paths with Config::Set and Config::Connect:
34928<ul>
34929<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel"</li>
34930<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel"</li>
34931<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel"</li>
34932<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel"</li>
34933</ul>
34934No Attributes are defined for this type.<br>
34935No TraceSources are defined for this type.<br>
34936<b>Group:</b> Uan
34937
34938<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34939*/
34940
34941/*!
34942
34943\class ns3::UanPropModelIdeal
34944
34945<h3>Config Paths</h3>
34946
34947ns3::UanPropModelIdeal is accessible through the following paths with Config::Set and Config::Connect:
34948<ul>
34949<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34950<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34951<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34952<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelIdeal"</li>
34953</ul>
34954No Attributes are defined for this type.<br>
34955No TraceSources are defined for this type.<br>
34956<b>Group:</b> Uan
34957
34958<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
34959*/
34960
34961/*!
34962
34963\class ns3::UanPropModelThorp
34964
34965<h3>Config Paths</h3>
34966
34967ns3::UanPropModelThorp is accessible through the following paths with Config::Set and Config::Connect:
34968<ul>
34969<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34970<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34971<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::UanPropModelThorp"</li>
34972<li>"/ChannelList/[i]/$ns3::UanChannel/PropagationModel/$ns3::UanPropModelThorp"</li>
34973</ul>
34974<h3>Attributes</h3>
34975<ul>
34976<li><b>SpreadCoef</b>: Spreading coefficient used in calculation of Thorp's approximation.
34977 <ul>
34978 <li>Set with class: \ref ns3::DoubleValue</li>
34979 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
34980 <li>Initial value: 1.5</li>
34981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
34982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
34983 </ul>
34984</ul>
34985No TraceSources are defined for this type.<br>
34986<b>Group:</b> Uan
34987
34988<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
34989*/
34990
34991/*!
34992
34993\class ns3::UanTransducer
34994
34995<h3>Config Paths</h3>
34996
34997ns3::UanTransducer is accessible through the following paths with Config::Set and Config::Connect:
34998<ul>
34999<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer"</li>
35000</ul>
35001No Attributes are defined for this type.<br>
35002No TraceSources are defined for this type.<br>
35003<b>Group:</b> Uan
35004
35005<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
35006*/
35007
35008/*!
35009
35010\class ns3::UanTransducerHd
35011
35012<h3>Config Paths</h3>
35013
35014ns3::UanTransducerHd is accessible through the following paths with Config::Set and Config::Connect:
35015<ul>
35016<li>"/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::UanTransducerHd"</li>
35017</ul>
35018<h3>Attributes</h3>
35019<ul>
35020<li><b>RxGainDb</b>: Gain in Db added to incoming signal at receiver.
35021 <ul>
35022 <li>Set with class: \ref ns3::DoubleValue</li>
35023 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
35024 <li>Initial value: 0</li>
35025 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35027 </ul>
35028</ul>
35029No TraceSources are defined for this type.<br>
35030<b>Group:</b> Uan
35031
35032<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
35033*/
35034
35035/*!
35036
35037\class ns3::Ucd
35038
35039Introspection did not find any typical Config paths.<br>
35040No Attributes are defined for this type.<br>
35041No TraceSources are defined for this type.<br>
35042<b>Group:</b> Wimax
35043
35044<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
35045*/
35046
35047/*!
35048
35049\class ns3::UdpClient
35050
35051<h3>Config Paths</h3>
35052
35053ns3::UdpClient is accessible through the following paths with Config::Set and Config::Connect:
35054<ul>
35055<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpClient"</li>
35056<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpClient"</li>
35057</ul>
35058<h3>Attributes</h3>
35059<ul>
35060<li><b>Interval</b>: The time to wait between packets
35061 <ul>
35062 <li>Set with class: \ref ns3::TimeValue</li>
35063 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35064 <li>Initial value: +1e+09ns</li>
35065 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35066 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35067 </ul>
35068<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
35069 <ul>
35070 <li>Set with class: \ref ns3::UintegerValue</li>
35071 <li>Underlying type: uint32_t 0:4294967295</li>
35072 <li>Initial value: 100</li>
35073 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35074 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35075 </ul>
35076<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.
35077 <ul>
35078 <li>Set with class: \ref ns3::UintegerValue</li>
35079 <li>Underlying type: uint32_t 12:65507</li>
35080 <li>Initial value: 1024</li>
35081 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35082 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35083 </ul>
35084<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35085 <ul>
35086 <li>Set with class: \ref ns3::AddressValue</li>
35087 <li>Underlying type: \p Address</li>
35088 <li>Initial value: </li>
35089 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35090 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35091 </ul>
35092<li><b>RemotePort</b>: The destination port of the outbound packets
35093 <ul>
35094 <li>Set with class: \ref ns3::UintegerValue</li>
35095 <li>Underlying type: uint16_t 0:65535</li>
35096 <li>Initial value: 100</li>
35097 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35098 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35099 </ul>
35100</ul>
35101<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35102<ul>
35103<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35104 <ul>
35105 <li>Set with class: \ref ns3::AddressValue</li>
35106 <li>Underlying type: \p Address</li>
35107 <li>Initial value: </li>
35108 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35109 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35110 </ul>
35111<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35112 <ul>
35113 <li>Set with class: \ref ns3::AddressValue</li>
35114 <li>Underlying type: \p Address</li>
35115 <li>Initial value: </li>
35116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35118 </ul>
35119<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).
35120 <ul>
35121 <li>Set with class: \ref ns3::UintegerValue</li>
35122 <li>Underlying type: uint8_t 0:255</li>
35123 <li>Initial value: 0</li>
35124 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35126 </ul>
35127</ul>
35128<h3>Attributes defined in parent class ns3::Application</h3>
35129<ul>
35130<li><b>StartTime</b>: Time at which the application will start
35131 <ul>
35132 <li>Set with class: \ref ns3::TimeValue</li>
35133 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35134 <li>Initial value: +0ns</li>
35135 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35136 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35137 </ul>
35138<li><b>StopTime</b>: Time at which the application will stop
35139 <ul>
35140 <li>Set with class: \ref ns3::TimeValue</li>
35141 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35142 <li>Initial value: +0ns</li>
35143 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35144 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35145 </ul>
35146</ul>
35147<h3>TraceSources</h3>
35148<ul>
35149<li><b>Tx</b>: A new packet is created and sent<br> <ul>
35150 <li> %Callback signature: ns3::Packet::TracedCallback
35151</li>
35152 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35153</ul>
35154<li><b>TxWithAddresses</b>: A new packet is created and sent<br> <ul>
35155 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35156</li>
35157 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35158</ul>
35159</ul>
35160<b>Group:</b> Applications
35161
35162<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
35163*/
35164
35165/*!
35166
35167\class ns3::UdpEchoClient
35168
35169<h3>Config Paths</h3>
35170
35171ns3::UdpEchoClient is accessible through the following paths with Config::Set and Config::Connect:
35172<ul>
35173<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpEchoClient"</li>
35174<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpEchoClient"</li>
35175</ul>
35176<h3>Attributes</h3>
35177<ul>
35178<li><b>Interval</b>: The time to wait between packets
35179 <ul>
35180 <li>Set with class: \ref ns3::TimeValue</li>
35181 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35182 <li>Initial value: +1e+09ns</li>
35183 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35184 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35185 </ul>
35186<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)
35187 <ul>
35188 <li>Set with class: \ref ns3::UintegerValue</li>
35189 <li>Underlying type: uint32_t 0:4294967295</li>
35190 <li>Initial value: 100</li>
35191 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35192 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35193 </ul>
35194<li><b>PacketSize</b>: Size of echo data in outbound packets
35195 <ul>
35196 <li>Set with class: \ref ns3::UintegerValue</li>
35197 <li>Underlying type: uint32_t 0:4294967295</li>
35198 <li>Initial value: 100</li>
35199 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35200 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35201 </ul>
35202<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35203 <ul>
35204 <li>Set with class: \ref ns3::AddressValue</li>
35205 <li>Underlying type: \p Address</li>
35206 <li>Initial value: </li>
35207 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35208 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35209 </ul>
35210<li><b>RemotePort</b>: The destination port of the outbound packets
35211 <ul>
35212 <li>Set with class: \ref ns3::UintegerValue</li>
35213 <li>Underlying type: uint16_t 0:65535</li>
35214 <li>Initial value: 0</li>
35215 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35216 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35217 </ul>
35218</ul>
35219<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35220<ul>
35221<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35222 <ul>
35223 <li>Set with class: \ref ns3::AddressValue</li>
35224 <li>Underlying type: \p Address</li>
35225 <li>Initial value: </li>
35226 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35227 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35228 </ul>
35229<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35230 <ul>
35231 <li>Set with class: \ref ns3::AddressValue</li>
35232 <li>Underlying type: \p Address</li>
35233 <li>Initial value: </li>
35234 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35235 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35236 </ul>
35237<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).
35238 <ul>
35239 <li>Set with class: \ref ns3::UintegerValue</li>
35240 <li>Underlying type: uint8_t 0:255</li>
35241 <li>Initial value: 0</li>
35242 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35243 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35244 </ul>
35245</ul>
35246<h3>Attributes defined in parent class ns3::Application</h3>
35247<ul>
35248<li><b>StartTime</b>: Time at which the application will start
35249 <ul>
35250 <li>Set with class: \ref ns3::TimeValue</li>
35251 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35252 <li>Initial value: +0ns</li>
35253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35255 </ul>
35256<li><b>StopTime</b>: Time at which the application will stop
35257 <ul>
35258 <li>Set with class: \ref ns3::TimeValue</li>
35259 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35260 <li>Initial value: +0ns</li>
35261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35263 </ul>
35264</ul>
35265<h3>TraceSources</h3>
35266<ul>
35267<li><b>Rx</b>: A packet has been received<br> <ul>
35268 <li> %Callback signature: ns3::Packet::TracedCallback
35269</li>
35270 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35271</ul>
35272<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35273 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35274</li>
35275 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35276</ul>
35277<li><b>Tx</b>: A new packet is created and is sent<br> <ul>
35278 <li> %Callback signature: ns3::Packet::TracedCallback
35279</li>
35280 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35281</ul>
35282<li><b>TxWithAddresses</b>: A new packet is created and is sent<br> <ul>
35283 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35284</li>
35285 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35286</ul>
35287</ul>
35288<b>Group:</b> Applications
35289
35290<b>Size</b> of this type is 352 bytes (on a 64-bit architecture).
35291*/
35292
35293/*!
35294
35295\class ns3::UdpEchoServer
35296
35297<h3>Config Paths</h3>
35298
35299ns3::UdpEchoServer is accessible through the following paths with Config::Set and Config::Connect:
35300<ul>
35301<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::UdpEchoServer"</li>
35302<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpEchoServer"</li>
35303</ul>
35304<h3>Attributes</h3>
35305<ul>
35306<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).
35307 <ul>
35308 <li>Set with class: \ref ns3::UintegerValue</li>
35309 <li>Underlying type: uint8_t 0:255</li>
35310 <li>Initial value: 0</li>
35311 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35312 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35313 </ul>
35314</ul>
35315<h3>Attributes defined in parent class ns3::SinkApplication</h3>
35316<ul>
35317<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
35318 <ul>
35319 <li>Set with class: \ref ns3::AddressValue</li>
35320 <li>Underlying type: \p Address</li>
35321 <li>Initial value: </li>
35322 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35323 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35324 </ul>
35325<li><b>Port</b>: Port on which the application listens for incoming packets.
35326 <ul>
35327 <li>Set with class: \ref ns3::UintegerValue</li>
35328 <li>Underlying type: uint32_t 0:4294967295</li>
35329 <li>Initial value: 4294967295</li>
35330 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35331 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35332 </ul>
35333</ul>
35334<h3>Attributes defined in parent class ns3::Application</h3>
35335<ul>
35336<li><b>StartTime</b>: Time at which the application will start
35337 <ul>
35338 <li>Set with class: \ref ns3::TimeValue</li>
35339 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35340 <li>Initial value: +0ns</li>
35341 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35343 </ul>
35344<li><b>StopTime</b>: Time at which the application will stop
35345 <ul>
35346 <li>Set with class: \ref ns3::TimeValue</li>
35347 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35348 <li>Initial value: +0ns</li>
35349 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35350 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35351 </ul>
35352</ul>
35353<h3>TraceSources</h3>
35354<ul>
35355<li><b>Rx</b>: A packet has been received<br> <ul>
35356 <li> %Callback signature: ns3::Packet::TracedCallback
35357</li>
35358 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35359</ul>
35360<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35361 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35362</li>
35363 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35364</ul>
35365</ul>
35366<b>Group:</b> Applications
35367
35368<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
35369*/
35370
35371/*!
35372
35373\class ns3::UdpHeader
35374
35375Introspection did not find any typical Config paths.<br>
35376No Attributes are defined for this type.<br>
35377No TraceSources are defined for this type.<br>
35378<b>Group:</b> Internet
35379
35380<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
35381*/
35382
35383/*!
35384
35385\class ns3::UdpL4Protocol
35386
35387<h3>Config Paths</h3>
35388
35389ns3::UdpL4Protocol is accessible through the following paths with Config::Set and Config::Connect:
35390<ul>
35391<li>"/NodeList/[i]/$ns3::UdpL4Protocol"</li>
35392</ul>
35393<h3>Attributes</h3>
35394<ul>
35395<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.
35396 <ul>
35397 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
35398 <li>Underlying type: \ref ns3::Ptr< \ref ns3::UdpSocketImpl></li>
35399 <li>Flags: <span class="mlabel">read</span></li>
35400 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35401 </ul>
35402</ul>
35403<h3>Attributes defined in parent class ns3::IpL4Protocol</h3>
35404<ul>
35405<li><b>ProtocolNumber</b>: The IP protocol number.
35406 <ul>
35407 <li>Set with class: \ref ns3::IntegerValue</li>
35408 <li>Underlying type: int32_t 0:255</li>
35409 <li>Flags: <span class="mlabel">read</span></li>
35410 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35411 </ul>
35412</ul>
35413No TraceSources are defined for this type.<br>
35414<b>Group:</b> Internet
35415
35416<b>Size</b> of this type is 160 bytes (on a 64-bit architecture).
35417*/
35418
35419/*!
35420
35421\class ns3::UdpServer
35422
35423<h3>Config Paths</h3>
35424
35425ns3::UdpServer is accessible through the following paths with Config::Set and Config::Connect:
35426<ul>
35427<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SinkApplication/$ns3::UdpServer"</li>
35428<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpServer"</li>
35429</ul>
35430<h3>Attributes</h3>
35431<ul>
35432<li><b>PacketWindowSize</b>: The size of the window used to compute the packet loss. This value should be a multiple of 8.
35433 <ul>
35434 <li>Set with class: \ref ns3::UintegerValue</li>
35435 <li>Underlying type: uint16_t 8:256</li>
35436 <li>Initial value: 32</li>
35437 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35438 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35439 </ul>
35440</ul>
35441<h3>Attributes defined in parent class ns3::SinkApplication</h3>
35442<ul>
35443<li><b>Local</b>: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
35444 <ul>
35445 <li>Set with class: \ref ns3::AddressValue</li>
35446 <li>Underlying type: \p Address</li>
35447 <li>Initial value: </li>
35448 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35449 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35450 </ul>
35451<li><b>Port</b>: Port on which the application listens for incoming packets.
35452 <ul>
35453 <li>Set with class: \ref ns3::UintegerValue</li>
35454 <li>Underlying type: uint32_t 0:4294967295</li>
35455 <li>Initial value: 4294967295</li>
35456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35458 </ul>
35459</ul>
35460<h3>Attributes defined in parent class ns3::Application</h3>
35461<ul>
35462<li><b>StartTime</b>: Time at which the application will start
35463 <ul>
35464 <li>Set with class: \ref ns3::TimeValue</li>
35465 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35466 <li>Initial value: +0ns</li>
35467 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35468 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35469 </ul>
35470<li><b>StopTime</b>: Time at which the application will stop
35471 <ul>
35472 <li>Set with class: \ref ns3::TimeValue</li>
35473 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35474 <li>Initial value: +0ns</li>
35475 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35476 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35477 </ul>
35478</ul>
35479<h3>TraceSources</h3>
35480<ul>
35481<li><b>Rx</b>: A packet has been received<br> <ul>
35482 <li> %Callback signature: ns3::Packet::TracedCallback
35483</li>
35484 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35485</ul>
35486<li><b>RxWithAddresses</b>: A packet has been received<br> <ul>
35487 <li> %Callback signature: ns3::Packet::TwoAddressTracedCallback
35488</li>
35489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35490</ul>
35491</ul>
35492<b>Group:</b> Applications
35493
35494<b>Size</b> of this type is 256 bytes (on a 64-bit architecture).
35495*/
35496
35497/*!
35498
35499\class ns3::UdpSocket
35500
35501Introspection did not find any typical Config paths.<br>
35502<h3>Attributes</h3>
35503<ul>
35504<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface
35505 <ul>
35506 <li>Set with class: \ref ns3::IntegerValue</li>
35507 <li>Underlying type: int32_t -2147483648:2147483647</li>
35508 <li>Initial value: -1</li>
35509 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35510 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35511 </ul>
35512<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface
35513 <ul>
35514 <li>Set with class: \ref ns3::BooleanValue</li>
35515 <li>Underlying type: bool</li>
35516 <li>Initial value: false</li>
35517 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35518 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35519 </ul>
35520<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)
35521 <ul>
35522 <li>Set with class: \ref ns3::UintegerValue</li>
35523 <li>Underlying type: uint8_t 0:255</li>
35524 <li>Initial value: 0</li>
35525 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35526 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35527 </ul>
35528<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)
35529 <ul>
35530 <li>Set with class: \ref ns3::UintegerValue</li>
35531 <li>Underlying type: uint8_t 0:255</li>
35532 <li>Initial value: 0</li>
35533 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35534 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35535 </ul>
35536<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.
35537 <ul>
35538 <li>Set with class: \ref ns3::BooleanValue</li>
35539 <li>Underlying type: bool</li>
35540 <li>Initial value: false</li>
35541 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35542 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35543 </ul>
35544<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)
35545 <ul>
35546 <li>Set with class: \ref ns3::UintegerValue</li>
35547 <li>Underlying type: uint32_t 0:4294967295</li>
35548 <li>Initial value: 131072</li>
35549 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35550 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35551 </ul>
35552</ul>
35553No TraceSources are defined for this type.<br>
35554<b>Group:</b> Internet
35555
35556<b>Size</b> of this type is 176 bytes (on a 64-bit architecture).
35557*/
35558
35559/*!
35560
35561\class ns3::UdpSocketFactory
35562
35563<h3>Config Paths</h3>
35564
35565ns3::UdpSocketFactory is accessible through the following paths with Config::Set and Config::Connect:
35566<ul>
35567<li>"/NodeList/[i]/$ns3::UdpSocketFactory"</li>
35568</ul>
35569No Attributes are defined for this type.<br>
35570No TraceSources are defined for this type.<br>
35571<b>Group:</b> Internet
35572
35573<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
35574*/
35575
35576/*!
35577
35578\class ns3::UdpSocketImpl
35579
35580<h3>Config Paths</h3>
35581
35582ns3::UdpSocketImpl is accessible through the following paths with Config::Set and Config::Connect:
35583<ul>
35584<li>"/NodeList/[i]/$ns3::UdpL4Protocol/SocketList/[i]"</li>
35585</ul>
35586<h3>Attributes</h3>
35587<ul>
35588<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.
35589 <ul>
35590 <li>Set with class: \ref ns3::CallbackValue</li>
35591 <li>Underlying type: \p Callback</li>
35592 <li>Initial value: 0</li>
35593 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35594 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35595 </ul>
35596<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.
35597 <ul>
35598 <li>Set with class: \ref ns3::CallbackValue</li>
35599 <li>Underlying type: \p Callback</li>
35600 <li>Initial value: 0</li>
35601 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35602 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35603 </ul>
35604</ul>
35605<h3>Attributes defined in parent class ns3::UdpSocket</h3>
35606<ul>
35607<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface
35608 <ul>
35609 <li>Set with class: \ref ns3::IntegerValue</li>
35610 <li>Underlying type: int32_t -2147483648:2147483647</li>
35611 <li>Initial value: -1</li>
35612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35614 </ul>
35615<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface
35616 <ul>
35617 <li>Set with class: \ref ns3::BooleanValue</li>
35618 <li>Underlying type: bool</li>
35619 <li>Initial value: false</li>
35620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35622 </ul>
35623<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)
35624 <ul>
35625 <li>Set with class: \ref ns3::UintegerValue</li>
35626 <li>Underlying type: uint8_t 0:255</li>
35627 <li>Initial value: 0</li>
35628 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35629 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35630 </ul>
35631<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)
35632 <ul>
35633 <li>Set with class: \ref ns3::UintegerValue</li>
35634 <li>Underlying type: uint8_t 0:255</li>
35635 <li>Initial value: 0</li>
35636 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35637 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35638 </ul>
35639<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.
35640 <ul>
35641 <li>Set with class: \ref ns3::BooleanValue</li>
35642 <li>Underlying type: bool</li>
35643 <li>Initial value: false</li>
35644 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35645 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35646 </ul>
35647<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)
35648 <ul>
35649 <li>Set with class: \ref ns3::UintegerValue</li>
35650 <li>Underlying type: uint32_t 0:4294967295</li>
35651 <li>Initial value: 131072</li>
35652 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35654 </ul>
35655</ul>
35656<h3>TraceSources</h3>
35657<ul>
35658<li><b>Drop</b>: Drop UDP packet due to receive buffer overflow<br> <ul>
35659 <li> %Callback signature: ns3::Packet::TracedCallback
35660</li>
35661 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35662</ul>
35663</ul>
35664<b>Group:</b> Internet
35665
35666<b>Size</b> of this type is 384 bytes (on a 64-bit architecture).
35667*/
35668
35669/*!
35670
35671\class ns3::UdpTraceClient
35672
35673<h3>Config Paths</h3>
35674
35675ns3::UdpTraceClient is accessible through the following paths with Config::Set and Config::Connect:
35676<ul>
35677<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::UdpTraceClient"</li>
35678<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::UdpTraceClient"</li>
35679</ul>
35680<h3>Attributes</h3>
35681<ul>
35682<li><b>MaxPacketSize</b>: The maximum size of a packet (including the SeqTsHeader, 12 bytes).
35683 <ul>
35684 <li>Set with class: \ref ns3::UintegerValue</li>
35685 <li>Underlying type: uint32_t 0:4294967295</li>
35686 <li>Initial value: 1024</li>
35687 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35688 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35689 </ul>
35690<li><b>RemoteAddress</b>: The destination Address of the outbound packets
35691 <ul>
35692 <li>Set with class: \ref ns3::AddressValue</li>
35693 <li>Underlying type: \p Address</li>
35694 <li>Initial value: </li>
35695 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35696 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35697 </ul>
35698<li><b>RemotePort</b>: The destination port of the outbound packets
35699 <ul>
35700 <li>Set with class: \ref ns3::UintegerValue</li>
35701 <li>Underlying type: uint16_t 0:65535</li>
35702 <li>Initial value: 100</li>
35703 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35704 <li>Support level: <span class="mlabel">DEPRECATED</span>: Replaced by Remote in ns-3.44.</li>
35705 </ul>
35706<li><b>TraceFilename</b>: Name of file to load a trace from. By default, uses a hardcoded trace.
35707 <ul>
35708 <li>Set with class: \ref ns3::StringValue</li>
35709 <li>Underlying type: \p std::string</li>
35710 <li>Initial value: ""</li>
35711 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35712 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35713 </ul>
35714<li><b>TraceLoop</b>: Loops through the trace file, starting again once it is over.
35715 <ul>
35716 <li>Set with class: \ref ns3::BooleanValue</li>
35717 <li>Underlying type: bool</li>
35718 <li>Initial value: true</li>
35719 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
35720 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35721 </ul>
35722</ul>
35723<h3>Attributes defined in parent class ns3::SourceApplication</h3>
35724<ul>
35725<li><b>Local</b>: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
35726 <ul>
35727 <li>Set with class: \ref ns3::AddressValue</li>
35728 <li>Underlying type: \p Address</li>
35729 <li>Initial value: </li>
35730 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35731 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35732 </ul>
35733<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port
35734 <ul>
35735 <li>Set with class: \ref ns3::AddressValue</li>
35736 <li>Underlying type: \p Address</li>
35737 <li>Initial value: </li>
35738 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35740 </ul>
35741<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).
35742 <ul>
35743 <li>Set with class: \ref ns3::UintegerValue</li>
35744 <li>Underlying type: uint8_t 0:255</li>
35745 <li>Initial value: 0</li>
35746 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35747 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35748 </ul>
35749</ul>
35750<h3>Attributes defined in parent class ns3::Application</h3>
35751<ul>
35752<li><b>StartTime</b>: Time at which the application will start
35753 <ul>
35754 <li>Set with class: \ref ns3::TimeValue</li>
35755 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35756 <li>Initial value: +0ns</li>
35757 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35758 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35759 </ul>
35760<li><b>StopTime</b>: Time at which the application will stop
35761 <ul>
35762 <li>Set with class: \ref ns3::TimeValue</li>
35763 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35764 <li>Initial value: +0ns</li>
35765 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35766 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35767 </ul>
35768</ul>
35769No TraceSources are defined for this type.<br>
35770<b>Group:</b> Applications
35771
35772<b>Size</b> of this type is 288 bytes (on a 64-bit architecture).
35773*/
35774
35775/*!
35776
35777\class ns3::UeManager
35778
35779<h3>Config Paths</h3>
35780
35781ns3::UeManager is accessible through the following paths with Config::Set and Config::Connect:
35782<ul>
35783<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]"</li>
35784<li>"/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]"</li>
35785</ul>
35786<h3>Attributes</h3>
35787<ul>
35788<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier
35789 <ul>
35790 <li>Set with class: \ref ns3::UintegerValue</li>
35791 <li>Underlying type: uint16_t 0:65535</li>
35792 <li>Flags: <span class="mlabel">read</span></li>
35793 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35794 </ul>
35795<li><b>DataRadioBearerMap</b>: List of UE DataRadioBearerInfo by DRBID.
35796 <ul>
35797 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
35798 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteDataRadioBearerInfo></li>
35799 <li>Flags: <span class="mlabel">read</span></li>
35800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35801 </ul>
35802<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0
35803 <ul>
35804 <li>Set with class: \ref ns3::PointerValue</li>
35805 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
35806 <li>Initial value: 0</li>
35807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35809 </ul>
35810<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1
35811 <ul>
35812 <li>Set with class: \ref ns3::PointerValue</li>
35813 <li>Underlying type: \ref ns3::Ptr< \ref ns3::LteSignalingRadioBearerInfo></li>
35814 <li>Initial value: 0</li>
35815 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35816 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35817 </ul>
35818</ul>
35819<h3>TraceSources</h3>
35820<ul>
35821<li><b>DrbCreated</b>: trace fired after DRB is created<br> <ul>
35822 <li> %Callback signature: ns3::UeManager::ImsiCidRntiLcIdTracedCallback
35823</li>
35824 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35825</ul>
35826<li><b>StateTransition</b>: fired upon every UE state transition seen by the UeManager at the eNB RRC<br> <ul>
35827 <li> %Callback signature: ns3::UeManager::StateTracedCallback
35828</li>
35829 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35830</ul>
35831</ul>
35832<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
35833*/
35834
35835/*!
35836
35837\class ns3::Uinteger16Probe
35838
35839Introspection did not find any typical Config paths.<br>
35840No Attributes are defined for this type.<br>
35841<h3>Attributes defined in parent class ns3::Probe</h3>
35842<ul>
35843<li><b>Start</b>: Time data collection starts
35844 <ul>
35845 <li>Set with class: \ref ns3::TimeValue</li>
35846 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35847 <li>Initial value: +0ns</li>
35848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35850 </ul>
35851<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35852 <ul>
35853 <li>Set with class: \ref ns3::TimeValue</li>
35854 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35855 <li>Initial value: +0ns</li>
35856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35858 </ul>
35859</ul>
35860<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35861<ul>
35862<li><b>Enabled</b>: Object's enabled status
35863 <ul>
35864 <li>Set with class: \ref ns3::BooleanValue</li>
35865 <li>Underlying type: bool</li>
35866 <li>Initial value: true</li>
35867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35869 </ul>
35870<li><b>Name</b>: Object's name
35871 <ul>
35872 <li>Set with class: \ref ns3::StringValue</li>
35873 <li>Underlying type: \p std::string</li>
35874 <li>Initial value: unnamed</li>
35875 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35876 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35877 </ul>
35878</ul>
35879<h3>TraceSources</h3>
35880<ul>
35881<li><b>Output</b>: The uint16_t that serves as output for this probe<br> <ul>
35882 <li> %Callback signature: ns3::TracedValueCallback::Uint16
35883</li>
35884 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35885</ul>
35886</ul>
35887<b>Group:</b> Stats
35888
35889<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
35890*/
35891
35892/*!
35893
35894\class ns3::Uinteger32Probe
35895
35896Introspection did not find any typical Config paths.<br>
35897No Attributes are defined for this type.<br>
35898<h3>Attributes defined in parent class ns3::Probe</h3>
35899<ul>
35900<li><b>Start</b>: Time data collection starts
35901 <ul>
35902 <li>Set with class: \ref ns3::TimeValue</li>
35903 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35904 <li>Initial value: +0ns</li>
35905 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35906 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35907 </ul>
35908<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35909 <ul>
35910 <li>Set with class: \ref ns3::TimeValue</li>
35911 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35912 <li>Initial value: +0ns</li>
35913 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35914 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35915 </ul>
35916</ul>
35917<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35918<ul>
35919<li><b>Enabled</b>: Object's enabled status
35920 <ul>
35921 <li>Set with class: \ref ns3::BooleanValue</li>
35922 <li>Underlying type: bool</li>
35923 <li>Initial value: true</li>
35924 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35925 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35926 </ul>
35927<li><b>Name</b>: Object's name
35928 <ul>
35929 <li>Set with class: \ref ns3::StringValue</li>
35930 <li>Underlying type: \p std::string</li>
35931 <li>Initial value: unnamed</li>
35932 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35933 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35934 </ul>
35935</ul>
35936<h3>TraceSources</h3>
35937<ul>
35938<li><b>Output</b>: The uint32_t that serves as output for this probe<br> <ul>
35939 <li> %Callback signature: ns3::TracedValueCallback::Uint32
35940</li>
35941 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35942</ul>
35943</ul>
35944<b>Group:</b> Stats
35945
35946<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
35947*/
35948
35949/*!
35950
35951\class ns3::Uinteger8Probe
35952
35953Introspection did not find any typical Config paths.<br>
35954No Attributes are defined for this type.<br>
35955<h3>Attributes defined in parent class ns3::Probe</h3>
35956<ul>
35957<li><b>Start</b>: Time data collection starts
35958 <ul>
35959 <li>Set with class: \ref ns3::TimeValue</li>
35960 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35961 <li>Initial value: +0ns</li>
35962 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35963 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35964 </ul>
35965<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute
35966 <ul>
35967 <li>Set with class: \ref ns3::TimeValue</li>
35968 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
35969 <li>Initial value: +0ns</li>
35970 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35971 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35972 </ul>
35973</ul>
35974<h3>Attributes defined in parent class ns3::DataCollectionObject</h3>
35975<ul>
35976<li><b>Enabled</b>: Object's enabled status
35977 <ul>
35978 <li>Set with class: \ref ns3::BooleanValue</li>
35979 <li>Underlying type: bool</li>
35980 <li>Initial value: true</li>
35981 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35982 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35983 </ul>
35984<li><b>Name</b>: Object's name
35985 <ul>
35986 <li>Set with class: \ref ns3::StringValue</li>
35987 <li>Underlying type: \p std::string</li>
35988 <li>Initial value: unnamed</li>
35989 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
35990 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35991 </ul>
35992</ul>
35993<h3>TraceSources</h3>
35994<ul>
35995<li><b>Output</b>: The uint8_t that serves as output for this probe<br> <ul>
35996 <li> %Callback signature: ns3::TracedValueCallback::Uint8
35997</li>
35998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
35999</ul>
36000</ul>
36001<b>Group:</b> Stats
36002
36003<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
36004*/
36005
36006/*!
36007
36008\class ns3::UlMap
36009
36010Introspection did not find any typical Config paths.<br>
36011No Attributes are defined for this type.<br>
36012No TraceSources are defined for this type.<br>
36013<b>Group:</b> Wimax
36014
36015<b>Size</b> of this type is 40 bytes (on a 64-bit architecture).
36016*/
36017
36018/*!
36019
36020\class ns3::UniformDiscPositionAllocator
36021
36022<h3>Config Paths</h3>
36023
36024ns3::UniformDiscPositionAllocator is accessible through the following paths with Config::Set and Config::Connect:
36025<ul>
36026<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::UniformDiscPositionAllocator"</li>
36027</ul>
36028<h3>Attributes</h3>
36029<ul>
36030<li><b>X</b>: The x coordinate of the center of the disc.
36031 <ul>
36032 <li>Set with class: \ref ns3::DoubleValue</li>
36033 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36034 <li>Initial value: 0</li>
36035 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36037 </ul>
36038<li><b>Y</b>: The y coordinate of the center of the disc.
36039 <ul>
36040 <li>Set with class: \ref ns3::DoubleValue</li>
36041 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36042 <li>Initial value: 0</li>
36043 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36044 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36045 </ul>
36046<li><b>Z</b>: The z coordinate of all the positions in the disc.
36047 <ul>
36048 <li>Set with class: \ref ns3::DoubleValue</li>
36049 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36050 <li>Initial value: 0</li>
36051 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36052 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36053 </ul>
36054<li><b>rho</b>: The radius of the disc
36055 <ul>
36056 <li>Set with class: \ref ns3::DoubleValue</li>
36057 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36058 <li>Initial value: 0</li>
36059 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36060 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36061 </ul>
36062</ul>
36063No TraceSources are defined for this type.<br>
36064<b>Group:</b> Mobility
36065
36066<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
36067*/
36068
36069/*!
36070
36071\class ns3::UniformPlanarArray
36072
36073Introspection did not find any typical Config paths.<br>
36074<h3>Attributes</h3>
36075<ul>
36076<li><b>AntennaHorizontalSpacing</b>: Horizontal spacing between antenna elements, in multiples of wave length
36077 <ul>
36078 <li>Set with class: \ref ns3::DoubleValue</li>
36079 <li>Underlying type: double 0:1.79769e+308</li>
36080 <li>Initial value: 0.5</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<li><b>AntennaVerticalSpacing</b>: Vertical spacing between antenna elements, in multiples of wave length
36085 <ul>
36086 <li>Set with class: \ref ns3::DoubleValue</li>
36087 <li>Underlying type: double 0:1.79769e+308</li>
36088 <li>Initial value: 0.5</li>
36089 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36090 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36091 </ul>
36092<li><b>BearingAngle</b>: The bearing angle in radians
36093 <ul>
36094 <li>Set with class: \ref ns3::DoubleValue</li>
36095 <li>Underlying type: double -3.14159:3.14159</li>
36096 <li>Initial value: 0</li>
36097 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36098 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36099 </ul>
36100<li><b>DowntiltAngle</b>: The downtilt angle in radians
36101 <ul>
36102 <li>Set with class: \ref ns3::DoubleValue</li>
36103 <li>Underlying type: double -3.14159:3.14159</li>
36104 <li>Initial value: 0</li>
36105 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36106 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36107 </ul>
36108<li><b>IsDualPolarized</b>: If true, dual polarized antenna
36109 <ul>
36110 <li>Set with class: \ref ns3::BooleanValue</li>
36111 <li>Underlying type: bool</li>
36112 <li>Initial value: false</li>
36113 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36114 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36115 </ul>
36116<li><b>NumColumns</b>: Horizontal size of the array
36117 <ul>
36118 <li>Set with class: \ref ns3::UintegerValue</li>
36119 <li>Underlying type: uint32_t 1:4294967295</li>
36120 <li>Initial value: 4</li>
36121 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36122 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36123 </ul>
36124<li><b>NumHorizontalPorts</b>: Horizontal number of ports
36125 <ul>
36126 <li>Set with class: \ref ns3::UintegerValue</li>
36127 <li>Underlying type: uint32_t 0:4294967295</li>
36128 <li>Initial value: 1</li>
36129 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36130 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36131 </ul>
36132<li><b>NumRows</b>: Vertical size of the array
36133 <ul>
36134 <li>Set with class: \ref ns3::UintegerValue</li>
36135 <li>Underlying type: uint32_t 1:4294967295</li>
36136 <li>Initial value: 4</li>
36137 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36138 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36139 </ul>
36140<li><b>NumVerticalPorts</b>: Vertical number of ports
36141 <ul>
36142 <li>Set with class: \ref ns3::UintegerValue</li>
36143 <li>Underlying type: uint32_t 0:4294967295</li>
36144 <li>Initial value: 1</li>
36145 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36146 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36147 </ul>
36148<li><b>PolSlantAngle</b>: The polarization slant angle in radians
36149 <ul>
36150 <li>Set with class: \ref ns3::DoubleValue</li>
36151 <li>Underlying type: double -3.14159:3.14159</li>
36152 <li>Initial value: 0</li>
36153 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36154 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36155 </ul>
36156</ul>
36157<h3>Attributes defined in parent class ns3::PhasedArrayModel</h3>
36158<ul>
36159<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array
36160 <ul>
36161 <li>Set with class: \ref ns3::PointerValue</li>
36162 <li>Underlying type: \ref ns3::Ptr< \ref ns3::AntennaModel></li>
36163 <li>Initial value: 0x20f1a50</li>
36164 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36165 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36166 </ul>
36167</ul>
36168No TraceSources are defined for this type.<br>
36169<b>Group:</b> Antenna
36170
36171<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
36172*/
36173
36174/*!
36175
36176\class ns3::UniformRandomVariable
36177
36178<h3>Config Paths</h3>
36179
36180ns3::UniformRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
36181<ul>
36182<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36183<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36184<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36185<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36186<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36187<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36188<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36189<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36190<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36191<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36192<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36193<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36194<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36195<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36196<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36197<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/BeaconJitter"</li>
36198<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::UniformRandomVariable"</li>
36199<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::UniformRandomVariable"</li>
36200<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36201<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36202<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36203<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36204<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36205<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36206<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36207<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::UniformRandomVariable"</li>
36208<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::UniformRandomVariable"</li>
36209<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::UniformRandomVariable"</li>
36210<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::UniformRandomVariable"</li>
36211<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::UniformRandomVariable"</li>
36212<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::Radvd/AdvertisementJitter"</li>
36213<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::UniformRandomVariable"</li>
36214<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::UniformRandomVariable"</li>
36215<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::UniformRandomVariable"</li>
36216<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::UniformRandomVariable"</li>
36217<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::UniformRandomVariable"</li>
36218<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::UniformRandomVariable"</li>
36219<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::UniformRandomVariable"</li>
36220<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36221<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::UniformRandomVariable"</li>
36222<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::UniformRandomVariable"</li>
36223<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36224<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36225<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::UniformRandomVariable"</li>
36226<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::UniformRandomVariable"</li>
36227<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36228<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::UniformRandomVariable"</li>
36229<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36230<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::UniformRandomVariable"</li>
36231<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::UniformRandomVariable"</li>
36232<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::UniformRandomVariable"</li>
36233<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::UniformRandomVariable"</li>
36234<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::UniformRandomVariable"</li>
36235<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::UniformRandomVariable"</li>
36236<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::UniformRandomVariable"</li>
36237<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::UniformRandomVariable"</li>
36238<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::UniformRandomVariable"</li>
36239<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::UniformRandomVariable"</li>
36240<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::UniformRandomVariable"</li>
36241<li>"/NodeList/[i]/$ns3::aodv::RoutingProtocol/UniformRv"</li>
36242<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36243<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::UniformRandomVariable"</li>
36244<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::UniformRandomVariable"</li>
36245</ul>
36246<h3>Attributes</h3>
36247<ul>
36248<li><b>Max</b>: The upper bound on the values returned by this RNG stream.
36249 <ul>
36250 <li>Set with class: \ref ns3::DoubleValue</li>
36251 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36252 <li>Initial value: 1</li>
36253 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36254 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36255 </ul>
36256<li><b>Min</b>: The lower bound on the values returned by this RNG stream.
36257 <ul>
36258 <li>Set with class: \ref ns3::DoubleValue</li>
36259 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36260 <li>Initial value: 0</li>
36261 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36262 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36263 </ul>
36264</ul>
36265<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
36266<ul>
36267<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
36268 <ul>
36269 <li>Set with class: \ref ns3::BooleanValue</li>
36270 <li>Underlying type: bool</li>
36271 <li>Initial value: false</li>
36272 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36273 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36274 </ul>
36275<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.
36276 <ul>
36277 <li>Set with class: \ref ns3::IntegerValue</li>
36278 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
36279 <li>Initial value: -1</li>
36280 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36281 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36282 </ul>
36283</ul>
36284No TraceSources are defined for this type.<br>
36285<b>Group:</b> Core
36286
36287<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
36288*/
36289
36290/*!
36291
36292\class ns3::UplinkScheduler
36293
36294<h3>Config Paths</h3>
36295
36296ns3::UplinkScheduler is accessible through the following paths with Config::Set and Config::Connect:
36297<ul>
36298<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler"</li>
36299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler"</li>
36300</ul>
36301No Attributes are defined for this type.<br>
36302No TraceSources are defined for this type.<br>
36303<b>Group:</b> Wimax
36304
36305<b>Size</b> of this type is 120 bytes (on a 64-bit architecture).
36306*/
36307
36308/*!
36309
36310\class ns3::UplinkSchedulerMBQoS
36311
36312<h3>Config Paths</h3>
36313
36314ns3::UplinkSchedulerMBQoS is accessible through the following paths with Config::Set and Config::Connect:
36315<ul>
36316<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerMBQoS"</li>
36317<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerMBQoS"</li>
36318</ul>
36319<h3>Attributes</h3>
36320<ul>
36321<li><b>WindowInterval</b>: The time to wait to reset window
36322 <ul>
36323 <li>Set with class: \ref ns3::TimeValue</li>
36324 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36325 <li>Initial value: +1e+09ns</li>
36326 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36327 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36328 </ul>
36329</ul>
36330No TraceSources are defined for this type.<br>
36331<b>Group:</b> Wimax
36332
36333<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
36334*/
36335
36336/*!
36337
36338\class ns3::UplinkSchedulerRtps
36339
36340<h3>Config Paths</h3>
36341
36342ns3::UplinkSchedulerRtps is accessible through the following paths with Config::Set and Config::Connect:
36343<ul>
36344<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerRtps"</li>
36345<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerRtps"</li>
36346</ul>
36347No Attributes are defined for this type.<br>
36348No TraceSources are defined for this type.<br>
36349<b>Group:</b> Wimax
36350
36351<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
36352*/
36353
36354/*!
36355
36356\class ns3::UplinkSchedulerSimple
36357
36358<h3>Config Paths</h3>
36359
36360ns3::UplinkSchedulerSimple is accessible through the following paths with Config::Set and Config::Connect:
36361<ul>
36362<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerSimple"</li>
36363<li>"/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/UplinkScheduler/$ns3::UplinkSchedulerSimple"</li>
36364</ul>
36365No Attributes are defined for this type.<br>
36366No TraceSources are defined for this type.<br>
36367<b>Group:</b> Wimax
36368
36369<b>Size</b> of this type is 144 bytes (on a 64-bit architecture).
36370*/
36371
36372/*!
36373
36374\class ns3::V4TraceRoute
36375
36376<h3>Config Paths</h3>
36377
36378ns3::V4TraceRoute is accessible through the following paths with Config::Set and Config::Connect:
36379<ul>
36380<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::V4TraceRoute"</li>
36381</ul>
36382<h3>Attributes</h3>
36383<ul>
36384<li><b>Interval</b>: Wait interval between sent packets.
36385 <ul>
36386 <li>Set with class: \ref ns3::TimeValue</li>
36387 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36388 <li>Initial value: +0ns</li>
36389 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36390 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36391 </ul>
36392<li><b>MaxHop</b>: The maximum number of hops to trace.
36393 <ul>
36394 <li>Set with class: \ref ns3::UintegerValue</li>
36395 <li>Underlying type: uint32_t 0:4294967295</li>
36396 <li>Initial value: 30</li>
36397 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36398 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36399 </ul>
36400<li><b>ProbeNum</b>: The number of packets send to each hop.
36401 <ul>
36402 <li>Set with class: \ref ns3::UintegerValue</li>
36403 <li>Underlying type: uint16_t 0:65535</li>
36404 <li>Initial value: 3</li>
36405 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36406 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36407 </ul>
36408<li><b>Remote</b>: The address of the machine we want to trace.
36409 <ul>
36410 <li>Set with class: \ref ns3::Ipv4AddressValue</li>
36411 <li>Underlying type: \p Ipv4Address</li>
36412 <li>Initial value: 102.102.102.102</li>
36413 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36414 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36415 </ul>
36416<li><b>Size</b>: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.
36417 <ul>
36418 <li>Set with class: \ref ns3::UintegerValue</li>
36419 <li>Underlying type: uint32_t 0:4294967295</li>
36420 <li>Initial value: 56</li>
36421 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36423 </ul>
36424<li><b>Timeout</b>: The waiting time for a route response before a timeout.
36425 <ul>
36426 <li>Set with class: \ref ns3::TimeValue</li>
36427 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36428 <li>Initial value: +5e+09ns</li>
36429 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36430 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36431 </ul>
36432<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).
36433 <ul>
36434 <li>Set with class: \ref ns3::UintegerValue</li>
36435 <li>Underlying type: uint8_t 0:255</li>
36436 <li>Initial value: 0</li>
36437 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36438 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36439 </ul>
36440<li><b>Verbose</b>: Produce usual output.
36441 <ul>
36442 <li>Set with class: \ref ns3::BooleanValue</li>
36443 <li>Underlying type: bool</li>
36444 <li>Initial value: true</li>
36445 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36446 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36447 </ul>
36448</ul>
36449<h3>Attributes defined in parent class ns3::Application</h3>
36450<ul>
36451<li><b>StartTime</b>: Time at which the application will start
36452 <ul>
36453 <li>Set with class: \ref ns3::TimeValue</li>
36454 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36455 <li>Initial value: +0ns</li>
36456 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36457 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36458 </ul>
36459<li><b>StopTime</b>: Time at which the application will stop
36460 <ul>
36461 <li>Set with class: \ref ns3::TimeValue</li>
36462 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36463 <li>Initial value: +0ns</li>
36464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36466 </ul>
36467</ul>
36468No TraceSources are defined for this type.<br>
36469<b>Group:</b> Internet-Apps
36470
36471<b>Size</b> of this type is 1056 bytes (on a 64-bit architecture).
36472*/
36473
36474/*!
36475
36476\class ns3::VhtConfiguration
36477
36478<h3>Config Paths</h3>
36479
36480ns3::VhtConfiguration is accessible through the following paths with Config::Set and Config::Connect:
36481<ul>
36482<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/VhtConfiguration"</li>
36483</ul>
36484<h3>Attributes</h3>
36485<ul>
36486<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.
36487 <ul>
36488 <li>Set with class: \ref ns3::TupleValue</li>
36489 <li>Initial value: {-72.0, -72.0, -69.0}</li>
36490 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36491 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36492 </ul>
36493<li><b>Support160MHzOperation</b>: Whether or not 160 MHz operation is to be supported.
36494 <ul>
36495 <li>Set with class: \ref ns3::BooleanValue</li>
36496 <li>Underlying type: bool</li>
36497 <li>Initial value: true</li>
36498 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36499 <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>
36500 </ul>
36501</ul>
36502No TraceSources are defined for this type.<br>
36503<b>Group:</b> Wifi
36504
36505<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
36506*/
36507
36508/*!
36509
36510\class ns3::VhtFrameExchangeManager
36511
36512<h3>Config Paths</h3>
36513
36514ns3::VhtFrameExchangeManager is accessible through the following paths with Config::Set and Config::Connect:
36515<ul>
36516<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::VhtFrameExchangeManager"</li>
36517<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36518<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36519<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/FrameExchangeManagers/[i]/$ns3::QosFrameExchangeManager/$ns3::HtFrameExchangeManager/$ns3::VhtFrameExchangeManager"</li>
36520</ul>
36521No Attributes are defined for this type.<br>
36522<h3>Attributes defined in parent class ns3::QosFrameExchangeManager</h3>
36523<ul>
36524<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP
36525 <ul>
36526 <li>Set with class: \ref ns3::BooleanValue</li>
36527 <li>Underlying type: bool</li>
36528 <li>Initial value: true</li>
36529 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36530 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36531 </ul>
36532<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
36533 <ul>
36534 <li>Set with class: \ref ns3::BooleanValue</li>
36535 <li>Underlying type: bool</li>
36536 <li>Initial value: false</li>
36537 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36538 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36539 </ul>
36540<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
36541 <ul>
36542 <li>Set with class: \ref ns3::BooleanValue</li>
36543 <li>Underlying type: bool</li>
36544 <li>Initial value: false</li>
36545 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36546 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36547 </ul>
36548<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
36549 <ul>
36550 <li>Set with class: \ref ns3::TimeValue</li>
36551 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36552 <li>Initial value: +0ns</li>
36553 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36554 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36555 </ul>
36556</ul>
36557<h3>Attributes defined in parent class ns3::FrameExchangeManager</h3>
36558<ul>
36559<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.
36560 <ul>
36561 <li>Set with class: \ref ns3::BooleanValue</li>
36562 <li>Underlying type: bool</li>
36563 <li>Initial value: true</li>
36564 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36565 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36566 </ul>
36567</ul>
36568No TraceSources are defined for this type.<br>
36569<b>Group:</b> Wifi
36570
36571<b>Size</b> of this type is 1736 bytes (on a 64-bit architecture).
36572*/
36573
36574/*!
36575
36576\class ns3::VirtualNetDevice
36577
36578<h3>Config Paths</h3>
36579
36580ns3::VirtualNetDevice is accessible through the following paths with Config::Set and Config::Connect:
36581<ul>
36582<li>"/NodeList/[i]/DeviceList/[i]/$ns3::VirtualNetDevice"</li>
36583</ul>
36584<h3>Attributes</h3>
36585<ul>
36586<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
36587 <ul>
36588 <li>Set with class: \ref ns3::UintegerValue</li>
36589 <li>Underlying type: uint16_t 0:65535</li>
36590 <li>Initial value: 1500</li>
36591 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36592 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36593 </ul>
36594</ul>
36595<h3>TraceSources</h3>
36596<ul>
36597<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>
36598 <li> %Callback signature: ns3::Packet::TracedCallback
36599</li>
36600 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36601</ul>
36602<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>
36603 <li> %Callback signature: ns3::Packet::TracedCallback
36604</li>
36605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36606</ul>
36607<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device<br> <ul>
36608 <li> %Callback signature: ns3::Packet::TracedCallback
36609</li>
36610 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36611</ul>
36612<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device<br> <ul>
36613 <li> %Callback signature: ns3::Packet::TracedCallback
36614</li>
36615 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36616</ul>
36617<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device<br> <ul>
36618 <li> %Callback signature: ns3::Packet::TracedCallback
36619</li>
36620 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36621</ul>
36622</ul>
36623<b>Group:</b> VirtualNetDevice
36624
36625<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
36626*/
36627
36628/*!
36629
36630\class ns3::WallClockSynchronizer
36631
36632Introspection did not find any typical Config paths.<br>
36633No Attributes are defined for this type.<br>
36634No TraceSources are defined for this type.<br>
36635<b>Group:</b> Core
36636
36637<b>Size</b> of this type is 184 bytes (on a 64-bit architecture).
36638*/
36639
36640/*!
36641
36642\class ns3::WaveformGenerator
36643
36644Introspection did not find any typical Config paths.<br>
36645<h3>Attributes</h3>
36646<ul>
36647<li><b>DutyCycle</b>: the duty cycle of the generator, i.e., the fraction of the period that is occupied by a signal
36648 <ul>
36649 <li>Set with class: \ref ns3::DoubleValue</li>
36650 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36651 <li>Initial value: 0.5</li>
36652 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36653 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36654 </ul>
36655<li><b>Period</b>: the period (=1/frequency)
36656 <ul>
36657 <li>Set with class: \ref ns3::TimeValue</li>
36658 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
36659 <li>Initial value: +1e+09ns</li>
36660 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36661 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36662 </ul>
36663</ul>
36664<h3>TraceSources</h3>
36665<ul>
36666<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished<br> <ul>
36667 <li> %Callback signature: ns3::Packet::TracedCallback
36668</li>
36669 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36670</ul>
36671<li><b>TxStart</b>: Trace fired when a new transmission is started<br> <ul>
36672 <li> %Callback signature: ns3::Packet::TracedCallback
36673</li>
36674 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36675</ul>
36676</ul>
36677<b>Group:</b> Spectrum
36678
36679<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
36680*/
36681
36682/*!
36683
36684\class ns3::WaypointMobilityModel
36685
36686<h3>Config Paths</h3>
36687
36688ns3::WaypointMobilityModel is accessible through the following paths with Config::Set and Config::Connect:
36689<ul>
36690<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::WaypointMobilityModel"</li>
36691</ul>
36692<h3>Attributes</h3>
36693<ul>
36694<li><b>InitialPositionIsWaypoint</b>: Calling SetPosition with no waypoints creates a waypoint.
36695 <ul>
36696 <li>Set with class: \ref ns3::BooleanValue</li>
36697 <li>Underlying type: bool</li>
36698 <li>Initial value: false</li>
36699 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36700 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36701 </ul>
36702<li><b>LazyNotify</b>: Only call NotifyCourseChange when position is calculated.
36703 <ul>
36704 <li>Set with class: \ref ns3::BooleanValue</li>
36705 <li>Underlying type: bool</li>
36706 <li>Initial value: false</li>
36707 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36709 </ul>
36710<li><b>NextWaypoint</b>: The next waypoint used to determine position.
36711 <ul>
36712 <li>Set with class: \ref ns3::WaypointValue</li>
36713 <li>Underlying type: \p Waypoint</li>
36714 <li>Flags: <span class="mlabel">read</span></li>
36715 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36716 </ul>
36717<li><b>WaypointsLeft</b>: The number of waypoints remaining.
36718 <ul>
36719 <li>Set with class: \ref ns3::UintegerValue</li>
36720 <li>Underlying type: uint32_t 0:4294967295</li>
36721 <li>Flags: <span class="mlabel">read</span></li>
36722 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36723 </ul>
36724</ul>
36725<h3>Attributes defined in parent class ns3::MobilityModel</h3>
36726<ul>
36727<li><b>Position</b>: The current position of the mobility model.
36728 <ul>
36729 <li>Set with class: \ref ns3::Vector3DValue</li>
36730 <li>Underlying type: \p Vector3D</li>
36731 <li>Flags: <span class="mlabel">write</span><span class="mlabel">read</span></li>
36732 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36733 </ul>
36734<li><b>Velocity</b>: The current velocity of the mobility model.
36735 <ul>
36736 <li>Set with class: \ref ns3::Vector3DValue</li>
36737 <li>Underlying type: \p Vector3D</li>
36738 <li>Flags: <span class="mlabel">read</span></li>
36739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36740 </ul>
36741</ul>
36742No TraceSources are defined for this type.<br>
36743<h3>TraceSources defined in parent class ns3::MobilityModel</h3>
36744<ul>
36745<li><b>CourseChange</b>: The value of the position and/or velocity vector changed<br> <ul>
36746 <li> %Callback signature: ns3::MobilityModel::TracedCallback
36747</li>
36748 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36749</ul>
36750</ul>
36751<b>Group:</b> Mobility
36752
36753<b>Size</b> of this type is 280 bytes (on a 64-bit architecture).
36754*/
36755
36756/*!
36757
36758\class ns3::WeibullRandomVariable
36759
36760<h3>Config Paths</h3>
36761
36762ns3::WeibullRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
36763<ul>
36764<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36765<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36766<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36767<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36768<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36769<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36770<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36771<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36772<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36773<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36774<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36775<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36776<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36777<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36778<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36779<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::WeibullRandomVariable"</li>
36780<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::WeibullRandomVariable"</li>
36781<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36782<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36783<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36784<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36785<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36786<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36787<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36788<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::WeibullRandomVariable"</li>
36789<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::WeibullRandomVariable"</li>
36790<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::WeibullRandomVariable"</li>
36791<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::WeibullRandomVariable"</li>
36792<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::WeibullRandomVariable"</li>
36793<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::WeibullRandomVariable"</li>
36794<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::WeibullRandomVariable"</li>
36795<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::WeibullRandomVariable"</li>
36796<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::WeibullRandomVariable"</li>
36797<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::WeibullRandomVariable"</li>
36798<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::WeibullRandomVariable"</li>
36799<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::WeibullRandomVariable"</li>
36800<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36801<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::WeibullRandomVariable"</li>
36802<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::WeibullRandomVariable"</li>
36803<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36804<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36805<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::WeibullRandomVariable"</li>
36806<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36807<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36808<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36809<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36810<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::WeibullRandomVariable"</li>
36811<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::WeibullRandomVariable"</li>
36812<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::WeibullRandomVariable"</li>
36813<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::WeibullRandomVariable"</li>
36814<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::WeibullRandomVariable"</li>
36815<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::WeibullRandomVariable"</li>
36816<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::WeibullRandomVariable"</li>
36817<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::WeibullRandomVariable"</li>
36818<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::WeibullRandomVariable"</li>
36819<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::WeibullRandomVariable"</li>
36820<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::WeibullRandomVariable"</li>
36821<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36822<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::WeibullRandomVariable"</li>
36823<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::WeibullRandomVariable"</li>
36824</ul>
36825<h3>Attributes</h3>
36826<ul>
36827<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.
36828 <ul>
36829 <li>Set with class: \ref ns3::DoubleValue</li>
36830 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36831 <li>Initial value: 0</li>
36832 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36834 </ul>
36835<li><b>Scale</b>: The scale parameter for the Weibull distribution returned by this RNG stream.
36836 <ul>
36837 <li>Set with class: \ref ns3::DoubleValue</li>
36838 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36839 <li>Initial value: 1</li>
36840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36842 </ul>
36843<li><b>Shape</b>: The shape parameter for the Weibull distribution returned by this RNG stream.
36844 <ul>
36845 <li>Set with class: \ref ns3::DoubleValue</li>
36846 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
36847 <li>Initial value: 1</li>
36848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36850 </ul>
36851</ul>
36852<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
36853<ul>
36854<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
36855 <ul>
36856 <li>Set with class: \ref ns3::BooleanValue</li>
36857 <li>Underlying type: bool</li>
36858 <li>Initial value: false</li>
36859 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36860 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36861 </ul>
36862<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.
36863 <ul>
36864 <li>Set with class: \ref ns3::IntegerValue</li>
36865 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
36866 <li>Initial value: -1</li>
36867 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36868 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36869 </ul>
36870</ul>
36871No TraceSources are defined for this type.<br>
36872<b>Group:</b> Core
36873
36874<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
36875*/
36876
36877/*!
36878
36879\class ns3::WifiAckManager
36880
36881Introspection did not find any typical Config paths.<br>
36882No Attributes are defined for this type.<br>
36883No TraceSources are defined for this type.<br>
36884<b>Group:</b> Wifi
36885
36886<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
36887*/
36888
36889/*!
36890
36891\class ns3::WifiAssocManager
36892
36893Introspection did not find any typical Config paths.<br>
36894<h3>Attributes</h3>
36895<ul>
36896<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.
36897 <ul>
36898 <li>Set with class: \ref ns3::BooleanValue</li>
36899 <li>Underlying type: bool</li>
36900 <li>Initial value: false</li>
36901 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36902 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36903 </ul>
36904<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.
36905 <ul>
36906 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
36907 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
36908 <li>Initial value: </li>
36909 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36910 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36911 </ul>
36912</ul>
36913No TraceSources are defined for this type.<br>
36914<b>Group:</b> Wifi
36915
36916<b>Size</b> of this type is 328 bytes (on a 64-bit architecture).
36917*/
36918
36919/*!
36920
36921\class ns3::WifiBandwidthFilter
36922
36923Introspection did not find any typical Config paths.<br>
36924No Attributes are defined for this type.<br>
36925No TraceSources are defined for this type.<br>
36926<b>Group:</b> Wifi
36927
36928<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
36929*/
36930
36931/*!
36932
36933\class ns3::WifiDefaultAckManager
36934
36935Introspection did not find any typical Config paths.<br>
36936<h3>Attributes</h3>
36937<ul>
36938<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.
36939 <ul>
36940 <li>Set with class: \ref ns3::DoubleValue</li>
36941 <li>Underlying type: double 0:1</li>
36942 <li>Initial value: 0</li>
36943 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36945 </ul>
36946<li><b>DlMuAckSequenceType</b>: Type of the acknowledgment sequence for DL MU PPDUs.
36947 <ul>
36948 <li>Set with class: \ref ns3::EnumValue<ns3::WifiAcknowledgment::Method></li>
36949 <li>Underlying type: \p DL_MU_BAR_BA_SEQUENCE|DL_MU_TF_MU_BAR|DL_MU_AGGREGATE_TF</li>
36950 <li>Initial value: DL_MU_BAR_BA_SEQUENCE</li>
36951 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36952 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36953 </ul>
36954<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.
36955 <ul>
36956 <li>Set with class: \ref ns3::UintegerValue</li>
36957 <li>Underlying type: uint8_t 0:11</li>
36958 <li>Initial value: 5</li>
36959 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36960 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36961 </ul>
36962<li><b>UseExplicitBar</b>: Specify whether to send Block Ack Requests (if true) or use Implicit Block Ack Request ack policy (if false).
36963 <ul>
36964 <li>Set with class: \ref ns3::BooleanValue</li>
36965 <li>Underlying type: bool</li>
36966 <li>Initial value: false</li>
36967 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36968 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36969 </ul>
36970</ul>
36971No TraceSources are defined for this type.<br>
36972<b>Group:</b> Wifi
36973
36974<b>Size</b> of this type is 88 bytes (on a 64-bit architecture).
36975*/
36976
36977/*!
36978
36979\class ns3::WifiDefaultAssocManager
36980
36981Introspection did not find any typical Config paths.<br>
36982<h3>Attributes</h3>
36983<ul>
36984<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.
36985 <ul>
36986 <li>Set with class: \ref ns3::TimeValue</li>
36987 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
36988 <li>Initial value: +5e+06ns</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<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.
36993 <ul>
36994 <li>Set with class: \ref ns3::BooleanValue</li>
36995 <li>Underlying type: bool</li>
36996 <li>Initial value: false</li>
36997 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
36998 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
36999 </ul>
37000</ul>
37001<h3>Attributes defined in parent class ns3::WifiAssocManager</h3>
37002<ul>
37003<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.
37004 <ul>
37005 <li>Set with class: \ref ns3::BooleanValue</li>
37006 <li>Underlying type: bool</li>
37007 <li>Initial value: false</li>
37008 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37009 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37010 </ul>
37011<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.
37012 <ul>
37013 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns313UintegerValueE, NSt7__cxx114listIN3ns33PtrINS1_13UintegerValueEEESaIS4_EEE></li>
37014 <li>Underlying type: \p ns3::Ptr<N3ns313UintegerValueE></li>
37015 <li>Initial value: </li>
37016 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37017 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37018 </ul>
37019</ul>
37020No TraceSources are defined for this type.<br>
37021<b>Group:</b> Wifi
37022
37023<b>Size</b> of this type is 416 bytes (on a 64-bit architecture).
37024*/
37025
37026/*!
37027
37028\class ns3::WifiDefaultGcrManager
37029
37030<h3>Config Paths</h3>
37031
37032ns3::WifiDefaultGcrManager is accessible through the following paths with Config::Set and Config::Connect:
37033<ul>
37034<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::ApWifiMac/GcrManager/$ns3::WifiDefaultGcrManager"</li>
37035</ul>
37036No Attributes are defined for this type.<br>
37037<h3>Attributes defined in parent class ns3::GcrManager</h3>
37038<ul>
37039<li><b>GcrConcealmentAddress</b>: The GCR concealment address.
37040 <ul>
37041 <li>Set with class: \ref ns3::Mac48AddressValue</li>
37042 <li>Underlying type: \p Mac48Address</li>
37043 <li>Initial value: 01:0f:ac:47:43:52</li>
37044 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37045 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37046 </ul>
37047<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self
37048 <ul>
37049 <li>Set with class: \ref ns3::EnumValue<ns3::GroupcastProtectionMode></li>
37050 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
37051 <li>Initial value: Rts-Cts</li>
37052 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37053 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37054 </ul>
37055<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.
37056 <ul>
37057 <li>Set with class: \ref ns3::EnumValue<ns3::GroupAddressRetransmissionPolicy></li>
37058 <li>Underlying type: \p NO_RETRY|GCR_UR|GCR_BA</li>
37059 <li>Initial value: NO_RETRY</li>
37060 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37061 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37062 </ul>
37063<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.
37064 <ul>
37065 <li>Set with class: \ref ns3::UintegerValue</li>
37066 <li>Underlying type: uint8_t 0:255</li>
37067 <li>Initial value: 7</li>
37068 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37069 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37070 </ul>
37071</ul>
37072No TraceSources are defined for this type.<br>
37073<b>Group:</b> Wifi
37074
37075<b>Size</b> of this type is 200 bytes (on a 64-bit architecture).
37076*/
37077
37078/*!
37079
37080\class ns3::WifiDefaultProtectionManager
37081
37082Introspection did not find any typical Config paths.<br>
37083<h3>Attributes</h3>
37084<ul>
37085<li><b>EnableMuRts</b>: If enabled, always protect a DL/UL MU frame exchange with MU-RTS/CTS.
37086 <ul>
37087 <li>Set with class: \ref ns3::BooleanValue</li>
37088 <li>Underlying type: bool</li>
37089 <li>Initial value: false</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<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).
37094 <ul>
37095 <li>Set with class: \ref ns3::BooleanValue</li>
37096 <li>Underlying type: bool</li>
37097 <li>Initial value: false</li>
37098 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37099 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37100 </ul>
37101<li><b>SkipMuRtsBeforeBsrp</b>: If enabled, MU-RTS is not used to protect the transmission of a BSRP Trigger Frame.
37102 <ul>
37103 <li>Set with class: \ref ns3::BooleanValue</li>
37104 <li>Underlying type: bool</li>
37105 <li>Initial value: true</li>
37106 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37107 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37108 </ul>
37109</ul>
37110No TraceSources are defined for this type.<br>
37111<b>Group:</b> Wifi
37112
37113<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
37114*/
37115
37116/*!
37117
37118\class ns3::WifiMac
37119
37120<h3>Config Paths</h3>
37121
37122ns3::WifiMac is accessible through the following paths with Config::Set and Config::Connect:
37123<ul>
37124<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac"</li>
37125</ul>
37126<h3>Attributes</h3>
37127<ul>
37128<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.
37129 <ul>
37130 <li>Set with class: \ref ns3::UintegerValue</li>
37131 <li>Underlying type: uint16_t 0:65535</li>
37132 <li>Initial value: 0</li>
37133 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37134 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37135 </ul>
37136<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.
37137 <ul>
37138 <li>Set with class: \ref ns3::UintegerValue</li>
37139 <li>Underlying type: uint8_t 0:64</li>
37140 <li>Initial value: 0</li>
37141 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37142 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37143 </ul>
37144<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.
37145 <ul>
37146 <li>Set with class: \ref ns3::UintegerValue</li>
37147 <li>Underlying type: uint32_t 0:15523200</li>
37148 <li>Initial value: 65535</li>
37149 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37150 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37151 </ul>
37152<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.
37153 <ul>
37154 <li>Set with class: \ref ns3::UintegerValue</li>
37155 <li>Underlying type: uint16_t 0:11398</li>
37156 <li>Initial value: 0</li>
37157 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37158 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37159 </ul>
37160<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.
37161 <ul>
37162 <li>Set with class: \ref ns3::PointerValue</li>
37163 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37164 <li>Initial value: 0</li>
37165 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37166 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37167 </ul>
37168<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.
37169 <ul>
37170 <li>Set with class: \ref ns3::UintegerValue</li>
37171 <li>Underlying type: uint16_t 0:65535</li>
37172 <li>Initial value: 0</li>
37173 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37174 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37175 </ul>
37176<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.
37177 <ul>
37178 <li>Set with class: \ref ns3::UintegerValue</li>
37179 <li>Underlying type: uint8_t 0:64</li>
37180 <li>Initial value: 0</li>
37181 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37182 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37183 </ul>
37184<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.
37185 <ul>
37186 <li>Set with class: \ref ns3::UintegerValue</li>
37187 <li>Underlying type: uint32_t 0:15523200</li>
37188 <li>Initial value: 0</li>
37189 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37190 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37191 </ul>
37192<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.
37193 <ul>
37194 <li>Set with class: \ref ns3::UintegerValue</li>
37195 <li>Underlying type: uint16_t 0:11398</li>
37196 <li>Initial value: 0</li>
37197 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37198 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37199 </ul>
37200<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.
37201 <ul>
37202 <li>Set with class: \ref ns3::PointerValue</li>
37203 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37204 <li>Initial value: 0</li>
37205 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37206 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37207 </ul>
37208<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.
37209 <ul>
37210 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37211 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ChannelAccessManager></li>
37212 <li>Flags: <span class="mlabel">read</span></li>
37213 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37214 </ul>
37215<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.
37216 <ul>
37217 <li>Set with class: \ref ns3::BooleanValue</li>
37218 <li>Underlying type: bool</li>
37219 <li>Initial value: false</li>
37220 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37221 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37222 </ul>
37223<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.
37224 <ul>
37225 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37226 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameExchangeManager></li>
37227 <li>Flags: <span class="mlabel">read</span></li>
37228 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37229 </ul>
37230<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.
37231 <ul>
37232 <li>Set with class: \ref ns3::UintegerValue</li>
37233 <li>Underlying type: uint32_t 1:65535</li>
37234 <li>Initial value: 7</li>
37235 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37236 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37237 </ul>
37238<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.
37239 <ul>
37240 <li>Set with class: \ref ns3::UintegerValue</li>
37241 <li>Underlying type: uint16_t 1:1024</li>
37242 <li>Initial value: 1024</li>
37243 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37244 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37245 </ul>
37246<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
37247 <ul>
37248 <li>Set with class: \ref ns3::BooleanValue</li>
37249 <li>Underlying type: bool</li>
37250 <li>Initial value: false</li>
37251 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37253 </ul>
37254<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).
37255 <ul>
37256 <li>Set with class: \ref ns3::BooleanValue</li>
37257 <li>Underlying type: bool</li>
37258 <li>Initial value: false</li>
37259 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37260 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37261 </ul>
37262<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).
37263 <ul>
37264 <li>Set with class: \ref ns3::BooleanValue</li>
37265 <li>Underlying type: bool</li>
37266 <li>Initial value: true</li>
37267 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37268 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37269 </ul>
37270<li><b>Ssid</b>: The ssid we want to belong to.
37271 <ul>
37272 <li>Set with class: \ref ns3::SsidValue</li>
37273 <li>Underlying type: \p Ssid</li>
37274 <li>Initial value: SSID=[default]</li>
37275 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37276 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37277 </ul>
37278<li><b>Txop</b>: The Txop object.
37279 <ul>
37280 <li>Set with class: \ref ns3::PointerValue</li>
37281 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Txop></li>
37282 <li>Initial value: 0</li>
37283 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37284 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37285 </ul>
37286<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.
37287 <ul>
37288 <li>Set with class: \ref ns3::UintegerValue</li>
37289 <li>Underlying type: uint16_t 0:65535</li>
37290 <li>Initial value: 0</li>
37291 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37292 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37293 </ul>
37294<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.
37295 <ul>
37296 <li>Set with class: \ref ns3::UintegerValue</li>
37297 <li>Underlying type: uint8_t 0:64</li>
37298 <li>Initial value: 0</li>
37299 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37300 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37301 </ul>
37302<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.
37303 <ul>
37304 <li>Set with class: \ref ns3::UintegerValue</li>
37305 <li>Underlying type: uint32_t 0:15523200</li>
37306 <li>Initial value: 65535</li>
37307 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37308 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37309 </ul>
37310<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.
37311 <ul>
37312 <li>Set with class: \ref ns3::UintegerValue</li>
37313 <li>Underlying type: uint16_t 0:11398</li>
37314 <li>Initial value: 0</li>
37315 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37316 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37317 </ul>
37318<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.
37319 <ul>
37320 <li>Set with class: \ref ns3::PointerValue</li>
37321 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37322 <li>Initial value: 0</li>
37323 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37324 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37325 </ul>
37326<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.
37327 <ul>
37328 <li>Set with class: \ref ns3::UintegerValue</li>
37329 <li>Underlying type: uint16_t 0:65535</li>
37330 <li>Initial value: 0</li>
37331 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37332 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37333 </ul>
37334<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.
37335 <ul>
37336 <li>Set with class: \ref ns3::UintegerValue</li>
37337 <li>Underlying type: uint8_t 0:64</li>
37338 <li>Initial value: 0</li>
37339 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37340 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37341 </ul>
37342<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.
37343 <ul>
37344 <li>Set with class: \ref ns3::UintegerValue</li>
37345 <li>Underlying type: uint32_t 0:15523200</li>
37346 <li>Initial value: 0</li>
37347 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37348 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37349 </ul>
37350<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.
37351 <ul>
37352 <li>Set with class: \ref ns3::UintegerValue</li>
37353 <li>Underlying type: uint16_t 0:11398</li>
37354 <li>Initial value: 0</li>
37355 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37356 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37357 </ul>
37358<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.
37359 <ul>
37360 <li>Set with class: \ref ns3::PointerValue</li>
37361 <li>Underlying type: \ref ns3::Ptr< \ref ns3::QosTxop></li>
37362 <li>Initial value: 0</li>
37363 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37364 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37365 </ul>
37366</ul>
37367<h3>TraceSources</h3>
37368<ul>
37369<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.<br> <ul>
37370 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37371</li>
37372 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37373</ul>
37374<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).<br> <ul>
37375 <li> %Callback signature: ns3::WifiMac::DroppedMpduCallback
37376</li>
37377 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37378</ul>
37379<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>
37380 <li> %Callback signature: ns3::WifiMac::IcfDropCallback
37381</li>
37382 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37383</ul>
37384<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>
37385 <li> %Callback signature: ns3::Packet::TracedCallback
37386</li>
37387 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37388</ul>
37389<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>
37390 <li> %Callback signature: ns3::Packet::TracedCallback
37391</li>
37392 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37393</ul>
37394<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>
37395 <li> %Callback signature: ns3::Packet::TracedCallback
37396</li>
37397 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37398</ul>
37399<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>
37400 <li> %Callback signature: ns3::Packet::TracedCallback
37401</li>
37402 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37403</ul>
37404<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>
37405 <li> %Callback signature: ns3::Packet::TracedCallback
37406</li>
37407 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37408</ul>
37409<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>
37410 <li> %Callback signature: ns3::WifiMac::MpduResponseTimeoutCallback
37411</li>
37412 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37413</ul>
37414<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.<br> <ul>
37415 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37416</li>
37417 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37418</ul>
37419<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>
37420 <li> %Callback signature: ns3::WifiMac::PsduMapResponseTimeoutCallback
37421</li>
37422 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37423</ul>
37424<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>
37425 <li> %Callback signature: ns3::WifiMac::PsduResponseTimeoutCallback
37426</li>
37427 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37428</ul>
37429</ul>
37430<b>Group:</b> Wifi
37431
37432<b>Size</b> of this type is 776 bytes (on a 64-bit architecture).
37433*/
37434
37435/*!
37436
37437\class ns3::WifiMacHeader
37438
37439Introspection did not find any typical Config paths.<br>
37440No Attributes are defined for this type.<br>
37441No TraceSources are defined for this type.<br>
37442<b>Group:</b> Wifi
37443
37444<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
37445*/
37446
37447/*!
37448
37449\class ns3::WifiMacQueue
37450
37451<h3>Config Paths</h3>
37452
37453ns3::WifiMacQueue is accessible through the following paths with Config::Set and Config::Connect:
37454<ul>
37455<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/Txop/Queue"</li>
37456</ul>
37457<h3>Attributes</h3>
37458<ul>
37459<li><b>MaxDelay</b>: If a packet stays longer than this delay in the queue, it is dropped.
37460 <ul>
37461 <li>Set with class: \ref ns3::TimeValue</li>
37462 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37463 <li>Initial value: +5e+08ns</li>
37464 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37465 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37466 </ul>
37467<li><b>MaxSize</b>: The max queue size
37468 <ul>
37469 <li>Set with class: \ref ns3::QueueSizeValue</li>
37470 <li>Underlying type: \p QueueSize</li>
37471 <li>Initial value: 500p</li>
37472 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37473 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37474 </ul>
37475</ul>
37476<h3>TraceSources</h3>
37477<ul>
37478<li><b>Expired</b>: MPDU dropped because its lifetime expired.<br> <ul>
37479 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37480</li>
37481 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37482</ul>
37483</ul>
37484<h3>TraceSources defined in parent class ns3::Queue<WifiMpdu,WifiMacQueueContainer></h3>
37485<ul>
37486<li><b>Dequeue</b>: Dequeue a packet from the queue.<br> <ul>
37487 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37488</li>
37489 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37490</ul>
37491<li><b>Drop</b>: Drop a packet (for whatever reason).<br> <ul>
37492 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37493</li>
37494 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37495</ul>
37496<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.<br> <ul>
37497 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37498</li>
37499 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37500</ul>
37501<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.<br> <ul>
37502 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37503</li>
37504 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37505</ul>
37506<li><b>Enqueue</b>: Enqueue a packet in the queue.<br> <ul>
37507 <li> %Callback signature: ns3::WifiMpdu::TracedCallback
37508</li>
37509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37510</ul>
37511</ul>
37512<h3>TraceSources defined in parent class ns3::QueueBase</h3>
37513<ul>
37514<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue<br> <ul>
37515 <li> %Callback signature: ns3::TracedValueCallback::Uint32
37516</li>
37517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37518</ul>
37519<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue<br> <ul>
37520 <li> %Callback signature: ns3::TracedValueCallback::Uint32
37521</li>
37522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37523</ul>
37524</ul>
37525<b>Group:</b> Wifi
37526
37527<b>Size</b> of this type is 488 bytes (on a 64-bit architecture).
37528*/
37529
37530/*!
37531
37532\class ns3::WifiMacQueueScheduler
37533
37534Introspection did not find any typical Config paths.<br>
37535No Attributes are defined for this type.<br>
37536No TraceSources are defined for this type.<br>
37537<b>Group:</b> Wifi
37538
37539<b>Size</b> of this type is 64 bytes (on a 64-bit architecture).
37540*/
37541
37542/*!
37543
37544\class ns3::WifiMacQueueSchedulerImpl
37545
37546Introspection did not find any typical Config paths.<br>
37547No Attributes are defined for this type.<br>
37548No TraceSources are defined for this type.<br>
37549<b>Group:</b> Wifi
37550
37551<b>Size</b> of this type is 18446744073709551615 bytes (on a 64-bit architecture).
37552*/
37553
37554/*!
37555
37556\class ns3::WifiMacTrailer
37557
37558Introspection did not find any typical Config paths.<br>
37559No Attributes are defined for this type.<br>
37560No TraceSources are defined for this type.<br>
37561<b>Group:</b> Wifi
37562
37563<b>Size</b> of this type is 8 bytes (on a 64-bit architecture).
37564*/
37565
37566/*!
37567
37568\class ns3::WifiNetDevice
37569
37570<h3>Config Paths</h3>
37571
37572ns3::WifiNetDevice is accessible through the following paths with Config::Set and Config::Connect:
37573<ul>
37574<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice"</li>
37575</ul>
37576<h3>Attributes</h3>
37577<ul>
37578<li><b>EhtConfiguration</b>: The EhtConfiguration object.
37579 <ul>
37580 <li>Set with class: \ref ns3::PointerValue</li>
37581 <li>Underlying type: \ref ns3::Ptr< \ref ns3::EhtConfiguration></li>
37582 <li>Flags: <span class="mlabel">read</span></li>
37583 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37584 </ul>
37585<li><b>HeConfiguration</b>: The HeConfiguration object.
37586 <ul>
37587 <li>Set with class: \ref ns3::PointerValue</li>
37588 <li>Underlying type: \ref ns3::Ptr< \ref ns3::HeConfiguration></li>
37589 <li>Flags: <span class="mlabel">read</span></li>
37590 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37591 </ul>
37592<li><b>HtConfiguration</b>: The HtConfiguration object.
37593 <ul>
37594 <li>Set with class: \ref ns3::PointerValue</li>
37595 <li>Underlying type: \ref ns3::Ptr< \ref ns3::HtConfiguration></li>
37596 <li>Flags: <span class="mlabel">read</span></li>
37597 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37598 </ul>
37599<li><b>Mac</b>: The MAC layer attached to this device.
37600 <ul>
37601 <li>Set with class: \ref ns3::PointerValue</li>
37602 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiMac></li>
37603 <li>Initial value: 0</li>
37604 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37605 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37606 </ul>
37607<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
37608 <ul>
37609 <li>Set with class: \ref ns3::UintegerValue</li>
37610 <li>Underlying type: uint16_t 1:2296</li>
37611 <li>Initial value: 2296</li>
37612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37614 </ul>
37615<li><b>Phy</b>: The PHY layer attached to this device.
37616 <ul>
37617 <li>Set with class: \ref ns3::PointerValue</li>
37618 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhy></li>
37619 <li>Initial value: 0</li>
37620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37622 </ul>
37623<li><b>Phys</b>: The PHY layers attached to this device (11be multi-link devices only).
37624 <ul>
37625 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37626 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhy></li>
37627 <li>Flags: <span class="mlabel">read</span></li>
37628 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37629 </ul>
37630<li><b>RemoteStationManager</b>: The station manager attached to this device.
37631 <ul>
37632 <li>Set with class: \ref ns3::PointerValue</li>
37633 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiRemoteStationManager></li>
37634 <li>Initial value: 0</li>
37635 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37636 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37637 </ul>
37638<li><b>RemoteStationManagers</b>: The remote station managers attached to this device (11be multi-link devices only).
37639 <ul>
37640 <li>Set with class: \ref ns3::ObjectPtrContainerValue</li>
37641 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiRemoteStationManager></li>
37642 <li>Flags: <span class="mlabel">read</span></li>
37643 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37644 </ul>
37645<li><b>VhtConfiguration</b>: The VhtConfiguration object.
37646 <ul>
37647 <li>Set with class: \ref ns3::PointerValue</li>
37648 <li>Underlying type: \ref ns3::Ptr< \ref ns3::VhtConfiguration></li>
37649 <li>Flags: <span class="mlabel">read</span></li>
37650 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37651 </ul>
37652</ul>
37653No TraceSources are defined for this type.<br>
37654<b>Group:</b> Wifi
37655
37656<b>Size</b> of this type is 264 bytes (on a 64-bit architecture).
37657*/
37658
37659/*!
37660
37661\class ns3::WifiPhy
37662
37663<h3>Config Paths</h3>
37664
37665ns3::WifiPhy is accessible through the following paths with Config::Set and Config::Connect:
37666<ul>
37667<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy"</li>
37668<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]"</li>
37669</ul>
37670<h3>Attributes</h3>
37671<ul>
37672<li><b>Antennas</b>: The number of antennas on the device.
37673 <ul>
37674 <li>Set with class: \ref ns3::UintegerValue</li>
37675 <li>Underlying type: uint8_t 1:8</li>
37676 <li>Initial value: 1</li>
37677 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37678 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37679 </ul>
37680<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.
37681 <ul>
37682 <li>Set with class: \ref ns3::DoubleValue</li>
37683 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37684 <li>Initial value: -62</li>
37685 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37686 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37687 </ul>
37688<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.
37689 <ul>
37690 <li>Set with class: \ref ns3::DoubleValue</li>
37691 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37692 <li>Initial value: -82</li>
37693 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37694 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37695 </ul>
37696<li><b>Channel</b>: The channel attached to this PHY
37697 <ul>
37698 <li>Set with class: \ref ns3::PointerValue</li>
37699 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
37700 <li>Flags: <span class="mlabel">read</span></li>
37701 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37702 </ul>
37703<li><b>ChannelNumber</b>: The channel number of the current operating channel.
37704 <ul>
37705 <li>Set with class: \ref ns3::UintegerValue</li>
37706 <li>Underlying type: uint8_t 0:233</li>
37707 <li>Flags: <span class="mlabel">read</span></li>
37708 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37709 </ul>
37710<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.
37711 <ul>
37712 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
37713 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
37714 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
37715 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37716 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37717 </ul>
37718<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
37719 <ul>
37720 <li>Set with class: \ref ns3::TimeValue</li>
37721 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
37722 <li>Initial value: +250000ns</li>
37723 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37724 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37725 </ul>
37726<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.
37727 <ul>
37728 <li>Set with class: \ref ns3::UintegerValue</li>
37729 <li>Underlying type: double 5:320</li>
37730 <li>Flags: <span class="mlabel">read</span></li>
37731 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37732 </ul>
37733<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
37734 <ul>
37735 <li>Set with class: \ref ns3::BooleanValue</li>
37736 <li>Underlying type: bool</li>
37737 <li>Initial value: false</li>
37738 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37739 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37740 </ul>
37741<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
37742 <ul>
37743 <li>Set with class: \ref ns3::PointerValue</li>
37744 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
37745 <li>Initial value: 0</li>
37746 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37747 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37748 </ul>
37749<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
37750 <ul>
37751 <li>Set with class: \ref ns3::UintegerValue</li>
37752 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
37753 <li>Flags: <span class="mlabel">read</span></li>
37754 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37755 </ul>
37756<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
37757 <ul>
37758 <li>Set with class: \ref ns3::PointerValue</li>
37759 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
37760 <li>Initial value: 0</li>
37761 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37762 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37763 </ul>
37764<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.
37765 <ul>
37766 <li>Set with class: \ref ns3::DoubleValue</li>
37767 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37768 <li>Initial value: 0</li>
37769 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
37770 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37771 </ul>
37772<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.
37773 <ul>
37774 <li>Set with class: \ref ns3::UintegerValue</li>
37775 <li>Underlying type: uint8_t 1:8</li>
37776 <li>Initial value: 1</li>
37777 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37778 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37779 </ul>
37780<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.
37781 <ul>
37782 <li>Set with class: \ref ns3::UintegerValue</li>
37783 <li>Underlying type: uint8_t 1:8</li>
37784 <li>Initial value: 1</li>
37785 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37786 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37787 </ul>
37788<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.
37789 <ul>
37790 <li>Set with class: \ref ns3::BooleanValue</li>
37791 <li>Underlying type: bool</li>
37792 <li>Initial value: false</li>
37793 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37794 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37795 </ul>
37796<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.
37797 <ul>
37798 <li>Set with class: \ref ns3::TimeValue</li>
37799 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37800 <li>Initial value: +0ns</li>
37801 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37802 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37803 </ul>
37804<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.
37805 <ul>
37806 <li>Set with class: \ref ns3::PointerValue</li>
37807 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
37808 <li>Initial value: 0</li>
37809 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37810 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37811 </ul>
37812<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
37813 <ul>
37814 <li>Set with class: \ref ns3::DoubleValue</li>
37815 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37816 <li>Initial value: 100</li>
37817 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37818 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37819 </ul>
37820<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
37821 <ul>
37822 <li>Set with class: \ref ns3::PointerValue</li>
37823 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
37824 <li>Initial value: 0</li>
37825 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37826 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37827 </ul>
37828<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).
37829 <ul>
37830 <li>Set with class: \ref ns3::UintegerValue</li>
37831 <li>Underlying type: uint8_t 0:7</li>
37832 <li>Flags: <span class="mlabel">read</span></li>
37833 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37834 </ul>
37835<li><b>RxGain</b>: Reception gain (dB).
37836 <ul>
37837 <li>Set with class: \ref ns3::DoubleValue</li>
37838 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37839 <li>Initial value: 0</li>
37840 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37841 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37842 </ul>
37843<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)".
37844 <ul>
37845 <li>Set with class: \ref ns3::DoubleValue</li>
37846 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37847 <li>Initial value: 7</li>
37848 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
37849 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37850 </ul>
37851<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.
37852 <ul>
37853 <li>Set with class: \ref ns3::DoubleValue</li>
37854 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37855 <li>Initial value: -101</li>
37856 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37857 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37858 </ul>
37859<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.
37860 <ul>
37861 <li>Set with class: \ref ns3::BooleanValue</li>
37862 <li>Underlying type: bool</li>
37863 <li>Initial value: false</li>
37864 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37865 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37866 </ul>
37867<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.
37868 <ul>
37869 <li>Set with class: \ref ns3::TimeValue</li>
37870 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37871 <li>Initial value: +0ns</li>
37872 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37873 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37874 </ul>
37875<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.
37876 <ul>
37877 <li>Set with class: \ref ns3::TimeValue</li>
37878 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
37879 <li>Initial value: +0ns</li>
37880 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37881 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37882 </ul>
37883<li><b>State</b>: The state of the PHY layer.
37884 <ul>
37885 <li>Set with class: \ref ns3::PointerValue</li>
37886 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
37887 <li>Initial value: 0</li>
37888 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37889 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37890 </ul>
37891<li><b>TxGain</b>: Transmission gain (dB).
37892 <ul>
37893 <li>Set with class: \ref ns3::DoubleValue</li>
37894 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37895 <li>Initial value: 0</li>
37896 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37897 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37898 </ul>
37899<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
37900 <ul>
37901 <li>Set with class: \ref ns3::DoubleValue</li>
37902 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37903 <li>Initial value: 16.0206</li>
37904 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37905 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37906 </ul>
37907<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
37908 <ul>
37909 <li>Set with class: \ref ns3::UintegerValue</li>
37910 <li>Underlying type: uint8_t 0:255</li>
37911 <li>Initial value: 1</li>
37912 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37913 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37914 </ul>
37915<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
37916 <ul>
37917 <li>Set with class: \ref ns3::DoubleValue</li>
37918 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
37919 <li>Initial value: 16.0206</li>
37920 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
37921 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37922 </ul>
37923</ul>
37924<h3>TraceSources</h3>
37925<ul>
37926<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
37927 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
37928</li>
37929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37930</ul>
37931<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
37932 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
37933</li>
37934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37935</ul>
37936<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
37937 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
37938</li>
37939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37940</ul>
37941<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
37942 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
37943</li>
37944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37945</ul>
37946<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
37947 <li> %Callback signature: ns3::Packet::TracedCallback
37948</li>
37949 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37950</ul>
37951<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
37952 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
37953</li>
37954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37955</ul>
37956<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
37957 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
37958</li>
37959 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37960</ul>
37961<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
37962 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
37963</li>
37964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37965</ul>
37966<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>
37967 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
37968</li>
37969 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37970</ul>
37971<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
37972 <li> %Callback signature: ns3::Packet::TracedCallback
37973</li>
37974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37975</ul>
37976<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
37977 <li> %Callback signature: ns3::Packet::TracedCallback
37978</li>
37979 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37980</ul>
37981<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>
37982 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
37983</li>
37984 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37985</ul>
37986<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
37987 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
37988</li>
37989 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
37990</ul>
37991</ul>
37992<b>Group:</b> Wifi
37993
37994<b>Size</b> of this type is 896 bytes (on a 64-bit architecture).
37995*/
37996
37997/*!
37998
37999\class ns3::WifiPhyRxTraceSink
38000
38001Introspection did not find any typical Config paths.<br>
38002No Attributes are defined for this type.<br>
38003No TraceSources are defined for this type.<br>
38004<b>Group:</b> Wifi
38005
38006<b>Size</b> of this type is 528 bytes (on a 64-bit architecture).
38007*/
38008
38009/*!
38010
38011\class ns3::WifiPhyStateHelper
38012
38013<h3>Config Paths</h3>
38014
38015ns3::WifiPhyStateHelper is accessible through the following paths with Config::Set and Config::Connect:
38016<ul>
38017<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/State"</li>
38018<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/State"</li>
38019</ul>
38020No Attributes are defined for this type.<br>
38021<h3>TraceSources</h3>
38022<ul>
38023<li><b>RxError</b>: A packet has been received unsuccessfuly.<br> <ul>
38024 <li> %Callback signature: ns3::WifiPhyStateHelper::RxEndErrorTracedCallback
38025</li>
38026 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38027</ul>
38028<li><b>RxOk</b>: A packet has been received successfully.<br> <ul>
38029 <li> %Callback signature: ns3::WifiPhyStateHelper::RxOkTracedCallback
38030</li>
38031 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38032</ul>
38033<li><b>RxOutcome</b>: The outcome of the decoding of the PPDU, including MPDU decoding status<br> <ul>
38034 <li> %Callback signature: ns3::WifiPhyStateHelper::RxOutcomeTracedCallback
38035</li>
38036 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38037</ul>
38038<li><b>State</b>: The state of the PHY layer<br> <ul>
38039 <li> %Callback signature: ns3::WifiPhyStateHelper::StateTracedCallback
38040</li>
38041 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38042</ul>
38043<li><b>Tx</b>: Packet transmission is starting.<br> <ul>
38044 <li> %Callback signature: ns3::WifiPhyStateHelper::TxTracedCallback
38045</li>
38046 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38047</ul>
38048</ul>
38049<b>Group:</b> Wifi
38050
38051<b>Size</b> of this type is 344 bytes (on a 64-bit architecture).
38052*/
38053
38054/*!
38055
38056\class ns3::WifiProtectionManager
38057
38058Introspection did not find any typical Config paths.<br>
38059No Attributes are defined for this type.<br>
38060No TraceSources are defined for this type.<br>
38061<b>Group:</b> Wifi
38062
38063<b>Size</b> of this type is 72 bytes (on a 64-bit architecture).
38064*/
38065
38066/*!
38067
38068\class ns3::WifiRadioEnergyModel
38069
38070Introspection did not find any typical Config paths.<br>
38071<h3>Attributes</h3>
38072<ul>
38073<li><b>CcaBusyCurrentA</b>: The default radio CCA Busy State current in Ampere.
38074 <ul>
38075 <li>Set with class: \ref ns3::DoubleValue</li>
38076 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38077 <li>Initial value: 0.273</li>
38078 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38079 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38080 </ul>
38081<li><b>IdleCurrentA</b>: The default radio Idle current in Ampere.
38082 <ul>
38083 <li>Set with class: \ref ns3::DoubleValue</li>
38084 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38085 <li>Initial value: 0.273</li>
38086 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38087 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38088 </ul>
38089<li><b>RxCurrentA</b>: The radio RX current in Ampere.
38090 <ul>
38091 <li>Set with class: \ref ns3::DoubleValue</li>
38092 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38093 <li>Initial value: 0.313</li>
38094 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38095 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38096 </ul>
38097<li><b>SleepCurrentA</b>: The radio Sleep current in Ampere.
38098 <ul>
38099 <li>Set with class: \ref ns3::DoubleValue</li>
38100 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38101 <li>Initial value: 0.033</li>
38102 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38103 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38104 </ul>
38105<li><b>SwitchingCurrentA</b>: The default radio Channel Switch current in Ampere.
38106 <ul>
38107 <li>Set with class: \ref ns3::DoubleValue</li>
38108 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38109 <li>Initial value: 0.273</li>
38110 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38111 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38112 </ul>
38113<li><b>TxCurrentA</b>: The radio TX current in Ampere.
38114 <ul>
38115 <li>Set with class: \ref ns3::DoubleValue</li>
38116 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38117 <li>Initial value: 0.38</li>
38118 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38119 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38120 </ul>
38121<li><b>TxCurrentModel</b>: A pointer to the attached TX current model.
38122 <ul>
38123 <li>Set with class: \ref ns3::PointerValue</li>
38124 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiTxCurrentModel></li>
38125 <li>Initial value: 0</li>
38126 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38127 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38128 </ul>
38129</ul>
38130<h3>TraceSources</h3>
38131<ul>
38132<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.<br> <ul>
38133 <li> %Callback signature: ns3::TracedValueCallback::Double
38134</li>
38135 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38136</ul>
38137</ul>
38138<b>Group:</b> Energy
38139
38140<b>Size</b> of this type is 232 bytes (on a 64-bit architecture).
38141*/
38142
38143/*!
38144
38145\class ns3::WifiRemoteStationManager
38146
38147<h3>Config Paths</h3>
38148
38149ns3::WifiRemoteStationManager is accessible through the following paths with Config::Set and Config::Connect:
38150<ul>
38151<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManager"</li>
38152<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/RemoteStationManagers/[i]"</li>
38153</ul>
38154<h3>Attributes</h3>
38155<ul>
38156<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.
38157 <ul>
38158 <li>Set with class: \ref ns3::UintegerValue</li>
38159 <li>Underlying type: uint8_t 0:255</li>
38160 <li>Initial value: 0</li>
38161 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38162 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38163 </ul>
38164<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
38165 <ul>
38166 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
38167 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
38168 <li>Initial value: Cts-To-Self</li>
38169 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38170 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38171 </ul>
38172<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.
38173 <ul>
38174 <li>Set with class: \ref ns3::UintegerValue</li>
38175 <li>Underlying type: uint32_t 256:65535</li>
38176 <li>Initial value: 65535</li>
38177 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38178 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38179 </ul>
38180<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
38181 <ul>
38182 <li>Set with class: \ref ns3::EnumValue<ns3::WifiRemoteStationManager::ProtectionMode></li>
38183 <li>Underlying type: \p Rts-Cts|Cts-To-Self</li>
38184 <li>Initial value: Cts-To-Self</li>
38185 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38186 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38187 </ul>
38188<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.
38189 <ul>
38190 <li>Set with class: \ref ns3::BooleanValue</li>
38191 <li>Underlying type: bool</li>
38192 <li>Initial value: false</li>
38193 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38194 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38195 </ul>
38196<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.
38197 <ul>
38198 <li>Set with class: \ref ns3::UintegerValue</li>
38199 <li>Underlying type: uint32_t 0:4294967295</li>
38200 <li>Initial value: 4</li>
38201 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38202 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
38203 </ul>
38204<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.
38205 <ul>
38206 <li>Set with class: \ref ns3::UintegerValue</li>
38207 <li>Underlying type: uint32_t 0:4294967295</li>
38208 <li>Initial value: 7</li>
38209 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38210 <li>Support level: <span class="mlabel">OBSOLETE</span>: Use WifiMac::FrameRetryLimit instead</li>
38211 </ul>
38212<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.
38213 <ul>
38214 <li>Set with class: \ref ns3::WifiModeValue</li>
38215 <li>Underlying type: \p WifiMode</li>
38216 <li>Initial value: Invalid-WifiMode</li>
38217 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38218 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38219 </ul>
38220<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.
38221 <ul>
38222 <li>Set with class: \ref ns3::UintegerValue</li>
38223 <li>Underlying type: uint32_t 0:4692480</li>
38224 <li>Initial value: 4692480</li>
38225 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38226 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38227 </ul>
38228<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.
38229 <ul>
38230 <li>Set with class: \ref ns3::TimeValue</li>
38231 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38232 <li>Initial value: +0ns</li>
38233 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38234 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38235 </ul>
38236</ul>
38237<h3>TraceSources</h3>
38238<ul>
38239<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed<br> <ul>
38240 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38241</li>
38242 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38243</ul>
38244<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts<br> <ul>
38245 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38246</li>
38247 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38248</ul>
38249<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts<br> <ul>
38250 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38251</li>
38252 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38253</ul>
38254<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed<br> <ul>
38255 <li> %Callback signature: ns3::Mac48Address::TracedCallback
38256</li>
38257 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38258</ul>
38259</ul>
38260<b>Group:</b> Wifi
38261
38262<b>Size</b> of this type is 408 bytes (on a 64-bit architecture).
38263*/
38264
38265/*!
38266
38267\class ns3::WifiSpectrumPhyInterface
38268
38269Introspection did not find any typical Config paths.<br>
38270No Attributes are defined for this type.<br>
38271No TraceSources are defined for this type.<br>
38272<b>Group:</b> Wifi
38273
38274<b>Size</b> of this type is 208 bytes (on a 64-bit architecture).
38275*/
38276
38277/*!
38278
38279\class ns3::WifiTxCurrentModel
38280
38281Introspection did not find any typical Config paths.<br>
38282No Attributes are defined for this type.<br>
38283No TraceSources are defined for this type.<br>
38284<b>Group:</b> Wifi
38285
38286<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38287*/
38288
38289/*!
38290
38291\class ns3::WimaxChannel
38292
38293<h3>Config Paths</h3>
38294
38295ns3::WimaxChannel is accessible through the following paths with Config::Set and Config::Connect:
38296<ul>
38297<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::WimaxChannel"</li>
38298<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::WimaxChannel"</li>
38299<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel"</li>
38300<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel"</li>
38301<li>"/ChannelList/[i]/$ns3::WimaxChannel"</li>
38302</ul>
38303No Attributes are defined for this type.<br>
38304<h3>Attributes defined in parent class ns3::Channel</h3>
38305<ul>
38306<li><b>Id</b>: The id (unique integer) of this Channel.
38307 <ul>
38308 <li>Set with class: \ref ns3::UintegerValue</li>
38309 <li>Underlying type: uint32_t 0:4294967295</li>
38310 <li>Flags: <span class="mlabel">read</span></li>
38311 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38312 </ul>
38313</ul>
38314No TraceSources are defined for this type.<br>
38315<b>Group:</b> Wimax
38316
38317<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38318*/
38319
38320/*!
38321
38322\class ns3::WimaxConnection
38323
38324<h3>Config Paths</h3>
38325
38326ns3::WimaxConnection is accessible through the following paths with Config::Set and Config::Connect:
38327<ul>
38328<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/InitialRangingConnection"</li>
38329<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BroadcastConnection"</li>
38330<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/BasicConnection"</li>
38331<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/PrimaryConnection"</li>
38332<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/BasicConnection"</li>
38333<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/PrimaryConnection"</li>
38334</ul>
38335<h3>Attributes</h3>
38336<ul>
38337<li><b>TxQueue</b>: Transmit queue
38338 <ul>
38339 <li>Set with class: \ref ns3::PointerValue</li>
38340 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxMacQueue></li>
38341 <li>Flags: <span class="mlabel">read</span></li>
38342 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38343 </ul>
38344<li><b>Type</b>: Connection type
38345 <ul>
38346 <li>Set with class: \ref ns3::EnumValue<ns3::Cid::Type></li>
38347 <li>Underlying type: \p Broadcast|InitialRanging|Basic|Primary|Transport|Multicast|Padding</li>
38348 <li>Flags: <span class="mlabel">read</span></li>
38349 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38350 </ul>
38351</ul>
38352No TraceSources are defined for this type.<br>
38353<b>Group:</b> Wimax
38354
38355<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
38356*/
38357
38358/*!
38359
38360\class ns3::WimaxMacQueue
38361
38362<h3>Config Paths</h3>
38363
38364ns3::WimaxMacQueue is accessible through the following paths with Config::Set and Config::Connect:
38365<ul>
38366<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/InitialRangingConnection/TxQueue"</li>
38367<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BroadcastConnection/TxQueue"</li>
38368<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/BasicConnection/TxQueue"</li>
38369<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/PrimaryConnection/TxQueue"</li>
38370<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/BasicConnection/TxQueue"</li>
38371<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/PrimaryConnection/TxQueue"</li>
38372</ul>
38373<h3>Attributes</h3>
38374<ul>
38375<li><b>MaxSize</b>: Maximum size
38376 <ul>
38377 <li>Set with class: \ref ns3::UintegerValue</li>
38378 <li>Underlying type: uint32_t 0:4294967295</li>
38379 <li>Initial value: 1024</li>
38380 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38381 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38382 </ul>
38383</ul>
38384<h3>TraceSources</h3>
38385<ul>
38386<li><b>Dequeue</b>: Dequeue trace<br> <ul>
38387 <li> %Callback signature: ns3::Packet::TracedCallback
38388</li>
38389 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38390</ul>
38391<li><b>Drop</b>: Drop trace<br> <ul>
38392 <li> %Callback signature: ns3::Packet::TracedCallback
38393</li>
38394 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38395</ul>
38396<li><b>Enqueue</b>: Enqueue trace<br> <ul>
38397 <li> %Callback signature: ns3::Packet::TracedCallback
38398</li>
38399 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38400</ul>
38401</ul>
38402<b>Group:</b> Wimax
38403
38404<b>Size</b> of this type is 224 bytes (on a 64-bit architecture).
38405*/
38406
38407/*!
38408
38409\class ns3::WimaxMacToMacHeader
38410
38411Introspection did not find any typical Config paths.<br>
38412No Attributes are defined for this type.<br>
38413No TraceSources are defined for this type.<br>
38414<b>Group:</b> Wimax
38415
38416<b>Size</b> of this type is 16 bytes (on a 64-bit architecture).
38417*/
38418
38419/*!
38420
38421\class ns3::WimaxNetDevice
38422
38423<h3>Config Paths</h3>
38424
38425ns3::WimaxNetDevice is accessible through the following paths with Config::Set and Config::Connect:
38426<ul>
38427<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice"</li>
38428</ul>
38429<h3>Attributes</h3>
38430<ul>
38431<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.
38432 <ul>
38433 <li>Set with class: \ref ns3::PointerValue</li>
38434 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BandwidthManager></li>
38435 <li>Initial value: 0</li>
38436 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38437 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38438 </ul>
38439<li><b>BroadcastConnection</b>: Broadcast connection
38440 <ul>
38441 <li>Set with class: \ref ns3::PointerValue</li>
38442 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
38443 <li>Initial value: 0</li>
38444 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38445 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38446 </ul>
38447<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.
38448 <ul>
38449 <li>Set with class: \ref ns3::PointerValue</li>
38450 <li>Underlying type: \ref ns3::Ptr< \ref ns3::BurstProfileManager></li>
38451 <li>Initial value: 0</li>
38452 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38453 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38454 </ul>
38455<li><b>Channel</b>: The channel attached to this device.
38456 <ul>
38457 <li>Set with class: \ref ns3::PointerValue</li>
38458 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
38459 <li>Initial value: 0</li>
38460 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38461 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38462 </ul>
38463<li><b>ConnectionManager</b>: The connection manager attached to this device.
38464 <ul>
38465 <li>Set with class: \ref ns3::PointerValue</li>
38466 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ConnectionManager></li>
38467 <li>Initial value: 0</li>
38468 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38469 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38470 </ul>
38471<li><b>InitialRangingConnection</b>: Initial ranging connection
38472 <ul>
38473 <li>Set with class: \ref ns3::PointerValue</li>
38474 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxConnection></li>
38475 <li>Initial value: 0</li>
38476 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38477 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38478 </ul>
38479<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit
38480 <ul>
38481 <li>Set with class: \ref ns3::UintegerValue</li>
38482 <li>Underlying type: uint16_t 0:1500</li>
38483 <li>Initial value: 1400</li>
38484 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38485 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38486 </ul>
38487<li><b>Phy</b>: The PHY layer attached to this device.
38488 <ul>
38489 <li>Set with class: \ref ns3::PointerValue</li>
38490 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxPhy></li>
38491 <li>Initial value: 0</li>
38492 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38493 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38494 </ul>
38495<li><b>RTG</b>: receive/transmit transition gap.
38496 <ul>
38497 <li>Set with class: \ref ns3::UintegerValue</li>
38498 <li>Underlying type: uint16_t 0:120</li>
38499 <li>Initial value: 0</li>
38500 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38501 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38502 </ul>
38503<li><b>TTG</b>: transmit/receive transition gap.
38504 <ul>
38505 <li>Set with class: \ref ns3::UintegerValue</li>
38506 <li>Underlying type: uint16_t 0:120</li>
38507 <li>Initial value: 0</li>
38508 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38509 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38510 </ul>
38511</ul>
38512<h3>TraceSources</h3>
38513<ul>
38514<li><b>Rx</b>: Receive trace<br> <ul>
38515 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
38516</li>
38517 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38518</ul>
38519<li><b>Tx</b>: Transmit trace<br> <ul>
38520 <li> %Callback signature: ns3::WimaxNetDevice::TxRxTracedCallback
38521</li>
38522 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38523</ul>
38524</ul>
38525<b>Group:</b> Wimax
38526
38527<b>Size</b> of this type is 432 bytes (on a 64-bit architecture).
38528*/
38529
38530/*!
38531
38532\class ns3::WimaxPhy
38533
38534<h3>Config Paths</h3>
38535
38536ns3::WimaxPhy is accessible through the following paths with Config::Set and Config::Connect:
38537<ul>
38538<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy"</li>
38539</ul>
38540<h3>Attributes</h3>
38541<ul>
38542<li><b>Bandwidth</b>: The channel bandwidth in Hz.
38543 <ul>
38544 <li>Set with class: \ref ns3::UintegerValue</li>
38545 <li>Underlying type: uint32_t 5000000:30000000</li>
38546 <li>Initial value: 10000000</li>
38547 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38548 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38549 </ul>
38550<li><b>Channel</b>: Wimax channel
38551 <ul>
38552 <li>Set with class: \ref ns3::PointerValue</li>
38553 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WimaxChannel></li>
38554 <li>Initial value: 0</li>
38555 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38556 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38557 </ul>
38558<li><b>FrameDuration</b>: The frame duration in seconds.
38559 <ul>
38560 <li>Set with class: \ref ns3::TimeValue</li>
38561 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38562 <li>Initial value: +1e+07ns</li>
38563 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38564 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38565 </ul>
38566<li><b>Frequency</b>: The central frequency in KHz.
38567 <ul>
38568 <li>Set with class: \ref ns3::UintegerValue</li>
38569 <li>Underlying type: uint32_t 1000000:11000000</li>
38570 <li>Initial value: 5000000</li>
38571 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38572 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38573 </ul>
38574</ul>
38575No TraceSources are defined for this type.<br>
38576<b>Group:</b> Wimax
38577
38578<b>Size</b> of this type is 192 bytes (on a 64-bit architecture).
38579*/
38580
38581/*!
38582
38583\class ns3::YansErrorRateModel
38584
38585Introspection did not find any typical Config paths.<br>
38586No Attributes are defined for this type.<br>
38587No TraceSources are defined for this type.<br>
38588<b>Group:</b> Wifi
38589
38590<b>Size</b> of this type is 56 bytes (on a 64-bit architecture).
38591*/
38592
38593/*!
38594
38595\class ns3::YansWifiChannel
38596
38597<h3>Config Paths</h3>
38598
38599ns3::YansWifiChannel is accessible through the following paths with Config::Set and Config::Connect:
38600<ul>
38601<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel"</li>
38602<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel"</li>
38603<li>"/ChannelList/[i]/$ns3::YansWifiChannel"</li>
38604</ul>
38605<h3>Attributes</h3>
38606<ul>
38607<li><b>PropagationDelayModel</b>: A pointer to the propagation delay model attached to this channel.
38608 <ul>
38609 <li>Set with class: \ref ns3::PointerValue</li>
38610 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationDelayModel></li>
38611 <li>Initial value: 0</li>
38612 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38613 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38614 </ul>
38615<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.
38616 <ul>
38617 <li>Set with class: \ref ns3::PointerValue</li>
38618 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PropagationLossModel></li>
38619 <li>Initial value: 0</li>
38620 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38621 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38622 </ul>
38623</ul>
38624<h3>Attributes defined in parent class ns3::Channel</h3>
38625<ul>
38626<li><b>Id</b>: The id (unique integer) of this Channel.
38627 <ul>
38628 <li>Set with class: \ref ns3::UintegerValue</li>
38629 <li>Underlying type: uint32_t 0:4294967295</li>
38630 <li>Flags: <span class="mlabel">read</span></li>
38631 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38632 </ul>
38633</ul>
38634No TraceSources are defined for this type.<br>
38635<b>Group:</b> Wifi
38636
38637<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
38638*/
38639
38640/*!
38641
38642\class ns3::YansWifiPhy
38643
38644<h3>Config Paths</h3>
38645
38646ns3::YansWifiPhy is accessible through the following paths with Config::Set and Config::Connect:
38647<ul>
38648<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/$ns3::YansWifiPhy"</li>
38649<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/$ns3::YansWifiPhy"</li>
38650</ul>
38651No Attributes are defined for this type.<br>
38652<h3>Attributes defined in parent class ns3::WifiPhy</h3>
38653<ul>
38654<li><b>Antennas</b>: The number of antennas on the device.
38655 <ul>
38656 <li>Set with class: \ref ns3::UintegerValue</li>
38657 <li>Underlying type: uint8_t 1:8</li>
38658 <li>Initial value: 1</li>
38659 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38660 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38661 </ul>
38662<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.
38663 <ul>
38664 <li>Set with class: \ref ns3::DoubleValue</li>
38665 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38666 <li>Initial value: -62</li>
38667 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38668 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38669 </ul>
38670<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.
38671 <ul>
38672 <li>Set with class: \ref ns3::DoubleValue</li>
38673 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38674 <li>Initial value: -82</li>
38675 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38676 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38677 </ul>
38678<li><b>Channel</b>: The channel attached to this PHY
38679 <ul>
38680 <li>Set with class: \ref ns3::PointerValue</li>
38681 <li>Underlying type: \ref ns3::Ptr< \ref ns3::Channel></li>
38682 <li>Flags: <span class="mlabel">read</span></li>
38683 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38684 </ul>
38685<li><b>ChannelNumber</b>: The channel number of the current operating channel.
38686 <ul>
38687 <li>Set with class: \ref ns3::UintegerValue</li>
38688 <li>Underlying type: uint8_t 0:233</li>
38689 <li>Flags: <span class="mlabel">read</span></li>
38690 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38691 </ul>
38692<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.
38693 <ul>
38694 <li>Set with class: \ref ns3::AttributeContainerValue<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE, NSt7__cxx114listIN3ns33PtrINS1_10TupleValueIJNS1_13UintegerValueES4_NS1_9EnumValueINS1_11WifiPhyBandEEES4_EEEEESaIS9_EEE></li>
38695 <li>Underlying type: \p ns3::Ptr<N3ns310TupleValueIJNS_13UintegerValueES1_NS_9EnumValueINS_11WifiPhyBandEEES1_EEE></li>
38696 <li>Initial value: {0, 0, BAND_UNSPECIFIED, 0}</li>
38697 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38698 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38699 </ul>
38700<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.
38701 <ul>
38702 <li>Set with class: \ref ns3::TimeValue</li>
38703 <li>Underlying type: \p Time +0ns:+9.22337e+18ns</li>
38704 <li>Initial value: +250000ns</li>
38705 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38706 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38707 </ul>
38708<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.
38709 <ul>
38710 <li>Set with class: \ref ns3::UintegerValue</li>
38711 <li>Underlying type: double 5:320</li>
38712 <li>Flags: <span class="mlabel">read</span></li>
38713 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38714 </ul>
38715<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.
38716 <ul>
38717 <li>Set with class: \ref ns3::BooleanValue</li>
38718 <li>Underlying type: bool</li>
38719 <li>Initial value: false</li>
38720 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38721 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38722 </ul>
38723<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model
38724 <ul>
38725 <li>Set with class: \ref ns3::PointerValue</li>
38726 <li>Underlying type: \ref ns3::Ptr< \ref ns3::FrameCaptureModel></li>
38727 <li>Initial value: 0</li>
38728 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38729 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38730 </ul>
38731<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.
38732 <ul>
38733 <li>Set with class: \ref ns3::UintegerValue</li>
38734 <li>Underlying type: int64_t 9223372036854775808:9223372036854775807</li>
38735 <li>Flags: <span class="mlabel">read</span></li>
38736 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38737 </ul>
38738<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper
38739 <ul>
38740 <li>Set with class: \ref ns3::PointerValue</li>
38741 <li>Underlying type: \ref ns3::Ptr< \ref ns3::InterferenceHelper></li>
38742 <li>Initial value: 0</li>
38743 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38744 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38745 </ul>
38746<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.
38747 <ul>
38748 <li>Set with class: \ref ns3::DoubleValue</li>
38749 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38750 <li>Initial value: 0</li>
38751 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">read</span></li>
38752 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38753 </ul>
38754<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.
38755 <ul>
38756 <li>Set with class: \ref ns3::UintegerValue</li>
38757 <li>Underlying type: uint8_t 1:8</li>
38758 <li>Initial value: 1</li>
38759 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38760 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38761 </ul>
38762<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.
38763 <ul>
38764 <li>Set with class: \ref ns3::UintegerValue</li>
38765 <li>Underlying type: uint8_t 1:8</li>
38766 <li>Initial value: 1</li>
38767 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38768 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38769 </ul>
38770<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.
38771 <ul>
38772 <li>Set with class: \ref ns3::BooleanValue</li>
38773 <li>Underlying type: bool</li>
38774 <li>Initial value: false</li>
38775 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38776 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38777 </ul>
38778<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.
38779 <ul>
38780 <li>Set with class: \ref ns3::TimeValue</li>
38781 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38782 <li>Initial value: +0ns</li>
38783 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38784 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38785 </ul>
38786<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.
38787 <ul>
38788 <li>Set with class: \ref ns3::PointerValue</li>
38789 <li>Underlying type: \ref ns3::Ptr< \ref ns3::ErrorModel></li>
38790 <li>Initial value: 0</li>
38791 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38792 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38793 </ul>
38794<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
38795 <ul>
38796 <li>Set with class: \ref ns3::DoubleValue</li>
38797 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38798 <li>Initial value: 100</li>
38799 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38800 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38801 </ul>
38802<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model
38803 <ul>
38804 <li>Set with class: \ref ns3::PointerValue</li>
38805 <li>Underlying type: \ref ns3::Ptr< \ref ns3::PreambleDetectionModel></li>
38806 <li>Initial value: 0</li>
38807 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38808 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38809 </ul>
38810<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).
38811 <ul>
38812 <li>Set with class: \ref ns3::UintegerValue</li>
38813 <li>Underlying type: uint8_t 0:7</li>
38814 <li>Flags: <span class="mlabel">read</span></li>
38815 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38816 </ul>
38817<li><b>RxGain</b>: Reception gain (dB).
38818 <ul>
38819 <li>Set with class: \ref ns3::DoubleValue</li>
38820 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38821 <li>Initial value: 0</li>
38822 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38823 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38824 </ul>
38825<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)".
38826 <ul>
38827 <li>Set with class: \ref ns3::DoubleValue</li>
38828 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38829 <li>Initial value: 7</li>
38830 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span></li>
38831 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38832 </ul>
38833<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.
38834 <ul>
38835 <li>Set with class: \ref ns3::DoubleValue</li>
38836 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38837 <li>Initial value: -101</li>
38838 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38839 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38840 </ul>
38841<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.
38842 <ul>
38843 <li>Set with class: \ref ns3::BooleanValue</li>
38844 <li>Underlying type: bool</li>
38845 <li>Initial value: false</li>
38846 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38847 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38848 </ul>
38849<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.
38850 <ul>
38851 <li>Set with class: \ref ns3::TimeValue</li>
38852 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38853 <li>Initial value: +0ns</li>
38854 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38855 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38856 </ul>
38857<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.
38858 <ul>
38859 <li>Set with class: \ref ns3::TimeValue</li>
38860 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
38861 <li>Initial value: +0ns</li>
38862 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38863 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38864 </ul>
38865<li><b>State</b>: The state of the PHY layer.
38866 <ul>
38867 <li>Set with class: \ref ns3::PointerValue</li>
38868 <li>Underlying type: \ref ns3::Ptr< \ref ns3::WifiPhyStateHelper></li>
38869 <li>Initial value: 0</li>
38870 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38871 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38872 </ul>
38873<li><b>TxGain</b>: Transmission gain (dB).
38874 <ul>
38875 <li>Set with class: \ref ns3::DoubleValue</li>
38876 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38877 <li>Initial value: 0</li>
38878 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38879 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38880 </ul>
38881<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).
38882 <ul>
38883 <li>Set with class: \ref ns3::DoubleValue</li>
38884 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38885 <li>Initial value: 16.0206</li>
38886 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38887 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38888 </ul>
38889<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
38890 <ul>
38891 <li>Set with class: \ref ns3::UintegerValue</li>
38892 <li>Underlying type: uint8_t 0:255</li>
38893 <li>Initial value: 1</li>
38894 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38895 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38896 </ul>
38897<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).
38898 <ul>
38899 <li>Set with class: \ref ns3::DoubleValue</li>
38900 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
38901 <li>Initial value: 16.0206</li>
38902 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
38903 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38904 </ul>
38905</ul>
38906<h3>TraceSources</h3>
38907<ul>
38908<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak signals<br> <ul>
38909 <li> %Callback signature: ns3::YansWifiPhy::SignalArrivalCallback
38910</li>
38911 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38912</ul>
38913</ul>
38914<h3>TraceSources defined in parent class ns3::WifiPhy</h3>
38915<ul>
38916<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames<br> <ul>
38917 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferRxTracedCallback
38918</li>
38919 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38920</ul>
38921<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted<br> <ul>
38922 <li> %Callback signature: ns3::WifiPhy::MonitorSnifferTxTracedCallback
38923</li>
38924 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38925</ul>
38926<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device<br> <ul>
38927 <li> %Callback signature: ns3::WifiPhy::PhyRxBeginTracedCallback
38928</li>
38929 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38930</ul>
38931<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception<br> <ul>
38932 <li> %Callback signature: ns3::WifiPhy::PhyRxDropTracedCallback
38933</li>
38934 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38935</ul>
38936<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device<br> <ul>
38937 <li> %Callback signature: ns3::Packet::TracedCallback
38938</li>
38939 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38940</ul>
38941<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.<br> <ul>
38942 <li> %Callback signature: ns3::WifiPhy::PhyRxMacHeaderEndTracedCallback
38943</li>
38944 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38945</ul>
38946<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun<br> <ul>
38947 <li> %Callback signature: ns3::WifiPhy::PhyRxPayloadBeginTracedCallback
38948</li>
38949 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38950</ul>
38951<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception<br> <ul>
38952 <li> %Callback signature: ns3::WifiPhy::PhyRxPpduDropTracedCallback
38953</li>
38954 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38955</ul>
38956<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>
38957 <li> %Callback signature: ns3::WifiPhy::PhyTxBeginTracedCallback
38958</li>
38959 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38960</ul>
38961<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission<br> <ul>
38962 <li> %Callback signature: ns3::Packet::TracedCallback
38963</li>
38964 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38965</ul>
38966<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.<br> <ul>
38967 <li> %Callback signature: ns3::Packet::TracedCallback
38968</li>
38969 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38970</ul>
38971<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>
38972 <li> %Callback signature: ns3::WifiPhy::PsduTxBeginCallback
38973</li>
38974 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38975</ul>
38976<li><b>SignalTransmission</b>: Trace start of signal transmission<br> <ul>
38977 <li> %Callback signature: ns3::SpectrumWifiPhy::SignalTransmissionCallback
38978</li>
38979 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
38980</ul>
38981</ul>
38982<b>Group:</b> Wifi
38983
38984<b>Size</b> of this type is 928 bytes (on a 64-bit architecture).
38985*/
38986
38987/*!
38988
38989\class ns3::ZetaRandomVariable
38990
38991<h3>Config Paths</h3>
38992
38993ns3::ZetaRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
38994<ul>
38995<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
38996<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
38997<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
38998<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
38999<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39000<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39001<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39002<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39003<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39004<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39005<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39006<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39007<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39008<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39009<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39010<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ZetaRandomVariable"</li>
39011<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ZetaRandomVariable"</li>
39012<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39013<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39014<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39015<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39016<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39017<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39018<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39019<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZetaRandomVariable"</li>
39020<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZetaRandomVariable"</li>
39021<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZetaRandomVariable"</li>
39022<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ZetaRandomVariable"</li>
39023<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ZetaRandomVariable"</li>
39024<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ZetaRandomVariable"</li>
39025<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ZetaRandomVariable"</li>
39026<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ZetaRandomVariable"</li>
39027<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ZetaRandomVariable"</li>
39028<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ZetaRandomVariable"</li>
39029<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ZetaRandomVariable"</li>
39030<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ZetaRandomVariable"</li>
39031<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39032<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ZetaRandomVariable"</li>
39033<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ZetaRandomVariable"</li>
39034<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39035<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39036<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ZetaRandomVariable"</li>
39037<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39038<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39039<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39040<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39041<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ZetaRandomVariable"</li>
39042<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ZetaRandomVariable"</li>
39043<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ZetaRandomVariable"</li>
39044<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ZetaRandomVariable"</li>
39045<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ZetaRandomVariable"</li>
39046<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ZetaRandomVariable"</li>
39047<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ZetaRandomVariable"</li>
39048<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ZetaRandomVariable"</li>
39049<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ZetaRandomVariable"</li>
39050<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ZetaRandomVariable"</li>
39051<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ZetaRandomVariable"</li>
39052<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39053<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZetaRandomVariable"</li>
39054<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZetaRandomVariable"</li>
39055</ul>
39056<h3>Attributes</h3>
39057<ul>
39058<li><b>Alpha</b>: The alpha value for the zeta distribution returned by this RNG stream.
39059 <ul>
39060 <li>Set with class: \ref ns3::DoubleValue</li>
39061 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39062 <li>Initial value: 3.14</li>
39063 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39064 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39065 </ul>
39066</ul>
39067<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
39068<ul>
39069<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
39070 <ul>
39071 <li>Set with class: \ref ns3::BooleanValue</li>
39072 <li>Underlying type: bool</li>
39073 <li>Initial value: false</li>
39074 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39075 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39076 </ul>
39077<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.
39078 <ul>
39079 <li>Set with class: \ref ns3::IntegerValue</li>
39080 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
39081 <li>Initial value: -1</li>
39082 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39083 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39084 </ul>
39085</ul>
39086No TraceSources are defined for this type.<br>
39087<b>Group:</b> Core
39088
39089<b>Size</b> of this type is 96 bytes (on a 64-bit architecture).
39090*/
39091
39092/*!
39093
39094\class ns3::zigbee::ZigbeeAps
39095
39096Introspection did not find any typical Config paths.<br>
39097No Attributes are defined for this type.<br>
39098No TraceSources are defined for this type.<br>
39099<b>Group:</b> Zigbee
39100
39101<b>Size</b> of this type is 136 bytes (on a 64-bit architecture).
39102*/
39103
39104/*!
39105
39106\class ns3::zigbee::ZigbeeNwk
39107
39108Introspection did not find any typical Config paths.<br>
39109<h3>Attributes</h3>
39110<ul>
39111<li><b>MaxPendingTxQueueSize</b>: The maximum size of the table storing pending packets awaiting to be transmitted after discovering a route to the destination.
39112 <ul>
39113 <li>Set with class: \ref ns3::UintegerValue</li>
39114 <li>Underlying type: uint32_t 0:4294967295</li>
39115 <li>Initial value: 10</li>
39116 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39117 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39118 </ul>
39119<li><b>NwkcCoordinatorCapable</b>: [Constant] Indicates whether the device is capable of becoming aZigbee coordinator.
39120 <ul>
39121 <li>Set with class: \ref ns3::BooleanValue</li>
39122 <li>Underlying type: bool</li>
39123 <li>Initial value: true</li>
39124 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39125 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39126 </ul>
39127<li><b>NwkcInitialRREQRetries</b>: [Constant] The number of times the first broadcast transmissionof a RREQ cmd frame is retried.
39128 <ul>
39129 <li>Set with class: \ref ns3::UintegerValue</li>
39130 <li>Underlying type: uint8_t 0:255</li>
39131 <li>Initial value: 3</li>
39132 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39133 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39134 </ul>
39135<li><b>NwkcMaxRREQJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)
39136 <ul>
39137 <li>Set with class: \ref ns3::DoubleValue</li>
39138 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39139 <li>Initial value: 128</li>
39140 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39141 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39142 </ul>
39143<li><b>NwkcMinRREQJitter</b>: [Constant] The minimum jitter for broadcast retransmission of a RREQ (msec)
39144 <ul>
39145 <li>Set with class: \ref ns3::DoubleValue</li>
39146 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39147 <li>Initial value: 2</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>NwkcProtocolVersion</b>: [Constant] The version of the Zigbee NWK protocol inthe device (placeholder)
39152 <ul>
39153 <li>Set with class: \ref ns3::UintegerValue</li>
39154 <li>Underlying type: uint8_t 0:255</li>
39155 <li>Initial value: 2</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>NwkcRREQRetries</b>: [Constant] The number of times the broadcast transmission of aRREQ cmd frame is retried on relay by intermediate router orcoordinator.
39160 <ul>
39161 <li>Set with class: \ref ns3::UintegerValue</li>
39162 <li>Underlying type: uint8_t 0:255</li>
39163 <li>Initial value: 2</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>NwkcRREQRetryInterval</b>: [Constant] The duration between retries of a broadcast RREQ cmd frame.
39168 <ul>
39169 <li>Set with class: \ref ns3::TimeValue</li>
39170 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
39171 <li>Initial value: +2.54e+08ns</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>NwkcRouteDiscoveryTime</b>: [Constant] The duration until a route discovery expires
39176 <ul>
39177 <li>Set with class: \ref ns3::TimeValue</li>
39178 <li>Underlying type: \p Time -9.22337e+18ns:+9.22337e+18ns</li>
39179 <li>Initial value: +1e+10ns</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</ul>
39184<h3>TraceSources</h3>
39185<ul>
39186<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>
39187 <li> %Callback signature: ns3::zigbee::ZigbeeNwk::RreqRetriesExhaustedTracedCallback
39188</li>
39189 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39190</ul>
39191</ul>
39192<b>Group:</b> Zigbee
39193
39194<b>Size</b> of this type is 1168 bytes (on a 64-bit architecture).
39195*/
39196
39197/*!
39198
39199\class ns3::zigbee::ZigbeeStack
39200
39201Introspection did not find any typical Config paths.<br>
39202No Attributes are defined for this type.<br>
39203No TraceSources are defined for this type.<br>
39204<b>Group:</b> Zigbee
39205
39206<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
39207*/
39208
39209/*!
39210
39211\class ns3::ZipfRandomVariable
39212
39213<h3>Config Paths</h3>
39214
39215ns3::ZipfRandomVariable is accessible through the following paths with Config::Set and Config::Connect:
39216<ul>
39217<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39218<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39219<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39220<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39221<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39222<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39223<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39224<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39225<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39226<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39227<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39228<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/Channel/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39229<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39230<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39231<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Phys/[i]/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39232<li>"/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::StaWifiMac/ProbeDelay/$ns3::ZipfRandomVariable"</li>
39233<li>"/NodeList/[i]/DeviceList/[i]/$ns3::MeshPointDevice/ForwardingDelay/$ns3::ZipfRandomVariable"</li>
39234<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39235<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39236<li>"/NodeList/[i]/DeviceList/[i]/$ns3::PointToPointNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39237<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39238<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39239<li>"/NodeList/[i]/DeviceList/[i]/$ns3::CsmaNetDevice/ReceiveErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39240<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Channel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39241<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::RateErrorModel/RanVar/$ns3::ZipfRandomVariable"</li>
39242<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstStart/$ns3::ZipfRandomVariable"</li>
39243<li>"/NodeList/[i]/DeviceList/[i]/$ns3::lrwpan::LrWpanNetDevice/Phy/PostReceptionErrorModel/$ns3::BurstErrorModel/BurstSize/$ns3::ZipfRandomVariable"</li>
39244<li>"/NodeList/[i]/DeviceList/[i]/$ns3::SixLowPanNetDevice/MeshUnderJitter/$ns3::ZipfRandomVariable"</li>
39245<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::DhcpClient/Transactions/$ns3::ZipfRandomVariable"</li>
39246<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OnTime/$ns3::ZipfRandomVariable"</li>
39247<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::SourceApplication/$ns3::OnOffApplication/OffTime/$ns3::ZipfRandomVariable"</li>
39248<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OnTime/$ns3::ZipfRandomVariable"</li>
39249<li>"/NodeList/[i]/ApplicationList/[i]/$ns3::OnOffApplication/OffTime/$ns3::ZipfRandomVariable"</li>
39250<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanVelocity/$ns3::ZipfRandomVariable"</li>
39251<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanDirection/$ns3::ZipfRandomVariable"</li>
39252<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::GaussMarkovMobilityModel/MeanPitch/$ns3::ZipfRandomVariable"</li>
39253<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39254<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomDirection2dMobilityModel/Pause/$ns3::ZipfRandomVariable"</li>
39255<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Direction/$ns3::ZipfRandomVariable"</li>
39256<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39257<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39258<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/Pause/$ns3::ZipfRandomVariable"</li>
39259<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39260<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomRectanglePositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39261<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39262<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39263<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomBoxPositionAllocator/Z/$ns3::ZipfRandomVariable"</li>
39264<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Theta/$ns3::ZipfRandomVariable"</li>
39265<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::RandomDiscPositionAllocator/Rho/$ns3::ZipfRandomVariable"</li>
39266<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/X/$ns3::ZipfRandomVariable"</li>
39267<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Y/$ns3::ZipfRandomVariable"</li>
39268<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWaypointMobilityModel/PositionAllocator/$ns3::OutdoorPositionAllocator/Z/$ns3::ZipfRandomVariable"</li>
39269<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Direction/$ns3::ZipfRandomVariable"</li>
39270<li>"/NodeList/[i]/$ns3::MobilityModel/$ns3::RandomWalk2dOutdoorMobilityModel/Speed/$ns3::ZipfRandomVariable"</li>
39271<li>"/NodeList/[i]/$ns3::ArpL3Protocol/RequestJitter/$ns3::ZipfRandomVariable"</li>
39272<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/SolicitationJitter/$ns3::ZipfRandomVariable"</li>
39273<li>"/NodeList/[i]/$ns3::Icmpv6L4Protocol/RsRetransmissionJitter/$ns3::ZipfRandomVariable"</li>
39274<li>"/ChannelList/[i]/$ns3::SpectrumChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39275<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationLossModel/$ns3::RandomPropagationLossModel/Variable/$ns3::ZipfRandomVariable"</li>
39276<li>"/ChannelList/[i]/$ns3::YansWifiChannel/PropagationDelayModel/$ns3::RandomPropagationDelayModel/Variable/$ns3::ZipfRandomVariable"</li>
39277</ul>
39278<h3>Attributes</h3>
39279<ul>
39280<li><b>Alpha</b>: The alpha value for the Zipf distribution returned by this RNG stream.
39281 <ul>
39282 <li>Set with class: \ref ns3::DoubleValue</li>
39283 <li>Underlying type: double -1.79769e+308:1.79769e+308</li>
39284 <li>Initial value: 0</li>
39285 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39286 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39287 </ul>
39288<li><b>N</b>: The n value for the Zipf distribution returned by this RNG stream.
39289 <ul>
39290 <li>Set with class: \ref ns3::IntegerValue</li>
39291 <li>Underlying type: uint32_t 0:4294967295</li>
39292 <li>Initial value: 1</li>
39293 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39294 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39295 </ul>
39296</ul>
39297<h3>Attributes defined in parent class ns3::RandomVariableStream</h3>
39298<ul>
39299<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values
39300 <ul>
39301 <li>Set with class: \ref ns3::BooleanValue</li>
39302 <li>Underlying type: bool</li>
39303 <li>Initial value: false</li>
39304 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39305 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39306 </ul>
39307<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.
39308 <ul>
39309 <li>Set with class: \ref ns3::IntegerValue</li>
39310 <li>Underlying type: int64_t -9223372036854775808:9223372036854775807</li>
39311 <li>Initial value: -1</li>
39312 <li>Flags: <span class="mlabel">construct</span><span class="mlabel">write</span><span class="mlabel">read</span></li>
39313 <li>Support level: <span class="mlabel">SUPPORTED</span></li>
39314 </ul>
39315</ul>
39316No TraceSources are defined for this type.<br>
39317<b>Group:</b> Core
39318
39319<b>Size</b> of this type is 104 bytes (on a 64-bit architecture).
39320*/
39321
39322/*!
39323\page TypeIdList All ns3::TypeId's
39324
39325This is a list of all \ref ns3::TypeId's.
39326For 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.
39327
39328<ul>
39329 <li><b>ns3::A2A4RsrqHandoverAlgorithm</b></li>
39330 <li><b>ns3::A3RsrpHandoverAlgorithm</b></li>
39331 <li><b>ns3::AarfcdWifiManager</b></li>
39332 <li><b>ns3::AarfWifiManager</b></li>
39333 <li><b>ns3::AcousticModemEnergyModel</b></li>
39334 <li><b>ns3::AdhocWifiMac</b></li>
39335 <li><b>ns3::AdvancedApEmlsrManager</b></li>
39336 <li><b>ns3::AdvancedEmlsrManager</b></li>
39337 <li><b>ns3::AlohaNoackMacHeader</b></li>
39338 <li><b>ns3::AlohaNoackNetDevice</b></li>
39339 <li><b>ns3::AlwaysLosChannelConditionModel</b></li>
39340 <li><b>ns3::AmpduSubframeHeader</b></li>
39341 <li><b>ns3::AmpduTag</b></li>
39342 <li><b>ns3::AmrrWifiManager</b></li>
39343 <li><b>ns3::AmsduSubframeHeader</b></li>
39344 <li><b>ns3::AntennaModel</b></li>
39345 <li><b>ns3::aodv::DeferredRouteOutputTag</b></li>
39346 <li><b>ns3::aodv::RerrHeader</b></li>
39347 <li><b>ns3::aodv::RoutingProtocol</b></li>
39348 <li><b>ns3::aodv::RrepAckHeader</b></li>
39349 <li><b>ns3::aodv::RrepHeader</b></li>
39350 <li><b>ns3::aodv::RreqHeader</b></li>
39351 <li><b>ns3::aodv::TypeHeader</b></li>
39352 <li><b>ns3::AparfWifiManager</b></li>
39353 <li><b>ns3::ApEmlsrManager</b></li>
39354 <li><b>ns3::Application</b></li>
39355 <li><b>ns3::ApplicationPacketProbe</b></li>
39356 <li><b>ns3::ApWifiMac</b></li>
39357 <li><b>ns3::ArfWifiManager</b></li>
39358 <li><b>ns3::ArpCache</b></li>
39359 <li><b>ns3::ArpHeader</b></li>
39360 <li><b>ns3::ArpL3Protocol</b></li>
39361 <li><b>ns3::Asn1Header</b></li>
39362 <li><b>ns3::AthstatsWifiTraceSink</b></li>
39363 <li><b>ns3::BandwidthManager</b></li>
39364 <li><b>ns3::BandwidthRequestHeader</b></li>
39365 <li><b>ns3::BaseStationNetDevice</b></li>
39366 <li><b>ns3::BernoulliRandomVariable</b></li>
39367 <li><b>ns3::BinaryErrorModel</b></li>
39368 <li><b>ns3::BinomialRandomVariable</b></li>
39369 <li><b>ns3::BlockAckManager</b></li>
39370 <li><b>ns3::BooleanProbe</b></li>
39371 <li><b>ns3::BridgeChannel</b></li>
39372 <li><b>ns3::BridgeNetDevice</b></li>
39373 <li><b>ns3::BSLinkManager</b></li>
39374 <li><b>ns3::BSScheduler</b></li>
39375 <li><b>ns3::BSSchedulerRtps</b></li>
39376 <li><b>ns3::BSSchedulerSimple</b></li>
39377 <li><b>ns3::Building</b></li>
39378 <li><b>ns3::BuildingListPriv</b></li>
39379 <li><b>ns3::BuildingsChannelConditionModel</b></li>
39380 <li><b>ns3::BuildingsPropagationLossModel</b></li>
39381 <li><b>ns3::BulkSendApplication</b></li>
39382 <li><b>ns3::BurstErrorModel</b></li>
39383 <li><b>ns3::BurstProfileManager</b></li>
39384 <li><b>ns3::CalendarScheduler</b></li>
39385 <li><b>ns3::CaraWifiManager</b></li>
39386 <li><b>ns3::CcHelper</b></li>
39387 <li><b>ns3::Channel</b></li>
39388 <li><b>ns3::ChannelAccessManager</b></li>
39389 <li><b>ns3::ChannelCondition</b></li>
39390 <li><b>ns3::ChannelConditionModel</b></li>
39391 <li><b>ns3::ChannelListPriv</b></li>
39392 <li><b>ns3::Chunk</b></li>
39393 <li><b>ns3::CircularApertureAntennaModel</b></li>
39394 <li><b>ns3::CobaltQueueDisc</b></li>
39395 <li><b>ns3::CoDelQueueDisc</b></li>
39396 <li><b>ns3::CommandPayloadHeader</b></li>
39397 <li><b>ns3::ComponentCarrier</b></li>
39398 <li><b>ns3::ComponentCarrierBaseStation</b></li>
39399 <li><b>ns3::ComponentCarrierEnb</b></li>
39400 <li><b>ns3::ComponentCarrierUe</b></li>
39401 <li><b>ns3::ConfigStore</b></li>
39402 <li><b>ns3::ConnectionManager</b></li>
39403 <li><b>ns3::ConstantAccelerationMobilityModel</b></li>
39404 <li><b>ns3::ConstantObssPdAlgorithm</b></li>
39405 <li><b>ns3::ConstantPositionMobilityModel</b></li>
39406 <li><b>ns3::ConstantRandomVariable</b></li>
39407 <li><b>ns3::ConstantRateWifiManager</b></li>
39408 <li><b>ns3::ConstantSpectrumPropagationLossModel</b></li>
39409 <li><b>ns3::ConstantSpeedPropagationDelayModel</b></li>
39410 <li><b>ns3::ConstantVelocityMobilityModel</b></li>
39411 <li><b>ns3::CosineAntennaModel</b></li>
39412 <li><b>ns3::Cost231PropagationLossModel</b></li>
39413 <li><b>ns3::CounterCalculator<uint32_t></b></li>
39414 <li><b>ns3::CqaFfMacScheduler</b></li>
39415 <li><b>ns3::CsmaChannel</b></li>
39416 <li><b>ns3::CsmaNetDevice</b></li>
39417 <li><b>ns3::CtrlBAckRequestHeader</b></li>
39418 <li><b>ns3::CtrlBAckResponseHeader</b></li>
39419 <li><b>ns3::CtrlTriggerHeader</b></li>
39420 <li><b>ns3::DataCollectionObject</b></li>
39421 <li><b>ns3::Dcd</b></li>
39422 <li><b>ns3::DefaultApEmlsrManager</b></li>
39423 <li><b>ns3::DefaultEmlsrManager</b></li>
39424 <li><b>ns3::DefaultSimulatorImpl</b></li>
39425 <li><b>ns3::DeterministicRandomVariable</b></li>
39426 <li><b>ns3::DeviceNameTag</b></li>
39427 <li><b>ns3::DhcpClient</b></li>
39428 <li><b>ns3::DhcpHeader</b></li>
39429 <li><b>ns3::DhcpServer</b></li>
39430 <li><b>ns3::DlMap</b></li>
39431 <li><b>ns3::dot11s::AirtimeLinkMetricCalculator</b></li>
39432 <li><b>ns3::dot11s::HwmpProtocol</b></li>
39433 <li><b>ns3::dot11s::HwmpRtable</b></li>
39434 <li><b>ns3::dot11s::HwmpTag</b></li>
39435 <li><b>ns3::dot11s::PeerLink</b></li>
39436 <li><b>ns3::dot11s::PeerLinkCloseStart</b></li>
39437 <li><b>ns3::dot11s::PeerLinkConfirmStart</b></li>
39438 <li><b>ns3::dot11s::PeerLinkOpenStart</b></li>
39439 <li><b>ns3::dot11s::PeerManagementProtocol</b></li>
39440 <li><b>ns3::Dot11sStack</b></li>
39441 <li><b>ns3::DoubleProbe</b></li>
39442 <li><b>ns3::DropTailQueue<Packet></b></li>
39443 <li><b>ns3::DropTailQueue<QueueDiscItem></b></li>
39444 <li><b>ns3::DsaAck</b></li>
39445 <li><b>ns3::DsaReq</b></li>
39446 <li><b>ns3::DsaRsp</b></li>
39447 <li><b>ns3::dsdv::DsdvHeader</b></li>
39448 <li><b>ns3::dsdv::RoutingProtocol</b></li>
39449 <li><b>ns3::dsr::DsrFsHeader</b></li>
39450 <li><b>ns3::dsr::DsrGraReply</b></li>
39451 <li><b>ns3::dsr::DsrNetworkQueue</b></li>
39452 <li><b>ns3::dsr::DsrOptionAck</b></li>
39453 <li><b>ns3::dsr::DsrOptionAckHeader</b></li>
39454 <li><b>ns3::dsr::DsrOptionAckReq</b></li>
39455 <li><b>ns3::dsr::DsrOptionAckReqHeader</b></li>
39456 <li><b>ns3::dsr::DsrOptionHeader</b></li>
39457 <li><b>ns3::dsr::DsrOptionPad1</b></li>
39458 <li><b>ns3::dsr::DsrOptionPad1Header</b></li>
39459 <li><b>ns3::dsr::DsrOptionPadn</b></li>
39460 <li><b>ns3::dsr::DsrOptionPadnHeader</b></li>
39461 <li><b>ns3::dsr::DsrOptionRerr</b></li>
39462 <li><b>ns3::dsr::DsrOptionRerrHeader</b></li>
39463 <li><b>ns3::dsr::DsrOptionRerrUnreachHeader</b></li>
39464 <li><b>ns3::dsr::DsrOptionRerrUnsupportedHeader</b></li>
39465 <li><b>ns3::dsr::DsrOptionRrep</b></li>
39466 <li><b>ns3::dsr::DsrOptionRrepHeader</b></li>
39467 <li><b>ns3::dsr::DsrOptionRreq</b></li>
39468 <li><b>ns3::dsr::DsrOptionRreqHeader</b></li>
39469 <li><b>ns3::dsr::DsrOptions</b></li>
39470 <li><b>ns3::dsr::DsrOptionSR</b></li>
39471 <li><b>ns3::dsr::DsrOptionSRHeader</b></li>
39472 <li><b>ns3::dsr::DsrPassiveBuffer</b></li>
39473 <li><b>ns3::dsr::DsrRouteCache</b></li>
39474 <li><b>ns3::dsr::DsrRouting</b></li>
39475 <li><b>ns3::dsr::DsrRreqTable</b></li>
39476 <li><b>ns3::DsrRoutingHeader</b></li>
39477 <li><b>ns3::DynamicQueueLimits</b></li>
39478 <li><b>ns3::EhtConfiguration</b></li>
39479 <li><b>ns3::EhtFrameExchangeManager</b></li>
39480 <li><b>ns3::EmlsrManager</b></li>
39481 <li><b>ns3::EmpiricalRandomVariable</b></li>
39482 <li><b>ns3::EmuEpcHelper</b></li>
39483 <li><b>ns3::energy::BasicEnergyHarvester</b></li>
39484 <li><b>ns3::energy::BasicEnergySource</b></li>
39485 <li><b>ns3::energy::DeviceEnergyModel</b></li>
39486 <li><b>ns3::energy::EnergyHarvester</b></li>
39487 <li><b>ns3::energy::EnergyHarvesterContainer</b></li>
39488 <li><b>ns3::energy::EnergySource</b></li>
39489 <li><b>ns3::energy::EnergySourceContainer</b></li>
39490 <li><b>ns3::energy::GenericBatteryModel</b></li>
39491 <li><b>ns3::energy::RvBatteryModel</b></li>
39492 <li><b>ns3::energy::SimpleDeviceEnergyModel</b></li>
39493 <li><b>ns3::EpcHelper</b></li>
39494 <li><b>ns3::EpcMmeApplication</b></li>
39495 <li><b>ns3::EpcSgwApplication</b></li>
39496 <li><b>ns3::EpcUeNas</b></li>
39497 <li><b>ns3::EpcX2</b></li>
39498 <li><b>ns3::EpcX2HandoverCancelHeader</b></li>
39499 <li><b>ns3::EpcX2HandoverPreparationFailureHeader</b></li>
39500 <li><b>ns3::EpcX2HandoverRequestAckHeader</b></li>
39501 <li><b>ns3::EpcX2HandoverRequestHeader</b></li>
39502 <li><b>ns3::EpcX2Header</b></li>
39503 <li><b>ns3::EpcX2LoadInformationHeader</b></li>
39504 <li><b>ns3::EpcX2ResourceStatusUpdateHeader</b></li>
39505 <li><b>ns3::EpcX2SnStatusTransferHeader</b></li>
39506 <li><b>ns3::EpcX2UeContextReleaseHeader</b></li>
39507 <li><b>ns3::EpsBearer</b></li>
39508 <li><b>ns3::EpsBearerTag</b></li>
39509 <li><b>ns3::ErlangRandomVariable</b></li>
39510 <li><b>ns3::ErrorChannel</b></li>
39511 <li><b>ns3::ErrorModel</b></li>
39512 <li><b>ns3::ErrorRateModel</b></li>
39513 <li><b>ns3::EthernetHeader</b></li>
39514 <li><b>ns3::EthernetTrailer</b></li>
39515 <li><b>ns3::ExponentialRandomVariable</b></li>
39516 <li><b>ns3::FcfsWifiQueueScheduler</b></li>
39517 <li><b>ns3::FdBetFfMacScheduler</b></li>
39518 <li><b>ns3::FdMtFfMacScheduler</b></li>
39519 <li><b>ns3::FdNetDevice</b></li>
39520 <li><b>ns3::FdTbfqFfMacScheduler</b></li>
39521 <li><b>ns3::FfMacScheduler</b></li>
39522 <li><b>ns3::FifoQueueDisc</b></li>
39523 <li><b>ns3::FileAggregator</b></li>
39524 <li><b>ns3::FilsDiscHeader</b></li>
39525 <li><b>ns3::FixedRoomPositionAllocator</b></li>
39526 <li><b>ns3::FixedRssLossModel</b></li>
39527 <li><b>ns3::flame::FlameHeader</b></li>
39528 <li><b>ns3::flame::FlameProtocol</b></li>
39529 <li><b>ns3::flame::FlameRtable</b></li>
39530 <li><b>ns3::flame::FlameTag</b></li>
39531 <li><b>ns3::FlameStack</b></li>
39532 <li><b>ns3::FlowIdTag</b></li>
39533 <li><b>ns3::FlowMonitor</b></li>
39534 <li><b>ns3::FqCobaltFlow</b></li>
39535 <li><b>ns3::FqCobaltQueueDisc</b></li>
39536 <li><b>ns3::FqCoDelFlow</b></li>
39537 <li><b>ns3::FqCoDelQueueDisc</b></li>
39538 <li><b>ns3::FqPieFlow</b></li>
39539 <li><b>ns3::FqPieQueueDisc</b></li>
39540 <li><b>ns3::FragmentationSubheader</b></li>
39541 <li><b>ns3::FrameCaptureModel</b></li>
39542 <li><b>ns3::FrameExchangeManager</b></li>
39543 <li><b>ns3::FriisPropagationLossModel</b></li>
39544 <li><b>ns3::FriisSpectrumPropagationLossModel</b></li>
39545 <li><b>ns3::GammaRandomVariable</b></li>
39546 <li><b>ns3::GaussMarkovMobilityModel</b></li>
39547 <li><b>ns3::GcrManager</b></li>
39548 <li><b>ns3::GenericMacHeader</b></li>
39549 <li><b>ns3::GeocentricConstantPositionMobilityModel</b></li>
39550 <li><b>ns3::GlobalRouter</b></li>
39551 <li><b>ns3::GnuplotAggregator</b></li>
39552 <li><b>ns3::GrantManagementSubheader</b></li>
39553 <li><b>ns3::GridBuildingAllocator</b></li>
39554 <li><b>ns3::GridPositionAllocator</b></li>
39555 <li><b>ns3::GtpcHeader</b></li>
39556 <li><b>ns3::GtpuHeader</b></li>
39557 <li><b>ns3::HalfDuplexIdealPhy</b></li>
39558 <li><b>ns3::Header</b></li>
39559 <li><b>ns3::HeapScheduler</b></li>
39560 <li><b>ns3::HeConfiguration</b></li>
39561 <li><b>ns3::HeFrameExchangeManager</b></li>
39562 <li><b>ns3::HierarchicalMobilityModel</b></li>
39563 <li><b>ns3::HtConfiguration</b></li>
39564 <li><b>ns3::HtFrameExchangeManager</b></li>
39565 <li><b>ns3::HybridBuildingsPropagationLossModel</b></li>
39566 <li><b>ns3::Icmpv4DestinationUnreachable</b></li>
39567 <li><b>ns3::Icmpv4Echo</b></li>
39568 <li><b>ns3::Icmpv4Header</b></li>
39569 <li><b>ns3::Icmpv4L4Protocol</b></li>
39570 <li><b>ns3::Icmpv4TimeExceeded</b></li>
39571 <li><b>ns3::Icmpv6DestinationUnreachable</b></li>
39572 <li><b>ns3::Icmpv6Echo</b></li>
39573 <li><b>ns3::Icmpv6Header</b></li>
39574 <li><b>ns3::Icmpv6L4Protocol</b></li>
39575 <li><b>ns3::Icmpv6NA</b></li>
39576 <li><b>ns3::Icmpv6NS</b></li>
39577 <li><b>ns3::Icmpv6OptionHeader</b></li>
39578 <li><b>ns3::Icmpv6OptionLinkLayerAddress</b></li>
39579 <li><b>ns3::Icmpv6OptionMtu</b></li>
39580 <li><b>ns3::Icmpv6OptionPrefixInformation</b></li>
39581 <li><b>ns3::Icmpv6OptionRedirected</b></li>
39582 <li><b>ns3::Icmpv6ParameterError</b></li>
39583 <li><b>ns3::Icmpv6RA</b></li>
39584 <li><b>ns3::Icmpv6Redirection</b></li>
39585 <li><b>ns3::Icmpv6RS</b></li>
39586 <li><b>ns3::Icmpv6TimeExceeded</b></li>
39587 <li><b>ns3::Icmpv6TooBig</b></li>
39588 <li><b>ns3::IdealWifiManager</b></li>
39589 <li><b>ns3::InetTopologyReader</b></li>
39590 <li><b>ns3::InterferenceHelper</b></li>
39591 <li><b>ns3::IpcsClassifier</b></li>
39592 <li><b>ns3::IpL4Protocol</b></li>
39593 <li><b>ns3::Ipv4</b></li>
39594 <li><b>ns3::Ipv4GlobalRouting</b></li>
39595 <li><b>ns3::Ipv4Header</b></li>
39596 <li><b>ns3::Ipv4Interface</b></li>
39597 <li><b>ns3::Ipv4L3Protocol</b></li>
39598 <li><b>ns3::Ipv4ListRouting</b></li>
39599 <li><b>ns3::Ipv4NixVectorRouting</b></li>
39600 <li><b>ns3::Ipv4PacketFilter</b></li>
39601 <li><b>ns3::Ipv4PacketProbe</b></li>
39602 <li><b>ns3::Ipv4RawSocketFactory</b></li>
39603 <li><b>ns3::Ipv4RawSocketImpl</b></li>
39604 <li><b>ns3::Ipv4RoutingProtocol</b></li>
39605 <li><b>ns3::Ipv4StaticRouting</b></li>
39606 <li><b>ns3::Ipv6</b></li>
39607 <li><b>ns3::Ipv6Extension</b></li>
39608 <li><b>ns3::Ipv6ExtensionAH</b></li>
39609 <li><b>ns3::Ipv6ExtensionAHHeader</b></li>
39610 <li><b>ns3::Ipv6ExtensionDemux</b></li>
39611 <li><b>ns3::Ipv6ExtensionDestination</b></li>
39612 <li><b>ns3::Ipv6ExtensionDestinationHeader</b></li>
39613 <li><b>ns3::Ipv6ExtensionESP</b></li>
39614 <li><b>ns3::Ipv6ExtensionESPHeader</b></li>
39615 <li><b>ns3::Ipv6ExtensionFragment</b></li>
39616 <li><b>ns3::Ipv6ExtensionFragmentHeader</b></li>
39617 <li><b>ns3::Ipv6ExtensionHeader</b></li>
39618 <li><b>ns3::Ipv6ExtensionHopByHop</b></li>
39619 <li><b>ns3::Ipv6ExtensionHopByHopHeader</b></li>
39620 <li><b>ns3::Ipv6ExtensionLooseRouting</b></li>
39621 <li><b>ns3::Ipv6ExtensionLooseRoutingHeader</b></li>
39622 <li><b>ns3::Ipv6ExtensionRouting</b></li>
39623 <li><b>ns3::Ipv6ExtensionRoutingDemux</b></li>
39624 <li><b>ns3::Ipv6ExtensionRoutingHeader</b></li>
39625 <li><b>ns3::Ipv6Header</b></li>
39626 <li><b>ns3::Ipv6Interface</b></li>
39627 <li><b>ns3::Ipv6L3Protocol</b></li>
39628 <li><b>ns3::Ipv6ListRouting</b></li>
39629 <li><b>ns3::Ipv6NixVectorRouting</b></li>
39630 <li><b>ns3::Ipv6Option</b></li>
39631 <li><b>ns3::Ipv6OptionDemux</b></li>
39632 <li><b>ns3::Ipv6OptionHeader</b></li>
39633 <li><b>ns3::Ipv6OptionJumbogram</b></li>
39634 <li><b>ns3::Ipv6OptionJumbogramHeader</b></li>
39635 <li><b>ns3::Ipv6OptionPad1</b></li>
39636 <li><b>ns3::Ipv6OptionPad1Header</b></li>
39637 <li><b>ns3::Ipv6OptionPadn</b></li>
39638 <li><b>ns3::Ipv6OptionPadnHeader</b></li>
39639 <li><b>ns3::Ipv6OptionRouterAlert</b></li>
39640 <li><b>ns3::Ipv6OptionRouterAlertHeader</b></li>
39641 <li><b>ns3::Ipv6PacketFilter</b></li>
39642 <li><b>ns3::Ipv6PacketProbe</b></li>
39643 <li><b>ns3::Ipv6PmtuCache</b></li>
39644 <li><b>ns3::Ipv6RawSocketFactory</b></li>
39645 <li><b>ns3::Ipv6RawSocketImpl</b></li>
39646 <li><b>ns3::Ipv6RoutingProtocol</b></li>
39647 <li><b>ns3::Ipv6StaticRouting</b></li>
39648 <li><b>ns3::IsotropicAntennaModel</b></li>
39649 <li><b>ns3::ItuR1238PropagationLossModel</b></li>
39650 <li><b>ns3::ItuR1411LosPropagationLossModel</b></li>
39651 <li><b>ns3::ItuR1411NlosOverRooftopPropagationLossModel</b></li>
39652 <li><b>ns3::JakesProcess</b></li>
39653 <li><b>ns3::JakesPropagationLossModel</b></li>
39654 <li><b>ns3::Kun2600MhzPropagationLossModel</b></li>
39655 <li><b>ns3::LaplacianRandomVariable</b></li>
39656 <li><b>ns3::LargestExtremeValueRandomVariable</b></li>
39657 <li><b>ns3::LinearWifiTxCurrentModel</b></li>
39658 <li><b>ns3::ListErrorModel</b></li>
39659 <li><b>ns3::ListPositionAllocator</b></li>
39660 <li><b>ns3::ListScheduler</b></li>
39661 <li><b>ns3::LlcSnapHeader</b></li>
39662 <li><b>ns3::LogDistancePropagationLossModel</b></li>
39663 <li><b>ns3::LogNormalRandomVariable</b></li>
39664 <li><b>ns3::LoopbackNetDevice</b></li>
39665 <li><b>ns3::lrwpan::BeaconPayloadHeader</b></li>
39666 <li><b>ns3::lrwpan::LrWpanCsmaCa</b></li>
39667 <li><b>ns3::lrwpan::LrWpanErrorModel</b></li>
39668 <li><b>ns3::lrwpan::LrWpanLqiTag</b></li>
39669 <li><b>ns3::lrwpan::LrWpanMac</b></li>
39670 <li><b>ns3::lrwpan::LrWpanMacBase</b></li>
39671 <li><b>ns3::lrwpan::LrWpanMacHeader</b></li>
39672 <li><b>ns3::lrwpan::LrWpanMacTrailer</b></li>
39673 <li><b>ns3::lrwpan::LrWpanNetDevice</b></li>
39674 <li><b>ns3::lrwpan::LrWpanPhy</b></li>
39675 <li><b>ns3::LteAmc</b></li>
39676 <li><b>ns3::LteAnr</b></li>
39677 <li><b>ns3::LteDataRadioBearerInfo</b></li>
39678 <li><b>ns3::LteEnbComponentCarrierManager</b></li>
39679 <li><b>ns3::LteEnbMac</b></li>
39680 <li><b>ns3::LteEnbNetDevice</b></li>
39681 <li><b>ns3::LteEnbPhy</b></li>
39682 <li><b>ns3::LteEnbRrc</b></li>
39683 <li><b>ns3::LteEnbRrcProtocolIdeal</b></li>
39684 <li><b>ns3::LteEnbRrcProtocolReal</b></li>
39685 <li><b>ns3::LteFfrAlgorithm</b></li>
39686 <li><b>ns3::LteFfrDistributedAlgorithm</b></li>
39687 <li><b>ns3::LteFfrEnhancedAlgorithm</b></li>
39688 <li><b>ns3::LteFfrSoftAlgorithm</b></li>
39689 <li><b>ns3::LteFrHardAlgorithm</b></li>
39690 <li><b>ns3::LteFrNoOpAlgorithm</b></li>
39691 <li><b>ns3::LteFrSoftAlgorithm</b></li>
39692 <li><b>ns3::LteFrStrictAlgorithm</b></li>
39693 <li><b>ns3::LteHandoverAlgorithm</b></li>
39694 <li><b>ns3::LteHelper</b></li>
39695 <li><b>ns3::LteHexGridEnbTopologyHelper</b></li>
39696 <li><b>ns3::LteNetDevice</b></li>
39697 <li><b>ns3::LtePdcp</b></li>
39698 <li><b>ns3::LtePdcpHeader</b></li>
39699 <li><b>ns3::LtePhy</b></li>
39700 <li><b>ns3::LtePhyTag</b></li>
39701 <li><b>ns3::LteRadioBearerInfo</b></li>
39702 <li><b>ns3::LteRadioBearerTag</b></li>
39703 <li><b>ns3::LteRlc</b></li>
39704 <li><b>ns3::LteRlcAm</b></li>
39705 <li><b>ns3::LteRlcAmHeader</b></li>
39706 <li><b>ns3::LteRlcHeader</b></li>
39707 <li><b>ns3::LteRlcSduStatusTag</b></li>
39708 <li><b>ns3::LteRlcSm</b></li>
39709 <li><b>ns3::LteRlcTm</b></li>
39710 <li><b>ns3::LteRlcUm</b></li>
39711 <li><b>ns3::LteSignalingRadioBearerInfo</b></li>
39712 <li><b>ns3::LteSpectrumPhy</b></li>
39713 <li><b>ns3::LteStatsCalculator</b></li>
39714 <li><b>ns3::LteUeComponentCarrierManager</b></li>
39715 <li><b>ns3::LteUeMac</b></li>
39716 <li><b>ns3::LteUeNetDevice</b></li>
39717 <li><b>ns3::LteUePhy</b></li>
39718 <li><b>ns3::LteUePowerControl</b></li>
39719 <li><b>ns3::LteUeRrc</b></li>
39720 <li><b>ns3::LteUeRrcProtocolIdeal</b></li>
39721 <li><b>ns3::LteUeRrcProtocolReal</b></li>
39722 <li><b>ns3::MacHeaderType</b></li>
39723 <li><b>ns3::MacStatsCalculator</b></li>
39724 <li><b>ns3::ManagementMessageType</b></li>
39725 <li><b>ns3::MapScheduler</b></li>
39726 <li><b>ns3::MatrixPropagationLossModel</b></li>
39727 <li><b>ns3::MeshInformationElementVector</b></li>
39728 <li><b>ns3::MeshL2RoutingProtocol</b></li>
39729 <li><b>ns3::MeshPointDevice</b></li>
39730 <li><b>ns3::MeshStack</b></li>
39731 <li><b>ns3::MeshWifiInterfaceMac</b></li>
39732 <li><b>ns3::MgtAddBaRequestHeader</b></li>
39733 <li><b>ns3::MgtAddBaResponseHeader</b></li>
39734 <li><b>ns3::MgtAssocRequestHeader</b></li>
39735 <li><b>ns3::MgtAssocResponseHeader</b></li>
39736 <li><b>ns3::MgtBeaconHeader</b></li>
39737 <li><b>ns3::MgtDelBaHeader</b></li>
39738 <li><b>ns3::MgtEmlOperatingModeNotification</b></li>
39739 <li><b>ns3::MgtProbeRequestHeader</b></li>
39740 <li><b>ns3::MgtProbeResponseHeader</b></li>
39741 <li><b>ns3::MgtReassocRequestHeader</b></li>
39742 <li><b>ns3::MinstrelHtWifiManager</b></li>
39743 <li><b>ns3::MinstrelWifiManager</b></li>
39744 <li><b>ns3::MobilityBuildingInfo</b></li>
39745 <li><b>ns3::MobilityModel</b></li>
39746 <li><b>ns3::MpduAggregator</b></li>
39747 <li><b>ns3::MqQueueDisc</b></li>
39748 <li><b>ns3::MsduAggregator</b></li>
39749 <li><b>ns3::MultiModelSpectrumChannel</b></li>
39750 <li><b>ns3::MultiUserScheduler</b></li>
39751 <li><b>ns3::MuSnrTag</b></li>
39752 <li><b>ns3::NakagamiPropagationLossModel</b></li>
39753 <li><b>ns3::NdiscCache</b></li>
39754 <li><b>ns3::NetDevice</b></li>
39755 <li><b>ns3::NetDeviceQueue</b></li>
39756 <li><b>ns3::NetDeviceQueueInterface</b></li>
39757 <li><b>ns3::NeverLosChannelConditionModel</b></li>
39758 <li><b>ns3::NeverLosVehicleChannelConditionModel</b></li>
39759 <li><b>ns3::NistErrorRateModel</b></li>
39760 <li><b>ns3::NoBackhaulEpcHelper</b></li>
39761 <li><b>ns3::Node</b></li>
39762 <li><b>ns3::NodeListPriv</b></li>
39763 <li><b>ns3::NonCommunicatingNetDevice</b></li>
39764 <li><b>ns3::NoOpComponentCarrierManager</b></li>
39765 <li><b>ns3::NoOpHandoverAlgorithm</b></li>
39766 <li><b>ns3::NormalRandomVariable</b></li>
39767 <li><b>ns3::Object</b></li>
39768 <li><b>ns3::ObjectBase</b></li>
39769 <li><b>ns3::ObssPdAlgorithm</b></li>
39770 <li><b>ns3::OhBuildingsPropagationLossModel</b></li>
39771 <li><b>ns3::OkumuraHataPropagationLossModel</b></li>
39772 <li><b>ns3::olsr::MessageHeader</b></li>
39773 <li><b>ns3::olsr::PacketHeader</b></li>
39774 <li><b>ns3::olsr::RoutingProtocol</b></li>
39775 <li><b>ns3::OnoeWifiManager</b></li>
39776 <li><b>ns3::OnOffApplication</b></li>
39777 <li><b>ns3::OrbisTopologyReader</b></li>
39778 <li><b>ns3::OutdoorPositionAllocator</b></li>
39779 <li><b>ns3::PacketBurst</b></li>
39780 <li><b>ns3::PacketFilter</b></li>
39781 <li><b>ns3::PacketProbe</b></li>
39782 <li><b>ns3::PacketSink</b></li>
39783 <li><b>ns3::PacketSocket</b></li>
39784 <li><b>ns3::PacketSocketClient</b></li>
39785 <li><b>ns3::PacketSocketFactory</b></li>
39786 <li><b>ns3::PacketSocketServer</b></li>
39787 <li><b>ns3::PacketSocketTag</b></li>
39788 <li><b>ns3::ParabolicAntennaModel</b></li>
39789 <li><b>ns3::ParetoRandomVariable</b></li>
39790 <li><b>ns3::ParfWifiManager</b></li>
39791 <li><b>ns3::PbbPacket</b></li>
39792 <li><b>ns3::PcapFileWrapper</b></li>
39793 <li><b>ns3::PdcpTag</b></li>
39794 <li><b>ns3::PfFfMacScheduler</b></li>
39795 <li><b>ns3::PfifoFastQueueDisc</b></li>
39796 <li><b>ns3::PhasedArrayModel</b></li>
39797 <li><b>ns3::PhasedArraySpectrumPropagationLossModel</b></li>
39798 <li><b>ns3::PhyRxStatsCalculator</b></li>
39799 <li><b>ns3::PhyStatsCalculator</b></li>
39800 <li><b>ns3::PhyTxStatsCalculator</b></li>
39801 <li><b>ns3::PieQueueDisc</b></li>
39802 <li><b>ns3::Ping</b></li>
39803 <li><b>ns3::PointToPointChannel</b></li>
39804 <li><b>ns3::PointToPointEpcHelper</b></li>
39805 <li><b>ns3::PointToPointNetDevice</b></li>
39806 <li><b>ns3::PositionAllocator</b></li>
39807 <li><b>ns3::PppHeader</b></li>
39808 <li><b>ns3::PreambleDetectionModel</b></li>
39809 <li><b>ns3::PrioQueueDisc</b></li>
39810 <li><b>ns3::PriorityQueueScheduler</b></li>
39811 <li><b>ns3::ProbabilisticV2vHighwayChannelConditionModel</b></li>
39812 <li><b>ns3::ProbabilisticV2vUrbanChannelConditionModel</b></li>
39813 <li><b>ns3::Probe</b></li>
39814 <li><b>ns3::PropagationDelayModel</b></li>
39815 <li><b>ns3::PropagationLossModel</b></li>
39816 <li><b>ns3::PssFfMacScheduler</b></li>
39817 <li><b>ns3::QosFrameExchangeManager</b></li>
39818 <li><b>ns3::QosTxop</b></li>
39819 <li><b>ns3::Queue<Packet></b></li>
39820 <li><b>ns3::Queue<QueueDiscItem></b></li>
39821 <li><b>ns3::Queue<WifiMpdu,WifiMacQueueContainer></b></li>
39822 <li><b>ns3::QueueBase</b></li>
39823 <li><b>ns3::QueueDisc</b></li>
39824 <li><b>ns3::QueueDiscClass</b></li>
39825 <li><b>ns3::QueueLimits</b></li>
39826 <li><b>ns3::RadioBearerStatsCalculator</b></li>
39827 <li><b>ns3::RadioEnvironmentMapHelper</b></li>
39828 <li><b>ns3::RadiotapHeader</b></li>
39829 <li><b>ns3::Radvd</b></li>
39830 <li><b>ns3::RandomBoxPositionAllocator</b></li>
39831 <li><b>ns3::RandomBuildingPositionAllocator</b></li>
39832 <li><b>ns3::RandomDirection2dMobilityModel</b></li>
39833 <li><b>ns3::RandomDiscPositionAllocator</b></li>
39834 <li><b>ns3::RandomPropagationDelayModel</b></li>
39835 <li><b>ns3::RandomPropagationLossModel</b></li>
39836 <li><b>ns3::RandomRectanglePositionAllocator</b></li>
39837 <li><b>ns3::RandomRoomPositionAllocator</b></li>
39838 <li><b>ns3::RandomVariableStream</b></li>
39839 <li><b>ns3::RandomWalk2dMobilityModel</b></li>
39840 <li><b>ns3::RandomWalk2dOutdoorMobilityModel</b></li>
39841 <li><b>ns3::RandomWaypointMobilityModel</b></li>
39842 <li><b>ns3::RangePropagationLossModel</b></li>
39843 <li><b>ns3::RateErrorModel</b></li>
39844 <li><b>ns3::RealtimeSimulatorImpl</b></li>
39845 <li><b>ns3::ReceiveListErrorModel</b></li>
39846 <li><b>ns3::RedQueueDisc</b></li>
39847 <li><b>ns3::RemSpectrumPhy</b></li>
39848 <li><b>ns3::Rip</b></li>
39849 <li><b>ns3::RipHeader</b></li>
39850 <li><b>ns3::RipNg</b></li>
39851 <li><b>ns3::RipNgHeader</b></li>
39852 <li><b>ns3::RipNgRte</b></li>
39853 <li><b>ns3::RipRte</b></li>
39854 <li><b>ns3::RlcTag</b></li>
39855 <li><b>ns3::RngReq</b></li>
39856 <li><b>ns3::RngRsp</b></li>
39857 <li><b>ns3::RocketfuelTopologyReader</b></li>
39858 <li><b>ns3::RraaWifiManager</b></li>
39859 <li><b>ns3::RrComponentCarrierManager</b></li>
39860 <li><b>ns3::RrFfMacScheduler</b></li>
39861 <li><b>ns3::RrMultiUserScheduler</b></li>
39862 <li><b>ns3::RrpaaWifiManager</b></li>
39863 <li><b>ns3::RttEstimator</b></li>
39864 <li><b>ns3::RttMeanDeviation</b></li>
39865 <li><b>ns3::SameRoomPositionAllocator</b></li>
39866 <li><b>ns3::Scheduler</b></li>
39867 <li><b>ns3::SeqTsEchoHeader</b></li>
39868 <li><b>ns3::SeqTsHeader</b></li>
39869 <li><b>ns3::SeqTsSizeHeader</b></li>
39870 <li><b>ns3::SequentialRandomVariable</b></li>
39871 <li><b>ns3::ServiceFlowManager</b></li>
39872 <li><b>ns3::ShannonSpectrumErrorModel</b></li>
39873 <li><b>ns3::SimpleChannel</b></li>
39874 <li><b>ns3::SimpleFrameCaptureModel</b></li>
39875 <li><b>ns3::SimpleNetDevice</b></li>
39876 <li><b>ns3::SimpleOfdmWimaxPhy</b></li>
39877 <li><b>ns3::SimpleTag</b></li>
39878 <li><b>ns3::SimpleUeComponentCarrierManager</b></li>
39879 <li><b>ns3::SimulatorImpl</b></li>
39880 <li><b>ns3::SingleModelSpectrumChannel</b></li>
39881 <li><b>ns3::SinkApplication</b></li>
39882 <li><b>ns3::SixLowPanBc0</b></li>
39883 <li><b>ns3::SixLowPanFrag1</b></li>
39884 <li><b>ns3::SixLowPanFragN</b></li>
39885 <li><b>ns3::SixLowPanHc1</b></li>
39886 <li><b>ns3::SixLowPanIphc</b></li>
39887 <li><b>ns3::SixLowPanIpv6</b></li>
39888 <li><b>ns3::SixLowPanMesh</b></li>
39889 <li><b>ns3::SixLowPanNetDevice</b></li>
39890 <li><b>ns3::SixLowPanNhcExtension</b></li>
39891 <li><b>ns3::SixLowPanUdpNhcExtension</b></li>
39892 <li><b>ns3::SllHeader</b></li>
39893 <li><b>ns3::SnrTag</b></li>
39894 <li><b>ns3::Socket</b></li>
39895 <li><b>ns3::SocketFactory</b></li>
39896 <li><b>ns3::SocketIpTtlTag</b></li>
39897 <li><b>ns3::SocketIpv6HopLimitTag</b></li>
39898 <li><b>ns3::SocketSetDontFragmentTag</b></li>
39899 <li><b>ns3::SourceApplication</b></li>
39900 <li><b>ns3::SpectrumAnalyzer</b></li>
39901 <li><b>ns3::SpectrumChannel</b></li>
39902 <li><b>ns3::SpectrumErrorModel</b></li>
39903 <li><b>ns3::SpectrumPhy</b></li>
39904 <li><b>ns3::SpectrumPropagationLossModel</b></li>
39905 <li><b>ns3::SpectrumTransmitFilter</b></li>
39906 <li><b>ns3::SpectrumWifiPhy</b></li>
39907 <li><b>ns3::SSLinkManager</b></li>
39908 <li><b>ns3::SSManager</b></li>
39909 <li><b>ns3::SSScheduler</b></li>
39910 <li><b>ns3::StaWifiMac</b></li>
39911 <li><b>ns3::SteadyStateRandomWaypointMobilityModel</b></li>
39912 <li><b>ns3::SubscriberStationNetDevice</b></li>
39913 <li><b>ns3::Synchronizer</b></li>
39914 <li><b>ns3::TableBasedErrorRateModel</b></li>
39915 <li><b>ns3::Tag</b></li>
39916 <li><b>ns3::TapBridge</b></li>
39917 <li><b>ns3::TbfQueueDisc</b></li>
39918 <li><b>ns3::TcpBbr</b></li>
39919 <li><b>ns3::TcpBic</b></li>
39920 <li><b>ns3::TcpClassicRecovery</b></li>
39921 <li><b>ns3::TcpCongestionOps</b></li>
39922 <li><b>ns3::TcpCubic</b></li>
39923 <li><b>ns3::TcpDctcp</b></li>
39924 <li><b>ns3::TcpHeader</b></li>
39925 <li><b>ns3::TcpHighSpeed</b></li>
39926 <li><b>ns3::TcpHtcp</b></li>
39927 <li><b>ns3::TcpHybla</b></li>
39928 <li><b>ns3::TcpIllinois</b></li>
39929 <li><b>ns3::TcpL4Protocol</b></li>
39930 <li><b>ns3::TcpLedbat</b></li>
39931 <li><b>ns3::TcpLinuxReno</b></li>
39932 <li><b>ns3::TcpLp</b></li>
39933 <li><b>ns3::TcpNewReno</b></li>
39934 <li><b>ns3::TcpOption</b></li>
39935 <li><b>ns3::TcpOptionEnd</b></li>
39936 <li><b>ns3::TcpOptionMSS</b></li>
39937 <li><b>ns3::TcpOptionNOP</b></li>
39938 <li><b>ns3::TcpOptionSack</b></li>
39939 <li><b>ns3::TcpOptionSackPermitted</b></li>
39940 <li><b>ns3::TcpOptionTS</b></li>
39941 <li><b>ns3::TcpOptionUnknown</b></li>
39942 <li><b>ns3::TcpOptionWinScale</b></li>
39943 <li><b>ns3::TcpPrrRecovery</b></li>
39944 <li><b>ns3::TcpRateLinux</b></li>
39945 <li><b>ns3::TcpRateOps</b></li>
39946 <li><b>ns3::TcpRecoveryOps</b></li>
39947 <li><b>ns3::TcpRxBuffer</b></li>
39948 <li><b>ns3::TcpScalable</b></li>
39949 <li><b>ns3::TcpSocket</b></li>
39950 <li><b>ns3::TcpSocketBase</b></li>
39951 <li><b>ns3::TcpSocketFactory</b></li>
39952 <li><b>ns3::TcpSocketState</b></li>
39953 <li><b>ns3::TcpTxBuffer</b></li>
39954 <li><b>ns3::TcpVegas</b></li>
39955 <li><b>ns3::TcpVeno</b></li>
39956 <li><b>ns3::TcpWestwoodPlus</b></li>
39957 <li><b>ns3::TcpYeah</b></li>
39958 <li><b>ns3::TdBetFfMacScheduler</b></li>
39959 <li><b>ns3::TdMtFfMacScheduler</b></li>
39960 <li><b>ns3::TdTbfqFfMacScheduler</b></li>
39961 <li><b>ns3::ThompsonSamplingWifiManager</b></li>
39962 <li><b>ns3::ThreeGppAntennaModel</b></li>
39963 <li><b>ns3::ThreeGppChannelConditionModel</b></li>
39964 <li><b>ns3::ThreeGppChannelModel</b></li>
39965 <li><b>ns3::ThreeGppHttpClient</b></li>
39966 <li><b>ns3::ThreeGppHttpHeader</b></li>
39967 <li><b>ns3::ThreeGppHttpServer</b></li>
39968 <li><b>ns3::ThreeGppHttpVariables</b></li>
39969 <li><b>ns3::ThreeGppIndoorMixedOfficeChannelConditionModel</b></li>
39970 <li><b>ns3::ThreeGppIndoorOfficePropagationLossModel</b></li>
39971 <li><b>ns3::ThreeGppIndoorOpenOfficeChannelConditionModel</b></li>
39972 <li><b>ns3::ThreeGppNTNDenseUrbanChannelConditionModel</b></li>
39973 <li><b>ns3::ThreeGppNTNDenseUrbanPropagationLossModel</b></li>
39974 <li><b>ns3::ThreeGppNTNRuralChannelConditionModel</b></li>
39975 <li><b>ns3::ThreeGppNTNRuralPropagationLossModel</b></li>
39976 <li><b>ns3::ThreeGppNTNSuburbanChannelConditionModel</b></li>
39977 <li><b>ns3::ThreeGppNTNSuburbanPropagationLossModel</b></li>
39978 <li><b>ns3::ThreeGppNTNUrbanChannelConditionModel</b></li>
39979 <li><b>ns3::ThreeGppNTNUrbanPropagationLossModel</b></li>
39980 <li><b>ns3::ThreeGppPropagationLossModel</b></li>
39981 <li><b>ns3::ThreeGppRmaChannelConditionModel</b></li>
39982 <li><b>ns3::ThreeGppRmaPropagationLossModel</b></li>
39983 <li><b>ns3::ThreeGppSpectrumPropagationLossModel</b></li>
39984 <li><b>ns3::ThreeGppUmaChannelConditionModel</b></li>
39985 <li><b>ns3::ThreeGppUmaPropagationLossModel</b></li>
39986 <li><b>ns3::ThreeGppUmiStreetCanyonChannelConditionModel</b></li>
39987 <li><b>ns3::ThreeGppUmiStreetCanyonPropagationLossModel</b></li>
39988 <li><b>ns3::ThreeGppV2vHighwayChannelConditionModel</b></li>
39989 <li><b>ns3::ThreeGppV2vHighwayPropagationLossModel</b></li>
39990 <li><b>ns3::ThreeGppV2vUrbanChannelConditionModel</b></li>
39991 <li><b>ns3::ThreeGppV2vUrbanPropagationLossModel</b></li>
39992 <li><b>ns3::ThreeLogDistancePropagationLossModel</b></li>
39993 <li><b>ns3::ThresholdPreambleDetectionModel</b></li>
39994 <li><b>ns3::TimeProbe</b></li>
39995 <li><b>ns3::TimeSeriesAdaptor</b></li>
39996 <li><b>ns3::TimestampTag</b></li>
39997 <li><b>ns3::TopologyReader</b></li>
39998 <li><b>ns3::TraceFadingLossModel</b></li>
39999 <li><b>ns3::TrafficControlLayer</b></li>
40000 <li><b>ns3::Trailer</b></li>
40001 <li><b>ns3::TriangularRandomVariable</b></li>
40002 <li><b>ns3::TtaFfMacScheduler</b></li>
40003 <li><b>ns3::TvSpectrumTransmitter</b></li>
40004 <li><b>ns3::TwoRayGroundPropagationLossModel</b></li>
40005 <li><b>ns3::TwoRaySpectrumPropagationLossModel</b></li>
40006 <li><b>ns3::Txop</b></li>
40007 <li><b>ns3::UanChannel</b></li>
40008 <li><b>ns3::UanHeaderCommon</b></li>
40009 <li><b>ns3::UanHeaderRcAck</b></li>
40010 <li><b>ns3::UanHeaderRcCts</b></li>
40011 <li><b>ns3::UanHeaderRcCtsGlobal</b></li>
40012 <li><b>ns3::UanHeaderRcData</b></li>
40013 <li><b>ns3::UanHeaderRcRts</b></li>
40014 <li><b>ns3::UanMac</b></li>
40015 <li><b>ns3::UanMacAloha</b></li>
40016 <li><b>ns3::UanMacCw</b></li>
40017 <li><b>ns3::UanMacRc</b></li>
40018 <li><b>ns3::UanMacRcGw</b></li>
40019 <li><b>ns3::UanNetDevice</b></li>
40020 <li><b>ns3::UanNoiseModel</b></li>
40021 <li><b>ns3::UanNoiseModelDefault</b></li>
40022 <li><b>ns3::UanPhy</b></li>
40023 <li><b>ns3::UanPhyCalcSinr</b></li>
40024 <li><b>ns3::UanPhyCalcSinrDefault</b></li>
40025 <li><b>ns3::UanPhyCalcSinrDual</b></li>
40026 <li><b>ns3::UanPhyCalcSinrFhFsk</b></li>
40027 <li><b>ns3::UanPhyDual</b></li>
40028 <li><b>ns3::UanPhyGen</b></li>
40029 <li><b>ns3::UanPhyPer</b></li>
40030 <li><b>ns3::UanPhyPerCommonModes</b></li>
40031 <li><b>ns3::UanPhyPerGenDefault</b></li>
40032 <li><b>ns3::UanPhyPerUmodem</b></li>
40033 <li><b>ns3::UanPropModel</b></li>
40034 <li><b>ns3::UanPropModelIdeal</b></li>
40035 <li><b>ns3::UanPropModelThorp</b></li>
40036 <li><b>ns3::UanTransducer</b></li>
40037 <li><b>ns3::UanTransducerHd</b></li>
40038 <li><b>ns3::Ucd</b></li>
40039 <li><b>ns3::UdpClient</b></li>
40040 <li><b>ns3::UdpEchoClient</b></li>
40041 <li><b>ns3::UdpEchoServer</b></li>
40042 <li><b>ns3::UdpHeader</b></li>
40043 <li><b>ns3::UdpL4Protocol</b></li>
40044 <li><b>ns3::UdpServer</b></li>
40045 <li><b>ns3::UdpSocket</b></li>
40046 <li><b>ns3::UdpSocketFactory</b></li>
40047 <li><b>ns3::UdpSocketImpl</b></li>
40048 <li><b>ns3::UdpTraceClient</b></li>
40049 <li><b>ns3::UeManager</b></li>
40050 <li><b>ns3::Uinteger16Probe</b></li>
40051 <li><b>ns3::Uinteger32Probe</b></li>
40052 <li><b>ns3::Uinteger8Probe</b></li>
40053 <li><b>ns3::UlMap</b></li>
40054 <li><b>ns3::UniformDiscPositionAllocator</b></li>
40055 <li><b>ns3::UniformPlanarArray</b></li>
40056 <li><b>ns3::UniformRandomVariable</b></li>
40057 <li><b>ns3::UplinkScheduler</b></li>
40058 <li><b>ns3::UplinkSchedulerMBQoS</b></li>
40059 <li><b>ns3::UplinkSchedulerRtps</b></li>
40060 <li><b>ns3::UplinkSchedulerSimple</b></li>
40061 <li><b>ns3::V4TraceRoute</b></li>
40062 <li><b>ns3::VhtConfiguration</b></li>
40063 <li><b>ns3::VhtFrameExchangeManager</b></li>
40064 <li><b>ns3::VirtualNetDevice</b></li>
40065 <li><b>ns3::WallClockSynchronizer</b></li>
40066 <li><b>ns3::WaveformGenerator</b></li>
40067 <li><b>ns3::WaypointMobilityModel</b></li>
40068 <li><b>ns3::WeibullRandomVariable</b></li>
40069 <li><b>ns3::WifiAckManager</b></li>
40070 <li><b>ns3::WifiAssocManager</b></li>
40071 <li><b>ns3::WifiBandwidthFilter</b></li>
40072 <li><b>ns3::WifiDefaultAckManager</b></li>
40073 <li><b>ns3::WifiDefaultAssocManager</b></li>
40074 <li><b>ns3::WifiDefaultGcrManager</b></li>
40075 <li><b>ns3::WifiDefaultProtectionManager</b></li>
40076 <li><b>ns3::WifiMac</b></li>
40077 <li><b>ns3::WifiMacHeader</b></li>
40078 <li><b>ns3::WifiMacQueue</b></li>
40079 <li><b>ns3::WifiMacQueueScheduler</b></li>
40080 <li><b>ns3::WifiMacQueueSchedulerImpl</b></li>
40081 <li><b>ns3::WifiMacTrailer</b></li>
40082 <li><b>ns3::WifiNetDevice</b></li>
40083 <li><b>ns3::WifiPhy</b></li>
40084 <li><b>ns3::WifiPhyRxTraceSink</b></li>
40085 <li><b>ns3::WifiPhyStateHelper</b></li>
40086 <li><b>ns3::WifiProtectionManager</b></li>
40087 <li><b>ns3::WifiRadioEnergyModel</b></li>
40088 <li><b>ns3::WifiRemoteStationManager</b></li>
40089 <li><b>ns3::WifiSpectrumPhyInterface</b></li>
40090 <li><b>ns3::WifiTxCurrentModel</b></li>
40091 <li><b>ns3::WimaxChannel</b></li>
40092 <li><b>ns3::WimaxConnection</b></li>
40093 <li><b>ns3::WimaxMacQueue</b></li>
40094 <li><b>ns3::WimaxMacToMacHeader</b></li>
40095 <li><b>ns3::WimaxNetDevice</b></li>
40096 <li><b>ns3::WimaxPhy</b></li>
40097 <li><b>ns3::YansErrorRateModel</b></li>
40098 <li><b>ns3::YansWifiChannel</b></li>
40099 <li><b>ns3::YansWifiPhy</b></li>
40100 <li><b>ns3::ZetaRandomVariable</b></li>
40101 <li><b>ns3::zigbee::ZigbeeAps</b></li>
40102 <li><b>ns3::zigbee::ZigbeeNwk</b></li>
40103 <li><b>ns3::zigbee::ZigbeeStack</b></li>
40104 <li><b>ns3::ZipfRandomVariable</b></li>
40105</ul>
40106*/
40107
40108/*!
40109\page AttributeList All Attributes
40110
40111This 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.
40112
40113<b>ns3::A2A4RsrqHandoverAlgorithm</b><br>
40114<ul>
40115<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>
40116<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>
40117</ul>
40118<b>ns3::A3RsrpHandoverAlgorithm</b><br>
40119<ul>
40120<li><b>Hysteresis</b>: Handover margin (hysteresis) in dB (rounded to the nearest multiple of 0.5 dB)</li>
40121<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>
40122</ul>
40123<b>ns3::AarfcdWifiManager</b><br>
40124<ul>
40125<li><b>MaxRtsWnd</b>: Maximum value for RTS window of AARF-CD</li>
40126<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.</li>
40127<li><b>MinRtsWnd</b>: Minimum value for RTS window of AARF-CD</li>
40128<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.</li>
40129<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.</li>
40130<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.</li>
40131<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.</li>
40132<li><b>TurnOffRtsAfterRateDecrease</b>: If true the RTS mechanism will be turned off when the rate will be decreased</li>
40133<li><b>TurnOnRtsAfterRateIncrease</b>: If true the RTS mechanism will be turned on when the rate will be increased</li>
40134</ul>
40135<b>ns3::AarfWifiManager</b><br>
40136<ul>
40137<li><b>MaxSuccessThreshold</b>: Maximum value of the success threshold in the AARF algorithm.</li>
40138<li><b>MinSuccessThreshold</b>: The minimum value for the success threshold in the AARF algorithm.</li>
40139<li><b>MinTimerThreshold</b>: The minimum value for the 'timer' threshold in the AARF algorithm.</li>
40140<li><b>SuccessK</b>: Multiplication factor for the success threshold in the AARF algorithm.</li>
40141<li><b>TimerK</b>: Multiplication factor for the timer threshold in the AARF algorithm.</li>
40142</ul>
40143<b>ns3::AcousticModemEnergyModel</b><br>
40144<ul>
40145<li><b>IdlePowerW</b>: The modem Idle power in Watts</li>
40146<li><b>RxPowerW</b>: The modem Rx power in Watts</li>
40147<li><b>SleepPowerW</b>: The modem Sleep power in Watts</li>
40148<li><b>TxPowerW</b>: The modem Tx power in Watts</li>
40149</ul>
40150<b>ns3::AdvancedApEmlsrManager</b><br>
40151<ul>
40152<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>
40153<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>
40154<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>
40155<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.</li>
40156<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>
40157</ul>
40158<b>ns3::AdvancedEmlsrManager</b><br>
40159<ul>
40160<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>
40161<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>
40162<li><b>InterruptSwitch</b>: Whether the main PHY can be interrupted while switching to start switching to another link.</li>
40163<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>
40164<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>
40165<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>
40166<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>
40167</ul>
40168<b>ns3::AlohaNoackNetDevice</b><br>
40169<ul>
40170<li><b>Address</b>: The MAC address of this device.</li>
40171<li><b>Mtu</b>: The Maximum Transmission Unit</li>
40172<li><b>Phy</b>: The PHY layer attached to this device.</li>
40173<li><b>Queue</b>: packets being transmitted get queued here</li>
40174</ul>
40175<b>ns3::AmrrWifiManager</b><br>
40176<ul>
40177<li><b>FailureRatio</b>: Ratio of minimum erroneous transmissions needed to switch to a lower rate</li>
40178<li><b>MaxSuccessThreshold</b>: Maximum number of consecutive success periods needed to switch to a higher rate</li>
40179<li><b>MinSuccessThreshold</b>: Minimum number of consecutive success periods needed to switch to a higher rate</li>
40180<li><b>SuccessRatio</b>: Ratio of maximum erroneous transmissions needed to switch to a higher rate</li>
40181<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes</li>
40182</ul>
40183<b>ns3::aodv::RoutingProtocol</b><br>
40184<ul>
40185<li><b>ActiveRouteTimeout</b>: Period of time during which the route is considered to be valid</li>
40186<li><b>AllowedHelloLoss</b>: Number of hello messages which may be loss for valid link.</li>
40187<li><b>BlackListTimeout</b>: Time for which the node is put into the blacklist = RreqRetries * NetTraversalTime</li>
40188<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>
40189<li><b>DestinationOnly</b>: Indicates only the destination may respond to this RREQ.</li>
40190<li><b>EnableBroadcast</b>: Indicates whether a broadcast data packets forwarding enable.</li>
40191<li><b>EnableHello</b>: Indicates whether a hello messages enable.</li>
40192<li><b>GratuitousReply</b>: Indicates whether a gratuitous RREP should be unicast to the node originated route discovery.</li>
40193<li><b>HelloInterval</b>: HELLO messages emission interval.</li>
40194<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.</li>
40195<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)</li>
40196<li><b>MyRouteTimeout</b>: Value of lifetime field in RREP generating by this node = 2 * max(ActiveRouteTimeout, PathDiscoveryTime)</li>
40197<li><b>NetDiameter</b>: Net diameter measures the maximum possible number of hops between two nodes in the network</li>
40198<li><b>NetTraversalTime</b>: Estimate of the average net traversal time = 2 * NodeTraversalTime * NetDiameter</li>
40199<li><b>NextHopWait</b>: Period of our waiting for the neighbour's RREP_ACK = 10 ms + NodeTraversalTime</li>
40200<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>
40201<li><b>PathDiscoveryTime</b>: Estimate of maximum time needed to find route in network = 2 * NetTraversalTime</li>
40202<li><b>RerrRateLimit</b>: Maximum number of RERR per second.</li>
40203<li><b>RreqRateLimit</b>: Maximum number of RREQ per second.</li>
40204<li><b>RreqRetries</b>: Maximum number of retransmissions of RREQ to discover a route</li>
40205<li><b>TimeoutBuffer</b>: Provide a buffer for the timeout.</li>
40206<li><b>TtlIncrement</b>: TTL increment for each attempt using the expanding ring search for RREQ dissemination.</li>
40207<li><b>TtlStart</b>: Initial TTL value for RREQ.</li>
40208<li><b>TtlThreshold</b>: Maximum TTL value for expanding ring search, TTL = NetDiameter is used beyond this value.</li>
40209<li><b>UniformRv</b>: Access to the underlying UniformRandomVariable</li>
40210</ul>
40211<b>ns3::AparfWifiManager</b><br>
40212<ul>
40213<li><b>FailThreshold</b>: The minimum number of failed transmissions to try a new power or rate.</li>
40214<li><b>PowerDecrementStep</b>: Step size for decrement the power.</li>
40215<li><b>PowerIncrementStep</b>: Step size for increment the power.</li>
40216<li><b>PowerThreshold</b>: The maximum number of power changes.</li>
40217<li><b>RateDecrementStep</b>: Step size for decrement the rate.</li>
40218<li><b>RateIncrementStep</b>: Step size for increment the rate.</li>
40219<li><b>SuccessThreshold1</b>: The minimum number of successful transmissions in "High" state to try a new power or rate.</li>
40220<li><b>SuccessThreshold2</b>: The minimum number of successful transmissions in "Low" state to try a new power or rate.</li>
40221</ul>
40222<b>ns3::Application</b><br>
40223<ul>
40224<li><b>StartTime</b>: Time at which the application will start</li>
40225<li><b>StopTime</b>: Time at which the application will stop</li>
40226</ul>
40227<b>ns3::ApWifiMac</b><br>
40228<ul>
40229<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>
40230<li><b>BeaconGeneration</b>: Whether or not beacons are generated.</li>
40231<li><b>BeaconInterval</b>: Delay between two beacons</li>
40232<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>
40233<li><b>BsrLifetime</b>: Lifetime of Buffer Status Reports received from stations.</li>
40234<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>
40235<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>
40236<li><b>EnableBeaconJitter</b>: If beacons are enabled, whether to jitter the initial send event.</li>
40237<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>
40238<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>
40239<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>
40240<li><b>GcrManager</b>: The GCR manager object.</li>
40241<li><b>SendUnsolProbeResp</b>: Send unsolicited broadcast Probe Response instead of FILS Discovery</li>
40242<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>
40243</ul>
40244<b>ns3::ArfWifiManager</b><br>
40245<ul>
40246<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.</li>
40247<li><b>TimerThreshold</b>: The 'timer' threshold in the ARF algorithm.</li>
40248</ul>
40249<b>ns3::ArpCache</b><br>
40250<ul>
40251<li><b>AliveTimeout</b>: When this timeout expires, the matching cache entry needs refreshing</li>
40252<li><b>DeadTimeout</b>: When this timeout expires, a new attempt to resolve the matching entry is made</li>
40253<li><b>MaxRetries</b>: Number of retransmissions of ArpRequest before marking dead</li>
40254<li><b>PendingQueueSize</b>: The size of the queue for packets pending an arp reply.</li>
40255<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>
40256</ul>
40257<b>ns3::ArpL3Protocol</b><br>
40258<ul>
40259<li><b>CacheList</b>: The list of ARP caches</li>
40260<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>
40261</ul>
40262<b>ns3::AthstatsWifiTraceSink</b><br>
40263<ul>
40264<li><b>Interval</b>: Time interval between reports</li>
40265</ul>
40266<b>ns3::BaseStationNetDevice</b><br>
40267<ul>
40268<li><b>BSScheduler</b>: Downlink Scheduler for BS</li>
40269<li><b>BsIpcsPacketClassifier</b>: The uplink IP packet classifier attached to this device.</li>
40270<li><b>BwReqOppSize</b>: The bandwidth request opportunity size in symbols</li>
40271<li><b>DcdInterval</b>: Time between transmission of DCD messages. Maximum value is 10s.</li>
40272<li><b>InitialRangInterval</b>: Time between Initial Ranging regions assigned by the BS. Maximum is 2s</li>
40273<li><b>IntervalT8</b>: Wait for DSA/DSC Acknowledge timeout. Maximum 300ms.</li>
40274<li><b>LinkManager</b>: The link manager attached to this device.</li>
40275<li><b>MaxRangCorrectionRetries</b>: Number of retries on contention Ranging Requests</li>
40276<li><b>RangReqOppSize</b>: The ranging opportunity size in symbols</li>
40277<li><b>SSManager</b>: The ss manager attached to this device.</li>
40278<li><b>Scheduler</b>: The BS scheduler attached to this device.</li>
40279<li><b>ServiceFlowManager</b>: The service flow manager attached to this device.</li>
40280<li><b>UcdInterval</b>: Time between transmission of UCD messages. Maximum value is 10s.</li>
40281<li><b>UplinkScheduler</b>: The uplink scheduler attached to this device.</li>
40282</ul>
40283<b>ns3::BernoulliRandomVariable</b><br>
40284<ul>
40285<li><b>Probability</b>: The probability of the random variable returning a value of 1.</li>
40286</ul>
40287<b>ns3::BinomialRandomVariable</b><br>
40288<ul>
40289<li><b>Probability</b>: The probability of success in each trial.</li>
40290<li><b>Trials</b>: The number of trials.</li>
40291</ul>
40292<b>ns3::BridgeNetDevice</b><br>
40293<ul>
40294<li><b>EnableLearning</b>: Enable the learning mode of the Learning Bridge</li>
40295<li><b>ExpirationTime</b>: Time it takes for learned MAC state entry to expire.</li>
40296<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
40297</ul>
40298<b>ns3::Building</b><br>
40299<ul>
40300<li><b>Boundaries</b>: The boundaries of this Building as a value of type ns3::Box</li>
40301<li><b>ExternalWallsType</b>: The type of material of which the external walls are made</li>
40302<li><b>Id</b>: The id (unique integer) of this Building.</li>
40303<li><b>NFloors</b>: The number of floors of this building.</li>
40304<li><b>NRoomsX</b>: The number of rooms in the X axis.</li>
40305<li><b>NRoomsY</b>: The number of rooms in the Y axis.</li>
40306<li><b>Type</b>: The type of building</li>
40307</ul>
40308<b>ns3::BuildingListPriv</b><br>
40309<ul>
40310<li><b>BuildingList</b>: The list of all buildings created during the simulation.</li>
40311</ul>
40312<b>ns3::BuildingsPropagationLossModel</b><br>
40313<ul>
40314<li><b>InternalWallLoss</b>: Additional loss for each internal wall [dB]</li>
40315<li><b>ShadowSigmaExtWalls</b>: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls</li>
40316<li><b>ShadowSigmaIndoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes</li>
40317<li><b>ShadowSigmaOutdoor</b>: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes</li>
40318</ul>
40319<b>ns3::BulkSendApplication</b><br>
40320<ul>
40321<li><b>EnableSeqTsSizeHeader</b>: Add SeqTsSizeHeader to each packet</li>
40322<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>
40323<li><b>Protocol</b>: The type of protocol to use.</li>
40324<li><b>SendSize</b>: The amount of data to send each time.</li>
40325</ul>
40326<b>ns3::BurstErrorModel</b><br>
40327<ul>
40328<li><b>BurstSize</b>: The number of packets being corrupted at one drop.</li>
40329<li><b>BurstStart</b>: The decision variable attached to this error model.</li>
40330<li><b>ErrorRate</b>: The burst error event.</li>
40331</ul>
40332<b>ns3::CalendarScheduler</b><br>
40333<ul>
40334<li><b>Reverse</b>: Store events in reverse chronological order</li>
40335</ul>
40336<b>ns3::CaraWifiManager</b><br>
40337<ul>
40338<li><b>FailureThreshold</b>: The number of consecutive transmissions failure to decrease the rate.</li>
40339<li><b>ProbeThreshold</b>: The number of consecutive transmissions failure to activate the RTS probe.</li>
40340<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new rate.</li>
40341<li><b>Timeout</b>: The 'timer' in the CARA algorithm</li>
40342</ul>
40343<b>ns3::CcHelper</b><br>
40344<ul>
40345<li><b>DlBandwidth</b>: Set Dl Bandwidth for the first carrier component</li>
40346<li><b>DlEarfcn</b>: Set Dl Channel [EARFCN] for the first carrier component</li>
40347<li><b>NumberOfComponentCarriers</b>: Set the number of Component Carriers to setup per eNodeBCurrently the maximum Number of Component Carriers allowed is 2</li>
40348<li><b>UlBandwidth</b>: Set Dl Bandwidth for the first carrier component</li>
40349<li><b>UlEarfcn</b>: Set Ul Channel [EARFCN] for the first carrier component</li>
40350</ul>
40351<b>ns3::Channel</b><br>
40352<ul>
40353<li><b>Id</b>: The id (unique integer) of this Channel.</li>
40354</ul>
40355<b>ns3::ChannelAccessManager</b><br>
40356<ul>
40357<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>
40358<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>
40359<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>
40360<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>
40361<li><b>ResetBackoffThreshold</b>: If no PHY operates on this link for a period greater than this threshold, all the backoffs are reset.</li>
40362</ul>
40363<b>ns3::ChannelListPriv</b><br>
40364<ul>
40365<li><b>ChannelList</b>: The list of all channels created during the simulation.</li>
40366</ul>
40367<b>ns3::CircularApertureAntennaModel</b><br>
40368<ul>
40369<li><b>AntennaCircularApertureRadius</b>: The radius of the aperture of the antenna, in meters</li>
40370<li><b>AntennaMaxGainDb</b>: The maximum gain value in dB of the antenna</li>
40371<li><b>AntennaMinGainDb</b>: The minimum gain value in dB of the antenna</li>
40372<li><b>ForceGainBounds</b>: Force GetGainDb to [AntennaMinGainDb, AntennaMaxGainDb] range</li>
40373<li><b>OperatingFrequency</b>: The operating frequency in Hz of the antenna</li>
40374</ul>
40375<b>ns3::CobaltQueueDisc</b><br>
40376<ul>
40377<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled</li>
40378<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets</li>
40379<li><b>Decrement</b>: Pdrop decrement Value</li>
40380<li><b>Increment</b>: Pdrop increment value</li>
40381<li><b>Interval</b>: The Cobalt algorithm interval</li>
40382<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.</li>
40383<li><b>Pdrop</b>: Marking Probability</li>
40384<li><b>Target</b>: The Cobalt algorithm target queue delay</li>
40385<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40386<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40387</ul>
40388<b>ns3::CoDelQueueDisc</b><br>
40389<ul>
40390<li><b>CeThreshold</b>: The CoDel CE threshold for marking packets</li>
40391<li><b>Interval</b>: The CoDel algorithm interval</li>
40392<li><b>MaxSize</b>: The maximum number of packets/bytes accepted by this queue disc.</li>
40393<li><b>MinBytes</b>: The CoDel algorithm minbytes parameter.</li>
40394<li><b>Target</b>: The CoDel algorithm target queue delay</li>
40395<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40396<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40397</ul>
40398<b>ns3::ComponentCarrier</b><br>
40399<ul>
40400<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to</li>
40401<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>
40402<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks</li>
40403<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
40404<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>
40405<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks</li>
40406<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
40407</ul>
40408<b>ns3::ComponentCarrierEnb</b><br>
40409<ul>
40410<li><b>FfMacScheduler</b>: The scheduler associated to this EnbNetDevice</li>
40411<li><b>LteEnbMac</b>: The MAC associated to this EnbNetDevice</li>
40412<li><b>LteEnbPhy</b>: The PHY associated to this EnbNetDevice</li>
40413<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice</li>
40414</ul>
40415<b>ns3::ComponentCarrierUe</b><br>
40416<ul>
40417<li><b>LteUeMac</b>: The MAC associated to this UeNetDevice</li>
40418<li><b>LteUePhy</b>: The PHY associated to this EnbNetDevice</li>
40419</ul>
40420<b>ns3::ConfigStore</b><br>
40421<ul>
40422<li><b>FileFormat</b>: Type of file format</li>
40423<li><b>Filename</b>: The file where the configuration should be saved to or loaded from.</li>
40424<li><b>Mode</b>: Configuration mode</li>
40425<li><b>SaveDeprecated</b>: Save DEPRECATED attributes</li>
40426</ul>
40427<b>ns3::ConstantRandomVariable</b><br>
40428<ul>
40429<li><b>Constant</b>: The constant value returned by this RNG stream.</li>
40430</ul>
40431<b>ns3::ConstantRateWifiManager</b><br>
40432<ul>
40433<li><b>ControlMode</b>: The transmission mode to use for every RTS packet transmission.</li>
40434<li><b>DataMode</b>: The transmission mode to use for every data packet transmission</li>
40435</ul>
40436<b>ns3::ConstantSpectrumPropagationLossModel</b><br>
40437<ul>
40438<li><b>Loss</b>: Path loss (dB) between transmitter and receiver</li>
40439</ul>
40440<b>ns3::ConstantSpeedPropagationDelayModel</b><br>
40441<ul>
40442<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>
40443</ul>
40444<b>ns3::CosineAntennaModel</b><br>
40445<ul>
40446<li><b>HorizontalBeamwidth</b>: The 3 dB horizontal beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain</li>
40447<li><b>MaxGain</b>: The gain (dB) at the antenna boresight (the direction of maximum gain)</li>
40448<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>
40449<li><b>VerticalBeamwidth</b>: The 3 dB vertical beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain</li>
40450</ul>
40451<b>ns3::Cost231PropagationLossModel</b><br>
40452<ul>
40453<li><b>BSAntennaHeight</b>: BS Antenna Height (default is 50m).</li>
40454<li><b>Frequency</b>: The Frequency (default is 2.3 GHz).</li>
40455<li><b>Lambda</b>: The wavelength (default is 2.3 GHz at 300 000 km/s).</li>
40456<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m).</li>
40457<li><b>SSAntennaHeight</b>: SS Antenna Height (default is 3m).</li>
40458</ul>
40459<b>ns3::CqaFfMacScheduler</b><br>
40460<ul>
40461<li><b>CqaMetric</b>: CqaFfMacScheduler metric type that can be: CqaFf, CqaPf</li>
40462<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40463<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40464<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40465</ul>
40466<b>ns3::CsmaChannel</b><br>
40467<ul>
40468<li><b>DataRate</b>: The transmission data rate to be provided to devices connected to the channel</li>
40469<li><b>Delay</b>: Transmission delay through the channel</li>
40470</ul>
40471<b>ns3::CsmaNetDevice</b><br>
40472<ul>
40473<li><b>Address</b>: The MAC address of this device.</li>
40474<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.</li>
40475<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
40476<li><b>ReceiveEnable</b>: Enable or disable the receiver section of the device.</li>
40477<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
40478<li><b>SendEnable</b>: Enable or disable the transmitter section of the device.</li>
40479<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
40480</ul>
40481<b>ns3::DataCollectionObject</b><br>
40482<ul>
40483<li><b>Enabled</b>: Object's enabled status</li>
40484<li><b>Name</b>: Object's name</li>
40485</ul>
40486<b>ns3::DefaultEmlsrManager</b><br>
40487<ul>
40488<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>
40489</ul>
40490<b>ns3::DhcpClient</b><br>
40491<ul>
40492<li><b>Collect</b>: Time for which offer collection starts</li>
40493<li><b>RTRS</b>: Time for retransmission of Discover message</li>
40494<li><b>ReRequest</b>: Time after which request will be resent to next server</li>
40495<li><b>Transactions</b>: The possible value of transaction numbers</li>
40496</ul>
40497<b>ns3::DhcpServer</b><br>
40498<ul>
40499<li><b>FirstAddress</b>: The First valid address that can be given.</li>
40500<li><b>Gateway</b>: Address of default gateway</li>
40501<li><b>LastAddress</b>: The Last valid address that can be given.</li>
40502<li><b>LeaseTime</b>: Lease for which address will be leased.</li>
40503<li><b>PoolAddresses</b>: Pool of addresses to provide on request.</li>
40504<li><b>PoolMask</b>: Mask of the pool of addresses.</li>
40505<li><b>RebindTime</b>: Time after which client should rebind.</li>
40506<li><b>RenewTime</b>: Time after which client should renew.</li>
40507</ul>
40508<b>ns3::dot11s::AirtimeLinkMetricCalculator</b><br>
40509<ul>
40510<li><b>Dot11MetricTid</b>: TID used to calculate metric (data rate)</li>
40511<li><b>TestLength</b>: Number of bytes in test frame (a constant 1024 in the standard)</li>
40512</ul>
40513<b>ns3::dot11s::HwmpProtocol</b><br>
40514<ul>
40515<li><b>DoFlag</b>: Destination only HWMP flag</li>
40516<li><b>Dot11MeshHWMPactivePathTimeout</b>: Lifetime of reactive routing information</li>
40517<li><b>Dot11MeshHWMPactiveRootTimeout</b>: Lifetime of proactive routing information</li>
40518<li><b>Dot11MeshHWMPmaxPREQretries</b>: Maximum number of retries before we suppose the destination to be unreachable</li>
40519<li><b>Dot11MeshHWMPnetDiameterTraversalTime</b>: Time we suppose the packet to go from one edge of the network to another</li>
40520<li><b>Dot11MeshHWMPpathToRootInterval</b>: Interval between two successive proactive PREQs</li>
40521<li><b>Dot11MeshHWMPperrMinInterval</b>: Minimal interval between to successive PREQs</li>
40522<li><b>Dot11MeshHWMPpreqMinInterval</b>: Minimal interval between to successive PREQs</li>
40523<li><b>Dot11MeshHWMPrannInterval</b>: Lifetime of proactive routing information</li>
40524<li><b>MaxQueueSize</b>: Maximum number of packets we can store when resolving route</li>
40525<li><b>MaxTtl</b>: Initial value of Time To Live field</li>
40526<li><b>RandomStart</b>: Random delay at first proactive PREQ</li>
40527<li><b>RfFlag</b>: Reply and forward flag</li>
40528<li><b>UnicastDataThreshold</b>: Maximum number of broadcast receivers, when we send a broadcast as a chain of unicasts</li>
40529<li><b>UnicastPerrThreshold</b>: Maximum number of PERR receivers, when we send a PERR as a chain of unicasts</li>
40530<li><b>UnicastPreqThreshold</b>: Maximum number of PREQ receivers, when we send a PREQ as a chain of unicasts</li>
40531</ul>
40532<b>ns3::dot11s::PeerLink</b><br>
40533<ul>
40534<li><b>ConfirmTimeout</b>: Confirm timeout</li>
40535<li><b>HoldingTimeout</b>: Holding timeout</li>
40536<li><b>MaxBeaconLoss</b>: Maximum number of lost beacons before link will be closed</li>
40537<li><b>MaxPacketFailure</b>: Maximum number of failed packets before link will be closed</li>
40538<li><b>MaxRetries</b>: Maximum number of retries</li>
40539<li><b>RetryTimeout</b>: Retry timeout</li>
40540</ul>
40541<b>ns3::dot11s::PeerManagementProtocol</b><br>
40542<ul>
40543<li><b>EnableBeaconCollisionAvoidance</b>: Enable/Disable Beacon collision avoidance.</li>
40544<li><b>MaxBeaconShiftValue</b>: Maximum number of TUs for beacon shifting</li>
40545<li><b>MaxNumberOfPeerLinks</b>: Maximum number of peer links</li>
40546</ul>
40547<b>ns3::Dot11sStack</b><br>
40548<ul>
40549<li><b>Root</b>: The MAC address of root mesh point.</li>
40550</ul>
40551<b>ns3::DropTailQueue<Packet></b><br>
40552<ul>
40553<li><b>MaxSize</b>: The max queue size</li>
40554</ul>
40555<b>ns3::DropTailQueue<QueueDiscItem></b><br>
40556<ul>
40557<li><b>MaxSize</b>: The max queue size</li>
40558</ul>
40559<b>ns3::dsdv::RoutingProtocol</b><br>
40560<ul>
40561<li><b>EnableBuffering</b>: Enables buffering of data packets if no route to destination is available</li>
40562<li><b>EnableRouteAggregation</b>: Enables Weighted Settling Time for the updates before advertising</li>
40563<li><b>EnableWST</b>: Enables Weighted Settling Time for the updates before advertising</li>
40564<li><b>Holdtimes</b>: Times the forwarding Interval to purge the route.</li>
40565<li><b>MaxQueueLen</b>: Maximum number of packets that we allow a routing protocol to buffer.</li>
40566<li><b>MaxQueueTime</b>: Maximum time packets can be queued (in seconds)</li>
40567<li><b>MaxQueuedPacketsPerDst</b>: Maximum number of packets that we allow per destination to buffer.</li>
40568<li><b>PeriodicUpdateInterval</b>: Periodic interval between exchange of full routing tables among nodes.</li>
40569<li><b>RouteAggregationTime</b>: Time to aggregate updates before sending them out (in seconds)</li>
40570<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>
40571<li><b>WeightedFactor</b>: WeightedFactor for the settling time if Weighted Settling Time is enabled</li>
40572</ul>
40573<b>ns3::dsr::DsrOptions</b><br>
40574<ul>
40575<li><b>OptionNumber</b>: The Dsr option number.</li>
40576</ul>
40577<b>ns3::dsr::DsrRouting</b><br>
40578<ul>
40579<li><b>BlacklistTimeout</b>: The time for a neighbor to stay in blacklist.</li>
40580<li><b>BroadcastJitter</b>: The jitter time to avoid collision for broadcast packets.</li>
40581<li><b>CacheType</b>: Use Link Cache or use Path Cache</li>
40582<li><b>DiscoveryHopLimit</b>: The max discovery hop limit for route requests.</li>
40583<li><b>EnableSubRoute</b>: Enables saving of sub route when receiving route error messages, only available when using path route cache</li>
40584<li><b>GraReplyTableSize</b>: The gratuitous reply table size.</li>
40585<li><b>GratReplyHoldoff</b>: The time for gratuitous reply entry to expire.</li>
40586<li><b>InitStability</b>: The initial stability factor for link cache</li>
40587<li><b>LinkAckTimeout</b>: The time a packet in maintenance buffer wait for link acknowledgment.</li>
40588<li><b>LinkAcknowledgment</b>: Enable Link layer acknowledgment mechanism</li>
40589<li><b>MaintenanceRetries</b>: Maximum number of retransmissions for data packets from maintenance buffer.</li>
40590<li><b>MaxCacheLen</b>: Maximum number of route entries that can be stored in route cache.</li>
40591<li><b>MaxEntriesEachDst</b>: Maximum number of route entries for a single destination to respond.</li>
40592<li><b>MaxMaintLen</b>: Maximum number of packets that can be stored in maintenance buffer.</li>
40593<li><b>MaxMaintTime</b>: Maximum time packets can be queued in maintenance buffer.</li>
40594<li><b>MaxNetworkQueueDelay</b>: The max time for a packet to stay in the network queue.</li>
40595<li><b>MaxNetworkQueueSize</b>: The max number of packet to save in the network queue.</li>
40596<li><b>MaxRequestPeriod</b>: The max time interval between route requests.</li>
40597<li><b>MaxSalvageCount</b>: The max salvage count for a single data packet.</li>
40598<li><b>MaxSendBuffLen</b>: Maximum number of packets that can be stored in send buffer.</li>
40599<li><b>MaxSendBuffTime</b>: Maximum time packets can be queued in the send buffer .</li>
40600<li><b>MinLifeTime</b>: The minimal life time for link cache</li>
40601<li><b>NodeTraversalTime</b>: The time it takes to traverse two neighboring nodes.</li>
40602<li><b>NonPropRequestTimeout</b>: The timeout value for non-propagation request.</li>
40603<li><b>NumPriorityQueues</b>: The max number of packet to save in the network queue.</li>
40604<li><b>PassiveAckTimeout</b>: The time a packet in maintenance buffer wait for passive acknowledgment.</li>
40605<li><b>PassiveBuffer</b>: The passive buffer to manage promiscuously received passive ack.</li>
40606<li><b>RequestIdSize</b>: Maximum number of request source Ids in the request table.</li>
40607<li><b>RequestPeriod</b>: The base time interval between route requests.</li>
40608<li><b>RequestTableSize</b>: Maximum number of request entries in the request table, set this as the number of nodes in the simulation.</li>
40609<li><b>RetransIncr</b>: The increase time for retransmission timer when facing network congestion</li>
40610<li><b>RouteCache</b>: The route cache for saving routes from route discovery process.</li>
40611<li><b>RouteCacheTimeout</b>: Maximum time the route cache can be queued in route cache.</li>
40612<li><b>RreqRetries</b>: Maximum number of retransmissions for request discovery of a route.</li>
40613<li><b>RreqTable</b>: The request table to manage route requests.</li>
40614<li><b>SendBuffInterval</b>: How often to check send buffer for packet with route.</li>
40615<li><b>StabilityDecrFactor</b>: The stability decrease factor for link cache</li>
40616<li><b>StabilityIncrFactor</b>: The stability increase factor for link cache</li>
40617<li><b>TryLinkAcks</b>: The number of link acknowledgment to use.</li>
40618<li><b>TryPassiveAcks</b>: The number of passive acknowledgment to use.</li>
40619<li><b>UniqueRequestIdSize</b>: Maximum number of request Ids in the request table for a single destination.</li>
40620<li><b>UseExtends</b>: The extension time for link cache</li>
40621</ul>
40622<b>ns3::DynamicQueueLimits</b><br>
40623<ul>
40624<li><b>HoldTime</b>: The DQL algorithm hold time</li>
40625<li><b>MaxLimit</b>: Maximum limit</li>
40626<li><b>MinLimit</b>: Minimum limit</li>
40627</ul>
40628<b>ns3::EhtConfiguration</b><br>
40629<ul>
40630<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>
40631<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>
40632<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>
40633<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>
40634<li><b>Per20CcaSensitivityThreshold</b>: CCA threshold (dBm) for Per 20MHz check.</li>
40635<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>
40636<li><b>TidToLinkMappingNegSupport</b>: TID-to-Link Mapping Negotiation Support.</li>
40637<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>
40638<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>
40639</ul>
40640<b>ns3::EmlsrManager</b><br>
40641<ul>
40642<li><b>AuxPhyChannelWidth</b>: The maximum channel width (MHz) supported by Aux PHYs.</li>
40643<li><b>AuxPhyMaxModClass</b>: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.</li>
40644<li><b>AuxPhyTxCapable</b>: Whether Aux PHYs are capable of transmitting PPDUs.</li>
40645<li><b>EmlsrLinkSet</b>: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.</li>
40646<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>
40647<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>
40648<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>
40649<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>
40650<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>
40651<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>
40652<li><b>UseNotifiedMacHdr</b>: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.</li>
40653</ul>
40654<b>ns3::EmpiricalRandomVariable</b><br>
40655<ul>
40656<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>
40657</ul>
40658<b>ns3::EmuEpcHelper</b><br>
40659<ul>
40660<li><b>EnbDeviceName</b>: The name of the device used for the S1-U interface of the eNB</li>
40661<li><b>EnbMacAddressBase</b>: First 5 bytes of the eNB MAC address base</li>
40662<li><b>SgwDeviceName</b>: The name of the device used for the S1-U interface of the SGW</li>
40663<li><b>SgwMacAddress</b>: MAC address used for the SGW</li>
40664</ul>
40665<b>ns3::energy::BasicEnergyHarvester</b><br>
40666<ul>
40667<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>
40668<li><b>PeriodicHarvestedPowerUpdateInterval</b>: Time between two consecutive periodic updates of the harvested power. By default, the value is updated every 1 s</li>
40669</ul>
40670<b>ns3::energy::BasicEnergySource</b><br>
40671<ul>
40672<li><b>BasicEnergyHighBatteryThreshold</b>: High battery threshold for basic energy source.</li>
40673<li><b>BasicEnergyLowBatteryThreshold</b>: Low battery threshold for basic energy source.</li>
40674<li><b>BasicEnergySourceInitialEnergyJ</b>: Initial energy stored in basic energy source.</li>
40675<li><b>BasicEnergySupplyVoltageV</b>: Initial supply voltage for basic energy source.</li>
40676<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.</li>
40677</ul>
40678<b>ns3::energy::GenericBatteryModel</b><br>
40679<ul>
40680<li><b>BatteryType</b>: Indicates the battery type used by the model</li>
40681<li><b>CutoffVoltage</b>: The voltage where the battery is considered depleted (V).</li>
40682<li><b>ExponentialCapacity</b>: (Q_exp) Cell Capacity at the end of the exponential zone (Ah).</li>
40683<li><b>ExponentialVoltage</b>: (V_exp) Cell voltage at the end of the exponential zone (V).</li>
40684<li><b>FullVoltage</b>: (Q_full) The voltage of the cell when fully charged (V).</li>
40685<li><b>InternalResistance</b>: (R) Internal resistance of the cell (Ohms)</li>
40686<li><b>LowBatteryThreshold</b>: Low battery threshold for generic battery model.</li>
40687<li><b>MaxCapacity</b>: (Q) The maximum capacity of the cell (Ah).</li>
40688<li><b>NominalCapacity</b>: (Q_nom) Cell capacity at the end of the nominal zone (Ah)</li>
40689<li><b>NominalVoltage</b>: (V_nom) Nominal voltage of the cell (V).</li>
40690<li><b>PeriodicEnergyUpdateInterval</b>: Time between two consecutive periodic energy updates.</li>
40691<li><b>TypicalDischargeCurrent</b>: Typical discharge current used in manufacturers datasheets (A)</li>
40692</ul>
40693<b>ns3::energy::RvBatteryModel</b><br>
40694<ul>
40695<li><b>RvBatteryModelAlphaValue</b>: RV battery model alpha value.</li>
40696<li><b>RvBatteryModelBetaValue</b>: RV battery model beta value.</li>
40697<li><b>RvBatteryModelCutoffVoltage</b>: RV battery model cutoff voltage.</li>
40698<li><b>RvBatteryModelLowBatteryThreshold</b>: Low battery threshold.</li>
40699<li><b>RvBatteryModelNumOfTerms</b>: The number of terms of the infinite sum for estimating battery level.</li>
40700<li><b>RvBatteryModelOpenCircuitVoltage</b>: RV battery model open circuit voltage.</li>
40701<li><b>RvBatteryModelPeriodicEnergyUpdateInterval</b>: RV battery model sampling interval.</li>
40702</ul>
40703<b>ns3::EpsBearer</b><br>
40704<ul>
40705<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>
40706</ul>
40707<b>ns3::EpsBearerTag</b><br>
40708<ul>
40709<li><b>bid</b>: The EPS bearer id within the UE to which the packet belongs</li>
40710<li><b>rnti</b>: The rnti that indicates the UE which packet belongs</li>
40711</ul>
40712<b>ns3::ErlangRandomVariable</b><br>
40713<ul>
40714<li><b>K</b>: The k value for the Erlang distribution returned by this RNG stream.</li>
40715<li><b>Lambda</b>: The lambda value for the Erlang distribution returned by this RNG stream.</li>
40716</ul>
40717<b>ns3::ErrorModel</b><br>
40718<ul>
40719<li><b>IsEnabled</b>: Whether this ErrorModel is enabled or not.</li>
40720</ul>
40721<b>ns3::ExponentialRandomVariable</b><br>
40722<ul>
40723<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.</li>
40724<li><b>Mean</b>: The mean of the values returned by this RNG stream.</li>
40725</ul>
40726<b>ns3::FcfsWifiQueueScheduler</b><br>
40727<ul>
40728<li><b>DropPolicy</b>: Upon enqueue with full queue, drop oldest (DropOldest) or newest (DropNewest) packet</li>
40729</ul>
40730<b>ns3::FdBetFfMacScheduler</b><br>
40731<ul>
40732<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40733<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40734<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40735</ul>
40736<b>ns3::FdMtFfMacScheduler</b><br>
40737<ul>
40738<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40739<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40740<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40741</ul>
40742<b>ns3::FdNetDevice</b><br>
40743<ul>
40744<li><b>Address</b>: The MAC address of this device.</li>
40745<li><b>EncapsulationMode</b>: The link-layer encapsulation type to use.</li>
40746<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>
40747<li><b>Start</b>: The simulation time at which to spin up the device thread.</li>
40748<li><b>Stop</b>: The simulation time at which to tear down the device thread.</li>
40749</ul>
40750<b>ns3::FdTbfqFfMacScheduler</b><br>
40751<ul>
40752<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
40753<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)</li>
40754<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)</li>
40755<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)</li>
40756<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
40757<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)</li>
40758<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
40759</ul>
40760<b>ns3::FfMacScheduler</b><br>
40761<ul>
40762<li><b>UlCqiFilter</b>: The filter to apply on UL CQIs received</li>
40763</ul>
40764<b>ns3::FifoQueueDisc</b><br>
40765<ul>
40766<li><b>MaxSize</b>: The max queue size</li>
40767</ul>
40768<b>ns3::FixedRssLossModel</b><br>
40769<ul>
40770<li><b>Rss</b>: The fixed receiver Rss.</li>
40771</ul>
40772<b>ns3::flame::FlameProtocol</b><br>
40773<ul>
40774<li><b>BroadcastInterval</b>: How often we must send broadcast packets</li>
40775<li><b>MaxCost</b>: Cost threshold after which packet will be dropped</li>
40776</ul>
40777<b>ns3::flame::FlameRtable</b><br>
40778<ul>
40779<li><b>Lifetime</b>: The lifetime of the routing entry</li>
40780</ul>
40781<b>ns3::FlowMonitor</b><br>
40782<ul>
40783<li><b>DelayBinWidth</b>: The width used in the delay histogram.</li>
40784<li><b>FlowInterruptionsBinWidth</b>: The width used in the flowInterruptions histogram.</li>
40785<li><b>FlowInterruptionsMinTime</b>: The minimum inter-arrival time that is considered a flow interruption.</li>
40786<li><b>JitterBinWidth</b>: The width used in the jitter histogram.</li>
40787<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>
40788<li><b>PacketSizeBinWidth</b>: The width used in the packetSize histogram.</li>
40789<li><b>StartTime</b>: The time when the monitoring starts.</li>
40790</ul>
40791<b>ns3::FqCobaltQueueDisc</b><br>
40792<ul>
40793<li><b>BlueThreshold</b>: The Threshold after which Blue is enabled</li>
40794<li><b>CeThreshold</b>: The FqCobalt CE threshold for marking packets</li>
40795<li><b>Decrement</b>: Pdrop decrement Value</li>
40796<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40797<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40798<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40799<li><b>Increment</b>: Pdrop increment value</li>
40800<li><b>Interval</b>: The CoDel algorithm interval for each FqCobalt queue</li>
40801<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40802<li><b>Pdrop</b>: Marking Probability</li>
40803<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40804<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40805<li><b>Target</b>: The CoDel algorithm target queue delay for each FqCobalt queue</li>
40806<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40807<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40808</ul>
40809<b>ns3::FqCoDelQueueDisc</b><br>
40810<ul>
40811<li><b>CeThreshold</b>: The FqCoDel CE threshold for marking packets</li>
40812<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40813<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40814<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40815<li><b>Interval</b>: The CoDel algorithm interval for each FQCoDel queue</li>
40816<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40817<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40818<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40819<li><b>Target</b>: The CoDel algorithm target queue delay for each FQCoDel queue</li>
40820<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40821<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40822</ul>
40823<b>ns3::FqPieQueueDisc</b><br>
40824<ul>
40825<li><b>A</b>: Value of alpha</li>
40826<li><b>B</b>: Value of beta</li>
40827<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets</li>
40828<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured</li>
40829<li><b>DropBatchSize</b>: The maximum number of packets dropped from the fat flow</li>
40830<li><b>EnableSetAssociativeHash</b>: Enable/Disable Set Associative Hash</li>
40831<li><b>Flows</b>: The number of queues into which the incoming packets are classified</li>
40832<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)</li>
40833<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop</li>
40834<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
40835<li><b>MeanPktSize</b>: Average of packet size</li>
40836<li><b>Perturbation</b>: The salt used as an additional input to the hash function used to classify packets</li>
40837<li><b>QueueDelayReference</b>: Desired queue delay</li>
40838<li><b>SetWays</b>: The size of a set of queues (used by set associative hash)</li>
40839<li><b>Supdate</b>: Start time of the update timer</li>
40840<li><b>Tupdate</b>: Time period to calculate drop probability</li>
40841<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033</li>
40842<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator</li>
40843<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033</li>
40844<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
40845<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
40846</ul>
40847<b>ns3::FrameCaptureModel</b><br>
40848<ul>
40849<li><b>CaptureWindow</b>: The duration of the capture window.</li>
40850</ul>
40851<b>ns3::FrameExchangeManager</b><br>
40852<ul>
40853<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>
40854</ul>
40855<b>ns3::FriisPropagationLossModel</b><br>
40856<ul>
40857<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).</li>
40858<li><b>MinLoss</b>: The minimum value (dB) of the total loss, used at short ranges.</li>
40859<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)</li>
40860</ul>
40861<b>ns3::GammaRandomVariable</b><br>
40862<ul>
40863<li><b>Alpha</b>: The alpha value for the gamma distribution returned by this RNG stream.</li>
40864<li><b>Beta</b>: The beta value for the gamma distribution returned by this RNG stream.</li>
40865</ul>
40866<b>ns3::GaussMarkovMobilityModel</b><br>
40867<ul>
40868<li><b>Alpha</b>: A constant representing the tunable parameter in the Gauss-Markov model.</li>
40869<li><b>Bounds</b>: Bounds of the area to cruise.</li>
40870<li><b>MeanDirection</b>: A random variable used to assign the average direction.</li>
40871<li><b>MeanPitch</b>: A random variable used to assign the average pitch.</li>
40872<li><b>MeanVelocity</b>: A random variable used to assign the average velocity.</li>
40873<li><b>NormalDirection</b>: A gaussian random variable used to calculate the next direction value.</li>
40874<li><b>NormalPitch</b>: A gaussian random variable used to calculate the next pitch value.</li>
40875<li><b>NormalVelocity</b>: A gaussian random variable used to calculate the next velocity value.</li>
40876<li><b>TimeStep</b>: Change current direction and speed after moving for this time.</li>
40877</ul>
40878<b>ns3::GcrManager</b><br>
40879<ul>
40880<li><b>GcrConcealmentAddress</b>: The GCR concealment address.</li>
40881<li><b>GcrProtectionMode</b>: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self</li>
40882<li><b>RetransmissionPolicy</b>: The retransmission policy to use for group addresses.</li>
40883<li><b>UnsolicitedRetryLimit</b>: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.</li>
40884</ul>
40885<b>ns3::GeocentricConstantPositionMobilityModel</b><br>
40886<ul>
40887<li><b>GeographicReferencePoint</b>: The point, in meters, taken as reference when converting from geographic to topographic.</li>
40888<li><b>PositionLatLongAlt</b>: The geographic position, in degrees (lat/lon) and meter (alt), in the order: latitude, longitude and altitude</li>
40889</ul>
40890<b>ns3::GridBuildingAllocator</b><br>
40891<ul>
40892<li><b>DeltaX</b>: The x space between buildings.</li>
40893<li><b>DeltaY</b>: The y space between buildings.</li>
40894<li><b>GridWidth</b>: The number of objects laid out on a line.</li>
40895<li><b>Height</b>: The height of the building (roof level)</li>
40896<li><b>LayoutType</b>: The type of layout.</li>
40897<li><b>LengthX</b>: The length of the wall of each building along the X axis.</li>
40898<li><b>LengthY</b>: The length of the wall of each building along the X axis.</li>
40899<li><b>MinX</b>: The x coordinate where the grid starts.</li>
40900<li><b>MinY</b>: The y coordinate where the grid starts.</li>
40901</ul>
40902<b>ns3::GridPositionAllocator</b><br>
40903<ul>
40904<li><b>DeltaX</b>: The x space between objects.</li>
40905<li><b>DeltaY</b>: The y space between objects.</li>
40906<li><b>GridWidth</b>: The number of objects laid out on a line.</li>
40907<li><b>LayoutType</b>: The type of layout.</li>
40908<li><b>MinX</b>: The x coordinate where the grid starts.</li>
40909<li><b>MinY</b>: The y coordinate where the grid starts.</li>
40910<li><b>Z</b>: The z coordinate of all the positions allocated.</li>
40911</ul>
40912<b>ns3::HalfDuplexIdealPhy</b><br>
40913<ul>
40914<li><b>Rate</b>: The PHY rate used by this device</li>
40915</ul>
40916<b>ns3::HeConfiguration</b><br>
40917<ul>
40918<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>
40919<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>
40920<li><b>BssColor</b>: The BSS color</li>
40921<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>
40922<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>
40923<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>
40924<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>
40925<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>
40926<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>
40927<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>
40928<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>
40929<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>
40930<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>
40931<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>
40932<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>
40933<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>
40934<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>
40935<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>
40936<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>
40937</ul>
40938<b>ns3::HeFrameExchangeManager</b><br>
40939<ul>
40940<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>
40941</ul>
40942<b>ns3::HierarchicalMobilityModel</b><br>
40943<ul>
40944<li><b>Child</b>: The child mobility model.</li>
40945<li><b>Parent</b>: The parent mobility model.</li>
40946</ul>
40947<b>ns3::HtConfiguration</b><br>
40948<ul>
40949<li><b>LdpcSupported</b>: Whether or not LDPC coding is supported.</li>
40950<li><b>ShortGuardIntervalSupported</b>: Whether or not short guard interval is supported.</li>
40951<li><b>Support40MHzOperation</b>: Whether or not 40 MHz operation is to be supported.</li>
40952</ul>
40953<b>ns3::HybridBuildingsPropagationLossModel</b><br>
40954<ul>
40955<li><b>CitySize</b>: Dimension of the city</li>
40956<li><b>Environment</b>: Environment Scenario</li>
40957<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
40958<li><b>Los2NlosThr</b>: Threshold from LoS to NLoS in ITU 1411 [m].</li>
40959<li><b>RooftopLevel</b>: The height of the rooftop level in meters</li>
40960</ul>
40961<b>ns3::Icmpv6L4Protocol</b><br>
40962<ul>
40963<li><b>DAD</b>: Always do DAD check.</li>
40964<li><b>DadTimeout</b>: Duplicate Address Detection (DAD) timeout</li>
40965<li><b>DelayFirstProbe</b>: Neighbor Discovery node constants: delay for the first probe.</li>
40966<li><b>MaxMulticastSolicit</b>: Neighbor Discovery node constants: max multicast solicitations.</li>
40967<li><b>MaxUnicastSolicit</b>: Neighbor Discovery node constants: max unicast solicitations.</li>
40968<li><b>ReachableTime</b>: Neighbor Discovery node constants: reachable time.</li>
40969<li><b>RetransmissionTime</b>: Neighbor Discovery node constants: retransmission timer.</li>
40970<li><b>RsInitialRetransmissionTime</b>: Multicast RS initial retransmission time.</li>
40971<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>
40972<li><b>RsMaxRetransmissionDuration</b>: Multicast RS maximum retransmission duration (0 means unbound).</li>
40973<li><b>RsMaxRetransmissionTime</b>: Multicast RS maximum retransmission time (0 means unbound).</li>
40974<li><b>RsRetransmissionJitter</b>: Multicast RS retransmission randomization quantity</li>
40975<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>
40976</ul>
40977<b>ns3::IdealWifiManager</b><br>
40978<ul>
40979<li><b>BerThreshold</b>: The maximum Bit Error Rate acceptable at any transmission mode</li>
40980</ul>
40981<b>ns3::IpL4Protocol</b><br>
40982<ul>
40983<li><b>ProtocolNumber</b>: The IP protocol number.</li>
40984</ul>
40985<b>ns3::Ipv4</b><br>
40986<ul>
40987<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future Ipv4 devices.</li>
40988<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>
40989</ul>
40990<b>ns3::Ipv4GlobalRouting</b><br>
40991<ul>
40992<li><b>RandomEcmpRouting</b>: Set to true if packets are randomly routed among ECMP; set to false for using only one route consistently</li>
40993<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>
40994</ul>
40995<b>ns3::Ipv4Interface</b><br>
40996<ul>
40997<li><b>ArpCache</b>: The arp cache for this ipv4 interface</li>
40998</ul>
40999<b>ns3::Ipv4L3Protocol</b><br>
41000<ul>
41001<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.</li>
41002<li><b>DuplicateExpire</b>: Expiration delay for duplicate cache entries</li>
41003<li><b>EnableDuplicatePacketDetection</b>: Enable multicast duplicate packet detection based on RFC 6621</li>
41004<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
41005<li><b>InterfaceList</b>: The set of Ipv4 interfaces associated to this Ipv4 stack.</li>
41006<li><b>PurgeExpiredPeriod</b>: Time between purges of expired duplicate packet entries, 0 means never purge</li>
41007</ul>
41008<b>ns3::Ipv4RawSocketImpl</b><br>
41009<ul>
41010<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>
41011<li><b>IpHeaderInclude</b>: Include IP Header information (a.k.a setsockopt (IP_HDRINCL)).</li>
41012<li><b>Protocol</b>: Protocol number to match.</li>
41013</ul>
41014<b>ns3::Ipv6</b><br>
41015<ul>
41016<li><b>IpForward</b>: Globally enable or disable IP forwarding for all current and future IPv6 devices.</li>
41017<li><b>MtuDiscover</b>: If disabled, every interface will have its MTU set to 1280 bytes.</li>
41018<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>
41019</ul>
41020<b>ns3::Ipv6Extension</b><br>
41021<ul>
41022<li><b>ExtensionNumber</b>: The IPv6 extension number.</li>
41023</ul>
41024<b>ns3::Ipv6ExtensionDemux</b><br>
41025<ul>
41026<li><b>Extensions</b>: The set of IPv6 extensions registered with this demux.</li>
41027</ul>
41028<b>ns3::Ipv6ExtensionFragment</b><br>
41029<ul>
41030<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
41031</ul>
41032<b>ns3::Ipv6ExtensionRoutingDemux</b><br>
41033<ul>
41034<li><b>RoutingExtensions</b>: The set of IPv6 Routing extensions registered with this demux.</li>
41035</ul>
41036<b>ns3::Ipv6L3Protocol</b><br>
41037<ul>
41038<li><b>DefaultTclass</b>: The TCLASS value set by default on all outgoing packets generated on this node.</li>
41039<li><b>DefaultTtl</b>: The TTL value set by default on all outgoing packets generated on this node.</li>
41040<li><b>InterfaceList</b>: The set of IPv6 interfaces associated to this IPv6 stack.</li>
41041<li><b>SendIcmpv6Redirect</b>: Send the ICMPv6 Redirect when appropriate.</li>
41042</ul>
41043<b>ns3::Ipv6Option</b><br>
41044<ul>
41045<li><b>OptionNumber</b>: The IPv6 option number.</li>
41046</ul>
41047<b>ns3::Ipv6OptionDemux</b><br>
41048<ul>
41049<li><b>Options</b>: The set of IPv6 options registered with this demux.</li>
41050</ul>
41051<b>ns3::Ipv6PmtuCache</b><br>
41052<ul>
41053<li><b>CacheExpiryTime</b>: Validity time for a Path MTU entry. Default is 10 minutes, minimum is 5 minutes.</li>
41054</ul>
41055<b>ns3::Ipv6RawSocketImpl</b><br>
41056<ul>
41057<li><b>Protocol</b>: Protocol number to match.</li>
41058</ul>
41059<b>ns3::IsotropicAntennaModel</b><br>
41060<ul>
41061<li><b>Gain</b>: The gain of the antenna in dB</li>
41062</ul>
41063<b>ns3::ItuR1238PropagationLossModel</b><br>
41064<ul>
41065<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
41066</ul>
41067<b>ns3::ItuR1411LosPropagationLossModel</b><br>
41068<ul>
41069<li><b>Frequency</b>: The propagation frequency in Hz</li>
41070</ul>
41071<b>ns3::ItuR1411NlosOverRooftopPropagationLossModel</b><br>
41072<ul>
41073<li><b>BuildingSeparation</b>: The separation between buildings</li>
41074<li><b>BuildingsExtend</b>: The distance over which the buildings extend</li>
41075<li><b>CitySize</b>: Dimension of the city</li>
41076<li><b>Environment</b>: Environment Scenario</li>
41077<li><b>Frequency</b>: The Frequency (default is 2.106 GHz).</li>
41078<li><b>RooftopLevel</b>: The height of the rooftop level in meters</li>
41079<li><b>StreetsOrientation</b>: The orientation of streets in degrees [0,90] with respect to the direction of propagation</li>
41080<li><b>StreetsWidth</b>: The width of streets</li>
41081</ul>
41082<b>ns3::JakesProcess</b><br>
41083<ul>
41084<li><b>DopplerFrequencyHz</b>: Corresponding doppler frequency[Hz]</li>
41085<li><b>NumberOfOscillators</b>: The number of oscillators</li>
41086</ul>
41087<b>ns3::LaplacianRandomVariable</b><br>
41088<ul>
41089<li><b>Bound</b>: The bound on the values returned by this RNG stream.</li>
41090<li><b>Location</b>: The location parameter for the Laplacian distribution returned by this RNG stream.</li>
41091<li><b>Scale</b>: The scale parameter for the Laplacian distribution returned by this RNG stream.</li>
41092</ul>
41093<b>ns3::LargestExtremeValueRandomVariable</b><br>
41094<ul>
41095<li><b>Location</b>: The location parameter for the Largest Extreme Value distribution returned by this RNG stream.</li>
41096<li><b>Scale</b>: The scale parameter for the Largest Extreme Value distribution returned by this RNG stream.</li>
41097</ul>
41098<b>ns3::LinearWifiTxCurrentModel</b><br>
41099<ul>
41100<li><b>Eta</b>: The efficiency of the power amplifier.</li>
41101<li><b>IdleCurrent</b>: The current in the IDLE state (in Ampere).</li>
41102<li><b>Voltage</b>: The supply voltage (in Volts).</li>
41103</ul>
41104<b>ns3::LogDistancePropagationLossModel</b><br>
41105<ul>
41106<li><b>Exponent</b>: The exponent of the Path Loss propagation model</li>
41107<li><b>ReferenceDistance</b>: The distance at which the reference loss is calculated (m)</li>
41108<li><b>ReferenceLoss</b>: The reference loss at reference distance (dB). (Default is Friis at 1m with 5.15 GHz)</li>
41109</ul>
41110<b>ns3::LogNormalRandomVariable</b><br>
41111<ul>
41112<li><b>Mu</b>: The mu value for the log-normal distribution returned by this RNG stream.</li>
41113<li><b>Sigma</b>: The sigma value for the log-normal distribution returned by this RNG stream.</li>
41114</ul>
41115<b>ns3::lrwpan::LrWpanLqiTag</b><br>
41116<ul>
41117<li><b>Lqi</b>: The lqi of the last packet received</li>
41118</ul>
41119<b>ns3::lrwpan::LrWpanMac</b><br>
41120<ul>
41121<li><b>PanId</b>: 16-bit identifier of the associated PAN</li>
41122</ul>
41123<b>ns3::lrwpan::LrWpanNetDevice</b><br>
41124<ul>
41125<li><b>Channel</b>: The channel attached to this device</li>
41126<li><b>Mac</b>: The MAC layer attached to this device.</li>
41127<li><b>Phy</b>: The PHY layer attached to this device.</li>
41128<li><b>PseudoMacAddressMode</b>: Build the pseudo-MAC Address according to RFC 4944 or RFC 6282 (default: RFC 6282).</li>
41129<li><b>UseAcks</b>: Request acknowledgments for data frames.</li>
41130</ul>
41131<b>ns3::lrwpan::LrWpanPhy</b><br>
41132<ul>
41133<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>
41134</ul>
41135<b>ns3::LteAmc</b><br>
41136<ul>
41137<li><b>AmcModel</b>: AMC model used to assign CQI</li>
41138<li><b>Ber</b>: The requested BER in assigning MCS (default is 0.00005).</li>
41139</ul>
41140<b>ns3::LteAnr</b><br>
41141<ul>
41142<li><b>Threshold</b>: Minimum RSRQ range value required for detecting a neighbour cell</li>
41143</ul>
41144<b>ns3::LteDataRadioBearerInfo</b><br>
41145<ul>
41146<li><b>DrbIdentity</b>: The id of this Data Radio Bearer</li>
41147<li><b>EpsBearerIdentity</b>: The id of the EPS bearer corresponding to this Data Radio Bearer</li>
41148<li><b>LtePdcp</b>: PDCP instance of the radio bearer.</li>
41149<li><b>LteRlc</b>: RLC instance of the radio bearer.</li>
41150<li><b>logicalChannelIdentity</b>: The id of the Logical Channel corresponding to this Data Radio Bearer</li>
41151</ul>
41152<b>ns3::LteEnbMac</b><br>
41153<ul>
41154<li><b>ComponentCarrierId</b>: ComponentCarrier Id, needed to reply on the appropriate sap.</li>
41155<li><b>ConnEstFailCount</b>: how many time T300 timer can expire on the same cell</li>
41156<li><b>NumberOfRaPreambles</b>: how many random access preambles are available for the contention based RACH process</li>
41157<li><b>PreambleTransMax</b>: Maximum number of random access preamble transmissions</li>
41158<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>
41159</ul>
41160<b>ns3::LteEnbNetDevice</b><br>
41161<ul>
41162<li><b>CellId</b>: Cell Identifier</li>
41163<li><b>ComponentCarrierMap</b>: List of component carriers.</li>
41164<li><b>CsgId</b>: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to</li>
41165<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>
41166<li><b>DlBandwidth</b>: Downlink Transmission Bandwidth Configuration in number of Resource Blocks</li>
41167<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41168<li><b>LteAnr</b>: The automatic neighbour relation function associated to this EnbNetDevice</li>
41169<li><b>LteEnbComponentCarrierManager</b>: The RRC associated to this EnbNetDevice</li>
41170<li><b>LteEnbRrc</b>: The RRC associated to this EnbNetDevice</li>
41171<li><b>LteFfrAlgorithm</b>: The FFR algorithm associated to this EnbNetDevice</li>
41172<li><b>LteHandoverAlgorithm</b>: The handover algorithm associated to this EnbNetDevice</li>
41173<li><b>UlBandwidth</b>: Uplink Transmission Bandwidth Configuration in number of Resource Blocks</li>
41174<li><b>UlEarfcn</b>: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41175</ul>
41176<b>ns3::LteEnbPhy</b><br>
41177<ul>
41178<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy</li>
41179<li><b>InterferenceSamplePeriod</b>: The sampling period for reporting interference stats</li>
41180<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>
41181<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>
41182<li><b>TxPower</b>: Transmission power in dBm</li>
41183<li><b>UeSinrSamplePeriod</b>: The sampling period for reporting UEs' SINR stats.</li>
41184<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy</li>
41185</ul>
41186<b>ns3::LteEnbRrc</b><br>
41187<ul>
41188<li><b>AdmitHandoverRequest</b>: Whether to admit an X2 handover request from another eNB</li>
41189<li><b>AdmitRrcConnectionRequest</b>: Whether to admit a connection request from a UE</li>
41190<li><b>ConnectionRejectedTimeoutDuration</b>: Time to wait between sending a RRC CONNECTION REJECT and destroying the UE context</li>
41191<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>
41192<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>
41193<li><b>DefaultTransmissionMode</b>: The default UEs' transmission mode (0: SISO)</li>
41194<li><b>EpsBearerToRlcMapping</b>: Specify which type of RLC will be used for each type of EPS bearer.</li>
41195<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>
41196<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>
41197<li><b>NumberOfComponentCarriers</b>: Number of Component Carriers</li>
41198<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>
41199<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>
41200<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>
41201<li><b>SrsPeriodicity</b>: The SRS periodicity in milliseconds</li>
41202<li><b>SystemInformationPeriodicity</b>: The interval for sending system information (Time value)</li>
41203<li><b>UeMap</b>: List of UeManager by C-RNTI.</li>
41204</ul>
41205<b>ns3::LteFfrAlgorithm</b><br>
41206<ul>
41207<li><b>EnabledInUplink</b>: If FR algorithm will also work in Uplink, default value true</li>
41208<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>
41209</ul>
41210<b>ns3::LteFfrDistributedAlgorithm</b><br>
41211<ul>
41212<li><b>CalculationInterval</b>: Time interval between calculation of Edge sub-band, Default value 1 second</li>
41213<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>
41214<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41215<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>
41216<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41217<li><b>EdgeRbNum</b>: Number of RB that can be used in edge Sub-band</li>
41218<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>
41219<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41220</ul>
41221<b>ns3::LteFfrEnhancedAlgorithm</b><br>
41222<ul>
41223<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41224<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>
41225<li><b>DlCqiThreshold</b>: If the DL-CQI for RBG of is higher than this threshold, transmission on RBG is possible</li>
41226<li><b>DlReuse1SubBandwidth</b>: Downlink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups</li>
41227<li><b>DlReuse3SubBandwidth</b>: Downlink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups</li>
41228<li><b>DlSubBandOffset</b>: Downlink SubBand Offset for this cell in number of Resource Block Groups</li>
41229<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41230<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>
41231<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41232<li><b>UlCqiThreshold</b>: If the UL-CQI for RBG of is higher than this threshold, transmission on RBG is possible</li>
41233<li><b>UlReuse1SubBandwidth</b>: Uplink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups</li>
41234<li><b>UlReuse3SubBandwidth</b>: Uplink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups</li>
41235<li><b>UlSubBandOffset</b>: Uplink SubBand Offset for this cell in number of Resource Block Groups</li>
41236</ul>
41237<b>ns3::LteFfrSoftAlgorithm</b><br>
41238<ul>
41239<li><b>CenterAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41240<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>
41241<li><b>CenterRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Medium sub-band</li>
41242<li><b>DlCommonSubBandwidth</b>: Downlink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups</li>
41243<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41244<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41245<li><b>EdgeAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41246<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>
41247<li><b>EdgeRsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41248<li><b>MediumAreaPowerOffset</b>: PdschConfigDedicated::Pa value for Medium Sub-band, default value dB0</li>
41249<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>
41250<li><b>UlCommonSubBandwidth</b>: Uplink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups</li>
41251<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41252<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41253</ul>
41254<b>ns3::LteFrHardAlgorithm</b><br>
41255<ul>
41256<li><b>DlSubBandOffset</b>: Downlink Offset in number of Resource Block Groups</li>
41257<li><b>DlSubBandwidth</b>: Downlink Transmission SubBandwidth Configuration in number of Resource Block Groups</li>
41258<li><b>UlSubBandOffset</b>: Uplink Offset in number of Resource Block Groups</li>
41259<li><b>UlSubBandwidth</b>: Uplink Transmission SubBandwidth Configuration in number of Resource Block Groups</li>
41260</ul>
41261<b>ns3::LteFrSoftAlgorithm</b><br>
41262<ul>
41263<li><b>AllowCenterUeUseEdgeSubBand</b>: If true center UEs can receive on Edge SubBand RBGs</li>
41264<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>
41265<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41266<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41267<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41268<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>
41269<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41270<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41271<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41272<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41273</ul>
41274<b>ns3::LteFrStrictAlgorithm</b><br>
41275<ul>
41276<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>
41277<li><b>CenterPowerOffset</b>: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0</li>
41278<li><b>DlCommonSubBandwidth</b>: Downlink Common SubBandwidth Configuration in number of Resource Block Groups</li>
41279<li><b>DlEdgeSubBandOffset</b>: Downlink Edge SubBand Offset in number of Resource Block Groups</li>
41280<li><b>DlEdgeSubBandwidth</b>: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41281<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>
41282<li><b>EdgePowerOffset</b>: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0</li>
41283<li><b>RsrqThreshold</b>: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band</li>
41284<li><b>UlCommonSubBandwidth</b>: Uplink Common SubBandwidth Configuration in number of Resource Block Groups</li>
41285<li><b>UlEdgeSubBandOffset</b>: Uplink Edge SubBand Offset in number of Resource Block Groups</li>
41286<li><b>UlEdgeSubBandwidth</b>: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups</li>
41287</ul>
41288<b>ns3::LteHelper</b><br>
41289<ul>
41290<li><b>AnrEnabled</b>: Activate or deactivate Automatic Neighbour Relation function</li>
41291<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>
41292<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>
41293<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>
41294<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>
41295<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>
41296<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>
41297<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>
41298<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>
41299<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>
41300<li><b>UseIdealRrc</b>: If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.</li>
41301<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>
41302</ul>
41303<b>ns3::LteHexGridEnbTopologyHelper</b><br>
41304<ul>
41305<li><b>GridWidth</b>: The number of sites in even rows (odd rows will have one additional site).</li>
41306<li><b>InterSiteDistance</b>: The distance [m] between nearby sites</li>
41307<li><b>MinX</b>: The x coordinate where the hex grid starts.</li>
41308<li><b>MinY</b>: The y coordinate where the hex grid starts.</li>
41309<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>
41310<li><b>SiteHeight</b>: The height [m] of each site</li>
41311</ul>
41312<b>ns3::LteNetDevice</b><br>
41313<ul>
41314<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41315</ul>
41316<b>ns3::LteRadioBearerTag</b><br>
41317<ul>
41318<li><b>lcid</b>: The id within the UE identifying the logical channel to which the packet belongs</li>
41319<li><b>rnti</b>: The rnti that indicates the UE to which packet belongs</li>
41320</ul>
41321<b>ns3::LteRlcAm</b><br>
41322<ul>
41323<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes). If zero is configured, the buffer is unlimited.</li>
41324<li><b>PollRetransmitTimer</b>: Value of the t-PollRetransmit timer (See section 7.3 of 3GPP TS 36.322)</li>
41325<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)</li>
41326<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>
41327<li><b>StatusProhibitTimer</b>: Value of the t-StatusProhibit timer (See section 7.3 of 3GPP TS 36.322)</li>
41328<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>
41329</ul>
41330<b>ns3::LteRlcTm</b><br>
41331<ul>
41332<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)</li>
41333</ul>
41334<b>ns3::LteRlcUm</b><br>
41335<ul>
41336<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>
41337<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>
41338<li><b>MaxTxBufferSize</b>: Maximum Size of the Transmission Buffer (in Bytes)</li>
41339<li><b>ReorderingTimer</b>: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)</li>
41340</ul>
41341<b>ns3::LteSignalingRadioBearerInfo</b><br>
41342<ul>
41343<li><b>LtePdcp</b>: PDCP instance of the radio bearer.</li>
41344<li><b>LteRlc</b>: RLC instance of the radio bearer.</li>
41345<li><b>SrbIdentity</b>: The id of this Signaling Radio Bearer</li>
41346</ul>
41347<b>ns3::LteSpectrumPhy</b><br>
41348<ul>
41349<li><b>CtrlErrorModelEnabled</b>: Activate/Deactivate the error model of control (PCFICH-PDCCH decodification) [by default is active].</li>
41350<li><b>DataErrorModelEnabled</b>: Activate/Deactivate the error model of data (TBs of PDSCH and PUSCH) [by default is active].</li>
41351</ul>
41352<b>ns3::LteUeNetDevice</b><br>
41353<ul>
41354<li><b>ComponentCarrierMapUe</b>: List of all component Carrier.</li>
41355<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>
41356<li><b>DlEarfcn</b>: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41357<li><b>EpcUeNas</b>: The NAS associated to this UeNetDevice</li>
41358<li><b>Imsi</b>: International Mobile Subscriber Identity assigned to this UE</li>
41359<li><b>LteUeComponentCarrierManager</b>: The ComponentCarrierManager associated to this UeNetDevice</li>
41360<li><b>LteUeRrc</b>: The RRC associated to this UeNetDevice</li>
41361</ul>
41362<b>ns3::LteUePhy</b><br>
41363<ul>
41364<li><b>DlSpectrumPhy</b>: The downlink LteSpectrumPhy associated to this LtePhy</li>
41365<li><b>DownlinkCqiPeriodicity</b>: Periodicity in milliseconds for reporting thewideband and subband downlink CQIs to the eNB</li>
41366<li><b>EnableRlfDetection</b>: If true, RLF detection will be enabled.</li>
41367<li><b>EnableUplinkPowerControl</b>: If true, Uplink Power Control will be enabled.</li>
41368<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>
41369<li><b>NumQinEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qin evaluation period</li>
41370<li><b>NumQoutEvalSf</b>: This specifies the total number of consecutive subframeswhich corresponds to the Qout evaluation period</li>
41371<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>
41372<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>
41373<li><b>RsrpSinrSamplePeriod</b>: The sampling period for reporting RSRP-SINR stats (default value 1)</li>
41374<li><b>RsrqUeMeasThreshold</b>: Receive threshold for PSS on RSRQ [dB]</li>
41375<li><b>TxMode1Gain</b>: Transmission mode 1 gain in dB</li>
41376<li><b>TxMode2Gain</b>: Transmission mode 2 gain in dB</li>
41377<li><b>TxMode3Gain</b>: Transmission mode 3 gain in dB</li>
41378<li><b>TxMode4Gain</b>: Transmission mode 4 gain in dB</li>
41379<li><b>TxMode5Gain</b>: Transmission mode 5 gain in dB</li>
41380<li><b>TxMode6Gain</b>: Transmission mode 6 gain in dB</li>
41381<li><b>TxMode7Gain</b>: Transmission mode 7 gain in dB</li>
41382<li><b>TxPower</b>: Transmission power in dBm</li>
41383<li><b>UeMeasurementsFilterPeriod</b>: Time period for reporting UE measurements, i.e., thelength of layer-1 filtering.</li>
41384<li><b>UlSpectrumPhy</b>: The uplink LteSpectrumPhy associated to this LtePhy</li>
41385</ul>
41386<b>ns3::LteUePowerControl</b><br>
41387<ul>
41388<li><b>AccumulationEnabled</b>: If true TCP accumulation mode will be active, otherwise absolute mode will be active</li>
41389<li><b>Alpha</b>: Value of Alpha parameter</li>
41390<li><b>ClosedLoop</b>: If true Closed Loop mode will be active, otherwise Open Loop</li>
41391<li><b>Pcmax</b>: Max Transmission power in dBm, Default value 23 dBmTS36.101 section 6.2.3</li>
41392<li><b>Pcmin</b>: Min Transmission power in dBm, Default value -40 dBmTS36.101 section 6.2.3</li>
41393<li><b>PoNominalPusch</b>: P_O_NOMINAL_PUSCH INT (-126 ... 24), Default value -80</li>
41394<li><b>PoUePusch</b>: P_O_UE_PUSCH INT(-8...7), Default value 0</li>
41395<li><b>PsrsOffset</b>: P_SRS_OFFSET INT(0...15), Default value 7</li>
41396</ul>
41397<b>ns3::LteUeRrc</b><br>
41398<ul>
41399<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier</li>
41400<li><b>CellId</b>: Serving cell identifier</li>
41401<li><b>DataRadioBearerMap</b>: List of UE RadioBearerInfo for Data Radio Bearers by LCID.</li>
41402<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>
41403<li><b>N311</b>: This specifies the maximum number of in-sync indications. Standard values: 1, 2, 3, 4, 5, 6, 8, 10</li>
41404<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0</li>
41405<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1</li>
41406<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>
41407<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>
41408</ul>
41409<b>ns3::MacStatsCalculator</b><br>
41410<ul>
41411<li><b>DlOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41412<li><b>UlOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41413</ul>
41414<b>ns3::MatrixPropagationLossModel</b><br>
41415<ul>
41416<li><b>DefaultLoss</b>: The default value for propagation loss, dB.</li>
41417</ul>
41418<b>ns3::MeshPointDevice</b><br>
41419<ul>
41420<li><b>ForwardingDelay</b>: A random variable to account for processing time (microseconds) to forward a frame.</li>
41421<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41422<li><b>RoutingProtocol</b>: The mesh routing protocol used by this mesh point.</li>
41423</ul>
41424<b>ns3::MeshWifiInterfaceMac</b><br>
41425<ul>
41426<li><b>BeaconGeneration</b>: Enable/Disable Beaconing.</li>
41427<li><b>BeaconInterval</b>: Beacon Interval</li>
41428<li><b>RandomStart</b>: Window when beacon generating starts (uniform random) in seconds</li>
41429</ul>
41430<b>ns3::MinstrelHtWifiManager</b><br>
41431<ul>
41432<li><b>EWMA</b>: EWMA level</li>
41433<li><b>LegacyUpdateStatistics</b>: The interval between updating statistics table (for legacy Minstrel)</li>
41434<li><b>LookAroundRate</b>: The percentage to try other rates (for legacy Minstrel)</li>
41435<li><b>PacketLength</b>: The packet length used for calculating mode TxTime (bytes)</li>
41436<li><b>PrintStats</b>: Control the printing of the statistics table</li>
41437<li><b>SampleColumn</b>: The number of columns used for sampling</li>
41438<li><b>UpdateStatistics</b>: The interval between updating statistics table</li>
41439<li><b>UseLatestAmendmentOnly</b>: Use only the latest amendment when it is supported by both peers</li>
41440</ul>
41441<b>ns3::MinstrelWifiManager</b><br>
41442<ul>
41443<li><b>EWMA</b>: EWMA level</li>
41444<li><b>LookAroundRate</b>: The percentage to try other rates</li>
41445<li><b>PacketLength</b>: The packet length used for calculating mode TxTime</li>
41446<li><b>PrintSamples</b>: Print samples table</li>
41447<li><b>PrintStats</b>: Print statistics table</li>
41448<li><b>SampleColumn</b>: The number of columns used for sampling</li>
41449<li><b>UpdateStatistics</b>: The interval between updating statistics table</li>
41450</ul>
41451<b>ns3::MobilityModel</b><br>
41452<ul>
41453<li><b>Position</b>: The current position of the mobility model.</li>
41454<li><b>Velocity</b>: The current velocity of the mobility model.</li>
41455</ul>
41456<b>ns3::MultiUserScheduler</b><br>
41457<ul>
41458<li><b>AccessReqAc</b>: The Access Category for which the MultiUserScheduler makes requests for channel access.</li>
41459<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>
41460<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>
41461<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>
41462</ul>
41463<b>ns3::NakagamiPropagationLossModel</b><br>
41464<ul>
41465<li><b>Distance1</b>: Beginning of the second distance field. Default is 80m.</li>
41466<li><b>Distance2</b>: Beginning of the third distance field. Default is 200m.</li>
41467<li><b>ErlangRv</b>: Access to the underlying ErlangRandomVariable</li>
41468<li><b>GammaRv</b>: Access to the underlying GammaRandomVariable</li>
41469<li><b>m0</b>: m0 for distances smaller than Distance1. Default is 1.5.</li>
41470<li><b>m1</b>: m1 for distances smaller than Distance2. Default is 0.75.</li>
41471<li><b>m2</b>: m2 for distances greater than Distance2. Default is 0.75.</li>
41472</ul>
41473<b>ns3::NdiscCache</b><br>
41474<ul>
41475<li><b>UnresolvedQueueSize</b>: Size of the queue for packets pending an NA reply.</li>
41476</ul>
41477<b>ns3::NetDeviceQueueInterface</b><br>
41478<ul>
41479<li><b>NTxQueues</b>: The number of device transmission queues</li>
41480<li><b>TxQueuesType</b>: The type of transmission queues to be used</li>
41481</ul>
41482<b>ns3::NoBackhaulEpcHelper</b><br>
41483<ul>
41484<li><b>S11LinkDataRate</b>: The data rate to be used for the next S11 link to be created</li>
41485<li><b>S11LinkDelay</b>: The delay to be used for the next S11 link to be created</li>
41486<li><b>S11LinkMtu</b>: The MTU of the next S11 link to be created.</li>
41487<li><b>S5LinkDataRate</b>: The data rate to be used for the next S5 link to be created</li>
41488<li><b>S5LinkDelay</b>: The delay to be used for the next S5 link to be created</li>
41489<li><b>S5LinkMtu</b>: The MTU of the next S5 link to be created</li>
41490<li><b>X2LinkDataRate</b>: The data rate to be used for the next X2 link to be created</li>
41491<li><b>X2LinkDelay</b>: The delay to be used for the next X2 link to be created</li>
41492<li><b>X2LinkEnablePcap</b>: Enable Pcap for X2 link</li>
41493<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>
41494<li><b>X2LinkPcapPrefix</b>: Prefix for Pcap generated by X2 link</li>
41495</ul>
41496<b>ns3::Node</b><br>
41497<ul>
41498<li><b>ApplicationList</b>: The list of applications associated to this Node.</li>
41499<li><b>DeviceList</b>: The list of devices associated to this Node.</li>
41500<li><b>Id</b>: The id (unique integer) of this Node.</li>
41501<li><b>SystemId</b>: The systemId of this node: a unique integer used for parallel simulations.</li>
41502</ul>
41503<b>ns3::NodeListPriv</b><br>
41504<ul>
41505<li><b>NodeList</b>: The list of all nodes created during the simulation.</li>
41506</ul>
41507<b>ns3::NonCommunicatingNetDevice</b><br>
41508<ul>
41509<li><b>Phy</b>: The PHY layer attached to this device.</li>
41510</ul>
41511<b>ns3::NormalRandomVariable</b><br>
41512<ul>
41513<li><b>Bound</b>: The bound on the values returned by this RNG stream.</li>
41514<li><b>Mean</b>: The mean value for the normal distribution returned by this RNG stream.</li>
41515<li><b>Variance</b>: The variance value for the normal distribution returned by this RNG stream.</li>
41516</ul>
41517<b>ns3::ObssPdAlgorithm</b><br>
41518<ul>
41519<li><b>ObssPdLevel</b>: The current OBSS PD level (dBm).</li>
41520<li><b>ObssPdLevelMax</b>: Maximum value (dBm) of OBSS PD level.</li>
41521<li><b>ObssPdLevelMin</b>: Minimum value (dBm) of OBSS PD level.</li>
41522<li><b>TxPowerRefMimo</b>: The MIMO reference TX power level (dBm).</li>
41523<li><b>TxPowerRefSiso</b>: The SISO reference TX power level (dBm).</li>
41524</ul>
41525<b>ns3::OkumuraHataPropagationLossModel</b><br>
41526<ul>
41527<li><b>CitySize</b>: Dimension of the city</li>
41528<li><b>Environment</b>: Environment Scenario</li>
41529<li><b>Frequency</b>: The propagation frequency in Hz</li>
41530</ul>
41531<b>ns3::olsr::RoutingProtocol</b><br>
41532<ul>
41533<li><b>HelloInterval</b>: HELLO messages emission interval.</li>
41534<li><b>HnaInterval</b>: HNA messages emission interval. Normally it is equal to TcInterval.</li>
41535<li><b>MidInterval</b>: MID messages emission interval. Normally it is equal to TcInterval.</li>
41536<li><b>TcInterval</b>: TC messages emission interval.</li>
41537<li><b>Willingness</b>: Willingness of a node to carry and forward traffic for other nodes.</li>
41538</ul>
41539<b>ns3::OnoeWifiManager</b><br>
41540<ul>
41541<li><b>AddCreditThreshold</b>: Add credit threshold</li>
41542<li><b>RaiseThreshold</b>: Attempt to raise the rate if we hit that threshold</li>
41543<li><b>UpdatePeriod</b>: The interval between decisions about rate control changes</li>
41544</ul>
41545<b>ns3::OnOffApplication</b><br>
41546<ul>
41547<li><b>DataRate</b>: The data rate in on state.</li>
41548<li><b>EnableSeqTsSizeHeader</b>: Enable use of SeqTsSizeHeader for sequence number and timestamp</li>
41549<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>
41550<li><b>OffTime</b>: A RandomVariableStream used to pick the duration of the 'Off' state.</li>
41551<li><b>OnTime</b>: A RandomVariableStream used to pick the duration of the 'On' state.</li>
41552<li><b>PacketSize</b>: The size of packets sent in on state</li>
41553<li><b>Protocol</b>: The type of protocol to use. This should be a subclass of ns3::SocketFactory</li>
41554</ul>
41555<b>ns3::OutdoorPositionAllocator</b><br>
41556<ul>
41557<li><b>MaxAttempts</b>: Maximum number of attempts for the rejection sampling before giving up.</li>
41558<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.</li>
41559<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.</li>
41560<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.</li>
41561</ul>
41562<b>ns3::PacketSink</b><br>
41563<ul>
41564<li><b>EnableSeqTsSizeHeader</b>: Enable optional header tracing of SeqTsSizeHeader</li>
41565<li><b>Protocol</b>: The type id of the protocol to use for the rx socket.</li>
41566</ul>
41567<b>ns3::PacketSocket</b><br>
41568<ul>
41569<li><b>RcvBufSize</b>: PacketSocket maximum receive buffer size (bytes)</li>
41570</ul>
41571<b>ns3::PacketSocketClient</b><br>
41572<ul>
41573<li><b>Interval</b>: The time to wait between packets</li>
41574<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
41575<li><b>PacketSize</b>: Size of packets generated (bytes).</li>
41576<li><b>Priority</b>: Priority assigned to the packets generated.</li>
41577</ul>
41578<b>ns3::ParabolicAntennaModel</b><br>
41579<ul>
41580<li><b>Beamwidth</b>: The 3dB beamwidth (degrees)</li>
41581<li><b>MaxAttenuation</b>: The maximum attenuation (dB) of the antenna radiation pattern.</li>
41582<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>
41583</ul>
41584<b>ns3::ParetoRandomVariable</b><br>
41585<ul>
41586<li><b>Bound</b>: The upper bound on the values returned by this RNG stream (if non-zero).</li>
41587<li><b>Scale</b>: The scale parameter for the Pareto distribution returned by this RNG stream.</li>
41588<li><b>Shape</b>: The shape parameter for the Pareto distribution returned by this RNG stream.</li>
41589</ul>
41590<b>ns3::ParfWifiManager</b><br>
41591<ul>
41592<li><b>AttemptThreshold</b>: The minimum number of transmission attempts to try a new power or rate.</li>
41593<li><b>SuccessThreshold</b>: The minimum number of successful transmissions to try a new power or rate.</li>
41594</ul>
41595<b>ns3::PcapFileWrapper</b><br>
41596<ul>
41597<li><b>CaptureSize</b>: Maximum length of captured packets (cf. pcap snaplen)</li>
41598<li><b>NanosecMode</b>: Whether packet timestamps in the PCAP file are nanoseconds or microseconds(default).</li>
41599</ul>
41600<b>ns3::PfFfMacScheduler</b><br>
41601<ul>
41602<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41603<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41604<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41605</ul>
41606<b>ns3::PfifoFastQueueDisc</b><br>
41607<ul>
41608<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc.</li>
41609</ul>
41610<b>ns3::PhasedArrayModel</b><br>
41611<ul>
41612<li><b>AntennaElement</b>: A pointer to the antenna element used by the phased array</li>
41613</ul>
41614<b>ns3::PhyRxStatsCalculator</b><br>
41615<ul>
41616<li><b>DlRxOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41617<li><b>UlRxOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41618</ul>
41619<b>ns3::PhyStatsCalculator</b><br>
41620<ul>
41621<li><b>DlRsrpSinrFilename</b>: Name of the file where the RSRP/SINR statistics will be saved.</li>
41622<li><b>UlInterferenceFilename</b>: Name of the file where the interference statistics will be saved.</li>
41623<li><b>UlSinrFilename</b>: Name of the file where the UE SINR statistics will be saved.</li>
41624</ul>
41625<b>ns3::PhyTxStatsCalculator</b><br>
41626<ul>
41627<li><b>DlTxOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41628<li><b>UlTxOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41629</ul>
41630<b>ns3::PieQueueDisc</b><br>
41631<ul>
41632<li><b>A</b>: Value of alpha</li>
41633<li><b>ActiveThreshold</b>: Threshold for activating PIE (disabled by default)</li>
41634<li><b>B</b>: Value of beta</li>
41635<li><b>CeThreshold</b>: The FqPie CE threshold for marking packets</li>
41636<li><b>DequeueThreshold</b>: Minimum queue size in bytes before dequeue rate is measured</li>
41637<li><b>MarkEcnThreshold</b>: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)</li>
41638<li><b>MaxBurstAllowance</b>: Current max burst allowance before random drop</li>
41639<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
41640<li><b>MeanPktSize</b>: Average of packet size</li>
41641<li><b>QueueDelayReference</b>: Desired queue delay</li>
41642<li><b>Supdate</b>: Start time of the update timer</li>
41643<li><b>Tupdate</b>: Time period to calculate drop probability</li>
41644<li><b>UseCapDropAdjustment</b>: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033</li>
41645<li><b>UseDequeueRateEstimator</b>: Enable/Disable usage of Dequeue Rate Estimator</li>
41646<li><b>UseDerandomization</b>: Enable/Disable Derandomization feature mentioned in RFC 8033</li>
41647<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
41648<li><b>UseL4s</b>: True to use L4S (only ECT1 packets are marked at CE threshold)</li>
41649</ul>
41650<b>ns3::Ping</b><br>
41651<ul>
41652<li><b>Count</b>: The maximum number of packets the application will send (zero means no limits)</li>
41653<li><b>Destination</b>: The unicast IPv4 or IPv6 address of the machine we want to ping</li>
41654<li><b>InterfaceAddress</b>: Local address of the sender</li>
41655<li><b>Interval</b>: Time interval between sending each packet</li>
41656<li><b>Size</b>: The number of data bytes to be sent, before ICMP and IP headers are added</li>
41657<li><b>Timeout</b>: Time to wait for a response if no RTT samples are available</li>
41658<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>
41659<li><b>VerboseMode</b>: Configure verbose, quiet, or silent output</li>
41660</ul>
41661<b>ns3::PointToPointChannel</b><br>
41662<ul>
41663<li><b>Delay</b>: Propagation delay through the channel</li>
41664</ul>
41665<b>ns3::PointToPointEpcHelper</b><br>
41666<ul>
41667<li><b>S1uLinkDataRate</b>: The data rate to be used for the next S1-U link to be created</li>
41668<li><b>S1uLinkDelay</b>: The delay to be used for the next S1-U link to be created</li>
41669<li><b>S1uLinkEnablePcap</b>: Enable Pcap for X2 link</li>
41670<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>
41671<li><b>S1uLinkPcapPrefix</b>: Prefix for Pcap generated by S1-U link</li>
41672</ul>
41673<b>ns3::PointToPointNetDevice</b><br>
41674<ul>
41675<li><b>Address</b>: The MAC address of this device.</li>
41676<li><b>DataRate</b>: The default data rate for point to point links</li>
41677<li><b>InterframeGap</b>: The time to wait between packet (frame) transmissions</li>
41678<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
41679<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
41680<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
41681</ul>
41682<b>ns3::PrioQueueDisc</b><br>
41683<ul>
41684<li><b>Priomap</b>: The priority to band mapping.</li>
41685</ul>
41686<b>ns3::ProbabilisticV2vHighwayChannelConditionModel</b><br>
41687<ul>
41688<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.</li>
41689</ul>
41690<b>ns3::ProbabilisticV2vUrbanChannelConditionModel</b><br>
41691<ul>
41692<li><b>Density</b>: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.</li>
41693</ul>
41694<b>ns3::Probe</b><br>
41695<ul>
41696<li><b>Start</b>: Time data collection starts</li>
41697<li><b>Stop</b>: Time when data collection stops. The special time value of 0 disables this attribute</li>
41698</ul>
41699<b>ns3::PssFfMacScheduler</b><br>
41700<ul>
41701<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41702<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41703<li><b>PssFdSchedulerType</b>: FD scheduler in PSS (default value is PFsch)</li>
41704<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41705<li><b>nMux</b>: The number of UE selected by TD scheduler (default value is 0)</li>
41706</ul>
41707<b>ns3::QosFrameExchangeManager</b><br>
41708<ul>
41709<li><b>PifsRecovery</b>: Perform a PIFS recovery as a response to transmission failure within a TXOP</li>
41710<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>
41711<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>
41712<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>
41713</ul>
41714<b>ns3::QosTxop</b><br>
41715<ul>
41716<li><b>AddBaResponseTimeout</b>: The timeout to wait for ADDBA response after the Ack to ADDBA request is received.</li>
41717<li><b>BlockAckManager</b>: The BlockAckManager object.</li>
41718<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>
41719<li><b>NMaxInflights</b>: The maximum number of links (in the range 1-15) on which an MPDU can be simultaneously in-flight.</li>
41720<li><b>UseExplicitBarAfterMissedBlockAck</b>: Specify whether explicit BlockAckRequest should be sent upon missed BlockAck Response.</li>
41721</ul>
41722<b>ns3::QueueDisc</b><br>
41723<ul>
41724<li><b>InternalQueueList</b>: The list of internal queues.</li>
41725<li><b>PacketFilterList</b>: The list of packet filters.</li>
41726<li><b>QueueDiscClassList</b>: The list of queue disc classes.</li>
41727<li><b>Quota</b>: The maximum number of packets dequeued in a qdisc run</li>
41728</ul>
41729<b>ns3::QueueDiscClass</b><br>
41730<ul>
41731<li><b>QueueDisc</b>: The queue disc attached to the class</li>
41732</ul>
41733<b>ns3::RadioBearerStatsCalculator</b><br>
41734<ul>
41735<li><b>DlPdcpOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41736<li><b>DlRlcOutputFilename</b>: Name of the file where the downlink results will be saved.</li>
41737<li><b>EpochDuration</b>: Epoch duration.</li>
41738<li><b>StartTime</b>: Start time of the on going epoch.</li>
41739<li><b>UlPdcpOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41740<li><b>UlRlcOutputFilename</b>: Name of the file where the uplink results will be saved.</li>
41741</ul>
41742<b>ns3::RadioEnvironmentMapHelper</b><br>
41743<ul>
41744<li><b>Bandwidth</b>: Transmission Bandwidth Configuration (in number of RBs) over which the SINR will be calculated</li>
41745<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>
41746<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>
41747<li><b>Earfcn</b>: E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.</li>
41748<li><b>MaxPointsPerIteration</b>: Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.</li>
41749<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>
41750<li><b>OutputFile</b>: the filename to which the Radio Environment Map is saved</li>
41751<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>
41752<li><b>StopWhenDone</b>: If true, Simulator::Stop () will be called as soon as the REM has been generated</li>
41753<li><b>UseDataChannel</b>: If true, REM will be generated for PDSCH and for PDCCH otherwise</li>
41754<li><b>XMax</b>: The max x coordinate of the map.</li>
41755<li><b>XMin</b>: The min x coordinate of the map.</li>
41756<li><b>XRes</b>: The resolution (number of points) of the map along the x axis.</li>
41757<li><b>YMax</b>: The max y coordinate of the map.</li>
41758<li><b>YMin</b>: The min y coordinate of the map.</li>
41759<li><b>YRes</b>: The resolution (number of points) of the map along the y axis.</li>
41760<li><b>Z</b>: The value of the z coordinate for which the map is to be generated</li>
41761</ul>
41762<b>ns3::Radvd</b><br>
41763<ul>
41764<li><b>AdvertisementJitter</b>: Uniform variable to provide jitter between min and max values of AdvInterval</li>
41765</ul>
41766<b>ns3::RandomBoxPositionAllocator</b><br>
41767<ul>
41768<li><b>X</b>: A random variable which represents the x coordinate of a position in a random box.</li>
41769<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random box.</li>
41770<li><b>Z</b>: A random variable which represents the z coordinate of a position in a random box.</li>
41771</ul>
41772<b>ns3::RandomBuildingPositionAllocator</b><br>
41773<ul>
41774<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>
41775</ul>
41776<b>ns3::RandomDirection2dMobilityModel</b><br>
41777<ul>
41778<li><b>Bounds</b>: The 2d bounding area</li>
41779<li><b>Pause</b>: A random variable to control the pause (s).</li>
41780<li><b>Speed</b>: A random variable to control the speed (m/s).</li>
41781</ul>
41782<b>ns3::RandomDiscPositionAllocator</b><br>
41783<ul>
41784<li><b>Rho</b>: A random variable which represents the radius of a position in a random disc.</li>
41785<li><b>Theta</b>: A random variable which represents the angle (gradients) of a position in a random disc.</li>
41786<li><b>X</b>: The x coordinate of the center of the random position disc.</li>
41787<li><b>Y</b>: The y coordinate of the center of the random position disc.</li>
41788<li><b>Z</b>: The z coordinate of all the positions in the disc.</li>
41789</ul>
41790<b>ns3::RandomPropagationDelayModel</b><br>
41791<ul>
41792<li><b>Variable</b>: The random variable which generates random delays (s).</li>
41793</ul>
41794<b>ns3::RandomPropagationLossModel</b><br>
41795<ul>
41796<li><b>Variable</b>: The random variable used to pick a loss every time CalcRxPower is invoked.</li>
41797</ul>
41798<b>ns3::RandomRectanglePositionAllocator</b><br>
41799<ul>
41800<li><b>X</b>: A random variable which represents the x coordinate of a position in a random rectangle.</li>
41801<li><b>Y</b>: A random variable which represents the y coordinate of a position in a random rectangle.</li>
41802<li><b>Z</b>: The z coordinate of all the positions allocated.</li>
41803</ul>
41804<b>ns3::RandomVariableStream</b><br>
41805<ul>
41806<li><b>Antithetic</b>: Set this RNG stream to generate antithetic values</li>
41807<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>
41808</ul>
41809<b>ns3::RandomWalk2dMobilityModel</b><br>
41810<ul>
41811<li><b>Bounds</b>: Bounds of the area to cruise.</li>
41812<li><b>Direction</b>: A random variable used to pick the direction (radians).</li>
41813<li><b>Distance</b>: Change current direction and speed after moving for this distance.</li>
41814<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction</li>
41815<li><b>Speed</b>: A random variable used to pick the speed (m/s).</li>
41816<li><b>Time</b>: Change current direction and speed after moving for this delay.</li>
41817</ul>
41818<b>ns3::RandomWalk2dOutdoorMobilityModel</b><br>
41819<ul>
41820<li><b>Bounds</b>: Bounds of the area to cruise.</li>
41821<li><b>Direction</b>: A random variable used to pick the direction (radians).</li>
41822<li><b>Distance</b>: Change current direction and speed after moving for this distance.</li>
41823<li><b>MaxIterations</b>: Maximum number of attempts to find an alternative next positionif the original one is inside a building.</li>
41824<li><b>Mode</b>: The mode indicates the condition used to change the current speed and direction</li>
41825<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>
41826<li><b>Time</b>: Change current direction and speed after moving for this delay.</li>
41827<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>
41828</ul>
41829<b>ns3::RandomWaypointMobilityModel</b><br>
41830<ul>
41831<li><b>Pause</b>: A random variable used to pick the pause of a random waypoint model.</li>
41832<li><b>PositionAllocator</b>: The position model used to pick a destination point.</li>
41833<li><b>Speed</b>: A random variable used to pick the speed of a random waypoint model.</li>
41834</ul>
41835<b>ns3::RangePropagationLossModel</b><br>
41836<ul>
41837<li><b>MaxRange</b>: Maximum Transmission Range (meters)</li>
41838</ul>
41839<b>ns3::RateErrorModel</b><br>
41840<ul>
41841<li><b>ErrorRate</b>: The error rate.</li>
41842<li><b>ErrorUnit</b>: The error unit</li>
41843<li><b>RanVar</b>: The decision variable attached to this error model.</li>
41844</ul>
41845<b>ns3::RealtimeSimulatorImpl</b><br>
41846<ul>
41847<li><b>HardLimit</b>: Maximum acceptable real-time jitter (used in conjunction with SynchronizationMode=HardLimit)</li>
41848<li><b>SynchronizationMode</b>: What to do if the simulation cannot keep up with real time.</li>
41849</ul>
41850<b>ns3::RedQueueDisc</b><br>
41851<ul>
41852<li><b>ARED</b>: True to enable ARED</li>
41853<li><b>AdaptMaxP</b>: True to adapt m_curMaxP</li>
41854<li><b>Alpha</b>: Increment parameter for m_curMaxP in ARED</li>
41855<li><b>Beta</b>: Decrement parameter for m_curMaxP in ARED</li>
41856<li><b>Bottom</b>: Lower bound for m_curMaxP in ARED</li>
41857<li><b>FengAdaptive</b>: True to enable Feng's Adaptive RED</li>
41858<li><b>FengAlpha</b>: Decrement parameter for m_curMaxP in Feng's Adaptive RED</li>
41859<li><b>FengBeta</b>: Increment parameter for m_curMaxP in Feng's Adaptive RED</li>
41860<li><b>Gentle</b>: True to increases dropping probability slowly when average queue exceeds maxthresh</li>
41861<li><b>IdlePktSize</b>: Average packet size used during idle times. Used when m_cautions = 3</li>
41862<li><b>Interval</b>: Time interval to update m_curMaxP</li>
41863<li><b>LInterm</b>: The maximum probability of dropping a packet</li>
41864<li><b>LastSet</b>: Store the last time m_curMaxP was updated</li>
41865<li><b>LinkBandwidth</b>: The RED link bandwidth</li>
41866<li><b>LinkDelay</b>: The RED link delay</li>
41867<li><b>MaxSize</b>: The maximum number of packets accepted by this queue disc</li>
41868<li><b>MaxTh</b>: Maximum average length threshold in packets/bytes</li>
41869<li><b>MeanPktSize</b>: Average of packet size</li>
41870<li><b>MinTh</b>: Minimum average length threshold in packets/bytes</li>
41871<li><b>NLRED</b>: True to enable Nonlinear RED</li>
41872<li><b>Ns1Compat</b>: NS-1 compatibility</li>
41873<li><b>QW</b>: Queue weight related to the exponential weighted moving average (EWMA)</li>
41874<li><b>Rtt</b>: Round Trip Time to be considered while automatically setting m_bottom</li>
41875<li><b>TargetDelay</b>: Target average queuing delay in ARED</li>
41876<li><b>Top</b>: Upper bound for m_curMaxP in ARED</li>
41877<li><b>UseEcn</b>: True to use ECN (packets are marked instead of being dropped)</li>
41878<li><b>UseHardDrop</b>: True to always drop packets above max threshold</li>
41879<li><b>Wait</b>: True for waiting between dropped packets</li>
41880</ul>
41881<b>ns3::Rip</b><br>
41882<ul>
41883<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.</li>
41884<li><b>LinkDownValue</b>: Value for link down in count to infinity.</li>
41885<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.</li>
41886<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.</li>
41887<li><b>SplitHorizon</b>: Split Horizon strategy.</li>
41888<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).</li>
41889<li><b>TimeoutDelay</b>: The delay to invalidate a route.</li>
41890<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.</li>
41891</ul>
41892<b>ns3::RipNg</b><br>
41893<ul>
41894<li><b>GarbageCollectionDelay</b>: The delay to delete an expired route.</li>
41895<li><b>LinkDownValue</b>: Value for link down in count to infinity.</li>
41896<li><b>MaxTriggeredCooldown</b>: Max cooldown delay after a Triggered Update.</li>
41897<li><b>MinTriggeredCooldown</b>: Min cooldown delay after a Triggered Update.</li>
41898<li><b>SplitHorizon</b>: Split Horizon strategy.</li>
41899<li><b>StartupDelay</b>: Maximum random delay for protocol startup (send route requests).</li>
41900<li><b>TimeoutDelay</b>: The delay to invalidate a route.</li>
41901<li><b>UnsolicitedRoutingUpdate</b>: The time between two Unsolicited Routing Updates.</li>
41902</ul>
41903<b>ns3::RraaWifiManager</b><br>
41904<ul>
41905<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.</li>
41906<li><b>Alpha</b>: Constant for calculating the MTL threshold.</li>
41907<li><b>Basic</b>: If true the RRAA-BASIC algorithm will be used, otherwise the RRAA will be used</li>
41908<li><b>Beta</b>: Constant for calculating the ORI threshold.</li>
41909<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.</li>
41910<li><b>Tau</b>: Constant for calculating the EWND size.</li>
41911<li><b>Timeout</b>: Timeout for the RRAA BASIC loss estimation block</li>
41912</ul>
41913<b>ns3::RrFfMacScheduler</b><br>
41914<ul>
41915<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
41916<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
41917<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
41918</ul>
41919<b>ns3::RrMultiUserScheduler</b><br>
41920<ul>
41921<li><b>EnableBsrp</b>: If enabled, send a BSRP Trigger Frame before an UL MU transmission.</li>
41922<li><b>EnableTxopSharing</b>: If enabled, allow A-MPDUs of different TIDs in a DL MU PPDU.</li>
41923<li><b>EnableUlOfdma</b>: If enabled, return UL_MU_TX if DL_MU_TX was returned the previous time.</li>
41924<li><b>ForceDlOfdma</b>: If enabled, return DL_MU_TX even if no DL MU PPDU could be built.</li>
41925<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>
41926<li><b>NStations</b>: The maximum number of stations that can be granted an RU in a DL MU OFDMA transmission</li>
41927<li><b>UlPsduSize</b>: The default size in bytes of the solicited PSDU (to be sent in a TB PPDU)</li>
41928<li><b>UseCentral26TonesRus</b>: If enabled, central 26-tone RUs are allocated, too, when the selected RU type is at least 52 tones.</li>
41929</ul>
41930<b>ns3::RrpaaWifiManager</b><br>
41931<ul>
41932<li><b>AckFrameLength</b>: The Ack frame length (in bytes) used for calculating mode TxTime.</li>
41933<li><b>Alpha</b>: Constant for calculating the MTL threshold.</li>
41934<li><b>Basic</b>: If true the RRPAA-BASIC algorithm will be used, otherwise the RRPAA will be used.</li>
41935<li><b>Beta</b>: Constant for calculating the ORI threshold.</li>
41936<li><b>Delta</b>: Constant for Probabilistic Decision Table increments.</li>
41937<li><b>FrameLength</b>: The Data frame length (in bytes) used for calculating mode TxTime.</li>
41938<li><b>Gamma</b>: Constant for Probabilistic Decision Table decrements.</li>
41939<li><b>Tau</b>: Constant for calculating the EWND size.</li>
41940<li><b>Timeout</b>: Timeout for the RRPAA-BASIC loss estimation block.</li>
41941</ul>
41942<b>ns3::RttEstimator</b><br>
41943<ul>
41944<li><b>InitialEstimation</b>: Initial RTT estimate</li>
41945</ul>
41946<b>ns3::RttMeanDeviation</b><br>
41947<ul>
41948<li><b>Alpha</b>: Gain used in estimating the RTT, must be 0 <= alpha <= 1</li>
41949<li><b>Beta</b>: Gain used in estimating the RTT variation, must be 0 <= beta <= 1</li>
41950</ul>
41951<b>ns3::SequentialRandomVariable</b><br>
41952<ul>
41953<li><b>Consecutive</b>: The number of times each member of the sequence is repeated.</li>
41954<li><b>Increment</b>: The sequence random variable increment.</li>
41955<li><b>Max</b>: One more than the last value of the sequence.</li>
41956<li><b>Min</b>: The first value of the sequence.</li>
41957</ul>
41958<b>ns3::SimpleChannel</b><br>
41959<ul>
41960<li><b>Delay</b>: Transmission delay through the channel</li>
41961</ul>
41962<b>ns3::SimpleFrameCaptureModel</b><br>
41963<ul>
41964<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>
41965</ul>
41966<b>ns3::SimpleNetDevice</b><br>
41967<ul>
41968<li><b>DataRate</b>: The default data rate for point to point links. Zero means infinite</li>
41969<li><b>PointToPointMode</b>: The device is configured in Point to Point mode</li>
41970<li><b>ReceiveErrorModel</b>: The receiver error model used to simulate packet loss</li>
41971<li><b>TxQueue</b>: A queue to use as the transmit queue in the device.</li>
41972</ul>
41973<b>ns3::SimpleOfdmWimaxPhy</b><br>
41974<ul>
41975<li><b>G</b>: This is the ratio of CP time to useful time.</li>
41976<li><b>Nfft</b>: FFT size</li>
41977<li><b>NoiseFigure</b>: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.</li>
41978<li><b>RxGain</b>: Reception gain (dB).</li>
41979<li><b>TraceFilePath</b>: Path to the directory containing SNR to block error rate files</li>
41980<li><b>TxGain</b>: Transmission gain (dB).</li>
41981<li><b>TxPower</b>: Transmission power (dB).</li>
41982</ul>
41983<b>ns3::SinkApplication</b><br>
41984<ul>
41985<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>
41986<li><b>Port</b>: Port on which the application listens for incoming packets.</li>
41987</ul>
41988<b>ns3::SixLowPanNetDevice</b><br>
41989<ul>
41990<li><b>CompressionThreshold</b>: The minimum MAC layer payload size.</li>
41991<li><b>FragmentExpirationTimeout</b>: When this timeout expires, the fragments will be cleared from the buffer.</li>
41992<li><b>FragmentReassemblyListSize</b>: The maximum size of the reassembly buffer (in packets). Zero meaning infinite.</li>
41993<li><b>MeshCacheLength</b>: Length of the cache for each source.</li>
41994<li><b>MeshUnderJitter</b>: The jitter in ms a node uses to forward mesh-under packets - used to prevent collisions</li>
41995<li><b>MeshUnderRadius</b>: Hops Left to use in mesh-under.</li>
41996<li><b>OmitUdpChecksum</b>: Omit the UDP checksum in IPHC compression.</li>
41997<li><b>Rfc6282</b>: Use RFC6282 (IPHC) if true, RFC4944 (HC1) otherwise.</li>
41998<li><b>UseMeshUnder</b>: Use a mesh-under routing protocol.</li>
41999</ul>
42000<b>ns3::SnrTag</b><br>
42001<ul>
42002<li><b>Snr</b>: The SNR of the last packet received</li>
42003</ul>
42004<b>ns3::SourceApplication</b><br>
42005<ul>
42006<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>
42007<li><b>Remote</b>: The address of the destination, made of the remote IP address and the destination port</li>
42008<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>
42009</ul>
42010<b>ns3::SpectrumAnalyzer</b><br>
42011<ul>
42012<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>
42013<li><b>Resolution</b>: The length of the time interval over which the power spectral density of incoming signals is averaged</li>
42014</ul>
42015<b>ns3::SpectrumChannel</b><br>
42016<ul>
42017<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>
42018<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.</li>
42019</ul>
42020<b>ns3::SpectrumWifiPhy</b><br>
42021<ul>
42022<li><b>DisableWifiReception</b>: Prevent Wi-Fi frame sync from ever happening</li>
42023<li><b>TrackSignalsFromInactiveInterfaces</b>: Enable or disable tracking signals coming from inactive spectrum PHY interfaces</li>
42024<li><b>TxMaskInnerBandMinimumRejection</b>: Minimum rejection (dBr) for the inner band of the transmit spectrum mask</li>
42025<li><b>TxMaskOuterBandMaximumRejection</b>: Maximum rejection (dBr) for the outer band of the transmit spectrum mask</li>
42026<li><b>TxMaskOuterBandMinimumRejection</b>: Minimum rejection (dBr) for the outer band of the transmit spectrum mask</li>
42027</ul>
42028<b>ns3::StaWifiMac</b><br>
42029<ul>
42030<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>
42031<li><b>AssocRequestTimeout</b>: The interval between two consecutive association request attempts.</li>
42032<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>
42033<li><b>MaxMissedBeacons</b>: Number of beacons which much be consecutively missed before we attempt to restart association.</li>
42034<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>
42035<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>
42036<li><b>ProbeDelay</b>: Delay (in microseconds) to be used prior to transmitting a Probe frame during active scanning.</li>
42037<li><b>ProbeRequestTimeout</b>: The duration to actively probe the channel.</li>
42038<li><b>WaitBeaconTimeout</b>: The duration to dwell on a channel while passively scanning for beacon</li>
42039</ul>
42040<b>ns3::SteadyStateRandomWaypointMobilityModel</b><br>
42041<ul>
42042<li><b>MaxPause</b>: Maximum pause value, [s]</li>
42043<li><b>MaxSpeed</b>: Maximum speed value, [m/s]</li>
42044<li><b>MaxX</b>: Maximum X value of traveling region, [m]</li>
42045<li><b>MaxY</b>: Maximum Y value of traveling region, [m]</li>
42046<li><b>MinPause</b>: Minimum pause value, [s]</li>
42047<li><b>MinSpeed</b>: Minimum speed value, [m/s]</li>
42048<li><b>MinX</b>: Minimum X value of traveling region, [m]</li>
42049<li><b>MinY</b>: Minimum Y value of traveling region, [m]</li>
42050<li><b>Z</b>: Z value of traveling region (fixed), [m]</li>
42051</ul>
42052<b>ns3::SubscriberStationNetDevice</b><br>
42053<ul>
42054<li><b>BasicConnection</b>: Basic connection</li>
42055<li><b>Classifier</b>: The ss classifier attached to this device.</li>
42056<li><b>IntervalT1</b>: Wait for DCD timeout. Maximum is 5*maxDcdInterval</li>
42057<li><b>IntervalT12</b>: Wait for UCD descriptor.Maximum is 5*MaxUcdInterval</li>
42058<li><b>IntervalT2</b>: Wait for broadcast ranging timeout, i.e., wait for initial ranging opportunity. Maximum is 5*Ranging interval</li>
42059<li><b>IntervalT20</b>: Time the SS searches for preambles on a given channel. Minimum is 2 MAC frames</li>
42060<li><b>IntervalT21</b>: time the SS searches for (decodable) DL-MAP on a given channel</li>
42061<li><b>IntervalT3</b>: ranging Response reception timeout following the transmission of a ranging request. Maximum is 200ms</li>
42062<li><b>IntervalT7</b>: wait for DSA/DSC/DSD Response timeout. Maximum is 1s</li>
42063<li><b>LinkManager</b>: The ss link manager attached to this device.</li>
42064<li><b>LostDlMapInterval</b>: Time since last received DL-MAP message before downlink synchronization is considered lost. Maximum is 600ms</li>
42065<li><b>LostUlMapInterval</b>: Time since last received UL-MAP before uplink synchronization is considered lost, maximum is 600.</li>
42066<li><b>MaxContentionRangingRetries</b>: Number of retries on contention Ranging Requests</li>
42067<li><b>MaxDcdInterval</b>: Maximum time between transmission of DCD messages. Maximum is 10s</li>
42068<li><b>MaxUcdInterval</b>: Maximum time between transmission of UCD messages. Maximum is 10s</li>
42069<li><b>PrimaryConnection</b>: Primary connection</li>
42070<li><b>SSScheduler</b>: The ss scheduler attached to this device.</li>
42071</ul>
42072<b>ns3::TableBasedErrorRateModel</b><br>
42073<ul>
42074<li><b>FallbackErrorRateModel</b>: Ptr to the fallback error rate model to be used when no matching value is found in a table</li>
42075<li><b>SizeThreshold</b>: Threshold in bytes over which the table for large size frames is used</li>
42076</ul>
42077<b>ns3::TapBridge</b><br>
42078<ul>
42079<li><b>DeviceName</b>: The name of the tap device to create.</li>
42080<li><b>Gateway</b>: The IP address of the default gateway to assign to the host machine, when in ConfigureLocal mode.</li>
42081<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>
42082<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>
42083<li><b>Mode</b>: The operating and configuration mode to use.</li>
42084<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42085<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>
42086<li><b>Start</b>: The simulation time at which to spin up the tap device read thread.</li>
42087<li><b>Stop</b>: The simulation time at which to tear down the tap device read thread.</li>
42088<li><b>Verbose</b>: Enable verbose output from tap-creator child process</li>
42089</ul>
42090<b>ns3::TbfQueueDisc</b><br>
42091<ul>
42092<li><b>Burst</b>: Size of the first bucket in bytes</li>
42093<li><b>MaxSize</b>: The max queue size</li>
42094<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>
42095<li><b>PeakRate</b>: Rate at which tokens enter the second bucket in bps or Bps.If null, there is no second bucket</li>
42096<li><b>Rate</b>: Rate at which tokens enter the first bucket in bps or Bps.</li>
42097</ul>
42098<b>ns3::TcpBbr</b><br>
42099<ul>
42100<li><b>AckEpochAckedResetThresh</b>: Max allowed val for m_ackEpochAcked, after which sampling epoch is reset</li>
42101<li><b>BwWindowLength</b>: Length of bandwidth windowed filter</li>
42102<li><b>ExtraAckedRttWindowLength</b>: Window length of extra acked window</li>
42103<li><b>HighGain</b>: Value of high gain</li>
42104<li><b>ProbeRttDuration</b>: Time to be spent in PROBE_RTT phase</li>
42105<li><b>RttWindowLength</b>: Length of RTT windowed filter</li>
42106<li><b>Stream</b>: Random number stream (default is set to 4 to align with Linux results)</li>
42107</ul>
42108<b>ns3::TcpBic</b><br>
42109<ul>
42110<li><b>Beta</b>: Beta for multiplicative decrease</li>
42111<li><b>BinarySearchCoefficient</b>: Inverse of the coefficient for the binary search. Default 4, as in Linux</li>
42112<li><b>FastConvergence</b>: Turn on/off fast convergence.</li>
42113<li><b>LowWnd</b>: Threshold window size (in segments) for engaging BIC response</li>
42114<li><b>MaxIncr</b>: Limit on increment allowed during binary search</li>
42115<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>
42116</ul>
42117<b>ns3::TcpCubic</b><br>
42118<ul>
42119<li><b>Beta</b>: Beta for multiplicative decrease</li>
42120<li><b>C</b>: Cubic Scaling factor</li>
42121<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>
42122<li><b>CubicDelta</b>: Delta Time to wait after fast recovery before adjusting param</li>
42123<li><b>FastConvergence</b>: Enable (true) or disable (false) fast convergence</li>
42124<li><b>HyStart</b>: Enable (true) or disable (false) hybrid slow start algorithm</li>
42125<li><b>HyStartAckDelta</b>: Spacing between ack's indicating train</li>
42126<li><b>HyStartDelayMax</b>: Maximum time for hystart algorithm</li>
42127<li><b>HyStartDelayMin</b>: Minimum time for hystart algorithm</li>
42128<li><b>HyStartDetect</b>: Hybrid Slow Start detection mechanisms:packet train, delay, both</li>
42129<li><b>HyStartLowWindow</b>: Lower bound cWnd for hybrid slow start (segments)</li>
42130<li><b>HyStartMinSamples</b>: Number of delay samples for detecting the increase of delay</li>
42131<li><b>TcpFriendliness</b>: Enable (true) or disable (false) TCP friendliness</li>
42132</ul>
42133<b>ns3::TcpDctcp</b><br>
42134<ul>
42135<li><b>DctcpAlphaOnInit</b>: Initial alpha value</li>
42136<li><b>DctcpShiftG</b>: Parameter G for updating dctcp_alpha</li>
42137<li><b>UseEct0</b>: Use ECT(0) for ECN codepoint, if false use ECT(1)</li>
42138</ul>
42139<b>ns3::TcpHtcp</b><br>
42140<ul>
42141<li><b>DefaultBackoff</b>: The default AIMD backoff factor</li>
42142<li><b>DeltaL</b>: Delta_L parameter in increase function</li>
42143<li><b>ThroughputRatio</b>: Threshold value for updating beta</li>
42144</ul>
42145<b>ns3::TcpHybla</b><br>
42146<ul>
42147<li><b>RRTT</b>: Reference RTT</li>
42148</ul>
42149<b>ns3::TcpIllinois</b><br>
42150<ul>
42151<li><b>AlphaBase</b>: Alpha base threshold</li>
42152<li><b>AlphaMax</b>: Maximum alpha threshold</li>
42153<li><b>AlphaMin</b>: Minimum alpha threshold</li>
42154<li><b>BetaBase</b>: Beta base threshold</li>
42155<li><b>BetaMax</b>: Maximum beta threshold</li>
42156<li><b>BetaMin</b>: Minimum beta threshold</li>
42157<li><b>Theta</b>: Theta threshold</li>
42158<li><b>WinThresh</b>: Window threshold</li>
42159</ul>
42160<b>ns3::TcpL4Protocol</b><br>
42161<ul>
42162<li><b>RecoveryType</b>: Recovery type of TCP objects.</li>
42163<li><b>RttEstimatorType</b>: Type of RttEstimator objects.</li>
42164<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>
42165<li><b>SocketType</b>: Socket type of TCP objects.</li>
42166</ul>
42167<b>ns3::TcpLedbat</b><br>
42168<ul>
42169<li><b>BaseHistoryLen</b>: Number of Base delay samples</li>
42170<li><b>Gain</b>: Offset Gain</li>
42171<li><b>MinCwnd</b>: Minimum cWnd for Ledbat</li>
42172<li><b>NoiseFilterLen</b>: Number of Current delay samples</li>
42173<li><b>SSParam</b>: Possibility of Slow Start</li>
42174<li><b>TargetDelay</b>: Targeted Queue Delay</li>
42175</ul>
42176<b>ns3::TcpScalable</b><br>
42177<ul>
42178<li><b>AIFactor</b>: Additive Increase Factor</li>
42179<li><b>MDFactor</b>: Multiplicative Decrease Factor</li>
42180</ul>
42181<b>ns3::TcpSocket</b><br>
42182<ul>
42183<li><b>ConnCount</b>: Number of connection attempts (SYN retransmissions) before returning failure</li>
42184<li><b>ConnTimeout</b>: TCP retransmission timeout when opening connection (seconds)</li>
42185<li><b>DataRetries</b>: Number of data retransmission attempts</li>
42186<li><b>DelAckCount</b>: Number of packets to wait before sending a TCP ack</li>
42187<li><b>DelAckTimeout</b>: Timeout value for TCP delayed acks, in seconds</li>
42188<li><b>InitialCwnd</b>: TCP initial congestion window size (segments)</li>
42189<li><b>InitialSlowStartThreshold</b>: TCP initial slow start threshold (bytes)</li>
42190<li><b>PersistTimeout</b>: Persist timeout to probe for rx window</li>
42191<li><b>RcvBufSize</b>: TcpSocket maximum receive buffer size (bytes)</li>
42192<li><b>SegmentSize</b>: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)</li>
42193<li><b>SndBufSize</b>: TcpSocket maximum transmit buffer size (bytes)</li>
42194<li><b>TcpNoDelay</b>: Set to true to disable Nagle's algorithm</li>
42195</ul>
42196<b>ns3::TcpSocketBase</b><br>
42197<ul>
42198<li><b>ClockGranularity</b>: Clock Granularity used in RTO calculations</li>
42199<li><b>CongestionOps</b>: Pointer to TcpCongestionOps object</li>
42200<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.</li>
42201<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.</li>
42202<li><b>LimitedTransmit</b>: Enable limited transmit</li>
42203<li><b>MaxSegLifetime</b>: Maximum segment lifetime in seconds, use for TIME_WAIT state transition to CLOSED state</li>
42204<li><b>MaxWindowSize</b>: Max size of advertised window</li>
42205<li><b>MinRto</b>: Minimum retransmit timeout value</li>
42206<li><b>ReTxThreshold</b>: Threshold for fast retransmit</li>
42207<li><b>RecoveryOps</b>: Pointer to TcpRecoveryOps object</li>
42208<li><b>RxBuffer</b>: TCP Rx buffer</li>
42209<li><b>Sack</b>: Enable or disable Sack option</li>
42210<li><b>Timestamp</b>: Enable or disable Timestamp option</li>
42211<li><b>TxBuffer</b>: TCP Tx buffer</li>
42212<li><b>UseEcn</b>: Parameter to set ECN functionality</li>
42213<li><b>WindowScaling</b>: Enable or disable Window Scaling option</li>
42214</ul>
42215<b>ns3::TcpSocketState</b><br>
42216<ul>
42217<li><b>EnablePacing</b>: Enable Pacing</li>
42218<li><b>MaxPacingRate</b>: Set Max Pacing Rate</li>
42219<li><b>PaceInitialWindow</b>: Perform pacing for initial window of data</li>
42220<li><b>PacingCaRatio</b>: Percent pacing rate increase for congestion avoidance conditions</li>
42221<li><b>PacingSsRatio</b>: Percent pacing rate increase for slow start conditions</li>
42222</ul>
42223<b>ns3::TcpVegas</b><br>
42224<ul>
42225<li><b>Alpha</b>: Lower bound of packets in network</li>
42226<li><b>Beta</b>: Upper bound of packets in network</li>
42227<li><b>Gamma</b>: Limit on increase</li>
42228</ul>
42229<b>ns3::TcpVeno</b><br>
42230<ul>
42231<li><b>Beta</b>: Threshold for congestion detection</li>
42232</ul>
42233<b>ns3::TcpWestwoodPlus</b><br>
42234<ul>
42235<li><b>FilterType</b>: Use this to choose no filter or Tustin's approximation filter</li>
42236</ul>
42237<b>ns3::TcpYeah</b><br>
42238<ul>
42239<li><b>Alpha</b>: Maximum backlog allowed at the bottleneck queue</li>
42240<li><b>Delta</b>: Log minimum fraction of cwnd to be removed on loss</li>
42241<li><b>Epsilon</b>: Log maximum fraction to be removed on early decongestion</li>
42242<li><b>Gamma</b>: Fraction of queue to be removed per RTT</li>
42243<li><b>Phy</b>: Maximum delta from base</li>
42244<li><b>Rho</b>: Minimum # of consecutive RTT to consider competition on loss</li>
42245<li><b>StcpAiFactor</b>: STCP additive increase factor</li>
42246<li><b>Zeta</b>: Minimum # of state switches to reset m_renoCount</li>
42247</ul>
42248<b>ns3::TdBetFfMacScheduler</b><br>
42249<ul>
42250<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42251<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42252<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42253</ul>
42254<b>ns3::TdMtFfMacScheduler</b><br>
42255<ul>
42256<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42257<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42258<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42259</ul>
42260<b>ns3::TdTbfqFfMacScheduler</b><br>
42261<ul>
42262<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42263<li><b>CreditLimit</b>: Flow credit limit (default 625000 bytes)</li>
42264<li><b>CreditableThreshold</b>: Threshold of flow credit (default 0 bytes)</li>
42265<li><b>DebtLimit</b>: Flow debt limit (default -625000 bytes)</li>
42266<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42267<li><b>TokenPoolSize</b>: The maximum value of flow token pool (default 1 bytes)</li>
42268<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42269</ul>
42270<b>ns3::ThompsonSamplingWifiManager</b><br>
42271<ul>
42272<li><b>Decay</b>: Exponential decay coefficient, Hz; zero is a valid value for static scenarios</li>
42273</ul>
42274<b>ns3::ThreeGppAntennaModel</b><br>
42275<ul>
42276<li><b>RadiationPattern</b>: Radiation pattern of 3GPP antenna model</li>
42277</ul>
42278<b>ns3::ThreeGppChannelConditionModel</b><br>
42279<ul>
42280<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>
42281<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>
42282<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>
42283<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>
42284</ul>
42285<b>ns3::ThreeGppChannelModel</b><br>
42286<ul>
42287<li><b>Blockage</b>: Enable blockage model A (sec 7.6.4.1)</li>
42288<li><b>BlockerSpeed</b>: The speed of moving blockers, the unit is m/s</li>
42289<li><b>ChannelConditionModel</b>: Pointer to the channel condition model</li>
42290<li><b>Frequency</b>: The operating Frequency in Hz</li>
42291<li><b>NumNonselfBlocking</b>: number of non-self-blocking regions</li>
42292<li><b>PortraitMode</b>: true for portrait mode, false for landscape mode</li>
42293<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed, NTN-DenseUrban, NTN-Urban, NTN-Suburban, NTN-Rural)</li>
42294<li><b>UpdatePeriod</b>: Specify the channel coherence time</li>
42295<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>
42296</ul>
42297<b>ns3::ThreeGppHttpClient</b><br>
42298<ul>
42299<li><b>RemoteServerAddress</b>: The address of the destination server.</li>
42300<li><b>RemoteServerPort</b>: The destination port of the outbound packets.</li>
42301<li><b>Variables</b>: Variable collection, which is used to control e.g. timing and HTTP request size.</li>
42302</ul>
42303<b>ns3::ThreeGppHttpServer</b><br>
42304<ul>
42305<li><b>LocalAddress</b>: The local address of the server, i.e., the address on which to bind the Rx socket.</li>
42306<li><b>LocalPort</b>: Port on which the application listen for incoming packets.</li>
42307<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>
42308<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>
42309<li><b>Variables</b>: Variable collection, which is used to control e.g. processing and object generation delays.</li>
42310</ul>
42311<b>ns3::ThreeGppHttpVariables</b><br>
42312<ul>
42313<li><b>EmbeddedObjectGenerationDelay</b>: The constant time needed by HTTP server to generate an embedded object as a response.</li>
42314<li><b>EmbeddedObjectSizeMax</b>: The maximum value of embedded object sizes (in bytes).</li>
42315<li><b>EmbeddedObjectSizeMean</b>: The mean of embedded object sizes (in bytes).</li>
42316<li><b>EmbeddedObjectSizeMin</b>: The minimum value of embedded object sizes (in bytes).</li>
42317<li><b>EmbeddedObjectSizeStdDev</b>: The standard deviation of embedded object sizes (in bytes).</li>
42318<li><b>HighMtuProbability</b>: The probability that higher MTU size is used.</li>
42319<li><b>HighMtuSize</b>: The higher MTU size.</li>
42320<li><b>LowMtuSize</b>: The lower MTU size.</li>
42321<li><b>MainObjectGenerationDelay</b>: The constant time needed by HTTP server to generate a main object as a response.</li>
42322<li><b>MainObjectSizeMax</b>: The maximum value of main object sizes (in bytes).</li>
42323<li><b>MainObjectSizeMean</b>: The mean of main object sizes (in bytes).</li>
42324<li><b>MainObjectSizeMin</b>: The minimum value of main object sizes (in bytes).</li>
42325<li><b>MainObjectSizeStdDev</b>: The standard deviation of main object sizes (in bytes).</li>
42326<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>
42327<li><b>NumOfEmbeddedObjectsScale</b>: The scale parameter of Pareto distribution for the number of embedded objects per web page.</li>
42328<li><b>NumOfEmbeddedObjectsShape</b>: The shape parameter of Pareto distribution for the number of embedded objects per web page.</li>
42329<li><b>ParsingTimeMean</b>: The mean of parsing time.</li>
42330<li><b>ReadingTimeMean</b>: The mean of reading time.</li>
42331<li><b>RequestSize</b>: The constant size of HTTP request packet (in bytes).</li>
42332</ul>
42333<b>ns3::ThreeGppPropagationLossModel</b><br>
42334<ul>
42335<li><b>BuildingPenetrationLossesEnabled</b>: Enable/disable Building Penetration Losses.</li>
42336<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.</li>
42337<li><b>EnforceParameterRanges</b>: Whether to strictly enforce TR38.901 applicability ranges</li>
42338<li><b>Frequency</b>: The centre frequency in Hz.</li>
42339<li><b>ShadowingEnabled</b>: Enable/disable shadowing.</li>
42340</ul>
42341<b>ns3::ThreeGppRmaPropagationLossModel</b><br>
42342<ul>
42343<li><b>AvgBuildingHeight</b>: The average building height in meters.</li>
42344<li><b>AvgStreetWidth</b>: The average street width in meters.</li>
42345</ul>
42346<b>ns3::ThreeGppSpectrumPropagationLossModel</b><br>
42347<ul>
42348<li><b>ChannelModel</b>: The channel model. It needs to implement the MatrixBasedChannelModel interface</li>
42349</ul>
42350<b>ns3::ThreeGppV2vUrbanPropagationLossModel</b><br>
42351<ul>
42352<li><b>PercType3Vehicles</b>: The percentage of vehicles of type 3 (i.e., trucks) in the scenario</li>
42353</ul>
42354<b>ns3::ThreeLogDistancePropagationLossModel</b><br>
42355<ul>
42356<li><b>Distance0</b>: Beginning of the first (near) distance field</li>
42357<li><b>Distance1</b>: Beginning of the second (middle) distance field.</li>
42358<li><b>Distance2</b>: Beginning of the third (far) distance field.</li>
42359<li><b>Exponent0</b>: The exponent for the first field.</li>
42360<li><b>Exponent1</b>: The exponent for the second field.</li>
42361<li><b>Exponent2</b>: The exponent for the third field.</li>
42362<li><b>ReferenceLoss</b>: The reference loss at distance d0 (dB). (Default is Friis at 1m with 5.15 GHz)</li>
42363</ul>
42364<b>ns3::ThresholdPreambleDetectionModel</b><br>
42365<ul>
42366<li><b>MinimumRssi</b>: Preamble is dropped if the RSSI is below this value (expressed in dBm).</li>
42367<li><b>Threshold</b>: Preamble is successfully detected if the SNR is at or above this value (expressed in dB).</li>
42368</ul>
42369<b>ns3::TraceFadingLossModel</b><br>
42370<ul>
42371<li><b>RbNum</b>: The number of RB the trace is made of (default 100)</li>
42372<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>
42373<li><b>SamplesNum</b>: The number of samples the trace is made of (default 10000)</li>
42374<li><b>TraceFilename</b>: Name of file to load a trace from.</li>
42375<li><b>TraceLength</b>: The total length of the fading trace (default value 10 s.)</li>
42376<li><b>WindowSize</b>: The size of the window for the fading trace (default value 0.5 s.)</li>
42377</ul>
42378<b>ns3::TrafficControlLayer</b><br>
42379<ul>
42380<li><b>RootQueueDiscList</b>: The list of root queue discs associated to this Traffic Control layer.</li>
42381</ul>
42382<b>ns3::TriangularRandomVariable</b><br>
42383<ul>
42384<li><b>Max</b>: The upper bound on the values returned by this RNG stream.</li>
42385<li><b>Mean</b>: The mean value for the triangular distribution returned by this RNG stream.</li>
42386<li><b>Min</b>: The lower bound on the values returned by this RNG stream.</li>
42387</ul>
42388<b>ns3::TtaFfMacScheduler</b><br>
42389<ul>
42390<li><b>CqiTimerThreshold</b>: The number of TTIs a CQI is valid (default 1000 - 1 sec.)</li>
42391<li><b>HarqEnabled</b>: Activate/Deactivate the HARQ [by default is active].</li>
42392<li><b>UlGrantMcs</b>: The MCS of the UL grant, must be [0..15] (default 0)</li>
42393</ul>
42394<b>ns3::TvSpectrumTransmitter</b><br>
42395<ul>
42396<li><b>Antenna</b>: The AntennaModel to be used. Allows classes inherited from ns3::AntennaModel. Defaults to ns3::IsotropicAntennaModel.</li>
42397<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>
42398<li><b>ChannelBandwidth</b>: The bandwidth (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.</li>
42399<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>
42400<li><b>StartingTime</b>: The time point after the simulation begins in which the TV transmitter will begin transmitting.</li>
42401<li><b>TransmitDuration</b>: The duration of time that the TV transmitter will transmit for.</li>
42402<li><b>TvType</b>: The type of TV transmitter/modulation to be used.</li>
42403</ul>
42404<b>ns3::TwoRayGroundPropagationLossModel</b><br>
42405<ul>
42406<li><b>Frequency</b>: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).</li>
42407<li><b>HeightAboveZ</b>: The height of the antenna (m) above the node's Z coordinate</li>
42408<li><b>MinDistance</b>: The distance under which the propagation model refuses to give results (m)</li>
42409<li><b>SystemLoss</b>: The system loss (linear factor >= 1, not in dB)</li>
42410</ul>
42411<b>ns3::TwoRaySpectrumPropagationLossModel</b><br>
42412<ul>
42413<li><b>ChannelConditionModel</b>: Pointer to the channel condition model.</li>
42414<li><b>Frequency</b>: The operating Frequency in Hz</li>
42415<li><b>Scenario</b>: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed).</li>
42416</ul>
42417<b>ns3::Txop</b><br>
42418<ul>
42419<li><b>AcIndex</b>: The AC index of the packets contained in the wifi MAC queue of this Txop object.</li>
42420<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>
42421<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>
42422<li><b>MaxCw</b>: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).</li>
42423<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>
42424<li><b>MinCw</b>: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).</li>
42425<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>
42426<li><b>Queue</b>: The WifiMacQueue object</li>
42427<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>
42428<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>
42429</ul>
42430<b>ns3::UanChannel</b><br>
42431<ul>
42432<li><b>NoiseModel</b>: A pointer to the model of the channel ambient noise.</li>
42433<li><b>PropagationModel</b>: A pointer to the propagation model.</li>
42434</ul>
42435<b>ns3::UanMacCw</b><br>
42436<ul>
42437<li><b>CW</b>: The MAC parameter CW.</li>
42438<li><b>SlotTime</b>: Time slot duration for MAC backoff.</li>
42439</ul>
42440<b>ns3::UanMacRc</b><br>
42441<ul>
42442<li><b>MaxFrames</b>: Maximum number of frames to include in a single RTS.</li>
42443<li><b>MaxPropDelay</b>: Maximum possible propagation delay to gateway.</li>
42444<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.</li>
42445<li><b>NumberOfRates</b>: Number of rate divisions supported by each PHY.</li>
42446<li><b>QueueLimit</b>: Maximum packets to queue at MAC.</li>
42447<li><b>RetryRate</b>: Number of retry attempts per second (of RTS/GWPING).</li>
42448<li><b>RetryStep</b>: Retry rate increment.</li>
42449<li><b>SIFS</b>: Spacing to give between frames (this should match gateway).</li>
42450</ul>
42451<b>ns3::UanMacRcGw</b><br>
42452<ul>
42453<li><b>FrameSize</b>: Size of data frames in bytes.</li>
42454<li><b>MaxPropDelay</b>: Maximum propagation delay between gateway and non-gateway nodes.</li>
42455<li><b>MaxReservations</b>: Maximum number of reservations to accept per cycle.</li>
42456<li><b>MinRetryRate</b>: Smallest allowed RTS retry rate.</li>
42457<li><b>NumberOfNodes</b>: Number of non-gateway nodes in this gateway's neighborhood.</li>
42458<li><b>NumberOfRates</b>: Number of rates per Phy layer.</li>
42459<li><b>RateStep</b>: Increments available for rate assignment in bps.</li>
42460<li><b>RetryStep</b>: Retry rate increment.</li>
42461<li><b>SIFS</b>: Spacing between frames to account for timing error and processing delay.</li>
42462<li><b>TotalRate</b>: Total available channel rate in bps (for a single channel, without splitting reservation channel).</li>
42463</ul>
42464<b>ns3::UanNetDevice</b><br>
42465<ul>
42466<li><b>Channel</b>: The channel attached to this device.</li>
42467<li><b>Mac</b>: The MAC layer attached to this device.</li>
42468<li><b>Phy</b>: The PHY layer attached to this device.</li>
42469<li><b>Transducer</b>: The Transducer attached to this device.</li>
42470</ul>
42471<b>ns3::UanNoiseModelDefault</b><br>
42472<ul>
42473<li><b>Shipping</b>: Shipping contribution to noise between 0 and 1.</li>
42474<li><b>Wind</b>: Wind speed in m/s.</li>
42475</ul>
42476<b>ns3::UanPhyCalcSinrFhFsk</b><br>
42477<ul>
42478<li><b>NumberOfHops</b>: Number of frequencies in hopping pattern.</li>
42479</ul>
42480<b>ns3::UanPhyDual</b><br>
42481<ul>
42482<li><b>CcaThresholdPhy1</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy1.</li>
42483<li><b>CcaThresholdPhy2</b>: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy2.</li>
42484<li><b>PerModelPhy1</b>: Functor to calculate PER based on SINR and TxMode for Phy1.</li>
42485<li><b>PerModelPhy2</b>: Functor to calculate PER based on SINR and TxMode for Phy2.</li>
42486<li><b>SinrModelPhy1</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy1.</li>
42487<li><b>SinrModelPhy2</b>: Functor to calculate SINR based on pkt arrivals and modes for Phy2.</li>
42488<li><b>SupportedModesPhy1</b>: List of modes supported by Phy1.</li>
42489<li><b>SupportedModesPhy2</b>: List of modes supported by Phy2.</li>
42490<li><b>TxPowerPhy1</b>: Transmission output power in dB of Phy1.</li>
42491<li><b>TxPowerPhy2</b>: Transmission output power in dB of Phy2.</li>
42492</ul>
42493<b>ns3::UanPhyGen</b><br>
42494<ul>
42495<li><b>CcaThreshold</b>: Aggregate energy of incoming signals to move to CCA Busy state dB.</li>
42496<li><b>PerModel</b>: Functor to calculate PER based on SINR and TxMode.</li>
42497<li><b>RxThreshold</b>: Required SNR for signal acquisition in dB.</li>
42498<li><b>SinrModel</b>: Functor to calculate SINR based on pkt arrivals and modes.</li>
42499<li><b>SupportedModes</b>: List of modes supported by this PHY.</li>
42500<li><b>TxPower</b>: Transmission output power in dB.</li>
42501</ul>
42502<b>ns3::UanPhyPerGenDefault</b><br>
42503<ul>
42504<li><b>Threshold</b>: SINR cutoff for good packet reception.</li>
42505</ul>
42506<b>ns3::UanPropModelThorp</b><br>
42507<ul>
42508<li><b>SpreadCoef</b>: Spreading coefficient used in calculation of Thorp's approximation.</li>
42509</ul>
42510<b>ns3::UanTransducerHd</b><br>
42511<ul>
42512<li><b>RxGainDb</b>: Gain in Db added to incoming signal at receiver.</li>
42513</ul>
42514<b>ns3::UdpClient</b><br>
42515<ul>
42516<li><b>Interval</b>: The time to wait between packets</li>
42517<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
42518<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>
42519<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42520<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42521</ul>
42522<b>ns3::UdpEchoClient</b><br>
42523<ul>
42524<li><b>Interval</b>: The time to wait between packets</li>
42525<li><b>MaxPackets</b>: The maximum number of packets the application will send (zero means infinite)</li>
42526<li><b>PacketSize</b>: Size of echo data in outbound packets</li>
42527<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42528<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42529</ul>
42530<b>ns3::UdpEchoServer</b><br>
42531<ul>
42532<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>
42533</ul>
42534<b>ns3::UdpL4Protocol</b><br>
42535<ul>
42536<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>
42537</ul>
42538<b>ns3::UdpServer</b><br>
42539<ul>
42540<li><b>PacketWindowSize</b>: The size of the window used to compute the packet loss. This value should be a multiple of 8.</li>
42541</ul>
42542<b>ns3::UdpSocket</b><br>
42543<ul>
42544<li><b>IpMulticastIf</b>: interface index for outgoing multicast on this socket; -1 indicates to use default interface</li>
42545<li><b>IpMulticastLoop</b>: whether outgoing multicast sent also to loopback interface</li>
42546<li><b>IpMulticastTtl</b>: socket-specific TTL for multicast IP packets (if non-zero)</li>
42547<li><b>IpTtl</b>: socket-specific TTL for unicast IP packets (if non-zero)</li>
42548<li><b>MtuDiscover</b>: If enabled, every outgoing ip packet will have the DF flag set.</li>
42549<li><b>RcvBufSize</b>: UdpSocket maximum receive buffer size (bytes)</li>
42550</ul>
42551<b>ns3::UdpSocketImpl</b><br>
42552<ul>
42553<li><b>IcmpCallback</b>: Callback invoked whenever an icmp error is received on this socket.</li>
42554<li><b>IcmpCallback6</b>: Callback invoked whenever an icmpv6 error is received on this socket.</li>
42555</ul>
42556<b>ns3::UdpTraceClient</b><br>
42557<ul>
42558<li><b>MaxPacketSize</b>: The maximum size of a packet (including the SeqTsHeader, 12 bytes).</li>
42559<li><b>RemoteAddress</b>: The destination Address of the outbound packets</li>
42560<li><b>RemotePort</b>: The destination port of the outbound packets</li>
42561<li><b>TraceFilename</b>: Name of file to load a trace from. By default, uses a hardcoded trace.</li>
42562<li><b>TraceLoop</b>: Loops through the trace file, starting again once it is over.</li>
42563</ul>
42564<b>ns3::UeManager</b><br>
42565<ul>
42566<li><b>C-RNTI</b>: Cell Radio Network Temporary Identifier</li>
42567<li><b>DataRadioBearerMap</b>: List of UE DataRadioBearerInfo by DRBID.</li>
42568<li><b>Srb0</b>: SignalingRadioBearerInfo for SRB0</li>
42569<li><b>Srb1</b>: SignalingRadioBearerInfo for SRB1</li>
42570</ul>
42571<b>ns3::UniformDiscPositionAllocator</b><br>
42572<ul>
42573<li><b>X</b>: The x coordinate of the center of the disc.</li>
42574<li><b>Y</b>: The y coordinate of the center of the disc.</li>
42575<li><b>Z</b>: The z coordinate of all the positions in the disc.</li>
42576<li><b>rho</b>: The radius of the disc</li>
42577</ul>
42578<b>ns3::UniformPlanarArray</b><br>
42579<ul>
42580<li><b>AntennaHorizontalSpacing</b>: Horizontal spacing between antenna elements, in multiples of wave length</li>
42581<li><b>AntennaVerticalSpacing</b>: Vertical spacing between antenna elements, in multiples of wave length</li>
42582<li><b>BearingAngle</b>: The bearing angle in radians</li>
42583<li><b>DowntiltAngle</b>: The downtilt angle in radians</li>
42584<li><b>IsDualPolarized</b>: If true, dual polarized antenna</li>
42585<li><b>NumColumns</b>: Horizontal size of the array</li>
42586<li><b>NumHorizontalPorts</b>: Horizontal number of ports</li>
42587<li><b>NumRows</b>: Vertical size of the array</li>
42588<li><b>NumVerticalPorts</b>: Vertical number of ports</li>
42589<li><b>PolSlantAngle</b>: The polarization slant angle in radians</li>
42590</ul>
42591<b>ns3::UniformRandomVariable</b><br>
42592<ul>
42593<li><b>Max</b>: The upper bound on the values returned by this RNG stream.</li>
42594<li><b>Min</b>: The lower bound on the values returned by this RNG stream.</li>
42595</ul>
42596<b>ns3::UplinkSchedulerMBQoS</b><br>
42597<ul>
42598<li><b>WindowInterval</b>: The time to wait to reset window</li>
42599</ul>
42600<b>ns3::V4TraceRoute</b><br>
42601<ul>
42602<li><b>Interval</b>: Wait interval between sent packets.</li>
42603<li><b>MaxHop</b>: The maximum number of hops to trace.</li>
42604<li><b>ProbeNum</b>: The number of packets send to each hop.</li>
42605<li><b>Remote</b>: The address of the machine we want to trace.</li>
42606<li><b>Size</b>: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.</li>
42607<li><b>Timeout</b>: The waiting time for a route response before a timeout.</li>
42608<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>
42609<li><b>Verbose</b>: Produce usual output.</li>
42610</ul>
42611<b>ns3::VhtConfiguration</b><br>
42612<ul>
42613<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>
42614<li><b>Support160MHzOperation</b>: Whether or not 160 MHz operation is to be supported.</li>
42615</ul>
42616<b>ns3::VirtualNetDevice</b><br>
42617<ul>
42618<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42619</ul>
42620<b>ns3::WaveformGenerator</b><br>
42621<ul>
42622<li><b>DutyCycle</b>: the duty cycle of the generator, i.e., the fraction of the period that is occupied by a signal</li>
42623<li><b>Period</b>: the period (=1/frequency)</li>
42624</ul>
42625<b>ns3::WaypointMobilityModel</b><br>
42626<ul>
42627<li><b>InitialPositionIsWaypoint</b>: Calling SetPosition with no waypoints creates a waypoint.</li>
42628<li><b>LazyNotify</b>: Only call NotifyCourseChange when position is calculated.</li>
42629<li><b>NextWaypoint</b>: The next waypoint used to determine position.</li>
42630<li><b>WaypointsLeft</b>: The number of waypoints remaining.</li>
42631</ul>
42632<b>ns3::WeibullRandomVariable</b><br>
42633<ul>
42634<li><b>Bound</b>: The upper bound on the values returned by this RNG stream.</li>
42635<li><b>Scale</b>: The scale parameter for the Weibull distribution returned by this RNG stream.</li>
42636<li><b>Shape</b>: The shape parameter for the Weibull distribution returned by this RNG stream.</li>
42637</ul>
42638<b>ns3::WifiAssocManager</b><br>
42639<ul>
42640<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>
42641<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>
42642</ul>
42643<b>ns3::WifiDefaultAckManager</b><br>
42644<ul>
42645<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>
42646<li><b>DlMuAckSequenceType</b>: Type of the acknowledgment sequence for DL MU PPDUs.</li>
42647<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>
42648<li><b>UseExplicitBar</b>: Specify whether to send Block Ack Requests (if true) or use Implicit Block Ack Request ack policy (if false).</li>
42649</ul>
42650<b>ns3::WifiDefaultAssocManager</b><br>
42651<ul>
42652<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>
42653<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>
42654</ul>
42655<b>ns3::WifiDefaultProtectionManager</b><br>
42656<ul>
42657<li><b>EnableMuRts</b>: If enabled, always protect a DL/UL MU frame exchange with MU-RTS/CTS.</li>
42658<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>
42659<li><b>SkipMuRtsBeforeBsrp</b>: If enabled, MU-RTS is not used to protect the transmission of a BSRP Trigger Frame.</li>
42660</ul>
42661<b>ns3::WifiMac</b><br>
42662<ul>
42663<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>
42664<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>
42665<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>
42666<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>
42667<li><b>BE_Txop</b>: Queue that manages packets belonging to AC_BE access class.</li>
42668<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>
42669<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>
42670<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>
42671<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>
42672<li><b>BK_Txop</b>: Queue that manages packets belonging to AC_BK access class.</li>
42673<li><b>ChannelAccessManagers</b>: The Channel Access Manager(s) attached to this device.</li>
42674<li><b>CtsToSelfSupported</b>: Use CTS to Self when using a rate that is not in the basic rate set.</li>
42675<li><b>FrameExchangeManagers</b>: The Frame Exchange Manager(s) attached to this device.</li>
42676<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>
42677<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>
42678<li><b>QosSupported</b>: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.</li>
42679<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>
42680<li><b>ShortSlotTimeSupported</b>: Whether or not short slot time is supported (only used by ERP APs or STAs).</li>
42681<li><b>Ssid</b>: The ssid we want to belong to.</li>
42682<li><b>Txop</b>: The Txop object.</li>
42683<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>
42684<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>
42685<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>
42686<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>
42687<li><b>VI_Txop</b>: Queue that manages packets belonging to AC_VI access class.</li>
42688<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>
42689<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>
42690<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>
42691<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>
42692<li><b>VO_Txop</b>: Queue that manages packets belonging to AC_VO access class.</li>
42693</ul>
42694<b>ns3::WifiMacQueue</b><br>
42695<ul>
42696<li><b>MaxDelay</b>: If a packet stays longer than this delay in the queue, it is dropped.</li>
42697<li><b>MaxSize</b>: The max queue size</li>
42698</ul>
42699<b>ns3::WifiNetDevice</b><br>
42700<ul>
42701<li><b>EhtConfiguration</b>: The EhtConfiguration object.</li>
42702<li><b>HeConfiguration</b>: The HeConfiguration object.</li>
42703<li><b>HtConfiguration</b>: The HtConfiguration object.</li>
42704<li><b>Mac</b>: The MAC layer attached to this device.</li>
42705<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42706<li><b>Phy</b>: The PHY layer attached to this device.</li>
42707<li><b>Phys</b>: The PHY layers attached to this device (11be multi-link devices only).</li>
42708<li><b>RemoteStationManager</b>: The station manager attached to this device.</li>
42709<li><b>RemoteStationManagers</b>: The remote station managers attached to this device (11be multi-link devices only).</li>
42710<li><b>VhtConfiguration</b>: The VhtConfiguration object.</li>
42711</ul>
42712<b>ns3::WifiPhy</b><br>
42713<ul>
42714<li><b>Antennas</b>: The number of antennas on the device.</li>
42715<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>
42716<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>
42717<li><b>Channel</b>: The channel attached to this PHY</li>
42718<li><b>ChannelNumber</b>: The channel number of the current operating channel.</li>
42719<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>
42720<li><b>ChannelSwitchDelay</b>: Delay between two short frames transmitted on different frequencies.</li>
42721<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>
42722<li><b>FixedPhyBand</b>: If set to true, changing PHY band is prohibited after initialization.</li>
42723<li><b>FrameCaptureModel</b>: Ptr to an object that implements the frame capture model</li>
42724<li><b>Frequency</b>: The center frequency (MHz) of the current operating channel.</li>
42725<li><b>InterferenceHelper</b>: Ptr to an object that implements the interference helper</li>
42726<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>
42727<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>
42728<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>
42729<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>
42730<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>
42731<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>
42732<li><b>PowerDensityLimit</b>: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.</li>
42733<li><b>PreambleDetectionModel</b>: Ptr to an object that implements the preamble detection model</li>
42734<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>
42735<li><b>RxGain</b>: Reception gain (dB).</li>
42736<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>
42737<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>
42738<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>
42739<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>
42740<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>
42741<li><b>State</b>: The state of the PHY layer.</li>
42742<li><b>TxGain</b>: Transmission gain (dB).</li>
42743<li><b>TxPowerEnd</b>: Maximum available transmission level (dBm).</li>
42744<li><b>TxPowerLevels</b>: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.</li>
42745<li><b>TxPowerStart</b>: Minimum available transmission level (dBm).</li>
42746</ul>
42747<b>ns3::WifiRadioEnergyModel</b><br>
42748<ul>
42749<li><b>CcaBusyCurrentA</b>: The default radio CCA Busy State current in Ampere.</li>
42750<li><b>IdleCurrentA</b>: The default radio Idle current in Ampere.</li>
42751<li><b>RxCurrentA</b>: The radio RX current in Ampere.</li>
42752<li><b>SleepCurrentA</b>: The radio Sleep current in Ampere.</li>
42753<li><b>SwitchingCurrentA</b>: The default radio Channel Switch current in Ampere.</li>
42754<li><b>TxCurrentA</b>: The radio TX current in Ampere.</li>
42755<li><b>TxCurrentModel</b>: A pointer to the attached TX current model.</li>
42756</ul>
42757<b>ns3::WifiRemoteStationManager</b><br>
42758<ul>
42759<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>
42760<li><b>ErpProtectionMode</b>: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self</li>
42761<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>
42762<li><b>HtProtectionMode</b>: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self</li>
42763<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>
42764<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>
42765<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>
42766<li><b>NonUnicastMode</b>: Wifi mode used for non-unicast transmissions.</li>
42767<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>
42768<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>
42769</ul>
42770<b>ns3::WimaxConnection</b><br>
42771<ul>
42772<li><b>TxQueue</b>: Transmit queue</li>
42773<li><b>Type</b>: Connection type</li>
42774</ul>
42775<b>ns3::WimaxMacQueue</b><br>
42776<ul>
42777<li><b>MaxSize</b>: Maximum size</li>
42778</ul>
42779<b>ns3::WimaxNetDevice</b><br>
42780<ul>
42781<li><b>BandwidthManager</b>: The bandwidth manager attached to this device.</li>
42782<li><b>BroadcastConnection</b>: Broadcast connection</li>
42783<li><b>BurstProfileManager</b>: The burst profile manager attached to this device.</li>
42784<li><b>Channel</b>: The channel attached to this device.</li>
42785<li><b>ConnectionManager</b>: The connection manager attached to this device.</li>
42786<li><b>InitialRangingConnection</b>: Initial ranging connection</li>
42787<li><b>Mtu</b>: The MAC-level Maximum Transmission Unit</li>
42788<li><b>Phy</b>: The PHY layer attached to this device.</li>
42789<li><b>RTG</b>: receive/transmit transition gap.</li>
42790<li><b>TTG</b>: transmit/receive transition gap.</li>
42791</ul>
42792<b>ns3::WimaxPhy</b><br>
42793<ul>
42794<li><b>Bandwidth</b>: The channel bandwidth in Hz.</li>
42795<li><b>Channel</b>: Wimax channel</li>
42796<li><b>FrameDuration</b>: The frame duration in seconds.</li>
42797<li><b>Frequency</b>: The central frequency in KHz.</li>
42798</ul>
42799<b>ns3::YansWifiChannel</b><br>
42800<ul>
42801<li><b>PropagationDelayModel</b>: A pointer to the propagation delay model attached to this channel.</li>
42802<li><b>PropagationLossModel</b>: A pointer to the propagation loss model attached to this channel.</li>
42803</ul>
42804<b>ns3::ZetaRandomVariable</b><br>
42805<ul>
42806<li><b>Alpha</b>: The alpha value for the zeta distribution returned by this RNG stream.</li>
42807</ul>
42808<b>ns3::zigbee::ZigbeeNwk</b><br>
42809<ul>
42810<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>
42811<li><b>NwkcCoordinatorCapable</b>: [Constant] Indicates whether the device is capable of becoming aZigbee coordinator.</li>
42812<li><b>NwkcInitialRREQRetries</b>: [Constant] The number of times the first broadcast transmissionof a RREQ cmd frame is retried.</li>
42813<li><b>NwkcMaxRREQJitter</b>: [Constant] The duration between retries of a broadcast RREQ (msec)</li>
42814<li><b>NwkcMinRREQJitter</b>: [Constant] The minimum jitter for broadcast retransmission of a RREQ (msec)</li>
42815<li><b>NwkcProtocolVersion</b>: [Constant] The version of the Zigbee NWK protocol inthe device (placeholder)</li>
42816<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>
42817<li><b>NwkcRREQRetryInterval</b>: [Constant] The duration between retries of a broadcast RREQ cmd frame.</li>
42818<li><b>NwkcRouteDiscoveryTime</b>: [Constant] The duration until a route discovery expires</li>
42819</ul>
42820<b>ns3::ZipfRandomVariable</b><br>
42821<ul>
42822<li><b>Alpha</b>: The alpha value for the Zipf distribution returned by this RNG stream.</li>
42823<li><b>N</b>: The n value for the Zipf distribution returned by this RNG stream.</li>
42824</ul>
42825*/
42826
42827/*!
42828\page GlobalValueList All GlobalValues
42829
42830This is a list of all \ref ns3::GlobalValue instances.
42831See ns3::GlobalValue for how to set these.
42832<ul>
42833 <li><b>[SimulatorImplementationType](\ref GlobalValueSimulatorImplementationType)</b>: The object class to use as the simulator implementation. Default value: ns3::DefaultSimulatorImpl.</li>
42834 <li><b>[SchedulerType](\ref GlobalValueSchedulerType)</b>: The object class to use as the scheduler implementation. Default value: ns3::MapScheduler.</li>
42835 <li><b>[RngSeed](\ref GlobalValueRngSeed)</b>: The global seed of all rng streams. Default value: 1.</li>
42836 <li><b>[RngRun](\ref GlobalValueRngRun)</b>: The substream index used for all streams. Default value: 1.</li>
42837 <li><b>[ChecksumEnabled](\ref GlobalValueChecksumEnabled)</b>: A global switch to enable all checksums for all protocols. Default value: false.</li>
42838</ul>
42839*/
42840
42841/*!
42842\page GroupsList All Object Groups
42843
42844This is a list of all Object Groups.
42845Objects are added to groups by [ns3::TypeId::SetGroupName()](\ref ns3::TypeId::SetGroupName)
42846
42847<b>Antenna</b><br>
42848<ul>
42849 <li>[ns3::CircularApertureAntennaModel](\ref ns3::CircularApertureAntennaModel)</li>
42850 <li>[ns3::AntennaModel](\ref ns3::AntennaModel)</li>
42851 <li>[ns3::CosineAntennaModel](\ref ns3::CosineAntennaModel)</li>
42852 <li>[ns3::IsotropicAntennaModel](\ref ns3::IsotropicAntennaModel)</li>
42853 <li>[ns3::ParabolicAntennaModel](\ref ns3::ParabolicAntennaModel)</li>
42854 <li>[ns3::PhasedArrayModel](\ref ns3::PhasedArrayModel)</li>
42855 <li>[ns3::ThreeGppAntennaModel](\ref ns3::ThreeGppAntennaModel)</li>
42856 <li>[ns3::UniformPlanarArray](\ref ns3::UniformPlanarArray)</li>
42857</ul>
42858<b>Aodv</b><br>
42859<ul>
42860 <li>[ns3::aodv::TypeHeader](\ref ns3::aodv::TypeHeader)</li>
42861 <li>[ns3::aodv::RreqHeader](\ref ns3::aodv::RreqHeader)</li>
42862 <li>[ns3::aodv::RrepHeader](\ref ns3::aodv::RrepHeader)</li>
42863 <li>[ns3::aodv::RrepAckHeader](\ref ns3::aodv::RrepAckHeader)</li>
42864 <li>[ns3::aodv::RerrHeader](\ref ns3::aodv::RerrHeader)</li>
42865 <li>[ns3::aodv::RoutingProtocol](\ref ns3::aodv::RoutingProtocol)</li>
42866 <li>[ns3::aodv::DeferredRouteOutputTag](\ref ns3::aodv::DeferredRouteOutputTag)</li>
42867</ul>
42868<b>Applications</b><br>
42869<ul>
42870 <li>[ns3::ApplicationPacketProbe](\ref ns3::ApplicationPacketProbe)</li>
42871 <li>[ns3::BulkSendApplication](\ref ns3::BulkSendApplication)</li>
42872 <li>[ns3::SourceApplication](\ref ns3::SourceApplication)</li>
42873 <li>[ns3::OnOffApplication](\ref ns3::OnOffApplication)</li>
42874 <li>[ns3::PacketSink](\ref ns3::PacketSink)</li>
42875 <li>[ns3::SinkApplication](\ref ns3::SinkApplication)</li>
42876 <li>[ns3::SeqTsEchoHeader](\ref ns3::SeqTsEchoHeader)</li>
42877 <li>[ns3::SeqTsHeader](\ref ns3::SeqTsHeader)</li>
42878 <li>[ns3::SeqTsSizeHeader](\ref ns3::SeqTsSizeHeader)</li>
42879 <li>[ns3::UdpClient](\ref ns3::UdpClient)</li>
42880 <li>[ns3::UdpEchoClient](\ref ns3::UdpEchoClient)</li>
42881 <li>[ns3::UdpEchoServer](\ref ns3::UdpEchoServer)</li>
42882 <li>[ns3::UdpServer](\ref ns3::UdpServer)</li>
42883 <li>[ns3::UdpTraceClient](\ref ns3::UdpTraceClient)</li>
42884</ul>
42885<b>Bridge</b><br>
42886<ul>
42887 <li>[ns3::BridgeChannel](\ref ns3::BridgeChannel)</li>
42888 <li>[ns3::BridgeNetDevice](\ref ns3::BridgeNetDevice)</li>
42889</ul>
42890<b>Buildings</b><br>
42891<ul>
42892 <li>[ns3::GridBuildingAllocator](\ref ns3::GridBuildingAllocator)</li>
42893 <li>[ns3::RandomBuildingPositionAllocator](\ref ns3::RandomBuildingPositionAllocator)</li>
42894 <li>[ns3::OutdoorPositionAllocator](\ref ns3::OutdoorPositionAllocator)</li>
42895 <li>[ns3::RandomRoomPositionAllocator](\ref ns3::RandomRoomPositionAllocator)</li>
42896 <li>[ns3::SameRoomPositionAllocator](\ref ns3::SameRoomPositionAllocator)</li>
42897 <li>[ns3::FixedRoomPositionAllocator](\ref ns3::FixedRoomPositionAllocator)</li>
42898 <li>[ns3::BuildingListPriv](\ref ns3::BuildingListPriv)</li>
42899 <li>[ns3::Building](\ref ns3::Building)</li>
42900 <li>[ns3::BuildingsChannelConditionModel](\ref ns3::BuildingsChannelConditionModel)</li>
42901 <li>[ns3::BuildingsPropagationLossModel](\ref ns3::BuildingsPropagationLossModel)</li>
42902 <li>[ns3::HybridBuildingsPropagationLossModel](\ref ns3::HybridBuildingsPropagationLossModel)</li>
42903 <li>[ns3::ItuR1238PropagationLossModel](\ref ns3::ItuR1238PropagationLossModel)</li>
42904 <li>[ns3::MobilityBuildingInfo](\ref ns3::MobilityBuildingInfo)</li>
42905 <li>[ns3::OhBuildingsPropagationLossModel](\ref ns3::OhBuildingsPropagationLossModel)</li>
42906 <li>[ns3::ThreeGppV2vUrbanChannelConditionModel](\ref ns3::ThreeGppV2vUrbanChannelConditionModel)</li>
42907 <li>[ns3::ThreeGppV2vHighwayChannelConditionModel](\ref ns3::ThreeGppV2vHighwayChannelConditionModel)</li>
42908</ul>
42909<b>ConfigStore</b><br>
42910<ul>
42911 <li>[ns3::ConfigStore](\ref ns3::ConfigStore)</li>
42912</ul>
42913<b>Core</b><br>
42914<ul>
42915 <li>[ns3::Scheduler](\ref ns3::Scheduler)</li>
42916 <li>[ns3::Object](\ref ns3::Object)</li>
42917 <li>[ns3::ObjectBase](\ref ns3::ObjectBase)</li>
42918 <li>[ns3::ListScheduler](\ref ns3::ListScheduler)</li>
42919 <li>[ns3::MapScheduler](\ref ns3::MapScheduler)</li>
42920 <li>[ns3::HeapScheduler](\ref ns3::HeapScheduler)</li>
42921 <li>[ns3::CalendarScheduler](\ref ns3::CalendarScheduler)</li>
42922 <li>[ns3::PriorityQueueScheduler](\ref ns3::PriorityQueueScheduler)</li>
42923 <li>[ns3::SimulatorImpl](\ref ns3::SimulatorImpl)</li>
42924 <li>[ns3::DefaultSimulatorImpl](\ref ns3::DefaultSimulatorImpl)</li>
42925 <li>[ns3::Synchronizer](\ref ns3::Synchronizer)</li>
42926 <li>[ns3::RandomVariableStream](\ref ns3::RandomVariableStream)</li>
42927 <li>[ns3::UniformRandomVariable](\ref ns3::UniformRandomVariable)</li>
42928 <li>[ns3::ConstantRandomVariable](\ref ns3::ConstantRandomVariable)</li>
42929 <li>[ns3::SequentialRandomVariable](\ref ns3::SequentialRandomVariable)</li>
42930 <li>[ns3::ExponentialRandomVariable](\ref ns3::ExponentialRandomVariable)</li>
42931 <li>[ns3::ParetoRandomVariable](\ref ns3::ParetoRandomVariable)</li>
42932 <li>[ns3::WeibullRandomVariable](\ref ns3::WeibullRandomVariable)</li>
42933 <li>[ns3::NormalRandomVariable](\ref ns3::NormalRandomVariable)</li>
42934 <li>[ns3::LogNormalRandomVariable](\ref ns3::LogNormalRandomVariable)</li>
42935 <li>[ns3::GammaRandomVariable](\ref ns3::GammaRandomVariable)</li>
42936 <li>[ns3::ErlangRandomVariable](\ref ns3::ErlangRandomVariable)</li>
42937 <li>[ns3::TriangularRandomVariable](\ref ns3::TriangularRandomVariable)</li>
42938 <li>[ns3::ZipfRandomVariable](\ref ns3::ZipfRandomVariable)</li>
42939 <li>[ns3::ZetaRandomVariable](\ref ns3::ZetaRandomVariable)</li>
42940 <li>[ns3::DeterministicRandomVariable](\ref ns3::DeterministicRandomVariable)</li>
42941 <li>[ns3::EmpiricalRandomVariable](\ref ns3::EmpiricalRandomVariable)</li>
42942 <li>[ns3::BinomialRandomVariable](\ref ns3::BinomialRandomVariable)</li>
42943 <li>[ns3::BernoulliRandomVariable](\ref ns3::BernoulliRandomVariable)</li>
42944 <li>[ns3::LaplacianRandomVariable](\ref ns3::LaplacianRandomVariable)</li>
42945 <li>[ns3::LargestExtremeValueRandomVariable](\ref ns3::LargestExtremeValueRandomVariable)</li>
42946 <li>[ns3::RealtimeSimulatorImpl](\ref ns3::RealtimeSimulatorImpl)</li>
42947 <li>[ns3::WallClockSynchronizer](\ref ns3::WallClockSynchronizer)</li>
42948</ul>
42949<b>Csma</b><br>
42950<ul>
42951 <li>[ns3::CsmaChannel](\ref ns3::CsmaChannel)</li>
42952 <li>[ns3::CsmaNetDevice](\ref ns3::CsmaNetDevice)</li>
42953</ul>
42954<b>Dsdv</b><br>
42955<ul>
42956 <li>[ns3::dsdv::DsdvHeader](\ref ns3::dsdv::DsdvHeader)</li>
42957 <li>[ns3::dsdv::RoutingProtocol](\ref ns3::dsdv::RoutingProtocol)</li>
42958</ul>
42959<b>Dsr</b><br>
42960<ul>
42961 <li>[ns3::dsr::DsrFsHeader](\ref ns3::dsr::DsrFsHeader)</li>
42962 <li>[ns3::dsr::DsrGraReply](\ref ns3::dsr::DsrGraReply)</li>
42963 <li>[ns3::dsr::DsrNetworkQueue](\ref ns3::dsr::DsrNetworkQueue)</li>
42964 <li>[ns3::dsr::DsrOptionHeader](\ref ns3::dsr::DsrOptionHeader)</li>
42965 <li>[ns3::dsr::DsrOptionPad1Header](\ref ns3::dsr::DsrOptionPad1Header)</li>
42966 <li>[ns3::dsr::DsrOptionPadnHeader](\ref ns3::dsr::DsrOptionPadnHeader)</li>
42967 <li>[ns3::dsr::DsrOptionRreqHeader](\ref ns3::dsr::DsrOptionRreqHeader)</li>
42968 <li>[ns3::dsr::DsrOptionRrepHeader](\ref ns3::dsr::DsrOptionRrepHeader)</li>
42969 <li>[ns3::dsr::DsrOptionSRHeader](\ref ns3::dsr::DsrOptionSRHeader)</li>
42970 <li>[ns3::dsr::DsrOptionRerrHeader](\ref ns3::dsr::DsrOptionRerrHeader)</li>
42971 <li>[ns3::dsr::DsrOptionRerrUnreachHeader](\ref ns3::dsr::DsrOptionRerrUnreachHeader)</li>
42972 <li>[ns3::dsr::DsrOptionRerrUnsupportedHeader](\ref ns3::dsr::DsrOptionRerrUnsupportedHeader)</li>
42973 <li>[ns3::dsr::DsrOptionAckReqHeader](\ref ns3::dsr::DsrOptionAckReqHeader)</li>
42974 <li>[ns3::dsr::DsrOptionAckHeader](\ref ns3::dsr::DsrOptionAckHeader)</li>
42975 <li>[ns3::dsr::DsrOptions](\ref ns3::dsr::DsrOptions)</li>
42976 <li>[ns3::dsr::DsrOptionPad1](\ref ns3::dsr::DsrOptionPad1)</li>
42977 <li>[ns3::dsr::DsrOptionPadn](\ref ns3::dsr::DsrOptionPadn)</li>
42978 <li>[ns3::dsr::DsrOptionRreq](\ref ns3::dsr::DsrOptionRreq)</li>
42979 <li>[ns3::dsr::DsrOptionRrep](\ref ns3::dsr::DsrOptionRrep)</li>
42980 <li>[ns3::dsr::DsrOptionSR](\ref ns3::dsr::DsrOptionSR)</li>
42981 <li>[ns3::dsr::DsrOptionRerr](\ref ns3::dsr::DsrOptionRerr)</li>
42982 <li>[ns3::dsr::DsrOptionAckReq](\ref ns3::dsr::DsrOptionAckReq)</li>
42983 <li>[ns3::dsr::DsrOptionAck](\ref ns3::dsr::DsrOptionAck)</li>
42984 <li>[ns3::dsr::DsrPassiveBuffer](\ref ns3::dsr::DsrPassiveBuffer)</li>
42985 <li>[ns3::dsr::DsrRouteCache](\ref ns3::dsr::DsrRouteCache)</li>
42986 <li>[ns3::dsr::DsrRouting](\ref ns3::dsr::DsrRouting)</li>
42987 <li>[ns3::dsr::DsrRreqTable](\ref ns3::dsr::DsrRreqTable)</li>
42988</ul>
42989<b>Energy</b><br>
42990<ul>
42991 <li>[ns3::energy::EnergyHarvesterContainer](\ref ns3::energy::EnergyHarvesterContainer)</li>
42992 <li>[ns3::energy::EnergySourceContainer](\ref ns3::energy::EnergySourceContainer)</li>
42993 <li>[ns3::energy::BasicEnergyHarvester](\ref ns3::energy::BasicEnergyHarvester)</li>
42994 <li>[ns3::energy::EnergyHarvester](\ref ns3::energy::EnergyHarvester)</li>
42995 <li>[ns3::energy::BasicEnergySource](\ref ns3::energy::BasicEnergySource)</li>
42996 <li>[ns3::energy::EnergySource](\ref ns3::energy::EnergySource)</li>
42997 <li>[ns3::energy::DeviceEnergyModel](\ref ns3::energy::DeviceEnergyModel)</li>
42998 <li>[ns3::energy::GenericBatteryModel](\ref ns3::energy::GenericBatteryModel)</li>
42999 <li>[ns3::energy::RvBatteryModel](\ref ns3::energy::RvBatteryModel)</li>
43000 <li>[ns3::energy::SimpleDeviceEnergyModel](\ref ns3::energy::SimpleDeviceEnergyModel)</li>
43001 <li>[ns3::WifiRadioEnergyModel](\ref ns3::WifiRadioEnergyModel)</li>
43002</ul>
43003<b>FdNetDevice</b><br>
43004<ul>
43005 <li>[ns3::FdNetDevice](\ref ns3::FdNetDevice)</li>
43006</ul>
43007<b>FlowMonitor</b><br>
43008<ul>
43009 <li>[ns3::FlowMonitor](\ref ns3::FlowMonitor)</li>
43010</ul>
43011<b>Internet</b><br>
43012<ul>
43013 <li>[ns3::ArpCache](\ref ns3::ArpCache)</li>
43014 <li>[ns3::ArpHeader](\ref ns3::ArpHeader)</li>
43015 <li>[ns3::ArpL3Protocol](\ref ns3::ArpL3Protocol)</li>
43016 <li>[ns3::GlobalRouter](\ref ns3::GlobalRouter)</li>
43017 <li>[ns3::Icmpv4L4Protocol](\ref ns3::Icmpv4L4Protocol)</li>
43018 <li>[ns3::IpL4Protocol](\ref ns3::IpL4Protocol)</li>
43019 <li>[ns3::Icmpv4Header](\ref ns3::Icmpv4Header)</li>
43020 <li>[ns3::Icmpv4Echo](\ref ns3::Icmpv4Echo)</li>
43021 <li>[ns3::Icmpv4DestinationUnreachable](\ref ns3::Icmpv4DestinationUnreachable)</li>
43022 <li>[ns3::Icmpv4TimeExceeded](\ref ns3::Icmpv4TimeExceeded)</li>
43023 <li>[ns3::Icmpv6Header](\ref ns3::Icmpv6Header)</li>
43024 <li>[ns3::Icmpv6NS](\ref ns3::Icmpv6NS)</li>
43025 <li>[ns3::Icmpv6NA](\ref ns3::Icmpv6NA)</li>
43026 <li>[ns3::Icmpv6RA](\ref ns3::Icmpv6RA)</li>
43027 <li>[ns3::Icmpv6RS](\ref ns3::Icmpv6RS)</li>
43028 <li>[ns3::Icmpv6Redirection](\ref ns3::Icmpv6Redirection)</li>
43029 <li>[ns3::Icmpv6Echo](\ref ns3::Icmpv6Echo)</li>
43030 <li>[ns3::Icmpv6DestinationUnreachable](\ref ns3::Icmpv6DestinationUnreachable)</li>
43031 <li>[ns3::Icmpv6TooBig](\ref ns3::Icmpv6TooBig)</li>
43032 <li>[ns3::Icmpv6TimeExceeded](\ref ns3::Icmpv6TimeExceeded)</li>
43033 <li>[ns3::Icmpv6ParameterError](\ref ns3::Icmpv6ParameterError)</li>
43034 <li>[ns3::Icmpv6OptionHeader](\ref ns3::Icmpv6OptionHeader)</li>
43035 <li>[ns3::Icmpv6OptionMtu](\ref ns3::Icmpv6OptionMtu)</li>
43036 <li>[ns3::Icmpv6OptionPrefixInformation](\ref ns3::Icmpv6OptionPrefixInformation)</li>
43037 <li>[ns3::Icmpv6OptionLinkLayerAddress](\ref ns3::Icmpv6OptionLinkLayerAddress)</li>
43038 <li>[ns3::Icmpv6OptionRedirected](\ref ns3::Icmpv6OptionRedirected)</li>
43039 <li>[ns3::Icmpv6L4Protocol](\ref ns3::Icmpv6L4Protocol)</li>
43040 <li>[ns3::Ipv4GlobalRouting](\ref ns3::Ipv4GlobalRouting)</li>
43041 <li>[ns3::Ipv4Header](\ref ns3::Ipv4Header)</li>
43042 <li>[ns3::Ipv4Interface](\ref ns3::Ipv4Interface)</li>
43043 <li>[ns3::Ipv4L3Protocol](\ref ns3::Ipv4L3Protocol)</li>
43044 <li>[ns3::Ipv4](\ref ns3::Ipv4)</li>
43045 <li>[ns3::Ipv4ListRouting](\ref ns3::Ipv4ListRouting)</li>
43046 <li>[ns3::Ipv4RoutingProtocol](\ref ns3::Ipv4RoutingProtocol)</li>
43047 <li>[ns3::Ipv4PacketFilter](\ref ns3::Ipv4PacketFilter)</li>
43048 <li>[ns3::Ipv4PacketProbe](\ref ns3::Ipv4PacketProbe)</li>
43049 <li>[ns3::Ipv4RawSocketFactory](\ref ns3::Ipv4RawSocketFactory)</li>
43050 <li>[ns3::Ipv4RawSocketImpl](\ref ns3::Ipv4RawSocketImpl)</li>
43051 <li>[ns3::Ipv4StaticRouting](\ref ns3::Ipv4StaticRouting)</li>
43052 <li>[ns3::Ipv6ExtensionDemux](\ref ns3::Ipv6ExtensionDemux)</li>
43053 <li>[ns3::Ipv6ExtensionHeader](\ref ns3::Ipv6ExtensionHeader)</li>
43054 <li>[ns3::Ipv6ExtensionHopByHopHeader](\ref ns3::Ipv6ExtensionHopByHopHeader)</li>
43055 <li>[ns3::Ipv6ExtensionDestinationHeader](\ref ns3::Ipv6ExtensionDestinationHeader)</li>
43056 <li>[ns3::Ipv6ExtensionFragmentHeader](\ref ns3::Ipv6ExtensionFragmentHeader)</li>
43057 <li>[ns3::Ipv6ExtensionRoutingHeader](\ref ns3::Ipv6ExtensionRoutingHeader)</li>
43058 <li>[ns3::Ipv6ExtensionLooseRoutingHeader](\ref ns3::Ipv6ExtensionLooseRoutingHeader)</li>
43059 <li>[ns3::Ipv6ExtensionESPHeader](\ref ns3::Ipv6ExtensionESPHeader)</li>
43060 <li>[ns3::Ipv6ExtensionAHHeader](\ref ns3::Ipv6ExtensionAHHeader)</li>
43061 <li>[ns3::Ipv6Extension](\ref ns3::Ipv6Extension)</li>
43062 <li>[ns3::Ipv6ExtensionHopByHop](\ref ns3::Ipv6ExtensionHopByHop)</li>
43063 <li>[ns3::Ipv6ExtensionDestination](\ref ns3::Ipv6ExtensionDestination)</li>
43064 <li>[ns3::Ipv6ExtensionFragment](\ref ns3::Ipv6ExtensionFragment)</li>
43065 <li>[ns3::Ipv6ExtensionRouting](\ref ns3::Ipv6ExtensionRouting)</li>
43066 <li>[ns3::Ipv6ExtensionRoutingDemux](\ref ns3::Ipv6ExtensionRoutingDemux)</li>
43067 <li>[ns3::Ipv6ExtensionLooseRouting](\ref ns3::Ipv6ExtensionLooseRouting)</li>
43068 <li>[ns3::Ipv6ExtensionESP](\ref ns3::Ipv6ExtensionESP)</li>
43069 <li>[ns3::Ipv6ExtensionAH](\ref ns3::Ipv6ExtensionAH)</li>
43070 <li>[ns3::Ipv6Header](\ref ns3::Ipv6Header)</li>
43071 <li>[ns3::Ipv6Interface](\ref ns3::Ipv6Interface)</li>
43072 <li>[ns3::Ipv6L3Protocol](\ref ns3::Ipv6L3Protocol)</li>
43073 <li>[ns3::Ipv6](\ref ns3::Ipv6)</li>
43074 <li>[ns3::Ipv6ListRouting](\ref ns3::Ipv6ListRouting)</li>
43075 <li>[ns3::Ipv6RoutingProtocol](\ref ns3::Ipv6RoutingProtocol)</li>
43076 <li>[ns3::Ipv6OptionDemux](\ref ns3::Ipv6OptionDemux)</li>
43077 <li>[ns3::Ipv6OptionHeader](\ref ns3::Ipv6OptionHeader)</li>
43078 <li>[ns3::Ipv6OptionPad1Header](\ref ns3::Ipv6OptionPad1Header)</li>
43079 <li>[ns3::Ipv6OptionPadnHeader](\ref ns3::Ipv6OptionPadnHeader)</li>
43080 <li>[ns3::Ipv6OptionJumbogramHeader](\ref ns3::Ipv6OptionJumbogramHeader)</li>
43081 <li>[ns3::Ipv6OptionRouterAlertHeader](\ref ns3::Ipv6OptionRouterAlertHeader)</li>
43082 <li>[ns3::Ipv6Option](\ref ns3::Ipv6Option)</li>
43083 <li>[ns3::Ipv6OptionPad1](\ref ns3::Ipv6OptionPad1)</li>
43084 <li>[ns3::Ipv6OptionPadn](\ref ns3::Ipv6OptionPadn)</li>
43085 <li>[ns3::Ipv6OptionJumbogram](\ref ns3::Ipv6OptionJumbogram)</li>
43086 <li>[ns3::Ipv6OptionRouterAlert](\ref ns3::Ipv6OptionRouterAlert)</li>
43087 <li>[ns3::Ipv6PacketFilter](\ref ns3::Ipv6PacketFilter)</li>
43088 <li>[ns3::Ipv6PacketProbe](\ref ns3::Ipv6PacketProbe)</li>
43089 <li>[ns3::Ipv6PmtuCache](\ref ns3::Ipv6PmtuCache)</li>
43090 <li>[ns3::Ipv6RawSocketFactory](\ref ns3::Ipv6RawSocketFactory)</li>
43091 <li>[ns3::Ipv6RawSocketImpl](\ref ns3::Ipv6RawSocketImpl)</li>
43092 <li>[ns3::Ipv6StaticRouting](\ref ns3::Ipv6StaticRouting)</li>
43093 <li>[ns3::LoopbackNetDevice](\ref ns3::LoopbackNetDevice)</li>
43094 <li>[ns3::NdiscCache](\ref ns3::NdiscCache)</li>
43095 <li>[ns3::RipRte](\ref ns3::RipRte)</li>
43096 <li>[ns3::RipHeader](\ref ns3::RipHeader)</li>
43097 <li>[ns3::Rip](\ref ns3::Rip)</li>
43098 <li>[ns3::RipNgRte](\ref ns3::RipNgRte)</li>
43099 <li>[ns3::RipNgHeader](\ref ns3::RipNgHeader)</li>
43100 <li>[ns3::RipNg](\ref ns3::RipNg)</li>
43101 <li>[ns3::RttEstimator](\ref ns3::RttEstimator)</li>
43102 <li>[ns3::RttMeanDeviation](\ref ns3::RttMeanDeviation)</li>
43103 <li>[ns3::TcpBbr](\ref ns3::TcpBbr)</li>
43104 <li>[ns3::TcpCongestionOps](\ref ns3::TcpCongestionOps)</li>
43105 <li>[ns3::TcpBic](\ref ns3::TcpBic)</li>
43106 <li>[ns3::TcpNewReno](\ref ns3::TcpNewReno)</li>
43107 <li>[ns3::TcpCubic](\ref ns3::TcpCubic)</li>
43108 <li>[ns3::TcpDctcp](\ref ns3::TcpDctcp)</li>
43109 <li>[ns3::TcpLinuxReno](\ref ns3::TcpLinuxReno)</li>
43110 <li>[ns3::TcpHeader](\ref ns3::TcpHeader)</li>
43111 <li>[ns3::TcpHighSpeed](\ref ns3::TcpHighSpeed)</li>
43112 <li>[ns3::TcpHtcp](\ref ns3::TcpHtcp)</li>
43113 <li>[ns3::TcpHybla](\ref ns3::TcpHybla)</li>
43114 <li>[ns3::TcpIllinois](\ref ns3::TcpIllinois)</li>
43115 <li>[ns3::TcpL4Protocol](\ref ns3::TcpL4Protocol)</li>
43116 <li>[ns3::TcpPrrRecovery](\ref ns3::TcpPrrRecovery)</li>
43117 <li>[ns3::TcpClassicRecovery](\ref ns3::TcpClassicRecovery)</li>
43118 <li>[ns3::TcpRecoveryOps](\ref ns3::TcpRecoveryOps)</li>
43119 <li>[ns3::TcpLedbat](\ref ns3::TcpLedbat)</li>
43120 <li>[ns3::TcpLp](\ref ns3::TcpLp)</li>
43121 <li>[ns3::TcpOptionEnd](\ref ns3::TcpOptionEnd)</li>
43122 <li>[ns3::TcpOption](\ref ns3::TcpOption)</li>
43123 <li>[ns3::TcpOptionNOP](\ref ns3::TcpOptionNOP)</li>
43124 <li>[ns3::TcpOptionMSS](\ref ns3::TcpOptionMSS)</li>
43125 <li>[ns3::TcpOptionSackPermitted](\ref ns3::TcpOptionSackPermitted)</li>
43126 <li>[ns3::TcpOptionSack](\ref ns3::TcpOptionSack)</li>
43127 <li>[ns3::TcpOptionTS](\ref ns3::TcpOptionTS)</li>
43128 <li>[ns3::TcpOptionWinScale](\ref ns3::TcpOptionWinScale)</li>
43129 <li>[ns3::TcpOptionUnknown](\ref ns3::TcpOptionUnknown)</li>
43130 <li>[ns3::TcpRateOps](\ref ns3::TcpRateOps)</li>
43131 <li>[ns3::TcpRateLinux](\ref ns3::TcpRateLinux)</li>
43132 <li>[ns3::TcpRxBuffer](\ref ns3::TcpRxBuffer)</li>
43133 <li>[ns3::TcpScalable](\ref ns3::TcpScalable)</li>
43134 <li>[ns3::TcpSocketBase](\ref ns3::TcpSocketBase)</li>
43135 <li>[ns3::TcpSocket](\ref ns3::TcpSocket)</li>
43136 <li>[ns3::TcpSocketFactory](\ref ns3::TcpSocketFactory)</li>
43137 <li>[ns3::TcpSocketState](\ref ns3::TcpSocketState)</li>
43138 <li>[ns3::TcpTxBuffer](\ref ns3::TcpTxBuffer)</li>
43139 <li>[ns3::TcpVegas](\ref ns3::TcpVegas)</li>
43140 <li>[ns3::TcpVeno](\ref ns3::TcpVeno)</li>
43141 <li>[ns3::TcpWestwoodPlus](\ref ns3::TcpWestwoodPlus)</li>
43142 <li>[ns3::TcpYeah](\ref ns3::TcpYeah)</li>
43143 <li>[ns3::UdpHeader](\ref ns3::UdpHeader)</li>
43144 <li>[ns3::UdpL4Protocol](\ref ns3::UdpL4Protocol)</li>
43145 <li>[ns3::UdpSocketFactory](\ref ns3::UdpSocketFactory)</li>
43146 <li>[ns3::UdpSocketImpl](\ref ns3::UdpSocketImpl)</li>
43147 <li>[ns3::UdpSocket](\ref ns3::UdpSocket)</li>
43148</ul>
43149<b>Internet-Apps</b><br>
43150<ul>
43151 <li>[ns3::DhcpClient](\ref ns3::DhcpClient)</li>
43152 <li>[ns3::DhcpHeader](\ref ns3::DhcpHeader)</li>
43153 <li>[ns3::DhcpServer](\ref ns3::DhcpServer)</li>
43154 <li>[ns3::Ping](\ref ns3::Ping)</li>
43155 <li>[ns3::Radvd](\ref ns3::Radvd)</li>
43156 <li>[ns3::V4TraceRoute](\ref ns3::V4TraceRoute)</li>
43157</ul>
43158<b>LrWpan</b><br>
43159<ul>
43160 <li>[ns3::lrwpan::LrWpanCsmaCa](\ref ns3::lrwpan::LrWpanCsmaCa)</li>
43161 <li>[ns3::lrwpan::LrWpanErrorModel](\ref ns3::lrwpan::LrWpanErrorModel)</li>
43162 <li>[ns3::lrwpan::LrWpanLqiTag](\ref ns3::lrwpan::LrWpanLqiTag)</li>
43163 <li>[ns3::lrwpan::LrWpanMacHeader](\ref ns3::lrwpan::LrWpanMacHeader)</li>
43164 <li>[ns3::lrwpan::BeaconPayloadHeader](\ref ns3::lrwpan::BeaconPayloadHeader)</li>
43165 <li>[ns3::CommandPayloadHeader](\ref ns3::CommandPayloadHeader)</li>
43166 <li>[ns3::lrwpan::LrWpanMacTrailer](\ref ns3::lrwpan::LrWpanMacTrailer)</li>
43167 <li>[ns3::lrwpan::LrWpanMacBase](\ref ns3::lrwpan::LrWpanMacBase)</li>
43168 <li>[ns3::lrwpan::LrWpanMac](\ref ns3::lrwpan::LrWpanMac)</li>
43169 <li>[ns3::lrwpan::LrWpanNetDevice](\ref ns3::lrwpan::LrWpanNetDevice)</li>
43170 <li>[ns3::lrwpan::LrWpanPhy](\ref ns3::lrwpan::LrWpanPhy)</li>
43171</ul>
43172<b>Lte</b><br>
43173<ul>
43174 <li>[ns3::EmuEpcHelper](\ref ns3::EmuEpcHelper)</li>
43175 <li>[ns3::EpcHelper](\ref ns3::EpcHelper)</li>
43176 <li>[ns3::LteStatsCalculator](\ref ns3::LteStatsCalculator)</li>
43177 <li>[ns3::MacStatsCalculator](\ref ns3::MacStatsCalculator)</li>
43178 <li>[ns3::NoBackhaulEpcHelper](\ref ns3::NoBackhaulEpcHelper)</li>
43179 <li>[ns3::PhyRxStatsCalculator](\ref ns3::PhyRxStatsCalculator)</li>
43180 <li>[ns3::PhyStatsCalculator](\ref ns3::PhyStatsCalculator)</li>
43181 <li>[ns3::PhyTxStatsCalculator](\ref ns3::PhyTxStatsCalculator)</li>
43182 <li>[ns3::PointToPointEpcHelper](\ref ns3::PointToPointEpcHelper)</li>
43183 <li>[ns3::RadioBearerStatsCalculator](\ref ns3::RadioBearerStatsCalculator)</li>
43184 <li>[ns3::RadioEnvironmentMapHelper](\ref ns3::RadioEnvironmentMapHelper)</li>
43185 <li>[ns3::A2A4RsrqHandoverAlgorithm](\ref ns3::A2A4RsrqHandoverAlgorithm)</li>
43186 <li>[ns3::LteHandoverAlgorithm](\ref ns3::LteHandoverAlgorithm)</li>
43187 <li>[ns3::A3RsrpHandoverAlgorithm](\ref ns3::A3RsrpHandoverAlgorithm)</li>
43188 <li>[ns3::CqaFfMacScheduler](\ref ns3::CqaFfMacScheduler)</li>
43189 <li>[ns3::FfMacScheduler](\ref ns3::FfMacScheduler)</li>
43190 <li>[ns3::GtpcHeader](\ref ns3::GtpcHeader)</li>
43191 <li>[ns3::GtpuHeader](\ref ns3::GtpuHeader)</li>
43192 <li>[ns3::EpcMmeApplication](\ref ns3::EpcMmeApplication)</li>
43193 <li>[ns3::EpcSgwApplication](\ref ns3::EpcSgwApplication)</li>
43194 <li>[ns3::EpcUeNas](\ref ns3::EpcUeNas)</li>
43195 <li>[ns3::EpcX2Header](\ref ns3::EpcX2Header)</li>
43196 <li>[ns3::EpcX2HandoverRequestHeader](\ref ns3::EpcX2HandoverRequestHeader)</li>
43197 <li>[ns3::EpcX2HandoverRequestAckHeader](\ref ns3::EpcX2HandoverRequestAckHeader)</li>
43198 <li>[ns3::EpcX2HandoverPreparationFailureHeader](\ref ns3::EpcX2HandoverPreparationFailureHeader)</li>
43199 <li>[ns3::EpcX2SnStatusTransferHeader](\ref ns3::EpcX2SnStatusTransferHeader)</li>
43200 <li>[ns3::EpcX2UeContextReleaseHeader](\ref ns3::EpcX2UeContextReleaseHeader)</li>
43201 <li>[ns3::EpcX2LoadInformationHeader](\ref ns3::EpcX2LoadInformationHeader)</li>
43202 <li>[ns3::EpcX2ResourceStatusUpdateHeader](\ref ns3::EpcX2ResourceStatusUpdateHeader)</li>
43203 <li>[ns3::EpcX2HandoverCancelHeader](\ref ns3::EpcX2HandoverCancelHeader)</li>
43204 <li>[ns3::EpcX2](\ref ns3::EpcX2)</li>
43205 <li>[ns3::EpsBearerTag](\ref ns3::EpsBearerTag)</li>
43206 <li>[ns3::EpsBearer](\ref ns3::EpsBearer)</li>
43207 <li>[ns3::FdBetFfMacScheduler](\ref ns3::FdBetFfMacScheduler)</li>
43208 <li>[ns3::FdMtFfMacScheduler](\ref ns3::FdMtFfMacScheduler)</li>
43209 <li>[ns3::FdTbfqFfMacScheduler](\ref ns3::FdTbfqFfMacScheduler)</li>
43210 <li>[ns3::LteAmc](\ref ns3::LteAmc)</li>
43211 <li>[ns3::LteAnr](\ref ns3::LteAnr)</li>
43212 <li>[ns3::Asn1Header](\ref ns3::Asn1Header)</li>
43213 <li>[ns3::LteEnbComponentCarrierManager](\ref ns3::LteEnbComponentCarrierManager)</li>
43214 <li>[ns3::LteEnbMac](\ref ns3::LteEnbMac)</li>
43215 <li>[ns3::LteEnbPhy](\ref ns3::LteEnbPhy)</li>
43216 <li>[ns3::LtePhy](\ref ns3::LtePhy)</li>
43217 <li>[ns3::LteEnbRrc](\ref ns3::LteEnbRrc)</li>
43218 <li>[ns3::LteFfrAlgorithm](\ref ns3::LteFfrAlgorithm)</li>
43219 <li>[ns3::LteFfrDistributedAlgorithm](\ref ns3::LteFfrDistributedAlgorithm)</li>
43220 <li>[ns3::LteFfrEnhancedAlgorithm](\ref ns3::LteFfrEnhancedAlgorithm)</li>
43221 <li>[ns3::LteFfrSoftAlgorithm](\ref ns3::LteFfrSoftAlgorithm)</li>
43222 <li>[ns3::LteFrHardAlgorithm](\ref ns3::LteFrHardAlgorithm)</li>
43223 <li>[ns3::LteFrNoOpAlgorithm](\ref ns3::LteFrNoOpAlgorithm)</li>
43224 <li>[ns3::LteFrSoftAlgorithm](\ref ns3::LteFrSoftAlgorithm)</li>
43225 <li>[ns3::LteFrStrictAlgorithm](\ref ns3::LteFrStrictAlgorithm)</li>
43226 <li>[ns3::LtePdcpHeader](\ref ns3::LtePdcpHeader)</li>
43227 <li>[ns3::PdcpTag](\ref ns3::PdcpTag)</li>
43228 <li>[ns3::LtePdcp](\ref ns3::LtePdcp)</li>
43229 <li>[ns3::LtePhyTag](\ref ns3::LtePhyTag)</li>
43230 <li>[ns3::LteRadioBearerTag](\ref ns3::LteRadioBearerTag)</li>
43231 <li>[ns3::LteRlcAmHeader](\ref ns3::LteRlcAmHeader)</li>
43232 <li>[ns3::LteRlcAm](\ref ns3::LteRlcAm)</li>
43233 <li>[ns3::LteRlc](\ref ns3::LteRlc)</li>
43234 <li>[ns3::LteRlcHeader](\ref ns3::LteRlcHeader)</li>
43235 <li>[ns3::LteRlcSduStatusTag](\ref ns3::LteRlcSduStatusTag)</li>
43236 <li>[ns3::RlcTag](\ref ns3::RlcTag)</li>
43237 <li>[ns3::LteRlcTm](\ref ns3::LteRlcTm)</li>
43238 <li>[ns3::LteRlcUm](\ref ns3::LteRlcUm)</li>
43239 <li>[ns3::LteRlcSm](\ref ns3::LteRlcSm)</li>
43240 <li>[ns3::LteUeRrcProtocolIdeal](\ref ns3::LteUeRrcProtocolIdeal)</li>
43241 <li>[ns3::LteEnbRrcProtocolIdeal](\ref ns3::LteEnbRrcProtocolIdeal)</li>
43242 <li>[ns3::LteUeRrcProtocolReal](\ref ns3::LteUeRrcProtocolReal)</li>
43243 <li>[ns3::LteEnbRrcProtocolReal](\ref ns3::LteEnbRrcProtocolReal)</li>
43244 <li>[ns3::LteSpectrumPhy](\ref ns3::LteSpectrumPhy)</li>
43245 <li>[ns3::LteUeComponentCarrierManager](\ref ns3::LteUeComponentCarrierManager)</li>
43246 <li>[ns3::LteUeMac](\ref ns3::LteUeMac)</li>
43247 <li>[ns3::LteUePhy](\ref ns3::LteUePhy)</li>
43248 <li>[ns3::LteUePowerControl](\ref ns3::LteUePowerControl)</li>
43249 <li>[ns3::LteUeRrc](\ref ns3::LteUeRrc)</li>
43250 <li>[ns3::NoOpComponentCarrierManager](\ref ns3::NoOpComponentCarrierManager)</li>
43251 <li>[ns3::RrComponentCarrierManager](\ref ns3::RrComponentCarrierManager)</li>
43252 <li>[ns3::NoOpHandoverAlgorithm](\ref ns3::NoOpHandoverAlgorithm)</li>
43253 <li>[ns3::PfFfMacScheduler](\ref ns3::PfFfMacScheduler)</li>
43254 <li>[ns3::PssFfMacScheduler](\ref ns3::PssFfMacScheduler)</li>
43255 <li>[ns3::RemSpectrumPhy](\ref ns3::RemSpectrumPhy)</li>
43256 <li>[ns3::RrFfMacScheduler](\ref ns3::RrFfMacScheduler)</li>
43257 <li>[ns3::SimpleUeComponentCarrierManager](\ref ns3::SimpleUeComponentCarrierManager)</li>
43258 <li>[ns3::TdBetFfMacScheduler](\ref ns3::TdBetFfMacScheduler)</li>
43259 <li>[ns3::TdMtFfMacScheduler](\ref ns3::TdMtFfMacScheduler)</li>
43260 <li>[ns3::TdTbfqFfMacScheduler](\ref ns3::TdTbfqFfMacScheduler)</li>
43261 <li>[ns3::TtaFfMacScheduler](\ref ns3::TtaFfMacScheduler)</li>
43262</ul>
43263<b>Mesh</b><br>
43264<ul>
43265 <li>[ns3::Dot11sStack](\ref ns3::Dot11sStack)</li>
43266 <li>[ns3::MeshStack](\ref ns3::MeshStack)</li>
43267 <li>[ns3::FlameStack](\ref ns3::FlameStack)</li>
43268 <li>[ns3::dot11s::AirtimeLinkMetricCalculator](\ref ns3::dot11s::AirtimeLinkMetricCalculator)</li>
43269 <li>[ns3::dot11s::HwmpProtocol](\ref ns3::dot11s::HwmpProtocol)</li>
43270 <li>[ns3::MeshL2RoutingProtocol](\ref ns3::MeshL2RoutingProtocol)</li>
43271 <li>[ns3::dot11s::HwmpRtable](\ref ns3::dot11s::HwmpRtable)</li>
43272 <li>[ns3::dot11s::HwmpTag](\ref ns3::dot11s::HwmpTag)</li>
43273 <li>[ns3::dot11s::PeerLinkOpenStart](\ref ns3::dot11s::PeerLinkOpenStart)</li>
43274 <li>[ns3::dot11s::PeerLinkCloseStart](\ref ns3::dot11s::PeerLinkCloseStart)</li>
43275 <li>[ns3::dot11s::PeerLinkConfirmStart](\ref ns3::dot11s::PeerLinkConfirmStart)</li>
43276 <li>[ns3::dot11s::PeerLink](\ref ns3::dot11s::PeerLink)</li>
43277 <li>[ns3::dot11s::PeerManagementProtocol](\ref ns3::dot11s::PeerManagementProtocol)</li>
43278 <li>[ns3::flame::FlameHeader](\ref ns3::flame::FlameHeader)</li>
43279 <li>[ns3::flame::FlameTag](\ref ns3::flame::FlameTag)</li>
43280 <li>[ns3::flame::FlameProtocol](\ref ns3::flame::FlameProtocol)</li>
43281 <li>[ns3::flame::FlameRtable](\ref ns3::flame::FlameRtable)</li>
43282 <li>[ns3::MeshInformationElementVector](\ref ns3::MeshInformationElementVector)</li>
43283 <li>[ns3::MeshPointDevice](\ref ns3::MeshPointDevice)</li>
43284 <li>[ns3::MeshWifiInterfaceMac](\ref ns3::MeshWifiInterfaceMac)</li>
43285</ul>
43286<b>Mobility</b><br>
43287<ul>
43288 <li>[ns3::ConstantAccelerationMobilityModel](\ref ns3::ConstantAccelerationMobilityModel)</li>
43289 <li>[ns3::MobilityModel](\ref ns3::MobilityModel)</li>
43290 <li>[ns3::ConstantPositionMobilityModel](\ref ns3::ConstantPositionMobilityModel)</li>
43291 <li>[ns3::ConstantVelocityMobilityModel](\ref ns3::ConstantVelocityMobilityModel)</li>
43292 <li>[ns3::GaussMarkovMobilityModel](\ref ns3::GaussMarkovMobilityModel)</li>
43293 <li>[ns3::GeocentricConstantPositionMobilityModel](\ref ns3::GeocentricConstantPositionMobilityModel)</li>
43294 <li>[ns3::HierarchicalMobilityModel](\ref ns3::HierarchicalMobilityModel)</li>
43295 <li>[ns3::PositionAllocator](\ref ns3::PositionAllocator)</li>
43296 <li>[ns3::ListPositionAllocator](\ref ns3::ListPositionAllocator)</li>
43297 <li>[ns3::GridPositionAllocator](\ref ns3::GridPositionAllocator)</li>
43298 <li>[ns3::RandomRectanglePositionAllocator](\ref ns3::RandomRectanglePositionAllocator)</li>
43299 <li>[ns3::RandomBoxPositionAllocator](\ref ns3::RandomBoxPositionAllocator)</li>
43300 <li>[ns3::RandomDiscPositionAllocator](\ref ns3::RandomDiscPositionAllocator)</li>
43301 <li>[ns3::UniformDiscPositionAllocator](\ref ns3::UniformDiscPositionAllocator)</li>
43302 <li>[ns3::RandomDirection2dMobilityModel](\ref ns3::RandomDirection2dMobilityModel)</li>
43303 <li>[ns3::RandomWalk2dMobilityModel](\ref ns3::RandomWalk2dMobilityModel)</li>
43304 <li>[ns3::RandomWaypointMobilityModel](\ref ns3::RandomWaypointMobilityModel)</li>
43305 <li>[ns3::SteadyStateRandomWaypointMobilityModel](\ref ns3::SteadyStateRandomWaypointMobilityModel)</li>
43306 <li>[ns3::WaypointMobilityModel](\ref ns3::WaypointMobilityModel)</li>
43307 <li>[ns3::RandomWalk2dOutdoorMobilityModel](\ref ns3::RandomWalk2dOutdoorMobilityModel)</li>
43308</ul>
43309<b>Network</b><br>
43310<ul>
43311 <li>[ns3::Application](\ref ns3::Application)</li>
43312 <li>[ns3::ChannelListPriv](\ref ns3::ChannelListPriv)</li>
43313 <li>[ns3::Channel](\ref ns3::Channel)</li>
43314 <li>[ns3::Chunk](\ref ns3::Chunk)</li>
43315 <li>[ns3::Header](\ref ns3::Header)</li>
43316 <li>[ns3::NetDevice](\ref ns3::NetDevice)</li>
43317 <li>[ns3::NodeListPriv](\ref ns3::NodeListPriv)</li>
43318 <li>[ns3::Node](\ref ns3::Node)</li>
43319 <li>[ns3::SocketFactory](\ref ns3::SocketFactory)</li>
43320 <li>[ns3::Socket](\ref ns3::Socket)</li>
43321 <li>[ns3::SocketIpTtlTag](\ref ns3::SocketIpTtlTag)</li>
43322 <li>[ns3::Tag](\ref ns3::Tag)</li>
43323 <li>[ns3::SocketIpv6HopLimitTag](\ref ns3::SocketIpv6HopLimitTag)</li>
43324 <li>[ns3::SocketSetDontFragmentTag](\ref ns3::SocketSetDontFragmentTag)</li>
43325 <li>[ns3::Trailer](\ref ns3::Trailer)</li>
43326 <li>[ns3::DropTailQueue<Packet>](\ref ns3::DropTailQueue<Packet>)</li>
43327 <li>[ns3::Queue<Packet>](\ref ns3::Queue<Packet>)</li>
43328 <li>[ns3::QueueBase](\ref ns3::QueueBase)</li>
43329 <li>[ns3::DropTailQueue<QueueDiscItem>](\ref ns3::DropTailQueue<QueueDiscItem>)</li>
43330 <li>[ns3::Queue<QueueDiscItem>](\ref ns3::Queue<QueueDiscItem>)</li>
43331 <li>[ns3::DynamicQueueLimits](\ref ns3::DynamicQueueLimits)</li>
43332 <li>[ns3::QueueLimits](\ref ns3::QueueLimits)</li>
43333 <li>[ns3::ErrorChannel](\ref ns3::ErrorChannel)</li>
43334 <li>[ns3::SimpleChannel](\ref ns3::SimpleChannel)</li>
43335 <li>[ns3::ErrorModel](\ref ns3::ErrorModel)</li>
43336 <li>[ns3::RateErrorModel](\ref ns3::RateErrorModel)</li>
43337 <li>[ns3::BurstErrorModel](\ref ns3::BurstErrorModel)</li>
43338 <li>[ns3::ListErrorModel](\ref ns3::ListErrorModel)</li>
43339 <li>[ns3::ReceiveListErrorModel](\ref ns3::ReceiveListErrorModel)</li>
43340 <li>[ns3::EthernetHeader](\ref ns3::EthernetHeader)</li>
43341 <li>[ns3::EthernetTrailer](\ref ns3::EthernetTrailer)</li>
43342 <li>[ns3::FlowIdTag](\ref ns3::FlowIdTag)</li>
43343 <li>[ns3::LlcSnapHeader](\ref ns3::LlcSnapHeader)</li>
43344 <li>[ns3::NetDeviceQueueInterface](\ref ns3::NetDeviceQueueInterface)</li>
43345 <li>[ns3::NetDeviceQueue](\ref ns3::NetDeviceQueue)</li>
43346 <li>[ns3::PacketBurst](\ref ns3::PacketBurst)</li>
43347 <li>[ns3::PacketProbe](\ref ns3::PacketProbe)</li>
43348 <li>[ns3::PacketSocketClient](\ref ns3::PacketSocketClient)</li>
43349 <li>[ns3::PacketSocketFactory](\ref ns3::PacketSocketFactory)</li>
43350 <li>[ns3::PacketSocketServer](\ref ns3::PacketSocketServer)</li>
43351 <li>[ns3::PacketSocket](\ref ns3::PacketSocket)</li>
43352 <li>[ns3::PacketSocketTag](\ref ns3::PacketSocketTag)</li>
43353 <li>[ns3::DeviceNameTag](\ref ns3::DeviceNameTag)</li>
43354 <li>[ns3::PbbPacket](\ref ns3::PbbPacket)</li>
43355 <li>[ns3::PcapFileWrapper](\ref ns3::PcapFileWrapper)</li>
43356 <li>[ns3::RadiotapHeader](\ref ns3::RadiotapHeader)</li>
43357 <li>[ns3::SimpleTag](\ref ns3::SimpleTag)</li>
43358 <li>[ns3::SimpleNetDevice](\ref ns3::SimpleNetDevice)</li>
43359 <li>[ns3::SllHeader](\ref ns3::SllHeader)</li>
43360 <li>[ns3::TimestampTag](\ref ns3::TimestampTag)</li>
43361 <li>[ns3::Queue<WifiMpdu,WifiMacQueueContainer>](\ref ns3::Queue<WifiMpdu,WifiMacQueueContainer>)</li>
43362</ul>
43363<b>NixVectorRouting</b><br>
43364<ul>
43365 <li>[ns3::Ipv4NixVectorRouting](\ref ns3::Ipv4NixVectorRouting)</li>
43366 <li>[ns3::Ipv6NixVectorRouting](\ref ns3::Ipv6NixVectorRouting)</li>
43367</ul>
43368<b>Olsr</b><br>
43369<ul>
43370 <li>[ns3::olsr::PacketHeader](\ref ns3::olsr::PacketHeader)</li>
43371 <li>[ns3::olsr::MessageHeader](\ref ns3::olsr::MessageHeader)</li>
43372 <li>[ns3::olsr::RoutingProtocol](\ref ns3::olsr::RoutingProtocol)</li>
43373</ul>
43374<b>PointToPoint</b><br>
43375<ul>
43376 <li>[ns3::PointToPointChannel](\ref ns3::PointToPointChannel)</li>
43377 <li>[ns3::PointToPointNetDevice](\ref ns3::PointToPointNetDevice)</li>
43378 <li>[ns3::PppHeader](\ref ns3::PppHeader)</li>
43379</ul>
43380<b>Propagation</b><br>
43381<ul>
43382 <li>[ns3::ChannelCondition](\ref ns3::ChannelCondition)</li>
43383 <li>[ns3::ChannelConditionModel](\ref ns3::ChannelConditionModel)</li>
43384 <li>[ns3::AlwaysLosChannelConditionModel](\ref ns3::AlwaysLosChannelConditionModel)</li>
43385 <li>[ns3::NeverLosChannelConditionModel](\ref ns3::NeverLosChannelConditionModel)</li>
43386 <li>[ns3::NeverLosVehicleChannelConditionModel](\ref ns3::NeverLosVehicleChannelConditionModel)</li>
43387 <li>[ns3::ThreeGppChannelConditionModel](\ref ns3::ThreeGppChannelConditionModel)</li>
43388 <li>[ns3::ThreeGppRmaChannelConditionModel](\ref ns3::ThreeGppRmaChannelConditionModel)</li>
43389 <li>[ns3::ThreeGppUmaChannelConditionModel](\ref ns3::ThreeGppUmaChannelConditionModel)</li>
43390 <li>[ns3::ThreeGppUmiStreetCanyonChannelConditionModel](\ref ns3::ThreeGppUmiStreetCanyonChannelConditionModel)</li>
43391 <li>[ns3::ThreeGppIndoorMixedOfficeChannelConditionModel](\ref ns3::ThreeGppIndoorMixedOfficeChannelConditionModel)</li>
43392 <li>[ns3::ThreeGppIndoorOpenOfficeChannelConditionModel](\ref ns3::ThreeGppIndoorOpenOfficeChannelConditionModel)</li>
43393 <li>[ns3::ThreeGppNTNDenseUrbanChannelConditionModel](\ref ns3::ThreeGppNTNDenseUrbanChannelConditionModel)</li>
43394 <li>[ns3::ThreeGppNTNUrbanChannelConditionModel](\ref ns3::ThreeGppNTNUrbanChannelConditionModel)</li>
43395 <li>[ns3::ThreeGppNTNSuburbanChannelConditionModel](\ref ns3::ThreeGppNTNSuburbanChannelConditionModel)</li>
43396 <li>[ns3::ThreeGppNTNRuralChannelConditionModel](\ref ns3::ThreeGppNTNRuralChannelConditionModel)</li>
43397 <li>[ns3::Cost231PropagationLossModel](\ref ns3::Cost231PropagationLossModel)</li>
43398 <li>[ns3::PropagationLossModel](\ref ns3::PropagationLossModel)</li>
43399 <li>[ns3::ItuR1411LosPropagationLossModel](\ref ns3::ItuR1411LosPropagationLossModel)</li>
43400 <li>[ns3::ItuR1411NlosOverRooftopPropagationLossModel](\ref ns3::ItuR1411NlosOverRooftopPropagationLossModel)</li>
43401 <li>[ns3::JakesProcess](\ref ns3::JakesProcess)</li>
43402 <li>[ns3::JakesPropagationLossModel](\ref ns3::JakesPropagationLossModel)</li>
43403 <li>[ns3::Kun2600MhzPropagationLossModel](\ref ns3::Kun2600MhzPropagationLossModel)</li>
43404 <li>[ns3::OkumuraHataPropagationLossModel](\ref ns3::OkumuraHataPropagationLossModel)</li>
43405 <li>[ns3::ProbabilisticV2vUrbanChannelConditionModel](\ref ns3::ProbabilisticV2vUrbanChannelConditionModel)</li>
43406 <li>[ns3::ProbabilisticV2vHighwayChannelConditionModel](\ref ns3::ProbabilisticV2vHighwayChannelConditionModel)</li>
43407 <li>[ns3::PropagationDelayModel](\ref ns3::PropagationDelayModel)</li>
43408 <li>[ns3::RandomPropagationDelayModel](\ref ns3::RandomPropagationDelayModel)</li>
43409 <li>[ns3::ConstantSpeedPropagationDelayModel](\ref ns3::ConstantSpeedPropagationDelayModel)</li>
43410 <li>[ns3::RandomPropagationLossModel](\ref ns3::RandomPropagationLossModel)</li>
43411 <li>[ns3::FriisPropagationLossModel](\ref ns3::FriisPropagationLossModel)</li>
43412 <li>[ns3::TwoRayGroundPropagationLossModel](\ref ns3::TwoRayGroundPropagationLossModel)</li>
43413 <li>[ns3::LogDistancePropagationLossModel](\ref ns3::LogDistancePropagationLossModel)</li>
43414 <li>[ns3::ThreeLogDistancePropagationLossModel](\ref ns3::ThreeLogDistancePropagationLossModel)</li>
43415 <li>[ns3::NakagamiPropagationLossModel](\ref ns3::NakagamiPropagationLossModel)</li>
43416 <li>[ns3::FixedRssLossModel](\ref ns3::FixedRssLossModel)</li>
43417 <li>[ns3::MatrixPropagationLossModel](\ref ns3::MatrixPropagationLossModel)</li>
43418 <li>[ns3::RangePropagationLossModel](\ref ns3::RangePropagationLossModel)</li>
43419 <li>[ns3::ThreeGppPropagationLossModel](\ref ns3::ThreeGppPropagationLossModel)</li>
43420 <li>[ns3::ThreeGppRmaPropagationLossModel](\ref ns3::ThreeGppRmaPropagationLossModel)</li>
43421 <li>[ns3::ThreeGppUmaPropagationLossModel](\ref ns3::ThreeGppUmaPropagationLossModel)</li>
43422 <li>[ns3::ThreeGppUmiStreetCanyonPropagationLossModel](\ref ns3::ThreeGppUmiStreetCanyonPropagationLossModel)</li>
43423 <li>[ns3::ThreeGppIndoorOfficePropagationLossModel](\ref ns3::ThreeGppIndoorOfficePropagationLossModel)</li>
43424 <li>[ns3::ThreeGppNTNDenseUrbanPropagationLossModel](\ref ns3::ThreeGppNTNDenseUrbanPropagationLossModel)</li>
43425 <li>[ns3::ThreeGppNTNUrbanPropagationLossModel](\ref ns3::ThreeGppNTNUrbanPropagationLossModel)</li>
43426 <li>[ns3::ThreeGppNTNSuburbanPropagationLossModel](\ref ns3::ThreeGppNTNSuburbanPropagationLossModel)</li>
43427 <li>[ns3::ThreeGppNTNRuralPropagationLossModel](\ref ns3::ThreeGppNTNRuralPropagationLossModel)</li>
43428 <li>[ns3::ThreeGppV2vUrbanPropagationLossModel](\ref ns3::ThreeGppV2vUrbanPropagationLossModel)</li>
43429 <li>[ns3::ThreeGppV2vHighwayPropagationLossModel](\ref ns3::ThreeGppV2vHighwayPropagationLossModel)</li>
43430</ul>
43431<b>SixLowPan</b><br>
43432<ul>
43433 <li>[ns3::SixLowPanHc1](\ref ns3::SixLowPanHc1)</li>
43434 <li>[ns3::SixLowPanFrag1](\ref ns3::SixLowPanFrag1)</li>
43435 <li>[ns3::SixLowPanFragN](\ref ns3::SixLowPanFragN)</li>
43436 <li>[ns3::SixLowPanIpv6](\ref ns3::SixLowPanIpv6)</li>
43437 <li>[ns3::SixLowPanIphc](\ref ns3::SixLowPanIphc)</li>
43438 <li>[ns3::SixLowPanNhcExtension](\ref ns3::SixLowPanNhcExtension)</li>
43439 <li>[ns3::SixLowPanUdpNhcExtension](\ref ns3::SixLowPanUdpNhcExtension)</li>
43440 <li>[ns3::SixLowPanBc0](\ref ns3::SixLowPanBc0)</li>
43441 <li>[ns3::SixLowPanMesh](\ref ns3::SixLowPanMesh)</li>
43442 <li>[ns3::SixLowPanNetDevice](\ref ns3::SixLowPanNetDevice)</li>
43443</ul>
43444<b>Spectrum</b><br>
43445<ul>
43446 <li>[ns3::AlohaNoackMacHeader](\ref ns3::AlohaNoackMacHeader)</li>
43447 <li>[ns3::AlohaNoackNetDevice](\ref ns3::AlohaNoackNetDevice)</li>
43448 <li>[ns3::ConstantSpectrumPropagationLossModel](\ref ns3::ConstantSpectrumPropagationLossModel)</li>
43449 <li>[ns3::SpectrumPropagationLossModel](\ref ns3::SpectrumPropagationLossModel)</li>
43450 <li>[ns3::FriisSpectrumPropagationLossModel](\ref ns3::FriisSpectrumPropagationLossModel)</li>
43451 <li>[ns3::HalfDuplexIdealPhy](\ref ns3::HalfDuplexIdealPhy)</li>
43452 <li>[ns3::SpectrumPhy](\ref ns3::SpectrumPhy)</li>
43453 <li>[ns3::TwoRaySpectrumPropagationLossModel](\ref ns3::TwoRaySpectrumPropagationLossModel)</li>
43454 <li>[ns3::PhasedArraySpectrumPropagationLossModel](\ref ns3::PhasedArraySpectrumPropagationLossModel)</li>
43455 <li>[ns3::MultiModelSpectrumChannel](\ref ns3::MultiModelSpectrumChannel)</li>
43456 <li>[ns3::SpectrumChannel](\ref ns3::SpectrumChannel)</li>
43457 <li>[ns3::NonCommunicatingNetDevice](\ref ns3::NonCommunicatingNetDevice)</li>
43458 <li>[ns3::SingleModelSpectrumChannel](\ref ns3::SingleModelSpectrumChannel)</li>
43459 <li>[ns3::SpectrumAnalyzer](\ref ns3::SpectrumAnalyzer)</li>
43460 <li>[ns3::SpectrumErrorModel](\ref ns3::SpectrumErrorModel)</li>
43461 <li>[ns3::ShannonSpectrumErrorModel](\ref ns3::ShannonSpectrumErrorModel)</li>
43462 <li>[ns3::SpectrumTransmitFilter](\ref ns3::SpectrumTransmitFilter)</li>
43463 <li>[ns3::ThreeGppChannelModel](\ref ns3::ThreeGppChannelModel)</li>
43464 <li>[ns3::ThreeGppSpectrumPropagationLossModel](\ref ns3::ThreeGppSpectrumPropagationLossModel)</li>
43465 <li>[ns3::TraceFadingLossModel](\ref ns3::TraceFadingLossModel)</li>
43466 <li>[ns3::TvSpectrumTransmitter](\ref ns3::TvSpectrumTransmitter)</li>
43467 <li>[ns3::WaveformGenerator](\ref ns3::WaveformGenerator)</li>
43468</ul>
43469<b>Stats</b><br>
43470<ul>
43471 <li>[ns3::BooleanProbe](\ref ns3::BooleanProbe)</li>
43472 <li>[ns3::Probe](\ref ns3::Probe)</li>
43473 <li>[ns3::DataCollectionObject](\ref ns3::DataCollectionObject)</li>
43474 <li>[ns3::CounterCalculator<uint32_t>](\ref ns3::CounterCalculator<uint32_t>)</li>
43475 <li>[ns3::DoubleProbe](\ref ns3::DoubleProbe)</li>
43476 <li>[ns3::FileAggregator](\ref ns3::FileAggregator)</li>
43477 <li>[ns3::GnuplotAggregator](\ref ns3::GnuplotAggregator)</li>
43478 <li>[ns3::TimeProbe](\ref ns3::TimeProbe)</li>
43479 <li>[ns3::TimeSeriesAdaptor](\ref ns3::TimeSeriesAdaptor)</li>
43480 <li>[ns3::Uinteger16Probe](\ref ns3::Uinteger16Probe)</li>
43481 <li>[ns3::Uinteger32Probe](\ref ns3::Uinteger32Probe)</li>
43482 <li>[ns3::Uinteger8Probe](\ref ns3::Uinteger8Probe)</li>
43483</ul>
43484<b>TapBridge</b><br>
43485<ul>
43486 <li>[ns3::TapBridge](\ref ns3::TapBridge)</li>
43487</ul>
43488<b>TopologyReader</b><br>
43489<ul>
43490 <li>[ns3::InetTopologyReader](\ref ns3::InetTopologyReader)</li>
43491 <li>[ns3::TopologyReader](\ref ns3::TopologyReader)</li>
43492 <li>[ns3::OrbisTopologyReader](\ref ns3::OrbisTopologyReader)</li>
43493 <li>[ns3::RocketfuelTopologyReader](\ref ns3::RocketfuelTopologyReader)</li>
43494</ul>
43495<b>TrafficControl</b><br>
43496<ul>
43497 <li>[ns3::CobaltQueueDisc](\ref ns3::CobaltQueueDisc)</li>
43498 <li>[ns3::QueueDisc](\ref ns3::QueueDisc)</li>
43499 <li>[ns3::CoDelQueueDisc](\ref ns3::CoDelQueueDisc)</li>
43500 <li>[ns3::FifoQueueDisc](\ref ns3::FifoQueueDisc)</li>
43501 <li>[ns3::FqCobaltFlow](\ref ns3::FqCobaltFlow)</li>
43502 <li>[ns3::QueueDiscClass](\ref ns3::QueueDiscClass)</li>
43503 <li>[ns3::FqCobaltQueueDisc](\ref ns3::FqCobaltQueueDisc)</li>
43504 <li>[ns3::FqCoDelFlow](\ref ns3::FqCoDelFlow)</li>
43505 <li>[ns3::FqCoDelQueueDisc](\ref ns3::FqCoDelQueueDisc)</li>
43506 <li>[ns3::FqPieFlow](\ref ns3::FqPieFlow)</li>
43507 <li>[ns3::FqPieQueueDisc](\ref ns3::FqPieQueueDisc)</li>
43508 <li>[ns3::MqQueueDisc](\ref ns3::MqQueueDisc)</li>
43509 <li>[ns3::PacketFilter](\ref ns3::PacketFilter)</li>
43510 <li>[ns3::PfifoFastQueueDisc](\ref ns3::PfifoFastQueueDisc)</li>
43511 <li>[ns3::PieQueueDisc](\ref ns3::PieQueueDisc)</li>
43512 <li>[ns3::PrioQueueDisc](\ref ns3::PrioQueueDisc)</li>
43513 <li>[ns3::RedQueueDisc](\ref ns3::RedQueueDisc)</li>
43514 <li>[ns3::TbfQueueDisc](\ref ns3::TbfQueueDisc)</li>
43515 <li>[ns3::TrafficControlLayer](\ref ns3::TrafficControlLayer)</li>
43516</ul>
43517<b>Uan</b><br>
43518<ul>
43519 <li>[ns3::UanChannel](\ref ns3::UanChannel)</li>
43520 <li>[ns3::UanHeaderCommon](\ref ns3::UanHeaderCommon)</li>
43521 <li>[ns3::UanHeaderRcData](\ref ns3::UanHeaderRcData)</li>
43522 <li>[ns3::UanHeaderRcRts](\ref ns3::UanHeaderRcRts)</li>
43523 <li>[ns3::UanHeaderRcCtsGlobal](\ref ns3::UanHeaderRcCtsGlobal)</li>
43524 <li>[ns3::UanHeaderRcCts](\ref ns3::UanHeaderRcCts)</li>
43525 <li>[ns3::UanHeaderRcAck](\ref ns3::UanHeaderRcAck)</li>
43526 <li>[ns3::UanMacAloha](\ref ns3::UanMacAloha)</li>
43527 <li>[ns3::UanMac](\ref ns3::UanMac)</li>
43528 <li>[ns3::UanMacCw](\ref ns3::UanMacCw)</li>
43529 <li>[ns3::UanMacRcGw](\ref ns3::UanMacRcGw)</li>
43530 <li>[ns3::UanMacRc](\ref ns3::UanMacRc)</li>
43531 <li>[ns3::UanNetDevice](\ref ns3::UanNetDevice)</li>
43532 <li>[ns3::UanNoiseModelDefault](\ref ns3::UanNoiseModelDefault)</li>
43533 <li>[ns3::UanNoiseModel](\ref ns3::UanNoiseModel)</li>
43534 <li>[ns3::UanPhyDual](\ref ns3::UanPhyDual)</li>
43535 <li>[ns3::UanPhy](\ref ns3::UanPhy)</li>
43536 <li>[ns3::UanPhyCalcSinrDual](\ref ns3::UanPhyCalcSinrDual)</li>
43537 <li>[ns3::UanPhyCalcSinr](\ref ns3::UanPhyCalcSinr)</li>
43538 <li>[ns3::UanPhyGen](\ref ns3::UanPhyGen)</li>
43539 <li>[ns3::UanPhyPerGenDefault](\ref ns3::UanPhyPerGenDefault)</li>
43540 <li>[ns3::UanPhyPer](\ref ns3::UanPhyPer)</li>
43541 <li>[ns3::UanPhyCalcSinrDefault](\ref ns3::UanPhyCalcSinrDefault)</li>
43542 <li>[ns3::UanPhyCalcSinrFhFsk](\ref ns3::UanPhyCalcSinrFhFsk)</li>
43543 <li>[ns3::UanPhyPerUmodem](\ref ns3::UanPhyPerUmodem)</li>
43544 <li>[ns3::UanPhyPerCommonModes](\ref ns3::UanPhyPerCommonModes)</li>
43545 <li>[ns3::UanPropModelIdeal](\ref ns3::UanPropModelIdeal)</li>
43546 <li>[ns3::UanPropModel](\ref ns3::UanPropModel)</li>
43547 <li>[ns3::UanPropModelThorp](\ref ns3::UanPropModelThorp)</li>
43548 <li>[ns3::UanTransducerHd](\ref ns3::UanTransducerHd)</li>
43549 <li>[ns3::UanTransducer](\ref ns3::UanTransducer)</li>
43550</ul>
43551<b>VirtualNetDevice</b><br>
43552<ul>
43553 <li>[ns3::VirtualNetDevice](\ref ns3::VirtualNetDevice)</li>
43554</ul>
43555<b>Wifi</b><br>
43556<ul>
43557 <li>[ns3::AthstatsWifiTraceSink](\ref ns3::AthstatsWifiTraceSink)</li>
43558 <li>[ns3::WifiPhyRxTraceSink](\ref ns3::WifiPhyRxTraceSink)</li>
43559 <li>[ns3::AdhocWifiMac](\ref ns3::AdhocWifiMac)</li>
43560 <li>[ns3::WifiMac](\ref ns3::WifiMac)</li>
43561 <li>[ns3::AmpduSubframeHeader](\ref ns3::AmpduSubframeHeader)</li>
43562 <li>[ns3::AmpduTag](\ref ns3::AmpduTag)</li>
43563 <li>[ns3::AmsduSubframeHeader](\ref ns3::AmsduSubframeHeader)</li>
43564 <li>[ns3::ApWifiMac](\ref ns3::ApWifiMac)</li>
43565 <li>[ns3::BlockAckManager](\ref ns3::BlockAckManager)</li>
43566 <li>[ns3::ChannelAccessManager](\ref ns3::ChannelAccessManager)</li>
43567 <li>[ns3::CtrlBAckRequestHeader](\ref ns3::CtrlBAckRequestHeader)</li>
43568 <li>[ns3::CtrlBAckResponseHeader](\ref ns3::CtrlBAckResponseHeader)</li>
43569 <li>[ns3::CtrlTriggerHeader](\ref ns3::CtrlTriggerHeader)</li>
43570 <li>[ns3::AdvancedApEmlsrManager](\ref ns3::AdvancedApEmlsrManager)</li>
43571 <li>[ns3::DefaultApEmlsrManager](\ref ns3::DefaultApEmlsrManager)</li>
43572 <li>[ns3::ApEmlsrManager](\ref ns3::ApEmlsrManager)</li>
43573 <li>[ns3::AdvancedEmlsrManager](\ref ns3::AdvancedEmlsrManager)</li>
43574 <li>[ns3::DefaultEmlsrManager](\ref ns3::DefaultEmlsrManager)</li>
43575 <li>[ns3::EmlsrManager](\ref ns3::EmlsrManager)</li>
43576 <li>[ns3::EhtConfiguration](\ref ns3::EhtConfiguration)</li>
43577 <li>[ns3::EhtFrameExchangeManager](\ref ns3::EhtFrameExchangeManager)</li>
43578 <li>[ns3::HeFrameExchangeManager](\ref ns3::HeFrameExchangeManager)</li>
43579 <li>[ns3::VhtFrameExchangeManager](\ref ns3::VhtFrameExchangeManager)</li>
43580 <li>[ns3::HtFrameExchangeManager](\ref ns3::HtFrameExchangeManager)</li>
43581 <li>[ns3::QosFrameExchangeManager](\ref ns3::QosFrameExchangeManager)</li>
43582 <li>[ns3::FrameExchangeManager](\ref ns3::FrameExchangeManager)</li>
43583 <li>[ns3::ErrorRateModel](\ref ns3::ErrorRateModel)</li>
43584 <li>[ns3::FcfsWifiQueueScheduler](\ref ns3::FcfsWifiQueueScheduler)</li>
43585 <li>[ns3::WifiMacQueueSchedulerImpl](\ref ns3::WifiMacQueueSchedulerImpl)</li>
43586 <li>[ns3::WifiMacQueueScheduler](\ref ns3::WifiMacQueueScheduler)</li>
43587 <li>[ns3::FrameCaptureModel](\ref ns3::FrameCaptureModel)</li>
43588 <li>[ns3::GcrManager](\ref ns3::GcrManager)</li>
43589 <li>[ns3::ConstantObssPdAlgorithm](\ref ns3::ConstantObssPdAlgorithm)</li>
43590 <li>[ns3::ObssPdAlgorithm](\ref ns3::ObssPdAlgorithm)</li>
43591 <li>[ns3::HeConfiguration](\ref ns3::HeConfiguration)</li>
43592 <li>[ns3::MuSnrTag](\ref ns3::MuSnrTag)</li>
43593 <li>[ns3::MultiUserScheduler](\ref ns3::MultiUserScheduler)</li>
43594 <li>[ns3::RrMultiUserScheduler](\ref ns3::RrMultiUserScheduler)</li>
43595 <li>[ns3::HtConfiguration](\ref ns3::HtConfiguration)</li>
43596 <li>[ns3::InterferenceHelper](\ref ns3::InterferenceHelper)</li>
43597 <li>[ns3::MgtAddBaRequestHeader](\ref ns3::MgtAddBaRequestHeader)</li>
43598 <li>[ns3::MgtAddBaResponseHeader](\ref ns3::MgtAddBaResponseHeader)</li>
43599 <li>[ns3::MgtDelBaHeader](\ref ns3::MgtDelBaHeader)</li>
43600 <li>[ns3::MgtEmlOperatingModeNotification](\ref ns3::MgtEmlOperatingModeNotification)</li>
43601 <li>[ns3::FilsDiscHeader](\ref ns3::FilsDiscHeader)</li>
43602 <li>[ns3::MgtProbeRequestHeader](\ref ns3::MgtProbeRequestHeader)</li>
43603 <li>[ns3::MgtProbeResponseHeader](\ref ns3::MgtProbeResponseHeader)</li>
43604 <li>[ns3::MgtBeaconHeader](\ref ns3::MgtBeaconHeader)</li>
43605 <li>[ns3::MgtAssocRequestHeader](\ref ns3::MgtAssocRequestHeader)</li>
43606 <li>[ns3::MgtReassocRequestHeader](\ref ns3::MgtReassocRequestHeader)</li>
43607 <li>[ns3::MgtAssocResponseHeader](\ref ns3::MgtAssocResponseHeader)</li>
43608 <li>[ns3::MpduAggregator](\ref ns3::MpduAggregator)</li>
43609 <li>[ns3::MsduAggregator](\ref ns3::MsduAggregator)</li>
43610 <li>[ns3::NistErrorRateModel](\ref ns3::NistErrorRateModel)</li>
43611 <li>[ns3::PreambleDetectionModel](\ref ns3::PreambleDetectionModel)</li>
43612 <li>[ns3::QosTxop](\ref ns3::QosTxop)</li>
43613 <li>[ns3::Txop](\ref ns3::Txop)</li>
43614 <li>[ns3::AarfWifiManager](\ref ns3::AarfWifiManager)</li>
43615 <li>[ns3::WifiRemoteStationManager](\ref ns3::WifiRemoteStationManager)</li>
43616 <li>[ns3::AarfcdWifiManager](\ref ns3::AarfcdWifiManager)</li>
43617 <li>[ns3::AmrrWifiManager](\ref ns3::AmrrWifiManager)</li>
43618 <li>[ns3::AparfWifiManager](\ref ns3::AparfWifiManager)</li>
43619 <li>[ns3::ArfWifiManager](\ref ns3::ArfWifiManager)</li>
43620 <li>[ns3::CaraWifiManager](\ref ns3::CaraWifiManager)</li>
43621 <li>[ns3::ConstantRateWifiManager](\ref ns3::ConstantRateWifiManager)</li>
43622 <li>[ns3::IdealWifiManager](\ref ns3::IdealWifiManager)</li>
43623 <li>[ns3::MinstrelHtWifiManager](\ref ns3::MinstrelHtWifiManager)</li>
43624 <li>[ns3::MinstrelWifiManager](\ref ns3::MinstrelWifiManager)</li>
43625 <li>[ns3::OnoeWifiManager](\ref ns3::OnoeWifiManager)</li>
43626 <li>[ns3::ParfWifiManager](\ref ns3::ParfWifiManager)</li>
43627 <li>[ns3::RraaWifiManager](\ref ns3::RraaWifiManager)</li>
43628 <li>[ns3::RrpaaWifiManager](\ref ns3::RrpaaWifiManager)</li>
43629 <li>[ns3::ThompsonSamplingWifiManager](\ref ns3::ThompsonSamplingWifiManager)</li>
43630 <li>[ns3::SimpleFrameCaptureModel](\ref ns3::SimpleFrameCaptureModel)</li>
43631 <li>[ns3::SnrTag](\ref ns3::SnrTag)</li>
43632 <li>[ns3::SpectrumWifiPhy](\ref ns3::SpectrumWifiPhy)</li>
43633 <li>[ns3::WifiPhy](\ref ns3::WifiPhy)</li>
43634 <li>[ns3::StaWifiMac](\ref ns3::StaWifiMac)</li>
43635 <li>[ns3::TableBasedErrorRateModel](\ref ns3::TableBasedErrorRateModel)</li>
43636 <li>[ns3::YansErrorRateModel](\ref ns3::YansErrorRateModel)</li>
43637 <li>[ns3::ThresholdPreambleDetectionModel](\ref ns3::ThresholdPreambleDetectionModel)</li>
43638 <li>[ns3::VhtConfiguration](\ref ns3::VhtConfiguration)</li>
43639 <li>[ns3::WifiAckManager](\ref ns3::WifiAckManager)</li>
43640 <li>[ns3::WifiAssocManager](\ref ns3::WifiAssocManager)</li>
43641 <li>[ns3::WifiBandwidthFilter](\ref ns3::WifiBandwidthFilter)</li>
43642 <li>[ns3::WifiDefaultAckManager](\ref ns3::WifiDefaultAckManager)</li>
43643 <li>[ns3::WifiDefaultAssocManager](\ref ns3::WifiDefaultAssocManager)</li>
43644 <li>[ns3::WifiDefaultGcrManager](\ref ns3::WifiDefaultGcrManager)</li>
43645 <li>[ns3::WifiDefaultProtectionManager](\ref ns3::WifiDefaultProtectionManager)</li>
43646 <li>[ns3::WifiProtectionManager](\ref ns3::WifiProtectionManager)</li>
43647 <li>[ns3::WifiMacHeader](\ref ns3::WifiMacHeader)</li>
43648 <li>[ns3::WifiMacQueue](\ref ns3::WifiMacQueue)</li>
43649 <li>[ns3::WifiMacTrailer](\ref ns3::WifiMacTrailer)</li>
43650 <li>[ns3::WifiNetDevice](\ref ns3::WifiNetDevice)</li>
43651 <li>[ns3::WifiPhyStateHelper](\ref ns3::WifiPhyStateHelper)</li>
43652 <li>[ns3::WifiSpectrumPhyInterface](\ref ns3::WifiSpectrumPhyInterface)</li>
43653 <li>[ns3::WifiTxCurrentModel](\ref ns3::WifiTxCurrentModel)</li>
43654 <li>[ns3::LinearWifiTxCurrentModel](\ref ns3::LinearWifiTxCurrentModel)</li>
43655 <li>[ns3::YansWifiChannel](\ref ns3::YansWifiChannel)</li>
43656 <li>[ns3::YansWifiPhy](\ref ns3::YansWifiPhy)</li>
43657</ul>
43658<b>Wimax</b><br>
43659<ul>
43660 <li>[ns3::WimaxNetDevice](\ref ns3::WimaxNetDevice)</li>
43661 <li>[ns3::BaseStationNetDevice](\ref ns3::BaseStationNetDevice)</li>
43662 <li>[ns3::SubscriberStationNetDevice](\ref ns3::SubscriberStationNetDevice)</li>
43663 <li>[ns3::MacHeaderType](\ref ns3::MacHeaderType)</li>
43664 <li>[ns3::GenericMacHeader](\ref ns3::GenericMacHeader)</li>
43665 <li>[ns3::BandwidthRequestHeader](\ref ns3::BandwidthRequestHeader)</li>
43666 <li>[ns3::GrantManagementSubheader](\ref ns3::GrantManagementSubheader)</li>
43667 <li>[ns3::FragmentationSubheader](\ref ns3::FragmentationSubheader)</li>
43668 <li>[ns3::WimaxPhy](\ref ns3::WimaxPhy)</li>
43669 <li>[ns3::WimaxChannel](\ref ns3::WimaxChannel)</li>
43670 <li>[ns3::WimaxConnection](\ref ns3::WimaxConnection)</li>
43671 <li>[ns3::ManagementMessageType](\ref ns3::ManagementMessageType)</li>
43672 <li>[ns3::RngReq](\ref ns3::RngReq)</li>
43673 <li>[ns3::RngRsp](\ref ns3::RngRsp)</li>
43674 <li>[ns3::DsaReq](\ref ns3::DsaReq)</li>
43675 <li>[ns3::DsaRsp](\ref ns3::DsaRsp)</li>
43676 <li>[ns3::DsaAck](\ref ns3::DsaAck)</li>
43677 <li>[ns3::Dcd](\ref ns3::Dcd)</li>
43678 <li>[ns3::DlMap](\ref ns3::DlMap)</li>
43679 <li>[ns3::Ucd](\ref ns3::Ucd)</li>
43680 <li>[ns3::UlMap](\ref ns3::UlMap)</li>
43681 <li>[ns3::SimpleOfdmWimaxPhy](\ref ns3::SimpleOfdmWimaxPhy)</li>
43682 <li>[ns3::SSManager](\ref ns3::SSManager)</li>
43683 <li>[ns3::ConnectionManager](\ref ns3::ConnectionManager)</li>
43684 <li>[ns3::UplinkScheduler](\ref ns3::UplinkScheduler)</li>
43685 <li>[ns3::UplinkSchedulerSimple](\ref ns3::UplinkSchedulerSimple)</li>
43686 <li>[ns3::UplinkSchedulerMBQoS](\ref ns3::UplinkSchedulerMBQoS)</li>
43687 <li>[ns3::UplinkSchedulerRtps](\ref ns3::UplinkSchedulerRtps)</li>
43688 <li>[ns3::BSScheduler](\ref ns3::BSScheduler)</li>
43689 <li>[ns3::BSSchedulerSimple](\ref ns3::BSSchedulerSimple)</li>
43690 <li>[ns3::BSSchedulerRtps](\ref ns3::BSSchedulerRtps)</li>
43691 <li>[ns3::WimaxMacQueue](\ref ns3::WimaxMacQueue)</li>
43692 <li>[ns3::BurstProfileManager](\ref ns3::BurstProfileManager)</li>
43693 <li>[ns3::SSScheduler](\ref ns3::SSScheduler)</li>
43694 <li>[ns3::ServiceFlowManager](\ref ns3::ServiceFlowManager)</li>
43695 <li>[ns3::SSLinkManager](\ref ns3::SSLinkManager)</li>
43696 <li>[ns3::BSLinkManager](\ref ns3::BSLinkManager)</li>
43697 <li>[ns3::BandwidthManager](\ref ns3::BandwidthManager)</li>
43698 <li>[ns3::IpcsClassifier](\ref ns3::IpcsClassifier)</li>
43699 <li>[ns3::WimaxMacToMacHeader](\ref ns3::WimaxMacToMacHeader)</li>
43700</ul>
43701<b>Zigbee</b><br>
43702<ul>
43703 <li>[ns3::zigbee::ZigbeeAps](\ref ns3::zigbee::ZigbeeAps)</li>
43704 <li>[ns3::zigbee::ZigbeeNwk](\ref ns3::zigbee::ZigbeeNwk)</li>
43705 <li>[ns3::zigbee::ZigbeeStack](\ref ns3::zigbee::ZigbeeStack)</li>
43706</ul>
43707*/
43708
43709/*!
43710\page LogComponentList All LogComponents
43711
43712This is a list of all \ref ns3::LogComponent instances.
43713
43714| Log Component | File |
43715| :------------------------------------------ | :----------------------------------------------------------------------------------------------------------- |
43716| PrintIntrospectedDoxygen | /tmp/nsnam/update-docs/ns-3-dev/utils/print-introspected-doxygen.cc |
43717| ZigbeeNwk | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk.cc |
43718| ZigbeeNwkFields | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk-fields.cc |
43719| ZigbeeAps | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-aps.cc |
43720| ZigbeeApsTables | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-aps-tables.cc |
43721| TopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/topology-reader.cc |
43722| TopologyReaderHelper | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/helper/topology-reader-helper.cc |
43723| TapBridgeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/tap-bridge/helper/tap-bridge-helper.cc |
43724| PointToPointStarHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-star.cc |
43725| PointToPointDumbbellHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-dumbbell.cc |
43726| OlsrRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/olsr/model/olsr-routing-protocol.cc |
43727| TdTbfqFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdtbfq-ff-mac-scheduler.cc |
43728| TdMtFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdmt-ff-mac-scheduler.cc |
43729| TdBetFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tdbet-ff-mac-scheduler.cc |
43730| RrFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/rr-ff-mac-scheduler.cc |
43731| RemSpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/rem-spectrum-phy.cc |
43732| PssFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/pss-ff-mac-scheduler.cc |
43733| PfFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/pf-ff-mac-scheduler.cc |
43734| NoOpComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/no-op-component-carrier-manager.cc |
43735| LteVendorSpecificParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-vendor-specific-parameters.cc |
43736| LteUeRrc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-rrc.cc |
43737| LteUePowerControl | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-power-control.cc |
43738| LteUePhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-phy.cc |
43739| LteRrcProtocolReal | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-protocol-real.cc |
43740| RrcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-header.cc |
43741| LteRlcUm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-um.cc |
43742| LteRlcTm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-tm.cc |
43743| LteRlcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-header.cc |
43744| LteRlcAmHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-am-header.cc |
43745| LtePdcp | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-pdcp.cc |
43746| LtePdcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-pdcp-header.cc |
43747| LteNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-net-device.cc |
43748| LteMiErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-mi-error-model.cc |
43749| NixVectorRouting | /tmp/nsnam/update-docs/ns-3-dev/src/nix-vector-routing/model/nix-vector-routing.cc |
43750| LteInterference | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-interference.cc |
43751| LteHarqPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-harq-phy.cc |
43752| LteHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-handover-algorithm.cc |
43753| LteFrSoftAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-soft-algorithm.cc |
43754| LteFfrSoftAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-soft-algorithm.cc |
43755| LteFfrDistributedAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-distributed-algorithm.cc |
43756| ZigbeeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/helper/zigbee-helper.cc |
43757| LteFfrAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-algorithm.cc |
43758| LteEnbRrc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-rrc.cc |
43759| LteEnbPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-phy.cc |
43760| LteEnbNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-net-device.cc |
43761| LteEnbComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-component-carrier-manager.cc |
43762| LteControlMessage | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-control-messages.cc |
43763| LteCommon | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-common.cc |
43764| LteAnr | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-anr.cc |
43765| FdBetFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdbet-ff-mac-scheduler.cc |
43766| LtePhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-phy.cc |
43767| EpcX2 | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-x2.cc |
43768| EpcUeNas | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-ue-nas.cc |
43769| LteUeNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-net-device.cc |
43770| EpcTft | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-tft.cc |
43771| EpcSgwApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-sgw-application.cc |
43772| EpcPgwApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-pgw-application.cc |
43773| EpcMmeApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-mme-application.cc |
43774| GtpcHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-gtpc-header.cc |
43775| CqaFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/cqa-ff-mac-scheduler.cc |
43776| A3RsrpHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/a3-rsrp-handover-algorithm.cc |
43777| A2A4RsrqHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/a2-a4-rsrq-handover-algorithm.cc |
43778| RadioEnvironmentMapHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-environment-map-helper.cc |
43779| NoBackhaulEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/no-backhaul-epc-helper.cc |
43780| LteStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-stats-calculator.cc |
43781| LteHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-helper.cc |
43782| LteGlobalPathlossDatabase | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-global-pathloss-database.cc |
43783| CcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/cc-helper.cc |
43784| EmuEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/emu-epc-helper.cc |
43785| LrWpanSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-spectrum-value-helper.cc |
43786| LrWpanSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-spectrum-signal-parameters.cc |
43787| LrWpanPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-phy.cc |
43788| LrWpanMac | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-mac.cc |
43789| LrWpanMacBase | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-mac-base.cc |
43790| LrWpanInterferenceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-interference-helper.cc |
43791| Ipv4FlowProbe | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/ipv4-flow-probe.cc |
43792| FdNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/model/fd-net-device.cc |
43793| FdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/fd-net-device-helper.cc |
43794| EmuFdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/emu-fd-net-device-helper.cc |
43795| TapFdNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/fd-net-device/helper/tap-fd-net-device-helper.cc |
43796| DsrRreqTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rreq-table.cc |
43797| DsrRouting | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-routing.cc |
43798| FlowMonitor | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/flow-monitor.cc |
43799| DsrRouteCache | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rcache.cc |
43800| DsrPassiveBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-passive-buff.cc |
43801| DsrOptionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-option-header.cc |
43802| DsrMaintainBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-maintain-buff.cc |
43803| DsrGraReplyTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-gratuitous-reply-table.cc |
43804| DsrFsHeader | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-fs-header.cc |
43805| DsdvRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-routing-protocol.cc |
43806| CsmaNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/csma-net-device.cc |
43807| CsmaChannel | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/csma-channel.cc |
43808| Backoff | /tmp/nsnam/update-docs/ns-3-dev/src/csma/model/backoff.cc |
43809| CsmaHelper | /tmp/nsnam/update-docs/ns-3-dev/src/csma/helper/csma-helper.cc |
43810| RawTextConfig | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/raw-text-config.cc |
43811| ConfigStore | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/config-store.cc |
43812| AttributeIterator | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/attribute-iterator.cc |
43813| ThreeGppV2vChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/three-gpp-v2v-channel-condition-model.cc |
43814| RandomWalk2dOutdoor | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/random-walk-2d-outdoor-mobility-model.cc |
43815| OhBuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/oh-buildings-propagation-loss-model.cc |
43816| ItuR1238PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/itu-r-1238-propagation-loss-model.cc |
43817| EpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/epc-helper.cc |
43818| HybridBuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/hybrid-buildings-propagation-loss-model.cc |
43819| BuildingsPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/buildings-propagation-loss-model.cc |
43820| BuildingsChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/buildings-channel-condition-model.cc |
43821| Building | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/building.cc |
43822| BuildingList | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/building-list.cc |
43823| BuildingPositionAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/building-position-allocator.cc |
43824| AodvRequestQueue | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-rqueue.cc |
43825| AodvNeighbors | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-neighbor.cc |
43826| PppHeader | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/ppp-header.cc |
43827| PointToPointNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/point-to-point-net-device.cc |
43828| TcpVegas | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-vegas.cc |
43829| TcpTxBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-tx-buffer.cc |
43830| TcpSocket | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-socket.cc |
43831| Ipv4Interface | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-interface.cc |
43832| LteChunkProcessor | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-chunk-processor.cc |
43833| TcpScalable | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-scalable.cc |
43834| TcpOptionWinScale | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-winscale.cc |
43835| Inet6SocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/inet6-socket-address.cc |
43836| Demangle | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/demangle.cc |
43837| TcpHybla | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-hybla.cc |
43838| PointToPointGridHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point-layout/model/point-to-point-grid.cc |
43839| RipHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rip-header.cc |
43840| ExampleAsTestCase | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/example-as-test.cc |
43841| TcpDctcp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-dctcp.cc |
43842| Dhcp6Options | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-options.cc |
43843| RipNgHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ripng-header.cc |
43844| SllHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/sll-header.cc |
43845| PositionAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/position-allocator.cc |
43846| TcpOption | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option.cc |
43847| TcpHtcp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-htcp.cc |
43848| LoopbackNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/loopback-net-device.cc |
43849| UdpSocket | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-socket.cc |
43850| PhasedArraySpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/phased-array-spectrum-propagation-loss-model.cc |
43851| EmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/emlsr-manager.cc |
43852| Ipv6StaticRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-static-routing.cc |
43853| EthernetHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ethernet-header.cc |
43854| LteSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-value-helper.cc |
43855| TcpLp | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-lp.cc |
43856| Ipv6PmtuCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-pmtu-cache.cc |
43857| Timer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/timer.cc |
43858| SixLowPanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/sixlowpan/helper/sixlowpan-helper.cc |
43859| Ipv4RoutingTableEntry | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-routing-table-entry.cc |
43860| Ipv6Interface | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-interface.cc |
43861| NodeList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/node-list.cc |
43862| Ipv6Extension | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-extension.cc |
43863| Ipv6AutoconfiguredPrefix | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-autoconfigured-prefix.cc |
43864| HePpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-ppdu.cc |
43865| Ipv4RawSocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-factory.cc |
43866| TcpRateOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-rate-ops.cc |
43867| RocketfuelTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/rocketfuel-topology-reader.cc |
43868| Ipv6ListRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-list-routing.cc |
43869| BitSerializer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/bit-serializer.cc |
43870| RraaWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/rraa-wifi-manager.cc |
43871| Ipv4L3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-l3-protocol.cc |
43872| TableBasedErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/table-based-error-rate-model.cc |
43873| Ipv4EndPointDemux | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-end-point-demux.cc |
43874| Ipv4PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-probe.cc |
43875| Icmpv6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv6-header.cc |
43876| MACMESSAGES | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/mac-messages.cc |
43877| GlobalRouteManager | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-route-manager.cc |
43878| CandidateQueue | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/candidate-queue.cc |
43879| ArpQueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-queue-disc-item.cc |
43880| CommandLine | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/command-line.cc |
43881| ConnectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/connection-manager.cc |
43882| EpcEnbApplication | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-enb-application.cc |
43883| ArpL3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-l3-protocol.cc |
43884| ArpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-header.cc |
43885| Ipv6StaticRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv6-static-routing-helper.cc |
43886| Ipv4StaticRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-static-routing-helper.cc |
43887| IsmSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/ism-spectrum-value-helper.cc |
43888| WifiSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-signal-parameters.cc |
43889| BitDeserializer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/bit-deserializer.cc |
43890| QueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/queue-disc.cc |
43891| Ipv6AddressGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-address-generator.cc |
43892| LteUeComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-component-carrier-manager.cc |
43893| WifiDefaultGcrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-gcr-manager.cc |
43894| WifiAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-ack-manager.cc |
43895| DataOutputInterface | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-output-interface.cc |
43896| VhtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-configuration.cc |
43897| AodvRoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-routing-protocol.cc |
43898| WifiPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-ppdu.cc |
43899| LteEnbMac | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-enb-mac.cc |
43900| PfifoFastQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/pfifo-fast-queue-disc.cc |
43901| PacketSocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-address.cc |
43902| MqQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/mq-queue-disc.cc |
43903| FqCobaltQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-cobalt-queue-disc.cc |
43904| CobaltQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/cobalt-queue-disc.cc |
43905| BSSchedulerSimple | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler-simple.cc |
43906| TrafficControlHelper | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/helper/traffic-control-helper.cc |
43907| Ipv4StaticRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-static-routing.cc |
43908| SimpleChannel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/simple-channel.cc |
43909| ErpOfdmPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/erp-ofdm-ppdu.cc |
43910| Ipv4RoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-routing-protocol.cc |
43911| Ipv4GlobalRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-global-routing.cc |
43912| TcpBbr | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-bbr.cc |
43913| RrMultiUserScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/rr-multi-user-scheduler.cc |
43914| AdhocWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/adhoc-wifi-mac.cc |
43915| PacketBB | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packetbb.cc |
43916| GlobalRoutingHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-global-routing-helper.cc |
43917| Icmpv6L4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv6-l4-protocol.cc |
43918| GtpuHeader | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-gtpu-header.cc |
43919| WifiPhyOperatingChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy-operating-channel.cc |
43920| TcpIllinois | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-illinois.cc |
43921| PacketSocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-factory.cc |
43922| Icmpv4Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv4.cc |
43923| BridgeHelper | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/helper/bridge-helper.cc |
43924| LteAmc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-amc.cc |
43925| CoDelQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/codel-queue-disc.cc |
43926| Hash | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash.cc |
43927| TcpOptionSackPermitted | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-sack-permitted.cc |
43928| ArpCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/arp-cache.cc |
43929| SystemPath | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/system-path.cc |
43930| BSLinkManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-link-manager.cc |
43931| YansWifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-wifi-phy.cc |
43932| ComponentCarrier | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier.cc |
43933| WifiProtectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-protection-manager.cc |
43934| XmlConfig | /tmp/nsnam/update-docs/ns-3-dev/src/config-store/model/xml-config.cc |
43935| TimeDataCalculators | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-data-calculators.cc |
43936| Ipv4ListRouting | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-list-routing.cc |
43937| Double | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/double.cc |
43938| ThreeGppPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/three-gpp-propagation-loss-model.cc |
43939| BridgeNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/model/bridge-net-device.cc |
43940| Breakpoint | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/breakpoint.cc |
43941| DynamicQueueLimits | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/dynamic-queue-limits.cc |
43942| DsssPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-phy.cc |
43943| CosineAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/cosine-antenna-model.cc |
43944| RedQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/red-queue-disc.cc |
43945| PriorityQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/priority-queue-scheduler.cc |
43946| BurstProfileManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/burst-profile-manager.cc |
43947| Ipv4PacketInfoTag | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-info-tag.cc |
43948| TbfQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/tbf-queue-disc.cc |
43949| OfdmPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/ofdm-phy.cc |
43950| Asn1Header | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-asn1-header.cc |
43951| Length | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/length.cc |
43952| QueueItem | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-item.cc |
43953| AttributeConstructionList | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/attribute-construction-list.cc |
43954| ObjectFactory | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-factory.cc |
43955| WifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-helper.cc |
43956| GnuplotAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/gnuplot-aggregator.cc |
43957| HeapScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/heap-scheduler.cc |
43958| DsrErrorBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-errorbuff.cc |
43959| Callback | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/callback.cc |
43960| Ipv6QueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-queue-disc-item.cc |
43961| CalendarScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/calendar-scheduler.cc |
43962| YansErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-error-rate-model.cc |
43963| BlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-agreement.cc |
43964| ThreeGppHttpVariables | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-variables.cc |
43965| GlobalValue | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/global-value.cc |
43966| ThreeGppV2vPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/three-gpp-v2v-propagation-loss-model.cc |
43967| Hash-Fnv | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-fnv.cc |
43968| Dhcp6Client | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-client.cc |
43969| InternetStackHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/internet-stack-helper.cc |
43970| ListScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/list-scheduler.cc |
43971| GlobalRouter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-router-interface.cc |
43972| Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/probe.cc |
43973| ShowProgress | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/show-progress.cc |
43974| TwoRaySpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/two-ray-spectrum-propagation-loss-model.cc |
43975| TrafficControlLayer | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/traffic-control-layer.cc |
43976| UdpClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-client.cc |
43977| PacketMetadata | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet-metadata.cc |
43978| Names | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/names.cc |
43979| Scheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/scheduler.cc |
43980| DataCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-calculator.cc |
43981| ObjectPtrContainer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-ptr-container.cc |
43982| TapBridge | /tmp/nsnam/update-docs/ns-3-dev/src/tap-bridge/model/tap-bridge.cc |
43983| Channel | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/channel.cc |
43984| TcpBic | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-bic.cc |
43985| GlobalRouteManagerImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/global-route-manager-impl.cc |
43986| PointToPointHelper | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/helper/point-to-point-helper.cc |
43987| BridgeChannel | /tmp/nsnam/update-docs/ns-3-dev/src/bridge/model/bridge-channel.cc |
43988| Ipv6AddressHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv6-address-helper.cc |
43989| LrWpanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-net-device.cc |
43990| AttributeValue | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/attribute.cc |
43991| PointToPointChannel | /tmp/nsnam/update-docs/ns-3-dev/src/point-to-point/model/point-to-point-channel.cc |
43992| Ipv4AddressHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/ipv4-address-helper.cc |
43993| UanChannel | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-channel.cc |
43994| Integer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/integer.cc |
43995| DsrNetworkQueue | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-network-queue.cc |
43996| AarfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aarf-wifi-manager.cc |
43997| TypeId | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/type-id.cc |
43998| ThompsonSamplingWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/thompson-sampling-wifi-manager.cc |
43999| ThresholdPreambleDetectionModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/threshold-preamble-detection-model.cc |
44000| LteFrNoOpAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-no-op-algorithm.cc |
44001| Ipv4QueueDiscItem | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-queue-disc-item.cc |
44002| SystemWallClockMs | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/system-wall-clock-ms.cc |
44003| GroupMobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/group-mobility-helper.cc |
44004| Athstats | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/athstats-helper.cc |
44005| SpectrumWifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/spectrum-wifi-phy.cc |
44006| RandomVariableStream | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/random-variable-stream.cc |
44007| Pointer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/pointer.cc |
44008| SpectrumAnalyzer | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-analyzer.cc |
44009| Ipv4Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ipv4-address.cc |
44010| InternetTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/internet-trace-helper.cc |
44011| FileAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/file-aggregator.cc |
44012| WaypointMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/waypoint-mobility-model.cc |
44013| LlcSnalHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/llc-snap-header.cc |
44014| FdReader | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/unix-fd-reader.cc |
44015| EventImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/event-impl.cc |
44016| Application | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/application.cc |
44017| SSLinkManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-link-manager.cc |
44018| RandomVariableStreamHelper | /tmp/nsnam/update-docs/ns-3-dev/src/core/helper/random-variable-stream-helper.cc |
44019| WallClockSynchronizer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/wall-clock-synchronizer.cc |
44020| RngSeedManager | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/rng-seed-manager.cc |
44021| Kun2600MhzPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/kun-2600-mhz-propagation-loss-model.cc |
44022| Simulator | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/simulator.cc |
44023| NetDeviceQueueInterface | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/net-device-queue-interface.cc |
44024| Dhcp6Duid | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-duid.cc |
44025| Ipv4InterfaceAddress | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-interface-address.cc |
44026| Ipv4RawSocketFactoryImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-factory-impl.cc |
44027| OnOffApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/onoff-application.cc |
44028| ChannelAccessManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/channel-access-manager.cc |
44029| MeshL2RoutingProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-l2-routing-protocol.cc |
44030| EpcX2Header | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-x2-header.cc |
44031| Ipv6RawSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-raw-socket-impl.cc |
44032| RadiotapHeader | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/radiotap-header.cc |
44033| WimaxHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/helper/wimax-helper.cc |
44034| FdTbfqFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdtbfq-ff-mac-scheduler.cc |
44035| GnuplotHelper | /tmp/nsnam/update-docs/ns-3-dev/src/stats/helper/gnuplot-helper.cc |
44036| DefaultSimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/default-simulator-impl.cc |
44037| MapScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/map-scheduler.cc |
44038| ByteTagList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/byte-tag-list.cc |
44039| Vector | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/vector.cc |
44040| Ipv6OptionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-option-header.cc |
44041| ZigbeeNwkTables | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-nwk-tables.cc |
44042| RadioBearerStatsConnector | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-bearer-stats-connector.cc |
44043| BaseStationNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-net-device.cc |
44044| NeighborCacheHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet/helper/neighbor-cache-helper.cc |
44045| WifiSpectrumValueHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-value-helper.cc |
44046| Time | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/time.cc |
44047| Synchronizer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/synchronizer.cc |
44048| AnimationInterface | /tmp/nsnam/update-docs/ns-3-dev/src/netanim/model/animation-interface.cc |
44049| FlameRtable | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-rtable.cc |
44050| TtaFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/tta-ff-mac-scheduler.cc |
44051| TcpOptionTS | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-ts.cc |
44052| Packet | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet.cc |
44053| MsduAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/msdu-aggregator.cc |
44054| Object | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object.cc |
44055| Ipv6Option | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-option.cc |
44056| FqCoDelQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-codel-queue-disc.cc |
44057| HashFunction | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-function.cc |
44058| PcapFile | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/pcap-file.cc |
44059| Uinteger16Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-16-probe.cc |
44060| NixVector | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/nix-vector.cc |
44061| DataCollectionObject | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-collection-object.cc |
44062| Mac64Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac64-address.cc |
44063| HwmpRtable | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-rtable.cc |
44064| WaveformGeneratorHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/waveform-generator-helper.cc |
44065| DataCollector | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/data-collector.cc |
44066| int64x64-128 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/int64x64-128.cc |
44067| UanMacCw | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-cw.cc |
44068| InetSocketAddress | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/inet-socket-address.cc |
44069| UanMacRc | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-rc.cc |
44070| TcpCongestionOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-congestion-ops.cc |
44071| EnergyHarvesterContainer | /tmp/nsnam/update-docs/ns-3-dev/src/energy/helper/energy-harvester-container.cc |
44072| RadioBearerStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/radio-bearer-stats-calculator.cc |
44073| TimeSeriesAdaptor | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-series-adaptor.cc |
44074| Rip | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rip.cc |
44075| NdiscCache | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ndisc-cache.cc |
44076| TcpRecoveryOps | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-recovery-ops.cc |
44077| EhtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-ppdu.cc |
44078| LteRrcProtocolIdeal | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rrc-protocol-ideal.cc |
44079| NistErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/nist-error-rate-model.cc |
44080| VirtualNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/virtual-net-device/model/virtual-net-device.cc |
44081| Histogram | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/histogram.cc |
44082| Uinteger8Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-8-probe.cc |
44083| BuildingsHelper | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/buildings-helper.cc |
44084| ThreeGppAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/three-gpp-antenna-model.cc |
44085| ErpOfdmPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/erp-ofdm-phy.cc |
44086| TraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/trace-helper.cc |
44087| Ipv6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-header.cc |
44088| OmnetDataOutput | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/omnet-data-output.cc |
44089| LrWpanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/helper/lr-wpan-helper.cc |
44090| SupportedRates | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/supported-rates.cc |
44091| ApplicationContainer | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/application-container.cc |
44092| LteRlcAm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc-am.cc |
44093| MacStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/mac-stats-calculator.cc |
44094| WifiDefaultAssocManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-assoc-manager.cc |
44095| SimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/simulator-impl.cc |
44096| NonCommunicatingNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/non-communicating-net-device.cc |
44097| SimpleNetDeviceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/network/helper/simple-net-device-helper.cc |
44098| SimpleNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/simple-net-device.cc |
44099| FlowIdTag | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/flow-id-tag.cc |
44100| MeshPointDevice | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-point-device.cc |
44101| NoOpHandoverAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/no-op-handover-algorithm.cc |
44102| Socket | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/socket.cc |
44103| TimePrinter | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/time-printer.cc |
44104| TvSpectrumTransmitterHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/tv-spectrum-transmitter-helper.cc |
44105| QueueLimits | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-limits.cc |
44106| Ipv4Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-header.cc |
44107| FifoQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fifo-queue-disc.cc |
44108| Watchdog | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/watchdog.cc |
44109| Uinteger | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/uinteger.cc |
44110| CsmaStarHelper | /tmp/nsnam/update-docs/ns-3-dev/src/csma-layout/model/csma-star-helper.cc |
44111| InterferenceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/interference-helper.cc |
44112| FqPieQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/fq-pie-queue-disc.cc |
44113| ComponentCarrierUe | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier-ue.cc |
44114| WifiDefaultAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-ack-manager.cc |
44115| OlsrHeader | /tmp/nsnam/update-docs/ns-3-dev/src/olsr/model/olsr-header.cc |
44116| ChannelList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/channel-list.cc |
44117| DsrHelper | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/helper/dsr-helper.cc |
44118| Ipv4PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-packet-filter.cc |
44119| TcpHighSpeed | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-highspeed.cc |
44120| FileHelper | /tmp/nsnam/update-docs/ns-3-dev/src/stats/helper/file-helper.cc |
44121| Ipv6FlowProbe | /tmp/nsnam/update-docs/ns-3-dev/src/flow-monitor/model/ipv6-flow-probe.cc |
44122| DhcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-header.cc |
44123| DhcpServer | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-server.cc |
44124| Header | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/header.cc |
44125| YansWifiChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/yans-wifi-channel.cc |
44126| UanMacAloha | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-aloha.cc |
44127| Node | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/node.cc |
44128| Ipv6PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-packet-probe.cc |
44129| PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/packet-filter.cc |
44130| DsssPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-ppdu.cc |
44131| PacketTagList | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/packet-tag-list.cc |
44132| SocketFactory | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/socket-factory.cc |
44133| RttEstimator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/rtt-estimator.cc |
44134| ThreeGppHttpServer | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-server.cc |
44135| ErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/error-model.cc |
44136| TagBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/tag-buffer.cc |
44137| RandomWalk2d | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/random-walk-2d-mobility-model.cc |
44138| PacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-probe.cc |
44139| PacketSocketClient | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-client.cc |
44140| Ipv4AddressGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-address-generator.cc |
44141| Ipv6PacketFilter | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-packet-filter.cc |
44142| Trailer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/trailer.cc |
44143| IpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ip-l4-protocol.cc |
44144| AddressUtils | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/address-utils.cc |
44145| SpectrumAnalyzerHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/spectrum-analyzer-helper.cc |
44146| Ipv6EndPointDemux | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-end-point-demux.cc |
44147| PhyStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-stats-calculator.cc |
44148| RipNg | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ripng.cc |
44149| TcpSocketBase | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-socket-base.cc |
44150| Boolean | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/boolean.cc |
44151| PacketSocket | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket.cc |
44152| DataRate | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/data-rate.cc |
44153| PointToPointEpcHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/point-to-point-epc-helper.cc |
44154| FrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/frame-exchange-manager.cc |
44155| QosTxop | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/qos-txop.cc |
44156| VhtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-phy.cc |
44157| BSSchedulerRtps | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler-rtps.cc |
44158| WaveformGenerator | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/waveform-generator.cc |
44159| DefaultApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/default-ap-emlsr-manager.cc |
44160| ErrorChannel | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/error-channel.cc |
44161| TimeProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/time-probe.cc |
44162| TraceSourceAccessor | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/trace-source-accessor.cc |
44163| QueueSize | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue-size.cc |
44164| ItuR1411NlosOverRooftopPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/itu-r-1411-nlos-over-rooftop-propagation-loss-model.cc |
44165| int64x64 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/int64x64.cc |
44166| UanMacRcGw | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-mac-rc-gw.cc |
44167| TcpCubic | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-cubic.cc |
44168| Hash-Murmur3 | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/hash-murmur3.cc |
44169| DsrSendBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-rsendbuff.cc |
44170| OutputStreamWrapper | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/output-stream-wrapper.cc |
44171| Ipv6Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ipv6-address.cc |
44172| Queue | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/queue.cc |
44173| TcpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-l4-protocol.cc |
44174| Mac48Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac48-address.cc |
44175| Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/address.cc |
44176| PacketBurst | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-burst.cc |
44177| TcpWestwoodPlus | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-westwood-plus.cc |
44178| TcpYeah | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-yeah.cc |
44179| UdpL4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-l4-protocol.cc |
44180| Ipv6EndPoint | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-end-point.cc |
44181| UdpSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/udp-socket-impl.cc |
44182| PacketSocketServer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-socket-server.cc |
44183| DhcpHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/dhcp-helper.cc |
44184| UdpEchoClientApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-echo-client.cc |
44185| PacketDataCalculators | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/packet-data-calculators.cc |
44186| Dhcp6Helper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/dhcp6-helper.cc |
44187| Ipv6L3Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-l3-protocol.cc |
44188| RadvdHelper | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/helper/radvd-helper.cc |
44189| DhcpClient | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp-client.cc |
44190| DeviceEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/device-energy-model.cc |
44191| PieQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/pie-queue-disc.cc |
44192| Dhcp6Header | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-header.cc |
44193| SimpleDeviceEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/simple-device-energy-model.cc |
44194| EthernetTrailer | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/ethernet-trailer.cc |
44195| SimpleFrameCaptureModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/simple-frame-capture-model.cc |
44196| MobilityBuildingInfo | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/model/mobility-building-info.cc |
44197| Dhcp6Server | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/dhcp6-server.cc |
44198| WimaxMacQueue | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-mac-queue.cc |
44199| PhyRxStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-rx-stats-calculator.cc |
44200| WifiRemoteStationManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-remote-station-manager.cc |
44201| Ping | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/ping.cc |
44202| LteFrHardAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-hard-algorithm.cc |
44203| RadvdInterface | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd-interface.cc |
44204| LteRlc | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-rlc.cc |
44205| TrickleTimer | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/trickle-timer.cc |
44206| YansWifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/yans-wifi-helper.cc |
44207| V4TraceRoute | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/v4traceroute.cc |
44208| AodvRoutingTable | /tmp/nsnam/update-docs/ns-3-dev/src/aodv/model/aodv-rtable.cc |
44209| BasicEnergyHarvester | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/basic-energy-harvester.cc |
44210| UanTransducerHd | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-transducer-hd.cc |
44211| PacketLossCounter | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/packet-loss-counter.cc |
44212| BasicEnergySource | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/basic-energy-source.cc |
44213| WifiTxStatsHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-tx-stats-helper.cc |
44214| DeviceEnergyModelContainer | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/device-energy-model-container.cc |
44215| EnergyHarvester | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/energy-harvester.cc |
44216| GenericBatteryModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/generic-battery-model.cc |
44217| SpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-phy.cc |
44218| BuildingAllocator | /tmp/nsnam/update-docs/ns-3-dev/src/buildings/helper/building-allocator.cc |
44219| RvBatteryModel | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/rv-battery-model.cc |
44220| TcpPrrRecovery | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-prr-recovery.cc |
44221| CircularApertureAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/circular-aperture-antenna-model.cc |
44222| TcpLinuxReno | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-linux-reno.cc |
44223| WifiAssocManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-assoc-manager.cc |
44224| Angles | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/angles.cc |
44225| ZigbeeStack | /tmp/nsnam/update-docs/ns-3-dev/src/zigbee/model/zigbee-stack.cc |
44226| AntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/antenna-model.cc |
44227| SixLowPanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/sixlowpan/model/sixlowpan-net-device.cc |
44228| IsotropicAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/isotropic-antenna-model.cc |
44229| LrWpanErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-error-model.cc |
44230| Cost231PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/cost231-propagation-loss-model.cc |
44231| PhyEntity | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/phy-entity.cc |
44232| ParabolicAntennaModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/parabolic-antenna-model.cc |
44233| PhasedArrayModel | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/phased-array-model.cc |
44234| AparfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aparf-wifi-manager.cc |
44235| UniformPlanarArray | /tmp/nsnam/update-docs/ns-3-dev/src/antenna/model/uniform-planar-array.cc |
44236| CsvReader | /tmp/nsnam/update-docs/ns-3-dev/src/core/helper/csv-reader.cc |
44237| UanPhyGen | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-phy-gen.cc |
44238| MobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/mobility-helper.cc |
44239| PrioQueueDisc | /tmp/nsnam/update-docs/ns-3-dev/src/traffic-control/model/prio-queue-disc.cc |
44240| SpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-channel.cc |
44241| Ns2MobilityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/helper/ns2-mobility-helper.cc |
44242| DoubleProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/double-probe.cc |
44243| ConstantVelocityHelper | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/constant-velocity-helper.cc |
44244| FcfsWifiQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/fcfs-wifi-queue-scheduler.cc |
44245| GeographicPositions | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/geographic-positions.cc |
44246| VhtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-frame-exchange-manager.cc |
44247| HierarchicalMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/hierarchical-mobility-model.cc |
44248| EpcTftClassifier | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/epc-tft-classifier.cc |
44249| RandomDirection2dMobilityModel | /tmp/nsnam/update-docs/ns-3-dev/src/mobility/model/random-direction-2d-mobility-model.cc |
44250| ChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/channel-condition-model.cc |
44251| ItuR1411LosPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/itu-r-1411-los-propagation-loss-model.cc |
44252| Jakes | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/jakes-propagation-loss-model.cc |
44253| OkumuraHataPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/okumura-hata-propagation-loss-model.cc |
44254| NodePrinter | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/node-printer.cc |
44255| AlohaNoackNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/aloha-noack-net-device.cc |
44256| HtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-frame-exchange-manager.cc |
44257| FdMtFfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/fdmt-ff-mac-scheduler.cc |
44258| Ipv4RawSocketImpl | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-raw-socket-impl.cc |
44259| ProbabilisticV2vChannelConditionModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/probabilistic-v2v-channel-condition-model.cc |
44260| PropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/propagation-loss-model.cc |
44261| AdhocAlohaNoackIdealPhyHelper | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/helper/adhoc-aloha-noack-ideal-phy-helper.cc |
44262| AlohaNoackMacHeader | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/aloha-noack-mac-header.cc |
44263| Ipv4EndPoint | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-end-point.cc |
44264| Test | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/test.cc |
44265| TcpRxBuffer | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-rx-buffer.cc |
44266| ConstantSpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/constant-spectrum-propagation-loss.cc |
44267| HalfDuplexIdealPhySignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/half-duplex-ideal-phy-signal-parameters.cc |
44268| HalfDuplexIdealPhy | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/half-duplex-ideal-phy.cc |
44269| IpcsClassifierRecord | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ipcs-classifier-record.cc |
44270| OrbisTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/orbis-topology-reader.cc |
44271| BsServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-service-flow-manager.cc |
44272| MultiModelSpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/multi-model-spectrum-channel.cc |
44273| AdvancedApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/advanced-ap-emlsr-manager.cc |
44274| SpectrumConverter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-converter.cc |
44275| ShannonSpectrumErrorModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-error-model.cc |
44276| WifiMacQueue | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac-queue.cc |
44277| WifiPhyStateHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy-state-helper.cc |
44278| SpectrumModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-model.cc |
44279| TraceFadingLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/trace-fading-loss-model.cc |
44280| TcpOptionSack | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-sack.cc |
44281| SpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-propagation-loss-model.cc |
44282| SpectrumTransmitFilter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-transmit-filter.cc |
44283| SpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-signal-parameters.cc |
44284| LteSpectrumPhy | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-phy.cc |
44285| SpectrumValue | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-value.cc |
44286| ThreeGppChannelModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/three-gpp-channel-model.cc |
44287| ThreeGppSpectrumPropagationLossModel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/three-gpp-spectrum-propagation-loss-model.cc |
44288| ConstantRateWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/constant-rate-wifi-manager.cc |
44289| TcpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-header.cc |
44290| TvSpectrumTransmitter | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/tv-spectrum-transmitter.cc |
44291| SpectrumWifiHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/spectrum-wifi-helper.cc |
44292| WifiCoTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-co-trace-helper.cc |
44293| FlameProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-protocol-mac.cc |
44294| ApWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ap-wifi-mac.cc |
44295| SpectrumInterference | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/spectrum-interference.cc |
44296| BlockAckWindow | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-window.cc |
44297| AdvancedEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/advanced-emlsr-manager.cc |
44298| DefaultEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/default-emlsr-manager.cc |
44299| WifiPhyRxTraceHelper | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/helper/wifi-phy-rx-trace-helper.cc |
44300| RealtimeSimulatorImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/realtime-simulator-impl.cc |
44301| EhtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-configuration.cc |
44302| NetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/net-device.cc |
44303| MinstrelHtWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/minstrel-ht-wifi-manager.cc |
44304| UanHelper | /tmp/nsnam/update-docs/ns-3-dev/src/uan/helper/uan-helper.cc |
44305| MultiLinkElement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/multi-link-element.cc |
44306| ConstantObssPdAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/constant-obss-pd-algorithm.cc |
44307| HeConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-configuration.cc |
44308| HeFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-frame-exchange-manager.cc |
44309| HePhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/he-phy.cc |
44310| MultiUserScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/multi-user-scheduler.cc |
44311| ObssPdAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/he/obss-pd-algorithm.cc |
44312| HtConfiguration | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-configuration.cc |
44313| UanPropModelThorp | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-prop-model-thorp.cc |
44314| HtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-ppdu.cc |
44315| MacRxMiddle | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mac-rx-middle.cc |
44316| MacTxMiddle | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mac-tx-middle.cc |
44317| EhtFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-frame-exchange-manager.cc |
44318| MpduAggregator | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/mpdu-aggregator.cc |
44319| SsServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-service-flow-manager.cc |
44320| DsssErrorRateModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/dsss-error-rate-model.cc |
44321| Uinteger32Probe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/uinteger-32-probe.cc |
44322| OfdmPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/non-ht/ofdm-ppdu.cc |
44323| OriginatorBlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/originator-block-ack-agreement.cc |
44324| SubscriberStationNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-net-device.cc |
44325| QosFrameExchangeManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/qos-frame-exchange-manager.cc |
44326| Ipv6InterfaceAddress | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-interface-address.cc |
44327| HtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/ht/ht-phy.cc |
44328| BooleanProbe | /tmp/nsnam/update-docs/ns-3-dev/src/stats/model/boolean-probe.cc |
44329| AarfcdWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/aarfcd-wifi-manager.cc |
44330| PacketSink | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/packet-sink.cc |
44331| UanTxMode | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-tx-mode.cc |
44332| AmrrWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/amrr-wifi-manager.cc |
44333| ArfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/arf-wifi-manager.cc |
44334| LteFfrEnhancedAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ffr-enhanced-algorithm.cc |
44335| Dot11sPeerManagementProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-link.cc |
44336| CaraWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/cara-wifi-manager.cc |
44337| UdpEchoServerApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-echo-server.cc |
44338| IdealWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/ideal-wifi-manager.cc |
44339| WifiMpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mpdu.cc |
44340| MinstrelWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/minstrel-wifi-manager.cc |
44341| OnoeWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/onoe-wifi-manager.cc |
44342| InetTopologyReader | /tmp/nsnam/update-docs/ns-3-dev/src/topology-read/model/inet-topology-reader.cc |
44343| ParfWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/parf-wifi-manager.cc |
44344| DsdvRoutingTable | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-rtable.cc |
44345| BlockAckManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/block-ack-manager.cc |
44346| RrpaaWifiManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/rate-control/rrpaa-wifi-manager.cc |
44347| UanNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-net-device.cc |
44348| LteFrStrictAlgorithm | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-fr-strict-algorithm.cc |
44349| GcrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/gcr-manager.cc |
44350| RecipientBlockAckAgreement | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/recipient-block-ack-agreement.cc |
44351| StaWifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/sta-wifi-mac.cc |
44352| Txop | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/txop.cc |
44353| EventId | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/event-id.cc |
44354| VhtPpdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/vht/vht-ppdu.cc |
44355| Ipv6ExtensionHeader | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv6-extension-header.cc |
44356| WifiBandwidthFilter | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-bandwidth-filter.cc |
44357| WifiDefaultProtectionManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-default-protection-manager.cc |
44358| SimpleUeComponentCarrierManager | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/simple-ue-component-carrier-manager.cc |
44359| WifiMacQueueScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac-queue-scheduler.cc |
44360| WifiMac | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-mac.cc |
44361| simpleOfdmWimaxChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/simple-ofdm-wimax-channel.cc |
44362| WifiNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-net-device.cc |
44363| SNRToBlockErrorRateManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/snr-to-block-error-rate-manager.cc |
44364| WifiPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-phy.cc |
44365| TcpOptionRfc793 | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-option-rfc793.cc |
44366| ApEmlsrManager | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/ap-emlsr-manager.cc |
44367| WifiPsdu | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-psdu.cc |
44368| Icmpv4L4Protocol | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/icmpv4-l4-protocol.cc |
44369| WifiRadioEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-radio-energy-model.cc |
44370| LteSpectrumSignalParameters | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-spectrum-signal-parameters.cc |
44371| PcapFileWrapper | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/pcap-file-wrapper.cc |
44372| WifiSpectrumPhyInterface | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-spectrum-phy-interface.cc |
44373| WifiTxCurrentModel | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-current-model.cc |
44374| UdpTraceClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-trace-client.cc |
44375| WifiTxParameters | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-parameters.cc |
44376| WifiTxTimer | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/wifi-tx-timer.cc |
44377| ApplicationPacketProbe | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/application-packet-probe.cc |
44378| EnergySource | /tmp/nsnam/update-docs/ns-3-dev/src/energy/model/energy-source.cc |
44379| BulkSendApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/bulk-send-application.cc |
44380| SeqTsEchoHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-echo-header.cc |
44381| SeqTsHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-header.cc |
44382| SeqTsSizeHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/seq-ts-size-header.cc |
44383| TcpVeno | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-veno.cc |
44384| EhtPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wifi/model/eht/eht-phy.cc |
44385| SinkApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/sink-application.cc |
44386| ThreeGppHttpClient | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-client.cc |
44387| Buffer | /tmp/nsnam/update-docs/ns-3-dev/src/network/model/buffer.cc |
44388| RadvdPrefix | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd-prefix.cc |
44389| ThreeGppHttpHeader | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/three-gpp-http-header.cc |
44390| UdpServer | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/udp-server.cc |
44391| DsrMainHelper | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/helper/dsr-main-helper.cc |
44392| HwmpProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-protocol-mac.cc |
44393| HwmpProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/hwmp-protocol.cc |
44394| PeerManagementProtocolMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-management-protocol-mac.cc |
44395| PeerManagementProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/dot11s/peer-management-protocol.cc |
44396| Ipv4 | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4.cc |
44397| FlameProtocol | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/flame/flame-protocol.cc |
44398| ComponentCarrierEnb | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/component-carrier-enb.cc |
44399| Mac16Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac16-address.cc |
44400| MeshWifiInterfaceMac | /tmp/nsnam/update-docs/ns-3-dev/src/mesh/model/mesh-wifi-interface-mac.cc |
44401| Mac8Address | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/mac8-address.cc |
44402| AcousticModemEnergyModel | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/acoustic-modem-energy-model.cc |
44403| UanPhyDual | /tmp/nsnam/update-docs/ns-3-dev/src/uan/model/uan-phy-dual.cc |
44404| WimaxNetDevice | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-net-device.cc |
44405| PhyTxStatsCalculator | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/phy-tx-stats-calculator.cc |
44406| RadvdApplication | /tmp/nsnam/update-docs/ns-3-dev/src/internet-apps/model/radvd.cc |
44407| DropTailQueue | /tmp/nsnam/update-docs/ns-3-dev/src/network/utils/drop-tail-queue.cc |
44408| SourceApplication | /tmp/nsnam/update-docs/ns-3-dev/src/applications/model/source-application.cc |
44409| WimaxPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-phy.cc |
44410| ObjectBase | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/object-base.cc |
44411| WimaxChannel | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-channel.cc |
44412| TcpLedbat | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/tcp-ledbat.cc |
44413| SimpleOfdmWimaxPhy | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/simple-ofdm-wimax-phy.cc |
44414| DsdvPacketQueue | /tmp/nsnam/update-docs/ns-3-dev/src/dsdv/model/dsdv-packet-queue.cc |
44415| RngStream | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/rng-stream.cc |
44416| SSManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-manager.cc |
44417| LteUeMac | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/lte-ue-mac.cc |
44418| LteHexGridEnbTopologyHelper | /tmp/nsnam/update-docs/ns-3-dev/src/lte/helper/lte-hex-grid-enb-topology-helper.cc |
44419| Config | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/config.cc |
44420| SingleModelSpectrumChannel | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/single-model-spectrum-channel.cc |
44421| UplinkScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler.cc |
44422| UplinkSchedulerSimple | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-simple.cc |
44423| JakesProcess | /tmp/nsnam/update-docs/ns-3-dev/src/propagation/model/jakes-process.cc |
44424| UplinkSchedulerMBQoS | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-mbqos.cc |
44425| UplinkSchedulerRtps | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-uplink-scheduler-rtps.cc |
44426| LrWpanCsmaCa | /tmp/nsnam/update-docs/ns-3-dev/src/lr-wpan/model/lr-wpan-csmaca.cc |
44427| BSScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bs-scheduler.cc |
44428| SSScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ss-scheduler.cc |
44429| FfMacScheduler | /tmp/nsnam/update-docs/ns-3-dev/src/lte/model/ff-mac-scheduler.cc |
44430| DsrOptions | /tmp/nsnam/update-docs/ns-3-dev/src/dsr/model/dsr-options.cc |
44431| FatalImpl | /tmp/nsnam/update-docs/ns-3-dev/src/core/model/fatal-impl.cc |
44432| ServiceFlowManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/service-flow-manager.cc |
44433| BandwidthManager | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/bandwidth-manager.cc |
44434| Ipv4Route | /tmp/nsnam/update-docs/ns-3-dev/src/internet/model/ipv4-route.cc |
44435| IpcsClassifier | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/ipcs-classifier.cc |
44436| MicrowaveOvenSpectrumValue | /tmp/nsnam/update-docs/ns-3-dev/src/spectrum/model/microwave-oven-spectrum-value-helper.cc |
44437| Tlv | /tmp/nsnam/update-docs/ns-3-dev/src/wimax/model/wimax-tlv.cc |
44438
44439*/
44440
44441/*!
44442\page TraceSourceList All TraceSources
44443
44444This 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.
44445
44446<b>ns3::AarfcdWifiManager</b><br>
44447<ul>
44448<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44449</ul>
44450<b>ns3::AarfWifiManager</b><br>
44451<ul>
44452<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44453</ul>
44454<b>ns3::AcousticModemEnergyModel</b><br>
44455<ul>
44456<li><b>TotalEnergyConsumption</b>: Total energy consumption of the modem device.</li>
44457</ul>
44458<b>ns3::AlohaNoackNetDevice</b><br>
44459<ul>
44460<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>
44461<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>
44462<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44463<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44464</ul>
44465<b>ns3::AmrrWifiManager</b><br>
44466<ul>
44467<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44468</ul>
44469<b>ns3::AparfWifiManager</b><br>
44470<ul>
44471<li><b>PowerChange</b>: The transmission power has change</li>
44472<li><b>RateChange</b>: The transmission rate has change</li>
44473</ul>
44474<b>ns3::ApplicationPacketProbe</b><br>
44475<ul>
44476<li><b>Output</b>: The packet plus its socket address that serve as the output for this probe</li>
44477<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44478</ul>
44479<b>ns3::ApWifiMac</b><br>
44480<ul>
44481<li><b>AssociatedSta</b>: A station associated with this access point.</li>
44482<li><b>DeAssociatedSta</b>: A station lost association with this access point.</li>
44483</ul>
44484<b>ns3::ArfWifiManager</b><br>
44485<ul>
44486<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44487</ul>
44488<b>ns3::ArpCache</b><br>
44489<ul>
44490<li><b>Drop</b>: Packet dropped due to ArpCache entry in WaitReply expiring.</li>
44491</ul>
44492<b>ns3::ArpL3Protocol</b><br>
44493<ul>
44494<li><b>Drop</b>: Packet dropped because not enough room in pending queue for a specific cache entry.</li>
44495</ul>
44496<b>ns3::BaseStationNetDevice</b><br>
44497<ul>
44498<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>
44499<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>
44500<li><b>BSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
44501<li><b>BSTx</b>: A packet has been received from higher layers and is being processed in preparation for queueing for transmission.</li>
44502<li><b>BSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.</li>
44503</ul>
44504<b>ns3::BlockAckManager</b><br>
44505<ul>
44506<li><b>AgreementState</b>: The state of the ADDBA handshake</li>
44507</ul>
44508<b>ns3::BooleanProbe</b><br>
44509<ul>
44510<li><b>Output</b>: The bool that serves as output for this probe</li>
44511</ul>
44512<b>ns3::BulkSendApplication</b><br>
44513<ul>
44514<li><b>TcpRetransmission</b>: The TCP socket retransmitted a packet</li>
44515<li><b>Tx</b>: A new packet is sent</li>
44516<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader</li>
44517</ul>
44518<b>ns3::CaraWifiManager</b><br>
44519<ul>
44520<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44521</ul>
44522<b>ns3::ChannelAccessManager</b><br>
44523<ul>
44524<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>
44525</ul>
44526<b>ns3::CobaltQueueDisc</b><br>
44527<ul>
44528<li><b>Count</b>: Cobalt count</li>
44529<li><b>DropNext</b>: Time until next packet drop</li>
44530<li><b>DropState</b>: Dropping state</li>
44531</ul>
44532<b>ns3::CoDelQueueDisc</b><br>
44533<ul>
44534<li><b>Count</b>: CoDel count</li>
44535<li><b>DropNext</b>: Time until next packet drop</li>
44536<li><b>DropState</b>: Dropping state</li>
44537<li><b>LastCount</b>: CoDel lastcount</li>
44538</ul>
44539<b>ns3::CsmaNetDevice</b><br>
44540<ul>
44541<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>
44542<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>
44543<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44544<li><b>MacTxBackoff</b>: Trace source indicating a packet has been delayed by the CSMA backoff process</li>
44545<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44546<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44547<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device</li>
44548<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel</li>
44549<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44550<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44551<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44552<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44553</ul>
44554<b>ns3::DhcpClient</b><br>
44555<ul>
44556<li><b>ExpireLease</b>: A lease expires</li>
44557<li><b>NewLease</b>: Get a NewLease</li>
44558</ul>
44559<b>ns3::dot11s::HwmpProtocol</b><br>
44560<ul>
44561<li><b>RouteChange</b>: Routing table changed</li>
44562<li><b>RouteDiscoveryTime</b>: The time of route discovery procedure</li>
44563</ul>
44564<b>ns3::dot11s::PeerManagementProtocol</b><br>
44565<ul>
44566<li><b>LinkClose</b>: New peer link closed</li>
44567<li><b>LinkOpen</b>: New peer link opened</li>
44568</ul>
44569<b>ns3::DoubleProbe</b><br>
44570<ul>
44571<li><b>Output</b>: The double that serves as output for this probe</li>
44572</ul>
44573<b>ns3::dsr::DsrOptions</b><br>
44574<ul>
44575<li><b>Drop</b>: Packet dropped.</li>
44576<li><b>Rx</b>: Receive DSR packet.</li>
44577</ul>
44578<b>ns3::dsr::DsrRouting</b><br>
44579<ul>
44580<li><b>Drop</b>: Drop DSR packet</li>
44581<li><b>Tx</b>: Send DSR packet.</li>
44582</ul>
44583<b>ns3::DynamicQueueLimits</b><br>
44584<ul>
44585<li><b>Limit</b>: Limit value calculated by DQL</li>
44586</ul>
44587<b>ns3::EmlsrManager</b><br>
44588<ul>
44589<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>
44590</ul>
44591<b>ns3::energy::BasicEnergyHarvester</b><br>
44592<ul>
44593<li><b>HarvestedPower</b>: Harvested power by the BasicEnergyHarvester.</li>
44594<li><b>TotalEnergyHarvested</b>: Total energy harvested by the harvester.</li>
44595</ul>
44596<b>ns3::energy::BasicEnergySource</b><br>
44597<ul>
44598<li><b>RemainingEnergy</b>: Remaining energy at BasicEnergySource.</li>
44599</ul>
44600<b>ns3::energy::GenericBatteryModel</b><br>
44601<ul>
44602<li><b>RemainingEnergy</b>: Remaining energy of generic battery</li>
44603</ul>
44604<b>ns3::energy::RvBatteryModel</b><br>
44605<ul>
44606<li><b>RvBatteryModelBatteryLevel</b>: RV battery model battery level.</li>
44607<li><b>RvBatteryModelBatteryLifetime</b>: RV battery model battery lifetime.</li>
44608</ul>
44609<b>ns3::energy::SimpleDeviceEnergyModel</b><br>
44610<ul>
44611<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.</li>
44612</ul>
44613<b>ns3::EpcUeNas</b><br>
44614<ul>
44615<li><b>StateTransition</b>: fired upon every UE NAS state transition</li>
44616</ul>
44617<b>ns3::FdNetDevice</b><br>
44618<ul>
44619<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>
44620<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>
44621<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44622<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44623<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44624<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44625</ul>
44626<b>ns3::HalfDuplexIdealPhy</b><br>
44627<ul>
44628<li><b>RxAbort</b>: Trace fired when a previously started RX is aborted before time</li>
44629<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error (packet is corrupted)</li>
44630<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully</li>
44631<li><b>RxStart</b>: Trace fired when the start of a signal is detected</li>
44632<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
44633<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
44634</ul>
44635<b>ns3::Icmpv6L4Protocol</b><br>
44636<ul>
44637<li><b>DadFailure</b>: Duplicate Address detected during DAD, the address is now INVALID</li>
44638<li><b>DadSuccess</b>: Duplicate Address not detected during DAD, the address is now PREFERRED</li>
44639</ul>
44640<b>ns3::IdealWifiManager</b><br>
44641<ul>
44642<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44643</ul>
44644<b>ns3::Ipv4Interface</b><br>
44645<ul>
44646<li><b>InterfaceStatus</b>: Interface has been set up or down.</li>
44647</ul>
44648<b>ns3::Ipv4L3Protocol</b><br>
44649<ul>
44650<li><b>Drop</b>: Drop ipv4 packet</li>
44651<li><b>LocalDeliver</b>: An IPv4 packet was received by/for this node, and it is being forward up the stack</li>
44652<li><b>MulticastForward</b>: A multicast IPv4 packet was received by this node and is being forwarded to another node</li>
44653<li><b>Rx</b>: Receive ipv4 packet from incoming interface.</li>
44654<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission</li>
44655<li><b>Tx</b>: Send ipv4 packet to outgoing interface.</li>
44656<li><b>UnicastForward</b>: A unicast IPv4 packet was received by this node and is being forwarded to another node</li>
44657</ul>
44658<b>ns3::Ipv4PacketProbe</b><br>
44659<ul>
44660<li><b>Output</b>: The packet plus its IPv4 object and interface that serve as the output for this probe</li>
44661<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44662</ul>
44663<b>ns3::Ipv6Interface</b><br>
44664<ul>
44665<li><b>InterfaceStatus</b>: Interface has been set up or down.</li>
44666</ul>
44667<b>ns3::Ipv6L3Protocol</b><br>
44668<ul>
44669<li><b>Drop</b>: Drop IPv6 packet</li>
44670<li><b>LocalDeliver</b>: An IPv6 packet was received by/for this node, and it is being forward up the stack</li>
44671<li><b>Rx</b>: Receive IPv6 packet from incoming interface.</li>
44672<li><b>SendOutgoing</b>: A newly-generated packet by this node is about to be queued for transmission</li>
44673<li><b>Tx</b>: Send IPv6 packet to outgoing interface.</li>
44674<li><b>UnicastForward</b>: A unicast IPv6 packet was received by this node and is being forwarded to another node</li>
44675</ul>
44676<b>ns3::Ipv6PacketProbe</b><br>
44677<ul>
44678<li><b>Output</b>: The packet plus its IPv6 object and interface that serve as the output for this probe</li>
44679<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44680</ul>
44681<b>ns3::lrwpan::LrWpanMac</b><br>
44682<ul>
44683<li><b>IfsEnd</b>: Trace source reporting the end of an Interframe space (IFS)</li>
44684<li><b>MacIncSuperframeStatus</b>: The period status of the incoming superframe</li>
44685<li><b>MacIndTxDequeue</b>: Trace source indicating a packet has was dequeued from the indirect transaction queue</li>
44686<li><b>MacIndTxDrop</b>: Trace source indicating a packet has been dropped from the indirect transaction queue(The pending transaction list)</li>
44687<li><b>MacIndTxEnqueue</b>: Trace source indicating a packet has been enqueued in the indirect transaction queue</li>
44688<li><b>MacOutSuperframeStatus</b>: The period status of the outgoing superframe</li>
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>MacRxDrop</b>: Trace source indicating a packet was received, but dropped before being forwarded up the stack</li>
44692<li><b>MacSentPkt</b>: Trace source reporting some information about the sent packet</li>
44693<li><b>MacState</b>: The state of LrWpan Mac</li>
44694<li><b>MacStateValue</b>: The state of LrWpan Mac</li>
44695<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44696<li><b>MacTxDequeue</b>: Trace source indicating a packet has was dequeued from the transaction queue</li>
44697<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped during transmission</li>
44698<li><b>MacTxEnqueue</b>: Trace source indicating a packet has been enqueued in the transaction queue</li>
44699<li><b>MacTxOk</b>: Trace source indicating a packet has been successfully sent</li>
44700<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44701<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44702</ul>
44703<b>ns3::lrwpan::LrWpanPhy</b><br>
44704<ul>
44705<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
44706<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44707<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
44708<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium</li>
44709<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44710<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
44711<li><b>TrxState</b>: The state of the transceiver</li>
44712<li><b>TrxStateValue</b>: The state of the transceiver</li>
44713</ul>
44714<b>ns3::LteEnbMac</b><br>
44715<ul>
44716<li><b>DlScheduling</b>: Information regarding DL scheduling.</li>
44717<li><b>UlScheduling</b>: Information regarding UL scheduling.</li>
44718</ul>
44719<b>ns3::LteEnbPhy</b><br>
44720<ul>
44721<li><b>DlPhyTransmission</b>: DL transmission PHY layer statistics.</li>
44722<li><b>ReportInterference</b>: Report linear interference power per PHY RB</li>
44723<li><b>ReportUeSinr</b>: Report UEs' averaged linear SINR</li>
44724</ul>
44725<b>ns3::LteEnbRrc</b><br>
44726<ul>
44727<li><b>ConnectionEstablished</b>: Fired upon successful RRC connection establishment.</li>
44728<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration</li>
44729<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure</li>
44730<li><b>HandoverFailureJoining</b>: trace fired upon handover failure due to handover joining timeout at target eNB</li>
44731<li><b>HandoverFailureLeaving</b>: trace fired upon handover failure due to handover leaving timeout at source eNB</li>
44732<li><b>HandoverFailureMaxRach</b>: trace fired upon handover failure due to max RACH attempts from UE to target eNB</li>
44733<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>
44734<li><b>HandoverStart</b>: trace fired upon start of a handover procedure</li>
44735<li><b>NewUeContext</b>: Fired upon creation of a new UE context.</li>
44736<li><b>NotifyConnectionRelease</b>: trace fired when an UE is released</li>
44737<li><b>RecvMeasurementReport</b>: trace fired when measurement report is received</li>
44738<li><b>RrcTimeout</b>: trace fired when a timer expires</li>
44739</ul>
44740<b>ns3::LtePdcp</b><br>
44741<ul>
44742<li><b>RxPDU</b>: PDU received.</li>
44743<li><b>TxPDU</b>: PDU transmission notified to the RLC.</li>
44744</ul>
44745<b>ns3::LteRlc</b><br>
44746<ul>
44747<li><b>RxPDU</b>: PDU received.</li>
44748<li><b>TxDrop</b>: Trace source indicating a packet has been dropped before transmission</li>
44749<li><b>TxPDU</b>: PDU transmission notified to the MAC.</li>
44750</ul>
44751<b>ns3::LteSpectrumPhy</b><br>
44752<ul>
44753<li><b>DlPhyReception</b>: DL reception PHY layer statistics.</li>
44754<li><b>RxEndError</b>: Trace fired when a previously started RX terminates with an error</li>
44755<li><b>RxEndOk</b>: Trace fired when a previously started RX terminates successfully</li>
44756<li><b>RxStart</b>: Trace fired when the start of a signal is detected</li>
44757<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
44758<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
44759<li><b>UlPhyReception</b>: DL reception PHY layer statistics.</li>
44760</ul>
44761<b>ns3::LteUeMac</b><br>
44762<ul>
44763<li><b>RaResponseTimeout</b>: trace fired upon RA response timeout</li>
44764</ul>
44765<b>ns3::LteUePhy</b><br>
44766<ul>
44767<li><b>ReportCurrentCellRsrpSinr</b>: RSRP and SINR statistics.</li>
44768<li><b>ReportPowerSpectralDensity</b>: Power Spectral Density data.</li>
44769<li><b>ReportUeMeasurements</b>: Report UE measurements RSRP (dBm) and RSRQ (dB).</li>
44770<li><b>ReportUlPhyResourceBlocks</b>: UL transmission PHY layer resource blocks.</li>
44771<li><b>StateTransition</b>: Trace fired upon every UE PHY state transition</li>
44772<li><b>UlPhyTransmission</b>: DL transmission PHY layer statistics.</li>
44773</ul>
44774<b>ns3::LteUePowerControl</b><br>
44775<ul>
44776<li><b>ReportPucchTxPower</b>: Report PUCCH TxPower in dBm</li>
44777<li><b>ReportPuschTxPower</b>: Report PUSCH TxPower in dBm</li>
44778<li><b>ReportSrsTxPower</b>: Report SRS TxPower in dBm</li>
44779</ul>
44780<b>ns3::LteUeRrc</b><br>
44781<ul>
44782<li><b>ConnectionEstablished</b>: trace fired upon successful RRC connection establishment</li>
44783<li><b>ConnectionReconfiguration</b>: trace fired upon RRC connection reconfiguration</li>
44784<li><b>ConnectionTimeout</b>: trace fired upon timeout RRC connection establishment because of T300</li>
44785<li><b>DrbCreated</b>: trace fired after DRB is created</li>
44786<li><b>HandoverEndError</b>: trace fired upon failure of a handover procedure</li>
44787<li><b>HandoverEndOk</b>: trace fired upon successful termination of a handover procedure</li>
44788<li><b>HandoverStart</b>: trace fired upon start of a handover procedure</li>
44789<li><b>InitialCellSelectionEndError</b>: trace fired upon failed initial cell selection procedure</li>
44790<li><b>InitialCellSelectionEndOk</b>: trace fired upon successful initial cell selection procedure</li>
44791<li><b>MibReceived</b>: trace fired upon reception of Master Information Block</li>
44792<li><b>PhySyncDetection</b>: trace fired upon receiving in Sync or out of Sync indications from UE PHY</li>
44793<li><b>RadioLinkFailure</b>: trace fired upon failure of radio link</li>
44794<li><b>RandomAccessError</b>: trace fired upon failure of the random access procedure</li>
44795<li><b>RandomAccessSuccessful</b>: trace fired upon successful completion of the random access procedure</li>
44796<li><b>SCarrierConfigured</b>: trace fired after configuring secondary carriers</li>
44797<li><b>Sib1Received</b>: trace fired upon reception of System Information Block Type 1</li>
44798<li><b>Sib2Received</b>: trace fired upon reception of System Information Block Type 2</li>
44799<li><b>Srb1Created</b>: trace fired after SRB1 is created</li>
44800<li><b>StateTransition</b>: trace fired upon every UE RRC state transition</li>
44801</ul>
44802<b>ns3::MinstrelHtWifiManager</b><br>
44803<ul>
44804<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44805</ul>
44806<b>ns3::MinstrelWifiManager</b><br>
44807<ul>
44808<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44809</ul>
44810<b>ns3::MobilityModel</b><br>
44811<ul>
44812<li><b>CourseChange</b>: The value of the position and/or velocity vector changed</li>
44813</ul>
44814<b>ns3::ObssPdAlgorithm</b><br>
44815<ul>
44816<li><b>Reset</b>: Trace CCA Reset event</li>
44817</ul>
44818<b>ns3::olsr::RoutingProtocol</b><br>
44819<ul>
44820<li><b>RoutingTableChanged</b>: The OLSR routing table has changed.</li>
44821<li><b>Rx</b>: Receive OLSR packet.</li>
44822<li><b>Tx</b>: Send OLSR packet.</li>
44823</ul>
44824<b>ns3::OnoeWifiManager</b><br>
44825<ul>
44826<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44827</ul>
44828<b>ns3::OnOffApplication</b><br>
44829<ul>
44830<li><b>OnOffState</b>: Application state (0-OFF, 1-ON)</li>
44831<li><b>Tx</b>: A new packet is created and is sent</li>
44832<li><b>TxWithAddresses</b>: A new packet is created and is sent</li>
44833<li><b>TxWithSeqTsSize</b>: A new packet is created with SeqTsSizeHeader</li>
44834</ul>
44835<b>ns3::PacketProbe</b><br>
44836<ul>
44837<li><b>Output</b>: The packet that serve as the output for this probe</li>
44838<li><b>OutputBytes</b>: The number of bytes in the packet</li>
44839</ul>
44840<b>ns3::PacketSink</b><br>
44841<ul>
44842<li><b>Rx</b>: A packet has been received</li>
44843<li><b>RxWithAddresses</b>: A packet has been received</li>
44844<li><b>RxWithSeqTsSize</b>: A packet with SeqTsSize header has been received</li>
44845</ul>
44846<b>ns3::PacketSocket</b><br>
44847<ul>
44848<li><b>Drop</b>: Drop packet due to receive buffer overflow</li>
44849</ul>
44850<b>ns3::PacketSocketClient</b><br>
44851<ul>
44852<li><b>Tx</b>: A packet has been sent</li>
44853</ul>
44854<b>ns3::PacketSocketServer</b><br>
44855<ul>
44856<li><b>Rx</b>: A packet has been received</li>
44857</ul>
44858<b>ns3::ParfWifiManager</b><br>
44859<ul>
44860<li><b>PowerChange</b>: The transmission power has change</li>
44861<li><b>RateChange</b>: The transmission rate has change</li>
44862</ul>
44863<b>ns3::Ping</b><br>
44864<ul>
44865<li><b>Drop</b>: Drop events due to destination unreachable or other errors.</li>
44866<li><b>Report</b>: Summary report at close of application.</li>
44867<li><b>Rtt</b>: The sequence number and RTT sample.</li>
44868<li><b>Tx</b>: The sequence number and ICMP echo response packet.</li>
44869</ul>
44870<b>ns3::PointToPointChannel</b><br>
44871<ul>
44872<li><b>TxRxPointToPoint</b>: Trace source indicating transmission of packet from the PointToPointChannel, used by the Animation interface.</li>
44873</ul>
44874<b>ns3::PointToPointNetDevice</b><br>
44875<ul>
44876<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>
44877<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>
44878<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
44879<li><b>MacTxDrop</b>: Trace source indicating a packet has been dropped by the device before transmission</li>
44880<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44881<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received by the device</li>
44882<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel</li>
44883<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44884<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44885<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
44886<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
44887</ul>
44888<b>ns3::QosTxop</b><br>
44889<ul>
44890<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>
44891<li><b>TxopTrace</b>: Trace source for TXOP start and duration times</li>
44892</ul>
44893<b>ns3::Queue<Packet></b><br>
44894<ul>
44895<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44896<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44897<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44898<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44899<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44900</ul>
44901<b>ns3::Queue<QueueDiscItem></b><br>
44902<ul>
44903<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44904<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44905<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44906<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44907<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44908</ul>
44909<b>ns3::Queue<WifiMpdu,WifiMacQueueContainer></b><br>
44910<ul>
44911<li><b>Dequeue</b>: Dequeue a packet from the queue.</li>
44912<li><b>Drop</b>: Drop a packet (for whatever reason).</li>
44913<li><b>DropAfterDequeue</b>: Drop a packet after dequeue.</li>
44914<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue.</li>
44915<li><b>Enqueue</b>: Enqueue a packet in the queue.</li>
44916</ul>
44917<b>ns3::QueueBase</b><br>
44918<ul>
44919<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue</li>
44920<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue</li>
44921</ul>
44922<b>ns3::QueueDisc</b><br>
44923<ul>
44924<li><b>BytesInQueue</b>: Number of bytes currently stored in the queue disc</li>
44925<li><b>Dequeue</b>: Dequeue a packet from the queue disc</li>
44926<li><b>Drop</b>: Drop a packet stored in the queue disc</li>
44927<li><b>DropAfterDequeue</b>: Drop a packet after dequeue</li>
44928<li><b>DropBeforeEnqueue</b>: Drop a packet before enqueue</li>
44929<li><b>Enqueue</b>: Enqueue a packet in the queue disc</li>
44930<li><b>Mark</b>: Mark a packet stored in the queue disc</li>
44931<li><b>PacketsInQueue</b>: Number of packets currently stored in the queue disc</li>
44932<li><b>Requeue</b>: Requeue a packet in the queue disc</li>
44933<li><b>SojournTime</b>: Sojourn time of the last packet dequeued from the queue disc</li>
44934</ul>
44935<b>ns3::RraaWifiManager</b><br>
44936<ul>
44937<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
44938</ul>
44939<b>ns3::RrpaaWifiManager</b><br>
44940<ul>
44941<li><b>PowerChange</b>: The transmission power has change.</li>
44942<li><b>RateChange</b>: The transmission rate has change.</li>
44943</ul>
44944<b>ns3::SimpleNetDevice</b><br>
44945<ul>
44946<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44947</ul>
44948<b>ns3::SimpleOfdmWimaxPhy</b><br>
44949<ul>
44950<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
44951<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
44952<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
44953<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium</li>
44954<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
44955<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel</li>
44956<li><b>Rx</b>: Receive trace</li>
44957<li><b>Tx</b>: Transmit trace</li>
44958</ul>
44959<b>ns3::SixLowPanNetDevice</b><br>
44960<ul>
44961<li><b>Drop</b>: Drop - DropReason, packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
44962<li><b>Rx</b>: Receive - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
44963<li><b>Tx</b>: Send - packet (including 6LoWPAN header), SixLoWPanNetDevice Ptr, interface index.</li>
44964</ul>
44965<b>ns3::SpectrumAnalyzer</b><br>
44966<ul>
44967<li><b>AveragePowerSpectralDensityReport</b>: Trace fired whenever a new value for the average Power Spectral Density is calculated</li>
44968</ul>
44969<b>ns3::SpectrumChannel</b><br>
44970<ul>
44971<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>
44972<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>
44973<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>
44974</ul>
44975<b>ns3::SpectrumWifiPhy</b><br>
44976<ul>
44977<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak and foreign signals</li>
44978</ul>
44979<b>ns3::StaWifiMac</b><br>
44980<ul>
44981<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>
44982<li><b>BeaconArrival</b>: Time of beacons arrival from associated AP</li>
44983<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>
44984<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>
44985<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>
44986<li><b>ReceivedBeaconInfo</b>: Information about every received Beacon frame</li>
44987</ul>
44988<b>ns3::SubscriberStationNetDevice</b><br>
44989<ul>
44990<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>
44991<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>
44992<li><b>SSRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
44993<li><b>SSTxDrop</b>: A packet has been dropped in the MAC layer before being queued for transmission.</li>
44994</ul>
44995<b>ns3::TbfQueueDisc</b><br>
44996<ul>
44997<li><b>TokensInFirstBucket</b>: Number of First Bucket Tokens in bytes</li>
44998<li><b>TokensInSecondBucket</b>: Number of Second Bucket Tokens in bytes</li>
44999</ul>
45000<b>ns3::TcpBbr</b><br>
45001<ul>
45002<li><b>CwndGain</b>: The dynamic congestion window gain factor</li>
45003<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>
45004<li><b>PacingGain</b>: The dynamic pacing gain factor</li>
45005</ul>
45006<b>ns3::TcpDctcp</b><br>
45007<ul>
45008<li><b>CongestionEstimate</b>: Update sender-side congestion estimate state</li>
45009</ul>
45010<b>ns3::TcpHybla</b><br>
45011<ul>
45012<li><b>Rho</b>: Rho parameter of Hybla</li>
45013</ul>
45014<b>ns3::TcpRateLinux</b><br>
45015<ul>
45016<li><b>TcpRateSampleUpdated</b>: Tcp rate sample has been updated</li>
45017<li><b>TcpRateUpdated</b>: Tcp rate information has been updated</li>
45018</ul>
45019<b>ns3::TcpRxBuffer</b><br>
45020<ul>
45021<li><b>NextRxSequence</b>: Next sequence number expected (RCV.NXT)</li>
45022</ul>
45023<b>ns3::TcpSocketBase</b><br>
45024<ul>
45025<li><b>AdvWND</b>: Advertised Window Size</li>
45026<li><b>BytesInFlight</b>: Socket estimation of bytes in flight</li>
45027<li><b>CongState</b>: TCP Congestion machine state</li>
45028<li><b>CongestionWindow</b>: The TCP connection's congestion window</li>
45029<li><b>CongestionWindowInflated</b>: The TCP connection's congestion window inflates as in older RFC</li>
45030<li><b>EcnCeSeq</b>: Sequence of last received CE</li>
45031<li><b>EcnCwrSeq</b>: Sequence of last received CWR</li>
45032<li><b>EcnEchoSeq</b>: Sequence of last received ECN Echo</li>
45033<li><b>EcnState</b>: Trace ECN state change of socket</li>
45034<li><b>HighestRxAck</b>: Highest ack received from peer</li>
45035<li><b>HighestRxSequence</b>: Highest sequence number received from peer</li>
45036<li><b>HighestSequence</b>: Highest sequence number ever sent in socket's life time</li>
45037<li><b>LastRTT</b>: RTT of the last (S)ACKed packet</li>
45038<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)</li>
45039<li><b>PacingRate</b>: The current TCP pacing rate</li>
45040<li><b>RTO</b>: Retransmission timeout</li>
45041<li><b>RTT</b>: Smoothed RTT</li>
45042<li><b>RWND</b>: Remote side's flow control window</li>
45043<li><b>Retransmission</b>: Notification of a TCP retransmission</li>
45044<li><b>Rx</b>: Receive tcp packet from IP protocol</li>
45045<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)</li>
45046<li><b>State</b>: TCP state</li>
45047<li><b>Tx</b>: Send tcp packet to IP protocol</li>
45048</ul>
45049<b>ns3::TcpSocketState</b><br>
45050<ul>
45051<li><b>BytesInFlight</b>: The TCP connection's congestion window</li>
45052<li><b>CongState</b>: TCP Congestion machine state</li>
45053<li><b>CongestionWindow</b>: The TCP connection's congestion window</li>
45054<li><b>CongestionWindowInflated</b>: The TCP connection's inflated congestion window</li>
45055<li><b>EcnState</b>: Trace ECN state change of socket</li>
45056<li><b>HighestSequence</b>: Highest sequence number received from peer</li>
45057<li><b>LastRTT</b>: RTT of the last (S)ACKed packet</li>
45058<li><b>NextTxSequence</b>: Next sequence number to send (SND.NXT)</li>
45059<li><b>PacingRate</b>: The current TCP pacing rate</li>
45060<li><b>RTT</b>: Smoothed RTT</li>
45061<li><b>SlowStartThreshold</b>: TCP slow start threshold (bytes)</li>
45062</ul>
45063<b>ns3::TcpTxBuffer</b><br>
45064<ul>
45065<li><b>UnackSequence</b>: First unacknowledged sequence number (SND.UNA)</li>
45066</ul>
45067<b>ns3::TcpWestwoodPlus</b><br>
45068<ul>
45069<li><b>EstimatedBW</b>: The estimated bandwidth</li>
45070</ul>
45071<b>ns3::ThompsonSamplingWifiManager</b><br>
45072<ul>
45073<li><b>Rate</b>: Traced value for rate changes (b/s)</li>
45074</ul>
45075<b>ns3::ThreeGppHttpClient</b><br>
45076<ul>
45077<li><b>ConnectionClosed</b>: Connection to the destination web server is closed.</li>
45078<li><b>ConnectionEstablished</b>: Connection to the destination web server has been established.</li>
45079<li><b>Rx</b>: General trace for receiving a packet of any kind.</li>
45080<li><b>RxDelay</b>: General trace of delay for receiving a complete object.</li>
45081<li><b>RxEmbeddedObject</b>: Received a whole embedded object. Header is included.</li>
45082<li><b>RxEmbeddedObjectPacket</b>: A packet of embedded object has been received.</li>
45083<li><b>RxMainObject</b>: Received a whole main object. Header is included.</li>
45084<li><b>RxMainObjectPacket</b>: A packet of main object has been received.</li>
45085<li><b>RxPage</b>: A page has been received.</li>
45086<li><b>RxRtt</b>: General trace of round trip delay time for receiving a complete object.</li>
45087<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.</li>
45088<li><b>Tx</b>: General trace for sending a packet of any kind.</li>
45089<li><b>TxEmbeddedObjectRequest</b>: Sent a request for an embedded object.</li>
45090<li><b>TxMainObjectRequest</b>: Sent a request for a main object.</li>
45091</ul>
45092<b>ns3::ThreeGppHttpServer</b><br>
45093<ul>
45094<li><b>ConnectionEstablished</b>: Connection to a remote web client has been established.</li>
45095<li><b>EmbeddedObject</b>: An embedded object has been generated.</li>
45096<li><b>MainObject</b>: A main object has been generated.</li>
45097<li><b>Rx</b>: A packet has been received.</li>
45098<li><b>RxDelay</b>: A packet has been received with delay information.</li>
45099<li><b>RxWithAddresses</b>: A packet has been received.</li>
45100<li><b>StateTransition</b>: Trace fired upon every HTTP client state transition.</li>
45101<li><b>Tx</b>: A packet has been sent.</li>
45102</ul>
45103<b>ns3::TimeProbe</b><br>
45104<ul>
45105<li><b>Output</b>: The double valued (units of seconds) probe output</li>
45106</ul>
45107<b>ns3::TimeSeriesAdaptor</b><br>
45108<ul>
45109<li><b>Output</b>: The current simulation time versus the current value converted to a double</li>
45110</ul>
45111<b>ns3::TrafficControlLayer</b><br>
45112<ul>
45113<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>
45114</ul>
45115<b>ns3::Txop</b><br>
45116<ul>
45117<li><b>BackoffTrace</b>: Trace source for backoff values</li>
45118<li><b>CwTrace</b>: Trace source for contention window values</li>
45119</ul>
45120<b>ns3::UanMacCw</b><br>
45121<ul>
45122<li><b>Dequeue</b>: A was passed down to the PHY from the MAC.</li>
45123<li><b>Enqueue</b>: A packet arrived at the MAC for transmission.</li>
45124<li><b>RX</b>: A packet was destined for this MAC and was received.</li>
45125</ul>
45126<b>ns3::UanMacRc</b><br>
45127<ul>
45128<li><b>Dequeue</b>: A (data) packet was passed down to PHY from MAC.</li>
45129<li><b>Enqueue</b>: A (data) packet arrived at MAC for transmission.</li>
45130<li><b>RX</b>: A packet was destined for and received at this MAC layer.</li>
45131</ul>
45132<b>ns3::UanMacRcGw</b><br>
45133<ul>
45134<li><b>Cycle</b>: Trace cycle statistics.</li>
45135<li><b>RX</b>: A packet was destined for and received at this MAC layer.</li>
45136</ul>
45137<b>ns3::UanNetDevice</b><br>
45138<ul>
45139<li><b>Rx</b>: Received payload from the MAC layer.</li>
45140<li><b>Tx</b>: Send payload to the MAC layer.</li>
45141</ul>
45142<b>ns3::UanPhy</b><br>
45143<ul>
45144<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device.</li>
45145<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception.</li>
45146<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device.</li>
45147<li><b>PhyTxBegin</b>: Trace source indicating a packet has begun transmitting over the channel medium.</li>
45148<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission.</li>
45149<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
45150</ul>
45151<b>ns3::UanPhyDual</b><br>
45152<ul>
45153<li><b>RxError</b>: A packet was received unsuccessfuly.</li>
45154<li><b>RxOk</b>: A packet was received successfully.</li>
45155<li><b>Tx</b>: Packet transmission beginning.</li>
45156</ul>
45157<b>ns3::UanPhyGen</b><br>
45158<ul>
45159<li><b>RxError</b>: A packet was received unsuccessfuly.</li>
45160<li><b>RxOk</b>: A packet was received successfully.</li>
45161<li><b>Tx</b>: Packet transmission beginning.</li>
45162</ul>
45163<b>ns3::UdpClient</b><br>
45164<ul>
45165<li><b>Tx</b>: A new packet is created and sent</li>
45166<li><b>TxWithAddresses</b>: A new packet is created and sent</li>
45167</ul>
45168<b>ns3::UdpEchoClient</b><br>
45169<ul>
45170<li><b>Rx</b>: A packet has been received</li>
45171<li><b>RxWithAddresses</b>: A packet has been received</li>
45172<li><b>Tx</b>: A new packet is created and is sent</li>
45173<li><b>TxWithAddresses</b>: A new packet is created and is sent</li>
45174</ul>
45175<b>ns3::UdpEchoServer</b><br>
45176<ul>
45177<li><b>Rx</b>: A packet has been received</li>
45178<li><b>RxWithAddresses</b>: A packet has been received</li>
45179</ul>
45180<b>ns3::UdpServer</b><br>
45181<ul>
45182<li><b>Rx</b>: A packet has been received</li>
45183<li><b>RxWithAddresses</b>: A packet has been received</li>
45184</ul>
45185<b>ns3::UdpSocketImpl</b><br>
45186<ul>
45187<li><b>Drop</b>: Drop UDP packet due to receive buffer overflow</li>
45188</ul>
45189<b>ns3::UeManager</b><br>
45190<ul>
45191<li><b>DrbCreated</b>: trace fired after DRB is created</li>
45192<li><b>StateTransition</b>: fired upon every UE state transition seen by the UeManager at the eNB RRC</li>
45193</ul>
45194<b>ns3::Uinteger16Probe</b><br>
45195<ul>
45196<li><b>Output</b>: The uint16_t that serves as output for this probe</li>
45197</ul>
45198<b>ns3::Uinteger32Probe</b><br>
45199<ul>
45200<li><b>Output</b>: The uint32_t that serves as output for this probe</li>
45201</ul>
45202<b>ns3::Uinteger8Probe</b><br>
45203<ul>
45204<li><b>Output</b>: The uint8_t that serves as output for this probe</li>
45205</ul>
45206<b>ns3::VirtualNetDevice</b><br>
45207<ul>
45208<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>
45209<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>
45210<li><b>MacTx</b>: Trace source indicating a packet has arrived for transmission by this device</li>
45211<li><b>PromiscSniffer</b>: Trace source simulating a promiscuous packet sniffer attached to the device</li>
45212<li><b>Sniffer</b>: Trace source simulating a non-promiscuous packet sniffer attached to the device</li>
45213</ul>
45214<b>ns3::WaveformGenerator</b><br>
45215<ul>
45216<li><b>TxEnd</b>: Trace fired when a previously started transmission is finished</li>
45217<li><b>TxStart</b>: Trace fired when a new transmission is started</li>
45218</ul>
45219<b>ns3::WifiMac</b><br>
45220<ul>
45221<li><b>AckedMpdu</b>: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.</li>
45222<li><b>DroppedMpdu</b>: An MPDU that was dropped for the given reason (see WifiMacDropReason).</li>
45223<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>
45224<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>
45225<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>
45226<li><b>MacRxDrop</b>: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.</li>
45227<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>
45228<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>
45229<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>
45230<li><b>NAckedMpdu</b>: An MPDU that was negatively acknowledged via a Block Ack.</li>
45231<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>
45232<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>
45233</ul>
45234<b>ns3::WifiMacQueue</b><br>
45235<ul>
45236<li><b>Expired</b>: MPDU dropped because its lifetime expired.</li>
45237</ul>
45238<b>ns3::WifiPhy</b><br>
45239<ul>
45240<li><b>MonitorSnifferRx</b>: Trace source simulating a wifi device in monitor mode sniffing all received frames</li>
45241<li><b>MonitorSnifferTx</b>: Trace source simulating the capability of a wifi device in monitor mode to sniff all frames being transmitted</li>
45242<li><b>PhyRxBegin</b>: Trace source indicating a packet has begun being received from the channel medium by the device</li>
45243<li><b>PhyRxDrop</b>: Trace source indicating a packet has been dropped by the device during reception</li>
45244<li><b>PhyRxEnd</b>: Trace source indicating a packet has been completely received from the channel medium by the device</li>
45245<li><b>PhyRxMacHeaderEnd</b>: Trace source indicating the MAC header of an MPDU has been completely received.</li>
45246<li><b>PhyRxPayloadBegin</b>: Trace source indicating the reception of the payload of a PPDU has begun</li>
45247<li><b>PhyRxPpduDrop</b>: Trace source indicating a ppdu has been dropped by the device during reception</li>
45248<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>
45249<li><b>PhyTxDrop</b>: Trace source indicating a packet has been dropped by the device during transmission</li>
45250<li><b>PhyTxEnd</b>: Trace source indicating a packet has been completely transmitted over the channel.</li>
45251<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>
45252<li><b>SignalTransmission</b>: Trace start of signal transmission</li>
45253</ul>
45254<b>ns3::WifiPhyStateHelper</b><br>
45255<ul>
45256<li><b>RxError</b>: A packet has been received unsuccessfuly.</li>
45257<li><b>RxOk</b>: A packet has been received successfully.</li>
45258<li><b>RxOutcome</b>: The outcome of the decoding of the PPDU, including MPDU decoding status</li>
45259<li><b>State</b>: The state of the PHY layer</li>
45260<li><b>Tx</b>: Packet transmission is starting.</li>
45261</ul>
45262<b>ns3::WifiRadioEnergyModel</b><br>
45263<ul>
45264<li><b>TotalEnergyConsumption</b>: Total energy consumption of the radio device.</li>
45265</ul>
45266<b>ns3::WifiRemoteStationManager</b><br>
45267<ul>
45268<li><b>MacTxDataFailed</b>: The transmission of a data packet by the MAC layer has failed</li>
45269<li><b>MacTxFinalDataFailed</b>: The transmission of a data packet has exceeded the maximum number of attempts</li>
45270<li><b>MacTxFinalRtsFailed</b>: The transmission of a RTS has exceeded the maximum number of attempts</li>
45271<li><b>MacTxRtsFailed</b>: The transmission of a RTS by the MAC layer has failed</li>
45272</ul>
45273<b>ns3::WimaxMacQueue</b><br>
45274<ul>
45275<li><b>Dequeue</b>: Dequeue trace</li>
45276<li><b>Drop</b>: Drop trace</li>
45277<li><b>Enqueue</b>: Enqueue trace</li>
45278</ul>
45279<b>ns3::WimaxNetDevice</b><br>
45280<ul>
45281<li><b>Rx</b>: Receive trace</li>
45282<li><b>Tx</b>: Transmit trace</li>
45283</ul>
45284<b>ns3::YansWifiPhy</b><br>
45285<ul>
45286<li><b>SignalArrival</b>: Trace start of all signal arrivals, including weak signals</li>
45287</ul>
45288<b>ns3::zigbee::ZigbeeNwk</b><br>
45289<ul>
45290<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>
45291</ul>
45292*/
45293
45294/*!
45295\ingroup attributes
45296\addtogroup attribute_Address Address Attribute
45297AttributeValue implementation for Address
45298\see ns3::Address
45299*/
45300/*!
45301\ingroup attribute_Address
45302\class ns3::AddressValue "address.h"
45303AttributeValue implementation for Address.
45304\see AttributeValue
45305*/
45306/*!
45307\fn ns3::AddressValue::AddressValue(const Address & value)
45308Constructor.
45309\param [in] value The Address value to use.
45310*/
45311/*!
45312\fn Address ns3::AddressValue::Get() const
45313\returns The Address value.
45314*/
45315/*!
45316\fn bool ns3::AddressValue::GetAccessor(T & value) const
45317Access the Address value as type \p T.
45318\tparam T \explicit The type to cast to.
45319\param [out] value The Address value, as type \p T.
45320\returns true.
45321*/
45322/*!
45323\fn void ns3::AddressValue::Set(const Address & value)
45324Set the value.
45325\param [in] value The value to adopt.
45326*/
45327/*!
45328\var Address ns3::AddressValue::m_value
45329The stored Address instance.
45330*/
45331
45332/*!
45333\ingroup attribute_Address
45334\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeAddressAccessor (T1 a1)
45335\copydoc ns3::MakeAccessorHelper(T1)
45336\see AttributeAccessor
45337*/
45338/*!
45339\ingroup attribute_Address
45340\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeAddressAccessor (T1 a1, T2 a2)
45341\copydoc ns3::MakeAccessorHelper(T1,T2)
45342\see AttributeAccessor
45343*/
45344/*!
45345\ingroup attribute_Address
45346
45347\class ns3::AddressChecker "address.h"
45348AttributeChecker implementation for AddressValue.
45349\see AttributeChecker
45350*/
45351/*!
45352\ingroup attribute_Address
45353\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeAddressChecker ()
45354\returns The AttributeChecker.
45355\see AttributeChecker
45356*/
45357/*!
45358\ingroup attributes
45359\addtogroup attribute_Box Box Attribute
45360AttributeValue implementation for Box
45361\see ns3::Box
45362*/
45363/*!
45364\ingroup attribute_Box
45365\class ns3::BoxValue "box.h"
45366AttributeValue implementation for Box.
45367\see AttributeValue
45368*/
45369/*!
45370\fn ns3::BoxValue::BoxValue(const Box & value)
45371Constructor.
45372\param [in] value The Box value to use.
45373*/
45374/*!
45375\fn Box ns3::BoxValue::Get() const
45376\returns The Box value.
45377*/
45378/*!
45379\fn bool ns3::BoxValue::GetAccessor(T & value) const
45380Access the Box value as type \p T.
45381\tparam T \explicit The type to cast to.
45382\param [out] value The Box value, as type \p T.
45383\returns true.
45384*/
45385/*!
45386\fn void ns3::BoxValue::Set(const Box & value)
45387Set the value.
45388\param [in] value The value to adopt.
45389*/
45390/*!
45391\var Box ns3::BoxValue::m_value
45392The stored Box instance.
45393*/
45394
45395/*!
45396\ingroup attribute_Box
45397\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBoxAccessor (T1 a1)
45398\copydoc ns3::MakeAccessorHelper(T1)
45399\see AttributeAccessor
45400*/
45401/*!
45402\ingroup attribute_Box
45403\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBoxAccessor (T1 a1, T2 a2)
45404\copydoc ns3::MakeAccessorHelper(T1,T2)
45405\see AttributeAccessor
45406*/
45407/*!
45408\ingroup attribute_Box
45409
45410\class ns3::BoxChecker "box.h"
45411AttributeChecker implementation for BoxValue.
45412\see AttributeChecker
45413*/
45414/*!
45415\ingroup attribute_Box
45416\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeBoxChecker ()
45417\returns The AttributeChecker.
45418\see AttributeChecker
45419*/
45420/*!
45421\ingroup attributes
45422\addtogroup attribute_DataRate DataRate Attribute
45423AttributeValue implementation for DataRate
45424\see ns3::DataRate
45425*/
45426/*!
45427\ingroup attribute_DataRate
45428\class ns3::DataRateValue "data-rate.h"
45429AttributeValue implementation for DataRate.
45430\see AttributeValue
45431*/
45432/*!
45433\fn ns3::DataRateValue::DataRateValue(const DataRate & value)
45434Constructor.
45435\param [in] value The DataRate value to use.
45436*/
45437/*!
45438\fn DataRate ns3::DataRateValue::Get() const
45439\returns The DataRate value.
45440*/
45441/*!
45442\fn bool ns3::DataRateValue::GetAccessor(T & value) const
45443Access the DataRate value as type \p T.
45444\tparam T \explicit The type to cast to.
45445\param [out] value The DataRate value, as type \p T.
45446\returns true.
45447*/
45448/*!
45449\fn void ns3::DataRateValue::Set(const DataRate & value)
45450Set the value.
45451\param [in] value The value to adopt.
45452*/
45453/*!
45454\var DataRate ns3::DataRateValue::m_value
45455The stored DataRate instance.
45456*/
45457
45458/*!
45459\ingroup attribute_DataRate
45460\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDataRateAccessor (T1 a1)
45461\copydoc ns3::MakeAccessorHelper(T1)
45462\see AttributeAccessor
45463*/
45464/*!
45465\ingroup attribute_DataRate
45466\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDataRateAccessor (T1 a1, T2 a2)
45467\copydoc ns3::MakeAccessorHelper(T1,T2)
45468\see AttributeAccessor
45469*/
45470/*!
45471\ingroup attribute_DataRate
45472
45473\class ns3::DataRateChecker "data-rate.h"
45474AttributeChecker implementation for DataRateValue.
45475\see AttributeChecker
45476*/
45477/*!
45478\ingroup attribute_DataRate
45479\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeDataRateChecker ()
45480\returns The AttributeChecker.
45481\see AttributeChecker
45482*/
45483/*!
45484\ingroup attributes
45485\addtogroup attribute_Length Length Attribute
45486AttributeValue implementation for Length
45487\see ns3::Length
45488*/
45489/*!
45490\ingroup attribute_Length
45491\class ns3::LengthValue "length.h"
45492AttributeValue implementation for Length.
45493\see AttributeValue
45494*/
45495/*!
45496\fn ns3::LengthValue::LengthValue(const Length & value)
45497Constructor.
45498\param [in] value The Length value to use.
45499*/
45500/*!
45501\fn Length ns3::LengthValue::Get() const
45502\returns The Length value.
45503*/
45504/*!
45505\fn bool ns3::LengthValue::GetAccessor(T & value) const
45506Access the Length value as type \p T.
45507\tparam T \explicit The type to cast to.
45508\param [out] value The Length value, as type \p T.
45509\returns true.
45510*/
45511/*!
45512\fn void ns3::LengthValue::Set(const Length & value)
45513Set the value.
45514\param [in] value The value to adopt.
45515*/
45516/*!
45517\var Length ns3::LengthValue::m_value
45518The stored Length instance.
45519*/
45520
45521/*!
45522\ingroup attribute_Length
45523\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeLengthAccessor (T1 a1)
45524\copydoc ns3::MakeAccessorHelper(T1)
45525\see AttributeAccessor
45526*/
45527/*!
45528\ingroup attribute_Length
45529\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeLengthAccessor (T1 a1, T2 a2)
45530\copydoc ns3::MakeAccessorHelper(T1,T2)
45531\see AttributeAccessor
45532*/
45533/*!
45534\ingroup attribute_Length
45535
45536\class ns3::LengthChecker "length.h"
45537AttributeChecker implementation for LengthValue.
45538\see AttributeChecker
45539*/
45540/*!
45541\ingroup attribute_Length
45542\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeLengthChecker ()
45543\returns The AttributeChecker.
45544\see AttributeChecker
45545*/
45546/*!
45547\ingroup attributes
45548\addtogroup attribute_Ipv4Address Ipv4Address Attribute
45549AttributeValue implementation for Ipv4Address
45550\see ns3::Ipv4Address
45551*/
45552/*!
45553\ingroup attribute_Ipv4Address
45554\class ns3::Ipv4AddressValue "ipv4-address.h"
45555AttributeValue implementation for Ipv4Address.
45556\see AttributeValue
45557*/
45558/*!
45559\fn ns3::Ipv4AddressValue::Ipv4AddressValue(const Ipv4Address & value)
45560Constructor.
45561\param [in] value The Ipv4Address value to use.
45562*/
45563/*!
45564\fn Ipv4Address ns3::Ipv4AddressValue::Get() const
45565\returns The Ipv4Address value.
45566*/
45567/*!
45568\fn bool ns3::Ipv4AddressValue::GetAccessor(T & value) const
45569Access the Ipv4Address value as type \p T.
45570\tparam T \explicit The type to cast to.
45571\param [out] value The Ipv4Address value, as type \p T.
45572\returns true.
45573*/
45574/*!
45575\fn void ns3::Ipv4AddressValue::Set(const Ipv4Address & value)
45576Set the value.
45577\param [in] value The value to adopt.
45578*/
45579/*!
45580\var Ipv4Address ns3::Ipv4AddressValue::m_value
45581The stored Ipv4Address instance.
45582*/
45583
45584/*!
45585\ingroup attribute_Ipv4Address
45586\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4AddressAccessor (T1 a1)
45587\copydoc ns3::MakeAccessorHelper(T1)
45588\see AttributeAccessor
45589*/
45590/*!
45591\ingroup attribute_Ipv4Address
45592\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4AddressAccessor (T1 a1, T2 a2)
45593\copydoc ns3::MakeAccessorHelper(T1,T2)
45594\see AttributeAccessor
45595*/
45596/*!
45597\ingroup attribute_Ipv4Address
45598
45599\class ns3::Ipv4AddressChecker "ipv4-address.h"
45600AttributeChecker implementation for Ipv4AddressValue.
45601\see AttributeChecker
45602*/
45603/*!
45604\ingroup attribute_Ipv4Address
45605\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv4AddressChecker ()
45606\returns The AttributeChecker.
45607\see AttributeChecker
45608*/
45609/*!
45610\ingroup attributes
45611\addtogroup attribute_Ipv4Mask Ipv4Mask Attribute
45612AttributeValue implementation for Ipv4Mask
45613\see ns3::Ipv4Mask
45614*/
45615/*!
45616\ingroup attribute_Ipv4Mask
45617\class ns3::Ipv4MaskValue "ipv4-address.h"
45618AttributeValue implementation for Ipv4Mask.
45619\see AttributeValue
45620*/
45621/*!
45622\fn ns3::Ipv4MaskValue::Ipv4MaskValue(const Ipv4Mask & value)
45623Constructor.
45624\param [in] value The Ipv4Mask value to use.
45625*/
45626/*!
45627\fn Ipv4Mask ns3::Ipv4MaskValue::Get() const
45628\returns The Ipv4Mask value.
45629*/
45630/*!
45631\fn bool ns3::Ipv4MaskValue::GetAccessor(T & value) const
45632Access the Ipv4Mask value as type \p T.
45633\tparam T \explicit The type to cast to.
45634\param [out] value The Ipv4Mask value, as type \p T.
45635\returns true.
45636*/
45637/*!
45638\fn void ns3::Ipv4MaskValue::Set(const Ipv4Mask & value)
45639Set the value.
45640\param [in] value The value to adopt.
45641*/
45642/*!
45643\var Ipv4Mask ns3::Ipv4MaskValue::m_value
45644The stored Ipv4Mask instance.
45645*/
45646
45647/*!
45648\ingroup attribute_Ipv4Mask
45649\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4MaskAccessor (T1 a1)
45650\copydoc ns3::MakeAccessorHelper(T1)
45651\see AttributeAccessor
45652*/
45653/*!
45654\ingroup attribute_Ipv4Mask
45655\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv4MaskAccessor (T1 a1, T2 a2)
45656\copydoc ns3::MakeAccessorHelper(T1,T2)
45657\see AttributeAccessor
45658*/
45659/*!
45660\ingroup attribute_Ipv4Mask
45661
45662\class ns3::Ipv4MaskChecker "ipv4-address.h"
45663AttributeChecker implementation for Ipv4MaskValue.
45664\see AttributeChecker
45665*/
45666/*!
45667\ingroup attribute_Ipv4Mask
45668\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv4MaskChecker ()
45669\returns The AttributeChecker.
45670\see AttributeChecker
45671*/
45672/*!
45673\ingroup attributes
45674\addtogroup attribute_Ipv6Address Ipv6Address Attribute
45675AttributeValue implementation for Ipv6Address
45676\see ns3::Ipv6Address
45677*/
45678/*!
45679\ingroup attribute_Ipv6Address
45680\class ns3::Ipv6AddressValue "ipv6-address.h"
45681AttributeValue implementation for Ipv6Address.
45682\see AttributeValue
45683*/
45684/*!
45685\fn ns3::Ipv6AddressValue::Ipv6AddressValue(const Ipv6Address & value)
45686Constructor.
45687\param [in] value The Ipv6Address value to use.
45688*/
45689/*!
45690\fn Ipv6Address ns3::Ipv6AddressValue::Get() const
45691\returns The Ipv6Address value.
45692*/
45693/*!
45694\fn bool ns3::Ipv6AddressValue::GetAccessor(T & value) const
45695Access the Ipv6Address value as type \p T.
45696\tparam T \explicit The type to cast to.
45697\param [out] value The Ipv6Address value, as type \p T.
45698\returns true.
45699*/
45700/*!
45701\fn void ns3::Ipv6AddressValue::Set(const Ipv6Address & value)
45702Set the value.
45703\param [in] value The value to adopt.
45704*/
45705/*!
45706\var Ipv6Address ns3::Ipv6AddressValue::m_value
45707The stored Ipv6Address instance.
45708*/
45709
45710/*!
45711\ingroup attribute_Ipv6Address
45712\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6AddressAccessor (T1 a1)
45713\copydoc ns3::MakeAccessorHelper(T1)
45714\see AttributeAccessor
45715*/
45716/*!
45717\ingroup attribute_Ipv6Address
45718\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6AddressAccessor (T1 a1, T2 a2)
45719\copydoc ns3::MakeAccessorHelper(T1,T2)
45720\see AttributeAccessor
45721*/
45722/*!
45723\ingroup attribute_Ipv6Address
45724
45725\class ns3::Ipv6AddressChecker "ipv6-address.h"
45726AttributeChecker implementation for Ipv6AddressValue.
45727\see AttributeChecker
45728*/
45729/*!
45730\ingroup attribute_Ipv6Address
45731\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv6AddressChecker ()
45732\returns The AttributeChecker.
45733\see AttributeChecker
45734*/
45735/*!
45736\ingroup attributes
45737\addtogroup attribute_Ipv6Prefix Ipv6Prefix Attribute
45738AttributeValue implementation for Ipv6Prefix
45739\see ns3::Ipv6Prefix
45740*/
45741/*!
45742\ingroup attribute_Ipv6Prefix
45743\class ns3::Ipv6PrefixValue "ipv6-address.h"
45744AttributeValue implementation for Ipv6Prefix.
45745\see AttributeValue
45746*/
45747/*!
45748\fn ns3::Ipv6PrefixValue::Ipv6PrefixValue(const Ipv6Prefix & value)
45749Constructor.
45750\param [in] value The Ipv6Prefix value to use.
45751*/
45752/*!
45753\fn Ipv6Prefix ns3::Ipv6PrefixValue::Get() const
45754\returns The Ipv6Prefix value.
45755*/
45756/*!
45757\fn bool ns3::Ipv6PrefixValue::GetAccessor(T & value) const
45758Access the Ipv6Prefix value as type \p T.
45759\tparam T \explicit The type to cast to.
45760\param [out] value The Ipv6Prefix value, as type \p T.
45761\returns true.
45762*/
45763/*!
45764\fn void ns3::Ipv6PrefixValue::Set(const Ipv6Prefix & value)
45765Set the value.
45766\param [in] value The value to adopt.
45767*/
45768/*!
45769\var Ipv6Prefix ns3::Ipv6PrefixValue::m_value
45770The stored Ipv6Prefix instance.
45771*/
45772
45773/*!
45774\ingroup attribute_Ipv6Prefix
45775\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6PrefixAccessor (T1 a1)
45776\copydoc ns3::MakeAccessorHelper(T1)
45777\see AttributeAccessor
45778*/
45779/*!
45780\ingroup attribute_Ipv6Prefix
45781\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIpv6PrefixAccessor (T1 a1, T2 a2)
45782\copydoc ns3::MakeAccessorHelper(T1,T2)
45783\see AttributeAccessor
45784*/
45785/*!
45786\ingroup attribute_Ipv6Prefix
45787
45788\class ns3::Ipv6PrefixChecker "ipv6-address.h"
45789AttributeChecker implementation for Ipv6PrefixValue.
45790\see AttributeChecker
45791*/
45792/*!
45793\ingroup attribute_Ipv6Prefix
45794\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIpv6PrefixChecker ()
45795\returns The AttributeChecker.
45796\see AttributeChecker
45797*/
45798/*!
45799\ingroup attributes
45800\addtogroup attribute_Mac16Address Mac16Address Attribute
45801AttributeValue implementation for Mac16Address
45802\see ns3::Mac16Address
45803*/
45804/*!
45805\ingroup attribute_Mac16Address
45806\class ns3::Mac16AddressValue "mac16-address.h"
45807AttributeValue implementation for Mac16Address.
45808\see AttributeValue
45809*/
45810/*!
45811\fn ns3::Mac16AddressValue::Mac16AddressValue(const Mac16Address & value)
45812Constructor.
45813\param [in] value The Mac16Address value to use.
45814*/
45815/*!
45816\fn Mac16Address ns3::Mac16AddressValue::Get() const
45817\returns The Mac16Address value.
45818*/
45819/*!
45820\fn bool ns3::Mac16AddressValue::GetAccessor(T & value) const
45821Access the Mac16Address value as type \p T.
45822\tparam T \explicit The type to cast to.
45823\param [out] value The Mac16Address value, as type \p T.
45824\returns true.
45825*/
45826/*!
45827\fn void ns3::Mac16AddressValue::Set(const Mac16Address & value)
45828Set the value.
45829\param [in] value The value to adopt.
45830*/
45831/*!
45832\var Mac16Address ns3::Mac16AddressValue::m_value
45833The stored Mac16Address instance.
45834*/
45835
45836/*!
45837\ingroup attribute_Mac16Address
45838\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac16AddressAccessor (T1 a1)
45839\copydoc ns3::MakeAccessorHelper(T1)
45840\see AttributeAccessor
45841*/
45842/*!
45843\ingroup attribute_Mac16Address
45844\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac16AddressAccessor (T1 a1, T2 a2)
45845\copydoc ns3::MakeAccessorHelper(T1,T2)
45846\see AttributeAccessor
45847*/
45848/*!
45849\ingroup attribute_Mac16Address
45850
45851\class ns3::Mac16AddressChecker "mac16-address.h"
45852AttributeChecker implementation for Mac16AddressValue.
45853\see AttributeChecker
45854*/
45855/*!
45856\ingroup attribute_Mac16Address
45857\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac16AddressChecker ()
45858\returns The AttributeChecker.
45859\see AttributeChecker
45860*/
45861/*!
45862\ingroup attributes
45863\addtogroup attribute_Mac48Address Mac48Address Attribute
45864AttributeValue implementation for Mac48Address
45865\see ns3::Mac48Address
45866*/
45867/*!
45868\ingroup attribute_Mac48Address
45869\class ns3::Mac48AddressValue "mac48-address.h"
45870AttributeValue implementation for Mac48Address.
45871\see AttributeValue
45872*/
45873/*!
45874\fn ns3::Mac48AddressValue::Mac48AddressValue(const Mac48Address & value)
45875Constructor.
45876\param [in] value The Mac48Address value to use.
45877*/
45878/*!
45879\fn Mac48Address ns3::Mac48AddressValue::Get() const
45880\returns The Mac48Address value.
45881*/
45882/*!
45883\fn bool ns3::Mac48AddressValue::GetAccessor(T & value) const
45884Access the Mac48Address value as type \p T.
45885\tparam T \explicit The type to cast to.
45886\param [out] value The Mac48Address value, as type \p T.
45887\returns true.
45888*/
45889/*!
45890\fn void ns3::Mac48AddressValue::Set(const Mac48Address & value)
45891Set the value.
45892\param [in] value The value to adopt.
45893*/
45894/*!
45895\var Mac48Address ns3::Mac48AddressValue::m_value
45896The stored Mac48Address instance.
45897*/
45898
45899/*!
45900\ingroup attribute_Mac48Address
45901\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac48AddressAccessor (T1 a1)
45902\copydoc ns3::MakeAccessorHelper(T1)
45903\see AttributeAccessor
45904*/
45905/*!
45906\ingroup attribute_Mac48Address
45907\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac48AddressAccessor (T1 a1, T2 a2)
45908\copydoc ns3::MakeAccessorHelper(T1,T2)
45909\see AttributeAccessor
45910*/
45911/*!
45912\ingroup attribute_Mac48Address
45913
45914\class ns3::Mac48AddressChecker "mac48-address.h"
45915AttributeChecker implementation for Mac48AddressValue.
45916\see AttributeChecker
45917*/
45918/*!
45919\ingroup attribute_Mac48Address
45920\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac48AddressChecker ()
45921\returns The AttributeChecker.
45922\see AttributeChecker
45923*/
45924/*!
45925\ingroup attributes
45926\addtogroup attribute_Mac64Address Mac64Address Attribute
45927AttributeValue implementation for Mac64Address
45928\see ns3::Mac64Address
45929*/
45930/*!
45931\ingroup attribute_Mac64Address
45932\class ns3::Mac64AddressValue "mac64-address.h"
45933AttributeValue implementation for Mac64Address.
45934\see AttributeValue
45935*/
45936/*!
45937\fn ns3::Mac64AddressValue::Mac64AddressValue(const Mac64Address & value)
45938Constructor.
45939\param [in] value The Mac64Address value to use.
45940*/
45941/*!
45942\fn Mac64Address ns3::Mac64AddressValue::Get() const
45943\returns The Mac64Address value.
45944*/
45945/*!
45946\fn bool ns3::Mac64AddressValue::GetAccessor(T & value) const
45947Access the Mac64Address value as type \p T.
45948\tparam T \explicit The type to cast to.
45949\param [out] value The Mac64Address value, as type \p T.
45950\returns true.
45951*/
45952/*!
45953\fn void ns3::Mac64AddressValue::Set(const Mac64Address & value)
45954Set the value.
45955\param [in] value The value to adopt.
45956*/
45957/*!
45958\var Mac64Address ns3::Mac64AddressValue::m_value
45959The stored Mac64Address instance.
45960*/
45961
45962/*!
45963\ingroup attribute_Mac64Address
45964\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac64AddressAccessor (T1 a1)
45965\copydoc ns3::MakeAccessorHelper(T1)
45966\see AttributeAccessor
45967*/
45968/*!
45969\ingroup attribute_Mac64Address
45970\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeMac64AddressAccessor (T1 a1, T2 a2)
45971\copydoc ns3::MakeAccessorHelper(T1,T2)
45972\see AttributeAccessor
45973*/
45974/*!
45975\ingroup attribute_Mac64Address
45976
45977\class ns3::Mac64AddressChecker "mac64-address.h"
45978AttributeChecker implementation for Mac64AddressValue.
45979\see AttributeChecker
45980*/
45981/*!
45982\ingroup attribute_Mac64Address
45983\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeMac64AddressChecker ()
45984\returns The AttributeChecker.
45985\see AttributeChecker
45986*/
45987/*!
45988\ingroup attributes
45989\addtogroup attribute_ObjectFactory ObjectFactory Attribute
45990AttributeValue implementation for ObjectFactory
45991\see ns3::ObjectFactory
45992*/
45993/*!
45994\ingroup attribute_ObjectFactory
45995\class ns3::ObjectFactoryValue "object-factory.h"
45996AttributeValue implementation for ObjectFactory.
45997\see AttributeValue
45998*/
45999/*!
46000\fn ns3::ObjectFactoryValue::ObjectFactoryValue(const ObjectFactory & value)
46001Constructor.
46002\param [in] value The ObjectFactory value to use.
46003*/
46004/*!
46005\fn ObjectFactory ns3::ObjectFactoryValue::Get() const
46006\returns The ObjectFactory value.
46007*/
46008/*!
46009\fn bool ns3::ObjectFactoryValue::GetAccessor(T & value) const
46010Access the ObjectFactory value as type \p T.
46011\tparam T \explicit The type to cast to.
46012\param [out] value The ObjectFactory value, as type \p T.
46013\returns true.
46014*/
46015/*!
46016\fn void ns3::ObjectFactoryValue::Set(const ObjectFactory & value)
46017Set the value.
46018\param [in] value The value to adopt.
46019*/
46020/*!
46021\var ObjectFactory ns3::ObjectFactoryValue::m_value
46022The stored ObjectFactory instance.
46023*/
46024
46025/*!
46026\ingroup attribute_ObjectFactory
46027\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectFactoryAccessor (T1 a1)
46028\copydoc ns3::MakeAccessorHelper(T1)
46029\see AttributeAccessor
46030*/
46031/*!
46032\ingroup attribute_ObjectFactory
46033\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectFactoryAccessor (T1 a1, T2 a2)
46034\copydoc ns3::MakeAccessorHelper(T1,T2)
46035\see AttributeAccessor
46036*/
46037/*!
46038\ingroup attribute_ObjectFactory
46039
46040\class ns3::ObjectFactoryChecker "object-factory.h"
46041AttributeChecker implementation for ObjectFactoryValue.
46042\see AttributeChecker
46043*/
46044/*!
46045\ingroup attribute_ObjectFactory
46046\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectFactoryChecker ()
46047\returns The AttributeChecker.
46048\see AttributeChecker
46049*/
46050/*!
46051\ingroup attributes
46052\addtogroup attribute_Priomap Priomap Attribute
46053AttributeValue implementation for Priomap
46054\see ns3::Priomap
46055*/
46056/*!
46057\ingroup attribute_Priomap
46058\class ns3::PriomapValue "prio-queue-disc.h"
46059AttributeValue implementation for Priomap.
46060\see AttributeValue
46061*/
46062/*!
46063\fn ns3::PriomapValue::PriomapValue(const Priomap & value)
46064Constructor.
46065\param [in] value The Priomap value to use.
46066*/
46067/*!
46068\fn Priomap ns3::PriomapValue::Get() const
46069\returns The Priomap value.
46070*/
46071/*!
46072\fn bool ns3::PriomapValue::GetAccessor(T & value) const
46073Access the Priomap value as type \p T.
46074\tparam T \explicit The type to cast to.
46075\param [out] value The Priomap value, as type \p T.
46076\returns true.
46077*/
46078/*!
46079\fn void ns3::PriomapValue::Set(const Priomap & value)
46080Set the value.
46081\param [in] value The value to adopt.
46082*/
46083/*!
46084\var Priomap ns3::PriomapValue::m_value
46085The stored Priomap instance.
46086*/
46087
46088/*!
46089\ingroup attribute_Priomap
46090\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakePriomapAccessor (T1 a1)
46091\copydoc ns3::MakeAccessorHelper(T1)
46092\see AttributeAccessor
46093*/
46094/*!
46095\ingroup attribute_Priomap
46096\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakePriomapAccessor (T1 a1, T2 a2)
46097\copydoc ns3::MakeAccessorHelper(T1,T2)
46098\see AttributeAccessor
46099*/
46100/*!
46101\ingroup attribute_Priomap
46102
46103\class ns3::PriomapChecker "prio-queue-disc.h"
46104AttributeChecker implementation for PriomapValue.
46105\see AttributeChecker
46106*/
46107/*!
46108\ingroup attribute_Priomap
46109\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakePriomapChecker ()
46110\returns The AttributeChecker.
46111\see AttributeChecker
46112*/
46113/*!
46114\ingroup attributes
46115\addtogroup attribute_QueueSize QueueSize Attribute
46116AttributeValue implementation for QueueSize
46117\see ns3::QueueSize
46118*/
46119/*!
46120\ingroup attribute_QueueSize
46121\class ns3::QueueSizeValue "queue-size.h"
46122AttributeValue implementation for QueueSize.
46123\see AttributeValue
46124*/
46125/*!
46126\fn ns3::QueueSizeValue::QueueSizeValue(const QueueSize & value)
46127Constructor.
46128\param [in] value The QueueSize value to use.
46129*/
46130/*!
46131\fn QueueSize ns3::QueueSizeValue::Get() const
46132\returns The QueueSize value.
46133*/
46134/*!
46135\fn bool ns3::QueueSizeValue::GetAccessor(T & value) const
46136Access the QueueSize value as type \p T.
46137\tparam T \explicit The type to cast to.
46138\param [out] value The QueueSize value, as type \p T.
46139\returns true.
46140*/
46141/*!
46142\fn void ns3::QueueSizeValue::Set(const QueueSize & value)
46143Set the value.
46144\param [in] value The value to adopt.
46145*/
46146/*!
46147\var QueueSize ns3::QueueSizeValue::m_value
46148The stored QueueSize instance.
46149*/
46150
46151/*!
46152\ingroup attribute_QueueSize
46153\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeQueueSizeAccessor (T1 a1)
46154\copydoc ns3::MakeAccessorHelper(T1)
46155\see AttributeAccessor
46156*/
46157/*!
46158\ingroup attribute_QueueSize
46159\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeQueueSizeAccessor (T1 a1, T2 a2)
46160\copydoc ns3::MakeAccessorHelper(T1,T2)
46161\see AttributeAccessor
46162*/
46163/*!
46164\ingroup attribute_QueueSize
46165
46166\class ns3::QueueSizeChecker "queue-size.h"
46167AttributeChecker implementation for QueueSizeValue.
46168\see AttributeChecker
46169*/
46170/*!
46171\ingroup attribute_QueueSize
46172\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeQueueSizeChecker ()
46173\returns The AttributeChecker.
46174\see AttributeChecker
46175*/
46176/*!
46177\ingroup attributes
46178\addtogroup attribute_Rectangle Rectangle Attribute
46179AttributeValue implementation for Rectangle
46180\see ns3::Rectangle
46181*/
46182/*!
46183\ingroup attribute_Rectangle
46184\class ns3::RectangleValue "rectangle.h"
46185AttributeValue implementation for Rectangle.
46186\see AttributeValue
46187*/
46188/*!
46189\fn ns3::RectangleValue::RectangleValue(const Rectangle & value)
46190Constructor.
46191\param [in] value The Rectangle value to use.
46192*/
46193/*!
46194\fn Rectangle ns3::RectangleValue::Get() const
46195\returns The Rectangle value.
46196*/
46197/*!
46198\fn bool ns3::RectangleValue::GetAccessor(T & value) const
46199Access the Rectangle value as type \p T.
46200\tparam T \explicit The type to cast to.
46201\param [out] value The Rectangle value, as type \p T.
46202\returns true.
46203*/
46204/*!
46205\fn void ns3::RectangleValue::Set(const Rectangle & value)
46206Set the value.
46207\param [in] value The value to adopt.
46208*/
46209/*!
46210\var Rectangle ns3::RectangleValue::m_value
46211The stored Rectangle instance.
46212*/
46213
46214/*!
46215\ingroup attribute_Rectangle
46216\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeRectangleAccessor (T1 a1)
46217\copydoc ns3::MakeAccessorHelper(T1)
46218\see AttributeAccessor
46219*/
46220/*!
46221\ingroup attribute_Rectangle
46222\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeRectangleAccessor (T1 a1, T2 a2)
46223\copydoc ns3::MakeAccessorHelper(T1,T2)
46224\see AttributeAccessor
46225*/
46226/*!
46227\ingroup attribute_Rectangle
46228
46229\class ns3::RectangleChecker "rectangle.h"
46230AttributeChecker implementation for RectangleValue.
46231\see AttributeChecker
46232*/
46233/*!
46234\ingroup attribute_Rectangle
46235\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeRectangleChecker ()
46236\returns The AttributeChecker.
46237\see AttributeChecker
46238*/
46239/*!
46240\ingroup attributes
46241\addtogroup attribute_Ssid Ssid Attribute
46242AttributeValue implementation for Ssid
46243\see ns3::Ssid
46244*/
46245/*!
46246\ingroup attribute_Ssid
46247\class ns3::SsidValue "ssid.h"
46248AttributeValue implementation for Ssid.
46249\see AttributeValue
46250*/
46251/*!
46252\fn ns3::SsidValue::SsidValue(const Ssid & value)
46253Constructor.
46254\param [in] value The Ssid value to use.
46255*/
46256/*!
46257\fn Ssid ns3::SsidValue::Get() const
46258\returns The Ssid value.
46259*/
46260/*!
46261\fn bool ns3::SsidValue::GetAccessor(T & value) const
46262Access the Ssid value as type \p T.
46263\tparam T \explicit The type to cast to.
46264\param [out] value The Ssid value, as type \p T.
46265\returns true.
46266*/
46267/*!
46268\fn void ns3::SsidValue::Set(const Ssid & value)
46269Set the value.
46270\param [in] value The value to adopt.
46271*/
46272/*!
46273\var Ssid ns3::SsidValue::m_value
46274The stored Ssid instance.
46275*/
46276
46277/*!
46278\ingroup attribute_Ssid
46279\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeSsidAccessor (T1 a1)
46280\copydoc ns3::MakeAccessorHelper(T1)
46281\see AttributeAccessor
46282*/
46283/*!
46284\ingroup attribute_Ssid
46285\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeSsidAccessor (T1 a1, T2 a2)
46286\copydoc ns3::MakeAccessorHelper(T1,T2)
46287\see AttributeAccessor
46288*/
46289/*!
46290\ingroup attribute_Ssid
46291
46292\class ns3::SsidChecker "ssid.h"
46293AttributeChecker implementation for SsidValue.
46294\see AttributeChecker
46295*/
46296/*!
46297\ingroup attribute_Ssid
46298\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeSsidChecker ()
46299\returns The AttributeChecker.
46300\see AttributeChecker
46301*/
46302/*!
46303\ingroup attributes
46304\addtogroup attribute_TypeId TypeId Attribute
46305AttributeValue implementation for TypeId
46306\see ns3::TypeId
46307*/
46308/*!
46309\ingroup attribute_TypeId
46310\class ns3::TypeIdValue "type-id.h"
46311AttributeValue implementation for TypeId.
46312\see AttributeValue
46313*/
46314/*!
46315\fn ns3::TypeIdValue::TypeIdValue(const TypeId & value)
46316Constructor.
46317\param [in] value The TypeId value to use.
46318*/
46319/*!
46320\fn TypeId ns3::TypeIdValue::Get() const
46321\returns The TypeId value.
46322*/
46323/*!
46324\fn bool ns3::TypeIdValue::GetAccessor(T & value) const
46325Access the TypeId value as type \p T.
46326\tparam T \explicit The type to cast to.
46327\param [out] value The TypeId value, as type \p T.
46328\returns true.
46329*/
46330/*!
46331\fn void ns3::TypeIdValue::Set(const TypeId & value)
46332Set the value.
46333\param [in] value The value to adopt.
46334*/
46335/*!
46336\var TypeId ns3::TypeIdValue::m_value
46337The stored TypeId instance.
46338*/
46339
46340/*!
46341\ingroup attribute_TypeId
46342\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTypeIdAccessor (T1 a1)
46343\copydoc ns3::MakeAccessorHelper(T1)
46344\see AttributeAccessor
46345*/
46346/*!
46347\ingroup attribute_TypeId
46348\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTypeIdAccessor (T1 a1, T2 a2)
46349\copydoc ns3::MakeAccessorHelper(T1,T2)
46350\see AttributeAccessor
46351*/
46352/*!
46353\ingroup attribute_TypeId
46354
46355\class ns3::TypeIdChecker "type-id.h"
46356AttributeChecker implementation for TypeIdValue.
46357\see AttributeChecker
46358*/
46359/*!
46360\ingroup attribute_TypeId
46361\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeTypeIdChecker ()
46362\returns The AttributeChecker.
46363\see AttributeChecker
46364*/
46365/*!
46366\ingroup attributes
46367\addtogroup attribute_UanModesList UanModesList Attribute
46368AttributeValue implementation for UanModesList
46369\see ns3::UanModesList
46370*/
46371/*!
46372\ingroup attribute_UanModesList
46373\class ns3::UanModesListValue "uan-tx-mode.h"
46374AttributeValue implementation for UanModesList.
46375\see AttributeValue
46376*/
46377/*!
46378\fn ns3::UanModesListValue::UanModesListValue(const UanModesList & value)
46379Constructor.
46380\param [in] value The UanModesList value to use.
46381*/
46382/*!
46383\fn UanModesList ns3::UanModesListValue::Get() const
46384\returns The UanModesList value.
46385*/
46386/*!
46387\fn bool ns3::UanModesListValue::GetAccessor(T & value) const
46388Access the UanModesList value as type \p T.
46389\tparam T \explicit The type to cast to.
46390\param [out] value The UanModesList value, as type \p T.
46391\returns true.
46392*/
46393/*!
46394\fn void ns3::UanModesListValue::Set(const UanModesList & value)
46395Set the value.
46396\param [in] value The value to adopt.
46397*/
46398/*!
46399\var UanModesList ns3::UanModesListValue::m_value
46400The stored UanModesList instance.
46401*/
46402
46403/*!
46404\ingroup attribute_UanModesList
46405\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUanModesListAccessor (T1 a1)
46406\copydoc ns3::MakeAccessorHelper(T1)
46407\see AttributeAccessor
46408*/
46409/*!
46410\ingroup attribute_UanModesList
46411\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUanModesListAccessor (T1 a1, T2 a2)
46412\copydoc ns3::MakeAccessorHelper(T1,T2)
46413\see AttributeAccessor
46414*/
46415/*!
46416\ingroup attribute_UanModesList
46417
46418\class ns3::UanModesListChecker "uan-tx-mode.h"
46419AttributeChecker implementation for UanModesListValue.
46420\see AttributeChecker
46421*/
46422/*!
46423\ingroup attribute_UanModesList
46424\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeUanModesListChecker ()
46425\returns The AttributeChecker.
46426\see AttributeChecker
46427*/
46428/*!
46429\ingroup attributes
46430\addtogroup attribute_ValueClassTest ValueClassTest Attribute
46431AttributeValue implementation for ValueClassTest
46432*/
46433/*!
46434\ingroup attribute_ValueClassTest
46435\class ns3::ValueClassTestValue "attribute-test-suite.cc"
46436AttributeValue implementation for ValueClassTest.
46437\see AttributeValue
46438*/
46439/*!
46440\fn ns3::ValueClassTestValue::ValueClassTestValue(const ValueClassTest & value)
46441Constructor.
46442\param [in] value The ValueClassTest value to use.
46443*/
46444/*!
46445\fn ValueClassTest ns3::ValueClassTestValue::Get() const
46446\returns The ValueClassTest value.
46447*/
46448/*!
46449\fn bool ns3::ValueClassTestValue::GetAccessor(T & value) const
46450Access the ValueClassTest value as type \p T.
46451\tparam T \explicit The type to cast to.
46452\param [out] value The ValueClassTest value, as type \p T.
46453\returns true.
46454*/
46455/*!
46456\fn void ns3::ValueClassTestValue::Set(const ValueClassTest & value)
46457Set the value.
46458\param [in] value The value to adopt.
46459*/
46460/*!
46461\var ValueClassTest ns3::ValueClassTestValue::m_value
46462The stored ValueClassTest instance.
46463*/
46464
46465/*!
46466\ingroup attribute_ValueClassTest
46467\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeValueClassTestAccessor (T1 a1)
46468\copydoc ns3::MakeAccessorHelper(T1)
46469\see AttributeAccessor
46470*/
46471/*!
46472\ingroup attribute_ValueClassTest
46473\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeValueClassTestAccessor (T1 a1, T2 a2)
46474\copydoc ns3::MakeAccessorHelper(T1,T2)
46475\see AttributeAccessor
46476*/
46477/*!
46478\ingroup attribute_ValueClassTest
46479
46480\class ns3::ValueClassTestChecker "attribute-test-suite.cc"
46481AttributeChecker implementation for ValueClassTestValue.
46482\see AttributeChecker
46483*/
46484/*!
46485\ingroup attribute_ValueClassTest
46486\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeValueClassTestChecker ()
46487\returns The AttributeChecker.
46488\see AttributeChecker
46489*/
46490/*!
46491\ingroup attributes
46492\addtogroup attribute_Vector2D Vector2D Attribute
46493AttributeValue implementation for Vector2D
46494\see ns3::Vector2D
46495*/
46496/*!
46497\ingroup attribute_Vector2D
46498\class ns3::Vector2DValue "vector.h"
46499AttributeValue implementation for Vector2D.
46500\see AttributeValue
46501*/
46502/*!
46503\fn ns3::Vector2DValue::Vector2DValue(const Vector2D & value)
46504Constructor.
46505\param [in] value The Vector2D value to use.
46506*/
46507/*!
46508\fn Vector2D ns3::Vector2DValue::Get() const
46509\returns The Vector2D value.
46510*/
46511/*!
46512\fn bool ns3::Vector2DValue::GetAccessor(T & value) const
46513Access the Vector2D value as type \p T.
46514\tparam T \explicit The type to cast to.
46515\param [out] value The Vector2D value, as type \p T.
46516\returns true.
46517*/
46518/*!
46519\fn void ns3::Vector2DValue::Set(const Vector2D & value)
46520Set the value.
46521\param [in] value The value to adopt.
46522*/
46523/*!
46524\var Vector2D ns3::Vector2DValue::m_value
46525The stored Vector2D instance.
46526*/
46527
46528/*!
46529\ingroup attribute_Vector2D
46530\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector2DAccessor (T1 a1)
46531\copydoc ns3::MakeAccessorHelper(T1)
46532\see AttributeAccessor
46533*/
46534/*!
46535\ingroup attribute_Vector2D
46536\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector2DAccessor (T1 a1, T2 a2)
46537\copydoc ns3::MakeAccessorHelper(T1,T2)
46538\see AttributeAccessor
46539*/
46540/*!
46541\ingroup attribute_Vector2D
46542
46543\class ns3::Vector2DChecker "vector.h"
46544AttributeChecker implementation for Vector2DValue.
46545\see AttributeChecker
46546*/
46547/*!
46548\ingroup attribute_Vector2D
46549\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeVector2DChecker ()
46550\returns The AttributeChecker.
46551\see AttributeChecker
46552*/
46553/*!
46554\ingroup attributes
46555\addtogroup attribute_Vector3D Vector3D Attribute
46556AttributeValue implementation for Vector3D
46557\see ns3::Vector3D
46558*/
46559/*!
46560\ingroup attribute_Vector3D
46561\class ns3::Vector3DValue "vector.h"
46562AttributeValue implementation for Vector3D.
46563\see AttributeValue
46564*/
46565/*!
46566\fn ns3::Vector3DValue::Vector3DValue(const Vector3D & value)
46567Constructor.
46568\param [in] value The Vector3D value to use.
46569*/
46570/*!
46571\fn Vector3D ns3::Vector3DValue::Get() const
46572\returns The Vector3D value.
46573*/
46574/*!
46575\fn bool ns3::Vector3DValue::GetAccessor(T & value) const
46576Access the Vector3D value as type \p T.
46577\tparam T \explicit The type to cast to.
46578\param [out] value The Vector3D value, as type \p T.
46579\returns true.
46580*/
46581/*!
46582\fn void ns3::Vector3DValue::Set(const Vector3D & value)
46583Set the value.
46584\param [in] value The value to adopt.
46585*/
46586/*!
46587\var Vector3D ns3::Vector3DValue::m_value
46588The stored Vector3D instance.
46589*/
46590
46591/*!
46592\ingroup attribute_Vector3D
46593\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector3DAccessor (T1 a1)
46594\copydoc ns3::MakeAccessorHelper(T1)
46595\see AttributeAccessor
46596*/
46597/*!
46598\ingroup attribute_Vector3D
46599\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeVector3DAccessor (T1 a1, T2 a2)
46600\copydoc ns3::MakeAccessorHelper(T1,T2)
46601\see AttributeAccessor
46602*/
46603/*!
46604\ingroup attribute_Vector3D
46605
46606\class ns3::Vector3DChecker "vector.h"
46607AttributeChecker implementation for Vector3DValue.
46608\see AttributeChecker
46609*/
46610/*!
46611\ingroup attribute_Vector3D
46612\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeVector3DChecker ()
46613\returns The AttributeChecker.
46614\see AttributeChecker
46615*/
46616/*!
46617\ingroup attributes
46618\addtogroup attribute_Waypoint Waypoint Attribute
46619AttributeValue implementation for Waypoint
46620\see ns3::Waypoint
46621*/
46622/*!
46623\ingroup attribute_Waypoint
46624\class ns3::WaypointValue "waypoint.h"
46625AttributeValue implementation for Waypoint.
46626\see AttributeValue
46627*/
46628/*!
46629\fn ns3::WaypointValue::WaypointValue(const Waypoint & value)
46630Constructor.
46631\param [in] value The Waypoint value to use.
46632*/
46633/*!
46634\fn Waypoint ns3::WaypointValue::Get() const
46635\returns The Waypoint value.
46636*/
46637/*!
46638\fn bool ns3::WaypointValue::GetAccessor(T & value) const
46639Access the Waypoint value as type \p T.
46640\tparam T \explicit The type to cast to.
46641\param [out] value The Waypoint value, as type \p T.
46642\returns true.
46643*/
46644/*!
46645\fn void ns3::WaypointValue::Set(const Waypoint & value)
46646Set the value.
46647\param [in] value The value to adopt.
46648*/
46649/*!
46650\var Waypoint ns3::WaypointValue::m_value
46651The stored Waypoint instance.
46652*/
46653
46654/*!
46655\ingroup attribute_Waypoint
46656\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWaypointAccessor (T1 a1)
46657\copydoc ns3::MakeAccessorHelper(T1)
46658\see AttributeAccessor
46659*/
46660/*!
46661\ingroup attribute_Waypoint
46662\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWaypointAccessor (T1 a1, T2 a2)
46663\copydoc ns3::MakeAccessorHelper(T1,T2)
46664\see AttributeAccessor
46665*/
46666/*!
46667\ingroup attribute_Waypoint
46668
46669\class ns3::WaypointChecker "waypoint.h"
46670AttributeChecker implementation for WaypointValue.
46671\see AttributeChecker
46672*/
46673/*!
46674\ingroup attribute_Waypoint
46675\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeWaypointChecker ()
46676\returns The AttributeChecker.
46677\see AttributeChecker
46678*/
46679/*!
46680\ingroup attributes
46681\addtogroup attribute_WifiMode WifiMode Attribute
46682AttributeValue implementation for WifiMode
46683\see ns3::WifiMode
46684*/
46685/*!
46686\ingroup attribute_WifiMode
46687\class ns3::WifiModeValue "wifi-mode.h"
46688AttributeValue implementation for WifiMode.
46689\see AttributeValue
46690*/
46691/*!
46692\fn ns3::WifiModeValue::WifiModeValue(const WifiMode & value)
46693Constructor.
46694\param [in] value The WifiMode value to use.
46695*/
46696/*!
46697\fn WifiMode ns3::WifiModeValue::Get() const
46698\returns The WifiMode value.
46699*/
46700/*!
46701\fn bool ns3::WifiModeValue::GetAccessor(T & value) const
46702Access the WifiMode value as type \p T.
46703\tparam T \explicit The type to cast to.
46704\param [out] value The WifiMode value, as type \p T.
46705\returns true.
46706*/
46707/*!
46708\fn void ns3::WifiModeValue::Set(const WifiMode & value)
46709Set the value.
46710\param [in] value The value to adopt.
46711*/
46712/*!
46713\var WifiMode ns3::WifiModeValue::m_value
46714The stored WifiMode instance.
46715*/
46716
46717/*!
46718\ingroup attribute_WifiMode
46719\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWifiModeAccessor (T1 a1)
46720\copydoc ns3::MakeAccessorHelper(T1)
46721\see AttributeAccessor
46722*/
46723/*!
46724\ingroup attribute_WifiMode
46725\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeWifiModeAccessor (T1 a1, T2 a2)
46726\copydoc ns3::MakeAccessorHelper(T1,T2)
46727\see AttributeAccessor
46728*/
46729/*!
46730\ingroup attribute_WifiMode
46731
46732\class ns3::WifiModeChecker "wifi-mode.h"
46733AttributeChecker implementation for WifiModeValue.
46734\see AttributeChecker
46735*/
46736/*!
46737\ingroup attribute_WifiMode
46738\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeWifiModeChecker ()
46739\returns The AttributeChecker.
46740\see AttributeChecker
46741*/
46742/*!
46743\ingroup attributes
46744\addtogroup attribute_Boolean Boolean Attribute
46745AttributeValue implementation for Boolean
46746*/
46747/*!
46748\ingroup attribute_Boolean
46749\class ns3::BooleanValue "boolean.h"
46750AttributeValue implementation for Boolean.
46751\see AttributeValue
46752*/
46753/*!
46754\fn ns3::BooleanValue::BooleanValue(const bool & value)
46755Constructor.
46756\param [in] value The Boolean value to use.
46757*/
46758/*!
46759\fn bool ns3::BooleanValue::Get() const
46760\returns The Boolean value.
46761*/
46762/*!
46763\fn bool ns3::BooleanValue::GetAccessor(T & value) const
46764Access the Boolean value as type \p T.
46765\tparam T \explicit The type to cast to.
46766\param [out] value The Boolean value, as type \p T.
46767\returns true.
46768*/
46769/*!
46770\fn void ns3::BooleanValue::Set(const bool & value)
46771Set the value.
46772\param [in] value The value to adopt.
46773*/
46774/*!
46775\var bool ns3::BooleanValue::m_value
46776The stored Boolean instance.
46777*/
46778
46779/*!
46780\ingroup attribute_Boolean
46781\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBooleanAccessor (T1 a1)
46782\copydoc ns3::MakeAccessorHelper(T1)
46783\see AttributeAccessor
46784*/
46785/*!
46786\ingroup attribute_Boolean
46787\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeBooleanAccessor (T1 a1, T2 a2)
46788\copydoc ns3::MakeAccessorHelper(T1,T2)
46789\see AttributeAccessor
46790*/
46791/*!
46792\ingroup attribute_Boolean
46793
46794\class ns3::BooleanChecker "boolean.h"
46795AttributeChecker implementation for BooleanValue.
46796\see AttributeChecker
46797*/
46798/*!
46799\ingroup attribute_Boolean
46800\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeBooleanChecker ()
46801\returns The AttributeChecker.
46802\see AttributeChecker
46803*/
46804/*!
46805\ingroup attributes
46806\addtogroup attribute_Callback Callback Attribute
46807AttributeValue implementation for Callback
46808\see ns3::Callback
46809*/
46810/*!
46811\ingroup attribute_Callback
46812\class ns3::CallbackValue "callback.h"
46813AttributeValue implementation for Callback.
46814\see AttributeValue
46815*/
46816/*!
46817\fn ns3::CallbackValue::CallbackValue(const CallbackBase & value)
46818Constructor.
46819\param [in] value The Callback value to use.
46820*/
46821/*!
46822\fn CallbackBase ns3::CallbackValue::Get() const
46823\returns The Callback value.
46824*/
46825/*!
46826\fn bool ns3::CallbackValue::GetAccessor(T & value) const
46827Access the Callback value as type \p T.
46828\tparam T \explicit The type to cast to.
46829\param [out] value The Callback value, as type \p T.
46830\returns true.
46831*/
46832/*!
46833\fn void ns3::CallbackValue::Set(const CallbackBase & value)
46834Set the value.
46835\param [in] value The value to adopt.
46836*/
46837/*!
46838\var CallbackBase ns3::CallbackValue::m_value
46839The stored Callback instance.
46840*/
46841
46842/*!
46843\ingroup attribute_Callback
46844\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeCallbackAccessor (T1 a1)
46845\copydoc ns3::MakeAccessorHelper(T1)
46846\see AttributeAccessor
46847*/
46848/*!
46849\ingroup attribute_Callback
46850\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeCallbackAccessor (T1 a1, T2 a2)
46851\copydoc ns3::MakeAccessorHelper(T1,T2)
46852\see AttributeAccessor
46853*/
46854/*!
46855\ingroup attribute_Callback
46856
46857\class ns3::CallbackChecker "callback.h"
46858AttributeChecker implementation for CallbackValue.
46859\see AttributeChecker
46860*/
46861/*!
46862\ingroup attribute_Callback
46863\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeCallbackChecker ()
46864\returns The AttributeChecker.
46865\see AttributeChecker
46866*/
46867/*!
46868\ingroup attributes
46869\addtogroup attribute_Double Double Attribute
46870AttributeValue implementation for Double
46871*/
46872/*!
46873\ingroup attribute_Double
46874\class ns3::DoubleValue "double.h"
46875AttributeValue implementation for Double.
46876\see AttributeValue
46877*/
46878/*!
46879\fn ns3::DoubleValue::DoubleValue(const double & value)
46880Constructor.
46881\param [in] value The Double value to use.
46882*/
46883/*!
46884\fn double ns3::DoubleValue::Get() const
46885\returns The Double value.
46886*/
46887/*!
46888\fn bool ns3::DoubleValue::GetAccessor(T & value) const
46889Access the Double value as type \p T.
46890\tparam T \explicit The type to cast to.
46891\param [out] value The Double value, as type \p T.
46892\returns true.
46893*/
46894/*!
46895\fn void ns3::DoubleValue::Set(const double & value)
46896Set the value.
46897\param [in] value The value to adopt.
46898*/
46899/*!
46900\var double ns3::DoubleValue::m_value
46901The stored Double instance.
46902*/
46903
46904/*!
46905\ingroup attribute_Double
46906\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDoubleAccessor (T1 a1)
46907\copydoc ns3::MakeAccessorHelper(T1)
46908\see AttributeAccessor
46909*/
46910/*!
46911\ingroup attribute_Double
46912\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeDoubleAccessor (T1 a1, T2 a2)
46913\copydoc ns3::MakeAccessorHelper(T1,T2)
46914\see AttributeAccessor
46915*/
46916/*!
46917\ingroup attribute_Double
46918
46919\class ns3::DoubleChecker "double.h"
46920AttributeChecker implementation for DoubleValue.
46921\see AttributeChecker
46922*/
46923/*!
46924\ingroup attribute_Double
46925\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeDoubleChecker ()
46926\returns The AttributeChecker.
46927\see AttributeChecker
46928*/
46929/*!
46930\ingroup attributes
46931\addtogroup attribute_Enum Enum Attribute
46932AttributeValue implementation for Enum
46933*/
46934/*!
46935\ingroup attribute_Enum
46936\class ns3::EnumValue "enum.h"
46937AttributeValue implementation for Enum.
46938\see AttributeValue
46939*/
46940/*!
46941\fn ns3::EnumValue::EnumValue(const T & value)
46942Constructor.
46943\param [in] value The Enum value to use.
46944*/
46945/*!
46946\fn T ns3::EnumValue::Get() const
46947\returns The Enum value.
46948*/
46949/*!
46950\fn bool ns3::EnumValue::GetAccessor(T & value) const
46951Access the Enum value as type \p T.
46952\tparam T \explicit The type to cast to.
46953\param [out] value The Enum value, as type \p T.
46954\returns true.
46955*/
46956/*!
46957\fn void ns3::EnumValue::Set(const T & value)
46958Set the value.
46959\param [in] value The value to adopt.
46960*/
46961/*!
46962\var T ns3::EnumValue::m_value
46963The stored Enum instance.
46964*/
46965
46966/*!
46967\ingroup attribute_Enum
46968\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeEnumAccessor (T1 a1)
46969\copydoc ns3::MakeAccessorHelper(T1)
46970\see AttributeAccessor
46971*/
46972/*!
46973\ingroup attribute_Enum
46974\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeEnumAccessor (T1 a1, T2 a2)
46975\copydoc ns3::MakeAccessorHelper(T1,T2)
46976\see AttributeAccessor
46977*/
46978/*!
46979\ingroup attribute_Enum
46980
46981\class ns3::EnumChecker "enum.h"
46982AttributeChecker implementation for EnumValue.
46983\see AttributeChecker
46984*/
46985/*!
46986\ingroup attribute_Enum
46987\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeEnumChecker ()
46988\returns The AttributeChecker.
46989\see AttributeChecker
46990*/
46991/*!
46992\ingroup attributes
46993\addtogroup attribute_Integer Integer Attribute
46994AttributeValue implementation for Integer
46995*/
46996/*!
46997\ingroup attribute_Integer
46998\class ns3::IntegerValue "integer.h"
46999AttributeValue implementation for Integer.
47000\see AttributeValue
47001*/
47002/*!
47003\fn ns3::IntegerValue::IntegerValue(const int64_t & value)
47004Constructor.
47005\param [in] value The Integer value to use.
47006*/
47007/*!
47008\fn int64_t ns3::IntegerValue::Get() const
47009\returns The Integer value.
47010*/
47011/*!
47012\fn bool ns3::IntegerValue::GetAccessor(T & value) const
47013Access the Integer value as type \p T.
47014\tparam T \explicit The type to cast to.
47015\param [out] value The Integer value, as type \p T.
47016\returns true.
47017*/
47018/*!
47019\fn void ns3::IntegerValue::Set(const int64_t & value)
47020Set the value.
47021\param [in] value The value to adopt.
47022*/
47023/*!
47024\var int64_t ns3::IntegerValue::m_value
47025The stored Integer instance.
47026*/
47027
47028/*!
47029\ingroup attribute_Integer
47030\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIntegerAccessor (T1 a1)
47031\copydoc ns3::MakeAccessorHelper(T1)
47032\see AttributeAccessor
47033*/
47034/*!
47035\ingroup attribute_Integer
47036\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeIntegerAccessor (T1 a1, T2 a2)
47037\copydoc ns3::MakeAccessorHelper(T1,T2)
47038\see AttributeAccessor
47039*/
47040/*!
47041\ingroup attribute_Integer
47042
47043\class ns3::IntegerChecker "integer.h"
47044AttributeChecker implementation for IntegerValue.
47045\see AttributeChecker
47046*/
47047/*!
47048\ingroup attribute_Integer
47049\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeIntegerChecker ()
47050\returns The AttributeChecker.
47051\see AttributeChecker
47052*/
47053/*!
47054\ingroup attributes
47055\addtogroup attribute_String String Attribute
47056AttributeValue implementation for String
47057*/
47058/*!
47059\ingroup attribute_String
47060\class ns3::StringValue "string.h"
47061AttributeValue implementation for String.
47062\see AttributeValue
47063*/
47064/*!
47065\fn ns3::StringValue::StringValue(const std::string & value)
47066Constructor.
47067\param [in] value The String value to use.
47068*/
47069/*!
47070\fn std::string ns3::StringValue::Get() const
47071\returns The String value.
47072*/
47073/*!
47074\fn bool ns3::StringValue::GetAccessor(T & value) const
47075Access the String value as type \p T.
47076\tparam T \explicit The type to cast to.
47077\param [out] value The String value, as type \p T.
47078\returns true.
47079*/
47080/*!
47081\fn void ns3::StringValue::Set(const std::string & value)
47082Set the value.
47083\param [in] value The value to adopt.
47084*/
47085/*!
47086\var std::string ns3::StringValue::m_value
47087The stored String instance.
47088*/
47089
47090/*!
47091\ingroup attribute_String
47092\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeStringAccessor (T1 a1)
47093\copydoc ns3::MakeAccessorHelper(T1)
47094\see AttributeAccessor
47095*/
47096/*!
47097\ingroup attribute_String
47098\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeStringAccessor (T1 a1, T2 a2)
47099\copydoc ns3::MakeAccessorHelper(T1,T2)
47100\see AttributeAccessor
47101*/
47102/*!
47103\ingroup attribute_String
47104
47105\class ns3::StringChecker "string.h"
47106AttributeChecker implementation for StringValue.
47107\see AttributeChecker
47108*/
47109/*!
47110\ingroup attribute_String
47111\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeStringChecker ()
47112\returns The AttributeChecker.
47113\see AttributeChecker
47114*/
47115/*!
47116\ingroup attributes
47117\addtogroup attribute_Time Time Attribute
47118AttributeValue implementation for Time
47119\see ns3::Time
47120*/
47121/*!
47122\ingroup attribute_Time
47123\class ns3::TimeValue "nstime.h"
47124AttributeValue implementation for Time.
47125\see AttributeValue
47126*/
47127/*!
47128\fn ns3::TimeValue::TimeValue(const Time & value)
47129Constructor.
47130\param [in] value The Time value to use.
47131*/
47132/*!
47133\fn Time ns3::TimeValue::Get() const
47134\returns The Time value.
47135*/
47136/*!
47137\fn bool ns3::TimeValue::GetAccessor(T & value) const
47138Access the Time value as type \p T.
47139\tparam T \explicit The type to cast to.
47140\param [out] value The Time value, as type \p T.
47141\returns true.
47142*/
47143/*!
47144\fn void ns3::TimeValue::Set(const Time & value)
47145Set the value.
47146\param [in] value The value to adopt.
47147*/
47148/*!
47149\var Time ns3::TimeValue::m_value
47150The stored Time instance.
47151*/
47152
47153/*!
47154\ingroup attribute_Time
47155\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTimeAccessor (T1 a1)
47156\copydoc ns3::MakeAccessorHelper(T1)
47157\see AttributeAccessor
47158*/
47159/*!
47160\ingroup attribute_Time
47161\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeTimeAccessor (T1 a1, T2 a2)
47162\copydoc ns3::MakeAccessorHelper(T1,T2)
47163\see AttributeAccessor
47164*/
47165/*!
47166\ingroup attribute_Time
47167
47168\class ns3::TimeChecker "nstime.h"
47169AttributeChecker implementation for TimeValue.
47170\see AttributeChecker
47171*/
47172/*!
47173\ingroup attribute_Time
47174\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeTimeChecker ()
47175\returns The AttributeChecker.
47176\see AttributeChecker
47177*/
47178/*!
47179\ingroup attributes
47180\addtogroup attribute_Uinteger Uinteger Attribute
47181AttributeValue implementation for Uinteger
47182*/
47183/*!
47184\ingroup attribute_Uinteger
47185\class ns3::UintegerValue "uinteger.h"
47186AttributeValue implementation for Uinteger.
47187\see AttributeValue
47188*/
47189/*!
47190\fn ns3::UintegerValue::UintegerValue(const uint64_t & value)
47191Constructor.
47192\param [in] value The Uinteger value to use.
47193*/
47194/*!
47195\fn uint64_t ns3::UintegerValue::Get() const
47196\returns The Uinteger value.
47197*/
47198/*!
47199\fn bool ns3::UintegerValue::GetAccessor(T & value) const
47200Access the Uinteger value as type \p T.
47201\tparam T \explicit The type to cast to.
47202\param [out] value The Uinteger value, as type \p T.
47203\returns true.
47204*/
47205/*!
47206\fn void ns3::UintegerValue::Set(const uint64_t & value)
47207Set the value.
47208\param [in] value The value to adopt.
47209*/
47210/*!
47211\var uint64_t ns3::UintegerValue::m_value
47212The stored Uinteger instance.
47213*/
47214
47215/*!
47216\ingroup attribute_Uinteger
47217\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUintegerAccessor (T1 a1)
47218\copydoc ns3::MakeAccessorHelper(T1)
47219\see AttributeAccessor
47220*/
47221/*!
47222\ingroup attribute_Uinteger
47223\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeUintegerAccessor (T1 a1, T2 a2)
47224\copydoc ns3::MakeAccessorHelper(T1,T2)
47225\see AttributeAccessor
47226*/
47227/*!
47228\ingroup attribute_Uinteger
47229
47230\class ns3::UintegerChecker "uinteger.h"
47231AttributeChecker implementation for UintegerValue.
47232\see AttributeChecker
47233*/
47234/*!
47235\ingroup attribute_Uinteger
47236\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeUintegerChecker ()
47237\returns The AttributeChecker.
47238\see AttributeChecker
47239*/
47240/*!
47241\ingroup attributes
47242\addtogroup attribute_ObjectVector ObjectVector Attribute
47243AttributeValue implementation for ObjectVector
47244*/
47245/*!
47246\ingroup attribute_ObjectVector
47247\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectVectorAccessor (T1 a1)
47248\copydoc ns3::MakeAccessorHelper(T1)
47249\see AttributeAccessor
47250*/
47251/*!
47252\ingroup attribute_ObjectVector
47253\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectVectorAccessor (T1 a1, T2 a2)
47254\copydoc ns3::MakeAccessorHelper(T1,T2)
47255\see AttributeAccessor
47256*/
47257/*!
47258\ingroup attribute_ObjectVector
47259
47260\class ns3::ObjectVectorChecker "object-vector.h"
47261AttributeChecker implementation for ObjectVectorValue.
47262\see AttributeChecker
47263*/
47264/*!
47265\ingroup attribute_ObjectVector
47266\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectVectorChecker ()
47267\returns The AttributeChecker.
47268\see AttributeChecker
47269*/
47270/*!
47271\ingroup attributes
47272\addtogroup attribute_ObjectMap ObjectMap Attribute
47273AttributeValue implementation for ObjectMap
47274*/
47275/*!
47276\ingroup attribute_ObjectMap
47277\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectMapAccessor (T1 a1)
47278\copydoc ns3::MakeAccessorHelper(T1)
47279\see AttributeAccessor
47280*/
47281/*!
47282\ingroup attribute_ObjectMap
47283\fn ns3::Ptr<const ns3::AttributeAccessor> ns3::MakeObjectMapAccessor (T1 a1, T2 a2)
47284\copydoc ns3::MakeAccessorHelper(T1,T2)
47285\see AttributeAccessor
47286*/
47287/*!
47288\ingroup attribute_ObjectMap
47289
47290\class ns3::ObjectMapChecker "object-map.h"
47291AttributeChecker implementation for ObjectMapValue.
47292\see AttributeChecker
47293*/
47294/*!
47295\ingroup attribute_ObjectMap
47296\fn ns3::Ptr<const ns3::AttributeChecker> ns3::MakeObjectMapChecker ()
47297\returns The AttributeChecker.
47298\see AttributeChecker
47299*/