#include "lr-wpan-phy.h"
#include "lr-wpan-constants.h"
#include "lr-wpan-error-model.h"
#include "lr-wpan-lqi-tag.h"
#include "lr-wpan-net-device.h"
#include "lr-wpan-spectrum-signal-parameters.h"
#include "lr-wpan-spectrum-value-helper.h"
#include <ns3/abort.h>
#include <ns3/antenna-model.h>
#include <ns3/double.h>
#include <ns3/error-model.h>
#include <ns3/log.h>
#include <ns3/mobility-model.h>
#include <ns3/net-device.h>
#include <ns3/node.h>
#include <ns3/packet-burst.h>
#include <ns3/packet.h>
#include <ns3/pointer.h>
#include <ns3/random-variable-stream.h>
#include <ns3/simulator.h>
#include <ns3/spectrum-channel.h>
#include <ns3/spectrum-value.h>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const LrWpanPhyEnumeration &state) |
Overloaded operator to print the value of a LrWpanPhyEnumeration. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const TracedValue< LrWpanPhyEnumeration > &state) |
Overloaded operator to print the value of a TracedValue<LrWpanPhyEnumeration>. More... | |
Variables | |
static const LrWpanPhyDataAndSymbolRates | ns3::dataSymbolRates [IEEE_802_15_4_INVALID_PHY_OPTION] |
The data and symbol rates for the different PHY options. More... | |
const LrWpanPhyPpduHeaderSymbolNumber | ns3::ppduHeaderSymbolNumbers [IEEE_802_15_4_INVALID_PHY_OPTION] |
The preamble, SFD, and PHR lengths in symbols for the different PHY options. More... | |