A Discrete-Event Network Simulator
API
show_last_packets.ShowLastPackets.PacketList Class Reference
+ Inheritance diagram for show_last_packets.ShowLastPackets.PacketList:
+ Collaboration diagram for show_last_packets.ShowLastPackets.PacketList:

Public Member Functions

def __init__ (self)
 
def update (self, node, packet_list)
 Update function. More...
 

Public Attributes

 table_model
 table model More...
 

Detailed Description

PacketList class

Definition at line 38 of file show_last_packets.py.

Constructor & Destructor Documentation

def show_last_packets.ShowLastPackets.PacketList.__init__ (   self)
Initializer
@param self this object

Definition at line 51 of file show_last_packets.py.

Member Function Documentation

def show_last_packets.ShowLastPackets.PacketList.update (   self,
  node,
  packet_list 
)

Update function.

Parameters
selfthis object
nodethe node
packet_listpacket list
Returns
none

Definition at line 73 of file show_last_packets.py.

Member Data Documentation

show_last_packets.ShowLastPackets.PacketList.table_model

table model

Definition at line 59 of file show_last_packets.py.


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