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 Time &, uint8_t)> &&f={}) | |
| Constructor. | |
Public Attributes | |
| std::function< void(Ptr< const WifiPsdu >, const Time &, uint8_t)> | 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 571 of file power-save-test.cc.
|
inline |
Constructor.
| type | the frame MAC header type |
| f | function to perform actions and checks |
Definition at line 579 of file power-save-test.cc.
function to perform actions and checks
Definition at line 588 of file power-save-test.cc.
| WifiMacType WifiPowerSaveModeTest::Events::hdrType |
MAC header type of frame being transmitted.
Definition at line 586 of file power-save-test.cc.