A Discrete-Event Network Simulator
API
Point-To-Point Network Device

This section documents the API of the ns-3 point-to-point module. More...

Classes

class  ns3::PointToPointChannel::Link
 Wire model for the PointToPointChannel. More...
 
class  ns3::PointToPointChannel
 Simple Point To Point Channel. More...
 
class  ns3::PointToPointNetDevice
 A Device for a Point to Point Network Link. More...
 
class  ns3::PointToPointRemoteChannel
 A Remote Point-To-Point Channel. More...
 
class  ns3::PppHeader
 Packet header for PPP. More...
 

Enumerations

enum  ns3::PointToPointChannel::WireState { ns3::PointToPointChannel::INITIALIZING, ns3::PointToPointChannel::IDLE, ns3::PointToPointChannel::TRANSMITTING, ns3::PointToPointChannel::PROPAGATING }
 Wire states. More...
 

Detailed Description

This section documents the API of the ns-3 point-to-point module.

For a functional description, please refer to the ns-3 manual here: http://www.nsnam.org/docs/models/html/point-to-point.html

Be sure to read the manual BEFORE going down to the API.

Enumeration Type Documentation

Wire states.

Enumerator
INITIALIZING 

Initializing state.

IDLE 

Idle state (no transmission from NetDevice)

TRANSMITTING 

Transmitting state (data being transmitted from NetDevice.

PROPAGATING 

Propagating state (data is being propagated in the channel.

Definition at line 176 of file point-to-point-channel.h.