Stores PHY-layer uplink packet metrics of sender/receivers. More...
#include "lora-packet-tracker.h"
Public Attributes | |
| std::map< int, enum PhyPacketOutcome > | outcomes |
| Reception outcome of this pkt at the end of the tx, mapped by gateway's node id. | |
| Ptr< const Packet > | packet |
| Packet being tracked. | |
| uint32_t | senderId |
| Node id of the packet sender. | |
| Time | sendTime |
| Timestamp of pkt radio tx start. | |
Stores PHY-layer uplink packet metrics of sender/receivers.
Definition at line 38 of file lora-packet-tracker.h.
| std::map<int, enum PhyPacketOutcome> ns3::lorawan::PacketStatus::outcomes |
Reception outcome of this pkt at the end of the tx, mapped by gateway's node id.
Definition at line 43 of file lora-packet-tracker.h.
Packet being tracked.
Definition at line 40 of file lora-packet-tracker.h.
Referenced by ns3::lorawan::LoraPacketTracker::TransmissionCallback().
| uint32_t ns3::lorawan::PacketStatus::senderId |
Node id of the packet sender.
Definition at line 41 of file lora-packet-tracker.h.
Referenced by ns3::lorawan::LoraPacketTracker::TransmissionCallback().
| Time ns3::lorawan::PacketStatus::sendTime |
Timestamp of pkt radio tx start.
Definition at line 42 of file lora-packet-tracker.h.
Referenced by ns3::lorawan::LoraPacketTracker::TransmissionCallback().