A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
lora-channel.h File Reference
#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>
+ Include dependency graph for lora-channel.h:
+ This graph shows which files directly or indirectly include this file:

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 &params)
 Allow logging of LoraChannelParameters like with any other data type.