$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [msm] Manually setting next state
From: samriti katoch (angelic.sam_at_[hidden])
Date: 2013-05-22 10:12:40
Hi,
Is there a way to manually set the next state for the state machine.
I have an orthogonal region defined for handling errors, where Error is an
interruptible state.
---------- -------------
| | ----------->| Error |
| Ok | | |
---------- -------------
This is similar to the example here :
http://svn.boost.org/svn/boost/trunk/libs/msm/doc/HTML/examples/Orthogonal-deferred.cpp
Once the state machine recovers from the error, I would like to start from
the initial state again in the main orthogonal region.
Is there a way to do this ?
Thanks!
Samriti