#include <ns3/object.h>
#include <ns3/event-id.h>
#include <ns3/lr-wpan-mac.h>
Go to the source code of this file.
Classes | |
class | ns3::LrWpanCsmaCa |
This class is a helper for the LrWpanMac to manage the Csma/CA state machine according to IEEE 802.15.4-2006, section 7.5.1.4. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef Callback< void, LrWpanMacState > | ns3::LrWpanMacStateCallback |
This method informs the MAC whether the channel is idle or busy. More... | |