Functions | |
def | _check_pn |
def | _report_invalid_id |
def | check_shoulder_ok |
def | get_sn_from_user |
def | set_note_to_shoulder |
Variables | |
tuple | app = wx.PySimpleApp() |
tuple | done_srv = rospy.ServiceProxy('prestartup_done', ScriptDone) |
tuple | iv = Invent(username, password) |
tuple | password = rospy.get_param('/invent/password', '') |
string | PKG = 'qualification' |
list | SHOULDER_PNS = ['6804204', '6804338'] |
Adds note to shoulder explaining which UA was under test. | |
tuple | sn = get_sn_from_user(iv) |
tuple | username = rospy.get_param('/invent/username', '') |
def add_note_to_shoulder::_check_pn | ( | serial | ) | [private] |
Definition at line 57 of file add_note_to_shoulder.py.
def add_note_to_shoulder::_report_invalid_id | ( | ) | [private] |
Definition at line 53 of file add_note_to_shoulder.py.
def add_note_to_shoulder::check_shoulder_ok | ( | iv, | ||
shoulder_sn | ||||
) |
Definition at line 75 of file add_note_to_shoulder.py.
def add_note_to_shoulder::get_sn_from_user | ( | iv | ) |
Definition at line 63 of file add_note_to_shoulder.py.
def add_note_to_shoulder::set_note_to_shoulder | ( | iv, | ||
shoulder_sn | ||||
) |
Definition at line 85 of file add_note_to_shoulder.py.
tuple add_note_to_shoulder::app = wx.PySimpleApp() |
Definition at line 104 of file add_note_to_shoulder.py.
tuple add_note_to_shoulder::done_srv = rospy.ServiceProxy('prestartup_done', ScriptDone) |
Definition at line 101 of file add_note_to_shoulder.py.
tuple add_note_to_shoulder::iv = Invent(username, password) |
Definition at line 109 of file add_note_to_shoulder.py.
tuple add_note_to_shoulder::password = rospy.get_param('/invent/password', '') |
Definition at line 107 of file add_note_to_shoulder.py.
string add_note_to_shoulder::PKG = 'qualification' |
Definition at line 41 of file add_note_to_shoulder.py.
list add_note_to_shoulder::SHOULDER_PNS = ['6804204', '6804338'] |
Adds note to shoulder explaining which UA was under test.
Definition at line 39 of file add_note_to_shoulder.py.
tuple add_note_to_shoulder::sn = get_sn_from_user(iv) |
Definition at line 116 of file add_note_to_shoulder.py.
tuple add_note_to_shoulder::username = rospy.get_param('/invent/username', '') |
Definition at line 106 of file add_note_to_shoulder.py.