gen-fsm Questions

2

I'm looking for an example of a simple FSM implemented in Erlang using the gen_fsm from OTP.
Atticism asked 18/8, 2010 at 23:4

1

Solved

After checking out Gen_Fsm and Gen_Server documents, I found that, more or less, they act as similar behavior. In my opinion, if there is one loop function for sending broadcast or listening tcp so...
Saritasarkaria asked 1/6, 2011 at 12:34

1

Solved

I noticed that messages sent to the pid of a gen_fsm process are matched in the state callbacks as events. Is this just accidental or can I rely on this feature? Normally I would expect general me...
Professionalism asked 18/10, 2010 at 19:5

3

Solved

Do you know of any existing tool to graphically render the diagram of an Erlang gen_fsm starting from the source code?
Erk asked 8/2, 2010 at 10:25
1

© 2022 - 2024 — McMap. All rights reserved.