#include "lora-channel.h"
#include "lora-interference-helper.h"
#include "ns3/callback.h"
#include "ns3/mobility-model.h"
#include "ns3/net-device.h"
#include "ns3/node.h"
#include "ns3/nstime.h"
#include "ns3/object.h"
#include <list>
Go to the source code of this file.
Classes | |
class | ns3::lorawan::LoraPhy |
Base class for PHY layers implementing the LoRa modulation scheme. More... | |
struct | ns3::lorawan::LoraTxParameters |
Structure to collect all parameters that are used to compute the duration of a packet (excluding payload length). 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 LoraTxParameters ¶ms) |
Allow logging of LoraTxParameters like with any other data type. | |