Keeps the maximum duration among all TXOPs. More...
 Collaboration diagram for TxopDurationTracer:Public Member Functions | |
| void | Trace (Time startTime, Time duration, uint8_t linkId) | 
| Callback connected to TXOP duration trace source.   | |
| void | Trace (Time startTime, Time duration, uint8_t linkId) | 
| Callback connected to TXOP duration trace source.   | |
Public Attributes | |
| Time | m_max {Seconds(0)} | 
| maximum TXOP duration   | |
Keeps the maximum duration among all TXOPs.
Definition at line 72 of file wifi-80211e-txop.cc.
Callback connected to TXOP duration trace source.
| startTime | TXOP start time | 
| duration | TXOP duration | 
| linkId | the ID of the link | 
Definition at line 86 of file wifi-80211e-txop.cc.
References m_max.
Callback connected to TXOP duration trace source.
| startTime | TXOP start time | 
| duration | TXOP duration | 
| linkId | the ID of the link | 
| Time TxopDurationTracer::m_max {Seconds(0)} |