Keeps the maximum duration among all TXOPs. More...
Public Member Functions | |
void | Trace (Time startTime, Time duration, uint8_t linkId) |
Callback connected to TXOP duration trace source. More... | |
void | Trace (Time startTime, Time duration, uint8_t linkId) |
Callback connected to TXOP duration trace source. More... | |
Public Attributes | |
Time | m_max {Seconds(0)} |
maximum TXOP duration More... | |
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.
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)} |
maximum TXOP duration
Definition at line 82 of file wifi-80211e-txop.cc.