A Discrete-Event Network Simulator
API
ns3::LteRlcUm::TxPdu Struct Reference

Store an incoming (from layer above us) PDU, waiting to transmit it. More...

+ Collaboration diagram for ns3::LteRlcUm::TxPdu:

Public Member Functions

 TxPdu (const Ptr< Packet > &pdu, const Time &time)
 TxPdu default constructor. More...
 
 TxPdu ()=delete
 

Public Attributes

Ptr< Packetm_pdu
 PDU. More...
 
Time m_waitingSince
 Layer arrival time. More...
 

Detailed Description

Store an incoming (from layer above us) PDU, waiting to transmit it.

Definition at line 103 of file lte-rlc-um.h.

Constructor & Destructor Documentation

◆ TxPdu() [1/2]

ns3::LteRlcUm::TxPdu::TxPdu ( const Ptr< Packet > &  pdu,
const Time time 
)
inline

TxPdu default constructor.

Parameters
pduthe PDU
timethe arrival time

Definition at line 110 of file lte-rlc-um.h.

◆ TxPdu() [2/2]

ns3::LteRlcUm::TxPdu::TxPdu ( )
delete

Member Data Documentation

◆ m_pdu

Ptr<Packet> ns3::LteRlcUm::TxPdu::m_pdu

PDU.

Definition at line 117 of file lte-rlc-um.h.

◆ m_waitingSince

Time ns3::LteRlcUm::TxPdu::m_waitingSince

Layer arrival time.

Definition at line 118 of file lte-rlc-um.h.


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