A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
show_last_packets.ShowLastPackets Class Reference

ShowLastPackets class. More...

+ Inheritance diagram for show_last_packets.ShowLastPackets:
+ Collaboration diagram for show_last_packets.ShowLastPackets:

Classes

class  PacketList
 

Public Member Functions

def __init__ (self, visualizer, node_index)
 Initializer.
 
def update (self)
 Update function.
 
def update (self)
 update function
 

Public Attributes

 drop_list
 packet drop list
 
 node
 the node
 
 op_AND_button
 AND button.
 
 op_OR_button
 OR button.
 
 packet_capture_options
 packet capture options
 
 packet_filter_list
 list of TypeIdConfig instances
 
 packet_filter_widget
 packet filter widget
 
 rx_list
 packet receive list
 
 tx_list
 packet transmit list
 
 visualizer
 visualizer
 
 viz_node
 visualizer node
 
 win
 window
 

Protected Member Functions

def _response_cb (self, win, response)
 Response callback function.
 

Detailed Description

ShowLastPackets class.

Definition at line 21 of file show_last_packets.py.

Constructor & Destructor Documentation

◆ __init__()

def show_last_packets.ShowLastPackets.__init__ (   self,
  visualizer,
  node_index 
)

Initializer.

Parameters
selfthis object
visualizerthe visualizer object
node_indexthe node index

Definition at line 124 of file show_last_packets.py.

Member Function Documentation

◆ _response_cb()

◆ update()

def show_last_packets.ShowLastPackets.update (   self)

Update function.

Parameters
selfthis object
Returns
none

Reimplemented from visualizer.base.InformationWindow.

Definition at line 314 of file show_last_packets.py.

References show_last_packets.ShowLastPackets.drop_list, Ns2MobilityHelperTest::ReferencePoint.node, show_last_packets.ShowLastPackets.node, show_last_packets.ShowLastPackets.rx_list, show_last_packets.ShowLastPackets.tx_list, show_last_packets.ShowLastPackets.update(), visualizer.core.Node.visualizer, interface_statistics.StatisticsCollector.visualizer, interface_statistics.ShowInterfaceStatistics.visualizer, ipv4_routing_table.ShowIpv4RoutingTable.visualizer, olsr.ShowOlsrRoutingTable.visualizer, and show_last_packets.ShowLastPackets.visualizer.

Referenced by show_last_packets.ShowLastPackets.update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ drop_list

show_last_packets.ShowLastPackets.drop_list

packet drop list

Definition at line 176 of file show_last_packets.py.

Referenced by show_last_packets.ShowLastPackets.update().

◆ node

show_last_packets.ShowLastPackets.node

the node

Definition at line 141 of file show_last_packets.py.

Referenced by show_last_packets.ShowLastPackets.update().

◆ op_AND_button

show_last_packets.ShowLastPackets.op_AND_button

AND button.

Definition at line 282 of file show_last_packets.py.

◆ op_OR_button

show_last_packets.ShowLastPackets.op_OR_button

OR button.

Definition at line 283 of file show_last_packets.py.

◆ packet_capture_options

show_last_packets.ShowLastPackets.packet_capture_options

packet capture options

Definition at line 187 of file show_last_packets.py.

◆ packet_filter_list

show_last_packets.ShowLastPackets.packet_filter_list

list of TypeIdConfig instances

Definition at line 215 of file show_last_packets.py.

◆ packet_filter_widget

show_last_packets.ShowLastPackets.packet_filter_widget

packet filter widget

Definition at line 202 of file show_last_packets.py.

◆ rx_list

show_last_packets.ShowLastPackets.rx_list

packet receive list

Definition at line 168 of file show_last_packets.py.

Referenced by show_last_packets.ShowLastPackets.update().

◆ tx_list

show_last_packets.ShowLastPackets.tx_list

packet transmit list

Definition at line 160 of file show_last_packets.py.

Referenced by show_last_packets.ShowLastPackets.update().

◆ visualizer

◆ viz_node

show_last_packets.ShowLastPackets.viz_node

visualizer node

Definition at line 140 of file show_last_packets.py.

◆ win


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