Laixer / Glonax

Heavy machinery controller daemon
GNU General Public License v3.0
3 stars 0 forks source link

Control loop FSM #57

Closed yorickdewid closed 3 months ago

yorickdewid commented 4 months ago

Control operations such as turning on lights need a finite state machine. This is partially implemented for the engine governor. The FSM runs in constant sequential order to eliminate lock contention in exchange for increased latency.