Updated properties and keywords for dot files.
authorFlorian Pose <fp@igh-essen.com>
Tue, 19 Feb 2008 16:24:45 +0000
changeset 803 c9e147567924
parent 802 b947d0b09f9a
child 804 f1c8a12919bc
Updated properties and keywords for dot files.
documentation/graphs/fsm_master.dot
documentation/graphs/fsm_pdo_mapping.dot
documentation/graphs/fsm_slave_conf.dot
--- a/documentation/graphs/fsm_master.dot	Tue Feb 19 16:18:01 2008 +0000
+++ b/documentation/graphs/fsm_master.dot	Tue Feb 19 16:24:45 2008 +0000
@@ -1,3 +1,6 @@
+
+/* $Id$ */
+
 digraph master {
     size="7,9"
     center=1
--- a/documentation/graphs/fsm_pdo_mapping.dot	Tue Feb 19 16:18:01 2008 +0000
+++ b/documentation/graphs/fsm_pdo_mapping.dot	Tue Feb 19 16:24:45 2008 +0000
@@ -8,12 +8,12 @@
 
     next [shape=point,label=""]
 
-    start -> next [label="first SM"]
-    next -> end [label="no more SMs"]
-    next -> zero_count [label="next SM"]
-    zero_count -> next [label="no PDOs"]
-    zero_count -> add_pdo [label="map first PDO", weight=5]
-    add_pdo -> add_pdo [label="map next PDO"]
-    add_pdo -> set_count [label="no more PDOs", weight=5]
+    start -> next [label="First SM"]
+    next -> end [label="No more SMs"]
+    next -> zero_count [label="Next SM"]
+    zero_count -> next [label="No Pdos"]
+    zero_count -> add_pdo [label="Map first Pdo", weight=5]
+    add_pdo -> add_pdo [label="Map next Pdo"]
+    add_pdo -> set_count [label="No more Pdos", weight=5]
     set_count -> next
 }
--- a/documentation/graphs/fsm_slave_conf.dot	Tue Feb 19 16:18:01 2008 +0000
+++ b/documentation/graphs/fsm_slave_conf.dot	Tue Feb 19 16:24:45 2008 +0000
@@ -1,3 +1,6 @@
+
+/* $Id$ */
+
 digraph slaveconf {
     size="7,9"
     center=1