Variables | |
tuple | ctr350_rebrand = subprocess.Popen(ctr350_rebrand_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
list | ctr350_rebrand_cmd = ['ctr350','-i', '10.68.0.250','-p','willow','-n','PRLAN'] |
tuple | essid = rospy.myargv() |
string | NAME = 'rebrand_ctr' |
tuple | r = TestResultRequest() |
tuple | result_service = rospy.ServiceProxy('test_result', TestResult) |
tuple rebrand_ctr::ctr350_rebrand = subprocess.Popen(ctr350_rebrand_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
Definition at line 59 of file rebrand_ctr.py.
list rebrand_ctr::ctr350_rebrand_cmd = ['ctr350','-i', '10.68.0.250','-p','willow','-n','PRLAN'] |
Definition at line 58 of file rebrand_ctr.py.
tuple rebrand_ctr::essid = rospy.myargv() |
Definition at line 53 of file rebrand_ctr.py.
string rebrand_ctr::NAME = 'rebrand_ctr' |
Definition at line 43 of file rebrand_ctr.py.
tuple rebrand_ctr::r = TestResultRequest() |
Definition at line 55 of file rebrand_ctr.py.
tuple rebrand_ctr::result_service = rospy.ServiceProxy('test_result', TestResult) |
Definition at line 77 of file rebrand_ctr.py.