This commit is contained in:
boccioli_m
2017-10-13 14:23:38 +02:00
parent f9c3d2f4a2
commit ee56a80465
2 changed files with 4 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ class Interlock:
self.msg_default[16] = 2
return self.msg_default
def setInterlockMode(self, mode)
def setInterlockMode(self, mode):
udp = UDPDatagram()
msg = self._msgWrite()
modebytes = array('B', mode)
@@ -164,7 +164,7 @@ class Interlock:
else:
return true
def getInterlockMode(self)
def getInterlockMode(self):
udp = UDPDatagram()
msg = self._msgRead()
#print binascii.hexlify(msg)
@@ -172,7 +172,7 @@ class Interlock:
#print binascii.hexlify(rcv)
return rcv
def masterReset(self)
def masterReset(self):
udp = UDPDatagram()
msg = self._msgReset()
#print binascii.hexlify(msg)

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Fri Oct 13 14:22:26 CEST 2017
#Fri Oct 13 14:23:21 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-test