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 |
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.
| 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.
1.7.1