application of finite state machine in self service washing machine
i'm learning about Finite State MAchine(FSM)..can you help me with how the m开发者_JS百科achine operates and the functional state diagram about the operation of this machine using FSM.
I can highly recommend the book Practical UML Statecharts in C/C++, Second Edition: Event-Driven Programming for Embedded Systems if you don't find internet resources sufficient.
The author have implemented a state machine framework that might be suitable for your application as well (I have not used the framework myself though).
精彩评论