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. | |
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 61 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 75 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 |