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