A Discrete-Event Network Simulator
API
ns3::EnbMacMemberFfMacSchedSapUser Class Reference

EnbMacMemberFfMacSchedSapUser class. More...

+ Inheritance diagram for ns3::EnbMacMemberFfMacSchedSapUser:
+ Collaboration diagram for ns3::EnbMacMemberFfMacSchedSapUser:

Public Member Functions

 EnbMacMemberFfMacSchedSapUser (LteEnbMac *mac)
 Constructor. More...
 
virtual void SchedDlConfigInd (const struct SchedDlConfigIndParameters &params)
 SCHED_DL_CONFIG_IND. More...
 
virtual void SchedUlConfigInd (const struct SchedUlConfigIndParameters &params)
 SCHED_UL_CONFIG_IND. More...
 
- Public Member Functions inherited from ns3::FfMacSchedSapUser
virtual ~FfMacSchedSapUser ()
 

Private Attributes

LteEnbMacm_mac
 the MAC More...
 

Detailed Description

EnbMacMemberFfMacSchedSapUser class.

Definition at line 147 of file lte-enb-mac.cc.

Constructor & Destructor Documentation

◆ EnbMacMemberFfMacSchedSapUser()

ns3::EnbMacMemberFfMacSchedSapUser::EnbMacMemberFfMacSchedSapUser ( LteEnbMac mac)

Constructor.

Parameters
macthe MAC

Definition at line 165 of file lte-enb-mac.cc.

Member Function Documentation

◆ SchedDlConfigInd()

void ns3::EnbMacMemberFfMacSchedSapUser::SchedDlConfigInd ( const struct SchedDlConfigIndParameters params)
virtual

SCHED_DL_CONFIG_IND.

Parameters
paramsSchedDlConfigIndParameters

Implements ns3::FfMacSchedSapUser.

Definition at line 172 of file lte-enb-mac.cc.

References ns3::LteEnbMac::DoSchedDlConfigInd(), and m_mac.

+ Here is the call graph for this function:

◆ SchedUlConfigInd()

void ns3::EnbMacMemberFfMacSchedSapUser::SchedUlConfigInd ( const struct SchedUlConfigIndParameters params)
virtual

SCHED_UL_CONFIG_IND.

Parameters
paramsSchedUlConfigIndParameters

Implements ns3::FfMacSchedSapUser.

Definition at line 180 of file lte-enb-mac.cc.

References ns3::LteEnbMac::DoSchedUlConfigInd(), and m_mac.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_mac

LteEnbMac* ns3::EnbMacMemberFfMacSchedSapUser::m_mac
private

the MAC

Definition at line 161 of file lte-enb-mac.cc.

Referenced by SchedDlConfigInd(), and SchedUlConfigInd().


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