##// END OF EJS Templates
changes to integrate to the web interface
imanay -
r138:139
parent child
Show More
@@ -15,7 +15,7
15 15 def createObjects(self): No newline at end of file
16 16 No newline at end of file
17 17 self.commObj = library3.TCPComm(self.ipSource, self.iDSource, self.ipDestino, self.iDDestino, self.portDestino)
18 No newline at end of file
18 self.wFiles = library3.FilesStuff() No newline at end of file
19 19 No newline at end of file
20 20 def __ConnectionWithCentralControl(self, cmd, data): No newline at end of file
21 21 No newline at end of file
@@ -25,6 +25,7
25 25 asServer = True No newline at end of file
26 26 self.commServerObj = library3.TCPComm("Central_Control", "CeCnMod", self.ipDestino, "CnMod01", self.portDestino, asServer) No newline at end of file
27 27 self.commClientObj = library3.TCPComm("Central_Control", "CeCnMod", self.ipDestino2, "CnMod01", self.portDestino2) No newline at end of file
28 self.wFiles = library3.FilesStuff() No newline at end of file
28 29 No newline at end of file
29 30 def waitRequest(self): No newline at end of file
30 31 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now