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

Classes

class  FastClipping
 This class is used by the visualizer for the process of removing lines or portions of lines outside of an area of interest. More...
struct  LastPacketsSample
 Structure to handle a sample of the last received, transmitted or drop packets in a node. More...
struct  NetDeviceStatistics
 The NetDeviceStatistics structure. More...
struct  NodeStatistics
 The NodeStatistics structure. More...
struct  PacketCaptureOptions
 The PacketCaptureOptions structure. More...
struct  PacketDropSample
 PacketDropSample structure. More...
struct  PacketSample
 PacketSample structure. More...
class  PyViz
 helper class to be used by the visualizer More...
struct  PyVizPacketTag
 PyVizPacketTag structure. More...
struct  RxPacketSample
 RxPacketSample structure. More...
struct  TransmissionSample
 TransmissionSample structure. More...
struct  TxPacketSample
 TxPacketSample structure. More...

Typedefs

using PacketDropSampleList = std::vector<PacketDropSample>
 The packet drop list.
using TransmissionSampleList = std::vector<TransmissionSample>
 The transmission sample list.

Enumerations

enum  PacketCaptureMode { PACKET_CAPTURE_DISABLED = 1 , PACKET_CAPTURE_FILTER_HEADERS_OR , PACKET_CAPTURE_FILTER_HEADERS_AND }
 The PacketCaptureMode enumeration. More...

Variables

static PyVizg_visualizer = nullptr
 the visualizer

Typedef Documentation

◆ PacketDropSampleList

The packet drop list.

Definition at line 142 of file pyviz.h.

◆ TransmissionSampleList

The transmission sample list.

Definition at line 141 of file pyviz.h.

Enumeration Type Documentation

◆ PacketCaptureMode

The PacketCaptureMode enumeration.

Enumerator
PACKET_CAPTURE_DISABLED 

Packet capture is disabled.

PACKET_CAPTURE_FILTER_HEADERS_OR 

Packet capture if any of the indicated headers is present.

PACKET_CAPTURE_FILTER_HEADERS_AND 

Packet capture if all of the indicated headers are present.

Definition at line 122 of file pyviz.h.

Variable Documentation

◆ g_visualizer

PyViz* ns3::visualizer::g_visualizer = nullptr
static