A Discrete-Event Network Simulator
API
ipv4_routing_table.ShowIpv4RoutingTable Class Reference
+ Inheritance diagram for ipv4_routing_table.ShowIpv4RoutingTable:
+ Collaboration diagram for ipv4_routing_table.ShowIpv4RoutingTable:

Public Member Functions

def __init__ (self, visualizer, node_index)
 
def update (self)
 
- Public Member Functions inherited from visualizer.base.InformationWindow
def update (self)
 

Public Attributes

 node_index
 
 table_model
 
 visualizer
 
 win
 

Private Member Functions

def _response_cb (self, win, response)
 

Detailed Description

Definition at line 9 of file ipv4_routing_table.py.

Constructor & Destructor Documentation

def ipv4_routing_table.ShowIpv4RoutingTable.__init__ (   self,
  visualizer,
  node_index 
)

Definition at line 18 of file ipv4_routing_table.py.

Member Function Documentation

def ipv4_routing_table.ShowIpv4RoutingTable._response_cb (   self,
  win,
  response 
)
private

Definition at line 68 of file ipv4_routing_table.py.

def ipv4_routing_table.ShowIpv4RoutingTable.update (   self)

Member Data Documentation

ipv4_routing_table.ShowIpv4RoutingTable.node_index
ipv4_routing_table.ShowIpv4RoutingTable.table_model

Definition at line 28 of file ipv4_routing_table.py.

ipv4_routing_table.ShowIpv4RoutingTable.visualizer

Definition at line 25 of file ipv4_routing_table.py.

ipv4_routing_table.ShowIpv4RoutingTable.win

Definition at line 20 of file ipv4_routing_table.py.


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