![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <convergence/INetworkAllocationVector.hpp>

Public Member Functions | |
| virtual void | onNAVBusy (const wns::service::dll::UnicastAddress setter)=0 |
| virtual void | onNAVIdle ()=0 |
| virtual | ~INetworkAllocationVector () |
Application example is e.g. the RTS/CTS: According to the standard, the receiver replies with the CTS only if the NAV is not set. Hence, it must not set the NAV upon the reception of the RTS which is addressed to it.
Definition at line 49 of file INetworkAllocationVector.hpp.
| virtual wifimac::convergence::INetworkAllocationVector::~INetworkAllocationVector | ( | ) | [inline, virtual] |
Definition at line 52 of file INetworkAllocationVector.hpp.
| virtual void wifimac::convergence::INetworkAllocationVector::onNAVBusy | ( | const wns::service::dll::UnicastAddress | setter | ) | [pure virtual] |
Implemented in wifimac::draftn::RTSCTSwithFLA, and wifimac::lowerMAC::RTSCTS.
| virtual void wifimac::convergence::INetworkAllocationVector::onNAVIdle | ( | ) | [pure virtual] |
Implemented in wifimac::draftn::RTSCTSwithFLA, and wifimac::lowerMAC::RTSCTS.
1.5.5