rice-eclipse / resfet

Hybrid rocket engine control software for engine tests (coldflow and hotfire), written in C++.
http://eclipse.rice.edu/resfet
GNU General Public License v3.0
1 stars 1 forks source link

Persistent ignition thread #24

Closed andrewobler closed 4 years ago

andrewobler commented 4 years ago

Ignition monitor thread is now created on worker visitor construction and remains active until the program ends. Avoids an anomalous crash on the Pi related to closing threads.