]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - www/index.mdwn
Add new picture.
[boost-statechart-viewer.git] / www / index.mdwn
1 [[!meta title="Boost Statechart Viewer"]]
2
3 Overview:
4 ---------
5
6 Boost-statechart-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.
7
8 Authors:
9 --------
10
11 Petr Silhavik <silhape2@fel.cvut.cz> <br>
12 Michal Sojka  <sojkam1@fel.cvut.cz>
13
14 Status:
15 -------
16
17 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, ...).
18
19 Using:
20 ------
21
22 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.
23
24 ####Example of using command line: 
25
26     ./visualizer main.cpp -o graph.dot -I /home/petr/install/
27
28 The output file can be transformed into the picture using classical dot commands. The start state is double outlined. Each transition has transition has label with the name of the event.
29
30 Download:
31 ---------
32
33 Boost statechart viewer can be downloaded from GIT repository.
34
35     git clone git://rtime.felk.cvut.cz/boost-statechart-viewer.git
36
37 You can also browse the repository [online][1].
38
39
40   [1]: http://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git
41
42 Gallery
43 -------
44
45 [[small.png]]
46
47 [[stopWatch.png]]
48
49 [[camera.png]]