A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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, uint8_t linkId)
 Callback for the TxopTrace trace.
 

Public Attributes

Time m_max {Seconds(0)}
 max TXOP duration
 

Detailed Description

Keeps the maximum duration among all TXOPs.

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

Member Function Documentation

◆ Trace()

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

Callback for the TxopTrace trace.

Parameters
startTimeTXOP start time
durationTXOP duration
linkIdthe ID of the link

Definition at line 1767 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 1721 of file block-ack-test-suite.cc.

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


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