
3 Jun
2004
3 Jun
'04
12:24 p.m.
Johan Nilsson <johan.nilsson <at> esrange.ssc.se> writes:
This was just pseudo-code; I meant something corresponding to return "transit<other_state> / return transit<previous_state>". As I understand you this possible by posting an internal event from within the constructor?
Yes. However, for this to work you have to derive from fsm::state<> instead of fsm::simple_state<>. Regards, Andreas