ShowOlsrRoutingTable class. More...
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 | |
node index | |
table_model = Gtk.ListStore(str, str, str, int) | |
table model | |
visualizer = visualizer | |
visualizer | |
win | |
window | |
Protected Member Functions | |
_response_cb (self, win, response) | |
Initializer. | |
Protected Attributes | |
_response_cb | |
_response_cb function | |
ShowOlsrRoutingTable class.
olsr.ShowOlsrRoutingTable.__init__ | ( | self, | |
visualizer, | |||
node_index ) |
|
protected |
Initializer.
self | this object |
win | the window |
response | the response |
Definition at line 88 of file olsr.py.
References interface_statistics.ShowInterfaceStatistics.visualizer, interface_statistics.StatisticsCollector.visualizer, ipv4_routing_table.ShowIpv4RoutingTable.visualizer, visualizer, visualizer.core.Node.visualizer, interface_statistics.ShowInterfaceStatistics.win, ipv4_routing_table.ShowIpv4RoutingTable.win, and win.
olsr.ShowOlsrRoutingTable.update | ( | self | ) |
Update function.
self | this object |
Reimplemented from visualizer.base.InformationWindow.
Definition at line 99 of file olsr.py.
References interface_statistics.ShowInterfaceStatistics.node_index, ipv4_routing_table.ShowIpv4RoutingTable.node_index, node_index, visualizer.core.Node.node_index, interface_statistics.ShowInterfaceStatistics.table_model, ipv4_routing_table.ShowIpv4RoutingTable.table_model, and table_model.
|
protected |
olsr.ShowOlsrRoutingTable.COLUMN_DESTINATION |
olsr.ShowOlsrRoutingTable.COLUMN_INTERFACE |
COLUMN_INTERFACE constant.
Definition at line 127 of file olsr.py.
Referenced by show_last_packets.ShowLastPackets.PacketList.update().
olsr.ShowOlsrRoutingTable.COLUMN_NEXT_HOP |
olsr.ShowOlsrRoutingTable.COLUMN_NUM_HOPS |
olsr.ShowOlsrRoutingTable.node_index = node_index |
olsr.ShowOlsrRoutingTable.table_model = Gtk.ListStore(str, str, str, int) |
table model
Definition at line 55 of file olsr.py.
Referenced by update(), and show_last_packets.ShowLastPackets.PacketList.update().
olsr.ShowOlsrRoutingTable.visualizer = visualizer |
visualizer
Definition at line 52 of file olsr.py.
Referenced by _response_cb(), show_last_packets.ShowLastPackets._response_cb(), and show_last_packets.ShowLastPackets.update().
olsr.ShowOlsrRoutingTable.win |
window
Definition at line 44 of file olsr.py.
Referenced by _response_cb(), and show_last_packets.ShowLastPackets._response_cb().