A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
BarAfterDroppedMpduTest::Events Struct Reference

Actions and checks to perform upon the transmission of each frame. More...

#include "wifi-mlo-test.h"

Collaboration diagram for BarAfterDroppedMpduTest::Events:

Public Member Functions

 Events (WifiMacType type, std::function< void(Ptr< const WifiPsdu >, const WifiTxVector &, uint8_t)> &&f={})
 Constructor.

Public Attributes

std::function< void(Ptr< const WifiPsdu >, const WifiTxVector &, uint8_t)> func
 function to perform actions and checks
WifiMacType hdrType
 MAC header type of frame being transmitted.

Detailed Description

Actions and checks to perform upon the transmission of each frame.

Definition at line 847 of file wifi-mlo-test.h.

Constructor & Destructor Documentation

◆ Events()

BarAfterDroppedMpduTest::Events::Events ( WifiMacType type,
std::function< void(Ptr< const WifiPsdu >, const WifiTxVector &, uint8_t)> && f = {} )
inline

Constructor.

Parameters
typethe frame MAC header type
ffunction to perform actions and checks

Definition at line 855 of file wifi-mlo-test.h.

Member Data Documentation

◆ func

std::function<void(Ptr<const WifiPsdu>, const WifiTxVector&, uint8_t)> BarAfterDroppedMpduTest::Events::func

function to perform actions and checks

Definition at line 864 of file wifi-mlo-test.h.

◆ hdrType

WifiMacType BarAfterDroppedMpduTest::Events::hdrType

MAC header type of frame being transmitted.

Definition at line 862 of file wifi-mlo-test.h.


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