A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::FfMacCschedSapUser Class Referenceabstract

#include <ff-mac-csched-sap.h>

+ Inheritance diagram for ns3::FfMacCschedSapUser:

Classes

struct  CschedCellConfigCnfParameters
 Parameters of the API primitives. More...
 
struct  CschedCellConfigUpdateIndParameters
 Parameters of the CSCHED_CELL_CONFIG_UPDATE_IND primitive. More...
 
struct  CschedLcConfigCnfParameters
 Parameters of the CSCHED_LC_CONFIG_CNF primitive. More...
 
struct  CschedLcReleaseCnfParameters
 Parameters of the CSCHED_LC_RELEASE_CNF primitive. More...
 
struct  CschedUeConfigCnfParameters
 Parameters of the CSCHED_UE_CONFIG_CNF primitive. More...
 
struct  CschedUeConfigUpdateIndParameters
 Parameters of the CSCHED_UE_CONFIG_UPDATE_IND primitive. More...
 
struct  CschedUeReleaseCnfParameters
 Parameters of the CSCHED_UE_RELEASE_CNF primitive. More...
 

Public Member Functions

virtual ~FfMacCschedSapUser ()
 
virtual void CschedCellConfigCnf (const struct CschedCellConfigCnfParameters &params)=0
 
virtual void CschedCellConfigUpdateInd (const struct CschedCellConfigUpdateIndParameters &params)=0
 
virtual void CschedLcConfigCnf (const struct CschedLcConfigCnfParameters &params)=0
 
virtual void CschedLcReleaseCnf (const struct CschedLcReleaseCnfParameters &params)=0
 
virtual void CschedUeConfigCnf (const struct CschedUeConfigCnfParameters &params)=0
 
virtual void CschedUeConfigUpdateInd (const struct CschedUeConfigUpdateIndParameters &params)=0
 
virtual void CschedUeReleaseCnf (const struct CschedUeReleaseCnfParameters &params)=0
 

Detailed Description

Definition at line 249 of file ff-mac-csched-sap.h.

Constructor & Destructor Documentation

ns3::FfMacCschedSapUser::~FfMacCschedSapUser ( )
virtual

Definition at line 29 of file ff-mac-csched-sap.cc.

Member Function Documentation

virtual void ns3::FfMacCschedSapUser::CschedCellConfigCnf ( const struct CschedCellConfigCnfParameters params)
pure virtual
virtual void ns3::FfMacCschedSapUser::CschedCellConfigUpdateInd ( const struct CschedCellConfigUpdateIndParameters params)
pure virtual
virtual void ns3::FfMacCschedSapUser::CschedLcConfigCnf ( const struct CschedLcConfigCnfParameters params)
pure virtual
virtual void ns3::FfMacCschedSapUser::CschedLcReleaseCnf ( const struct CschedLcReleaseCnfParameters params)
pure virtual
virtual void ns3::FfMacCschedSapUser::CschedUeReleaseCnf ( const struct CschedUeReleaseCnfParameters params)
pure virtual

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