MU-Electronics / GasRig

Gas rig control program
0 stars 1 forks source link

Remove Timer States Class #13

Closed motters closed 6 years ago

motters commented 7 years ago

The state related class Timers should be removed and its member placed in the relevant state machines.

This is because the number of timers is getting very larger yet the actual state machine may only use 1 timer instance yet 10 are instantiated.

motters commented 6 years ago

This will be solved soon as the states are being removed from the inherited state machine function classes and put into each state machine class itself.

motters commented 6 years ago

Removed