From 1f9e5a0242b608ea941d6f8ea32fdc89c60224c1 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 19 Mar 2008 00:27:23 +0100 Subject: First dfagen for the getsamples fsm. This is only a first shoot, all the transitions are not presents. --- digital/io/src/getsamples/getSamplesFsm.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 digital/io/src/getsamples/getSamplesFsm.conf (limited to 'digital/io/src/getsamples/getSamplesFsm.conf') diff --git a/digital/io/src/getsamples/getSamplesFsm.conf b/digital/io/src/getsamples/getSamplesFsm.conf new file mode 100644 index 00000000..bae8f698 --- /dev/null +++ b/digital/io/src/getsamples/getSamplesFsm.conf @@ -0,0 +1,5 @@ +[user] +type = getsamples_t +type-forward-decl = typedef struct getsamples_t getsamples_t; +type-decl = struct getsamples_t { getsamples_state_t fsm; }; +field = fsm -- cgit v1.2.3