$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [msm] Two identical orthogonal regions?
From: Aurelian Melinte (ame01_at_[hidden])
Date: 2012-05-24 14:25:33
Hi,
I am trying to put two identical orthogonal regions in a state machine
(each region would model a "channel" and I can have multiple such
channels).
One way I can think of is duplicating the states through typedefs and
duplicating entries in the transition table.
Is there a way to avoid this duplication?
Regards,
a.