$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 17:11:39
Thanks for the reply Christophe.
I had considered this alternative, but adding a transition in every state
to the initial state, when
Error -> Ok
defeats the purpose of having an orthogonal region, which I added to
basically reduce transitions on an Error.
-Samriti