documentation/graphs/fsm_pdo_mapping.dot
changeset 1174 235f34ca50e2
parent 1173 2ec9651a6c89
child 1175 4684e0206eb9
--- a/documentation/graphs/fsm_pdo_mapping.dot	Thu Jul 31 09:30:38 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-
-/* $Id$ */
-
-digraph pdoconfig {
-    size="7,9"
-    center=1
-	ratio=fill
-
-    next_pdo [shape=point,label=""]
-
-    start -> next_pdo [label="First Pdo"]
-    next_pdo -> end [label="No more Pdos"]
-    next_pdo -> zero_count [label="Next Pdo"]
-    zero_count -> next_pdo [label="No Entries"]
-    zero_count -> add_entry [label="Add first entry", weight=5]
-    add_entry -> add_entry [label="Add next entry"]
-    add_entry -> entry_count [label="No more Entries", weight=5]
-    entry_count -> next_pdo
-}