Wire model for the PointToPointIslChannel. More...
Public Member Functions | |
Link () | |
Create the link, it will be in INITIALIZING state. More... | |
Public Attributes | |
Ptr< PointToPointIslNetDevice > | m_dst |
Second NetDevice. More... | |
Ptr< PointToPointIslNetDevice > | m_src |
First NetDevice. More... | |
WireState | m_state |
State of the link. More... | |
Wire model for the PointToPointIslChannel.
Definition at line 184 of file satellite-point-to-point-isl-channel.h.
|
inline |
Create the link, it will be in INITIALIZING state.
Definition at line 190 of file satellite-point-to-point-isl-channel.h.
Ptr<PointToPointIslNetDevice> ns3::PointToPointIslChannel::Link::m_dst |
Second NetDevice.
Definition at line 199 of file satellite-point-to-point-isl-channel.h.
Referenced by ns3::PointToPointIslChannel::Attach(), ns3::PointToPointIslChannel::GetDestination(), and ns3::PointToPointIslChannel::TransmitStart().
Ptr<PointToPointIslNetDevice> ns3::PointToPointIslChannel::Link::m_src |
First NetDevice.
Definition at line 198 of file satellite-point-to-point-isl-channel.h.
Referenced by ns3::PointToPointIslChannel::Attach(), ns3::PointToPointIslChannel::GetPointToPointIslDevice(), ns3::PointToPointIslChannel::GetSource(), and ns3::PointToPointIslChannel::TransmitStart().
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 ns3::PointToPointIslChannel::Attach().