A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
TestHeader Class Reference

Test header that can contain multiple test information elements. More...

+ Inheritance diagram for TestHeader:
+ Collaboration diagram for TestHeader:

Public Member Functions

 ~TestHeader () override=default
 
TypeId GetInstanceTypeId () const override
 

Static Public Member Functions

static TypeId GetTypeId ()
 Get the type ID.
 

Private Member Functions

void InitForDeserialization (std::optional< TestWifiInformationElement > &optElem)
 

Friends

class WifiMgtHeader< TestHeader, std::tuple< std::vector< TestWifiInformationElement > > >
 

Detailed Description

Test header that can contain multiple test information elements.

Definition at line 214 of file wifi-ie-fragment-test.cc.

Constructor & Destructor Documentation

◆ ~TestHeader()

TestHeader::~TestHeader ( )
overridedefault

Member Function Documentation

◆ GetInstanceTypeId()

TypeId TestHeader::GetInstanceTypeId ( ) const
override
Returns
the TypeId for this object.

Definition at line 254 of file wifi-ie-fragment-test.cc.

References GetTypeId().

+ Here is the call graph for this function:

◆ GetTypeId()

ns3::TypeId TestHeader::GetTypeId ( )
static

Get the type ID.

Returns
the object TypeId

Definition at line 244 of file wifi-ie-fragment-test.cc.

References ns3::TypeId::SetParent().

Referenced by GetInstanceTypeId().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ InitForDeserialization()

void TestHeader::InitForDeserialization ( std::optional< TestWifiInformationElement > &  optElem)
private
Parameters
optElemthe MultiLinkElement object to initialize for deserializing the information element into

Definition at line 260 of file wifi-ie-fragment-test.cc.

References g_extendedIe.

Friends And Related Function Documentation

◆ WifiMgtHeader< TestHeader, std::tuple< std::vector< TestWifiInformationElement > > >

friend class WifiMgtHeader< TestHeader, std::tuple< std::vector< TestWifiInformationElement > > >
friend

Definition at line 140 of file wifi-ie-fragment-test.cc.


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