Closedown
This commit is contained in:
+4
-4
@@ -161,9 +161,9 @@ class Interlock:
|
|||||||
msg.extend(modebytes)
|
msg.extend(modebytes)
|
||||||
print 'setInterlockMode', binascii.hexlify(msg)
|
print 'setInterlockMode', binascii.hexlify(msg)
|
||||||
if udp.send(msg) == null:
|
if udp.send(msg) == null:
|
||||||
return false
|
return False
|
||||||
else:
|
else:
|
||||||
return true
|
return True
|
||||||
|
|
||||||
def getInterlockMode(self):
|
def getInterlockMode(self):
|
||||||
import binascii
|
import binascii
|
||||||
@@ -180,9 +180,9 @@ class Interlock:
|
|||||||
msg = self._msgReset()
|
msg = self._msgReset()
|
||||||
print 'masterReset', binascii.hexlify(msg)
|
print 'masterReset', binascii.hexlify(msg)
|
||||||
if not udp.send(msg):
|
if not udp.send(msg):
|
||||||
return false
|
return False
|
||||||
else:
|
else:
|
||||||
return true
|
return True
|
||||||
|
|
||||||
class UDPDatagram:
|
class UDPDatagram:
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#TestingList for pshell: configuration properties
|
#TestingList for pshell: configuration properties
|
||||||
#Tue Oct 17 16:29:15 CEST 2017
|
#Tue Oct 17 16:29:36 CEST 2017
|
||||||
customPanel=
|
customPanel=
|
||||||
showEnabledTestsOnly=true
|
showEnabledTestsOnly=true
|
||||||
listFilter=rps-test
|
listFilter=rps-test
|
||||||
|
|||||||
Reference in New Issue
Block a user