ShowOlsrRoutingTable class. More...
Public Member Functions | |
def | __init__ (self, visualizer, node_index) |
Initializer. More... | |
def | update (self) |
Update function. More... | |
![]() | |
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) |
Initializer. More... | |
ShowOlsrRoutingTable class.
def olsr.ShowOlsrRoutingTable.__init__ | ( | self, | |
visualizer, | |||
node_index | |||
) |
|
private |
def olsr.ShowOlsrRoutingTable.update | ( | self | ) |
Update function.
self | this object |
Definition at line 90 of file olsr.py.
References ipv4_routing_table.ShowIpv4RoutingTable.node_index, olsr.ShowOlsrRoutingTable.node_index, visualizer.core.Node.node_index, and interface_statistics.ShowInterfaceStatistics.node_index.
olsr.ShowOlsrRoutingTable.node_index |