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

#include <lte-rlc-sap.h>

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

Public Member Functions

 LteRlcSpecificLteRlcSapProvider (C *rlc)
 
virtual void TransmitPdcpPdu (TransmitPdcpPduParameters params)
 Send a PDCP PDU to the RLC for transmission This method is to be called when upper PDCP entity has a PDCP PDU ready to send. More...
 
- Public Member Functions inherited from ns3::LteRlcSapProvider
virtual ~LteRlcSapProvider ()
 

Private Member Functions

 LteRlcSpecificLteRlcSapProvider ()
 

Private Attributes

C * m_rlc
 

Detailed Description

template<class C>
class ns3::LteRlcSpecificLteRlcSapProvider< C >

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

template<class C >
void ns3::LteRlcSpecificLteRlcSapProvider< C >::TransmitPdcpPdu ( TransmitPdcpPduParameters  params)
virtual

Send a PDCP PDU to the RLC for transmission This method is to be called when upper PDCP entity has a PDCP PDU ready to send.

Implements ns3::LteRlcSapProvider.

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

References ns3::LteRlcSapProvider::TransmitPdcpPduParameters::pdcpPdu.

Member Data Documentation

template<class C>
C* ns3::LteRlcSpecificLteRlcSapProvider< C >::m_rlc
private

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


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