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