A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
TxopDurationTracer Struct Reference

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

+ Collaboration diagram for TxopDurationTracer:

Public Member Functions

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

Public Attributes

Time m_max {Seconds(0)}
 maximum TXOP duration
 

Detailed Description

Keeps the maximum duration among all TXOPs.

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

Member Function Documentation

◆ Trace() [1/2]

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

Callback connected to TXOP duration trace source.

Parameters
startTimeTXOP start time
durationTXOP duration
linkIdthe ID of the link

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

References m_max.

◆ Trace() [2/2]

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

Callback connected to TXOP duration trace source.

Parameters
startTimeTXOP start time
durationTXOP duration
linkIdthe ID of the link

Member Data Documentation

◆ m_max

Time TxopDurationTracer::m_max {Seconds(0)}

maximum TXOP duration

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

Referenced by Trace().


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