Wire model for the PointToPointChannel. More...
 Collaboration diagram for ns3::PointToPointChannel::Link:
 Collaboration diagram for ns3::PointToPointChannel::Link:| 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 191 of file point-to-point-channel.h.
| 
 | inline | 
Create the link, it will be in INITIALIZING state.
Definition at line 197 of file point-to-point-channel.h.
| Ptr<PointToPointNetDevice> ns3::PointToPointChannel::Link::m_dst | 
Second NetDevice.
Definition at line 201 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 200 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 199 of file point-to-point-channel.h.
Referenced by ns3::PointToPointChannel::Attach().