ns-3
ns3::MsduAggregator Class Reference

Abstract class that concrete msdu aggregators have to implement. More...

#include <msdu-aggregator.h>

Inheritance diagram for ns3::MsduAggregator:
Collaboration diagram for ns3::MsduAggregator:

List of all members.

Public Types

typedef std::list< std::pair
< Ptr< Packet >
, AmsduSubframeHeader > > 
DeaggregatedMsdus
typedef std::list< std::pair
< Ptr< Packet >
, AmsduSubframeHeader >
>::const_iterator 
DeaggregatedMsdusCI

Public Member Functions

virtual bool Aggregate (Ptr< const Packet > packet, Ptr< Packet > aggregatedPacket, Mac48Address src, Mac48Address dest)=0

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::MsduAggregator.
static DeaggregatedMsdus Deaggregate (Ptr< Packet > aggregatedPacket)

Detailed Description

Abstract class that concrete msdu aggregators have to implement.


Member Function Documentation

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

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

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::MsduAggregator
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::MsduAggregator

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

Reimplemented from ns3::Object.

Reimplemented in ns3::MsduStandardAggregator.

References ns3::TypeId::SetParent().


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