Classes | |
class | WifiMonitor |
Functions | |
def | mark_diag_stale (diag_stat=None, error=False) |
def | wifi_to_diag (msg) |
Variables | |
string | DIAG_NAME = 'Wifi Status (ddwrt)' |
int | ERROR_TIME = 60 |
string | PKG = 'pr2_computer_monitor' |
rate = rospy.Rate(1.0) | |
int | WARN_TIME = 30 |
wifi_monitor = WifiMonitor() | |
def wifi_monitor.mark_diag_stale | ( | diag_stat = None , |
|
error = False |
|||
) |
Definition at line 76 of file wifi_monitor.py.
def wifi_monitor.wifi_to_diag | ( | msg | ) |
Definition at line 57 of file wifi_monitor.py.
string wifi_monitor.DIAG_NAME = 'Wifi Status (ddwrt)' |
Definition at line 52 of file wifi_monitor.py.
int wifi_monitor.ERROR_TIME = 60 |
Definition at line 54 of file wifi_monitor.py.
string wifi_monitor.PKG = 'pr2_computer_monitor' |
Definition at line 40 of file wifi_monitor.py.
wifi_monitor.rate = rospy.Rate(1.0) |
Definition at line 139 of file wifi_monitor.py.
int wifi_monitor.WARN_TIME = 30 |
Definition at line 53 of file wifi_monitor.py.
wifi_monitor.wifi_monitor = WifiMonitor() |
Definition at line 138 of file wifi_monitor.py.