Classes | |
class | NetDevStats |
Public Member Functions | |
def | __init__ |
def | get_interface_statistics |
def | simulation_periodic_update |
Public Attributes | |
node_statistics | |
visualizer | |
Collects interface statistics for all nodes.
Definition at line 9 of file interface_statistics.py.
def interface_statistics.StatisticsCollector.__init__ | ( | self, | |
visualizer | |||
) |
Definition at line 18 of file interface_statistics.py.
def interface_statistics.StatisticsCollector.get_interface_statistics | ( | self, | |
nodeId | |||
) |
Definition at line 34 of file interface_statistics.py.
References interface_statistics.StatisticsCollector.node_statistics.
def interface_statistics.StatisticsCollector.simulation_periodic_update | ( | self, | |
viz | |||
) |
Definition at line 22 of file interface_statistics.py.
References interface_statistics.StatisticsCollector.node_statistics.
interface_statistics.StatisticsCollector.node_statistics |
Definition at line 19 of file interface_statistics.py.
Referenced by interface_statistics.StatisticsCollector.get_interface_statistics(), and interface_statistics.StatisticsCollector.simulation_periodic_update().
interface_statistics.StatisticsCollector.visualizer |
Definition at line 20 of file interface_statistics.py.