send the sequence to euroscope
This commit is contained in:
@@ -141,9 +141,9 @@ class Worker(Thread):
|
|||||||
else:
|
else:
|
||||||
print('No relevant inbounds found for the optimization in ' + self.Icao)
|
print('No relevant inbounds found for the optimization in ' + self.Icao)
|
||||||
|
|
||||||
# send the sequence to the GUI
|
# send the sequence to the GUI and Euroscope
|
||||||
self.WebUi.sendSequence(self.Icao, self.RecedingHorizonControl.sequence())
|
sequence = self.RecedingHorizonControl.sequence()
|
||||||
|
self.WebUi.sendSequence(self.Icao, sequence)
|
||||||
# TODO send the sequence to EuroScope
|
self.Euroscope.sendSequence(self.Icao, sequence)
|
||||||
|
|
||||||
self.releaseLock()
|
self.releaseLock()
|
||||||
|
|||||||
Reference in New Issue
Block a user