boost statechart diagrams

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
User avatar
Dilvish
AI Lead and Programmer Emeritus
Posts: 4768
Joined: Sat Sep 22, 2012 6:25 pm

boost statechart diagrams

#1 Post by Dilvish »

I was tracing through our save process and it struck me that it might be handy (or at least interesting) to refer to an actual state diagram especially if there were a way to automatically make state transition diagrams from boost FSM code. I did find a tool that can do a reasonable job with it-- at https://rtime.felk.cvut.cz/statechart-viewer/. Attached for reference are the diagrams it came up with for the HumanClientFSM and ServerFSM. For anyone else looking to use this, please note that relies on clamg/llvm and seems to require an older version; it would not build for me with version 3.8 but built fine with version 3.5 (which was the version mentioned in its README). Clang also spit up an error about not finding GG/Enum.h, but you can ignore that, it still generates the dot file just fine.
HumanClientFSM
HumanClientFSM
HumanClientFSM.png (124.91 KiB) Viewed 12072 times
ServerFSM
ServerFSM
ServerFSM.png (222.27 KiB) Viewed 12072 times
If I provided any code, scripts or other content here, it's released under GPL 2.0 and CC-BY-SA 3.0

Post Reply