|
ns-3
|
Abstract class that concrete msdu aggregators have to implement. More...
#include <msdu-aggregator.h>


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) |
Abstract class that concrete msdu aggregators have to implement.
| TypeId ns3::MsduAggregator::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::MsduAggregator.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.
Reimplemented in ns3::MsduStandardAggregator.
References ns3::TypeId::SetParent().