Loading...
Searching...
No Matches
ns3::PointToPointIslChannel::Link Class Reference

Wire model for the PointToPointIslChannel. More...

Public Member Functions

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

Public Attributes

Ptr< PointToPointIslNetDevicem_dst
 Second NetDevice.
Ptr< PointToPointIslNetDevicem_src
 First NetDevice.
WireState m_state
 State of the link.

Detailed Description

Wire model for the PointToPointIslChannel.

Definition at line 184 of file satellite-point-to-point-isl-channel.h.

Constructor & Destructor Documentation

◆ Link()

ns3::PointToPointIslChannel::Link::Link ( )
inline

Create the link, it will be in INITIALIZING state.

Definition at line 190 of file satellite-point-to-point-isl-channel.h.

References ns3::PointToPointIslChannel::INITIALIZING, m_dst, m_src, and m_state.

Member Data Documentation

◆ m_dst

Ptr<PointToPointIslNetDevice> ns3::PointToPointIslChannel::Link::m_dst

Second NetDevice.

Definition at line 199 of file satellite-point-to-point-isl-channel.h.

Referenced by Link().

◆ m_src

Ptr<PointToPointIslNetDevice> ns3::PointToPointIslChannel::Link::m_src

First NetDevice.

Definition at line 198 of file satellite-point-to-point-isl-channel.h.

Referenced by Link().

◆ m_state

WireState ns3::PointToPointIslChannel::Link::m_state

State of the link.

Definition at line 197 of file satellite-point-to-point-isl-channel.h.

Referenced by Link().


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