A Discrete-Event Network Simulator
API
TxopDurationTracer Struct Reference

Keeps the maximum duration among all TXOPs. More...

+ Collaboration diagram for TxopDurationTracer:

Public Member Functions

void Trace (Time startTime, Time duration)
 Callback connected to TXOP duration trace source. More...
 
void Trace (Time startTime, Time duration)
 Callback connected to TXOP duration trace source. More...
 

Public Attributes

Time m_max {Seconds (0)}
 maximum TXOP duration More...
 

Detailed Description

Keeps the maximum duration among all TXOPs.

Definition at line 71 of file wifi-80211e-txop.cc.

Member Function Documentation

◆ Trace() [1/2]

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

Callback connected to TXOP duration trace source.

Parameters
startTimeTXOP start time
durationTXOP duration

Definition at line 84 of file wifi-80211e-txop.cc.

References m_max.

◆ Trace() [2/2]

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

Callback connected to TXOP duration trace source.

Parameters
startTimeTXOP start time
durationTXOP duration

Member Data Documentation

◆ m_max

Time TxopDurationTracer::m_max {Seconds (0)}

maximum TXOP duration

Definition at line 80 of file wifi-80211e-txop.cc.

Referenced by Trace().


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