ShowIpv4RoutingTable class. More...
 Inheritance diagram for ipv4_routing_table.ShowIpv4RoutingTable:
 Inheritance diagram for ipv4_routing_table.ShowIpv4RoutingTable: Collaboration diagram for ipv4_routing_table.ShowIpv4RoutingTable:
 Collaboration diagram for ipv4_routing_table.ShowIpv4RoutingTable:| Public Member Functions | |
| def | __init__ (self, visualizer, node_index) | 
| 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) | 
| Response callback function.  More... | |
ShowIpv4RoutingTable class.
Definition at line 10 of file ipv4_routing_table.py.
| def ipv4_routing_table.ShowIpv4RoutingTable.__init__ | ( | self, | |
| visualizer, | |||
| node_index | |||
| ) | 
Initializer @param self this object @param visualizer visualizer object @param node_index the node index @return the statistics
Definition at line 27 of file ipv4_routing_table.py.
| 
 | private | 
Response callback function.
| self | this object | 
| win | the window | 
| response | the response | 
Definition at line 84 of file ipv4_routing_table.py.
References interface_statistics.StatisticsCollector.visualizer, ipv4_routing_table.ShowIpv4RoutingTable.visualizer, visualizer.core.Node.visualizer, interface_statistics.ShowInterfaceStatistics.visualizer, ipv4_routing_table.ShowIpv4RoutingTable.win, and interface_statistics.ShowInterfaceStatistics.win.
| def ipv4_routing_table.ShowIpv4RoutingTable.update | ( | self | ) | 
Update function.
| self | this object | 
Definition at line 95 of file ipv4_routing_table.py.
References ipv4_routing_table.ShowIpv4RoutingTable.node_index, visualizer.core.Node.node_index, interface_statistics.ShowInterfaceStatistics.node_index, ipv4_routing_table.ShowIpv4RoutingTable.table_model, and interface_statistics.ShowInterfaceStatistics.table_model.
| ipv4_routing_table.ShowIpv4RoutingTable.node_index | 
node index
Definition at line 42 of file ipv4_routing_table.py.
Referenced by olsr.ShowOlsrRoutingTable.update(), and ipv4_routing_table.ShowIpv4RoutingTable.update().
| ipv4_routing_table.ShowIpv4RoutingTable.table_model | 
table model
Definition at line 44 of file ipv4_routing_table.py.
Referenced by show_last_packets.ShowLastPackets.PacketList.update(), olsr.ShowOlsrRoutingTable.update(), and ipv4_routing_table.ShowIpv4RoutingTable.update().
| ipv4_routing_table.ShowIpv4RoutingTable.visualizer | 
visualizer
Definition at line 41 of file ipv4_routing_table.py.
Referenced by olsr.ShowOlsrRoutingTable._response_cb(), ipv4_routing_table.ShowIpv4RoutingTable._response_cb(), show_last_packets.ShowLastPackets._response_cb(), and show_last_packets.ShowLastPackets.update().
| ipv4_routing_table.ShowIpv4RoutingTable.win | 
window
Definition at line 36 of file ipv4_routing_table.py.
Referenced by olsr.ShowOlsrRoutingTable._response_cb(), ipv4_routing_table.ShowIpv4RoutingTable._response_cb(), and show_last_packets.ShowLastPackets._response_cb().