A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::visualizer::RxPacketSample Struct Reference

RxPacketSample structure. More...

#include "pyviz.h"

Inheritance diagram for ns3::visualizer::RxPacketSample:
Collaboration diagram for ns3::visualizer::RxPacketSample:

Public Attributes

std::variant< Mac16Address, Mac48Address, Mac64Addressfrom
 The source MAC address.
Public Attributes inherited from ns3::visualizer::PacketSample
Ptr< NetDevicedevice
 The NetDevice reference.
Ptr< Packetpacket
 The packet reference.
Time time
 The received or transmitted time of the sample.

Detailed Description

RxPacketSample structure.

Definition at line 75 of file pyviz.h.

Member Data Documentation

◆ from

std::variant<Mac16Address, Mac48Address, Mac64Address> ns3::visualizer::RxPacketSample::from

The source MAC address.

Definition at line 77 of file pyviz.h.

Referenced by ns3::visualizer::PyViz::TraceNetDevRxCommon().


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