Startup
This commit is contained in:
@@ -120,9 +120,9 @@ class TestingTool:
|
||||
|
||||
# RPS-Test Classes
|
||||
class Interlock:
|
||||
"""
|
||||
"""
|
||||
class for getting - setting interlock mode
|
||||
"""
|
||||
"""
|
||||
import binascii
|
||||
from array import *
|
||||
# mode, test pattern for outputs 2-4, test pattern for output 5, expected pattern for 2-4, expected pattern for 5
|
||||
@@ -182,9 +182,9 @@ class Interlock:
|
||||
return true
|
||||
|
||||
class UDPDatagram:
|
||||
"""
|
||||
"""
|
||||
class for receiving and sending a udp message
|
||||
"""
|
||||
"""
|
||||
import socket
|
||||
|
||||
# the constructor
|
||||
|
||||
Reference in New Issue
Block a user