send the sequence to euroscope

This commit is contained in:
Sven Czarnian
2021-11-12 20:14:05 +01:00
부모 f4da74febd
커밋 d6b85b1660

파일 보기

@@ -141,9 +141,9 @@ class Worker(Thread):
else:
print('No relevant inbounds found for the optimization in ' + self.Icao)
# send the sequence to the GUI
self.WebUi.sendSequence(self.Icao, self.RecedingHorizonControl.sequence())
# TODO send the sequence to EuroScope
# send the sequence to the GUI and Euroscope
sequence = self.RecedingHorizonControl.sequence()
self.WebUi.sendSequence(self.Icao, sequence)
self.Euroscope.sendSequence(self.Icao, sequence)
self.releaseLock()