addtrans

can anyone explain the complete detail of addtrans() function..............
Last edited on
There's no "addtrans" function in C++.
it is being used in state machine. syntax is -
addtrans(event, state1, state2, function);
Using my crystal ball, I'd say it adds a transition from state1 to state2.
How about some code?
code deleted
Last edited on
the related link is
http://www.codefarms.com/docs/ptl/chap6.htm
last topic of this pdf(6.8)
Topic archived. No new replies allowed.