##// END OF EJS Templates
imanay -
r158:159
parent child
Show More
@@ -18,12 +18,17
18 18 # self.rx_buffer = "default" No newline at end of file
19 19 self.rx_buffer = rx_buffer No newline at end of file
20 20 self.enaModules = [] No newline at end of file
21 self.bits = []
No newline at end of file
22 self.phase = []
No newline at end of file
23 self.txFile = []
No newline at end of file
24 self.rxFile = [] No newline at end of file
21 25 No newline at end of file
22 26 self.createObjects() No newline at end of file
23 27 No newline at end of file
24 28 print "Checking control modules, please wait ..." No newline at end of file
25 29 self.enaModules = self.checkAntenna() No newline at end of file
26 30 print "Starting automatic control module status." No newline at end of file
31 self.__StartingAutomaticControlModules() No newline at end of file
27 32 self.__AutomaticControlModules() No newline at end of file
28 33 No newline at end of file
29 34 def createObjects(self): No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now