Actions and checks to perform upon the transmission of each frame. More...
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 127 of file wifi-retransmit-test.cc.
|
inline |
Constructor.
type | the frame MAC header type |
f | function to perform actions and checks |
Definition at line 135 of file wifi-retransmit-test.cc.
std::function<void(Ptr<const WifiPsdu>, const WifiTxVector&)> WifiRetransmitTest::Events::func |
function to perform actions and checks
Definition at line 144 of file wifi-retransmit-test.cc.
WifiMacType WifiRetransmitTest::Events::hdrType |
MAC header type of frame being transmitted.
Definition at line 142 of file wifi-retransmit-test.cc.