|
ns-3
|


Public Member Functions | |
| virtual bool | TransmitStart (Ptr< Packet > p, Ptr< PointToPointNetDevice > src, Time txTime) |
| Transmit a packet over this channel. | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::PointToPointRemoteChannel. | |
| TypeId ns3::PointToPointRemoteChannel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::PointToPointRemoteChannel.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
Attributes defined in parent class ns3::PointToPointChannel:
Attributes defined in parent class ns3::Channel:
No TraceSources defined for this type.
TraceSources defined in parent class ns3::PointToPointChannel:
Reimplemented from ns3::PointToPointChannel.
References ns3::TypeId::SetParent().
| bool ns3::PointToPointRemoteChannel::TransmitStart | ( | Ptr< Packet > | p, |
| Ptr< PointToPointNetDevice > | src, | ||
| Time | txTime | ||
| ) | [virtual] |
Transmit a packet over this channel.
| p | Packet to transmit |
| src | Source PointToPointNetDevice |
| txTime | Transmit time to apply |
Reimplemented from ns3::PointToPointChannel.
References ns3::Node::GetId(), ns3::PointToPointNetDevice::GetIfIndex(), ns3::PointToPointNetDevice::GetNode(), ns3::Packet::GetUid(), NS_FATAL_ERROR, NS_LOG_FUNCTION, and NS_LOG_LOGIC.