#include "logical-lora-channel.h"#include "lora-phy.h"#include "ns3/channel.h"#include "ns3/mobility-model.h"#include "ns3/net-device.h"#include "ns3/nstime.h"#include "ns3/packet.h"#include "ns3/propagation-delay-model.h"#include "ns3/propagation-loss-model.h"#include <vector>Go to the source code of this file.
Classes | |
| class | ns3::lorawan::LoraChannel |
| The class that delivers packets among PHY layers. More... | |
| struct | ns3::lorawan::LoraChannelParameters |
| A struct that holds meaningful parameters for transmission on a LoraChannel. More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| namespace | ns3::lorawan |
Functions | |
| std::ostream & | ns3::lorawan::operator<< (std::ostream &os, const LoraChannelParameters ¶ms) |
| Allow logging of LoraChannelParameters like with any other data type. | |