##// END OF EJS Templates
imanay -
r221:222
parent child
Show More
@@ -355,7 +355,7
355 355
356 356 return self.tx_buffer
357 357
358 def __getControlModuleStatus_old(self, cmd):
358 def __getControlModuleStatus_old(self, cmd, rx_buffer):
359 359
360 360 all_blocks = ""
361 361 # enaModules = self.checkAntenna()
@@ -365,7 +365,7
365 365 if id not in self.enaModules:
366 366 continue
367 367
368 one_block = self.__ConnectionWithControlModules(self.rx_buffer,cmd,id)
368 one_block = self.__ConnectionWithControlModules(rx_buffer,cmd,id)
369 369
370 370 all_blocks = all_blocks + one_block
371 371 #Using tx buffer
General Comments 0
You need to be logged in to leave comments. Login now