Actions and checks to perform upon the transmission of each frame. More...
#include "wifi-emlsr-test.h"
Public Member Functions | |
Events (WifiMacType type, std::function< void(Ptr< const WifiPsdu >, const WifiTxVector &)> &&f={}) | |
Constructor. | |
Public Attributes | |
std::function< void(Ptr< const WifiPsdu >, const WifiTxVector &)> | func |
function to perform actions and checks | |
WifiMacType | hdrType |
MAC header type of frame being transmitted. | |
Actions and checks to perform upon the transmission of each frame.
Definition at line 1028 of file wifi-emlsr-test.h.
|
inline |
Constructor.
type | the frame MAC header type |
f | function to perform actions and checks |
Definition at line 1036 of file wifi-emlsr-test.h.
std::function<void(Ptr<const WifiPsdu>, const WifiTxVector&)> SingleLinkEmlsrTest::Events::func |
function to perform actions and checks
Definition at line 1045 of file wifi-emlsr-test.h.
WifiMacType SingleLinkEmlsrTest::Events::hdrType |
MAC header type of frame being transmitted.
Definition at line 1043 of file wifi-emlsr-test.h.