chris-ali / j6dof-flight-sim

A high fidelity 6DOF flight simulation that the user can fly themselves or run to analyze an aircraft's flight dynamics
GNU General Public License v3.0
49 stars 13 forks source link

Move threading from Integrate6DOFEquations into a master thread #45

Closed chris-ali closed 6 years ago

chris-ali commented 6 years ago

To prevent concurrency issues with threading in the simulation, consolidate Simulation, Environment and Flight Data threads down to a single thread that can be run in a master "SimulationRunner" thread insead

chris-ali commented 6 years ago

Implemented and is working correctly as of 30fb786cf3e4784b7bc0453679623dfb7e758d2f