# HG changeset patch # User Florian Pose # Date 1203438285 0 # Node ID c9e147567924d91c735c8f62c92ba43a2963e243 # Parent b947d0b09f9a16a94358f110320b97b9b9b3df10 Updated properties and keywords for dot files. diff -r b947d0b09f9a -r c9e147567924 documentation/graphs/fsm_master.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 diff -r b947d0b09f9a -r c9e147567924 documentation/graphs/fsm_pdo_mapping.dot --- 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 } diff -r b947d0b09f9a -r c9e147567924 documentation/graphs/fsm_slave_conf.dot --- 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