A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-phy-rx-trace-helper.h File Reference
#include "ns3/nstime.h"
#include "ns3/object.h"
#include "ns3/phy-entity.h"
#include "ns3/ptr.h"
#include "ns3/wifi-phy-common.h"
#include "ns3/wifi-phy-state.h"
#include "ns3/wifi-ppdu.h"
#include <functional>
#include <map>
#include <optional>
#include <set>
#include <string>
#include <vector>
+ Include dependency graph for wifi-phy-rx-trace-helper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::WifiPhyRxTraceSink::UniqueTagGenerator
 Generating unique tags for more than one instance of a WifiPpdu object. More...
 
class  ns3::WifiPhyRxTraceHelper
 Assists in tracing and analyzing Wi-Fi Physical Layer (PHY) receptions. More...
 
class  ns3::WifiPhyRxTraceSink
 Sink class for capturing and analyzing PHY layer reception events in Wi-Fi networks. More...
 
struct  ns3::WifiPhyTraceStatistics
 Keeps track of PHY layer trace statistics. More...
 
struct  ns3::WifiPpduRxRecord
 Structure recording a received PPDU (Physical Protocol Data Unit) in a Wi-Fi network. More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

bool ns3::operator!= (const WifiPhyTraceStatistics &lhs, const WifiPhyTraceStatistics &rhs)
 Checks if two WifiPhyTraceStatistics objects are not equal.
 
bool ns3::operator!= (const WifiPpduRxRecord &lhs, const WifiPpduRxRecord &rhs)
 Checks if two WifiPpduRxRecord objects are not equal.
 
WifiPhyTraceStatistics ns3::operator+ (const WifiPhyTraceStatistics &lhs, const WifiPhyTraceStatistics &rhs)
 Adds two WifiPhyTraceStatistics objects.
 
bool ns3::operator< (const WifiPpduRxRecord &lhs, const WifiPpduRxRecord &rhs)
 Determines if one WifiPpduRxRecord object is less than another.
 
bool ns3::operator== (const WifiPhyTraceStatistics &lhs, const WifiPhyTraceStatistics &rhs)
 Checks if two WifiPhyTraceStatistics objects are equal.
 
bool ns3::operator== (const WifiPpduRxRecord &lhs, const WifiPpduRxRecord &rhs)
 Checks if two WifiPpduRxRecord objects are equal.