listen to NAV events More...
#include <mac-low.h>
Public Member Functions | |
MacLowNavListener () | |
virtual | ~MacLowNavListener () |
virtual void | NavStart (Time duration)=0 |
virtual void | NavReset (Time duration)=0 |
listen to NAV events
This class is typically connected to an instance of ns3::Dcf and calls to its methods are forwards to the corresponding ns3::Dcf methods.
Definition at line 103 of file mac-low.h.
ns3::MacLowNavListener::MacLowNavListener | ( | ) |
Definition at line 113 of file mac-low.cc.
ns3::MacLowNavListener::~MacLowNavListener | ( | ) | [virtual] |
Definition at line 115 of file mac-low.cc.
virtual void ns3::MacLowNavListener::NavReset | ( | Time | duration | ) | [pure virtual] |
duration | duration of NAV timer |
Implemented in ns3::LowNavListener.
virtual void ns3::MacLowNavListener::NavStart | ( | Time | duration | ) | [pure virtual] |
duration | duration of NAV timer |
Implemented in ns3::LowNavListener.