A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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 ()=delete
 
 LteRlcSpecificLteRlcSapUser (C *pdcp)
 Constructor.
 
void ReceivePdcpPdu (Ptr< Packet > p) override
 Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.
 
- Public Member Functions inherited from ns3::LteRlcSapUser
virtual ~LteRlcSapUser ()
 
virtual void ReceivePdcpPdu (Ptr< Packet > p)=0
 Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.
 

Private Attributes

C * m_pdcp
 the PDCP
 

Detailed Description

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

LteRlcSpecificLteRlcSapUser class.

Definition at line 119 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 140 of file lte-rlc-sap.h.

◆ LteRlcSpecificLteRlcSapUser() [2/2]

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

Member Function Documentation

◆ ReceivePdcpPdu()

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

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 147 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 136 of file lte-rlc-sap.h.


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