Updated properties and keywords for dot files.

This commit is contained in:
Florian Pose 2008-02-19 16:24:45 +00:00
parent 2d0c48dbce
commit 9765b4b0da
3 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,6 @@
/* $Id$ */
digraph master {
size="7,9"
center=1

View File

@ -8,12 +8,12 @@ digraph pdomapping {
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
}

View File

@ -1,3 +1,6 @@
/* $Id$ */
digraph slaveconf {
size="7,9"
center=1