Test header that can contain multiple test information elements. More...
 Inheritance diagram for TestHeader:
 Inheritance diagram for TestHeader: Collaboration 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 > > > | 
Test header that can contain multiple test information elements.
Definition at line 203 of file wifi-ie-fragment-test.cc.
| 
 | overridedefault | 
References GetInstanceTypeId(), GetTypeId(), InitForDeserialization(), and NS_OBJECT_ENSURE_REGISTERED.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | override | 
Definition at line 243 of file wifi-ie-fragment-test.cc.
References GetTypeId().
Referenced by ~TestHeader().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get the type ID.
Definition at line 233 of file wifi-ie-fragment-test.cc.
References GetTypeId(), and ns3::TypeId::SetParent().
Referenced by ~TestHeader(), GetInstanceTypeId(), and GetTypeId().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
| optElem | the MultiLinkElement object to initialize for deserializing the information element into | 
Definition at line 249 of file wifi-ie-fragment-test.cc.
References g_extendedIe.
Referenced by ~TestHeader().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | friend | 
Definition at line 129 of file wifi-ie-fragment-test.cc.