A Discrete-Event Network Simulator
API
BlockAckAggregationDisabledTest::TxopDurationTracer Struct Reference

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

Detailed Description

Keeps the maximum duration among all TXOPs.

Definition at line 665 of file block-ack-test-suite.cc.

Member Function Documentation

◆ Trace()

void BlockAckAggregationDisabledTest::TxopDurationTracer::Trace ( Time  startTime,
Time  duration 
)

Callback for the TxopTrace trace.

Parameters
startTimeTXOP start time
durationTXOP duration

Definition at line 719 of file block-ack-test-suite.cc.

References m_max.

Referenced by BlockAckAggregationDisabledTest::DoRun().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_max

Time BlockAckAggregationDisabledTest::TxopDurationTracer::m_max {Seconds (0)}

max TXOP duration

Definition at line 673 of file block-ack-test-suite.cc.

Referenced by BlockAckAggregationDisabledTest::DoRun(), and Trace().


The documentation for this struct was generated from the following file: