Variables | |
string | NAME = 'config_ctr' |
string | PKG = 'qualification' |
tuple | r = TestResultRequest() |
tuple | result_service = rospy.ServiceProxy('test_result', TestResult) |
tuple | wrt610n_config = subprocess.Popen(wrt610n_config_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
list | wrt610n_config_cmd = ['wrt610n','-w','config', '--essid=willow','--newip=10.68.0.5','--newpasswd=willow'] |
string config_wrt::NAME = 'config_ctr' |
Definition at line 45 of file config_wrt.py.
string config_wrt::PKG = 'qualification' |
Definition at line 36 of file config_wrt.py.
tuple config_wrt::r = TestResultRequest() |
Definition at line 61 of file config_wrt.py.
tuple config_wrt::result_service = rospy.ServiceProxy('test_result', TestResult) |
Definition at line 84 of file config_wrt.py.
tuple config_wrt::wrt610n_config = subprocess.Popen(wrt610n_config_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
Definition at line 66 of file config_wrt.py.
list config_wrt::wrt610n_config_cmd = ['wrt610n','-w','config', '--essid=willow','--newip=10.68.0.5','--newpasswd=willow'] |
Definition at line 65 of file config_wrt.py.