$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Meta State Machine, wayward transition
From: Archie Campbell (cephalicmarble_at_[hidden])
Date: 2013-08-26 17:36:26
Hello,
I have a simple state machine, that uses only standard rows and no
internal transitions, to which I am sending events that are clearly in
the transition table for the state that the machine is in, yet the
no_transition handler is running for this particular event. I have not
yet been able to discover any reasons for a compiling transition table
to fail to process an event that is listed in the row against the source
state. Have I missed something fundamental?
Regards,
Archie