22#include "ns3/simulator.h"
23#include "ns3/uinteger.h"
34 m_timeStampIrInterval(
Seconds(0)),
35 m_nrIrOppsAllocated(0),
36 m_isIrIntrvlAllocated(false),
37 m_isInvIrIntrvlAllocated(false),
45 m_timeStampIrInterval(
Seconds(0)),
46 m_nrIrOppsAllocated(0),
47 m_isIrIntrvlAllocated(false),
48 m_isInvIrIntrvlAllocated(false),
132std::list<OfdmUlMapIe>
A base class which provides memory management and object aggregation.
Smart pointer class similar to boost::intrusive_ptr.
Control the scheduling of simulation events.
Simulation virtual time values and global simulation resolution.
a unique identifier for an interface.
TypeId SetParent(TypeId tid)
Set the parent TypeId.
virtual void SetUcdTimeStamp(Time ucdTimeStamp)
Set UCD timestamp.
virtual void SetDcdTimeStamp(Time dcdTimeStamp)
Set DCD timestamp.
virtual void SetNrIrOppsAllocated(uint8_t nrIrOppsAllocated)
Set the number of IR opps allocated.
virtual std::list< OfdmUlMapIe > GetUplinkAllocations() const
virtual bool GetIsIrIntrvlAllocated() const
virtual void SetBs(Ptr< BaseStationNetDevice > bs)
Set base station device.
~UplinkScheduler() override
Time m_ucdTimeStamp
UCD timestamp.
virtual void SetIsIrIntrvlAllocated(bool isIrIntrvlAllocated)
Set if the IR interval is allocated.
std::list< OfdmUlMapIe > m_uplinkAllocations
uplink allocations
virtual uint8_t GetNrIrOppsAllocated() const
Time m_timeStampIrInterval
timestamp IR interval
Time m_dcdTimeStamp
DCD timestamp.
virtual bool GetIsInvIrIntrvlAllocated() const
virtual void SetIsInvIrIntrvlAllocated(bool isInvIrIntrvlAllocated)
Set if the Inv IR interval is allocated.
virtual void InitOnce()=0
one time initialization function
bool m_isIrIntrvlAllocated
is IR interval allocated
static TypeId GetTypeId()
Get the type ID.
uint8_t m_nrIrOppsAllocated
number IR opps allocated
virtual Time GetTimeStampIrInterval()
Ptr< BaseStationNetDevice > m_bs
the base station
virtual Time GetDcdTimeStamp() const
virtual void SetTimeStampIrInterval(Time timeStampIrInterval)
Set timestamp IR interval.
virtual Ptr< BaseStationNetDevice > GetBs()
virtual Time GetUcdTimeStamp() const
bool m_isInvIrIntrvlAllocated
is Inv IR interval allocated
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
Time Now()
create an ns3::Time instance which contains the current simulation time.
Time Seconds(double value)
Construct a Time in the indicated unit.
Every class exported by the ns3 library is enclosed in the ns3 namespace.