ns3::RlcEntity Class Reference

#include <rlc-entity.h>

Inheritance diagram for ns3::RlcEntity:
Inheritance graph
[legend]
Collaboration diagram for ns3::RlcEntity:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RlcEntity (Ptr< LteNetDevice > d)
 Create the RLC entity.
virtual void DoDispose (void)
void SetDevice (Ptr< LteNetDevice > d)
 Set the device where the RLC entity is attached.
Ptr< LteNetDeviceGetDevice ()
 Get the device where the RLC entity is attached.
Ptr< PacketDequeue ()
 Get A packet form the queue.
void SetRadioBearer (Ptr< RadioBearerInstance > b)
 Set the bearer where the rlc entity is attached.
Ptr< RadioBearerInstanceGetRadioBearer (void)
 Get the bearer where the rlc entity is attached.

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::RlcEntity.

Detailed Description

This class implements the RLC entity


Constructor & Destructor Documentation

ns3::RlcEntity::RlcEntity ( Ptr< LteNetDevice d  ) 

Create the RLC entity.

Parameters:
d the device where the RLC entity is created

Member Function Documentation

Ptr<Packet> ns3::RlcEntity::Dequeue (  ) 

Get A packet form the queue.

Returns:
a pointer to the packet
virtual void ns3::RlcEntity::DoDispose ( void   )  [virtual]

This method is called by Object::Dispose or by the object's destructor, whichever comes first.

Subclasses are expected to implement their real destruction code in an overriden version of this method and chain up to their parent's implementation once they are done. i.e., for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose method.

It is safe to call GetObject from within this method.

Reimplemented from ns3::Object.

Ptr<LteNetDevice> ns3::RlcEntity::GetDevice (  ) 

Get the device where the RLC entity is attached.

Returns:
the pointer to the device
Ptr<RadioBearerInstance> ns3::RlcEntity::GetRadioBearer ( void   ) 

Get the bearer where the rlc entity is attached.

Returns:
the pointer to the radio bearer
static TypeId ns3::RlcEntity::GetTypeId ( void   )  [static]

This method returns the TypeId associated to ns3::RlcEntity.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/NoiseModel/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/PropagationModel/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::RlcEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::RlcEntity

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::Object.

void ns3::RlcEntity::SetDevice ( Ptr< LteNetDevice d  ) 

Set the device where the RLC entity is attached.

Parameters:
d the device
void ns3::RlcEntity::SetRadioBearer ( Ptr< RadioBearerInstance b  ) 

Set the bearer where the rlc entity is attached.

Parameters:
b the radio bearer

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

Generated on 6 Jan 2011 for NS-3 by  doxygen 1.6.1