A Discrete-Event Network Simulator
API
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. More...
 

Public Attributes

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

Detailed Description

Sent echo request data.

Definition at line 244 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 252 of file ping.h.

Member Data Documentation

◆ acked

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

True if packet has been acknowledged.

Definition at line 259 of file ping.h.

◆ txTime

Time ns3::Ping::EchoRequestData::txTime

Tx time.

Definition at line 258 of file ping.h.


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