A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
olsr.ShowOlsrRoutingTable Class Reference

ShowOlsrRoutingTable class. More...

+ Inheritance diagram for olsr.ShowOlsrRoutingTable:
+ Collaboration diagram for olsr.ShowOlsrRoutingTable:

Public Member Functions

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

Public Attributes

 COLUMN_DESTINATION
 COLUMN_DESTINATION constant.
 
 COLUMN_INTERFACE
 COLUMN_INTERFACE constant.
 
 COLUMN_NEXT_HOP
 COLUMN_NEXT_HOP constant.
 
 COLUMN_NUM_HOPS
 COLUMN_NUM_HOPS constant.
 
 node_index
 node index
 
 table_model
 table model
 
 visualizer
 visualizer
 
 win
 window
 

Protected Member Functions

 _response_cb (self, win, response)
 Initializer.
 

Protected Attributes

 _response_cb
 _response_cb function
 

Detailed Description

ShowOlsrRoutingTable class.

Definition at line 10 of file olsr.py.

Constructor & Destructor Documentation

◆ __init__()

olsr.ShowOlsrRoutingTable.__init__ ( self,
visualizer,
node_index )

Initializer.

Parameters
selfthis object
visualizervisualizer object
node_indexthe node index

Definition at line 36 of file olsr.py.

Member Function Documentation

◆ _response_cb()

◆ update()

Member Data Documentation

◆ _response_cb

olsr.ShowOlsrRoutingTable._response_cb
protected

_response_cb function

Definition at line 50 of file olsr.py.

◆ COLUMN_DESTINATION

olsr.ShowOlsrRoutingTable.COLUMN_DESTINATION

COLUMN_DESTINATION constant.

Definition at line 123 of file olsr.py.

◆ COLUMN_INTERFACE

olsr.ShowOlsrRoutingTable.COLUMN_INTERFACE

COLUMN_INTERFACE constant.

Definition at line 127 of file olsr.py.

Referenced by interface_statistics.ShowInterfaceStatistics.update(), and show_last_packets.ShowLastPackets.PacketList.update().

◆ COLUMN_NEXT_HOP

olsr.ShowOlsrRoutingTable.COLUMN_NEXT_HOP

COLUMN_NEXT_HOP constant.

Definition at line 125 of file olsr.py.

◆ COLUMN_NUM_HOPS

olsr.ShowOlsrRoutingTable.COLUMN_NUM_HOPS

COLUMN_NUM_HOPS constant.

Definition at line 129 of file olsr.py.

◆ node_index

◆ table_model

◆ visualizer

◆ win


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