From cc61ba73393f0d59f7eb55ad6e5bde942ab2a8ca Mon Sep 17 00:00:00 2001 From: silhape2 Date: Sun, 10 Apr 2011 18:10:29 +0200 Subject: [PATCH] Small change of design. --- www/index.mdwn | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/www/index.mdwn b/www/index.mdwn index 97f6d3a..6246e41 100644 --- a/www/index.mdwn +++ b/www/index.mdwn @@ -1,27 +1,40 @@ [[!meta title="Boost Statechart Viewer"]] Overview: +--------- + Boost-staechart-viewer is a program for visualization state machines written using library boost/statechart. It is written in c++ using clang and LLVM. For compiling and correctly working program is necessary to have LLVM and clang version 2.9. Authors: -Michal Sojka sojkam1@fel.cvut.cz +-------- + +Michal Sojka sojkam1@fel.cvut.cz
Petr Silhavik silhape2@fel.cvut.cz Status: +------- + Program can found states and transitions. Now it doesn't support orthogonal states. The state machine can be inside many namespaces, but not inside templates. State machine can be defined in more than one file. Program accepts all options and flags of command line as compilers(gcc, clang, ...). Using: +------ + For using the program you need to specify locations for all header files except of the files stored in system folder(in linux: /usr/...) using -I option. Of course you can specify the output filename(-o). Program displays all diagnostic messages like compilers. If an error occurs the program stops. -Example of using command line: +####Example of using command line: + ./visualizer main.cpp -o graph.dot -I /home/petr/install/ The output file can be transformed into the picture using classical dot commands. The start state is double outllined. Each transition has transition has label with the name of the event. Download: +--------- + Boost statechart viewer can be downloaded from GIT repository. git clone git://rtime.felk.cvut.cz/boost-statechart-viewer.git -You can also browse the repository online. +You can also browse the repository [online][1]. + + [1]: http://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git -- 2.39.2