Keeps the maximum duration among all TXOPs. More...
Collaboration diagram for BlockAckAggregationDisabledTest::TxopDurationTracer:Public Member Functions | |
| void | Trace (Time startTime, Time duration) |
| 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 1351 of file block-ack-test-suite.cc.
Callback for the TxopTrace trace.
| startTime | TXOP start time |
| duration | TXOP duration |
Definition at line 1406 of file block-ack-test-suite.cc.
References m_max.
Referenced by BlockAckAggregationDisabledTest::DoRun().
Here is the caller graph for this function:| Time BlockAckAggregationDisabledTest::TxopDurationTracer::m_max {Seconds (0)} |
max TXOP duration
Definition at line 1359 of file block-ack-test-suite.cc.
Referenced by BlockAckAggregationDisabledTest::DoRun(), and Trace().