mesytec-mnode/external/taskflow-3.8.0/doxygen/images/conditional-tasking-3.dot
2025-01-04 01:25:05 +01:00

7 lines
209 B
Text

digraph Taskflow {
rankdir="LR"
cond[label="cond" shape=diamond color=black fillcolor=aquamarine style=filled];
init->cond;
cond->cond[style=dashed label="0"];
cond->stop[style=dashed label="1"];
}