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, uint8_t linkId)
 Callback connected to TXOP duration trace source. More...
 
void Trace (Time startTime, Time duration, uint8_t linkId)
 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,
uint8_t  linkId 
)

Callback connected to TXOP duration trace source.

Parameters
startTimeTXOP start time
durationTXOP duration
linkIdthe ID of the link

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

◆ 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 81 of file wifi-80211e-txop.cc.


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