Keeps the maximum duration among all TXOPs. More...
Public Member Functions | |
void | Trace (Time startTime, Time duration, uint8_t linkId) |
Callback for the TxopTrace trace. More... | |
Public Attributes | |
Time | m_max {Seconds(0)} |
max TXOP duration More... | |
Keeps the maximum duration among all TXOPs.
Definition at line 1712 of file block-ack-test-suite.cc.
void BlockAckAggregationDisabledTest::TxopDurationTracer::Trace | ( | Time | startTime, |
Time | duration, | ||
uint8_t | linkId | ||
) |
Callback for the TxopTrace trace.
startTime | TXOP start time |
duration | TXOP duration |
linkId | the ID of the link |
Definition at line 1767 of file block-ack-test-suite.cc.
References m_max.
Referenced by BlockAckAggregationDisabledTest::DoRun().
Time BlockAckAggregationDisabledTest::TxopDurationTracer::m_max {Seconds(0)} |
max TXOP duration
Definition at line 1721 of file block-ack-test-suite.cc.
Referenced by BlockAckAggregationDisabledTest::DoRun(), and Trace().