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

The PacketCaptureOptions structure. More...

#include "pyviz.h"

Collaboration diagram for ns3::visualizer::PacketCaptureOptions:

Public Attributes

std::set< TypeIdheaders
 The headers.
PacketCaptureMode mode
 The packet capture node.
uint32_t numLastPackets
 Number of last packets.

Detailed Description

The PacketCaptureOptions structure.

Definition at line 134 of file pyviz.h.

Member Data Documentation

◆ headers

std::set<TypeId> ns3::visualizer::PacketCaptureOptions::headers

The headers.

Definition at line 136 of file pyviz.h.

Referenced by ns3::visualizer::PyViz::FilterPacket(), and ns3::visualizer::PyViz::SetPacketCaptureOptions().

◆ mode

PacketCaptureMode ns3::visualizer::PacketCaptureOptions::mode

The packet capture node.

Definition at line 138 of file pyviz.h.

Referenced by ns3::visualizer::PyViz::FilterPacket(), and ns3::visualizer::PyViz::SetPacketCaptureOptions().

◆ numLastPackets

uint32_t ns3::visualizer::PacketCaptureOptions::numLastPackets

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