ns-3
ns3::SimplePacketScheduler Class Reference

#include <simple-packet-scheduler.h>

Inheritance diagram for ns3::SimplePacketScheduler:
Collaboration diagram for ns3::SimplePacketScheduler:

List of all members.

Public Member Functions

 SimplePacketScheduler (Ptr< EnbNetDevice > enb)
 Create a simple packet scheduler.
virtual void DoRunPacketScheduler (void)
 run a particular scheduling strategy for both uplink and downlink

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::SimplePacketScheduler.

Detailed Description

This class implements a simple packet scheduler


Constructor & Destructor Documentation

ns3::SimplePacketScheduler::SimplePacketScheduler ( Ptr< EnbNetDevice enb)

Create a simple packet scheduler.

Parameters:
enbthe enb where the packet scheduler works

References NS_LOG_FUNCTION.


Member Function Documentation

This method returns the TypeId associated to ns3::SimplePacketScheduler.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::PacketScheduler/$ns3::SimplePacketScheduler
  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::SimplePacketScheduler
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::PacketScheduler/$ns3::SimplePacketScheduler
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::SimplePacketScheduler

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::PacketScheduler.

References ns3::TypeId::SetParent().


The documentation for this class was generated from the following files: