Wire model for the PointToPointChannel. More...
Public Member Functions | |
Link () | |
Create the link, it will be in INITIALIZING state. More... | |
Public Attributes | |
Ptr< PointToPointNetDevice > | m_dst |
Second NetDevice. More... | |
Ptr< PointToPointNetDevice > | m_src |
First NetDevice. More... | |
WireState | m_state |
State of the link. More... | |
Wire model for the PointToPointChannel.
Definition at line 194 of file point-to-point-channel.h.
|
inline |
Create the link, it will be in INITIALIZING state.
Definition at line 200 of file point-to-point-channel.h.
Ptr<PointToPointNetDevice> ns3::PointToPointChannel::Link::m_dst |
Second NetDevice.
Definition at line 209 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 208 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 |
State of the link.
Definition at line 207 of file point-to-point-channel.h.
Referenced by ns3::PointToPointChannel::Attach().