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 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 |
Initializer.
| self | this object |
| win | the window |
| response | the response |
Definition at line 81 of file olsr.py.
References visualizer.core.Node.visualizer, interface_statistics.StatisticsCollector.visualizer, interface_statistics.ShowInterfaceStatistics.visualizer, ipv4_routing_table.ShowIpv4RoutingTable.visualizer, olsr.ShowOlsrRoutingTable.visualizer, interface_statistics.ShowInterfaceStatistics.win, ipv4_routing_table.ShowIpv4RoutingTable.win, and olsr.ShowOlsrRoutingTable.win.
| def olsr.ShowOlsrRoutingTable.update | ( | self | ) |
Update function.
| self | this object |
Reimplemented from visualizer.base.InformationWindow.
Definition at line 92 of file olsr.py.
References visualizer.core.Node.node_index, interface_statistics.ShowInterfaceStatistics.node_index, ipv4_routing_table.ShowIpv4RoutingTable.node_index, olsr.ShowOlsrRoutingTable.node_index, interface_statistics.ShowInterfaceStatistics.table_model, ipv4_routing_table.ShowIpv4RoutingTable.table_model, and olsr.ShowOlsrRoutingTable.table_model.
| olsr.ShowOlsrRoutingTable.node_index |
| olsr.ShowOlsrRoutingTable.table_model |
table model
Definition at line 47 of file olsr.py.
Referenced by show_last_packets.ShowLastPackets.PacketList.__init__(), olsr.ShowOlsrRoutingTable.update(), and show_last_packets.ShowLastPackets.PacketList.update().
| olsr.ShowOlsrRoutingTable.visualizer |
visualizer
Definition at line 44 of file olsr.py.
Referenced by olsr.ShowOlsrRoutingTable._response_cb(), show_last_packets.ShowLastPackets._response_cb(), and show_last_packets.ShowLastPackets.update().
| olsr.ShowOlsrRoutingTable.win |
window
Definition at line 38 of file olsr.py.
Referenced by show_last_packets.ShowLastPackets.__init__(), olsr.ShowOlsrRoutingTable._response_cb(), and show_last_packets.ShowLastPackets._response_cb().