Public Types | Public Member Functions | Static Public Member Functions

ns3::MsduAggregator Class Reference

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

#include <msdu-aggregator.h>

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

List of all members.

Public Types

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

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

static TypeId ns3::MsduAggregator::GetTypeId ( void   )  [static]

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

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

Reimplemented from ns3::Object.

Reimplemented in ns3::MsduStandardAggregator.


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