Wire model for the PointToPointIslChannel. More...
Public Member Functions | |
| Link () | |
| Create the link, it will be in INITIALIZING state. | |
Public Attributes | |
| Ptr< PointToPointIslNetDevice > | m_dst |
| Second NetDevice. | |
| Ptr< PointToPointIslNetDevice > | m_src |
| First NetDevice. | |
| WireState | m_state |
| State of the link. | |
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.
References ns3::PointToPointIslChannel::INITIALIZING, m_dst, m_src, and m_state.
| 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().
| 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().
| 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().