For the embedded software project I am working on, we are
seeking a library to run Statecharts.
The run-time environment is :
·
ARM cpu
·
Linux 2.6
·
C (not C++)
·
Embedded /
real-time application
I read about the Boost.Statechart tool, and have some
questions, mostly concerning the run-time part of the tool.
i.
Can you comment on
the effort required to port the tool to a Linux (preferably 2.6) environment?
ii.
Can you supply some
measures concerning real-time restrictions caused by using the tool (added
latencies, memory usage, determinism, ...)
I would appreciate any comment on any of the above subjects.
Thanx
Eli Stern