From 9bd4e03932a6e2fcccd6993abf943629e54a3dc2 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Tue, 19 Feb 2008 16:24:45 +0000 Subject: [PATCH] Updated properties and keywords for dot files. --- documentation/graphs/fsm_master.dot | 3 +++ documentation/graphs/fsm_pdo_mapping.dot | 14 +++++++------- documentation/graphs/fsm_slave_conf.dot | 3 +++ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/documentation/graphs/fsm_master.dot b/documentation/graphs/fsm_master.dot index ebdc4796..98182953 100644 --- a/documentation/graphs/fsm_master.dot +++ b/documentation/graphs/fsm_master.dot @@ -1,3 +1,6 @@ + +/* $Id$ */ + digraph master { size="7,9" center=1 diff --git a/documentation/graphs/fsm_pdo_mapping.dot b/documentation/graphs/fsm_pdo_mapping.dot index 030eb870..7e0d8422 100644 --- a/documentation/graphs/fsm_pdo_mapping.dot +++ b/documentation/graphs/fsm_pdo_mapping.dot @@ -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 } diff --git a/documentation/graphs/fsm_slave_conf.dot b/documentation/graphs/fsm_slave_conf.dot index 6f8ea492..b1d17c15 100644 --- a/documentation/graphs/fsm_slave_conf.dot +++ b/documentation/graphs/fsm_slave_conf.dot @@ -1,3 +1,6 @@ + +/* $Id$ */ + digraph slaveconf { size="7,9" center=1 -- GitLab