documentation/graphs/fsm_coe_map.dot
changeset 1174 235f34ca50e2
parent 1173 2ec9651a6c89
child 1175 4684e0206eb9
--- a/documentation/graphs/fsm_coe_map.dot	Thu Jul 31 09:30:38 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-
-/* $Id$ */
-
-digraph readpdomapping {
-    size="7,9"
-    center=1
-	ratio=fill
-
-    next_sync [shape=point,label=""]
-    next_pdo [shape=point,label=""]
-    next_pdo_entry [shape=point,label=""]
-
-    start -> next_sync [label="first SM"]
-
-    next_sync -> pdo_count [weight=5]
-    next_sync -> end
-
-    pdo_count -> next_pdo [weight=5]
-
-    next_pdo -> pdo [weight=5]
-    next_pdo -> next_sync
-
-    pdo -> pdo_entry_count [weight=5]
-
-    pdo_entry_count -> next_pdo_entry [weight=10]
-
-    next_pdo_entry -> pdo_entry [weight=5]
-    next_pdo_entry -> next_pdo
-
-    pdo_entry -> next_pdo_entry
-
-    end
-}