30 Jul
2012
30 Jul
'12
9:30 p.m.
On 30.7.2012. 17:04, Kamel Zaarouri, Mr wrote:
Hi, I know this may seem silly but is there an operator that I can use to combine actions in the transition table to same way I can "and" guard conditions?
if I have 2 guards, g1 and g2 in the transition table I can write under guard And_
what if I want to execute 2 actions upon a transition, obviously I can't have And_
since actions do not return boolean. Any idea?
Thanks.
Use boost::msm::front::ActionSequence_, as described in http://www.boost.org/doc/libs/1_50_0/libs/msm/doc/HTML/ch03s03.html