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 PyViz * | g_visualizer = nullptr |
| the visualizer | |
| using ns3::visualizer::PacketDropSampleList = std::vector<PacketDropSample> |
| using ns3::visualizer::TransmissionSampleList = std::vector<TransmissionSample> |
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. |
|
static |
the visualizer
Definition at line 59 of file pyviz.cc.
Referenced by ns3::visualizer::PyViz::PyViz(), ns3::visualizer::PyViz::~PyViz(), ns3::visualizer::PyViz::DoPause(), ns3::visualizer::PyViz::GetPauseMessages(), and ns3::visualizer::PyViz::Pause().