RE: [boost] Re: review of proposed fsm library

7 Mar
2005
7 Mar
'05
4:17 p.m.
Otherwise you would be able to mix both synchronous and asynchronous states in one machine, which doesn't make sense.
While tangential to my original point about naturally recursive structures, I'll take time out to disagree here too. It _can_ make sense to combine async and sync behaviour in different parts of a state machine when one is modeling electrical circuits, e.g. in certain regions of the circuit one may know that the behaviour is sync and not want to spend extra CPU by going through all the async motions.
I will quickly add that this issue (combining async and sync fsms) will occur whenever one has prior components that one wishes to assemble together, where some are async and some are sync. Dave
7405
Age (days ago)
7405
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dave Gomboc