Opened 8 years ago

Last modified 8 years ago

#9943 new Bugs

Possible error in MSM state machine docs

Reported by: Fred Weed <fweed@…> Owned by: Christophe Henry
Milestone: To Be Determined Component: msm
Version: Boost 1.55.0 Severity: Cosmetic
Keywords: state machine doc Cc:

Description

http://www.boost.org/doc/libs/1_55_0/libs/msm/doc/HTML/ch01.html

typedef player p; makes transition table cleaner

struct transition_table : mpl::vector11< Start Event Target Action +---------+------------+-----------+---------------------------+

row< Stopped , play , Playing , &p::start_playback >,

The word "Start" should probably be "State".

Change History (1)

comment:1 by Daniel James, 8 years ago

Component: Documentationmsm
Owner: changed from Matias Capeletto to Christophe Henry
Note: See TracTickets for help on using tickets.