documentation/graphs/fsm_pdo_assign.dot
changeset 1174 235f34ca50e2
parent 1173 2ec9651a6c89
child 1175 4684e0206eb9
--- a/documentation/graphs/fsm_pdo_assign.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 pdomapping {
-    size="7,9"
-    center=1
-	ratio=fill
-
-    next_sync [shape=point,label=""]
-
-    start -> next_sync [label="First SM"]
-    next_sync -> end [label="No more SMs"]
-    next_sync -> zero_count [label="Next SM"]
-    zero_count -> next_sync [label="No Pdos"]
-    zero_count -> add_pdo [label="Map first Pdo", weight=5]
-    add_pdo -> add_pdo [label="Map next Pdo"]
-    add_pdo -> pdo_count [label="No more Pdos", weight=5]
-    pdo_count -> next_sync
-}