ShowOlsrRoutingTable class. More...
Inheritance diagram for olsr.ShowOlsrRoutingTable:
Collaboration diagram for olsr.ShowOlsrRoutingTable:Public Member Functions | |
| def | __init__ (self, visualizer, node_index) |
| Initializer. More... | |
| 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) |
| 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 |