A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::lorawan::LoraChannelParameters Struct Reference

A struct that holds meaningful parameters for transmission on a LoraChannel. More...

#include "lora-channel.h"

+ Collaboration diagram for ns3::lorawan::LoraChannelParameters:

Public Attributes

Time duration
 The duration of the transmission.
 
double frequencyMHz
 The frequency [MHz] of this transmission.
 
double rxPowerDbm
 The reception power.
 
uint8_t sf
 The Spreading Factor of this transmission.
 

Detailed Description

A struct that holds meaningful parameters for transmission on a LoraChannel.

Definition at line 57 of file lora-channel.h.

Member Data Documentation

◆ duration

Time ns3::lorawan::LoraChannelParameters::duration

The duration of the transmission.

Definition at line 61 of file lora-channel.h.

Referenced by ns3::lorawan::LoraChannel::Receive(), and ns3::lorawan::LoraChannel::Send().

◆ frequencyMHz

double ns3::lorawan::LoraChannelParameters::frequencyMHz

The frequency [MHz] of this transmission.

Definition at line 62 of file lora-channel.h.

Referenced by ns3::lorawan::LoraChannel::Receive(), and ns3::lorawan::LoraChannel::Send().

◆ rxPowerDbm

double ns3::lorawan::LoraChannelParameters::rxPowerDbm

The reception power.

Definition at line 59 of file lora-channel.h.

Referenced by ns3::lorawan::LoraChannel::Receive(), and ns3::lorawan::LoraChannel::Send().

◆ sf

uint8_t ns3::lorawan::LoraChannelParameters::sf

The Spreading Factor of this transmission.

Definition at line 60 of file lora-channel.h.

Referenced by ns3::lorawan::LoraChannel::Receive(), and ns3::lorawan::LoraChannel::Send().


The documentation for this struct was generated from the following file: