#include "lr-wpan-interference-helper.h"#include "ns3/event-id.h"#include "ns3/spectrum-phy.h"#include "ns3/traced-callback.h"#include "ns3/traced-value.h"#include <iostream>
Include dependency graph for lr-wpan-phy.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ns3::lrwpan::EdPower |
| Helper structure to manage the power measurement during ED. More... | |
| class | ns3::lrwpan::LrWpanPhy |
| Make LrWpanPhy a SpectrumPhy so we can enable the eventual modeling of device interference. More... | |
| struct | ns3::lrwpan::PhyDataAndSymbolRates |
| This data structure provides the Bit rate and Symbol rate for a given channel See IEEE802.15.4-2006 Table 1 and 2 in section 6.1.1 and 6.1.2. More... | |
| struct | ns3::lrwpan::PhyPibAttributes |
| IEEE802.15.4-2006 PHY PIB Attributes Table 23 in section 6.4.2. More... | |
| struct | ns3::lrwpan::PhyPpduHeaderSymbolNumber |
| This data structure provides number of symbols for the PPDU headers: SHR and PHR See IEEE802.15.4-2006 Figure 16, Table 19 and 20 in section 6.3. More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| namespace | ns3::lrwpan |
| namespace | ns3::lrwpan::TracedValueCallback |
Functions | |
| std::ostream & | ns3::lrwpan::operator<< (std::ostream &os, const PhyEnumeration &state) |
| Overloaded operator to print the value of a PhyEnumeration. | |
| std::ostream & | ns3::lrwpan::operator<< (std::ostream &os, const TracedValue< PhyEnumeration > &state) |
| Overloaded operator to print the value of a TracedValue<PhyEnumeration>. | |