johnding1996 / HKUST-COMP3111H-Group

Group Project of COMP 3111H in Fall 2017 at HKUST
Apache License 2.0
0 stars 0 forks source link

Design controller state machine #20

Closed thomaszhouan closed 6 years ago

thomaszhouan commented 6 years ago
johnding1996 commented 6 years ago

Hi controller team @thomaszhouan @agong980814 A small issue is that I want you guys to give a name to the standby state, so that we now what to return when a user is not triggered and you call StateKeeper.get(int uid). And a small suggestion is that the initial state and final state should be one state actually.

johnding1996 commented 6 years ago

Sorry I forgot that we've discussed this before, let's call it Idle. And please revise your state-machine diagram when you have time.

thomaszhouan commented 6 years ago

@johnding1996 The initial and final state is actually the same but not shown in the original diagram. The diagram is already updated in the develop branch.

johnding1996 commented 6 years ago

@thomaszhouan Checked thanks.