A Discrete-Event Network Simulator
API
ns3::LteRlcSpecificLteRlcSapUser< C > Class Template Reference

LteRlcSpecificLteRlcSapUser class. More...

#include "lte-rlc-sap.h"

+ Inheritance diagram for ns3::LteRlcSpecificLteRlcSapUser< C >:
+ Collaboration diagram for ns3::LteRlcSpecificLteRlcSapUser< C >:

Public Member Functions

 LteRlcSpecificLteRlcSapUser (C *pdcp)
 Constructor. More...
 
virtual void ReceivePdcpPdu (Ptr< Packet > p)
 Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU. More...
 
- Public Member Functions inherited from ns3::LteRlcSapUser
virtual ~LteRlcSapUser ()
 

Private Member Functions

 LteRlcSpecificLteRlcSapUser ()
 

Private Attributes

C * m_pdcp
 the PDCP More...
 

Detailed Description

template<class C>
class ns3::LteRlcSpecificLteRlcSapUser< C >

LteRlcSpecificLteRlcSapUser class.

Definition at line 124 of file lte-rlc-sap.h.

Constructor & Destructor Documentation

◆ LteRlcSpecificLteRlcSapUser() [1/2]

template<class C >
ns3::LteRlcSpecificLteRlcSapUser< C >::LteRlcSpecificLteRlcSapUser ( C *  pdcp)

Constructor.

Parameters
pdcpthe PDCP

Definition at line 143 of file lte-rlc-sap.h.

◆ LteRlcSpecificLteRlcSapUser() [2/2]

template<class C >
ns3::LteRlcSpecificLteRlcSapUser< C >::LteRlcSpecificLteRlcSapUser ( )
private

Definition at line 149 of file lte-rlc-sap.h.

Member Function Documentation

◆ ReceivePdcpPdu()

template<class C >
void ns3::LteRlcSpecificLteRlcSapUser< C >::ReceivePdcpPdu ( Ptr< Packet p)
virtual

Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.

Parameters
pthe PDCP PDU

Implements ns3::LteRlcSapUser.

Definition at line 154 of file lte-rlc-sap.h.

Member Data Documentation

◆ m_pdcp

template<class C>
C* ns3::LteRlcSpecificLteRlcSapUser< C >::m_pdcp
private

the PDCP

Definition at line 139 of file lte-rlc-sap.h.


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