Variables
check_routes Namespace Reference

Variables

tuple ip = rospy.myargv()
tuple iproute = subprocess.Popen(iproute_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
list iproute_cmd = ['ip', 'route', 'get', ip]
tuple m = re.search(r"%s via (.*) dev"%ip, o)
string NAME = 'check_routes'
tuple r = ScriptDoneRequest()
tuple real_via = m.group(1)
tuple result_service = rospy.ServiceProxy('prestartup_done', ScriptDone)
 success = False
tuple via = rospy.myargv()

Variable Documentation

tuple check_routes::ip = rospy.myargv()

Definition at line 53 of file check_routes.py.

tuple check_routes::iproute = subprocess.Popen(iproute_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Definition at line 61 of file check_routes.py.

list check_routes::iproute_cmd = ['ip', 'route', 'get', ip]

Definition at line 60 of file check_routes.py.

tuple check_routes::m = re.search(r"%s via (.*) dev"%ip, o)

Definition at line 64 of file check_routes.py.

string check_routes::NAME = 'check_routes'

Definition at line 43 of file check_routes.py.

Definition at line 56 of file check_routes.py.

tuple check_routes::real_via = m.group(1)

Definition at line 66 of file check_routes.py.

tuple check_routes::result_service = rospy.ServiceProxy('prestartup_done', ScriptDone)

Definition at line 77 of file check_routes.py.

Definition at line 58 of file check_routes.py.

tuple check_routes::via = rospy.myargv()

Definition at line 54 of file check_routes.py.



qualification
Author(s): Kevin Watts (watts@willowgarage.com), Josh Faust (jfaust@willowgarage.com)
autogenerated on Sat Dec 28 2013 17:57:34