Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63063 - in trunk/libs/msm/doc: HTML PDF images src
From: christophe.j.henry_at_[hidden]
Date: 2010-06-17 16:58:49


Author: chenry
Date: 2010-06-17 16:58:48 EDT (Thu, 17 Jun 2010)
New Revision: 63063
URL: http://svn.boost.org/trac/boost/changeset/63063

Log:
corrected inspection report warning
Added:
   trunk/libs/msm/doc/images/entrytutorial.jpg (contents, props changed)
Removed:
   trunk/libs/msm/doc/images/entry tutorial.jpg
Binary files modified:
   trunk/libs/msm/doc/PDF/msm.pdf
Text files modified:
   trunk/libs/msm/doc/HTML/ch03s02.html | 2 +-
   trunk/libs/msm/doc/src/msm.xml | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/msm/doc/HTML/ch03s02.html
==============================================================================
--- trunk/libs/msm/doc/HTML/ch03s02.html (original)
+++ trunk/libs/msm/doc/HTML/ch03s02.html 2010-06-17 16:58:48 EDT (Thu, 17 Jun 2010)
@@ -561,7 +561,7 @@
                         rows is also provided.</p></div><div class="sect2" title="Explicit entry / entry and exit pseudo-state / fork"><div class="titlepage"><div><div><h3 class="title"><a name="d0e1558"></a>Explicit entry / entry and exit pseudo-state / fork</h3></div></div></div><p>MSM (almost) fully supports these features, described in the <span class="command"><strong><a class="command" href="ch02s02.html#uml-history">small UML tutorial</a></strong></span>. Almost because
                         there are currently two limitations: </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>it is only possible to explicitly enter a sub- state of the
                                     target but not a sub-sub state.</p></li><li class="listitem"><p>it is not possible to explicitly exit. Exit points must be
- used.</p></li></ul></div><p>Let us see a concrete example:</p><p><span class="inlinemediaobject"><img src="../images/entry%20tutorial.jpg" width="60%"></span></p><p>We find in this diagram:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>A &#8220;normal&#8221; activation of SubFsm2, triggered by event1. In each
+ used.</p></li></ul></div><p>Let us see a concrete example:</p><p><span class="inlinemediaobject"><img src="../images/entrytutorial.jpg" width="60%"></span></p><p>We find in this diagram:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>A &#8220;normal&#8221; activation of SubFsm2, triggered by event1. In each
                                     region, the initial state is activated, i.e. SubState1 and
                                     SubState1b.</p></li><li class="listitem"><p>An explicit entry into SubFsm2::SubState2 for region &#8220;1&#8221; with
                                     event2 as trigger, meaning that in region &#8220;2&#8221; the initial state,

Modified: trunk/libs/msm/doc/PDF/msm.pdf
==============================================================================
Binary files. No diff available.

Deleted: trunk/libs/msm/doc/images/entry tutorial.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/libs/msm/doc/images/entrytutorial.jpg
==============================================================================
Binary file. No diff available.

Modified: trunk/libs/msm/doc/src/msm.xml
==============================================================================
--- trunk/libs/msm/doc/src/msm.xml (original)
+++ trunk/libs/msm/doc/src/msm.xml 2010-06-17 16:58:48 EDT (Thu, 17 Jun 2010)
@@ -1348,7 +1348,7 @@
                     <para>Let us see a concrete example:</para>
                     <para><inlinemediaobject>
                             <imageobject>
- <imagedata fileref="images/entry%20tutorial.jpg" width="60%"
+ <imagedata fileref="images/entrytutorial.jpg" width="60%"
                                     scalefit="1"/>
                             </imageobject>
                         </inlinemediaobject></para>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk