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 |
Structure saving information regarding all packet receptions.
Definition at line 175 of file lora-end-device-status.h.
| double ns3::LoraEndDeviceStatus::ReceivedPacketInfo::frequency |
Definition at line 181 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::InsertReceivedPacket().
| GatewayList ns3::LoraEndDeviceStatus::ReceivedPacketInfo::gwList |
List of gateways that received this packet.
Definition at line 179 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::GetPowerGatewayMap(), and ns3::LoraEndDeviceStatus::InsertReceivedPacket().
| Ptr<const Packet> ns3::LoraEndDeviceStatus::ReceivedPacketInfo::packet = 0 |
The received packet.
Definition at line 178 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::InsertReceivedPacket().
| uint8_t ns3::LoraEndDeviceStatus::ReceivedPacketInfo::sf |
Definition at line 180 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::InsertReceivedPacket().