Closed motters closed 6 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.
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.
Removed
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.