From b566e4bcd0c7cb3c90ad941b37db223134090ded Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 8 May 2009 23:07:25 +0200 Subject: * tools/dfagen: - added state attributes. - added support for more than one initial state. - added table of transitions with only one default branch. - added state and event template parameter. - added --output-dir. - make template directory relative to config file. - more options checking. - added transition attributes and callback definition. - conserve input file order in output. - added --dump and more option checking. - fixed missing newline. --- tools/dfagen/examples/ex1_cb.c.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/dfagen/examples/ex1_cb.c.patch') diff --git a/tools/dfagen/examples/ex1_cb.c.patch b/tools/dfagen/examples/ex1_cb.c.patch index bc4cc924..48941dc5 100644 --- a/tools/dfagen/examples/ex1_cb.c.patch +++ b/tools/dfagen/examples/ex1_cb.c.patch @@ -7,7 +7,7 @@ +#include + +struct door_t { ex1_state_t fsm; }; -+ ++ /* * OPEN =close=> * => CLOSED -- cgit v1.2.3