ns3::LoraEndDeviceStatus::PacketInfoPerGw Struct Reference

Structure saving information regarding the packet reception in each gateway. More...

#include "lora-end-device-status.h"

Public Attributes

Address gwAddress
 Address of the gateway that received the packet. More...
 
Time receivedTime
 Time at which the packet was received by this gateway. More...
 
double rxPower
 Reception power of the packet at this gateway. More...
 

Detailed Description

Structure saving information regarding the packet reception in each gateway.

Definition at line 157 of file lora-end-device-status.h.

Member Data Documentation

◆ gwAddress

Address ns3::LoraEndDeviceStatus::PacketInfoPerGw::gwAddress

Address of the gateway that received the packet.

Definition at line 159 of file lora-end-device-status.h.

Referenced by ns3::LoraEndDeviceStatus::InsertReceivedPacket().

◆ receivedTime

Time ns3::LoraEndDeviceStatus::PacketInfoPerGw::receivedTime

Time at which the packet was received by this gateway.

Definition at line 160 of file lora-end-device-status.h.

Referenced by ns3::LoraEndDeviceStatus::InsertReceivedPacket().

◆ rxPower

double ns3::LoraEndDeviceStatus::PacketInfoPerGw::rxPower

Reception power of the packet at this gateway.

Definition at line 161 of file lora-end-device-status.h.

Referenced by ns3::LoraEndDeviceStatus::InsertReceivedPacket().


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