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

Wire model for the PointToPointChannel. More...

+ Collaboration diagram for ns3::PointToPointChannel::Link:

Public Member Functions

 Link ()=default
 Create the link, it will be in INITIALIZING state.
 

Public Attributes

Ptr< PointToPointNetDevicem_dst
 Second NetDevice.
 
Ptr< PointToPointNetDevicem_src
 First NetDevice.
 
WireState m_state {INITIALIZING}
 State of the link.
 

Detailed Description

Wire model for the PointToPointChannel.

Definition at line 194 of file point-to-point-channel.h.

Constructor & Destructor Documentation

◆ Link()

ns3::PointToPointChannel::Link::Link ( )
default

Create the link, it will be in INITIALIZING state.

Member Data Documentation

◆ m_dst

◆ m_src

◆ m_state

WireState ns3::PointToPointChannel::Link::m_state {INITIALIZING}

State of the link.

Definition at line 202 of file point-to-point-channel.h.

Referenced by ns3::PointToPointChannel::Attach().


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