Skip to content
Snippets Groups Projects
Commit 1ca9b9a7 authored by Florian Pose's avatar Florian Pose
Browse files

Corrected state names.

parent 45ca8248
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ digraph pdomapping { ...@@ -6,14 +6,14 @@ digraph pdomapping {
center=1 center=1
ratio=fill ratio=fill
next [shape=point,label=""] next_sync [shape=point,label=""]
start -> next [label="First SM"] start -> next_sync [label="First SM"]
next -> end [label="No more SMs"] next_sync -> end [label="No more SMs"]
next -> zero_count [label="Next SM"] next_sync -> zero_count [label="Next SM"]
zero_count -> next [label="No Pdos"] zero_count -> next_sync [label="No Pdos"]
zero_count -> add_pdo [label="Map first Pdo", weight=5] zero_count -> add_pdo [label="Map first Pdo", weight=5]
add_pdo -> add_pdo [label="Map next Pdo"] add_pdo -> add_pdo [label="Map next Pdo"]
add_pdo -> set_count [label="No more Pdos", weight=5] add_pdo -> pdo_count [label="No more Pdos", weight=5]
set_count -> next pdo_count -> next_sync
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment