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. | |
Public Attributes | |
Time | m_max {Seconds(0)} |
max TXOP duration | |
Keeps the maximum duration among all TXOPs.
Definition at line 1710 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 1765 of file block-ack-test-suite.cc.
References m_max.
Referenced by BlockAckAggregationDisabledTest::DoRun().
max TXOP duration
Definition at line 1719 of file block-ack-test-suite.cc.
Referenced by BlockAckAggregationDisabledTest::DoRun(), and Trace().