Wire model for the PointToPointChannel. More...
Public Member Functions | |
Link ()=default | |
Create the link, it will be in INITIALIZING state. | |
Public Attributes | |
Ptr< PointToPointNetDevice > | m_dst |
Second NetDevice. | |
Ptr< PointToPointNetDevice > | m_src |
First NetDevice. | |
WireState | m_state {INITIALIZING} |
State of the link. | |
Wire model for the PointToPointChannel.
Definition at line 185 of file point-to-point-channel.h.
|
default |
Create the link, it will be in INITIALIZING state.
Ptr<PointToPointNetDevice> ns3::PointToPointChannel::Link::m_dst |
Second NetDevice.
Definition at line 195 of file point-to-point-channel.h.
Referenced by ns3::PointToPointChannel::Attach(), ns3::PointToPointChannel::GetDestination(), and ns3::PointToPointChannel::TransmitStart().
Ptr<PointToPointNetDevice> ns3::PointToPointChannel::Link::m_src |
First NetDevice.
Definition at line 194 of file point-to-point-channel.h.
Referenced by ns3::PointToPointChannel::Attach(), ns3::PointToPointChannel::GetPointToPointDevice(), ns3::PointToPointChannel::GetSource(), and ns3::PointToPointChannel::TransmitStart().
WireState ns3::PointToPointChannel::Link::m_state {INITIALIZING} |
State of the link.
Definition at line 193 of file point-to-point-channel.h.
Referenced by ns3::PointToPointChannel::Attach().