Functions | |
def | make_nonblock |
Variables | |
tuple | args = rospy.myargv() |
tuple | fdl = select.select(fdmap.keys(), [], []) |
dictionary | fdmap = {p.stdout:sys.stdout, p.stderr:sys.stderr} |
string | output = "" |
tuple | p = subprocess.Popen(popen_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
list | popen_args = args[1:] |
tuple | r = TestResultRequest() |
tuple | read = fd.read() |
tuple | result_service = rospy.ServiceProxy('test_result', TestResult) |
retcode = p.returncode |
def test_caller::make_nonblock | ( | file | ) |
Definition at line 46 of file test_caller.py.
tuple test_caller::args = rospy.myargv() |
Definition at line 53 of file test_caller.py.
tuple test_caller::fdl = select.select(fdmap.keys(), [], []) |
Definition at line 74 of file test_caller.py.
dictionary test_caller::fdmap = {p.stdout:sys.stdout, p.stderr:sys.stderr} |
Definition at line 69 of file test_caller.py.
tuple test_caller::output = "" |
Definition at line 70 of file test_caller.py.
tuple test_caller::p = subprocess.Popen(popen_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
Definition at line 67 of file test_caller.py.
list test_caller::popen_args = args[1:] |
Definition at line 65 of file test_caller.py.
tuple test_caller::r = TestResultRequest() |
Definition at line 55 of file test_caller.py.
tuple test_caller::read = fd.read() |
Definition at line 76 of file test_caller.py.
tuple test_caller::result_service = rospy.ServiceProxy('test_result', TestResult) |
Definition at line 112 of file test_caller.py.
test_caller::retcode = p.returncode |
Definition at line 89 of file test_caller.py.