A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Ping::EchoRequestData Class Reference

Sent echo request data. More...

+ Collaboration diagram for ns3::Ping::EchoRequestData:

Public Member Functions

 EchoRequestData (Time txTimePar, bool ackedPar)
 Constructor.
 

Public Attributes

bool acked {false}
 True if packet has been acknowledged.
 
Time txTime
 Tx time.
 

Detailed Description

Sent echo request data.

Definition at line 234 of file ping.h.

Constructor & Destructor Documentation

◆ EchoRequestData()

ns3::Ping::EchoRequestData::EchoRequestData ( Time txTimePar,
bool ackedPar )
inline

Constructor.

Parameters
txTimeParEcho request Tx time.
ackedParTrue if the Echo request has been acknowledged at least once.

Definition at line 242 of file ping.h.

References acked, and txTime.

Member Data Documentation

◆ acked

bool ns3::Ping::EchoRequestData::acked {false}

True if packet has been acknowledged.

Definition at line 249 of file ping.h.

Referenced by EchoRequestData().

◆ txTime

Time ns3::Ping::EchoRequestData::txTime

Tx time.

Definition at line 248 of file ping.h.

Referenced by EchoRequestData().


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