ns3::LoraEndDeviceStatus::ReceivedPacketInfo Struct Reference

Structure saving information regarding all packet receptions. More...

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

+ Collaboration diagram for ns3::LoraEndDeviceStatus::ReceivedPacketInfo:

Public Attributes

double frequency
 
GatewayList gwList
 List of gateways that received this packet. More...
 
Ptr< const Packet > packet = 0
 The received packet. More...
 
uint8_t sf
 

Detailed Description

Structure saving information regarding all packet receptions.

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

Member Data Documentation

◆ frequency

double ns3::LoraEndDeviceStatus::ReceivedPacketInfo::frequency

◆ gwList

GatewayList ns3::LoraEndDeviceStatus::ReceivedPacketInfo::gwList

List of gateways that received this packet.

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

Referenced by ns3::LoraEndDeviceStatus::GetPowerGatewayMap(), and ns3::LoraEndDeviceStatus::InsertReceivedPacket().

◆ packet

Ptr<const Packet> ns3::LoraEndDeviceStatus::ReceivedPacketInfo::packet = 0

The received packet.

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

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

◆ sf

uint8_t ns3::LoraEndDeviceStatus::ReceivedPacketInfo::sf

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