ns-3
|
Public Member Functions | |
BSScheduler (Ptr< BaseStationNetDevice > bs) | |
virtual std::list< std::pair < OfdmDlMapIe *, Ptr < PacketBurst > > > * | GetDownlinkBursts (void) const =0 |
virtual void | AddDownlinkBurst (Ptr< const WimaxConnection > connection, uint8_t diuc, WimaxPhy::ModulationType modulationType, Ptr< PacketBurst > burst)=0 |
virtual void | Schedule (void)=0 |
virtual bool | SelectConnection (Ptr< WimaxConnection > &connection)=0 |
virtual Ptr< PacketBurst > | CreateUgsBurst (ServiceFlow *serviceFlow, WimaxPhy::ModulationType modulationType, uint32_t availableSymbols)=0 |
virtual Ptr< BaseStationNetDevice > | GetBs (void) |
virtual void | SetBs (Ptr< BaseStationNetDevice > bs) |
bool | CheckForFragmentation (Ptr< WimaxConnection > connection, int availableSymbols, WimaxPhy::ModulationType modulationType) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::BSScheduler. |
TypeId ns3::BSScheduler::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::BSScheduler.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.
Reimplemented in ns3::BSSchedulerRtps, and ns3::BSSchedulerSimple.
References ns3::TypeId::SetParent().