A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteRlcSpecificLteRlcSapUser< C > Class Template Reference

#include <lte-rlc-sap.h>

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

Public Member Functions

 LteRlcSpecificLteRlcSapUser (C *pdcp)
 
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
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

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

Member Data Documentation

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

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


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