A Discrete-Event Network Simulator
API
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)
 
def update (self)
 Update function. More...
 
- Public Member Functions inherited from visualizer.base.InformationWindow
def update (self)
 update function More...
 

Public Attributes

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

Private Member Functions

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

Detailed Description

ShowLastPackets class.

Definition at line 13 of file show_last_packets.py.

Constructor & Destructor Documentation

def show_last_packets.ShowLastPackets.__init__ (   self,
  visualizer,
  node_index 
)
Initializer
@param self this object
@param visualizer the visualizer object
@param node_index the node index

Definition at line 98 of file show_last_packets.py.

Member Function Documentation

def show_last_packets.ShowLastPackets._response_cb (   self,
  win,
  response 
)
private

Response callback function.

Parameters
selfthis object
winthe window
responsethe response
Returns
none

Definition at line 259 of file show_last_packets.py.

def show_last_packets.ShowLastPackets.update (   self)

Update function.

Parameters
selfthis object
Returns
none

Definition at line 270 of file show_last_packets.py.

References Ns2MobilityHelperTest::ReferencePoint.node, and show_last_packets.ShowLastPackets.node.

Member Data Documentation

show_last_packets.ShowLastPackets.drop_list

packet drop list

Definition at line 144 of file show_last_packets.py.

show_last_packets.ShowLastPackets.node

the node

Definition at line 113 of file show_last_packets.py.

Referenced by show_last_packets.ShowLastPackets.update().

show_last_packets.ShowLastPackets.op_AND_button

AND button.

Definition at line 241 of file show_last_packets.py.

show_last_packets.ShowLastPackets.op_OR_button

OR button.

Definition at line 242 of file show_last_packets.py.

show_last_packets.ShowLastPackets.packet_capture_options

packet capture options

Definition at line 156 of file show_last_packets.py.

show_last_packets.ShowLastPackets.packet_filter_list

list of TypeIdConfig instances

Definition at line 181 of file show_last_packets.py.

show_last_packets.ShowLastPackets.packet_filter_widget

packet filter widget

Definition at line 171 of file show_last_packets.py.

show_last_packets.ShowLastPackets.rx_list

packet receive list

Definition at line 136 of file show_last_packets.py.

show_last_packets.ShowLastPackets.tx_list

packet transmit list

Definition at line 128 of file show_last_packets.py.

show_last_packets.ShowLastPackets.visualizer

visualizer

Definition at line 111 of file show_last_packets.py.

show_last_packets.ShowLastPackets.viz_node

visualizer node

Definition at line 112 of file show_last_packets.py.

show_last_packets.ShowLastPackets.win

window

Definition at line 106 of file show_last_packets.py.


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