A Discrete-Event Network Simulator
API
ipv4_routing_table.ShowIpv4RoutingTable Class Reference

ShowIpv4RoutingTable class. More...

+ 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)
 Update function. More...
 
- Public Member Functions inherited from visualizer.base.InformationWindow
def update (self)
 update function More...
 

Public Attributes

 node_index
 node index More...
 
 table_model
 table model More...
 
 visualizer
 visualizer More...
 
 win
 window More...
 

Private Member Functions

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

Detailed Description

ShowIpv4RoutingTable class.

Definition at line 10 of file ipv4_routing_table.py.

Constructor & Destructor Documentation

◆ __init__()

def ipv4_routing_table.ShowIpv4RoutingTable.__init__ (   self,
  visualizer,
  node_index 
)
Initializer
@param self this object
@param visualizer visualizer object
@param node_index the node index
@return the statistics

Definition at line 27 of file ipv4_routing_table.py.

Member Function Documentation

◆ _response_cb()

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

◆ update()

Member Data Documentation

◆ node_index

ipv4_routing_table.ShowIpv4RoutingTable.node_index

◆ table_model

ipv4_routing_table.ShowIpv4RoutingTable.table_model

◆ visualizer

◆ win


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