WifiLinkMonitor class. More...
 Inheritance diagram for wifi_intrastructure_link.WifiLinkMonitor:
 Collaboration diagram for wifi_intrastructure_link.WifiLinkMonitor:Public Member Functions | |
| def | __init__ (self, dummy_viz) | 
| Initialize function.  More... | |
| def | scan_nodes (self, viz) | 
| Scan nodes function.  More... | |
| def | simulation_periodic_update (self, viz) | 
| Simulation Periodic Update function.  More... | |
| def | update_view (self, viz) | 
| Update View function.  More... | |
Public Attributes | |
| access_points | |
| bssid -> node  More... | |
| stations | |
| list of (sta_netdevice, viz_node, wifi_link)  More... | |
WifiLinkMonitor class.
Definition at line 108 of file wifi_intrastructure_link.py.
| def wifi_intrastructure_link.WifiLinkMonitor.__init__ | ( | self, | |
| dummy_viz | |||
| ) | 
Initialize function.
| self | The object pointer. | 
| dummy_viz | A dummy visualizer | 
Definition at line 113 of file wifi_intrastructure_link.py.
| def wifi_intrastructure_link.WifiLinkMonitor.scan_nodes | ( | self, | |
| viz | |||
| ) | 
Scan nodes function.
| self | The object pointer. | 
| viz | The visualizer object | 
Definition at line 122 of file wifi_intrastructure_link.py.
References wifi_intrastructure_link.WifiLinkMonitor.access_points, and wifi_intrastructure_link.WifiLinkMonitor.stations.
| def wifi_intrastructure_link.WifiLinkMonitor.simulation_periodic_update | ( | self, | |
| viz | |||
| ) | 
Simulation Periodic Update function.
| self | The object pointer. | 
| viz | The visualizer object | 
Definition at line 150 of file wifi_intrastructure_link.py.
References wifi_intrastructure_link.WifiLinkMonitor.access_points, and wifi_intrastructure_link.WifiLinkMonitor.stations.
| def wifi_intrastructure_link.WifiLinkMonitor.update_view | ( | self, | |
| viz | |||
| ) | 
Update View function.
| self | The object pointer. | 
| viz | The visualizer object | 
Definition at line 167 of file wifi_intrastructure_link.py.
References wifi_intrastructure_link.WifiLinkMonitor.stations.
| wifi_intrastructure_link.WifiLinkMonitor.access_points | 
bssid -> node
Definition at line 119 of file wifi_intrastructure_link.py.
Referenced by wifi_intrastructure_link.WifiLinkMonitor.scan_nodes(), and wifi_intrastructure_link.WifiLinkMonitor.simulation_periodic_update().
| wifi_intrastructure_link.WifiLinkMonitor.stations | 
list of (sta_netdevice, viz_node, wifi_link)
Definition at line 120 of file wifi_intrastructure_link.py.
Referenced by wifi_intrastructure_link.WifiLinkMonitor.scan_nodes(), wifi_intrastructure_link.WifiLinkMonitor.simulation_periodic_update(), and wifi_intrastructure_link.WifiLinkMonitor.update_view().